@charset "UTF-8";
/*
Theme Name: CyberWire
Theme URI: http://wp.jmstheme.com/cyberwire
Author: JoomMasters
Author URI: http://www.joommasters.com
Description: <strong>Cyberwire</strong> is simple and clean looking WordPress Theme suitable for fashion stores websites or any kind of shopping website with better usability. Flexible settings, fast loading, premium modules, fast support and much more. All these amazing features are blended together in <strong>Cyberwire</strong> – your powerful, stylish and attractive responsive WordPress Theme. Make your business with our theme. We are sure that it will satisfy all your needs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cyberwire
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments
*/
/* -------------------------------------------
[Table of contents]

1. BASE
    1.1 LIST
    1.2 LINK
    1.3 HEADING
    1.4 TABLE
    1.5 FORM
    1.6 BUTTON
    1.7 CLEARING
    1.8 HELPER
    1.9 GLOBAL
    1.10 LAYOUT

2. WORDPRESS DEFAULT CLASS

3. HEADER
    3.1 HEADER 1
    3.2 HEADER 2
    3.3 HEADER 3
    3.4 HEADER 4
    3.5 HEADER 5
    3.6 HEADER 6
    3.7 HEADER 7
    3.8 HEADER 8
    3.9 HEADER 9
    3.10 HEADER 10
    3.11 HEADER 11
    3.12 HEADER 12

4. MENU
    4.1 PRIMARY MENU
    4.2 MOBILE MENU
    4.3 VERTICAL MENU
    4.4 FOOTER MENU

5. FOOTER

6. HOME

7. PAGE
    7.1 MAINTENANCE
	7.2 404
    7.3 CONTACT
    7.4 SEARCH
    7.5 PAGE HEADING

8. POST
	8.1 SINGLE POST
	8.2 POST PAGINATION
    8.3 POST COMMENT
    8.4 POST LAYOUT
    8.5 POST NAVIGATION

9. WIDGET

10. WOOCOMMERCE
    10.1 TOOLTIP
	10.2 MESSAGE
    10.3 RATING
    10.4 SHOP ACTION
    10.5 SHOP FILTER
    10.6 QUICK VIEW
    10.7 SHIPPING POPUP
    10.8 ONSALE
    10.9 PRODUCT BOX
    10.10 PRODUCT CATEGORY
    10.11 SHOP LAYOUT
    10.12 SHOP PAGINATION
    10.13 SINGLE PRODUCT
    10.14 WOOCOMMERCE TABS
    10.15 OTHER PRODUCTS
    10.16 PAGE WISHLIST
    10.17 MY ACCOUNT
    10.18 CART
    10.19 CHECKOUT
    10.20 CART STYLE

11. ELEMENTS
    11.1 BANNER
    11.2 PROMO BAR
    11.3 PORTFOLIO
    11.4 INSTAGRAM
    11.5 SERVICE
    11.6 BRAND
    11.7 PRODUCTS
    11.8 TESTIMONIAL
    11.9 TEAM MEMBER
    11.10 SOCIAL ICONS
    11.11 MEGAMENU WIDGET
    11.12 GOOGLE MAPS
    11.13 INFORMATION BOX
    11.14 GALLERY
    11.15 VIDEO

12. LOADING

13. ANIMATION

14. RESPONSIVE
    14.1 MEDIUM
    14.2 TABLET
    14.3 MOBILE

------------------------------------------- */
/* ---------------------------------------------
   1. BASE
   ------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  color: #323131;
  background: white;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

p {
  line-height: 1.5em;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

p:empty {
  margin-bottom: 0;
}

.vc_toggle_content p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

b, strong {
  font-weight: 600;
}

/* ==========================================================================
   1.1 LIST
   ========================================================================== */
ul, ol {
  padding-left: 1rem;
}

li > ul,
li > ol {
  padding-left: 2rem;
}

.bullet-round-list {
  list-style: none;
  position: relative;
  padding: 0;
}

.bullet-round-list li {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 20px !important;
}

.bullet-round-list li:before {
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #cccccc;
}

/* ==========================================================================
   1.3 LINK
   ========================================================================== */
a {
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #0088cc;
}

p a {
  color: #0088cc;
}

/* ==========================================================================
   1.4 HEADING
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
  -moz-transition: all .3s ease !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: Lato,Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
  line-height: 1.333333em;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.shop-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.heading h2 {
  color: #222222;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;
}

/* ==========================================================================
   1.5 TABLE
   ========================================================================== */
table {
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.4;
}

table th {
  border: none;
  border: 1px solid #e8e8e8 !important;
  background: #fafafa;
  padding: 8px;
}

table td {
  border: 1px solid #e8e8e8;
  padding: 15px 10px;
}

table td p:last-child {
  margin-bottom: 0;
}

table tbody th,
table tfoot th {
  border-bottom: 1px solid #ebebeb;
  text-transform: none;
}

table thead th {
  padding: 8px;
}

.table thead th {
  padding: 8px;
}

.table td {
  border: 1px solid #e8e8e8;
  padding: 15px 10px;
}

/** ------------------------------------------------------------------------------------------------
* FORMS
* ------------------------------------------------------------------------------------------------ */
label {
  font-weight: 400;
  margin-bottom: 5px;
}

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

input[type='email']::-ms-expand,
input[type='search']::-ms-expand,
input[type='number']::-ms-expand,
input[type='url']::-ms-expand,
input[type='tel']::-ms-expand,
input[type='text']::-ms-expand,
input[type='password']::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border: 1px solid;
  border-color: #e2e2e2;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0088cc;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
  margin-right: 5px;
  vertical-align: -1px;
}

