/*-----------------------------------------------------------------------------------

    Template Name: - eCommerce Bootstrap 4 Template
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
    02. Modal
    03. Header
    04. Hero
    05. Slider
    06. Banner
    07. Product
    08. Shop
    09. Sidebar
    10. Single Product
    11. Blog
    12. Blog Post
    13. Cart & wishlist
    14. Checkout
    15. Compare
    16. My Account
    17. Login Register
    18. FAQ
    19. Contact
    20. About
    21. Not Found
    22. Footer

  

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background-color: #ffffff;
  line-height: 1.25em;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  visibility: visible;
  font-family: "Rubik", sans-serif;
  color: #232323;
  position: relative;
  letter-spacing: .02em;
  padding-top: 101px; }
  body.home-four {
    padding-top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
      padding-top: 223px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 575px) {
    body {
      padding-top: 0; } }
  @media only screen and (max-width: 479px) {
    body {
      padding-top: 0; } }

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 30px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

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

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

button, input[type="submit"] {
  cursor: pointer; }

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

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*-- Tab Content & Pane Fix --*/
.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; }

/*----------  Hide and show element  ----------*/
.hidden {
  display: none; }

.show {
  display: block; }

/*----------  select  browser issue fix  ----------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%; }

/*----------  Scroll to top  ----------*/
.home-two-wrapper a.scroll-top:hover {
  background-color: #369599; }

.home-three-wrapper a.scroll-top:hover {
  background-color: #85B839; }

a.scroll-top {
  background: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: none;
  text-align: center;
  color: #fff;
  font-family: 'FontAwesome';
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 50000; }
  a.scroll-top:after {
    content: "\f102";
    display: inline;
    font-size: 20px; }
  a.scroll-top:hover {
    background-color: #ee1d23;
    color: #ffffff; }

/*----------  Breadcrumb  ----------*/
.breadcrumb-bg {
  background-image: url("../images/backgrounds/breadcrumb-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-position: center; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-bg {
      background-position-x: 40%; } }

.breadcrumb-area ul li {
  display: inline-block; }
  .breadcrumb-area ul li span.separator {
    padding: 0 10px; }
  .breadcrumb-area ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #727272; }
  .breadcrumb-area ul li.active {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400; }

/*----------  Quantity counter style  ----------*/
.pro-qty {
  display: inline-block;
  position: relative;
  width: 100px;
  border: 1px solid #ddd;
  height: 40px; }
  .pro-qty input {
    padding-right: 25px;
    width: 100%;
    border: none;
    height: 100%;
    padding-left: 20px; }
  .pro-qty a {
    width: 20px;
    height: 20px;
    position: absolute;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    font-size: 18px; }
    .pro-qty a:hover {
      color: #ee1d23; }
    .pro-qty a.inc {
      top: 0;
      right: 0;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .pro-qty a.dec {
      bottom: 0;
      right: 0;
      border-left: 1px solid #ddd;
      padding-top: 2px; }

/*----------  pataku btn  ----------*/
.pataku-btn {
  font-size: 14px;
  padding: 15px 25px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .pataku-btn {
      padding: 10px 20px; } }
  .pataku-btn:hover, .pataku-btn:active, .pataku-btn:focus {
    background-color: #ee1d23;
    color: #ffffff; }

/*----------  section title  ----------*/
.section-title.instagram-title h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px; }

.section-title.instagram-title p {
  font-size: 14px;
  line-height: 16px; }

.section-title h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px; }
  @media only screen and (max-width: 479px) {
    .section-title h2 {
      font-size: 20px; } }
  .section-title h2 span {
    font-style: italic;
    font-weight: 300;
    color: #1e1e1e; }

.section-title p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #727272;
  font-weight: 300; }
  @media only screen and (max-width: 479px) {
    .section-title p {
      font-size: 14px;
      line-height: 24px; } }
  .section-title p a:hover {
    color: #ee1d23; }

/*----------  section title style two  ----------*/
.section-title-style-2 {
  position: relative; }
  .section-title-style-2 h2 {
    font-size: 24px;
    background-color: #ffffff;
    z-index: 2;
    display: inline-block;
    padding-right: 20px; }
    @media only screen and (max-width: 479px) {
      .section-title-style-2 h2 {
        font-size: 22px; } }
    .section-title-style-2 h2 span {
      color: #727272; }
  .section-title-style-2:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    content: "";
    z-index: -1; }

/*=====  End of 01. Theme Default  ======*/
/*=============================================
=            02. Modal            =
=============================================*/
/*=============================================
=            Home two style            =
=============================================*/
.home-two-wrapper .product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px; }

.home-two-wrapper .product-feature-details h2.product-price {
  position: relative; }
  .home-two-wrapper .product-feature-details h2.product-price span.main-price {
    font-size: 28px;
    font-weight: 500;
    color: #369599; }
  .home-two-wrapper .product-feature-details h2.product-price span.discounted {
    font-size: 24px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .home-two-wrapper .product-feature-details h2.product-price span.discounted-price {
    font-size: 28px;
    font-weight: 500;
    color: #369599; }
  .home-two-wrapper .product-feature-details h2.product-price span.discount-percentage {
    font-weight: 700;
    font-size: 12px;
    color: white;
    padding: 2px 5px 0;
    background: #369599;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 5px;
    margin-left: 10px; }

.home-two-wrapper .product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0; }

.home-two-wrapper .product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.home-two-wrapper .product-feature-details .social-share-buttons ul {
  margin-bottom: 15px; }
  .home-two-wrapper .product-feature-details .social-share-buttons ul li {
    display: inline-block;
    margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .product-feature-details .social-share-buttons ul li {
        margin-bottom: 5px; } }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li a {
      display: block;
      border: 1px solid #ddd;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-two-wrapper .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        .home-two-wrapper .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      .home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-twitter {
        color: #1DA1F2; }
      .home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-facebook {
        color: #4867AA; }
      .home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-google-plus {
        color: #DD5144; }
      .home-two-wrapper .product-feature-details .social-share-buttons ul li a i.fa-pinterest {
        color: #BD081B; }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a {
      color: #fff; }
      .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a i.fa {
        color: #fff; }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.twitter {
      background-color: #1DA1F2; }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.facebook {
      background-color: #4867AA; }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.google-plus {
      background-color: #DD5144; }
    .home-two-wrapper .product-feature-details .social-share-buttons ul li:hover a.pinterest {
      background-color: #BD081B; }

.home-two-wrapper .product-feature-details .add-to-cart-btn {
  display: inline-block; }
  .home-two-wrapper .product-feature-details .add-to-cart-btn a:hover {
    background-color: #369599;
    border-color: #369599; }
  .home-two-wrapper .product-feature-details .add-to-cart-btn a:active {
    background-color: #369599;
    border-color: #369599; }
  .home-two-wrapper .product-feature-details .add-to-cart-btn a:focus {
    background-color: #369599;
    border-color: #369599; }
  .home-two-wrapper .product-feature-details .add-to-cart-btn a {
    padding: 15px 50px; }

.home-two-wrapper .product-feature-details .pro-qty a:hover {
  color: #369599; }

.home-two-wrapper .quickview-small-image-slider .slick-arrow:hover {
  background-color: #369599;
  border-color: #369599; }

/*=====  End of Home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper .product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px; }

.home-three-wrapper .product-feature-details h2.product-price {
  position: relative; }
  .home-three-wrapper .product-feature-details h2.product-price span.main-price {
    font-size: 28px;
    font-weight: 500;
    color: #85B839; }
  .home-three-wrapper .product-feature-details h2.product-price span.discounted {
    font-size: 24px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .home-three-wrapper .product-feature-details h2.product-price span.discounted-price {
    font-size: 28px;
    font-weight: 500;
    color: #85B839; }
  .home-three-wrapper .product-feature-details h2.product-price span.discount-percentage {
    font-weight: 700;
    font-size: 12px;
    color: white;
    padding: 2px 5px 0;
    background: #85B839;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 5px;
    margin-left: 10px; }

.home-three-wrapper .product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0; }

.home-three-wrapper .product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.home-three-wrapper .product-feature-details .social-share-buttons ul {
  margin-bottom: 15px; }
  .home-three-wrapper .product-feature-details .social-share-buttons ul li {
    display: inline-block;
    margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .product-feature-details .social-share-buttons ul li {
        margin-bottom: 5px; } }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li a {
      display: block;
      border: 1px solid #ddd;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-three-wrapper .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      .home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-twitter {
        color: #1DA1F2; }
      .home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-facebook {
        color: #4867AA; }
      .home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-google-plus {
        color: #DD5144; }
      .home-three-wrapper .product-feature-details .social-share-buttons ul li a i.fa-pinterest {
        color: #BD081B; }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a {
      color: #fff; }
      .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a i.fa {
        color: #fff; }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.twitter {
      background-color: #1DA1F2; }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.facebook {
      background-color: #4867AA; }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.google-plus {
      background-color: #DD5144; }
    .home-three-wrapper .product-feature-details .social-share-buttons ul li:hover a.pinterest {
      background-color: #BD081B; }

.home-three-wrapper .product-feature-details .add-to-cart-btn {
  display: inline-block; }
  .home-three-wrapper .product-feature-details .add-to-cart-btn a:hover {
    background-color: #85B839;
    border-color: #85B839; }
  .home-three-wrapper .product-feature-details .add-to-cart-btn a:active {
    background-color: #85B839;
    border-color: #85B839; }
  .home-three-wrapper .product-feature-details .add-to-cart-btn a:focus {
    background-color: #85B839;
    border-color: #85B839; }
  .home-three-wrapper .product-feature-details .add-to-cart-btn a {
    padding: 15px 50px; }

.home-three-wrapper .product-feature-details .pro-qty a:hover {
  color: #85B839; }

.home-three-wrapper .quickview-small-image-slider .slick-arrow:hover {
  background-color: #85B839;
  border-color: #85B839; }

/*=====  End of Home three style  ======*/
/*----------  quick view modal style  ----------*/
.quick-view-modal-container .modal-header {
  border-bottom: 0;
  padding: 0.5rem 1rem 0 0; }
  .quick-view-modal-container .modal-header .close {
    padding-top: 25px;
    padding-right: 20px; }

.quick-view-modal-container .modal-content {
  border-radius: 0; }

.quick-view-modal-container .modal-dialog {
  max-width: 900px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .quick-view-modal-container .modal-dialog {
      max-width: 700px;
      margin: auto; } }
  @media only screen and (max-width: 767px) {
    .quick-view-modal-container .modal-dialog {
      max-width: 500px;
      margin: auto; } }
  @media only screen and (max-width: 575px) {
    .quick-view-modal-container .modal-dialog {
      max-width: 400px;
      margin: auto; } }

.single-product-img.img-full {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .product-image-slider {
    margin-bottom: 30px; } }

.product-feature-details h2.product-title {
  font-weight: 500;
  color: #323232;
  font-size: 30px;
  line-height: 35px; }

.product-feature-details h2.product-price {
  position: relative; }
  .product-feature-details h2.product-price span.main-price {
    font-size: 28px;
    font-weight: 500;
    color: #ee1d23; }
  .product-feature-details h2.product-price span.discounted {
    font-size: 24px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .product-feature-details h2.product-price span.discounted-price {
    font-size: 28px;
    font-weight: 500;
    color: #ee1d23; }
  .product-feature-details h2.product-price span.discount-percentage {
    font-weight: 700;
    font-size: 12px;
    color: white;
    padding: 2px 5px 0;
    background: #ee1d23;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 5px;
    margin-left: 10px; }

.product-feature-details p.product-description {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0; }

.product-feature-details .social-share-buttons h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.product-feature-details .social-share-buttons ul {
  margin-bottom: 15px; }
  .product-feature-details .social-share-buttons ul li {
    display: inline-block;
    margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .product-feature-details .social-share-buttons ul li {
        margin-bottom: 5px; } }
    .product-feature-details .social-share-buttons ul li a {
      display: block;
      border: 1px solid #ddd;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        .product-feature-details .social-share-buttons ul li a {
          margin-bottom: 5px; } }
      .product-feature-details .social-share-buttons ul li a i.fa-twitter {
        color: #1DA1F2; }
      .product-feature-details .social-share-buttons ul li a i.fa-facebook {
        color: #4867AA; }
      .product-feature-details .social-share-buttons ul li a i.fa-google-plus {
        color: #DD5144; }
      .product-feature-details .social-share-buttons ul li a i.fa-pinterest {
        color: #BD081B; }
    .product-feature-details .social-share-buttons ul li:hover a {
      color: #fff; }
      .product-feature-details .social-share-buttons ul li:hover a i.fa {
        color: #fff; }
    .product-feature-details .social-share-buttons ul li:hover a.twitter {
      background-color: #1DA1F2; }
    .product-feature-details .social-share-buttons ul li:hover a.facebook {
      background-color: #4867AA; }
    .product-feature-details .social-share-buttons ul li:hover a.google-plus {
      background-color: #DD5144; }
    .product-feature-details .social-share-buttons ul li:hover a.pinterest {
      background-color: #BD081B; }

@media only screen and (max-width: 479px) {
  .product-feature-details .pro-qty {
    margin-bottom: 20px; } }

.product-feature-details .add-to-cart-btn {
  display: inline-block; }
  .product-feature-details .add-to-cart-btn a {
    padding: 15px 50px; }

/*=====  End of 02. Modal  ======*/
/*=============================================
=            03. Header            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .header-container.is-sticky .navigation-menu {
  background-color: #369599; }

.home-two-wrapper .header-top-dropdown .single-dropdown a:hover {
  color: #369599; }

.home-two-wrapper .header-top-dropdown .single-dropdown .language-currency-list {
  border-bottom: 2px solid #369599; }
  .home-two-wrapper .header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
    color: #369599; }

.home-two-wrapper .menu-top .search-bar button:hover {
  color: #369599; }

.home-two-wrapper .menu-top .menu-top-icons .single-icon a i.lnr:hover {
  color: #369599; }

.home-two-wrapper .menu-top .menu-top-icons .single-icon a span.count {
  background-color: #369599; }

.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-image a:hover {
  border-color: #369599; }

.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-desc p.product-title a:hover {
  color: #369599; }

.home-two-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation a.floating-cart-btn:hover {
  background-color: #369599;
  border-color: #369599;
  color: #ffffff; }

.home-two-wrapper .navigation-menu {
  background-color: #369599; }
  .home-two-wrapper .navigation-menu .main-menu nav > ul {
    text-align: left; }
    .home-two-wrapper .navigation-menu .main-menu nav > ul > li {
      text-align: left; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .home-two-wrapper .navigation-menu .main-menu nav > ul > li ul.mega-menu.three-column {
          left: -200px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .home-two-wrapper .navigation-menu .main-menu nav > ul > li ul.mega-menu.three-column {
          left: -200px; } }
      .home-two-wrapper .navigation-menu .main-menu nav > ul > li > a {
        color: #ffffff; }
        .home-two-wrapper .navigation-menu .main-menu nav > ul > li > a:hover {
          color: #232323; }
      .home-two-wrapper .navigation-menu .main-menu nav > ul > li a:hover {
        color: #232323; }
        .home-two-wrapper .navigation-menu .main-menu nav > ul > li a:hover:before {
          background-color: transparent; }
      .home-two-wrapper .navigation-menu .main-menu nav > ul > li.active a {
        color: #232323; }
        .home-two-wrapper .navigation-menu .main-menu nav > ul > li.active a:before {
          background-color: transparent; }
      .home-two-wrapper .navigation-menu .main-menu nav > ul > li:hover a {
        color: #232323; }

.home-two-wrapper .mobile-menu .mean-bar:before {
  color: #ffffff; }

.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  background-color: #ffffff; }
  .home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
    background-color: #ffffff; }
  .home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
    background-color: #ffffff; }

.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
  background-color: #ffffff; }

.home-two-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  background-color: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-wrapper .hero-side-category {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .home-two-wrapper .hero-side-category {
    margin-bottom: 20px; } }

.home-two-wrapper .hero-side-category .category-toggle-wrap {
  background-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-two-wrapper .hero-side-category .category-toggle-wrap {
      background-color: #1e1e1e; } }
  @media only screen and (max-width: 767px) {
    .home-two-wrapper .hero-side-category .category-toggle-wrap {
      background-color: #1e1e1e; } }
  .home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
    background-color: transparent; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
        background-color: #1e1e1e; } }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .hero-side-category .category-toggle-wrap:hover {
        background-color: #1e1e1e; } }
  .home-two-wrapper .hero-side-category .category-toggle-wrap button {
    color: #1e1e1e;
    padding-left: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-two-wrapper .hero-side-category .category-toggle-wrap button {
        color: #ffffff;
        padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .hero-side-category .category-toggle-wrap button {
        color: #ffffff;
        padding-left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .home-two-wrapper .hero-side-category .category-toggle-wrap button {
        font-size: 14px; } }
    .home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .home-two-wrapper .hero-side-category .category-toggle-wrap button span.lnr-chevron-down {
          display: block; } }

.home-two-wrapper .hero-side-category nav.category-menu-2 {
  display: block;
  border: none;
  position: relative;
  float: none;
  top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-two-wrapper .hero-side-category nav.category-menu-2 {
      position: absolute;
      top: 50px;
      float: left;
      border: 1px solid #1e1e1e; } }
  @media only screen and (max-width: 767px) {
    .home-two-wrapper .hero-side-category nav.category-menu-2 {
      position: absolute;
      top: 50px;
      float: left;
      border: 1px solid #1e1e1e; } }
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:hover:before {
    background-color: #369599; }
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
    left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
        left: 10px; } }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .hero-side-category nav.category-menu-2 ul li:before {
        left: 10px; } }
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li a {
    padding-left: 20px; }
    .home-two-wrapper .hero-side-category nav.category-menu-2 ul li a:hover {
      color: #369599; }
    .home-two-wrapper .hero-side-category nav.category-menu-2 ul li a#more-btn {
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-two-wrapper .hero-side-category nav.category-menu-2 ul li a#more-btn {
          padding-bottom: 10px; } }
  .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
    border-bottom: 2px solid #369599;
    left: 246px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
        left: 230px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu {
        border: none; } }
    .home-two-wrapper .hero-side-category nav.category-menu-2 ul li ul.category-mega-menu li a.megamenu-head {
      color: #1e1e1e; }

.hero-category-container {
  background-color: #ffffff; }

/*=====  End of home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper {
  /*----------  search overlay  ----------*/
  /*----------  header top  ----------*/
  /*----------  menu top  ----------*/
  /*----------  navigation menu  ----------*/
  /*-- Category Mega Menu --*/ }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -55px; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -53px; } }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .header-container.is-sticky .menu-top {
      background-color: #ffffff; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .header-container.is-sticky .menu-top {
      background-color: #ffffff; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
      display: none !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .header-container.is-sticky .navigation-menu {
      background-color: #ffffff; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .header-container.is-sticky .navigation-menu {
      background-color: #ffffff; } }
  .home-three-wrapper .search-overlay .search-overlay-close:hover {
    color: #85B839; }
  .home-three-wrapper .header-top {
    background-color: #85B839; }
    .home-three-wrapper .header-top .header-top-text {
      color: #ffffff; }
    .home-three-wrapper .header-top .header-top-dropdown span.separator {
      color: #ffffff; }
    .home-three-wrapper .header-top .header-top-dropdown .single-dropdown > a {
      color: #ffffff; }
    .home-three-wrapper .header-top .header-top-dropdown .single-dropdown .language-currency-list {
      border-bottom: 2px solid #85B839; }
      .home-three-wrapper .header-top .header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
        color: #85B839; }
  .home-three-wrapper .menu-top .search-bar button:hover {
    color: #85B839; }
  .home-three-wrapper .menu-top .menu-top-icons .single-icon > a i:hover {
    color: #85B839; }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .menu-top .menu-top-icons .single-icon > a i {
      font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    .home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.text {
      display: none; } }
  .home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
    background-color: #85B839;
    color: #ffffff; }
    @media only screen and (max-width: 575px) {
      .home-three-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
        top: -15px; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
      right: 0;
      left: auto;
      margin-left: 0; } }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
      width: 300px;
      right: 10px; } }
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-image > a:hover {
    border-color: #85B839; }
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-items .cart-float-single-item .cart-float-single-item-desc p.product-title > a:hover {
    color: #85B839; }
  .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation .floating-cart-btn a:hover {
    background-color: #85B839;
    border-color: #85B839;
    color: #ffffff; }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box .cart-calculation .floating-cart-btn a {
      min-width: 120px; } }
  .home-three-wrapper .navigation-menu .main-menu nav > ul {
    text-align: center; }
    .home-three-wrapper .navigation-menu .main-menu nav > ul > li {
      text-align: left; }
      .home-three-wrapper .navigation-menu .main-menu nav > ul > li > a {
        color: #232323; }
        .home-three-wrapper .navigation-menu .main-menu nav > ul > li > a:hover {
          color: #85B839; }
        .home-three-wrapper .navigation-menu .main-menu nav > ul > li > a:before {
          display: none; }
      .home-three-wrapper .navigation-menu .main-menu nav > ul > li a:hover {
        color: #85B839; }
        .home-three-wrapper .navigation-menu .main-menu nav > ul > li a:hover:before {
          background-color: transparent; }
      .home-three-wrapper .navigation-menu .main-menu nav > ul > li.active a {
        color: #232323; }
        .home-three-wrapper .navigation-menu .main-menu nav > ul > li.active a:before {
          background-color: transparent; }
      .home-three-wrapper .navigation-menu .main-menu nav > ul > li:hover a {
        color: #232323; }
        .home-three-wrapper .navigation-menu .main-menu nav > ul > li:hover a:hover {
          color: #85B839; }
  .home-three-wrapper .mobile-menu .mean-bar:before {
    display: none; }
  .home-three-wrapper .mobile-menu .mean-bar .mean-nav {
    margin-top: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .mobile-menu .mean-bar .mean-nav {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .mobile-menu .mean-bar .mean-nav {
        margin-top: 20px; } }
    .home-three-wrapper .mobile-menu .mean-bar .mean-nav ul {
      margin-bottom: 20px; }
  .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
    top: -70px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
        top: -55px; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
        top: -55px; } }
    @media only screen and (max-width: 575px) {
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
        top: -55px; } }
    @media only screen and (max-width: 479px) {
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
        top: -45px; } }
    .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
      background-color: #232323; }
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
        background-color: #232323; }
      .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
        background-color: #232323; }
    .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
      background-color: #232323; }
    .home-three-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
      background-color: #232323; }
  .home-three-wrapper .search-icon-menutop-tablet a {
    color: #232323; }
    .home-three-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
      font-size: 25px; }
      @media only screen and (max-width: 479px) {
        .home-three-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
          font-size: 25px; } }
    .home-three-wrapper .search-icon-menutop-tablet a:hover {
      color: #85B839; }
  .home-three-wrapper .hero-side-category {
    background-color: #ffffff;
    width: 100%;
    text-transform: capitalize;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .hero-side-category {
        min-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .hero-side-category {
        width: 100%;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .hero-side-category {
        width: 100%;
        z-index: 9;
        position: relative; } }
    .home-three-wrapper .hero-side-category .category-toggle-wrap {
      background-color: #85B839; }
      .home-three-wrapper .hero-side-category .category-toggle-wrap:hover {
        background-color: #85B839; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i::before {
          content: "\e62a"; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i::before {
          content: "\e62a"; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .hero-side-category .category-toggle-wrap .category-toggle i {
          font-size: 18px; } }
    .home-three-wrapper .hero-side-category nav.category-menu-3 {
      background-color: #ffffff;
      width: 100%;
      border: 1px solid #85B839;
      position: relative;
      display: block;
      float: none;
      top: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-three-wrapper .hero-side-category nav.category-menu-3 {
          position: absolute;
          top: 55px;
          z-index: 9; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .hero-side-category nav.category-menu-3 {
          position: absolute;
          top: 55px; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul {
          max-height: 180px;
          overflow-y: auto; } }
      @media only screen and (max-width: 575px) {
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul {
          max-height: 220px;
          overflow-y: auto; } }
      .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
        position: relative; }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:hover:before {
          background-color: #85B839; }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
          position: absolute;
          width: 4px;
          height: 4px;
          background-color: #a8a8a8;
          content: "";
          border-radius: 50%;
          top: 50%;
          margin-top: -2px;
          left: 5%; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
              display: none; } }
          @media only screen and (max-width: 767px) {
            .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:before {
              display: none; } }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:last-child:before {
          display: none; }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:last-child > a {
          border-bottom: none !important; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
            position: relative; } }
        @media only screen and (max-width: 767px) {
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li {
            position: relative; } }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children {
          position: relative; }
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
            font-family: 'fontAwesome';
            content: "\f054";
            position: absolute;
            right: 25px;
            top: 0;
            line-height: 50px;
            font-size: 10px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
                display: none; } }
            @media only screen and (max-width: 767px) {
              .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li.menu-item-has-children > a::before {
                display: none; } }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i {
          position: absolute;
          right: 0;
          top: 0;
          cursor: pointer;
          height: 50px;
          width: 40px;
          line-height: 50px;
          z-index: 9; }
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i::before {
            background-color: #606060;
            width: 8px;
            height: 2px;
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -4px;
            margin-top: -1px;
            top: 50%; }
          .home-three-wrapper .hero-side-category nav.category-menu-3 > 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;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0); }
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li i.expand::after {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1); }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a {
          display: block;
          padding: 10px 25px;
          line-height: 30px;
          font-size: 14px;
          color: #606060;
          font-weight: 300;
          position: relative;
          border-bottom: 1px solid #e8e8e8; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a {
              border-bottom: none; } }
          .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li > a:hover {
            color: #85B839; }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li:hover .category-mega-menu {
          z-index: 9;
          opacity: 1;
          visibility: visible; }
        .home-three-wrapper .hero-side-category nav.category-menu-3 > ul > li .banner {
          padding: 15px;
          max-width: 300px; }
      .home-three-wrapper .hero-side-category nav.category-menu-3.category-menu-5 > ul > li > a {
        padding: 12px 25px; }
    .home-three-wrapper .hero-side-category nav.shop-category-menu {
      background: none;
      display: block; }
      .home-three-wrapper .hero-side-category nav.shop-category-menu ul li a {
        padding: 5px 0;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #606060;
        font-weight: 500;
        position: relative;
        border-bottom: 1px solid #e8e8e8; }
        .home-three-wrapper .hero-side-category nav.shop-category-menu ul li a:hover {
          color: #85B839; }
    .home-three-wrapper .hero-side-category.shop-side-category {
      height: auto;
      min-height: 200px; }
  .home-three-wrapper .category-mega-menu {
    position: absolute;
    left: 255px;
    top: 0;
    width: 800px;
    z-index: 999;
    max-width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #85B839;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .home-three-wrapper .category-mega-menu {
        left: 210px;
        width: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .category-mega-menu {
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .category-mega-menu {
        position: static;
        z-index: 9;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0;
        width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .category-mega-menu {
        position: static;
        z-index: 9;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0;
        width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .home-three-wrapper .category-mega-menu > li {
      float: left;
      width: 33.33%;
      padding: 0 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .home-three-wrapper .category-mega-menu > li {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          padding: 0;
          position: relative; }
          .home-three-wrapper .category-mega-menu > li::before {
            content: "";
            float: left;
            height: 2px;
            width: 6px;
            background-color: #606060;
            margin: 24px 0;
            position: relative;
            left: 25px; } }
      @media only screen and (max-width: 767px) {
        .home-three-wrapper .category-mega-menu > li {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          padding: 0;
          position: relative; }
          .home-three-wrapper .category-mega-menu > li::before {
            content: "";
            float: left;
            height: 2px;
            width: 6px;
            background-color: #606060;
            margin: 24px 0;
            position: relative;
            left: 25px; } }
      .home-three-wrapper .category-mega-menu > li > a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #85B839;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .home-three-wrapper .category-mega-menu > li > a {
            border-bottom: 1px solid #e8e8e8; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .home-three-wrapper .category-mega-menu > li > a {
            border-bottom: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .home-three-wrapper .category-mega-menu > li > a {
            padding: 10px 25px 10px 35px;
            line-height: 30px;
            font-size: 14px;
            color: #606060;
            font-weight: 500;
            position: relative;
            margin: 0;
            text-transform: inherit; } }
        @media only screen and (max-width: 767px) {
          .home-three-wrapper .category-mega-menu > li > a {
            padding: 10px 25px 10px 35px;
            line-height: 30px;
            font-size: 14px;
            color: #606060;
            font-weight: 500;
            position: relative;
            margin: 0;
            text-transform: inherit; } }
        .home-three-wrapper .category-mega-menu > li > a.megamenu-head {
          font-size: 13px;
          font-weight: 500;
          padding-bottom: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .home-three-wrapper .category-mega-menu > li > a.megamenu-head {
              border-bottom: 1px solid #ddd; } }
          @media only screen and (max-width: 767px) {
            .home-three-wrapper .category-mega-menu > li > a.megamenu-head {
              border-bottom: 1px solid #ddd; } }
      .home-three-wrapper .category-mega-menu > li > ul li {
        margin-bottom: 4px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .home-three-wrapper .category-mega-menu > li > ul li::before {
            content: "";
            float: left;
            height: 2px;
            width: 6px;
            background-color: #606060;
            margin: 24px 0;
            position: relative;
            left: 35px; } }
        @media only screen and (max-width: 767px) {
          .home-three-wrapper .category-mega-menu > li > ul li::before {
            content: "";
            float: left;
            height: 2px;
            width: 6px;
            background-color: #606060;
            margin: 24px 0;
            position: relative;
            left: 35px; } }
        .home-three-wrapper .category-mega-menu > li > ul li:last-child {
          margin-bottom: 0; }
        .home-three-wrapper .category-mega-menu > li > ul li a {
          display: block;
          font-size: 14px;
          color: #606060;
          line-height: 20px; }
          @media only screen and (max-width: 767px) {
            .home-three-wrapper .category-mega-menu > li > ul li a {
              border-bottom: 1px solid #e8e8e8; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .home-three-wrapper .category-mega-menu > li > ul li a {
              border-bottom: none; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .home-three-wrapper .category-mega-menu > li > ul li a {
              padding: 10px 25px 10px 45px;
              line-height: 30px;
              font-size: 14px;
              color: #666666;
              font-weight: 400;
              position: relative; } }
          @media only screen and (max-width: 767px) {
            .home-three-wrapper .category-mega-menu > li > ul li a {
              padding: 10px 25px 10px 45px;
              line-height: 30px;
              font-size: 14px;
              color: #666666;
              font-weight: 400;
              position: relative; } }
          .home-three-wrapper .category-mega-menu > li > ul li a:hover {
            color: #85B839; }
      .home-three-wrapper .category-mega-menu > li.add {
        float: left;
        width: auto;
        padding: 0;
        border: none;
        margin: 30px -45px 0; }
        .home-three-wrapper .category-mega-menu > li.add a {
          display: block;
          border: none;
          margin: 0; }
          .home-three-wrapper .category-mega-menu > li.add a img {
            width: 100%; }

/*=====  End of Home three style  ======*/
/*=============================================
=            home four style            =
=============================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-four-wrapper .header-container {
    background-color: #C2A89B;
    border-bottom: 1px solid #ffffff; } }

@media only screen and (max-width: 767px) {
  .home-four-wrapper .header-container {
    background-color: #C2A89B;
    border-bottom: 1px solid #ffffff; } }

.home-four-wrapper .header-container.is-sticky {
  border-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -55px; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -53px; } }
  @media only screen and (max-width: 479px) {
    .home-four-wrapper .header-container.is-sticky .mobile-menu .mean-bar .meanmenu-reveal {
      top: -45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .header-container.is-sticky {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .header-container.is-sticky {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .header-container.is-sticky .menu-top {
      background-color: #C2A89B; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .header-container.is-sticky .menu-top {
      background-color: #C2A89B; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .header-container.is-sticky .menu-top .menu-top-icons {
      display: none !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .header-container.is-sticky .navigation-menu {
      background-color: #C2A89B; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .header-container.is-sticky .navigation-menu {
      background-color: #C2A89B; } }

.home-four-wrapper .header-top {
  background-color: transparent; }
  .home-four-wrapper .header-top span.header-top-text {
    color: #ffffff; }
  .home-four-wrapper .header-top .single-dropdown > a {
    color: #ffffff; }
    .home-four-wrapper .header-top .single-dropdown > a:hover {
      color: #232323; }

.home-four-wrapper .header-top-dropdown span.separator {
  color: #ffffff; }

.home-four-wrapper .menu-top .search-bar input {
  color: #ffffff; }

.home-four-wrapper .menu-top .search-bar button {
  color: #ffffff; }

.home-four-wrapper .menu-top .search-bar ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

.home-four-wrapper .menu-top .search-bar :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

.home-four-wrapper .menu-top .search-bar ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

.home-four-wrapper .menu-top .search-bar ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

.home-four-wrapper .menu-top .search-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff; }

.home-four-wrapper .menu-top .search-bar ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff; }

.home-four-wrapper .menu-top .menu-top-icons .single-icon > a {
  color: #ffffff; }
  .home-four-wrapper .menu-top .menu-top-icons .single-icon > a i {
    color: #ffffff; }
    @media only screen and (max-width: 479px) {
      .home-four-wrapper .menu-top .menu-top-icons .single-icon > a i {
        font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    .home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.text {
      display: none; } }
  .home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
    background-color: #ffffff;
    color: #000000; }
    @media only screen and (max-width: 575px) {
      .home-four-wrapper .menu-top .menu-top-icons .single-icon > a span.count {
        top: -15px; } }

@media only screen and (max-width: 767px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    right: 0;
    left: auto;
    margin-left: 0; } }

@media only screen and (max-width: 479px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box {
    width: 300px;
    right: 10px; } }

@media only screen and (max-width: 479px) {
  .home-four-wrapper .menu-top .menu-top-icons .single-icon .cart-floating-box a.floating-cart-btn {
    min-width: 120px; } }

.home-four-wrapper .main-menu nav > ul {
  text-align: center; }
  .home-four-wrapper .main-menu nav > ul > li {
    text-align: left; }
    .home-four-wrapper .main-menu nav > ul > li > a {
      color: #ffffff; }
      .home-four-wrapper .main-menu nav > ul > li > a:hover {
        color: #232323; }
    .home-four-wrapper .main-menu nav > ul > li a:hover {
      color: #232323; }
      .home-four-wrapper .main-menu nav > ul > li a:hover:before {
        background-color: transparent; }
    .home-four-wrapper .main-menu nav > ul > li.active a {
      color: #232323; }
      .home-four-wrapper .main-menu nav > ul > li.active a:before {
        background-color: transparent; }
    .home-four-wrapper .main-menu nav > ul > li:hover a {
      color: #232323; }

.home-four-wrapper .mobile-menu .mean-bar:before {
  display: none; }

.home-four-wrapper .mobile-menu .mean-bar .mean-nav {
  margin-top: 35px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .mobile-menu .mean-bar .mean-nav {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .mobile-menu .mean-bar .mean-nav {
      margin-top: 20px; } }
  .home-four-wrapper .mobile-menu .mean-bar .mean-nav ul {
    margin-bottom: 20px; }

.home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
  top: -70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
      top: -55px; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
      top: -55px; } }
  @media only screen and (max-width: 575px) {
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
      top: -55px; } }
  @media only screen and (max-width: 479px) {
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal {
      top: -45px; } }
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #ffffff; }
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
      background-color: #ffffff; }
    .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
      background-color: #ffffff; }
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
    background-color: #ffffff; }
  .home-four-wrapper .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
    background-color: #ffffff; }

.home-four-wrapper .search-icon-menutop-tablet a {
  color: #ffffff; }
  .home-four-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
    font-size: 25px; }
    @media only screen and (max-width: 479px) {
      .home-four-wrapper .search-icon-menutop-tablet a i.lnr-magnifier {
        font-size: 25px; } }
  .home-four-wrapper .search-icon-menutop-tablet a:hover {
    color: #232323; }

.home-four-wrapper .header-container.is-sticky {
  background-color: rgba(194, 168, 155, 0.7) !important; }

/*=====  End of home four style  ======*/
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-container {
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .header-container {
      position: relative; } }
  .header-container.is-sticky {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .header-container.is-sticky:hover {
      background-color: #ffffff; }
    .header-container.is-sticky .navigation-menu {
      border-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .header-container.is-sticky .navigation-menu {
          background-color: #fff; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-container.is-sticky .navigation-menu {
          background-color: #fff; } }
      @media only screen and (max-width: 767px) {
        .header-container.is-sticky .navigation-menu .hero-side-category {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-container.is-sticky .navigation-menu .hero-side-category {
          display: none; } }
      .header-container.is-sticky .navigation-menu .main-menu nav > ul > li > a {
        line-height: 54px; }

/*----------  Header top  ----------*/
.header-top {
  font-weight: 400;
  color: #727272;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed; }

.header-top-dropdown span.separator {
  font-weight: 300;
  color: #b6b6b6; }

.header-top-dropdown .single-dropdown {
  position: relative; }
  .header-top-dropdown .single-dropdown a:hover {
    color: #ee1d23; }
  .header-top-dropdown .single-dropdown .language-currency-list {
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ee1d23;
    position: absolute;
    top: 32px;
    left: auto;
    right: 0;
    min-width: 120px;
    -webkit-box-shadow: 0 -2px 1px 1px #f6f6f6;
    box-shadow: 0 -2px 1px 1px #f6f6f6;
    background-color: #ffffff;
    z-index: 2; }
    @media only screen and (max-width: 479px) {
      .header-top-dropdown .single-dropdown .language-currency-list {
        left: auto;
        right: 0;
        min-width: 95px; } }
    .header-top-dropdown .single-dropdown .language-currency-list ul li {
      padding: 5px 0; }
      .header-top-dropdown .single-dropdown .language-currency-list ul li a:hover {
        color: #ee1d23; }

/*----------  Menu top  ----------*/
.menu-top {
  border-bottom: 1px solid #ededed; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-top {
      border-bottom: none; } }
  @media only screen and (max-width: 767px) {
    .menu-top {
      border-bottom: none; } }

/*----------  search bar  ----------*/
.search-bar {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding-right: 40px;
  padding-left: 15px;
  padding-bottom: 15px; }
  .search-bar input {
    background: none;
    border: none;
    color: #91959b;
    font-weight: 300;
    width: 100%; }
  .search-bar button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #727272; }
    .search-bar button i.lnr-magnifier {
      font-size: 25px; }
    .search-bar button:hover {
      color: #ee1d23; }

/*----------  menu top icons  ----------*/
.menu-top-icons .single-icon a {
  position: relative;
  display: block;
  color: #727272;
  font-weight: 400; }

.menu-top-icons .single-icon i.lnr {
  font-size: 32px;
  color: #1e1e1e; }
  .menu-top-icons .single-icon i.lnr:hover {
    color: #ee1d23; }

.menu-top-icons .single-icon span.count {
  position: absolute;
  top: -5px;
  left: 50%;
  background-color: #ee1d23;
  color: #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%; }

/*----------  Cart floating box  ----------*/
.cart-floating-box {
  position: absolute;
  top: 50px;
  z-index: 999999;
  right: 0;
  width: 360px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd; }
  @media only screen and (max-width: 767px) {
    .cart-floating-box {
      left: 50%;
      margin-left: -180px; } }
  @media only screen and (max-width: 575px) {
    .cart-floating-box {
      left: 50%;
      margin-left: -180px; } }
  @media only screen and (max-width: 479px) {
    .cart-floating-box {
      width: 100%;
      left: auto;
      right: 0; } }
  .cart-floating-box .cart-items {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
  .cart-floating-box .cart-float-single-item {
    position: relative;
    margin-bottom: 20px; }
    .cart-floating-box .cart-float-single-item span.remove-item {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 15px; }
      .cart-floating-box .cart-float-single-item span.remove-item a:hover {
        color: red; }
    .cart-floating-box .cart-float-single-item .cart-float-single-item-image {
      width: 25%;
      margin-right: 10px; }
      .cart-floating-box .cart-float-single-item .cart-float-single-item-image a {
        display: inline-block;
        border: 1px solid #ddd;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .cart-floating-box .cart-float-single-item .cart-float-single-item-image a:hover {
          border: 1px solid #ee1d23; }
    @media only screen and (max-width: 479px) {
      .cart-floating-box .cart-float-single-item .cart-float-single-item-desc {
        padding-right: 10px; } }
    .cart-floating-box .cart-float-single-item .cart-float-single-item-desc p {
      margin-bottom: 5px; }
    .cart-floating-box .cart-float-single-item .cart-float-single-item-desc p.product-title a {
      font-weight: 500;
      color: #333; }
      .cart-floating-box .cart-float-single-item .cart-float-single-item-desc p.product-title a:hover {
        color: #ee1d23; }
  .cart-floating-box .cart-calculation .calculation-details {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
    .cart-floating-box .cart-calculation .calculation-details p {
      font-weight: 500;
      color: #333;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 20px; }
      .cart-floating-box .cart-calculation .calculation-details p span {
        float: right; }
    .cart-floating-box .cart-calculation .calculation-details p.shipping {
      border-bottom: 1px solid #333;
      margin-bottom: 10px;
      padding-bottom: 10px; }
  .cart-floating-box .cart-calculation .checkout-button a {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    font-weight: 500;
    border-radius: 3px; }
    .cart-floating-box .cart-calculation .checkout-button a:hover {
      background-color: #ee1d23; }

/*----------  floating cart button  ----------*/
a.floating-cart-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  color: #323232;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 500;
  height: 47px;
  line-height: 43px;
  margin: 0 4px;
  min-width: 130px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  border-radius: 0; }
  a.floating-cart-btn:hover {
    background: #ee1d23;
    border-color: #ee1d23;
    color: #fff; }

/*----------  Navigation menu  ----------*/
.navigation-menu {
  border-bottom: 1px solid #ededed; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation-menu {
      border-bottom: none; } }
  @media only screen and (max-width: 767px) {
    .navigation-menu {
      border-bottom: none; } }

.main-menu nav > ul > li {
  display: inline-block;
  margin-right: 40px;
  position: relative; }
  .main-menu nav > ul > li:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav > ul > li {
      margin-right: 30px; } }
  .main-menu nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    line-height: 54px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-menu nav > ul > li > a {
        line-height: 50px; } }
  .main-menu nav > ul > li.menu-item-has-children > a::after {
    font-family: Fontawesome;
    content: "\f107";
    margin-left: 5px;
    float: right; }
  .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
    color: #ee1d23;
    position: relative; }
    .main-menu nav > ul > li.active > a:before, .main-menu nav > ul > li:hover > a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ee1d23;
      content: ""; }
  .main-menu nav > ul > li:hover > .sub-menu,
  .main-menu nav > ul > li:hover > .mega-menu {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu nav > ul > li:hover > .sub-menu,
      .main-menu nav > ul > li:hover > .mega-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

/* sub menu */
.sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: -999;
  width: 250px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sub-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 767px) {
    .sub-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 575px) {
    .sub-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 479px) {
    .sub-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .sub-menu li {
    position: relative; }
    .sub-menu li a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 300;
      color: #777777;
      text-transform: capitalize; }
    .sub-menu li.menu-item-has-children > a::after {
      font-family: Fontawesome;
      content: "\f105";
      margin-left: 5px;
      float: right; }
    .sub-menu li.active > a, .sub-menu li:hover > a {
      color: #ee1d23;
      font-weight: 300; }
    .sub-menu li:hover > .sub-menu {
      -webkit-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg);
      -webkit-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
      transform-origin: center top 0;
      opacity: 1;
      visibility: visible;
      margin-top: 0;
      z-index: 999; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .sub-menu li:hover > .sub-menu {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media only screen and (max-width: 767px) {
        .sub-menu li:hover > .sub-menu {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media only screen and (max-width: 575px) {
        .sub-menu li:hover > .sub-menu {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
      @media only screen and (max-width: 479px) {
        .sub-menu li:hover > .sub-menu {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
  .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 30px;
    -webkit-transform: perspective(0) rotateX(0deg);
    transform: perspective(0) rotateX(0deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .sub-menu .sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media only screen and (max-width: 767px) {
      .sub-menu .sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media only screen and (max-width: 575px) {
      .sub-menu .sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media only screen and (max-width: 479px) {
      .sub-menu .sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .sub-menu .sub-menu .sub-menu {
      left: auto;
      right: 100%; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: 100%;
        right: auto; }
      .sub-menu .sub-menu .sub-menu .sub-menu {
        left: auto;
        right: 100%; }

/* mega menu */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: -999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mega-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 767px) {
    .mega-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 575px) {
    .mega-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media only screen and (max-width: 479px) {
    .mega-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .mega-menu.two-column {
    width: 440px;
    left: -20px; }
    .mega-menu.two-column > li {
      width: 50%;
      padding: 20px 15px; }
  .mega-menu.three-column {
    width: 700px;
    left: -300px; }
    .mega-menu.three-column > li {
      width: 33.33%;
      padding: 20px 15px; }
  .mega-menu > li {
    position: relative;
    float: left; }
    .mega-menu > li > a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 500;
      color: #323232;
      text-transform: capitalize; }
    .mega-menu > li.active > a, .mega-menu > li:hover > a {
      color: #ee1d23;
      font-weight: 500; }
    .mega-menu > li ul li a {
      line-height: 24px;
      padding: 6px 20px;
      display: block;
      font-weight: 300;
      color: #777777;
      text-transform: capitalize; }
    .mega-menu > li ul li.active > a, .mega-menu > li ul li:hover > a {
      color: #ee1d23;
      font-weight: 300; }

/* Mobile Menu*/
.mobile-menu .mean-bar {
  position: relative;
  text-align: right;
  /*---- Mean Nav ----*/ }
  .mobile-menu .mean-bar:before {
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: 700; }
  .mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mobile-menu .mean-bar .meanmenu-reveal {
        top: -35px; } }
    @media only screen and (max-width: 767px) {
      .mobile-menu .mean-bar .meanmenu-reveal {
        top: -35px; } }
    .mobile-menu .mean-bar .meanmenu-reveal span {
      position: relative;
      /*---- Menu Open ----*/
      /*---- Menu Close ----*/ }
      .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
        height: 2px;
        width: 26px;
        background-color: #1e1e1e;
        display: block;
        margin: 8px 0; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #1e1e1e; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
          top: -8px; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
          bottom: -8px; }
      .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
        height: 2px;
        width: 26px;
        background-color: transparent;
        display: block;
        margin: 8px 0; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #1e1e1e; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .mobile-menu .mean-bar .mean-nav {
    text-align: left;
    background-color: #ffffff;
    margin-top: 50px; }
    .mobile-menu .mean-bar .mean-nav > ul {
      margin-bottom: 40px;
      border: 1px solid #eeeeee;
      border-top: 0px solid transparent;
      overflow-x: hidden; }
      @media only screen and (max-width: 767px) {
        .mobile-menu .mean-bar .mean-nav > ul {
          max-height: 180px;
          overflow-y: auto; } }
      @media only screen and (max-width: 575px) {
        .mobile-menu .mean-bar .mean-nav > ul {
          max-height: 220px;
          overflow-y: auto; } }
      .mobile-menu .mean-bar .mean-nav > ul li {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        /*---- Sub Menu & Mega Menu ----*/ }
        .mobile-menu .mean-bar .mean-nav > ul li a {
          font-size: 13px;
          display: block;
          color: #232323;
          font-weight: 500;
          text-transform: uppercase;
          line-height: 44px;
          position: relative;
          border-top: 1px solid #eeeeee;
          padding: 0 40px 0 20px;
          /*---- Menu Expand For Sub Menu ----*/ }
          .mobile-menu .mean-bar .mean-nav > ul li a::after {
            display: none; }
          .mobile-menu .mean-bar .mean-nav > ul li a:hover {
            color: #1e1e1e;
            padding-left: 25px; }
          .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
            border: 1px solid #eeeeee;
            position: absolute;
            right: -1px;
            top: 0;
            font-size: 20px !important;
            color: #232323;
            line-height: 44px;
            height: 46px;
            width: 40px;
            text-align: center;
            padding: 0; }
            .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
              line-height: 40px; }
        .mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
        .mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
        .mobile-menu .mean-bar .mean-nav > ul li ul {
          position: static;
          background-color: rgba(0, 0, 0, 0.03);
          margin: 0;
          padding: 0 !important;
          width: 100%;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: none;
          float: left;
          opacity: 1;
          visibility: visible;
          z-index: 1;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
          .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
          .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
          .mobile-menu .mean-bar .mean-nav > ul li ul li {
            padding: 0;
            margin: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            border-right: 0px solid transparent;
            width: 100%;
            display: block !important;
            float: left; }
            .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
            .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
            .mobile-menu .mean-bar .mean-nav > ul li ul li a {
              font-size: 12px;
              display: block !important; }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
              .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
                display: none; }
            .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
            .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
            .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
            .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
            .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
            .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
              background-color: rgba(0, 0, 0, 0.04); }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
              .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
              .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
                border-top: 1px solid #dddddd; }
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
                .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
                .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
                  border: 1px solid #dddddd; }
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
              .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
              .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
              .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
                background-color: rgba(0, 0, 0, 0.05); }
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
                .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
                .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
                .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
                  border-top: 1px solid #eeeeee; }
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
                  .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
                    border: 1px solid #eeeeee; }

/*----------  Category Menu  ----------*/
/*-- Category Toggle Wrap --*/
.category-toggle-wrap {
  width: 100%;
  position: relative; }
  .category-toggle-wrap .category-toggle {
    padding: 12px 25px;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    text-align: left; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .category-toggle-wrap .category-toggle {
        font-size: 13px;
        padding: 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .category-toggle-wrap .category-toggle {
        font-size: 14px; } }
    .category-toggle-wrap .category-toggle span {
      font-size: 18px;
      line-height: 30px; }
      .category-toggle-wrap .category-toggle span.lnr-text-align-left {
        margin-right: 5px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .category-toggle-wrap .category-toggle span.lnr-text-align-left {
            margin-right: 0; } }
      .category-toggle-wrap .category-toggle span.lnr-chevron-down {
        font-size: 10px;
        float: right; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-toggle-wrap .category-toggle span {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .category-toggle-wrap .category-toggle span {
          font-size: 18px; } }

.hero-side-category {
  background-color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .hero-side-category {
      min-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-side-category {
      width: 100%;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .hero-side-category {
      width: 100%;
      z-index: 9;
      position: relative; } }
  .hero-side-category .category-toggle-wrap {
    background-color: #1e1e1e; }
    .hero-side-category .category-toggle-wrap:hover {
      background-color: #ee1d23; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category .category-toggle-wrap .category-toggle i::before {
        content: "\e62a"; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category .category-toggle-wrap .category-toggle i::before {
        content: "\e62a"; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category .category-toggle-wrap .category-toggle i {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category .category-toggle-wrap .category-toggle i {
        font-size: 18px; } }
  .hero-side-category nav.category-menu {
    background-color: #ffffff;
    float: left;
    width: 100%;
    left: 0;
    top: 52px;
    border: 1px solid #ee1d23;
    position: absolute;
    display: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-side-category nav.category-menu {
        top: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-side-category nav.category-menu {
        position: absolute;
        top: 55px;
        z-index: 9; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category nav.category-menu {
        position: absolute; } }
    @media only screen and (max-width: 767px) {
      .hero-side-category nav.category-menu > ul {
        max-height: 180px;
        overflow-y: auto; } }
    @media only screen and (max-width: 575px) {
      .hero-side-category nav.category-menu > ul {
        max-height: 220px;
        overflow-y: auto; } }
    .hero-side-category nav.category-menu > ul > li {
      position: relative; }
      .hero-side-category nav.category-menu > ul > li:hover:before {
        background-color: #ee1d23; }
      .hero-side-category nav.category-menu > ul > li:before {
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #a8a8a8;
        content: "";
        border-radius: 50%;
        top: 50%;
        margin-top: -2px;
        left: 5%; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .hero-side-category nav.category-menu > ul > li:before {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .hero-side-category nav.category-menu > ul > li:before {
            display: none; } }
      .hero-side-category nav.category-menu > ul > li:last-child:before {
        display: none; }
      .hero-side-category nav.category-menu > ul > li:last-child > a {
        border-bottom: none !important; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-side-category nav.category-menu > ul > li {
          position: relative; } }
      @media only screen and (max-width: 767px) {
        .hero-side-category nav.category-menu > ul > li {
          position: relative; } }
      .hero-side-category nav.category-menu > ul > li.menu-item-has-children {
        position: relative; }
        .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
          font-family: 'fontAwesome';
          content: "\f054";
          position: absolute;
          right: 25px;
          top: 0;
          line-height: 50px;
          font-size: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
              display: none; } }
          @media only screen and (max-width: 767px) {
            .hero-side-category nav.category-menu > ul > li.menu-item-has-children > a::before {
              display: none; } }
      .hero-side-category nav.category-menu > ul > li i {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        height: 50px;
        width: 40px;
        line-height: 50px;
        z-index: 9; }
        .hero-side-category nav.category-menu > ul > li i::before {
          background-color: #606060;
          width: 8px;
          height: 2px;
          content: "";
          position: absolute;
          left: 50%;
          margin-left: -4px;
          margin-top: -1px;
          top: 50%; }
        .hero-side-category nav.category-menu > 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;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
          transform: scaleY(0); }
        .hero-side-category nav.category-menu > ul > li i.expand::after {
          -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
          transform: scaleY(1); }
      .hero-side-category nav.category-menu > ul > li > a {
        display: block;
        padding: 10px 25px;
        line-height: 30px;
        font-size: 14px;
        color: #606060;
        font-weight: 300;
        position: relative;
        border-bottom: 1px solid #e8e8e8; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .hero-side-category nav.category-menu > ul > li > a {
            border-bottom: none; } }
        .hero-side-category nav.category-menu > ul > li > a:hover {
          color: #ee1d23; }
      .hero-side-category nav.category-menu > ul > li:hover .category-mega-menu {
        z-index: 9;
        opacity: 1;
        visibility: visible; }
      .hero-side-category nav.category-menu > ul > li .banner {
        padding: 15px;
        max-width: 300px; }
    .hero-side-category nav.category-menu.category-menu-5 > ul > li > a {
      padding: 12px 25px; }
  .hero-side-category nav.shop-category-menu {
    background: none;
    display: block; }
    .hero-side-category nav.shop-category-menu ul li a {
      padding: 5px 0;
      display: block;
      line-height: 30px;
      font-size: 14px;
      color: #606060;
      font-weight: 500;
      position: relative;
      border-bottom: 1px solid #e8e8e8; }
      .hero-side-category nav.shop-category-menu ul li a:hover {
        color: #ee1d23; }
  .hero-side-category.shop-side-category {
    height: auto;
    min-height: 200px; }

/*-- Category Mega Menu --*/
.category-mega-menu {
  position: absolute;
  left: 255px;
  top: 0;
  width: 800px;
  z-index: 999;
  max-width: 910px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #ee1d23;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-mega-menu {
      left: 210px;
      width: 650px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-mega-menu {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-mega-menu {
      position: static;
      z-index: 9;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      padding: 0;
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  @media only screen and (max-width: 767px) {
    .category-mega-menu {
      position: static;
      z-index: 9;
      opacity: 1;
      visibility: visible;
      background-color: transparent;
      padding: 0;
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .category-mega-menu > li {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .category-mega-menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 0;
        position: relative; }
        .category-mega-menu > li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 25px; } }
    @media only screen and (max-width: 767px) {
      .category-mega-menu > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 0;
        position: relative; }
        .category-mega-menu > li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 25px; } }
    .category-mega-menu > li > a {
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: #ee1d23;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .category-mega-menu > li > a {
          border-bottom: 1px solid #e8e8e8; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .category-mega-menu > li > a {
          border-bottom: none; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-mega-menu > li > a {
          padding: 10px 25px 10px 35px;
          line-height: 30px;
          font-size: 14px;
          color: #606060;
          font-weight: 500;
          position: relative;
          margin: 0;
          text-transform: inherit; } }
      @media only screen and (max-width: 767px) {
        .category-mega-menu > li > a {
          padding: 10px 25px 10px 35px;
          line-height: 30px;
          font-size: 14px;
          color: #606060;
          font-weight: 500;
          position: relative;
          margin: 0;
          text-transform: inherit; } }
      .category-mega-menu > li > a.megamenu-head {
        font-size: 13px;
        font-weight: 500;
        padding-bottom: 10px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .category-mega-menu > li > a.megamenu-head {
            border-bottom: 1px solid #ddd; } }
        @media only screen and (max-width: 767px) {
          .category-mega-menu > li > a.megamenu-head {
            border-bottom: 1px solid #ddd; } }
    .category-mega-menu > li > ul li {
      margin-bottom: 4px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .category-mega-menu > li > ul li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 35px; } }
      @media only screen and (max-width: 767px) {
        .category-mega-menu > li > ul li::before {
          content: "";
          float: left;
          height: 2px;
          width: 6px;
          background-color: #606060;
          margin: 24px 0;
          position: relative;
          left: 35px; } }
      .category-mega-menu > li > ul li:last-child {
        margin-bottom: 0; }
      .category-mega-menu > li > ul li a {
        display: block;
        font-size: 14px;
        color: #606060;
        line-height: 20px; }
        @media only screen and (max-width: 767px) {
          .category-mega-menu > li > ul li a {
            border-bottom: 1px solid #e8e8e8; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .category-mega-menu > li > ul li a {
            border-bottom: none; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .category-mega-menu > li > ul li a {
            padding: 10px 25px 10px 45px;
            line-height: 30px;
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            position: relative; } }
        @media only screen and (max-width: 767px) {
          .category-mega-menu > li > ul li a {
            padding: 10px 25px 10px 45px;
            line-height: 30px;
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            position: relative; } }
        .category-mega-menu > li > ul li a:hover {
          color: #ee1d23; }
    .category-mega-menu > li.add {
      float: left;
      width: auto;
      padding: 0;
      border: none;
      margin: 30px -45px 0; }
      .category-mega-menu > li.add a {
        display: block;
        border: none;
        margin: 0; }
        .category-mega-menu > li.add a img {
          width: 100%; }

a#more-btn {
  font-weight: 300; }

/*----------  search overlay style  ----------*/
.home-four-wrapper {
  position: relative; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  opacity: 0.9;
  display: none; }
  .search-overlay .search-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 30px; }
    .search-overlay .search-overlay-close:hover {
      color: #ee1d23; }
  .search-overlay .search-box {
    position: absolute;
    top: 30vh;
    left: 50%;
    border: 1px solid #ffffff;
    padding: 20px 40px 20px 20px;
    width: 500px;
    margin-left: -250px;
    border-radius: 50px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .search-box {
        width: 400px;
        margin-left: -200px; } }
    @media only screen and (max-width: 479px) {
      .search-overlay .search-box {
        width: 250px;
        margin-left: -125px; } }
    .search-overlay .search-box input {
      background: none;
      border: none;
      color: #ffffff;
      width: 100%;
      font-size: 14px; }
    .search-overlay .search-box button {
      background: none;
      border: none;
      color: #ffffff;
      position: absolute;
      right: 10px;
      font-size: 25px;
      top: 50%;
      margin-top: -12px; }

/*=====  End of 03. Header  ======*/
/*=============================================
=           04. Hero            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .hero-slider-one .hero-slider-item {
  padding: 0;
  height: 450px; }
  @media only screen and (max-width: 767px) {
    .home-two-wrapper .hero-slider-one .hero-slider-item {
      height: 400px; } }
  @media only screen and (max-width: 575px) {
    .home-two-wrapper .hero-slider-one .hero-slider-item {
      height: 400px; } }
  .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
    width: 70%;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
        width: 90%; } }
    @media only screen and (max-width: 479px) {
      .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content {
        width: 100%; } }
    .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content p {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
      color: #727272;
      font-weight: 300; }
    .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 {
      font-size: 80px;
      line-height: 90px;
      color: #369599; }
      @media only screen and (max-width: 575px) {
        .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 {
          font-size: 60px;
          line-height: 60px; } }
      .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 span {
        font-size: 50px;
        line-height: 60px; }
        @media only screen and (max-width: 575px) {
          .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content h1 span {
            font-size: 40px;
            line-height: 40px; } }
    .home-two-wrapper .hero-slider-one .hero-slider-item .slider-content a:hover {
      background-color: #369599; }

.home-two-wrapper .hero-slider-one:hover .slick-arrow.slick-prev {
  left: 0; }

.home-two-wrapper .hero-slider-one:hover .slick-arrow.slick-next {
  right: 0; }

.home-two-wrapper .hero-slider-one .slick-arrow {
  background-color: #e3e3e3;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .home-two-wrapper .hero-slider-one .slick-arrow {
      display: none !important; } }
  .home-two-wrapper .hero-slider-one .slick-arrow:hover {
    background-color: #369599;
    color: #ffffff;
    border-color: #369599; }

.home-two-wrapper .hero-slider-one .slick-dots li.slick-active button {
  border-color: #369599; }

.home-two-wrapper .hero-slider-one .slick-dots li button {
  background-color: #ffffff; }
  .home-two-wrapper .hero-slider-one .slick-dots li button:hover {
    border-color: #369599; }

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper .hero-slider-one .hero-slider-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 650px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home-three-wrapper .hero-slider-one .hero-slider-item {
      height: 550px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-three-wrapper .hero-slider-one .hero-slider-item {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .hero-slider-one .hero-slider-item {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .hero-slider-one .hero-slider-item {
      height: 350px; } }
  @media only screen and (max-width: 575px) {
    .home-three-wrapper .hero-slider-one .hero-slider-item {
      height: 350px;
      background-position-x: 30%; } }

.home-three-wrapper .hero-slider-one .slider-content {
  padding-left: 0;
  width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 80%; } }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 100%; } }
  .home-three-wrapper .hero-slider-one .slider-content p {
    font-size: 18px;
    line-height: 18px;
    color: #85B839;
    font-weight: 500;
    width: 100%;
    margin-bottom: 35px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .hero-slider-one .slider-content p {
        margin-bottom: 25px; } }
  .home-three-wrapper .hero-slider-one .slider-content h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #232323;
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-three-wrapper .hero-slider-one .slider-content h1 {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .hero-slider-one .slider-content h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 479px) {
      .home-three-wrapper .hero-slider-one .slider-content h1 {
        font-size: 30px;
        line-height: 40px; } }
  .home-three-wrapper .hero-slider-one .slider-content a {
    background-color: #85B839;
    border-color: #85B839;
    color: #ffffff;
    border: 1px solid #85B839; }
    .home-three-wrapper .hero-slider-one .slider-content a:hover {
      background-color: #727272;
      border-color: #727272;
      color: #ffffff; }

.home-three-wrapper .hero-slider-one .slick-arrow {
  height: 40px;
  line-height: 40px;
  background-color: #e3e3e3;
  color: #ffffff;
  border: 1px solid #e3e3e3; }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .hero-slider-one .slick-arrow {
      height: 40px;
      line-height: 40px;
      display: none; } }
  .home-three-wrapper .hero-slider-one .slick-arrow:hover {
    background-color: #85B839;
    color: #ffffff;
    border-color: #85B839; }

.home-three-wrapper .hero-slider-one .slick-dots li button {
  background-color: transparent;
  border-color: #85B839; }
  .home-three-wrapper .hero-slider-one .slick-dots li button:hover {
    border-color: #85B839; }

.home-three-wrapper .hero-slider-one .slick-dots li.slick-active button {
  background-color: #85B839;
  border-color: #85B839; }

/*=====  End of home three style  ======*/
/*=============================================
=            home four style            =
=============================================*/
.home-four-wrapper .hero-slider-one .hero-slider-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 900px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .home-four-wrapper .hero-slider-one .hero-slider-item {
      height: 650px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-four-wrapper .hero-slider-one .hero-slider-item {
      height: 650px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .hero-slider-one .hero-slider-item {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .hero-slider-one .hero-slider-item {
      height: 350px; } }
  @media only screen and (max-width: 575px) {
    .home-four-wrapper .hero-slider-one .hero-slider-item {
      height: 350px;
      background-position-x: 30%; } }

.home-four-wrapper .hero-slider-one .slider-content {
  padding-top: 225px;
  padding-left: 0;
  width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-four-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 70%; } }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 80%; } }
  @media only screen and (max-width: 479px) {
    .home-four-wrapper .hero-slider-one .slider-content {
      padding-top: 0px;
      width: 100%; } }
  .home-four-wrapper .hero-slider-one .slider-content p {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .home-four-wrapper .hero-slider-one .slider-content p {
        margin-bottom: 25px; } }
  .home-four-wrapper .hero-slider-one .slider-content h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .home-four-wrapper .hero-slider-one .slider-content h1 {
        font-size: 34px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .home-four-wrapper .hero-slider-one .slider-content h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 479px) {
      .home-four-wrapper .hero-slider-one .slider-content h1 {
        font-size: 30px;
        line-height: 40px; } }
  .home-four-wrapper .hero-slider-one .slider-content a {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .home-four-wrapper .hero-slider-one .slider-content a:hover {
      color: #232323;
      border-color: #232323; }

.home-four-wrapper .hero-slider-one .slick-arrow {
  height: 80px;
  line-height: 80px; }
  @media only screen and (max-width: 767px) {
    .home-four-wrapper .hero-slider-one .slick-arrow {
      height: 40px;
      line-height: 40px;
      display: none; } }
  .home-four-wrapper .hero-slider-one .slick-arrow:hover {
    background-color: #ffffff;
    color: #ee1d23;
    border-color: #ffffff; }

.home-four-wrapper .hero-slider-one .slick-dots li button {
  background-color: transparent;
  border-color: #ffffff; }

.home-four-wrapper .hero-slider-one .slick-dots li.slick-active button {
  background-color: #ffffff;
  border-color: #ffffff; }

/*=====  End of home four style  ======*/
/*----------  Hero slider 01  ----------*/
.slider-bg-1 {
  background-image: url("../images/slider/slider1.jpg"); }

.slider-bg-2 {
  background-image: url("../images/slider/slider2.jpg"); }

.slider-bg-3 {
  background-image: url("../images/slider/slider3.jpg"); }

.slider-bg-4 {
  background-image: url("../images/slider/slider4.jpg"); }

.slider-bg-5 {
  background-image: url("../images/slider/slider5.jpg"); }

.slider-bg-6 {
  background-image: url("../images/slider/slider6.jpg"); }

.slider-bg-7 {
  background-image: url("../images/slider/slider7.jpg"); }

.slider-bg-8 {
  background-image: url("../images/slider/slider8.jpg"); }

.hero-area {
  background-color: #f2f3f7; }

.hero-slider-one .hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  padding: 0;
  height: 480px; }
  @media only screen and (max-width: 767px) {
    .hero-slider-one .hero-slider-item {
      height: 400px;
      background-position-x: 20%; } }
  @media only screen and (max-width: 575px) {
    .hero-slider-one .hero-slider-item {
      height: 400px;
      background-position-x: 20%; } }

.hero-slider-one .slider-content {
  padding-left: 60px; }
  .hero-slider-one .slider-content > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
  @media only screen and (max-width: 479px) {
    .hero-slider-one .slider-content {
      padding-left: 40px; } }
  .hero-slider-one .slider-content p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    width: 38%; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .hero-slider-one .slider-content p {
        width: 40%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slider-one .slider-content p {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-one .slider-content p {
        font-size: 16px;
        line-height: 20px;
        width: 60%; } }
    @media only screen and (max-width: 479px) {
      .hero-slider-one .slider-content p {
        width: 100%; } }
  .hero-slider-one .slider-content h1 {
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 86px;
    color: #ee1d23;
    font-weight: 500;
    font-family: "Rubik", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slider-one .slider-content h1 {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-width: 767px) {
      .hero-slider-one .slider-content h1 {
        font-size: 40px;
        line-height: 40px; } }
    @media only screen and (max-width: 575px) {
      .hero-slider-one .slider-content h1 {
        font-size: 30px;
        line-height: 30px; } }
    .hero-slider-one .slider-content h1 span {
      display: block;
      font-size: 50px;
      line-height: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 60px;
          line-height: 60px; } }
      @media only screen and (max-width: 767px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 40px;
          line-height: 40px; } }
      @media only screen and (max-width: 767px) {
        .hero-slider-one .slider-content h1 span {
          font-size: 30px;
          line-height: 30px; } }

.hero-slider-one .slick-active {
  /*-- Hero Content --*/ }
  .hero-slider-one .slick-active .slider-content > * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(1) {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(2) {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .hero-slider-one .slick-active .slider-content > *:nth-child(3) {
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #a3a3a3;
  z-index: 2;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .hero-slider-one .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px;
      display: none; } }
  .hero-slider-one .slick-arrow:hover {
    background-color: #ee1d23;
    border-color: #ee1d23;
    color: #ffffff; }
  .hero-slider-one .slick-arrow.slick-next {
    right: 20px;
    left: auto; }
  .hero-slider-one .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }

.hero-slider-one .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px; }
  @media only screen and (max-width: 479px) {
    .hero-slider-one .slick-dots {
      bottom: 30px; } }
  .hero-slider-one .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .hero-slider-one .slick-dots li button {
      background: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #e3e3e3;
      border-radius: 50%;
      border: 2px solid transparent;
      padding: 0; }
      .hero-slider-one .slick-dots li button:hover {
        border: 2px solid #ee1d23; }
    .hero-slider-one .slick-dots li.slick-active button {
      border: 2px solid #ee1d23; }
    .hero-slider-one .slick-dots li:last-child {
      margin-right: 0; }

.hero-slider-one:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
  .hero-slider-one:hover .slick-arrow.slick-next {
    right: 30px; }
  .hero-slider-one:hover .slick-arrow.slick-prev {
    left: 30px; }

/*----------  feature area  ----------*/
.feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .feature-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .feature-area .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .feature-area .single-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .feature-area .single-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-area .single-feature {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .feature-area .single-feature {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: block; } }
    @media only screen and (max-width: 479px) {
      .feature-area .single-feature {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .feature-area .single-feature .icon {
      position: absolute;
      top: 50%;
      font-size: 28px;
      line-height: 28px;
      margin-top: -15px;
      left: 40px; }
      @media only screen and (min-width: 1200px) and (max-width: 1499px) {
        .feature-area .single-feature .icon {
          left: 40px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .feature-area .single-feature .icon {
          left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .feature-area .single-feature .icon {
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .feature-area .single-feature .icon {
          left: 0; } }
    .feature-area .single-feature p {
      font-size: 14px;
      line-height: 15px;
      font-weight: 500;
      color: #1e1e1e; }
      .feature-area .single-feature p span {
        display: block;
        font-size: 12px;
        line-height: 24px;
        color: #727272;
        font-weight: 300; }

/*=====  04. End of Hero  ======*/
/*=============================================
=            05. Slider            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper {
  /*----------  default slider  ----------*/
  /*----------  blog post slider  ----------*/
  /*----------  featured category slider   ----------*/
  /*----------  tab product slider  ----------*/ }
  .home-two-wrapper .ptk-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
    top: -100px;
    right: 0;
    margin-top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px; }
    .home-two-wrapper .ptk-slider .slick-arrow:hover {
      background-color: #369599;
      border-color: #369599; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .ptk-slider .slick-arrow {
        top: -115px; } }
    @media only screen and (max-width: 479px) {
      .home-two-wrapper .ptk-slider .slick-arrow {
        top: -40px; } }
    .home-two-wrapper .ptk-slider .slick-arrow.slick-prev {
      right: 40px;
      left: auto; }
    .home-two-wrapper .ptk-slider .slick-arrow.slick-next {
      right: 0;
      left: auto; }
    .home-two-wrapper .ptk-slider .slick-arrow:before {
      position: absolute;
      top: 0;
      left: -16px;
      width: 15px;
      height: 25px;
      content: "";
      background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .ptk-slider .slick-arrow {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .ptk-slider .slick-arrow {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px; } }
  .home-two-wrapper .ptk-slider:hover .slick-arrow {
    top: -100px;
    right: 0;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .ptk-slider:hover .slick-arrow {
        top: -115px; } }
    @media only screen and (max-width: 479px) {
      .home-two-wrapper .ptk-slider:hover .slick-arrow {
        top: -40px; } }
    .home-two-wrapper .ptk-slider:hover .slick-arrow.slick-prev {
      right: 40px;
      left: auto; }
    .home-two-wrapper .ptk-slider:hover .slick-arrow.slick-next {
      right: 0;
      left: auto; }
  .home-two-wrapper .blog-post-slider-container .slick-arrow {
    top: -82px; }
  .home-two-wrapper .blog-post-slider-container:hover .slick-arrow {
    top: -82px; }
  .home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content p.blog-title a:hover {
    color: #369599; }
  .home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content a:hover {
    color: #369599; }
    .home-two-wrapper .blog-post-slider-container .single-slider-blog-post .content a:hover:before {
      background-color: #369599; }
  .home-two-wrapper .featured-category-container {
    margin-bottom: -30px; }
    .home-two-wrapper .featured-category-container .slick-list {
      margin-left: -15px;
      margin-right: -15px; }
    .home-two-wrapper .featured-category-container .slick-arrow {
      top: -82px; }
    .home-two-wrapper .featured-category-container:hover .slick-arrow {
      top: -82px; }
    .home-two-wrapper .featured-category-container .single-featured-category-item {
      margin-bottom: 30px; }
      .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image {
        margin-right: 15px;
        max-width: 160px;
        width: 100%; }
        .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image img {
          border: 1px solid #eeeeee; }
      .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li {
          margin-bottom: 10px; }
          .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li:last-child {
            margin-bottom: 0; }
          .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: #1e1e1e;
            text-transform: uppercase; }
            .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a:hover {
              color: #369599;
              padding-left: 5px; }
          .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a {
            font-size: 14px;
            line-height: 20px;
            color: #727272;
            text-transform: capitalize; }
            .home-two-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a:hover {
              color: #369599;
              padding-left: 5px; }
  .home-two-wrapper .tab-content-slider-container {
    margin-bottom: -30px; }
  .home-two-wrapper .tab-header-wrapper nav .nav-tabs {
    border-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .home-two-wrapper .tab-header-wrapper nav .nav-tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .home-two-wrapper .tab-header-wrapper nav .nav-tabs a {
      border-radius: 0;
      padding: 5px 10px;
      margin-left: 5px; }
      .home-two-wrapper .tab-header-wrapper nav .nav-tabs a:first-child {
        margin-left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .home-two-wrapper .tab-header-wrapper nav .nav-tabs a {
          padding: 5px; } }
      .home-two-wrapper .tab-header-wrapper nav .nav-tabs a:hover {
        border: 1px solid #369599;
        color: #369599; }
      .home-two-wrapper .tab-header-wrapper nav .nav-tabs a.nav-item.active {
        border: 1px solid #369599;
        color: #369599; }
  .home-two-wrapper .tab-body-wrapper .slick-list {
    margin-left: -15px;
    margin-right: -15px; }

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper {
  /*----------  default slider  ----------*/
  /*----------  double row slider container  ----------*/
  /*----------  popular product slider  ----------*/
  /*----------  deal slider  ----------*/
  /*----------  featured category slider   ----------*/
  /*----------  popular product slider  ----------*/ }
  .home-three-wrapper .ptk-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
    top: -70px;
    right: 0;
    margin-top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ebebeb;
    color: #a3a3a3; }
    .home-three-wrapper .ptk-slider .slick-arrow:hover {
      background-color: #85B839;
      border-color: #85B839; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .ptk-slider .slick-arrow {
        top: -70px; } }
    @media only screen and (max-width: 479px) {
      .home-three-wrapper .ptk-slider .slick-arrow {
        top: -40px; } }
    .home-three-wrapper .ptk-slider .slick-arrow.slick-prev {
      right: 40px;
      left: auto; }
    .home-three-wrapper .ptk-slider .slick-arrow.slick-next {
      right: 0;
      left: auto; }
    .home-three-wrapper .ptk-slider .slick-arrow:before {
      position: absolute;
      top: 0;
      left: -16px;
      width: 15px;
      height: 25px;
      content: "";
      background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .ptk-slider .slick-arrow {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .ptk-slider .slick-arrow {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px; } }
  .home-three-wrapper .ptk-slider:hover .slick-arrow {
    top: -70px;
    right: 0;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .ptk-slider:hover .slick-arrow {
        top: -70px; } }
    @media only screen and (max-width: 479px) {
      .home-three-wrapper .ptk-slider:hover .slick-arrow {
        top: -40px; } }
    .home-three-wrapper .ptk-slider:hover .slick-arrow.slick-prev {
      right: 40px;
      left: auto; }
    .home-three-wrapper .ptk-slider:hover .slick-arrow.slick-next {
      right: 0;
      left: auto; }
  .home-three-wrapper .double-row-slider-container-home-3 {
    margin-bottom: -30px; }
    .home-three-wrapper .double-row-slider-container-home-3 .slick-list {
      margin-left: -15px;
      margin-right: -15px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .double-row-slider-container-home-3 .slick-arrow {
        display: block; } }
    .home-three-wrapper .double-row-slider-container-home-3 .ptk-product {
      margin-bottom: 30px; }
  .home-three-wrapper .popular-product-slider .slick-arrow {
    top: -70px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .popular-product-slider .slick-arrow {
        top: -70px; } }
  .home-three-wrapper .popular-product-slider:hover .slick-arrow {
    top: -70px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .popular-product-slider:hover .slick-arrow {
        top: -70px; } }
  .home-three-wrapper .deal-slider-container .slick-arrow {
    top: -70px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .deal-slider-container .slick-arrow {
        top: -70px; } }
  .home-three-wrapper .deal-slider-container:hover .slick-arrow {
    top: -70px; }
    @media only screen and (max-width: 767px) {
      .home-three-wrapper .deal-slider-container:hover .slick-arrow {
        top: -70px; } }
  .home-three-wrapper .featured-category-container {
    margin-bottom: -30px; }
    .home-three-wrapper .featured-category-container .slick-list {
      margin-left: -15px;
      margin-right: -15px; }
    .home-three-wrapper .featured-category-container .slick-arrow {
      top: -82px; }
    .home-three-wrapper .featured-category-container:hover .slick-arrow {
      top: -82px; }
    .home-three-wrapper .featured-category-container .single-featured-category-item {
      margin-bottom: 30px; }
      .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image {
        margin-right: 15px;
        max-width: 160px;
        width: 100%; }
        .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .image img {
          border: 1px solid #eeeeee; }
      .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li {
          margin-bottom: 10px; }
          .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li:last-child {
            margin-bottom: 0; }
          .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: #1e1e1e;
            text-transform: uppercase; }
            .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li.featured a:hover {
              color: #85B839;
              padding-left: 5px; }
          .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a {
            font-size: 14px;
            line-height: 20px;
            color: #727272;
            text-transform: capitalize; }
            .home-three-wrapper .featured-category-container .single-featured-category-item .single-category-item-container .content ul li a:hover {
              color: #85B839;
              padding-left: 5px; }
  .home-three-wrapper .popular-product-slider-one-column .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .popular-product-slider-one-column .slick-arrow {
      top: -70px; } }
  @media only screen and (max-width: 479px) {
    .home-three-wrapper .popular-product-slider-one-column:hover .slick-arrow {
      top: -70px; } }

/*=====  End of home three style  ======*/
/*----------  default slider  ----------*/
.ptk-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  margin-top: -60px; }
  @media only screen and (max-width: 767px) {
    .ptk-slider:hover .slick-arrow {
      margin-top: -50px; } }

.ptk-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  border: 1px solid #e8e8e8;
  color: #a3a3a3;
  z-index: 2;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .ptk-slider .slick-arrow {
      visibility: visible;
      opacity: 1;
      margin-top: -50px; } }
  @media only screen and (max-width: 767px) {
    .ptk-slider .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px; } }
  .ptk-slider .slick-arrow:hover {
    background-color: #ee1d23;
    border-color: #ee1d23;
    color: #ffffff; }
  .ptk-slider .slick-arrow.slick-next {
    right: -20px;
    left: auto; }
    @media only screen and (max-width: 575px) {
      .ptk-slider .slick-arrow.slick-next {
        right: 0; } }
  .ptk-slider .slick-arrow.slick-prev {
    left: -20px;
    right: auto; }
    @media only screen and (max-width: 575px) {
      .ptk-slider .slick-arrow.slick-prev {
        left: 0; } }

/*----------  top selling product slider  ----------*/
.top-selling-product-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

/*----------  related product slider  ----------*/
.related-product-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

/*----------  blog post slider  ----------*/
.blog-post-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.blog-post-slider-container .slick-arrow {
  margin-top: -50px; }

.blog-post-slider-container:hover .slick-arrow {
  margin-top: -40px; }

.blog-post-slider-container .single-slider-blog-post .image {
  margin-bottom: 20px;
  position: relative; }
  .blog-post-slider-container .single-slider-blog-post .image:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 0.5; }
  .blog-post-slider-container .single-slider-blog-post .image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #000;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0; }

.blog-post-slider-container .single-slider-blog-post p.blog-title {
  margin-bottom: 20px; }
  .blog-post-slider-container .single-slider-blog-post p.blog-title a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #1e1e1e; }
    .blog-post-slider-container .single-slider-blog-post p.blog-title a:hover {
      color: #ee1d23; }

.blog-post-slider-container .single-slider-blog-post a.readmore-btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #727272;
  position: relative;
  padding-top: 20px; }
  .blog-post-slider-container .single-slider-blog-post a.readmore-btn:hover {
    color: #ee1d23; }
    .blog-post-slider-container .single-slider-blog-post a.readmore-btn:hover:before {
      background-color: #ee1d23; }
  .blog-post-slider-container .single-slider-blog-post a.readmore-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #727272;
    content: ""; }

/*----------  double row slider container  ----------*/
.double-row-slider-container {
  margin-bottom: -30px; }
  .double-row-slider-container .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  @media only screen and (max-width: 767px) {
    .double-row-slider-container .slick-arrow {
      display: none !important; } }
  .double-row-slider-container .ptk-product {
    margin-bottom: 30px; }

/*----------  deal slider container  ----------*/
.deal-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.deal-slider-container .slick-arrow {
  margin-top: -20px; }

.deal-slider-container:hover .slick-arrow {
  margin-top: 0; }

/*----------  popular product slider  ----------*/
.popular-product-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

/*----------  instagram slider  ----------*/
.instagram-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.instagram-slider-container .slick-arrow {
  margin-top: -20px; }

.instagram-slider-container:hover .slick-arrow {
  margin-top: -20px; }

.single-insta-item a {
  position: relative;
  display: block; }
  .single-insta-item a img {
    width: 100%; }
  .single-insta-item a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .single-insta-item a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f16d";
    font-family: fontAwesome;
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    margin-left: -10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .single-insta-item a:hover:before {
    visibility: visible;
    opacity: 0.5; }
  .single-insta-item a:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*----------  product image slider  ----------*/
.product-image-slider {
  /*----------  product image slider  ----------*/ }
  .product-image-slider .nav.small-image-slider a {
    display: block;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .product-image-slider .nav.small-image-slider a:hover {
      border-color: #c1bcbc; }
  .product-image-slider .nav.small-image-slider a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .product-image-slider .product-small-image-list {
    margin: 15px 0; }
    @media only screen and (max-width: 479px) {
      .product-image-slider .product-small-image-list {
        margin-bottom: 0; } }
  .product-image-slider .nav.small-image-slider {
    padding: 0 26px; }
  .product-image-slider .single-small-image {
    padding: 0 10px; }
  .product-image-slider .small-image-slider .slick-list {
    width: 100%; }
  .product-image-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 99; }
    .product-image-slider .slick-arrow.slick-next {
      left: auto;
      right: 15px; }
    .product-image-slider .slick-arrow.slick-prev {
      left: 15px;
      right: auto; }
  .product-image-slider .slick-arrow:hover {
    background: #ee1d23;
    color: #fff;
    border-color: #ee1d23; }
  .product-image-slider .product-small-image-list .small-image-slider {
    margin-left: -15px;
    margin-right: -15px; }

/*----------  quickview product image slider  ----------*/
.quickview-product-image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .quickview-product-image-slider .single-product-img:hover:before {
    visibility: hidden;
    opacity: 0; }
  .quickview-product-image-slider .quickview-product-large-image-list {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
  .quickview-product-image-slider .quickview-product-small-image-list {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
  .quickview-product-image-slider .nav.small-image-slider {
    padding: 0 25px; }
  .quickview-product-image-slider .quickview-small-image-slider .slick-arrow.slick-prev {
    top: 0;
    left: 50%;
    margin-left: -15px; }
  .quickview-product-image-slider .quickview-small-image-slider .slick-arrow.slick-next {
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    top: auto; }

/*----------  single product tabstyle one image slider  ----------*/
.pts-product-image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 479px) {
    .pts-product-image-slider {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .pts-product-image-slider {
      margin-bottom: 0; } }
  .pts-product-image-slider .single-small-image {
    padding: 0;
    padding-right: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 479px) {
      .pts-product-image-slider .single-small-image {
        padding-bottom: 0; } }
  .pts-product-image-slider .product-small-image-list .small-image-slider {
    margin-left: 0;
    margin-right: 0; }
    @media only screen and (max-width: 479px) {
      .pts-product-image-slider .product-small-image-list .small-image-slider {
        margin-right: -10px; } }
  .pts-product-image-slider .pts-product-large-image-list {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }
  .pts-product-image-slider .pts-product-small-image-list {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pts-product-image-slider .pts-product-small-image-list {
        -ms-flex-preferred-size: 110px;
        flex-basis: 110px; } }
    @media only screen and (max-width: 575px) {
      .pts-product-image-slider .pts-product-small-image-list {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px; } }
    @media only screen and (max-width: 479px) {
      .pts-product-image-slider .pts-product-small-image-list {
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px; } }
  .pts-product-image-slider .nav.small-image-slider {
    padding: 0; }
  .pts-product-image-slider .pts-small-image-slider:hover .slick-arrow {
    visibility: visible;
    opacity: 1; }
  .pts-product-image-slider .pts-small-image-slider .slick-arrow {
    width: 50px;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 479px) {
      .pts-product-image-slider .pts-small-image-slider .slick-arrow {
        width: 25px; } }
    .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-prev {
      top: 0;
      left: 50%;
      margin-left: -25px; }
      @media only screen and (max-width: 479px) {
        .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-prev {
          top: 50%;
          left: 15px;
          right: auto; } }
    .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-next {
      bottom: -25px;
      left: 50%;
      margin-left: -25px;
      top: auto; }
      @media only screen and (max-width: 479px) {
        .pts-product-image-slider .pts-small-image-slider .slick-arrow.slick-next {
          top: 50%;
          right: 0;
          left: auto; } }

/*----------  product tabstyle 2 additional style  ----------*/
.pts2-product-image-slider .single-small-image {
  padding-left: 10px;
  padding-right: 0; }

/*----------  product tabstyle 3 additional style  ----------*/
.pts3-product-image-slider {
  display: block; }
  .pts3-product-image-slider .single-small-image {
    padding: 0 10px; }
  .pts3-product-image-slider .single-product-img img {
    width: 100%; }
  .pts3-product-image-slider .pts3-product-small-image-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0; }
    .pts3-product-image-slider .pts3-product-small-image-list:hover .slick-arrow {
      visibility: visible;
      opacity: 1; }
    .pts3-product-image-slider .pts3-product-small-image-list .slick-arrow {
      height: 50px;
      line-height: 50px;
      visibility: hidden;
      opacity: 0; }
      .pts3-product-image-slider .pts3-product-small-image-list .slick-arrow.slick-prev {
        left: 0;
        right: auto; }
      .pts3-product-image-slider .pts3-product-small-image-list .slick-arrow.slick-next {
        right: 0;
        left: auto; }

/*----------  single product gallery image slider  ----------*/
.single-product-image-gallery-slider .slick-arrow {
  margin-top: -60px; }
  @media only screen and (max-width: 767px) {
    .single-product-image-gallery-slider .slick-arrow {
      margin-top: -20px; } }

.single-product-image-gallery-slider:hover .slick-arrow {
  margin-top: -20px; }

.single-product-image-gallery-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

/*----------  brand logo slider  ----------*/
.brand-logo-slider-container {
  border: 1px solid #ebebeb;
  padding: 30px 0; }
  .brand-logo-slider-container .single-brand {
    text-align: center; }
    .brand-logo-slider-container .single-brand a {
      display: block; }
      .brand-logo-slider-container .single-brand a img {
        margin: auto;
        vertical-align: middle; }

/*=====  End of 05. Slider  ======*/
/*=============================================
=            06. Banner            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
  color: #369599; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
      color: #38a8ac; } }
  @media only screen and (max-width: 767px) {
    .home-two-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
      color: #38a8ac; } }

/*=====  End of home two style  ======*/
/*=============================================
=            home three style            =
=============================================*/
.home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
  color: #85B839; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
      color: #85B839; } }
  @media only screen and (max-width: 767px) {
    .home-three-wrapper .containerwidth-banner-area .containerwidth-banner-bg .banner-content p.color-text {
      color: #85B839; } }

/*=====  End of home two style  ======*/
.banner {
  position: relative; }
  .banner > a {
    display: block; }
    .banner > a img {
      width: 100%; }
    .banner > a:before {
      position: absolute;
      top: 19.5px;
      right: 19.5px;
      bottom: 19.5px;
      left: 19.5px;
      border: 1.5px solid #fff;
      content: "";
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner > a:before {
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px; } }
      @media only screen and (max-width: 575px) {
        .banner > a:before {
          top: 15.5px;
          right: 15.5px;
          bottom: 15.5px;
          left: 15.5px; } }
      @media only screen and (max-width: 479px) {
        .banner > a:before {
          top: 12.5px;
          right: 12.5px;
          bottom: 12.5px;
          left: 12.5px; } }
    .banner > a:hover:before {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .banner span {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner span {
        bottom: 20px;
        left: 20px; } }
    @media only screen and (max-width: 479px) {
      .banner span {
        bottom: 20px;
        left: 30px; } }
    .banner span.banner-category-title a {
      font-size: 22px;
      font-weight: 500;
      color: #1e1e1e;
      text-transform: uppercase;
      padding-bottom: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner span.banner-category-title a {
          font-size: 18px; } }
      @media only screen and (max-width: 479px) {
        .banner span.banner-category-title a {
          font-size: 14px; } }
      .banner span.banner-category-title a:hover {
        color: #ee1d23; }
        .banner span.banner-category-title a:hover:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 40%;
          height: 1px;
          background-color: #ee1d23;
          content: ""; }

/*----------  fullwidth banner  ----------*/
.fullwidth-banner-bg-1 {
  background-image: url("../images/banners/fullwidth-banner-1.jpg"); }

.fullwidth-banner-bg-2 {
  background-image: url("../images/banners/fullwidth-banner-2.jpg"); }

.containerwidth-banner-bg-1 {
  background-image: url("../images/banners/container-width-banner-notext.jpg"); }

.containerwidth-banner-bg-2 {
  background-image: url("../images/banners/home2-banner3.jpg"); }

.containerwidth-banner-area a {
  display: block;
  width: 100%;
  position: relative; }
  .containerwidth-banner-area a:before {
    position: absolute;
    top: 19.5px;
    right: 19.5px;
    bottom: 19.5px;
    left: 19.5px;
    border: 1.5px solid #fff;
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    z-index: 3; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .containerwidth-banner-area a:before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px; } }
    @media only screen and (max-width: 575px) {
      .containerwidth-banner-area a:before {
        top: 15.5px;
        right: 15.5px;
        bottom: 15.5px;
        left: 15.5px; } }
    @media only screen and (max-width: 479px) {
      .containerwidth-banner-area a:before {
        top: 12.5px;
        right: 12.5px;
        bottom: 12.5px;
        left: 12.5px; } }
  .containerwidth-banner-area a:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.containerwidth-banner-bg {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat; }
  .containerwidth-banner-bg .banner-content {
    position: relative;
    z-index: 1; }
    .containerwidth-banner-bg .banner-content:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: 0.7;
      content: "";
      display: none;
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .containerwidth-banner-bg .banner-content:after {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .containerwidth-banner-bg .banner-content:after {
          display: block; } }
    .containerwidth-banner-bg .banner-content p {
      display: inline-block; }
      .containerwidth-banner-bg .banner-content p.normal-text {
        font-size: 24px;
        font-weight: 700;
        color: #949494;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .containerwidth-banner-bg .banner-content p.normal-text {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .containerwidth-banner-bg .banner-content p.normal-text {
            color: #ffffff; } }
        @media only screen and (max-width: 479px) {
          .containerwidth-banner-bg .banner-content p.normal-text {
            font-size: 18px; } }
      .containerwidth-banner-bg .banner-content p.normal-text-2 {
        font-size: 18px;
        font-weight: 500;
        color: #949494; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .containerwidth-banner-bg .banner-content p.normal-text-2 {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .containerwidth-banner-bg .banner-content p.normal-text-2 {
            color: #ffffff; } }
        @media only screen and (max-width: 479px) {
          .containerwidth-banner-bg .banner-content p.normal-text-2 {
            font-size: 16px; } }
      .containerwidth-banner-bg .banner-content p.color-text {
        font-size: 36px;
        font-weight: 500;
        color: #C16B6A;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .containerwidth-banner-bg .banner-content p.color-text {
            color: #e9817f; } }
        @media only screen and (max-width: 767px) {
          .containerwidth-banner-bg .banner-content p.color-text {
            color: #e9817f; } }
        @media only screen and (max-width: 479px) {
          .containerwidth-banner-bg .banner-content p.color-text {
            font-size: 28px; } }
      .containerwidth-banner-bg .banner-content p.underline-text {
        font-size: 18px;
        font-weight: 400;
        color: #6F6F6F;
        border-bottom: 1px solid #6f6f6f;
        padding-bottom: 10px;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .containerwidth-banner-bg .banner-content p.underline-text {
            color: #ffffff;
            border-color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .containerwidth-banner-bg .banner-content p.underline-text {
            color: #ffffff;
            border-color: #ffffff; } }
        @media only screen and (max-width: 479px) {
          .containerwidth-banner-bg .banner-content p.underline-text {
            font-size: 16px; } }

.fullwidth-banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 0%; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .fullwidth-banner-bg {
      background-position-x: 40%; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fullwidth-banner-bg {
      background-position-x: 40%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .fullwidth-banner-bg {
      background-position-x: 35%; } }

.fullwidth-banner-content p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 300;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 500px; }
  @media only screen and (max-width: 575px) {
    .fullwidth-banner-content p {
      font-size: 18px;
      line-height: 28px; } }
  .fullwidth-banner-content p.fullwidth-banner-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #434343;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (max-width: 575px) {
      .fullwidth-banner-content p.fullwidth-banner-title {
        font-size: 25px;
        line-height: 35px; } }
    .fullwidth-banner-content p.fullwidth-banner-title:after {
      background: none; }
  .fullwidth-banner-content p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1.5px;
    content: "";
    background-color: #1e1e1e; }

.fullwidth-banner-content a {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 500;
  font-style: italic; }
  @media only screen and (max-width: 575px) {
    .fullwidth-banner-content a {
      font-size: 16px; } }
  .fullwidth-banner-content a:hover {
    color: #ee1d23; }

/*=====  End of 06. Banner  ======*/
/*=============================================
=            07. Product            =
=============================================*/
/*=============================================
=            home two style            =
=============================================*/
.home-two-wrapper .ptk-product {
  position: relative; }
  .home-two-wrapper .ptk-product .image {
    position: relative;
    margin-bottom: 20px; }
    .home-two-wrapper .ptk-product .image a {
      display: block; }
      .home-two-wrapper .ptk-product .image a img {
        width: 100%; }
      .home-two-wrapper .ptk-product .image a.hover-icon {
        position: absolute;
        display: inline-block;
        right: 10px;
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        font-size: 14px; }
        .home-two-wrapper .ptk-product .image a.hover-icon:hover i.lnr {
          color: #369599; }
        .home-two-wrapper .ptk-product .image a.hover-icon i.lnr {
          line-height: 35px;
          color: #727272; }
      .home-two-wrapper .ptk-product .image a.active i.lnr {
        color: #369599; }
      .home-two-wrapper .ptk-product .image a:nth-child(2) {
        top: 20px; }
      .home-two-wrapper .ptk-product .image a:nth-child(3) {
        top: 65px; }
      .home-two-wrapper .ptk-product .image a:nth-child(4) {
        bottom: -20px;
        border: 2px solid #369599; }
        .home-two-wrapper .ptk-product .image a:nth-child(4) i.lnr {
          line-height: 35px; }
        .home-two-wrapper .ptk-product .image a:nth-child(4):hover {
          background-color: #369599;
          border-color: #369599; }
          .home-two-wrapper .ptk-product .image a:nth-child(4):hover i.lnr {
            color: #ffffff; }
        .home-two-wrapper .ptk-product .image a:nth-child(4).active {
          background-color: #369599;
          border-color: #369599; }
          .home-two-wrapper .ptk-product .image a:nth-child(4).active i.lnr {
            color: #ffffff; }
    .home-two-wrapper .ptk-product .image .product-badge {
      position: absolute;
      left: 20px;
      top: 20px;
      display: inline-block; }
      .home-two-wrapper .ptk-product .image .product-badge span {
        display: block;
        background: #1e1e1e;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        width: 40px;
        height: 20px; }
        .home-two-wrapper .ptk-product .image .product-badge span.new-badge {
          margin-bottom: 5px; }
        .home-two-wrapper .ptk-product .image .product-badge span.discount-badge {
          background-color: #369599; }
  .home-two-wrapper .ptk-product .content p.product-title {
    margin-bottom: 10px; }
    .home-two-wrapper .ptk-product .content p.product-title a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 300;
      color: #1e1e1e; }
      .home-two-wrapper .ptk-product .content p.product-title a:hover {
        color: #369599; }
  .home-two-wrapper .ptk-product .content p.product-price span.main-price {
    font-size: 16px;
    font-weight: 400;
    color: #369599; }
  .home-two-wrapper .ptk-product .content p.product-price span.discounted {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .home-two-wrapper .ptk-product .content p.product-price span.discounted-price {
    font-size: 16px;
    font-weight: 400;
    color: #369599; }
  .home-two-wrapper .ptk-product .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0; }
    .home-two-wrapper .ptk-product .rating i.lnr {
      color: #e5e5e5; }
      .home-two-wrapper .ptk-product .rating i.lnr.active {
        color: #369599; }
  .home-two-wrapper .ptk-product .rating-product-style-2 {
    position: relative;
    visibility: visible;
    opacity: 1; }
  .home-two-wrapper .ptk-product:hover .rating {
    visibility: visible;
    opacity: 1; }
  .home-two-wrapper .ptk-product:hover .image .hover-icon {
    visibility: visible;
    opacity: 1; }

/*----------  tab slider product  ----------*/
.single-tab-slider-product {
  margin-bottom: 30px; }
  .single-tab-slider-product .single-tab-slider-product-wrapper .image {
    max-width: 80px;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0; }
  .single-tab-slider-product .single-tab-slider-product-wrapper .content {
    margin-top: 6px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

/*=====  End of home two style  ======*/
/*=============================================
=            Home three style            =
=============================================*/
.home-three-wrapper .ptk-product {
  position: relative; }
  .home-three-wrapper .ptk-product .image {
    position: relative;
    margin-bottom: 20px; }
    .home-three-wrapper .ptk-product .image a {
      display: block; }
      .home-three-wrapper .ptk-product .image a img {
        width: 100%; }
      .home-three-wrapper .ptk-product .image a.hover-icon {
        position: absolute;
        display: inline-block;
        right: 10px;
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        font-size: 14px; }
        .home-three-wrapper .ptk-product .image a.hover-icon:hover i.lnr {
          color: #85B839; }
        .home-three-wrapper .ptk-product .image a.hover-icon i.lnr {
          line-height: 35px;
          color: #727272; }
      .home-three-wrapper .ptk-product .image a.active i.lnr {
        color: #85B839; }
      .home-three-wrapper .ptk-product .image a:nth-child(2) {
        top: 20px; }
      .home-three-wrapper .ptk-product .image a:nth-child(3) {
        top: 65px; }
      .home-three-wrapper .ptk-product .image a:nth-child(4) {
        bottom: -20px;
        border: 2px solid #85B839; }
        .home-three-wrapper .ptk-product .image a:nth-child(4) i.lnr {
          line-height: 35px; }
        .home-three-wrapper .ptk-product .image a:nth-child(4):hover {
          background-color: #85B839;
          border-color: #85B839; }
          .home-three-wrapper .ptk-product .image a:nth-child(4):hover i.lnr {
            color: #ffffff; }
        .home-three-wrapper .ptk-product .image a:nth-child(4).active {
          background-color: #85B839;
          border-color: #85B839; }
          .home-three-wrapper .ptk-product .image a:nth-child(4).active i.lnr {
            color: #ffffff; }
    .home-three-wrapper .ptk-product .image .product-badge {
      position: absolute;
      left: 20px;
      top: 20px;
      display: inline-block; }
      .home-three-wrapper .ptk-product .image .product-badge span {
        display: block;
        background: #1e1e1e;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        width: 40px;
        height: 20px; }
        .home-three-wrapper .ptk-product .image .product-badge span.new-badge {
          margin-bottom: 5px; }
        .home-three-wrapper .ptk-product .image .product-badge span.discount-badge {
          background-color: #85B839; }
  .home-three-wrapper .ptk-product .content p.product-title {
    margin-bottom: 10px; }
    .home-three-wrapper .ptk-product .content p.product-title a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 300;
      color: #1e1e1e; }
      .home-three-wrapper .ptk-product .content p.product-title a:hover {
        color: #85B839; }
  .home-three-wrapper .ptk-product .content p.product-price span.main-price {
    font-size: 16px;
    font-weight: 400;
    color: #85B839; }
  .home-three-wrapper .ptk-product .content p.product-price span.discounted {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .home-three-wrapper .ptk-product .content p.product-price span.discounted-price {
    font-size: 16px;
    font-weight: 400;
    color: #85B839; }
  .home-three-wrapper .ptk-product .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0; }
    .home-three-wrapper .ptk-product .rating i.lnr {
      color: #e5e5e5;
      font-size: 11px; }
      .home-three-wrapper .ptk-product .rating i.lnr.active {
        color: #85B839; }
  .home-three-wrapper .ptk-product .rating-product-style-2 {
    position: relative;
    visibility: visible;
    opacity: 1; }
  .home-three-wrapper .ptk-product:hover .rating {
    visibility: visible;
    opacity: 1; }
  .home-three-wrapper .ptk-product:hover .image .hover-icon {
    visibility: visible;
    opacity: 1; }

/*----------  popular product  ----------*/
.popular-product-slider-one-column {
  margin-bottom: -20px; }
  .popular-product-slider-one-column .ptk-product {
    margin-bottom: 20px; }
    .popular-product-slider-one-column .ptk-product .image {
      width: 130px;
      margin-bottom: 0; }
    .popular-product-slider-one-column .ptk-product .content {
      margin-left: 15px;
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }
      .popular-product-slider-one-column .ptk-product .content .product-price .discounted-price {
        color: #727272; }
      .popular-product-slider-one-column .ptk-product .content .product-price .main-price {
        color: #727272; }

/*=====  End of Home three style  ======*/
.ptk-product {
  position: relative; }
  .ptk-product .image {
    position: relative;
    margin-bottom: 20px; }
    .ptk-product .image a {
      display: block; }
      .ptk-product .image a img {
        width: 100%; }
      .ptk-product .image a.hover-icon {
        position: absolute;
        display: inline-block;
        right: 10px;
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        border-radius: 50%;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        font-size: 14px; }
        .ptk-product .image a.hover-icon:hover i.lnr {
          color: #ee1d23; }
        .ptk-product .image a.hover-icon i.lnr {
          line-height: 35px;
          color: #727272; }
      .ptk-product .image a.active i.lnr {
        color: #ee1d23; }
      .ptk-product .image a:nth-child(2) {
        top: 20px; }
      .ptk-product .image a:nth-child(3) {
        top: 65px; }
      .ptk-product .image a:nth-child(4) {
        bottom: -20px;
        border: 2px solid #ee1d23; }
        .ptk-product .image a:nth-child(4) i.lnr {
          line-height: 35px; }
        .ptk-product .image a:nth-child(4):hover {
          background-color: #ee1d23;
          border-color: #ee1d23; }
          .ptk-product .image a:nth-child(4):hover i.lnr {
            color: #ffffff; }
        .ptk-product .image a:nth-child(4).active {
          background-color: #ee1d23;
          border-color: #ee1d23; }
          .ptk-product .image a:nth-child(4).active i.lnr {
            color: #ffffff; }
    .ptk-product .image .product-badge {
      position: absolute;
      left: 20px;
      top: 20px;
      display: inline-block; }
      .ptk-product .image .product-badge span {
        display: block;
        background: #1e1e1e;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        width: 40px;
        height: 20px; }
        .ptk-product .image .product-badge span.new-badge {
          margin-bottom: 5px; }
        .ptk-product .image .product-badge span.discount-badge {
          background-color: #ee1d23; }
  .ptk-product .content p.product-title {
    margin-bottom: 10px; }
    .ptk-product .content p.product-title a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 300;
      color: #1e1e1e; }
      .ptk-product .content p.product-title a:hover {
        color: #ee1d23; }
  .ptk-product .content p.product-price span.main-price {
    font-size: 16px;
    font-weight: 400;
    color: #ee1d23; }
  .ptk-product .content p.product-price span.discounted {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    padding-right: 5px;
    text-decoration: line-through; }
  .ptk-product .content p.product-price span.discounted-price {
    font-size: 16px;
    font-weight: 400;
    color: #ee1d23; }
  .ptk-product .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0; }
    .ptk-product .rating i.lnr {
      color: #e5e5e5; }
      .ptk-product .rating i.lnr.active {
        color: #ee1d23; }
  .ptk-product .rating-product-style-2 {
    position: relative;
    visibility: visible;
    opacity: 1; }
  .ptk-product:hover .rating {
    visibility: visible;
    opacity: 1; }
  .ptk-product:hover .image .hover-icon {
    visibility: visible;
    opacity: 1; }

/*----------  countdown product  ----------*/
.deal-slider-container .ptk-product .content .product-price .discounted-price {
  color: #727272; }

.deal-slider-container .ptk-product .content .product-price .main-price {
  color: #727272; }

.product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0f0f0;
  padding: 15px 0;
  margin-bottom: 10px; }
  .product-countdown .single-countdown {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center; }
    .product-countdown .single-countdown span {
      display: block; }
      .product-countdown .single-countdown span.single-countdown-time {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px; }
      .product-countdown .single-countdown span.single-countdown-text {
        font-weight: 300;
        font-size: 12px; }

/*----------  popular product  ----------*/
.popular-product-slider {
  margin-bottom: -20px; }
  .popular-product-slider .ptk-product {
    margin-bottom: 20px; }
    .popular-product-slider .ptk-product .image {
      width: 130px;
      margin-bottom: 0; }
    .popular-product-slider .ptk-product .content {
      margin-left: 15px;
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }
      .popular-product-slider .ptk-product .content .product-price .discounted-price {
        color: #727272; }
      .popular-product-slider .ptk-product .content .product-price .main-price {
        color: #727272; }

/*=====  End of 07. Product  ======*/
/*=============================================
=           08. Shop            =
=============================================*/
.shop-header .sort-by-dropdown p {
  font-size: 14px;
  color: #232323;
  font-weight: 400; }

.shop-header .nice-select {
  border-radius: 0; }
  .shop-header .nice-select .list {
    border-radius: 0;
    right: 0;
    left: auto; }

.shop-header p.shop-header-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #1e1e1e; }

.shop-header p.result-show-message {
  font-size: 14px;
  font-weight: 400; }

.shop-header .view-mode-icons a {
  font-size: 24px;
  margin-right: 15px;
  color: #aaaaaa; }
  .shop-header .view-mode-icons a.active {
    color: #ee1d23; }
  .shop-header .view-mode-icons a:hover {
    color: #ee1d23; }

.shop-product-wrap {
  margin-bottom: -50px; }
  .shop-product-wrap .ptk-product {
    margin-bottom: 50px; }

/*----------  Shop product grid list switcher style  ----------*/
.shop-product-wrap.grid .shop-list-view-product {
  display: none; }

.shop-product-wrap.grid .shop-grid-view-product {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.shop-product-wrap.list .shop-grid-view-product {
  display: none; }

.shop-product-wrap.list .shop-list-view-product {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.shop-product-wrap.list [class*="col"],
.shop-product-wrap.list [class*="col-"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }

.shop-list-view-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  @media only screen and (max-width: 767px) {
    .shop-list-view-product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .shop-list-view-product .image {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    margin-right: 15px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .shop-list-view-product .image {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .shop-list-view-product .image {
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px; } }
  .shop-list-view-product .rating {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px; }
  .shop-list-view-product .content {
    margin-top: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    @media only screen and (max-width: 767px) {
      .shop-list-view-product .content {
        margin-top: 20px; } }
    .shop-list-view-product .content p.product-title a {
      font-size: 16px; }
    .shop-list-view-product .content p.product-price {
      margin-bottom: 20px; }
      .shop-list-view-product .content p.product-price span.main-price {
        font-size: 22px;
        font-weight: 400;
        color: #ee1d23; }
      .shop-list-view-product .content p.product-price span.discounted {
        font-size: 18px;
        line-height: 18px;
        color: #999999;
        padding-right: 5px;
        text-decoration: line-through; }
      .shop-list-view-product .content p.product-price span.discounted-price {
        font-size: 22px;
        font-weight: 400;
        color: #ee1d23; }
    .shop-list-view-product .content p.product-description {
      font-size: 14px;
      line-height: 24px;
      color: #727272;
      font-weight: 400;
      margin-bottom: 20px; }
    .shop-list-view-product .content .hover-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      border: 2px solid #ee1d23; }
      .shop-list-view-product .content .hover-icons a i.lnr {
        line-height: 35px; }
      .shop-list-view-product .content .hover-icons a:hover {
        background-color: #ee1d23;
        color: #ffffff;
        border-color: #ee1d23; }

/*----------  pagination  ----------*/
.pagination-container {
  border-bottom: 1px solid #eeeeee; }
  .pagination-container p.show-result-text {
    font-size: 14px;
    color: #232323;
    font-weight: 400; }
  .pagination-container .pagination-content ul li {
    display: inline-block; }
    .pagination-container .pagination-content ul li a {
      display: block;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: #232323;
      margin: 0 15px; }
      .pagination-container .pagination-content ul li a.active {
        font-size: 20px;
        color: #ee1d23; }
      .pagination-container .pagination-content ul li a:hover {
        color: #ee1d23; }
    .pagination-container .pagination-content ul li a:last-child {
      margin-right: 0; }

/*=====  End of 08. Shop  ======*/
/*=============================================
=            09. Sidebar            =
=============================================*/
.single-sidebar-widget {
  border: 1px solid #efefef;
  padding: 25px 20px; }
  .single-sidebar-widget h3.sidebar-title {
    font-size: 20px;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 20px; }
  .single-sidebar-widget .category-dropdown > li {
    position: relative;
    border-bottom: 1px solid #efefef; }
    .single-sidebar-widget .category-dropdown > li:last-child {
      border-bottom: 0; }
    .single-sidebar-widget .category-dropdown > li a {
      font-size: 14px;
      line-height: 48px; }
      .single-sidebar-widget .category-dropdown > li a:hover {
        color: #ee1d23; }
      .single-sidebar-widget .category-dropdown > li a.expand-icon {
        position: absolute;
        top: 0;
        right: 0; }
        .single-sidebar-widget .category-dropdown > li a.expand-icon:hover {
          color: #ee1d23; }
    .single-sidebar-widget .category-dropdown > li > ul {
      display: none;
      padding-left: 10px; }
      .single-sidebar-widget .category-dropdown > li > ul > li > a {
        font-size: 12px;
        line-height: 30px;
        color: #333;
        font-weight: 400; }
        .single-sidebar-widget .category-dropdown > li > ul > li > a:hover {
          color: #ee1d23; }
  .single-sidebar-widget .sub-widget h3.sidebar-title {
    font-size: 18px; }
  .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #232323;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container a:hover {
      color: #ee1d23; }
    .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container input:checked ~ .checkmark:after {
        display: block; }
    .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container .checkmark {
      position: absolute;
      top: 2px;
      left: 0;
      height: 15px;
      width: 15px;
      border: 1px solid #ddd; }
      .single-sidebar-widget .sub-widget .category-container ul li label.checkbox-container .checkmark:after {
        content: "\f00c";
        font-family: fontAwesome;
        position: absolute;
        display: none;
        top: -3px; }
  .single-sidebar-widget .sub-widget .category-container ul li label.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #232323;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .single-sidebar-widget .sub-widget .category-container ul li label.radio-container a:hover {
      color: #ee1d23; }
    .single-sidebar-widget .sub-widget .category-container ul li label.radio-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .single-sidebar-widget .sub-widget .category-container ul li label.radio-container input:checked ~ .checkmark:after {
        display: block; }
    .single-sidebar-widget .sub-widget .category-container ul li label.radio-container .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border-radius: 50%;
      border: 2px solid #7a7a7a; }
      .single-sidebar-widget .sub-widget .category-container ul li label.radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        height: 10px;
        width: 10px;
        background-color: #ee1d23;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-top: -5px;
        margin-left: -5px; }

/*----------  category dropdown  ----------*/
/*----------  Sidebar search box  ----------*/
.sidebar-search-box {
  border: 1px solid #e0e0e0;
  position: relative;
  padding-right: 10px; }
  .sidebar-search-box input {
    border: none;
    padding: 10px;
    padding-left: 10px;
    width: 100%; }
  .sidebar-search-box button {
    position: absolute;
    top: 10px;
    right: 0;
    background: none;
    border: none; }
    .sidebar-search-box button:hover {
      color: #ee1d23; }

.sidebar-container {
  /*----------  single block  ----------*/ }
  .sidebar-container .single-block {
    border-bottom: 1px solid #ddd;
    padding: 15px 0; }
    .sidebar-container .single-block:first-child {
      padding-top: 0; }
    .sidebar-container .single-block:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .sidebar-container .single-block .image {
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      margin-right: 5px; }
      .sidebar-container .single-block .image a {
        border: 2px solid transparent;
        display: block; }
        .sidebar-container .single-block .image a img {
          width: 100%; }
        .sidebar-container .single-block .image a:hover {
          border: 2px solid #ee1d23; }
    .sidebar-container .single-block .content {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      .sidebar-container .single-block .content p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #323232; }
        .sidebar-container .single-block .content p a:hover {
          color: #ee1d23; }
        .sidebar-container .single-block .content p span {
          font-size: 12px;
          line-height: 16px;
          color: #999;
          font-weight: 400;
          margin-top: 5px;
          display: block; }
    .sidebar-container .single-block.comment-block .image {
      -ms-flex-preferred-size: 80px;
      flex-basis: 80px; }
    .sidebar-container .single-block.comment-block .content p span {
      font-size: 14px;
      line-height: 20px;
      color: #666666; }
    .sidebar-container .single-block.comment-block .content p a {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      color: #808080; }
      .sidebar-container .single-block.comment-block .content p a:hover {
        color: #ee1d23; }

/*----------  tag container  ----------*/
ul.tag-container li {
  display: inline-block; }
  ul.tag-container li a {
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    text-transform: uppercase;
    border-radius: 5px;
    color: #999999;
    font-size: 13px;
    text-align: center; }
    ul.tag-container li a:hover {
      background-color: #ee1d23;
      color: #fff;
      border-color: #ee1d23; }

/*=====  End of 09. Sidebar  ======*/
/*=============================================
=           10.  Single Product            =
=============================================*/
/*----------  product feature details  ----------*/
.single-product-details-container p.product-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1e1e1e; }

.single-product-details-container p.reference-text {
  font-weight: 400;
  color: #7a7a7a; }

.single-product-details-container p.review-links a {
  margin-right: 15px;
  font-weight: 400;
  color: #919191; }
  .single-product-details-container p.review-links a:hover {
    color: #ee1d23; }

.single-product-details-container p.product-description {
  font-weight: 400;
  color: #727272;
  line-height: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.single-product-details-container p.product-price span.main-price {
  font-size: 28px;
  font-weight: 400;
  color: #ee1d23; }

.single-product-details-container p.product-price span.discounted {
  font-size: 28px;
  color: #999999;
  padding-right: 5px;
  text-decoration: line-through; }

.single-product-details-container p.product-price span.discounted-price {
  font-size: 28px;
  font-weight: 400;
  color: #ee1d23; }

.single-product-details-container p.wishlist-link a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e; }
  .single-product-details-container p.wishlist-link a:hover {
    color: #ee1d23; }

.single-product-details-container .size {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 16px; }
  .single-product-details-container .size select {
    width: 45%;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 5px; }

.single-product-details-container .color {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 16px; }
  .single-product-details-container .color span.color-block {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px; }
  .single-product-details-container .color span.color-choice-1 {
    background-color: #B09603; }
  .single-product-details-container .color span.color-choice-2 {
    background-color: #C8BDBB; }
  .single-product-details-container .color span.color-choice-3 {
    background-color: #225170; }
  .single-product-details-container .color span.active {
    border: 2px solid #ee1d23;
    width: 32px;
    height: 32px; }

.single-product-details-container .cart-buttons p {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 400; }

.single-product-details-container .cart-buttons a.pataku-btn {
  padding-top: 12px;
  padding-bottom: 12px; }

.single-product-details-container .social-share-buttons p {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0; }

.single-product-details-container .social-share-buttons ul {
  display: inline-block; }
  .single-product-details-container .social-share-buttons ul li {
    display: inline-block;
    margin-right: 20px; }
    .single-product-details-container .social-share-buttons ul li a {
      color: #b4b4b4; }
      .single-product-details-container .social-share-buttons ul li a i.fa {
        font-size: 16px; }
      .single-product-details-container .social-share-buttons ul li a:hover {
        color: #ee1d23; }

.single-product-details-container .group-product-form .table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%; }
  .single-product-details-container .group-product-form .table-content table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 33.33%; }
    .single-product-details-container .group-product-form .table-content table td.product-name {
      font-weight: 400; }
      .single-product-details-container .group-product-form .table-content table td.product-name a {
        font-size: 14px; }
        .single-product-details-container .group-product-form .table-content table td.product-name a:hover {
          color: #ee1d23; }
    .single-product-details-container .group-product-form .table-content table td p span {
      display: block;
      margin-top: 10px; }

.single-product-details-container .policy-list ul li {
  color: #666666;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 0; }
  .single-product-details-container .policy-list ul li img {
    padding-right: 10px; }
  .single-product-details-container .policy-list ul li:first-child {
    padding-top: 0; }
  .single-product-details-container .policy-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.single-product-details-container .rating i {
  color: #e5e5e5; }
  .single-product-details-container .rating i.active {
    color: #ee1d23; }

/*----------  tab style  ----------*/
/*----------  single product tab section  ----------*/
.single-product-tab-section {
  /*----------  tab table style  ----------*/
  /*-- Single Product Rating --*/
  /*-- Ratting Form Wrap --*/
  /*-- Ratting Form --*/ }
  .single-product-tab-section .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F3F3F3; }
    .single-product-tab-section .nav-tabs a {
      font-size: 16px;
      line-height: 25px;
      color: #666;
      text-transform: uppercase;
      font-weight: 400; }
      @media only screen and (max-width: 479px) {
        .single-product-tab-section .nav-tabs a {
          font-size: 10px; } }
      .single-product-tab-section .nav-tabs a.active {
        background-color: transparent;
        border-color: transparent;
        color: #1e1e1e; }
      .single-product-tab-section .nav-tabs a:hover {
        border-color: transparent; }
  .single-product-tab-section .tab-content {
    background-color: #ffffff;
    padding: 50px 0 0; }
    .single-product-tab-section .tab-content p.product-desc {
      font-size: 15px;
      line-height: 25px;
      color: #666666; }
  .single-product-tab-section .table-data-sheet {
    width: 100%;
    border-width: 0px 1px 1px;
    border-style: solid solid solid;
    border-color: #d6d4d4 #d6d4d4 #d6d4d4;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    border-top: 0px;
    background: #ffffff; }
    .single-product-tab-section .table-data-sheet tr {
      border-top: 1px solid #d6d4d4; }
      .single-product-tab-section .table-data-sheet tr td {
        padding: 10px 20px 11px;
        color: #666666; }
        .single-product-tab-section .table-data-sheet tr td:first-child {
          width: 30%;
          font-weight: 500;
          color: #333333;
          border-right: 1px solid #d6d4d4; }
  .single-product-tab-section .product-ratting-wrap {
    overflow: hidden; }
  .single-product-tab-section .pro-avg-ratting {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
    .single-product-tab-section .pro-avg-ratting h4 {
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      margin: 0 0 7px; }
      .single-product-tab-section .pro-avg-ratting h4 span {
        color: #232323;
        font-size: 12px;
        font-weight: 400;
        line-height: 10px; }
    .single-product-tab-section .pro-avg-ratting > span {
      display: block;
      font-size: 12px;
      line-height: 10px; }
  .single-product-tab-section .ratting-list {
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .single-product-tab-section .ratting-list .sin-list {
      margin-right: 30px; }
      .single-product-tab-section .ratting-list .sin-list:last-child {
        margin-right: 0; }
      .single-product-tab-section .ratting-list .sin-list i {
        color: #232323;
        font-size: 12px; }
      .single-product-tab-section .ratting-list .sin-list span {
        color: #666666; }
  .single-product-tab-section .rattings-wrapper {
    margin-bottom: 40px;
    float: left;
    width: 100%; }
  .single-product-tab-section .sin-rattings {
    margin-bottom: 40px; }
    .single-product-tab-section .sin-rattings:last-child {
      margin-bottom: 0; }
    .single-product-tab-section .sin-rattings .ratting-author {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .single-product-tab-section .sin-rattings .ratting-author h3 {
        float: left;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 18px;
        margin-right: 15px; }
      @media only screen and (max-width: 575px) {
        .single-product-tab-section .sin-rattings .ratting-author .ratting-star {
          float: left;
          width: 100%;
          margin-top: 5px; } }
      .single-product-tab-section .sin-rattings .ratting-author .ratting-star i,
      .single-product-tab-section .sin-rattings .ratting-author .ratting-star span {
        color: #232323;
        font-size: 12px;
        line-height: 18px;
        float: left; }
      .single-product-tab-section .sin-rattings .ratting-author .ratting-star span {
        margin-left: 5px; }
    .single-product-tab-section .sin-rattings p {
      color: #666666;
      font-size: 15px;
      line-height: 24px; }
  .single-product-tab-section .ratting-form-wrapper {
    float: left;
    width: 100%; }
    .single-product-tab-section .ratting-form-wrapper h3 {
      font-size: 16px;
      margin: 0 0 30px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 16px; }
  .single-product-tab-section .ratting-form h5 {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px; }
  .single-product-tab-section .ratting-form .ratting-star i {
    font-size: 14px;
    float: left;
    line-height: 18px;
    display: block;
    margin-right: 3px; }
    .single-product-tab-section .ratting-form .ratting-star i:last-child {
      margin: 0; }
  .single-product-tab-section .ratting-form label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 3px; }
  .single-product-tab-section .ratting-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666; }
    .single-product-tab-section .ratting-form input[type="submit"] {
      width: auto;
      padding: 8px 30px;
      border-color: #1e1e1e;
      background-color: #1e1e1e;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff; }
      .single-product-tab-section .ratting-form input[type="submit"]:hover {
        border-color: #ee1d23;
        background-color: #ee1d23;
        color: #ffffff; }
  .single-product-tab-section .ratting-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
    color: #666666;
    height: 80px;
    resize: none; }

/*----------  single product image style  ----------*/
.single-product-img {
  position: relative; }
  .single-product-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .single-product-img:hover:before {
    visibility: visible;
    opacity: 0.3; }
  .single-product-img:hover a {
    visibility: visible;
    opacity: 1; }
  .single-product-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: #ee1d23;
    visibility: hidden;
    opacity: 0; }

/*----------  product image gallery   ----------*/
.product-image-gallery .single-product-img {
  border: 1px solid #ddd; }

/*=====  End of 10. Single Product  ======*/
/*=============================================
=            11. Blog            =
=============================================*/
.single-blog-post {
  background-color: #ffffff; }
  .single-blog-post.gallery-type-post {
    display: block; }
    .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow {
      visibility: visible;
      opacity: 0.6; }
      .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow:hover {
        opacity: 1; }
    .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-next {
      right: 10px; }
    .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-prev {
      left: 10px; }
    .single-blog-post.gallery-type-post .slick-arrow {
      position: absolute;
      top: 50%;
      background: none;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #323232;
      color: #ffffff;
      line-height: 40px;
      z-index: 9;
      margin-top: -20px;
      visibility: hidden;
      opacity: 0;
      text-align: center; }
    .single-blog-post.gallery-type-post .slick-next {
      right: 30px;
      left: auto; }
    .single-blog-post.gallery-type-post .slick-prev {
      left: 30px;
      right: auto; }
  .single-blog-post .single-blog-post-media {
    position: relative; }
    .single-blog-post .single-blog-post-media .blog-categories {
      position: absolute;
      bottom: 20px;
      left: 10px; }
      .single-blog-post .single-blog-post-media .blog-categories ul li {
        display: inline-block; }
        .single-blog-post .single-blog-post-media .blog-categories ul li a {
          display: block;
          background-color: #ffffff;
          padding: 5px 10px;
          text-transform: capitalize;
          margin-right: 5px;
          border-radius: 3px; }
          .single-blog-post .single-blog-post-media .blog-categories ul li a:hover {
            background-color: #ee1d23;
            color: #ffffff; }
    .single-blog-post .single-blog-post-media .video {
      overflow: hidden; }
      .single-blog-post .single-blog-post-media .video iframe {
        width: 100%; }
        @media only screen and (max-width: 479px) {
          .single-blog-post .single-blog-post-media .video iframe {
            height: 200px; } }
  .single-blog-post .single-blog-post-content .post-audio {
    overflow: hidden; }
    .single-blog-post .single-blog-post-content .post-audio iframe {
      width: 100%; }
  .single-blog-post .single-blog-post-content h3.post-title {
    font-size: 22px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 20px; }
    .single-blog-post .single-blog-post-content h3.post-title a:hover {
      color: #ee1d23; }
    @media only screen and (max-width: 575px) {
      .single-blog-post .single-blog-post-content h3.post-title {
        font-size: 25px; } }
    .single-blog-post .single-blog-post-content h3.post-title.sticky {
      position: relative;
      padding-left: 25px; }
      .single-blog-post .single-blog-post-content h3.post-title.sticky:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f08d";
        font-family: fontAwesome;
        font-size: 25px; }
  .single-blog-post .single-blog-post-content .post-meta {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
    .single-blog-post .single-blog-post-content .post-meta p span {
      color: #999999; }
      .single-blog-post .single-blog-post-content .post-meta p span i.fa {
        margin-right: 5px; }
    .single-blog-post .single-blog-post-content .post-meta p a {
      font-weight: 500;
      color: #323232; }
      .single-blog-post .single-blog-post-content .post-meta p a:hover {
        color: #ee1d23; }
    .single-blog-post .single-blog-post-content .post-meta p span.separator {
      padding: 0 5px; }
  .single-blog-post .single-blog-post-content p.post-excerpt {
    font-size: 15px;
    line-height: 29px; }
  .single-blog-post .single-blog-post-content a.blog-readmore-btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize; }
    .single-blog-post .single-blog-post-content a.blog-readmore-btn:hover {
      color: #ee1d23; }

/*=====  End of 11. Blog  ======*/
/*=============================================
=          12.  Blog Post            =
=============================================*/
.blog-single-post-container {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 25px; }
  .blog-single-post-container h3.post-title {
    font-size: 34px;
    line-height: 46px;
    color: #222222;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .blog-single-post-container h3.post-title {
        font-size: 25px;
        line-height: 35px; } }
  .blog-single-post-container .post-meta {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .blog-single-post-container .post-meta p span {
      color: #999999; }
    .blog-single-post-container .post-meta p a {
      font-weight: 500;
      color: #323232; }
      .blog-single-post-container .post-meta p a:hover {
        color: #ee1d23; }
    .blog-single-post-container .post-meta p span.separator {
      padding: 0 5px; }
  .blog-single-post-container .single-blog-post-media {
    position: relative;
    margin-bottom: 50px; }
    .blog-single-post-container .single-blog-post-media .blog-categories {
      position: absolute;
      bottom: 20px;
      left: 10px; }
      .blog-single-post-container .single-blog-post-media .blog-categories ul li {
        display: inline-block; }
        .blog-single-post-container .single-blog-post-media .blog-categories ul li a {
          display: block;
          background-color: #ffffff;
          padding: 5px 10px;
          text-transform: capitalize;
          margin-right: 5px;
          border-radius: 3px; }
          .blog-single-post-container .single-blog-post-media .blog-categories ul li a:hover {
            background-color: #ee1d23;
            color: #ffffff; }
    .blog-single-post-container .single-blog-post-media .video {
      overflow: hidden; }
      .blog-single-post-container .single-blog-post-media .video iframe {
        width: 100%;
        height: 500px; }
        @media only screen and (max-width: 767px) {
          .blog-single-post-container .single-blog-post-media .video iframe {
            height: 400px; } }
        @media only screen and (max-width: 479px) {
          .blog-single-post-container .single-blog-post-media .video iframe {
            height: 250px; } }
  .blog-single-post-container .post-audio {
    overflow: hidden; }
    .blog-single-post-container .post-audio iframe {
      width: 100%;
      height: 100px; }
  .blog-single-post-container .post-content p {
    font-size: 15px;
    line-height: 29px; }
  .blog-single-post-container .post-content blockquote {
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #ee1d23;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 40px 0 40px 40px;
    padding: 30px 45px; }
    @media only screen and (max-width: 479px) {
      .blog-single-post-container .post-content blockquote {
        margin-left: 10px;
        padding: 15px 20px; } }
  .blog-single-post-container .tag-area {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0; }
    .blog-single-post-container .tag-area span {
      color: #999999; }
    .blog-single-post-container .tag-area ul {
      display: inline-block; }
      .blog-single-post-container .tag-area ul li {
        display: inline-block; }
        .blog-single-post-container .tag-area ul li a {
          font-size: 15px;
          font-weight: 500;
          font-style: italic;
          color: #323232; }
          .blog-single-post-container .tag-area ul li a:hover {
            color: #ee1d23; }
  .blog-single-post-container .social-share-buttons {
    text-align: center; }
    .blog-single-post-container .social-share-buttons h3 {
      background: none;
      color: #8c8c8c;
      font-size: 12px;
      line-height: 26px;
      margin: 0 20px;
      text-transform: uppercase;
      width: auto;
      font-weight: 500;
      margin-bottom: 15px; }
    .blog-single-post-container .social-share-buttons ul li {
      display: inline-block; }
      .blog-single-post-container .social-share-buttons ul li a {
        background: #f7f7f7;
        border-radius: 100%;
        color: #353535;
        display: inline-block;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        margin-right: 10px;
        text-align: center;
        width: 26px; }
        .blog-single-post-container .social-share-buttons ul li a:hover {
          background-color: #ee1d23;
          color: #ffffff; }
  .blog-single-post-container .related-post-container h3.related-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #222222; }
  .blog-single-post-container .related-post-container .single-related-post .image {
    margin-bottom: 15px; }
  .blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px; }
    .blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title a:hover {
      color: #ee1d23; }
    .blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title span {
      display: block;
      font-size: 13px;
      line-height: 24px;
      color: #999999;
      font-weight: 400;
      margin-top: 5px; }

/*----------  single blog post media  ----------*/
.single-blog-post-media {
  position: relative; }
  .single-blog-post-media:hover .slick-arrow {
    visibility: visible;
    opacity: 0.6; }
    .single-blog-post-media:hover .slick-arrow:hover {
      opacity: 1; }
  .single-blog-post-media:hover .slick-next {
    right: 10px; }
  .single-blog-post-media:hover .slick-prev {
    left: 10px; }
  .single-blog-post-media .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #323232;
    color: #ffffff;
    line-height: 40px;
    z-index: 9;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0; }
  .single-blog-post-media .slick-next {
    right: 30px;
    left: auto; }
  .single-blog-post-media .slick-prev {
    left: 30px;
    right: auto; }

/*----------  comment container  ----------*/
h3.comment-counter {
  margin-bottom: 20px;
  font-weight: 500; }

.comment-container .single-comment {
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0 0 30px;
  padding: 30px;
  width: 100%;
  background-color: #ffffff;
  -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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comment-container .single-comment.reply-comment {
    margin-left: 10%;
    width: 90%; }
  .comment-container .single-comment:last-child {
    margin-bottom: 0; }
  .comment-container .single-comment span.reply-btn {
    position: absolute;
    top: 30px;
    right: 30px; }
    .comment-container .single-comment span.reply-btn a {
      display: inline-block;
      border: 1px solid #ee1d23;
      color: #ee1d23;
      padding: 5px 15px;
      font-weight: 500;
      border-radius: 50px;
      font-size: 13px; }
      .comment-container .single-comment span.reply-btn a:hover {
        background-color: #ee1d23;
        color: #ffffff; }
  .comment-container .single-comment .image {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px; }
  .comment-container .single-comment .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 20px; }
    .comment-container .single-comment .content h3 {
      font-size: 15px;
      line-height: 29px;
      color: #999999;
      font-weight: 700;
      font-style: italic; }
      .comment-container .single-comment .content h3 span.comment-time {
        font-size: 14px;
        line-height: 29px;
        color: #999999;
        font-weight: 400;
        display: block; }
    .comment-container .single-comment .content p.comment-text {
      color: #999999;
      font-size: 15px;
      line-height: 24px; }

/*----------  comment form  ----------*/
.comment-form-container h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 25px; }

.comment-form-container p {
  font-size: 12px;
  line-height: 23px;
  color: #999999; }

/*----------  comment form  ----------*/
.comment-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 29px;
  color: #999999;
  font-weight: 500; }

.comment-form textarea {
  border: 1px solid #e0e0e0;
  height: 130px;
  width: 100%;
  -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);
  padding: 15px; }

.comment-form input {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 50px;
  line-height: 48px;
  width: 100%;
  padding: 0 15px;
  vertical-align: middle; }

.comment-form .pataku-btn {
  border: none;
  text-transform: uppercase; }

/*=====  End of 12. Blog Post  ======*/
/*=============================================
=            13. Cart & Wishlist            =
=============================================*/
.cart-table {
  background-color: #ffffff;
  -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); }
  .cart-table .table {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .cart-table .table {
        border-top: 8px solid #ddd; } }
    .cart-table .table thead {
      background-color: #ddd; }
      @media only screen and (max-width: 767px) {
        .cart-table .table thead {
          display: none; } }
      .cart-table .table thead tr th {
        text-align: center;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #1e1e1e;
        padding: 12px 20px; }
    .cart-table .table tbody tr td {
      text-align: center;
      border: none;
      padding: 25px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #dddddd; }
      @media only screen and (max-width: 767px) {
        .cart-table .table tbody tr td {
          display: block;
          width: 100%;
          max-width: none;
          padding: 15px;
          text-align: left; } }

.cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
  max-width: 160px;
  min-width: 120px;
  width: 160px; }
  @media only screen and (max-width: 767px) {
    .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
      width: 160px; } }

.cart-table th.pro-title, .cart-table td.pro-title {
  min-width: 200px; }

.cart-table td.pro-thumbnail a {
  display: block; }
  .cart-table td.pro-thumbnail a img {
    width: 100%;
    background-color: #f6f7f8; }

.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 500;
  color: #232323; }
  .cart-table td.pro-title a:hover {
    color: #ee1d23; }

.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #232323; }

.cart-table td.pro-quantity {
  /*----------  Additional cart quantity style will be placed here  ----------*/ }

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #232323; }

.cart-table td.pro-addtocart button {
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: 1px solid #ee1d23;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1e1e1e;
  background-color: #ee1d23; }

.cart-table td.pro-remove a {
  display: block;
  font-weight: 500;
  color: #232323; }
  .cart-table td.pro-remove a i {
    font-size: 15px; }
  .cart-table td.pro-remove a:hover {
    color: #ff0000; }
  @media only screen and (max-width: 767px) {
    .cart-table td.pro-remove a {
      width: 60px;
      text-align: center; } }

/*-- Calculate Shipping --*/
.calculate-shipping {
  margin-bottom: 23px; }
  .calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px; }
  .calculate-shipping form .nice-select {
    width: 100%;
    border-radius: 0;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent; }
    .calculate-shipping form .nice-select::after {
      border-color: #232323; }
    .calculate-shipping form .nice-select .current {
      display: block;
      line-height: 24px;
      font-size: 14px;
      color: #232323; }
    .calculate-shipping form .nice-select .list {
      width: 100%; }
  .calculate-shipping form input {
    width: 100%;
    border-radius: 0;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #232323;
    background-color: transparent; }
    .calculate-shipping form input[type="submit"] {
      font-weight: 400;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #1e1e1e;
      border-color: #1e1e1e;
      width: 140px; }
      .calculate-shipping form input[type="submit"]:hover {
        background-color: #ee1d23;
        border-color: #ee1d23; }

/*-- Discount Coupon --*/
.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px; }

.discount-coupon form input {
  width: 100%;
  border-radius: 0;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  color: #232323;
  background-color: transparent; }
  .discount-coupon form input[type="submit"] {
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    width: 140px; }
    .discount-coupon form input[type="submit"]:hover {
      background-color: #ee1d23;
      border-color: #ee1d23; }

/*-- Cart Summary --*/
.cart-summary {
  float: right;
  max-width: 410px;
  width: 100%;
  margin-left: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      margin-left: 0; } }
  .cart-summary .cart-summary-wrap {
    background-color: #ddd;
    padding: 45px 50px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 575px) {
      .cart-summary .cart-summary-wrap {
        padding: 25px 30px; } }
    .cart-summary .cart-summary-wrap h4 {
      font-size: 20px;
      line-height: 23px;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 30px; }
    .cart-summary .cart-summary-wrap p {
      font-size: 14px;
      font-weight: 500;
      line-height: 23px;
      color: #1e1e1e; }
      .cart-summary .cart-summary-wrap p span {
        float: right; }
    .cart-summary .cart-summary-wrap h2 {
      border-top: 1px solid #999999;
      padding-top: 9px;
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      color: #000000;
      margin: 0; }
      .cart-summary .cart-summary-wrap h2 span {
        float: right; }
  .cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 767px) {
      .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .cart-summary .cart-summary-button button {
      margin-top: 10px;
      width: 140px;
      border-radius: 0;
      height: 36px;
      border: 1px solid #999999;
      line-height: 24px;
      padding: 5px 20px;
      color: #232323;
      background-color: transparent;
      margin-left: 20px;
      float: right; }
      .cart-summary .cart-summary-button button:last-child {
        margin-left: 0; }
      .cart-summary .cart-summary-button button:hover {
        background-color: #ee1d23;
        border-color: #ee1d23;
        color: #ffffff; }
      .cart-summary .cart-summary-button button.checkout-btn {
        font-weight: 400;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #1e1e1e;
        border-color: #1e1e1e; }
        .cart-summary .cart-summary-button button.checkout-btn:hover {
          background-color: #ee1d23;
          border-color: #ee1d23; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart-summary .cart-summary-button button {
          margin-left: 0;
          margin-right: 20px; }
          .cart-summary .cart-summary-button button:last-child {
            margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .cart-summary .cart-summary-button button {
          margin-left: 0;
          margin-right: 10px; }
          .cart-summary .cart-summary-button button:last-child {
            margin-right: 0; } }
      @media only screen and (max-width: 575px) {
        .cart-summary .cart-summary-button button {
          width: 130px; } }

/*=====  End of  13. Cart & Wishlist  ======*/
/*=============================================
=            14. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px; }

/*-- Checkout Form --*/
.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize; }

.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #232323;
  margin-bottom: 15px; }
  .checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #232323; }
  .checkout-form .nice-select .current {
    color: #232323;
    display: block;
    line-height: 23px; }
  .checkout-form .nice-select .list {
    width: 100%; }

.checkout-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #232323;
  margin-bottom: 15px; }
  .checkout-form input[type="checkbox"] {
    width: auto; }

.checkout-form .check-box {
  float: left;
  margin-right: 70px; }
  .checkout-form .check-box:last-child {
    margin-right: 0; }
  .checkout-form .check-box input[type="checkbox"] {
    display: none; }
    .checkout-form .check-box input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #1e1e1e;
      margin: 0; }
      .checkout-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;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .checkout-form .check-box input[type="checkbox"] + label::after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: "\f00c";
        font-family: Fontawesome;
        font-size: 12px;
        line-height: 20px;
        opacity: 0;
        color: #1e1e1e;
        width: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::after {
      opacity: 1; }

/*-- Shipping Form --*/
#shipping-form {
  display: none; }

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #ddd;
  padding: 45px; }
  @media only screen and (max-width: 575px) {
    .checkout-cart-total {
      padding: 30px; } }
  .checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700; }
    .checkout-cart-total h4:first-child {
      margin-top: 0;
      margin-bottom: 25px; }
    .checkout-cart-total h4:last-child {
      margin-top: 15px;
      margin-bottom: 0; }
    .checkout-cart-total h4 span {
      float: right;
      display: block; }
  .checkout-cart-total ul {
    border-bottom: 1px solid #999999; }
    .checkout-cart-total ul li {
      color: #232323;
      font-size: 14px;
      line-height: 23px;
      font-weight: 500;
      display: block;
      margin-bottom: 16px; }
      .checkout-cart-total ul li span {
        color: #1e1e1e;
        float: right; }
  .checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    margin: 0; }
    .checkout-cart-total p span {
      float: right; }

/*-- Checkout Payment Method --*/
.checkout-payment-method {
  background-color: #ddd;
  padding: 45px; }
  @media only screen and (max-width: 575px) {
    .checkout-payment-method {
      padding: 30px; } }

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px; }
  .single-method:last-child {
    margin-bottom: 0; }
  .single-method input[type="radio"] {
    display: none; }
    .single-method input[type="radio"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #1e1e1e;
      margin: 0; }
      .single-method input[type="radio"] + 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;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="radio"] + label::after {
        position: absolute;
        left: 5px;
        top: 5px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #1e1e1e;
        width: 10px;
        text-align: center;
        height: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="radio"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .single-method input[type="radio"]:checked + label::after {
      opacity: 1; }
  .single-method input[type="checkbox"] {
    display: none; }
    .single-method input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #232323;
      margin: 0; }
      .single-method input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        display: block;
        border: 2px solid #999999;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="checkbox"] + label::after {
        position: absolute;
        left: 4px;
        top: 4px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #1e1e1e;
        width: 8px;
        text-align: center;
        height: 8px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="checkbox"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .single-method input[type="checkbox"]:checked + label::after {
      opacity: 1; }
  .single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #232323;
    line-height: 23px; }

/*-- Place Order --*/
.place-order {
  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: #1e1e1e; }
  .place-order:hover {
    background-color: #ee1d23; }

/*=====  End of 14. Checkout  ======*/
/*=============================================
=           15.  Compare            =
=============================================*/
/*-- Compare Table --*/
.compare-table {
  background-color: #ffffff;
  -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); }
  .compare-table .table tbody tr:first-child {
    border-top: 1px solid #eeeeee; }
  .compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
    .compare-table .table tbody tr td:last-child {
      border-right: 1px solid #eeeeee; }
    .compare-table .table tbody tr td.first-column {
      min-width: 180px;
      font-size: 18px;
      font-weight: 600;
      color: #1e1e1e;
      margin: 0;
      line-height: 1; }
    .compare-table .table tbody tr td.product-image-title {
      padding-top: 50px; }
      .compare-table .table tbody tr td.product-image-title .image {
        clear: both;
        width: 100%;
        margin-bottom: 40px; }
        .compare-table .table tbody tr td.product-image-title .image img {
          max-width: 100%; }
      .compare-table .table tbody tr td.product-image-title .category {
        font-size: 13px;
        line-height: 15px;
        color: #232323;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        display: block;
        margin-bottom: 10px; }
        .compare-table .table tbody tr td.product-image-title .category:hover {
          color: #ee1d23; }
      .compare-table .table tbody tr td.product-image-title .title {
        font-size: 16px;
        font-weight: 600;
        color: #232323;
        line-height: 20px;
        margin-bottom: 10px; }
        .compare-table .table tbody tr td.product-image-title .title:hover {
          color: #ee1d23; }
    .compare-table .table tbody tr td.pro-desc p {
      text-align: left;
      margin: 0; }
    .compare-table .table tbody tr td.pro-price {
      font-size: 16px;
      font-weight: 500;
      color: #232323; }
    .compare-table .table tbody tr td.pro-color {
      font-size: 16px;
      font-weight: 500;
      color: #232323; }
    .compare-table .table tbody tr td.pro-stock {
      font-size: 16px;
      font-weight: 500;
      color: #232323; }
    .compare-table .table tbody tr td.pro-addtocart .add-to-cart {
      position: relative;
      background-color: #1e1e1e;
      color: #ffffff;
      border-radius: 0;
      display: inline-block;
      width: 170px;
      padding: 10px 25px 10px 25px; }
      .compare-table .table tbody tr td.pro-addtocart .add-to-cart i.fa {
        padding-right: 10px; }
      .compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 21px;
        overflow: hidden;
        text-align: center; }
      .compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
        background-color: #ee1d23; }
    .compare-table .table tbody tr td.pro-remove button {
      border: none;
      background-color: transparent;
      padding: 0; }
      .compare-table .table tbody tr td.pro-remove button i {
        font-size: 20px; }
      .compare-table .table tbody tr td.pro-remove button:hover {
        color: red; }
    .compare-table .table tbody tr td.pro-ratting i {
      color: #232323;
      font-size: 14px; }

/*=====  End of 15. Compare  ======*/
/*=============================================
=           16.  My Account            =
=============================================*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff; }
  .myaccount-tab-menu a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    color: #232323;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase; }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #eeeeee; }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #ee1d23;
      color: #ffffff; }
    .myaccount-tab-menu a i {
      font-size: 14px;
      text-align: center;
      width: 25px; }

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  padding: 30px; }
  @media only screen and (max-width: 575px) {
    .myaccount-content {
      padding: 20px 15px; } }
  .myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .myaccount-content .welcome a {
    color: #000000; }
    .myaccount-content .welcome a:hover {
      color: #ee1d23; }
  .myaccount-content .welcome strong {
    font-weight: 600; }
  .myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    padding: 10px 20px;
    border-radius: 0; }
    .myaccount-content a.edit-address-btn i {
      padding-right: 5px; }
    .myaccount-content a.edit-address-btn:hover {
      background-color: #ee1d23; }
  .myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    width: 140px;
    padding: 10px 0;
    border-radius: 0; }
    .myaccount-content button.save-change-btn:hover {
      background-color: #ee1d23; }

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px; }
  .myaccount-table table th,
  .myaccount-table .table th {
    padding: 10px; }
  .myaccount-table table td,
  .myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle; }
    .myaccount-table table td a:hover,
    .myaccount-table .table td a:hover {
      color: #ee1d23; }

.saved-message {
  border-top: 3px solid #ee1d23;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px; }

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0; }

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565; }

/*=====  End of 16. My Account  ======*/
/*=============================================
=            17. Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px; }

/*-- Login Form --*/
.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); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-form {
      padding: 15px; } }
  .login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize; }
  .login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #232323;
    margin-bottom: 15px; }
    .login-form .nice-select::after {
      width: 6px;
      height: 6px;
      border-width: 1px;
      right: 20px;
      border-color: #232323; }
    .login-form .nice-select .current {
      color: #232323;
      display: block;
      line-height: 23px; }
    .login-form .nice-select .list {
      width: 100%; }
  .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: #232323;
    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: #1e1e1e;
        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;
          -o-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: "\f00c";
          font-family: Fontawesome;
          font-size: 12px;
          line-height: 20px;
          opacity: 0;
          color: #1e1e1e;
          width: 20px;
          text-align: center;
          -webkit-transition: all 0.3s ease 0s;
          -o-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 #1e1e1e; }
      .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: #1e1e1e; }
  .register-button:hover {
    background-color: #ee1d23; }

/*=====  End of 17. Login Register  ======*/
/*=============================================
=           18.  FAQ            =
=============================================*/
.faq-wrapper .panel.panel-default {
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }

.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0; }

.faq-wrapper .card {
  margin-bottom: 15px; }
  .faq-wrapper .card:last-child {
    margin-bottom: 0; }

.faq-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #e9e9e9; }
  .faq-wrapper .card-header h5 button {
    width: 100%;
    text-align: left;
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    position: relative; }
    .faq-wrapper .card-header h5 button span {
      position: absolute;
      right: 10px; }
      .faq-wrapper .card-header h5 button span i.fa {
        font-size: 12px;
        visibility: hidden;
        opacity: 0;
        display: none; }
    .faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
      text-decoration: none; }
    .faq-wrapper .card-header h5 button[aria-expanded="true"] {
      background-color: #ee1d23;
      color: #ffffff;
      border-radius: 0; }
      .faq-wrapper .card-header h5 button[aria-expanded="true"] span i.fa.fa-chevron-down {
        visibility: visible;
        opacity: 1;
        display: inline; }
    .faq-wrapper .card-header h5 button[aria-expanded="false"] span i.fa.fa-chevron-up {
      visibility: visible;
      opacity: 1;
      display: inline; }

.faq-wrapper .card-body p {
  font-size: 14px;
  line-height: 24px; }

/*=====  End of 18. FAQ  ======*/
/*=============================================
=           19. Contact             =
=============================================*/
#google-map {
  height: 400px; }
  @media only screen and (max-width: 767px) {
    #google-map {
      height: 300px; } }
  @media only screen and (max-width: 575px) {
    #google-map {
      height: 250px; } }
  @media only screen and (max-width: 479px) {
    #google-map {
      height: 200px; } }

h3.contact-page-title {
  font-size: 32px;
  line-height: 32px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px; }
  @media only screen and (max-width: 575px) {
    h3.contact-page-title {
      font-size: 25px; } }

.single-contact-block {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0; }
  @media only screen and (max-width: 575px) {
    .single-contact-block {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .single-contact-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .single-contact-block h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #222222; }
    @media only screen and (max-width: 575px) {
      .single-contact-block h4 {
        font-size: 20px; } }
    .single-contact-block h4 img {
      margin: 5px 20px 20px 0; }
  .single-contact-block p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 29px;
    color: #666666; }

span.required {
  color: red; }

/*----------  contact form  ----------*/
.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form label {
  display: block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 0; }

.contact-form input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e0e0e0;
  padding-left: 20px; }

.contact-form textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  padding-left: 20px;
  line-height: 50px;
  height: 200px; }

.contact-form .pataku-btn {
  border: none;
  text-transform: uppercase; }

/*=====  End of 19. Contact   ======*/
/*=============================================
=            20. About            =
=============================================*/
/*-- About Image --*/
.about-image img {
  width: 100%; }

/*-- About Content --*/
.about-content h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px; }
  .about-content h1 span {
    color: #ee1d23; }
  @media only screen and (max-width: 767px) {
    .about-content h1 {
      font-size: 24px;
      line-height: 30px; } }

.about-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px; }

.about-content p {
  font-size: 14px;
  line-height: 24px; }

/*-- About Mission Vission Goal --*/
.about-mission-vission-goal h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px; }

.about-mission-vission-goal p {
  font-size: 14px;
  line-height: 24px; }

/*-- About Section Title --*/
.about-section-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px; }
  @media only screen and (max-width: 767px) {
    .about-section-title h3 {
      font-size: 18px;
      line-height: 24px; } }

.about-section-title p {
  font-size: 14px;
  line-height: 24px;
  max-width: 600px; }

/*-- About Feature --*/
.about-feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px; }

.about-feature p {
  font-size: 14px;
  line-height: 23px;
  max-width: 265px; }
  @media only screen and (max-width: 767px) {
    .about-feature p {
      max-width: 350px; } }

/*-- About Feature Banner --*/
.about-feature-banner .banner {
  margin-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-feature-banner .banner {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .about-feature-banner .banner {
      margin-left: 0; } }

/*-- Feature Content --*/
.feature-content h2 {
  font-size: 30px;
  max-width: 470px;
  margin-bottom: 0; }
  .feature-content h2 span {
    font-weight: 700; }

.feature-content h1 {
  font-size: 36px;
  max-width: 470px; }
  .feature-content h1 span {
    font-weight: 700; }

.feature-content p {
  line-height: 23px;
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 30px; }

/*-- Feature Image --*/
.feature-image {
  position: relative;
  z-index: 2; }
  .feature-image::before {
    position: absolute;
    right: 0;
    bottom: -40px;
    content: "";
    width: 380px;
    height: 360px;
    background-color: #ffffff;
    z-index: -1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-image::before {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .feature-image::before {
        display: none; } }
  .feature-image img {
    width: 100%;
    margin-left: -40px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-image img {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .feature-image img {
        margin-left: 0; } }

.about-feature {
  margin-bottom: -30px; }

/*=====  End of 20. About  ======*/
.error h1 {
  font-size: 16rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #ee1d23; }
  @media only screen and (max-width: 767px) {
    .error h1 {
      font-size: 13rem; } }
  @media only screen and (max-width: 575px) {
    .error h1 {
      font-size: 10rem; } }
  @media only screen and (max-width: 479px) {
    .error h1 {
      font-size: 8rem; } }

.error h2 {
  font-size: 25px; }

.error .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .error .searchform__input {
    border: 1px solid #eeeeee;
    height: 45px;
    width: 100%;
    padding-left: 15px; }
  .error .searchform__submit {
    border: none;
    background-color: #ee1d23;
    width: 70px;
    color: #fff;
    cursor: pointer; }

.ptb--100 {
  padding-top: 100px;
  padding-bottom: 100px; }

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

/*=============================================
=            21. Footer            =
=============================================*/
/*----------  home two style  ----------*/
.home-two-wrapper .footer-container a:hover {
  color: #369599; }

.home-two-wrapper .footer-container button:hover {
  color: #369599; }

.home-two-wrapper .footer-container .social-link ul li a:hover {
  color: #369599; }

.home-two-wrapper .footer-container .navigation-container ul li a:hover {
  color: #369599; }

.home-two-wrapper .footer-container .app-download-area a:hover {
  color: #ffffff; }

.home-two-wrapper .copyright-section p.copyright-text {
  color: #999; }
  .home-two-wrapper .copyright-section p.copyright-text a:hover {
    color: #369599; }

/*----------  home three style  ----------*/
.home-three-wrapper .footer-container a:hover {
  color: #85B839; }

.home-three-wrapper .footer-container button:hover {
  color: #85B839; }

.home-three-wrapper .footer-container .social-link ul li a:hover {
  color: #85B839; }

.home-three-wrapper .footer-container .navigation-container ul li a:hover {
  color: #85B839; }

.home-three-wrapper .footer-container .app-download-area a:hover {
  color: #ffffff; }

.home-three-wrapper .copyright-section p.copyright-text {
  color: #999; }
  .home-three-wrapper .copyright-section p.copyright-text a:hover {
    color: #85B839; }

.footer-container {
  background-color: #1e1e1e; }

.single-footer h3.footer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: .02em;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px; }

.single-footer p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 24px; }

.single-footer ul li a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  font-weight: 400;
  color: #999; }
  .single-footer ul li a:hover {
    color: #ee1d23;
    padding-left: 10px; }

.single-footer ul li:last-child a {
  margin-bottom: 0; }

/*----------  Newsletter form  ----------*/
.newsletter-form {
  position: relative;
  border-bottom: 1px solid #434343;
  padding-right: 30px; }
  .newsletter-form input, .newsletter-form button {
    background: none;
    border: none; }
  .newsletter-form input {
    width: 100%;
    padding: 10px;
    color: #999; }
  .newsletter-form button {
    position: absolute;
    color: #a9a8a8;
    top: 50%;
    margin-top: -15px;
    right: 0;
    font-size: 24px; }
    .newsletter-form button:hover {
      color: #ee1d23; }

/*----------  Mailchimp alerts  ----------*/
.mailchimp-alerts {
  color: #ffffff; }
  .mailchimp-alerts a:hover {
    color: #ee1d23; }

/*----------  Footer social link container    ----------*/
.footer-social-link-container {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .footer-social-link-container span.title {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px; }
  @media only screen and (max-width: 479px) {
    .footer-social-link-container .app-download-area span.title {
      display: block;
      margin-bottom: 15px; } }
  .footer-social-link-container a.app-download-btn {
    font-size: 13px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    font-weight: 400; }
    .footer-social-link-container a.app-download-btn.apple-store {
      background: #434343; }
    .footer-social-link-container a.app-download-btn.google-play {
      background: #558000; }
    .footer-social-link-container a.app-download-btn i.fa {
      padding-right: 5px; }
  .footer-social-link-container .social-link ul {
    display: inline-block; }
    .footer-social-link-container .social-link ul li {
      display: inline-block;
      padding-right: 10px; }
      .footer-social-link-container .social-link ul li a {
        display: block;
        color: #999;
        font-size: 16px;
        line-height: 16px; }
        .footer-social-link-container .social-link ul li a:hover {
          color: #ee1d23; }

/*----------  Footer navigation  ----------*/
.footer-bottom-navigation .navigation-container ul li {
  display: inline-block; }
  .footer-bottom-navigation .navigation-container ul li a {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em; }
    .footer-bottom-navigation .navigation-container ul li a:hover {
      color: #ee1d23; }
  .footer-bottom-navigation .navigation-container ul li span.separator {
    color: #999;
    padding: 0 5px; }

/*----------  Copyright section  ----------*/
.copyright-section p.copyright-text {
  color: #999; }
  .copyright-section p.copyright-text a:hover {
    color: #ee1d23; }

/*=====  End of 21. Footer  ======*/
