﻿body {
    font-family: "Lato", sans-serif, "Microsoft YaHei",Helvetica, Arial, "游ゴシック体", "YuGothic","メイリオ", "Meiryo";
    font-weight: 400;
    color: #232323;
    font-size: 16px;
    line-height: 1.25em;
}

a:hover {
    text-decoration: none;
    transition: 0.1s;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none;
}

h4 a:hover {
    color: #E62E04;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.owl-carousel .owl-stage-outer {
  margin: 0 -5px;
  padding: 0 5px;
}
.clear {
    clear: both
}

.fix {
    overflow: hidden;
}

*:focus {
    outline: 0 !important;
}



/*----------------------------------------*/
/* 1 Pop Banner CSS
/*----------------------------------------*/

.banner_popup_area > img {
    width: 100%;
  }
.popup_off_banner {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 11px;
    text-align: center;
    text-decoration: none;
    top: 6px;
    transition: all 0.3s ease-in 0s;
}

  

/*----------------------------------------*/
/* 2 Header Top CSS
/*----------------------------------------*/

.header-top-area {
    background: #e62e04 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
  }
  
.header-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  
  .header-top-area  .header-top a {
    font-size: 16px;
    line-height: 33px;
    color: #fff;
  }
  
  .header-top > ul > li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
  }
  .header-top ul span {
      color: #a5d6f7;
      font-size: 13px;
  }
  
  .header-top ul li a img {
      margin-right: 5px;
  }
  
  .header-top ul li a i {
      font-size: 9px;
      margin-left: 5px;
  }
  .header-top > ul > li {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
  }
  .header-bottom-list li > a i {
      margin-left: 5px;
  }
  
  .header-top ul > li > a,.header-top ul > li> span {
    color: #666;
    font-size: 16px;
  }
  
  
  .header-top  ul.ht-dropdown{
      left: auto;
      right: 0px;
  }
  .ht-dropdown {
      background: #fff;
      left: 0;
      opacity: 0;
      padding: 10px 0px;
      position: absolute;
      top: 100%;
      -webkiit-transform: scaleY(0);
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      width: 165px;
      visibility: hidden;
      z-index: 999;
      -webkit-transition: 0.0s;
      transition: 0.0s;
      -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  }
  
  .header-top > ul > li:hover ul.ht-dropdown,
  .vertical-menu-list > li:hover > ul.ht-dropdown,
  .vertical-menu-list ul.ht-dropdown.mega-child li:hover ul.ht-dropdown,
  .header-bottom-list li:hover > ul.ht-dropdown {
      opacity: 1;
      visibility: visible;
      -webkiit-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
  }
  
  .header-top ul > li> ul.ht-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-top ul > li ul.ht-dropdown li a {
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
  }
  .header-top ul > li ul.ht-dropdown li a:hover {
      color: #E62E04;
  }
  
  /*----------------------------------------*/
/* 2.2 Header Middle CSS
/*----------------------------------------*/
.categorie-search-box form {
    color: #a9a9a9;
    height: 38px;
    padding: 0;
    position: relative;
    width: 100%;
}
.categorie-search-box input {
  background: white none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #a9a9a9;
  font-size: 16px;
  height: 38px;
  padding: 0 64px 0 16px;
  width: 100%;
}
.categorie-search-box button {
  background: #e62e04 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: white;
  font-size: 25px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 300ms ease-in 0s;
  width: 60px;
}

.categorie-search-box button:focus {
    border: none;
}

.categorie-search-box button:hover {
    background: rgba(230, 46, 4, 0.8) none repeat scroll 0 0;
    cursor: pointer;
}
.categorie-search-box .form-group {
  align-items: center;
  background: transparent none repeat scroll 0 0;
  border-left: 1px  solid rgba(0, 0, 0, 0.1);
  display: flex;
  height: 38px;
  margin: 0;
  position: absolute;
  right: 60px;
  top: 0;
  width: 150px;
}

