@charset "UTF-8";
/******************************

INDEX:

    00 - Base - Typography
    01 - Base - Helpers
    02 - Base - Colors

    10 - Layout - Header
    11 - Layout - Footer
    12 - Layout - Static Shipping
    13 - Layout - Brand
    14 - Layout - Latest Blog

    20 - Components - Navigation
    21 - Components - Button
    22 - Components - Slider
    23 - Components - Product
    24 - Components - Tabs
    25 - Components - Animation
    26 - Components - Banner
    27 - Components - Newsletters

    40 - Pages - About Us
    41 - Pages - 404
    42 - Pages - Shop
    43 - Pages - Single Product
    44 - Pages - Checkout
    45 - Pages - Cart
    46 - Pages - FAQ
    47 - Pages - Compare
    48 - Pages - Contact Us
    49 - Pages - Wishlist
    50 - Pages - Login Register
    51 - Pages - Blog

******************************/
/*
    Defult Primary Color:       #007bff
    Default Border Color:       #e1e1e1
    Default Text Color:         #454545
    Default Heading Color:      #454545
    Default Body Font:          'Poppins', Roboto;

*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto+Slab:400,700");
/*****************************
00. Global CSS
*****************************/
/*----------------------------------------*/
/*  00 - Base - Typography
/*----------------------------------------*/
body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #454545;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 14px;
  color: #454545;
  font-weight: 400;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  background: #90b1c3;
  color: #fff;
}

::selection {
  background: #90b1c3;
  color: #fff;
}

::-moz-selection {
  background: #90b1c3;
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #454545;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #454545;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #454545;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #454545;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: 0;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  overflow: hidden;
  display: block;
}

a:hover {
  color: #0083c1 !important;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: #0083c1 !important;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
select,
textarea,
.slick-slide,
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}

button {
  cursor: pointer;
}

.embed-responsive {
  height: 242px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .embed-responsive {
    height: 190px;
  }
}

/*****************************
01. Typography CSS
*****************************/
.heading-primary {
  font-size: 4.8rem;
  line-height: 1;
  display: block;
  color: #0083c1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.heading-primary span {
  color: #0291d6;
}
.heading-primary--2 {
  font-size: 3.8rem;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .heading-primary {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-primary {
    font-size: 3.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heading-primary {
    font-size: 3rem;
  }
}
.heading-big {
  color: #0083c1;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .heading-big {
    font-size: 5.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading-big {
    font-size: 4.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heading-big {
    font-size: 3.5rem;
  }
}
.heading-secondary {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.35;
}
@media (min-width: 576px) and (max-width: 767px) {
  .heading-secondary {
    font-size: 2.3rem;
  }
}
.heading-secondary strong {
  font-weight: 900;
}
.heading-secondary--2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
}
.heading-tertiary {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.35;
}

.section-title {
  position: relative;
}
.section-title:before {
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  left: 0;
  right: 0;
  top: 50%;
}
.section-title h2 {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: 500;
  padding-right: 2rem;
}
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  01 - Base - Helpers
/*----------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    --bs-gutter-x: 15px;
  }

  .container-fluid {
    --bs-gutter-x: 15px;
  }

  .row:not([class*=g-0]) {
    --bs-gutter-x: 30px;
  }
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.logo-box {
  display: block;
}

.section-padding {
  padding: 4rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-md-padding {
    padding: 3rem 0;
  }
}

label {
  margin-bottom: 0.5rem;
}

.line {
  border-color: #e1e1e1;
  margin: 0;
}
.line-black {
  border-color: rgba(0, 0, 0, 0.1);
}

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

.body-2 #scrollUp:hover {
  background: #e2ac3a none repeat scroll 0 0;
}

#scrollUp {
  right: 15px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #666 none repeat scroll 0 0;
  z-index: 1000 !important;
  overflow: hidden;
}

#scrollUp:hover {
  background: #0083c1 none repeat scroll 0 0;
}

#scrollUp i {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  display: block;
}

#scrollUp:hover i {
  animation: SlideInUp 1s infinite;
  -webkit-animation: SlideInUp 1s infinite;
}

.section-title:before {
  position: absolute;
  content: "";
}

.offcanvas-navigation .offcanvas-menu li,
.offcanvas-navigation-2 .offcanvas-menu li, .offcanvas-navigation .offcanvas-menu > li > a span,
.offcanvas-navigation-2 .offcanvas-menu > li > a span {
  position: relative;
}

.offcanvas-navigation .offcanvas-menu li > .menu-expand,
.offcanvas-navigation-2 .offcanvas-menu li > .menu-expand, .offcanvas-menu-wrapper .offcanvas-menu-inner, a,
button {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.offcanvas-menu-wrapper .offcanvas-menu-inner {
  visibility: hidden;
  opacity: 0;
}

.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
  visibility: visible;
  opacity: 1;
}

.brand-bg {
  background-color: #40576c;
}

/*----------------------------------------*/
/*  Section Title
/*----------------------------------------*/
.-section_title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0px;
  position: relative;
  margin: 0 0 20px !important;
}
.-section_title h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #454545;
  line-height: 26px;
  font-weight: bold;
}
.-section_title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 85px;
  height: 2px;
  background: #0083c1;
  left: 0;
  text-align: center;
  bottom: -1px;
}
.-section_title h2 span {
  color: #0083c1;
  position: relative;
  font-weight: bold;
  margin-right: 5px;
}

.section-short_desc {
  color: #454545;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .section-short_desc {
    font-size: 13px;
  }
}
.section-short_desc i {
  padding-right: 5px;
}

.-section_title-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ebebeb;
  position: relative;
  background: #f5f5f5;
  border-radius: 3px;
  height: 52px;
}
.-section_title-2 h2 {
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding-left: 70px;
  line-height: 52px;
}
.-section_title-2 h2 span {
  color: #e2ac3a;
  position: relative;
}
.-section_title-2 h2 strong {
  color: #454545;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-section_title-2 h2 strong {
    font-size: 16px;
  }
}
.-section_title-2 h2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #e2ac3a;
  border-right: 2px solid #e2ac3a;
  top: 50%;
  margin-top: -4px;
  background: #e2ac3a;
  left: 47px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.-section_title-2 h2:after {
  content: "";
  position: absolute;
  font-family: fontawesome;
  display: block;
  width: 52px;
  height: 52px;
  background: #e2ac3a;
  left: 0;
  text-align: center;
  bottom: 0px;
  color: #fff;
  border-radius: 3px 0px 0px 3px;
}

.-section_title-3 {
  text-align: center;
  padding: 0 350px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .-section_title-3 {
    padding: 0;
  }
}
.-section_title-3 h2 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  line-height: 26px;
}
.-section_title-3 h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #e3c210;
  width: 80px;
  height: 2px;
}

.section-short_desc-2 {
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
  color: #454545;
  line-height: 24px;
}