select {
  border-radius: 0;
  -webkit-border-radius: 0px;
  background-image: url("assets/images/select-icon.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}

textarea {
  padding: 15px 20px;
  min-height: 280px;
  border: 1px solid #e2e2e2;
}

input[type="button"],
input[type="submit"],
.button {
  height: 40px;
}

input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus {
  outline: none;
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS
* ------------------------------------------------------------------------------------------------ */
.button {
  border: none;
  font-weight: bold;
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 50px;
  background-color: #0088cc;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
  min-width: 115px;
}

.button:hover, .button:focus {
  outline: none;
  background-color: #333333;
  color: white !important;
}

.btn {
  background-color: none;
  display: inline-block;
  font-size: 16px;
  padding: 9px 40px;
  font-weight: 500;
  border-radius: 30px;
  color: white;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: white !important;
  border: 2px solid;
  border-color: #629ee7;
  background-color: #629ee7;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.btn-inverse {
  color: white;
  border: 2px solid;
  border-color: #629ee7;
  background-color: #629ee7;
}

.btn-inverse:hover {
  background: none;
  color: #629ee7;
}

.tp-caption.rev-btn {
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

.vc_general.vc_btn3 {
  font-weight: 600;
}

.vc_btn3.vc_btn3-size-md {
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-size-default {
  font-size: inherit;
  padding: 10px 20px;
}

.hamburger {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cyberwire-btn-primary {
  background-color: #0088cc;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}

.cyberwire-btn-primary:focus, .cyberwire-btn-primary:hover {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  opacity: 0.8 !important;
}

.form-submit .submit {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  border: 0;
  height: auto;
}

.form-submit .submit:hover {
  background: #333;
}

/* ==========================================================================
   1.7 CLEARING
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* ==========================================================================
   1.8 HELPER CLASS
   ========================================================================== */
.color {
  color: #0088cc;
}

.secondary-color {
  color: #F4706C;
}

.width-30 {
  width: 30%;
}

.width-70 {
  width: 70%;
}

.bg-color {
  background-color: #0088cc;
}

.text-low {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.oh {
  overflow: hidden;
}

.oi {
  overflow: inherit;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.pa-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-600 p {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-700 p {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-800 p {
  font-weight: 800;
}

.fs-10 {
  font-size: 100px;
}

.fs-11 {
  font-size: 110px;
}

.fs-12 {
  font-size: 120px;
}

.fs-13 {
  font-size: 130px;
}

.fs-14 {
  font-size: 140px;
}

.fs-15 {
  font-size: 150px;
}

.fs-16 {
  font-size: 160px;
}

.fs-17 {
  font-size: 170px;
}

.fs-18 {
  font-size: 180px;
}

.fs-19 {
  font-size: 190px;
}

.fs-20 {
  font-size: 200px;
}

.fs-21 {
  font-size: 210px;
}

.fs-22 {
  font-size: 220px;
}

.fs-23 {
  font-size: 230px;
}

.fs-24 {
  font-size: 240px;
}

.fs-25 {
  font-size: 250px;
}

.fs-26 {
  font-size: 260px;
}

.fs-27 {
  font-size: 270px;
}

.fs-28 {
  font-size: 280px;
}

.fs-29 {
  font-size: 290px;
}

.fs-30 {
  font-size: 300px;
}

.fs-31 {
  font-size: 310px;
}

.fs-32 {
  font-size: 320px;
}

.fs-33 {
  font-size: 330px;
}

.fs-34 {
  font-size: 340px;
}

.fs-35 {
  font-size: 350px;
}

.fs-36 {
  font-size: 360px;
}

.fs-37 {
  font-size: 370px;
}

.fs-38 {
  font-size: 380px;
}

.fs-39 {
  font-size: 390px;
}

.fs-40 {
  font-size: 400px;
}

.fs-41 {
  font-size: 410px;
}

.fs-42 {
  font-size: 420px;
}

.fs-43 {
  font-size: 430px;
}

.fs-44 {
  font-size: 440px;
}

.fs-45 {
  font-size: 450px;
}

.fs-46 {
  font-size: 460px;
}

.fs-47 {
  font-size: 470px;
}

.fs-48 {
  font-size: 480px;
}

.fs-49 {
  font-size: 490px;
}

.fs-50 {
  font-size: 500px;
}

.fs-51 {
  font-size: 510px;
}

.fs-52 {
  font-size: 520px;
}

.fs-53 {
  font-size: 530px;
}

.fs-54 {
  font-size: 540px;
}

.fs-55 {
  font-size: 550px;
}

.fs-56 {
  font-size: 560px;
}

.fs-57 {
  font-size: 570px;
}

.fs-58 {
  font-size: 580px;
}

.fs-59 {
  font-size: 590px;
}

.fs-60 {
  font-size: 600px;
}

.fs-61 {
  font-size: 610px;
}

.fs-62 {
  font-size: 620px;
}

.fs-63 {
  font-size: 630px;
}

.fs-64 {
  font-size: 640px;
}

.fs-65 {
  font-size: 650px;
}

.fs-66 {
  font-size: 660px;
}

.fs-67 {
  font-size: 670px;
}

.fs-68 {
  font-size: 680px;
}

.fs-69 {
  font-size: 690px;
}

.fs-70 {
  font-size: 700px;
}

.fs-71 {
  font-size: 710px;
}

.fs-72 {
  font-size: 720px;
}

.fs-73 {
  font-size: 730px;
}

.fs-74 {
  font-size: 740px;
}

.fs-75 {
  font-size: 750px;
}

.fs-76 {
  font-size: 760px;
}

.fs-77 {
  font-size: 770px;
}

.fs-78 {
  font-size: 780px;
}

.fs-79 {
  font-size: 790px;
}

.fs-80 {
  font-size: 800px;
}

.fs-81 {
  font-size: 810px;
}

.fs-82 {
  font-size: 820px;
}

.fs-83 {
  font-size: 830px;
}

.fs-84 {
  font-size: 840px;
}

.fs-85 {
  font-size: 850px;
}

.fs-86 {
  font-size: 860px;
}

.fs-87 {
  font-size: 870px;
}

.fs-88 {
  font-size: 880px;
}

.fs-89 {
  font-size: 890px;
}

.fs-90 {
  font-size: 900px;
}

.fs-91 {
  font-size: 910px;
}

.fs-92 {
  font-size: 920px;
}

.fs-93 {
  font-size: 930px;
}

.fs-94 {
  font-size: 940px;
}

.fs-95 {
  font-size: 950px;
}

.fs-96 {
  font-size: 960px;
}

.fs-97 {
  font-size: 970px;
}

.fs-98 {
  font-size: 980px;
}

.fs-99 {
  font-size: 990px;
}

.fs-100 {
  font-size: 1000px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.left-xs {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  -webkit-box-pack: left;
  justify-content: left;
  text-align: left;
}

.right-xs {
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  -webkit-box-pack: right;
  justify-content: right;
  text-align: right;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}

.pd-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.mg-0 {
  margin: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px !important;
}

.mt-1 {
  margin-top: 1px;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px !important;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 3px !important;
}

.mt-3 {
  margin-top: 3px;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px !important;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px !important;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px !important;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px !important;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px !important;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pr-11 {
  padding-right: 11px !important;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.ml-11 {
  margin-left: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pr-13 {
  padding-right: 13px !important;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.ml-13 {
  margin-left: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px !important;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px !important;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pr-17 {
  padding-right: 17px !important;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.ml-17 {
  margin-left: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px !important;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pr-19 {
  padding-right: 19px !important;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.ml-19 {
  margin-left: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pr-21 {
  padding-right: 21px !important;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.ml-21 {
  margin-left: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pr-22 {
  padding-right: 22px !important;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pr-23 {
  padding-right: 23px !important;
}

.mt-23 {
  margin-top: 23px;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.ml-23 {
  margin-left: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px !important;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pr-26 {
  padding-right: 26px !important;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.ml-26 {
  margin-left: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pr-27 {
  padding-right: 27px !important;
}

.mt-27 {
  margin-top: 27px;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.ml-27 {
  margin-left: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px !important;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pr-29 {
  padding-right: 29px !important;
}

.mt-29 {
  margin-top: 29px;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.ml-29 {
  margin-left: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-31 {
  padding-top: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pr-31 {
  padding-right: 31px !important;
}

.mt-31 {
  margin-top: 31px;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.ml-31 {
  margin-left: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px !important;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pr-33 {
  padding-right: 33px !important;
}

.mt-33 {
  margin-top: 33px;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.ml-33 {
  margin-left: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pr-34 {
  padding-right: 34px !important;
}

.mt-34 {
  margin-top: 34px;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.ml-34 {
  margin-left: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px !important;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pr-37 {
  padding-right: 37px !important;
}

.mt-37 {
  margin-top: 37px;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.ml-37 {
  margin-left: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pr-38 {
  padding-right: 38px !important;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.pt-39 {
  padding-top: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pr-39 {
  padding-right: 39px !important;
}

.mt-39 {
  margin-top: 39px;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.ml-39 {
  margin-left: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-41 {
  padding-top: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pr-41 {
  padding-right: 41px !important;
}

.mt-41 {
  margin-top: 41px;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.ml-41 {
  margin-left: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pr-42 {
  padding-right: 42px !important;
}

.mt-42 {
  margin-top: 42px;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.pt-43 {
  padding-top: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pr-43 {
  padding-right: 43px !important;
}

.mt-43 {
  margin-top: 43px;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.ml-43 {
  margin-left: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pr-44 {
  padding-right: 44px !important;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pr-46 {
  padding-right: 46px !important;
}

.mt-46 {
  margin-top: 46px;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.ml-46 {
  margin-left: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.pt-47 {
  padding-top: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pr-47 {
  padding-right: 47px !important;
}

.mt-47 {
  margin-top: 47px;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.ml-47 {
  margin-left: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px !important;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.pt-49 {
  padding-top: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pr-49 {
  padding-right: 49px !important;
}

.mt-49 {
  margin-top: 49px;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.ml-49 {
  margin-left: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-51 {
  padding-top: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pr-51 {
  padding-right: 51px !important;
}

.mt-51 {
  margin-top: 51px;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.ml-51 {
  margin-left: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pr-52 {
  padding-right: 52px !important;
}

.mt-52 {
  margin-top: 52px;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.pt-53 {
  padding-top: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pr-53 {
  padding-right: 53px !important;
}

.mt-53 {
  margin-top: 53px;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.ml-53 {
  margin-left: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pr-54 {
  padding-right: 54px !important;
}

.mt-54 {
  margin-top: 54px;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.ml-54 {
  margin-left: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px !important;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.pt-57 {
  padding-top: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pr-57 {
  padding-right: 57px !important;
}

.mt-57 {
  margin-top: 57px;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.ml-57 {
  margin-left: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pr-58 {
  padding-right: 58px !important;
}

.mt-58 {
  margin-top: 58px;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.ml-58 {
  margin-left: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.pt-59 {
  padding-top: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pr-59 {
  padding-right: 59px !important;
}

.mt-59 {
  margin-top: 59px;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.ml-59 {
  margin-left: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-61 {
  padding-top: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pr-61 {
  padding-right: 61px !important;
}

.mt-61 {
  margin-top: 61px;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.ml-61 {
  margin-left: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pr-62 {
  padding-right: 62px !important;
}

.mt-62 {
  margin-top: 62px;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.ml-62 {
  margin-left: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.pt-63 {
  padding-top: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pr-63 {
  padding-right: 63px !important;
}

.mt-63 {
  margin-top: 63px;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.ml-63 {
  margin-left: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px !important;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px !important;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-66 {
  padding-top: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pr-66 {
  padding-right: 66px !important;
}

.mt-66 {
  margin-top: 66px;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.ml-66 {
  margin-left: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.pt-67 {
  padding-top: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pr-67 {
  padding-right: 67px !important;
}

.mt-67 {
  margin-top: 67px;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.ml-67 {
  margin-left: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.pt-68 {
  padding-top: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pr-68 {
  padding-right: 68px !important;
}

.mt-68 {
  margin-top: 68px;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.ml-68 {
  margin-left: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.pt-69 {
  padding-top: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pr-69 {
  padding-right: 69px !important;
}

.mt-69 {
  margin-top: 69px;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.ml-69 {
  margin-left: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-71 {
  padding-top: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pr-71 {
  padding-right: 71px !important;
}

.mt-71 {
  margin-top: 71px;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.ml-71 {
  margin-left: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pr-72 {
  padding-right: 72px !important;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.pt-73 {
  padding-top: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pr-73 {
  padding-right: 73px !important;
}

.mt-73 {
  margin-top: 73px;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.ml-73 {
  margin-left: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.pt-74 {
  padding-top: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pr-74 {
  padding-right: 74px !important;
}

.mt-74 {
  margin-top: 74px;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.ml-74 {
  margin-left: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px !important;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-76 {
  padding-top: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pr-76 {
  padding-right: 76px !important;
}

.mt-76 {
  margin-top: 76px;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.ml-76 {
  margin-left: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.pt-77 {
  padding-top: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pr-77 {
  padding-right: 77px !important;
}

.mt-77 {
  margin-top: 77px;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.ml-77 {
  margin-left: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.pt-78 {
  padding-top: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pr-78 {
  padding-right: 78px !important;
}

.mt-78 {
  margin-top: 78px;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.ml-78 {
  margin-left: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.pt-79 {
  padding-top: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pr-79 {
  padding-right: 79px !important;
}

.mt-79 {
  margin-top: 79px;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.ml-79 {
  margin-left: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-81 {
  padding-top: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pr-81 {
  padding-right: 81px !important;
}

.mt-81 {
  margin-top: 81px;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.ml-81 {
  margin-left: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.pt-82 {
  padding-top: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pr-82 {
  padding-right: 82px !important;
}

.mt-82 {
  margin-top: 82px;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.ml-82 {
  margin-left: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.pt-83 {
  padding-top: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pr-83 {
  padding-right: 83px !important;
}

.mt-83 {
  margin-top: 83px;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.ml-83 {
  margin-left: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.pt-84 {
  padding-top: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pr-84 {
  padding-right: 84px !important;
}

.mt-84 {
  margin-top: 84px;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px !important;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-86 {
  padding-top: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pl-86 {
  padding-left: 86px;
}

.pr-86 {
  padding-right: 86px !important;
}

.mt-86 {
  margin-top: 86px;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.ml-86 {
  margin-left: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.pt-87 {
  padding-top: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pl-87 {
  padding-left: 87px;
}

.pr-87 {
  padding-right: 87px !important;
}

.mt-87 {
  margin-top: 87px;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.ml-87 {
  margin-left: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pr-88 {
  padding-right: 88px !important;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.ml-88 {
  margin-left: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.pt-89 {
  padding-top: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pl-89 {
  padding-left: 89px;
}

.pr-89 {
  padding-right: 89px !important;
}

.mt-89 {
  margin-top: 89px;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.ml-89 {
  margin-left: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-91 {
  padding-top: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pl-91 {
  padding-left: 91px;
}

.pr-91 {
  padding-right: 91px !important;
}

.mt-91 {
  margin-top: 91px;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.ml-91 {
  margin-left: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.pt-92 {
  padding-top: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.pr-92 {
  padding-right: 92px !important;
}

.mt-92 {
  margin-top: 92px;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.ml-92 {
  margin-left: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.pt-93 {
  padding-top: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pl-93 {
  padding-left: 93px;
}

.pr-93 {
  padding-right: 93px !important;
}

.mt-93 {
  margin-top: 93px;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.ml-93 {
  margin-left: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.pt-94 {
  padding-top: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pl-94 {
  padding-left: 94px;
}

.pr-94 {
  padding-right: 94px !important;
}

.mt-94 {
  margin-top: 94px;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.ml-94 {
  margin-left: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px !important;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pr-96 {
  padding-right: 96px !important;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.pt-97 {
  padding-top: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pl-97 {
  padding-left: 97px;
}

.pr-97 {
  padding-right: 97px !important;
}

.mt-97 {
  margin-top: 97px;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.ml-97 {
  margin-left: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.pt-98 {
  padding-top: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pl-98 {
  padding-left: 98px;
}

.pr-98 {
  padding-right: 98px !important;
}

.mt-98 {
  margin-top: 98px;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.ml-98 {
  margin-left: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.pt-99 {
  padding-top: 99px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pl-99 {
  padding-left: 99px;
}

.pr-99 {
  padding-right: 99px !important;
}

.mt-99 {
  margin-top: 99px;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.ml-99 {
  margin-left: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ml--1 {
  margin-left: -1px;
}

.mr--1 {
  margin-right: -1px;
}

.ml--2 {
  margin-left: -2px;
}

.mr--2 {
  margin-right: -2px;
}

.ml--3 {
  margin-left: -3px;
}

.mr--3 {
  margin-right: -3px;
}

.ml--4 {
  margin-left: -4px;
}

.mr--4 {
  margin-right: -4px;
}

.ml--5 {
  margin-left: -5px;
}

.mr--5 {
  margin-right: -5px;
}

.ml--6 {
  margin-left: -6px;
}

.mr--6 {
  margin-right: -6px;
}

.ml--7 {
  margin-left: -7px;
}

.mr--7 {
  margin-right: -7px;
}

.ml--8 {
  margin-left: -8px;
}

.mr--8 {
  margin-right: -8px;
}

.ml--9 {
  margin-left: -9px;
}

.mr--9 {
  margin-right: -9px;
}

.ml--10 {
  margin-left: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.ml--11 {
  margin-left: -11px;
}

.mr--11 {
  margin-right: -11px;
}

.ml--12 {
  margin-left: -12px;
}

.mr--12 {
  margin-right: -12px;
}

.ml--13 {
  margin-left: -13px;
}

.mr--13 {
  margin-right: -13px;
}

.ml--14 {
  margin-left: -14px;
}

.mr--14 {
  margin-right: -14px;
}

.ml--15 {
  margin-left: -15px;
}

.mr--15 {
  margin-right: -15px;
}

.ml--16 {
  margin-left: -16px;
}

.mr--16 {
  margin-right: -16px;
}

.ml--17 {
  margin-left: -17px;
}

.mr--17 {
  margin-right: -17px;
}

.ml--18 {
  margin-left: -18px;
}

.mr--18 {
  margin-right: -18px;
}

.ml--19 {
  margin-left: -19px;
}

.mr--19 {
  margin-right: -19px;
}

.ml--20 {
  margin-left: -20px;
}

.mr--20 {
  margin-right: -20px;
}

.ml--21 {
  margin-left: -21px;
}

.mr--21 {
  margin-right: -21px;
}

.ml--22 {
  margin-left: -22px;
}

.mr--22 {
  margin-right: -22px;
}

.ml--23 {
  margin-left: -23px;
}

.mr--23 {
  margin-right: -23px;
}

.ml--24 {
  margin-left: -24px;
}

.mr--24 {
  margin-right: -24px;
}

.ml--25 {
  margin-left: -25px;
}

.mr--25 {
  margin-right: -25px;
}

.ml--26 {
  margin-left: -26px;
}

.mr--26 {
  margin-right: -26px;
}

.ml--27 {
  margin-left: -27px;
}

.mr--27 {
  margin-right: -27px;
}

.ml--28 {
  margin-left: -28px;
}

.mr--28 {
  margin-right: -28px;
}

.ml--29 {
  margin-left: -29px;
}

.mr--29 {
  margin-right: -29px;
}

.ml--30 {
  margin-left: -30px;
}

.mr--30 {
  margin-right: -30px;
}

.ml--31 {
  margin-left: -31px;
}

.mr--31 {
  margin-right: -31px;
}

.ml--32 {
  margin-left: -32px;
}

.mr--32 {
  margin-right: -32px;
}

.ml--33 {
  margin-left: -33px;
}

.mr--33 {
  margin-right: -33px;
}

.ml--34 {
  margin-left: -34px;
}

.mr--34 {
  margin-right: -34px;
}

.ml--35 {
  margin-left: -35px;
}

.mr--35 {
  margin-right: -35px;
}

.ml--36 {
  margin-left: -36px;
}

.mr--36 {
  margin-right: -36px;
}

.ml--37 {
  margin-left: -37px;
}

.mr--37 {
  margin-right: -37px;
}

.ml--38 {
  margin-left: -38px;
}

.mr--38 {
  margin-right: -38px;
}

.ml--39 {
  margin-left: -39px;
}

.mr--39 {
  margin-right: -39px;
}

.ml--40 {
  margin-left: -40px;
}

.mr--40 {
  margin-right: -40px;
}

.ml--41 {
  margin-left: -41px;
}

.mr--41 {
  margin-right: -41px;
}

.ml--42 {
  margin-left: -42px;
}

.mr--42 {
  margin-right: -42px;
}

.ml--43 {
  margin-left: -43px;
}

.mr--43 {
  margin-right: -43px;
}

.ml--44 {
  margin-left: -44px;
}

.mr--44 {
  margin-right: -44px;
}

.ml--45 {
  margin-left: -45px;
}

.mr--45 {
  margin-right: -45px;
}

.ml--46 {
  margin-left: -46px;
}

.mr--46 {
  margin-right: -46px;
}

.ml--47 {
  margin-left: -47px;
}

.mr--47 {
  margin-right: -47px;
}

.ml--48 {
  margin-left: -48px;
}

.mr--48 {
  margin-right: -48px;
}

.ml--49 {
  margin-left: -49px;
}

.mr--49 {
  margin-right: -49px;
}

.ml--50 {
  margin-left: -50px;
}

.mr--50 {
  margin-right: -50px;
}

.ml--51 {
  margin-left: -51px;
}

.mr--51 {
  margin-right: -51px;
}

.ml--52 {
  margin-left: -52px;
}

.mr--52 {
  margin-right: -52px;
}

.ml--53 {
  margin-left: -53px;
}

.mr--53 {
  margin-right: -53px;
}

.ml--54 {
  margin-left: -54px;
}

.mr--54 {
  margin-right: -54px;
}

.ml--55 {
  margin-left: -55px;
}

.mr--55 {
  margin-right: -55px;
}

.ml--56 {
  margin-left: -56px;
}

.mr--56 {
  margin-right: -56px;
}

.ml--57 {
  margin-left: -57px;
}

.mr--57 {
  margin-right: -57px;
}

.ml--58 {
  margin-left: -58px;
}

.mr--58 {
  margin-right: -58px;
}

.ml--59 {
  margin-left: -59px;
}

.mr--59 {
  margin-right: -59px;
}

.ml--60 {
  margin-left: -60px;
}

.mr--60 {
  margin-right: -60px;
}

.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

.bypostauthor {
  padding: 0;
}

.wpb_single_image {
  margin-bottom: 0;
}

.no-padding .vc_column-inner {
  padding: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-extra-bold p {
  font-weight: 800;
}

.color-primary {
  color: #0088cc;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.hades.tparrows {
  width: 30px;
  height: 110px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hades.tparrows .tp-arr-allwrapper {
  height: 110px;
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -180px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}

.hades.tparrows.tp-leftarrow:hover {
  color: #fff;
}

.hades.tparrows.tp-leftarrow:hover .tp-arr-allwrapper {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.hades.tparrows.tp-rightarrow:hover {
  color: #fff;
}

.hades.tparrows.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: -150px;
}

.hades.tparrows.tp-rightarrow:hover .tp-arr-allwrapper {
  left: auto;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.hades.tparrows:before {
  line-height: 110px;
  font-size: 20px;
}

.fullwidthbanner-container .fullwidthabanner {
  overflow: hidden;
}

.owl-theme .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  margin: 0 2.5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0088cc;
  border-color: #0088cc;
}

.vc_tta-panel-title {
  font-size: inherit;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #3dc5df;
  background: #3dc5df;
  color: #fff;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #fff;
  font-weight: normal;
  color: #647382;
  text-align: center;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 0;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #333333;
  background: #333333;
  font-weight: bold;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #647382;
  background: #fff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #3dc5df;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 0px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 20px;
  left: 8px;
  top: 3px !important;
  color: #fff;
  position: absolute;
}

.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 0px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 20px;
  right: 8px;
  top: 3px;
  color: #fff;
  position: absolute;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  position: absolute;
  right: 0px;
  top: 0px !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 95%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 4px;
  width: 100%;
  position: relative;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: 0px;
  top: -5px;
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-vertical.noUi-extended {
  padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}

.noUi-background {
  background-color: #909090;
}

.noUi-base .noUi-background {
  background: none;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: pointer;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

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

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #3dc5df;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 0px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 20px;
  left: 8px;
  top: 3px !important;
  color: #fff;
  position: absolute;
}

.ui-datepicker .ui-datepicker-next {
  position: absolute;
  right: 0px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 20px;
  right: 8px;
  top: 3px;
  color: #fff;
  position: absolute;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  position: absolute;
  right: 0px;
  top: 0px !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #647382;
  background: #fff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #fff;
  font-weight: normal;
  color: #647382;
  text-align: center;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 0;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #333333;
  background: #333333;
  font-weight: bold;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #3dc5df;
  background: #3dc5df;
  color: #fff;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/**********HOME 12********/
.slider-row-h12 {
  margin-left: -20px;
  margin-right: -20px;
}

.slider-column-h12 {
  width: 53%;
}

.slider-column-h12 > .vc_column-inner {
  padding-right: 0;
  padding-left: 10px;
}

.banner-column-h12 {
  width: 21.6%;
}

.banner-column-h12 .banner-box .banner-image {
  text-align: center;
}

.banner-column-h12 .banner-box .banner-image img {
  width: auto;
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 500px;
}

.banner-column-h12 .banner-box .banner-text {
  padding: 25px;
}

.space-column {
  padding: 0 5px;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: auto;
  word-wrap: break-word;
}

.wrapper-boxed {
  background-image: url(assets/images/full-bg.jpg);
  background-repeat: repeat;
}

.wrapper-boxed #wrap {
  max-width: 1250px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  background: #fff;
}

.container.vc-container {
  width: 100%;
}

.main-content {
  position: relative;
}

.main-content.left-sidebar {
  left: 25%;
}

.main-sidebar {
  position: relative;
}

.main-sidebar.left-sidebar {
  right: calc(100% - 25%);
}

.active-composer .main-content {
  margin-bottom: 0;
}

.active-composer .main-sidebar {
  margin-bottom: 0;
}

.woocommerce-archive-box .woo-archive {
  margin-top: 60px;
}

.woocommerce-archive-box .widget_recently_viewed_products .product-box {
  margin-bottom: 0;
}

.layout-spacing-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.layout-spacing-40 .item {
  padding-left: 20px;
  padding-right: 20px;
}

.layout-spacing-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.layout-spacing-30 .item {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-spacing-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.layout-spacing-20 .item {
  padding-left: 10px;
  padding-right: 10px;
}

.layout-spacing-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.layout-spacing-10 .item {
  padding-left: 5px;
  padding-right: 5px;
}

[class*="layout-columns-"] .item {
  float: left;
  max-width: 100%;
}

[class*="layout-columns-"] .item.blog-post-loop {
  border-bottom: 0;
  padding-bottom: 0;
}

[class*="layout-columns-"] .item-box {
  float: left;
  max-width: 100%;
}

.layout-columns-1 .item {
  width: 100%;
}

.product-layout-wrapper .layout-columns-1 .item {
  width: 100%;
}

.product-layout-wrapper .layout-columns-1 .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-layout-wrapper .layout-columns-1 .product-thumb {
  width: 250px;
  float: left;
  min-width: 250px;
  margin-right: 20px;
}

.product-layout-wrapper .layout-columns-1 .product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
}

.product-layout-wrapper .layout-columns-1 .product-info .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.product-layout-wrapper .layout-columns-1 .product-info-right {
  height: calc(100% - 14px);
  border-left: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-layout-wrapper .layout-columns-1 .price {
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-layout-wrapper .layout-columns-1 .product-title {
  min-height: inherit;
}

.product-layout-wrapper .layout-columns-1 .woocommerce-product-details__short-description {
  display: inline-block;
}

.product-layout-wrapper .layout-columns-1 .bullet-round-list li {
  line-height: 20px;
}

.product-layout-wrapper .layout-columns-1 .star-rating {
  margin-bottom: 20px;
}

.product-layout-wrapper .layout-columns-1 .availability {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
}

.product-layout-wrapper .layout-columns-1 .btn-add-cart a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff !important;
  width: auto;
  height: auto;
  line-height: 1.42857143;
  margin-top: 0;
  float: none;
  min-width: 132px;
}

.product-layout-wrapper .layout-columns-1 .btn-add-cart a.added {
  display: none;
}

.product-layout-wrapper .layout-columns-1 .btn-add-cart a::before {
  margin-right: 7px;
}

.product-layout-wrapper .layout-columns-1 .cyberwire-buttons {
  top: 0;
  right: 6px;
}

.product-layout-wrapper .layout-columns-1 .availability {
  display: block !important;
  visibility: visible !important;
}

.product-layout-wrapper .layout-columns-1 .loading::before {
  margin: -2px 7px 0 0 !important;
  position: static;
  width: 14px;
  height: 14px;
}

.product-layout-wrapper .layout-columns-1 .cyberwire-buttons .loading::before {
  margin: 7px auto 0 !important;
  position: absolute;
  top: inherit;
}

.product-layout-wrapper .layout-columns-1 .cyberwire-buttons .btn-quickview .loading::before {
  margin: 6px auto 0 !important;
}

.product-layout-wrapper .layout-columns-1 .cyberwire-buttons > div {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.layout-columns-2 .item, .layout-columns-2 .item-box {
  width: 50%;
}

.layout-columns-2 .item.item-metro, .layout-columns-2 .item-box.item-metro {
  width: 100%;
}

.layout-columns-2 .item:nth-child(2n + 1), .layout-columns-2 .item-box:nth-child(2n + 1) {
  clear: both;
}

.layout-columns-3 .item, .layout-columns-3 .item-box {
  width: 33.33%;
}

.layout-columns-3 .item.item-metro, .layout-columns-3 .item-box.item-metro {
  width: 66.66%;
}

.layout-columns-3 .item:nth-child(3n + 1), .layout-columns-3 .item-box:nth-child(3n + 1) {
  clear: both;
}

.layout-columns-4 .item, .layout-columns-4 .item-box {
  width: 25%;
}

.layout-columns-4 .item.item-metro, .layout-columns-4 .item-box.item-metro {
  width: 50%;
}

.layout-columns-4 .item:nth-child(4n + 1), .layout-columns-4 .item-box:nth-child(4n + 1) {
  clear: both;
}

.layout-columns-5 .item, .layout-columns-5 .item-box {
  width: 20%;
}

.layout-columns-5 .item.item-metro, .layout-columns-5 .item-box.item-metro {
  width: 40%;
}

.layout-columns-5 .item:nth-child(5n + 1), .layout-columns-5 .item-box:nth-child(5n + 1) {
  clear: both;
}

.layout-columns-6 .item, .layout-columns-6 .item-box {
  width: 16.6666666%;
}

.layout-columns-6 .item.item-metro, .layout-columns-6 .item-box.item-metro {
  width: 33.33%;
}

.layout-columns-6 .item:nth-child(6n + 1), .layout-columns-6 .item-box:nth-child(6n + 1) {
  clear: both;
}

.fadeIn .item,
.fadeInFromLeft .item,
.fadeInFromRight .item,
.fadeInFromTop .item,
.fadeInFromBottom .item,
.zoomIn .item {
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  -o-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
}

.fadeInFromTop .item {
  -moz-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  -o-transform: matrix(1, 0, 0, 1, 0, -100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
}

.fadeInFromBottom .item {
  -moz-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  -o-transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.fadeInFromRight .item {
  -moz-transform: matrix(1, 0, 0, 1, 100, 0);
  -ms-transform: matrix(1, 0, 0, 1, 100, 0);
  -o-transform: matrix(1, 0, 0, 1, 100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 100, 0);
  transform: matrix(1, 0, 0, 1, 100, 0);
}

.fadeInFromLeft .item {
  -moz-transform: matrix(1, 0, 0, 1, -100, 0);
  -ms-transform: matrix(1, 0, 0, 1, -100, 0);
  -o-transform: matrix(1, 0, 0, 1, -100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
  transform: matrix(1, 0, 0, 1, -100, 0);
}

.zoomIn .item {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.fadeIn .item.item-animated,
.fadeInFromLeft .item.item-animated,
.fadeInFromRight .item.item-animated,
.fadeInFromTop .item.item-animated,
.fadeInFromBottom .item.item-animated,
.zoomIn .item.item-animated {
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInFromLeft .item.item-animated,
.fadeInFromRight .item.item-animated,
.fadeInFromTop .item.item-animated,
.fadeInFromBottom .item.item-animated {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.zoomIn .item.item-animated {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-----------------------------------------------------------------------------------*/
/*  Shortcode Animation
/*-----------------------------------------------------------------------------------*/
.shortcodeAnimation[data-animation="fadeIn"],
.shortcodeAnimation[data-animation="fadeInFromTop"],
.shortcodeAnimation[data-animation="fadeInFromBottom"],
.shortcodeAnimation[data-animation="fadeInFromLeft"],
.shortcodeAnimation[data-animation="fadeInFromRight"],
.shortcodeAnimation[data-animation="zoomIn"] {
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.shortcodeAnimation[data-animation="fadeIn"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromTop"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromBottom"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromLeft"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromRight"].row_section.fullWidth,
.shortcodeAnimation[data-animation="zoomIn"].row_section.fullWidth {
  width: 100%;
}

.shortcodeAnimation[data-animation="fadeInFromTop"] {
  -moz-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  -o-transform: matrix(1, 0, 0, 1, 0, -100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
}

.shortcodeAnimation[data-animation="fadeInFromBottom"] {
  -moz-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  -o-transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.shortcodeAnimation[data-animation="fadeInFromLeft"] {
  -moz-transform: matrix(1, 0, 0, 1, -100, 0);
  -ms-transform: matrix(1, 0, 0, 1, -100, 0);
  -o-transform: matrix(1, 0, 0, 1, -100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
  transform: matrix(1, 0, 0, 1, -100, 0);
}

.shortcodeAnimation[data-animation="fadeInFromRight"] {
  -moz-transform: matrix(1, 0, 0, 1, 100, 0);
  -ms-transform: matrix(1, 0, 0, 1, 100, 0);
  -o-transform: matrix(1, 0, 0, 1, 100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 100, 0);
  transform: matrix(1, 0, 0, 1, 100, 0);
}

.shortcodeAnimation[data-animation="zoomIn"] {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.shortcodeAnimation[data-animation="fadeIn"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromTop"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromBottom"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromLeft"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromRight"].do-animated,
.shortcodeAnimation[data-animation="zoomIn"].do-animated {
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.shortcodeAnimation[data-animation="fadeInFromTop"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromBottom"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromLeft"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromRight"].do-animated {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.shortcodeAnimation[data-animation="zoomIn"].do-animated {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.updown-animate {
  -webkit-animation-name: updown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: updown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-name: updown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* ---------------------------------------------
   2. WORDPRESS DEFAULT CLASS
   ------------------------------------------- */
.alignleft {
  float: left;
  margin: 10px 25px 25px 0;
}

.alignright {
  float: right;
  margin: 10px 0 25px 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto 25px;
}

.wp-caption {
  margin-bottom: 5px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.gallery {
  margin: 0 -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #7e7e7e;
  padding: 0.5em 0;
  font-size: 13px;
  display: block;
  line-height: 1.6;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.post .entry-content > .alignwide, .entry .entry-summary > .alignwide {
  width: 100%;
  max-width: 100%;
}

.wp-block-cover-text a:hover {
  text-decoration: underline;
}

.has-large-font-size {
  font-size: 22px;
}

.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.post .entry-content a {
  color: #0088cc;
}

.post .entry-content a:hover {
  text-decoration: underline;
}

.wp-block-code {
  border: 1px solid #e2e4e7;
  padding: .8em 1em;
}

.trackback .comment-body, .pingback .comment-body {
  margin-left: 0;
}

.post .entry-content li {
  padding: 4px 0 5px;
}

.post .entry-content li:last-child {
  padding-bottom: 0;
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  padding: 0 !important;
}

.post .entry-content a:not([href]):not([tabindex]) {
  color: inherit;
}

.post .entry-content a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

.post .wp-block-cover-image .wp-block-cover-image-text a,
.post .wp-block-cover-image .wp-block-cover-image-text a:active,
.post .wp-block-cover-image .wp-block-cover-image-text a:focus,
.post .wp-block-cover-image .wp-block-cover-image-text a:hover,
.post .wp-block-cover-image .wp-block-cover-text a,
.post .wp-block-cover-image .wp-block-cover-text a:active,
.post .wp-block-cover-image .wp-block-cover-text a:focus,
.post .wp-block-cover-image .wp-block-cover-text a:hover,
.post .wp-block-cover-image h2 a,
.post .wp-block-cover-image h2 a:active,
.post .wp-block-cover-image h2 a:focus,
.post .wp-block-cover-image h2 a:hover,
.post .wp-block-cover .wp-block-cover-image-text a,
.post .wp-block-cover .wp-block-cover-image-text a:active,
.post .wp-block-cover .wp-block-cover-image-text a:focus,
.post .wp-block-cover .wp-block-cover-image-text a:hover,
.post .wp-block-cover .wp-block-cover-text a,
.post .wp-block-cover .wp-block-cover-text a:active,
.post .wp-block-cover .wp-block-cover-text a:focus,
.post .wp-block-cover .wp-block-cover-text a:hover,
.post .wp-block-cover h2 a,
.post .wp-block-cover h2 a:active,
.post .wp-block-cover h2 a:focus,
.post .wp-block-cover h2 a:hover {
  color: #fff;
}

.post a.wp-block-button__link:active, .post a.wp-block-button__link:focus, .post a.wp-block-button__link:hover, .post a.wp-block-button__link {
  color: inherit;
}

.post .page-links > a:hover, .post .page-links > span:not(.page-links-title):hover {
  text-decoration: none;
}

/* -------------------------------------------
   3. HEADER
   ------------------------------------------- */
/** ------------------------------------------------------------------------------------------------
* TOP BAR
* ------------------------------------------------------------------------------------------------ */
.top-bar {
  background-color: #f8f8f8;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 7px 0;
  font-size: 13px;
}

.top-bar p {
  margin: 0px;
  font-weight: normal;
  display: inline-block;
}

.top-bar i {
  margin-right: 5px;
}

.top-bar .flaticon-email-envelope-outline-shape-with-rounded-corners {
  margin-left: 50px;
}

.top-bar .right-sec {
  float: right;
}

.top-bar .right-sec .btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-bar .right-sec .menu-topbar-container {
  float: left;
}

.top-bar .right-sec .sub-menu-dropdown ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar .right-sec ul {
  margin-bottom: 0;
  padding: 0;
}

.top-bar .right-sec ul li {
  display: inline-block;
}

.top-bar .right-sec .topbar-right-menu li {
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, 0.09);
  margin-right: 10px;
  padding-right: 10px;
}

.top-bar .right-sec .topbar-right-menu li a {
  color: #555555 !important;
}

.top-bar .title-dropdown {
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  margin-right: 10px;
  padding-right: 10px;
  outline: none;
  color: #555555 !important;
}

.top-bar .title-dropdown::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.top-bar .title-dropdown:focus {
  outline: none !important;
}

.top-bar .social-top {
  float: right;
}

.top-bar .social-top a {
  color: #555555;
  margin: 0 5px;
}

.top-bar .social-top a i {
  margin: 0px;
}

.top-bar .sub-menu-dropdown > li > a {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
}

.top-bar .sub-menu-dropdown > li > a:hover {
  background: #0088cc !important;
  color: #fff !important;
}

.top-bar .bootstrap-select.btn-group .dropdown-menu li {
  width: 100%;
  display: block;
}

.top-bar .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0px;
}

.top-bar .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-transform: capitalize;
}

.top-bar .btn {
  border: none;
  padding: 0px;
  padding-right: 10px;
  font-weight: normal;
  font-size: 13px;
  color: #555555;
  background: none;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-bar .foll .btn {
  width: 93px;
}

.top-bar .sub-menu-dropdown {
  line-height: 30px;
  border-radius: 0px;
  border: none;
  font-size: 12px;
  padding: 7px 0 0 0;
  min-width: 100%;
  left: -10px;
  right: 10px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 80px;
}

.top-bar .sub-menu-dropdown ul {
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-bar .sub-menu-dropdown ul li {
  display: block;
}

.top-bar .sub-menu-dropdown ul li a {
  padding: 5px 10px;
  display: block;
  line-height: 1.42857143;
}

.top-bar .sub-menu-dropdown ul li a:hover, .top-bar .sub-menu-dropdown ul li a:active, .top-bar .sub-menu-dropdown ul li a:focus {
  background: #0088cc;
  color: #fff !important;
}

.top-bar .search {
  display: inline-block;
  margin-left: 30px;
  width: 130px;
}

.top-bar .search label {
  color: white;
  position: relative;
}

.top-bar .search label i {
  position: absolute;
  left: 0px;
  line-height: 70px;
}

.top-bar .search input {
  border: none;
  padding-left: 20px;
  outline: none !important;
  font-weight: normal;
  background: none;
  color: white;
  width: 100%;
  height: 70px;
}

.top-bar .bootstrap-select.btn-group .dropdown-menu li {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.top-bar.color-scheme-light {
  color: white;
  border-bottom: none;
}

.top-bar.color-scheme-light p {
  color: white;
}

.top-bar.color-scheme-light .right-sec li {
  border-color: rgba(221, 221, 221, 0.4);
}

.top-bar.color-scheme-light .right-sec li a {
  color: white !important;
}

.top-bar.color-scheme-light #header-account > .dropdown-hover {
  color: white !important;
  border-color: rgba(221, 221, 221, 0.4);
}

.top-bar.color-scheme-light .social-top a {
  color: white;
}

.top-bar.color-scheme-light .title-dropdown {
  color: #fff !important;
  border-color: rgba(221, 221, 221, 0.4);
}

.top-bar.color-scheme-light .sub-menu-dropdown ul li a {
  color: #141414 !important;
}

.top-bar.color-scheme-light .sub-menu-dropdown ul li a:hover {
  color: #fff !important;
}

.top-bar.topbar-header-11 {
  background: none;
  padding: 0;
  margin-bottom: 1px;
  position: relative;
  z-index: 1;
}

.top-bar.topbar-header-11 .topbar-content {
  position: relative;
  padding: 0 20px;
}

.top-bar.topbar-header-11 .container {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}

.top-bar.topbar-header-11 .container::before {
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
  height: 100%;
  background: #101f29;
  display: block;
  position: absolute;
  top: 0;
}

#header-account {
  position: relative;
}

#header-account > .dropdown-hover {
  color: #555555;
  line-height: 20px;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  margin-right: 10px;
  padding-right: 10px;
}

#header-account .sub-menu-dropdown {
  min-width: 117px;
}

header {
  width: 100%;
  background: none;
  padding: 40px 0;
  padding-bottom: 0px;
  position: relative;
}

header .container {
  position: relative;
}

header .navbar > .container,
header .navbar > .container-fluid {
  display: block;
}

header .navbar {
  border: none;
  margin: 0px;
  position: static;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  float: none;
  margin-top: 40px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header .nav {
  padding: 0px;
  margin: 0px;
}

header .logo {
  float: left;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header .logo img {
  z-index: 3;
  position: relative;
  max-height: 46px;
}

header .search-cate {
  min-width: 600px;
  display: inline-block;
  height: 50px;
  margin-left: 50px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 50px;
  padding-left: 20px;
  background: white;
}

header .search-cate .btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  outline: none;
  color: #555555;
  padding: 13px 20px;
  padding-left: 10px;
}

header .search-cate .bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0px;
  border: none;
  margin-top: 0px;
}

header .search-cate .bootstrap-select.btn-group .dropdown-menu ul {
  border: 1px solid #dddddd;
}

header .search-cate input {
  border: none;
  height: 48px;
  padding: 0 20px;
  width: 60%;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  outline: none;
}

header .search-cate input:focus {
  border-color: #ededed;
}

header .search-cate .submit {
  background: none;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #eeeeee;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #555555;
  border: none;
}

header .search-cate .bootstrap-select {
  min-width: 80px;
}

header .search-cate .dropdown-menu > li > a {
  line-height: 26px;
}

header .search-cate .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

header .nav {
  padding: 0px;
  margin: 0px;
}

header nav {
  background-color: #0088cc;
}

header .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: 0px;
  margin-left: 5px;
  right: 8px;
  color: #cccccc;
}

header .sticky {
  left: 0px;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header .is-sticky .sticky {
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

header.white-header .is-sticky .sticky {
  background: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
}

.navbar-collapse {
  padding: 0px;
  float: left;
}

.nav-right {
  float: right;
  position: relative;
  padding: 17.5px 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nav-right li {
  padding: 0 0px;
  margin: 0 10px !important;
}

.nav-right i {
  font-size: 14px;
}

.call-mun {
  font-size: 14px;
  color: white;
}

.call-mun i {
  font-size: 16px;
  margin-right: 10px;
}

.cart-pop {
  min-width: 190px;
}

.ownmenu .dropdown-menu li {
  margin: 0px;
}

.ownmenu .dropdown-menu li a:hover::before {
  width: 100%;
  background: #232955;
}

.ownmenu .nav .mega-home .dropdown-menu .mega-dropdown-inner {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ownmenu .nav .dropdown-menu {
  border: none;
  min-width: 250px;
  margin-top: 0px;
  border-radius: 0px;
  padding: 30px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  background: #fff;
}

.ownmenu .nav .dropdown-menu li {
  position: relative;
  z-index: 2;
}

.ownmenu .nav .dropdown-menu li a {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 34px;
  color: #555555 !important;
  z-index: 1;
  position: relative;
}

.ownmenu .nav .dropdown-menu li a::before {
  background: #131313;
  content: "";
  width: 0px;
  display: none;
  height: 100%;
  top: 0px;
  margin: 0px;
  z-index: -1;
  left: 0px;
}

.ownmenu .nav .dropdown-menu li a:hover {
  color: #000 !important;
  background: #fff;
}

.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.ownmenu .nav .content-element p a {
  padding: 0 !important;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #222 !important;
  text-align: center;
  line-height: 29px;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav > li .content-element img {
  border: 6px solid #f3f3f3;
  -webkit-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav > li .content-element p {
  margin-bottom: 0;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav > li:hover .content-element img {
  border-color: #dfdfdf;
}

.ownmenu .nav .menu-item-home .dropdown-menu .mega-nav.col-sm-2 {
  margin-bottom: 37px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.content-element img {
  height: auto;
}

.content-element p:last-child {
  margin-bottom: 0;
}

.top-lins {
  padding: 0 0 15px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 26px;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) {
  position: static;
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li {
  display: inline-block;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li a {
  padding: 0px 10px;
  color: #555555;
  border-right: 1px solid #e5e5e5;
  line-height: 16px;
  font-weight: 500;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li a:hover {
  color: #000 !important;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li:first-child a {
  padding-left: 0;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li:last-child a {
  margin-right: 0;
  border-right: 0;
  color: #888888 !important;
  text-decoration: underline !important;
}

.cyberwire-menu li .top-lins ul:not(.mega-nav) li:last-child a:hover {
  color: #000 !important;
}

.ownmenu .nav .menu-has-custom .dropdown-menu {
  padding: 20px 30px;
}

.ownmenu .dropdown .sub-menu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  display: none !important;
  margin: 0px !important;
}

.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
  display: block !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  line-height: 33px;
  z-index: 2;
}

.ownmenu .dropdown .sub-menu:hover:before {
  color: #fff;
}

.ownmenu {
  float: left;
}

.ownmenu .cate-style {
  text-align: left;
  min-width: 270px;
}

.ownmenu .cate-style a {
  background: #0a95da;
}

.ownmenu .cate-style a i {
  font-size: 14px;
  margin-right: 10px;
}

.ownmenu .cate-style .dropdown-menu li a {
  background: none;
}

.ownmenu .cate-style .dropdown-menu {
  padding: 0px !important;
  background: #fff !important;
  min-width: 270px !important;
}

.cart-pop {
  min-width: 190px;
}

.cart-pop a.dropdown-toggle:after {
  display: none;
}

.cart-pop .thumb {
  float: left;
  width: 70px;
  display: inline-block !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cart-pop li a {
  padding: 0px !important;
  color: #141414;
}

.cart-pop li a:hover {
  color: #0088cc;
}

.cart-pop li .media-body .tittle {
  font-size: 13px;
}

.cart-pop ul.dropdown-menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-pop li.btn-cart {
  text-align: center;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.cart-pop li.btn-cart .btn-round {
  padding: 10px !important;
  color: #fff !important;
}

.cart-pop li .media-body span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.cart-pop .flaticon-shopping-bag {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 50px;
  color: #686868;
  background: #eeeeee;
  float: left;
  text-align: center;
  font-size: 26px;
}

.cart-pop .dropdown-menu {
  margin-top: 10px;
  min-width: 246px;
  padding: 15px;
  min-height: 265px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
}

.cart-pop .itm-cont {
  position: absolute;
  height: 20px;
  width: 20px;
  position: absolute;
  display: inline-block;
  background: #0088cc;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  left: 35px;
  font-size: 12px;
}

.cart-pop span span.itm-cont {
  position: static;
  width: auto;
  height: auto;
  background: none;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
}

.cyberwire-box-dropdown:hover .sub-menu-dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  pointer-events: inherit;
}

.sub-menu-dropdown {
  position: absolute;
  background: #fff;
  min-width: 246px;
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  top: 100%;
  z-index: 1000;
  float: left;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  right: 0;
  left: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 390;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

.header-sticky .wrap-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-sticky.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.admin-bar .header-sticky {
  top: 32px;
}

.header-sticky .primary-menu > li > a {
  color: #000;
}

.header-sticky .primary-menu > li > a::before {
  display: none;
}

.header-sticky .primary-menu > li.current-menu-item > a {
  color: #000;
}

.header-sticky .primary-menu > li.menu-item-has-children > a span::after {
  color: #000;
}

.header-1 .primary-menu > li > a {
  color: #fff !important;
}

.header-categories-nav {
  position: relative;
  width: 270px;
}

.header-2 .search-by-category::after {
  height: 43px;
}

.header-2 .navbar {
  margin-top: 0px;
  width: auto;
  background: none !important;
  display: inline-block;
  text-align: center;
  margin-left: 100px;
}

.header-2 .primary-menu > li > a {
  color: #555555 !important;
  font-weight: 600;
}

.header-2 .primary-menu > li > a:before {
  display: none;
}

.header-2 .nav-uder-bar {
  margin-top: 30px;
}

.header-2 .search-cate {
  margin-top: 5px;
  min-width: 500px;
  height: 44px;
}

.header-2 .search-cate input {
  height: 42px;
}

.header-2 .search-cate .submit {
  background: none;
  height: 42px;
}

.header-2 .search-cate .btn {
  padding: 11px 0;
  padding-top: 10px;
}

.header-2 .search-cate .bootstrap-select {
  min-width: 180px;
  float: left;
}

.header-2 .cate-style {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-2 .nav-right {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

.header-2 .primary-menu > li.menu-item-has-children > a span::after {
  color: #999;
}

.header-3 {
  background: #f12a43;
  padding-bottom: 40px;
}

.header-3 .search-cate {
  height: 44px;
  min-width: 450px;
  margin-left: 30px;
}

.header-3 .search-cate .bootstrap-select {
  min-width: 170px;
}

.header-3 .search-cate input {
  width: auto;
  height: 40px;
  line-height: 40px;
}

.header-3 .search-cate .btn {
  padding: 7px 20px;
  padding-left: 0px;
}

.header-3 .search-cate .submit {
  height: 38px;
  width: 38px;
  margin-right: 5px;
  background: none;
  font-size: 18px;
}

.header-3 .go-right {
  float: right;
  width: 75%;
}

.header-3 .go-right .call-mun {
  line-height: 18px;
  display: inline-block;
  min-width: 175px;
  margin-top: 5px;
  float: left;
}

.header-3 .go-right .call-mun strong {
  font-size: 16px;
  display: block;
}

.header-3 .go-right .call-mun i {
  float: left;
  font-size: 30px;
  margin-top: 5px;
}
.header-3 .cart-pop .flaticon-shopping-bag {
  background: #fff;
}

.header-3 .cart-pop > a {
  color: #fff !important;
}

.header-3 .cart-pop .flaticon-shopping-bag {
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.header-3 .search-by-category::after {
  height: 43px;
}

.header-3 .cart-count.itm-cont {
  background: #D41F35 !important;
  left: 31px;
  top: -5px;
}

.header-4 .primary-menu > li.menu-item-has-children > a span::after {
  color: #999;
}

.header-4 .search-cate {
  height: 50px;
  min-width: 450px;
  margin-left: 30px;
  border: 2px solid;
  border-color: #0088cc;
}

.header-4 .search-cate .bootstrap-select {
  min-width: 170px;
  float: left;
}

.header-4 .search-cate input {
  width: auto;
  height: 45px;
  line-height: 45px;
  margin-top: 1px;
}

.header-4 .search-cate .btn {
  padding: 14px 20px;
  padding-left: 0px;
}

.header-4 .search-cate .submit {
  height: 38px;
  width: 38px;
  margin-right: 5px;
  background: none;
  margin-top: 3px;
  font-size: 18px;
}

.header-4 .go-right {
  float: right;
  width: 75%;
}

.header-4 .go-right .call-mun {
  line-height: 18px;
  display: inline-block;
  min-width: 175px;
  margin-top: 5px;
  float: left;
  color: #555555;
}

.header-4 .go-right .call-mun strong {
  display: block;
  font-size: 16px;
}

.header-4 .go-right .call-mun i {
  float: left;
  font-size: 30px;
  margin-top: 5px;
}

.header-4 nav {
  background: none !important;
}

.header-4 .navbar .primary-menu > li > a {
  color: #222222 !important;
  font-weight: 600;
}

.header-4 .navbar .primary-menu > li > a.dropdown-toggle:after {
  color: #999999;
}

.header-4 .navbar .primary-menu > li > a:before {
  background: none;
}

.header-4 .navbar .primary-menu > li.active a {
  color: #222222;
}

.header-4.style-10 .search-cate {
  float: left;
  margin-left: 0px;
  margin-right: 30px;
}

.header-5 .search-cate {
  margin-left: 0px;
  display: inline-block;
  min-width: 100%;
}

.header-5 .navbar li a:before {
  background: #666666;
}

.header-5 .navbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-5 .nav-right {
  float: none;
  margin-left: auto;
}

.header-5 .vertical-navigation {
  margin-top: 0;
}

.header-7 .primary-menu > li.menu-item-has-children > a span::after {
  color: #999;
}

.header-7 .search-cate {
  height: 50px;
  min-width: 450px;
  margin-left: 30px;
  border: 2px solid;
  border-color: #0088cc;
}

.header-7 .search-cate .bootstrap-select {
  min-width: 170px;
  float: left;
}

.header-7 .search-cate input {
  width: auto;
  height: 45px;
  line-height: 45px;
  margin-top: 1px;
}

.header-7 .search-cate .btn {
  padding: 14px 20px;
  padding-left: 0px;
}

.header-7 .search-cate .submit {
  height: 38px;
  width: 38px;
  margin-right: 5px;
  background: none;
  margin-top: 3px;
  font-size: 18px;
}

.header-7 .go-right {
  float: right;
  width: 75%;
}

.header-7 .go-right .call-mun {
  line-height: 18px;
  display: inline-block;
  min-width: 175px;
  margin-top: 5px;
  float: left;
  color: #555555;
}

.header-7 .go-right .call-mun strong {
  display: block;
  font-size: 16px;
}

.header-7 .go-right .call-mun i {
  float: left;
  font-size: 30px;
  margin-top: 5px;
  color: #888;
}

.header-7 nav {
  background: #ebebeb !important;
}

.header-7 .navbar .primary-menu > li > a {
  color: #222222 !important;
  font-weight: 600;
}

.header-7 .navbar .primary-menu > li > a.dropdown-toggle:after {
  color: #999999;
}

.header-7 .navbar .primary-menu > li > a:before {
  background: none;
}

.header-7 .navbar .primary-menu > li.active a {
  color: #222222;
}

.header-7.style-10 .search-cate {
  float: left;
  margin-left: 0px;
  margin-right: 30px;
}

.header-8 {
  padding-bottom: 40px;
  position: relative;
}

.header-8::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background: inherit;
  top: -1px;
}

.header-8 .cart-pop .itm-cont {
  background: #333 !important;
}

.header-8 .search-cate {
  height: 44px;
  min-width: 450px;
  margin-right: 30px;
  border: 0;
  margin-left: 0;
  vertical-align: top;
}

.header-8 .search-cate .bootstrap-select {
  min-width: 170px;
  float: left;
}

.header-8 .search-cate input {
  width: auto;
  height: 44px;
  line-height: 43px;
  margin-top: 0;
}

.header-8 .search-cate .btn {
  padding: 14px 20px;
  padding-left: 0px;
}

.header-8 .search-cate .submit {
  height: 38px;
  width: 38px;
  margin-right: 5px;
  background: none;
  margin-top: 3px;
  font-size: 18px;
}

.header-8 .search-by-category a i {
  color: #ac9100;
}

.header-8 .go-right {
  float: right;
  width: 75%;
}

.header-8 .go-right .call-mun {
  line-height: 18px;
  display: inline-block;
  min-width: 175px;
  margin-top: 5px;
  color: #555555;
}

.header-8 .go-right .call-mun strong {
  display: block;
  font-size: 16px;
}

.header-8 .go-right .call-mun i {
  float: left;
  font-size: 30px;
  margin-top: 5px;
}
.header-8 .cart-pop > a {
  color: #141414 !important;
}

.header-8 nav {
  background: none;
}

.header-8.style-10 .search-cate {
  float: left;
  margin-left: 0px;
  margin-right: 30px;
}

.header-8 .search-by-category::after {
  height: 43px;
}

.header-9 .search-cate {
  margin-left: 0px;
  display: inline-block;
  min-width: 100%;
}

.header-9 .navbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-9 .nav-right {
  float: none;
  margin-left: auto;
}

.header-9 .vertical-navigation {
  margin-top: 0;
}

.header-9 .primary-menu > li > a {
  color: #000 !important;
  font-weight: 600;
}

.header-9 .primary-menu > li > a::before {
  display: none;
}

.header-9 .primary-menu > li.menu-item-has-children > a span::after {
  color: #000;
}

.header-9 .call-mun {
  color: #000;
}

.header-9 .call-mun i {
  color: #888;
}

.header-10 .search-by-category::after {
  height: 43px;
}

.header-10 .navbar {
  margin-top: 0px;
  width: auto;
  background: none !important;
  display: inline-block;
  text-align: center;
  margin-left: 100px;
}

.header-10 .primary-menu > li > a {
  color: #555555 !important;
  font-weight: 600;
}

.header-10 .primary-menu > li > a:before {
  display: none;
}

.header-10 .nav-uder-bar {
  margin-top: 30px;
  background: none !important;
}

.header-10 .nav-uder-bar .container::before {
  width: calc(100% - 30px);
  height: 100%;
  background: #1FC0A0;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
}

.header-10 .search-cate {
  margin-top: 5px;
  min-width: 500px;
  height: 44px;
}

.header-10 .search-cate input {
  height: 42px;
}

.header-10 .search-cate .submit {
  background: none;
  height: 42px;
}

.header-10 .search-cate .btn {
  padding: 11px 0;
  padding-top: 10px;
}

.header-10 .search-cate .bootstrap-select {
  min-width: 180px;
  float: left;
}

.header-10 .cate-style {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-10 .nav-right {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-right: 30px;
}

.header-10 .primary-menu > li.menu-item-has-children > a span::after {
  color: #999;
}

.header-11 {
  padding-bottom: 0;
  padding-top: 0;
  background: none !important;
  z-index: 2;
}

.header-11 > .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-11 > .container > div {
  position: relative;
}

.header-11 > .container::before {
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: #dd571c;
}

.header-11 .search-by-category::after {
  height: 43px;
}

.header-11 .search-cate {
  height: 44px;
  min-width: 450px;
  margin-left: 15px;
}

.header-11 .search-cate .bootstrap-select {
  min-width: 170px;
}

.header-11 .search-cate input {
  width: auto;
  height: 40px;
  line-height: 40px;
}

.header-11 .search-cate .btn {
  padding: 7px 20px;
  padding-left: 0px;
}

.header-11 .search-cate .submit {
  height: 38px;
  width: 38px;
  margin-right: 5px;
  background: none;
  font-size: 18px;
}

.header-11 .go-right {
  float: right;
  width: 75%;
}

.header-11 .go-right .call-mun {
  line-height: 18px;
  display: inline-block;
  min-width: 175px;
  margin-top: 5px;
  float: left;
}

.header-11 .go-right .call-mun strong {
  font-size: 16px;
  display: block;
}

.header-11 .go-right .call-mun i {
  float: left;
  font-size: 30px;
  margin-top: 5px;
}


.header-11 .cart-pop .flaticon-shopping-bag {
  background: #fff;
}

.header-11 .cart-pop > a {
  color: #fff !important;
}

.header-11 .cart-pop .flaticon-shopping-bag {
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.header-11 .cart-count.itm-cont {
  background: #B7400C !important;
  left: 31px;
  top: -5px;
}

.header-categories-nav {
  position: relative;
  width: 270px;
}

.header-12 .search-cate {
  margin-left: 0px;
  display: inline-block;
  min-width: 100%;
}

.header-12 .navbar li a:before {
  background: rgba(255, 255, 255, 0.1);
}

.header-12 .navbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-12 .nav-right {
  margin-left: auto;
}

.topbar-header-13 {
  display: none;
}

.header-13::after {
  clear: both;
}

.header-13::before, .header-13::after {
  content: " ";
  display: table;
}

/* ---------------------------------------------
   4. MENU
   ------------------------------------------ */
.cyberwire-menu li {
  list-style: none;
  position: relative;
  margin: 0;
}

.cyberwire-menu li ul:not(.mega-nav) {
  position: absolute;
  top: 30px;
  background-color: white;
  min-width: 200px;
  padding: 20px 0;
  text-align: left;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.cyberwire-menu li.wide ul {
  min-width: 275px;
}

.cyberwire-menu li.narrow ul {
  min-width: 175px;
}

.cyberwire-menu li:hover > ul:not(.mega-nav) {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.cyberwire-menu li:hover > .dropdown-menu {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  top: 100%;
  display: block;
}

.cyberwire-menu li.new > a, .cyberwire-menu li.sale > a, .cyberwire-menu li.hot > a, .cyberwire-menu li.mustsee > a {
  position: relative;
}

.cyberwire-menu li.new > a:before, .cyberwire-menu li.sale > a:before, .cyberwire-menu li.hot > a:before, .cyberwire-menu li.mustsee > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 0px;
  top: -2px;
}

.cyberwire-menu li.new > a:after, .cyberwire-menu li.sale > a:after, .cyberwire-menu li.hot > a:after, .cyberwire-menu li.mustsee > a:after {
  text-transform: capitalize;
  position: absolute;
  color: white;
  font-size: 10px;
  padding: 0px 6px 0;
  right: -20px;
  top: -14px;
  display: inline-block;
  line-height: 14px;
}

.cyberwire-menu li.new > a:before {
  border-top: 5px solid #3bc51a;
}

.cyberwire-menu li.new > a:after {
  content: 'New';
  background-color: #3bc51a;
}

.cyberwire-menu li.sale > a:before {
  border-top: 5px solid #ffa800;
}

.cyberwire-menu li.sale > a:after {
  content: 'Sale';
  background: #ffa800;
}

.cyberwire-menu li.hot > a:before {
  border-top: 5px solid #e74c3c;
}

.cyberwire-menu li.hot > a:after {
  content: 'Hot';
  background: #e74c3c;
}

.cyberwire-menu li.mustsee > a:before {
  border-top: 5px solid #e74c3c;
}

.cyberwire-menu li.mustsee > a:after {
  content: 'Must See';
  background: #e74c3c;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.primary-menu.menu-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.primary-menu.menu-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.primary-menu.menu-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.primary-menu > li {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.primary-menu > li.menu-item-has-children > a span:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  color: white;
  margin-left: 8px;
  font-size: 10px;
  vertical-align: 3px;
}

.primary-menu > li.current-menu-item > a {
  color: white;
}

.primary-menu > li.current-menu-item > a:before {
  width: 100%;
}

.primary-menu > li > a {
  font-size: 16px;
  color: white !important;
  font-weight: 500;
  padding: 16px 15px;
  display: block;
  position: relative;
  z-index: 1;
}

.primary-menu > li > a:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: -1;
}

.primary-menu > li > a:before:hover {
  width: 100%;
}

.primary-menu > li > a:hover:before {
  width: 100%;
}

.primary-menu > li > a .menu_title {
  position: relative;
  z-index: 2;
}

.primary-menu > li.active a:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #0077b2;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.primary-menu > li.active > a {
  color: white;
}

.primary-menu > li > ul:not(.mega-nav) {
  top: 100%;
  left: 0;
  padding: 0;
  overflow: hidden;
}

.primary-menu > li:hover > ul:not(.mega-nav) {
  top: 100%;
}

.primary-menu > li:hover > a::before {
  width: 100%;
}

.primary-menu > li:hover > a:after {
  opacity: 1;
}

.primary-menu > li.menu-align-center .dropdown-menu {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.primary-menu > li.menu-align-right .dropdown-menu {
  left: auto;
  right: 0;
}

.primary-menu > li.mega-full .dropdown-menu {
  width: calc(100% - 30px);
}

.primary-menu > li > ul.sub-menu a {
  color: #555;
  line-height: 28px;
}

.primary-menu > li > ul.sub-menu a:hover {
  color: #000;
}

.primary-menu > li > ul.sub-menu, .primary-menu > li > ul.sub-menu .sub-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  min-width: 250px;
  overflow: initial;
  display: none;
}

.primary-menu > li > ul.sub-menu li, .primary-menu > li > ul.sub-menu .sub-menu li {
  padding: 0 30px;
}

.primary-menu li:hover > ul.sub-menu {
  display: block;
}

.primary-menu > li > ul.sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.primary-menu > li > ul.sub-menu li.menu-item-has-children::after {
  content: "\f105";
  font-family: "Fontawesome";
  float: right;
  padding: 4px 0 0;
}

.navbar > .container {
  position: relative;
}

.primary-menu .mega-full {
  position: static;
}

.cyberwire-menu li a.column-heading ~ .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0;
  min-width: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
}

.cyberwire-menu li a.column-heading ~ .sub-menu li a {
  line-height: 28px;
}

.ownmenu .nav .dropdown-menu li a.column-heading {
  color: #333333 !important;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin: 0 0 2px;
}

.ownmenu .nav .dropdown-menu li a.column-heading > i {
  display: none;
}

.cate-style {
  cursor: pointer;
  float: left;
  display: inline-block;
  color: white;
  background: #0a95da;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  min-width: 270px;
  min-height: 56px;
}

.cate-style i {
  margin-right: 10px;
}

.vertical-navigation {
  width: 270px;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 299;
  margin-top: 56px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.vertical-navigation ul {
  margin: 0px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top: 0px;
  padding-bottom: 9px;
}

.vertical-navigation ul li {
  list-style: none;
  width: 100%;
  position: relative;
  text-align: left;
}

.vertical-navigation ul li a {
  padding: 0px 20px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #555555;
}

.vertical-navigation ul li a:before {
  content: none;
}

.vertical-navigation ul li a:hover {
  background: #f8f8f8;
}

.vertical-navigation ul li.menu-item-has-children:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #888888;
  margin: 0px;
  font-size: 14px;
  position: absolute;
  right: 20px;
  line-height: 40px;
}

.vertical-navigation ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.vertical-navigation ul li ul {
  border: 1px solid #eeeeee;
  position: absolute;
  left: 99.999999%;
  top: 0px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.opened-menu .vertical-navigation,
.has-opened-menu .vertical-navigation {
  visibility: visible;
  pointer-events: inherit;
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.has-opened-menu.opened-menu .vertical-navigation {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px) translateZ(0);
  transform: translateY(15px) translateZ(0);
}

.jms-canvas-menu-wrapper {
  background: white;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  width: 290px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.jms-canvas-menu-wrapper .search-form input[type="text"] {
  border-color: transparent;
}

.jms-canvas-menu-wrapper .menu-title {
  line-height: 50px;
  padding: 0 20px;
  background-color: #0088cc;
  color: white;
  font-weight: 600;
  position: relative;
}

.jms-canvas-menu-wrapper .close-menu {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 17px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.jms-canvas-menu-wrapper .close-menu:before, .jms-canvas-menu-wrapper .close-menu:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 10px;
  top: 0;
}

.jms-canvas-menu-wrapper .close-menu:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jms-canvas-menu-wrapper .close-menu:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.admin-bar .jms-canvas-menu-wrapper {
  top: 32px;
}

.open-jms-canvas-menu .mask-overlay {
  opacity: 1;
  visibility: visible;
}

.open-jms-canvas-menu .jms-canvas-menu-wrapper {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-block-wrapper .search-form .search-submit {
  border-radius: 0;
  color: #000;
  background: none;
}

.mobile-menu li {
  position: relative;
  margin: 0;
}

.mobile-menu li.open > .holder:before {
  content: "-";
}

.mobile-menu > li > a {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu ul {
  display: none;
  font-size: 14px;
}

.mobile-menu ul li a {
  padding: 0 20px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu ul ul li a {
  padding: 0 30px;
}

.mobile-menu .holder {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
  border-left: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu .holder:before {
  content: "+";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
}

.menu-mobile .menu-button {
  width: 42px;
  height: 42px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  float: right;
  border-radius: 4px;
  line-height: 41px;
  margin: 7px 0;
  cursor: pointer;
}

/* ---------------------------------------------
   5. FOOTER
   ------------------------------------------ */
.main-footer > .copyright-column-default {
  margin-top: 65px;
}

.main-footer > .copyright-column-default .copyright p {
  margin-bottom: 0;
}

.footer-row-2,
.footer-row-h2 {
  padding-bottom: 21px;
}

.copyright-column {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

footer .list-contact {
  margin-bottom: 30px;
  padding-top: 5px;
}

.copyright-column .wpb_content_element {
  margin-bottom: 0;
}

.copyright-column .wpb_content_element.wpb_text_column {
  margin-top: 8px;
}

.mc4wp-footer-desc {
  padding-top: 5px;
  margin-bottom: 10px;
}

.newsletter.newsletter-violet {
  background: #372e41;
}

.main-footer .footer-top-h4.footer-top {
  background-color: #333333;
}

.main-footer .footer-center-h4 {
  padding-bottom: 15px;
  background-color: #333333;
}

.main-footer .footer-center.shipping-info {
  background-color: #333333;
}

.main-footer .footer-bottom-h4.copyright-column {
  background-color: #2e2e2e;
}

.main-footer .footer-top-h6 {
  padding-top: 40px;
  padding-bottom: 5px;
  background-color: #5f5f5f;
}

.main-footer .footer-center-h6 {
  padding-bottom: 20px;
  background-color: transparent;
}

.main-footer .footer-center-h6 .wpb_single_image.vc_align_left {
  margin-bottom: 45px;
}

.footer-bottom-h11 {
  margin-top: 21px;
}

.footer-center-h11 {
  padding-bottom: 60px;
}

footer .links-footer-h10 {
  padding-bottom: 18px;
}

footer .links-footer-h10 .list-contact {
  padding-top: 7px;
}

.footer-top-h13,
.footer-row-13 {
  background-color: #333333;
}

.footer-top-h13 .mc4wp-footer-desc,
.footer-row-13 .mc4wp-footer-desc {
  padding-top: 5px;
  margin-bottom: 21px;
}

.copyright-column-h13 {
  background-color: #2e2e2e;
}

.banner-bottom-h17 {
  background-image: url(assets/images/sav-bg.jpg);
}

.banner-bottom-h17 .wpb_content_element {
  margin-bottom: 0;
}

body:not(.home) .main-footer {
  margin-top: 65px;
}

.page-id-505 .main-footer {
  margin-top: 0 !important;
}

.main-footer {
  background-color: white;
  position: relative;
  color: #555555;
}

.main-footer .widget .widgettitle,
.main-footer .widget .widget-title,
.main-footer .widget-title,
.main-footer .widgettitle,
.main-footer .wpb_heading,
.main-footer .widgettitle h2 {
  position: relative;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;
  font-weight: 500;
}

.main-footer .wpb_heading {
  margin-bottom: 26px;
}

.main-footer .color-scheme-light {
  color: #a9a9a9;
}

.main-footer .color-scheme-light .widget .widgettitle,
.main-footer .color-scheme-light .widget .widget-title,
.main-footer .color-scheme-light .widgettitle,
.main-footer .color-scheme-light .widgettitle h2 {
  color: white;
  line-height: 40px;
}

.main-footer .color-scheme-light .widget .widgettitle:after,
.main-footer .color-scheme-light .widget .widget-title:after,
.main-footer .color-scheme-light .widgettitle:after,
.main-footer .color-scheme-light .widgettitle h2:after {
  position: absolute;
  height: 2px;
  width: 70px;
  content: "";
  bottom: 0px;
  left: 0px;
  background-color: #0088cc;
}

.main-footer .color-scheme-light.no-pseudo .widget .widgettitle:after,
.main-footer .color-scheme-light.no-pseudo .widget .widget-title:after,
.main-footer .color-scheme-light.no-pseudo .widgettitle:after,
.main-footer .color-scheme-light.no-pseudo .widgettitle h2:after {
  display: none;
}

.main-footer .color-scheme-light .social-links a,
.main-footer .color-scheme-light .cyberwire-social-icons a {
  color: #888888;
}

.main-footer .shipping-info .media-left.vc_icon_element .vc_icon_element-size-md .vc_icon_element-icon {
  color: #888 !important;
}

.list-contact li {
  margin-bottom: 10px;
}

.main-footer .cyberwire-social-icons {
  margin-bottom: 0;
}

.main-footer .cyberwire-social-icons a {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 18px;
  margin: 0 20px 0 0;
}

.main-footer .cyberwire-social-icons a i {
  line-height: normal;
}

.mc4wp-footer .mc4wp-form-fields input {
  height: 45px;
  border-radius: 50px;
  text-align: center;
  padding: 0 20px;
  border-color: #ddd;
  margin-bottom: 10px;
}

.mc4wp-footer .mc4wp-form-fields button {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff !important;
  border: none;
  width: 100%;
  text-align: center;
}

.mc4wp-footer .mc4wp-form-fields button:hover {
  background: #333;
}

.foot-link {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
}

.foot-link ul {
  margin: 0px;
}

.foot-link li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0 !important;
  padding: 4px 0 5px !important;
}

.foot-link li a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  color: #555555;
}

footer .widget ul > li {
  padding: 0;
}

footer .wpb_raw_html p {
  margin-bottom: 10px;
}

.color-scheme-light .foot-link {
  border-bottom: 1px solid #454545;
}

.color-scheme-light .foot-link li a {
  color: #aaa;
}

.links-footer li {
  list-style: none;
}

.links-footer li a {
  line-height: 30px;
  display: inline-block;
  width: 100%;
  color: #555555;
  font-weight: 500;
}

.links-footer li a:hover {
  padding-left: 5px;
}

.color-scheme-light .links-footer li a {
  color: #888888;
}

.color-scheme-light .shipping-info ul,
.color-scheme-light .featured-row {
  border: none;
  border-top: 1px solid #454545;
}

.color-scheme-light .shipping-info ul li,
.color-scheme-light .shipping-info ul .no-padding,
.color-scheme-light .featured-row li,
.color-scheme-light .featured-row .no-padding {
  border: none;
}

.color-scheme-light .shipping-info ul li i,
.color-scheme-light .shipping-info ul li p,
.color-scheme-light .shipping-info ul .no-padding i,
.color-scheme-light .shipping-info ul .no-padding p,
.color-scheme-light .featured-row li i,
.color-scheme-light .featured-row li p,
.color-scheme-light .featured-row .no-padding i,
.color-scheme-light .featured-row .no-padding p {
  color: #888888;
}

.color-scheme-light .shipping-info ul li h5,
.color-scheme-light .shipping-info ul .no-padding h5,
.color-scheme-light .featured-row li h5,
.color-scheme-light .featured-row .no-padding h5 {
  color: white;
}

.shipping-info-h11.color-scheme-light .featured-row {
  border: 0;
  padding: 35px 0;
}

.main-footer .shipping-info-h11.color-scheme-light .media-left.vc_icon_element .vc_icon_element-size-md .vc_icon_element-icon {
  color: #fff !important;
}

.shipping-info-h11.color-scheme-light .featured-row .no-padding p {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.shipping-info-h11 .featured-row .no-padding {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 10px 10px 40px;
}

.shipping-info-h11 .featured-row .no-padding:last-child {
  border-right: 0;
}

.shipping-info.color-scheme-light ul {
  border: 0;
  padding: 35px 0;
  float: left;
}

.shipping-info.color-scheme-light li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.shipping-info.color-scheme-light li i,
.shipping-info.color-scheme-light li h5 {
  color: #fff !important;
}

.shipping-info.color-scheme-light li span {
  color: rgba(255, 255, 255, 0.6);
}

.social-links {
  margin-top: 30px;
}

.social-links a {
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
}

.rights {
  background: #f7f7f7;
  padding: 20px 0;
  padding-bottom: 15px;
}

.rights p {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 8px;
}

#backtop {
  height: 40px;
  width: 40px;
  z-index: 9;
  position: fixed;
  bottom: 70px;
  right: 10px;
  color: black;
  border-radius: 50%;
  font-size: 26px;
  text-align: center;
  line-height: 24px;
  border: 2px solid #000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 0;
  outline: none;
}

#backtop:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer-top-left h3,
.footer-top-right h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.footer-top-left h3 i,
.footer-top-right h3 i {
  float: left;
  font-size: 36px;
  color: #aaaaaa;
  margin-right: 15px;
  height: 50px;
}

.footer-top-left small,
.footer-top-right small {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #a9a9a9;
  font-size: 65%;
}

.footer-top-h6 .footer-top-left h3 i,
.footer-top-h6 .footer-top-right h3 i {
  color: #fff;
}

.footer-top-h6 .footer-top-left small,
.footer-top-h6 .footer-top-right small {
  color: #bababa;
}

.footer-dark.footer-top .container {
  background: none;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

.footer-dark.footer-top .container::before {
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  display: block;
  height: 1px;
  background: #454545;
  bottom: 0;
  left: 15px;
}

.footer-dark.footer-top .wpb_content_element {
  margin-bottom: 0;
}

.footer-top-center .mc4wp-form-fields {
  position: relative;
}

.footer-top-center .mc4wp-form-fields input {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  color: #000;
  border: none;
  background: #fff;
  padding: 0 20px;
  font-size: 15px;
}

.footer-top-center .mc4wp-form-fields button {
  border: none;
  background: #006699;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 30px;
  position: absolute;
  right: -1px;
  top: 0px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 50px 50px 0px;
}

.footer-center .shipping-info li,
.footer-center .featured-row .no-padding {
  padding: 30px 0;
}

.footer-top.footer-grey .container {
  background: none;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

.footer-top.footer-grey .container::before {
  display: none;
}

.footer-grey .footer-top-left small, .footer-grey .footer-top-right small {
  color: #bababa;
}

.footer-grey .footer-top-left h3 i, .footer-grey .footer-top-right h3 i {
  color: #fff;
}

.footer-grey .wpb_content_element {
  margin-bottom: 0;
}

.newsletter.color-scheme-dark h3 {
  color: #333333;
}

.newsletter.color-scheme-dark h3 em {
  color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.newsletter.color-scheme-dark h3 em strong {
  color: #333;
}

.color-scheme-dark.newsletter button {
  background: #333 !important;
}

.links-footer-h10 .widget ul > li > a {
  line-height: 36px;
}

/*********HOME 11********/
.newsletter-content-column h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.newsletter-content-column h3 i {
  font-size: 36px;
  color: #dddddd;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.newsletter-content-column h3 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  float: left;
  color: #777;
}

.newsletter-content-column .mc4wp-form-fields {
  position: relative;
}

.newsletter-content-column .mc4wp-form-fields input {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  color: #000;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 0 20px;
  font-size: 15px;
}

.newsletter-content-column .mc4wp-form-fields button {
  border: none;
  background: #006699;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -1px;
  top: 0px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 50px 50px 0px;
}

.newsletter-content-column > .vc_column-inner > .wpb_wrapper {
  display: inline-block;
  width: 100%;
  padding: 31.5px 20px;
  border: 1px solid #f0f0f0;
}

.newsletter-content-column > .vc_column-inner > .wpb_wrapper > div {
  margin-bottom: 0;
}

.newsletter-content-column .newsletter-title.wpb_text_column {
  width: 41.66666667%;
  float: left;
  padding-left: 0;
  padding-top: 0;
}

.newsletter-content-column .wpb_text_column {
  width: 58.33333333%;
  float: left;
  padding: 6px 0 0 15px;
}

.pre-footer-landing {
  padding: 40px 0;
}

.pre-footer-landing .vc_cta3-container {
  margin-bottom: 0;
}

.pre-footer-landing .vc_btn3-container {
  margin-bottom: 0;
}

.pre-footer-landing .vc_general.vc_cta3.vc_cta3-shape-rounded {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
}

.pre-footer-landing .vc_cta3_content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pre-footer-landing .vc_cta3_content-container .vc_cta3-content-header {
  padding: 0;
}

.pre-footer-landing .vc_cta3_content-container p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.pre-footer-landing .vc_general.vc_btn3 {
  font-size: 16px;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent !important;
  padding: 11px 30px;
  background-image: none;
}

.pre-footer-landing .vc_general.vc_btn3:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  border-width: 2px;
}

.footer-landing .wpb_content_element {
  margin-bottom: 0;
}

.footer-landing {
  text-align: center;
  padding: 100px 0;
}

.footer-landing .wpb_text_column p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

.footer-landing .wpb_text_column p a {
  color: #0088cc;
}

/* ---------------------------------------------
   7. PAGE
   ------------------------------------------ */
body.offline {
  background-image: url("assets/images/maintenance.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.maintenance-content {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 30px;
}

.maintenance-content h1 {
  color: white;
  font-size: 40px;
}

.maintenance-content .cyberwire-countdown {
  margin-top: 15px;
  display: block;
  font-size: 0;
  line-height: 1;
}

.maintenance-content .cyberwire-countdown > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 65px;
  min-height: 65px;
  font-size: 21px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: 600;
  border: none;
}

.maintenance-content .cyberwire-countdown > span:last-child {
  margin-right: 0;
}

.maintenance-content .cyberwire-countdown > span span {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  display: block;
  margin-top: 5px;
}

.order-success {
  max-width: 550px;
  margin: 120px auto;
  text-align: center;
}

.order-success.error-page h3 {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}

/***********CONTACT PAGE**********/
.contact-info {
  padding: 45px 30px 46px;
  border: 2px solid #eeeeee;
  margin-bottom: 0;
}

.contact-info h5 {
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-info p {
  margin: 0px;
}

.contact-info h6 {
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 30px;
}

.not-found .entry-header {
  text-align: center;
}

.not-found .entry-header:before {
  content: "\e090";
  font-family: 'simple-line-icons';
  display: inline-block;
  font-size: 100px;
  color: #0088cc;
  line-height: 1;
  margin-bottom: 25px;
}

.not-found .entry-header .entry-title {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 15px;
}

.not-found .entry-content {
  text-align: center;
}

.not-found .entry-content > p {
  margin-bottom: 30px;
}

.not-found .search-form {
  max-width: 350px;
  margin: 0 auto;
}

/*=======================================================

			Pages Linking

========================================================*/
.linking .breadcrumb,
.linking .woocommerce-breadcrumb {
  margin-bottom: 50px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  border-radius: 0;
  color: #555555;
  display: block;
}

.linking .breadcrumb:empty,
.linking .woocommerce-breadcrumb:empty {
  padding: 0;
  border-bottom: 0;
}

.linking .breadcrumb a,
.linking .woocommerce-breadcrumb a {
  color: #888888;
}

.linking .breadcrumb span,
.linking .woocommerce-breadcrumb span {
  color: #ccc;
  padding: 0 5px;
}

/*=======================================================
	Newslatter
========================================================*/
.newsletter {
  background: #0088cc;
  padding: 40px 0 5px;
  position: relative;
  overflow: hidden;
}

.newsletter h3 {
  margin: 0px;
  color: white;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 400;
}

.newsletter h3 span, .newsletter h3 em {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-left: 10px;
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  font-style: normal;
}

.newsletter h3 span strong, .newsletter h3 em strong {
  color: white;
}

.newsletter form {
  position: relative;
}

.newsletter input {
  border-radius: 50px;
  height: 50px;
  width: 100%;
  color: #000;
  border: none;
  background: white;
  padding: 0 20px;
  font-size: 15px;
}

.newsletter button {
  border: none;
  background: #006699;
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 30px;
  position: absolute;
  right: -1px;
  top: 0px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0 50px 50px 0px;
  overflow: hidden;
}

.newsletter button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.newsletter button span {
  position: relative;
  z-index: 1;
}

.newsletter:before {
  background: url("assets/images/env-icon.png") no-repeat;
  height: 144px;
  width: 201px;
  position: absolute;
  left: 25%;
  content: "";
  top: 10px;
}

/*=======================================================
    Shipping info
========================================================*/
.shipping-info li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 40px 0;
  padding-left: 30px;
  padding-bottom: 40px;
  border-right: 1px solid #eeeeee;
}

.shipping-info li:nth-last-child(1) {
  border-right: none;
}

.shipping-info li i {
  font-size: 38px;
  color: #0088cc;
  margin-right: 10px;
  line-height: 46px;
}

.shipping-info li h5 {
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 1px;
}

.shipping-info .media-left.vc_icon_element .vc_icon_element-size-md {
  max-width: 100% !important;
  line-height: normal !important;
  height: auto;
  width: auto;
  border: 0;
}

.shipping-info .media-left.vc_icon_element .vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 38px !important;
  margin-right: 10px;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  line-height: 46px !important;
  color: #0088cc;
}

.shipping-info .media-body h5 {
  font-size: 15px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 1px;
}

.shipping-info .media-body p {
  font-size: 13px;
  color: #888888;
  line-height: 1.7;
}

.shipping-info ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
}

.shipping-info ul span {
  font-size: 13px;
  color: #888888;
}

.shipping-info .media-body {
  padding-bottom: 0px;
}

.featured-row {
  border: 1px solid #ddd;
}

.featured-row .no-padding {
  padding: 40px 0 40px 30px;
  border-right: 1px solid #eeeeee;
}

.featured-row .no-padding:last-child {
  border-right: 0;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-left {
  padding-right: 10px;
}

.shipping-info-h9 ul,
.shipping-info-h9 .featured-row {
  border: 0;
}

.shipping-info-h10 .featured-row {
  border: 0;
  padding: 20px 0;
}

.shipping-info-h10 .featured-row .no-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shipping-info-h12 li,
.shipping-info-h12 .featured-row .no-padding {
  background: #FAFAFA;
}

.shipping-info-h14 ul,
.shipping-info-h14 .featured-row,
.shipping-info-h16 ul,
.shipping-info-h16 .featured-row {
  border: 0;
}

.shipping-info-h14 li,
.shipping-info-h14 .featured-row .no-padding,
.shipping-info-h16 li,
.shipping-info-h16 .featured-row .no-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shipping-info-h16 li,
.shipping-info-h16 .featured-row .no-padding {
  padding-top: 37px;
  padding-bottom: 37px;
}

/*=======================================================

			Wide Bnr

========================================================*/
.banner-bottom-h17 .wide-bnr {
  background: none;
}

.wide-bnr {
  background-image: url(assets/images/sale-bnr-large.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px;
  display: inline-block;
  width: 100%;
}

.wide-bnr h5 {
  display: inline-block;
  color: white;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
}

.wide-bnr h5 span {
  font-weight: bold;
}

.wide-bnr .btn {
  border: none;
  float: right;
  background-color: #0088cc;
}

.layout-3 .wide-bnr {
  background-image: url(assets/images/sale-bnr-large-3.jpg);
}

/*=======================================================

			Laypouut 5

========================================================*/
.lay-5-links {
  padding: 30px;
  border: 2px solid #ededed;
  min-height: 683px;
}

.lay-5-links img {
  bottom: 0;
}

.lay-5-links li {
  list-style: none;
}

.lay-5-links li:nth-last-child(1):before {
  display: none;
}

.lay-5-links li a {
  line-height: 30px !important;
  color: #555555;
}

.lay-5-links h5 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.slide-section-no-padding .vc_col-sm-9 {
  width: 76.4%;
}

.slide-section-no-padding .vc_col-sm-3 {
  width: 23.6%;
}

/************HOME 5***********/
.categories-link .btn-category > a.vc_general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px !important;
  font-weight: 700;
  background: none;
  min-height: 127px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  border-width: 0 1px 0 0 !important;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
  color: #141414;
  height: 127px;
}

.categories-link .btn-category > a.vc_general:hover {
  color: #0088cc;
}

.categories-link .btn-category > a.vc_general > i {
  font-size: 32px !important;
  margin-right: 0 !important;
  margin-bottom: 8px;
  height: auto !important;
  line-height: normal !important;
}

.categories-link .btn-category > a.vc_general > i::before {
  font-family: "Flaticon";
  font-weight: normal;
  font-style: normal;
}

.categories-link .btn-category > a.vc_general > i.vc-material-tv::before {
  content: "\f114";
}

.categories-link .btn-category > a.vc_general > i.vc-material-tablet_android::before {
  content: "\f108";
}

.categories-link .btn-category > a.vc_general > i.vc-material-laptop_mac::before {
  content: "\f107";
}

.categories-link .btn-category > a.vc_general > i.vc-material-videogame_asset::before {
  content: "\f109";
}

.categories-link .btn-category > a.vc_general > i.vc-material-linked_camera::before {
  content: "\f100";
}

.categories-link .btn-category > a.vc_general > i.vc-material-perm_phone_msg::before {
  content: "\f116";
}

.categories-link .wpb_column:last-child .btn-category > a.vc_general {
  border-right: none !important;
}

/************PRODUCT HOME 5**************/
.product-right-home5.vc_col-sm-4 {
  width: calc(33.33333333% + 55px);
}

.product-left-home5.vc_col-sm-8 {
  width: calc(66.66666667% - 55px);
}

.product-left-home5 .vc_col-sm-5 {
  width: calc(41.66666667% - 20px);
}

.product-left-home5 .vc_col-sm-7 {
  width: calc(58.33333333% + 20px);
}

/**********HOME 6**********/
.column-title-center .layout-2.featur-tabs .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-title-center .text-left {
  text-align: center !important;
}

.column-title-center .title-style-bordered-bottom.text-left .title::after {
  margin: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.column-title-center .wrap-loading-arrow {
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -16.5px;
  left: 0;
}

.column-title-center .wrap-loading-arrow .arrow-prev {
  margin-left: -16px;
}

.column-title-center .wrap-loading-arrow .arrow-next {
  float: right;
  margin-right: -16px;
}

.column-title-center .product-arrow a {
  margin-left: 0;
}

/*************HOME 9************/
.category-column-h9 {
  width: 270px;
}

.slider-column-h9 {
  width: calc(100% - 270px);
}

.jmsproduct-elements.products-list .product-thumb {
  border: 1px solid #e6e6e6;
  padding: 5px;
  width: 90px;
  margin-right: 10px;
  margin-bottom: auto;
  min-width: 90px;
}

.jmsproduct-elements.products-list .layout-columns-1 .availability {
  display: none !important;
  visibility: hidden !important;
}

.jmsproduct-elements.products-list .cyberwire-buttons {
  display: none;
}

.jmsproduct-elements.products-list .product-box {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jmsproduct-elements.products-list .product-box .product-info {
  width: calc(100% - 100px);
  padding-top: 0;
}

.jmsproduct-elements.products-list .product-box .product-cat {
  display: none;
}

.jmsproduct-elements.products-list .product-box .btn-add-cart {
  display: none;
}

.jmsproduct-elements.products-list .product-box .product-title {
  margin-bottom: 3px;
}

.jmsproduct-elements.products-list .price {
  font-size: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}

.jmsproduct-elements.products-list .star-rating {
  margin-bottom: 7px;
}

.jmsproduct-elements.products-list .price ins {
  color: #f73232;
}

.jmsproduct-elements.products-list .badge {
  display: none;
}

.jmsproduct-elements.products-list .price del {
  color: #aaa;
  text-decoration: line-through;
}

.btn-viewmore {
  margin-bottom: 0;
  margin-top: -4px;
}

.btn-viewmore .vc_general.vc_btn3 {
  background: none;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
}

.btn-viewmore .vc_general.vc_btn3:hover {
  color: #0088cc !important;
  border-bottom-color: #0088cc;
}

/************HOME 10**********/
.home-sidebar-left .jmsproduct-elements.products-list .product-thumb {
  width: 85px;
}

.home-sidebar-left .jmsproduct-elements.products-list .product-info {
  width: calc(100% - 95px);
}

/*************HOME 13*************/
.slider-row-h13 {
  display: inline-block;
}

.categories-link {
  position: relative;
  z-index: 1;
  margin: 0;
  background: #fff;
}

/************HOME 16**********/
.slider-row-h16 .wpb_content_element {
  margin-bottom: 20px;
}

/**********ABOUT PAGE*********/
.about-adds {
  background: #e7e6e6 url(assets/images/about-adds.jpg) right center/cover no-repeat;
  min-height: 416px;
  position: relative;
}

.about-adds h2 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
}

.about-adds h2 small {
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  width: 100%;
}

.btn-round {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  border: 0;
}

.btn-round:hover {
  background: #333;
}

.btn-round[type="submit"] {
  height: auto;
}

.about-adds .position-center-center {
  width: 100%;
  padding: 0 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpb_progress_bar_heading,
.wpb_heading {
  color: #222222;
  font-size: 20px;
  margin: 0 0 40px 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wpb_progress_bar_heading::before,
.wpb_heading::before {
  height: 2px;
  background: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 90px;
  left: 0px;
}

.main-footer .wpb_progress_bar_heading,
.main-footer .wpb_heading {
  padding-bottom: 0;
  border-bottom: 0;
}

.main-footer .wpb_progress_bar_heading::before,
.main-footer .wpb_heading::before {
  display: none;
}

.vc_progress_bar_ct .vc_progress_bar .vc_single_bar {
  height: 9px;
  width: calc(83.333333% - 15px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(83.333333% - 15px);
  flex: 0 0 calc(83.333333% - 15px);
  max-width: calc(83.333333% - 15px);
}

.vc_progress_bar_ct .vc_label {
  margin: 0px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.vc_progress_bar_ct .vc_single_bar {
  height: 9px;
}

.vc_progress_bar_ct .vc_single_bar .vc_bar {
  height: 9px;
}

.vc_progress_bar_ct .vc_label_units {
  float: right;
  color: #222222;
  font-size: 16px;
  height: 15px;
  padding: 0 5px;
  line-height: 15px;
  font-weight: 600;
  margin-top: -25px;
  position: relative;
}

#dokan-secondary,
#dokan-primary,
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dashboard-content {
  margin-top: 50px;
}

.dokan-form-group .error {
  display: none !important;
}

.dokan-pagination-container {
  text-align: left;
}

.dokan-pagination-container .dokan-pagination li a {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-weight: inherit;
  padding: 0;
  vertical-align: middle;
  border-radius: 4px;
}

.dokan-pagination-container .dokan-pagination li.active a, .dokan-pagination-container .dokan-pagination li:hover a, .dokan-pagination-container .dokan-pagination li:active a, .dokan-pagination-container .dokan-pagination li:focus a {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff !important;
}

.dokan-pagination-container .dokan-pagination li.disabled:hover a, .dokan-pagination-container .dokan-pagination li.disabled:active a, .dokan-pagination-container .dokan-pagination li.disabled:focus a {
  background: #ccc;
  border-color: #ccc;
  color: #fff !important;
}

.dokan-pagination-container .dokan-pagination li {
  vertical-align: bottom;
}

.dokan-pagination-container .dokan-pagination li:first-child,
.dokan-pagination-container .dokan-pagination li:last-child {
  font-size: 0;
}

.dokan-pagination-container .dokan-pagination li:first-child a::before,
.dokan-pagination-container .dokan-pagination li:last-child a::before {
  font-size: 14px;
  font-family: "Fontawesome";
}

.dokan-pagination-container .dokan-pagination li:first-child a::before {
  content: "\f104";
}

.dokan-pagination-container .dokan-pagination li:last-child a::before {
  content: "\f105";
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  margin: 10px 0 25px 15px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  height: auto;
  min-height: 135px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  position: static;
  top: auto;
  margin-top: -50px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a {
  text-transform: capitalize;
}

input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus, .dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  color: #fff !important;
}

input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #0088cc;
  color: #fff !important;
  border: 0;
}

input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
  background: #333;
}

.dokan-seller-search-form {
  margin: 0px 0px 40px;
}

.dokan-info::before {
  padding-top: 0;
  font-style: normal;
  background: none;
}

.seller-items::after {
  clear: both;
}

.seller-items::before, .seller-items::after {
  content: " ";
  display: table;
}

#tab-seller .list-unstyled li {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  position: relative;
  float: left;
  width: 100%;
}

#tab-seller .list-unstyled li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

#tab-seller .list-unstyled li > span b {
  font-weight: 700;
}

#tab-seller .list-unstyled li > span:first-child {
  width: 30%;
  float: left;
  height: 100%;
  display: block;
  border-left: 0;
  font-weight: 700;
}

#tab-seller .list-unstyled li > span {
  width: 70%;
  float: left;
  display: block;
  padding: 15px 20px;
  border-left: 1px solid #e8e8e8;
}

#tab-seller .list-unstyled li::before, #tab-seller .list-unstyled li::after {
  content: " ";
  display: table;
}

#tab-seller .list-unstyled li::after {
  clear: both;
}

#tab-seller .list-unstyled li > span .star-rating {
  margin-bottom: 0;
}

#tab-seller .list-unstyled {
  margin-bottom: 0;
  margin-top: 25px;
}

#tab-more_seller_product .products {
  margin-top: 25px;
}

.woocommerce-product-attributes-item th {
  background: none;
  width: 30%;
  padding: 0px 20px;
}

.woocommerce-product-attributes.shop_attributes {
  margin-bottom: 0;
  margin-top: 25px;
}

#tab-reviews #comments {
  padding-top: 5px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
  width: 8px;
  height: 2px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  height: 10px;
  width: 2px;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 2px;
  margin-top: 1px;
}

.banner-slider-h7 .width-70 {
  width: 65.00%;
}

.banner-slider-h7 .width-30 {
  width: 35.00%;
}

.banner-slider-h7 .banner-box .simple-link {
  background-color: #6fa717;
}

.banner-slider-h7 .banner-box .simple-link:hover {
  background-color: #333;
  color: #fff !important;
}

.slideshow-row-h13 {
  margin-top: -86px;
}

.btn-round.btn-purchase {
  border: 2px solid #E1E1E1;
  position: relative;
  color: #222;
  z-index: 1;
  background: none;
  font-size: 16px;
  padding: 8px 32px 9px;
  float: right;
}

.btn-round.btn-purchase:hover {
  background: #0088cc;
  color: #fff !important;
  border-color: #0088cc;
}

.vc_grid-item-mini {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.vc_grid-item-mini .vc_gitem-zone {
  min-height: 400px;
}

.home-demo-row .vc_gitem-zone {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.home-demo-row .vc_grid-btn-load_more {
  margin-bottom: 0;
}

.home-demo-row .vc_grid-btn-load_more > a {
  border: 2px solid #E5E5E5;
  background: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: Lato;
  padding: 11px 28px;
}

.home-demo-row .vc_grid-btn-load_more > a:hover {
  border-color: #0088cc;
  border-width: 2px;
  color: #fff !important;
  background-color: #0088cc !important;
}

.home-demo-row .vc_grid .vc_pageable-load-more-btn {
  margin-top: 30px;
}

.featured-demo-row .service-elements {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.featured-demo-row .service-elements:last-child {
  margin-bottom: 0;
}

.featured-demo-row .service-elements .service-box-icon {
  width: 52px;
  height: 52px;
  background: #0088cc;
  -webkit-box-shadow: 0 0 8px rgba(105, 192, 255, 0.55);
  box-shadow: 0 0 8px rgba(105, 192, 255, 0.55);
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  line-height: 52px;
  margin-right: 20px;
  text-align: center;
}

.featured-demo-row .service-elements.title-default .service-title {
  font-size: 16px;
  font-weight: 700;
}

.testimonials-row-landing .testimonials-box .testimonials-block {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 35px 20px 55px;
  position: relative;
}

.testimonials-row-landing .testimonials-box .testimonials-block::before {
  content: "\f0d7";
  font-family: "Fontawesome";
  position: absolute;
  bottom: -20px;
  font-size: 42px;
  line-height: 16px;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  margin-left: 55px;
}

.testimonials-row-landing .testimonials-box h4 {
  font-size: 17px;
  margin-bottom: 6px;
}

.testimonials-row-landing .rated-block {
  font-size: 13px;
  color: #f2c800;
  margin-bottom: 11px;
}

.testimonials-row-landing .rated-block span {
  font-size: 0;
}

.testimonials-row-landing .rated-block span::before {
  font-size: 14px;
}

.testimonials-row-landing .testimonials-box p {
  color: #555;
  font-size: 15px;
  font-style: italic;
}

.testimonials-row-landing .testimonials-box p a {
  color: #0088cc;
}

.testimonials-row-landing .testimonials-box p:last-child {
  margin-bottom: 0;
}

.testimonials-row-landing .testimonials-info p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-top: 23px;
  margin-left: 30px;
  color: #000;
  font-style: normal;
}

.testimonials-row-landing .testimonials-info em {
  color: #888888;
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  font-style: normal;
}

/* ---------------------------------------------
   8. POST
   ------------------------------------------ */
/** ------------------------------------------------------------------------------------------------
* BLOG
* ------------------------------------------------------------------------------------------------ */
.blog-layout-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-layout-grid .blog-post-loop {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-post-loop {
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
}

.blog-post-loop .entry-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-post-loop .entry-title a {
  font-weight: bold;
  color: #000;
}

.blog-post-loop .entry-title a:hover {
  text-decoration: none;
}

.blog-post-loop:hover .post-img-wrap img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-loop.sticky .article-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}

[class*="-carousel"] .blog-post-loop .entry-title {
  font-size: 17px;
}

.entry-content > *, .entry-summary > * {
  margin-bottom: 32px;
}

.entry-content p {
  margin-bottom: 32px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 15px;
}

.wp-block-image figcaption,
.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: .5em;
}

.alignright,
.alignleft,
.aligncenter {
  margin-bottom: 0;
  margin-top: 0;
}

.entry-content > .clearfix {
  margin-bottom: 0;
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-block-column {
  margin-bottom: 0;
}

.post .entry-content li.blocks-gallery-item {
  padding: 0;
}

.entry-content p:empty {
  margin-bottom: 0;
}

.wp-caption-text {
  color: #7e7e7e;
  padding: 5px 0px 0px 0px;
  font-size: 13px;
}

figure {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0 !important;
}

.gallery-item {
  margin-bottom: 0 !important;
}

/** ------------------------------------------
* POST IMAGE WRAP
* ------------------------------------------ */
.post-img-wrap {
  overflow: hidden;
}

.post-img-wrap a {
  display: block;
  position: relative;
}

.post-img-wrap img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  height: auto;
}

/** ------------------------------------------
* READ MORE BUTTON
* ------------------------------------------ */
.read-more-section {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 12px;
}

.read-more-section a {
  position: relative;
  display: inline-block;
  color: #0088cc;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/** ------------------------------------------
* POST META LIST
* ------------------------------------------ */
.cyberwire-entry-meta {
  margin-bottom: 13px;
  font-size: 13px;
}

.entry-meta-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

.entry-meta-list li {
  display: inline-block;
  color: #999999;
  margin-right: 10px;
  padding: 0;
}

.entry-meta-list li a {
  color: #999999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-meta-list li i {
  margin-right: 10px;
  color: #ddd;
}

.entry-meta-list li:last-child {
  margin-right: 0px;
}

.entry-meta-list .meta-author .avatar {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  margin: -4px 4px 0;
}

.entry-meta-list .meta-author a {
  text-transform: capitalize;
}

/** ------------------------------------------
* POST DATE
* ------------------------------------------ */
.entry-header {
  margin-bottom: 10px;
}

.entry-header .post-date {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  background-color: white;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-header .post-date > span {
  display: block;
  line-height: 1;
  color: #0e0e0e;
}

.entry-header .post-date .post-date-day {
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 3px;
}

.entry-header .post-date .post-date-month {
  text-transform: uppercase;
  font-size: 12px;
}

.blog-design-grid.sticky .entry-header {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.blog-design-small-images .entry-thumbnail {
  margin-bottom: 0;
}

.blog-design-small-images.sticky .article-inner {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-design-small-images.sticky.no-post-thumbnail .article-inner {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.blog-design-small-images.has-post-thumbnail .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-design-small-images.has-post-thumbnail .entry-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 58.33333333%;
  flex: 1 0 58.33333333%;
  max-width: 58.33333333%;
  margin-bottom: 0;
}

.blog-design-small-images.has-post-thumbnail .article-body-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 41.66666667%;
  flex: 1 0 41.66666667%;
  max-width: 41.66666667%;
  padding-left: 30px;
  padding-top: 12px;
}

.post-password-form input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #0088cc;
  color: #fff;
}

.post-single-content {
  margin-bottom: 45px;
}

.post-single-content.has-post-thumbnail .entry-header {
  padding: 0;
  margin-bottom: 21px;
}

.post-single-content .entry-title {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 27px;
}

.post-single-content .cyberwire-entry-meta {
  margin-bottom: 6px;
}

.post-single-content img {
  height: auto;
}

blockquote {
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  border: none;
  display: block;
  border-left: none;
  color: black;
  padding-left: 20px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p:before {
  content: "\f10d";
  font-family: 'FontAweSome';
  margin-right: 10px;
}

.entry-author {
  margin-bottom: 70px;
}

.author-info {
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px;
}

.author-info .avatar {
  display: inline-block;
  border-radius: 50%;
  max-width: 90px;
  width: 90px;
  height: 90px;
}

.author-info .author-avatar {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 40px;
}

.author-info .author-description {
  text-align: left;
  width: calc(100% - 130px);
  display: inline-block;
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.author-info .author-bio {
  margin-bottom: 0px;
}

.author-info .author-link {
  display: block;
  margin-top: 10px;
}

.author-info .author-link span {
  display: none;
}

.article-bottom-container {
  margin-bottom: 30px;
}

.article-bottom-portfolio {
  margin-top: 25px;
}

.tags-list {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 0;
}

.tags-list:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-right: 12px;
}

.tags-list a {
  border: 1px solid;
  border-color: #f1f1f1;
  line-height: 32px;
  font-size: 13px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  min-width: 70px;
  color: #212121;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
}

.tags-list a:before {
  content: '';
  margin-right: 7px;
  margin-bottom: 2px;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #f1f1f1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tags-list a:hover, .tags-list a:focus {
  border-color: #0088cc;
}

.tags-list a:hover:before, .tags-list a:focus:before {
  background-color: #0088cc;
}

.cyberwire-pagination .page-numbers {
  padding: 0;
}

.cyberwire-pagination .page-numbers li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

.cyberwire-pagination .page-numbers li:last-child {
  margin-right: 0;
}

.cyberwire-pagination .page-numbers li span, .cyberwire-pagination .page-numbers li a {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-weight: inherit;
  padding: 0;
  vertical-align: middle;
}

.cyberwire-pagination .page-numbers li span:hover, .cyberwire-pagination .page-numbers li a:hover {
  background-color: #0088cc;
  color: white;
  border-color: #0088cc;
}

.cyberwire-pagination .page-numbers li .current {
  background-color: #0088cc;
  color: white;
}

.cyberwire-ajax-loadmore a {
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #e1e1e1;
  padding: 6px 22px;
}

.cyberwire-ajax-loadmore a:hover, .cyberwire-ajax-loadmore a:focus {
  background-color: #0088cc;
  border-color: #0088cc;
  color: white;
}

.cyberwire-ajax-loadmore a i {
  margin-right: 7px;
}

.cyberwire-ajax-loadmore a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

#reply-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-submit {
  margin-bottom: 0;
}

.comment-body ~ .comment-respond .form-submit {
  margin-bottom: 1rem;
}

#comments {
  clear: both;
  padding: 20px 0 0;
}

.comments-title {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 17px;
  position: relative;
}

.comments-title::before {
  content: "";
  width: 90px;
  height: 2px;
  background: #0088cc;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.comment-list li:before {
  display: none;
}

.comment-author {
  margin-bottom: 5px;
  position: relative;
  line-height: 1.45;
  z-index: 2;
  font-size: 16px;
}

.comment-author .avatar {
  height: 95px;
  left: -125px;
  position: absolute;
  width: 95px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 15px;
}

.comment-metadata {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
  display: inline-block;
  color: #999999;
  position: relative;
  width: calc(100% - 20px);
}

.comment-metadata::before {
  content: "\f097";
  font-family: "Fontawesome";
  position: absolute;
  left: -20px;
  top: 0;
}

.comment-metadata a {
  color: #999999;
}

.comment-metadata .edit-link {
  float: right;
}

.comment-body {
  color: #333;
  font-size: 14px;
  margin-bottom: 35px;
  margin-left: 125px;
  border-top: 1px solid #F1F1F1;
  padding-top: 40px;
}

.comment-body::before, .comment-body::after {
  content: " ";
  display: table;
}

.comment-body::after {
  clear: both;
}

.comment-body .comment-content {
  width: calc(100% - 100px);
  float: left;
}

.comment-body .comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.comment-body .reply {
  width: 100px;
  float: right;
  text-align: right;
}

#cancel-comment-reply-link {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.comment-body ~ .comment-respond {
  padding-bottom: 25px;
  margin-left: 125px;
}

.comment-reply-link::before {
  content: "\f122";
  font-family: "Fontawesome";
  margin-right: 10px;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 65px;
  left: -95px;
  width: 65px;
}

ol.children .children {
  padding-left: 2em;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  display: block;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.logged-in-as {
  margin-bottom: 20px;
}

.logged-in-as > a {
  color: #323131;
}

.woocommerce-Tabs-panel .commentlist {
  padding: 0;
}

.woocommerce-Tabs-panel .commentlist li.comment {
  list-style: none;
  margin-bottom: 35px;
}

.woocommerce-Tabs-panel #commentform .comment-form-author,
.woocommerce-Tabs-panel #commentform .comment-form-email {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.woocommerce-Tabs-panel #commentform .comment-form-author {
  padding-right: 15px;
}

.woocommerce-Tabs-panel .comment_container img {
  float: left;
  min-width: 60px;
  height: 60px;
}

.woocommerce-Tabs-panel .comment_container .comment-text {
  padding-left: 15px;
}

.woocommerce-Tabs-panel .comment-text {
  overflow: hidden;
}

.woocommerce-Tabs-panel .comment-text .comment-author {
  text-transform: uppercase;
  margin-top: 0;
}

.woocommerce-Tabs-panel .comment-text .flex time {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: 12px;
  color: #999;
}

.woocommerce-Tabs-panel .comment-text .flex a {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
}

.woocommerce-Tabs-panel .comment-text .star-rating {
  float: right;
  margin: 0;
}

.woocommerce-Tabs-panel .comment-text .meta {
  line-height: 1;
  margin-bottom: 15px;
}

.woocommerce-Tabs-panel .comment-text .meta strong {
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel .comment-text .woocommerce-review__published-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

.woocommerce-Tabs-panel .comment-text p {
  margin-bottom: 5px;
}

.page-links {
  margin-top: 10px;
  margin-bottom: 30px;
}

.page-links .page-links-title {
  vertical-align: middle;
  margin-right: 15px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid;
  border-color: #ebebeb;
  border-radius: 4px;
  color: #222 !important;
}

.page-links > a:last-child,
.page-links > span:not(.page-links-title):last-child {
  margin-right: 0;
}

.page-links > a:hover, .page-links > a:focus {
  color: white !important;
  background-color: #0088cc;
  border-color: #0088cc;
}

.page-links > span:not(.page-links-title) {
  color: white !important;
  background-color: #0088cc;
  border-color: #0088cc;
}

.post-nav-links {
  margin-top: 30px;
}

.post-nav-links > span, .post-nav-links > a {
  width: 32px;
  height: 32px;
  border: 1px solid #ebebeb;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  margin-right: 5px;
  color: #222;
}

.post-nav-links > span:hover, .post-nav-links > a:hover, .post-nav-links > .current {
  color: #fff!important;
  border-color: #0088cc;
  background: #0088cc;
}

.post-nav-links > .post-page-numbers:first-child {
  margin-left: 10px;
}

.post-navigation {
  border-top: 1px solid rgba(199, 199, 199, 0.25);
  border-bottom: 1px solid rgba(199, 199, 199, 0.25);
  padding-top: 27px;
  padding-bottom: 25px;
}

.post-navigation .label-text {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #bbb;
  line-height: 1;
}

.post-navigation .back-to-archive a {
  display: inline-block;
}

.post-navigation .back-to-archive a:before {
  content: '\f009';
  font-family: 'FontAwesome';
  font-size: 20px;
}

.post-next-post {
  margin-left: auto;
}

.post-related .jmstitle-elements {
  margin-bottom: 30px;
}

.post-related .blog-post-loop {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.post-related .blog-post-loop header {
  padding: 0;
}

/* ---------------------------------------------
   9. WIDGETS
   ------------------------------------------ */
.widget {
  position: relative;
  margin-bottom: 45px;
}

.widget::before, .widget::after {
  content: " ";
  display: table;
}

.widget::after {
  clear: both;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widgettitle, .widget .widget-title {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.widget .count {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

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

.widget ul > li {
  position: relative;
  padding: 4px 0 5px;
}

.widget ul > li:first-child {
  padding-top: 0;
}

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

.widget ul > li.filter_size {
  padding: 0;
}

.widget ul > li.filter_size > a {
  width: 42px;
  height: 42px;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  color: #141414;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  position: relative;
}

.widget ul > li.filter_size > a:hover, .widget ul > li.filter_size > a:active, .widget ul > li.filter_size > a:focus {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
}

.widget ul > li.filter_size > a ~ span {
  display: none;
}

.widget ul > li.filter_size > a::after {
  content: "";
}

.widget ul > li.filter_size.chosen > a {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
}

.widget ul > li.filter_size.chosen > a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  border-color: #fff;
}

.widget ul > li.filter_size.chosen > a::after {
  content: "\f12a";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #f00;
  font-size: 15px;
  padding: 0;
}

.widget ul > li.filter_size.chosen > a::before, .widget ul > li.filter_size.chosen > a::after {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget ul > li.filter_size.chosen > a:hover::before, .widget ul > li.filter_size.chosen > a:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.widget ul > li.filter_size > a::before {
  display: none;
}

.widget ul.children, .widget ul.sub-menu {
  padding-left: 15px;
  margin-top: 7px;
}

.widget .current, .widget .current-cat {
  color: #0088cc;
}

.widget .current a, .widget .current-cat a {
  color: #0088cc;
}

.widget .star-rating {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: -4px;
  font-size: 13px;
  width: 65px;
  margin-right: 10px;
}

.widget .star-rating::before {
  color: #aaa;
}

.widget .star-rating span::before {
  font-size: 13px;
}

.widget .recently-viewed-product .star-rating {
  display: block;
}

.widget .wc-layered-nav-rating {
  font-size: 12px;
  color: #aaa;
}

.widget .wc-layered-nav-rating a {
  color: #aaa;
}

.widget_meta,
.widget_archive,
.widget_categories,
.widget_recent_comments {
  color: #8B8B8B;
}

.widget_meta ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments ul li {
  position: relative;
}

.widget_recent_comments .comment-author-link {
  text-transform: capitalize;
}

.woocommerce-widget-layered-nav-list::before, .woocommerce-widget-layered-nav-list::after {
  content: ' ';
  display: table;
}

.woocommerce-widget-layered-nav-list::after {
  clear: both;
}

.woocommerce-widget-layered-nav-list__item:first-child a::after {
  top: 3px;
}

.woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: -2px;
  border-radius: 3px;
  margin-right: 10px;
}

.woocommerce-widget-layered-nav-list__item a::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 8px;
  padding-top: 2px;
  padding-left: 4px;
  left: 0;
  top: 6px;
  position: absolute;
  display: none;
}

.woocommerce-widget-layered-nav-list__item a:hover::before, .woocommerce-widget-layered-nav-list__item a:active::before, .woocommerce-widget-layered-nav-list__item a:focus::before {
  border-color: #0088cc;
  background: #0088cc;
}

.woocommerce-widget-layered-nav-list__item a:hover::after, .woocommerce-widget-layered-nav-list__item a:active::after, .woocommerce-widget-layered-nav-list__item a:focus::after {
  display: block;
  color: #fff;
}

.woocommerce-widget-layered-nav-list__item.chosen a::before {
  border-color: #0088cc;
  background: #0088cc;
}

.woocommerce-widget-layered-nav-list__item.chosen a::after {
  display: block;
  color: #fff;
}

.woocommerce-widget-layered-nav-list__item.chosen a:hover, .woocommerce-widget-layered-nav-list__item.chosen a:active, .woocommerce-widget-layered-nav-list__item.chosen a:focus {
  color: #ff0000;
}

.woocommerce-widget-layered-nav-list__item.chosen a:hover::before, .woocommerce-widget-layered-nav-list__item.chosen a:active::before, .woocommerce-widget-layered-nav-list__item.chosen a:focus::before {
  border-color: #ff0000;
  background: #ff0000;
}

.woocommerce-widget-layered-nav-list__item.chosen a:hover::after, .woocommerce-widget-layered-nav-list__item.chosen a:active::after, .woocommerce-widget-layered-nav-list__item.chosen a:focus::after {
  content: "\f00d";
  padding-left: 5px;
}

/** ------------------------------------------
* WIDGET RECENT POST
* ------------------------------------------ */
.widget_recent_post_with_image .widgettitle,
.widget_recent_post_with_image .widget-title {
  margin-bottom: 30px;
}

.widget_recent_post_with_image ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 0;
}

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

.widget_recent_post_with_image ul .recent-posts-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.widget_recent_post_with_image ul .recent-posts-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.widget_recent_post_with_image ul .attachment-thumbnail {
  max-width: 60px;
}

.widget_recent_post_with_image ul .entry-title {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 18px;
  color: #141414;
}

.widget_recent_post_with_image ul .entry-title:hover {
  color: #0088cc;
}

.widget_recent_post_with_image ul .recent-posts-time,
.widget_recent_post_with_image ul .recent-posts-comment {
  font-size: 12px;
  color: #999;
  border-right: 1px solid #ececec;
  margin-right: 5px;
  padding-right: 5px;
}

.widget_recent_post_with_image ul .recent-posts-time ~ .recent-posts-comment {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.widget_recent_post_with_image ul .recent-posts-time {
  margin-right: 5px;
}

/** ------------------------------------------
* WIDGET RSS
* ------------------------------------------ */
.widget_rss .widgettitle a {
  color: #000000;
  vertical-align: middle;
}

.widget_rss .widgettitle a img {
  vertical-align: initial;
}

.widget_rss ul li {
  padding-bottom: 15px;
  padding-top: 14px;
  border-bottom: 1px solid #ebebeb;
}

.widget_rss ul li > a {
  margin-bottom: 8px;
  display: block;
  color: #000000;
  font-weight: 600;
}

.widget_rss ul li cite {
  margin-top: 5px;
  display: inline-block;
}

.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_rss .rss-date {
  font-size: 13px;
  color: #bbbbbb;
  margin-bottom: 8px;
  display: block;
}

.widget_rss .rss-date:before {
  content: '\f073';
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 0;
}

/** ------------------------------------------
* CALENDAR
* ------------------------------------------ */
.widget_calendar #wp-calendar {
  margin-bottom: 0;
}

.widget_calendar #wp-calendar > caption {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
}

.widget_calendar #wp-calendar th {
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border-bottom: none;
}

.widget_calendar #wp-calendar td {
  text-align: center;
  padding: 8px;
  border-bottom: none;
}

.widget_calendar #wp-calendar #today {
  color: white;
  background-color: black;
}

.widget_calendar #wp-calendar #today a {
  font-weight: 600;
  color: white;
}

.widget_calendar #wp-calendar #prev {
  text-align: left;
}

.widget_calendar #wp-calendar #next {
  text-align: right;
}

.widget_calendar #wp-calendar thead th {
  border-bottom: 2px solid rgba(129, 129, 129, 0.1);
}

.widget_calendar #wp-calendar tfoot td {
  border-bottom: 1px solid #E8E8E8;
}

/** ------------------------------------------
* PRODUCT LIST
* ------------------------------------------ */
ul.product_list_widget > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  line-height: 1.45;
  border-bottom: 1px solid;
  border-color: #ebebeb;
  overflow: hidden;
}

ul.product_list_widget > li a {
  margin-bottom: 8px;
  display: block;
  line-height: 1.42857em;
}

ul.product_list_widget > li img {
  float: left;
  margin-right: 15px;
  max-width: 85px;
  height: auto;
}

ul.product_list_widget > li .widget-product-info {
  display: block;
  margin-left: 100px;
}

ul.product_list_widget > li .star-rating {
  display: block;
  margin-top: -3px;
  margin-bottom: 4px;
  font-size: 12px;
  width: 70px;
}

ul.product_list_widget > li .star-rating span:before {
  font-size: 12px;
}

ul.product_list_widget > li .woocommerce-Price-amount {
  font-weight: 600;
  color: #0088cc;
}

ul.product_list_widget > li del {
  margin-right: 5px;
}

ul.product_list_widget > li del .woocommerce-Price-amount {
  color: #BDBDBD;
  font-weight: 400;
}

ul.product_list_widget > li ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

ul.product_list_widget > li .reviewer {
  font-size: 14px;
  color: #bbbbbb;
}

ul.product_list_widget > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.search-form {
  position: relative;
}

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

.search-form input[type="text"] {
  border: 1px solid #dddddd;
  padding-left: 20px;
  outline: none !important;
  font-weight: normal;
  background: none;
  color: #8a8a8a;
  width: 100%;
  border-radius: 4px;
  height: 40px;
}

.search-form input[type="text"]::-ms-clear {
  display: none;
}

.search-form .search-submit {
  position: absolute;
  right: 0px;
  color: #fff;
  background: #0088cc;
  border: none;
  width: 40px;
  top: 0px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 4px 4px 0px;
}

/** ------------------------------------------
* WIDGET TAG
* ------------------------------------------ */
.tagcloud {
  overflow: hidden;
}

.tagcloud a {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px !important;
  border: 1px solid #ebebeb;
  margin: 0 5px 5px 0;
}

.tagcloud a:hover, .tagcloud a:focus {
  border-color: #0088cc;
  background-color: #0088cc;
  color: white;
}

/** ------------------------------------------
* WIDGET SHOPPING CART
* ------------------------------------------ */
.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart_list li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart_list li.empty {
  margin: 0;
  padding-bottom: 0;
}

.cart_list li.wc-loading {
  opacity: 0.3;
}

.cart_list li.wc-loading:before {
  left: 30px;
}

.cart_list li:last-child {
  border-bottom: none;
}

.cart_list li .preview-image {
  float: left;
  width: 70px;
  display: inline-block !important;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}

.cart_list li .preview-image img {
  height: auto;
}

.cart_list li .preview-image a {
  padding: 0;
}

.cart_list li .desc {
  width: calc(100% - 80px);
  float: left;
  position: relative;
}

.cart_list li .desc .variation {
  display: none;
}

.cart_list li .desc .product_name {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.cart_list li .desc .cart-price {
  display: block;
  font-weight: 700;
}

.cart_list li .desc .amount {
  font-size: 13px;
  color: black;
}

.cart_list li .desc .remove {
  margin-left: 28px;
}

.cart_list li .desc .remove i {
  top: 0;
  line-height: 1;
  color: rgba(14, 14, 14, 0.6);
  font-size: 17px;
}

.cart_list li .remove {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.cart_list li .quantity {
  font-weight: 500;
  width: auto;
}

.cart_list li .variation {
  margin-bottom: 5px;
}

.cart_list li .variation .variation-Vendor {
  display: inline-block;
}

.widget_shopping_cart_content .total {
  font-size: 16px;
  border-top: 1px solid #F2F2F2;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.widget_shopping_cart_content .total .amount {
  float: right;
}

.widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}

.widget_shopping_cart_content .buttons a {
  background-color: #0088cc;
  color: white !important;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 10px 0;
}

.widget_shopping_cart_content .buttons a:hover {
  background: #333333 !important;
}

.widget_shopping_cart_content .buttons a:last-child {
  margin-bottom: 0;
}

.widget_product_tag_cloud .widgettitle,
.widget_product_tag_cloud .widget-title,
.widget_products .widgettitle,
.widget_products .widget-title {
  margin-bottom: 30px;
}

/** ------------------------------------------
* WIDGET FILTER PRICE
* ------------------------------------------ */
.widget_price_filter .widgettitle,
.widget_price_filter .widget-title {
  margin-bottom: 23px;
}

.widget_price_filter .price_slider {
  margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.widget_price_filter .price_slider_amount .price_label {
  display: block;
  font-size: 0;
}

.widget_price_filter .price_slider_amount .price_label span {
  font-size: 14px;
  min-width: 70px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
  color: #555;
  border-radius: 2px;
  margin-right: 30px;
}

.widget_price_filter .price_slider_amount .price_label span.to {
  margin-right: 0;
}

.widget_price_filter .price_slider_amount .button {
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  background-color: #0088cc;
  color: #fff;
  padding: 7px 20px;
  text-transform: none;
  margin-top: 10px;
  max-width: 80px;
}

.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus {
  background-color: #0088cc;
  color: white;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  background-color: #0088cc;
  cursor: ew-resize;
  outline: none;
  top: -4px;
  margin-left: -0.5em;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 0;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #E6E6E6;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #E6E6E6;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/** ------------------------------------------
* WIDGET INSTAGRAM
* ------------------------------------------ */
.jms-instagram .instagram {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.jms-instagram .item {
  padding: 5px;
}

.jms-instagram .item a {
  display: block;
  position: relative;
}

.jms-instagram .item a:before {
  content: "\f16d";
  font-family: 'FontAweSome';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0;
  color: white;
  font-size: 30px;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jms-instagram .item a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jms-instagram .item a:hover:before {
  opacity: 1;
}

.jms-instagram .item a:hover:after {
  opacity: 1;
}

.jms-instagram .item img {
  width: 100%;
}

/** ------------------------------------------
* WIDGET CATEGORIES
* ------------------------------------------ */
.vertical-navigation-left {
  margin-bottom: 30px;
}

.vertical-navigation-left .widgettitle {
  cursor: pointer;
  float: left;
  display: inline-block;
  color: #222;
  background: #0a95da;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  min-width: 100%;
  margin-bottom: 0;
}

.vertical-navigation-left .widgettitle::before {
  content: "\f0ca";
  font-family: "Fontawesome";
  display: inline-block;
  margin-right: 15px;
}

.vertical-navigation-left .menu-categories-menu-container ul {
  padding: 6px 0;
  margin: 0px;
  display: inline-block;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top: 0px;
}

.vertical-navigation-left .menu-categories-menu-container ul ul.sub-menu {
  position: absolute;
  left: 99.999999%;
  top: 0px;
  display: none;
  z-index: 99999;
  background: #fff;
}

.vertical-navigation-left .menu-categories-menu-container ul .menu-item-has-children::before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #888888;
  margin: 0px;
  font-size: 14px;
  position: absolute;
  right: 20px;
  line-height: 40px;
}

.vertical-navigation-left .menu-categories-menu-container ul .menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.vertical-navigation-left .menu-categories-menu-container ul li {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
}

.vertical-navigation-left .menu-categories-menu-container ul li a {
  padding: 0px 20px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  color: #555555;
}

.vertical-navigation-left .menu-categories-menu-container ul li a:hover {
  background: #f8f8f8;
}

.quote-day i {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 15px;
  background: #0088cc;
}

/* ---------------------------------------------
   10. WOOCOMMERCE
   ------------------------------------------ */
.cyberwire-slider-fullwidth {
  margin-top: -40px;
  margin-bottom: 80px;
}

.home.post-type-archive-product .title-shop {
  display: none;
}

.home.post-type-archive-product .main-content {
  margin-bottom: 85px;
}

.product-box {
  border: 1px solid #e6e6e6;
  padding: 9px;
  background-color: white;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.product-thumb {
  position: relative;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.product-thumb .hover-image {
  position: absolute;
  top: 0;
  right: -100%;
}

.product-second-image:hover .content-product-image {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.product-second-image:hover .hover-image {
  right: 0;
}

.product-title {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 6px;
  min-height: 25px;
}

.product-title a {
  font-weight: 400;
  color: #0168b8;
}

.product-title a:hover {
  color: #333;
}

.layout-2 .product-title a {
  color: #555;
}

.carousels {
  margin-top: 20px;
}

.carousels .woocommerce-product-gallery__image {
  margin: 0 10px;
}

.slider-nav {
  position: relative;
  margin-bottom: 1px;
}

.slider-nav:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}

.slider-nav .woocommerce-product-gallery__image {
  position: relative;
}

.slider-nav .woocommerce-product-gallery__image::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-nav .woocommerce-product-gallery__image .badge {
  display: none;
}

.slider-nav .woocommerce-product-gallery__image.slick-current::before {
  border-color: #0088cc;
}

.slick-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  color: #888;
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  left: 0;
  z-index: 1;
}

.slick-arrow i {
  line-height: 30px;
}

.slick-arrow:hover {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-slide {
  outline: none;
}

.slick-slide:hover, .slick-slide:focus, .slick-slide:active {
  outline: none;
}

.slick-slider {
  padding: 0;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  outline: none;
}

.product-main-images .slick-prev {
  left: 50px;
}

.product-main-images .slick-next {
  right: 50px;
}

.product-main-images .slick-slider:hover .slick-prev {
  left: 20px;
}

.product-main-images .slick-slider:hover .slick-next {
  right: 20px;
}

.product-main-images .slick-arrow {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 25px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-main-images .slick-arrow:hover {
  background: none !important;
  color: #0088cc;
}

.variation-attr_color {
  margin-top: 20px;
}

.p-attr-swatch {
  display: block;
  border: 1px solid #F8F8F8;
}

.p-attr-swatch.active {
  border-color: #0088cc;
}

.product-info {
  padding-top: 9px;
}

.product-cat {
  color: #aaaaaa;
  display: inline-block;
  width: 100%;
  margin: 0px 0 7px;
  font-size: 13px;
}

.product-cat a {
  color: #aaaaaa;
}

.price {
  font-weight: bold;
  color: #333333;
  float: left;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.price .amount {
  font-size: inherit;
}

.price del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: normal;
  margin-left: 10px;
}

.price ins {
  text-decoration: none;
  background-color: transparent;
}

.cyberwire-buttons {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
  right: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cyberwire-buttons .button {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.cyberwire-buttons > div {
  margin-bottom: 7px;
}

.cyberwire-buttons > div::before, .cyberwire-buttons > div:after {
  content: ' ';
  display: table;
}

.cyberwire-buttons > div::after {
  clear: both;
}

.cyberwire-buttons > div:last-child {
  margin-bottom: 0;
}

.cyberwire-buttons > div > p {
  display: none;
}

.cyberwire-buttons > div a {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 0px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dfdfdf;
  border-radius: 50% !important;
  float: left;
  background: #fff;
  position: relative;
}

.cyberwire-buttons > div a:before {
  font-family: 'Fontawesome';
  font-size: 12px;
  color: #aaa;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cyberwire-buttons > div a:hover {
  background: #0088cc;
  border-color: #0088cc;
}

.cyberwire-buttons > div a:hover::before {
  color: #fff;
}

.cyberwire-buttons .btn-quickview > a:before {
  content: "\f06e";
}

.cyberwire-buttons .btn-compare > a:before {
  content: "\f24d";
}

.cyberwire-buttons .btn-compare > a .blockOverlay {
  display: none !important;
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist a:before {
  content: "\f004";
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist .loading {
  position: relative;
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist .loading a:before {
  opacity: 0;
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist .loading:before {
  top: calc(50% + 5px);
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.cyberwire-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background: #0088cc;
  border-color: #0088cc;
}

.cyberwire-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.cyberwire-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}

.cyberwire-buttons .clear {
  display: none;
}

.btn-add-cart a {
  padding: 0;
  position: relative;
  font-size: 0;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #eeeeee;
  color: #888888;
  float: right;
  text-align: center;
  line-height: 44px;
  margin-top: -15px;
  min-width: initial;
}

.btn-add-cart a:hover {
  background-color: #0168B8;
  text-decoration: none;
}

.btn-add-cart a:hover:before {
  color: white;
}

.btn-add-cart a:before {
  font-size: 14px;
  content: "\e04d";
  font-family: 'Simple-Line-Icons';
}

.btn-add-cart a.added:before {
  content: "\e080";
}

.btn-add-cart a.product_type_grouped::before, .btn-add-cart a.product_type_variable::before {
  content: "\e08d";
}

.added_to_cart {
  display: none;
}

.in-stock,
.available-on-backorder {
  color: #71a403;
}

.soldout {
  color: #f00;
}

.cyberwire-buttons > div {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.cyberwire-buttons > div:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cyberwire-buttons > div:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-box:hover .cyberwire-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-box:hover .cyberwire-buttons > div {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.up-sells {
  margin-bottom: 52px;
}

.related.products .product-box {
  margin-bottom: 0;
}

.single-product-top .col-sm-5 {
  max-width: 46%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}

.single-product-top .col-sm-7 {
  max-width: 54%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
}

.product-image-preview {
  max-width: 650px;
}

.product-images {
  position: relative;
}

.product-images [class*="thumbnail-position-"] .badge {
  top: 20px;
}

.product-images img {
  height: auto;
}

.show-product-gallery {
  width: 45px;
  height: 45px;
  background: #EAEAEA;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 99999;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.image-zoom:hover .show-product-gallery {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-product-thumbnail img {
  width: 100%;
}

.product-thumbnail-slider:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.product-thumbnail-slider .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.product-thumbnail-slider .slick-arrow i {
  line-height: 25px;
}

.woocommerce-product-gallery__trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  z-index: 9;
}

.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger:after {
  content: '\f065';
  font-family: 'FontAweSome';
  font-size: 20px;
  line-height: 30px;
}

.thumbnail-position-sticky-1-column .product-main-images,
.thumbnail-position-bottom-1-column .product-main-images {
  margin-bottom: 20px;
}

.thumbnail-position-sticky-1-column .product-thumbnail-slider .product-image-thumb,
.thumbnail-position-bottom-1-column .product-thumbnail-slider .product-image-thumb {
  padding: 0;
  margin-bottom: 20px;
}

.thumbnail-position-sticky-1-column .product-thumbnail-slider .product-image-thumb:last-child,
.thumbnail-position-bottom-1-column .product-thumbnail-slider .product-image-thumb:last-child {
  margin-bottom: 0;
}

.thumbnail-position-sticky-2-column .product-main-images,
.thumbnail-position-bottom-2-column .product-main-images {
  margin-bottom: 1px;
}

.thumbnail-position-sticky-2-column .product-thumbnail-slider .product-image-thumb,
.thumbnail-position-bottom-2-column .product-thumbnail-slider .product-image-thumb {
  padding: 0;
}

.thumbnail-position-sticky-2-column .product-thumbnail-slider .product-image-thumb,
.thumbnail-position-bottom-2-column .product-thumbnail-slider .product-image-thumb {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  float: left;
}

.thumbnail-position-bottom .product-thumbnail-slider {
  margin-top: 10px;
}

.thumbnail-position-left .product-thumbnail-slider {
  width: 90px;
  margin-right: 20px;
  float: left;
  padding-bottom: 29px;
}

.thumbnail-position-left .product-thumbnail-slider .product-image-thumb {
  padding: 0;
  margin-bottom: 14px;
}

.thumbnail-position-left .product-thumbnail-slider .slick-arrow {
  margin-top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: calc(50% - 10px);
  top: auto;
}

.thumbnail-position-left .product-main-images {
  width: calc(100% - 110px);
  float: right;
}

.product-design-left .single-product-top .col-sm-5,
.product-design-right .single-product-top .col-sm-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.product-design-left .single-product-top .col-sm-7,
.product-design-right .single-product-top .col-sm-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.thumbnail-position-right .product-thumbnail-slider {
  width: 90px;
  margin-left: 20px;
  float: right;
  padding-bottom: 29px;
}

.thumbnail-position-right .product-thumbnail-slider .product-image-thumb {
  padding: 0;
  margin-bottom: 14px;
}

.thumbnail-position-right .product-thumbnail-slider .slick-arrow {
  margin-top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: calc(50% - 10px);
  top: auto;
}

.thumbnail-position-right .product-main-images {
  width: calc(100% - 110px);
  float: left;
}

.product-thumbnail-slider .product-image-thumb {
  padding: 0 9px;
}

.product-thumbnail-slider .product-image-thumb img {
  border: 1px solid transparent;
}

.product-thumbnail-slider .product-image-thumb.slick-current img {
  border-color: #0088cc;
}

.product-thumbnail-slider .product-image-thumb:focus {
  outline: none;
}

.pd_navigation {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 334px;
  z-index: 1;
}

.pd_navigation i {
  font-size: 25px;
}

.pd_navigation .title_post {
  padding: 0 20px;
  font-weight: 500;
}

.pd_navigation.next_post img {
  margin-left: auto;
}

.pd_navigation.prev_post img {
  margin-right: auto;
}

.next_post {
  left: -289px;
  -webkit-transition: left .3s ease-out;
  -o-transition: left .3s ease-out;
  transition: left .3s ease-out;
}

.next_post i {
  margin-left: 25px;
}

.next_post:hover {
  left: 0;
}

.prev_post {
  right: -289px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transition: right .3s ease-out;
  -o-transition: right .3s ease-out;
  transition: right .3s ease-out;
}

.prev_post i {
  margin-right: 25px;
}

.prev_post:hover {
  right: 0;
}

.pd_navigation img {
  width: 90px;
  height: 90px;
  min-width: 90px;
}

.product_title {
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
}

.woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.woocommerce-product-rating .woocommerce-review-link {
  font-size: 12px;
  color: #aaa;
}

.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #0088cc;
}

.extra-link a {
  color: #1a1a1a;
  margin-right: 20px;
}

.extra-link a:last-child {
  margin-right: 0;
}

.cyberwire-product-countdown {
  margin-bottom: 25px;
}

.cyberwire-product-countdown::before, .cyberwire-product-countdown::after {
  content: ' ';
  display: table;
}

.cyberwire-product-countdown::after {
  clear: both;
}

.woocommerce-grouped-product-list-item__label label {
  font-weight: 600;
}

.woocommerce-grouped-product-list-item__price {
  text-align: right;
  padding-right: 0 !important;
}

.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
  font-weight: 600;
  color: #0088cc;
}

.woocommerce-grouped-product-list-item__price del {
  margin-right: 5px;
}

.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  color: #BDBDBD;
  font-weight: 400;
}

.woocommerce-grouped-product-list-item__price ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.product_meta {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 13px;
  list-style: square;
  color: #757575;
}

.product_meta > span {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.product_meta > span:before {
  content: "\f111";
  font-family: 'FontAweSome';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  font-size: 6px;
  margin-right: 10px;
}

.product_meta a {
  color: #757575;
}

.product_meta a:hover {
  color: #0088cc;
}

.cyberwire-product-countdown > span:first-child {
  margin-left: 0;
}

.single-product-top .badge {
  display: none;
}

.entry-summary .cyberwire-product-countdown {
  margin-bottom: 27px;
}

.entry-summary .cyberwire-product-countdown [class*="countdown-"] {
  padding-top: 2px;
}

.entry-summary .cyberwire-product-countdown [class*="countdown-"] span {
  line-height: 1;
}

.entry-summary .tawcvs-swatches .swatch.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-summary .tawcvs-swatches .swatch-color.selected::before {
  top: 11px;
  left: 14px;
}

.entry-summary .product_title {
  margin-top: 0;
}

.entry-summary .product-cat {
  margin: 0;
}

.entry-summary .price {
  display: block;
  float: none;
  font-size: 22px;
  color: #d8263c;
  font-weight: 700;
  margin-bottom: 12px;
}

.entry-summary .price ins {
  text-decoration: none;
  margin-left: 20px;
}

.entry-summary .woocommerce-product-rating .star-rating {
  margin-bottom: 0;
}

.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.entry-summary .woocommerce-product-details__short-description table tr td:last-child {
  text-align: right;
}

.entry-summary .woocommerce-product-details__short-description table th, .entry-summary .woocommerce-product-details__short-description table td {
  padding: 13px 5px;
  border-bottom-style: dashed;
  border-bottom-color: #E6E6E6;
}

.entry-summary .tawcvs-swatches {
  padding: 0;
}

.entry-summary .tawcvs-swatches .swatch {
  border: 0;
  width: 33px;
  height: 33px;
  margin-right: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 2px;
}

.entry-summary .tawcvs-swatches .swatch-label {
  border: 1px solid #e0e0e0;
  background: none;
  font-size: 11px;
  color: #141414;
  opacity: 1;
  filter: alpha(opacity=100);
}

.entry-summary .tawcvs-swatches .swatch-label.selected {
  background: #0088cc;
  border-color: #0088cc;
  color: #fff;
}

.entry-summary .cart {
  margin-bottom: 25px;
}

.entry-summary p.stock {
  margin: 0 0 35px;
}

.entry-summary p.stock.in-stock:before {
  content: '';
  background: url("assets/images/icons/icon-stock.png") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.entry-summary p.stock.out-of-stock {
  color: #ff0000;
}

.entry-summary .button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-summary table.variations {
  border: none;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 23px;
}

.entry-summary table.variations tbody {
  text-align: justify;
}

.entry-summary table.variations tr:last-child td {
  padding: 0;
}

.entry-summary table.variations td {
  border: none;
  vertical-align: middle;
  padding: 0 0 10px 0;
}

.entry-summary table.variations td:first-child {
  padding-left: 0;
}

.entry-summary table.variations .label {
  font-size: 100%;
  margin-bottom: 0;
  display: none;
}

.entry-summary table.variations .label label {
  margin: 0;
  line-height: 45px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  padding: 0;
}

.entry-summary table.variations select {
  width: auto;
  border: 1px solid #ebebeb;
  line-height: 45px;
  height: 45px;
  padding: 0 35px 0 15px;
}

.entry-summary .wooscp-btn {
  display: none;
}

.entry-summary .cart .wooscp-btn {
  display: block;
}

.entry-summary .wooscp-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #e6e6e6;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.entry-summary .wooscp-btn:before {
  content: "\e943";
  font-size: 20px;
  font-family: 'typo-icon';
  color: #757575;
  margin: 0;
}

.entry-summary .wooscp-btn:hover {
  opacity: 1;
  background-color: #0088cc;
}

.entry-summary .wooscp-btn:hover:before {
  color: white;
}

.entry-summary table.group_table {
  margin-top: 0;
  border: none;
  border-collapse: collapse;
}

.entry-summary table.group_table tr {
  border: 1px solid #ebebeb;
  border-left: none;
  border-right: none;
}

.entry-summary table.group_table td {
  border: none;
  padding: 15px;
}

.entry-summary table.group_table td:first-child {
  padding-left: 0;
}

.entry-summary table.group_table label {
  margin-bottom: 0;
}

.entry-summary table.group_table .price {
  font-size: 17px;
  margin-bottom: 0;
}

.entry-summary table.group_table .quantity {
  margin: 0;
}

.entry-summary .reset_variations {
  color: #f00;
  position: absolute;
  right: -60px;
  top: 0;
  line-height: 32px;
  background: #fff;
}

.entry-summary .reset_variations::before {
  content: "\f12d";
  font-family: "Fontawesome";
  margin-right: 5px;
}

.entry-summary .attribute-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.entry-summary .attribute-wrap .attribute-name {
  margin: 0 20px 0 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 20px;
}

.entry-summary .attribute-wrap .imageswatch-variation {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.entry-summary .attribute-wrap .imageswatch-variation:last-child {
  margin-right: 0;
}

.entry-summary .attribute-wrap .imageswatch-variation span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
}

.entry-summary .attribute-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-summary .attribute-variations .reset_variations {
  margin: 0 0 0 30px;
  line-height: 20px;
}

.entry-summary .woocommerce-variation-price {
  margin-bottom: 20px;
}

.entry-summary .quantity {
  float: left;
  width: 105px;
  margin-right: 30px;
}

.entry-summary .quantity .qty {
  border-radius: 30px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding-right: 0;
  padding-left: 0;
}

.entry-summary .yith-wcwl-add-to-wishlist a {
  color: #aaa;
}

.entry-summary .yith-wcwl-add-to-wishlist a:before {
  margin-right: 5px;
  content: "\f004";
  font-family: 'FontAweSome';
}

.entry-summary .compare {
  padding: 0;
  background: none;
  color: #aaa !important;
  font-weight: 400;
  border-radius: 0;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
  margin-left: 10px;
}

.entry-summary .compare::before {
  content: "\f0c9";
  font-family: "Fontawesome";
  margin-right: 7px;
}

.entry-summary .compare:hover {
  color: #0088cc !important;
}

.entry-summary div.sharedaddy h3.sd-title::before {
  display: none;
}

.entry-summary .sd-social-icon-text .sd-content ul {
  display: inline-block;
  margin-bottom: 0 !important;
}

.entry-summary .sd-social-icon-text .sd-content ul li {
  margin-bottom: 0;
}

.entry-summary .sd-social-icon-text .sd-content ul li a.sd-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #aaa !important;
  background: none !important;
  border-radius: 0;
  border: 0 !important;
}

.entry-summary .sd-social-icon-text .sd-content ul li a.sd-button::before {
  font-size: 15px;
  vertical-align: 0px;
  margin-right: 2px;
}

.entry-summary .sd-social-icon-text .sd-content ul li a.sd-button:hover {
  color: #0088cc !important;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.entry-summary div.sharedaddy {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
  margin-left: 10px;
}

.woocommerce-grouped-product-list-item__quantity .btn-add-cart a {
  float: none;
  margin-top: 0;
}

#sharing_email .sharing_send[type="submit"] {
  background: #08c;
  border: 0;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sharing_email .sharing_send[type="submit"]:hover {
  background: #333;
}

.single_add_to_cart_button {
  position: relative;
  border: none;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #0088cc;
  color: white;
  text-transform: capitalize;
}

.single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.single_add_to_cart_button:before {
  content: "\e04d";
  font-family: 'Simple-Line-Icons';
  margin-right: 5px;
  font-weight: 400;
}

.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
  color: white;
}

.single_add_to_cart_button.loading:before {
  left: 17px;
  right: auto;
  border-color: white;
  border-left-color: transparent;
}

.single_add_to_cart_button.added:before {
  content: "\65";
  font-size: 17px;
}

.entry-summary .sd-social-icon-text .sd-content ul li {
  margin: 0;
  padding: 0;
}

.wc-single-video {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.wc-single-video a {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
}

.wc-single-video a:before {
  display: inline-block;
  font-size: 11px;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  background-color: #0088cc;
  color: white;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  font-family: 'FontAwesome';
  content: "\f04b";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*	[ Notice popup cart ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-thankyou-order-received {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-thankyou-order-received i {
  border: 2px solid #0088cc;
  color: #0088cc;
  height: 97px;
  width: 97px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 93px;
  display: block;
  margin: 0 auto 40px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
div.wpcf7-response-output,
#yith-wcwl-popup-message,
.mc4wp-alert,
.dokan-store-contact .alert-success,
.yith_ywraq_add_item_product_message,
.dokan-alert,
.dokan-message,
.dokan-info,
.dokan-error {
  list-style: none;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  padding-left: 65px;
  min-height: 60px;
  margin-bottom: 0px;
  line-height: 1.3;
  border: none;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  -webkit-animation: wd-fadeInUpBig  .35s ease .5s   both;
  animation: wd-fadeInUpBig  .35s  ease .5s both;
}

.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li,
div.wpcf7-response-output li,
#yith-wcwl-popup-message li,
.mc4wp-alert li,
.dokan-store-contact .alert-success li,
.yith_ywraq_add_item_product_message li,
.dokan-alert li,
.dokan-message li,
.dokan-info li,
.dokan-error li {
  margin-bottom: 0;
  width: 100%;
}

.mc4wp-success, .woocommerce-message, .wpcf7-mail-sent-ok, #yith-wcwl-popup-message, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message, .dokan-alert-success, .dokan-message {
  background-color: #459647;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, .woocommerce-error, .mc4wp-error, .mc4wp-notice, .woocommerce-info, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
  background-color: #E0B252;
}

.woocommerce-error:before, .woocommerce-message:before, .woocommerce-info:before, div.wpcf7-response-output:before, #yith-wcwl-popup-message:before, .mc4wp-alert:before, .dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before, .dokan-alert:before, .dokan-message:before, .dokan-info:before, .dokan-error:before {
  position: absolute;
  top: 50%;
  left: 24px;
  line-height: 18px;
  font-size: 18px;
  margin-top: -9px;
  font-family: "FontAwesome";
}

div.wpcf7-validation-errors:before, div.wpcf7-mail-sent-ng:before, .woocommerce-error:before, .mc4wp-error:before, .mc4wp-notice:before, .woocommerce-info:before, .dokan-alert-warning:before, .dokan-alert-danger:before, .dokan-alert-info:before, .dokan-error:before, .dokan-info:before {
  content: "\f071";
}

.mc4wp-success:before, .woocommerce-message:before, .wpcf7-mail-sent-ok:before, #yith-wcwl-popup-message:before, .dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before, .dokan-alert-success:before, .dokan-message:before {
  content: "\f00c";
}

.woocommerce-error .button, .woocommerce-error .wc-backward, .woocommerce-message .button, .woocommerce-message .wc-backward, .woocommerce-info .button, .woocommerce-info .wc-backward, div.wpcf7-response-output .button, div.wpcf7-response-output .wc-backward, #yith-wcwl-popup-message .button, #yith-wcwl-popup-message .wc-backward, .mc4wp-alert .button, .mc4wp-alert .wc-backward, .dokan-store-contact .alert-success .button, .dokan-store-contact .alert-success .wc-backward, .yith_ywraq_add_item_product_message .button, .yith_ywraq_add_item_product_message .wc-backward, .dokan-alert .button, .dokan-alert .wc-backward, .dokan-message .button, .dokan-message .wc-backward, .dokan-info .button, .dokan-info .wc-backward, .dokan-error .button, .dokan-error .wc-backward {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
  border-bottom: 2px solid white;
  margin: 0 10px 0 0;
}

.woocommerce-error.hidden-notice,
.woocommerce-message.hidden-notice,
.woocommerce-info.hidden-notice,
div.wpcf7-response-output.hidden-notice,
#yith-wcwl-popup-message.hidden-notice,
.mc4wp-alert.hidden-notice,
.dokan-store-contact .alert-success.hidden-notice,
.yith_ywraq_add_item_product_message.hidden-notice,
.dokan-alert.hidden-notice,
.dokan-message.hidden-notice,
.dokan-info.hidden-notice,
.dokan-error.hidden-notice {
  -webkit-animation: wd-fadeOutDownBig .35s ease both;
  animation: wd-fadeOutDownBig .35s ease both;
}

.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-info .button {
  display: none;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce-error:after,
.woocommerce-message:after,
.woocommerce-info:after,
div.wpcf7-response-output:after,
#yith-wcwl-popup-message:after,
.mc4wp-alert:after,
.dokan-store-contact .alert-success:after,
.yith_ywraq_add_item_product_message:after,
.dokan-alert:after, .dokan-message:after,
.dokan-info:after, .dokan-error:after {
  content: "\e082";
  font-family: "Simple-Line-Icons";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease;
}

@-webkit-keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/** ------------------------------------------
* STAR RATING
* ------------------------------------------ */
.star-rating {
  display: block;
  vertical-align: middle;
  position: relative;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 1px;
  width: 80px;
  font-weight: 300;
  font-family: "FontAwesome";
  margin-top: 0;
  margin-bottom: 9px;
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  position: absolute;
  top: 0;
  left: 0;
  color: #fecb00;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
}

.star-rating span strong,
.star-rating span span {
  display: none;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: 0;
  left: 0;
  color: #fecb00;
  font-size: 13px;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'FontAwesome';
  content: '\f006';
  text-indent: 0;
  color: #c9c9c9;
}

p.stars a:hover ~ a::before {
  color: #c9c9c9;
}

p.stars:hover a::before {
  color: #fdcb6e;
}

p.stars.selected a.active::before {
  color: #fdcb6e;
}

p.stars.selected a.active ~ a::before {
  color: #c9c9c9;
}

p.stars.selected a:not(.active)::before {
  color: #fdcb6e;
}

.woocommerce-Reviews-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.archive[class*='tax-'] .shop-container {
  margin-top: 50px;
}

.term-description {
  margin-bottom: 30px;
}

.shop-action .shop-action-inner {
  color: #686868;
  margin-bottom: 40px;
}

.shop-action-bottom {
  border-top: 1px solid #E6E6E6;
  color: #131313;
}

.shop-action-bottom.container {
  max-width: 1192px;
  padding-left: 0;
  padding-right: 0;
}

.shop-action-bottom .woocommerce-result-count {
  float: left;
}

.woocommerce-ordering select {
  max-width: 200px;
}

.woocommerce-ordering span {
  position: relative;
  top: -2px;
}

.shop-action-categories {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce-products-header {
  padding: 0;
}

.shop-loop-action {
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-action-block {
  border-right: 1px solid #E5E5E5;
  padding: 0 15px;
  min-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-action-block:first-child {
  padding-left: 0;
}

.shop-action-block:last-child {
  padding-right: 0;
  border-right: 0;
}

.shop-action-block select {
  height: auto;
  border: 0;
  padding: 0;
  background-image: url("assets/images/select-icon-2.jpg");
  line-height: 23px;
  padding: 0 13px 0 5px !important;
}

.shop-action-block form {
  display: inline-block;
}

.shop-action-block span {
  float: left;
  line-height: 23px;
}

.shop-action-block .select-form {
  float: left;
}

.shop-loop-action-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-loop-action-right .shop-action-categories ~ .shop-filter-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.wc-shop-switch > a {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.wc-shop-switch > a:last-child {
  margin-right: 0;
}

.wc-shop-switch > a .icon-view {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}

.wc-shop-switch .per-row-1 .icon-view {
  background-image: url("assets/images/icons/view-1.png");
}

.wc-shop-switch .per-row-1.active .icon-view {
  background-image: url("assets/images/icons/view-1-hover.png");
}

.wc-shop-switch .per-row-2 .icon-view {
  background-image: url("assets/images/icons/view-2.png");
}

.wc-shop-switch .per-row-2.active .icon-view {
  background-image: url("assets/images/icons/view-2-hover.png");
}

.wc-shop-switch .per-row-3 .icon-view {
  background-image: url("assets/images/icons/view-3.png");
}

.wc-shop-switch .per-row-3.active .icon-view {
  background-image: url("assets/images/icons/view-3-hover.png");
}

.wc-shop-switch .per-row-4 .icon-view {
  background-image: url("assets/images/icons/view-4.png");
}

.wc-shop-switch .per-row-4.active .icon-view {
  background-image: url("assets/images/icons/view-4-hover.png");
}

.filter-text {
  font-weight: 600;
  color: black;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}

.filter-text:hover, .filter-text:focus {
  color: black;
}

.filter-text span:before, .filter-text span:after {
  content: '';
  width: 2px;
  height: 12px;
  background-color: black;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 6px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.filter-text span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-text.open span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.shop-filter-top {
  display: none;
  background-color: #F8F8F8;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 0;
}

.shop-filter-top.open {
  display: block;
}

.shop-filter-top .filter-toggle-box {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-filter-top .widget ul > li.filter_size > a {
  margin-bottom: 10px;
}

.shop-filter-top .widget {
  float: left;
  width: 25%;
  clear: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none;
  padding-bottom: 0;
}

.shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands {
  display: inline-block;
  padding: 0;
}

.shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a {
  border: 1px solid #E1E1E1;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  display: block;
}

.shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a::before, .shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a::after {
  display: none;
}

.shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:hover, .shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:active, .shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:focus {
  border-color: #0088cc;
  background: #0088cc;
  color: #fff !important;
}

.shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:hover::after, .shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:active::after, .shop-filter-top .woocommerce-widget-layered-nav-list .filter_brands a:focus::after {
  display: none;
}

.show-cat-nav-mobile {
  text-transform: uppercase;
  font-weight: 600;
  color: #131313;
  cursor: pointer;
}

.cyberwire-product-categories {
  margin-bottom: 0;
  padding: 0;
}

.cyberwire-product-categories li {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  margin-right: 20px;
}

.cyberwire-product-categories li:after {
  content: '|';
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 18px;
  color: #dbdbdb;
}

.cyberwire-product-categories li:first-child {
  padding-left: 0;
}

.cyberwire-product-categories li:last-child:after {
  content: none;
}

.cyberwire-product-categories li a {
  font-size: 16px;
}

.catnav-opened .cyberwire-product-categories {
  display: block !important;
}

.product-quickview {
  background: white;
  max-width: 990px;
  margin: auto;
}

.product-quickview .extra-link {
  display: none;
}

.product-quickview .entry-summary {
  overflow-x: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.product-quickview .product_title {
  padding-right: 0;
}

.product-quickview .product-navigation {
  display: none;
}

.product-quickview .owl-theme .owl-nav .owl-prev {
  left: 50px;
}

.product-quickview .owl-theme .owl-nav .owl-next {
  right: 50px;
}

.product-quickview .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  line-height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #000;
}

.product-quickview .owl-theme:hover [class*="owl-"] {
  opacity: 1;
}

.product-quickview .owl-theme:hover [class*="owl-"]:hover {
  background: #0088cc;
  color: #fff !important;
  border-color: #0088cc;
}

.product-quickview .owl-theme:hover .owl-nav .owl-prev {
  left: 15px;
}

.product-quickview .owl-theme:hover .owl-nav .owl-next {
  right: 15px;
}

.product-quickview .woocommerce-product-gallery__image {
  margin-bottom: 0;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader-inner {
  background: url("assets/images/icons/three-dots.svg") no-repeat 0 0;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.badge {
  background: #f73232;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 8px 10px;
  left: 0;
  z-index: 1;
}

.badge.new {
  background-color: #0088cc;
  left: auto;
  right: 0;
}

.wc-shipping-return {
  background: white;
  max-width: 990px;
  margin: auto;
  padding: 40px 30px;
}

.product-category {
  position: relative;
}

.product-category .hover-mask {
  margin-top: 15px;
}

.product-category .category-title {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222222;
  margin: 0;
}

.product-category .category-title mark {
  background-color: transparent;
  position: relative;
}

.product-category .category-title mark:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #CECECE;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.product-category .category-image-wrapp {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-category .category-image-wrapp img {
  width: 100%;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.product-category:hover .category-image-wrapp img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.categories-size-large .category-title {
  font-weight: 500;
  font-size: 21px;
}

.categories-size-large .category-title mark {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: 400;
}

.shop-container.fullwidth {
  width: 95%;
  max-width: none;
}

.product-layout-wrapper > .loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: calc(50% - 14px);
  top: 50px;
}

.product-layout-wrapper > .loading:before {
  width: 28px;
  height: 28px;
}

.product-layout-wrapper.show-loading > .loading {
  opacity: 1;
  visibility: visible;
}

.product-layout-wrapper.show-loading .products {
  opacity: 0;
  visibility: hidden;
}

.product-design-masonry .product-title {
  min-height: inherit;
}

.products-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-footer-flex .woocommerce-result-count {
  margin-bottom: 0;
}

.cyberwire-pagination ul {
  list-style: none;
  padding: 0;
  border: none;
  margin: 0;
}

.cyberwire-pagination ul li {
  display: inline-block;
  border: none;
  margin-right: 4px;
}

.cyberwire-pagination ul li:last-child {
  margin-right: 0;
}

.cyberwire-pagination ul li span, .cyberwire-pagination ul li a {
  border: 1px solid #eaeaea;
  background: white;
  height: 32px;
  width: 32px;
  padding: 0px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  margin-right: 0px;
}

.cyberwire-pagination ul li a:focus,
.cyberwire-pagination ul li a:hover {
  border-color: #333333;
  background-color: #333333;
  color: white !important;
}

.cyberwire-pagination ul li span.current {
  border-color: #0088cc;
  background-color: #0088cc;
  color: white !important;
}

.cyberwire-pagination ul li .next, .cyberwire-pagination ul li .prev {
  font-size: 0;
}

.cyberwire-pagination ul li .next:before, .cyberwire-pagination ul li .prev:before {
  font-family: 'FontAwesome';
  font-size: 14px;
}

.cyberwire-pagination ul li .next:before {
  content: "\f105";
}

.cyberwire-pagination ul li .prev:before {
  content: "\f104";
}

.ajax-loadmore a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff !important;
  min-width: 162px;
}

.ajax-loadmore a:hover, .ajax-loadmore a:focus {
  background: #333;
  color: #fff !important;
}

.ajax-loadmore a .fa {
  margin-right: 5px;
}

.ajax-loadmore a.disabled {
  opacity: 0.4;
}

.related.products {
  margin-top: 65px;
}

.woocommerce-tabs > h2 {
  display: none;
}

.woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}

.woocommerce-tabs .commentlist {
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .commentlist li {
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce-tabs .commentlist li .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
}

.woocommerce-tabs .commentlist li .comment-text .meta {
  margin-bottom: 8px;
  font-size: 13px;
}

.woocommerce-tabs .commentlist li .description p {
  margin-bottom: 0;
}

.woocommerce-tabs #tab-description ul {
  margin-bottom: 40px;
}

.woocommerce-tabs p:last-child {
  margin-bottom: 0;
}

.woocommerce-tabs div.sharedaddy, .woocommerce-tabs #content div.sharedaddy, .woocommerce-tabs #main div.sharedaddy {
  display: none;
}

.woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
  width: 25%;
  clear: none;
  margin-bottom: -30px;
}

.no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
  width: 20%;
  clear: none;
}

.woocommerce-Reviews .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-information {
  margin-bottom: 90px;
}

.product-detail-information.tabs-tabs {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}

.woocommerce-tabs {
  margin-top: 52px;
}

.woocommerce-tabs .wc-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0;
}

.woocommerce-tabs .wc-tabs > li {
  display: inline-block;
}

.woocommerce-tabs .wc-tabs > li > a {
  display: inline-block;
  padding: 0px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
  color: #555555;
  padding-bottom: 15px;
}

.woocommerce-tabs .wc-tabs > li.active > a {
  font-weight: bold;
  color: #000;
  border-color: #0088cc;
}

.woocommerce-tabs .wc-tabs > li.active > a:before {
  height: 2px;
  width: 100%;
  background-color: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
}

.woocommerce-tabs .wc-accordion-content,
.woocommerce-tabs .tab-content {
  position: relative;
}

.woocommerce-tabs .yikes-custom-woo-tab-title,
.woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}

.tabs-layout-accordion .cyberwire-tab-wrapper {
  border-bottom: 1px solid #EBEBEB;
}

.cyberwire-accordion-title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 14px 0;
  position: relative;
}

.cyberwire-accordion-title:after {
  content: "\68";
  font-family: 'cyberwire-icon';
  margin-left: 8px;
  font-size: 11px;
  text-transform: none;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.cyberwire-accordion-title.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.attachment-woocommerce_thumbnail {
  height: auto;
}

/** ------------------------------------------------------------------------------------------------
* WISHLIST
* ------------------------------------------------------------------------------------------------ */
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.yith-wcwl-add-to-wishlist .clear,
.yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

.yith-wcwl-add-button {
  position: relative;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
  margin-bottom: 0;
}

.woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
  text-align: center;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
  border-radius: 0;
  margin: 0;
  line-height: 2;
}

.woocommerce table.wishlist_table td.product-name {
  display: table-cell;
}

.wishlist_table tr td.product-thumbnail a {
  display: inherit;
  max-width: 100%;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 85px;
  margin: 0 auto;
}

.wishlist_table .wishlist-empty {
  text-align: center !important;
}

.wishlist_table .btn-add-cart {
  position: relative;
}

.wishlist_table .btn-add-cart .loading::before {
  position: inherit;
  margin-right: 5px;
}

.wishlist-title {
  display: block;
}

.wishlist-title h2 {
  display: block;
  text-align: center;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.yith-wcwl-share {
  margin-bottom: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 0 10px 0 0;
  font-size: 15px;
  float: left;
  line-height: inherit;
}

#yith-wcwl-popup-message {
  background-color: #0088cc;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 9999;
  min-height: 50px;
  height: 50px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 70px;
  padding-right: 50px;
  text-align: center;
  line-height: 1;
  border: none;
  color: white;
  border-radius: 0 !important;
}

#yith-wcwl-popup-message #yith-wcwl-message {
  position: relative;
}

.dokan-store-sidebar form.seller-form ul li {
  margin-bottom: 20px;
}

#tab-seller > h2 {
  display: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: #fff !important;
}

.dokan-dashboard .dokan-dashboard-wrap .diviader {
  border: 0;
  background-color: transparent !important;
  padding: 0;
}

.dokan-pagination-container .dokan-pagination li {
  display: inline-block;
}

#customer_login h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

#customer_login .form-row label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}

.woocommerce-Address:last-child {
  margin-bottom: 0;
}

.woocommerce-Address address {
  margin-bottom: 0;
}

.woocommerce-Address-title {
  padding: 0;
}

.woocommerce-Address-title h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.woocommerce-MyAccount-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content form h3 {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  margin-bottom: 0;
}

.woocommerce-EditAccountForm .form-row label {
  min-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.woocommerce-Address-title .edit {
  position: absolute;
  top: 0;
  right: 0;
}

.woocommerce-Address-title .edit::before {
  content: "\f040";
  font-family: Fontawesome;
  margin-right: 5px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 18px;
}

.woocommerce-LostPassword {
  margin-left: auto;
}

.woocommerce-LostPassword a {
  text-decoration: underline;
  color: #aaaaaa;
}

.woocommerce-LostPassword a:hover {
  color: #0088cc;
}

.shop_table tr td:last-child, .shop_table tr th:last-child {
  text-align: center;
}

.cart-totals-section .shop_table tr td:last-child,
.cart-totals-section .shop_table tr th:last-child {
  text-align: right;
}

.woocommerce-my-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-MyAccount-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  max-width: 20%;
  width: 20%;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  padding-right: 15px;
  padding-left: 15px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  max-width: 80%;
  width: 80%;
  padding-left: 30px;
  padding-right: 15px;
}

.woocommerce-MyAccount-content .button.view {
  background-color: #0088cc;
  color: white !important;
}

.woocommerce-MyAccount-content input[type="submit"].dokan-btn-theme, .woocommerce-MyAccount-content a.dokan-btn-theme, .woocommerce-MyAccount-content .dokan-btn-theme {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff !important;
  border: 0;
  margin-top: 10px;
}

.woocommerce-MyAccount-content input[type="submit"].dokan-btn-theme:hover, .woocommerce-MyAccount-content a.dokan-btn-theme:hover, .woocommerce-MyAccount-content .dokan-btn-theme:hover {
  background: #333;
}

.cyberwire-social-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-login-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.social-login-btn > a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  cursor: pointer;
  line-height: 18px;
  padding: 12px 20px;
  color: white !important;
  display: block;
}

.social-login-btn > a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -13px;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  font-family: "FontAwesome";
}

.social-login-btn .login-fb-link {
  background-color: #3B5998;
}

.social-login-btn .login-fb-link:before {
  content: "\f09a";
}

.social-login-btn .login-fb-link:hover, .social-login-btn .login-fb-link:focus {
  background-color: #314a7e;
}

.social-login-btn .login-goo-link {
  background-color: #ea4235;
}

.social-login-btn .login-goo-link:before {
  content: "\f0d5";
}

.social-login-btn .login-goo-link:hover, .social-login-btn .login-goo-link:focus {
  background-color: #e42618;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-top: 0;
  margin-bottom: 0;
}

.cross-sells {
  margin-top: 80px;
}

.cross-sells .jmstitle-elements h3 {
  text-transform: uppercase;
}

.cross-sells .product-box {
  margin-bottom: 0;
}

.shop_table .quantity label {
  display: none;
}

.shop_table .quantity .qty {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.shop_table th {
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  padding: 10px 30px;
  background: none;
}

.shop_table th.product-name {
  text-align: left;
  padding: 15px 30px;
}

.shop_table td {
  text-align: center;
  padding: 30px;
}

.shop_table td.product-name {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0;
  border-right: 0;
}

.shop_table td.product-name a {
  color: #555555;
}

.shop_table .product-name .variation {
  display: none;
}

.shop_table .product-thumbnail {
  margin-right: 20px;
}

.shop_table .product-thumbnail img {
  max-width: 84px;
  border: 1px solid #eee;
  padding: 4px;
}

.shop_table .product-remove a {
  color: #ccc;
}

.shop_table .product-remove a:hover {
  color: #000;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

.shop_table .product-price del {
  color: #BDBDBD;
  font-size: 85%;
  margin-right: 7px;
  font-weight: 400;
}

.shop_table .product-price ins {
  text-decoration: none;
  background-color: transparent;
  color: #0088cc;
}

.shop_table .product-quantity input {
  max-width: 100px;
}

.shop_table tfoot .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.wc-item-meta {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0;
}

.shipping-calculator-form {
  text-align: left;
}

.shipping-calculator-form .button {
  width: 100%;
}

.cart-actions {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 30px;
  position: relative;
}

.cart-actions:after, .cart-actions:before {
  content: none;
}

.cart-actions .coupon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-actions .coupon label {
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-actions .coupon input {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 5px 20px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
  height: 39px;
  min-width: 100px;
}

.cart-actions .coupon .button {
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  line-height: 39px;
  color: #cccccc;
  right: 10px;
  height: 39px;
  padding: 0;
}

.shop_table td.product-name .product-quantity {
  margin: 0 10px;
}

.cart-content-wrapper .cart-totals-section {
  margin-top: 85px;
}

.cart-content-wrapper .cart_totals {
  padding: 40px;
  border: 1px solid #e8e8e8;
}

.cart-content-wrapper .cart_totals h2 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 45px;
}

.cart-content-wrapper .cart_totals h2::before {
  height: 2px;
  background: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 90px;
  left: 0px;
}

#shipping_method {
  list-style: none;
}

.order-total .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.cart-totals-inner {
  border: 3px solid #EFEFEF;
  padding: 25px;
}

.cart-totals-inner h2 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 6px;
  text-transform: uppercase;
}

.cart-totals-inner table {
  margin-bottom: 10px;
}

.cart-totals-inner table tr:last-child th,
.cart-totals-inner table tr:last-child td {
  border-bottom: none;
}

.cart-totals-inner table .cart-subtotal .amount {
  font-weight: normal;
}

.cart-totals-inner .woocommerce-shipping-calculator {
  margin-top: 10px;
}

.cart-totals-inner .woocommerce-shipping-calculator > p {
  margin-bottom: 0;
}

.cart-totals-inner .shipping-calculator-form {
  margin-top: 20px;
  text-align: left;
}

.cart-totals-inner .checkout-button {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
}

.update-button input[type="submit"] {
  height: 40px;
}

.return-to-shop {
  margin-bottom: 0;
  text-align: center;
}

.cart-empty {
  text-align: center;
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-info .showcoupon {
  margin-left: 5px;
  color: #fff;
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-info .showcoupon:hover {
  color: #000;
}

.checkout_coupon .form-row-last .button {
  padding: 0;
  border-radius: 0;
  color: #cccccc;
  line-height: 39px;
  margin-left: -15px;
  background: none;
}

.woocommerce-billing-fields {
  margin-top: 30px;
  margin-bottom: 20px;
}

.checkout-order-review {
  position: relative;
  background-color: #fafafa;
  padding: 30px;
}

.checkout-order-review .woocommerce-checkout-review-order-table tr td:first-child,
.checkout-order-review .woocommerce-checkout-review-order-table tr th:first-child {
  padding-left: 0;
}

.checkout-order-review .woocommerce-checkout-review-order-table tr td:last-child,
.checkout-order-review .woocommerce-checkout-review-order-table tr th:last-child {
  padding-right: 0;
}

.wc_payment_methods .payment_box {
  display: block !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
}

.wc_payment_methods .payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout ul.wc_payment_methods li {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-checkout ul.wc_payment_methods li:first-child {
  padding-top: 0;
}

.woocommerce-invalid .select2-container--default .select2-selection--single,
.woocommerce-invalid input:not(:focus) {
  border-color: #ca1919;
}

.payment_methods .payment_method_paypal a {
  margin-left: 15px;
  text-decoration: underline;
  font-weight: 400;
  display: none;
}

.wc-terms-and-conditions {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 40px !important;
}

.wc-terms-and-conditions .checkbox input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}

.wc-terms-and-conditions label {
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.woocommerce-checkout > h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.woocommerce-checkout ul.wc_payment_methods {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.woocommerce-checkout ul.wc_payment_methods label {
  font-weight: 400;
  margin-bottom: 0;
}

.woocommerce-checkout ul.wc_payment_methods label img {
  margin-left: 15px;
}

.woocommerce-additional-fields {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid;
  border-color: #ebebeb;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  color: #777;
  line-height: 1.4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 10px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label,
.form-row .woocommerce-input-wrapper {
  padding: 0 5px;
}

.form-row label {
  min-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.form-row .woocommerce-input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 75%;
  margin-left: auto;
}

.required {
  color: #E01020;
}

body.woocommerce-checkout .woocommerce > .woocommerce-info {
  background-color: transparent;
  padding: 0;
  color: #2d2a2a;
}

body.woocommerce-checkout .woocommerce > .woocommerce-info a {
  color: #0088cc;
  text-decoration: underline;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
  float: none;
  width: auto;
  display: inline-block;
}

.woocommerce-order {
  text-align: center;
}

.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2 {
  font-size: 18px;
  color: #222222;
  margin: 0px 0px 40px 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-align: left;
}

.wc-bacs-bank-details-heading::before,
.woocommerce-order-details__title::before,
.woocommerce-customer-details > h2::before {
  height: 2px;
  background: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 90px;
  left: 0px;
}

.woocommerce-order-details {
  margin-top: 50px;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 50px;
}

.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
  text-align: left;
}

.woocommerce-column .woocommerce-column__title {
  font-size: 18px;
  color: #222222;
  margin: 0px 0px 40px 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-align: left;
}

.woocommerce-column .woocommerce-column__title::before {
  height: 2px;
  background: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 90px;
  left: 0px;
}

.woocommerce-customer-details {
  padding: 40px;
  border: 1px solid #e8e8e8;
}

.woocommerce-customer-details::before, .woocommerce-customer-details::after {
  content: " ";
  display: table;
}

.woocommerce-customer-details::after {
  clear: both;
}

.woocommerce-customer-details .woocommerce-columns {
  margin: 0 -15px;
}

.woocommerce-customer-details .woocommerce-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  float: left;
  text-align: left;
}

.woocommerce-customer-details .woocommerce-column address {
  margin-bottom: 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-bottom: 0;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
}

.woocommerce-thankyou-order-details li:last-child,
.wc-bacs-bank-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details strong,
.wc-bacs-bank-details strong {
  display: block;
  margin-top: 10px;
  color: #000000;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #000000;
}

.woocommerce-bacs-bank-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

#checkout_timeline li .timeline-wrapper .timeline-label {
  padding: 0 !important;
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
  text-transform: capitalize;
  line-height: 1;
}

.timeline-title .timeline-step {
  font-size: 14px;
  text-transform: capitalize;
  color: #888;
  display: inline-block;
  font-weight: 400;
}

#checkout_timeline.text li .timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#checkout_timeline.text li .timeline-wrapper i {
  color: #aaaaaa;
  border: 2px solid #dddddd;
  display: inline-block;
  height: 54px;
  width: 54px;
  margin-right: 20px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
}

#checkout_timeline.text li .timeline-wrapper .timeline-step {
  display: block;
  padding: 0;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}

#checkout_timeline.text li .timeline-wrapper .timeline-step::after {
  display: none;
}

#checkout_timeline li {
  height: auto;
}

#checkout_timeline.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 40px;
}

#checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper::after {
  display: none;
}

#checkout_timeline.text li.active .timeline-wrapper i {
  border-color: #0088cc;
  color: #0088cc;
}

#checkout-wrapper.timeline-horizontal {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 40px;
}

.woocommerce-billing-fields h3,
#order_info h3,
#order_checkout_payment h3 {
  color: #222222;
  font-size: 18px;
  margin: 0px 0px 40px 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.woocommerce-billing-fields h3::before,
#order_info h3::before,
#order_checkout_payment h3::before {
  height: 2px;
  background: #0088cc;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 90px;
  left: 0px;
}

.woocommerce-billing-fields {
  margin-top: 0;
  margin-bottom: 0;
}

#yith-wcms-back-to-cart-button {
  text-transform: none;
  background: #bbb;
}

#yith-wcms-back-to-cart-button:hover {
  background: #333333;
}

#form_actions {
  text-align: center;
  margin-top: 40px;
}

#ship-to-different-address {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-bottom: 0;
}

#form_actions input.button.alt.prev {
  background: #bbb;
}

#form_actions input.button.alt.prev:hover {
  background: #333;
}

#ship-to-different-address ~ .shipping_address {
  margin-top: 40px;
}

.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table td {
  border-left: 0;
  border-right: 0;
  padding: 35px 0;
}

.shop_table.woocommerce-checkout-review-order-table tr:first-child td {
  border-top: 0;
}

#order_info h3 {
  margin-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table th {
  text-align: left;
  background: none;
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 600;
}

.cyberwire-mini-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: auto;
  background-color: white;
  z-index: 500;
  -webkit-transform: translateX(60%);
  -moz-transform: translateX(60%);
  -o-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.admin-bar .cyberwire-mini-cart {
  top: 32px;
}

.cyberwire-mini-cart h3 {
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-color: #ebebeb;
}

.cyberwire-mini-cart .cart-count {
  font-weight: 400;
  line-height: 26px;
  margin-left: 6px;
}

.cyberwire-mini-cart .cart-count em {
  font-style: normal;
}

.cyberwire-mini-cart .close-cart {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 19px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.cyberwire-mini-cart .close-cart:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cyberwire-mini-cart .close-cart:before, .cyberwire-mini-cart .close-cart:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  position: absolute;
  right: 10px;
  top: 0;
}

.cyberwire-mini-cart .close-cart:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cyberwire-mini-cart .close-cart:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cyberwire-mini-cart .widget_shopping_cart_content {
  padding: 20px;
}

.cyberwire-mini-cart .cart_list li.empty {
  position: absolute;
  top: calc(50% + 70px);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  right: 0;
}

.cyberwire-mini-cart .cart_list li.empty:before {
  height: 170px;
  content: "";
  width: 100%;
  background-image: url("assets/images/icons/empty_box.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 25px;
}

.mask-overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart-opened .cyberwire-mini-cart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.cart-opened .mask-overlay {
  opacity: 1;
  visibility: visible;
}

#header-cart {
  position: relative;
}

/* ---------------------------------------------
   11. ELEMENTS
   ------------------------------------------ */
.vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
  background: #EDEDED;
}

.vc_progress_bar .vc_single_bar .vc_label {
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: .5px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
  transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -o-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS
* ------------------------------------------------------------------------------------------------ */
.btn-size-small {
  font-size: 12px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
}

.btn-size-medium {
  font-size: 16px;
  padding: 12px 22px;
  letter-spacing: 1px;
}

.btn-size-large {
  padding: 16px 28px;
  letter-spacing: 1.5px;
}

.btn-inline {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-fullwidth {
  width: 100%;
}

.btn.btn-style-transparent {
  border: 2px solid;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-transparent.btn-color-primary {
  background-color: transparent;
  border-color: #0088cc;
}

.btn.btn-style-transparent.btn-color-primary:hover {
  color: white;
  opacity: 1;
}

.btn.btn-style-transparent.btn-color-primary:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #0088cc;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-black {
  background-color: transparent;
  border-color: #1a1a1a;
}

.btn.btn-style-transparent.btn-color-black:hover {
  color: white;
  opacity: 1;
}

.btn.btn-style-transparent.btn-color-black:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #1a1a1a;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-white {
  background-color: white;
  border-color: #c1c1c1;
  color: #939393;
}

.btn.btn-style-transparent.btn-color-white:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: white;
  opacity: 1;
}

.btn.btn-style-simple {
  padding: 0;
  border-color: none;
  background-color: transparent;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-simple:after {
  content: "\f178";
  font-family: 'FontAweSome';
  margin-left: 6px;
}

.btn.btn-style-simple:hover {
  background-color: transparent;
  opacity: 1;
  color: #0088cc;
}

.btn-color-white {
  background-color: white;
  color: #1a1a1a;
  overflow: hidden;
}

.btn-color-white:hover {
  opacity: 1;
  color: white;
}

.btn-color-white:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #0088cc;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-black {
  background-color: #1a1a1a;
  color: white;
  overflow: hidden;
}

.btn-color-black:hover {
  opacity: 1;
  color: white;
}

.btn-color-black:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #0088cc;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

/* ------------------------------------------------------
* CUSTOM TITLES
* ------------------------------------------------------ */
.page > .entry-title {
  font-size: 27px;
  margin-bottom: 17px;
  font-weight: 500;
}

.jmstitle-elements {
  margin-bottom: 40px;
}

.jmstitle-elements .title {
  display: block;
  margin: 0 0 10px;
}

.jmstitle-elements .title-image {
  margin-bottom: 5px;
}

.jmstitle-elements .line-wrap {
  display: block;
  position: relative;
}

.jmstitle-elements .left-line,
.jmstitle-elements .right-line {
  display: none;
}

.jmstitle-elements .subtitle {
  color: #535353;
  letter-spacing: 2px;
}

.jmstitle-elements.bg-color .title {
  color: white;
  font-size: 18px;
}

.title-style-bordered .line-wrap {
  display: table-row;
}

.title-style-bordered .left-line,
.title-style-bordered .right-line {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.title-style-bordered .left-line:after,
.title-style-bordered .right-line:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #ebebeb;
  vertical-align: middle;
}

.title-style-bordered .left-line {
  padding-right: 20px;
}

.title-style-bordered .right-line {
  padding-left: 20px;
}

.title-style-bordered .title {
  white-space: nowrap;
}

.title-style-bordered.text-left .left-line {
  display: none;
}

.title-style-bordered.text-left .right-line {
  width: 100%;
}

.title-style-bordered.text-right .left-line {
  width: 100%;
}

.title-style-bordered.text-right .right-line {
  display: none;
}

.title-style-bordered-bottom .title {
  padding-bottom: 18px;
}

.title-style-bordered-bottom .title:before {
  content: '';
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e5e5e5;
}

.title-style-bordered-bottom .title:after {
  content: '';
  width: 90px;
  height: 2px;
  margin: 0 auto;
  background-color: #0088cc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-style-bordered-bottom.title-size-medium .title {
  padding-bottom: 7px;
}

.title-style-bordered-bottom.title-size-medium .title:after {
  height: 2px;
}

.title-style-bordered-bottom.text-left .title:after {
  margin: 0;
  left: 0;
  right: auto;
}

.title-style-bordered-bottom.text-right .title:after {
  margin: 0;
  left: auto;
  right: 0;
}

.title-style-bordered-bottom.title-color-primary .title:after {
  background-color: #0088cc;
}

.title-style-bordered-bottom.title-color-black .title:after {
  background-color: black;
}

.title-style-bordered-bottom.title-color-white .title:after {
  background-color: white;
}

.title-style-underlined .title {
  padding-bottom: 7px;
}

.title-style-underlined .title:after {
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #E5E6EA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-style-underlined.text-left .title:after {
  margin: 0;
  left: 0;
  right: auto;
}

.title-style-underlined.text-right .title:after {
  margin: 0;
  left: auto;
  right: 0;
}

.title-style-underlined.title-color-black .title:after {
  background-color: black;
}

.title-style-underlined.title-color-white .title:after {
  background-color: white;
}

.title-size-small .subtitle {
  font-size: 12px;
}

.title-size-small .title {
  font-size: 18px;
}

.title-size-small .description {
  font-size: 13px;
}

.title-size-default .subtitle {
  font-size: 14px;
}

.title-size-default .title {
  font-size: 20px;
}

.title-size-medium .subtitle {
  font-size: 14px;
}

.title-size-medium .title {
  font-size: 26px;
}

.title-size-large .subtitle {
  font-size: 14px;
}

.title-size-large .title {
  font-size: 35px;
}

.title-color-primary .subtitle {
  color: #0088cc;
}

.title-color-primary .description {
  color: #989898;
}

.title-color-black .subtitle {
  color: #000000;
}

.title-color-black .description {
  color: #000000;
}

.title-color-white .subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .description {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .title {
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* BANNER
* ------------------------------------------------------------------------------------------------ */
.banner-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.banner-box img {
  width: 100%;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-box .banner-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
}

.banner-box .banner-inner {
  width: 100%;
}

.banner-box p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0;
}

.banner-box.bg-bottom .banner-text {
  top: auto;
  bottom: 0px;
  height: auto;
  padding: 25px;
}

.banner-box.bg-bottom .banner-text .banner-inner {
  background-color: white;
  padding: 5px 20px;
  max-width: 74%;
  margin: 0 auto;
}

.banner-box.bg-bottom-hover .banner-text {
  top: auto;
  bottom: 0px;
  height: auto;
  padding: 25px;
}

.banner-box.bg-bottom-hover .banner-text .banner-inner {
  opacity: 0;
  background-color: white;
  padding: 15px 20px 17px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.banner-box.bg-bottom-hover:hover .banner-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner-box.bg-bottom-hover-2.large .title {
  padding: 18px 60px;
}

.banner-box.bg-bottom-hover-2 .title {
  display: inline-block;
  background-color: white;
  padding: 10px 40px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.banner-box.bg-bottom-hover-2:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner-box.bottom .banner-text {
  top: auto;
  bottom: 60px;
  height: auto;
}

.banner-box.bottom .content {
  display: inherit;
}

.banner-box.bottom .banner-inner {
  display: inherit;
}

.banner-box .btn-wrapper {
  margin-top: 15px;
}

.banner-box .simple-link {
  background-color: #006da3;
  font-size: 16px;
  padding: 10px 30px 11px;
  color: white;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
}

.banner-box .simple-link:hover, .banner-box .simple-link:focus {
  background-color: #333333 !important;
  color: #fff !important;
}

.banner-box.hotdeal-bnr .font-weight-bold p {
  font-weight: 800;
}

.banner-box.hotdeal-bnr .banner-text {
  padding: 80px 0px 0 30px;
}

.banner-column .banner-box {
  margin-bottom: 0;
}

.content-width-10 {
  max-width: 10%;
}

.content-width-20 {
  max-width: 20%;
}

.content-width-30 {
  max-width: 30%;
}

.content-width-40 {
  max-width: 40%;
}

.content-width-50 {
  max-width: 50%;
}

.content-width-60 {
  max-width: 60%;
}

.content-width-70 {
  max-width: 70%;
}

.content-width-80 {
  max-width: 80%;
}

.content-width-90 {
  max-width: 90%;
}

.content-width-100 {
  max-width: 100%;
}

.banner-row-h2 .banner-box .simple-link {
  background-color: #729107;
}

.banner-vertical-middle .banner-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-vertical-bottom .banner-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-hover-zoom {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-zoom:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.banner-hover-border {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-border .banner-text:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.banner-hover-border:hover .banner-text:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-hover-light {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-light .banner-image:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  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: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-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%);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
}

.banner-hover-light:hover .banner-image:before {
  -webkit-animation: effect_shine 1s;
  animation: effect_shine 1s;
}

.banner-hover-zoom-reverse {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-zoom-reverse img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.banner-hover-zoom-reverse:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.banner-mask .banner-text {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-mask.banner-hover-zoom:hover .banner-text, .banner-mask.banner-hover-zoom-reverse:hover .banner-text {
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-shadow {
  -webkit-box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.7);
}

.banner-background .banner-text,
.banner-border .banner-text {
  overflow: hidden;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.banner-border .banner-text {
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.banner-background .banner-text {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-hover-background:not(.banner-background) .banner-text:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-hover-border:not(.banner-border) .banner-text:after {
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.banner-hover-background:not(.banner-background) .banner-text,
.banner-hover-border:not(.banner-border) .banner-text {
  overflow: hidden;
  padding: 40px;
}

.banner-hover-background:not(.banner-background) .banner-text:after,
.banner-hover-border:not(.banner-border) .banner-text:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.banner-hover-background:not(.banner-background) .banner-inner,
.banner-hover-border:not(.banner-border) .banner-inner {
  z-index: 4;
}

.banner-hover-background:not(.banner-background):hover .banner-text:after,
.banner-hover-border:not(.banner-border):hover .banner-text:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-with-border .banner-box {
  border: 1px solid #D0CECE;
}

.banner-row-h10,
.banner-row-h16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}

.banner-row-h10 .banner-text,
.banner-row-h16 .banner-text {
  position: static;
}

.banner-row-h10 .title p,
.banner-row-h16 .title p {
  font-weight: 600;
}

.banner-row-h10 .subtitle p,
.banner-row-h16 .subtitle p {
  font-weight: 800;
}

.banner-row-h10 .subtitle,
.banner-row-h10 .subsubtitle,
.banner-row-h16 .subtitle,
.banner-row-h16 .subsubtitle {
  display: inline-block;
  vertical-align: sub;
}

.banner-row-h10 .subsubtitle p,
.banner-row-h16 .subsubtitle p {
  text-decoration: line-through;
  margin-left: 10px;
}

.banner-row-h10.banner-box .simple-link,
.banner-row-h16.banner-box .simple-link {
  font-size: 14px;
  color: #333333;
  padding: 10px 20px;
}

.banner-row-h10.banner-box .simple-link:hover,
.banner-row-h16.banner-box .simple-link:hover {
  background: #333;
  color: #fff !important;
}

.banner-row-h16 {
  padding: 22px 15px;
}

.banner-row-h16 .title {
  margin-bottom: 10px;
}

.banner-row-h16 .subtitle,
.banner-row-h16 .subsubtitle {
  margin-bottom: 6px;
}

.banner-row-h16.banner-box .simple-link {
  color: #fff !important;
}

.banner-center-h16 .banner-image img {
  min-height: 255px;
}

.banner-left-column {
  margin-bottom: 30px;
}

.banner-left-column .banner-text {
  padding-top: 80px;
}

/*********HOME 11********/
.banner-row-bt .title {
  margin-bottom: 5px;
}

.banner-row-bt .subtitle {
  margin-bottom: 20px;
  opacity: 0.8;
}

.banner-row-bt.banner-box .simple-link:hover {
  background: #333;
  color: #fff !important;
}

.banner-row-bt {
  max-height: 227px;
}

.banner-column-h12 .title {
  margin-bottom: 10px;
}

.banner-column-h12 .subtitle {
  margin-bottom: 8px;
}

.banner-column-h12 .simple-link {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

/***********HOME 13**********/
.banner-row-h13 .subsubtitle, .banner-row-h13 .btn-wrapper {
  display: inline-block;
  margin: 0;
}

.banner-row-h13 .banner-box .simple-link {
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 30px;
  color: #dd571c;
  font-weight: 800;
}

.banner-row-h13 .banner-box .banner-text {
  padding: 25px;
}

.banner-row-h13 .banner-box img {
  min-height: 174px;
}

.banner-row-h14 .banner-box .banner-text {
  padding: 25px;
}

.banner-row-h14 .banner-box img {
  min-height: 174px;
}

.banner-left-column-h15 img {
  min-height: 411px;
}

/*********HOME 14********/
.banner-link .banner-text {
  padding-left: 50px;
}

.banner-link .btn-wrapper {
  margin-top: 10px;
}

.banner-link .simple-link {
  font-size: 0;
  color: #888888;
  height: 38px;
  width: 38px;
  border: 1px solid #888888;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  padding: 0;
  background: none;
}

.banner-link .simple-link::before {
  content: "\f067";
  font: normal normal normal 14px/37px FontAwesome;
}

.banner-link .simple-link:hover {
  background-color: #333;
  border-color: #333;
  color: #fff !important;
}

.team-row .banner-image {
  overflow: hidden;
}

.team-row .banner-box .banner-text {
  position: relative;
  padding: 17px 0 0;
}

.team-row .title {
  margin-bottom: 5px;
}

/** ------------------------------------------------------------------------------------------------
* BLOG
* ------------------------------------------------------------------------------------------------ */
.jmsblog-elements .blog-design-small-images.has-post-thumbnail .entry-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.jmsblog-elements .blog-design-small-images.has-post-thumbnail .article-body-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  position: relative;
  top: -4px;
}

.jmsblog-elements.with-border .blog-design-grid .entry-header {
  margin-bottom: 0;
}

.jmsblog-elements.with-border .blog-design-grid .article-body-container {
  padding: 22px 20px 35px;
  border: 1px solid;
  border-color: #eaeaea;
  text-align: center;
}

.jmsblog-elements.with-border .blog-post-loop .cyberwire-entry-meta {
  margin-bottom: 15px;
}

.jmsblog-elements.with-border .read-more-section a {
  position: relative;
  color: #0088cc;
}

.blog-image-circle .entry-thumbnail {
  border-radius: 50%;
  overflow: hidden;
}

.entry-thumbnail {
  margin-bottom: 10px;
}

.blog-loop-slider .blog-post-loop {
  margin-bottom: 10px;
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-loop-slider .blog-post-loop .cyberwire-entry-meta {
  margin-bottom: 10px;
}

.page .blog-loop-slider .blog-post-loop {
  margin-bottom: 0;
}

.post-template-default .no-sidebar {
  margin: 0 auto;
}

/** ------------------------------------------------------------------------------------------------
* BLOG WIDGET
* ------------------------------------------------------------------------------------------------ */
.jmsblogwidget-elements.widget_recent_post_with_image {
  margin-bottom: 30px;
}

.jmsblogwidget-elements.widget_recent_post_with_image ul li {
  border-bottom: none;
}

.jmsblogwidget-elements.widget_recent_post_with_image ul .entry-title {
  margin-bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* COUNTER UP
* ------------------------------------------------------------------------------------------------ */
.jmscounter-elements {
  margin-bottom: 30px;
}

.jmscounter-elements > span {
  display: block;
}

.jmscounter-elements .counter-value {
  font-size: 32px;
  line-height: 1;
}

.jmscounter-elements .counter-label {
  margin-top: 10px;
  margin-bottom: 0;
}

.jmscounter-elements.counter-size-small .counter-value {
  font-size: 24px;
}

.jmscounter-elements.counter-size-large .counter-value {
  font-size: 52px;
}

.jmscounter-elements.counter-size-extra-large .counter-value {
  font-size: 54px;
}

.jmscounter-elements.color-scheme-light .counter-value,
.color-scheme-light .jmscounter-elements .counter-value {
  color: white;
}

.jmscounter-elements.color-scheme-light .counter-label,
.color-scheme-light .jmscounter-elements .counter-label {
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* PORTFOLIO
* ------------------------------------------------------------------------------------------------ */
.portfolio-thumbnail {
  overflow: hidden;
  position: relative;
}

.portfolio-thumbnail img {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  height: auto;
}

.portfolio-thumbnail a:not(.enlarge):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.portfolio-thumbnail .enlarge {
  position: absolute;
  top: 5px;
  right: 12px;
  display: inline-block;
  color: white;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  opacity: 0;
  z-index: 9;
}

.portfolio-categories {
  color: #999;
  font-size: 13px;
  margin-top: 7px;
}

.portfolio-categories a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #000;
}

.portfolio-categories a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #0088cc;
}

.portfolio-content {
  padding: 15px 0 0;
}

.portfolio-content .portfolio-title {
  font-size: 16px;
  margin-bottom: 0;
}

.portfolio-content .portfolio-categories a {
  font-size: 13px;
}

.portfolio-box:hover .portfolio-thumbnail img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.portfolio-box:hover .portfolio-thumbnail a:not(.enlarge):after {
  opacity: 1;
}

.portfolio-box:hover .portfolio-thumbnail .enlarge {
  opacity: 1;
}

.portfolio-style-hover .portfolio-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.portfolio-style-hover .portfolio-content .portfolio-title a {
  color: white;
}

.portfolio-style-hover .portfolio-content .portfolio-categories a {
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-style-hover .portfolio-box:hover .portfolio-content {
  opacity: 1;
}

.portfolio-fullwidth .container {
  width: 95%;
}

.portfolio-filter > a {
  color: #000;
  position: relative;
  margin: 0 20px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-filter > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0088cc;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.portfolio-filter > a.selected {
  color: #0088cc;
}

.portfolio-filter > a.selected:before {
  width: 100%;
}

.pagination-wrap {
  margin-top: 15px;
}

.portfolio-style-hover.layout-spacing-10 {
  margin-bottom: 20px;
}

.portfolio-style-default + .pagination-wrap {
  margin-top: 35px;
}

.portfolio-style-default.layout-spacing-0 + .pagination-wrap {
  margin-top: 15px;
}

.portfolio-style-hover + .pagination-wrap {
  margin-top: 0px;
}

.portfolio-style-hover.layout-spacing-0 + .pagination-wrap {
  margin-top: 30px;
}

/** ------------------------------------------------------------------------------------------------
* INSTAGRAM
* ------------------------------------------------------------------------------------------------ */
.instagram-wrap.layout-spacing-40 .item {
  margin-bottom: 40px;
}

.instagram-wrap.layout-spacing-30 .item {
  margin-bottom: 30px;
}

.instagram-wrap.layout-spacing-20 .item {
  margin-bottom: 20px;
}

.instagram-wrap.layout-spacing-10 .item {
  margin-bottom: 10px;
}

.instagram-wrap.layout-spacing-0 .item {
  margin-bottom: 0;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme .owl-nav .owl-prev {
  left: -22px;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme .owl-nav .owl-next {
  right: -22px;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme:hover .owl-nav .owl-prev {
  left: 0;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.instagram-pic-wrapper .instagram-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.instagram-pic-wrapper .instagram-content-inner {
  z-index: 5;
  background: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 300px;
  width: 100%;
  padding: 30px;
}

.instagram-pic-wrapper .item {
  float: left;
}

.instagram-pic-wrapper .instagram-carousel .item {
  float: none;
}

.instagram-picture:before {
  content: "\f16d";
  font-family: 'FontAweSome';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0;
  color: white;
  font-size: 30px;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.instagram-picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.instagram-picture > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.instagram-picture .hover-mask {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.instagram-picture .instagram-like,
.instagram-picture .instagram-comment {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  color: white;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.instagram-picture .instagram-like:before,
.instagram-picture .instagram-like span,
.instagram-picture .instagram-comment:before,
.instagram-picture .instagram-comment span {
  vertical-align: middle;
}

.instagram-picture .instagram-like:before,
.instagram-picture .instagram-comment:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
}

.instagram-picture .instagram-like {
  text-align: left;
}

.instagram-picture .instagram-comment {
  text-align: right;
}

.instagram-picture:hover .hover-mask {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.instagram-picture:hover:before {
  margin-top: 0;
}

.instagram-picture:hover:before, .instagram-picture:hover:after {
  opacity: 1;
}

.instagram-rounded .instagram-picture {
  border-radius: 50%;
}

.instagram-rounded .hover-mask {
  top: 0;
  display: none;
}

.instagram-rounded .instagram-like,
.instagram-rounded .instagram-comment {
  max-width: 50%;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.instagram-rounded .instagram-like {
  text-align: right;
}

.instagram-rounded .instagram-comment {
  text-align: left;
}

/** ------------------------------------------------------------------------------------------------
* SERVICES
* ------------------------------------------------------------------------------------------------ */
.service-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
}

.service-elements .service-box-icon {
  font-size: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}

.service-elements.title-small .service-subtitle {
  font-size: 14px;
}

.service-elements.title-small .service-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.service-elements.title-default .service-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.service-elements.title-large .service-subtitle {
  font-size: 16px;
}

.service-elements.title-large .service-title {
  font-size: 28px;
  line-height: 1.3;
}

.service-elements.title-extra-large .service-subtitle {
  font-size: 18px;
}

.service-elements.title-extra-large .service-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.service-elements p {
  margin-bottom: 0;
}

.service-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service-align-left .service-box-icon {
  max-width: 50%;
  margin-right: 20px;
}

.service-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-align-right .service-box-icon {
  max-width: 50%;
  margin-left: 20px;
}

.service-align-top .service-box-icon {
  margin-bottom: 15px;
}

/** ------------------------------------------------------------------------------------------------
* BRANDS
* ------------------------------------------------------------------------------------------------ */
.filter-color .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.filter-color .brand-item:hover img {
  -webkit-filter: none;
  filter: none;
}

.brand-item {
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.brand-item img {
  display: inline-block !important;
  max-width: 100%;
  width: auto !important;
}

.brand-design-grid .brand-item {
  padding: 20px;
}

.brands-item-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands-item-wrap .brand-item {
  margin-bottom: 10px;
}

.brands-item-wrap .brand-item:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.brands-item-wrap .brand-item img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.brands-item-wrap.columns-1 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.brands-item-wrap.columns-2 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.brands-item-wrap.columns-3 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.brands-item-wrap.columns-4 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.brands-item-wrap.columns-5 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.brands-item-wrap.columns-6 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
  max-width: 16.66666666%;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCTS
* ------------------------------------------------------------------------------------------------ */
.jmsproduct-elements {
  position: relative;
}

.jmsproduct-elements .cyberwire-products-loader {
  display: none;
  position: fixed;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  pointer-events: none;
}

.jmsproduct-elements .cyberwire-products-loader.loading:before {
  width: 30px;
  height: 30px;
}

.jmsproduct-elements.show-loading .products {
  opacity: 0;
  visibility: hidden;
}

.jmsproduct-elements.show-loading .cyberwire-products-loader {
  display: block;
}

.jmsproduct-elements.show-loading .products {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

.item-banner-in-product .container {
  width: 100%;
}

.item-banner-in-product .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.item-banner-in-product .banner-box .simple-link {
  background-color: #0088cc;
  font-size: inherit;
  padding: 10px 20px;
}

.item-banner-in-product .banner-box .simple-link:hover {
  background-color: #333333;
  color: #fff !important;
}

.wrap-loading-arrow {
  position: absolute;
  top: -2px;
  right: 0px;
}

.wrap-loading-arrow div {
  display: inline-block;
}

.product-arrow a {
  display: inline-block;
  height: 33px;
  width: 33px;
  margin-left: 7px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  color: #888888;
  line-height: 28px;
  border-radius: 4px;
  background-color: white;
}

.product-arrow a:hover {
  background-color: #0088cc;
  color: white !important;
  border: 1px solid;
  border-color: #0088cc;
}

.product-arrow a.disabled {
  color: #c5c5c5;
  pointer-events: none;
}

[class*="product-carousel-"] .product-box {
  margin-bottom: 0;
}

.item-wrap .item:last-child {
  margin-bottom: 0;
}

.item-wrap .item {
  margin-bottom: 30px;
}

.with-banner .layout-columns-5 .item:nth-child(5), .with-banner .layout-columns-5 .item-box:nth-child(5) {
  clear: both;
}

.with-banner .layout-columns-5 .item:nth-child(5n + 1), .with-banner .layout-columns-5 .item-box:nth-child(5n + 1) {
  clear: inherit;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT TABS
* ------------------------------------------------------------------------------------------------ */
.jmsproducttabs-elements {
  position: relative;
}

.jmsproducttabs-elements > .cyberwire-products-tab-loader {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 45%;
  left: calc(50% - 15px);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.jmsproducttabs-elements > .cyberwire-products-tab-loader.loading:before {
  position: inherit;
  width: 30px;
  height: 30px;
  top: auto;
  right: auto;
  left: auto;
}

.jmsproducttabs-elements .product-tab-content {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.jmsproducttabs-elements.show-loading > .cyberwire-products-tab-loader {
  opacity: 1;
  visibility: visible;
}

.jmsproducttabs-elements.show-loading .product-tab-content {
  opacity: 0;
  visibility: hidden;
}

.jmsproducttabs-elements .cyberwire-product-4 .product-title {
  min-height: 39px;
}

/*=======================================================
    Featur Tabs
========================================================*/
.featur-tabs .nav-tabs {
  position: relative;
  border: none;
}

.featur-tabs .nav-tabs > li {
  margin: 0px;
  padding: 0px;
  margin-right: 1px;
}

.featur-tabs .nav-tabs > li span {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #333333;
  border-radius: 4px 4px 0 0;
  border: none;
  padding: 10px 20px;
  position: relative;
}

.featur-tabs .nav-tabs > li span:hover {
  background: #0088cc;
  color: white;
}

.featur-tabs .nav-tabs > li.active span {
  background: #0088cc;
  color: white;
  font-weight: bold;
}

.featur-tabs .nav-tabs:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  content: "";
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}

.layout-2.featur-tabs .nav-tabs {
  border-bottom: 0px;
  position: relative;
}

.layout-2.featur-tabs .nav-tabs:before {
  position: absolute;
  left: 0px;
  bottom: 1px;
  width: 100%;
  content: "";
  height: 1px;
  background: #e5e5e5;
  display: block;
  z-index: 0;
}

.layout-2.featur-tabs .nav-tabs > li span {
  font-size: 20px;
  background: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 15px 0px;
  margin-right: 25px;
  color: #555555;
}

.layout-2.featur-tabs .nav-tabs > li span:hover {
  color: #222222;
  border-bottom: 2px solid;
  border-color: #0088cc;
}

.layout-2.featur-tabs .nav-tabs > li.active span {
  color: #222222;
  border-bottom: 2px solid;
  border-color: #0088cc;
}

.with-nav .owl-nav {
  position: absolute;
  top: -87px;
  right: 0px;
}

.with-nav .owl-nav div {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-left: 10px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  color: #888888;
  line-height: 28px;
  border-radius: 4px;
  background-color: white;
}

.with-nav .owl-nav div:hover {
  background: #0088cc;
  color: #fff !important;
  border: 1px solid #0088cc;
}

.with-nav.middle-nav .owl-nav {
  position: inherit;
  top: 0%;
}

.with-nav.middle-nav .owl-nav .owl-prev {
  position: absolute;
  left: -28px;
  margin: 0px;
  top: 50%;
  margin-top: -5px;
}

.with-nav.middle-nav .owl-nav .owl-next {
  position: absolute;
  right: -28px;
  margin: 0px;
  margin-top: -5px;
  top: 50%;
}

.with-nav .owl-carousel {
  display: block !important;
}

.featur-tabs .nav-bars > li span {
  font-size: 20px;
  background: none !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
  padding: 15px 0px !important;
  margin-right: 25px !important;
  color: #555555 !important;
}

.featur-tabs .nav-bars {
  margin-bottom: -1px;
}

.featur-tabs .nav-bars li span:hover {
  color: #222222 !important;
  border-bottom: 2px solid #7a9b08 !important;
}

.featur-tabs .nav-bars li.active span {
  color: #222222 !important;
  border-bottom: 2px solid #7a9b08 !important;
}

.product-carousel-tab .with-nav .owl-nav {
  top: 50%;
  height: 0px;
  margin-top: -16px;
  width: 100%;
}

.product-carousel-tab .owl-carousel .owl-nav .owl-prev {
  margin-left: -30px;
}

.product-carousel-tab .owl-carousel .owl-nav .owl-next {
  margin-right: -30px;
  margin-left: 0;
  float: right;
}

/*=======================================================

			Main Tabs Sec

========================================================*/
.main-tabs-sec .nav {
  border-bottom: none;
}

.main-tabs-sec .nav li {
  float: left;
  text-align: center;
  width: 16.66666666%;
  margin: 0;
  cursor: pointer;
}

.main-tabs-sec .nav li i {
  display: inline-block;
  width: 100%;
  font-size: 32px;
}

.main-tabs-sec .nav li > span {
  color: #141414;
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: none;
  min-height: 140px;
  position: relative;
  display: block;
  padding: 20px 15px;
}

.main-tabs-sec .nav li > span span {
  color: #888888;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  border: none;
}

.main-tabs-sec .nav li:nth-child(1) > span {
  border-left: 1px solid #dddddd;
}

.main-tabs-sec .nav li.active > span {
  background: #0088cc;
  color: white;
  border: 1px solid #0088cc;
}

.main-tabs-sec .nav li.active > span:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  z-index: 2;
  font-size: 30px;
  color: #0088cc;
  bottom: -25px;
  right: 0px;
  width: 100%;
}

.main-tabs-sec .nav li.active > span span {
  color: white;
}

.jmsproducttabs-elements .tab-content > .tab-pane.active {
  height: auto;
  overflow: visible;
  pointer-events: inherit;
}

.jmsproducttabs-elements .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/**********PRODUCT TAB LAYOUT 2*********/
.products-tab-layout-2 .layout-2.featur-tabs .nav-tabs::before {
  display: none;
}

.products-tab-layout-2 .layout-2.featur-tabs .nav-tabs li span {
  padding: 0px 15px;
  font-size: 15px;
  color: #000;
  position: relative;
  display: block;
  border: 0 !important;
  margin: 0;
}

.products-tab-layout-2 .layout-2.featur-tabs .nav-tabs li.active {
  font-weight: 600;
}

.products-tab-layout-2 .jmsproducttabs-elements {
  position: static;
}

.products-tab-layout-2 .featur-tabs .nav-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 0;
  position: absolute;
  top: 7px;
  margin: 0;
}

@media (min-width: 481px) {
  .products-tab-layout-2 .product-cat {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .products-tab-layout-2 .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products-tab-layout-2 .product-thumb {
    width: 160px;
    margin-right: 10px;
    min-width: 160px;
  }
  .products-tab-layout-2 .product-info {
    padding-top: 0;
  }
  .products-tab-layout-2 .price {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .products-tab-layout-2 .btn-add-cart a {
    margin-top: 5px;
    float: left;
  }
  .products-tab-layout-2 .star-rating {
    margin-bottom: 4px;
  }
  .products-tab-layout-2 .product-title {
    margin-bottom: 5px;
  }
}

.onsale-products .wrap-loading-arrow {
  top: -2px;
}

.product-tab-h9 .wrap-loading-arrow {
  top: -87px;
}

.btn-loadmore {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  min-width: 163px;
  position: relative;
}

.btn-loadmore span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  min-width: 163px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.btn-loadmore:hover, .btn-loadmore:active, .btn-loadmore:focus {
  background: #333 !important;
  color: #fff !important;
}

.show-loading .btn-loadmore span {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.btn-loadmore.disabled {
  display: none;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT WIDGET
* ------------------------------------------------------------------------------------------------ */
.jmsproductwidget-elements {
  margin-bottom: 40px;
}

.product-list-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.product-list-widget .badge {
  display: none;
}

.product-list-widget .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding: 5px;
  border: 1px solid #e6e6e6;
}

.product-list-widget .product-info {
  padding-top: 0;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-list-widget .product-title {
  min-height: auto;
}

.product-list-widget .price {
  color: #333333;
  font-size: 16px;
}

.product-widget-title {
  margin-bottom: 40px;
}

.product-widget-title .title {
  font-size: 20px;
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.jmstestimonial-elements-2 {
  margin-bottom: 30px;
}

.jmstestimonial-elements-2 .owl-dots {
  margin-top: 25px !important;
}

.jmstestimonial-elements-2 .content {
  text-align: left;
  margin-bottom: 24px;
}

.jmstestimonial-elements-2 .testimonials {
  counter-reset: section;
}

.jmstestimonial-elements-2 footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 95px;
}

.jmstestimonial-elements-2 footer:after {
  content: "#0" counter(section);
  counter-increment: section;
  color: rgba(26, 26, 26, 0.1);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -8px;
}

.jmstestimonial-elements-2 footer span {
  display: block;
}

.jmstestimonial-elements-2 footer .testimonial-avatar {
  padding-left: 10px;
}

.jmstestimonial-elements-2 footer .testimonial-avatar img {
  max-width: 100px;
  display: inline-block;
  border-radius: 50%;
}

.jmstestimonial-elements-2 footer .name {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}

.jmstestimonial-elements-2 footer .office {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

.jmstestimonial-elements-2 .testimonial-footer-inner {
  text-align: right;
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.jmstestimonial-elements .owl-dots {
  margin-top: 25px !important;
}

.testimonial-box {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-box .testimonial-avatar img {
  max-width: 100px;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-box .testimonial-content footer {
  margin-top: 15px;
  font-weight: 600;
  color: #2d2a2a;
}

.testimonial-box .testimonial-content footer .name {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-box .testimonial-content footer .office {
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.testimonial-box .testimonial-content footer span:last-child:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}

.testimonials-color-light .addon-title h3 {
  color: white;
}

.testimonials-color-light .addon-title h3:after {
  background-color: white;
}

.testimonials-color-light .testimonial-content {
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-color-light .testimonial-content footer {
  color: white;
}

.testimonials-color-light .testimonial-content footer .office {
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-color-light .testimonial-content footer > span {
  color: white;
}

.testimonials-align-center .addon-title {
  text-align: center;
}

.testimonials-align-center .testimonials {
  text-align: center;
}

.testimonials-align-center .testimonials .testimonial-avatar {
  margin-bottom: 15px;
}

.testimonials-align-left .testimonial-inner,
.testimonials-align-right .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonials-align-left .testimonial-avatar,
.testimonials-align-right .testimonial-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonials-align-left .testimonial-content,
.testimonials-align-right .testimonial-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.testimonials-align-left .addon-title {
  text-align: left;
}

.testimonials-align-left .testimonials {
  text-align: left;
}

.testimonials-align-left .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testimonials-align-left .testimonial-avatar {
  margin-right: 20px;
}

.testimonials-align-right .addon-title {
  text-align: right;
}

.testimonials-align-right .testimonials {
  text-align: right;
}

.testimonials-align-right .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.testimonials-align-right .testimonial-avatar {
  margin-left: 20px;
}

.testimonials-grid .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.testimonials-grid .testimonial-box {
  margin-bottom: 30px;
}

.testimonials-grid.testimonials-columns-1 .testimonial-box {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.testimonials-grid.testimonials-columns-2 .testimonial-box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.testimonials-grid.testimonials-columns-3 .testimonial-box {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
}

.testimonials-grid.testimonials-columns-4 .testimonial-box {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.testimonials-grid.testimonials-columns-5 .testimonial-box {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}

.testimonials-grid.testimonials-columns-6 .testimonial-box {
  -ms-flex-preferred-size: 16.66666666%;
  flex-basis: 16.66666666%;
  max-width: 16.66666666%;
  width: 16.66666666%;
}

.testimonials-style-boxed .testimonial-box:hover .testimonial-inner {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.testimonials-style-boxed .testimonial-inner {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-large .testimonial-box .testimonial-content {
  font-size: 27px;
}

.text-large .testimonial-box .testimonial-content footer .name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3px;
}

.text-large .testimonial-box .testimonial-content footer .office {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

/** ------------------------------------------------------------------------------------------------
* TEAM MEMBERS
* ------------------------------------------------------------------------------------------------ */
.jmsteam-elements {
  margin-bottom: 40px;
}

.jmsteam-elements .team-details {
  margin-top: 12px;
}

.jmsteam-elements .team-name {
  font-size: 18px;
  margin-bottom: 0;
}

.jmsteam-elements .team-subtitle {
  display: block;
}

.jmsteam-elements.color-scheme-light .team-name {
  color: white;
}

.jmsteam-elements.color-scheme-light .team-subtitle,
.jmsteam-elements.color-scheme-light .team-desc {
  color: rgba(255, 255, 255, 0.6);
}

.team-layout-hover {
  position: relative;
}

.team-layout-hover .team-image {
  overflow: hidden;
}

.team-layout-hover .team-image img {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.team-layout-hover .team-details {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px 20px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
}

.team-layout-hover:hover .team-image img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

/** ------------------------------------------------------------------------------------------------
* LIST
* ------------------------------------------------------------------------------------------------ */
.jmslist-elements {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.jmslist-elements.list-mb-20 ul li:not(:last-child) {
  margin-bottom: 4px;
}

.jmslist-elements ul {
  padding: 0;
  margin-bottom: 0;
}

.jmslist-elements ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jmslist-elements ul li:not(:last-child) {
  margin-bottom: 10px;
}

.jmslist-elements ul li .list-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  text-align: center;
  vertical-align: middle;
}

.jmslist-elements ul li .fa-circle {
  font-size: 7px;
  position: relative;
  top: -1px;
}

.jmslist-elements ul li .list-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*
* LIST TYPE
*/
.list-style-ordered ul {
  counter-reset: item;
}

.list-style-ordered ul li {
  list-style: none;
}

.list-style-ordered ul li .list-icon:before {
  content: counter(item) ".";
  counter-increment: item;
}

.list-style-unordered ul li {
  list-style: disc;
}

.list-style-unordered ul li .list-icon:before {
  content: '\f111';
  font-family: 'FontAweSome';
  font-size: 8px;
  position: relative;
  top: -1px;
}

/** ------------------------------------------------------------------------------------------------
* SEARCH
* ------------------------------------------------------------------------------------------------ */
.jmssearch-elements.color-scheme-light .search-form input[type="text"] {
  border-color: white;
  color: #1a1a1a;
}

.search-by-category {
  display: inline-block;
  padding: 0 15px 0 5px;
  position: relative;
}

.search-by-category::after {
  content: "";
  background: #ededed;
  height: 48px;
  width: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-by-category a {
  color: #555555;
  text-transform: capitalize;
}

.search-by-category a i {
  color: #cccccc;
  font-size: 12px;
  margin-left: 7px;
}

.search-by-category .list-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  width: 170px;
  height: auto;
  display: none;
  z-index: 300;
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.search-by-category li {
  list-style: none;
}

.search-by-category li a {
  line-height: 26px;
  display: block;
  padding: 3px 20px;
}

.search-by-category li a:hover {
  background-color: #f5f5f5;
}

.search-by-category .open .list-wrapper {
  display: block;
}

/** ------------------------------------------------------------------------------------------------
* SOCIAL ICONS
* ------------------------------------------------------------------------------------------------ */
.cyberwire-social-icons {
  margin-bottom: 30px;
}

.cyberwire-social-icons a {
  text-align: center;
  display: inline-block;
  margin: 4px;
}

.social-size-small a {
  width: 30px;
  height: 30px;
}

.social-size-small a i {
  line-height: 30px;
}

.social-size-default a {
  font-size: 16px;
  width: 40px;
  height: 40px;
}

.social-size-default a i {
  line-height: 40px;
}

.social-size-large a {
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.social-size-large a i {
  line-height: 50px;
}

.social-design-colored a {
  color: white;
}

.social-design-colored .social-facebook {
  background-color: #365493;
}

.social-design-colored .social-twitter {
  background-color: #1DA1F2;
}

.social-design-colored .social-google-plus {
  background-color: #d44132;
}

.social-design-colored .social-linkedin {
  background-color: #0274B3;
}

.social-design-colored .social-instagram {
  background-color: #774430;
}

.social-design-simple a {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4);
}

.social-design-simple a:hover {
  background-color: #0088cc;
  color: white;
}

.social-design-bordered a {
  border: 2px solid;
  border-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4);
}

.social-design-bordered a:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: white;
}

.social-design-bordered.social-size-small a i {
  line-height: 28px;
}

.social-design-bordered.social-size-default a i {
  line-height: 38px;
}

.social-design-bordered.social-size-large a i {
  line-height: 48px;
}

.social-form-circle a {
  border-radius: 50%;
}

.sticky-social {
  position: fixed;
  right: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sticky-social .icon-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sticky-social .icon-social a {
  color: white;
}

.social-list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-list-icons a {
  display: inline-block;
}

.social-icons-colored .icon-facebook {
  background-color: #3B5998;
}

.social-icons-colored .icon-twitter {
  background-color: #1DA1F2;
}

.social-icons-colored .icon-instagram {
  background-color: #774430;
}

.social-icons-colored .icon-youtube {
  background-color: #F80000;
}

.social-icons-colored .icon-google-plus {
  background-color: #FF2A20;
}

.social-icons-colored .icon-linkedin {
  background-color: #0276B7;
}

.social-icons-colored .icon-tumblr {
  background-color: #001A35;
}

.social-icons-colored .icon-pinterest {
  background-color: #BD081B;
}

/** ------------------------------------------------------------------------------------------------
* MEGAMENU WIDGET
* ------------------------------------------------------------------------------------------------ */
.megamenu-widget-wrapper {
  border: 1px solid #f0eeee;
  margin-bottom: 55px;
}

.megamenu-widget-wrapper h3 {
  background: #f0eeee;
  padding: 15px 30px 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: inherit;
  font-weight: 600;
  line-height: initial;
  margin-bottom: 0;
}

.megamenu-widget-wrapper ul.menu {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
}

.megamenu-widget-wrapper ul.menu > li {
  border-bottom: 1px solid #f0eeee;
  padding: 13px 0;
  margin-bottom: 0;
}

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

/** ------------------------------------------------------------------------------------------------
* GOOGLE MAPS
* ------------------------------------------------------------------------------------------------ */
.jmsgooglemap-elements {
  position: relative;
}

.jmsgooglemap-elements .google-map-wrapper {
  z-index: 4;
}

.jmsgooglemap-elements .google-map-wrapper,
.jmsgooglemap-elements .google-map-inner {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jmsgooglemap-elements img {
  max-width: none;
}

/** ------------------------------------------------------------------------------------------------
* INFORMATION BOX
* ------------------------------------------------------------------------------------------------ */
.information-box-wrapper .info-box-subtitle {
  color: #999;
}

.information-box-wrapper .info-box-description {
  color: #999;
}

/** ------------------------------------------------------------------------------------------------
* GALLERY
* ------------------------------------------------------------------------------------------------ */
.cyberwire-gallery a {
  display: block;
  overflow: hidden;
}

.cyberwire-gallery a img {
  width: 100%;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.cyberwire-gallery a:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

/** ------------------------------------------------------------------------------------------------
* PRICING TABLE
* ------------------------------------------------------------------------------------------------ */
.pricing-tables-wrapper .pricing-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.cyberwire-price-table {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 230px;
  flex: 1 1 230px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: transform .4s ease;
  perspective: 800px;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  -webkit-backface-visibility: hidden;
}

.cyberwire-price-table .cyberwire-plan-name {
  padding: 15px;
}

.cyberwire-price-table .cyberwire-plan-title {
  font-weight: 600;
  font-size: 20px;
  color: black;
}

.cyberwire-price-table .cyberwire-plan-inner {
  position: relative;
  background-color: white;
  border: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  -webkit-transition: box-shadow .4s ease;
}

.cyberwire-price-table .price-label {
  position: absolute;
  top: -1px;
  right: -1px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: white;
  white-space: nowrap;
  width: 80px;
  height: 80px;
}

.cyberwire-price-table .price-label > span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: red;
  margin-top: 15px;
  margin-left: -15px;
  width: 115px;
}

.cyberwire-price-table .cyberwire-plan-footer .button {
  padding: 0 20px;
  height: 43px;
  line-height: 43px;
}

.cyberwire-price-table .cyberwire-plan-price {
  padding: 15px 20px;
  line-height: 1;
}

.cyberwire-price-table .cyberwire-price-currency {
  vertical-align: top;
  font-size: 28px;
}

.cyberwire-price-table .cyberwire-price-value {
  font-size: 42px;
  vertical-align: middle;
  font-weight: 600;
}

.cyberwire-price-table .cyberwire-price-suffix {
  display: block;
  color: #bbb;
  font-size: 16px;
  margin-top: 5px;
}

.cyberwire-price-table .cyberwire-plan-features {
  padding: 25px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.cyberwire-price-table .cyberwire-plan-feature {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cyberwire-price-table .cyberwire-plan-feature:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.cyberwire-price-table .cyberwire-plan-footer {
  padding: 20px 15px;
}

.cyberwire-price-table .cyberwire-plan-footer > a {
  background-color: #0088cc;
  color: white;
}

.cyberwire-price-table.label-color-red .price-label > span {
  background-color: #EF4836;
}

.cyberwire-price-table.label-color-green .price-label > span {
  background-color: #0fa34c;
}

.cyberwire-price-table.label-color-blue .price-label > span {
  background-color: #2a7ce4;
}

.cyberwire-price-table.label-color-yellow .price-label > span {
  background-color: #F7CA18;
}

.cyberwire-price-table.price-style-default .cyberwire-plan-price {
  background-color: #0088cc;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.cyberwire-price-table.price-style-default .cyberwire-plan-price > span {
  color: white;
}

.cyberwire-price-table.price-style-alt .cyberwire-plan-price {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.cyberwire-price-table.price-style-alt .cyberwire-price-currency {
  color: #0088cc;
}

.cyberwire-price-table.price-style-alt .cyberwire-price-value {
  color: #0088cc;
}

.cyberwire-price-table.actived {
  top: -10px;
}

.cyberwire-price-table.actived .price-label {
  top: -2px;
  right: -2px;
}

.cyberwire-price-table.actived .cyberwire-plan-inner {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}

.cyberwire-price-table.actived .cyberwire-plan-inner {
  border: 2px solid;
  border-color: #0088cc;
}

.cyberwire-price-table:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}

.cyberwire-price-table:hover .cyberwire-plan-inner {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}

/** ------------------------------------------------------------------------------------------------
* COUNDOWN TIMER
* ------------------------------------------------------------------------------------------------ */
.jmscountdown-elements {
  margin-bottom: 20px;
}

.jmscountdown-elements .cyberwire-countdown {
  display: block;
  font-size: 0;
  line-height: 1;
}

.jmscountdown-elements .cyberwire-countdown > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin: 0 5px 5px;
  min-width: 55px;
  min-height: 55px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  background-color: white;
  border: 1px solid;
  border-color: #ebebeb;
  color: #000000;
}

.jmscountdown-elements .cyberwire-countdown > span span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}

.countdown-size-default .cyberwire-countdown > span {
  min-width: 65px;
  min-height: 65px;
  font-size: 24px;
  line-height: 24px;
}

.countdown-size-default .cyberwire-countdown > span span {
  font-size: 12px;
  line-height: 12px;
}

.countdown-size-large .cyberwire-countdown > span {
  font-size: 35px;
  line-height: 35px;
}

.countdown-size-large .cyberwire-countdown > span span {
  font-size: 18px;
  line-height: 18px;
}

.countdown-size-extra-large .cyberwire-countdown > span {
  min-width: 100px;
  min-height: 100px;
  font-size: 42px;
  line-height: 42px;
}

.countdown-size-extra-large .cyberwire-countdown > span span {
  font-size: 16px;
  line-height: 16px;
}

.countdown-style-transparent .cyberwire-countdown > span {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.countdown-style-primary .cyberwire-countdown > span {
  color: white;
  background-color: #0088cc;
  border-color: #0088cc;
}

.countdown-style-simple .cyberwire-countdown > span {
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

.countdown-style-simple .cyberwire-countdown > span:after {
  content: ':';
  position: absolute;
  top: 9px;
  right: -7px;
}

.countdown-style-simple .cyberwire-countdown > span:last-child:after {
  content: none;
}

.countdown-style-simple .cyberwire-countdown > span span {
  color: #535353;
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}

.countdown-style-simple.countdown-size-default .cyberwire-countdown > span:after {
  font-size: 15px;
}

.countdown-style-simple.countdown-size-large .cyberwire-countdown > span {
  padding: 0 25px;
}

.countdown-style-simple.countdown-size-large .cyberwire-countdown > span:after {
  top: -2px;
}

.countdown-style-simple.countdown-size-large .cyberwire-countdown > span span {
  font-size: 15px;
  line-height: 15px;
}

.countdown-style-simple.countdown-size-extra-large .cyberwire-countdown > span {
  font-size: 50px;
  line-height: 50px;
  padding: 0 45px;
}

.countdown-style-simple.countdown-size-extra-large .cyberwire-countdown > span:after {
  top: -3px;
}

.countdown-style-simple.countdown-size-extra-large .cyberwire-countdown > span span {
  font-size: 16px;
  line-height: 16px;
}

.color-scheme-light.cyberwire-countdown-timer .cyberwire-countdown > span {
  color: white;
}

.color-scheme-light.cyberwire-countdown-timer .cyberwire-countdown > span span {
  color: white;
}

.color-scheme-light.countdown-style-transparent .cyberwire-countdown > span {
  background-color: rgba(0, 0, 0, 0.2);
}

.color-scheme-dark.cyberwire-countdown-timer .cyberwire-countdown > span {
  color: black;
}

.color-scheme-dark.cyberwire-countdown-timer .cyberwire-countdown > span span {
  color: black;
}

/** ------------------------------------------------------------------------------------------------
* SECTION-DIVIDER
* ------------------------------------------------------------------------------------------------ */
.cyberwire-row-divider {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.cyberwire-row-divider svg {
  display: block;
}

.divider-style-waves-small svg,
.divider-style-waves-wide svg,
.divider-style-triangle svg {
  height: 3vw;
}

.divider-style-clouds svg {
  height: 6vw;
}

.divider-overlap {
  position: relative;
}

.divider-overlap svg {
  position: absolute;
  left: 0;
  right: 0;
}

.divider-overlap.divider-position-top svg {
  top: 0;
}

.divider-overlap.divider-position-bottom svg {
  bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* HOTDEAL PRODUCT
* ------------------------------------------------------------------------------------------------ */
.cyberwire-product-countdown {
  margin-bottom: 0;
  margin-top: 10px;
}

.cyberwire-product-countdown [class*='countdown-'] {
  height: 60px;
  text-align: center;
  width: 60px;
  padding-top: 1px;
  border: 2px solid #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  display: block;
  float: left;
  margin: 0 5px;
}

.cyberwire-product-countdown [class*='countdown-']:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.cyberwire-product-countdown [class*='countdown-']:first-child {
  margin-left: 0;
}

.cyberwire-product-countdown [class*='countdown-'] span {
  font-size: 15px;
  color: #aaaaaa;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
}

.product-right-home5 .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 25%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 25px;
  padding: 0 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.product-right-home5 .owl-nav div {
  color: #aaaaaa;
}

.product-right-home5 .owl-nav div.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-right-home5 .owl-nav div.disabled span:hover {
  color: #aaa;
}

.product-right-home5:hover .owl-nav {
  padding: 0 25px;
  opacity: 1;
  visibility: visible;
}

.hotdealproduct-column .hotdeal-column .product-title {
  min-height: initial;
}

.hotdeal-column-h9 .product-title {
  min-height: initial;
}

.hotdeal-column .jmstitle-elements {
  margin-bottom: 17px;
}

.hotdeal-column .jmstitle-elements .title {
  margin: -5px 0 0 0;
  padding: 0;
}

.hotdeal-column .jmstitle-elements .title::before, .hotdeal-column .jmstitle-elements .title::after {
  display: none;
}

.hotdeal-column .cyberwire-product-1[class*="product-carousel-"] {
  border: 3px solid #e8e8e8;
  padding: 20px;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.hotdeal-column .cyberwire-product-1 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb .product-image-link {
  min-width: 350px;
  width: 350px;
}

.hotdeal-column .cyberwire-product-1 .item-wrap .product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
}

.hotdeal-column .owl-nav {
  position: absolute;
  top: -38px;
  right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotdeal-column .owl-nav [class*='owl-'] span {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hotdeal-column .owl-nav [class*='owl-'] span:hover {
  color: #555555;
}

.hotdeal-column .owl-nav .owl-next span {
  border-left: 1px solid #e1e1e1;
}

.hotdeal-column .owl-nav div {
  color: #aaaaaa;
}

.hotdeal-column .owl-nav div.disabled {
  cursor: default;
  color: #aaa;
}

.hotdeal-column .owl-nav div.disabled span:hover {
  color: #aaa;
}

.hotdeal-column .cyberwire-product-1 .cyberwire-product-countdown {
  margin-bottom: 0;
  width: 80px;
  margin-top: 0px;
  margin-left: 10px;
}

.hotdeal-column .cyberwire-product-1 .cyberwire-product-countdown [class*='countdown-'] {
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
  padding-top: 14px;
}

.hotdeal-column .cyberwire-product-countdown {
  margin-bottom: 0;
  margin-top: 10px;
}

.hotdeal-column .cyberwire-product-countdown [class*='countdown-'] {
  height: 60px;
  text-align: center;
  width: 60px;
  padding-top: 1px;
  border: 2px solid #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  display: block;
  float: left;
  margin: 0 5px;
  background: #fff;
}

.hotdeal-column .cyberwire-product-countdown [class*='countdown-']:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.hotdeal-column .cyberwire-product-countdown [class*='countdown-']:first-child {
  margin-left: 0;
}

.hotdeal-column .cyberwire-product-countdown [class*='countdown-'] span {
  font-size: 15px;
  color: #aaaaaa;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
}

.hotdeal-column .product-title {
  font-size: 18px;
  color: #555555;
}

.hotdeal-column .product-title a {
  color: #555;
}

.hotdeal-column .price {
  font-size: 22px;
  color: #0088cc;
  font-weight: 700;
  margin-bottom: 17px;
}

.hotdeal-column .price del {
  color: #aaaaaa;
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
  font-weight: 700;
}

.hotdeal-column .cyberwire-product-1 .btn-add-cart a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 9px 20px 11px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1.42857143;
  margin-top: 5px;
  float: none;
}

.hotdeal-column .cyberwire-product-1 .btn-add-cart a::before {
  display: none;
}

.hotdeal-column .cyberwire-product-1 .btn-add-cart a:hover {
  background: #333333 !important;
  color: #fff !important;
}

.hotdeal-column .product-cat {
  margin: 0;
}

.hotdeal-column .star-rating {
  margin-bottom: 11px;
}

.hotdeal-column .cyberwire-product-2 .item-wrap {
  border: 3px solid #e8e8e8;
  padding: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hotdeal-column .cyberwire-product-2 .item-wrap .product-thumb {
  width: 270px;
  min-width: 270px;
  margin-right: 20px;
}

.hotdeal-column .cyberwire-product-2 .product-title {
  font-size: 15px;
  margin-bottom: 5px;
  min-height: initial;
}

.hotdeal-column .cyberwire-product-2 .product-title a {
  font-weight: 600;
}

.hotdeal-column .cyberwire-product-2 .btn-add-cart a {
  background: #eeeeee !important;
  margin-top: -5px;
  float: left;
}

.hotdeal-column .cyberwire-product-2 .star-rating,
.hotdeal-column .cyberwire-product-2 .price {
  margin-bottom: 10px;
}

.hotdeal-column-h9 .jmstitle-elements {
  margin-bottom: 40px;
}

.hotdeal-column-h9 .jmstitle-elements .title {
  margin: 2px 0 10px;
  padding-bottom: 18px;
}

.hotdeal-column-h9 .jmstitle-elements .title::before, .hotdeal-column-h9 .jmstitle-elements .title::after {
  display: block;
}

.hotdeal-column-h9 .owl-nav {
  top: -75px;
}

.hotdeal-column-h10 .product-title a {
  color: #0168b8;
}

.hotdeal-column-h10 .price {
  color: #d8263c !important;
}

.hotdeal-column-h10 .btn-add-cart a {
  color: #333;
}

.hotdeal-column-h10 .btn-add-cart a:hover {
  color: #fff !important;
}

.hotdeal-column-h13 .jmstitle-elements .title::before, .hotdeal-column-h13 .jmstitle-elements .title::after {
  display: block;
}

.hotdeal-column-h13 .jmstitle-elements .title {
  margin: 2px 0 10px;
  padding-bottom: 10px;
}

.hotdeal-column-h13 .jmstitle-elements {
  margin-bottom: 40px;
}

.hotdeal-column-h13 .owl-nav {
  top: -72px;
}

.hotdeal-left-column .products.row {
  margin: 0;
}

.hotdeal-left-column .cyberwire-product-countdown {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotdeal-left-column .cyberwire-product-countdown [class*="countdown-"] {
  width: 54px;
  height: 54px;
  margin: 0 4px;
  font-size: 18px;
  line-height: 23px;
}

.hotdeal-left-column .cyberwire-product-countdown [class*="countdown-"] span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.hotdeal-left-column .cyberwire-product-countdown [class*="countdown-"]:first-child {
  margin-left: 0;
}

.hotdeal-left-column .cyberwire-product-countdown [class*="countdown-"]:last-child {
  margin-right: 0;
}

.hotdeal-left-column .product-title {
  min-height: inherit;
  font-size: 15px;
}

.hotdeal-left-column .product-title a {
  font-weight: 600;
  color: #555;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT WIDGET CAROUSEL
* ------------------------------------------------------------------------------------------------ */
.jmsproductswidgetcarousel-elements [class*="product-carousel-"] .product-box {
  margin-bottom: 30px;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav {
  margin-top: 0;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  top: -85px;
  margin-top: 0;
  opacity: 1;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav [class*="owl-"] i {
  color: #535353;
  font-size: 13px;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 30px;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav .owl-next {
  right: 0;
}

.jmsproductswidgetcarousel-elements .owl-theme:hover .owl-nav {
  margin-top: 0;
}

.jmsproductswidgetcarousel-elements .owl-theme:hover .owl-nav .owl-prev {
  left: auto;
  right: 30px;
}

.jmsproductswidgetcarousel-elements .owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.jmsproductswidgetcarousel-elements .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jmsproductswidgetcarousel-elements .product-box:after {
  content: '';
  width: 1px;
  height: 134px;
  background-color: #ebebeb;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -67px;
}

.jmsproductswidgetcarousel-elements .product-title {
  margin-bottom: 6px;
}

.jmsproductswidgetcarousel-elements .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97px;
  flex: 0 0 97px;
  max-width: 97px;
}

.jmsproductswidgetcarousel-elements .badge {
  display: none;
}

.jmsproductswidgetcarousel-elements .product-info {
  padding-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30px;
}

.jmsproductswidgetcarousel-elements .price {
  margin-bottom: 17px;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a {
  border: 1px solid;
  border-color: #DADADA;
  font-size: inherit;
  position: relative;
  background-color: transparent;
  padding: 0 15px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: white;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.jmsproductswidgetcarousel-elements .btn-add-cart .added_to_cart {
  display: none;
}

.jmsextramenu-elements {
  padding: 30px;
  margin-bottom: 40px;
  border: 2px solid #f0f0f0;
  position: relative;
  background: white;
}

.jmsextramenu-elements .sub-sub-menu {
  padding: 0;
  margin: 0;
}

.jmsextramenu-elements h5 {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.jmsextramenu-elements li {
  list-style: none;
  padding: 0;
}

.jmsextramenu-elements li a {
  position: relative;
  color: #888888;
  line-height: 26px;
}

.jmsextramenu-elements li a:hover {
  color: #0088cc;
  padding-left: 5px;
}

.jmsextramenu-elements li a:hover:after {
  color: #0088cc;
}

.jmsextramenu-elements li.view-all a:after {
  content: "\f101";
  font-family: 'FontAweSome';
  margin-left: 3px;
}

.jmsextramenu-elements li:nth-last-child(1) a {
  color: #0088cc;
}

.jmsextramenu-elements img {
  position: absolute;
  right: 0px;
}

.jmsextramenu-elements.lay-5-links img {
  left: 0;
  width: 100%;
  max-width: 100%;
}

/* ---------------------------------------------
   12. LOADING
   ------------------------------------------ */
.loading:before {
  content: " " !important;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  border-left-color: #0088cc;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 9px);
  z-index: 2;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: load-spin 350ms infinite linear;
  animation: load-spin 350ms infinite linear;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: white;
}

.spinner1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.spinner1 .bounce11,
.spinner1 .bounce22 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0088cc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loadingstyle1 2.0s infinite ease-in-out;
  animation: loadingstyle1 2.0s infinite ease-in-out;
}

.spinner1 .bounce22 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner2,
.spinner3 {
  background-image: url("assets/images/icons/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.spinner4 .bounce11,
.spinner4 .bounce22,
.spinner4 .bounce33 {
  width: 18px;
  height: 18px;
  background-color: #0088cc;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
  animation: loadingstyle4 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner4 .bounce11 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.spinner4 .bounce22 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.spinner5 {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #0088cc;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: loadingstyle5 1s infinite ease-in-out;
  animation: loadingstyle5 1s infinite ease-in-out;
}

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear;
}

.spinner6 .dot11, .spinner6 .dot22 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0088cc;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner6 .dot22 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* ---------------------------------------------
   13. ANIMATION
   ------------------------------------------ */
@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
  }
}

@-webkit-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-moz-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@-moz-keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
}

@-webkit-keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@-webkit-keyframes showmessage {
  0% to {
    -moz-transform: matrix(1, 0, 0, 1, 0, 100);
    -ms-transform: matrix(1, 0, 0, 1, 0, 100);
    -o-transform: matrix(1, 0, 0, 1, 0, 100);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  100% {
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes updown {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-moz-keyframes updown {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}

@keyframes updown {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes effect_shine {
  100% {
    left: 150%;
  }
}

@keyframes effect_shine {
  100% {
    left: 150%;
  }
}

/* ---------------------------------------------
   14. RESPONSIVE
   ------------------------------------------ */
@media (min-width: 1200px) {
  .shop-container.fullwidth,
  .portfolio-fullwidth .container {
    width: 95%;
    max-width: none;
  }
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1900px) {
  .header-12 .has-opened-menu .vertical-navigation {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
  }
  .header-12 .has-opened-menu.opened-menu .vertical-navigation {
    visibility: visible;
    pointer-events: inherit;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
}

@media screen and (max-width: 1400px) {
  .layout-columns-6 .item {
    width: 20%;
  }
  .layout-columns-6 .item:nth-child(6n+1) {
    clear: none;
  }
}

@media screen and (max-width: 1199px) {
  header .search-cate {
    min-width: 450px;
  }
  .nav-right {
    display: none;
  }
  .cyberwire-menu li .top-lins ul:not(.mega-nav) li a {
    padding: 0 10px 0 0;
    margin-right: 10px;
  }
  .shipping-info li {
    padding-left: 10px;
  }
  .featured-row .no-padding {
    padding-left: 10px;
  }
  .shipping-info li i {
    margin-right: 0;
  }
  .shipping-info .media-left.vc_icon_element .vc_icon_element-size-md .vc_icon_element-icon {
    margin-right: 0;
  }
  .shipping-info-h11 .featured-row .no-padding {
    padding-left: 10px;
  }
  [class*='product-carousel-'] .item-wrap .item {
    padding: 1px;
  }
  .layout-columns-5 .item,
  .layout-columns-5 .item.item-metro {
    width: 25%;
  }
  .banner-box .banner-inner {
    max-width: 100%;
  }
  .layout-columns-5 .item.item-metro img {
    width: auto;
    max-width: none;
    float: right;
  }
  .header-2 .navbar,
  .header-10 .navbar {
    margin-left: 50px;
  }
  .header-2 .primary-menu > li > a,
  .header-10 .primary-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-2 .has-opened-menu .vertical-navigation,
  .header-10 .has-opened-menu .vertical-navigation {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
  }
  .header-2 .has-opened-menu.opened-menu .vertical-navigation,
  .header-10 .has-opened-menu.opened-menu .vertical-navigation {
    visibility: visible;
    pointer-events: inherit;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  .header-3 .go-right {
    width: 100%;
    margin-top: 20px;
  }
  .header-3 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-3 .search-cate {
    float: right;
  }
  .hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb .product-image-link {
    min-width: initial;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hotdeal-column .cyberwire-product-1 .cyberwire-product-countdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb {
    width: 50%;
    max-width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotdeal-column .cyberwire-product-1 .cyberwire-product-countdown [class*="countdown-"] {
    width: calc(25% - 5px);
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 5px;
  }
  .header-4 .go-right,
  .header-7 .go-right,
  .header-8 .go-right {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .banner-row-h10 .banner-text, .banner-row-h16 .banner-text {
    position: absolute;
  }
  .header-9 .nav-right {
    display: block;
  }
  .banner-column-h12 {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }
  .slider-column-h12 {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
  .space-column {
    display: none;
  }
  .slider-row-h12 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-column-h12 > .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .topselling-product-h12 .layout-columns-3 .item {
    width: 50%;
  }
  .header-11 .go-right {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .header-11 > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hotdeal-column .cyberwire-product-2 .item-wrap .product-thumb {
    width: 50%;
    min-width: 50%;
    margin-right: 20px;
  }
  .hotdeal-column .cyberwire-product-2 .cyberwire-product-countdown [class*="countdown-"] {
    margin: 0 5px 5px 0;
  }
  .vc_col-sm-9 .layout-columns-4 .item {
    width: 33.3333%;
  }
  .header-6 .nav-right {
    display: block;
  }
  .layout-columns-5 .item:nth-child(5n+1) {
    clear: none;
  }
  .layout-columns-6 .item {
    width: 25%;
  }
  .contact-info {
    padding: 25px 30px;
  }
  .blog-design-small-images.has-post-thumbnail .entry-header,
  .blog-design-small-images.has-post-thumbnail .article-body-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .product-carousel-tab .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
  .product-carousel-tab .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
  }
  .footer-bottom-h11 .vc_column_container {
    width: 100%;
  }
  .footer-bottom-h11 .vc_column_container.vc_col-sm-5 {
    display: none;
  }
  .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 33.33%;
  }
  .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: both;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 25%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  .slideshow-row-h13 {
    margin-top: 0;
  }
  .header-13 {
    padding: 20px 0;
  }
  .vc_grid-item-mini .vc_gitem-zone {
    min-height: initial;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-section-no-padding .vc_col-sm-3,
  .category-column-h9 {
    display: none;
  }
  .slide-section-no-padding .vc_col-sm-9 {
    width: 100%;
    min-height: 500px;
  }
  .slide-section-no-padding .vc_col-sm-9 > .vc_column-inner {
    padding-left: 15px !important;
  }
  .slider-column-h9 {
    width: 100%;
  }
  .has-open-menu,
  .has-open-menu .vertical-navigation,
  .ownmenu .has-open-menu .cate-style,
  .has-open-menu .cate-style {
    width: 252px;
    min-width: 252px;
  }
  .has-open-menu .vertical-navigation {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
  }
  .has-opened-menu.opened-menu .vertical-navigation {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  .banner-link .banner-text {
    padding: 15px;
  }
  .banner-link .banner-text .subtitle p {
    font-size: 22px !important;
  }
  .banner-link .simple-link {
    width: 30px;
    height: 30px;
  }
  .slideshow-row-h13 {
    margin-top: 0;
  }
  .banner-link .simple-link::before {
    line-height: 28px;
    font-size: 10px;
  }
  .product-right-home5.vc_col-sm-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-left-home5.vc_col-sm-8 {
    width: 100%;
  }
  .product-left-home5 .vc_col-sm-5 {
    width: calc(35.16% - 20px);
  }
  .product-left-home5 .vc_col-sm-7 {
    width: calc(64.84% + 20px);
  }
  .jmsextramenu-elements.lay-5-links {
    min-height: 892px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
  header {
    padding-top: 20px;
  }
  .topbar-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .top-bar p {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .top-bar .right-sec {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  header .search-cate {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .header-1 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .navbar {
    margin-top: 30px;
  }
  .nav-right {
    display: none;
  }
  #nav-open-btn {
    display: none;
  }
  .ownmenu .cate-style {
    min-width: 270px;
  }
  .ownmenu .nav .menu-item-home .dropdown-menu .mega-nav.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .shipping-info li {
    width: 50%;
    padding: 40px 0 40px 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .shipping-info li:nth-child(3), .shipping-info li:nth-child(4) {
    border-bottom: 0;
  }
  .shipping-info-h11 .featured-row .no-padding {
    padding-left: 30px;
  }
  .featured-row .no-padding {
    width: 50%;
    border-bottom: 1px solid #eee;
    padding: 40px 0 40px 30px;
    float: left;
  }
  .featured-row .no-padding:nth-child(2) {
    border-right: 0;
  }
  .featured-row .no-padding:nth-child(3), .featured-row .no-padding:nth-child(4) {
    border-bottom: 0;
  }
  .shipping-info-h10 .featured-row .no-padding {
    padding: 40px 0 40px 30px;
  }
  .banner-slider-h1 .width-70,
  .banner-slider-h1 .width-30 {
    width: 100%;
  }
  .banner-slider-h1 .width-70 > .vc_column-inner,
  .banner-slider-h1 .width-30 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner-slider-h1 .width-30 .banner-box {
    width: 50%;
    float: left;
  }
  .banner-slider-h1 .width-70 {
    margin-bottom: 30px;
  }
  .layout-columns-5 .item, .layout-columns-5 .item.item-metro {
    width: 33.33333%;
  }
  .main-tabs-sec .nav {
    border-left: 1px solid #ebebeb;
  }
  .main-tabs-sec .nav li {
    width: 33.33333%;
  }
  .main-tabs-sec .nav li:nth-child(1) span, .main-tabs-sec .nav li:nth-child(2) span, .main-tabs-sec .nav li:nth-child(3) span {
    border-bottom: 0;
  }
  .brands-item-wrap {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .brands-item-wrap.columns-5 .brand-item,
  .columns-5 .brands-item-wrap .brand-item {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .newsletter .vc_column_container {
    width: 100%;
  }
  .footer-row-2 .vc_column_container {
    width: 50%;
  }
  .has-opened-menu .vertical-navigation {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
  }
  .has-opened-menu.opened-menu .vertical-navigation {
    visibility: visible;
    pointer-events: inherit;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  .slide-section-no-padding .vc_col-sm-9 {
    width: 100%;
  }
  .slide-section-no-padding .vc_col-sm-9 > .vc_column-inner {
    padding-left: 15px !important;
  }
  .wide-bnr {
    text-align: center;
  }
  .wide-bnr .btn {
    float: none;
    margin-top: 20px;
  }
  .banner-row-h2 .vc_column_container {
    width: 50%;
    float: left;
  }
  .banner-row-h2 .vc_column_container img {
    height: auto;
  }
  .banner-row-h2 .banner-box .banner-text {
    padding: 15px;
  }
  .banner-row-h2 .banner-box .subtitle p {
    font-size: 16px !important;
  }
  .product-top-selling-h2 .vc_column_container {
    width: 100%;
  }
  .product-top-selling-h2 .layout-columns-2 .item {
    width: 33.33333%;
  }
  .footer-row-h2 .vc_column_container {
    width: 50%;
  }
  .header-2 .menu-mobile .menu-button,
  .header-10 .menu-mobile .menu-button {
    background: #372E41;
    color: #fff;
    margin: 4px 0;
  }
  .header-2 #header-cart .sub-menu-dropdown,
  .header-10 #header-cart .sub-menu-dropdown {
    right: 0;
  }
  .header-2 .navbar,
  .header-10 .navbar {
    margin-left: 0;
    float: right;
  }
  .main-header.header-2 .container::before,
  .main-header.header-2 .container::after,
  .main-header.header-10 .container::before,
  .main-header.header-10 .container::after,
  .main-header.header-12 .container::before,
  .main-header.header-12 .container::after {
    content: " ";
    display: table;
  }
  .main-header.header-2 .container::after,
  .main-header.header-10 .container::after,
  .main-header.header-12 .container::after {
    clear: both;
  }
  .header-2 .nav-uder-bar,
  .header-10 .nav-uder-bar,
  .header-12 .nav-uder-bar {
    margin-top: 15px;
  }
  .header-2 .search-cate,
  .header-10 .search-cate {
    margin-top: 5px;
    min-width: 420px;
    height: 44px;
    width: initial;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    float: right;
    margin-right: 15px;
  }
  .extra-menu-row .vc_column_container {
    width: 100%;
  }
  .wc-products-widget-row .vc_column_container {
    width: 100%;
  }
  .header-3 {
    padding-bottom: 20px;
  }
  .header-3 .search-cate {
    width: initial;
    margin-top: 0;
    margin-left: 0;
  }
  .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hotdeal-product-row-h4 .hotdealproduct-column {
    width: 100%;
  }
  .layout-columns-4 .item {
    width: 33.3333%;
  }
  .footer-top-h4 .vc_column_container {
    width: 100%;
  }
  .footer-center-h4 .vc_column_container {
    width: 50%;
  }
  .header-4 .go-right .call-mun,
  .header-7 .go-right .call-mun,
  .header-8 .go-right .call-mun,
  .header-11 .go-right .call-mun {
    display: none;
  }
  .header-4 .search-cate {
    margin-left: 0;
    margin-top: 0;
  }
  .header-4 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-4 .menu-mobile .menu-button {
    background: #7A9B08;
    color: #fff;
  }
  .product-left-home5 .vc_col-sm-5,
  .product-left-home5.vc_col-sm-8 {
    width: 100%;
  }
  .product-left-home5 .vc_col-sm-7,
  .product-right-home5.vc_col-sm-4 {
    width: 100%;
  }
  .lay-5-links {
    min-height: initial;
  }
  .lay-5-links .sub-sub-menu {
    margin-bottom: 0;
  }
  .jmsextramenu-elements.lay-5-links img {
    display: none;
  }
  .product-right-home5.vc_col-sm-4 {
    margin-bottom: 40px;
  }
  .header-5 .menu-mobile .menu-button {
    margin-top: 0px;
    margin-right: 15px;
  }
  .header-5 .navbar,
  .header-9 .navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-5 > .container > .row > .seri,
  .header-9 > .container > .row > .seri,
  .header-12 > .container > .row > .seri {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .header-5 > .container > .row,
  .header-9 > .container > .row,
  .header-12 > .container > .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-title-center .layout-columns-4 .item {
    width: 50%;
  }
  .topselling-product-h6 .jmsproduct-elements.layout-2 {
    margin-bottom: 30px;
  }
  .topselling-product-h6 .vc_column_container {
    width: 100%;
  }
  .header-6 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-6 .menu-mobile .menu-button {
    margin: 7px 0;
  }
  .slider-row-h8 .width-70,
  .slider-row-h8 .width-30 {
    width: 100%;
  }
  .slider-row-h8 .width-70 {
    margin-bottom: 30px;
  }
  .slider-row-h8 .width-30 .banner-box {
    width: 50%;
    float: left;
  }
  .header-7 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-7 .search-cate {
    margin-left: 0;
    margin-top: 0;
    min-width: initial;
  }
  .slider-column-h9 {
    width: 100%;
  }
  .banner-home-9 .vc_column_container {
    width: 50%;
    float: left;
  }
  .hotdeal-products-h9 .vc_column_container {
    width: 100%;
  }
  .hotdeal-products-h9 .vc_col-sm-3 {
    margin-bottom: 40px;
  }
  .header-8 {
    padding-bottom: 20px;
  }
  .header-8 #header-cart {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-8 .search-cate {
    margin-top: 0;
    margin-right: 0;
    min-width: initial;
  }
  .shipping-info li:nth-child(2) {
    border-right: 0;
  }
  .home-sidebar-left, .home-content-right {
    width: 100%;
  }
  .vertical-navigation-left {
    display: none;
  }
  .banner-left-column {
    display: none;
  }
  .links-footer-h10 .vc_column_container:nth-child(1) {
    width: 50%;
  }
  .links-footer-h10 .vc_column_container:nth-child(3), .links-footer-h10 .vc_column_container:nth-child(2) {
    width: 25%;
  }
  .links-footer-h10 .vc_column_container {
    width: 50%;
  }
  .header-9 .navbar {
    background: #FF4040 !important;
  }
  .header-9 .menu-mobile .menu-button {
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-9 .call-mun,
  .header-9 .call-mun i {
    color: #fff;
  }
  .slider-row-h11 .vc_column_container {
    width: 100%;
  }
  .slider-row-h11 .slider-column {
    margin-bottom: 30px;
  }
  .slider-row-h11 .banner-box {
    width: 50%;
    float: left;
  }
  .slider-row-h11 .banner-row-bt {
    max-height: none;
  }
  .slider-row-h11 .banner-box ~ .vc_empty_space {
    display: none;
  }
  .shipping-info.color-scheme-light li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .footer-center-h11 .vc_column_container {
    width: 50%;
  }
  .footer-center-h11 .vc_column_container.vc_col-sm-12 {
    width: 100%;
  }
  .footer-bottom-h11 .vc_column_container {
    width: 100%;
  }
  .slider-column-h12 {
    width: 100%;
  }
  .banner-column-h12 {
    display: none;
  }
  .shipping-info-h12 {
    margin-top: 30px;
  }
  .onsale-products .vc_column_container {
    width: 100%;
  }
  .onsale-products .vc_column_container .banner-box {
    width: 50%;
    float: left;
  }
  .onsale-products .vc_column_container .banner-box img {
    min-height: 243px;
  }
  .products-tab-layout-2 .featur-tabs .nav-tabs {
    position: static;
    right: auto;
    left: 0;
  }
  .products-tab-layout-2 .layout-2.featur-tabs .nav-tabs li {
    margin-right: 20px;
  }
  .products-tab-layout-2 .layout-2.featur-tabs .nav-tabs li span {
    padding: 0;
  }
  .header-11 #header-cart {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header-11 .search-cate {
    margin-left: 0;
    margin-top: 0;
    min-width: initial;
  }
  .header-11 > .container > .go-right {
    position: static;
  }
  .hotdeal-column .cyberwire-product-2 .item-wrap .product-thumb {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hotdeal-column .cyberwire-product-2 .item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotdeal-column .cyberwire-product-2 .cyberwire-product-countdown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .hotdeal-column .cyberwire-product-2 .cyberwire-product-countdown [class*="countdown-"] {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .banner-top-row-h14 .vc_column_container {
    width: 50%;
    float: left;
  }
  .banner-top-row-h14 .vc_column_container .banner-box {
    margin-bottom: 0;
  }
  .products-column-h15 {
    width: 100%;
  }
  .slider-column-h12 {
    margin-bottom: 40px;
  }
  .vc_col-sm-9 .layout-columns-4 .item {
    width: 50%;
  }
  .products-center-row .vc_column_container {
    width: 100%;
  }
  .hotdeal-left-column .products.row {
    margin: 0 -15px;
  }
  .hotdeal-left-column [class*="layout-columns-"] .item {
    width: 33.3333%;
    padding: 0 15px;
  }
  .shop-action-block {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 15px;
  }
  .layout-columns-3 .item {
    width: 50%;
  }
  .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  .header-6 .nav-right {
    float: left;
  }
  .shop-filter-top .widget {
    width: 50%;
  }
  .layout-columns-4 .item:nth-child(4n+1) {
    clear: none;
  }
  .product-layout-wrapper .layout-columns-1 .product-info .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-layout-wrapper .layout-columns-1 .product-info .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-layout-wrapper .layout-columns-1 .product-info-right {
    display: block;
    margin-bottom: 10px;
    border: 0;
    height: auto;
    text-align: left !important;
  }
  .product-layout-wrapper .layout-columns-1 .price {
    display: block;
  }
  .product-layout-wrapper .layout-columns-1 .price .price del {
    margin-left: 0;
    margin-right: 10px;
  }
  .layout-columns-6 .item {
    width: 33.333%;
  }
  .thumbnail-position-left .product-thumbnail-slider,
  .thumbnail-position-right .product-thumbnail-slider {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .thumbnail-position-left .product-main-images,
  .thumbnail-position-right .product-main-images {
    width: 100%;
    float: none;
  }
  .contact-info {
    padding: 25px 17px;
  }
  .portfolio-filter > a {
    margin: 0 10px;
  }
  .blog .main-content.left-sidebar,
  .single-post .main-content.left-sidebar {
    left: 0;
    margin-bottom: 60px;
  }
  .blog .main-sidebar.left-sidebar,
  .single-post .main-sidebar.left-sidebar {
    right: 0;
  }
  .blog .main-sidebar.right-sidebar,
  .single-post .main-sidebar.right-sidebar {
    margin-top: 60px;
  }
  .blog .main-content,
  .blog .main-sidebar,
  .single-post .main-content,
  .single-post .main-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-center-h16 .banner-image img {
    min-height: none;
  }
  .footer-top-h4 .footer-top-left {
    margin-bottom: 20px;
  }
  .footer-top-left h3 i,
  .footer-top-right h3 i {
    height: auto;
    margin-top: -8px;
  }
  .footer-top-left h3 {
    margin-bottom: 20px;
  }
  .footer-top-right h3 {
    margin-top: 20px;
  }
  .banner-slider-h7 .width-70,
  .banner-slider-h7 .width-30 {
    width: 100%;
  }
  .banner-slider-h7 .width-70 > .vc_column-inner,
  .banner-slider-h7 .width-30 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner-slider-h7 .width-70 {
    margin-bottom: 30px;
  }
  .banner-slider-h7 .width-30 {
    width: 100%;
  }
  .banner-slider-h7 .width-30 .banner-box {
    width: 50%;
    float: left;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 33.3333%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  .featured-demo-row .vc_column_container.vc_col-sm-3 {
    width: 50%;
  }
  .featured-demo-row .service-elements:last-child {
    margin-bottom: 15px;
  }
  .featured-demo-row .service-elements {
    margin-bottom: 15px;
  }
  .pre-footer-landing .vc_cta3_content-container p {
    font-size: 20px;
  }
  .product-row-h7 .product-row-left {
    margin-bottom: 10px;
  }
  .product-row-h7 .vc_column_container {
    width: 100%;
  }
  .entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare, .entry-summary div.sharedaddy {
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
  }
  .entry-summary div.sharedaddy {
    margin-bottom: 0;
  }
  .entry-summary .sd-social-icon-text .sd-content ul li {
    padding: 0;
    margin: 0;
  }
  ul.product_list_widget > li img {
    max-width: 60px;
  }
  ul.product_list_widget > li .widget-product-info {
    margin-left: 75px;
  }
  .entry-summary .quantity {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  #backtop {
    bottom: 25px;
  }
  .shop-container.fullwidth,
  .portfolio-fullwidth .container,
  .wide-container,
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .top-bar p,
  .top-bar .social-top {
    display: none;
  }
  .top-bar .currency-dropdown.title-dropdown {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .top-bar .right-sec {
    margin-bottom: 0;
  }
  .layout-columns-5 .item, .layout-columns-5 .item.item-metro {
    width: 50%;
  }
  .copyright-column {
    text-align: center;
  }
  .copyright-column .wpb_single_image.vc_align_right {
    text-align: center;
    margin-top: 20px;
  }
  #header-cart .sub-menu-dropdown {
    right: 15px;
  }
  .footer-row-2 .vc_column_container {
    width: 100%;
  }
  .footer-row-h2 .mc4wp-footer {
    margin-bottom: 10px;
  }
  .product-top-selling-h2 .layout-columns-2 .item {
    width: 50%;
  }
  .footer-row-h2 .vc_column_container {
    width: 100%;
  }
  .header-2 .header-categories-nav,
  .header-10 .header-categories-nav,
  .header-12 .header-categories-nav {
    display: none;
  }
  .header-2 .search-cate,
  .header-12 .search-cate {
    width: 100%;
    margin: 5px 0;
  }
  .header-10 .search-cate {
    width: calc(100% - 20px);
    margin: 10px;
    float: none;
  }
  .categories-link .vc_column_container {
    width: 33.333333%;
    float: left;
  }
  .categories-link .wpb_column:nth-child(3) .btn-category > a.vc_general {
    border-right: none !important;
  }
  .layout-columns-4 .item {
    width: 50%;
  }
  .container .vc_custom_1555057045003 {
    margin-bottom: 0px !important;
  }
  .product-left-home5 .vc_col-sm-7 .layout-columns-2 .item {
    width: 50%;
  }
  .links-footer-h10 .vc_column_container:nth-child(1) {
    width: 100%;
  }
  .links-footer-h10 .vc_column_container:nth-child(3), .links-footer-h10 .vc_column_container:nth-child(2) {
    width: 100%;
  }
  .links-footer-h10 .vc_column_container {
    width: 100%;
  }
  .footer-center-h11 .vc_column_container {
    width: 100%;
  }
  .newsletter-content-column .wpb_raw_html {
    width: 100%;
    float: left;
  }
  .newsletter-content-column .wpb_text_column {
    width: 100%;
    padding: 6px 0 0 0;
  }
  .topselling-product-h12 .layout-columns-3 .item {
    width: 100%;
  }
  .topselling-product-h12 .layout-columns-3 .item .product-title {
    min-height: initial;
  }
  .onsale-products .layout-columns-3 .item {
    width: 50%;
  }
  .onsale-products .vc_column_container .banner-box {
    width: 100%;
  }
  .onsale-products .vc_column_container .banner-box img {
    min-height: initial;
  }
  .hotdeal-left-column [class*="layout-columns-"] .item {
    width: 50%;
  }
  .header-12 .nav-right {
    display: block;
    float: left;
  }
  .main-content.left-sidebar {
    left: 0;
    margin-bottom: 60px;
  }
  .main-sidebar.left-sidebar {
    right: 0;
  }
  .main-sidebar.right-sidebar {
    margin-top: 60px;
  }
  .layout-columns-6 .item {
    width: 50%;
  }
  .woocommerce table.wishlist_table thead {
    display: none;
  }
  .woocommerce table.wishlist_table tbody td {
    width: 100%;
    display: block;
    border-bottom: 0;
    border-top: 0;
    padding: 5px 0;
    border: 0;
  }
  .woocommerce table.wishlist_table tbody td .btn-add-cart a {
    float: none;
    left: auto;
    display: inline-block !important;
  }
  .woocommerce table.wishlist_table tr {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .woocommerce table.wishlist_table tr td.product-remove {
    position: absolute;
    top: 50%;
    right: 10px;
    background: #222;
    width: 42px;
    height: 42px;
    color: #fff;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce table.wishlist_table tr td.product-remove a:hover {
    color: #fff;
  }
  .woocommerce table.wishlist_table tbody td.product-thumbnail {
    display: inline-block;
    float: left;
    width: auto;
    border: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
    text-align: left;
  }
  .woocommerce table.wishlist_table tbody td.product-add-to-cart {
    position: absolute;
    top: 50%;
    right: 60px;
    width: auto;
    padding: 0;
    border: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #customer_login .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #customer_login .u-column2.col-sm-6 {
    margin-top: 70px;
  }
  .shop_table td {
    text-align: left;
    padding: 0 10px 10px 0;
    border: 0;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .shop_table td.product-name {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop_table tr {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 5px 15px;
  }
  .cart-actions {
    border-top: 1px solid #e8e8e8;
    padding: 15px;
  }
  .cart-content-wrapper .cart_totals {
    padding: 30px;
  }
  .cart_totals .shop_table tr th {
    padding: 0 0 10px 0;
    border: 0 !important;
  }
  .shop_table .order-total {
    margin-bottom: 0;
  }
  .woocommerce-orders-table thead {
    display: none;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tr th {
    border: 0 !important;
    padding: 0 0 10px 0;
  }
  .woocommerce-customer-details {
    padding: 30px;
  }
  .woocommerce-billing-fields h3, #order_info h3, #order_checkout_payment h3 {
    border-bottom: 0;
  }
  .shop_table.woocommerce-checkout-review-order-table td {
    padding: 5px 0;
  }
  .woocommerce-thankyou-order-details li, .wc-bacs-bank-details li {
    border: 0;
  }
  .woocommerce table.wishlist_table tfoot td {
    width: 100%;
  }
  /***
    .shop_table .woocommerce-orders-table__row td {
        display: block;
        padding: 5px 0;
        border: 0;
        text-align: left !important;
    }

    .shop_table .woocommerce-orders-table__row {
        border: 1px solid #ebebeb;
        padding: 20px;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-orders-table thead {
        display: none;
    }

    .shop_table .woocommerce-orders-table__row:last-child {
        margin-bottom: 0;
    }*****/
  #checkout_timeline.text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #checkout_timeline.text li {
    width: 50%;
    margin-bottom: 20px;
  }
  #checkout_timeline.text li:nth-child(3), #checkout_timeline.text li:nth-child(4) {
    margin-bottom: 0;
  }
  .woocommerce-customer-details .woocommerce-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
    margin-top: 40px;
  }
  .summary.entry-summary {
    margin-top: 30px;
  }
  .contact-us-right {
    margin-top: 60px;
  }
  .blog-design-small-images.has-post-thumbnail .article-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-design-small-images.has-post-thumbnail .entry-header,
  .blog-design-small-images.has-post-thumbnail .article-body-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100% !important;
  }
  .blog-design-small-images.has-post-thumbnail .entry-header {
    margin-bottom: 10px;
  }
  .blog-design-small-images.has-post-thumbnail .article-body-container {
    padding-left: 0;
  }
  blockquote {
    padding-left: 20px;
  }
  .footer-center-h4 .vc_column_container {
    width: 100%;
  }
  .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 50%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 50%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  .featured-demo-row .vc_column_container.vc_col-sm-3 {
    width: 100%;
  }
  .featured-demo-row {
    background-size: cover !important;
  }
  .pre-footer-landing .vc_cta3-content, .pre-footer-landing .vc_cta3-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .pre-footer-landing .vc_cta3-content {
    margin-bottom: 20px;
  }
  .newsletter-content-column h3 {
    margin-top: 0;
  }
  .newsletter-content-column .newsletter-title.wpb_text_column {
    margin-bottom: 10px !important;
    width: 100%;
  }
  .newsletter-content-column h3 small {
    float: left;
    display: block;
    width: calc(100% - 46px);
  }
  .testimonials-box {
    margin-bottom: 40px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-tabs .wc-tabs {
    border-bottom: 0;
  }
  .woocommerce-tabs .wc-tabs > li > a {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .author-info .author-avatar {
    margin-right: 20px;
  }
  .author-info {
    padding: 50px 30px;
  }
  .author-info .author-avatar {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
  .author-info .author-description {
    width: calc(100% - 90px);
  }
  .author-info .avatar {
    width: 70px;
    height: 70px;
  }
  .form-row label {
    min-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-row .woocommerce-input-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .header-3 .search-cate {
    width: 100%;
  }
  .header-3 .go-right .call-mun {
    display: none;
  }
  .banner-slider-h7 .width-30 {
    width: 100%;
  }
  .banner-slider-h7 .width-30 .banner-box {
    width: 100%;
    float: left;
  }
  .banner-slider-h7 .width-30 .banner-box:first-child {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
  .top-bar .right-sec .menu-topbar-container {
    display: none;
  }
  #header-cart {
    min-width: inherit;
  }
  #header-cart strong, #header-cart strong ~ span {
    display: none;
  }
  .banner-slider-h1 .width-30 .banner-box {
    width: 100%;
    float: left;
  }
  .shipping-info li {
    width: 100%;
    border-right: 0;
  }
  .shipping-info-h11 .featured-row .no-padding {
    padding-left: 10px;
  }
  .featured-row .no-padding {
    width: 100%;
    border-right: 0;
  }
  .shipping-info li:nth-child(3),
  .featured-row .no-padding:nth-child(3) {
    border-bottom: 1px solid #ebebeb;
  }
  .layout-columns-5 .item, .layout-columns-5 .item.item-metro {
    width: 100%;
  }
  .main-tabs-sec .nav li {
    width: 50%;
  }
  .main-tabs-sec .nav li:nth-child(4) span {
    border-bottom: 0;
  }
  .brands-item-wrap.columns-5 .brand-item,
  .columns-5 .brands-item-wrap .brand-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .header-categories-nav {
    display: none;
  }
  .menu-mobile .menu-button {
    margin: 7px 0;
  }
  .search-by-category {
    display: none;
  }
  header .search-cate {
    min-width: 100%;
  }
  .banner-row-h2 .vc_column_container {
    width: 100%;
    float: left;
  }
  .banner-row-h2 .banner-vertical-middle {
    margin-bottom: 30px !important;
  }
  .product-top-selling-h2 .layout-columns-2 .item {
    width: 100%;
  }
  .cart-contents {
    font-size: 0;
  }
  .header-2 .search-cate,
  .header-10 .search-cate,
  .header-12 .search-cate {
    min-width: initial;
  }
  .layout-columns-4 .item {
    width: 100%;
  }
  .header-3 .search-cate {
    min-width: initial;
  }
  .categories-link .vc_column_container {
    width: 50%;
  }
  .categories-link .btn-category > a.vc_general {
    border: 0 !important;
  }
  .hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hotdeal-column .cyberwire-product-1 .item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotdeal-column .cyberwire-product-1 .item-wrap .product-thumb .product-image-link {
    margin-right: 0;
  }
  .layout-2.featur-tabs .nav-tabs > li span {
    font-size: 18px;
    margin-right: 15px;
  }
  .layout-2.featur-tabs .nav-tabs > li:last-child span {
    margin-right: 0;
  }
  .product-left-home5 .vc_col-sm-7 .layout-columns-2 .item {
    width: 100%;
  }
  .header-4 .navbar {
    width: 42px;
    float: right;
    margin-top: -53px;
  }
  .header-4 .search-cate {
    min-width: initial;
    width: calc(100% - 50px);
  }
  .main-header.header-4 {
    padding-bottom: 20px;
  }
  .header-5 > .container > .row > div,
  .header-9 > .container > .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-5 .menu-mobile .menu-button {
    margin: 7px 10px;
  }
  .column-title-center .layout-columns-4 .item {
    width: 100%;
  }
  .slider-row-h8 .width-30 .banner-box {
    width: 100%;
  }
  .banner-home-9 .vc_column_container {
    width: 100%;
  }
  .banner-home-9 .vc_column_container:first-child {
    margin-bottom: 30px;
  }
  .topselling-product-h6 .layout-columns-2 .item {
    width: 100%;
  }
  .slider-row-h11 .banner-box {
    width: 100%;
    float: left;
  }
  .slider-row-h11 .banner-box:first-child {
    margin-bottom: 30px;
  }
  .shipping-info.color-scheme-light li:nth-child(3) {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .shipping-info.color-scheme-light li {
    border-right: 0;
  }
  .onsale-products .layout-columns-3 .item {
    width: 100%;
  }
  .hotdeal-column .cyberwire-product-2 .cyberwire-product-countdown [class*="countdown-"] {
    width: 55px;
  }
  .banner-top-row-h14 .vc_column_container {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-top-row-h14 .vc_column_container:last-child {
    margin-bottom: 0;
  }
  .banner-row-h14 .subtitle p {
    font-size: 27px !important;
  }
  .hotdeal-left-column [class*="layout-columns-"] .item {
    width: 100%;
  }
  .header-12 > .container > .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .banner-row-h16 .title p {
    font-size: 20px !important;
  }
  .banner-row-h16 .subtitle p {
    font-size: 20px !important;
  }
  .banner-row-h16 .subsubtitle p {
    font-size: 14px !important;
  }
  .banner-row-h16 .banner-text {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
  .nav-right {
    display: block;
    float: left;
  }
  .call-mun i {
    display: none;
  }
  .header-2 .nav-right,
  .header-10 .nav-right {
    display: none;
  }
  .product-layout-wrapper .layout-columns-1 .product-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-layout-wrapper .layout-columns-1 .product-thumb {
    width: 100%;
    margin-right: 0;
    min-width: initial;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .woocommerce-my-account-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-left: 15px;
  }
  .wc_payment_methods .payment_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .vc_progress_bar_ct .vc_single_bar {
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about-adds .position-center-center {
    padding: 0 20px;
  }
  .blog-layout-grid .item {
    width: 100%;
  }
  .with-nav .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .with-nav .owl-nav div {
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
  .with-nav .owl-nav div.owl-next {
    float: right;
  }
  .with-nav .owl-carousel:hover .owl-nav > div {
    opacity: 1;
    visibility: visible;
  }
  .product-tab-h9 .wrap-loading-arrow {
    top: 50%;
    width: 100%;
    margin-top: -32px;
    opacity: 0;
    visibility: hidden;
  }
  .product-tab-h9:hover .wrap-loading-arrow {
    opacity: 1;
    visibility: visible;
  }
  .product-tab-h9 .wrap-loading-arrow div a {
    margin: 0;
  }
  .product-tab-h9 .wrap-loading-arrow .arrow-next {
    float: right;
  }
  .hades.tparrows {
    display: none;
  }
  .header-4 .nav-right {
    display: none;
  }
  .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 100%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item {
    width: 100%;
  }
  .no-sidebar .woocommerce-tabs #tab-more_seller_product .layout-columns-3 .item:nth-child(3n+1) {
    clear: none;
  }
  footer .featured-row .no-padding:nth-child(3) {
    border-bottom: 0;
  }
  .shipping-info-h11 .featured-row .no-padding {
    border-right: 0;
  }
  .cart-actions .update-button {
    margin-top: 10px;
    text-align: left !important;
  }
  .brands-item-wrap.columns-4 .brand-item,
  .columns-4 .brands-item-wrap .brand-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .hotdeal-column .owl-nav [class*="owl-"] span {
    display: none;
  }
  .vc_col-sm-9 .layout-columns-4 .item {
    width: 100%;
  }
  .layout-columns-3 .item {
    width: 100%;
  }
  .main-content.left-sidebar {
    margin-bottom: 60px;
  }
  .layout-columns-2 .item {
    width: 100%;
  }
  .layout-columns-6 .item {
    width: 100%;
  }
  .woocommerce table.wishlist_table tbody td.product-thumbnail {
    width: 100%;
  }
  .woocommerce table.wishlist_table tr td.product-remove, .woocommerce table.wishlist_table tbody td.product-add-to-cart {
    top: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #checkout_timeline.text li {
    width: 100%;
  }
  #checkout_timeline.text li:nth-child(3) {
    margin-bottom: 20px;
  }
  .form-row label {
    min-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-row .woocommerce-input-wrapper {
    max-width: 100%;
  }
  #checkout-wrapper.timeline-horizontal {
    padding: 15px;
  }
  .woocommerce-Tabs-panel .comment_container img {
    display: none;
  }
  .woocommerce-tabs .commentlist li .comment-text {
    padding-left: 0;
  }
  .newsletter-content-column h3 {
    font-size: 17px;
  }
  .newsletter-content-column h3 i {
    font-size: 34px;
  }
  .btn-round.btn-purchase {
    float: none;
    margin-top: 15px;
  }
  .header-13 .container > div {
    width: 100%;
    text-align: center;
  }
  .comment-author .avatar {
    display: none;
  }
  .comment-body,
  .comment-body ~ .comment-respond {
    margin-left: 0 !important;
  }
  .author-info .author-bio {
    padding: 0;
  }
  #tab-seller .list-unstyled li > span,
  #tab-seller .list-unstyled li > span:first-child {
    width: 100%;
  }
  .cart-actions .coupon label {
    display: none;
  }
  .cart-actions .coupon input {
    margin-left: 0;
  }
  .banner-row-h10 .title p {
    font-size: 22px !important;
  }
  .banner-row-h10 .subtitle p {
    font-size: 20px !important;
  }
  .banner-row-h10 .subsubtitle p {
    font-size: 20px !important;
  }
  .author-info .author-description {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }
  .author-info .author-avatar {
    margin-right: 0;
    float: none;
    width: 100%;
    height: auto;
  }
}

.row-demo .wpb_wrapper {
  padding-top: 5px;
}

.row-demo .banner-box {
  -webkit-box-shadow: 0px 2px 5px #ddd;
  box-shadow: 0px 2px 5px #ddd;
  margin-bottom: 15px;
}

.row-demo .wpb_text_column p {
  font-size: 15px;
  font-weight: 600;
}