.bootstrap-select option {
    font-size: 13px;
}

.nice-select::after {
    margin-top: -3px;
}

.nice-select .current{
    display: block;
    overflow: hidden;
    width: 100%;
}

.categorie-search-box .nice-select .list {
    height: 350px;
    overflow-y: auto;
}

.bootstrap-select {
    border-radius: 15px 0 0 15px;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #777777;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    width: 150px;
    border: none;
}
.cart-box > ul > li:not(:first-child) {
  margin-left: 20px;
}

.cart-box-width > li {
    padding: 20px;
}

.cart-box > ul > li > a {
    color: #363636;
}

.cart-text {
    display: block;
}

.cart-box > ul > li > a i {
    font-size: 32px;
}

.my-cart {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
  text-transform: capitalize;
  vertical-align: top;
}
.cart-box-width {
  background: white none repeat scroll 0 0;
  box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
  left: auto;
  padding: 0;
  width: 290px;
}
.single-cart-box {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.cart-img {
    float: left;
    padding-right: 10px;
    position: relative;
    width: 35%;
}

.cart-img img {
    max-width: 100%;
}

.cart-content {
    float: left;
    padding: 0 15px 15px 0;
    width: 65%;
}

.cart-content h6 a {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.cart-content span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.cart-price {
    margin: 5px 0;
} 

.cart-actions a {
    background: #2c2c2c none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}

.cart-checkout {
    background: #f26667 none repeat scroll 0 0;
    color: #fff;
}

.cart-checkout:hover {
    background-color: #E62E04;
    border-color: transparent;
    color: #fff;
}

.del-icone {
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 45;
}

.del-icone:hover,
.cart-content h6 a:hover {
    color: #E62E04;
}
.my-cart > span {
  color: #363636;
  display: block;
  line-height: 18px;
}

span.total-pro {
  background: #e62e04 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
  min-width: 30px;
  text-align: center;
}

.single-cart-box,
.price-content {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.price-content {
    overflow: hidden;
    padding-bottom: 20px;
}

.price-content li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.price-content li span,
.cart-content span.cart-price {
    float: right;
    font-size: 16px;
    font-weight: 500;
}
.cart-content span.cart-price {
    color: #E62E04;
    float: none;
}

.pro-quantity {
    background: #E62E04 none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    font-size: 16px;
    left: 5px;
    line-height: 23px;
    min-width: 25px;
    padding: 2px 0 0;
    position: absolute;
    text-align: center;
    top: 3px;
}

/*----------------------------------------*/
/* 2.3 Header Bottom CSS
/*----------------------------------------*/
.header-sticky.sticky {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    -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);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
    background:#fff;
}

/*
.header-bottom.header-sticky.sticky .categorie-title {
  display: none;
}
*/
.header-bottom-list > li {
    position: relative;
}


/* header bottom dropdown menu css start */
.header-bottom-list > li > a,
.header-bottom-list > li > ul.ht-dropdown li a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    text-transform: capitalize;
    font-family: "Lato",sans-serif;
}

.header-bottom-list > li > ul.ht-dropdown li a {
    color: #333;
    padding: 7px 20px;
    font-size: 1.0em;
    font-weight: 400;
    text-transform: capitalize;
}

.header-bottom-list > li > ul.ht-dropdown li:hover a {
    color: #E62E04;
}

.header-bottom-list > li > ul.ht-dropdown {
    width: 200px;
}
.header-bottom-list > li > a {
  padding: 10px 30px 10px 0;
}
/* header bottom dropdown menu css end */
.header-bottom-list > li.active > a,.home-4 .header-bottom-list > li.active > a,
.header-bottom-list > li:hover > a,.home-4 .header-bottom-list > li:hover > a {
    color: #E62E04;
}

.mean-container .mean-bar {
  background: #F2F2F2 none repeat scroll 0 0;
  min-height: 58px;
  position: static;
  width: 100%;
}
.mean-container .mean-nav ul {
  background: #fff none repeat scroll 0 0;
  width: auto;
}
.mean-container .mean-nav {
  margin-top: 56px;
}
.mean-container a.meanmenu-reveal span {
  background: #363636 none repeat scroll 0 0;
}
.mean-container a.meanmenu-reveal {
  background: transparent none repeat scroll 0 0;
  color: #363636;
  font-family: "Lato",sans-serif;
  right: 15px!important;
  top: 14px;
}


/*----------------------------------------*/
/* 2.4 Vertical Mobile Menu CSS
/*----------------------------------------*/
#cate-mobile-toggle {
    height: 100%;
    overflow-y: auto;
}
#cate-mobile-toggle > ul {
  padding: 22px 0 0;
}
#cate-mobile-toggle > ul > li > a {
    font-size: 15px;
}
#cate-mobile-toggle > ul li > a {
  font-size: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
}
#cate-mobile-toggle .category-sub > li > a:before {
    content: "\f125";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    position: absolute;
    left: 10px;
    color: #e62e04;
}