/*----------------------------------------*/
/*  's Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  padding: 21px 0 22px;
  background: #f9f9f9;
}

.breadcrumb-content li {
  color: #a4a4a4;
  display: inline-block;
  font-size: 14px;
  margin-right: 28px;
  position: relative;
}

.breadcrumb-content li a {
  color: #454545;
}

.breadcrumb-content li::before {
  background-color: #aaaaaa;
  content: "";
  height: 2px;
  position: absolute;
  right: -22px;
  top: 10px;
  -webkit-transform: rotate(-67deg);
          transform: rotate(-67deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 12px;
}

.breadcrumb-content li:last-child::before {
  display: none;
}

@media (max-width: 479px) {
  .col-xxs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-nm--0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-md--0 {
    padding: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pt-sm--0 {
    padding: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .pt-xs--0 {
    padding: 0 !important;
  }
}

@media (max-width: 479px) {
  .pt-xxs--0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-nm--0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-md--0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pt-sm--0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .pt-xs--0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 479px) {
  .pt-xxs--0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-nm--0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-md--0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pb-sm--0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .pb-xs--0 {
    padding-bottomp: 0 !important;
  }
}

@media (max-width: 479px) {
  .pb-xxs--0 {
    padding-bottom: 0 !important;
  }
}

/*----------------------------------------*/
/*  10 - Layout - Header
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-contact-info {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ht-icon ul li {
  display: inline-block;
  height: 44px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  background: #24a5e4;
  margin-right: -2px;
}
.ht-icon ul li > a {
  color: #ffffff;
}
.ht-icon ul li > a:hover {
  color: unset !important;
}

.ht-sticker {
  float: left;
  padding-left: 30px;
  position: relative;
}
.ht-sticker span {
  height: 45px;
  line-height: 45px;
  border: 2px solid #ffffff;
  padding: 0 10px;
  font-size: 13px;
}
.ht-sticker span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  margin-top: -4px;
  background: #0291d6;
  right: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ht-headline {
  overflow: hidden;
  padding-left: 15px;
}
.ht-headline h3 {
  font-size: 12px;
  line-height: 45px;
  margin: 0;
}

.header-top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ht-menu ul li {
  display: inline-block;
  position: relative;
}
.ht-menu ul li .ht-dropdown > li:hover > a {
  color: #0083c1 !important;
}
.ht-menu ul li:hover a {
  color: #0083c1;
}
.ht-menu ul li a {
  color: #ffffff;
}

.ht-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3px;
}
.ht-social-link ul li {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ht-social-link ul li:hover {
  background-color: #24a5e4;
}
.ht-social-link ul li:hover a {
  color: #ffffff !important;
}
.ht-social-link ul li:hover a:before {
  opacity: 1;
  width: 100%;
}
.ht-social-link ul li a {
  color: #70a9db;
  display: block;
}
.ht-social-link ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e3c210;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ht-menu ul li {
  margin-right: -3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ht-menu ul li {
    margin-right: -2px;
  }
}
.ht-menu ul li:first-child {
  margin-right: -2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ht-menu ul li:first-child {
    margin-right: -3px;
  }
}
.ht-menu ul li a {
  display: block;
}

.ht-menu nav ul li:hover > ul.ht-dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ht-menu nav ul li > ul.ht-dropdown {
  position: absolute;
  z-index: 9;
  right: 0;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70px;
  background: #fff;
  border: 1px solid #bbb;
}
.ht-menu nav ul li > ul.ht-dropdown:before {
  border-bottom: 6px solid #bbb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: 7px;
  top: -7px;
}
.ht-menu nav ul li > ul.ht-dropdown li {
  display: block;
  background: transparent;
  width: 100%;
}
.ht-menu nav ul li > ul.ht-dropdown li a {
  color: #333;
}

@media only screen and (max-width: 991px) {
  .hm-logo {
    text-align: center;
  }
}

.hm-search_wrap {
  position: relative;
}

.hm-searchbox input {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  border: none;
  line-height: 45px;
  color: #333;
  font-size: 12px;
  padding: 0 50px 0 20px;
}
.hm-searchbox .search_btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 16px;
}

.hm-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  float: unset;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .hm-right {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .hm-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding-right: 45px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .hm-right {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .hm-right {
    padding-right: 0;
  }
}
.hm-right ul li {
  background: #ffffff;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hm-right ul li:first-child {
    margin-left: 0;
  }
}
.hm-right ul li:hover a {
  color: #0083c1;
}
.hm-right ul li:hover .-minicart {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 479px) {
  .hm-right ul li:hover .-minicart {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.hm-right ul li > a {
  display: block;
  color: #252525;
  font-size: 18px;
  position: relative;
}
.hm-right ul li > a .item-counter {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #e3c210;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
}
.hm-right ul li > a:before {
  content: "";
  border-left: 22px solid transparent;
  position: absolute;
  border-right: 22px solid transparent;
  border-bottom: 4px solid #0083c1;
  bottom: 0;
  left: 0px;
}

.-minicart,
.-minicart-2 {
  width: 390px;
  position: absolute;
  right: 0;
  background: #ffffff;
  border: 1px solid #bbb;
  top: 110%;
  z-index: 9;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) and (max-width: 575px) {
  .-minicart,
.-minicart-2 {
    right: auto;
    left: -182px;
  }
}
@media (max-width: 479px) {
  .-minicart,
.-minicart-2 {
    width: 305px;
    right: auto;
    left: -138px;
  }
}
.-minicart:before,
.-minicart-2:before {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: 25px;
  top: -7px;
}
.-minicart .minicart-content .minicart-btn-close,
.-minicart-2 .minicart-content .minicart-btn-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
.-minicart .minicart-content .select-item-wrap,
.-minicart-2 .minicart-content .select-item-wrap {
  float: left;
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #bbb;
}
.-minicart .minicart-content .select-item-wrap .selected-item,
.-minicart-2 .minicart-content .select-item-wrap .selected-item {
  float: left;
}
.-minicart .minicart-content .select-item-wrap .selected-item strong,
.-minicart-2 .minicart-content .select-item-wrap .selected-item strong {
  margin-right: 5px;
}
.-minicart .minicart-content .select-item-wrap .subtotal,
.-minicart-2 .minicart-content .select-item-wrap .subtotal {
  float: right;
}
.-minicart .minicart-content .select-item-wrap .subtotal span,
.-minicart-2 .minicart-content .select-item-wrap .subtotal span {
  color: #666666;
  font-weight: 600;
}
.-minicart .minicart-content .select-item-wrap .subtotal .subtotal-amount,
.-minicart-2 .minicart-content .select-item-wrap .subtotal .subtotal-amount {
  display: block;
  text-align: right;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
}
.-minicart .minicart-content .mini-cart-list-item_wrap,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap {
  max-height: 260px;
  overflow-y: auto;
  float: left;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_img,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_img {
  float: left;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #bbb;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content:last-child,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content:last-child {
  border-bottom: none;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name {
  margin: 8px 0 0;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a {
  font-size: 14px;
  color: #2e2e2e !important;
  font-weight: 600;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover {
  color: #0083c1 !important;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-price,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-price {
  font-weight: 700;
  color: #666666;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .label,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .label {
  color: #666666;
  font-weight: 600;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .quantity-input,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .quantity-input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: #c2c2c1;
  margin-left: 10px;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action {
  float: right;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span {
  color: #444444;
  font-size: 18px;
  cursor: pointer;
}
.-minicart .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span:first-child,
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .qty-details .item-action span:first-child {
  padding-right: 15px;
}
.-minicart .minicart-content .cart-default-btn_wrap,
.-minicart-2 .minicart-content .cart-default-btn_wrap {
  padding: 30px;
  border-top: 1px solid #bbb;
  float: left;
  width: 100%;
}
.-minicart .minicart-content .cart-default-btn_wrap .-btn-fullwidth,
.-minicart-2 .minicart-content .cart-default-btn_wrap .-btn-fullwidth {
  margin-top: 0;
}

@media (min-width: 480px) and (max-width: 575px) {
  .-minicart-2 {
    right: 0;
    left: auto;
  }
}
@media (max-width: 479px) {
  .-minicart-2 {
    right: 0;
    left: -182px;
  }
}
.-minicart-2 .minicart-content .mini-cart-list-item_wrap .minicart-list_item .list-item_content .item-name a:hover {
  color: #e2ac3a !important;
}

.hb-menu nav ul {
  position: relative;
}
.hb-menu nav ul li {
  position: relative;
  display: inline-block;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hb-menu nav ul li.active {
  background: #02618e;
}
.hb-menu nav ul li:nth-child(-n+4):before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 21px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hb-menu nav ul li:nth-child(2):before {
  content: none;
}
.hb-menu nav ul li:hover:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hb-menu nav ul li:hover {
  background: #02618e;
}
.hb-menu nav ul li:hover .hb-dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.hb-menu nav ul li .hb-dropdown {
  position: absolute;
  z-index: 9;
  background: #ffffff;
  width: 230px;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hb-menu nav ul li .hb-dropdown li {
  margin-left: 0;
  background: transparent;
  width: 100%;
}
.hb-menu nav ul li .hb-dropdown li:hover > a {
  color: #0083c1 !important;
}
.hb-menu nav ul li .hb-dropdown li:first-child a {
  padding-top: 25px;
}
.hb-menu nav ul li .hb-dropdown li:last-child a {
  padding-bottom: 25px;
}
.hb-menu nav ul li .hb-dropdown li:before {
  content: none;
}
.hb-menu nav ul li .hb-dropdown li a {
  color: #7e7e7e;
  font-size: 13px;
  padding-top: 0;
  font-weight: 600;
  text-transform: capitalize;
}
.hb-menu nav ul li .hb-dropdown li.active a {
  color: #0083c1;
}
.hb-menu nav ul li .hb-dropdown-2 li:nth-child(-n+4):before {
  content: "";
  color: #7e7e7e;
  font-size: 10px !important;
  right: 20px;
  top: 0;
}
.hb-menu nav ul li .hb-dropdown-2 li:first-child:before {
  top: 25px;
}
.hb-menu nav ul li .hb-dropdown-2 li:hover:before {
  color: #0083c1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hb-menu nav ul li .hb-dropdown-2 li:hover .hb-sub_dropdown {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.hb-menu nav ul li .hb-dropdown-2 li:first-child:hover .hb-sub_dropdown {
  top: 30px;
}
.hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown {
  position: absolute;
  left: 100%;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li:before {
  content: none;
}
.hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li:first-child a {
  padding-top: 25px;
}
.hb-menu nav ul li .hb-dropdown-2 li .hb-sub_dropdown li a {
  padding-top: 0;
}
.hb-menu nav ul li.megamenu-holder {
  position: static !important;
}
.hb-menu nav ul li.megamenu-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hb-menu nav ul li.megamenu-holder:nth-child(4):before {
  content: none;
}
.hb-menu nav ul li.megamenu-holder:hover .hb-megamenu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.hb-menu nav ul li.megamenu-holder:hover a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px 35px;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 99;
  position: absolute;
  left: 0;
  right: auto;
  top: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hb-menu nav ul li.megamenu-holder .hb-megamenu {
    padding: 15px 0 15px;
  }
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li {
  background: transparent;
  margin-left: 0;
  display: block;
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li.active a {
  color: #0083c1;
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li:before {
  content: none;
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li ul li a {
  color: #7e7e7e;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hb-menu nav ul li.megamenu-holder .hb-megamenu li ul li a {
    padding: 10px 15px;
  }
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li a {
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hb-menu nav ul li.megamenu-holder .hb-megamenu li a {
    padding: 20px 15px;
    font-size: 13px;
  }
}
.hb-menu nav ul li.megamenu-holder .hb-megamenu li a:hover {
  color: #0083c1 !important;
}
.hb-menu nav ul li.megamenu-holder > a:after {
  content: "";
  font-family: fontawesome;
  font-size: 11px;
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hb-menu nav ul li a {
  display: block;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.hb-menu nav ul li a:hover {
  color: #ffffff !important;
}

.header-2,
.header-3 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .header-2,
.header-3 {
    position: relative;
    background: #dba22d;
    padding-bottom: 30px;
  }
}
.header-2 .ht-icon ul li,
.header-3 .ht-icon ul li {
  background: #efbb4c;
}
.header-2 .ht-sticker span:before,
.header-3 .ht-sticker span:before {
  background: #e2ac3a;
}
.header-2 .ht-social-link ul li a,
.header-3 .ht-social-link ul li a {
  color: #ffffff;
}
.header-2 .ht-social-link ul li:hover,
.header-3 .ht-social-link ul li:hover {
  background: #efbb4c;
}
.header-2 .ht-social-link ul li:hover a:before,
.header-3 .ht-social-link ul li:hover a:before {
  background: #ffffff;
}
.header-2 .ht-menu ul li:hover > a,
.header-3 .ht-menu ul li:hover > a {
  color: #ffffff !important;
}
.header-2 .ht-menu ul li ul li:hover a,
.header-3 .ht-menu ul li ul li:hover a {
  color: #e2ac3a !important;
}
.header-2 .header-middle,
.header-3 .header-middle {
  -webkit-box-shadow: inset 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.header-2 .header-middle .container .row,
.header-3 .header-middle .container .row {
  position: relative;
}
@media (max-width: 479px) {
  .header-2 .header-sticky.stick,
.header-3 .header-sticky.stick {
    position: static;
  }
}
.header-2 .header-bottom_nav,
.header-3 .header-bottom_nav {
  padding: 10px;
}
.header-2 .hb-menu,
.header-3 .hb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-2 .hb-menu nav > ul,
.header-3 .hb-menu nav > ul {
  position: static;
}
.header-2 .hb-menu nav > ul > li,
.header-3 .hb-menu nav > ul > li {
  padding: 0 15px;
}
.header-2 .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown,
.header-3 .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown {
  left: auto;
  right: 100%;
}
.header-2 .hb-menu nav > ul > li.active,
.header-3 .hb-menu nav > ul > li.active {
  background: transparent;
}
.header-2 .hb-menu nav > ul > li:hover,
.header-3 .hb-menu nav > ul > li:hover {
  background: transparent;
}
.header-2 .hb-menu nav > ul > li:last-child,
.header-3 .hb-menu nav > ul > li:last-child {
  padding-right: 0;
}
.header-2 .hb-menu nav > ul > li:nth-child(-n+4):before,
.header-3 .hb-menu nav > ul > li:nth-child(-n+4):before {
  right: -6px;
  top: 27px;
  color: #ffffff;
}
.header-2 .hb-menu nav > ul > li > ul li,
.header-3 .hb-menu nav > ul > li > ul li {
  padding: 0 30px;
}
.header-2 .hb-menu nav > ul > li > ul li:hover:before,
.header-3 .hb-menu nav > ul > li > ul li:hover:before {
  color: #e2ac3a;
}
.header-2 .hb-menu nav > ul > li > ul li:hover > a,
.header-3 .hb-menu nav > ul > li > ul li:hover > a {
  color: #e2ac3a !important;
}
.header-2 .hb-menu nav > ul > li > ul li a:hover,
.header-3 .hb-menu nav > ul > li > ul li a:hover {
  color: #e2ac3a !important;
}
.header-2 .hb-menu nav > ul > li > ul li.active a,
.header-3 .hb-menu nav > ul > li > ul li.active a {
  color: #e2ac3a;
}
.header-2 .hb-menu nav > ul > li a,
.header-3 .hb-menu nav > ul > li a {
  padding: 25px 0;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu {
  margin-left: 0;
  top: 70px;
  left: auto;
  right: 0;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li {
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li ul > li,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li ul > li {
    padding-left: 15px;
  }
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li:hover > a,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li:hover > a {
  color: #e2ac3a !important;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a {
  padding: 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > a {
    padding: 20px 15px;
  }
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li {
  padding-right: 0;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li:hover > a,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li:hover > a {
  color: #e2ac3a !important;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li a,
.header-3 .hb-menu nav > ul > li.megamenu-holder .hb-megamenu > li > ul > li a {
  padding: 10px 30px 10px 0;
}
.header-2 .hb-menu nav > ul > li.megamenu-holder a:after,
.header-3 .hb-menu nav > ul > li.megamenu-holder a:after {
  top: 27px;
  right: -20px;
}
.header-2 .hm-search_wrap .hm-searchbox input,
.header-3 .hm-search_wrap .hm-searchbox input {
  height: 50px;
}
.header-2 .hm-search_wrap .hm-searchbox input::-webkit-input-placeholder, .header-3 .hm-search_wrap .hm-searchbox input::-webkit-input-placeholder {
  color: #ffffff;
}
.header-2 .hm-search_wrap .hm-searchbox input::-moz-placeholder, .header-3 .hm-search_wrap .hm-searchbox input::-moz-placeholder {
  color: #ffffff;
}
.header-2 .hm-search_wrap .hm-searchbox input:-ms-input-placeholder, .header-3 .hm-search_wrap .hm-searchbox input:-ms-input-placeholder {
  color: #ffffff;
}
.header-2 .hm-search_wrap .hm-searchbox input::-ms-input-placeholder, .header-3 .hm-search_wrap .hm-searchbox input::-ms-input-placeholder {
  color: #ffffff;
}
.header-2 .hm-search_wrap .hm-searchbox input::placeholder,
.header-3 .hm-search_wrap .hm-searchbox input::placeholder {
  color: #ffffff;
}
.header-2 .ht-icon-2 ul li,
.header-3 .ht-icon-2 ul li {
  background: #ffffff;
  margin-top: 4px !important;
}
.header-2 .ht-icon-2 ul li a:before,
.header-3 .ht-icon-2 ul li a:before {
  content: none;
}
.header-2 .hm-right,
.header-3 .hm-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media (max-width: 479px) {
  .header-2 .hm-right,
.header-3 .hm-right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.header-2 .hm-right ul li:hover > a,
.header-3 .hm-right ul li:hover > a {
  color: #c28516 !important;
}
.header-2 .hm-right ul li a .item-counter,
.header-3 .hm-right ul li a .item-counter {
  background: #c28516;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .header-3,
.header-4 {
    background: #3d1f5b;
  }
}
.header-3 .header-top .ht-icon ul li,
.header-4 .header-top .ht-icon ul li {
  background: #623e77;
}
.header-3 .header-top .ht-social-link ul li a:before,
.header-4 .header-top .ht-social-link ul li a:before {
  background: #e3c210;
}
.header-3 .header-top .ht-social-link ul li:hover,
.header-4 .header-top .ht-social-link ul li:hover {
  background: #623e77;
}
.header-3 .header-top .ht-sticker span:before,
.header-4 .header-top .ht-sticker span:before {
  background: #51366c;
}
.header-3 .header-top_right .ht-menu nav ul li ul.ht-dropdown,
.header-4 .header-top_right .ht-menu nav ul li ul.ht-dropdown {
  border: none;
}
.header-3 .header-top_right .ht-menu nav ul li ul.ht-dropdown li a,
.header-4 .header-top_right .ht-menu nav ul li ul.ht-dropdown li a {
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .header-3 .header-middle,
.header-4 .header-middle {
    padding: 0 !important;
  }
}
.header-3 .header-middle .hm-search_wrap,
.header-4 .header-middle .hm-search_wrap {
  position: relative;
  border: 1px solid #543368;
  padding: 5px;
}
.header-3 .header-middle .hm-search_wrap form.hm-searchbox input,
.header-4 .header-middle .hm-search_wrap form.hm-searchbox input {
  height: 50px;
  background: #53376e;
  color: #fff;
}
.header-3 .header-middle .hm-search_wrap form.hm-searchbox input:focus,
.header-4 .header-middle .hm-search_wrap form.hm-searchbox input:focus {
  border: transparent;
}
.header-3 .header-middle .hm-search_wrap form.hm-searchbox .search_btn,
.header-4 .header-middle .hm-search_wrap form.hm-searchbox .search_btn {
  background: transparent;
  top: 20px;
  color: #ffffff;
}
.header-3 .header-middle .-contact_info,
.header-4 .header-middle .-contact_info {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header-3 .header-middle .-contact_info,
.header-4 .header-middle .-contact_info {
    float: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-3 .header-middle .-contact_info .contact-info_icon,
.header-4 .header-middle .-contact_info .contact-info_icon {
  float: left;
  font-size: 45px;
  color: #e2ac3a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-3 .header-middle .-contact_info .contact-info_icon,
.header-4 .header-middle .-contact_info .contact-info_icon {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .header-3 .header-middle .-contact_info .contact-info_icon,
.header-4 .header-middle .-contact_info .contact-info_icon {
    font-size: 18px;
  }
}
.header-3 .header-middle .-contact_info .contact-info_text,
.header-4 .header-middle .-contact_info .contact-info_text {
  float: right;
  margin-left: 10px;
}
.header-3 .header-middle .-contact_info .contact-info_text h2,
.header-4 .header-middle .-contact_info .contact-info_text h2 {
  font-size: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-3 .header-middle .-contact_info .contact-info_text h2,
.header-4 .header-middle .-contact_info .contact-info_text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-3 .header-middle .-contact_info .contact-info_text h2,
.header-4 .header-middle .-contact_info .contact-info_text h2 {
    font-size: 18px;
  }
}
.header-3 .header-middle .-contact_info .contact-info_text h2 a,
.header-4 .header-middle .-contact_info .contact-info_text h2 a {
  color: #e2ac3a;
  font-weight: bold;
}
.header-3 .header-middle .-contact_info .contact-info_text p,
.header-4 .header-middle .-contact_info .contact-info_text p {
  color: #ddd;
  font-family: "texgyreadventor-bold";
  margin-bottom: 0;
}
.header-3 .header-bottom .header-bottom_nav,
.header-4 .header-bottom .header-bottom_nav {
  padding: 0;
  background: #ffffff;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-3 .header-bottom .header-bottom_nav,
.header-4 .header-bottom .header-bottom_nav {
    background: #333333;
  }
}
.header-3 .header-bottom .header-bottom_nav .category-menu,
.header-4 .header-bottom .header-bottom_nav .category-menu {
  position: relative;
  display: inline-block;
  float: left;
  width: 80px;
}
.header-3 .header-bottom .header-bottom_nav .category-menu .category-menu_icon,
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu_icon {
  background: #e2ac3a;
  width: 80px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
.header-3 .header-bottom .header-bottom_nav .category-menu .category-menu-list,
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
  width: 230px;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu,
.header-4 .header-bottom .header-bottom_nav .hb-menu {
  display: inline-block !important;
  float: left;
}
@media only screen and (max-width: 991px) {
  .header-3 .header-bottom .header-bottom_nav .hb-menu,
.header-4 .header-bottom .header-bottom_nav .hb-menu {
    display: none !important;
  }
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li {
  padding: 0 20px;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li .hb-dropdown li .hb-sub_dropdown {
  left: 100%;
  right: auto;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li > a,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li > a {
  padding: 17px 0;
  color: #454545;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:before,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:before {
  right: -6px;
  top: 19px;
  color: #454545;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder .hb-megamenu,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder .hb-megamenu {
  margin-left: 0;
  top: 100%;
  left: 0;
  right: auto;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder a:after,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li.megamenu-holder a:after {
  top: 21px;
  right: -20px;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover:before,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover:before {
  color: #e2ac3a !important;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a {
  color: #e2ac3a !important;
}
.header-3 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a:after,
.header-4 .header-bottom .header-bottom_nav .hb-menu nav > ul > li:hover > a:after {
  color: #e2ac3a !important;
}
.header-3 .header-bottom .header-bottom_nav .hm-right,
.header-4 .header-bottom .header-bottom_nav .hm-right {
  position: relative;
  display: block;
  background: #e2ac3a;
  padding: 0 0 5px 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right,
.header-4 .header-bottom .header-bottom_nav .hm-right {
    display: inline-block;
    background: #e2ac3a;
    padding: 0 0 5px 0;
    width: 150px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right,
.header-4 .header-bottom .header-bottom_nav .hm-right {
    width: 265px;
  }
}
@media (max-width: 479px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right,
.header-4 .header-bottom .header-bottom_nav .hm-right {
    width: 130px;
    margin-left: 18px;
  }
}
.header-3 .header-bottom .header-bottom_nav .hm-right:before,
.header-4 .header-bottom .header-bottom_nav .hm-right:before {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  background-color: #e2ac3a;
  opacity: 1;
  height: 63px;
  margin-top: -10px;
  left: 0;
}
.header-3 .header-bottom .header-bottom_nav .hm-right:after,
.header-4 .header-bottom .header-bottom_nav .hm-right:after {
  content: "";
  width: 0;
  min-height: 11px;
  left: -10px;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #93680c;
  top: -11px;
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li {
  background: transparent;
  margin-top: 4px !important;
  width: 100%;
  margin: 0;
}
@media (min-width: 480px) and (max-width: 575px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2 {
    right: -35px;
    left: auto;
  }
}
@media (max-width: 479px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2 {
    right: -70px;
    left: auto;
  }
  .header-3 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2:before,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li .-minicart-2:before {
    right: 135px;
  }
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li a,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a {
  color: #ffffff;
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
  background: #c28516;
  right: auto;
  left: 45px;
  top: -5px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
    left: 25px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .header-3 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
    left: 95px;
  }
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li a i,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
  padding-right: 10px;
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li a .-minicart-2,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .-minicart-2 {
  top: 112%;
}
.header-3 .header-bottom .header-bottom_nav .hm-right ul li a:hover,
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a:hover {
  color: #ffffff !important;
}

.header-4 .header-top .ht-icon ul li {
  background: #7d797a;
}
.header-4 .header-top .ht-sticker span:before {
  background: #6d6367;
}
.header-4 .header-top_right .ht-social-link ul li:hover {
  background: #7d797a;
}
.header-4 .header-middle .hm-search_wrap {
  border: 1px solid #696065;
}
.header-4 .header-middle .hm-search_wrap .hm-searchbox input {
  background: #6d6367 !important;
}
.header-4 .header-bottom .header-bottom_nav {
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .header-4 .header-bottom .header-bottom_nav {
    background: #6d6367;
  }
}
.header-4 .header-bottom .header-bottom_nav .category-menu {
  display: block;
  float: unset;
  width: 100%;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-heading {
  background: #6d6568;
  height: 54px;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2 span {
  color: #ffffff;
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2 span {
    font-size: 0;
  }
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
  color: #ffffff;
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
    right: auto;
    left: 20px;
  }
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
  width: 100%;
  background: rgba(93, 84, 87, 0.9) !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list {
    width: 239px;
  }
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li .cat-mega-menu li a:hover {
  color: #e2ac3a !important;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li:hover {
  background: #ffffff;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li:hover > a {
  color: #e2ac3a !important;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li > a {
  color: #ffffff;
  padding: 19px 20px 19px 20px;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent:hover {
  background-color: #6d6568;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-default {
  padding-left: 40px;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-default:after {
  top: 19px;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-show {
  padding-left: 40px;
}
.header-4 .header-bottom .header-bottom_nav .category-menu .category-menu-list > ul > li.rx-parent a.rx-show:after {
  top: 19px;
}
.header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart {
  background-color: #6d6568;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > ul > li > a {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > ul > li ul li {
    padding-left: 20px;
  }
}
.header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li .hb-megamenu {
  left: auto;
  right: auto;
}
.header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li:before {
  color: #ffffff;
}
.header-4 .header-bottom .header-bottom_nav .hb-menu-with_minicart .hb-menu > nav > ul > li > a {
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 575px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right {
    width: 60px;
    margin-left: 18px;
  }
}
.header-4 .header-bottom .header-bottom_nav .hm-right ul li > ul.-minicart-2 {
  right: -60px;
  left: auto;
}
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
  left: 20px;
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-counter {
    left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a i {
    padding-right: 0;
  }
}
.header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .header-4 .header-bottom .header-bottom_nav .hm-right ul li a .item-text {
    font-size: 0;
  }
}

.header-5 {
  padding-bottom: 0;
}
.header-5 .main-header_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-5 .main-header_area .header-left_area {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-left_area {
    float: unset;
    text-align: center;
    padding-bottom: 5px;
  }
}
.header-5 .main-header_area .header-left_area .header-search-2 {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  float: left;
  width: 70px;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-left_area .header-search-2 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 50px;
    line-height: 50px;
    float: unset;
  }
}
.header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #eee;
  position: absolute;
  background: #fff;
  left: 30px;
  top: 45px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 3;
}
.header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field {
  width: 240px;
  height: 40px;
  background: #fff;
  position: relative;
  padding-right: 40px;
  border: 1px solid #f1f1f1;
}
.header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field input {
  width: 100%;
  border: 0;
  color: #777777;
  height: 32px;
  line-height: 32px;
  top: 0;
  position: absolute;
  left: 0;
  padding: 0 40px 0 9px;
  font-size: 14px;
}
.header-5 .main-header_area .header-left_area .header-search-2 .searchbox-2 .search-field .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
  background: transparent;
  border: 0;
  color: #777;
  line-height: 40px;
}
.header-5 .main-header_area .header-left_area .header-search-2:before {
  font-family: fontawesome;
  content: "";
  font-size: 18px;
  color: #fff;
}
.header-5 .main-header_area .header-left_area .header-search-2:hover .searchbox-2 {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.header-5 .main-header_area .header-left_area .category-menu {
  position: relative;
  display: inline-block;
  min-width: 220px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-5 .main-header_area .header-left_area .category-menu {
    width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-5 .main-header_area .header-left_area .category-menu {
    width: 220px;
  }
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-left_area .category-menu {
    width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-5 .main-header_area .header-left_area .category-menu .category-heading {
  position: relative;
  cursor: pointer;
  background: transparent;
  padding: 0;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-left_area .category-menu .category-heading {
    height: 50px;
    line-height: 50px;
  }
}
.header-5 .main-header_area .header-left_area .category-menu .category-heading h2 {
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-left_area .category-menu .category-heading h2 {
    line-height: 50px;
  }
}
.header-5 .main-header_area .header-left_area .category-menu .category-heading h2 span {
  color: #fff;
  font-size: 14px;
}
.header-5 .main-header_area .header-left_area .category-menu .category-heading h2:before {
  font-size: 20px;
  color: #fff;
  right: auto;
  left: 25px;
  top: 0;
}
.header-5 .main-header_area .header-left_area .category-menu .category-menu-list {
  background: #5d5457 !important;
}
.header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li:hover {
  background: #ffffff;
}
.header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li:hover > a {
  color: #e2ac3a !important;
}
.header-5 .main-header_area .header-left_area .category-menu .category-menu-list > ul > li > a {
  color: #d1d1d1;
}
.header-5 .main-header_area .header-logo {
  text-align: center;
  line-height: 70px;
}
.header-5 .main-header_area .header-right_area {
  float: right;
  line-height: 70px;
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-right_area {
    float: unset;
    line-height: 50px;
    text-align: center;
    padding: 10px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-right_area > .ht-menu {
    float: unset;
  }
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
  background: transparent;
  height: 70px;
  line-height: 70px;
  width: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li:hover .-minicart {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li:nth-child(-n+3) {
    display: none;
  }
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li a {
  font-size: 14px;
}
@media (min-width: 480px) and (max-width: 575px) {
  .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li .-minicart {
    left: -146px;
  }
}
@media (max-width: 479px) {
  .header-5 .main-header_area .header-right_area > .ht-menu > nav > ul > li .-minicart {
    left: -105px;
  }
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting {
  width: 200px;
  background: #333;
  border: 1px solid #25374f;
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting > li {
  background: transparent;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 30px;
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting > li a {
  color: #ffffff;
}
.header-5 .main-header_area .header-right_area > .ht-menu > nav > ul .ht-setting:before {
  border-bottom: 6px solid #333;
}

@media only screen and (min-width: 1501px) {
  .header-6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.header-6 .header-top .ht-menu ul li {
  background: #7d797a;
  margin-right: -2px;
}
.header-6 .header-top .ht-menu ul li .ht-dropdown > li {
  background: #ffffff;
}
.header-6 .header-top .ht-menu ul li:first-child {
  margin-right: -3px !important;
}
.header-6 .header-top .ht-icon ul li {
  background: #7d797a;
}
.header-6 .header-top .ht-icon ul li:first-child {
  margin-right: -2px;
}
.header-6 .header-top .ht-sticker span:before {
  background: #323232;
}
.header-6 .header-top .ht-social-link ul li a:before {
  background: #0083c1;
}
.header-6 .header-top .ht-social-link ul li:hover {
  background: #7d797a;
}
.header-6 .header-bottom .header-bottom_nav {
  background: #d3931f;
  padding: 0;
}
.header-6 .header-bottom .header-bottom_nav .category-menu {
  padding: 13px 10px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2.categories-toggle span {
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2.categories-toggle span {
    padding-left: 15px;
  }
}
.header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
  right: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-6 .header-bottom .header-bottom_nav .category-menu .category-heading h2:before {
    right: 10px;
  }
}
.header-6 .header-bottom .header-bottom_nav .hm-search_wrap {
  padding-top: 13px;
}
.header-6 .header-bottom .header-bottom_nav .hm-search_wrap .hm-searchbox .search_btn {
  top: 26px;
}
.header-6 .header-bottom .header-bottom_nav .hm-right {
  display: block;
}
.header-6 .header-bottom .header-bottom_nav .hm-right > ul > li {
  background: #0083c1;
  margin: 0 !important;
  height: 75px;
  padding-top: 15px;
}
.header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
  right: auto;
  left: 45px;
  top: -10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
    left: 23px;
  }
}
@media (max-width: 479px) {
  .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-counter {
    left: 60px;
  }
}
.header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a i {
  color: #ffffff;
  margin-right: 10px;
}
.header-6 .header-bottom .header-bottom_nav .hm-right > ul > li a .item-text {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 479px) {
  .header-6 .header-bottom .header-bottom_nav .hm-right > ul > li .-minicart-2 {
    right: 0;
    left: -68px;
  }
}

@media only screen and (min-width: 1501px) {
  .header-6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*===============================
=    's Header Sticky      =
=================================*/
.header-sticky.sticky {
  background: rgba(1, 104, 176, 0.8) !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 1049;
}

