@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&amp;display=swap");
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
  max-width: 100%
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  text-decoration: none;
  outline: none
}
a:focus, a:hover {
  text-decoration: none
}
a, i, span {
  display: inline-block
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}
p {
  margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #333;
  margin: 0px
}
h1 {
  font-size: 48px
}
h2 {
  font-size: 36px
}
h3 {
  font-size: 28px
}
h4 {
  font-size: 22px
}
h5 {
  font-size: 18px
}
h6 {
  font-size: 16px
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer
}
a, button, img, input {
  outline: 0
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none
}
a:hover {
  text-decoration: none;
  color: #e52e06
}
ol, ul {
  padding: 0;
  list-style: none;
  margin: 0
}
button, input[type=submit] {
  cursor: pointer
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}
@media only screen and (min-width:1600px) {
  .custom-container {
    max-width: 1920px;
    padding: 0 75px
  }
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .custom-container {
    padding: 0 30px
  }
}
.row-wrapper {
  margin-left: -12px;
  margin-right: -12px
}
.row-wrapper .custom-col {
  padding: 0 12px
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #e52e06;
  text-transform: uppercase;
  letter-spacing: 0.2em
}
.main-btn:hover {
  background-color: #333;
  color: #fff
}
.main-btn.main-btn-2 {
  background-color: #333;
  color: #fff
}
.main-btn.main-btn-2:hover {
  background-color: #e52e06;
  color: #fff
}
.section-title .title {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 24px
}
@media (max-width:767px) {
  .section-title .title {
    font-size: 20px
  }
}
.section-title .title:before {
  content: "";
  width: 92px;
  height: 2px;
  background: #e52e06;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}
.section-title.section-left .title:before {
  margin-left: 0
}
.allup-title {
  font-size: 24px;
  font-weight: 500;
  color: #333
}
@media (max-width:767px) {
  .allup-title {
    font-size: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .allup-title {
    font-size: 20px
  }
}
.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible
}
.slick-slide {
  outline: 0
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999
}
#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px
}
#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e52e06;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite
}
#preloader .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s
}
@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}
.custom-checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio] {
  display: none
}
.custom-checkbox input[type=checkbox] + label, .custom-checkbox input[type=radio] + label {
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 9px 8px 0px 0
}
.custom-checkbox input[type=checkbox] + label:before, .custom-checkbox input[type=radio] + label:before {
  position: absolute;
  content: "";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 14px;
  line-height: 0.8;
  color: #333
}
.custom-checkbox input[type=checkbox]:checked + label:before, .custom-checkbox input[type=radio]:checked + label:before {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.custom-checkbox input[type=radio] + label:before {
  content: "";
  background-color: #333;
  border-radius: 4px
}
.custom-checkbox input[type=radio]:checked + label:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75)
}
.custom-checkbox p {
  font-size: 14px;
  color: #333;
  line-height: 35px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1
}
.pagination {
  padding: 15px 10px;
  background: #f2f2f2
}
.pagination li {
  margin: 0 3px
}
.pagination li a {
  font-weight: 400;
  color: #fff;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #c2c2c2;
  font-size: 15px;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center
}
.pagination li.active a, .pagination li:hover a {
  background-color: #000
}
.single-form {
  margin-top: 30px
}
.single-form label {
  font-size: 13px;
  color: #333;
  margin-bottom: 0
}
.single-form input, .single-form select, .single-form textarea {
  width: 100%;
  font-size: 14px;
  height: 40px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  margin-top: 12px
}
.single-form textarea {
  height: 120px;
  padding-top: 10px;
  resize: none
}
.single-form .main-btn {
  height: 40px;
  line-height: 42px;
  padding: 0 25px;
  letter-spacing: 0;
  font-size: 14px
}
.header-nav {
  position: relative;
  padding: 1px 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: 9;
  margin: 0
}
.header-nav-wrapper .header-static-nav p {
  font-size: 16px;
  color: #666
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-nav-wrapper .header-static-nav p {
    font-size: 15px
  }
}
.header-nav-wrapper .header-static-nav p .text {
  font-weight: 500;
  color: #000
}
.header-nav-wrapper .header-menu-nav .menu-nav li {
  display: inline-block;
  position: relative
}
.header-nav-wrapper .header-menu-nav .menu-nav li + li {
  margin-left: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li + li {
    margin-left: 20px
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li + li:before {
  position: absolute;
  content: "|";
  top: 7px;
  left: -18px;
  line-height: 13px;
  font-size: 13px;
  color: #666
}
.header-nav-wrapper .header-menu-nav .menu-nav li a {
  font-weight: 400;
  color: #666;
  text-shadow: none;
  cursor: pointer;
  line-height: 13px;
  font-size: 16px;
  text-transform: capitalize
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li a {
    font-size: 15px
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button {
  border: 0;
  background: none;
  font-weight: 400;
  color: #666;
  text-shadow: none;
  cursor: pointer;
  line-height: 13px;
  font-size: 16px;
  text-transform: capitalize
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button {
    font-size: 15px
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button i {
  font-size: 12px;
  margin-left: 5px
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu {
  margin: 0;
  top: 175% !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1)
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li {
  margin-left: 0;
  display: block
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li + li {
  margin-left: 0
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li a {
  padding: 0 10px;
  color: #666;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  display: block
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li:last-child a {
  border-bottom: 0
}
.header-middle {
  position: relative;
  padding: 37px 0
}
.header-contact {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
}
.header-contact i {
  font-size: 48px;
  color: #333;
  line-height: 45px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-contact i {
    font-size: 42px
  }
}
.header-contact .phone {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.header-contact .phone p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
  text-transform: uppercase
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-contact .phone p {
    font-size: 12px
  }
}
.header-contact .phone a {
  color: #ffeb03;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-contact .phone a {
    font-size: 14px
  }
}
.header-search {
  position: relative;
  width: calc(72% - 140px);
  margin-left: auto
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-search {
    width: calc(75% - 140px)
  }
}
@media (max-width:767px), only screen and (min-width:768px) and (max-width:991px) {
  .header-search {
    width: 100%
  }
}
.header-search .search-category {
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 150px;
  margin: 0;
  background: transparent
}
@media (max-width:767px) {
  .header-search .search-category {
    width: 120px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-search .search-category {
    width: 170px
  }
}
.header-search .search-category:before {
  font-family: "Ionicons";
  content: "";
  font-size: 20px;
  color: #333;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (max-width:767px) {
  .header-search .search-category:before {
    right: 5px;
    font-size: 16px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-search .search-category:before {
    right: 8px;
    font-size: 20px
  }
}
.header-search .search-category select {
  width: 170px;
  height: 45px;
  line-height: 25px;
  margin: 0;
  border: 0;
  padding: 0 38px 0 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #d9d9d9;
  border-radius: 30px 0px 0px 30px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media (max-width:767px) {
  .header-search .search-category select {
    width: 120px;
    padding: 0 20px 0 5px;
    font-size: 13px;
    height: 35px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-search .search-category select {
    width: 170px;
    padding: 0 38px 0 20px;
    font-size: 16px;
    height: 45px
  }
}
.header-search input {
  padding: 10px 60px 10px 180px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #fff;
  color: #999;
  border: 2px solid #e5e5e5
}
@media (max-width:767px) {
  .header-search input {
    padding-left: 125px;
    padding-right: 50px;
    font-size: 14px;
    height: 40px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-search input {
    padding: 10px 60px 10px 180px;
    font-size: 16px;
    height: 50px
  }
}
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
  font-weight: 700;
  background: #e52e06;
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 28px
}
@media (max-width:767px) {
  .header-search button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-search button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px
  }
}
.header-search button:hover {
  background: #333
}
.header-cart {
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-cart {
    padding-right: 15px
  }
}
@media (max-width:767px) {
  .header-cart {
    padding-right: 10px
  }
}
.header-cart .cart-btn {
  position: relative;
  padding: 0px 40px 0px 55px;
  border: 2px solid #e5e5e5;
  margin-left: 30px;
  background-color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  color: #444444
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-cart .cart-btn {
    padding: 0px 30px 0px 45px;
    margin-left: 20px
  }
}
.header-cart .cart-btn:before {
  font-family: "Ionicons";
  content: "";
  font-size: 20px;
  color: #000000;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-cart .cart-btn:before {
    right: 8px
  }
}
.header-cart .cart-btn i {
  font-size: 28px;
  display: inline-block;
  position: absolute;
  left: 15px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-cart .cart-btn i {
    left: 10px
  }
}
.header-cart .cart-btn .text, .header-cart .cart-btn .total {
  display: block
}
.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 8px;
  text-align: center;
  font-weight: 500;
  left: 28px;
  background: #e52e06;
  border-radius: 100%
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-cart .cart-btn .count {
    left: 23px
  }
}
.header-cart .mini-cart {
  width: 345px;
  background-color: #fff;
  -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);
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 99;
  top: 110% !important;
  left: auto !important;
  right: 0 !important
}
.header-cart .mini-cart .cart-items {
  padding: 0 20px
}
@media (max-width:767px) {
  .header-cart .mini-cart .cart-items {
    padding: 0 10px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-cart .mini-cart .cart-items {
    padding: 0 20px
  }
}
.header-cart .mini-cart .cart-items li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0
}
@media (max-width:767px) {
  .header-cart .mini-cart .cart-items li {
    padding: 10px 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header-cart .mini-cart .cart-items li {
    padding: 20px 0
  }
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb {
  width: 85px;
  position: relative
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb img {
  width: 100%
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #e52e06
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content {
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  text-align: left !important
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-name a {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: left
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-name a:hover {
  color: #e52e06
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-price {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #e52e06;
  display: block
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-color {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 5px 0 0
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content .product-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 18px;
  color: #333
}
.header-cart .mini-cart .price_content {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5
}
.header-cart .mini-cart .price_content .price_inline {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
  padding: 0
}
.header-cart .mini-cart .price_content .price_inline .label {
  font-size: 16px;
  color: #333;
  font-weight: 500
}
.header-cart .mini-cart .price_content .price_inline .value {
  font-weight: 600;
  color: #333;
  font-size: 16px
}
.header-cart .mini-cart .price_content .cart-total.price_inline .value {
  color: #e52e06
}
.header-cart .mini-cart .checkout {
  padding: 20px
}
.header-cart .mini-cart .checkout .main-btn {
  background-color: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 50px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-cart .mini-cart .checkout .main-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0;
    display: inline-block
  }
}
@media (max-width:767px) {
  .header-cart .mini-cart .checkout .main-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0;
    display: inline-block
  }
}
.header-cart .mini-cart .checkout .main-btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #333
}
.header-menu {
  background-color: #000;
  position: relative
}
.header-menu.menu-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%)
}
.header-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25)
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}
.header-menu-vertical {
  position: relative;
  z-index: 9
}
.header-menu-vertical .menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  height: 68px;
  padding: 14px 25px 10px 68px;
  cursor: pointer;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-title {
    font-size: 18px
  }
}
.header-menu-vertical .menu-title.menu-title-solid {
  background: #333
}
.header-menu-vertical .menu-title:before {
  content: "";
  display: inline-block;
  font-size: 40px;
  font-family: "Ionicons";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 68px;
  vertical-align: -4px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-title:before {
    font-size: 30px
  }
}
.header-menu-vertical .menu-title:after {
  content: "";
  display: inline-block;
  font-size: 28px;
  font-family: "Ionicons";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 68px;
  vertical-align: -4px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-title:after {
    font-size: 20px
  }
}
.header-menu-vertical .menu-title span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-title span {
    font-size: 13px
  }
}
.header-menu-vertical .menu-content {
  width: 100%;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  display: none
}
.header-menu-vertical .menu-content.menu-expand-2 {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e5e5e5;
  border-top: 0
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-content.menu-expand-2 {
    display: none
  }
}
.header-menu-vertical .menu-content li {
  display: block;
  position: relative
}
.header-menu-vertical .menu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 60px;
  text-transform: capitalize;
  word-wrap: break-word;
  background: #fff;
  color: #333;
  margin: 0 20px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-content li a {
    line-height: 50px;
    margin: 0 10px
  }
}
.header-menu-vertical .menu-content li a:hover {
  color: #e52e06
}
.header-menu-vertical .menu-content li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header-menu-vertical .menu-content li:last-child a {
  border-bottom: 0;
  padding-left: 48px
}
.header-menu-vertical .menu-content li:last-child a i {
  right: auto;
  left: 28px
}
.header-menu-vertical .menu-content li .sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 30px;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  width: 800px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-menu-vertical .menu-content li .sub-menu {
    width: 720px
  }
}
.header-menu-vertical .menu-content li .sub-menu li {
  width: 30%
}
.header-menu-vertical .menu-content li .sub-menu li:last-child {
  width: 40%
}
.header-menu-vertical .menu-content li .sub-menu li a {
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 0
}
.header-menu-vertical .menu-content li .sub-menu li a span {
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.header-menu-vertical .menu-content li .sub-menu li img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li {
  width: 100%
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a {
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 0
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a span {
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a {
  padding-left: 10px;
  color: #e52e06
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a span {
  color: #e52e06
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover:first-child a {
  padding-left: 0
}
.header-menu-vertical .menu-content li .sub-menu li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.header-menu-vertical .menu-content li:hover .sub-menu {
  opacity: 1;
  visibility: visible
}
.sticky .header-menu-vertical .menu-content.menu-expand-2 {
  display: none
}
@media only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:1600px) {
  .header-horizontal-menu .menu-content {
    position: relative
  }
}
.header-horizontal-menu .menu-content li {
  display: inline-block;
  position: relative
}
@media (max-width:767px), only screen and (min-width:768px) and (max-width:991px) {
  .header-horizontal-menu .menu-content li {
    position: relative !important
  }
}
.header-horizontal-menu .menu-content li a {
  display: block;
  padding: 0 25px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  line-height: 68px;
  height: 68px;
  position: relative;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .header-horizontal-menu .menu-content li a {
    font-size: 14px;
    padding: 0 12px;
    letter-spacing: 1px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-horizontal-menu .menu-content li a {
    font-size: 13px;
    padding: 0 12px;
    letter-spacing: 1px
  }
}
.header-horizontal-menu .menu-content li.active > a, .header-horizontal-menu .menu-content li:hover > a {
  color: #ffc900
}
.header-horizontal-menu .menu-content li .sub-menu {
  -webkit-box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 100%;
  width: 240px;
  left: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
  z-index: 999;
  padding: 12px 0
}
.header-horizontal-menu .menu-content li .sub-menu li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #333;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 400;
  position: relative
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .header-horizontal-menu .menu-content li .sub-menu li a {
    line-height: 35px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-horizontal-menu .menu-content li .sub-menu li a {
    line-height: 35px
  }
}
.header-horizontal-menu .menu-content li .sub-menu li a i {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 40px
}
.header-horizontal-menu .menu-content li .sub-menu li:hover > a {
  color: #ffc900
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
  top: 20px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible
}
@media only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:992px) and (max-width:1199px) {
  .header-horizontal-menu .menu-content li:last-child .sub-menu li .sub-menu, .header-horizontal-menu .menu-content li:nth-last-child(2) .sub-menu li .sub-menu, .header-horizontal-menu .menu-content li:nth-last-child(3) .sub-menu li .sub-menu {
    left: auto;
    right: 100%
  }
}
.header-horizontal-menu .menu-content li .mega-sub-menu {
  -webkit-box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0px 30px 30px;
  position: absolute;
  top: 100%;
  width: 1110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
  z-index: 99
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .header-horizontal-menu .menu-content li .mega-sub-menu {
    width: 850px;
    left: 0
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-horizontal-menu .menu-content li .mega-sub-menu {
    width: 900px;
    left: 0;
    padding: 0px 15px 15px
  }
}
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0;
  line-height: 28px;
  display: inline-block;
  height: auto
}
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title:hover {
  color: #e52e06
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu {
  padding-top: 30px;
  width: 100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu .custom-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu .menu-block p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner {
  margin-top: 30px;
  width: 100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}
.header-horizontal-menu .menu-content li .mega-sub-menu li {
  width: 25%;
  padding-top: 30px
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item {
  padding-top: 20px
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li a {
  color: #333;
  line-height: 35px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li a i {
  display: block;
  float: right;
  line-height: 35px
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li:hover > a {
  color: #e52e06
}
.header-horizontal-menu .menu-content li:hover .mega-sub-menu, .header-horizontal-menu .menu-content li:hover .sub-menu {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.mobile-nav-top {
  padding: 15px 0
}
.mobile-toggle .toggle {
  color: #666;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
  border: 0;
  padding: 0;
  background: none
}
.mobile-account-cart .account-cart li {
  display: inline-block
}
.mobile-account-cart .account-cart li + li {
  margin-left: 20px
}
@media (max-width:767px) {
  .mobile-account-cart .account-cart li + li {
    margin-left: 15px
  }
}
.mobile-account-cart .account-cart li .dropdown button {
  border: 0;
  background: none;
  font-weight: 400;
  color: #666;
  text-shadow: none;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
  text-transform: capitalize
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .mobile-account-cart .account-cart li .dropdown button {
    font-size: 15px
  }
}
@media (max-width:767px) {
  .mobile-account-cart .account-cart li .dropdown button {
    font-size: 20px
  }
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu {
  margin: 0;
  top: 130% !important;
  left: 50% !important;
  right: 0 !important;
  -webkit-transform: translate(-50%) !important;
  transform: translate(-50%) !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1)
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu li {
  margin-left: 0;
  display: block
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu li a {
  padding: 0 5px;
  color: #666;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: left
}
.mobile-account-cart .account-cart li a {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  height: 40px;
  color: #666;
  line-height: 18px
}
@media (max-width:767px) {
  .mobile-account-cart .account-cart li a {
    font-size: 20px
  }
}
.mobile-account-cart .account-cart li a span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -8px;
  text-align: center;
  font-weight: 500;
  left: 23px;
  background: #e52e06;
  border-radius: 100%
}
@media (max-width:767px) {
  .mobile-account-cart .account-cart li a span {
    left: 15px
  }
}
.mobile-nav .header-search {
  margin-left: 0;
  padding-bottom: 15px
}
.offcanvas {
  width: 350px
}
@media (max-width:767px) {
  .offcanvas {
    width: 280px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .offcanvas {
    width: 300px
  }
}
.offcanvas .offcanvas-header {
  padding: 0
}
.offcanvas .offcanvas-body {
  padding: 0
}
.mobile-canvas-close {
  background: #333;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.mobile-canvas-close p {
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative;
  margin-bottom: 0
}
.mobile-canvas-close button {
  cursor: pointer;
  z-index: 6;
  padding: 0;
  border: 0;
  background: none;
  color: #fff
}
.mobile-canvas-menu-top .menu-nav {
  text-align: center;
  padding: 8px 0
}
.mobile-canvas-menu-top .menu-nav li {
  display: inline-block;
  margin: 0 15px
}
.mobile-canvas-menu-top .menu-nav li a {
  font-weight: 400;
  color: #333;
  cursor: pointer;
  line-height: 20px;
  font-size: 13px;
  text-transform: capitalize
}
.mobile-canvas-menu-top .dropdown {
  position: relative
}
.mobile-canvas-menu-top .dropdown .menu-expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  cursor: pointer
}
.mobile-canvas-menu-top .dropdown button {
  background: transparent;
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 35px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase
}
.mobile-canvas-menu-top .dropdown button i {
  float: right
}
.mobile-canvas-menu-top .dropdown .dropdown-menu {
  position: relative !important;
  border: 0;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 99
}
.mobile-canvas-menu-top .dropdown .dropdown-menu li {
  border-top: 1px solid #e5e5e5
}
.mobile-canvas-menu-top .dropdown .dropdown-menu li a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 45px;
  line-height: 30px;
  text-transform: uppercase
}
.mobile-main-menu .menu-content li {
  position: relative !important
}
.mobile-main-menu .menu-content li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5
}
.mobile-main-menu .menu-content li a i {
  display: none
}
.mobile-main-menu .menu-content li .mobile-menu-expand {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer
}
.mobile-main-menu .menu-content li .mobile-menu-expand:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.mobile-main-menu .menu-content li .mobile-menu-expand:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.mobile-main-menu .menu-content li.active-expand > .mobile-menu-expand:after {
  height: 0
}
.mobile-main-menu .menu-content li .mega-sub-menu {
  padding: 5px 5px
}
.mobile-main-menu .menu-content li .mega-sub-menu .menu-title {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 45px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block {
  margin-bottom: 20px;
  padding-left: 30px
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block .custom-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner {
  margin-top: 10px
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}
.mobile-main-menu .menu-content li .mega-sub-menu li {
  border-bottom: 0;
  padding-left: 0
}
.mobile-main-menu .menu-content li .mega-sub-menu li a {
  padding-left: 60px;
  font-weight: 400
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  overflow: hidden
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}
.mobile-main-menu .menu-content li .sub-menu li a {
  font-weight: 400;
  padding-left: 50px
}
.mobile-main-menu .menu-content li .sub-menu li .sub-menu li a, .mobile-main-menu .menu-content li .sub-menu li .submenu-item li a {
  padding-left: 65px
}
.mobile-main-menu .menu-content li .sub-menu li img {
  padding: 10px;
  padding-right: 20px
}
.header-3 {
  background-color: #002134
}
.header-3 .header-nav {
  background-color: #ffeb03;
  border-bottom: 0
}
.header-3 .header-nav .header-nav-wrapper .header-static-nav p {
  color: #fff
}
.header-3 .header-nav .header-nav-wrapper .header-static-nav p .text {
  color: #fff
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li + li {
  margin-left: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li + li {
    margin-left: 20px
  }
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li + li:before {
  color: rgba(255, 255, 255, 0.4)
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li a {
  color: #fff
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button {
  color: #fff
}
.header-3 .header-contact i {
  color: #fff
}
.header-3 .header-contact .phone p {
  color: #fff
}
.header-3 .mobile-toggle .toggle {
  color: #fff
}
.header-3 .mobile-account-cart .account-cart li .dropdown button {
  color: #fff
}
.header-3 .mobile-account-cart .account-cart li .dropdown button i {
  font-size: 24px
}
.header-3 .mobile-account-cart .account-cart li a {
  color: #fff
}
.header-3 .header-menu {
  background-color: #002133;
  border-top: 1px solid rgba(255, 235, 3, 0.4)
}
.header-3 .header-menu.sticky {
  border-top: 0
}
.col-menu-left {
  width: 370px;
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .col-menu-left {
    width: 300px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .col-menu-left {
    width: 250px
  }
}
.col-menu-right {
  width: calc(100% - 370px);
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .col-menu-right {
    width: calc(100% - 300px)
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .col-menu-right {
    width: calc(100% - 250px)
  }
}
.single-slider {
  position: relative
}
.single-slider .slider-image img {
  width: 100%
}
@media (max-width:767px) {
  .single-slider .slider-image img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-image img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right center;
    object-position: right center
  }
}
.single-slider .slider-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 41%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content-wrapper {
    top: 50%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content-wrapper {
    top: 50%
  }
}
@media (max-width:767px) {
  .single-slider .slider-content-wrapper {
    top: 50%
  }
}
.single-slider .slider-content-wrapper.slider-content-wrapper-2 {
  top: 50%
}
.single-slider .slider-content {
  max-width: 43%;
  margin-left: auto;
  padding-bottom: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content {
    padding-bottom: 0
  }
}
@media (max-width:767px) {
  .single-slider .slider-content {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-content {
    max-width: 43%;
    margin-left: auto
  }
}
.single-slider .slider-content .sub-title {
  font-size: 24px;
  color: #ffde00;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content .sub-title {
    font-size: 22px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content .sub-title {
    font-size: 20px;
    padding-bottom: 20px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content .sub-title {
    font-size: 16px;
    padding-bottom: 10px
  }
}
@media (max-width:767px) {
  .single-slider .slider-content .sub-title {
    font-size: 15px;
    padding-bottom: 10px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-content .sub-title {
    font-size: 11px;
    padding-bottom: 10px
  }
}
.single-slider .slider-content .sub-title:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #ffde00;
  position: absolute;
  left: 0;
  bottom: 0
}
.single-slider .slider-content .main-title {
  margin-top: 40px;
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 2px;
  color: #fff
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content .main-title {
    font-size: 68px;
    margin-top: 10px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content .main-title {
    font-size: 50px;
    margin-top: 20px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content .main-title {
    font-size: 36px;
    margin-top: 10px;
    line-height: 36px;
    letter-spacing: 0
  }
}
@media (max-width:767px) {
  .single-slider .slider-content .main-title {
    font-size: 24px;
    margin-top: 10px;
    line-height: 36px;
    letter-spacing: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-content .main-title {
    font-size: 20px;
    margin-top: 10px;
    line-height: 28px;
    letter-spacing: 0
  }
}
.single-slider .slider-content .main-title span {
  font-size: 56px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  display: block
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content .main-title span {
    font-size: 40px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content .main-title span {
    font-size: 32px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content .main-title span {
    font-size: 32px
  }
}
@media (max-width:767px) {
  .single-slider .slider-content .main-title span {
    font-size: 18px
  }
}
.single-slider .slider-content p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 34px;
  margin-top: 20px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content p {
    font-size: 20px;
    line-height: 30px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content p {
    font-size: 18px;
    line-height: 28px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
  }
}
@media (max-width:767px) {
  .single-slider .slider-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-content p {
    font-size: 10px;
    line-height: 17px;
    margin-top: 5px
  }
}
.single-slider .slider-content .main-btn {
  margin-top: 50px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-slider .slider-content .main-btn {
    margin-top: 40px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-slider .slider-content .main-btn {
    margin-top: 30px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-slider .slider-content .main-btn {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px
  }
}
@media (max-width:767px) {
  .single-slider .slider-content .main-btn {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-slider .slider-content .main-btn {
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 13px
  }
}
.single-slider .slider-content.slider-content-2 .sub-title {
  color: #e52e06
}
.single-slider .slider-content.slider-content-2 .sub-title:before {
  background: #e52e06
}
.single-slider .slider-content.slider-content-2 .main-title {
  color: #000
}
.single-slider .slider-content.slider-content-2 .main-title span {
  color: #000
}
.single-slider .slider-content.slider-content-2 p {
  color: #666
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
.slider-active .slick-arrow i {
  font-size: 56px;
  color: #fff
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-active .slick-arrow i {
    font-size: 40px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-active .slick-arrow i {
    font-size: 30px
  }
}
.slider-active .slick-arrow.next {
  left: auto;
  right: 0
}
.slider-active:hover .slick-arrow {
  left: 30px;
  visibility: visible;
  opacity: 1
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-active:hover .slick-arrow {
    left: 15px
  }
}
.slider-active:hover .slick-arrow.next {
  left: auto;
  right: 30px
}
@media (max-width:767px) {
  .slider-active:hover .slick-arrow.next {
    right: 15px
  }
}
.slider-3 .slider-content-wrapper {
  top: 50%
}
.slider-3 .slider-content {
  max-width: 100%;
  padding: 0 80px;
  margin-left: 0
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-3 .slider-content {
    padding: 50px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-3 .slider-content {
    padding: 50px
  }
}
@media (max-width:767px) {
  .slider-3 .slider-content {
    padding: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-3 .slider-content {
    padding: 40px
  }
}
.slider-3 .slider-content .main-title {
  margin-top: 0;
  font-size: 70px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .slider-3 .slider-content .main-title {
    font-size: 60px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-3 .slider-content .main-title {
    font-size: 50px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-3 .slider-content .main-title {
    font-size: 50px;
    line-height: 65px
  }
}
@media (max-width:767px) {
  .slider-3 .slider-content .main-title {
    font-size: 36px;
    line-height: 42px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-3 .slider-content .main-title {
    font-size: 44px;
    line-height: 50px
  }
}
.slider-3 .slider-content .main-title span {
  font-size: 40px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-3 .slider-content .main-title span {
    font-size: 30px
  }
}
@media (max-width:767px) {
  .slider-3 .slider-content .main-title span {
    font-size: 22px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-3 .slider-content .main-title span {
    font-size: 26px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-3 .slider-content p {
    font-size: 18px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-3 .slider-content p {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .slider-3 .slider-content p {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-3 .slider-content p {
    font-size: 16px;
    line-height: 24px
  }
}
.slider-3 .slider-active .slick-arrow i {
  font-size: 36px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-3 .slider-active .slick-arrow i {
    font-size: 26px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-3 .slider-active .slick-arrow i {
    font-size: 20px
  }
}
.slider-3 .slider-active:hover .slick-arrow {
  left: 15px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-3 .slider-active:hover .slick-arrow {
    left: 10px
  }
}
.slider-3 .slider-active:hover .slick-arrow.next {
  left: auto;
  right: 15px
}
@media (max-width:767px) {
  .slider-3 .slider-active:hover .slick-arrow.next {
    right: 10px
  }
}
.slider-banner {
  overflow: hidden;
  position: relative;
  z-index: 5
}
.slider-banner a {
  display: block
}
.slider-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.slider-banner:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.col-slider-left {
  width: 370px;
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .col-slider-left {
    width: 300px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .col-slider-left {
    display: none
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .col-slider-left {
    display: none
  }
}
@media (max-width:767px) {
  .col-slider-left {
    display: none
  }
}
.col-slider-right {
  width: calc(100% - 370px);
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .col-slider-right {
    width: calc(100% - 300px)
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .col-slider-right {
    width: 100%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .col-slider-right {
    width: 100%
  }
}
@media (max-width:767px) {
  .col-slider-right {
    width: 100%
  }
}
.banner-area.banner-bg {
  background-color: #f1f1f1
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area.banner-bg {
    padding-top: 70px
  }
}
@media (max-width:767px) {
  .banner-area.banner-bg {
    padding-top: 70px
  }
}
.banner-image {
  overflow: hidden;
  margin-top: -200px;
  position: relative;
  z-index: 5
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .banner-image {
    margin-top: -50px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .banner-image {
    margin-top: -80px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-image {
    margin-top: 30px
  }
}
@media (max-width:767px) {
  .banner-image {
    margin-top: 30px
  }
}
.banner-image a {
  display: block
}
.banner-image a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.banner-image:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.banner-image.banner-2 {
  margin-top: 30px
}
.banner-image.banner-2 img {
  width: 100%
}
.category-area.category-bg {
  background-color: #f1f1f1
}
.single-category {
  margin-top: 30px
}
.single-category a {
  display: block;
  background-color: #fff;
  padding-bottom: 35px;
  border: 1px solid #e5e5e5
}
@media only screen and (min-width:1600px) {
  .single-category a {
    padding-bottom: 50px;
    padding-top: 15px
  }
}
.single-category a img {
  margin: 0 auto
}
.single-category a p {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-category a:hover p {
  color: #e52e06
}
.category-active .slick-arrow, .category-active-2 .slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .category-active .slick-arrow, .category-active-2 .slick-arrow {
    left: 10px
  }
}
.category-active .slick-arrow i, .category-active-2 .slick-arrow i {
  font-size: 26px;
  color: #333
}
.category-active .slick-arrow.next, .category-active-2 .slick-arrow.next {
  left: auto;
  right: -15px
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .category-active .slick-arrow.next, .category-active-2 .slick-arrow.next {
    right: 10px
  }
}
.category-active-2:hover .slick-arrow, .category-active:hover .slick-arrow {
  visibility: visible;
  opacity: 1
}
.category-active .slick-dots, .category-active-2 .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 10px
}
.category-active .slick-dots li, .category-active-2 .slick-dots li {
  display: inline-block;
  margin: 0 5px
}
.category-active .slick-dots li button, .category-active-2 .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  font-size: 0
}
.category-active .slick-dots li.slick-active button, .category-active-2 .slick-dots li.slick-active button {
  background-color: #e52e06
}
.product-menu .nav .nav-item a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 50px;
  line-height: 55px;
  padding: 0 28px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .product-menu .nav .nav-item a {
    line-height: 45px;
    font-size: 18px
  }
}
@media (max-width:767px) {
  .product-menu .nav .nav-item a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .product-menu .nav .nav-item a {
    line-height: 45px;
    font-size: 16px;
    padding: 0 25px
  }
}
.product-menu .nav .nav-item a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.product-menu .nav .nav-item a.active {
  color: #fff;
  border-color: transparent
}
.product-menu .nav .nav-item a.active:before {
  opacity: 1;
  visibility: visible
}
.single-product {
  border: 1px solid #e5e5e5
}
.single-product .product-image {
  position: relative
}
.single-product .product-image a {
  display: block;
  position: relative
}
.single-product .product-image a .first-image {
  width: 100%
}
.single-product .product-image a .second-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-product .product-image .product-meta {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0)
}
.single-product .product-image .product-meta li {
  display: inline-block;
  width: 23%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  margin: 0 auto
}
.single-product .product-image .product-meta li:last-child {
  border-right: 0
}
.single-product .product-image .product-meta li a {
  display: block;
  color: #666;
  padding: 0;
  border: none;
  line-height: 55px;
  height: 55px;
  border: none;
  padding: 0;
  font-size: 28px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%
}
.single-product .product-image .product-meta li:hover a {
  color: #e52e06
}
.single-product .product-image .discount-product {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
  padding: 0;
  width: 53px;
  text-align: center;
  line-height: 53px;
  height: 53px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  z-index: 4;
  background-color: #e52e06
}
@media (max-width:767px) {
  .single-product .product-image .discount-product {
    width: 43px;
    height: 43px;
    line-height: 43px
  }
}
.single-product .product-content {
  padding: 30px 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media (max-width:767px) {
  .single-product .product-content {
    padding: 10px 15px 30px
  }
}
.single-product .product-content .product-rating {
  margin-bottom: 15px
}
.single-product .product-content .product-rating li {
  display: inline-block;
  font-size: 12px;
  color: #e1e1e1
}
.single-product .product-content .product-rating li.rating-on {
  color: #f3cd1e
}
.single-product .product-content .product-title a {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 400
}
.single-product .product-content .product-title a:hover {
  color: #e52e06
}
.single-product .product-content .product-price .regular-price {
  color: #888888;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 14px
}
.single-product .product-content .product-price .price-sale {
  font-size: 20px;
  font-weight: 500;
  color: #e52e06;
  margin-right: 8px
}
.single-product.product-list .product-image {
  width: 50%
}
@media (max-width:767px) {
  .single-product.product-list .product-image {
    width: 100%
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product.product-list .product-image {
    width: 50%
  }
}
.single-product.product-list .product-content {
  width: 50%
}
@media (max-width:767px) {
  .single-product.product-list .product-content {
    width: 100%
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product.product-list .product-content {
    width: 50%
  }
}
.single-product:hover {
  border-color: rgba(51, 51, 51, 0.4)
}
.single-product:hover .product-image a .second-image {
  opacity: 1;
  visibility: visible
}
.single-product:hover .product-image .product-meta {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}
.single-product-list .product-image {
  position: relative
}
.single-product-list .product-image a {
  display: block;
  position: relative
}
.single-product-list .product-image a .first-image {
  width: 100%
}
.single-product-list .product-image a .second-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-product-list .product-image .discount-product {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
  padding: 0;
  width: 53px;
  text-align: center;
  line-height: 53px;
  height: 53px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  z-index: 4;
  background-color: #e52e06
}
@media (max-width:767px) {
  .single-product-list .product-image .discount-product {
    width: 43px;
    height: 43px;
    line-height: 43px
  }
}
.single-product-list .product-content {
  padding: 30px 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-product-list .product-content .product-rating {
  margin-bottom: 15px
}
.single-product-list .product-content .product-rating li {
  display: inline-block;
  font-size: 12px;
  color: #e1e1e1
}
.single-product-list .product-content .product-rating li.rating-on {
  color: #f3cd1e
}
.single-product-list .product-content .product-title a {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: capitalize;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 400
}
@media (max-width:767px) {
  .single-product-list .product-content .product-title a {
    font-size: 16px
  }
}
.single-product-list .product-content .product-title a:hover {
  color: #e52e06
}
.single-product-list .product-content .availability {
  font-size: 13px;
  text-transform: capitalize;
  color: #868686;
  line-height: 1;
  display: block;
  font-weight: 400;
  margin-bottom: 15px
}
.single-product-list .product-content .availability strong {
  font-weight: 400;
  color: #e52e06
}
.single-product-list .product-content .product-price .regular-price {
  color: #888888;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 14px
}
.single-product-list .product-content .product-price .price-sale {
  font-size: 20px;
  font-weight: 500;
  color: #e52e06;
  margin-right: 8px
}
.single-product-list .product-content p {
  margin-top: 15px
}
.single-product-list .product-content .product-meta {
  max-width: 232px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
  margin-top: 25px
}
.single-product-list .product-content .product-meta li {
  display: inline-block;
  width: 23%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  margin: 0 auto
}
.single-product-list .product-content .product-meta li:last-child {
  border-right: 0
}
.single-product-list .product-content .product-meta li a {
  display: block;
  color: #666;
  padding: 0;
  border: none;
  line-height: 55px;
  height: 55px;
  border: none;
  padding: 0;
  font-size: 28px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%
}
.single-product-list .product-content .product-meta li:hover a {
  color: #e52e06
}
.single-product-list:hover .product-image a .second-image {
  opacity: 1;
  visibility: visible
}
.product-col1 {
  width: 20.6%;
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .product-col1 {
    width: 27.5%
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .product-col1 {
    width: 35%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .product-col1 {
    width: 50%
  }
}
@media (max-width:767px) {
  .product-col1 {
    width: 100%
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .product-col1 {
    width: 54%
  }
}
.product-col2 {
  width: calc(100% - 20.6%);
  padding: 0 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .product-col2 {
    width: calc(100% - 27.5%)
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .product-col2 {
    width: calc(100% - 35%)
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .product-col2 {
    width: calc(100% - 50%)
  }
}
@media (max-width:767px) {
  .product-col2 {
    width: calc(100% - 0%)
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .product-col2 {
    width: calc(100% - 54%)
  }
}
.product-active .slick-arrow, .product-active-2 .slick-arrow, .product-active-3 .slick-arrow, .product-active-4 .slick-arrow {
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .product-active .slick-arrow, .product-active-2 .slick-arrow, .product-active-3 .slick-arrow, .product-active-4 .slick-arrow {
    left: 10px
  }
}
.product-active .slick-arrow i, .product-active-2 .slick-arrow i, .product-active-3 .slick-arrow i, .product-active-4 .slick-arrow i {
  font-size: 26px;
  color: #333
}
.product-active .slick-arrow.next, .product-active-2 .slick-arrow.next, .product-active-3 .slick-arrow.next, .product-active-4 .slick-arrow.next {
  left: auto;
  right: -5px
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .product-active .slick-arrow.next, .product-active-2 .slick-arrow.next, .product-active-3 .slick-arrow.next, .product-active-4 .slick-arrow.next {
    right: 10px
  }
}
.product-active-2:hover .slick-arrow, .product-active-3:hover .slick-arrow, .product-active-4:hover .slick-arrow, .product-active:hover .slick-arrow {
  visibility: visible;
  opacity: 1
}
.product-active .slick-dots, .product-active-2 .slick-dots, .product-active-3 .slick-dots, .product-active-4 .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 10px
}
.product-active .slick-dots li, .product-active-2 .slick-dots li, .product-active-3 .slick-dots li, .product-active-4 .slick-dots li {
  display: inline-block;
  margin: 0 5px
}
.product-active .slick-dots li button, .product-active-2 .slick-dots li button, .product-active-3 .slick-dots li button, .product-active-4 .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  font-size: 0
}
.product-active .slick-dots li.slick-active button, .product-active-2 .slick-dots li.slick-active button, .product-active-3 .slick-dots li.slick-active button, .product-active-4 .slick-dots li.slick-active button {
  background-color: #e52e06
}
.special-products-area {
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%)
}
.special-products-gallery {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 60px;
  background-color: #fff;
  max-height: 596px;
  height: 100%
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-gallery {
    padding-left: 15px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-gallery {
    padding-left: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .special-products-gallery {
    max-height: inherit;
    height: auto
  }
}
@media (max-width:767px) {
  .special-products-gallery {
    padding-left: 15px;
    max-height: inherit;
    height: auto
  }
}
.special-products-gallery .products-gallery-thumb .products-thumb {
  width: 105px;
  padding: 11px 0;
  margin-right: 10px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-gallery .products-gallery-thumb .products-thumb {
    width: 95px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-gallery .products-gallery-thumb .products-thumb {
    width: 90px
  }
}
@media (max-width:767px) {
  .special-products-gallery .products-gallery-thumb .products-thumb {
    width: 50px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-products-gallery .products-gallery-thumb .products-thumb {
    width: 80px
  }
}
.special-products-gallery .products-gallery-thumb .products-thumb li {
  display: block;
  border: 1px solid #e5e5e5;
  margin: 15px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-gallery .products-gallery-thumb .products-thumb li {
    margin: 5px 0
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-gallery .products-gallery-thumb .products-thumb li {
    margin: 5px 0
  }
}
@media (max-width:767px) {
  .special-products-gallery .products-gallery-thumb .products-thumb li {
    margin: 5px 0
  }
}
.special-products-gallery .products-gallery-thumb .products-thumb li:hover {
  border-color: rgba(51, 51, 51, 0.4)
}
.special-products-gallery .products-gallery-thumb .products-thumb li img {
  width: 100%
}
.special-products-gallery .products-gallery-image {
  width: 72%
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-gallery .products-gallery-image {
    width: 77%
  }
}
@media (max-width:767px) {
  .special-products-gallery .products-gallery-image {
    width: 77%
  }
}
.special-products-gallery .products-gallery-image .single-products-image a {
  display: block
}
.special-products-gallery .products-gallery-image .single-products-image a img {
  width: 100%
}
.special-products-countdown {
  padding: 30px;
  background-color: #fff;
  height: 100%;
  max-height: 596px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .special-products-countdown {
    max-height: inherit;
    height: auto
  }
}
@media (max-width:767px) {
  .special-products-countdown {
    padding: 30px 15px;
    max-height: inherit;
    height: auto
  }
}
.special-products-countdown .special-title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative
}
.special-products-countdown .special-title:before {
  content: "";
  width: 92px;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-countdown .special-title {
    font-size: 20px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .special-title {
    font-size: 20px
  }
}
@media (max-width:767px) {
  .special-products-countdown .special-title {
    font-size: 16px
  }
}
.special-products-countdown .products-title a {
  margin-top: 50px;
  color: #333;
  font-size: 60px;
  font-weight: 400
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-countdown .products-title a {
    font-size: 40px;
    margin-top: 30px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .products-title a {
    font-size: 40px;
    margin-top: 30px
  }
}
@media (max-width:767px) {
  .special-products-countdown .products-title a {
    font-size: 30px;
    margin-top: 30px
  }
}
.special-products-countdown .products-rating {
  margin-top: 50px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-countdown .products-rating {
    margin-top: 30px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .products-rating {
    margin-top: 30px
  }
}
@media (max-width:767px) {
  .special-products-countdown .products-rating {
    margin-top: 30px
  }
}
.special-products-countdown .products-rating li {
  display: inline-block;
  font-size: 12px;
  color: #e1e1e1;
  color: #f3cd1e
}
.special-products-countdown .countdown-time {
  padding-top: 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-countdown .countdown-time {
    padding-top: 5px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .countdown-time {
    padding-top: 5px
  }
}
.special-products-countdown .countdown-time .single-countdown {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 15px
}
.special-products-countdown .countdown-time .single-countdown .countdown-amount {
  display: inline-block;
  font-size: 28px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  border: 1px solid #999999;
  color: #999999;
  font-weight: 400;
  position: relative;
  border-radius: 100%
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-products-countdown .countdown-time .single-countdown .countdown-amount {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .countdown-time .single-countdown .countdown-amount {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px
  }
}
@media (max-width:767px) {
  .special-products-countdown .countdown-time .single-countdown .countdown-amount {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}
.special-products-countdown .countdown-time .single-countdown .countdown-period {
  font-size: 14px;
  line-height: 34px;
  color: #999999;
  text-transform: uppercase;
  padding: 0 10px;
  margin-left: -8px;
  background: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: 4px
}
.special-products-countdown .product-price-and-cart {
  margin-top: 40px
}
.special-products-countdown .product-price-and-cart .product-price .price-sale {
  font-size: 26px;
  color: #e52e06;
  font-weight: 500
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .product-price-and-cart .product-price .price-sale {
    font-size: 22px
  }
}
@media (max-width:767px) {
  .special-products-countdown .product-price-and-cart .product-price .price-sale {
    font-size: 20px
  }
}
.special-products-countdown .product-price-and-cart .product-price .regular-price {
  color: #888888;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 20px;
  font-size: 14px
}
.special-products-countdown .product-price-and-cart .product-cart {
  margin-left: 30px;
  in-left: 30px
}
@media (max-width:767px) {
  .special-products-countdown .product-price-and-cart .product-cart {
    margin-left: 0;
    margin-top: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-products-countdown .product-price-and-cart .product-cart {
    margin-left: 30px;
    margin-top: 0
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-products-countdown .product-price-and-cart .product-cart .main-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 25px
  }
}
@media (max-width:767px) {
  .special-products-countdown .product-price-and-cart .product-cart .main-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 25px
  }
}
.special-products-active .slick-dots {
  text-align: center;
  margin-top: 30px
}
.special-products-active .slick-dots li {
  display: inline-block;
  margin: 0 5px
}
.special-products-active .slick-dots li button {
  border: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0;
  cursor: pointer
}
.special-products-active .slick-dots li.slick-active button {
  background-color: #fff
}
.special-product-2 .special-product-countdown-2 {
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
  padding: 25px 40px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-countdown-2 {
    padding: 30px 15px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-countdown-2 {
    padding: 30px
  }
}
@media (max-width:767px) {
  .special-product-2 .special-product-countdown-2 {
    padding: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-product-2 .special-product-countdown-2 {
    padding: 40px
  }
}
.special-product-2 .special-product-countdown-2 .special-title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block
}
@media (max-width:767px) {
  .special-product-2 .special-product-countdown-2 .special-title {
    font-size: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-product-2 .special-product-countdown-2 .special-title {
    font-size: 24px
  }
}
.special-product-2 .special-product-countdown-2 .countdown-time {
  padding-top: 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-countdown-2 .countdown-time {
    padding-top: 5px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-countdown-2 .countdown-time {
    padding-top: 5px
  }
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 15px;
  margin-right: 10px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown {
    margin-right: 0
  }
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-amount {
  display: inline-block;
  font-size: 20px;
  line-height: 52px;
  width: 49px;
  height: 52px;
  color: #fff;
  font-weight: 400;
  position: relative;
  background-image: url(../images/bg-cound.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-amount {
    width: 37px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
  }
}
.special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-period {
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  margin-left: -15px;
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: 2px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-countdown-2 .countdown-time .single-countdown .countdown-period {
    font-size: 13px
  }
}
.special-product-2 .special-product-gallery-2 {
  border: 2px solid #e5e5e5;
  padding: 0 20px 40px
}
@media only screen and (min-width:1600px) {
  .special-product-2 .special-product-gallery-2 {
    padding: 0 40px 40px
  }
}
.special-product-2 .special-product-gallery-2 .product-gallery-image-2 .single-products-image a {
  display: block
}
.special-product-2 .special-product-gallery-2 .product-gallery-image-2 .single-products-image a img {
  width: 100%
}
.special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li {
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li {
    margin: 0 5px
  }
}
@media (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li {
    margin: 0 5px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li {
    margin: 0 10px
  }
}
.special-product-2 .special-product-gallery-2 .product-gallery-thumb-2 .product-thumb-2 li.slick-current {
  border-color: rgba(51, 51, 51, 0.3)
}
.special-product-2 .special-product-gallery-2 .product-title a {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-top: 12px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .special-product-2 .special-product-gallery-2 .product-title a {
    font-size: 30px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-gallery-2 .product-title a {
    font-size: 26px
  }
}
@media (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-title a {
    font-size: 24px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-title a {
    font-size: 34px
  }
}
.special-product-2 .special-product-gallery-2 .products-rating li {
  display: inline-block;
  font-size: 12px;
  color: #e1e1e1
}
.special-product-2 .special-product-gallery-2 .products-rating li.rating-on {
  color: #f3cd1e
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart {
  margin-top: 10px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart {
    display: block !important
  }
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale {
  font-size: 26px;
  color: #e52e06;
  font-weight: 500
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale {
    font-size: 22px
  }
}
@media (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .price-sale {
    font-size: 20px
  }
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-price .regular-price {
  color: #888888;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 20px;
  font-size: 14px
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart {
  margin-left: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart {
    margin-left: 0;
    margin-top: 20px
  }
}
@media (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart {
    margin-left: 0;
    margin-top: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart {
    margin-left: 30px;
    margin-top: 0
  }
}
.special-product-2 .special-product-gallery-2 .product-price-and-cart .product-cart .main-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  letter-spacing: 1px
}
.single-brand {
  text-align: center
}
.brand-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .brand-active .slick-arrow {
    left: 10px
  }
}
.brand-active .slick-arrow i {
  font-size: 26px;
  color: #333
}
.brand-active .slick-arrow.next {
  left: auto;
  right: -15px
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .brand-active .slick-arrow.next {
    right: 10px
  }
}
.brand-active:hover .slick-arrow {
  visibility: visible;
  opacity: 1
}
.features-banner-wrapper {
  padding: 20px 0 35px;
  border: 1px solid #e5e5e5
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .features-banner-wrapper {
    padding: 10px 0 25px
  }
}
@media (max-width:767px) {
  .features-banner-wrapper {
    padding: 10px 0 25px
  }
}
.features-banner-wrapper .single-features-banner {
  border-left: 1px solid #e5e5e5
}
.features-banner-wrapper .single-features-banner:first-child {
  border-left: 0
}
.features-banner-wrapper-2 {
  border: 1px solid #e5e5e5
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .features-banner-wrapper-2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .features-banner-wrapper-2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.features-banner-wrapper-2 .single-features-banner {
  border-bottom: 1px solid #e5e5e5
}
.features-banner-wrapper-2 .single-features-banner:last-child {
  border-bottom: 0
}
.single-features-banner {
  width: 20%;
  padding: 0 29px;
  margin-top: 15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-features-banner {
    padding: 0 20px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner {
    padding: 0 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-features-banner {
    width: 50%;
    margin-left: -1px
  }
}
@media (max-width:767px) {
  .single-features-banner {
    width: 100%;
    margin-left: -1px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-features-banner {
    width: 50%;
    margin-left: -1px
  }
}
.single-features-banner .banner-icon {
  height: auto
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-features-banner .banner-icon {
    width: 39px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner .banner-icon {
    width: 34px
  }
}
@media (max-width:767px) {
  .single-features-banner .banner-icon {
    width: 39px
  }
}
.single-features-banner .banner-content {
  padding-left: 15px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner .banner-content {
    padding-left: 10px
  }
}
.single-features-banner .banner-content .banner-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-features-banner .banner-content .banner-title {
    font-size: 16px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner .banner-content .banner-title {
    font-size: 13px
  }
}
@media (max-width:767px) {
  .single-features-banner .banner-content .banner-title {
    font-size: 15px
  }
}
.single-features-banner .banner-content p {
  color: #666;
  font-size: 16px;
  line-height: 28px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-features-banner .banner-content p {
    font-size: 14px;
    line-height: 24px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner .banner-content p {
    font-size: 12px;
    line-height: 18px
  }
}
@media (max-width:767px) {
  .single-features-banner .banner-content p {
    font-size: 13px;
    line-height: 18px
  }
}
.single-features-banner.features-banner-2 {
  width: 100%;
  padding: 36px 20px;
  margin-top: 0
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-features-banner.features-banner-2 {
    padding: 10px 10px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner.features-banner-2 {
    padding: 21px 5px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-features-banner.features-banner-2 {
    width: 50%;
    padding: 20px 15px
  }
}
@media (max-width:767px) {
  .single-features-banner.features-banner-2 {
    padding: 20px 15px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-features-banner.features-banner-2 {
    width: 50%;
    padding: 20px 5px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner.features-banner-2 .banner-icon {
    width: 30px
  }
}
.single-features-banner.features-banner-2 .banner-content .banner-title {
  font-size: 16px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner.features-banner-2 .banner-content .banner-title {
    font-size: 14px
  }
}
.single-features-banner.features-banner-2 .banner-content p {
  font-size: 14px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-features-banner.features-banner-2 .banner-content p {
    font-size: 12px
  }
}
.blog-area.blog-bg {
  background-color: #f1f1f1
}
.single-blog .blag-image {
  overflow: hidden;
  position: relative
}
.single-blog .blag-image a {
  display: block
}
.single-blog .blag-image a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-blog .blag-image .meta-date {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #000000;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  left: 10px
}
.single-blog .blag-image .meta-date .day {
  display: block;
  font-size: 28px
}
.single-blog .blag-image .meta-date .month {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em
}
.single-blog .blag-content .blog-title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-transform: capitalize;
  position: relative;
  display: block;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog .blag-content .blog-title a {
    font-size: 16px
  }
}
@media (max-width:767px) {
  .single-blog .blag-content .blog-title a {
    font-size: 16px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-blog .blag-content .blog-title a {
    font-size: 18px
  }
}
.single-blog .blag-content .blog-title a:hover {
  color: #e52e06
}
.single-blog .blag-content p {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  display: inline-block;
  width: 100%;
  margin-top: 25px
}
.single-blog:hover .blag-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.blog-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .blog-active .slick-arrow {
    left: 10px
  }
}
.blog-active .slick-arrow i {
  font-size: 26px;
  color: #333
}
.blog-active .slick-arrow.next {
  left: auto;
  right: -15px
}
@media (max-width:767px), only screen and (min-width:1200px) and (max-width:1599px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:992px) and (max-width:1199px) {
  .blog-active .slick-arrow.next {
    right: 10px
  }
}
.blog-active:hover .slick-arrow {
  visibility: visible;
  opacity: 1
}
.single-testimonial .testimonial-author img {
  border-radius: 50%
}
.single-testimonial .testimonial-content {
  padding-left: 65px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media (max-width:767px) {
  .single-testimonial .testimonial-content {
    padding-left: 0;
    padding-top: 30px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-testimonial .testimonial-content {
    padding-left: 30px;
    padding-top: 0px
  }
}
.single-testimonial .testimonial-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff
}
@media (max-width:767px) {
  .single-testimonial .testimonial-content p {
    font-size: 16px
  }
}
.single-testimonial .testimonial-content .author-name {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: block;
  text-transform: capitalize;
  margin-top: 20px
}
@media (max-width:767px) {
  .single-testimonial .testimonial-content .author-name {
    font-size: 20px
  }
}
.single-testimonial .testimonial-content .designation {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  margin-top: 10px
}
@media (max-width:767px) {
  .single-testimonial .testimonial-content .designation {
    font-size: 14px
  }
}
.testimonial-active .slick-dots {
  text-align: center;
  margin-top: 30px
}
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 5px
}
.testimonial-active .slick-dots li button {
  border: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0;
  cursor: pointer
}
.testimonial-active .slick-dots li.slick-active button {
  background-color: #fff
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .newsletter-area {
    background-position: right center
  }
}
@media (max-width:767px) {
  .newsletter-area {
    background-position: right center;
    padding: 70px 0
  }
}
.newsletter-content .newsletter-title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase
}
@media (max-width:767px) {
  .newsletter-content .newsletter-title {
    font-size: 18px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .newsletter-content .newsletter-title {
    font-size: 20px
  }
}
.newsletter-content p {
  font-size: 16px;
  color: #666;
  margin-top: 20px
}
@media (max-width:767px) {
  .newsletter-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .newsletter-content p {
    font-size: 16px;
    line-height: 27px
  }
}
.newsletter-content .newsletter-forn {
  margin-top: 35px;
  padding-right: 170px;
  position: relative
}
@media (max-width:767px) {
  .newsletter-content .newsletter-forn {
    padding-right: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .newsletter-content .newsletter-forn {
    padding-right: 170px
  }
}
.newsletter-content .newsletter-forn input {
  height: 60px;
  background: transparent;
  color: #a9a9a9;
  padding: 0 10px;
  line-height: 32px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: 2px solid #e5e5e5
}
.newsletter-content .newsletter-forn .main-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  letter-spacing: 0
}
@media (max-width:767px) {
  .newsletter-content .newsletter-forn .main-btn {
    position: relative;
    width: 100%;
    margin-top: 10px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .newsletter-content .newsletter-forn .main-btn {
    position: absolute;
    width: auto;
    margin-top: 0
  }
}
.footer-widget .footer-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 0;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  margin-bottom: 20px
}
.footer-widget .footer-title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #e52e06;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center
}
.footer-contact ul li {
  color: #fff;
  font-size: 14px;
  margin-top: 22px;
  position: relative;
  padding-left: 22px
}
.footer-contact ul li i {
  position: absolute;
  top: 4px;
  left: 0
}
.footer-contact ul li a {
  color: #fff
}
@media (max-width:767px) {
  .footer-link-wrapper .footer-link {
    width: 100%
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-link-wrapper .footer-link {
    width: 50%
  }
}
.footer-link-wrapper .footer-link .link li a {
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  display: block;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.footer-link-wrapper .footer-link .link li a:hover {
  padding-left: 6px;
  color: #e52e06
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-link-wrapper .footer-link .link li a:hover {
    padding-left: 0
  }
}
.footer-copyright {
  padding-top: 14px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15)
}
.footer-copyright-payment .copyright-text {
  margin-top: 14px
}
.footer-copyright-payment .copyright-text p {
  font-size: 16px;
  color: #fff
}
.footer-copyright-payment .copyright-text p a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.footer-copyright-payment .copyright-text p a:hover {
  color: #e52e06
}
.footer-copyright-payment .payment {
  margin-top: 14px
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  background-color: #e52e06
}
.back-to-top:hover {
  color: #e52e06;
  background-color: #fff
}
.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden
}
.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible
}
.modal .modal-dialog {
  max-width: 1240px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .modal .modal-dialog {
    max-width: 1024px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .modal .modal-dialog {
    max-width: 960px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog {
    max-width: 720px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog {
    max-width: 90%;
    margin: 30px auto
  }
}
@media (max-width:767px) {
  .modal .modal-dialog {
    max-width: 85%
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  -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)
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 10px 20px 0;
  margin: 0;
  border-bottom: 0
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 50px 50px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 10px 40px 40px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 10px 40px 40px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1px 30px 30px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1px 20px 20px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-image .single-view-image img {
  width: 100%;
  display: block
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li {
  border: 1px solid #e5e5e5;
  margin: 0 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li {
    margin: 0 5px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li .single-thumb img {
  width: 100%;
  display: block;
  cursor: pointer
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-image .quick-view-thumb li.slick-current {
  border-color: rgba(51, 51, 51, 0.3)
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title {
  font-size: 28px;
  text-transform: capitalize;
  color: #333;
  font-weight: 500
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title {
    font-size: 24px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-title {
    font-size: 20px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference {
  font-size: 13px;
  color: #a9a9a9;
  padding-top: 25px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference {
    padding-top: 15px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference {
    padding-top: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference {
    padding-top: 15px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .reference {
    padding-top: 15px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating {
  padding-top: 10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating li {
  display: inline-block;
  font-size: 13px;
  color: #666
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .rating li.rating-on {
  color: #f3cd1e
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices {
    padding-top: 15px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices {
    padding-top: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices {
    padding-top: 15px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices {
    padding-top: 15px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price {
  color: #666;
  font-size: 25px;
  font-weight: 400;
  margin-right: 15px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price {
    font-size: 22px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .sale-price {
    font-size: 18px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price {
  color: #e52e06;
  font-size: 28px;
  font-weight: 500;
  margin-right: 15px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price {
    font-size: 26px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .regular-price {
    font-size: 22px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-prices .save {
  font-weight: 400;
  font-size: 13px;
  background-color: #333;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description {
  padding-top: 25px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description {
    padding-top: 15px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description {
    padding-top: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description {
    padding-top: 15px;
    font-size: 14px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-description {
    padding-top: 15px;
    font-size: 14px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  color: #333
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-right: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size {
    margin-right: 15px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-size select {
  width: 61px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  height: 40px;
  margin-top: 10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color {
  margin-top: 25px;
  margin-right: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color {
    margin-right: 15px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio] {
  display: none
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio] + label {
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 10px -4px 0;
  -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)
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color input[type=radio] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 2px solid transparent
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-1 input[type=radio] + label {
  background-color: #fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-1 input[type=radio]:checked + label:before {
  border-color: #333
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-2 input[type=radio] + label {
  background-color: #434A54
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-2 input[type=radio]:checked + label:before {
  border-color: #fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-3 input[type=radio] + label {
  background-color: #333
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-color .color-input .single-color.color-3 input[type=radio]:checked + label:before {
  border-color: #fff
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity {
  margin-top: 25px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity {
  margin-top: 10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity input {
  width: 60px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  text-align: center
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-size-color .product-quantity .quantity button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #e5e5e5
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart {
  margin-top: 30px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button {
  position: relative;
  padding: 0;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), color-stop(50%, #65e2ff), to(#bc6eff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 50%, #bc6eff 100%);
  background-size: 200%;
  background-position: left center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button {
    height: 50px;
    line-height: 50px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button {
    height: 50px;
    line-height: 50px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i {
  font-size: 28px;
  line-height: 60px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i {
    line-height: 50px;
    font-size: 24px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button i {
    line-height: 50px;
    font-size: 24px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-add-cart button:hover {
  background-position: right center
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare {
  padding-top: 15px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li {
  width: 50%;
  margin-top: 15px
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li {
    width: 100%
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li {
    width: 50%
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a {
  line-height: 0;
  border: none;
  color: #333;
  display: inline-block;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase
}
@media only screen and (min-width:1600px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a {
    letter-spacing: 2px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a {
    font-size: 13px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a {
    font-size: 13px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i {
  margin-right: 5px;
  font-size: 22px;
  color: #666
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li a i {
    font-size: 18px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li {
  border-left: 1px solid #e5e5e5
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li {
    border-left: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li {
    border-left: 1px solid #e5e5e5
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li a {
  padding-left: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li a {
    padding-left: 15px
  }
}
@media (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li a {
    padding-left: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-wishlist-compare ul li + li a {
    padding-left: 15px
  }
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share {
  padding-top: 20px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share p {
  font-size: 14px;
  color: #333;
  font-weight: 500
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li {
  display: inline-block;
  margin-left: 10px
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li a {
  color: #b4b4b4;
  font-size: 14px;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.modal .modal-dialog .modal-content .modal-body .product-quick-view-content .product-share .social li a:hover {
  color: #666
}
.breadcrumb-area {
  padding: 30px 0 0
}
.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  background: none
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 400;
  color: #333
}
@media (max-width:767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 16px
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  padding-right: 10px
}
@media (max-width:767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 13px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 15px
  }
}
.breadcrumb .breadcrumb-item a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.breadcrumb .breadcrumb-item a:hover {
  color: #e52e06
}
.about-content .title {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase
}
@media (max-width:767px) {
  .about-content .title {
    font-size: 24px
  }
}
.about-content p {
  margin-top: 25px
}
.about-items .title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize
}
.about-items p {
  margin-top: 25px
}
.shop-sidebar .shop-sidebar-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px
}
.shop-sidebar .shop-sidebar-title:before {
  position: absolute;
  content: "";
  background-color: #e52e06;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0
}
.shop-sidebar-widget {
  border: 2px solid #e5e5e5;
  padding: 40px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget {
    padding: 30px 20px
  }
}
.shop-sidebar-widget .accordion {
  margin-top: 40px
}
.shop-sidebar-widget .accordion .card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0
}
.shop-sidebar-widget .accordion .card .card-header {
  padding: 0;
  border: 0;
  background: none
}
.shop-sidebar-widget .accordion .card .card-header a {
  font-weight: 400;
  color: #666;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 35px;
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .accordion .card .card-header a {
    font-size: 14px
  }
}
.shop-sidebar-widget .accordion .card .card-header a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: "Ionicons"
}
.shop-sidebar-widget .accordion .card .card-header a.collapsed:before {
  content: ""
}
.shop-sidebar-widget .accordion .card .card-body {
  padding: 0
}
.shop-sidebar-widget .accordion .card .card-body .category-list li a {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  padding: 0 10px;
  display: block;
  color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .accordion .card .card-body .category-list li a {
    font-size: 14px
  }
}
.shop-sidebar-widget .accordion .card .card-body .category-list li a:hover {
  color: #e52e06
}
.shop-sidebar-widget .color-list {
  margin-top: 40px
}
.shop-sidebar-widget .color-list li a {
  font-weight: 400;
  color: #666;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 35px;
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .color-list li a {
    font-size: 14px
  }
}
.shop-sidebar-widget .color-list li a span {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 15px;
  height: 15px;
  margin-right: 8px
}
.shop-sidebar-widget .color-list li a span.color-gray {
  background-color: #AAB2BD
}
.shop-sidebar-widget .color-list li a span.color-white {
  background-color: #fff
}
.shop-sidebar-widget .color-list li a span.color-block {
  background-color: #000
}
.shop-sidebar-widget .color-list li a span.color-Camel {
  background-color: #C19A6B
}
.shop-sidebar-widget .color-list li a span.color-orange {
  background-color: #F39C11
}
.shop-sidebar-widget .compositions-list {
  margin-top: 40px
}
.shop-sidebar-widget .compositions-list li a {
  font-weight: 400;
  color: #666;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 35px;
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .compositions-list li a {
    font-size: 14px
  }
}
.shop-sidebar-widget .price-range {
  margin-top: 40px
}
.shop-sidebar-widget .price-range input {
  font-size: 16px;
  color: #000;
  border: 0;
  background: none
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .price-range input {
    font-size: 14px
  }
}
.shop-sidebar-widget .price-range #slider-range {
  width: 100%;
  height: 4px;
  border: none;
  margin-top: 20px;
  background: #cccccc
}
.shop-sidebar-widget .price-range #slider-range .ui-widget-header {
  background: #e52e06
}
.shop-sidebar-widget .price-range #slider-range .ui-slider-handle {
  top: -9px;
  width: 20px;
  height: 20px;
  border-width: 6px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e52e06;
  cursor: pointer
}
.shop-sidebar-widget .size-list {
  margin-top: 40px
}
.shop-sidebar-widget .size-list li a {
  font-weight: 400;
  color: #666;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 35px;
  position: relative
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-sidebar-widget .size-list li a {
    font-size: 14px
  }
}
@media only screen and (min-width:1600px) {
  .product-col {
    max-width: 25%
  }
}
.shop-header {
  padding: 5px 10px 15px;
  background: #f2f2f2;
  margin-top: 30px
}
.shop-header .shop-header-left .shop-header-icon {
  padding-top: 10px;
  padding-right: 10px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-header .shop-header-left .shop-header-icon {
    padding-right: 0
  }
}
@media (max-width:767px) {
  .shop-header .shop-header-left .shop-header-icon {
    padding-right: 0
  }
}
.shop-header .shop-header-left .shop-header-icon .nav .nav-item a {
  line-height: 42px;
  height: 42px;
  width: 42px;
  margin-right: 15px;
  cursor: pointer;
  color: #fff;
  background: #c2c2c2;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 24px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-header .shop-header-left .shop-header-icon .nav .nav-item a {
    margin-right: 10px;
    line-height: 37px;
    height: 37px;
    width: 37px
  }
}
@media (max-width:767px) {
  .shop-header .shop-header-left .shop-header-icon .nav .nav-item a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 20px
  }
}
.shop-header .shop-header-left .shop-header-icon .nav .nav-item a.active, .shop-header .shop-header-left .shop-header-icon .nav .nav-item a:hover {
  background-color: #000
}
.shop-header .shop-header-left .shop-header-message {
  padding-top: 10px
}
.shop-header .shop-header-left .shop-header-message p {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #666;
  font-weight: 400;
  text-transform: capitalize
}
.shop-header .shop-header-right .shop-header-select {
  padding-top: 10px;
  margin-right: 20px
}
.shop-header .shop-header-right .shop-header-select:last-child {
  margin-right: 0
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .shop-header .shop-header-right .shop-header-select:last-child {
    margin-right: 6px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .shop-header .shop-header-right .shop-header-select:last-child {
    margin-right: 15px
  }
}
@media (max-width:767px) {
  .shop-header .shop-header-right .shop-header-select:last-child {
    margin-right: 12px
  }
}
.shop-header .shop-header-right .shop-header-select .select-title {
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #666;
  font-weight: 400;
  text-transform: capitalize
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .shop-header .shop-header-right .shop-header-select .select-title {
    padding: 5px 0
  }
}
@media (max-width:767px) {
  .shop-header .shop-header-right .shop-header-select .select-title {
    padding: 5px 0;
    margin-left: 0;
    font-size: 13px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .shop-header .shop-header-right .shop-header-select .select-title {
    font-size: 14px
  }
}
.shop-header .shop-header-right .shop-header-select select {
  border: 0;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  float: left;
  color: #666;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px
}
@media (max-width:767px) {
  .shop-header .shop-header-right .shop-header-select select {
    font-size: 13px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .shop-header .shop-header-right .shop-header-select select {
    font-size: 14px
  }
}
.single-product-image .product-single-image .single-image, .single-product-image .product-single-image-tab .single-image {
  text-align: center
}
.single-product-image .product-single-image .single-image img, .single-product-image .product-single-image-tab .single-image img {
  display: inline-block
}
.single-product-image .product-single-image-tab {
  width: 85%
}
@media (max-width:767px) {
  .single-product-image .product-single-image-tab {
    width: 80%
  }
}
.single-product-image .product-single-thumb-image .product-single-thumb .thumb, .single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb {
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-product-image .product-single-thumb-image .product-single-thumb .thumb, .single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb {
    margin: 0 5px
  }
}
@media (max-width:767px) {
  .single-product-image .product-single-thumb-image .product-single-thumb .thumb, .single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb {
    margin: 0 5px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product-image .product-single-thumb-image .product-single-thumb .thumb, .single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb {
    margin: 0 10px
  }
}
.single-product-image .product-single-thumb-image .product-single-thumb .thumb.slick-current, .single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb.slick-current {
  border-color: rgba(51, 51, 51, 0.3)
}
.single-product-image .product-single-thumb-image .product-single-thumb-tab .thumb {
  margin: 10px 1px
}
.single-product-image .product-single-thumb-image.product-tab-style {
  width: 15%
}
@media (max-width:767px) {
  .single-product-image .product-single-thumb-image.product-tab-style {
    width: 20%
  }
}
.single-product-gallery-image .single-product-image-gallery {
  width: 50%
}
.single-product-gallery-image .single-product-image-gallery img {
  width: 100%
}
.single-product-image .single-product-image {
  width: 50%
}
.single-product-image .single-product-image img {
  width: 100%
}
.single-product-image-slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-product-image-slide .slick-arrow {
    left: 5px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-image-slide .slick-arrow {
    left: 5px;
    opacity: 1;
    visibility: visible
  }
}
@media (max-width:767px) {
  .single-product-image-slide .slick-arrow {
    left: 5px;
    opacity: 1;
    visibility: visible
  }
}
.single-product-image-slide .slick-arrow i {
  font-size: 26px;
  color: #333
}
.single-product-image-slide .slick-arrow.next {
  left: auto;
  right: -15px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-product-image-slide .slick-arrow.next {
    right: 5px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-image-slide .slick-arrow.next {
    right: 5px
  }
}
@media (max-width:767px) {
  .single-product-image-slide .slick-arrow.next {
    right: 5px
  }
}
.single-product-image-slide:hover .slick-arrow {
  visibility: visible;
  opacity: 1
}
.single-product-content .tags {
  padding-bottom: 15px
}
.single-product-content .tags .tag-title {
  font-size: 16px;
  color: #333;
  font-weight: 400
}
.single-product-content .tags .tag-list li {
  display: inline-block;
  margin-left: 3px
}
.single-product-content .tags .tag-list li a {
  font-size: 16px;
  color: #e52e06
}
.single-product-content .product-title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-product-content .product-title {
    font-size: 24px
  }
}
@media (max-width:767px) {
  .single-product-content .product-title {
    font-size: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product-content .product-title {
    font-size: 24px
  }
}
.single-product-content .review-rating .rating {
  padding-top: 10px
}
.single-product-content .review-rating .rating li {
  display: inline-block;
  font-size: 12px;
  color: #e1e1e1
}
.single-product-content .review-rating .rating li.rating-on {
  color: #f3cd1e
}
.single-product-content .review-rating .review-link {
  padding-top: 10px
}
.single-product-content .review-rating .review-link li {
  display: inline-block;
  margin-left: 20px;
  position: relative
}
.single-product-content .review-rating .review-link li + li:before {
  content: "|";
  color: #000;
  position: absolute;
  top: 4px;
  left: -12px;
  font-size: 13px
}
.single-product-content .review-rating .review-link li a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-product-content .review-rating .review-link li a:hover {
  color: #e52e06
}
.single-product-content .product-price {
  margin-top: 15px
}
.single-product-content .product-price .price-sale {
  color: #888888;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 14px
}
.single-product-content .product-price .regular-price {
  font-size: 20px;
  font-weight: 500;
  color: #e52e06;
  margin-right: 8px
}
.single-product-content .product-basic-info {
  margin-top: 15px
}
.single-product-content .product-basic-info .single-info {
  margin-top: 5px
}
.single-product-content .product-basic-info .single-info .title {
  font-size: 14px;
  color: #333;
  text-transform: capitalize
}
.single-product-content .product-basic-info .single-info .value {
  font-size: 14px;
  color: #e52e06
}
.single-product-content .product-basic-info .single-info .value a {
  color: #e52e06
}
.single-product-content p {
  padding-top: 25px
}
.single-product-content .product-details-table {
  margin-top: 30px
}
.single-product-content .product-details-table .table {
  margin-bottom: 0
}
.single-product-content .product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #e5e5e5;
  vertical-align: middle
}
.single-product-content .product-details-table .table tbody tr td a {
  font-size: 14px;
  color: #333;
  text-transform: capitalize
}
.single-product-content .product-details-table .table tbody tr td.amount {
  font-size: 14px;
  color: #333;
  text-transform: capitalize
}
.single-product-content .product-size-color-quantity .title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  color: #333
}
.single-product-content .product-size {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-right: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .product-size {
    margin-right: 15px
  }
}
.single-product-content .product-size select {
  width: 61px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  height: 40px;
  margin-top: 10px
}
.single-product-content .product-color {
  margin-top: 25px;
  margin-right: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .product-color {
    margin-right: 15px
  }
}
.single-product-content .product-color .color-input {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}
.single-product-content .product-color .color-input .single-color input[type=radio] {
  display: none
}
.single-product-content .product-color .color-input .single-color input[type=radio] + label {
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 10px -4px 0;
  -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)
}
.single-product-content .product-color .color-input .single-color input[type=radio] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 2px solid transparent
}
.single-product-content .product-color .color-input .single-color.color-1 input[type=radio] + label {
  background-color: #fff
}
.single-product-content .product-color .color-input .single-color.color-1 input[type=radio]:checked + label:before {
  border-color: #333
}
.single-product-content .product-color .color-input .single-color.color-2 input[type=radio] + label {
  background-color: #008000
}
.single-product-content .product-color .color-input .single-color.color-2 input[type=radio]:checked + label:before {
  border-color: #fff
}
.single-product-content .product-color .color-input .single-color.color-3 input[type=radio] + label {
  background-color: #333
}
.single-product-content .product-color .color-input .single-color.color-3 input[type=radio]:checked + label:before {
  border-color: #fff
}
.single-product-content .quantity {
  margin-right: 30px
}
.single-product-content .quantity input {
  width: 60px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  text-align: center
}
.single-product-content .quantity button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #e5e5e5
}
.single-product-content .addcart {
  margin-top: 30px
}
.single-product-content .addcart a, .single-product-content .addcart button {
  position: relative;
  padding: 0;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), color-stop(50%, #65e2ff), to(#bc6eff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 50%, #bc6eff 100%);
  background-size: 200%;
  background-position: left center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .addcart a, .single-product-content .addcart button {
    height: 50px;
    line-height: 50px
  }
}
@media (max-width:767px) {
  .single-product-content .addcart a, .single-product-content .addcart button {
    height: 50px;
    line-height: 50px
  }
}
.single-product-content .addcart a i, .single-product-content .addcart button i {
  font-size: 28px;
  line-height: 60px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .addcart a i, .single-product-content .addcart button i {
    line-height: 50px;
    font-size: 24px
  }
}
@media (max-width:767px) {
  .single-product-content .addcart a i, .single-product-content .addcart button i {
    line-height: 50px;
    font-size: 24px
  }
}
.single-product-content .addcart a:hover, .single-product-content .addcart button:hover {
  background-position: right center
}
.single-product-content .product-wishlist-compare {
  padding-top: 15px
}
.single-product-content .product-wishlist-compare ul li {
  margin-top: 15px;
  margin-right: 30px
}
@media (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li {
    margin-right: 15px
  }
}
.single-product-content .product-wishlist-compare ul li a {
  line-height: 0;
  border: none;
  color: #333;
  display: inline-block;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase
}
@media only screen and (min-width:1600px) {
  .single-product-content .product-wishlist-compare ul li a {
    letter-spacing: 2px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .product-wishlist-compare ul li a {
    font-size: 13px
  }
}
@media (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li a {
    font-size: 13px
  }
}
.single-product-content .product-wishlist-compare ul li a i {
  margin-right: 5px;
  font-size: 22px;
  color: #666
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .product-wishlist-compare ul li a i {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li a i {
    font-size: 18px
  }
}
.single-product-content .product-wishlist-compare ul li + li {
  border-left: 1px solid #e5e5e5
}
@media (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li + li {
    border-left: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li + li {
    border-left: 1px solid #e5e5e5
  }
}
.single-product-content .product-wishlist-compare ul li + li a {
  padding-left: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-content .product-wishlist-compare ul li + li a {
    padding-left: 15px
  }
}
@media (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li + li a {
    padding-left: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-product-content .product-wishlist-compare ul li + li a {
    padding-left: 15px
  }
}
.single-product-content .product-share {
  padding-top: 20px
}
.single-product-content .product-share p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-top: 0
}
.single-product-content .product-share .social li {
  display: inline-block;
  margin-left: 10px
}
.single-product-content .product-share .social li a {
  color: #b4b4b4;
  font-size: 14px;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-product-content .product-share .social li a:hover {
  color: #666
}
.single-product-content .reassurance-block {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px
}
.single-product-content .reassurance-block .single-reassurance {
  margin-top: 30px
}
.single-product-content .reassurance-block .single-reassurance .reassurance {
  padding-left: 10px
}
.single-product-content .reassurance-block .single-reassurance .reassurance p {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  padding-top: 0
}
.single-product-content.sticky {
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%
}
.product-description-area .nav {
  position: relative
}
.product-description-area .nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.product-description-area .nav .nav-item a {
  display: inline-block;
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 50px;
  line-height: 55px;
  padding: 0 28px;
  cursor: pointer;
  margin: 0 8px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .product-description-area .nav .nav-item a {
    line-height: 45px;
    font-size: 18px
  }
}
@media (max-width:767px) {
  .product-description-area .nav .nav-item a {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .product-description-area .nav .nav-item a {
    line-height: 45px;
    font-size: 16px;
    padding: 0 25px
  }
}
.product-description-area .nav .nav-item a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#bc6eff), to(#65e2ff));
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.product-description-area .nav .nav-item a.active {
  color: #fff;
  border-color: transparent
}
.product-description-area .nav .nav-item a.active:before {
  opacity: 1;
  visibility: visible
}
.product-description-area .description {
  margin-top: 30px
}
.product-rating-content .average-rating .rating-overall {
  font-size: 28px;
  font-weight: 500;
  color: #333
}
.product-rating-content .average-rating .rating-overall span {
  font-size: 14px
}
.product-rating-content .average-rating p {
  margin-top: 14px;
  margin-top: 5px;
  color: #333
}
.product-rating-content .rating-list {
  padding-top: 15px;
  margin-left: -25px;
  margin-right: -25px
}
.product-rating-content .rating-list .single-rating {
  margin-top: 10px;
  padding: 0 25px
}
.product-rating-content .rating-list .single-rating i {
  font-size: 14px;
  color: #f3cd1e
}
.product-rating-content .rating-list .single-rating span {
  font-size: 14px;
  color: #333;
  margin-left: 3px
}
.product-rating-content .rating-items .single-rating-item {
  margin-top: 25px
}
.product-rating-content .rating-items .single-rating-item .rating-author .author-name {
  font-size: 16px;
  font: 500px;
  margin-right: 15px
}
.product-rating-content .rating-items .single-rating-item .rating-author .rating-star li {
  display: inline-block;
  font-size: 13px;
  color: #f3cd1e
}
.product-rating-content .rating-items .single-rating-item .rating-author .rating-star li span {
  font-size: 14px;
  color: #333;
  margin-left: 3px
}
.product-rating-content .rating-items .single-rating-item p {
  margin-top: 10px
}
.product-rating-content .rating-form {
  margin-top: 30px
}
.product-rating-content .rating-form .form-title {
  font-weight: 500;
  font-size: 24px;
  color: #333;
  text-transform: uppercase
}
.product-rating-content .rating-form .rating-star {
  margin-top: 15px
}
.product-rating-content .rating-form .rating-star .title {
  font-weight: 500;
  color: #333;
  margin-right: 10px
}
.product-rating-content .rating-form .rating-star ul li {
  display: inline-block;
  font-size: 13px;
  color: #f3cd1e
}
.sidebar-widget {
  border: 2px solid #e5e5e5;
  padding: 40px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-widget {
    padding: 30px 20px
  }
}
.sidebar-widget .sidebar-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px
}
.sidebar-widget .sidebar-title:before {
  position: absolute;
  content: "";
  background-color: #e52e06;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0
}
.sidebar-widget .blog-sidebar-search {
  position: relative;
  margin-top: 40px
}
.sidebar-widget .blog-sidebar-search input {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #333
}
.sidebar-widget .blog-sidebar-search button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  font-size: 20px;
  border: 0;
  background: none
}
.sidebar-widget .blog-sidebar-categories .categories-list {
  margin-top: 30px
}
.sidebar-widget .blog-sidebar-categories .categories-list li a {
  font-weight: 400;
  color: #666;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 35px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-widget .blog-sidebar-categories .categories-list li a {
    font-size: 14px
  }
}
.sidebar-widget .blog-sidebar-categories .categories-list li a:hover {
  color: #e52e06
}
.sidebar-widget .blog-sidebar-post {
  padding-top: 10px
}
.sidebar-widget .blog-sidebar-post .single-mini-post {
  margin-top: 30px
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img {
    width: 50px;
    height: 50px
  }
}
@media (max-width:767px) {
  .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img {
    width: 70px;
    height: 70px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .sidebar-widget .blog-sidebar-post .single-mini-post .post-thumb img {
    width: 90px;
    height: 90px
  }
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content {
  padding-left: 20px
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .post-title a {
  text-transform: capitalize;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .post-title a:hover {
  color: #e52e06
}
.sidebar-widget .blog-sidebar-post .single-mini-post .post-content .date {
  font-size: 13px;
  color: #666;
  text-transform: capitalize
}
.sidebar-widget .blog-sidebar-tags {
  padding-top: 30px
}
.sidebar-widget .blog-sidebar-tags .tag-list {
  margin-left: -4px;
  margin-right: -4px
}
.sidebar-widget .blog-sidebar-tags .tag-list li {
  display: inline-block;
  padding: 10px 4px 0
}
.sidebar-widget .blog-sidebar-tags .tag-list li a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 0 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.sidebar-widget .blog-sidebar-tags .tag-list li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333
}
.single-blog-post .blog-post-media a {
  display: block
}
.single-blog-post .blog-post-media img {
  width: 100%
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .blog-post-media img {
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post .blog-post-media img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
}
.single-blog-post .blog-post-audio, .single-blog-post .blog-post-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.single-blog-post .blog-post-audio:before, .single-blog-post .blog-post-video:before {
  padding-top: 70.25%;
  display: block;
  content: ""
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .blog-post-audio:before, .single-blog-post .blog-post-video:before {
    padding-top: 100%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post .blog-post-audio:before, .single-blog-post .blog-post-video:before {
    padding-top: 100%
  }
}
.single-blog-post .blog-post-audio iframe, .single-blog-post .blog-post-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.single-blog-post .blog-gallery .gallery-item img {
  width: 100%
}
@media (max-width:767px) {
  .single-blog-post .blog-post-content {
    margin-top: 15px
  }
}
.single-blog-post .blog-post-content .blog-title a {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .blog-post-content .blog-title a {
    font-size: 20px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post .blog-post-content .blog-title a {
    font-size: 20px
  }
}
@media (max-width:767px) {
  .single-blog-post .blog-post-content .blog-title a {
    font-size: 18px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-blog-post .blog-post-content .blog-title a {
    font-size: 24px
  }
}
.single-blog-post .blog-post-content .blog-title a:hover {
  color: #e52e06
}
.single-blog-post .blog-post-content .blog-meta {
  margin-top: 15px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .blog-post-content .blog-meta {
    margin-top: 10px
  }
}
.single-blog-post .blog-post-content .blog-meta li {
  display: inline-block;
  position: relative
}
.single-blog-post .blog-post-content .blog-meta li + li {
  margin-left: 20px
}
.single-blog-post .blog-post-content .blog-meta li + li:before {
  content: "|";
  position: absolute;
  left: -14px;
  top: 5px;
  font-size: 12px;
  color: #666
}
.single-blog-post .blog-post-content .blog-meta li a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.single-blog-post .blog-post-content .blog-meta li a i {
  margin-right: 4px
}
.single-blog-post .blog-post-content .blog-meta li a:hover {
  color: #e52e06
}
.single-blog-post .blog-post-content p {
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post .blog-post-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post .blog-post-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
@media (max-width:767px) {
  .single-blog-post .blog-post-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
.single-blog-post .blog-post-content .main-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin-top: 30px
}
@media (max-width:767px) {
  .single-blog-post .blog-post-content .main-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 24px;
    letter-spacing: 0;
    font-size: 14px
  }
}
.single-blog-post.blog-grid-post .blog-post-media img {
  width: 100%
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post.blog-grid-post .blog-post-media img {
    height: auto
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post.blog-grid-post .blog-post-media img {
    height: auto
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-post.blog-grid-post .blog-post-audio:before, .single-blog-post.blog-grid-post .blog-post-video:before {
    padding-top: 70.25%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog-post.blog-grid-post .blog-post-audio:before, .single-blog-post.blog-grid-post .blog-post-video:before {
    padding-top: 70.25%
  }
}
.single-blog-post.blog-grid-post .blog-post-audio iframe, .single-blog-post.blog-grid-post .blog-post-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.single-blog-post.blog-grid-post .blog-post-content {
  padding-top: 25px
}
.single-blog-post.related-post .blog-post-content .blog-title a {
  font-size: 20px
}
.blog-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer
}
.blog-gallery .slick-arrow i {
  font-size: 26px;
  color: #333
}
.blog-gallery .slick-arrow.next {
  left: auto;
  right: 0
}
.blog-gallery:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  left: 20px
}
.blog-gallery:hover .slick-arrow.next {
  left: auto;
  right: 20px
}
.blog-single-posts .blog-single-image img {
  width: 100%
}
.blog-single-posts .blog-single-content {
  margin-top: 25px
}
.blog-single-posts .blog-single-content .blog-title {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .blog-single-posts .blog-single-content .blog-title {
    font-size: 20px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-single-posts .blog-single-content .blog-title {
    font-size: 20px
  }
}
@media (max-width:767px) {
  .blog-single-posts .blog-single-content .blog-title {
    font-size: 18px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-single-posts .blog-single-content .blog-title {
    font-size: 24px
  }
}
.blog-single-posts .blog-single-content .blog-meta {
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .blog-single-posts .blog-single-content .blog-meta {
    margin-top: 10px
  }
}
.blog-single-posts .blog-single-content .blog-meta li {
  display: inline-block;
  position: relative
}
.blog-single-posts .blog-single-content .blog-meta li + li {
  margin-left: 20px
}
.blog-single-posts .blog-single-content .blog-meta li + li:before {
  content: "|";
  position: absolute;
  left: -14px;
  top: 5px;
  font-size: 12px;
  color: #666
}
.blog-single-posts .blog-single-content .blog-meta li a {
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.blog-single-posts .blog-single-content .blog-meta li a i {
  margin-right: 4px
}
.blog-single-posts .blog-single-content .blog-meta li a:hover {
  color: #e52e06
}
.blog-single-posts .blog-single-content p {
  padding-top: 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .blog-single-posts .blog-single-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-single-posts .blog-single-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
@media (max-width:767px) {
  .blog-single-posts .blog-single-content p {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px
  }
}
.blog-single-posts .blog-single-content .blockquote {
  margin-bottom: 0;
  margin-top: 25px;
  padding-left: 80px
}
@media (max-width:767px) {
  .blog-single-posts .blog-single-content .blockquote {
    padding-left: 15px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-single-posts .blog-single-content .blockquote {
    padding-left: 50px
  }
}
.blog-single-posts .blog-single-content .blockquote p {
  font-style: italic;
  padding: 15px 14px;
  border-left: 3px solid #e52e06
}
.blog-single-posts .blog-single-tags-share {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5
}
.blog-single-posts .blog-single-tags-share .blog-single-tags {
  margin-top: 30px
}
.blog-single-posts .blog-single-tags-share .blog-single-tags .title {
  font-size: 14px;
  font-weight: 500;
  color: #333
}
.blog-single-posts .blog-single-tags-share .blog-single-tags .tag-list li {
  display: inline-block;
  margin-left: 3px
}
.blog-single-posts .blog-single-tags-share .blog-single-tags .tag-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #666
}
.blog-single-posts .blog-single-tags-share .blog-single-share {
  margin-top: 30px
}
.blog-single-posts .blog-single-tags-share .blog-single-share .title {
  ont-size: 14px;
  font-weight: 500;
  color: #333
}
.blog-single-posts .blog-single-tags-share .blog-single-share .social li {
  display: inline-block;
  margin-left: 15px
}
.blog-single-posts .blog-single-tags-share .blog-single-share .social li a {
  font-size: 16px;
  color: #666
}
.blog-single-comment {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 25px
}
.blog-single-comment .comment-title {
  font-size: 24px;
  color: #333;
  font-weight: 500
}
.blog-single-comment .blog-comments .comments-list .single-comment {
  margin-top: 30px
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  position: relative;
  margin-left: 20px
}
@media (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .single-comment .comment-content {
    margin-left: 0;
    margin-top: 20px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .single-comment .comment-content {
    margin-left: 20px;
    margin-top: 0
  }
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-meta .author-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-meta .date {
  font-size: 13px;
  color: #666;
  margin-top: 8px
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content p {
  color: #666;
  margin-top: 15px
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay {
  position: absolute;
  top: 10px;
  right: 15px
}
@media (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay {
    position: absolute;
    top: 10px;
    right: 15px;
    margin-top: 0
  }
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
  padding: 0 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.blog-single-comment .blog-comments .comments-list .single-comment .comment-content .comment-replay a:hover {
  background-color: #e52e06
}
.blog-single-comment .blog-comments .comments-list .comments-replay {
  padding-left: 70px
}
@media (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .comments-replay {
    padding-left: 0
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-single-comment .blog-comments .comments-list .comments-replay {
    padding-left: 70px
  }
}
.blog-single-comment .blog-comment-form {
  margin-top: 45px
}
.blog-single-comment .blog-comment-form p {
  font-size: 14px;
  color: #666;
  margin-top: 10px
}
.shopping-cart-table {
  margin-top: 30px
}
.shopping-cart-table .table {
  margin-bottom: 0
}
.shopping-cart-table .table thead tr th {
  padding: 8px 15px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-bottom-color: inherit !important
}
.shopping-cart-table .table thead tr th.product {
  min-width: 242px
}
.shopping-cart-table .table tbody tr td {
  border: 1px solid #e5e5e5;
  vertical-align: middle
}
.shopping-cart-table .table tbody tr td .product-title .title a {
  font-size: 16px;
  font-weight: 500;
  color: #333
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .shopping-cart-table .table tbody tr td .product-title .title a {
    font-size: 14px;
    line-height: 24px
  }
}
@media (max-width:767px) {
  .shopping-cart-table .table tbody tr td .product-title .title a {
    font-size: 14px;
    line-height: 24px
  }
}
.shopping-cart-table .table tbody tr td .product-price .price {
  font-size: 16px;
  color: #333
}
.shopping-cart-table .table tbody tr td .product-quantity .quantity input {
  width: 60px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  text-align: center
}
.shopping-cart-table .table tbody tr td .product-quantity .quantity button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #e5e5e5
}
.shopping-cart-table .table tbody tr td .product-total .total-amount {
  font-size: 16px;
  color: #333
}
.shopping-cart-table .table tbody tr td .product-delete {
  text-align: center
}
.shopping-cart-table .table tbody tr td .product-delete .delete {
  color: #333;
  font-size: 16px;
  padding: 0;
  border: 0;
  background: none
}
.shopping-cart-table .table tbody tr td .product-delete .delete:hover {
  color: #e52e06
}
.cart-btn {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 12px
}
.cart-btn .main-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px
}
.cart-coupon {
  border: 2px solid #e5e5e5;
  padding: 25px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .cart-coupon {
    padding: 30px 20px
  }
}
.cart-coupon .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px
}
.cart-coupon .title:before {
  position: absolute;
  content: "";
  background-color: #e52e06;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0
}
.cart-coupon .coupon-form input {
  width: 200px;
  margin-right: 15px;
  margin-top: 15px
}
.cart-coupon .coupon-form button {
  margin-top: 15px
}
.cart-total {
  border: 2px solid #e5e5e5;
  padding: 30px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .cart-total {
    padding: 30px 20px
  }
}
.cart-total .total {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px
}
.cart-total .single-total {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 10px
}
.cart-total .single-total .cart-value {
  color: #333;
  font-size: 16px;
  font-weight: 500
}
@media (max-width:767px) {
  .cart-total .single-total .cart-value {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .cart-total .single-total .cart-value {
    font-size: 16px
  }
}
.cart-total .single-total .cart-amount {
  color: #333;
  font-size: 16px
}
@media (max-width:767px) {
  .cart-total .single-total .cart-amount {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .cart-total .single-total .cart-amount {
    font-size: 16px
  }
}
.cart-total .cart-total-btn {
  margin-top: 20px
}
.cart-total .cart-total-btn .main-btn {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0
}
@media (max-width:767px) {
  .cart-total .cart-total-btn .main-btn {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .cart-total .cart-total-btn .main-btn {
    font-size: 16px
  }
}
.checkout-checkbox ul {
  padding-top: 15px
}
.checkout-checkbox ul li {
  display: inline-block;
  margin-top: 15px
}
.checkout-checkbox ul li + li {
  margin-left: 48px
}
.shipping-address {
  display: none
}
.checkout-total-wrapper .checkout-total {
  border: 2px solid #e5e5e5;
  padding: 25px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .checkout-total-wrapper .checkout-total {
    padding: 30px 20px
  }
}
.checkout-total-wrapper .checkout-total .title {
  font-size: 20px;
  font-weight: 500;
  color: #333
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .checkout-total-wrapper .checkout-total .title {
    font-size: 18px
  }
}
.checkout-total-wrapper .checkout-total .title span {
  display: block;
  float: right
}
.checkout-total-wrapper .checkout-total ul {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 5px
}
.checkout-total-wrapper .checkout-total ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 5px 0
}
.checkout-total-wrapper .checkout-total .checkout-total-sub {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5
}
.checkout-total-wrapper .checkout-total .total-value {
  font-size: 16px;
  color: #333
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .checkout-total-wrapper .checkout-total .total-value {
    font-size: 14px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .checkout-total-wrapper .checkout-total .total-value {
    font-size: 14px
  }
}
@media (max-width:767px) {
  .checkout-total-wrapper .checkout-total .total-value {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .checkout-total-wrapper .checkout-total .total-value {
    font-size: 16px
  }
}
.checkout-total-wrapper .checkout-total .total-amount {
  font-size: 16px;
  color: #333
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .checkout-total-wrapper .checkout-total .total-amount {
    font-size: 14px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .checkout-total-wrapper .checkout-total .total-amount {
    font-size: 14px
  }
}
@media (max-width:767px) {
  .checkout-total-wrapper .checkout-total .total-amount {
    font-size: 14px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .checkout-total-wrapper .checkout-total .total-amount {
    font-size: 16px
  }
}
.checkout-payment-wrapper .checkout-payment {
  border: 2px solid #e5e5e5;
  padding: 25px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .checkout-payment-wrapper .checkout-payment {
    padding: 30px 20px
  }
}
.checkout-payment-wrapper .checkout-payment ul li + li {
  margin-top: 10px
}
.checkout-payment-wrapper .checkout-payment ul li .custom-checkbox input[type=checkbox] + label:before {
  content: "";
  background-color: #333;
  border-radius: 4px
}
.checkout-payment-wrapper .checkout-payment ul li .custom-checkbox input[type=checkbox]:checked + label:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75)
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio] {
  display: none
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio] + label span {
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0px 8px -2px 0
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio] + label span:before {
  position: absolute;
  content: "";
  background-color: #333;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 14px;
  line-height: 0.8
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio input[type=radio]:checked + label span:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75)
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio label {
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin-bottom: 0
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio .payment-details {
  display: none
}
.checkout-payment-wrapper .checkout-payment .single-payment .payment-radio .payment-details p {
  padding-top: 10px;
  color: #333;
  font-size: 14px
}
.checkout-btn {
  margin-top: 30px
}
.checkout-btn .main-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  letter-spacing: 0
}
.my-account-menu .account-menu-list li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.my-account-menu .account-menu-list li a i {
  margin-right: 5px
}
.my-account-menu .account-menu-list li a.active, .my-account-menu .account-menu-list li a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333
}
.my-account-tab .account-title {
  font-size: 24px;
  font-weight: 500;
  color: #333
}
.account-wrapper {
  border: 2px solid #e5e5e5;
  padding: 40px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .account-wrapper {
    padding: 30px 20px
  }
}
.account-table .table thead tr th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 8px 15px
}
.account-table .table thead tr th.name {
  min-width: 140px
}
.account-table .table thead tr th.date {
  min-width: 130px
}
.account-table .table tbody tr td {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #e5e5e5
}
.account-table .table tbody tr td a {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #333
}
.my-account-dashboard .welcome-dashboard {
  margin-top: 30px
}
.my-account-dashboard .welcome-dashboard p {
  font-size: 16px;
  color: #333
}
.my-account-dashboard .welcome-dashboard p strong {
  font-weight: 500
}
.my-account-dashboard .welcome-dashboard p a {
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}
.my-account-dashboard .welcome-dashboard p a:hover {
  color: #e52e06
}
.my-account-dashboard p {
  color: #333
}
.my-account-payment p {
  color: #333;
  font-weight: 500
}
.my-account-address .account-address .name {
  font-size: 16px;
  color: #333;
  font-weight: 500
}
.my-account-address .account-address p {
  margin-top: 20px;
  font-size: 16px;
  color: #333
}
.my-account-address .account-address .main-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  margin-top: 20px
}
.my-account-details .account-details .title {
  font-size: 20px;
  font-weight: 500;
  color: #333
}
.login-register-wrapper {
  border: 2px solid #e5e5e5;
  padding: 25px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .login-register-wrapper {
    padding: 30px 20px
  }
}
.login-register-wrapper p {
  font-size: 14px;
  color: #333;
  line-height: 35px
}
.login-register-wrapper p a {
  color: #e52e06
}
.login-register-wrapper .custom-checkbox input[type=checkbox] + label {
  margin: 3px 8px 0px 0
}
.login-register-wrapper .custom-checkbox p {
  line-height: 24px
}
.compare-table .table tbody tr th {
  width: 200px;
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  vertical-align: middle
}
@media (max-width:767px) {
  .compare-table .table tbody tr th {
    padding: 20px 15px;
    font-size: 16px
  }
}
.compare-table .table tbody tr td {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 16px
}
@media (max-width:767px) {
  .compare-table .table tbody tr td {
    padding: 20px 15px;
    font-size: 16px
  }
}
.compare-table .table tbody tr td .product-image-title .product-image img {
  display: block
}
.compare-table .table tbody tr td .product-image-title .category {
  color: #666;
  font-size: 14px;
  display: block;
  margin-top: 25px
}
.compare-table .table tbody tr td .product-image-title .category:hover {
  color: #e52e06
}
.compare-table .table tbody tr td .product-image-title .title a {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 15px
}
.compare-table .table tbody tr td .description {
  text-align: left
}
.compare-table .table tbody tr td .description p {
  font-size: 14px
}
.compare-table .table tbody tr td .main-btn {
  height: 50px;
  line-height: 50px;
  letter-spacing: 0
}
.compare-table .table tbody tr td .delete {
  font-size: 18px;
  color: #333
}
.compare-table .table tbody tr td .rating li {
  display: inline-block;
  font-size: 14px;
  color: #e1e1e1
}
.compare-table .table tbody tr td .rating li.rating-on {
  color: #f3cd1e
}
.contact-map-area #contact-map {
  width: 100%;
  height: 400px
}
p.form-message.error, p.form-message.success {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px
}
p.form-message.error {
  color: #f00
}
.contact-info {
  border: 2px solid #e5e5e5;
  padding: 40px 30px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .contact-info {
    padding: 30px 20px
  }
}
.contact-info .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px
}
.contact-info .title:before {
  position: absolute;
  content: "";
  background-color: #e52e06;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0
}
.contact-info .text {
  margin-top: 25px
}
.contact-info-block .single-info {
  margin-top: 30px
}
.contact-info-block .single-info .info-icon-title {
  padding-bottom: 5px
}
.contact-info-block .single-info .info-icon-title .info-icon {
  font-size: 30px;
  color: #333;
  line-height: 30px
}
.contact-info-block .single-info .info-icon-title .info-title {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px
}
.contact-info-block .single-info p {
  padding-top: 5px
}


.faq-section {
    max-width: 900px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item input {
    display: none;
}

.faq-item label {
    display: block;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    background: #f9f9f9;
    position: relative;
}

.faq-item label::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-item input:checked + label::after {
    content: "-";
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    transition: max-height 0.4s ease;
}

.faq-content p {
    padding: 15px 20px;
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.faq-item input:checked ~ .faq-content {
    max-height: 200px;
}

.why-vpackify {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}

.why-vpackify h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
}

.why-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.why-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    text-align: center;
}

.why-box:hover {
    transform: translateY(-6px);
}

.why-box i {
    font-size: 38px;
    color: #ffb703; /* VPackify Yellow */
    margin-bottom: 15px;
}

.why-box h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
}

.why-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.whatsapp-float {
    position: fixed;
    bottom: 65px;
    right: 10px;
    background-color: #25D366;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.clients-section {
    padding: 60px 20px;
    text-align: center;
    background: #f9f9f9;
}

.clients-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.client-logos {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    align-items: center;
}

.logo-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.logo-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
}
.testimonial-section {
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.testimonial-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    max-width: 1100px;
    margin: auto;
}

.testimonial-card {
    min-width: 320px;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 12px;
    scroll-snap-align: start;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.testimonial-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.testimonial-card h4 {
    margin-top: 15px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}
.product-page {
    padding: 20px 20px;
    background: #ffffff;
}

.product-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.vp-product-image img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.product-details h1 {
    font-size: 34px;
    margin-bottom: 15px;
}

.product-short-desc {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.product-price span {
    font-size: 14px;
    color: #777;
}

.product-price h2 {
    font-size: 32px;
    color: #e63946;
    margin: 5px 0 20px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.product-features li {
    margin-bottom: 10px;
    font-size: 15px;
}

.product-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #000;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

@media(max-width: 768px) {
    .product-container {
        grid-template-columns: 1fr;
    }
}
.product-grid-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.product-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-card .price {
    font-size: 15px;
    color: #e63946;
    font-weight: 600;
}

/* Responsive */
@media(max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.product-container {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
}

.vp-product-image {
    width: 45%;
}

.vp-product-image img {
    width: 100%;
    border-radius: 16px;
}

#mainProductImage {
    height: 420px;
    object-fit: cover;
}

.thumbnail-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.thumbnail-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-wrapper img:hover,
.thumbnail-wrapper img.active {
    border-color: #ffeb03;
}

.product-details {
    width: 55%;
}

.product-price h2 {
    color: #e63946;
}

/* Responsive */
@media(max-width: 992px) {
    .product-container {
        flex-direction: column;
    }

    .product-image,
    .product-details {
        width: 100%;
    }

    #mainProductImage {
        height: 300px;
    }
}

.quote-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.quote-popup-content {
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    animation: fadeInUp 0.4s ease;
}

.quote-popup-content h2 {
    margin-bottom: 10px;
}

.quote-popup-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.form-group textarea {
    resize: none;
    height: 90px;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background: #ffeb03;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-response {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
}

.gallery-page {
    padding: 60px 20px;
}

.page-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 8px;
}

.page-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 40px;
    color: #666;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 12px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
}

.lightbox-close {
    top: 20px;
    right: 30px;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

/* Responsive */
@media(max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