#cate-mobile-toggle .category-sub li a {
    padding-left: 20px;
}
.sidebar-menu .category-sub {
  padding-left: 10px;
}

/*----------------------------------------*/
/* 3.1 Categorie Menu CSS
/*----------------------------------------*/
.vertical-menu {
    position: relative;
}

.header-bottom.header-sticky {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.vertical-menu-header:hover .vertical-menu-wrapper {
    display: block;
}

.vertical-menu-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
    border: 1px solid #ededed;
    border-top-width: 0;
    display: none;
}

.vertical-menu-list li {
    position: relative;
}

.vertical-menu-list > li a {
    background: #fff none repeat scroll 0 0;
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 3.7px 20px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer
}

.vertical-menu-list li:hover > a {
    color: #E62E04;
}

.vertical-menu-list  li > a i {
    position: absolute;
    right: 14px;
    top: 12px;
}

.vertical-menu-list li.has-sub > a {
    padding-left: 60px;
}

.category-menu ul.category-sub {
    display: none;
}

.vertical-menu-list li span {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.vertical-menu > span {
  background: #e62e04 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 45px;
  position: relative;
  text-transform: uppercase;
}

.vertical-menu > span::after {
    content: "\e871";
    font-family: 'Linearicons-Free';
    font-size: 27px;
    font-weight: normal;
    left: 16px;
    position: absolute;
}

/* vertical mega menu css start */
.megamenu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e3;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    left: 100%;
    padding: 20px 35px;
    top: 0;
}

.vertical-menu-list > li ul.first-megamenu {
    width: 700px;
}

.vertical-menu-list > li ul.megamenu-two {
    width: 440px;
}

.vertical-menu-list > li ul.megamenu-two li.single-megamenu {
    width: 50%;
}