.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
}

.header-sticky:hover {
  background: #006fa4 !important;
}

.header-2 .header-sticky.sticky {
  background: #d3931f !important;
}
.header-2 .header-sticky:hover {
  background: transparent !important;
}
.header-2 .sticky:hover {
  background: #d3931f !important;
}
.header-2 .sticky .header-bottom_nav {
  padding: 10px 0;
}

.header-3 .header-sticky,
.header-3 .sticky {
  background: transparent !important;
}
.header-3 .header-sticky:hover {
  background: transparent !important;
}
.header-3 .sticky:hover {
  background: transparent !important;
}

.header-4 .header-sticky,
.header-4 .sticky {
  background: transparent !important;
}
.header-4 .header-sticky:hover {
  background: transparent !important;
}
.header-4 .sticky {
  background-color: #6d6568 !important;
}
.header-4 .sticky:hover {
  background-color: #6d6568 !important;
}

.header-4 .sticky .category-menu .category-menu-list {
  opacity: 0 !important;
  visibility: hidden !important;
}
.header-4 .sticky .category-menu:hover .category-menu-list {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-5 .header-sticky,
.header-5 .sticky {
  background: transparent !important;
}
@media only screen and (max-width: 575px) {
  .header-5 .header-sticky,
.header-5 .sticky {
    position: static;
  }
}
.header-5 .header-sticky:hover {
  background: transparent !important;
}
.header-5 .sticky {
  background-color: #3d1f5b !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header-5 .sticky:hover {
  background-color: #3d1f5b !important;
}

/*----------------------------------------*/
/*  11 - Layout - Footer
/*----------------------------------------*/
.-footer {
  background-image: url("../img/footer/bg/1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-shipping {
  text-align: center;
  border-right: 1px solid #1f1f1e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-shipping {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-shipping {
    border-right: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer-shipping {
    border-right: none;
  }
}
.footer-shipping .shipping-icon {
  display: block;
  padding-bottom: 15px;
}
.footer-shipping .shipping-icon i {
  font-size: 25px;
  color: #999999;
}
.footer-shipping .shipping-info h2 {
  font-size: 18px;
  font-weight: bold;
  color: #c0c0c0;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
.footer-shipping .shipping-info p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.footer-shipping.last-child {
  border-right: none;
}

.footer-middle {
  border-top: 1px solid #1f1f1e;
}

.footer-widget-section_title {
  border-bottom: 1px solid #1b1a1a;
}
.footer-widget-section_title h2 {
  font-size: 14px;
  color: #999;
}

.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li i {
  padding-right: 5px;
  color: #999999;
}
.footer-widget ul li a {
  color: #999999;
}
.footer-widget ul li a:hover {
  color: #ffffff !important;
}
.footer-widget ul li:hover a {
  padding-left: 15px;
}

.footer-widget_content ul li {
  float: left;
  margin-bottom: 15px;
}
.footer-widget_content ul li:last-child {
  margin-bottom: 0;
}
.footer-widget_content ul li span {
  font-size: 13px;
  color: #999999;
}
.footer-widget_content ul li span:first-child {
  float: left;
  width: 60px;
}
.footer-widget_content ul li span:last-child {
  width: 200px;
  float: right;
}
.footer-widget_content ul li span:last-child a {
  color: #999;
}

.footer-upper_bottom {
  border-top: 1px solid #1f1f1e;
}

.additional-payment_methhod {
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767px) {
  .additional-payment_methhod {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .additional-payment_methhod {
    text-align: center;
  }
}

.footer-social_link ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-social_link ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.footer-social_link ul .twitter {
  background: #00bff3;
}
.footer-social_link ul .google-plus {
  background: #ed1c24;
}
.footer-social_link ul .facebook {
  background: #448ccb;
}
.footer-social_link ul .rss {
  background: #e3c210;
}
.footer-social_link ul .youtube {
  background: #7da7d9;
}
.footer-social_link ul a {
  color: #ffffff;
  display: block;
}
.footer-social_link ul a:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 575px) {
  .payment-methhod {
    text-align: center !important;
  }
}

.footer-lower_bottom {
  border-top: 1px solid #1f1f1e;
}
@media only screen and (max-width: 767px) {
  .footer-lower_bottom .copyright {
    text-align: center;
  }
}
.footer-lower_bottom .copyright span {
  color: #999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-lower_bottom .copyright span {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-menu,
.footer-menu-2 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu,
.footer-menu-2 {
    text-align: center !important;
  }
}
.footer-menu ul li,
.footer-menu-2 ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-menu ul li:last-child,
.footer-menu-2 ul li:last-child {
  margin-right: 0;
}
.footer-menu ul a,
.footer-menu-2 ul a {
  color: #999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu ul a,
.footer-menu-2 ul a {
    font-size: 13px;
  }
}

.footer-menu-2 ul li a:hover {
  color: #e2ac3a !important;
}

.-footer-2 .footer-middle .-section_title h2:after {
  background: #e2ac3a;
}

/*----------------------------------------*/
/*  12 - Layout - Static Shipping
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  .static-shipping_area {
    padding-bottom: 0 !important;
  }
}

.static-shipping {
  float: left;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
}
.static-shipping .static-shipping_info {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0 25px;
}
@media only screen and (max-width: 1199px) {
  .static-shipping .static-shipping_info {
    text-align: center;
  }
}
.static-shipping .static-shipping_info .static-shipping_icon {
  display: inline-block;
  width: 25%;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .static-shipping .static-shipping_info .static-shipping_icon {
    display: inline-block;
    width: auto;
    float: unset;
    padding-bottom: 15px;
  }
}
.static-shipping .static-shipping_info .static-shipping_icon span {
  background: #fbaf5d;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  border-radius: 50%;
  top: 0;
}
.static-shipping .static-shipping_info .static-shipping_icon span.headphone-color {
  background: #5c9dc3;
}
.static-shipping .static-shipping_info .static-shipping_icon span.refresh-color {
  background: #e35960;
}
.static-shipping .static-shipping_info .static-shipping_icon span.shield-color {
  background: #a186be;
}
.static-shipping .static-shipping_info .static-shipping_text {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 1199px) {
  .static-shipping .static-shipping_info .static-shipping_text {
    width: auto;
    float: unset;
  }
}
.static-shipping .static-shipping_info .static-shipping_text > h2 {
  font-size: 14px;
  color: #454545;
  font-weight: bold;
}
.static-shipping .static-shipping_info .static-shipping_text > p {
  color: #454545;
}
.static-shipping .static-shipping_info:last-child {
  border-bottom: none;
}

.static-shipping-2 .static-shipping_info {
  text-align: center;
  padding: 30px 0 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static-shipping-2 .static-shipping_info {
    padding: 30px 15px 25px;
  }
}
.static-shipping-2 .static-shipping_info .static-shipping_icon {
  display: block;
}
.static-shipping-2 .static-shipping_info .static-shipping_icon span {
  color: #fff;
  font-size: 30px;
}
.static-shipping-2 .static-shipping_info .static-shipping_text h2 {
  font-size: 16px;
  padding-top: 15px;
  margin: 0;
}
.static-shipping-2 .static-shipping_info .static-shipping_text p {
  color: #fff;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static-shipping-2 .static-shipping_info .static-shipping_text p {
    font-size: 12px;
  }
}
.static-shipping-2.inner-box_color-1 {
  background-color: #e2ac3a;
}
.static-shipping-2.inner-box_color-2 {
  background-color: #4c3d42;
}
.static-shipping-2.inner-box_color-3 {
  background-color: #ffffff;
}

.static-shipping-3 .static-shipping_nav {
  margin-top: -110px;
  position: relative;
  z-index: 3;
  border-right: 1px solid #e1e1e1;
}
@media only screen and (max-width: 991px) {
  .static-shipping-3 .static-shipping_nav {
    margin-top: 0;
  }
}
.static-shipping-3 .static-shipping_nav .static-shipping_info {
  border-left: 1px solid #e1e1e1;
}
.static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_icon span {
  color: #e3c210;
}
.static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_text h2 {
  color: #454545;
  font-weight: bold;
}
.static-shipping-3 .static-shipping_nav .static-shipping_info .static-shipping_text p {
  color: #454545;
  line-height: 24px;
}

/*----------------------------------------*/
/*  13 - Layout - Brand
/*----------------------------------------*/
.-brand_wrap .-brand_nav {
  margin-bottom: -105px;
  position: relative;
  z-index: 1;
  padding: 80px 0 85px;
}

/*----------------------------------------*/
/*  14 - Layout - Latest Blog
/*----------------------------------------*/
.-latest-blog_wrap .-section_title {
  width: 60%;
  text-align: center;
  margin: 0 auto 30px !important;
}
.-latest-blog_wrap .-section_title h2 {
  color: #454545;
  font-weight: 700;
  line-height: 26px;
}
.-latest-blog_wrap .-section_title h2:after {
  right: 0;
  margin: 0 auto;
}
.-latest-blog_wrap .section-short_desc {
  max-width: 732px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .-latest-blog_wrap-2 .-list_view .blog-content {
    height: 306px;
    margin-bottom: 30px;
  }
  .-latest-blog_wrap-2 .-list_view .blog-content:last-child {
    margin-bottom: 0;
  }
}

.-latest-blog .blog-img,
.-latest-blog-2 .blog-img {
  position: relative;
}
.-latest-blog .blog-img .blog-time_schedule,
.-latest-blog-2 .blog-img .blog-time_schedule {
  background: #0083c1;
  width: 50px;
  height: 66px;
  position: absolute;
  top: 30px;
  left: 50px;
  color: #ffffff;
  z-index: 3;
  display: block;
  padding: 10px 0px 0;
}
.-latest-blog .blog-img .blog-time_schedule:after,
.-latest-blog-2 .blog-img .blog-time_schedule:after {
  content: "";
  position: absolute;
  top: 100%;
  border: 9px solid transparent;
  border-bottom-color: transparent !important;
  border-color: #0083c1;
  border-width: 4px 20px;
  left: 0;
  right: 0;
}
.-latest-blog .blog-img .blog-time_schedule .post-info,
.-latest-blog-2 .blog-img .blog-time_schedule .post-info {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  overflow: hidden;
  text-align: center;
}
.-latest-blog .blog-img .blog-time_schedule .post-info .post-period_date,
.-latest-blog-2 .blog-img .blog-time_schedule .post-info .post-period_date {
  display: block;
  border-bottom: 1px solid #2f98c9;
  font-size: 20px;
}
.-latest-blog .blog-img .blog-time_schedule .post-info .post-period_date .post-period_month,
.-latest-blog-2 .blog-img .blog-time_schedule .post-info .post-period_date .post-period_month {
  padding-top: 3px;
  display: block;
  font-size: 12px;
}
.-latest-blog .blog-img a img,
.-latest-blog-2 .blog-img a img {
  width: 100%;
}
.-latest-blog .blog-content,
.-latest-blog-2 .blog-content {
  padding: 25px 30px 30px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.-latest-blog .blog-content .blog-title,
.-latest-blog-2 .blog-content .blog-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.-latest-blog .blog-content .blog-title a,
.-latest-blog-2 .blog-content .blog-title a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.-latest-blog .blog-content .blog-title-2,
.-latest-blog-2 .blog-content .blog-title-2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.-latest-blog .blog-content .blog-author,
.-latest-blog-2 .blog-content .blog-author {
  color: #007bff;
}
.-latest-blog .blog-content .blog-author span,
.-latest-blog-2 .blog-content .blog-author span {
  color: #959595;
}
.-latest-blog .blog-content .short_desc,
.-latest-blog-2 .blog-content .short_desc {
  font-size: 14px;
  color: #454545;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-latest-blog .blog-content .short_desc,
.-latest-blog-2 .blog-content .short_desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.-latest-blog .blog-content p,
.-latest-blog-2 .blog-content p {
  color: #444444;
}
.-latest-blog .blog-content .read-more:after,
.-latest-blog-2 .blog-content .read-more:after {
  content: "";
  font-family: fontawesome;
  padding-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.-list_view .blog-img .blog-time_schedule,
.-lsit_view-2 .blog-img .blog-time_schedule,
.blog-details .blog-img .blog-time_schedule {
  width: 40px;
  height: 53px;
  top: 20px;
  left: 20px;
}
.-list_view .blog-img .blog-time_schedule .post-info .post-period_date,
.-lsit_view-2 .blog-img .blog-time_schedule .post-info .post-period_date,
.blog-details .blog-img .blog-time_schedule .post-info .post-period_date {
  font-size: 16px;
}
.-list_view .blog-content,
.-lsit_view-2 .blog-content,
.blog-details .blog-content {
  border-top: 1px solid #ebebeb;
  min-height: 187px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-list_view .blog-content,
.-lsit_view-2 .blog-content,
.blog-details .blog-content {
    min-height: auto;
    height: 148px;
  }
}
.-list_view .blog-content .blog-title,
.-lsit_view-2 .blog-content .blog-title,
.blog-details .blog-content .blog-title {
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.-list_view .blog-content .blog-title a,
.-lsit_view-2 .blog-content .blog-title a,
.blog-details .blog-content .blog-title a {
  color: #222222;
}

.-list_view-2 .embed-responsive {
  height: 285px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-list_view-2 .embed-responsive {
    height: 264px;
  }
}
@media only screen and (max-width: 991px) {
  .-list_view-2 .embed-responsive {
    height: auto;
  }
}
.-list_view-2 .blog-content {
  min-height: 285px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-list_view-2 .blog-content {
    min-height: 264px;
  }
}
@media only screen and (max-width: 991px) {
  .-list_view-2 .blog-content {
    min-height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-list_view-2 .blog-content .short_desc {
    font-size: 12px;
  }
}

.blog-details .embed-responsive {
  height: auto;
}
.blog-details .blog-content {
  height: auto;
}

.-latest-blog-2 .blog-content .blog-title a {
  color: #454545;
}
.-latest-blog-2 .blog-content .blog-title a:hover {
  color: #e2ac3a !important;
}
.-latest-blog-2 .blog-content .blog-author {
  color: #e2ac3a;
}
.-latest-blog-2 .blog-content .read-more {
  color: #e2ac3a;
}
.-latest-blog-2 .blog-content .read-more:hover {
  color: #e2ac3a !important;
}

/*----------------------------------------*/
/*  20 - Components - Navigation
/*----------------------------------------*/
.menu-btn:hover {
  color: #333333 !important;
}

.menu-btn-2 {
  left: auto;
  right: 16px;
  top: 5px;
}
@media (min-width: 480px) and (max-width: 575px) {
  .menu-btn-2 {
    right: 14px;
  }
}
@media (max-width: 479px) {
  .menu-btn-2 {
    right: 75px;
    top: 35px;
  }
}

.menu-btn-3 {
  font-size: xx-large;
  padding-left: 15px;
}

.menu-btn-5 {
  top: 0;
  font-size: 20px;
  left: 0;
  display: block;
  position: relative;
}
.menu-btn-5:hover {
  color: #ffffff !important;
}

.hm-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hm-right-wrap .ht-icon-2 {
  padding-right: 0;
  width: calc(100% - 60px);
}
.hm-right-wrap .ht-icon-2 ul li {
  width: 100%;
}
.hm-right-wrap .menu-btn-6 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: #333333;
  z-index: 9999;
}
.offcanvas-menu-wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
}
.offcanvas-menu-wrapper .btn-close,
.offcanvas-menu-wrapper .btn-close-2 {
  background: #0291d6;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50px;
  left: -30px;
  z-index: 100;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  padding: 0;
  opacity: 1;
  border-radius: 0;
}
.offcanvas-menu-wrapper .btn-close:hover,
.offcanvas-menu-wrapper .btn-close-2:hover {
  background: #666666;
  color: #ffffff !important;
}
.offcanvas-menu-wrapper .btn-close-2 {
  background: #d3931f;
}

.offcanvas-ht_menu {
  float: unset;
  padding-bottom: 10px;
}
.offcanvas-ht_menu ul li {
  width: 84px;
  margin-right: -3px;
  background: #006fa4;
}
.offcanvas-ht_menu ul li > ul.ht-dropdown {
  width: 84px !important;
}
.offcanvas-ht_menu ul:first-child {
  margin-right: -2px;
}

.offcanvas-navigation .offcanvas-menu,
.offcanvas-navigation-2 .offcanvas-menu {
  overflow-y: auto;
  max-height: 210px;
}
.offcanvas-navigation .offcanvas-menu > li,
.offcanvas-navigation-2 .offcanvas-menu > li {
  height: 100%;
}
.offcanvas-navigation .offcanvas-menu li > .menu-expand,
.offcanvas-navigation-2 .offcanvas-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: -1px;
  width: 50px;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  color: #ffffff;
}
.offcanvas-navigation .offcanvas-menu li a,
.offcanvas-navigation-2 .offcanvas-menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 14px 20px;
  line-height: 24px;
  color: #ffffff !important;
}
.offcanvas-navigation .offcanvas-menu li .sub-menu,
.offcanvas-navigation-2 .offcanvas-menu li .sub-menu {
  background-color: #333333;
  padding-left: 10px;
}
.offcanvas-navigation .offcanvas-menu li .sub-menu li a,
.offcanvas-navigation-2 .offcanvas-menu li .sub-menu li a {
  text-transform: capitalize;
  font-size: 13px;
}
.offcanvas-navigation .offcanvas-menu li.menu-open > .menu-expand i:before,
.offcanvas-navigation-2 .offcanvas-menu li.menu-open > .menu-expand i:before {
  content: "";
}
.offcanvas-navigation .offcanvas-menu li:hover > a,
.offcanvas-navigation-2 .offcanvas-menu li:hover > a {
  color: #006fa4 !important;
}
.offcanvas-navigation .offcanvas-menu li:hover > .menu-expand,
.offcanvas-navigation-2 .offcanvas-menu li:hover > .menu-expand {
  color: #006fa4 !important;
}

.offcanvas-navigation-2 .offcanvas-menu li:hover > a {
  color: #efbb4c !important;
}
.offcanvas-navigation-2 .offcanvas-menu li:hover > .menu-expand {
  color: #efbb4c !important;
}

/*------------------------*/
/*  Category Menu
/*------------------------*/
.category-menu {
  position: relative;
}

.category-heading {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  padding: 15px 0;
}
.category-heading > h2 {
  margin: 0;
  color: #252525;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .category-heading.style-2 h2 span {
    font-size: 12px;
  }
}

.categories-toggle > span {
  padding-left: 30px;
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}

.category-heading > h2::before {
  font-size: 20px;
  content: "";
  font-family: fontawesome;
  font-weight: normal;
  color: #252525;
  display: block;
  position: absolute;
  right: 30px;
  top: 14px;
}
.category-heading > h2 > i {
  float: right;
  padding-right: 20px;
  font-size: 12px;
}

.category-menu-list {
  background: #d3931f !important;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: block;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.category-menu:hover .category-menu-list {
  opacity: 1;
  visibility: visible;
}

.category-menu-list > ul > li {
  list-style: none;
  position: relative;
}

.header-bottom-area.header-style-3 .category-menu-list > ul > li:first-child {
  border-top: 1px solid #ebebeb;
}

.category-menu-list > ul > li > a,
.cat-dropdown > li > a {
  display: block;
  text-transform: capitalize;
  color: #2c2c2c;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid rgba(239, 239, 239, 0.2);
}

.category-menu-list > ul > li:hover > a,
.cat-dropdown > li:hover > a {
  color: #0083c1;
}

.category-menu-list > ul > li img {
  position: absolute;
  left: 20px;
  top: 4px;
  height: auto;
  display: block;
}
.category-menu-list > ul > li:last-child > a:before {
  display: none;
}
.category-menu-list > ul > li:hover {
  background: #e2ac3a;
}
.category-menu-list > ul > li:hover > a {
  color: #ffffff !important;
}
.category-menu-list > ul > li.right-menu > a::after {
  content: "";
  font-family: FontAwesome;
  float: right;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-menu-list > ul > li.right-menu:hover > a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.category-menu-list > ul > li.rx-parent > a, .category-menu-list > ul > li.rx-show a {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding-left: 40px;
}

.rx-parent {
  cursor: pointer;
}

.category-menu-list > ul > li.rx-parent:hover > a {
  color: #ffffff !important;
}

.rx-parent a.rx-default i, .rx-parent a.rx-show i {
  position: absolute;
  left: 0;
  top: 12px;
}

li.rx-parent a.rx-default::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 15px;
}
li.rx-parent a.rx-show::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 15px;
}

.rx-child {
  display: none;
}

.category-menu-list ul li a.rx-show {
  display: none;
}
.category-menu-list ul li.rx-change a.rx-show {
  display: block;
}
.category-menu-list ul li.rx-change a.rx-default {
  display: none;
}

.cat-mega-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  z-index: 999;
  width: 220px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 650px;
  padding: 30px;
  overflow: hidden;
}

.cat-mega-menu-2 {
  width: 440px;
}

li.right-menu .cat-mega-menu > li {
  width: 33.333%;
  float: left;
  list-style: none;
}
li.right-menu .cat-mega-menu-2 > li {
  width: 33.333%;
  float: left;
  list-style: none;
  width: 50%;
}

.cat-mega-menu > li.cat-mega-title > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
  position: relative;
  color: #242424;
}
.cat-mega-menu > li.cat-mega-title > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #c28516;
  height: 2px;
  width: 40px;
}
.cat-mega-menu > li.cat-mega-title a:hover {
  color: #ffffff;
}
.cat-mega-menu > li > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
}
.cat-mega-menu > li > ul > li > a:hover {
  color: #0083c1;
}