.vertical-menu-list .ht-dropdown {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.vertical-menu-list .ht-dropdown.mega-child{
    left: 100%;
    top:0;
    flex-direction: column;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    width: 300px;
}
.vertical-menu-list .ht-dropdown.mega-child li > ul {
    left: 100%;
    top: -10px;
}
.vertical-menu-list > li .ht-dropdown li a{
    padding:3px 20px;
}

.first-megamenu li.single-megamenu > ul {
    padding-bottom: 25px;
}


li.megamenu-img a {
    padding: 0;
}

.first-megamenu li.megamenu-img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.first-megamenu li.single-megamenu {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.single-megamenu ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.ht-dropdown .single-megamenu ul li a{
	padding: 0;
}
.menu-tile {
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*----------------------------------------*/
/* 3.2 Slider CSS
/*----------------------------------------*/
.slider-wrapper.theme-default {
    position: relative;
}

.slider_box {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

.slider_box img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}



/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.col-img{
    overflow: hidden;

}
.col-img img{
     transition: all 300ms ease-in 0s;
     transform: scale(1);
     width:100%;
}
.col-img:hover img {
  transform: scale(1.1);
 
}


.single-product-sidebar {
    display: flex;
  }

.single-product-sidebar .pro-img {
width: 38%;
}

.single-product-sidebar .pro-content {
min-height: auto;
overflow: hidden;
padding: 0 15px;
  
}
  .single-product-sidebar .l_sale {
    bottom: 0;
    right: 0;
    z-index: 9;
  }
  .single-product-sidebar .pro-content h4 a {
    font-size: 13px;
  }
  .single-product-sidebar .price {
    font-size: 18px;
  }
  

  .pro-content {
    min-height: 115px;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
  }
  
  .pro-content h4 a {
      color: #363636;
      display: block;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 9px;
      overflow: hidden;
      padding: 0;
      text-overflow: ellipsis;
      text-transform: capitalize;
      white-space: nowrap;
  }
  
  .pro-content h4 a:hover {
      color: #E62E04;
  }
  
  .pro-content .product-rating {
      margin-bottom: 13px;
  }
  
  .product-rating i {
      color: #f9ba48;
      font-size: 12px;
  }
  
  .price {
    color: #363636;
    font-family: "Lato",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
  }
  .prev-price {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
  }
  
  .pro-actions {
      display: block;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 15px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transition: all 300ms ease-in 0s;
      transition: all 300ms ease-in 0s;
      width: 100%;
      z-index: 10;
      padding:0 10px;
  }
  
  
.single-product .pro-info {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}
  
  
.single-product {
    background: #fff none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 10px 0;
}



.pro-img {
    position: relative;
    margin: 18px 0 0
}

.pro-img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}


  .l_sale {
    background: rgba(0, 0, 0, 0) url("../img/icon/bg-l-sale.png") no-repeat scroll right center;
    bottom: 20px;
    color: #e62e04;
    font-size: 20px;
    font-weight: 900;
    height: 22px;
    line-height: 1;
    padding-right: 17px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
  }
 

  .big-banner-box {
    display: flex;
  }
  .big-banner-box .col-img:first-child{margin-right: 5px;}
  .big-banner-box .col-img:last-child{margin-left: 5px;}
  .brand-banner .owl-nav {
    position: absolute;
    right: -290px;
    top: 0;
  }

  /*----------------------------------------*/
/* 8. Support Area CSS
/*----------------------------------------*/
.support-area .single-support {
    border-right: 1px solid #ddd;
    flex: 0 0 20%;
    padding: 35px 17px;
  }
  .support-area .single-support:first-child{
    border-left: 1px solid #ddd;
  }
  .support-icon i {
      color: #5a7ea8;
      font-size: 60px;
  }
  .support-desc h6 {
    color: #363636;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 10px;
    text-transform: capitalize;
  }
  .support-desc span {
    color: #363636;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
  }

  /*----------------------------------------*/
/* 10. Footer CSS
/*----------------------------------------*/

/* footer top css */
.footer-top {
    padding-bottom: 20px;
}

.footer-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 15px;
    position: relative;
    text-transform: capitalize;
}

.footer-list li a {
  color: #212121;
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}

.footer-list li {
    line-height: 31px;
}

.footer-list li a:active, .footer-list li a:focus {
    color: red;
    transition: 0.1s;
    text-decoration: underline;
}

.footer-list li a:target {
    color: red;
    transition: 0.1s;
    text-decoration: underline;
}

@media not all and (pointer: coarse) {
    .footer-list li a:hover {
        color: #E62E04;
        transition: 0.1s;
    }

.footer-list li a:hover:before {
    opacity: 0;
}

}

.logo-footer {
    margin-bottom: 30px;
}

.footer-content p {
    font-size: 13px;
    line-height: 23px;
}

.footer-content h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.social-footer-list a {
    color: #b2b2b1;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
}

.social-footer-list a:not(:last-child) {
    margin-right: 30px;
}

.social-footer-list a:hover {
    color: #E62E04;
}

.single-footer.style-change {
    padding-left: 40px;
}

/* footer middle css */
.social-footer > li {
  display: inline-block;
}

.social-footer li a {
  padding: 0 13px;
  text-align: center;
}
.social-footer li a i {
  color: #212121;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.social-footer li a:hover i{
  color: #E62E04;
}
/* footer bottom css */
.footer-bottom-content p {
    color: #666;
    font-size: 14px;
}

.footer-bottom-content p a {
    color: #E62E04;
}

.footer-bottom-content p a:hover,
.tag-content a:hover {
    text-decoration: underline;
}

.footer-nav-list li {
    display: inline-block;
}

.footer-nav-list li a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding-left: 30px;
    text-transform: uppercase;
}

.footer-nav-list li a:hover,
.tag-content a:hover {
    color: #E62E04;
}

.footer-nav-list li:first-child a {
    padding-left: 0;
}

#scrollUp {
    background: #333 none repeat scroll 0 0;
    bottom: 65px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 999;
}

#scrollUp:hover {
    background: #E62E04;
}

#scrollUp i {
    font-size: 25px;
    line-height: 40px;
}
.footer-list li {
  text-transform: capitalize;
  transition: all 0.5s ease-in-out 0s;
}
.address-content li {
  color: #212121;
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.address-content li i {
  display: inline-block;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 3px;
}
.copyright-text a {
  color: #212121;
}
.copyright-text.text-center > p {
  color: #212121;
  font-size: 14px;
}

/*----------------------------------------*/
/* 9. Newsletter CSS
/*----------------------------------------*/
.newsletter {
    padding: 35px 0;
}

.news-desc h3 {
  color: #212121;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 15px;
  line-height: 1;
}
.news-desc p {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

.newsletter-box .subscribe {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #777;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 0 166px 0 20px;
    width: 100%;
    text-transform: capitalize;
}
.newsletter-box {
    position: relative;
}

.newsletter-box .submit {
    background: #212121 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Lato",sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
}
.newsletter-box .submit:hover {
    background: #e62e04;
}

.header-top .lnr {
    font-size: 16px;
    margin-right: 3px;
}

#myBtn {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

.slick-prev {
    left: 16px;
    z-index: 2;
}
.slick-next {
    right: 20px;
    z-index: 2;
}

.slick-control-prev i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: black;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border-radius: 100%;
}

.slick-control-next i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: black;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border-radius: 100%;
}

.slick-control-prev, .slick-control-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slick-control-prev {
    left: 18px;
}

.slick-control-next {
    right: 18px;
}


.shop-slider:hover .slick-control-prev,
.shop-slider:hover .slick-control-next {
    opacity: 0.2;
}

.cegJMn {
    clear: both;
    position: fixed;
    right: -14px;
    bottom: -14px;
    text-align: center;
    z-index: 1000;
}

.kRWpNp {
    display: block;
}

.bJmZck {
    border-radius: 50%;
    padding-top: 15px;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: rgb(234, 53, 45);
}

.iqSQPz {
    max-width: 100%;
    max-height: 100%;
    color: rgb(255, 255, 255);
    display: block;
    height: 24px;
    width: 26px;
    margin: 5px auto 0px;
}

.imkpqd {
    color: rgb(255, 255, 255);
}

#cate-mobile-toggle > ul {
    padding: 22px 0 0;
}

#cate-mobile-toggle > ul li > a {
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.menu-hidden {
    display: none;
}

.sidebar-menu ul li {
    position: relative;
}