.category-menu-list > ul > li:hover .cat-dropdown,
.category-menu-list > ul > li:hover .cat-mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .cat-mega-menu > li > a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 6px;
    height: 2px;
    background: #606060;
  }

  .category-menu-list > ul > li.right-menu > a:after {
    display: none;
  }

  .category-menu {
    width: 100%;
    position: relative;
  }

  .cat-mega-menu,
.cat-dropdown {
    position: static;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

  .category-menu-list > ul > li i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 9;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .category-menu-list > ul > li i {
    top: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .category-menu-list > ul > li i:before {
    background-color: #606060;
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    margin-top: -1px;
    top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .category-menu-list > ul > li i:after {
    background-color: #606060;
    width: 2px;
    height: 8px;
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: -1px;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@media only screen and (max-width: 991px) {
  .category-menu-list > ul > li i.expand:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 991px) {
  li.right-menu .cat-mega-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .cat-mega-menu > li.cat-mega-title > a:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .cat-mega-menu > li.cat-mega-title > a,
.cat-mega-menu > li > ul > li > a,
.cat-dropdown > li > a {
    padding: 10px 25px 10px 35px;
    font-size: 13px;
    color: #444444;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .cat-mega-menu > li.cat-mega-title:last-child > a,
.cat-mega-menu > li > ul > li:last-child > a,
.cat-dropdown > li:last-child > a {
    border-bottom: 0;
  }
}
/*----------------------------------------*/
/*  21 - Components - Button
/*----------------------------------------*/
.-btn,
.-btn-fullwidth,
.-btn-fuscous_grey,
.-qty_btn,
.link-sharing_btn {
  background: #ffffff;
  width: 170px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 479px) {
  .-btn,
.-btn-fullwidth,
.-btn-fuscous_grey,
.-qty_btn,
.link-sharing_btn {
    width: 150px;
    padding-left: 15px;
  }
}
.-btn:hover,
.-btn-fullwidth:hover,
.-btn-fuscous_grey:hover,
.-qty_btn:hover,
.link-sharing_btn:hover {
  background: #0083c1;
  color: #ffffff !important;
}
.-btn:before,
.-btn-fullwidth:before,
.-btn-fuscous_grey:before,
.-qty_btn:before,
.link-sharing_btn:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: 0px;
  font-size: 18px;
}
@media (max-width: 479px) {
  .-btn:before,
.-btn-fullwidth:before,
.-btn-fuscous_grey:before,
.-qty_btn:before,
.link-sharing_btn:before {
    right: 15px;
  }
}

.-btn-2:hover {
  background: #e2ac3a;
  color: #ffffff !important;
}

.-btn-3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #0083c1;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.-btn-3:focus {
  background: #242424;
}

.-btn-3:hover {
  color: #ffffff;
  background-color: #242424;
}

.-btn-fullwidth {
  float: left;
  width: 100%;
  background: #e3e3e3;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 700;
  margin-top: 20px;
  padding: 0;
}
.-btn-fullwidth:before {
  content: none;
}

.-qty_btn {
  background: #0083c1;
  color: #ffffff !important;
  height: 40px;
  line-height: 40px;
  width: 145px;
  display: inline-block;
  font-weight: bold;
  margin-left: 15px;
  padding-left: 0;
  text-align: center;
}
.-qty_btn:hover {
  background: #333333;
  color: #ffffff !important;
}
.-qty_btn:before {
  content: none;
}
.-qty_btn i {
  margin-right: 10px;
}

.link-sharing {
  float: left;
  width: 100%;
}
.link-sharing li {
  display: inline-block;
}
@media (max-width: 479px) {
  .link-sharing li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}
.link-sharing li .link-sharing_btn {
  background: #e3e3e3;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 0;
  border-radius: 0;
  color: #454545;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .link-sharing li .link-sharing_btn {
    width: 125px;
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .link-sharing li .link-sharing_btn {
    width: 160px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .link-sharing li .link-sharing_btn {
    width: 145px;
  }
}
@media (max-width: 479px) {
  .link-sharing li .link-sharing_btn {
    width: 100%;
  }
}
.link-sharing li .link-sharing_btn:before {
  content: none;
}
.link-sharing li .link-sharing_btn:hover {
  background: #0083c1;
  color: #ffffff;
}

.-btn-fuscous_grey {
  color: #3e3c3e;
}

/*----------------------------------------*/
/*  22 - Components - Slider
/*----------------------------------------*/
.single-slide.align-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-content {
  position: absolute;
  left: 90px;
}
@media (max-width: 479px) {
  .slider-content {
    left: 15px;
  }
}
.slider-content > h2 {
  color: #ffffff;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content > h2 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content > h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content > h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .slider-content > h2 {
    font-size: 30px;
  }
}
.slider-content > h3 {
  color: #0083c1;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "texgyreadventor-bold";
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content > h3 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content > h3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content > h3 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .slider-content > h3 {
    font-size: 30px;
  }
}
.slider-content > p {
  color: #ffffff;
  max-width: 530px;
  margin-bottom: 25px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .slider-content > p {
    max-width: 305px;
  }
}

.bg-1,
.bg-2 {
  background-image: url("../img/slider/1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  width: 100%;
}
@media (max-width: 479px) {
  .bg-1,
.bg-2 {
    min-height: 320px;
  }
}

.bg-2 {
  background-image: url("../img/slider/2.webp");
}

.bg-3,
.bg-4 {
  background-image: url("../img/slider/3.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 730px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .bg-3,
.bg-4 {
    min-height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-3,
.bg-4 {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bg-3,
.bg-4 {
    min-height: 450px;
  }
}

.bg-4 {
  background-image: url("../img/slider/4.webp");
}

.bg-5,
.bg-6 {
  background-image: url("../img/slider/5.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 730px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .bg-5,
.bg-6 {
    min-height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-5,
.bg-6 {
    min-height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bg-5,
.bg-6 {
    min-height: 450px;
  }
}

.bg-6 {
  background-image: url("../img/slider/6.webp");
}

.bg-7,
.bg-8 {
  background-image: url("../img/slider/7.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .bg-7,
.bg-8 {
    min-height: 380px;
  }
}

.bg-8 {
  background-image: url("../img/slider/8.webp");
}

.bg-9,
.bg-10 {
  background-image: url("../img/slider/9.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 710px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .bg-9,
.bg-10 {
    min-height: 520px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-9,
.bg-10 {
    min-height: 480px;
  }
}

.bg-10 {
  background-image: url("../img/slider/10.webp");
}

.bg-11,
.bg-12 {
  background-image: url("../img/slider/11.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 780px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .bg-11,
.bg-12 {
    min-height: 520px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 575px) {
  .bg-11,
.bg-12 {
    min-height: 480px;
  }
}
@media (max-width: 479px) {
  .bg-11,
.bg-12 {
    min-height: 420px;
  }
}

.bg-12 {
  background-image: url("../img/slider/12.webp");
}

.owl-dots {
  top: 40%;
  left: 30px;
  position: absolute;
}
.owl-dots .owl-dot {
  background: #fff;
  display: block;
  height: 3px;
  font-size: 0;
  width: 20px;
  text-align: center;
  position: relative;
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .owl-dots .owl-dot {
    display: none;
  }
}
.owl-dots .owl-dot.active {
  background: #0083c1 none repeat scroll 0 0;
  width: 50px;
}
.owl-dots .owl-dot:first-child {
  margin-bottom: 20px;
}
.owl-dots .owl-dot:before {
  content: "1";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: -15px;
  top: -8px;
}
.owl-dots .owl-dot:last-child:before {
  content: "2";
}
.owl-dots .owl-dot:hover {
  background: #0083c1 none repeat scroll 0 0;
  width: 50px;
}

.slider-area-2 {
  margin-top: -1px;
}
.slider-area-2 .slider-content {
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .slider-area-2 .slider-content {
    top: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area-2 .slider-content {
    top: 4%;
  }
}
.slider-area-2 .slider-content h3 {
  color: #3e3c3e;
}
.slider-area-2 .slider-content p {
  max-width: 625px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-area-2 .slider-content p {
    max-width: 415px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .slider-area-2 .slider-content p {
    max-width: 380px;
  }
}
.slider-area-2 .slider-active .owl-dots .owl-dot.active {
  background: #ca8e1d none repeat scroll 0 0;
  width: 50px;
}
.slider-area-2 .slider-active .owl-dots .owl-dot:hover {
  background: #ca8e1d none repeat scroll 0 0;
  width: 50px;
}

.slider-area-3 .slider-content h2 {
  font-size: 70px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .slider-area-3 .slider-content h2 {
    font-size: 40px;
  }
}
.slider-area-3 .slider-content h3 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .slider-area-3 .slider-content h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area-3 .slider-content p {
    font-size: 13px;
  }
}

.slider-area-4 .slider-content {
  top: 48%;
  left: 30%;
}
@media only screen and (max-width: 991px) {
  .slider-area-4 .slider-content {
    top: 18%;
    left: 15%;
  }
}
.slider-area-4 .slider-content h2,
.slider-area-4 .slider-content h3 {
  font-size: 48px;
  cursor: text;
}
@media (max-width: 479px) {
  .slider-area-4 .slider-content h2,
.slider-area-4 .slider-content h3 {
    font-size: 35px;
  }
}
.slider-area-4 .slider-content p {
  font-size: 24px;
  color: #ffbc00;
  font-weight: bold;
  font-family: "texgyreadventor-bold";
  cursor: text;
}
@media (max-width: 479px) {
  .slider-area-4 .slider-content p {
    font-size: 20px;
  }
}
.slider-area-4 .owl-dots {
  top: 55%;
  right: 30px;
  position: absolute;
  left: auto;
}
.slider-area-4 .owl-dots .owl-dot {
  background: #756b6d none repeat scroll 0 0 !important;
}
.slider-area-4 .owl-dots .owl-dot.active {
  background: #ffffff none repeat scroll 0 0 !important;
  width: 50px;
}
.slider-area-4 .owl-dots .owl-dot:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  width: 50px;
}

.slider-area-5 .slider-content {
  top: 27%;
  left: 19%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-5 .slider-content {
    top: 20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-area-5 .slider-content {
    top: 8%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .slider-area-5 .slider-content {
    top: 14%;
  }
}
@media (max-width: 479px) {
  .slider-area-5 .slider-content {
    top: 14%;
    left: 7%;
  }
}
.slider-area-5 .slider-content span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.slider-area-5 .slider-content h2 {
  font-size: 50px;
  margin-bottom: 15px;
  padding-top: 50px;
}
@media only screen and (max-width: 575px) {
  .slider-area-5 .slider-content h2 {
    padding-top: 30px;
    font-size: 30px;
  }
}
.slider-area-5 .slider-content h2 span {
  font-size: 50px;
  color: #e3c210;
}
@media only screen and (max-width: 575px) {
  .slider-area-5 .slider-content h2 span {
    font-size: 30px;
  }
}
.slider-area-5 .slider-content p {
  font-size: 13px;
}
.slider-area-5 .slider-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}

.slider-area-5 .owl-dots {
  top: 40%;
  left: auto;
  position: absolute;
  right: 30px;
}

.slider-area-6 {
  margin-top: -1px;
}
.slider-area-6 .slider-content {
  left: auto;
  right: 10%;
  top: 34%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-6 .slider-content {
    top: 20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-area-6 .slider-content {
    top: 17%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area-6 .slider-content {
    right: 0;
    top: 15%;
  }
}
@media (max-width: 479px) {
  .slider-area-6 .slider-content h2 {
    font-size: 25px;
  }
}
.slider-area-6 .slider-content h2 span {
  color: #0083c1;
}
.slider-area-6 .slider-content-2 {
  left: 10%;
  right: auto;
  top: 34%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-6 .slider-content-2 {
    top: 20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .slider-area-6 .slider-content-2 {
    top: 17%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area-6 .slider-content-2 {
    left: 10%;
    top: 15%;
  }
}

/*----------------------------------------*/
/*  23 - Components - Product
/*----------------------------------------*/
.-single_product {
  border: 1px solid #edecec;
  position: relative;
  border-radius: 3px;
}
.-single_product:hover {
  border-color: #0083c1;
}
.-single_product:hover .product-img .secondary-img {
  opacity: 1;
}
.-single_product:hover .product-img {
  border-color: #0083c1;
}
.-single_product:hover .-product_content {
  border-color: #0083c1;
}

.sticker {
  position: absolute;
  z-index: 3;
  margin-top: 10px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background: #31a2e2;
  margin-right: 20px;
  margin-top: 20px;
  right: 0;
  top: 0;
}
.sticker:before {
  position: absolute;
  content: "";
  width: 11.5px;
  height: 11.5px;
  border-bottom: 2px solid #31a2e2;
  border-left: 2px solid #31a2e2;
  top: 50%;
  margin-top: -5px;
  background: #31a2e2;
  left: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sticker-2 {
  background: #e3c210;
}
.sticker-2:before {
  border-bottom: 2px solid #e3c210;
  border-left: 2px solid #e3c210;
  background: #e3c210;
}

.product-img {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.product-img > a {
  display: block;
}

.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.-product_content {
  padding: 0 15px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.product-desc_info {
  border-bottom: 1px solid #ebebeb;
}

.rating-box ul li {
  display: inline-block;
}
.rating-box ul i {
  color: #ffcd00;
}
.rating-box ul .no-star i {
  color: #e3e3e3;
}
.rating-box ul .half-star i {
  width: 50%;
  color: #e3e3e3;
}

.product-name {
  font-size: 16px;
  color: #454545;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 25px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.price-box .new-price {
  color: #c83c43;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.price-box .old-price {
  color: #7e7e7e;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
}

.add-actions {
  padding: 20px 0;
}
.add-actions ul li a {
  color: #454545;
}
.add-actions ul li a i {
  font-size: 16px;
}
.add-actions ul li .-add_cart i {
  margin-right: 5px;
}
.add-actions ul li .-wishlist_link {
  padding-left: 10px;
}

.add-actions ul li {
  display: inline-block;
}
.add-actions ul li:nth-child(n+2) {
  float: right;
}

/*===============================
=     Product Two    			=
=================================*/
.-product_active-2 .-single_product:hover,
.-product_active-3 .-single_product:hover,
.-circle-countdown_product .-single_product:hover,
.-circle-countdown_product-2 .-single_product:hover,
.-circle-countdown_product-3 .-single_product:hover,
.-circle-countdown_product-4 .-single_product:hover,
.two-row_product .-single_product:hover,
.one-row_product .-single_product:hover {
  border-color: #e2ac3a;
}
.-product_active-2 .-single_product:hover .product-img,
.-product_active-3 .-single_product:hover .product-img,
.-circle-countdown_product .-single_product:hover .product-img,
.-circle-countdown_product-2 .-single_product:hover .product-img,
.-circle-countdown_product-3 .-single_product:hover .product-img,
.-circle-countdown_product-4 .-single_product:hover .product-img,
.two-row_product .-single_product:hover .product-img,
.one-row_product .-single_product:hover .product-img {
  border-color: #e2ac3a;
}
.-product_active-2 .-single_product:hover .-product_content,
.-product_active-3 .-single_product:hover .-product_content,
.-circle-countdown_product .-single_product:hover .-product_content,
.-circle-countdown_product-2 .-single_product:hover .-product_content,
.-circle-countdown_product-3 .-single_product:hover .-product_content,
.-circle-countdown_product-4 .-single_product:hover .-product_content,
.two-row_product .-single_product:hover .-product_content,
.one-row_product .-single_product:hover .-product_content {
  border-color: #e2ac3a;
}
.-product_active-2 .-single_product .-product_content .product-desc_info h4 a:hover,
.-product_active-3 .-single_product .-product_content .product-desc_info h4 a:hover,
.-circle-countdown_product .-single_product .-product_content .product-desc_info h4 a:hover,
.-circle-countdown_product-2 .-single_product .-product_content .product-desc_info h4 a:hover,
.-circle-countdown_product-3 .-single_product .-product_content .product-desc_info h4 a:hover,
.-circle-countdown_product-4 .-single_product .-product_content .product-desc_info h4 a:hover,
.two-row_product .-single_product .-product_content .product-desc_info h4 a:hover,
.one-row_product .-single_product .-product_content .product-desc_info h4 a:hover {
  color: #e2ac3a !important;
}
.-product_active-2 .-single_product .-product_content .add-actions ul li a:hover,
.-product_active-3 .-single_product .-product_content .add-actions ul li a:hover,
.-circle-countdown_product .-single_product .-product_content .add-actions ul li a:hover,
.-circle-countdown_product-2 .-single_product .-product_content .add-actions ul li a:hover,
.-circle-countdown_product-3 .-single_product .-product_content .add-actions ul li a:hover,
.-circle-countdown_product-4 .-single_product .-product_content .add-actions ul li a:hover,
.two-row_product .-single_product .-product_content .add-actions ul li a:hover,
.one-row_product .-single_product .-product_content .add-actions ul li a:hover {
  color: #e2ac3a !important;
}

.two-row_product {
  margin-left: -15px;
  margin-right: -15px;
}
.two-row_product .product-item {
  padding-left: 15px;
  padding-right: 15px;
}

.-circle-countdown_product .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.-circle-countdown_product .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.circle-countdown_area-4 .-circle-countdown_product-4 {
  border: 1px solid #e1e1e1;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product {
  border: none;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product:hover .product-img {
  border-color: transparent;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product:hover .-product_content {
  border-color: transparent;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content {
  padding-top: 95px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content {
    padding-top: 20px;
  }
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .product-desc_info {
  border-bottom: none;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .product-desc_info h4 {
  margin-bottom: 20px;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .product-desc_info h4 a.product-name {
  font-size: 26px;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .product-desc_info h4 a:hover {
  color: #e2ac3a !important;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .short_desc {
  color: #454545;
  max-width: 570px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .short_desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .cart-btn_wrap .cart-btn {
  background: #e3c210;
  display: block;
  width: 155px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.circle-countdown_area-4 .-circle-countdown_product-4 .-single_product .-product_content .cart-btn_wrap .cart-btn:hover {
  background: #31a2e2;
  color: #ffffff !important;
}

.circle-countdown_area-5 .circle-countdown_nav {
  padding: 30px 30px 15px;
  z-index: 3;
  margin-top: -130px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .circle-countdown_area-5 .circle-countdown_nav {
    margin-top: 0;
  }
}
.circle-countdown_area-5 .circle-countdown_nav .-section_title h2 {
  color: #454545;
  font-weight: bold;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .product-desc_info {
  border-bottom: none;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide.slick-current {
  position: relative;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide.slick-current::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide.slick-current::before {
    display: none;
  }
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide .-single_product {
  border: none;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide .-single_product .product-img {
  border: none;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide .-single_product .-product_content {
  border: none;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide .-single_product .-product_content .product-desc_info h4 {
  margin-top: 10px;
}
.circle-countdown_area-5 .circle-countdown_nav .-circle-countdown_product-5 .single-product_slide .-single_product .-product_content .short_desc {
  color: #454545;
  line-height: 24px;
}

@media only screen and (min-width: 1501px) {
  .circle-countdown_area-5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*===========================================
=    Two Row With Four Slide Product   			=
=============================================*/
.two-row-with-four_slide .-section_title h2:after {
  background: #e2ac3a;
}
.two-row-with-four_slide .category-thumbnail_product {
  background: #d3931f;
  width: 100%;
  height: 140px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .two-row-with-four_slide .category-thumbnail_product {
    height: 280px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .two-row-with-four_slide .category-thumbnail_product {
    height: 280px;
  }
}
@media (max-width: 479px) {
  .two-row-with-four_slide .category-thumbnail_product {
    height: 560px;
  }
}
.two-row-with-four_slide .category-thumbnail_product ul li {
  display: inline-block;
  text-align: center;
  float: left;
  background: #e2ac3a;
  margin: 10px 5px;
  width: 156px;
  color: #fff;
  min-height: 120px;
  cursor: pointer;
  padding-top: 25px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #e2ac3a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .two-row-with-four_slide .category-thumbnail_product ul li {
    width: 122px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-row-with-four_slide .category-thumbnail_product ul li {
    width: 88px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .two-row-with-four_slide .category-thumbnail_product ul li {
    width: 116px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .two-row-with-four_slide .category-thumbnail_product ul li {
    width: 101px;
  }
}
@media (max-width: 479px) {
  .two-row-with-four_slide .category-thumbnail_product ul li {
    width: 131px;
  }
}
.two-row-with-four_slide .category-thumbnail_product ul li a .thumbnail-img {
  display: block;
  text-align: center;
}
.two-row-with-four_slide .category-thumbnail_product ul li a .thumbnail-name {
  color: #ffffff;
}
.two-row-with-four_slide .category-thumbnail_product ul li:first-child {
  margin-left: 8.5px;
  border: 1px solid #ffffff;
  background: transparent;
}
.two-row-with-four_slide .category-thumbnail_product ul li:hover {
  border-color: #ffffff;
  background: transparent;
}

.category-thumbnail_product-2 {
  background: #383838;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.category-thumbnail_product-2 ul li {
  display: inline-block;
  text-align: center;
  background: #4e4e4e;
  width: 48.5%;
  color: #fff;
  height: 112.2px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #4e4e4e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 1500px) {
  .category-thumbnail_product-2 ul li {
    height: 142.2px;
    padding-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-thumbnail_product-2 ul li {
    width: 19.6%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .category-thumbnail_product-2 ul li {
    width: 19.4%;
  }
}
.category-thumbnail_product-2 ul li:first-child {
  border: 1px solid #0083c1;
  background: #0083c1;
}
.category-thumbnail_product-2 ul li:hover {
  background: #0083c1;
  border-color: #0083c1;
}
.category-thumbnail_product-2 ul li a .thumbnail-img {
  display: block;
  text-align: center;
  padding-bottom: 16px;
}
.category-thumbnail_product-2 ul li a .thumbnail-name {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/*===============================
=    Owl Carousel Navigation    =
=================================*/
.-product_active .owl-nav div,
.-product_active-2 .owl-nav div,
.-featured-product_active .owl-nav div,
.sp-carousel-active .owl-nav div {
  color: rgba(36, 36, 36, 0.15);
  display: block;
  left: -13px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 8;
  background: rgba(51, 51, 51, 0.3);
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
}
.-product_active .owl-nav div:hover,
.-product_active-2 .owl-nav div:hover,
.-featured-product_active .owl-nav div:hover,
.sp-carousel-active .owl-nav div:hover {
  background: #0083c1;
}
.-product_active .owl-nav div.owl-next,
.-product_active-2 .owl-nav div.owl-next,
.-featured-product_active .owl-nav div.owl-next,
.sp-carousel-active .owl-nav div.owl-next {
  right: 15px;
  left: auto;
}
.-product_active:hover .owl-nav div,
.-product_active-2:hover .owl-nav div,
.-featured-product_active:hover .owl-nav div,
.sp-carousel-active:hover .owl-nav div {
  opacity: 1;
}

.-featured-product_active .owl-nav div.owl-next {
  right: -13px;
  left: auto;
}

.-product_active .owl-nav .owl-prev i,
.-product_active .owl-nav .owl-next i,
.-product_active-2 .owl-nav .owl-prev i,
.-product_active-2 .owl-nav .owl-next i,
.-featured-product_active .owl-nav .owl-prev i,
.-featured-product_active .owl-nav .owl-next i,
.sp-carousel-active .owl-nav .owl-prev i,
.sp-carousel-active .owl-nav .owl-next i {
  font-size: 22px;
  color: #ffffff;
}

.-product_active .owl-nav div,
.-product_active-2 .owl-nav div {
  left: 0;
}
.-product_active .owl-nav div.owl-next,
.-product_active-2 .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.-product_active-2 .owl-nav div:hover {
  background: #e2ac3a;
}

.-product_active-3 .owl-nav {
  position: absolute;
  top: 0;
  left: auto;
  right: 25px;
  -webkit-transform: translate(24px, -80px);
          transform: translate(24px, -80px);
  font-size: 25px;
  height: 50px;
  width: 50px;
  border-left: 1px solid #e1e1e1;
  line-height: 50px;
  color: rgba(149, 158, 164, 0.31);
}
.-product_active-3 .owl-nav div {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.-product_active-3 .owl-nav div:hover {
  color: #e2ac3a;
}
.-product_active-3 .owl-nav .owl-prev {
  left: 10px;
  right: auto;
  position: absolute;
}
.-product_active-3 .owl-nav .owl-next {
  left: 30px;
  right: auto;
  position: absolute;
}

/*===============================
=   Slick Carousel Navigation   =
=================================*/
.-list-product .slick-arrow,
.-list-product-2 .slick-arrow,
.-list-product-3 .slick-arrow,
.-circle-countdown_product .slick-arrow,
.-circle-countdown_product-2 .slick-arrow,
.-circle-countdown_product-4 .slick-arrow,
.-circle-countdown_product-5 .slick-arrow,
.two-row_product .slick-arrow,
.sp-largeimages .slick-arrow,
.featured-pro-with-six_slide .slick-arrow,
.featured-pro-with-four_slide .slick-arrow,
.one-row_product-2 .slick-arrow {
  background: rgba(51, 51, 51, 0.3);
  color: #ffffff;
  border: none;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px;
}
.-list-product .slick-arrow:hover,
.-list-product-2 .slick-arrow:hover,
.-list-product-3 .slick-arrow:hover,
.-circle-countdown_product .slick-arrow:hover,
.-circle-countdown_product-2 .slick-arrow:hover,
.-circle-countdown_product-4 .slick-arrow:hover,
.-circle-countdown_product-5 .slick-arrow:hover,
.two-row_product .slick-arrow:hover,
.sp-largeimages .slick-arrow:hover,
.featured-pro-with-six_slide .slick-arrow:hover,
.featured-pro-with-four_slide .slick-arrow:hover,
.one-row_product-2 .slick-arrow:hover {
  background: #0083c1;
}
.-list-product .slick-arrow.slick-next,
.-list-product-2 .slick-arrow.slick-next,
.-list-product-3 .slick-arrow.slick-next,
.-circle-countdown_product .slick-arrow.slick-next,
.-circle-countdown_product-2 .slick-arrow.slick-next,
.-circle-countdown_product-4 .slick-arrow.slick-next,
.-circle-countdown_product-5 .slick-arrow.slick-next,
.two-row_product .slick-arrow.slick-next,
.sp-largeimages .slick-arrow.slick-next,
.featured-pro-with-six_slide .slick-arrow.slick-next,
.featured-pro-with-four_slide .slick-arrow.slick-next,
.one-row_product-2 .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.-list-product:hover .slick-arrow,
.-list-product-2:hover .slick-arrow,
.-list-product-3:hover .slick-arrow,
.-circle-countdown_product:hover .slick-arrow,
.-circle-countdown_product-2:hover .slick-arrow,
.-circle-countdown_product-4:hover .slick-arrow,
.-circle-countdown_product-5:hover .slick-arrow,
.two-row_product:hover .slick-arrow,
.sp-largeimages:hover .slick-arrow,
.featured-pro-with-six_slide:hover .slick-arrow,
.featured-pro-with-four_slide:hover .slick-arrow,
.one-row_product-2:hover .slick-arrow {
  opacity: 1;
}

.-circle-countdown_product .slick-arrow:hover,
.-circle-countdown_product-2 .slick-arrow:hover,
.-list-product-3 .slick-arrow:hover,
.-circle-countdown_product-4 .slick-arrow:hover,
.two-row_product .slick-arrow:hover,
.featured-pro-with-six_slide .slick-arrow:hover {
  background: #e2ac3a;
}

.-circle-countdown_product-3 .slick-arrow,
.one-row_product .slick-arrow {
  position: absolute;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -82px);
          transform: translate(0, -82px);
  font-size: 25px;
  background: transparent;
  border: none;
  top: 0;
  color: rgba(149, 158, 164, 0.31);
  height: 50px;
  width: 50px;
  padding: 0;
}
.-circle-countdown_product-3 .slick-arrow.slick-prev,
.one-row_product .slick-arrow.slick-prev {
  left: auto;
  right: 20px;
  border-left: 1px solid #e1e1e1;
}
.-circle-countdown_product-3 .slick-arrow:hover,
.one-row_product .slick-arrow:hover {
  background: transparent;
  color: #e2ac3a;
}

.one-row_product .slick-arrow {
  -webkit-transform: translate(0, -251px);
          transform: translate(0, -251px);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .one-row_product .slick-arrow {
    -webkit-transform: translate(0, -391px);
            transform: translate(0, -391px);
  }
}
@media (max-width: 479px) {
  .one-row_product .slick-arrow {
    display: none !important;
  }
}
.one-row_product .slick-arrow.slick-prev {
  left: auto;
  right: 35px;
}
.one-row_product .slick-arrow.slick-next {
  left: auto;
  right: 15px;
}

.one-row_product-2 .slick-list {
  margin: 0 -15px;
}
.one-row_product-2 .slick-slide {
  padding: 0 15px;
}

.-multiple_section .-section_title {
  margin-bottom: 25px !important;
}
.-multiple_section .-section_title h2 {
  margin-bottom: 25px !important;
}
.-multiple_section .-section_title h2:after {
  background: #e2ac3a;
}
.-multiple_section .-circle-countdown_product-2 .-single_product,
.-multiple_section .-circle-countdown_product-3 .-single_product {
  padding: 15px 15px 0;
}
.-multiple_section .-circle-countdown_product-2 .-single_product .product-img,
.-multiple_section .-circle-countdown_product-3 .-single_product .product-img {
  border: none;
}
.-multiple_section .-circle-countdown_product-2 .-product_content,
.-multiple_section .-circle-countdown_product-3 .-product_content {
  border: none;
  padding: 0;
}
.-multiple_section .-circle-countdown_product-2 .-product_content .product-desc_info,
.-multiple_section .-circle-countdown_product-3 .-product_content .product-desc_info {
  border-bottom: none;
}
.-multiple_section .-circle-countdown_product-2 .-product_content .short_desc,
.-multiple_section .-circle-countdown_product-3 .-product_content .short_desc {
  max-width: 445px;
  color: #454545;
  line-height: 24px;
}
.-multiple_section .-circle-countdown_product-2 .-product_content .add-actions,
.-multiple_section .-circle-countdown_product-3 .-product_content .add-actions {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0;
}
.-multiple_section .-list-product-two_area .-list-product-2,
.-multiple_section .-list-product-two_area .-list-product-3 {
  border: 1px solid #e1e1e1;
  padding: 0 15px;
}
.-multiple_section .-list-product-two_area .-list-product-2 .-single-list_product,
.-multiple_section .-list-product-two_area .-list-product-3 .-single-list_product {
  border-top: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: -1px;
}
.-multiple_section .-blog_gallery .blog-img .blog-time_schedule {
  background: #e2ac3a !important;
  top: 20px;
  left: 20px;
}
.-multiple_section .-blog_gallery .blog-img .blog-time_schedule .post-info .post-period_date {
  border-bottom: none !important;
}
.-multiple_section .-blog_gallery .blog-img .blog-time_schedule:after {
  border-color: transparent !important;
}
.-multiple_section .-blog_gallery.slick-dot-style ul.slick-dots li.slick-active button {
  background-color: #e2ac3a;
}
.-multiple_section .-blog_gallery.slick-dot-style ul.slick-dots li button:hover {
  background-color: #e2ac3a;
}

@media only screen and (min-width: 1501px) {
  .-multiple_section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.-multiple_section .home-left {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .-multiple_section .home-left {
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-multiple_section .home-left {
    max-width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .-multiple_section .home-left {
    max-width: 100%;
  }
}
.-multiple_section .home-right {
  -ms-flex: 0 0 780%;
  -webkit-box-flex: 0;
          flex: 0 0 80%;
  max-width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .-multiple_section .home-right {
    max-width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-multiple_section .home-right {
    max-width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .-multiple_section .home-right {
    max-width: 100%;
  }
}

.sp-largeimages .slick-arrow {
  background: transparent;
  width: auto !important;
  height: auto !important;
  font-size: 80px;
  color: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-largeimages .slick-arrow:hover {
  background: transparent;
}
.sp-largeimages .slick-prev {
  left: -38px;
}
.sp-largeimages .slick-next {
  right: -38px !important;
}
.sp-largeimages:hover .slick-prev {
  left: 0;
}
.sp-largeimages:hover .slick-next {
  right: 0 !important;
}

/*================================
=      Category Product          =
=================================*/
.-category-product {
  background-image: url("../img/category-product/large-size/1.webp");
  position: relative;
  background-repeat: no-repeat;
  height: 425px;
  padding: 108px 0 0;
  margin: 0 0 285px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .-category-product {
    margin: 0 0 245px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .-category-product {
    margin: 0 0 245px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .-category-product {
    margin: 0 0 265px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .-category-product {
    margin: 0 0 245px;
  }
}
@media (max-width: 479px) {
  .-category-product {
    margin: 0 0 300px;
  }
}

.-category-product_active .-category-pro_item .category-pro_img:before {
  content: "";
  background-image: url("../img/category-product/sticker/1.webp");
  background-repeat: no-repeat;
  height: 100px;
  display: block;
  background-position: top;
}

.-category-pro_item {
  border-radius: 3px 3px 0px 0px;
}

.-category-product .row .owl-item:nth-child(4n+2) .category-pro_img:before {
  background-image: url("../img/category-product/sticker/2.webp");
}

.-category-product .row .owl-item:nth-child(4n+3) .category-pro_img:before {
  background-image: url("../img/category-product/sticker/3.webp");
}

.-category-product .row .owl-item:nth-child(4n+4) .category-pro_img:before {
  background-image: url("../img/category-product/sticker/4.webp");
}

.category-pro_img img {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.category-pro_name {
  font-size: 14px;
  text-align: center;
}

.category-pro-lower_item {
  padding: 80px 0 30px;
  text-align: center;
  border: 2px solid #edecec;
  border-top: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.-category-pro_item:hover .category-pro-lower_item {
  border-color: #1bbc9d;
}

.-category-product .row .owl-item:nth-child(4n+2) .-category-pro_item:hover .category-pro-lower_item {
  border-color: #2fcc71;
}
.-category-product .row .owl-item:nth-child(4n+3) .-category-pro_item:hover .category-pro-lower_item {
  border-color: #3598dc;
}
.-category-product .row .owl-item:nth-child(4n+4) .-category-pro_item:hover .category-pro-lower_item {
  border-color: #9c59b8;
}

.category-pro-list li {
  padding-bottom: 10px;
}
.category-pro-list li a {
  color: #454545;
}

/*================================
=      Featured Product          =
=================================*/
.-featured-product {
  background-image: url("../img/featured-product/large-size/1.webp");
  padding: 55px 0 60px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 479px) {
  .-featured-product {
    padding: 55px 0 40px;
  }
}

.featured-pro-with-six_slide .slick-list,
.featured-pro-with-four_slide .slick-list {
  margin: 0 -15px;
}
.featured-pro-with-six_slide .slick-slide,
.featured-pro-with-four_slide .slick-slide {
  padding: 0 15px;
}
.featured-pro-with-six_slide .-single_product,
.featured-pro-with-four_slide .-single_product {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-pro-with-six_slide .-single_product .product-img,
.featured-pro-with-four_slide .-single_product .product-img {
  border: none;
}
.featured-pro-with-six_slide .-single_product .-product_content,
.featured-pro-with-four_slide .-single_product .-product_content {
  border: none;
}
.featured-pro-with-six_slide .-single_product .-product_content .product-desc_info h4 .product-name,
.featured-pro-with-four_slide .-single_product .-product_content .product-desc_info h4 .product-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.featured-pro-with-six_slide .-single_product .-product_content .product-desc_info h4 .product-name:hover,
.featured-pro-with-four_slide .-single_product .-product_content .product-desc_info h4 .product-name:hover {
  color: #e2ac3a !important;
}
.featured-pro-with-six_slide .-single_product .-product_content .add-actions ul li a,
.featured-pro-with-four_slide .-single_product .-product_content .add-actions ul li a {
  font-size: 13px;
}
.featured-pro-with-six_slide .-single_product .-product_content .add-actions ul li a:hover,
.featured-pro-with-four_slide .-single_product .-product_content .add-actions ul li a:hover {
  color: #e2ac3a !important;
}
.featured-pro-with-six_slide .-single_product .-product_content .add-actions ul li a i,
.featured-pro-with-four_slide .-single_product .-product_content .add-actions ul li a i {
  font-size: 13px;
}
.featured-pro-with-six_slide .-single_product:hover,
.featured-pro-with-four_slide .-single_product:hover {
  border-color: transparent;
  -webkit-box-shadow: 7px 7px 15px 0 rgba(222, 223, 226, 0.51);
          box-shadow: 7px 7px 15px 0 rgba(222, 223, 226, 0.51);
}
.featured-pro-with-six_slide .-single_product:hover .product-img,
.featured-pro-with-four_slide .-single_product:hover .product-img {
  border-color: transparent;
}
.featured-pro-with-six_slide .-single_product:hover .-product_content,
.featured-pro-with-four_slide .-single_product:hover .-product_content {
  border-color: transparent;
}

/*================================
=     's List Product      =
=================================*/
.-list-product_wrap .-section_title {
  margin: 0 0 25px !important;
}
.-list-product_wrap .-section_title h2 {
  font-weight: 700;
  color: #454545;
  line-height: 26px;
  font-size: 18px;
}
.-list-product_wrap .-single-list_product {
  border: 1px solid #ededed;
  border-radius: 3px;
}
.-list-product_wrap .-single-list_product:hover .list-product_img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.-list-product_wrap .-single-list_product:hover .list-product_img .secondary-img {
  opacity: 1;
}
.-list-product_wrap .-single-list_product:hover .list-product_img .-add_cart {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #ffffff !important;
}
.-list-product_wrap .-single-list_product .list-product_img {
  position: relative;
  float: left;
  width: 34%;
}
.-list-product_wrap .-single-list_product .list-product_img:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(51, 156, 205, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.-list-product_wrap .-single-list_product .list-product_img .-add_cart {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.-list-product_wrap .-single-list_product .-list-product_content {
  width: 65%;
  float: right;
}

/*================================================
=     's Product With Circle Countdown      =
==================================================*/
.-product_wrap-2 .-section_title {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 991px) {
  .-product_wrap-2 .-section_title {
    margin-bottom: 30px !important;
  }
}
.-product_wrap-2 .-section_title h2 {
  color: #252525;
  font-weight: bold;
  line-height: 0.85;
}
.-product_wrap-2 .-section_title h2:after {
  background: #c28516;
  height: 3px;
  bottom: -2px;
}

.time-circles_area .-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 120px;
}
@media only screen and (max-width: 1199px) {
  .time-circles_area .-circle_countdown {
    height: 104px;
  }
}
.time-circles_area .-circle_countdown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.time-circles_area .-circle_countdown .time_circles > div {
  position: absolute;
  text-align: center;
  width: auto !important;
}
.time-circles_area .-circle_countdown .time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -67px;
  font-size: 14px !important;
  color: #999;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area .-circle_countdown .time_circles > div > h4 {
    bottom: -55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area .-circle_countdown .time_circles > div > h4 {
    bottom: -60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area .-circle_countdown .time_circles > div > h4 {
    bottom: -65px;
  }
}
@media (max-width: 479px) {
  .time-circles_area .-circle_countdown .time_circles > div > h4 {
    bottom: -54px;
  }
}
.time-circles_area .-circle_countdown .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 5px;
}
.time-circles_area .-circle_countdown .time_circles .textDiv_Days {
  position: absolute !important;
  left: 40px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Days {
    left: 18px !important;
    top: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Days {
    left: 30px !important;
    top: 28px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Days {
    left: 25px !important;
    top: 25px !important;
  }
}
.time-circles_area .-circle_countdown .time_circles .textDiv_Hours {
  position: absolute !important;
  left: 132px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Hours {
    left: 99px !important;
    top: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Hours {
    left: 117px !important;
    top: 28px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Hours {
    left: 102px !important;
    top: 25px !important;
  }
}
.time-circles_area .-circle_countdown .time_circles .textDiv_Minutes {
  position: absolute !important;
  left: 222px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Minutes {
    left: 171px !important;
    top: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Minutes {
    left: 197px !important;
    top: 28px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Minutes {
    left: 173px !important;
    top: 25px !important;
  }
}
.time-circles_area .-circle_countdown .time_circles .textDiv_Seconds {
  position: absolute !important;
  left: 313px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Seconds {
    left: 243px !important;
    top: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Seconds {
    left: 280px !important;
    top: 28px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area .-circle_countdown .time_circles .textDiv_Seconds {
    left: 245px !important;
    top: 25px !important;
  }
}
.time-circles_area .-circle_countdown .time_circles canvas {
  max-width: 100%;
}

.time-circles_area-2 .-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown {
    height: 135px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-2 .-circle_countdown {
    height: 145px;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown {
    height: 125px;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.time-circles_area-2 .-circle_countdown .time_circles > div {
  position: absolute;
  text-align: center;
  width: auto !important;
}
.time-circles_area-2 .-circle_countdown .time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -67px;
  font-size: 14px !important;
  color: #999;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown .time_circles > div > h4 {
    bottom: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-2 .-circle_countdown .time_circles > div > h4 {
    bottom: -60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-2 .-circle_countdown .time_circles > div > h4 {
    bottom: -65px;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles > div > h4 {
    bottom: -58px;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 5px;
}
.time-circles_area-2 .-circle_countdown .time_circles .textDiv_Days {
  position: absolute !important;
  left: 13px !important;
  top: 35px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Days {
    left: 3px !important;
    top: 25px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Days {
    left: 7px !important;
    top: 27px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Days {
    left: 2px !important;
    top: 21px !important;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles .textDiv_Hours {
  position: absolute !important;
  left: 116px !important;
  top: 35px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Hours {
    left: 85px !important;
    top: 25px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Hours {
    left: 95px !important;
    top: 27px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Hours {
    left: 75px !important;
    top: 21px !important;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles .textDiv_Minutes {
  position: absolute !important;
  left: 206px !important;
  top: 35px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Minutes {
    left: 160px !important;
    top: 25px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Minutes {
    left: 174px !important;
    top: 27px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Minutes {
    left: 139px !important;
    top: 21px !important;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles .textDiv_Seconds {
  position: absolute !important;
  left: 298px !important;
  top: 35px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Seconds {
    left: 230px !important;
    top: 25px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Seconds {
    left: 255px !important;
    top: 27px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles .textDiv_Seconds {
    left: 203px !important;
    top: 21px !important;
  }
}
.time-circles_area-2 .-circle_countdown .time_circles canvas {
  max-width: 75%;
  margin-left: -15px;
}
@media (max-width: 479px) {
  .time-circles_area-2 .-circle_countdown .time_circles canvas {
    max-width: 100%;
  }
}

.time-circles_area-3 .-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown {
    height: 115px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown {
    height: 120px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown {
    height: 120px;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown {
    height: 100px;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.time-circles_area-3 .-circle_countdown .time_circles > div {
  position: absolute;
  text-align: center;
  width: auto !important;
}
.time-circles_area-3 .-circle_countdown .time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -77px;
  font-size: 14px !important;
  color: #999;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles > div > h4 {
    bottom: -60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles > div > h4 {
    bottom: -65px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown .time_circles > div > h4 {
    bottom: -65px;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles > div > h4 {
    bottom: -56px;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 5px;
}
.time-circles_area-3 .-circle_countdown .time_circles .textDiv_Days {
  position: absolute !important;
  left: 25px !important;
  top: 44px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Days {
    top: 25px !important;
    left: 4px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Days {
    top: 25px !important;
    left: 4px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Days {
    top: 25px !important;
    left: 4px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Days {
    top: 18px !important;
    left: -4px !important;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles .textDiv_Hours {
  position: absolute !important;
  left: 147px !important;
  top: 44px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Hours {
    top: 25px !important;
    left: 86px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Hours {
    top: 25px !important;
    left: 86px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Hours {
    top: 25px !important;
    left: 86px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Hours {
    top: 18px !important;
    left: 67px !important;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles .textDiv_Minutes {
  position: absolute !important;
  left: 262px !important;
  top: 44px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Minutes {
    top: 25px !important;
    left: 158px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Minutes {
    top: 25px !important;
    left: 158px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Minutes {
    top: 25px !important;
    left: 158px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Minutes {
    top: 18px !important;
    left: 128px !important;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles .textDiv_Seconds {
  position: absolute !important;
  left: 374px !important;
  top: 44px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Seconds {
    top: 25px !important;
    left: 230px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Seconds {
    top: 25px !important;
    left: 230px !important;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Seconds {
    top: 25px !important;
    left: 230px !important;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles .textDiv_Seconds {
    top: 18px !important;
    left: 186px !important;
  }
}
.time-circles_area-3 .-circle_countdown .time_circles canvas {
  max-width: 75%;
  margin-left: -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .time-circles_area-3 .-circle_countdown .time_circles canvas {
    max-width: 97%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-circles_area-3 .-circle_countdown .time_circles canvas {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .time-circles_area-3 .-circle_countdown .time_circles canvas {
    max-width: 65%;
  }
}
@media (max-width: 479px) {
  .time-circles_area-3 .-circle_countdown .time_circles canvas {
    max-width: 100%;
  }
}

.time-circles_area-4 .-circle_countdown-2 {
  display: inline-block;
  width: 770px !important;
  height: 110px;
}
@media (max-width: 479px) {
  .time-circles_area-4 .-circle_countdown-2 {
    width: 630px !important;
    height: 103px;
  }
}
.time-circles_area-4 .-circle_countdown-2 .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.time-circles_area-4 .-circle_countdown-2 .time_circles > div {
  position: absolute;
  text-align: center;
  width: auto !important;
}
.time-circles_area-4 .-circle_countdown-2 .time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  font-size: 14px !important;
  color: #999;
  font-family: "Poppins", sans-serif;
}
.time-circles_area-4 .-circle_countdown-2 .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 5px;
}
.time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Days {
  position: absolute !important;
  left: 5px !important;
  top: 25px !important;
}
@media (max-width: 479px) {
  .time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Days {
    left: -4px !important;
    top: 18px !important;
  }
}
.time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Hours {
  position: absolute !important;
  left: 85px !important;
  top: 25px !important;
}
@media (max-width: 479px) {
  .time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Hours {
    left: 65px !important;
    top: 18px !important;
  }
}
.time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Minutes {
  position: absolute !important;
  left: 158px !important;
  top: 25px !important;
}
@media (max-width: 479px) {
  .time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Minutes {
    left: 129px !important;
    top: 18px !important;
  }
}
.time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Seconds {
  position: absolute !important;
  left: 230px !important;
  top: 25px !important;
}
@media (max-width: 479px) {
  .time-circles_area-4 .-circle_countdown-2 .time_circles .textDiv_Seconds {
    left: 183px !important;
    top: 18px !important;
  }
}
.time-circles_area-4 .-circle_countdown-2 .time_circles canvas {
  max-width: 65%;
  margin-left: -15px;
}

.sp-countdown_area .-circle_countdown {
  display: inline-block;
  width: 770px !important;
  max-width: 100%;
  height: 120px;
}
@media only screen and (max-width: 1199px) {
  .sp-countdown_area .-circle_countdown {
    height: 104px;
  }
}
.sp-countdown_area .-circle_countdown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.sp-countdown_area .-circle_countdown .time_circles > div {
  position: absolute;
  text-align: center;
  width: auto !important;
}
.sp-countdown_area .-circle_countdown .time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -67px;
  font-size: 14px !important;
  color: #999;
  font-family: "Poppins", sans-serif;
}
.sp-countdown_area .-circle_countdown .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 5px;
}
.sp-countdown_area .-circle_countdown .time_circles .textDiv_Days {
  position: absolute !important;
  left: 22px !important;
  top: 27px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-countdown_area .-circle_countdown .time_circles .textDiv_Days {
    left: 18px !important;
    top: 25px !important;
  }
}
.sp-countdown_area .-circle_countdown .time_circles .textDiv_Hours {
  position: absolute !important;
  left: 110px !important;
  top: 27px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-countdown_area .-circle_countdown .time_circles .textDiv_Hours {
    left: 97px !important;
    top: 25px !important;
  }
}
.sp-countdown_area .-circle_countdown .time_circles .textDiv_Minutes {
  position: absolute !important;
  left: 188px !important;
  top: 27px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-countdown_area .-circle_countdown .time_circles .textDiv_Minutes {
    left: 168px !important;
    top: 25px !important;
  }
}
.sp-countdown_area .-circle_countdown .time_circles .textDiv_Seconds {
  position: absolute !important;
  left: 265px !important;
  top: 27px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-countdown_area .-circle_countdown .time_circles .textDiv_Seconds {
    left: 238px !important;
    top: 25px !important;
  }
}
.sp-countdown_area .-circle_countdown .time_circles canvas {
  max-width: 65%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-countdown_area .-circle_countdown .time_circles canvas {
    max-width: 82%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-countdown_area .-circle_countdown .time_circles canvas {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sp-countdown_area .-circle_countdown .time_circles canvas {
    max-width: 85%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .sp-countdown_area .-circle_countdown .time_circles canvas {
    max-width: 98%;
  }
}
@media (max-width: 479px) {
  .sp-countdown_area .-circle_countdown .time_circles canvas {
    max-width: 435px;
  }
}

/*================================================
=          's Product Wrap Three            =
==================================================*/
.-product_wrap-3 .product-tab {
  float: left;
  width: 100%;
  display: inline-block;
}
.-product_wrap-3 .product-tab ul.product-menu-2 {
  float: right;
  padding-right: 50px;
}
.-product_wrap-3 .product-tab ul.product-menu-2 li {
  display: inline-block;
  margin-right: 20px;
  line-height: 52px;
}
.-product_wrap-3 .product-tab ul.product-menu-2 li a {
  color: #252525;
  font-weight: normal;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
}
.-product_wrap-3 .product-tab ul.product-menu-2 li a.active {
  color: #e2ac3a !important;
}
.-product_wrap-3 .product-tab ul.product-menu-2 li a:hover {
  color: #e2ac3a !important;
}
.-product_wrap-3 .product-tab.-section_title-2 h2 {
  display: inline-block;
}

/*----------------------------------------*/
/*  24 - Components - Tabs
/*----------------------------------------*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.product-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-menu {
  border-bottom: 1px solid #e5e5e5;
}
.product-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 479px) {
  .product-menu li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.product-menu li a {
  text-transform: uppercase;
  cursor: pointer;
  color: #252525;
  font-weight: bold;
  font-size: 14px;
}
.product-menu li a:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  width: 0;
  background: #0083c1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-menu li a.active:before {
  opacity: 1;
  width: 100%;
}
.product-menu li a:hover:before {
  opacity: 1;
  width: 100%;
}
.product-menu li a.active {
  color: #0083c1;
}

.pro-tab-short_desc p {
  max-width: 650px;
  text-align: center;
  color: #454545;
  font-size: 14px;
  margin: 0 auto;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .pro-tab-short_desc p {
    padding: 0;
  }
}

.-product_wrap-2 .product-tab {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.-product_wrap-2 .product-tab .product-menu {
  width: 100%;
}
.-product_wrap-2 .product-tab .product-menu li a {
  font-size: 18px;
  font-weight: bold;
  color: #b7b7b7;
}
.-product_wrap-2 .product-tab .product-menu li a.active {
  color: #252525;
}
.-product_wrap-2 .product-tab .product-menu li a:hover {
  color: #252525 !important;
}
.-product_wrap-2 .product-tab .product-menu li a:before {
  background: #c28516;
}

/*----------------------------------------*/
/*  25 - Components - Animation
/*----------------------------------------*/
/* 's Animation Style One */
.owl-item.active {
  /* 's Animation Style Two */
}
.owl-item.active .animation-style-01 .slider-content p,
.owl-item.active .animation-style-01 .slider-content-2 p {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
  animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}
.owl-item.active .animation-style-01 .slider-content h2 {
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running slideInRight;
  animation: 900ms ease-in-out 0s normal none 1 running slideInRight;
}
.owl-item.active .animation-style-01 .slider-content h3 {
  -webkit-animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
  animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
}
.owl-item.active .animation-style-01 .slider-content-2 h3 {
  -webkit-animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
  animation: 1600ms ease-in-out 0s normal none 1 running slideInLeft;
}
.owl-item.active .animation-style-01 .slider-content .slide-btn {
  -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
  animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
}
.owl-item.active .animation-style-01 .slider-content-2 .slide-btn {
  -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
  animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
}
.owl-item.active .animation-style-01 .slider-content-2 .img-slide {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
  animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
}
.owl-item.active .animation-style-02 .slider-content-2 .img-slide {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
  animation: 1000ms ease-in-out 0s normal none 1 running slideInUp;
}
.owl-item.active .animation-style-02 .slider-content p,
.owl-item.active .animation-style-02 .slider-content-2 p {
  -webkit-animation: 2500ms ease-in-out 0s normal none 1 running bounceInDown;
  animation: 2500ms ease-in-out 0s normal none 1 running bounceInDown;
}
.owl-item.active .animation-style-02 .slider-content h2 {
  -webkit-animation: 1200ms ease-in-out 0s normal none 1 running slideInLeft;
  animation: 1200ms ease-in-out 0s normal none 1 running slideInLeft;
}
.owl-item.active .animation-style-02 .slider-content h3 {
  -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
  animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation-style-02 .slider-content-2 h3 {
  -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
  animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
}
.owl-item.active .animation-style-02 .slider-content .slide-btn,
.owl-item.active .animation-style-02 .slider-content-2 .slide-btn {
  -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
  animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
}

.slide-in-right {
  -webkit-animation: slide-in-right 4s linear infinite alternate both;
  animation: slide-in-right 4s linear infinite alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-1-7 17:0:13
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*Top Up Keyframes*/
@-webkit-keyframes SlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes SlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  26 - Components - Banner
/*----------------------------------------*/
.banner,
.banner-2 {
  position: relative;
}
.banner a,
.banner-2 a {
  overflow: hidden;
  display: block;
}
.banner:before,
.banner-2:before {
  background: rgba(0, 0, 0, 0.18);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.banner:hover:before,
.banner-2:hover:before {
  opacity: 1;
}
.banner img,
.banner-2 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.banner img:hover,
.banner-2 img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.banner-2:before {
  height: auto;
  width: auto;
}

/*----------------------------------------*/
/*  27 - Components - Newsletters
/*----------------------------------------*/
.-newsletters .newsletters-info h2 span,
.-newsletters-2 .newsletters-info h2 span {
  color: #0083c1;
}
@media (max-width: 479px) {
  .-newsletters .newsletters-info h2,
.-newsletters-2 .newsletters-info h2 {
    font-size: 20px;
  }
}
.-newsletters .newsletters-info .short_desc,
.-newsletters-2 .newsletters-info .short_desc {
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
}

.newsletter-form_wrap .subscribe-form {
  width: 100%;
}
@media (max-width: 479px) {
  .newsletter-form_wrap .subscribe-form {
    text-align: center;
  }
}
.newsletter-form_wrap .subscribe-form input {
  height: 50px;
  width: 75%;
  background: #0083c1;
  position: relative;
  border: 2px solid #ffffff;
  padding: 0 20px;
  color: #ffffff;
}
.newsletter-form_wrap .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter-form_wrap .subscribe-form input::-moz-placeholder {
  color: #ffffff;
}
.newsletter-form_wrap .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-form_wrap .subscribe-form input::-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-form_wrap .subscribe-form input::placeholder {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-form_wrap .subscribe-form input {
    width: 80%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .newsletter-form_wrap .subscribe-form input {
    width: 70%;
  }
}
@media (max-width: 479px) {
  .newsletter-form_wrap .subscribe-form input {
    width: 100%;
    display: block;
  }
}
.newsletter-form_wrap .subscribe-form .newsletter-btn,
.newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
  height: 50px;
  width: 120px;
  background: #e3c210;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  float: right;
}
.newsletter-form_wrap .subscribe-form .newsletter-btn:hover,
.newsletter-form_wrap .subscribe-form .newsletter-btn-2:hover {
  background: #333 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter-form_wrap .subscribe-form .newsletter-btn,
.newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
    width: 100px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .newsletter-form_wrap .subscribe-form .newsletter-btn,
.newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
    width: 100%;
    font-size: 13px;
    float: unset;
    max-width: 210px;
    text-align: center;
    margin-top: 25px;
  }
}
.newsletter-form_wrap .subscribe-form .newsletter-btn-2 {
  background: #0083c1;
}

.-newsletters-2 .newsletter-form_wrap .subscribe-form input {
  background: #e2ac3a;
}
.-newsletters-2 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background: #0470a5;
}

.-newsletters-3 .newsletter-form_wrap .subscribe-form input {
  background: #4c3d42;
}
.-newsletters-3 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background: #e2ac3a;
}

.-newsletters-4 .newsletters-info {
  padding-top: 160px;
}
.-newsletters-4 .newsletter-form_wrap {
  padding: 150px 0 60px;
}
@media only screen and (max-width: 991px) {
  .-newsletters-4 .newsletter-form_wrap {
    padding: 40px 0 60px;
  }
}
.-newsletters-4 .newsletter-form_wrap input {
  border: 1px solid #d7d7d7;
  background: transparent;
}

.popup_wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.popup_wrapper .test {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  height: 390px;
  left: 0;
  margin: auto;
  max-width: 790px;
  padding: 25px 50px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 479px) {
  .popup_wrapper .test {
    padding: 25px 30px;
  }
}
.popup_wrapper .test .popup_off {
  background: #666666 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -26px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  width: 75px;
}
.popup_wrapper .test .popup_off:hover {
  background: #cb9a00 none repeat scroll 0 0;
}
.popup_wrapper .subscribe_area h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #454545;
}
.popup_wrapper .subscribe_area p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 580px;
}
@media (max-width: 479px) {
  .popup_wrapper .subscribe_area p {
    font-size: 14px;
  }
}
.popup_wrapper .subscribe_area .subscribe-form-group {
  margin-top: 15px;
}
.popup_wrapper .subscribe_area .subscribe-form-group form input {
  background: #eaeaea none repeat scroll 0 0;
  border: 0 none;
  color: #666;
  height: 41px;
  line-height: 20px;
  padding: 0 20px;
  width: 380px;
}
@media (max-width: 479px) {
  .popup_wrapper .subscribe_area .subscribe-form-group form input {
    width: 100%;
  }
}
.popup_wrapper .subscribe_area .subscribe-form-group form button {
  background: #cb9a00 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 38px;
  margin: 20px auto;
  padding: 2px 20px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popup_wrapper .subscribe_area .subscribe-form-group form button:hover {
  background: #303030 none repeat scroll 0 0;
  color: #fff;
}
.popup_wrapper .subscribe_area .subscribe-bottom input {
  height: 15px;
  line-height: 15px;
  max-width: 15px;
  vertical-align: middle;
}
.popup_wrapper .subscribe_area .subscribe-bottom label {
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
}

/*----------------------------------------*/
/*  42 - Pages - Shop
/*----------------------------------------*/
.-sidebar_categories .-section_title {
  border-bottom: 2px solid #e1e1e1;
}
.-sidebar_categories .-section_title h2 {
  color: #454545;
  font-weight: 700;
  line-height: 26px;
}
.-sidebar_categories .-section_title h2:after {
  height: 2px;
  bottom: -2px;
}
.-sidebar_categories .sidebar-categories_menu ul li.sidebar-categories_heading {
  color: #454545;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub {
  padding-top: 18px;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub:last-child {
  padding-top: 0;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul {
  display: none;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li input[type=checkbox],
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li input[type=radio] {
  vertical-align: middle;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li a {
  color: #454545;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > ul li a:hover {
  padding-left: 25px;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > a {
  color: #454545;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.-sidebar_categories .sidebar-categories_menu ul li.has-sub > a:after {
  color: #454545;
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.-sidebar_categories .sidebar-categories_menu ul li.open > a {
  color: #0083c1;
}
.-sidebar_categories .sidebar-categories_menu ul li.open > a:after {
  color: #0083c1;
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.shopbar-with_banner .shopbar-heading h2 {
  color: #454545;
  font-size: 30px;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shopbar-heading h2 {
    font-size: 25px;
  }
}
.shopbar-with_banner .shop-topbar {
  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;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar {
    display: inline-block;
  }
}
.shopbar-with_banner .shop-topbar .shopbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner {
    display: inline-block;
    width: auto;
  }
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
    width: 80%;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode {
    width: auto;
    display: inline-block;
  }
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li {
  padding-right: 10px;
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li:last-child {
  padding-right: 0;
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: block;
  text-align: center;
  border: 1px solid #e1e1e1;
  color: #e1e1e1;
  font-size: 22px;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a.active {
  background: #0083c1;
  border-color: #0083c1;
  color: #ffffff !important;
}
.shopbar-with_banner .shop-topbar .shopbar-inner .product-view-mode ul li > a:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #ffffff !important;
}
.shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount {
    display: inline-block;
    width: auto;
  }
}
.shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount span {
  color: #454545;
}
@media (max-width: 479px) {
  .shopbar-with_banner .shop-topbar .shopbar-inner .toolbar-amount span {
    padding-left: 15px;
  }
}
.shopbar-with_banner .shop-topbar .product-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shopbar-with_banner .shop-topbar .product-select-box .product-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopbar-with_banner .shop-topbar .product-select-box .product-short .nice-select {
  border-radius: 30px;
  color: #454545;
}
.shopbar-with_banner .shop-topbar .product-select-box .product-short p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  color: #454545;
  font-weight: bold;
}

.shop-product-list_view {
  border: 1px solid #e1e1e1;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-product-list_view:hover {
  border-color: #0083c1;
}
.shop-product-list_view:hover .product-img a img.secondary-img {
  opacity: 1;
}
.shop-product-list_view .product-img a img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.shop-product-list_view .-product_content .product-desc_info h4 {
  margin-bottom: 15px;
}
.shop-product-list_view .-product_content .product-desc_info p.short_desc {
  color: #454545;
  line-height: 24px;
}
.shop-product-list_view .-product_content .product-desc_info a.further-info {
  color: #454545;
  line-height: 24px;
}
.shop-product-list_view .-product_content .add-actions {
  padding: 20px 0 0;
}

.paginatoin-area {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ededed;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0 0;
  padding: 0 0 30px;
}
@media (min-width: 480px) and (max-width: 575px) {
  .paginatoin-area {
    margin: 0;
    padding: 0 0 25px;
  }
}
.paginatoin-area p {
  margin: 0;
}
.paginatoin-area .product-select-box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 480px) and (max-width: 575px) {
  .paginatoin-area .product-select-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 479px) {
  .paginatoin-area .product-select-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.paginatoin-area .product-select-box .product-short {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginatoin-area .product-select-box .product-short p {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  color: #454545;
}
.paginatoin-area .product-select-box .product-short .nice-select {
  height: 25px !important;
  line-height: 23px !important;
}
.paginatoin-area .product-select-box .product-short .nice-select .list {
  padding: 0;
  height: auto;
  overflow-y: hidden;
}
.paginatoin-area .product-select-box .product-short .nice-select .nice-select-search-box {
  display: none;
}
.paginatoin-area .product-select-box .product-short span {
  padding-left: 15px;
  color: #454545;
}
.paginatoin-area .pagination-box {
  text-align: right;
}
@media (min-width: 480px) and (max-width: 575px) {
  .paginatoin-area .pagination-box {
    text-align: center !important;
  }
}
@media (max-width: 479px) {
  .paginatoin-area .pagination-box {
    text-align: center !important;
  }
}
.paginatoin-area .pagination-box li {
  display: inline-block;
}
.paginatoin-area .pagination-box li a {
  color: #454545;
  display: block;
  padding: 0 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .paginatoin-area .pagination-box li a {
    padding: 0 8px;
  }
}
.paginatoin-area .pagination-box li a:hover {
  color: #0083c1;
}
.paginatoin-area .pagination-box li.active a {
  color: #0083c1;
}

/*----------------------------------------*/
/*  40 - Pages - About Us
/*----------------------------------------*/
.about-us-area .overview-content > h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 19px;
  padding-bottom: 28px;
  position: relative;
  text-transform: uppercase;
  color: #454545;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-area .overview-content > h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us-area .overview-content > h2 {
    font-size: 25px;
  }
}
.about-us-area .overview-content > h2 span {
  color: #0083c1;
}
.about-us-area .overview-content > h2:before {
  background-color: #dddddd;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.about-us-area .overview-content > h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0083c1;
  height: 2px;
  width: 170px;
}
.about-us-area .overview-content .overview-btn .-about-us_btn {
  background: #0083c1;
  color: #ffffff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 145px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-us-area .overview-content .overview-btn .-about-us_btn:hover {
  background: #454545;
  color: #ffffff !important;
}

.single-count:hover .count-icon span {
  -webkit-animation: 850ms ease-in-out 0s normal none 1 running tada;
          animation: 850ms ease-in-out 0s normal none 1 running tada;
}
.single-count .count-icon span {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
}
.single-count .count-title h2 {
  color: #0363cd;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 15px 0 5px;
}
.single-count .count-title > span {
  color: #454545;
  font-size: 20px;
  text-transform: capitalize;
}

.team-member {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.team-member:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.team-member .team-thumb img {
  width: 100%;
}
.team-member .team-content {
  padding: 15px;
  border: 1px solid #eeeeee;
}
.team-member .team-content h3 {
  color: #454545;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}
.team-member .team-content p {
  color: #454545;
  line-height: 20px;
}
.team-member .team-content a {
  color: #454545;
  line-height: 20px;
}
.team-member .team-content a:hover {
  color: #fed700;
}
.team-member .team-content .team-social {
  margin-top: 15px;
}
.team-member .team-content .team-social a {
  color: #454545;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border: 1px solid #454545;
  border-radius: 50%;
  margin-right: 5px;
}
.team-member .team-content .team-social a:hover {
  color: #ffffff !important;
  background-color: #0083c1;
  border-color: #0083c1;
}

/*----------------------------------------*/
/*  41 - Pages - 404
/*----------------------------------------*/
.error404-area .search-error-wrapper h1 {
  color: #0083c1;
  font-size: 120px;
  line-height: 86px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .error404-area .search-error-wrapper h1 {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
.error404-area .search-error-wrapper h2 {
  font-size: 28px;
  color: #454545;
}
@media only screen and (max-width: 767px) {
  .error404-area .search-error-wrapper h2 {
    font-size: 24px;
  }
}
.error404-area .search-error-wrapper .error-form .inner-error_form {
  position: relative;
  width: 275px;
  margin: 30px auto;
}
.error404-area .search-error-wrapper .error-form .inner-error_form input {
  border: 1px solid #ededed;
  font-size: 13px;
  position: relative;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  color: #454545;
}
.error404-area .search-error-wrapper .-error-search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #454545;
}
.error404-area .search-error-wrapper .-error-search_btn:hover {
  color: #0083c1;
}
.error404-area .search-error-wrapper .-error_btn {
  background: #0083c1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: 0.4;
  transition: 0.4;
}
.error404-area .search-error-wrapper .-error_btn:hover {
  background: #e2ac3a;
  color: #ffffff !important;
}

/*----------------------------------------*/
/*  43 - Pages - Single Product
/*----------------------------------------*/
.sp-area .sp-images {
  position: relative;
  cursor: pointer;
}
.sp-area .sp-images .sp-largeimages {
  border: 1px solid #e1e1e1;
  cursor: -webkit-grab;
  cursor: grab;
}
.sp-area .sp-images .sp-thumbs {
  max-width: 450px;
  margin: 10px auto 0;
}
.sp-area .sp-images .sp-thumbs .slick-slide {
  margin: 0 10px;
  border: 1px solid transparent;
}
.sp-area .sp-images .sp-thumbs .slick-slide.slick-current.slick-active {
  border-color: #ff5501;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.sp-area .sp-images .sp-thumbs .slick-slide img {
  display: block;
  width: 100%;
}
.sp-area .sp-image-vertical:before {
  top: 175px;
  left: 65%;
}
.sp-area .sp-content .sp-heading h2 a {
  color: #454545;
}
@media only screen and (max-width: 767px) {
  .sp-area .sp-content .sp-heading h2 a {
    font-size: 25px;
  }
}
.sp-area .sp-content .reviewing-stuff .review {
  margin-left: 5px;
}
.sp-area .sp-content .reviewing-stuff .review a {
  color: #454545 !important;
  font-size: 13px;
}
.sp-area .sp-content .reviewing-stuff .review a:hover {
  color: #0083c1 !important;
}
.sp-area .sp-content .price-box .new-price {
  font-size: 18px;
}
.sp-area .sp-content .sp-information .stock {
  display: inline-block;
  color: #444444;
}
.sp-area .sp-content .sp-information .product-attribute {
  color: #444444;
  margin-left: 15px;
  display: inline-block;
}
.sp-area .sp-content .sp-information .product-attribute span {
  margin-left: 5px;
}
.sp-area .sp-content .qty-details {
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.sp-area .sp-content .qty-details .quantity-input {
  height: 40px;
  line-height: 40px;
  width: 50px;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.sp-area .sp-content .short_desc {
  color: #454545;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-area .sp-content .short_desc {
    font-size: 12px;
  }
}

.related-product_area .-section_title {
  margin-bottom: 30px !important;
}
.related-product_area .-section_title h2 {
  color: #454545;
  font-weight: bold;
}

.sp-group_area .choose-group-product {
  float: left;
  width: 100%;
}
.sp-group_area .choose-group-product .table-bordered td {
  vertical-align: middle;
  text-align: center;
}
.sp-group_area .choose-group-product .table-bordered td a {
  color: #454545 !important;
}
.sp-group_area .choose-group-product .table-bordered th {
  vertical-align: middle;
}
.sp-group_area .choose-group-product .qty-details {
  border-bottom: none;
}

.sp-countdown_area {
  height: 135px;
}
.sp-countdown_area .time_circles {
  margin-left: -12px;
}

.sp-gallery .lg-image {
  outline: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}
.sp-gallery .lg-image:hover {
  outline: 1px solid #0083c1;
}

.sp-tab_area .sp-tab ul.sp-tab_menu li {
  margin: 0 5px -11px 0px;
}
.sp-tab_area .sp-tab ul.sp-tab_menu li a {
  border: 1px solid #e1e1e1;
  color: #7d7d7d;
  font-weight: 500;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
}
.sp-tab_area .sp-tab ul.sp-tab_menu li a.active {
  background: #0083c1;
  border: 1px solid #0083c1;
  color: #ffffff !important;
}
.sp-tab_area .tab-content {
  border: 1px solid #e1e1e1;
  padding: 25px 30px 30px;
}
.sp-tab_area .tab-content .sp-description p {
  color: #454545;
}
.sp-tab_area .tab-content .sp-description .sp-list {
  padding-left: 40px;
}
.sp-tab_area .tab-content .sp-description .sp-list li {
  list-style: disc;
  color: #454545;
  padding-bottom: 10px;
}
.sp-tab_area .tab-content .sp-description .sp-list li:last-child {
  padding-bottom: 0;
}
.sp-tab_area .tab-content .customer-review_area .-section_title h2 {
  color: #454545;
  font-weight: bold;
}
.sp-tab_area .tab-content .customer-review_area .customer-review h2 {
  color: #454545;
  font-size: 18px;
  padding-bottom: 15px;
}
.sp-tab_area .tab-content .customer-review_area .customer-review .review-content {
  border-bottom: 1px solid #e4e4e4;
}
.sp-tab_area .tab-content .customer-review_area .customer-review .review-content .group-rating {
  display: inline-block;
  float: left;
}
.sp-tab_area .tab-content .customer-review_area .customer-review .review-content .group-rating .rating-item {
  color: #454545;
}
.sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info {
  display: inline-block;
}
.sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info span {
  display: block;
  padding-bottom: 10px;
  padding-left: 50px;
  color: #454545;
}
@media (max-width: 479px) {
  .sp-tab_area .tab-content .customer-review_area .customer-review .review-content .review-item_info span {
    padding-left: 0;
  }
}
.sp-tab_area .tab-content .customer-review_area .our-feedback h2 {
  color: #454545;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form strong {
  font-size: 21px;
  color: #454545;
  display: inline-block;
  float: left;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating {
  display: inline-block;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p {
  margin-bottom: 0;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion label {
  padding-left: 20px;
  color: #454545;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion label {
    padding-left: 0;
  }
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .group-star_rating p.your-opinion span {
  display: inline-block;
  padding-left: 15px;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author {
  margin-bottom: 20px;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
  display: inline-block;
  float: left;
  width: 13%;
  text-align: right;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author label {
    width: auto;
  }
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author input {
  border: 1px solid #c2c2c2;
  padding: 0 9px;
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author input {
    width: 100%;
  }
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author textarea {
  border: 1px solid #c2c2c2;
  width: 415px;
}
@media only screen and (max-width: 767px) {
  .sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author textarea {
    width: 100%;
  }
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-input .feedback-form-author:last-child {
  margin-bottom: 0;
}
.sp-tab_area .tab-content .customer-review_area .our-feedback .feedback .feedback-form .feedback-btn {
  background: #f2f2f2;
  width: 130px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #454545;
  font-weight: 600;
  border: 1px solid #cdcdcd;
}

.sp-carousel .sp-content {
  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;
  text-align: center;
}

/*----------------------------------------*/
/* 6.18 Single Product Tab Style Left Page
/*----------------------------------------*/
.sp-tab-style-left-page .sp-largeimages {
  float: right;
  width: calc(100% - 110px);
  padding-left: 10px;
}

.sp-tab-style-left-page .tab-style-left {
  float: left;
  width: 110px;
  padding-top: 0 !important;
}

.sp-tab-style-right-page .sp-largeimages {
  float: left;
  width: calc(100% - 110px);
  padding-left: 10px;
}

.sp-tab-style-left-page .tab-style-left {
  padding-top: 40px;
}

.sp-tab-style-right-page .tab-style-right {
  float: right;
  width: 110px;
}

/*----------------------------------------*/
/*  44 - Pages - Checkout
/*----------------------------------------*/
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #006fa4;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}
.coupon-accordion h3:before {
  color: #006fa4;
  content: "";
  display: inline-block;
  font-family: "fontawesome";
  left: 24px;
  position: absolute;
  top: 16px;
}
.coupon-accordion span {
  color: #454545;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-transform: none;
}
.coupon-accordion span:hover {
  color: #006fa4;
}
.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
  font-size: 14px;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=submit] {
  background: #454545 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=submit]:hover {
  background: #006fa4;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.form-row label {
  margin-top: 7px;
}
.coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type=submit] {
  background: #006fa4;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  color: #454545;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #006fa4;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit]:hover {
  background: #006fa4;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #454545;
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list input[type=checkbox] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}
.checkbox-form .checkout-form-list.create-acc label {
  color: #454545;
  display: inline-block;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  color: #454545;
  margin: 0 0 5px;
  display: block;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  color: #006fa4;
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  color: #454545;
}
.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 1px;
  width: auto;
}

.order-notes textarea {
  background-color: transparent;
  border: 1px solid #ddd;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account,
#ship-box-info {
  display: none;
}

.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #454545;
}
.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order .your-order-table table thead {
  background-color: #f6f6f6;
}
.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  color: #454545;
}
.your-order .your-order-table table .cart_item:hover {
  background: #f9f9f9;
}
.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order .your-order-table table .order-total td span {
  color: #454545;
  font-size: 20px;
}
.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
}
.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f2f2f2;
  border-bottom: 0;
}
.payment-method .payment-accordion .card-body {
  padding: 0;
}
.payment-method .payment-accordion .card-body p {
  color: #454545;
}
.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}
.payment-method .payment-accordion .panel-title {
  color: #454545;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.payment-method .payment-accordion .panel-title a {
  color: #454545;
}
.payment-method .payment-accordion .panel-title a:hover {
  color: #006fa4 !important;
}

.order-button-payment input {
  background: #454545 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}
.order-button-payment input:hover {
  background: #006fa4 none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  45 - Pages - Cart
/*----------------------------------------*/
.cart-plus-minus input {
  height: 30px;
  width: 50px;
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  text-align: center;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #454545;
}

.coupon-all {
  margin-top: 30px;
}
.coupon-all .coupon {
  float: left;
}
.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 120px;
  padding: 0 10px;
}
.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #333;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
}
.coupon-all .coupon input.button:hover,
.coupon-all .coupon2 input.button:hover {
  background: #0083c1;
}
.coupon-all .coupon2 {
  float: right;
}

.cart-page-total {
  padding-top: 30px;
}
.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-page-total > ul {
  border: 1px solid #ddd;
}
.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  color: #454545;
  padding: 10px 30px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
.cart-page-total > ul li:last-child {
  border-bottom: 0;
}
.cart-page-total > ul li span {
  float: right;
}
.cart-page-total a {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-page-total a:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #ffffff !important;
}

/*----------------------------------------*/
/*  46 - Pages - FAQ
/*----------------------------------------*/
.frequently-area .frequently-content .frequently-desc {
  margin-bottom: 25px;
}
.frequently-area .frequently-content .frequently-desc h3 {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.frequently-area .frequently-content .frequently-desc p {
  margin: 0;
  font-size: 14px;
  color: #454545;
}
.frequently-area .frequently-accordion .actives {
  border: 1px solid #0083c1;
}
.frequently-area .frequently-accordion .card {
  border-radius: 0;
  margin-bottom: 15px;
}
.frequently-area .frequently-accordion .card-body {
  color: #454545;
  line-height: 24px;
}
.frequently-area .frequently-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0;
}
.frequently-area .frequently-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #454545;
}
.frequently-area .frequently-accordion .card-header a:hover {
  color: #0083c1 !important;
}
.frequently-area .frequently-accordion .card-header a:before, .frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:before, .frequently-area .frequently-accordion .card-header.collapsed:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #b9b9b9;
}
@media (max-width: 479px) {
  .frequently-area .frequently-accordion .card-header a:before, .frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:before, .frequently-area .frequently-accordion .card-header.collapsed:after {
    display: none;
  }
}
.frequently-area .frequently-accordion .card-header a:after, .frequently-area .frequently-accordion .card-header.collapsed:after {
  content: "";
}

/*----------------------------------------*/
/*  47 - Pages - Compare
/*----------------------------------------*/
.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px;
}
.compare-table .table tbody tr {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.compare-table .table tbody tr:hover {
  --bs-table-accent-bg: rgba(0, 0, 0, .02);
  color: var(--bs-table-hover-color);
}
.compare-table .table tbody tr td,
.compare-table .table tbody tr th {
  vertical-align: middle;
  text-align: center;
}
.compare-table .table tbody tr th {
  min-width: 200px;
}
.compare-table .table tbody tr td {
  min-width: 250px;
}
.compare-table .table tbody tr td .compare-pdoduct-image {
  max-width: 200px;
  display: inline-block;
  padding: 20px 0;
}
.compare-table .table tbody tr td .compare-pdoduct-image a {
  display: inline-block;
}
.compare-table .table tbody tr td .compare-pdoduct-image .-cart_btn {
  margin-top: 25px;
}
.compare-table .table tbody tr td .compare-product-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #454545;
}
.compare-table .table tbody tr td .compare-product-name a {
  color: #454545;
  -webkit-transition-property: color;
  transition-property: color;
}
.compare-table .table tbody tr td .compare-product-name a:hover {
  color: #fed700;
}

/*----------------------------------------*/
/*  48 - Pages - Contact Us
/*----------------------------------------*/
.map-size {
  height: 400px;
  width: 100%;
}

.contact-page-side-content {
  background-color: #f2f2f2;
  padding: 25px 30px 19px;
}
.contact-page-side-content p, .contact-page-side-content .contact-page-message {
  color: #454545;
}
.contact-page-side-content .single-contact-block {
  padding-bottom: 8px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e1e1e1;
}
.contact-page-side-content .single-contact-block:last-child {
  border-bottom: none;
}
.contact-page-side-content .single-contact-block h4 {
  margin-bottom: 23px;
  color: #454545;
}
.contact-page-side-content .single-contact-block p {
  color: #454545;
}

.contact-page-title {
  font-size: 32px;
  line-height: 32px;
  color: #454545 !important;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .contact-page-title {
    font-size: 25px;
    line-height: 1;
  }
}

.contact-form-content .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form-content .contact-form .form-group label {
  display: block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
  cursor: text;
}
.contact-form-content .contact-form .form-group label span, .contact-form-content .contact-form .form-group label.required {
  color: #ff0000;
}
.contact-form-content .contact-form .form-group input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e0e0e0;
  padding-left: 20px;
}
.contact-form-content .contact-form .form-group textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  padding-left: 20px;
  line-height: 50px;
  height: 200px;
}
.contact-form-content .contact-form .form-group .-contact-form_btn {
  line-height: 12px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  color: #363f4d;
  font-weight: 500;
  font-size: 12px;
  background-color: #454545;
  border: 1px solid #454545;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form-content .contact-form .form-group .-contact-form_btn:hover {
  background-color: #0083c1;
  color: #ffffff;
  border-color: #0083c1;
}

/*----------------------------------------*/
/*  49 - Pages - Wishlist
/*----------------------------------------*/
.table-content .table > :not(:first-child) {
  border-top: 1px solid #ddd;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.table-content table th,
.table-content table td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.table-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-content table td {
    padding: 20px 5px;
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .table-content table td {
    padding: 20px 0;
    font-size: 12px !important;
  }
}
.table-content table td.-product-remove {
  font-size: 20px;
}
.table-content table td.-product-remove > a:hover i {
  color: #007bff;
}
.table-content table td.-product-remove > a > i {
  font-size: 14px;
  font-weight: normal;
  color: #454545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.table-content table td.-product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.table-content table td.-product-price {
  font-size: 16px;
  font-weight: 700;
}
.table-content table td.-product-stock-status span.in-stock, .table-content table td.-product-stock-status span.out-stock {
  color: #007bff;
  font-size: 12px;
  text-transform: capitalize;
}
.table-content table td.-product-stock-status span.out-stock {
  color: #eb3e32;
}
.table-content table td.-product-add-cart a {
  font-size: 14px;
  text-transform: uppercase;
  background: #242424;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .table-content table td.-product-add-cart a {
    font-size: 10px;
    padding: 7px 7px;
  }
}
.table-content table td.-product-add-cart a:hover {
  background: #007bff none repeat scroll 0 0;
  color: #ffffff !important;
}

/*----------------------------------------*/
/*  45 - Pages - Cart
/*----------------------------------------*/
.cart-plus-minus input {
  height: 30px;
  width: 50px;
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  text-align: center;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #454545;
}

.coupon-all {
  margin-top: 30px;
}
.coupon-all .coupon {
  float: left;
}
.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 120px;
  padding: 0 10px;
}
.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #333;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
}
.coupon-all .coupon input.button:hover,
.coupon-all .coupon2 input.button:hover {
  background: #0083c1;
}
.coupon-all .coupon2 {
  float: right;
}

.cart-page-total {
  padding-top: 30px;
}
.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-page-total > ul {
  border: 1px solid #ddd;
}
.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  color: #454545;
  padding: 10px 30px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
}
.cart-page-total > ul li:last-child {
  border-bottom: 0;
}
.cart-page-total > ul li span {
  float: right;
}
.cart-page-total a {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-page-total a:hover {
  background: #0083c1;
  border-color: #0083c1;
  color: #ffffff !important;
}

/*----------------------------------------*/
/*  50 - Pages - Login Register
/*----------------------------------------*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}
.login-form .login-title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 15px;
}
.login-form input[type=checkbox] {
  width: auto;
}

.login-form .check-box {
  float: left;
  margin-right: 70px;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #454545;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox]:checked + label:before {
  border: 2px solid #363f4d;
}
.login-form .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #454545;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.register-button:hover {
  background: #0083c1;
}

/*----------------------------------------*/
/*  51 - Pages - Blog
/*----------------------------------------*/
.-sidebar-search-form .-search-field {
  width: calc(100% - 50px);
  border: 1px solid #ccc;
  padding: 0 10px;
  color: #454545;
  font-size: 14px;
  height: 50px;
  float: left;
  text-transform: capitalize;
}
.-sidebar-search-form .-search-btn {
  width: 50px;
  height: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: #454545;
  border: 1px solid #454545;
}
.-sidebar-search-form .-search-btn:hover {
  background: #0083c1;
  border-color: #0083c1;
}
.-sidebar-search-form .-search-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.-blog-sidebar .-blog-sidebar-title {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  font-family: Poppins;
}
.-blog-sidebar .-blog-sidebar-title:before {
  width: 55px;
  height: 2px;
  bottom: -26px;
  left: 0;
  background-color: #0083c1;
  content: "";
  position: absolute;
}
.-blog-sidebar .-blog-archive li {
  margin-bottom: 10px;
}
.-blog-sidebar .-blog-archive li a {
  font-size: 14px;
  color: #454545;
}
.-blog-sidebar .-blog-archive li:last-child {
  margin-bottom: 15px;
}
.-blog-sidebar .-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.-blog-sidebar .-recent-post .-recent-post-thumb {
  width: 65px;
  border: 1px solid #e1e1e1;
  height: 100%;
}
.-blog-sidebar .-recent-post .-recent-post-des {
  padding-left: 10px;
}
.-blog-sidebar .-recent-post .-recent-post-des span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.-blog-sidebar .-recent-post .-recent-post-des span a {
  color: #454545;
  font-weight: 400;
}
.-blog-sidebar .-recent-post .-recent-post-des span a:hover {
  color: #e23e57;
}
.-blog-sidebar .-recent-post .-recent-post-des .-post-date {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
}
.-blog-sidebar .-blog-tags li {
  display: inline-block;
  margin-bottom: 15px;
}
.-blog-sidebar .-blog-tags li a {
  color: #454545;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  padding: 5px 15px;
  display: inline-block;
  text-transform: capitalize;
}
.-blog-sidebar .-blog-tags li a:hover {
  color: #ffffff !important;
  background-color: #0083c1;
  border-color: #0083c1;
}

.-blog-meta {
  padding: 5px 0 14px;
}
.-blog-meta a {
  color: #a4a4a4;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.-blog-meta a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.-blog-meta a:hover {
  color: #e23e57;
}

.-blog-meta p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #898989;
  margin-bottom: 10px;
}

.slick-dot-style ul, .slick-dot-style.slick-dots {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-dot-style ul li, .slick-dot-style.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dot-style ul li.slick-active button, .slick-dot-style.slick-dots li.slick-active button {
  background-color: #0083c1;
  width: 30px;
  border-radius: 10px;
}
.slick-dot-style ul li a, .slick-dot-style.slick-dots li a {
  display: block;
}
.slick-dot-style ul li button, .slick-dot-style.slick-dots li button {
  width: 12px;
  height: 12px;
  line-height: 12px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slick-dot-style ul li button:hover, .slick-dot-style.slick-dots li button:hover {
  background-color: #0083c1;
}

.-paginatoin-area .-pagination-box li {
  display: inline-block;
}
.-paginatoin-area .-pagination-box li.active a {
  color: #0083c1;
}
.-paginatoin-area .-pagination-box li a {
  color: #454545;
  padding: 10px;
}

/*BLog Details*/
.-blog-blockquote {
  padding: 0 0 0 40px;
}
@media (max-width: 479px) {
  .-blog-blockquote {
    padding: 0 !important;
  }
}
.-blog-blockquote blockquote {
  border: 1px solid #e1e1e1;
  padding: 40px;
  position: relative;
  margin: 25px 0;
  font-style: italic;
  background: #f7f7f7;
}
@media (max-width: 479px) {
  .-blog-blockquote blockquote {
    padding: 20px;
  }
}
.-blog-blockquote blockquote p:before {
  content: "";
  background: #0083c1;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

.-tag-line {
  padding: 25px 0 18px;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.-tag-line h4 {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 5px;
}
.-tag-line a {
  font-style: italic;
  text-transform: capitalize;
  color: #454545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}
.-tag-line a:hover {
  color: #0083c1;
}

.-blog-sharing h4 {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding-bottom: 26px;
  margin-bottom: 0;
}
.-blog-sharing a {
  color: #ffffff;
  font-size: 16px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin-right: 5px;
  background-color: #454545;
  border: 1px solid #454545;
  border-radius: 8px;
}
.-blog-sharing a:hover {
  background-color: #0083c1;
  border-color: #0083c1;
  color: #ffffff !important;
}

.-comment-section h3 {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.-comment-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}
.-comment-section ul li .author-avatar {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
}
.-comment-section ul li .comment-body {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.-comment-section ul li .comment-body h5 {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.-comment-section ul li .comment-body p {
  font-size: 14px;
}
.-comment-section ul li .comment-body .comment-post-date {
  color: #454545;
  padding-bottom: 10px;
}
.-comment-section ul li .comment-body .reply-btn {
  float: right;
}
.-comment-section ul li .comment-body .reply-btn a {
  color: #0083c1;
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  text-transform: capitalize;
  border: 1px solid #0083c1;
}
.-comment-section ul li .comment-body .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #0083c1;
}
.-comment-section ul .comment-children {
  margin-left: 40px;
}
@media (max-width: 479px) {
  .-comment-section ul .comment-children {
    margin-left: 0;
  }
}

.-blog-comment-wrapper h3 {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 26px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.-blog-comment-wrapper p {
  padding: 25px 0 3px;
  font-size: 14px;
}
.-blog-comment-wrapper form .comment-post-box label {
  color: #454545;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
}
.-blog-comment-wrapper form .comment-post-box .coment-field {
  background: #f8f8f8;
  border: none;
  color: #454545;
  padding: 8px 10px;
  width: 100%;
}
.-blog-comment-wrapper form .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  font-size: 14px;
}

/*----------------------------------------*/
/*  02 - Base - Colors
/*----------------------------------------*/
.primary-bg {
  background-color: #0083c1;
}

.section-title h2 {
  background-color: #242424;
}

.brand-bg {
  background-color: #40576c;
}

.color--primary {
  color: #0083c1 !important;
}

.color--light {
  color: #999999 !important;
}

.color--black {
  color: #000000 !important;
}

.color--white {
  color: #ffffff !important;
}

.color--dark {
  color: #333333 !important;
}

.color--dark-1 {
  color: #444444 !important;
}

.color--dark-2 {
  color: #323e52 !important;
}

.color--dark-3 {
  color: #2e2e2e !important;
}

.color--dark-4 {
  color: #212121 !important;
}

.bg--1 {
  background-color: #242424;
}

.bg--2 {
  background-color: #343434;
}

.bg--white {
  background-color: #ffffff;
}

.bg--white-dark {
  background-color: #f6f6f6;
}

.bg--light {
  background-color: #999999;
}

.bg--dark {
  background-color: #333333;
}

.bg--dark-2 {
  background-color: #323e52;
}

.bg--dark-3 {
  background-color: #2e2e2e;
}

.bg--dark-4 {
  background-color: #212121;
}

.bg--dark-5 {
  background-color: #1d1d1d;
}

.bg--night-rider {
  background-color: #323232;
}

.bg--black {
  background-color: #000000;
}

.bg--white-smoke {
  background-color: #f4f4f4;
}

.bg--shaft {
  background-color: #242424;
}

.bg--mineral_green {
  background-color: #6d6367;
}

.bg--jon {
  background-color: #4c3d42;
}

.bg--blue {
  background-color: #0291d6;
}

.bg--bondi_blue {
  background-color: #0083c1;
}

.bg--Cerulean {
  background-color: #006fa4;
}

.bg--blue_diamond {
  background-color: #51366c;
}

.bg--gray {
  background-color: #f5f5f5;
}

.bg--gray-2 {
  background-color: #f3f4f8;
}

.bg--gray-3 {
  background-color: #b5b5b5;
}

.bg--gray-4 {
  background-color: #e8e8e8;
}

.bg--dark {
  background-color: #333333;
}

.bg--dark-2 {
  background-color: #323e52;
}

.bg--dark-3 {
  background-color: #2e2e2e;
}

.bg--dark-4 {
  background-color: #212121;
}

.bg--zircon-light {
  background-color: #f2f2f2;
}

.yellow-dark-bg {
  background-color: #e0b70e;
}

.bg-bright-orange {
  background-color: #e2ac3a;
}

.bg-dark-orange {
  background-color: #d3931f;
}

.green-dark-bg {
  background-color: #1f4244;
}

.bg--light-green {
  background-color: #1bbc9d;
}

.bg--sea-green {
  background-color: #2fcc71;
}

.bg--summer-sky {
  background-color: #3598dc;
}

.bg--heliotrope {
  background-color: #9c59b8;
}