.sidbar-style ul li {
    padding-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sidbar-style > ul > li:first-child {
    padding-top: 0;
}

.sidebar-menu li a, .color-option li a, .single-sidebar li a {
    color: #2c2c2c;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
    text-transform: capitalize;
    cursor: pointer;
}

.category-menu ul.category-sub {
    display: none;
}

.sidebar-menu .category-sub {
    padding-left: 10px;
}

.category-menu.sidebar-menu .has-sub a span.holder::after, .category-menu.sidebar-menu li.has-sub > a::after {
    content: "\e881";
    font-family: 'Linearicons-Free';
    font-size: 14px;
    position: absolute;
    right: 20px;
}

.category-menu.sidebar-menu .has-sub.open a span.holder::after,
.category-menu.sidebar-menu li.has-sub.open > a::after{
    content: "\e882";
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 9999999;
    background: rgba(0,0,0,0.4);
    overflow-y:scroll;
}

.btn-link {
    color: #000;
    font-weight: normal;
    border-radius: 0; 
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
 }

.btn-link:hover, .btn-link:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
 }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; 
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.navbar-default .btn-link {
    color: #777; 
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333; 
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc; 
}
              
.navbar-inverse .btn-link {
    color: #9d9d9d; 
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
 }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }

.btn {
    outline: none !important; box-shadow: none !important;
 }

.btn:focus {
    box-shadow: none !important;
}

a {
    color: #000;
    text-decoration: none;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background-color: #f00;
    color: #fff;
}

.title-box {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.title-box a {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    color: #0095ee;
    cursor: pointer;
    text-decoration: none;
    word-break: normal;
}

.title-box a > i {
     margin-left: 10px;
}

.breadcrumb-area .breadcrumb {
    background: #f8f8f8;
    margin-bottom: 0;
    padding: 10px 8px 1px 8px;
    max-width: 100%;
}

.breadcrumb ul {
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb li {
    display: flex !important;
    padding-bottom: 10px;
}

.breadcrumb li a {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
    display: inline-block;
        
}


  
.breadcrumb li a:active,
.breadcrumb li a:hover {
    color: red;
    text-decoration: underline;
    opacity: 1;
}


.breadcrumb li + li::before {
    content: "\f105";
    font-family: fontawesome;
    padding: 2px 5px;
    vertical-align: middle;
    white-space: nowrap !important;
    align-items: center !important;
}


    @media only screen and (max-width: 992px) {
        .side-menu .side-inner {
            position: absolute;
            top: 0;
            height: 100%;
            width: 80%;
            text-align: left;
            overflow-y: auto;
            padding: 14px 10px;
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            background-color: #fff;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            left: 0;
        }

            .side-menu .side-inner.active {
                box-shadow: rgb(0 0 0 / 10%) 0 0 100px 0;
                -ms-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

        .side-title {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            margin: 20px -10px 0 -10px;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 20px;
        }

        .mobile-menu-close {
            color: #363636;
            font-size: 2em;
            font-weight: 600;
            margin-left: 1px;
            text-transform: uppercase;
        }

        .stop-scrolling {
            height: 100%;
            overflow: hidden !important;
            overflow-y: hidden !important;
            width: 100%;
            top: 0px;
        }

        .side-header {
            height: 60px;
            display: flex;
        }

            .side-header .logo {
                left: 50%;
                margin: auto;
            }
    }

    /*
.shop-slider {
    opacity: 0;
    transition: opacity 1s linear;
}

.shop-slider.slick-initialized {
    opacity: 1;
}
*/

    .shop-slider .shop-slider-item {
        opacity: 0;
        transition: opacity 1s linear;
    }

        .shop-slider .shop-slider-item:first-child {
            opacity: 1;
        }

    .shop-slider.slick-initialized .shop-slider-item {
        opacity: 1;
    }

    .slick-list, .slick-track {
        touch-action: pan-y;
    }


    .slick-slider .slick-list {
        transform: unset !important;
    }

    .slick-track {
        margin-left: 0;
    }

    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: inherit !important;
    }

    .slick-initialized {
        opacity: 1
    }

@media not all and (pointer: coarse) {
    .single-product:hover .quick_view {
        opacity: 1;
    }

    .single-product:hover {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    .single-product-sidebar:hover {
        box-shadow: none;
    }

}

.quick-menu li {
    text-align:center;
}


