.nav-item > a {
  background-color: transparent !important;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  padding: 10px 20px
}

nav, .menu-container {
  background-color: #e5dfd2;
  padding: 10px 0
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

nav ul li {
  margin: 0 15px
}

nav ul li a {
  border-radius: 4px;
  color: #2b2b2b;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease
}

nav ul li a:hover {
  background-color: #c0b8a5;
  color: #000000
}

.menu-container, nav, .main-menu {
  background-color: #e5dfd2
}

.main-menu > li > a {
  color: #2b2b2b;
  display: inline-block;
  font-weight: 600;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease
}

.main-menu > li > a:hover {
  background-color: #c0b8a5;
  color: #000000
}

nav ul li a {
  background-color: #222;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease
}

nav ul li a:hover {
  background-color: #d4a34d;
  color: #000
}

@import url("https://fonts.googleapis.com/css?family=Prata|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");


body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: 1
}

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

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

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

img {
  max-width: 100%
}

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

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  outline: 0;
  text-decoration: none
}

label {
  margin-bottom: 0.5rem
}

button,
.btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0
}

.overflow-hidden {
  overflow: hidden
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px
}

}

@media (min-width: 992px) {
  .container {
    --bs-gutter-x: 15px
}

}

.row:not([class*="g-0"]) {
  --bs-gutter-x: 30px
}

@media (max-width: 479px) {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  .custom-xxs-col {
    -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

}


.boxed-layout {
  display: block;
  margin: 60px auto;
  width: 1290px
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .boxed-layout {
    width: 1170px
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .boxed-layout {
    width: 970px;
  margin: 40px auto
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boxed-layout {
    width: 730px;
  margin: 40px auto
}

}

@media (max-width: 767px) {
  .boxed-layout {
    width: 480px;
  margin: 30px auto
}

}

@media (max-width: 479px) {
  .boxed-layout {
    width: 100%;
  margin: 20px auto
}

}


.loading {
  background-color: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999999
}

.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%
}

.loading .middle .loader {
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 3
}

.loading .middle .loader-inner {
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

25% {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

50% {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

75% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%
}

25% {
  height: 0%
}

50% {
  height: 100%
}

75% {
  height: 100%
}

100% {
  height: 0%
}

}

@keyframes loader-inner {
  0% {
    height: 0%
}

}


a,
button,
i, .tab-content .tab-pane.active, .scroll-to-top i, .quantity .cart-plus-minus > .qtybutton, .price-filter .ui-slider-range, .price-filter .ui-slider-handle, .price-filter .price-slider-amount .label-input .filter-btn, .global-overlay, .template-color-1 .modal-body button span, .template-color-1 .footer-widgets > ul > li > a, .template-color-2 .modal-body button span, .template-color-2 .footer-widgets > ul > li > a, .template-color-3 .modal-body button span, .template-color-3 .footer-widgets > ul > li > a, .template-color-4 .modal-body button span, .template-color-4 .footer-widgets > ul > li > a, .template-color-5 .modal-body button span, .template-color-5 .footer-widgets > ul > li > a, .template-color-6 .modal-body button span, .template-color-6 .footer-widgets > ul > li > a, .template-color-7 .modal-body button span, .template-color-7 .footer-widgets > ul > li > a, .template-color-8 .modal-body button span, .template-color-8 .footer-widgets > ul > li > a, .template-color-9 .modal-body button span, .template-color-9 .footer-widgets > ul > li > a, .template-color-10 .modal-body button span, .template-color-10 .footer-widgets > ul > li > a, .arrow-style-4 .slick-arrow, .btn-close, .btn-close > i, .offcanvas-navigation .mobile-menu li > .menu-expand, .offcanvas-menu_wrapper .offcanvas-menu-inner, .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img, .kenne-btn, .kenne-banner_area-4:before, .product-item .single-product, .product-item .single-product .product-img > a .secondary-img, .product-item .single-product .product-img .add-actions, .list-product_area .list-product_slider .product-item .single-product .product-content .add-actions, .newsletter-form_wrap .subscribe-form .newsletter-btn, .modal-wrapper.modal, .modal-wrapper .modal-dialog .modal-content .modal-body .close, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide img, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown > li, .header-top_area .ht-menu > ul > li .ht-dropdown, .main-nav > ul > li .kenne-dropdown, .main-nav > ul > li .kenne-dropdown > li, .main-nav > ul > li.megamenu-holder .kenne-megamenu, .main-nav > ul > li.megamenu-holder > ul > li > ul > li, .blog-details_area .kenne-tag-line a, .kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > ul li, .kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > a > i, .kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product, .kenne-content_wrapper .shop-product-wrap > [class*="col-"], .error-content_wrapper .error-area .error .btn, .contact-main-page .contact-form-content .contact-form .form-group .kenne-contact-form_btn, .myaccount-tab-content, .login-form .check-box input[type="checkbox"] + label:before, .login-form .check-box input[type="checkbox"] + label:after, .kenne-login_btn,
.kenne-register_btn, .coupon-all .coupon input.button,
.coupon-all .coupon2 input.button, .cart-page-total a, .table-content table td.kenne-cart_btn a, .coupon-accordion span, .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"], .order-button-payment input, .sp-area .sp-nav .sp-img_slider-nav .slick-slide img, .sp-area .sp-nav .sp-content .qty-btn_area > ul li > a, .sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a .secondary-img, .sp-gallery_area .sp-nav .sp-gallery .lg-image, .compare-table .table tbody tr, .about-us-area .overview-content > h2:before {
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in
}

.section-title {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative
}

.section-title:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1
}

.section-title > h3 {
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 25px;
  z-index: 1
}

@media (max-width: 767px) {
  .section-title > h3 {
    font-size: 20px
}

}


.sticker,
.sticker-2 {
  color: #ffffff;
  cursor: text;
  font-size: 11px;
  height: 25px;
  left: 0;
  line-height: 26px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0
}

.sticker:before,
.sticker-2:before {
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 6px;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: -11px;
  top: 50%
}

.sticker.sticker-2,
.sticker-2.sticker-2 {
  background-color: #242424;
  left: auto;
  right: 0
}

.sticker.sticker-2:before,
.sticker-2.sticker-2:before {
  border-color: transparent #242424 transparent transparent;
  left: -11px;
  right: auto
}

.tooltip {
  z-index: 10
}

.tooltip-inner {
  border-radius: .25rem;
  color: #ffffff;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-width: 5px 5px 0;
  content: ""
}

.slick-gutter-30 .slick-list {
  margin: -15px
}

.slick-gutter-30 .slick-list .slick-slide {
  padding: 15px
}

.slick-disabled {
  cursor: not-allowed !important
}

.tab-content {
  width: 100%
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden
}

.tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible
}

.scroll-to-top {
  -o-transition: all 300ms ease;
  -webkit-animation: kenSlideInDown 1s normal;
  -webkit-transition: all 300ms ease;
  animation: kenSlideInDown 1s normal;
  background-color: #242424;
  border-radius: 100%;
  bottom: 50px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-align: center;
  transition: all 300ms ease;
  visibility: hidden;
  width: 50px;
  z-index: 999
}

.scroll-to-top.show {
  -webkit-animation: kenSlideInUp 1s normal;
  animation: kenSlideInUp 1s normal;
  opacity: 1;
  visibility: visible
}

.scroll-to-top i {
  color: #ffffff;
  display: block;
  font-size: 16px
}

.scroll-to-top:hover > i {
  -webkit-animation: kenSlideInUp 1s infinite;
  animation: kenSlideInUp 1s infinite
}

.kenne-paginatoin-area {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-top: 30px
}

.kenne-paginatoin-area .kenne-pagination-box {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  border-radius: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 10px 0
}

.kenne-paginatoin-area .kenne-pagination-box li {
  display: inline-block
}

.kenne-paginatoin-area .kenne-pagination-box li > a {
  color: #242424;
  display: block;
  padding: 0 25px
}

@media (max-width: 479px) {
  .kenne-paginatoin-area .kenne-pagination-box li > a {
    padding: 0 15px
}

}

.kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #f47321
}

.kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #f47321
}

.kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #f47321
}

.kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #f47321 !important
}

.kenne-tags_list li {
  display: inline-block;
  margin-bottom: 5px
}

.kenne-tags_list li a {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px
}

.quantity .cart-plus-minus {
  position: relative;
  text-align: left;
  width: 76px
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  height: 46px;
  text-align: center;
  width: 48px
}

.quantity .cart-plus-minus > .qtybutton {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  width: 28px
}

.quantity .cart-plus-minus > .qtybutton:hover {
  background: #f5f5f5
}

.quantity .cart-plus-minus > .qtybutton.dec {
  bottom: 0;
  right: 0
}

.quantity .cart-plus-minus > .qtybutton.inc {
  border-bottom: none;
  right: 0;
  top: 0
}

.color-list_area {
  border: 1px solid #e5e5e5;
  padding: 25px
}

@media (max-width: 767px) {
  .color-list_area {
    padding: 15px
}

}

.color-list_area .color-list_heading {
  padding-bottom: 15px
}

.color-list_area .color-list_heading > h4 {
  margin-bottom: 0;
  text-transform: uppercase
}

@media (max-width: 575px) {
  .color-list_area .color-list_heading > h4 {
    font-size: 14px
}

}

.color-list_area .sub-title {
  display: block;
  padding-bottom: 20px
}

.color-list_area .color-list {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative
}

@media (max-width: 479px) {
  .color-list_area .color-list {
    padding-bottom: 25px;
  overflow: hidden
}

}

.color-list_area .color-list .single-color {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  padding: 2px;
  width: 25px
}

.color-list_area .color-list .single-color span {
  height: 100%;
  width: 100%
}

.color-list_area .color-list .single-color span.bg-red_color {
  background-color: #ff0000;
  display: block
}

.color-list_area .color-list .single-color span.burnt-orange_color {
  background-color: #ff832b;
  display: block
}

.color-list_area .color-list .single-color span.brown_color {
  background-color: #a6311f;
  display: block
}

.color-list_area .color-list .single-color span.raw-umber_color {
  background-color: #824900;
  display: block
}

.color-list_area .color-list .single-color span.black_color {
  background-color: #000000;
  display: block
}

.color-list_area .color-list .single-color span.golden_color {
  background-color: #f47321;
  display: block
}

.color-list_area .color-list .single-color.active {
  border-color: #f47321
}

.color-list_area .color-list .single-color.active .color-text {
  color: #242424;
  display: block
}

.color-list_area .color-list .color-text {
  display: none;
  position: absolute;
  right: -120px;
  top: 0;
  width: auto !important
}

@media (max-width: 575px) {
  .color-list_area .color-list .color-text {
    right: -110px
}

}

@media (max-width: 479px) {
  .color-list_area .color-list .color-text {
    right: auto;
  left: 0;
  top: 30px
}

}


.price-filter {
  margin-top: 35px
}

.price-filter .ui-widget-content {
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -webkit-box-shadow: none;
  background-color: #e5e5e5;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-radius: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 10px;
  margin: 0 0 25px;
  width: 100%
}

.price-filter .ui-slider-range {
  -webkit-box-shadow: none;
  background: #f47321;
  border: none;
  box-shadow: none;
  height: 100%
}

.price-filter .ui-slider-handle {
  -ms-transform: translate(0, -50%);
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -50%);
  background: #ffffff;
  border-radius: 100%;
  border: 4px solid #f47321;
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  cursor: e-resize;
  display: block;
  height: 20px;
  line-height: 15px;
  margin: 0;
  outline: none;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px
}

.price-filter .ui-slider-handle:hover {
  background-color: #f47321
}

.price-filter .ui-slider-handle:last-child {
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%)
}

.price-filter .price-slider-amount {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start
}

.price-filter .price-slider-amount .label-input label {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize
}

.price-filter .price-slider-amount .label-input input {
  -webkit-box-shadow: none;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  font-size: 14px;
  height: inherit;
  padding-left: 5px;
  width: 99px
}

.price-filter .price-slider-amount .label-input .filter-btn {
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 39px;
  width: 85px
}

.price-filter .price-slider-amount .label-input .filter-btn:hover {
  background-color: #f47321;
  border-color: #f47321;
  color: #ffffff
}

.countdown-wrap .countdown.item-4 .countdown__item {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-left: 15px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 70px
}

.countdown-wrap .countdown.item-4 .countdown__item:first-child {
  margin-left: 0
}

@media (max-width: 575px) {
  .countdown-wrap .countdown.item-4 .countdown__item {
    width: 50px;
  margin-left: 5px;
  padding: 5px 0
}

}

.countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
  color: #242424;
  display: block;
  font-size: 24px
}

@media (max-width: 575px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 16px
}

}

.countdown-wrap .countdown.item-4 .countdown__item span.countdown__text {
  display: block
}

.img-hover_effect {
  position: relative
}

.img-hover_effect:before {
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 1
}

.img-hover_effect:after {
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 1
}

.img-hover_effect:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
  left: 50%;
  right: 50%
}

.img-hover_effect:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  top: 50%
}

.global-overlay {
  background-color: rgba(36, 36, 36, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99
}

.global-overlay.overlay-open {
  cursor: url(../images/menu/icon/light-close.png) 16 16, pointer;
  visibility: visible
}

.myniceselect.nice-select {
  height: auto;
  line-height: auto;
  margin: 0;
  padding: 0
}

.myniceselect.nice-select span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 60px
}

.myniceselect.nice-select .list {
  width: 100%
}

.bg-smoke_color {
  background-color: #f5f5f5
}

.bg-white_color {
  background-color: #ffffff
}

.template-color-1 a {
  color: #242424
}

.template-color-1 a:hover {
  color: #f47321
}

.template-color-1 [class*="active"] > a {
  color: #f47321
}

.template-color-1 .loading .middle .loader {
  border: 4px solid #f47321
}

.template-color-1 .loading .middle .loader-inner {
  background-color: #f47321
}

.template-color-1 .kenne-btn:hover {
  background-color: #f47321
}

.template-color-1 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-1 .kenne-btn.transparent-btn:hover {
  background-color: #f47321;
  border: 1px solid #f47321
}

.template-color-1 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-1 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-1 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-1 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #f47321 !important;
  color: #ffffff !important
}

.template-color-1 .kenne-group_btn > ul > li > a:hover {
  border-color: #f47321 !important
}

.template-color-1 .kenne-login_btn:hover,
.template-color-1 .kenne-register_btn:hover {
  background: #f47321
}

.template-color-1 .kenne-cart_btn a:hover {
  background: #f47321;
  color: #ffffff !important
}

.template-color-1 .search-btn:hover {
  color: #f47321
}

.template-color-1 .reply-btn a {
  border: 1px solid #f47321;
  color: #f47321
}

.template-color-1 .reply-btn a:hover {
  background-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .banner-area-5 .banner-item .banner-content > span {
  color: #f47321
}

.template-color-1 .form-group .required {
  color: #f47321
}

.template-color-1 .kenne-contact-form_btn:hover {
  background-color: #f47321 !important;
  border-color: #f47321 !important;
  color: #ffffff
}

.template-color-1 .about-us_btn {
  background: #f47321
}

.template-color-1 .kenne-product-stock-status span.in-stock, .template-color-1 .kenne-product-stock-status span.out-stock {
  color: #f47321
}

.template-color-1 .coupon input.button:hover,
.template-color-1 .coupon2 input.button:hover {
  background: #f47321
}

.template-color-1 .cart-page-total a:hover {
  background: #f47321;
  border-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .coupon-accordion h3 {
  border-top: 3px solid #f47321
}

.template-color-1 .coupon-accordion span:hover {
  color: #f47321
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #f47321
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #f47321
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #f47321
}

.template-color-1 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #f47321
}

.template-color-1 .country-select label span.required, .template-color-1.checkout-form-list label span.required {
  color: #f47321
}

.template-color-1 .panel-title a:hover {
  color: #f47321 !important
}

.template-color-1 .order-button-payment input:hover {
  background: #f47321
}

.template-color-1 .compare-product-name a:hover {
  color: #f47321
}

.template-color-1 .modal-body button span:hover {
  color: #f47321
}

.template-color-1 .btn-close:hover {
  color: #f47321 !important
}

.template-color-1 .offcanvas-search button.search_btn:hover > i {
  color: #f47321
}


.template-color-1 .search-button:hover {
  color: #f47321
}

.template-color-1 .tty-slick-text-btn:hover {
  background-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #f47321;
  color: #ffffff
}

.template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #f47321
}

.template-color-1 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #f47321 !important
}

.template-color-1 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #f47321;
  content: ""
}

.template-color-1 .product-view-mode > a.active {
  color: #f47321
}

.template-color-1 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #f47321
}

.template-color-1 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #f47321
}

.template-color-1 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #f47321
}

.template-color-1 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-1 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #f47321
}

.template-color-1 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #f47321
}

.template-color-1 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #f47321 !important
}

.template-color-1 .sticker {
  background-color: #f47321
}

.template-color-1 .sticker:before {
  border-color: transparent transparent transparent #f47321
}

.template-color-1 .new-price {
  color: #f47321
}

.template-color-1 .rating-box > ul > li {
  color: #f47321
}

.template-color-1 .add-actions > ul > li > a:hover {
  background-color: #f47321 !important;
  color: #ffffff !important
}

.template-color-1 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-1 .footer-widgets > ul > li:hover > a {
  color: #f47321;
  padding-left: 10px
}

.template-color-1 .newsletter-btn {
  background-color: #f47321;
  color: #ffffff
}

.template-color-1 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-1 .kenne-social_link > ul > li > a:hover {
  background-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a.active {
  background: #f47321;
  color: #ffffff
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #f47321
}

.template-color-1 .error-content_wrapper .error-area .error h1 {
  color: #f47321
}

.template-color-1 .error-content_wrapper .error-area .error .btn {
  background-color: #f47321
}

.template-color-1 .error-content_wrapper .error-area .error .btn:after {
  background-color: #f47321
}

.template-color-1 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #f47321
}

.template-color-1 .frequently-accordion .actives {
  border: 1px solid #f47321
}

.template-color-1 .frequently-accordion .card-header a:hover {
  color: #f47321 !important
}

.template-color-1 .kenne-tags_list li a:hover {
  background-color: #f47321;
  border-color: #f47321;
  color: #ffffff !important
}

.template-color-1 .overview-content > h2:after {
  background: #f47321
}

.template-color-1 .overview-content > h2 span {
  color: #f47321
}

.template-color-1 .count-title h2 {
  color: #f47321
}

.template-color-1 .scroll-to-top:hover {
  background-color: #f47321
}

.template-color-2 a {
  color: #242424
}

.template-color-2 a:hover {
  color: #df2121
}

.template-color-2 [class*="active"] > a {
  color: #df2121
}

.template-color-2 .loading .middle .loader {
  border: 4px solid #df2121
}

.template-color-2 .loading .middle .loader-inner {
  background-color: #df2121
}

.template-color-2 .kenne-btn:hover {
  background-color: #df2121
}

.template-color-2 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-2 .kenne-btn.transparent-btn:hover {
  background-color: #df2121;
  border: 1px solid #df2121
}

.template-color-2 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-2 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-2 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-2 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #df2121 !important;
  color: #ffffff !important
}

.template-color-2 .kenne-group_btn > ul > li > a:hover {
  border-color: #df2121 !important
}

.template-color-2 .kenne-login_btn:hover,
.template-color-2 .kenne-register_btn:hover {
  background: #df2121
}

.template-color-2 .kenne-cart_btn a:hover {
  background: #df2121;
  color: #ffffff !important
}

.template-color-2 .search-btn:hover {
  color: #df2121
}

.template-color-2 .reply-btn a {
  border: 1px solid #df2121;
  color: #df2121
}

.template-color-2 .reply-btn a:hover {
  background-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .banner-area-5 .banner-item .banner-content > span {
  color: #df2121
}

.template-color-2 .form-group .required {
  color: #df2121
}

.template-color-2 .kenne-contact-form_btn:hover {
  background-color: #df2121 !important;
  border-color: #df2121 !important;
  color: #ffffff
}

.template-color-2 .about-us_btn {
  background: #df2121
}

.template-color-2 .kenne-product-stock-status span.in-stock, .template-color-2 .kenne-product-stock-status span.out-stock {
  color: #df2121
}

.template-color-2 .coupon input.button:hover,
.template-color-2 .coupon2 input.button:hover {
  background: #df2121
}

.template-color-2 .cart-page-total a:hover {
  background: #df2121;
  border-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .coupon-accordion h3 {
  border-top: 3px solid #df2121
}

.template-color-2 .coupon-accordion span:hover {
  color: #df2121
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #df2121
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #df2121
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #df2121
}

.template-color-2 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #df2121
}

.template-color-2 .country-select label span.required, .template-color-2.checkout-form-list label span.required {
  color: #df2121
}

.template-color-2 .panel-title a:hover {
  color: #df2121 !important
}

.template-color-2 .order-button-payment input:hover {
  background: #df2121
}

.template-color-2 .compare-product-name a:hover {
  color: #df2121
}

.template-color-2 .modal-body button span:hover {
  color: #df2121
}

.template-color-2 .btn-close:hover {
  color: #df2121 !important
}

.template-color-2 .offcanvas-search button.search_btn:hover > i {
  color: #df2121
}

.template-color-2 .main-nav > ul > li:hover > a {
  color: #df2121
}

.template-color-2 .search-button:hover {
  color: #df2121
}

.template-color-2 .tty-slick-text-btn:hover {
  background-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #df2121;
  color: #ffffff
}

.template-color-2 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #df2121
}

.template-color-2 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #df2121 !important
}

.template-color-2 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #df2121;
  content: ""
}

.template-color-2 .product-view-mode > a.active {
  color: #df2121
}

.template-color-2 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #df2121
}

.template-color-2 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #df2121
}

.template-color-2 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #df2121
}

.template-color-2 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-2 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #df2121
}

.template-color-2 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #df2121
}

.template-color-2 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #df2121 !important
}

.template-color-2 .sticker {
  background-color: #df2121
}

.template-color-2 .sticker:before {
  border-color: transparent transparent transparent #df2121
}

.template-color-2 .new-price {
  color: #df2121
}

.template-color-2 .rating-box > ul > li {
  color: #df2121
}

.template-color-2 .add-actions > ul > li > a:hover {
  background-color: #df2121 !important;
  color: #ffffff !important
}

.template-color-2 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-2 .footer-widgets > ul > li:hover > a {
  color: #df2121;
  padding-left: 10px
}

.template-color-2 .newsletter-btn {
  background-color: #df2121;
  color: #ffffff
}

.template-color-2 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-2 .kenne-social_link > ul > li > a:hover {
  background-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a.active {
  background: #df2121;
  color: #ffffff
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #df2121
}

.template-color-2 .error-content_wrapper .error-area .error h1 {
  color: #df2121
}

.template-color-2 .error-content_wrapper .error-area .error .btn {
  background-color: #df2121
}

.template-color-2 .error-content_wrapper .error-area .error .btn:after {
  background-color: #df2121
}

.template-color-2 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #df2121
}

.template-color-2 .frequently-accordion .actives {
  border: 1px solid #df2121
}

.template-color-2 .frequently-accordion .card-header a:hover {
  color: #df2121 !important
}

.template-color-2 .kenne-tags_list li a:hover {
  background-color: #df2121;
  border-color: #df2121;
  color: #ffffff !important
}

.template-color-2 .overview-content > h2:after {
  background: #df2121
}

.template-color-2 .overview-content > h2 span {
  color: #df2121
}

.template-color-2 .count-title h2 {
  color: #df2121
}

.template-color-2 .scroll-to-top:hover {
  background-color: #df2121
}

.template-color-3 a {
  color: #242424
}

.template-color-3 a:hover {
  color: #e75480
}

.template-color-3 [class*="active"] > a {
  color: #e75480
}

.template-color-3 .loading .middle .loader {
  border: 4px solid #e75480
}

.template-color-3 .loading .middle .loader-inner {
  background-color: #e75480
}

.template-color-3 .kenne-btn:hover {
  background-color: #e75480
}

.template-color-3 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-3 .kenne-btn.transparent-btn:hover {
  background-color: #e75480;
  border: 1px solid #e75480
}

.template-color-3 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-3 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-3 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-3 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #e75480 !important;
  color: #ffffff !important
}

.template-color-3 .kenne-group_btn > ul > li > a:hover {
  border-color: #e75480 !important
}

.template-color-3 .kenne-login_btn:hover,
.template-color-3 .kenne-register_btn:hover {
  background: #e75480
}

.template-color-3 .kenne-cart_btn a:hover {
  background: #e75480;
  color: #ffffff !important
}

.template-color-3 .search-btn:hover {
  color: #e75480
}

.template-color-3 .reply-btn a {
  border: 1px solid #e75480;
  color: #e75480
}

.template-color-3 .reply-btn a:hover {
  background-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .banner-area-5 .banner-item .banner-content > span {
  color: #e75480
}

.template-color-3 .form-group .required {
  color: #e75480
}

.template-color-3 .kenne-contact-form_btn:hover {
  background-color: #e75480 !important;
  border-color: #e75480 !important;
  color: #ffffff
}

.template-color-3 .about-us_btn {
  background: #e75480
}

.template-color-3 .kenne-product-stock-status span.in-stock, .template-color-3 .kenne-product-stock-status span.out-stock {
  color: #e75480
}

.template-color-3 .coupon input.button:hover,
.template-color-3 .coupon2 input.button:hover {
  background: #e75480
}

.template-color-3 .cart-page-total a:hover {
  background: #e75480;
  border-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .coupon-accordion h3 {
  border-top: 3px solid #e75480
}

.template-color-3 .coupon-accordion span:hover {
  color: #e75480
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #e75480
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #e75480
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #e75480
}

.template-color-3 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #e75480
}

.template-color-3 .country-select label span.required, .template-color-3.checkout-form-list label span.required {
  color: #e75480
}

.template-color-3 .panel-title a:hover {
  color: #e75480 !important
}

.template-color-3 .order-button-payment input:hover {
  background: #e75480
}

.template-color-3 .compare-product-name a:hover {
  color: #e75480
}

.template-color-3 .modal-body button span:hover {
  color: #e75480
}

.template-color-3 .btn-close:hover {
  color: #e75480 !important
}

.template-color-3 .offcanvas-search button.search_btn:hover > i {
  color: #e75480
}

.template-color-3 .main-nav > ul > li:hover > a {
  color: #e75480
}

.template-color-3 .search-button:hover {
  color: #e75480
}

.template-color-3 .tty-slick-text-btn:hover {
  background-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #e75480;
  color: #ffffff
}

.template-color-3 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #e75480
}

.template-color-3 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #e75480 !important
}

.template-color-3 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #e75480;
  content: ""
}

.template-color-3 .product-view-mode > a.active {
  color: #e75480
}

.template-color-3 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #e75480
}

.template-color-3 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #e75480
}

.template-color-3 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #e75480
}

.template-color-3 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-3 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #e75480
}

.template-color-3 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #e75480
}

.template-color-3 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #e75480 !important
}

.template-color-3 .sticker {
  background-color: #e75480
}

.template-color-3 .sticker:before {
  border-color: transparent transparent transparent #e75480
}

.template-color-3 .new-price {
  color: #e75480
}

.template-color-3 .rating-box > ul > li {
  color: #e75480
}

.template-color-3 .add-actions > ul > li > a:hover {
  background-color: #e75480 !important;
  color: #ffffff !important
}

.template-color-3 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-3 .footer-widgets > ul > li:hover > a {
  color: #e75480;
  padding-left: 10px
}

.template-color-3 .newsletter-btn {
  background-color: #e75480;
  color: #ffffff
}

.template-color-3 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-3 .kenne-social_link > ul > li > a:hover {
  background-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a.active {
  background: #e75480;
  color: #ffffff
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #e75480
}

.template-color-3 .error-content_wrapper .error-area .error h1 {
  color: #e75480
}

.template-color-3 .error-content_wrapper .error-area .error .btn {
  background-color: #e75480
}

.template-color-3 .error-content_wrapper .error-area .error .btn:after {
  background-color: #e75480
}

.template-color-3 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #e75480
}

.template-color-3 .frequently-accordion .actives {
  border: 1px solid #e75480
}

.template-color-3 .frequently-accordion .card-header a:hover {
  color: #e75480 !important
}

.template-color-3 .kenne-tags_list li a:hover {
  background-color: #e75480;
  border-color: #e75480;
  color: #ffffff !important
}

.template-color-3 .overview-content > h2:after {
  background: #e75480
}

.template-color-3 .overview-content > h2 span {
  color: #e75480
}

.template-color-3 .count-title h2 {
  color: #e75480
}

.template-color-3 .scroll-to-top:hover {
  background-color: #e75480
}

.template-color-4 a {
  color: #242424
}

.template-color-4 a:hover {
  color: #ff00ff
}

.template-color-4 [class*="active"] > a {
  color: #ff00ff
}

.template-color-4 .loading .middle .loader {
  border: 4px solid #ff00ff
}

.template-color-4 .loading .middle .loader-inner {
  background-color: #ff00ff
}

.template-color-4 .kenne-btn:hover {
  background-color: #ff00ff
}

.template-color-4 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-4 .kenne-btn.transparent-btn:hover {
  background-color: #ff00ff;
  border: 1px solid #ff00ff
}

.template-color-4 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-4 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-4 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-4 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #ff00ff !important;
  color: #ffffff !important
}

.template-color-4 .kenne-group_btn > ul > li > a:hover {
  border-color: #ff00ff !important
}

.template-color-4 .kenne-login_btn:hover,
.template-color-4 .kenne-register_btn:hover {
  background: #ff00ff
}

.template-color-4 .kenne-cart_btn a:hover {
  background: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .search-btn:hover {
  color: #ff00ff
}

.template-color-4 .reply-btn a {
  border: 1px solid #ff00ff;
  color: #ff00ff
}

.template-color-4 .reply-btn a:hover {
  background-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .banner-area-5 .banner-item .banner-content > span {
  color: #ff00ff
}

.template-color-4 .form-group .required {
  color: #ff00ff
}

.template-color-4 .kenne-contact-form_btn:hover {
  background-color: #ff00ff !important;
  border-color: #ff00ff !important;
  color: #ffffff
}

.template-color-4 .about-us_btn {
  background: #ff00ff
}

.template-color-4 .kenne-product-stock-status span.in-stock, .template-color-4 .kenne-product-stock-status span.out-stock {
  color: #ff00ff
}

.template-color-4 .coupon input.button:hover,
.template-color-4 .coupon2 input.button:hover {
  background: #ff00ff
}

.template-color-4 .cart-page-total a:hover {
  background: #ff00ff;
  border-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .coupon-accordion h3 {
  border-top: 3px solid #ff00ff
}

.template-color-4 .coupon-accordion span:hover {
  color: #ff00ff
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #ff00ff
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #ff00ff
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #ff00ff
}

.template-color-4 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #ff00ff
}

.template-color-4 .country-select label span.required, .template-color-4.checkout-form-list label span.required {
  color: #ff00ff
}

.template-color-4 .panel-title a:hover {
  color: #ff00ff !important
}

.template-color-4 .order-button-payment input:hover {
  background: #ff00ff
}

.template-color-4 .compare-product-name a:hover {
  color: #ff00ff
}

.template-color-4 .modal-body button span:hover {
  color: #ff00ff
}

.template-color-4 .btn-close:hover {
  color: #ff00ff !important
}

.template-color-4 .offcanvas-search button.search_btn:hover > i {
  color: #ff00ff
}

.template-color-4 .main-nav > ul > li:hover > a {
  color: #ff00ff
}

.template-color-4 .search-button:hover {
  color: #ff00ff
}

.template-color-4 .tty-slick-text-btn:hover {
  background-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #ff00ff;
  color: #ffffff
}

.template-color-4 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #ff00ff
}

.template-color-4 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #ff00ff !important
}

.template-color-4 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #ff00ff;
  content: ""
}

.template-color-4 .product-view-mode > a.active {
  color: #ff00ff
}

.template-color-4 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #ff00ff
}

.template-color-4 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #ff00ff
}

.template-color-4 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #ff00ff
}

.template-color-4 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-4 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #ff00ff
}

.template-color-4 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #ff00ff
}

.template-color-4 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #ff00ff !important
}

.template-color-4 .sticker {
  background-color: #ff00ff
}

.template-color-4 .sticker:before {
  border-color: transparent transparent transparent #ff00ff
}

.template-color-4 .new-price {
  color: #ff00ff
}

.template-color-4 .rating-box > ul > li {
  color: #ff00ff
}

.template-color-4 .add-actions > ul > li > a:hover {
  background-color: #ff00ff !important;
  color: #ffffff !important
}

.template-color-4 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-4 .footer-widgets > ul > li:hover > a {
  color: #ff00ff;
  padding-left: 10px
}

.template-color-4 .newsletter-btn {
  background-color: #ff00ff;
  color: #ffffff
}

.template-color-4 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-4 .kenne-social_link > ul > li > a:hover {
  background-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a.active {
  background: #ff00ff;
  color: #ffffff
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #ff00ff
}

.template-color-4 .error-content_wrapper .error-area .error h1 {
  color: #ff00ff
}

.template-color-4 .error-content_wrapper .error-area .error .btn {
  background-color: #ff00ff
}

.template-color-4 .error-content_wrapper .error-area .error .btn:after {
  background-color: #ff00ff
}

.template-color-4 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #ff00ff
}

.template-color-4 .frequently-accordion .actives {
  border: 1px solid #ff00ff
}

.template-color-4 .frequently-accordion .card-header a:hover {
  color: #ff00ff !important
}

.template-color-4 .kenne-tags_list li a:hover {
  background-color: #ff00ff;
  border-color: #ff00ff;
  color: #ffffff !important
}

.template-color-4 .overview-content > h2:after {
  background: #ff00ff
}

.template-color-4 .overview-content > h2 span {
  color: #ff00ff
}

.template-color-4 .count-title h2 {
  color: #ff00ff
}

.template-color-4 .scroll-to-top:hover {
  background-color: #ff00ff
}

.template-color-5 a {
  color: #242424
}

.template-color-5 a:hover {
  color: #6a0dad
}

.template-color-5 [class*="active"] > a {
  color: #6a0dad
}

.template-color-5 .loading .middle .loader {
  border: 4px solid #6a0dad
}

.template-color-5 .loading .middle .loader-inner {
  background-color: #6a0dad
}

.template-color-5 .kenne-btn:hover {
  background-color: #6a0dad
}

.template-color-5 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-5 .kenne-btn.transparent-btn:hover {
  background-color: #6a0dad;
  border: 1px solid #6a0dad
}

.template-color-5 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-5 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-5 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-5 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #6a0dad !important;
  color: #ffffff !important
}

.template-color-5 .kenne-group_btn > ul > li > a:hover {
  border-color: #6a0dad !important
}

.template-color-5 .kenne-login_btn:hover,
.template-color-5 .kenne-register_btn:hover {
  background: #6a0dad
}

.template-color-5 .kenne-cart_btn a:hover {
  background: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .search-btn:hover {
  color: #6a0dad
}

.template-color-5 .reply-btn a {
  border: 1px solid #6a0dad;
  color: #6a0dad
}

.template-color-5 .reply-btn a:hover {
  background-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .banner-area-5 .banner-item .banner-content > span {
  color: #6a0dad
}

.template-color-5 .form-group .required {
  color: #6a0dad
}

.template-color-5 .kenne-contact-form_btn:hover {
  background-color: #6a0dad !important;
  border-color: #6a0dad !important;
  color: #ffffff
}

.template-color-5 .about-us_btn {
  background: #6a0dad
}

.template-color-5 .kenne-product-stock-status span.in-stock, .template-color-5 .kenne-product-stock-status span.out-stock {
  color: #6a0dad
}

.template-color-5 .coupon input.button:hover,
.template-color-5 .coupon2 input.button:hover {
  background: #6a0dad
}

.template-color-5 .cart-page-total a:hover {
  background: #6a0dad;
  border-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .coupon-accordion h3 {
  border-top: 3px solid #6a0dad
}

.template-color-5 .coupon-accordion span:hover {
  color: #6a0dad
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #6a0dad
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #6a0dad
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #6a0dad
}

.template-color-5 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #6a0dad
}

.template-color-5 .country-select label span.required, .template-color-5.checkout-form-list label span.required {
  color: #6a0dad
}

.template-color-5 .panel-title a:hover {
  color: #6a0dad !important
}

.template-color-5 .order-button-payment input:hover {
  background: #6a0dad
}

.template-color-5 .compare-product-name a:hover {
  color: #6a0dad
}

.template-color-5 .modal-body button span:hover {
  color: #6a0dad
}

.template-color-5 .btn-close:hover {
  color: #6a0dad !important
}

.template-color-5 .offcanvas-search button.search_btn:hover > i {
  color: #6a0dad
}

.template-color-5 .main-nav > ul > li:hover > a {
  color: #6a0dad
}

.template-color-5 .search-button:hover {
  color: #6a0dad
}

.template-color-5 .tty-slick-text-btn:hover {
  background-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #6a0dad;
  color: #ffffff
}

.template-color-5 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #6a0dad
}

.template-color-5 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #6a0dad !important
}

.template-color-5 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #6a0dad;
  content: ""
}

.template-color-5 .product-view-mode > a.active {
  color: #6a0dad
}

.template-color-5 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #6a0dad
}

.template-color-5 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #6a0dad
}

.template-color-5 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #6a0dad
}

.template-color-5 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-5 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #6a0dad
}

.template-color-5 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #6a0dad
}

.template-color-5 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #6a0dad !important
}

.template-color-5 .sticker {
  background-color: #6a0dad
}

.template-color-5 .sticker:before {
  border-color: transparent transparent transparent #6a0dad
}

.template-color-5 .new-price {
  color: #6a0dad
}

.template-color-5 .rating-box > ul > li {
  color: #6a0dad
}

.template-color-5 .add-actions > ul > li > a:hover {
  background-color: #6a0dad !important;
  color: #ffffff !important
}

.template-color-5 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-5 .footer-widgets > ul > li:hover > a {
  color: #6a0dad;
  padding-left: 10px
}

.template-color-5 .newsletter-btn {
  background-color: #6a0dad;
  color: #ffffff
}

.template-color-5 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-5 .kenne-social_link > ul > li > a:hover {
  background-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a.active {
  background: #6a0dad;
  color: #ffffff
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #6a0dad
}

.template-color-5 .error-content_wrapper .error-area .error h1 {
  color: #6a0dad
}

.template-color-5 .error-content_wrapper .error-area .error .btn {
  background-color: #6a0dad
}

.template-color-5 .error-content_wrapper .error-area .error .btn:after {
  background-color: #6a0dad
}

.template-color-5 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #6a0dad
}

.template-color-5 .frequently-accordion .actives {
  border: 1px solid #6a0dad
}

.template-color-5 .frequently-accordion .card-header a:hover {
  color: #6a0dad !important
}

.template-color-5 .kenne-tags_list li a:hover {
  background-color: #6a0dad;
  border-color: #6a0dad;
  color: #ffffff !important
}

.template-color-5 .overview-content > h2:after {
  background: #6a0dad
}

.template-color-5 .overview-content > h2 span {
  color: #6a0dad
}

.template-color-5 .count-title h2 {
  color: #6a0dad
}

.template-color-5 .scroll-to-top:hover {
  background-color: #6a0dad
}

.template-color-6 a {
  color: #242424
}

.template-color-6 a:hover {
  color: #ff007f
}

.template-color-6 [class*="active"] > a {
  color: #ff007f
}

.template-color-6 .loading .middle .loader {
  border: 4px solid #ff007f
}

.template-color-6 .loading .middle .loader-inner {
  background-color: #ff007f
}

.template-color-6 .kenne-btn:hover {
  background-color: #ff007f
}

.template-color-6 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-6 .kenne-btn.transparent-btn:hover {
  background-color: #ff007f;
  border: 1px solid #ff007f
}

.template-color-6 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-6 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-6 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-6 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #ff007f !important;
  color: #ffffff !important
}

.template-color-6 .kenne-group_btn > ul > li > a:hover {
  border-color: #ff007f !important
}

.template-color-6 .kenne-login_btn:hover,
.template-color-6 .kenne-register_btn:hover {
  background: #ff007f
}

.template-color-6 .kenne-cart_btn a:hover {
  background: #ff007f;
  color: #ffffff !important
}

.template-color-6 .search-btn:hover {
  color: #ff007f
}

.template-color-6 .reply-btn a {
  border: 1px solid #ff007f;
  color: #ff007f
}

.template-color-6 .reply-btn a:hover {
  background-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .banner-area-5 .banner-item .banner-content > span {
  color: #ff007f
}

.template-color-6 .form-group .required {
  color: #ff007f
}

.template-color-6 .kenne-contact-form_btn:hover {
  background-color: #ff007f !important;
  border-color: #ff007f !important;
  color: #ffffff
}

.template-color-6 .about-us_btn {
  background: #ff007f
}

.template-color-6 .kenne-product-stock-status span.in-stock, .template-color-6 .kenne-product-stock-status span.out-stock {
  color: #ff007f
}

.template-color-6 .coupon input.button:hover,
.template-color-6 .coupon2 input.button:hover {
  background: #ff007f
}

.template-color-6 .cart-page-total a:hover {
  background: #ff007f;
  border-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .coupon-accordion h3 {
  border-top: 3px solid #ff007f
}

.template-color-6 .coupon-accordion span:hover {
  color: #ff007f
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #ff007f
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #ff007f
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #ff007f
}

.template-color-6 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #ff007f
}

.template-color-6 .country-select label span.required, .template-color-6.checkout-form-list label span.required {
  color: #ff007f
}

.template-color-6 .panel-title a:hover {
  color: #ff007f !important
}

.template-color-6 .order-button-payment input:hover {
  background: #ff007f
}

.template-color-6 .compare-product-name a:hover {
  color: #ff007f
}

.template-color-6 .modal-body button span:hover {
  color: #ff007f
}

.template-color-6 .btn-close:hover {
  color: #ff007f !important
}

.template-color-6 .offcanvas-search button.search_btn:hover > i {
  color: #ff007f
}

.template-color-6 .main-nav > ul > li:hover > a {
  color: #ff007f
}

.template-color-6 .search-button:hover {
  color: #ff007f
}

.template-color-6 .tty-slick-text-btn:hover {
  background-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #ff007f;
  color: #ffffff
}

.template-color-6 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #ff007f
}

.template-color-6 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #ff007f !important
}

.template-color-6 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #ff007f;
  content: ""
}

.template-color-6 .product-view-mode > a.active {
  color: #ff007f
}

.template-color-6 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #ff007f
}

.template-color-6 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #ff007f
}

.template-color-6 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #ff007f
}

.template-color-6 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-6 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #ff007f
}

.template-color-6 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #ff007f
}

.template-color-6 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #ff007f !important
}

.template-color-6 .sticker {
  background-color: #ff007f
}

.template-color-6 .sticker:before {
  border-color: transparent transparent transparent #ff007f
}

.template-color-6 .new-price {
  color: #ff007f
}

.template-color-6 .rating-box > ul > li {
  color: #ff007f
}

.template-color-6 .add-actions > ul > li > a:hover {
  background-color: #ff007f !important;
  color: #ffffff !important
}

.template-color-6 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-6 .footer-widgets > ul > li:hover > a {
  color: #ff007f;
  padding-left: 10px
}

.template-color-6 .newsletter-btn {
  background-color: #ff007f;
  color: #ffffff
}

.template-color-6 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-6 .kenne-social_link > ul > li > a:hover {
  background-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a.active {
  background: #ff007f;
  color: #ffffff
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #ff007f
}

.template-color-6 .error-content_wrapper .error-area .error h1 {
  color: #ff007f
}

.template-color-6 .error-content_wrapper .error-area .error .btn {
  background-color: #ff007f
}

.template-color-6 .error-content_wrapper .error-area .error .btn:after {
  background-color: #ff007f
}

.template-color-6 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #ff007f
}

.template-color-6 .frequently-accordion .actives {
  border: 1px solid #ff007f
}

.template-color-6 .frequently-accordion .card-header a:hover {
  color: #ff007f !important
}

.template-color-6 .kenne-tags_list li a:hover {
  background-color: #ff007f;
  border-color: #ff007f;
  color: #ffffff !important
}

.template-color-6 .overview-content > h2:after {
  background: #ff007f
}

.template-color-6 .overview-content > h2 span {
  color: #ff007f
}

.template-color-6 .count-title h2 {
  color: #ff007f
}

.template-color-6 .scroll-to-top:hover {
  background-color: #ff007f
}

.template-color-7 a {
  color: #242424
}

.template-color-7 a:hover {
  color: #B03060
}

.template-color-7 [class*="active"] > a {
  color: #B03060
}

.template-color-7 .loading .middle .loader {
  border: 4px solid #B03060
}

.template-color-7 .loading .middle .loader-inner {
  background-color: #B03060
}

.template-color-7 .kenne-btn:hover {
  background-color: #B03060
}

.template-color-7 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-7 .kenne-btn.transparent-btn:hover {
  background-color: #B03060;
  border: 1px solid #B03060
}

.template-color-7 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-7 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-7 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-7 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #B03060 !important;
  color: #ffffff !important
}

.template-color-7 .kenne-group_btn > ul > li > a:hover {
  border-color: #B03060 !important
}

.template-color-7 .kenne-login_btn:hover,
.template-color-7 .kenne-register_btn:hover {
  background: #B03060
}

.template-color-7 .kenne-cart_btn a:hover {
  background: #B03060;
  color: #ffffff !important
}

.template-color-7 .search-btn:hover {
  color: #B03060
}

.template-color-7 .reply-btn a {
  border: 1px solid #B03060;
  color: #B03060
}

.template-color-7 .reply-btn a:hover {
  background-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .banner-area-5 .banner-item .banner-content > span {
  color: #B03060
}

.template-color-7 .form-group .required {
  color: #B03060
}

.template-color-7 .kenne-contact-form_btn:hover {
  background-color: #B03060 !important;
  border-color: #B03060 !important;
  color: #ffffff
}

.template-color-7 .about-us_btn {
  background: #B03060
}

.template-color-7 .kenne-product-stock-status span.in-stock, .template-color-7 .kenne-product-stock-status span.out-stock {
  color: #B03060
}

.template-color-7 .coupon input.button:hover,
.template-color-7 .coupon2 input.button:hover {
  background: #B03060
}

.template-color-7 .cart-page-total a:hover {
  background: #B03060;
  border-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .coupon-accordion h3 {
  border-top: 3px solid #B03060
}

.template-color-7 .coupon-accordion span:hover {
  color: #B03060
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #B03060
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #B03060
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #B03060
}

.template-color-7 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #B03060
}

.template-color-7 .country-select label span.required, .template-color-7.checkout-form-list label span.required {
  color: #B03060
}

.template-color-7 .panel-title a:hover {
  color: #B03060 !important
}

.template-color-7 .order-button-payment input:hover {
  background: #B03060
}

.template-color-7 .compare-product-name a:hover {
  color: #B03060
}

.template-color-7 .modal-body button span:hover {
  color: #B03060
}

.template-color-7 .btn-close:hover {
  color: #B03060 !important
}

.template-color-7 .offcanvas-search button.search_btn:hover > i {
  color: #B03060
}

.template-color-7 .main-nav > ul > li:hover > a {
  color: #B03060
}

.template-color-7 .search-button:hover {
  color: #B03060
}

.template-color-7 .tty-slick-text-btn:hover {
  background-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #B03060;
  color: #ffffff
}

.template-color-7 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #B03060
}

.template-color-7 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #B03060 !important
}

.template-color-7 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #B03060;
  content: ""
}

.template-color-7 .product-view-mode > a.active {
  color: #B03060
}

.template-color-7 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #B03060
}

.template-color-7 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #B03060
}

.template-color-7 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #B03060
}

.template-color-7 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-7 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #B03060
}

.template-color-7 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #B03060
}

.template-color-7 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #B03060 !important
}

.template-color-7 .sticker {
  background-color: #B03060
}

.template-color-7 .sticker:before {
  border-color: transparent transparent transparent #B03060
}

.template-color-7 .new-price {
  color: #B03060
}

.template-color-7 .rating-box > ul > li {
  color: #B03060
}

.template-color-7 .add-actions > ul > li > a:hover {
  background-color: #B03060 !important;
  color: #ffffff !important
}

.template-color-7 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-7 .footer-widgets > ul > li:hover > a {
  color: #B03060;
  padding-left: 10px
}

.template-color-7 .newsletter-btn {
  background-color: #B03060;
  color: #ffffff
}

.template-color-7 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-7 .kenne-social_link > ul > li > a:hover {
  background-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a.active {
  background: #B03060;
  color: #ffffff
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #B03060
}

.template-color-7 .error-content_wrapper .error-area .error h1 {
  color: #B03060
}

.template-color-7 .error-content_wrapper .error-area .error .btn {
  background-color: #B03060
}

.template-color-7 .error-content_wrapper .error-area .error .btn:after {
  background-color: #B03060
}

.template-color-7 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #B03060
}

.template-color-7 .frequently-accordion .actives {
  border: 1px solid #B03060
}

.template-color-7 .frequently-accordion .card-header a:hover {
  color: #B03060 !important
}

.template-color-7 .kenne-tags_list li a:hover {
  background-color: #B03060;
  border-color: #B03060;
  color: #ffffff !important
}

.template-color-7 .overview-content > h2:after {
  background: #B03060
}

.template-color-7 .overview-content > h2 span {
  color: #B03060
}

.template-color-7 .count-title h2 {
  color: #B03060
}

.template-color-7 .scroll-to-top:hover {
  background-color: #B03060
}

.template-color-8 a {
  color: #242424
}

.template-color-8 a:hover {
  color: #ffa500
}

.template-color-8 [class*="active"] > a {
  color: #ffa500
}

.template-color-8 .loading .middle .loader {
  border: 4px solid #ffa500
}

.template-color-8 .loading .middle .loader-inner {
  background-color: #ffa500
}

.template-color-8 .kenne-btn:hover {
  background-color: #ffa500
}

.template-color-8 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-8 .kenne-btn.transparent-btn:hover {
  background-color: #ffa500;
  border: 1px solid #ffa500
}

.template-color-8 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-8 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-8 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-8 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #ffa500 !important;
  color: #ffffff !important
}

.template-color-8 .kenne-group_btn > ul > li > a:hover {
  border-color: #ffa500 !important
}

.template-color-8 .kenne-login_btn:hover,
.template-color-8 .kenne-register_btn:hover {
  background: #ffa500
}

.template-color-8 .kenne-cart_btn a:hover {
  background: #ffa500;
  color: #ffffff !important
}

.template-color-8 .search-btn:hover {
  color: #ffa500
}

.template-color-8 .reply-btn a {
  border: 1px solid #ffa500;
  color: #ffa500
}

.template-color-8 .reply-btn a:hover {
  background-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .banner-area-5 .banner-item .banner-content > span {
  color: #ffa500
}

.template-color-8 .form-group .required {
  color: #ffa500
}

.template-color-8 .kenne-contact-form_btn:hover {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #ffffff
}

.template-color-8 .about-us_btn {
  background: #ffa500
}

.template-color-8 .kenne-product-stock-status span.in-stock, .template-color-8 .kenne-product-stock-status span.out-stock {
  color: #ffa500
}

.template-color-8 .coupon input.button:hover,
.template-color-8 .coupon2 input.button:hover {
  background: #ffa500
}

.template-color-8 .cart-page-total a:hover {
  background: #ffa500;
  border-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .coupon-accordion h3 {
  border-top: 3px solid #ffa500
}

.template-color-8 .coupon-accordion span:hover {
  color: #ffa500
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #ffa500
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #ffa500
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #ffa500
}

.template-color-8 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #ffa500
}

.template-color-8 .country-select label span.required, .template-color-8.checkout-form-list label span.required {
  color: #ffa500
}

.template-color-8 .panel-title a:hover {
  color: #ffa500 !important
}

.template-color-8 .order-button-payment input:hover {
  background: #ffa500
}

.template-color-8 .compare-product-name a:hover {
  color: #ffa500
}

.template-color-8 .modal-body button span:hover {
  color: #ffa500
}

.template-color-8 .btn-close:hover {
  color: #ffa500 !important
}

.template-color-8 .offcanvas-search button.search_btn:hover > i {
  color: #ffa500
}

.template-color-8 .main-nav > ul > li:hover > a {
  color: #ffa500
}

.template-color-8 .search-button:hover {
  color: #ffa500
}

.template-color-8 .tty-slick-text-btn:hover {
  background-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #ffa500;
  color: #ffffff
}

.template-color-8 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #ffa500
}

.template-color-8 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #ffa500 !important
}

.template-color-8 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #ffa500;
  content: ""
}

.template-color-8 .product-view-mode > a.active {
  color: #ffa500
}

.template-color-8 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #ffa500
}

.template-color-8 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #ffa500
}

.template-color-8 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #ffa500
}

.template-color-8 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-8 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #ffa500
}

.template-color-8 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #ffa500
}

.template-color-8 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #ffa500 !important
}

.template-color-8 .sticker {
  background-color: #ffa500
}

.template-color-8 .sticker:before {
  border-color: transparent transparent transparent #ffa500
}

.template-color-8 .new-price {
  color: #ffa500
}

.template-color-8 .rating-box > ul > li {
  color: #ffa500
}

.template-color-8 .add-actions > ul > li > a:hover {
  background-color: #ffa500 !important;
  color: #ffffff !important
}

.template-color-8 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-8 .footer-widgets > ul > li:hover > a {
  color: #ffa500;
  padding-left: 10px
}

.template-color-8 .newsletter-btn {
  background-color: #ffa500;
  color: #ffffff
}

.template-color-8 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-8 .kenne-social_link > ul > li > a:hover {
  background-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a.active {
  background: #ffa500;
  color: #ffffff
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #ffa500
}

.template-color-8 .error-content_wrapper .error-area .error h1 {
  color: #ffa500
}

.template-color-8 .error-content_wrapper .error-area .error .btn {
  background-color: #ffa500
}

.template-color-8 .error-content_wrapper .error-area .error .btn:after {
  background-color: #ffa500
}

.template-color-8 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #ffa500
}

.template-color-8 .frequently-accordion .actives {
  border: 1px solid #ffa500
}

.template-color-8 .frequently-accordion .card-header a:hover {
  color: #ffa500 !important
}

.template-color-8 .kenne-tags_list li a:hover {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #ffffff !important
}

.template-color-8 .overview-content > h2:after {
  background: #ffa500
}

.template-color-8 .overview-content > h2 span {
  color: #ffa500
}

.template-color-8 .count-title h2 {
  color: #ffa500
}

.template-color-8 .scroll-to-top:hover {
  background-color: #ffa500
}

.template-color-9 a {
  color: #242424
}

.template-color-9 a:hover {
  color: #8e4585
}

.template-color-9 [class*="active"] > a {
  color: #8e4585
}

.template-color-9 .loading .middle .loader {
  border: 4px solid #8e4585
}

.template-color-9 .loading .middle .loader-inner {
  background-color: #8e4585
}

.template-color-9 .kenne-btn:hover {
  background-color: #8e4585
}

.template-color-9 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-9 .kenne-btn.transparent-btn:hover {
  background-color: #8e4585;
  border: 1px solid #8e4585
}

.template-color-9 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-9 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-9 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-9 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #8e4585 !important;
  color: #ffffff !important
}

.template-color-9 .kenne-group_btn > ul > li > a:hover {
  border-color: #8e4585 !important
}

.template-color-9 .kenne-login_btn:hover,
.template-color-9 .kenne-register_btn:hover {
  background: #8e4585
}

.template-color-9 .kenne-cart_btn a:hover {
  background: #8e4585;
  color: #ffffff !important
}

.template-color-9 .search-btn:hover {
  color: #8e4585
}

.template-color-9 .reply-btn a {
  border: 1px solid #8e4585;
  color: #8e4585
}

.template-color-9 .reply-btn a:hover {
  background-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .banner-area-5 .banner-item .banner-content > span {
  color: #8e4585
}

.template-color-9 .form-group .required {
  color: #8e4585
}

.template-color-9 .kenne-contact-form_btn:hover {
  background-color: #8e4585 !important;
  border-color: #8e4585 !important;
  color: #ffffff
}

.template-color-9 .about-us_btn {
  background: #8e4585
}

.template-color-9 .kenne-product-stock-status span.in-stock, .template-color-9 .kenne-product-stock-status span.out-stock {
  color: #8e4585
}

.template-color-9 .coupon input.button:hover,
.template-color-9 .coupon2 input.button:hover {
  background: #8e4585
}

.template-color-9 .cart-page-total a:hover {
  background: #8e4585;
  border-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .coupon-accordion h3 {
  border-top: 3px solid #8e4585
}

.template-color-9 .coupon-accordion span:hover {
  color: #8e4585
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #8e4585
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #8e4585
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #8e4585
}

.template-color-9 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #8e4585
}

.template-color-9 .country-select label span.required, .template-color-9.checkout-form-list label span.required {
  color: #8e4585
}

.template-color-9 .panel-title a:hover {
  color: #8e4585 !important
}

.template-color-9 .order-button-payment input:hover {
  background: #8e4585
}

.template-color-9 .compare-product-name a:hover {
  color: #8e4585
}

.template-color-9 .modal-body button span:hover {
  color: #8e4585
}

.template-color-9 .btn-close:hover {
  color: #8e4585 !important
}

.template-color-9 .offcanvas-search button.search_btn:hover > i {
  color: #8e4585
}

.template-color-9 .main-nav > ul > li:hover > a {
  color: #8e4585
}

.template-color-9 .search-button:hover {
  color: #8e4585
}

.template-color-9 .tty-slick-text-btn:hover {
  background-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #8e4585;
  color: #ffffff
}

.template-color-9 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #8e4585
}

.template-color-9 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #8e4585 !important
}

.template-color-9 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #8e4585;
  content: ""
}

.template-color-9 .product-view-mode > a.active {
  color: #8e4585
}

.template-color-9 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #8e4585
}

.template-color-9 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #8e4585
}

.template-color-9 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #8e4585
}

.template-color-9 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-9 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #8e4585
}

.template-color-9 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #8e4585
}

.template-color-9 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #8e4585 !important
}

.template-color-9 .sticker {
  background-color: #8e4585
}

.template-color-9 .sticker:before {
  border-color: transparent transparent transparent #8e4585
}

.template-color-9 .new-price {
  color: #8e4585
}

.template-color-9 .rating-box > ul > li {
  color: #8e4585
}

.template-color-9 .add-actions > ul > li > a:hover {
  background-color: #8e4585 !important;
  color: #ffffff !important
}

.template-color-9 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-9 .footer-widgets > ul > li:hover > a {
  color: #8e4585;
  padding-left: 10px
}

.template-color-9 .newsletter-btn {
  background-color: #8e4585;
  color: #ffffff
}

.template-color-9 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-9 .kenne-social_link > ul > li > a:hover {
  background-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a.active {
  background: #8e4585;
  color: #ffffff
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #8e4585
}

.template-color-9 .error-content_wrapper .error-area .error h1 {
  color: #8e4585
}

.template-color-9 .error-content_wrapper .error-area .error .btn {
  background-color: #8e4585
}

.template-color-9 .error-content_wrapper .error-area .error .btn:after {
  background-color: #8e4585
}

.template-color-9 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #8e4585
}

.template-color-9 .frequently-accordion .actives {
  border: 1px solid #8e4585
}

.template-color-9 .frequently-accordion .card-header a:hover {
  color: #8e4585 !important
}

.template-color-9 .kenne-tags_list li a:hover {
  background-color: #8e4585;
  border-color: #8e4585;
  color: #ffffff !important
}

.template-color-9 .overview-content > h2:after {
  background: #8e4585
}

.template-color-9 .overview-content > h2 span {
  color: #8e4585
}

.template-color-9 .count-title h2 {
  color: #8e4585
}

.template-color-9 .scroll-to-top:hover {
  background-color: #8e4585
}

.template-color-10 a {
  color: #242424
}

.template-color-10 a:hover {
  color: #65000b
}

.template-color-10 [class*="active"] > a {
  color: #65000b
}

.template-color-10 .loading .middle .loader {
  border: 4px solid #65000b
}

.template-color-10 .loading .middle .loader-inner {
  background-color: #65000b
}

.template-color-10 .kenne-btn:hover {
  background-color: #65000b
}

.template-color-10 .kenne-btn.transparent-btn {
  border: 1px solid #e5e5e5
}

.template-color-10 .kenne-btn.transparent-btn:hover {
  background-color: #65000b;
  border: 1px solid #65000b
}

.template-color-10 .kenne-btn.transparent-btn.transparent-btn-2 {
  color: #242424 !important;
  text-transform: capitalize
}

.template-color-10 .kenne-btn.transparent-btn.transparent-btn-2:hover {
  color: #ffffff !important
}

.template-color-10 .kenne-btn.transparent-btn.black-color {
  border: 1px solid #000000;
  color: #000000 !important
}

.template-color-10 .kenne-btn.transparent-btn.black-color:hover {
  border-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .kenne-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #65000b !important;
  color: #ffffff !important
}

.template-color-10 .kenne-group_btn > ul > li > a:hover {
  border-color: #65000b !important
}

.template-color-10 .kenne-login_btn:hover,
.template-color-10 .kenne-register_btn:hover {
  background: #65000b
}

.template-color-10 .kenne-cart_btn a:hover {
  background: #65000b;
  color: #ffffff !important
}

.template-color-10 .search-btn:hover {
  color: #65000b
}

.template-color-10 .reply-btn a {
  border: 1px solid #65000b;
  color: #65000b
}

.template-color-10 .reply-btn a:hover {
  background-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .banner-area-5 .banner-item .banner-content > span {
  color: #65000b
}

.template-color-10 .form-group .required {
  color: #65000b
}

.template-color-10 .kenne-contact-form_btn:hover {
  background-color: #65000b !important;
  border-color: #65000b !important;
  color: #ffffff
}

.template-color-10 .about-us_btn {
  background: #65000b
}

.template-color-10 .kenne-product-stock-status span.in-stock, .template-color-10 .kenne-product-stock-status span.out-stock {
  color: #65000b
}

.template-color-10 .coupon input.button:hover,
.template-color-10 .coupon2 input.button:hover {
  background: #65000b
}

.template-color-10 .cart-page-total a:hover {
  background: #65000b;
  border-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .coupon-accordion h3 {
  border-top: 3px solid #65000b
}

.template-color-10 .coupon-accordion span:hover {
  color: #65000b
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #65000b
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #65000b
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #65000b
}

.template-color-10 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #65000b
}

.template-color-10 .country-select label span.required, .template-color-10.checkout-form-list label span.required {
  color: #65000b
}

.template-color-10 .panel-title a:hover {
  color: #65000b !important
}

.template-color-10 .order-button-payment input:hover {
  background: #65000b
}

.template-color-10 .compare-product-name a:hover {
  color: #65000b
}

.template-color-10 .modal-body button span:hover {
  color: #65000b
}

.template-color-10 .btn-close:hover {
  color: #65000b !important
}

.template-color-10 .offcanvas-search button.search_btn:hover > i {
  color: #65000b
}

.template-color-10 .main-nav > ul > li:hover > a {
  color: #65000b
}

.template-color-10 .search-button:hover {
  color: #65000b
}

.template-color-10 .tty-slick-text-btn:hover {
  background-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #65000b;
  color: #ffffff
}

.template-color-10 .minicart-wrap > a.minicart-btn .minicart-count_area i {
  color: #65000b
}

.template-color-10 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #65000b !important
}

.template-color-10 .megamenu-holder > ul > li > span.megamenu-title:before {
  background-color: #65000b;
  content: ""
}

.template-color-10 .product-view-mode > a.active {
  color: #65000b
}

.template-color-10 .section-title .product-tab > ul.product-menu > li > a.active {
  color: #65000b
}

.template-color-10 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #65000b
}

.template-color-10 .kenne-paginatoin-area .kenne-pagination-box.primary-color {
  border: 2px solid #65000b
}

.template-color-10 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li:last-child > a {
  border-right: 0
}

.template-color-10 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li.active > a {
  color: #65000b
}

.template-color-10 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a {
  border-right: 1px solid #65000b
}

.template-color-10 .kenne-paginatoin-area .kenne-pagination-box.primary-color > li > a:hover {
  color: #65000b !important
}

.template-color-10 .sticker {
  background-color: #65000b
}

.template-color-10 .sticker:before {
  border-color: transparent transparent transparent #65000b
}

.template-color-10 .new-price {
  color: #65000b
}

.template-color-10 .rating-box > ul > li {
  color: #65000b
}

.template-color-10 .add-actions > ul > li > a:hover {
  background-color: #65000b !important;
  color: #ffffff !important
}

.template-color-10 .footer-widgets > ul > li > a {
  padding-left: 0
}

.template-color-10 .footer-widgets > ul > li:hover > a {
  color: #65000b;
  padding-left: 10px
}

.template-color-10 .newsletter-btn {
  background-color: #65000b;
  color: #ffffff
}

.template-color-10 .newsletter-btn:hover {
  background-color: #242424
}

.template-color-10 .kenne-social_link > ul > li > a:hover {
  background-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a.active {
  background: #65000b;
  color: #ffffff
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #65000b
}

.template-color-10 .error-content_wrapper .error-area .error h1 {
  color: #65000b
}

.template-color-10 .error-content_wrapper .error-area .error .btn {
  background-color: #65000b
}

.template-color-10 .error-content_wrapper .error-area .error .btn:after {
  background-color: #65000b
}

.template-color-10 .error-content_wrapper .error-area .error .searchform button.searchform__submit {
  background-color: #65000b
}

.template-color-10 .frequently-accordion .actives {
  border: 1px solid #65000b
}

.template-color-10 .frequently-accordion .card-header a:hover {
  color: #65000b !important
}

.template-color-10 .kenne-tags_list li a:hover {
  background-color: #65000b;
  border-color: #65000b;
  color: #ffffff !important
}

.template-color-10 .overview-content > h2:after {
  background: #65000b
}

.template-color-10 .overview-content > h2 span {
  color: #65000b
}

.template-color-10 .count-title h2 {
  color: #65000b
}

.template-color-10 .scroll-to-top:hover {
  background-color: #65000b
}

.arrow-style .tty-slick-text-btn,
.transparent-arrow .tty-slick-text-btn,
.arrow-style-2 .tty-slick-text-btn {
  -ms-transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 50px;
  left: auto;
  line-height: 50px;
  position: absolute;
  right: 5%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 1
}

.arrow-style .tty-slick-text-btn.tty-slick-text-next,
.transparent-arrow .tty-slick-text-btn.tty-slick-text-next,
.arrow-style-2 .tty-slick-text-btn.tty-slick-text-next {
  bottom: 50%;
  margin-bottom: 30px;
  top: auto
}

.arrow-style .tty-slick-text-btn:hover,
.transparent-arrow .tty-slick-text-btn:hover,
.arrow-style-2 .tty-slick-text-btn:hover {
  background-color: #242424
}

.arrow-style .slick-next,
.transparent-arrow .slick-next,
.arrow-style-2 .slick-next {
  left: auto;
  right: 0
}

.arrow-style:hover .slick-arrow,
.transparent-arrow:hover .slick-arrow,
.arrow-style-2:hover .slick-arrow {
  opacity: 1;
  visibility: visible
}

.transparent-arrow .slick-arrow {
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  color: #ffffff
}

.transparent-arrow .slick-arrow:hover {
  border-color: #242424
}

.arrow-style-2 .tty-slick-text-btn,
.arrow-style-3 .tty-slick-text-btn {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: #ffffff
}

.arrow-style-2 .tty-slick-text-btn.tty-slick-text-prev,
.arrow-style-3 .tty-slick-text-btn.tty-slick-text-prev {
  left: 15px;
  right: auto
}

.arrow-style-2 .tty-slick-text-btn.tty-slick-text-next,
.arrow-style-3 .tty-slick-text-btn.tty-slick-text-next {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  left: auto;
  margin-bottom: 0;
  right: 15px;
  transform: translateY(50%)
}

.arrow-style-2.arrow-style-3 .tty-slick-text-btn,
.arrow-style-3.arrow-style-3 .tty-slick-text-btn {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.arrow-style-4 .slick-arrow {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  background-color: #f47321;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%
}

.arrow-style-4 .slick-arrow:hover {
  background-color: #242424
}

.arrow-style-4 .slick-arrow.tty-slick-text-prev {
  margin-bottom: 5px
}

.arrow-style-4 .slick-arrow.tty-slick-text-next {
  margin-top: 5px
}

.arrow-style-4 .slick-arrow > i {
  -ms-transform: rotate(87deg);
  -webkit-transform: rotate(87deg);
  display: block;
  transform: rotate(87deg)
}

.product-arrow,
.latest-blog_arrow,
.list-product_arrow {
  background-color: #ffffff;
  padding-left: 25px;
  z-index: 2
}

.product-arrow .tty-slick-text-btn,
.latest-blog_arrow .tty-slick-text-btn,
.list-product_arrow .tty-slick-text-btn {
  background-color: #f5f5f5;
  border-radius: 100%;
  height: 40px;
  line-height: 41px;
  width: 40px
}

@media (max-width: 479px) {
  .product-arrow .tty-slick-text-btn,
  .latest-blog_arrow .tty-slick-text-btn,
  .list-product_arrow .tty-slick-text-btn {
    width: 30px;
  height: 30px;
  line-height: 30px
}

}

.product-arrow .tty-slick-text-btn.tty-slick-text-prev,
.latest-blog_arrow .tty-slick-text-btn.tty-slick-text-prev,
.list-product_arrow .tty-slick-text-btn.tty-slick-text-prev {
  margin-right: 15px
}

.product-tab_arrow .tty-slick-text-btn {
  background-color: #f5f5f5;
  border-radius: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: -55px;
  width: 40px;
  z-index: 2
}

.product-tab_arrow .tty-slick-text-btn.tty-slick-text-prev {
  right: 50px
}

.mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-minicart_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner {
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.97);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: -285px;
  top: 0;
  transition: all 500ms ease;
  visibility: hidden;
  width: 285px;
  z-index: 9999
}

@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-menu-inner,
  .offcanvas-minicart_wrapper .offcanvas-menu-inner,
  .offcanvas-search_wrapper .offcanvas-menu-inner {
    width: 260px
}

}

.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_logo {
  padding: 30px 0;
  text-align: center
}

.mobile-menu_wrapper.open .offcanvas-menu-inner,
.offcanvas-minicart_wrapper.open .offcanvas-menu-inner,
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  left: auto;
  opacity: 1;
  right: 0;
  visibility: visible;
  z-index: 999
}

.btn-close {
  background: #242424;
  font-size: 24px;
  height: 60px;
  left: -60px;
  line-height: 60px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 10
}

@media (max-width: 479px) {
  .btn-close {
    left: -50px;
  width: 50px
}

}

.btn-close:hover > i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.btn-close > i {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  display: block;
  transform: rotate(0)
}

.btn-close.white-close_btn {
  color: #ffffff !important
}

.offcanvas-navigation .mobile-menu > li {
  border-bottom: 1px solid #e5e5e5;
  height: 100%
}

.offcanvas-navigation .mobile-menu > li > a span {
  position: relative
}

.offcanvas-navigation .mobile-menu li {
  position: relative
}

.offcanvas-navigation .mobile-menu li > .menu-expand {
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  line-height: 40px;
  margin-right: 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  width: 50px
}

.offcanvas-navigation .mobile-menu li a {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase
}

.offcanvas-navigation .mobile-menu li .sub-menu {
  max-height: 100px;
  overflow-y: auto;
  padding-left: 10px
}

.offcanvas-navigation .mobile-menu li .sub-menu li a {
  font-size: 13px;
  text-transform: capitalize
}

.offcanvas-navigation .mobile-menu li.menu-open > .menu-expand i:before {
  content: '\f462'
}

.user-setting_area {
  padding-top: 25px
}

.user-setting_area > ul > li > a > span {
  text-transform: capitalize
}

.offcanvas-menu_wrapper {
  text-align: center
}

.offcanvas-menu_wrapper .offcanvas-menu-inner {
  -ms-transform-origin: 0 0 0;
  -ms-transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  background: #ffffff;
  height: 100%;
  left: auto;
  min-height: 600px;
  overflow-y: auto;
  padding: 25px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  visibility: hidden;
  width: 375px;
  z-index: 9999
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #242424;
  display: inline-block;
  font-size: 24px;
  height: auto;
  left: auto;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: auto;
  width: auto;
  z-index: 10
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close:hover {
  background: transparent
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component {
  padding-top: 30px;
  text-align: left
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component.first-child {
  padding-top: 35px
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_title {
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  text-transform: uppercase
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li {
  display: inline-block;
  padding-right: 40px;
  position: relative
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child {
  padding-right: 0
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:after {
  background: #e5e5e5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child:after {
  background: transparent
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link {
  bottom: 30px;
  position: absolute
}

.offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  top: 0;
  transform: scaleY(1);
  visibility: visible
}

.offcanvas-menu_wrapper .offcanvas-inner_logo {
  padding: 25px 0
}

.offcanvas-menu_wrapper .short-desc {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px
}

.offcanvas-menu_wrapper .short-desc > p {
  margin-bottom: 0
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner {
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  padding: 60px !important;
  width: 450px
}

@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    width: 100%;
  padding: 60px 15px !important
}

}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #242424;
  left: auto;
  right: 0;
  top: 0
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  margin-bottom: 0;
  padding-bottom: 25px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
  max-height: 310px;
  overflow: auto;
  position: relative
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li {
  padding-bottom: 30px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li:last-child {
  padding-bottom: 0
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
  position: absolute;
  right: 15px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img {
  -ms-flex-preferred-size: 70px;
  -webkit-flex-basis: 70px;
  border: 1px solid #e5e5e5;
  flex-basis: 70px;
  max-width: 70px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content {
  -ms-flex-preferred-size: calc(100% - 70px);
  -webkit-flex-basis: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px
}

@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
    font-size: 14px
}

}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total {
  -moz-align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 25px 0
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
  padding-bottom: 15px
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
  color: #ffffff !important;
  height: 60px;
  line-height: 60px
}

.offcanvas-search_wrapper .offcanvas-menu-inner {
  -ms-transform-origin: left;
  -ms-transform: scaleX(0);
  -o-transition: all 500ms ease;
  -webkit-transform-origin: left;
  -webkit-transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  background-color: #242424;
  opacity: 0.97;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 500ms ease;
  visibility: visible;
  width: 100%
}

.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #242424;
  color: #ffffff;
  font-size: 45px;
  left: auto;
  right: 15px;
  top: 15px
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #242424;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 25%);
  z-index: 9
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox {
  position: relative
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  -ms-transform-origin: top bottom;
  -ms-transform: scaleY(0);
  -o-transition: 1.3s ease-in-out;
  -webkit-transform-origin: top bottom;
  -webkit-transform: scaleY(0);
  -webkit-transition: 1.3s ease-in-out;
  background-color: #333333;
  border: 0;
  color: #ffffff;
  height: 100px;
  line-height: 100px;
  padding: 0 100px 0 25px;
  transform-origin: top bottom;
  transform: scaleY(0);
  transition: 1.3s ease-in-out;
  width: 100%
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-webkit-input-placeholder {
  color: #ffffff
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-moz-placeholder {
  color: #ffffff
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input:-ms-input-placeholder {
  color: #ffffff
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-ms-input-placeholder {
  color: #ffffff
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::placeholder {
  color: #ffffff
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 48px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%)
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  left: auto;
  padding: 0;
  right: 0;
  transform: scaleX(1);
  visibility: visible
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

@media (max-width: 575px) {
  .home-slider .slide-item {
    background-position: left
}

}

.home-slider .slide-item .slide-content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.home-slider .slide-item .slide-content > span {
  display: block;
  font-size: 18px;
  padding-bottom: 15px
}

@media (max-width: 991px) {
  .home-slider .slide-item .slide-content > span {
    font-size: 14px
}

}

.home-slider .slide-item .slide-content > h2 {
  font-family: 'Prata', serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .home-slider .slide-item .slide-content > h2 {
    font-size: 40px
}

}

@media (max-width: 575px) {
  .home-slider .slide-item .slide-content > h2 {
    font-size: 30px
}

}

.home-slider .slide-item .slide-content > p {
  font-size: 16px;
  margin-bottom: 95px
}

@media (max-width: 991px) {
  .home-slider .slide-item .slide-content > p {
    font-size: 14px;
  margin-bottom: 30px
}

}

.home-slider .slide-item .slide-content > p.short-desc {
  max-width: 60%
}

@media (max-width: 575px) {
  .home-slider .slide-item .slide-content > p.short-desc {
    max-width: 85%
}

}

.home-slider .slide-item .slide-content > p.short-desc-2 {
  max-width: 100%
}

@media (max-width: 575px) {
  .home-slider .tty-slick-text-btn {
    display: none !important
}

}

.white-color span,
.white-color h2,
.white-color p {
  color: #ffffff
}

.bg-1,
.bg-2 {
  background-image: url("../images/slider/1-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 940px
}

@media (max-width: 991px) {
  .bg-1,
  .bg-2 {
    min-height: 430px
}

}

@media (max-width: 575px) {
  .bg-1,
  .bg-2 {
    min-height: 380px
}

}

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

.bg-3,
.bg-4 {
  background-image: url("../images/slider/2-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 695px
}

@media (max-width: 991px) {
  .bg-3,
  .bg-4 {
    min-height: 430px
}

}

@media (max-width: 575px) {
  .bg-3,
  .bg-4 {
    min-height: 380px
}

}

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

.bg-5,
.bg-6 {
  background-image: url("../images/slider/1-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 635px
}

@media (max-width: 991px) {
  .bg-5,
  .bg-6 {
    min-height: 430px
}

}

@media (max-width: 575px) {
  .bg-5,
  .bg-6 {
    min-height: 380px
}

}

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

.slider-progress {
  -webkit-animation: initial;
  animation: initial;
  background: rgba(0, 0, 0, 0.3);
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 4
}

.slick-current .slider-progress {
  -webkit-animation: timebar 8s ease-in-out 0s 1 backwards;
  animation: timebar 8s ease-in-out 0s 1 backwards
}

@-webkit-keyframes timebar {
  0% {
    width: 0
}

100% {
  width: 100%
}

}

@keyframes timebar {
  0% {
    width: 0
}

}




.kenne-btn-ps_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center
}

.kenne-btn-ps_center.kenne-btn-ps_left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.kenne-btn-ps_center.kenne-btn-ps_right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.kenne-btn {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: #242424;
  border-radius: 25px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  color: #ffffff !important;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 175px
}

.kenne-btn.transparent-btn {
  background-color: transparent
}

.kenne-btn.kenne-btn_fullwidth {
  width: 100%
}

.kenne-btn.kenne-btn_sm {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  width: 100%
}

.kenne-btn.black-color {
  border: 1px solid #000000;
  font-size: 14px
}

.kenne-btn.square-btn {
  border-radius: 0
}

.service-area .service-nav {
  padding: 90px 0 0
}

.service-area .service-nav .service-item {
  position: relative;
  text-align: center
}

.service-area .service-nav .service-item:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #e5e5e5;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

@media (max-width: 767px) {
  .service-area .service-nav .service-item:before {
    display: none
}

}

.service-area .service-nav .service-item .content > h4 {
  font-size: 16px;
  margin-bottom: 10px
}

.service-area .service-nav .service-item .content > p {
  margin-bottom: 0
}

.service-area .service-nav [class*="col-"]:last-child .service-item:before {
  background-color: transparent
}

@media (max-width: 767px) {
  .service-area .service-nav [class*="col-"]:not(:last-child) .service-item {
    padding-bottom: 25px
}

}



.banner-area {
  padding: 90px 0 0
}

.banner-area .banner-item > .banner-img > a img {
  width: 100%
}

@media (max-width: 767px) {
  .banner-area [class*="col-"]:not(:last-child) .banner-item {
    padding-bottom: 30px
}

}

.banner-area.banner-area-2 {
  padding: 90px 0 0
}

.banner-area-3 {
  padding: 90px 0 0
}

@media (max-width: 991px) {
  .banner-area-3 [class*="col-"]:not(:last-child) {
    padding-bottom: 30px
}

}


.kenne-banner_area-4 {
  background-image: url("../images/banner/1-6.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
  min-height: 565px;
  padding-top: 0;
  position: relative
}

.kenne-banner_area-4:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.kenne-banner_area-4 .banner-content {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32%
}

@media (max-width: 1500px) {
  .kenne-banner_area-4 .banner-content {
    width: 45%
}

}

@media (max-width: 1199px) {
  .kenne-banner_area-4 .banner-content {
    width: 55%
}

}

@media (max-width: 991px) {
  .kenne-banner_area-4 .banner-content {
    width: 70%
}

}

@media (max-width: 991px) {
  .kenne-banner_area-4 .banner-content {
    width: 95%
}

}

.kenne-banner_area-4 .banner-content h3,
.kenne-banner_area-4 .banner-content p,
.kenne-banner_area-4 .banner-content a {
  color: #ffffff
}

.kenne-banner_area-4 .banner-content > h3 {
  font-size: 45px;
  margin-bottom: 0;
  padding-bottom: 15px
}

@media (max-width: 575px) {
  .kenne-banner_area-4 .banner-content > h3 {
    font-size: 30px
}

}

.kenne-banner_area-4 .banner-content > p {
  margin-bottom: 0;
  padding-bottom: 15px
}

.kenne-banner_area-4 .banner-content > .contact-us {
  padding-bottom: 25px
}

.kenne-banner_area-4 .banner-content > .contact-us > a {
  font-weight: 600
}

.kenne-banner_area-4 .banner-content > .kenne-btn-ps_center > a.kenne-btn {
  border-radius: 4px
}

.banner-area-5 {
  padding: 90px 0 0
}

.banner-area-5 .banner-item {
  position: relative
}

.banner-area-5 .banner-item .banner-img {
  background-image: url("../images/banner/2-6.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 330px
}

@media (max-width: 479px) {
  .banner-area-5 .banner-item .banner-img {
    background-position: left
}

}

.banner-area-5 .banner-item .banner-content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 575px) {
  .banner-area-5 .banner-item .banner-content {
    left: 10%
}

}

@media (max-width: 479px) {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  .banner-area-5 .banner-item .banner-content {
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

}

.banner-area-5 .banner-item .banner-content > span {
  display: block;
  font-weight: 500;
  letter-spacing: 4px;
  padding-bottom: 10px;
  text-transform: uppercase
}

.banner-area-5 .banner-item .banner-content > h3 {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 25px
}

@media (max-width: 991px) {
  .banner-area-5 .banner-item .banner-content > h3 {
    font-size: 20px
}

}

@media (max-width: 991px) {
  .banner-area-5 .banner-item .banner-content .kenne-btn {
    width: 100px;
  font-size: 12px;
  height: 30px;
  line-height: 29px;
  text-transform: capitalize
}

}



.product-area {
  padding: 90px 0 0
}

.product-area.pb-90 {
  padding-bottom: 90px
}

.product-item {
  margin: 10px 0
}

.product-item .single-product {
  border: 1px solid #e5e5e5;
  padding: 20px
}

.product-item .single-product .product-img {
  position: relative;
  text-align: center
}

.product-item .single-product .product-img > a {
  display: block
}

.product-item .single-product .product-img > a img {
  width: 100%
}

.product-item .single-product .product-img > a .secondary-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.product-item .single-product .product-img:hover .secondary-img {
  opacity: 1
}

.product-item .single-product .product-img .add-actions {
  -ms-transform: translateY(-50%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  background-color: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9
}

.product-item .single-product .product-img .add-actions > ul > li {
  display: block
}

.product-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  height: 35px;
  line-height: 36px;
  text-align: center;
  width: 0
}

.product-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 20px
}

.product-item .single-product .product-content {
  padding-top: 30px
}

.product-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 16px
}

.product-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through
}

.product-item .single-product .product-content .product-desc_info .product-category {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative
}

.product-item .single-product .product-content .product-desc_info .product-category a {
  display: block;
  font-size: 14px
}

.product-item .single-product .product-content .product-desc_info .product-category a:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #bbbbbb;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.product-item .single-product .product-content .product-desc_info h3.product-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px
}

.product-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px
}

.product-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block
}

.product-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 18px
}

.product-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.product-item .single-product:hover .product-img .add-actions {
  opacity: 1
}

.product-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px
}

.list-product_area {
  padding-top: 80px
}

.list-product_area .section-title {
  margin-bottom: 25px
}

@media (max-width: 479px) {
  .list-product_area .section-title > h3 {
    font-size: 16px;
  padding-left: 0;
  padding-right: 10px
}

}

.list-product_area .list-product_slider .product-item {
  border: 1px solid #e5e5e5;
  margin: 15px 0
}

.list-product_area .list-product_slider .product-item .single-product {
  border: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 20px
}

@media (max-width: 479px) {
  .list-product_area .list-product_slider .product-item .single-product {
    display: block
}

}

.list-product_area .list-product_slider .product-item .single-product .product-img {
  -ms-flex: 0 0 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px
}

.list-product_area .list-product_slider .product-item .single-product .product-content {
  padding-left: 15px;
  padding-top: 0
}

@media (max-width: 479px) {
  .list-product_area .list-product_slider .product-item .single-product .product-content {
    padding-bottom: 30px
}

}

.list-product_area .list-product_slider .product-item .single-product .product-content span.manufacture-product {
  display: block;
  padding-bottom: 5px
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions {
  opacity: 0
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li {
  display: inline-block
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li > a {
  background-color: #f5f5f5;
  padding: 10px
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li i {
  font-size: 18px
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:not(:last-child) {
  margin-right: 5px
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:nth-child(2) > a {
  padding: 10px 20px
}

@media (max-width: 991px) {
  .list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:nth-child(2) > a {
    padding: 10px 8px
}

}

.list-product_area .list-product_slider .product-item .single-product:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.list-product_area .list-product_slider .product-item .single-product:hover .add-actions {
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 1;
  transform: translateY(20px)
}

.list-product_area .list-product_slider .slick-list {
  margin: -15px
}

.product-tab_area {
  padding: 95px 0 0
}

.product-tab_area .section-title {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px
}

@media (max-width: 479px) {
  .product-tab_area .section-title {
    display: block
}

.product-tab_area .section-title:before {
  display: none
}

.product-tab_area .section-title > h3 {
  padding-right: 0
}

}

.product-tab_area .section-title .product-tab {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 25px;
  padding-right: 120px;
  position: relative;
  z-index: 2
}

@media (max-width: 479px) {
  .product-tab_area .section-title .product-tab {
    padding-left: 0;
  padding-top: 15px
}

}

.product-tab_area .section-title .product-tab > ul.product-menu > li {
  margin-right: 15px
}

.product-tab_area .section-title .product-tab > ul.product-menu > li:last-child {
  margin-right: 0
}

.product-tab_area-2 {
  background-color: #ffffff
}

.product-tab_area-2 .short-desc {
  margin: 0 auto;
  text-align: center
}

.product-tab_area-2 .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 15px
}

.product-tab_area-2 .product-tab {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 25px
}

@media (max-width: 767px) {
  .product-tab_area-2 .product-tab {
    display: block
}

}

@media (max-width: 767px) {
  .product-tab_area-2 .product-tab .kenne-tab_title {
    padding-bottom: 20px
}

}

.product-tab_area-2 .product-tab .kenne-tab_title > h4 {
  margin-bottom: 0;
  text-transform: uppercase
}

@media (max-width: 991px) {
  .product-tab_area-2 .product-tab .kenne-tab_title > h4 {
    font-size: 20px
}

}

@media (max-width: 479px) {
  .product-tab_area-2 .product-tab > ul.product-menu {
    display: block;
  text-align: center;
  width: 100%
}

}

.product-tab_area-2 .product-tab > ul.product-menu > li > a {
  display: block;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase
}

@media (max-width: 991px) {
  .product-tab_area-2 .product-tab > ul.product-menu > li > a {
    padding: 0 15px;
  font-size: 14px
}

}

@media (max-width: 479px) {
  .product-tab_area-2 .product-tab > ul.product-menu > li > a {
    padding: 0 0 10px 0
}

}

.product-tab_area-2 .product-tab > ul.product-menu > li > a.active {
  color: #f47321
}

.product-tab_area-2 .product-tab > ul.product-menu > li > a:after {
  background-color: #bbbbbb;
  content: "";
  height: 2px;
  position: absolute;
  right: -9px;
  top: 50%;
  width: 18px
}

@media (max-width: 991px) {
  .product-tab_area-2 .product-tab > ul.product-menu > li > a:after {
    width: 10px;
  right: -5px
}

}

@media (max-width: 575px) {
  .product-tab_area-2 .product-tab > ul.product-menu > li > a:after {
    display: none
}

}

.product-tab_area-2 .product-tab > ul.product-menu > li:last-child > a {
  padding-right: 0
}

@media (max-width: 479px) {
  .product-tab_area-2 .product-tab > ul.product-menu > li:last-child > a {
    padding: 0
}

}

.product-tab_area-2 .product-tab > ul.product-menu > li:last-child > a:after {
  display: none
}

.brand-area.pt-90 {
  padding-top: 90px
}

.brand-area .brand-nav.border-top {
  border-top: 1px solid #e5e5e5
}

.brand-area .brand-nav.border-bottom {
  border-bottom: 1px solid #e5e5e5
}

.brand-area .brand-nav .brand-slider {
  overflow: hidden
}

.brand-area .brand-nav .brand-slider .brand-item {
  padding: 45px 0 40px
}

.newsletter-form_wrap .subscribe-form {
  position: relative
}

.newsletter-form_wrap .subscribe-form .newsletter-input {
  border: 1px solid #e5e5e5;
  height: 50px;
  padding: 0 70px 0 20px;
  width: 100%
}

.newsletter-form_wrap .subscribe-form .newsletter-btn {
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px
}

.kenne-social_link {
  padding-top: 25px
}

.kenne-social_link > ul > li {
  display: inline-block;
  padding-right: 10px
}

@media (max-width: 575px) {
  .kenne-social_link > ul > li {
    padding-right: 5px
}

}

.kenne-social_link > ul > li:last-child {
  padding-right: 0
}

.kenne-social_link > ul > li > a {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px
}

@media (max-width: 575px) {
  .kenne-social_link > ul > li > a {
    width: 32px;
  height: 32px;
  line-height: 32px
}

}




.slick-active .animation-style-01 .slide-content > span {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInLeft
}

.slick-active .animation-style-01 .slide-content > h2 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 1s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInLeft
}

.slick-active .animation-style-01 .slide-content > p {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 1.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInLeft
}

.slick-active .animation-style-01 .slide-content > .slide-btn {
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 2.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
  animation-name: fadeInLeft
}

@-webkit-keyframes kenSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
  opacity: 0;
  transform: translateY(250px)
}

100% {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0)
}

}

@keyframes kenSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
  opacity: 0;
  transform: translateY(250px)
}

}


@-webkit-keyframes kenSlideInDown {
  0% {
    -webkit-transform: translateY(0);
  transform: translateY(0)
}

100% {
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}

}

@keyframes kenSlideInDown {
  0% {
    -webkit-transform: translateY(0);
  transform: translateY(0)
}

}

.kenSlideInDown {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

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

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
  transform: translateX(340px)
}

100% {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
  transform: translateX(340px)
}

}



.breadcrumb-area {
  background-image: url("../images/breadcrumb/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 225px;
  position: relative
}

.breadcrumb-area .breadcrumb-content {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-content {
    width: 100%
}

}

.breadcrumb-area .breadcrumb-content > h2 {
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase
}

@media (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-content > h2 {
    font-size: 20px
}

}

.breadcrumb-area .breadcrumb-content ul > li {
  display: inline-block;
  padding-left: 20px;
  position: relative
}

.breadcrumb-area .breadcrumb-content ul > li:first-child {
  padding-left: 0
}

.breadcrumb-area .breadcrumb-content ul > li:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%)
}

.breadcrumb-area .breadcrumb-content ul > li:last-child:before {
  display: none
}

.modal-wrapper {
  display: block !important
}

.modal-wrapper.modal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  z-index: -9
}

.modal-wrapper.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  visibility: visible;
  z-index: 1050
}

.modal-wrapper .modal-dialog {
  max-width: 86%
}

.modal-wrapper .modal-dialog .modal-content {
  height: 755px;
  overflow-y: auto;
  padding: 30px 30px 25px
}

.modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0
}

.modal-wrapper .modal-dialog .modal-content .modal-body .close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 99
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 30px !important
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider {
  border: 1px solid #e5e5e5
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav {
  margin-top: 30px;
  padding: 0 60px
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav {
    padding: 0
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide img {
  border: 1px solid #e5e5e5;
  opacity: 0.7;
  width: 100%
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide.slick-current img {
  opacity: 1
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide:hover img {
  opacity: 1
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .tty-slick-text-btn {
    display: none !important
}

}

@media (max-width: 991px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content {
    padding-top: 25px
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 20px
}

@media (max-width: 1199px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
    font-size: 18px
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .rating-box {
  padding-bottom: 15px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .rating-box > ul > li {
  display: inline-block
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box {
  padding-bottom: 10px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
  font-size: 24px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
  font-size: 16px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .old-price {
  color: #bbbbbb;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .essential_stuff {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .color-list_area {
  margin-top: 15px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity {
  padding-top: 15px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn {
  padding-top: 22px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li {
  display: inline-block;
  margin-left: 5px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li:first-child {
  margin-left: 0
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li > a {
  border: 2px solid #e5e5e5;
  display: block;
  height: 50px;
  line-height: 47px;
  text-align: center;
  width: 50px
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li > a {
    width: 40px;
  height: 40px;
  line-height: 40px
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li > a.add-to_cart {
  background-color: #242424;
  border: 2px solid #242424;
  color: #ffffff;
  width: 140px
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li > a.add-to_cart {
    width: 95px
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-group_btn > ul > li > a > i {
  font-size: 18px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-tag-line {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 20px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-tag-line h6 {
  margin-bottom: 0;
  padding-right: 5px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-tag-line > span {
  padding-right: 5px
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-tag-line > a {
    font-size: 14px
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn {
  padding-top: 17px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li {
  display: inline-block;
  opacity: 0.8;
  position: relative
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li > a {
  background: #3b579d;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 5px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li > a:hover {
  color: #ffffff !important
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li > a > i {
  padding-right: 5px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li:nth-child(2) > a {
  background-color: #3acaff
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li:nth-child(3) > a {
  background-color: #fe6d4c
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li:hover {
  opacity: 1
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown {
  -ms-transform-origin: 0 0 0;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  bottom: 25px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  padding: 4px;
  position: absolute;
  transform-origin: 0 0 0;
  visibility: hidden;
  width: 165px;
  z-index: 99
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown {
    left: auto;
  right: 0
}

}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown > li {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown > li:hover {
  background-color: #3b579d;
  color: #ffffff
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li .dropdown > li > i {
  -ms-flex-preferred-size: 30px;
  -webkit-flex-basis: 30px;
  flex-basis: 30px;
  text-align: center;
  width: 30px
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .kenne-social_btn > ul > li:hover > .dropdown {
  opacity: 1;
  visibility: visible
}

.kenne-instagram_area {
  padding: 95px 0
}

.kenne-instagram_area .kenne-section_area {
  padding-bottom: 40px;
  text-align: center
}

.kenne-instagram_area .kenne-section_area > p {
  margin: 0 auto;
  max-width: 40%
}

@media (max-width: 1500px) {
  .kenne-instagram_area .kenne-section_area > p {
    max-width: 35%
}

}

@media (max-width: 1199px) {
  .kenne-instagram_area .kenne-section_area > p {
    max-width: 45%
}

}

@media (max-width: 767px) {
  .kenne-instagram_area .kenne-section_area > p {
    max-width: 70%
}

}

@media (max-width: 575px) {
  .kenne-instagram_area .kenne-section_area > p {
    max-width: 100%
}

}

.kenne-instagram_area .instagram-slider .single-item .instagram-img > a img {
  width: 100%
}

.header-top_area .header-top_nav {
  border-bottom: 1px solid #e5e5e5
}

.header-top_area .ht-menu > ul {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start
}

.header-top_area .ht-menu > ul > li {
  display: inline-block;
  position: relative
}

.header-top_area .ht-menu > ul > li:hover .ht-dropdown {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.header-top_area .ht-menu > ul > li .ht-dropdown {
  -ms-transform-origin: 0 0 0;
  -ms-transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  width: 150px;
  z-index: 99
}

.header-top_area .ht-menu > ul > li .ht-dropdown > li a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 10px 5px
}

.header-top_area .ht-menu > ul > li .ht-dropdown > li a img {
  margin-right: 5px
}

.header-top_area .ht-menu > ul > li .ht-dropdown > li:first-child > a {
  padding-top: 0
}

.header-top_area .ht-menu > ul > li .ht-dropdown > li:last-child > a {
  border-bottom: 0;
  padding-bottom: 0
}

.header-top_area .ht-menu > ul > li > a {
  display: block;
  font-size: 12px;
  padding: 8px 15px;
  text-transform: uppercase
}

.header-top_area .ht-menu > ul > li > a > i {
  font-size: 11px;
  padding-left: 5px
}

.header-top_area .ht-menu > ul > li:first-child > a {
  padding-left: 0
}

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

.header-top_area .header-top_right > ul > li {
  display: inline-block
}

.header-top_area .header-top_right > ul > li > a {
  display: block;
  font-size: 12px;
  padding: 8px 15px
}

.header-top_area .header-top_right > ul > li:last-child > a {
  padding-right: 0
}

.header-middle_area .header-middle_nav {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px 0
}

.header-middle_area .header-middle_nav .header-search_area form.search-form {
  position: relative
}

.header-middle_area .header-middle_nav .header-search_area form.search-form input {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 40px 0 15px
}

.header-middle_area .header-middle_nav .header-search_area form.search-form button.search-button {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.header-right_area > ul > li.minicart-wrap {
  position: relative
}

.header-right_area > ul > li.minicart-wrap > a.minicart-btn {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 9px 12px 6px
}

.header-right_area > ul > li.minicart-wrap > a.minicart-btn .minicart-count_area {
  border-right: 1px solid #e5e5e5;
  margin-right: 10px;
  padding-right: 10px
}

.header-right_area > ul > li.minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  border-radius: 100%;
  font-size: 11px;
  height: 25px;
  left: -10px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 25px
}

.header-right_area > ul > li.minicart-wrap > a.minicart-btn .minicart-count_area i {
  font-size: 25px
}

.header-right_area.header-right_area-2 {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.header-right_area.header-right_area-2 > ul > li {
  display: inline-block;
  margin-right: 15px
}

.header-right_area.header-right_area-2 > ul > li:last-child {
  margin-right: 0
}

@media (max-width: 991px) {
  .header-right_area.header-right_area-2 > ul > li:nth-child(3) {
    margin-right: 0
}

}

.header-right_area.header-right_area-2 > ul > li.minicart-wrap > a {
  border: 0;
  padding: 0
}

.header-right_area.header-right_area-2 > ul > li.minicart-wrap > a > .minicart-count_area {
  border-right: 0;
  margin-right: 0;
  padding-right: 0
}

.header-right_area.header-right_area-2 > ul > li.minicart-wrap > a > .minicart-count_area > span.item-count {
  font-size: 9px;
  height: 20px;
  left: -18px;
  line-height: 20px;
  top: -15px;
  width: 20px
}

.header-right_area.header-right_area-2 > ul > li.minicart-wrap > a > .minicart-count_area > i {
  font-size: 25px
}

.header-right_area.header-right_area-2 > ul > li.mobile-menu_wrap > a > i {
  font-size: 23px;
  vertical-align: text-bottom
}

.header-right_area.header-right_area-2 > ul > li > a > i {
  font-size: 25px
}

.main-nav > ul > li {
  display: inline-block;
  margin-right: 40px
}

.main-nav > ul > li .kenne-dropdown {
  -ms-transform-origin: 0 0 0;
  -ms-transform: scaleY(0);
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 20px 0 24px;
  position: absolute;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  width: 230px;
  z-index: 9
}

.main-nav > ul > li .kenne-dropdown > li {
  padding-left: 0
}

.main-nav > ul > li .kenne-dropdown > li > a {
  display: block;
  padding: 10px 20px
}

.main-nav > ul > li .kenne-dropdown > li:hover {
  padding-left: 10px
}

.main-nav > ul > li:hover .kenne-dropdown {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.main-nav > ul > li > a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase
}

.main-nav > ul > li > a > i {
  margin-left: 5px
}

.main-nav > ul > li.megamenu-holder .kenne-megamenu {
  -ms-flex-pack: justify;
  -ms-transform-origin: 0 0 0;
  -ms-transform: scaleY(0);
  -webkit-box-pack: justify;
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  -webkit-justify-content: space-between;
  -webkit-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: auto;
  top: 100%;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  visibility: hidden;
  width: 100%;
  z-index: 999
}

.main-nav > ul > li.megamenu-holder:hover .kenne-megamenu {
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  opacity: 1;
  transform: scaleY(1);
  visibility: visible
}

.main-nav > ul > li.megamenu-holder > ul > li {
  width: 33.33%
}

.main-nav > ul > li.megamenu-holder > ul > li > span.megamenu-title {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative
}

.main-nav > ul > li.megamenu-holder > ul > li > span.megamenu-title:before {
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  width: 50%
}

.main-nav > ul > li.megamenu-holder > ul > li > ul > li {
  padding-left: 0
}

.main-nav > ul > li.megamenu-holder > ul > li > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 35px
}

.main-nav > ul > li.megamenu-holder > ul > li > ul > li:hover {
  padding-left: 10px
}

.header-contact {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.header-contact > i {
  font-size: 30px
}

.header-contact .contact-content {
  padding-left: 15px
}

.header-contact .contact-content p {
  margin-bottom: 0
}

.transparent-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99
}

@media (max-width: 991px) {
  .transparent-header {
    position: relative
}

}

.transparent-header .transparent-header_nav {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0
}

@media (max-width: 991px) {
  .transparent-header .transparent-header_nav {
    padding: 30px 0
}

}

.transparent-header .transparent-header_nav .header-logo_area {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.header-sticky {
  -o-transition: all 300ms ease-in 0s;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in 0s;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 300ms ease-in 0s;
  z-index: 99
}

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

@media (max-width: 575px) {
  .header-sticky.sticky {
    position: static
}

}

.header-sticky .sticky-header_nav {
  padding: 0
}

@media (max-width: 991px) {
  .header-sticky .sticky-header_nav {
    padding: 20px 0
}

}

.header-sticky .sticky-header_nav .header-logo_area > a > img {
  max-width: 120px
}

@media (max-width: 1199px) {
  .header-sticky .sticky-header_nav .main-menu_area > nav.main-nav > ul > li {
    margin-right: 20px
}

}

.header-sticky .sticky-header_nav .header-right_area-2 {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.header-sticky.header-sticky.sticky {
  display: block
}

.kenne-footer_area {
  
}

.kenne-footer_area .footer-top_area {
  border-bottom: 1px solid #e5e5e5;
  padding: 90px 0
}

@media (max-width: 991px) {
  .kenne-footer_area .footer-top_area .newsletter-area {
    padding-bottom: 60px
}

}

@media (max-width: 575px) {
  .kenne-footer_area .footer-top_area .newsletter-area {
    padding-bottom: 0
}

}

.kenne-footer_area .footer-top_area .newsletter-area .newsletter-logo {
  padding-bottom: 25px
}

@media (max-width: 575px) {
  .kenne-footer_area .footer-top_area .footer-widgets_wrap [class*="col-"] {
    margin-top: 30px
}

}

.kenne-footer_area .footer-top_area .footer-widgets_wrap .footer-widgets_title > h4 {
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 40px
}

.kenne-footer_area .footer-top_area .footer-widgets_wrap .footer-widgets_title.widgets-info_title > h4 {
  padding-bottom: 25px
}

.kenne-footer_area .footer-top_area .footer-widgets_wrap .widget-short_desc > p {
  margin-bottom: 0;
  padding-bottom: 25px
}

.kenne-footer_area .footer-top_area .footer-widgets_wrap .footer-widgets > ul > li {
  padding-bottom: 10px
}

.kenne-footer_area .footer-top_area .footer-widgets_wrap .footer-widgets > ul > li:last-child {
  padding-bottom: 0
}

.kenne-footer_area .footer-bottom_area {
  padding: 20px 0
}

.kenne-footer_area .footer-bottom_area .copyright {
  font-size: 14px;
  line-height: 30px
}

@media (max-width: 767px) {
  .kenne-footer_area .footer-bottom_area .copyright {
    text-align: center;
  padding-bottom: 14px
}

}

.kenne-footer_area .footer-bottom_area .copyright > span > a:hover {
  text-decoration: underline
}

.kenne-footer_area .footer-bottom_area .payment {
  text-align: right
}

@media (max-width: 767px) {
  .kenne-footer_area .footer-bottom_area .payment {
    text-align: center
}

}



.blog-item .blog-content {
  text-align: center
}

.blog-item .blog-content > h3.heading {
  font-size: 25px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 85%;
  padding-top: 25px
}

@media (max-width: 767px) {
  .blog-item .blog-content > h3.heading {
    max-width: 100%
}

}

.blog-item .blog-content > p.short-desc {
  margin-bottom: 0;
  padding-top: 15px
}

.blog-item .blog-content .blog-meta {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 25px
}

.blog-item .blog-content .blog-meta > ul > li {
  display: inline-block;
  position: relative
}

.blog-item .blog-content .blog-meta > ul > li:before {
  -ms-transform: translateY(-50%) rotate(-58deg);
  -webkit-transform: translateY(-50%) rotate(-58deg);
  background-color: #242424;
  content: "";
  height: 1px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(-58deg);
  width: 12px
}

.blog-item .blog-content .blog-meta > ul > li:first-child {
  margin-right: 15px
}

.blog-item .blog-content .blog-meta > ul > li:not(:first-child):before {
  background-color: transparent
}

.blog-item .single-item {
  position: relative
}

.latest-blog_area {
  padding-top: 80px
}

.latest-blog_area .section-title {
  margin-bottom: 40px
}

.latest-blog_area .blog-item .blog-content > h3.heading {
  font-size: 18px
}

.latest-blog_area-2 {
  padding-bottom: 65px
}

.latest-blog_area-2 .section-title {
  margin-bottom: 40px
}

.latest-blog_area-2 .blog-item {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important
}

@media (max-width: 479px) {
  .latest-blog_area-2 .blog-item {
    display: block !important
}

}

.latest-blog_area-2 .blog-item .blog-img {
  height: 100%;
  width: 100%
}

.latest-blog_area-2 .blog-item .blog-content {
  padding-left: 25px;
  text-align: left
}

@media (max-width: 479px) {
  .latest-blog_area-2 .blog-item .blog-content {
    padding-left: 0;
  padding-top: 25px
}

}

.latest-blog_area-2 .blog-item .blog-content > h3.heading {
  font-size: 18px;
  margin: 0;
  max-width: 100%;
  padding-top: 0
}

@media (max-width: 991px) {
  .kenne-blog-sidebar-wrapper {
    padding-top: 100px
}

}

.kenne-blog-sidebar-wrapper .search-form_area form.search-form {
  position: relative
}

.kenne-blog-sidebar-wrapper .search-form_area form.search-form .search-field {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 40px;
  padding: 0 40px 0 10px;
  text-transform: capitalize;
  width: 100%
}

.kenne-blog-sidebar-wrapper .search-form_area form.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0
}

.kenne-blog-sidebar-wrapper .search-form_area form.search-form .search-btn > i {
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  width: 40px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar {
  padding-bottom: 50px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar:first-child {
  padding-bottom: 60px;
  padding-top: 0
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar:last-child {
  padding-bottom: 0;
  padding-top: 0
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .kenne-blog-sidebar-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 55px;
  position: relative
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .kenne-blog-sidebar-title:before {
  background-color: #e5e5e5;
  bottom: -26px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .kenne-blog-archive li {
  margin-bottom: 10px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .kenne-blog-archive li a {
  font-size: 14px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .kenne-blog-archive li:last-child {
  margin-bottom: 0
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post .recent-post_thumb {
  height: 100%;
  margin-bottom: 30px;
  width: 65px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post .recent-post_desc {
  padding-left: 15px;
  width: calc(100% - 65px)
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post .recent-post_desc span {
  display: block;
  text-transform: capitalize
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post .recent-post_desc .post-date {
  font-weight: 400
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-post[class*="recent-post"]:last-child .recent-post_thumb {
  margin-bottom: 0
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment .user-img {
  height: 100%;
  margin-bottom: 30px;
  width: 65px
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment .user-img > img {
  border-radius: 100%
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment .user-info {
  padding-left: 15px;
  width: calc(100% - 65px)
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment .user-info > span {
  display: block;
  text-transform: capitalize
}

.kenne-blog-sidebar-wrapper .kenne-blog-sidebar .recent-comment[class*="recent-comment"]:last-child .user-img {
  margin-bottom: 0
}

.grid-view_area {
  padding: 100px 0
}

@media (max-width: 991px) {
  .grid-view_area {
    padding: 100px 0 95px
}

}

.grid-view_area .blog-item_wrap [class*="col-"]:not(:nth-child(-n+2)) .blog-item {
  margin-top: 30px
}

@media (max-width: 991px) {
  .grid-view_area .blog-item_wrap [class*="col-"]:not(:first-child) .blog-item {
    margin-top: 30px
}

}


.list-view_area {
  padding: 100px 0
}

@media (max-width: 991px) {
  .list-view_area {
    padding: 100px 0 95px
}

}

.list-view_area .blog-item_wrap [class*="col-"]:not(:first-child) .blog-item {
  margin-top: 30px
}

.blog-details_area {
  padding: 100px 0
}

@media (max-width: 991px) {
  .blog-details_area {
    padding: 100px 0 95px
}

}

.blog-details_area .blog-item .blog-content {
  background-color: transparent;
  padding: 0 0 25px
}

.blog-details_area .kenne-blog-blockquote {
  padding: 0 0 0 40px
}

@media (max-width: 991px) {
  .blog-details_area .kenne-blog-blockquote {
    padding: 0
}

}

.blog-details_area .kenne-blog-blockquote blockquote {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  font-style: italic;
  margin: 0 0 20px;
  padding: 40px;
  position: relative
}

.blog-details_area .kenne-blog-blockquote blockquote p:before {
  background: #f47321;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px
}

.blog-details_area .kenne-tag-line {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 25px 0 25px
}

.blog-details_area .kenne-tag-line h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-right: 5px;
  text-transform: capitalize
}

.blog-details_area .kenne-tag-line a {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize
}

.blog-details_area .kenne-tag-line a:hover {
  color: #f47321
}

.blog-details_area .kenne-social_link {
  padding-top: 30px;
  text-align: center
}

@media (max-width: 479px) {
  .blog-details_area .kenne-social_link {
    text-align: left
}

}

.blog-details_area .kenne-comment-section {
  padding-top: 28px
}

.blog-details_area .kenne-comment-section h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-transform: uppercase
}

.blog-details_area .kenne-comment-section ul li {
  border: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  padding: 30px 30px 23px
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li {
    display: block
}

}

.blog-details_area .kenne-comment-section ul li .author-avatar {
  -ms-flex-preferred-size: 70px;
  -webkit-flex-basis: 70px;
  flex-basis: 70px
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li .author-avatar {
    text-align: center;
  padding-bottom: 20px
}

}

.blog-details_area .kenne-comment-section ul li .comment-body {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-left: 30px
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li .comment-body {
    padding-left: 0
}

}

.blog-details_area .kenne-comment-section ul li .comment-body h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 13px;
  text-transform: capitalize
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li .comment-body h5 {
    padding-bottom: 18px;
  line-height: 26px;
  overflow: hidden
}

}

.blog-details_area .kenne-comment-section ul li .comment-body p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 80%
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li .comment-body p {
    max-width: 100%
}

}

.blog-details_area .kenne-comment-section ul li .comment-body .comment-post-date {
  padding-bottom: 10px
}

@media (max-width: 479px) {
  .blog-details_area .kenne-comment-section ul li .comment-body .comment-post-date {
    padding-bottom: 15px
}

}

.blog-details_area .kenne-comment-section ul li .comment-body .reply-btn {
  float: right
}

.blog-details_area .kenne-comment-section ul li .comment-body .reply-btn a {
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  width: 60px
}

.blog-details_area .kenne-comment-section ul .comment-children {
  margin-left: 40px
}

@media (max-width: 991px) {
  .blog-details_area .kenne-comment-section ul .comment-children {
    margin-left: 15px
}

}

.blog-details_area .kenne-blog-comment-wrapper h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 0 26px;
  text-transform: uppercase
}

.blog-details_area .kenne-blog-comment-wrapper p {
  font-size: 14px;
  padding: 20px 0 0
}

.blog-details_area .kenne-blog-comment-wrapper form .comment-post-box label {
  display: block;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: capitalize
}

.blog-details_area .kenne-blog-comment-wrapper form .comment-post-box .coment-field {
  background: #f5f5f5;
  border: none;
  padding: 8px 10px;
  width: 100%
}

.blog-details_area .kenne-blog-comment-wrapper form .comment-post-box textarea {
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%
}

.blog-details_area .kenne-blog-comment-wrapper form .comment-post-box .comment-btn_wrap {
  padding-top: 30px
}

@media (max-width: 767px) {
  .blog-details_area .kenne-blog-comment-wrapper form .comment-post-box [class*="col-"]:nth-child(-n + 3) .coment-field {
    margin-bottom: 30px
}

}



.kenne-content_wrapper {
  padding: 90px 0 95px
}

@media (max-width: 991px) {
  .kenne-content_wrapper {
    padding: 100px 0 95px
}

}

@media (max-width: 991px) {
  .kenne-content_wrapper .kenne-sidebar-catagories_area {
    padding-top: 100px
}

}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories {
  background-color: #ffffff
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .kenne-categories_title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-top: 55px;
  position: relative
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .kenne-categories_title.first-child {
  padding-top: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .kenne-categories_title h5 {
  margin-bottom: 0;
  padding-bottom: 35px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .kenne-categories_title h5:after {
  bottom: -2px;
  height: 2px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .kenne-categories_title.kenne-tags_title {
  margin-bottom: 30px;
  padding-top: 45px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-checkbox_list > li {
  padding-bottom: 15px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-checkbox_list > li:first-child {
  padding-top: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-checkbox_list > li:last-child {
  padding-bottom: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-checkbox_list > li > a {
  vertical-align: middle
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li {
  cursor: pointer
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li:first-child {
  padding-top: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li:last-child > a {
  padding-bottom: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li.has-sub ul > li:first-child {
  padding-top: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li:hover > a {
  color: #f47321
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li:hover > a > i {
  color: #f47321
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > ul {
  display: none
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > ul li a {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > ul li:last-child > a {
  padding-bottom: 25px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > a {
  display: block;
  line-height: 1;
  padding-bottom: 20px;
  position: relative
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li > a > i {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  font-size: 28px;
  position: absolute;
  right: 0;
  top: -8px;
  transform: rotate(0deg)
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories .sidebar-categories_menu ul li.open > a > i {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area {
  padding-top: 0
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area .kenne-categories_title {
  margin-bottom: 15px
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area .list-product_slider .product-item .single-product {
  padding: 15px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area .list-product_slider .product-item .single-product {
    display: block
}

}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area .list-product_slider .product-item .single-product .product-img {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%
}

.kenne-content_wrapper .kenne-sidebar-catagories_area .kenne-sidebar_categories.list-product_area .list-product_slider .product-item .single-product .product-content .product-desc_info > h3.product-name {
  font-size: 14px;
  line-height: 24px
}

.kenne-content_wrapper .shop-banner_area {
  padding-bottom: 25px
}

.kenne-content_wrapper .shop-toolbar {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 0 25px 0
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-toolbar {
    display: block
}

}

.kenne-content_wrapper .shop-toolbar .product-view-mode {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media (max-width: 767px) {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  .kenne-content_wrapper .shop-toolbar .product-view-mode {
    -webkit-box-pack: center;
  justify-content: center
}

}

.kenne-content_wrapper .shop-toolbar .product-view-mode > a {
  cursor: pointer;
  display: inline-block;
  font-size: 24px
}

.kenne-content_wrapper .shop-toolbar .product-view-mode > a > i {
  padding-right: 10px
}

.kenne-content_wrapper .shop-toolbar .product-view-mode > a:last-child > i {
  padding-right: 0
}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area {
    padding-top: 30px;
  display: block;
  text-align: center
}

}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media (max-width: 767px) {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
    -webkit-box-pack: center;
  justify-content: center
}

}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
  margin-bottom: 0;
  padding-right: 25px
}

@media (max-width: 991px) {
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
    padding-right: 10px
}

}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-short .nice-select .list {
  width: 100%
}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 25px
}

@media (max-width: 767px) {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
    -webkit-box-pack: center;
  justify-content: center;
  padding: 30px 0 0 0
}

}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
  margin-bottom: 0;
  padding-right: 25px
}

@media (max-width: 991px) {
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
    padding-right: 10px
}

}

.kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
    padding: 0 35px 0 20px
}

}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select .list {
    width: auto;
  left: auto;
  right: 0
}

}

.kenne-content_wrapper .shop-toolbar .product-page_count {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media (max-width: 767px) {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  .kenne-content_wrapper .shop-toolbar .product-page_count {
    -webkit-box-pack: center;
  justify-content: center;
  padding: 25px 0 0 0
}

}

.kenne-content_wrapper .shop-toolbar .product-page_count > p {
  margin-bottom: 0
}

.kenne-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:nth-child(-n + 3)) .slide-item .single-product {
  margin-top: 30px
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:nth-child(-n + 2)) .slide-item .single-product {
    margin-top: 30px
}

}

@media (max-width: 575px) {
  .kenne-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:last-child) .slide-item .single-product {
    margin-top: 30px
}

}

.kenne-content_wrapper .shop-product-wrap.grid .list-product_item {
  display: none
}

.kenne-content_wrapper .shop-product-wrap.grid .product-item {
  display: block
}

.kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product {
  overflow: hidden;
  text-align: center
}

.kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img {
  overflow: visible
}

.kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img img {
  width: 100%
}

@media (max-width: 991px) {
  .kenne-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img .add-actions > ul > li > a {
    width: 35px;
  height: 35px;
  line-height: 35px
}

}

.kenne-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*="col-"] {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 575px) {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  .kenne-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*="col-"] {
    -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

}

.kenne-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.333333%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  .kenne-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  .kenne-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  .kenne-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

}

@media (max-width: 479px) {
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  .kenne-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

}

.kenne-content_wrapper .shop-product-wrap.grid.gridview-4 > [class*="col-"] {
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.kenne-content_wrapper .shop-product-wrap.grid.gridview-5 > [class*="col-"] {
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] {
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item {
  display: block
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  padding: 25px 25px 5px
}

@media (max-width: 1199px) {
  .kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
    padding: 25px
}

}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
    display: block;
  padding: 15px 15px 30px
}

}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img {
  position: relative;
  width: 270px
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img {
    width: auto
}

}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img > a {
  display: block
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img > a img {
  width: 100%
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content {
  padding-left: 15px;
  width: calc(100% - 270px)
}

@media (max-width: 767px) {
  .kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content {
    width: auto;
  padding-left: 0
}

}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info > h6 {
  margin-bottom: 0;
  padding-bottom: 10px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .rating-box {
  padding-bottom: 5px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .price-box {
  padding-bottom: 5px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .price-box .old-price {
  display: inline-block
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 16px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .product-desc_info .product-short_desc > p {
  margin-bottom: 0;
  padding-bottom: 23px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .add-actions > ul > li {
  display: inline-block;
  padding-left: 5px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .add-actions > ul > li > a {
  background-color: #f5f5f5;
  border-radius: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .add-actions > ul > li > a:hover {
  background-color: #ff0000;
  color: #ffffff !important
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-content .add-actions > ul > li > a > i {
  font-size: 20px
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"] .product-item {
  display: none
}

.kenne-content_wrapper .shop-product-wrap.listview > [class*="col-"]:not(:last-child) .list-product_item .single-product {
  margin-bottom: 30px
}

.kenne-content_wrapper .kenne-paginatoin-area {
  padding-top: 30px
}

@media (max-width: 575px) {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box {
    display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center
}

}

@media (max-width: 479px) {
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box {
    display: block
}

}

@media (max-width: 575px) {
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box > li {
    margin-right: 10px
}

}

@media (max-width: 575px) {
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box > li:last-child {
    margin-right: 0
}

}

@media (max-width: 479px) {
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box > li {
    margin-right: 0
}

}

@media (max-width: 479px) {
  .kenne-content_wrapper .kenne-paginatoin-area .kenne-pagination-box > li > a {
    padding: 0 10px
}

}



.error-content_wrapper {
  padding: 60px 0 100px
}

@media (max-width: 575px) {
  .error-content_wrapper {
    padding: 75px 0 100px
}

}

.error-content_wrapper .error-area .error h1 {
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 30px
}

@media (max-width: 575px) {
  .error-content_wrapper .error-area .error h1 {
    font-size: 120px
}

}

.error-content_wrapper .error-area .error h2 {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 10px
}

.error-content_wrapper .error-area .error p {
  padding-bottom: 10px
}

.error-content_wrapper .error-area .error .btn {
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  margin-bottom: 6px;
  min-height: 55px;
  min-width: 184px;
  padding: 0 10px;
  position: relative
}

@media (max-width: 991px) {
  .error-content_wrapper .error-area .error .btn {
    min-width: 170px;
  line-height: 50px;
  min-height: 50px
}

}

@media (max-width: 767px) {
  .error-content_wrapper .error-area .error .btn {
    min-width: 160px;
  line-height: 45px;
  min-height: 45px
}

}

@media (max-width: 575px) {
  .error-content_wrapper .error-area .error .btn {
    min-width: 150px
}

}

.error-content_wrapper .error-area .error .btn:after {
  bottom: -6px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%
}

.error-content_wrapper .error-area .error .btn:hover {
  background-color: #111;
  color: #ffffff
}

.error-content_wrapper .error-area .error .btn:hover:after {
  background-color: #111
}

.error-content_wrapper .error-area .error .searchform {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start
}

.error-content_wrapper .error-area .error .searchform.mb--50 {
  margin-bottom: 50px
}

.error-content_wrapper .error-area .error .searchform input.searchform__input {
  border: 1px solid #eee;
  height: 45px;
  padding-left: 15px;
  width: 100%
}

.error-content_wrapper .error-area .error .searchform button.searchform__submit {
  border: none;
  color: #ffffff;
  cursor: pointer;
  width: 70px
}

#google-map {
  height: 400px
}

.contact-main-page {
  padding: 100px 0 80px
}

.contact-main-page .contact-page-side-content {
  background-color: #f5f5f5;
  margin-top: 100px;
  padding: 30px 30px 19px
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-side-content {
    padding: 25px 30px 19px
}

}

.contact-main-page .contact-page-side-content .contact-page-message {
  margin-bottom: 0;
  padding-bottom: 25px
}

.contact-main-page .contact-page-side-content .single-contact-block {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 27px;
  padding-bottom: 3px
}

.contact-main-page .contact-page-side-content .single-contact-block:last-child {
  border-bottom: none
}

.contact-main-page .contact-page-side-content .single-contact-block h4 {
  margin-bottom: 0;
  padding-bottom: 25px
}

.contact-main-page .contact-page-side-content .single-contact-block p {
  margin-bottom: 0;
  padding-bottom: 20px
}

.contact-main-page .contact-page-side-content .single-contact-block.last-child > h4 {
  padding-bottom: 20px
}

.contact-main-page .contact-page-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 20px
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-title {
    font-size: 25px
}

}

.contact-main-page .contact-form-content {
  margin-top: 95px
}

.contact-main-page .contact-form-content .contact-form .form-group {
  margin-bottom: 20px
}

.contact-main-page .contact-form-content .contact-form .form-group.form-group-2 {
  margin-bottom: 25px
}

.contact-main-page .contact-form-content .contact-form .form-group label {
  cursor: text;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 20px
}

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

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

.contact-main-page .contact-form-content .contact-form .form-group .kenne-contact-form_btn {
  background-color: #242424;
  border-radius: 3px;
  border: 1px solid #242424;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 16px 30px;
  text-transform: uppercase
}

.frequently-area {
  padding: 95px 0 85px
}

.frequently-area .frequently-content .frequently-desc {
  margin-bottom: 25px
}

.frequently-area .frequently-content .frequently-desc h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 15px;
  text-transform: capitalize
}

@media (max-width: 767px) {
  .frequently-area .frequently-content .frequently-desc h3 {
    font-size: 20px
}

}

.frequently-area .frequently-content .frequently-desc p {
  font-size: 14px;
  margin: 0
}

.frequently-area .frequently-accordion .card {
  border-radius: 0;
  margin-bottom: 15px
}

.frequently-area .frequently-accordion .card-header {
  background-color: #f5f5f5;
  border: 0;
  margin-bottom: 0;
  padding: 0
}

.frequently-area .frequently-accordion .card-header a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 10px 15px 25px;
  text-transform: capitalize
}

@media (max-width: 767px) {
  .frequently-area .frequently-accordion .card-header a {
    font-size: 14px
}

}

.frequently-area .frequently-accordion .card-header a.collapsed:before {
  content: "\f489";
  font-family: "Ionicons";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px
}

@media (max-width: 479px) {
  .frequently-area .frequently-accordion .card-header a.collapsed:before {
    display: none
}

}

.frequently-area .frequently-accordion .card-header a:after {
  content: "\f462";
  font-family: "Ionicons";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px
}

@media (max-width: 479px) {
  .frequently-area .frequently-accordion .card-header a:after {
    display: none
}

}



.account-page-area {
  padding: 100px 0
}

.account-page-area .myaccount-tab-trigger {
  display: block
}

@media (max-width: 991px) {
  .account-page-area .myaccount-tab-trigger {
    padding-bottom: 30px
}

}

.account-page-area .myaccount-tab-trigger li {
  display: block
}

.account-page-area .myaccount-tab-trigger li:first-child {
  margin-top: -1px
}

.account-page-area .myaccount-tab-trigger li a {
  background: #242424;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase
}

.myaccount-tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px
}

@media (max-width: 479px) {
  .myaccount-tab-content {
    padding: 0;
  border: 0
}

}

.myaccount-dashboard p {
  margin-bottom: 20px
}

.myaccount-dashboard p:last-child {
  margin-bottom: 0
}

.myaccount-orders .table {
  margin-bottom: 0
}

.myaccount-orders .table .account-order-id:hover {
  color: #f47321
}

.myaccount-orders .table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02)
}

.myaccount-orders .table td,
.myaccount-orders .table th {
  text-align: center;
  vertical-align: middle
}

@media (max-width: 767px) {
  .myaccount-orders .table td,
  .myaccount-orders .table th {
    min-width: 180px
}

}

.myaccount-orders .small-title {
  margin-bottom: 15px
}

@media (max-width: 575px) {
  .myaccount-address .row {
    display: block
}

}

@media (max-width: 575px) {
  .myaccount-address .row [class*="col-"]:last-child address {
    margin-bottom: 0
}

}

.myaccount-address h4.small-title {
  text-transform: uppercase
}

@media (max-width: 767px) {
  .myaccount-address h4.small-title {
    text-transform: capitalize
}

}


.kenne-form,
.kenne-form-boxed {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 30px
}

.kenne-form .kenne-form-inner,
.kenne-form-boxed .kenne-form-inner {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px
}

@media (max-width: 479px) {
  .kenne-form .kenne-form-inner,
  .kenne-form-boxed .kenne-form-inner {
    display: block
}

}

.kenne-form .kenne-form-inner .single-input,
.kenne-form-boxed .kenne-form-inner .single-input {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  max-width: 100%
}

@media (max-width: 479px) {
  .kenne-form .kenne-form-inner .single-input,
  .kenne-form-boxed .kenne-form-inner .single-input {
    max-width: 100% !important
}

}

.kenne-form .kenne-form-inner .single-input.single-input-half,
.kenne-form-boxed .kenne-form-inner .single-input.single-input-half {
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px)
}

.kenne-form .kenne-form-inner .single-input label,
.kenne-form-boxed .kenne-form-inner .single-input label {
  display: block;
  margin-bottom: 8px
}

.kenne-form .kenne-form-inner .single-input input,
.kenne-form .kenne-form-inner .single-input select,
.kenne-form .kenne-form-inner .single-input textarea,
.kenne-form-boxed .kenne-form-inner .single-input input,
.kenne-form-boxed .kenne-form-inner .single-input select,
.kenne-form-boxed .kenne-form-inner .single-input textarea {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  width: 100%
}

.kenne-form .kenne-form-inner .single-input input:first-child,
.kenne-form-boxed .kenne-form-inner .single-input input:first-child {
  margin-top: 20px
}

.kenne-form .kenne-form-inner .single-input .checkbox-input,
.kenne-form-boxed .kenne-form-inner .single-input .checkbox-input {
  display: inline-block
}

.kenne-form .kenne-form-inner .single-input .checkbox-input label,
.kenne-form-boxed .kenne-form-inner .single-input .checkbox-input label {
  display: inline-block
}

.kenne-form .kenne-form-inner a,
.kenne-form-boxed .kenne-form-inner a {
  font-size: 13px
}

.kenne-form .kenne-form-inner a:hover,
.kenne-form-boxed .kenne-form-inner a:hover {
  color: #f47321
}

.kenne-login-register_area {
  padding: 100px 0
}

@media (max-width: 991px) {
  [class*="col-"]:first-child form .login-form {
    margin-bottom: 30px
}

}

.login-form {
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 30px
}

.login-form .login-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: capitalize
}

.login-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize
}

.login-form input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%
}

.login-form input[type="checkbox"] {
  width: auto
}

.login-form .check-box {
  float: left;
  margin-right: 70px
}

.login-form .check-box:last-child {
  margin-right: 0
}

.login-form .check-box input[type="checkbox"] {
  display: none
}

.login-form .check-box input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding-left: 30px;
  position: relative
}

.login-form .check-box input[type="checkbox"] + label:before {
  border: 2px solid #e5e5e5;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px
}

.login-form .check-box input[type="checkbox"] + label:after {
  content: "\f00c";
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  left: 0;
  line-height: 20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px
}

.login-form .check-box input[type="checkbox"]:checked + label:before {
  border: 2px solid #e5e5e5
}

.login-form .check-box input[type="checkbox"]:checked + label:after {
  opacity: 1
}

@media (max-width: 767px) {
  .forgotton-password_info {
    padding-top: 15px
}

}


.kenne-login_btn,
.kenne-register_btn {
  background-color: #242424;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 140px
}

@media (max-width: 767px) {
  .kenne-login_btn,
  .kenne-register_btn {
    margin-top: 25px
}

}

.kenne-register_btn {
  margin-top: 15px
}

.kenne-cart-area {
  padding: 100px 0
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700
}

.table-content table td.quantity .cart-plus-minus {
  margin: 0 auto
}

@media (max-width: 767px) {
  .kenne-cart-area .table-content table td:nth-child(3) {
    padding: 45.1px 10px
}

}

.coupon-all {
  margin-top: 30px
}

.coupon-all .coupon {
  float: left
}

.coupon-all .coupon input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  height: 42px;
  padding: 0 10px;
  width: 120px
}

.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #242424;
  border-radius: 2px;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  width: inherit
}

.coupon-all .coupon.coupon2,
.coupon-all .coupon2.coupon2 {
  float: right
}

@media (max-width: 479px) {
  .coupon-all .coupon.coupon2,
  .coupon-all .coupon2.coupon2 {
    float: left;
  padding-top: 30px
}

}

.cart-page-total {
  padding-top: 30px
}

.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize
}

.cart-page-total > ul {
  border: 1px solid #e5e5e5
}

.cart-page-total > ul li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  padding: 10px 30px
}

.cart-page-total > ul li:last-child {
  border-bottom: 0
}

.cart-page-total > ul li span {
  float: right
}

.cart-page-total a {
  background-color: #242424;
  border: 1px solid #e5e5e5;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize
}

.kenne-wishlist_area {
  padding: 100px 0
}

.table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 0;
  text-align: center;
  width: 100%
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5
}

.table-content table th {
  border-top: medium none;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle
}

.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 18px 10px;
  vertical-align: middle
}

@media (max-width: 767px) {
  .table-content table td {
    width: 100%
}

}

@media (max-width: 767px) {
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
  display: block;
  width: 180px
}

}

.table-content table td.kenne-product_remove {
  font-size: 20px
}

.table-content table td.kenne-product_remove > a > i {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
  transition: all 0.3s ease-in-out
}

.table-content table td.kenne-product-name {
  font-size: 16px;
  text-transform: capitalize
}

.table-content table td.kenne-product-price {
  font-size: 16px
}

.table-content table td.kenne-product-stock-status span.in-stock, .table-content table td.kenne-product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize
}

.table-content table td.kenne-product-stock-status span.out-stock {
  color: #ff0000
}

.table-content table td.kenne-cart_btn a {
  background: #242424;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 43px;
  text-transform: uppercase;
  width: 130px
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e5e5e5
}

.checkout-area {
  padding: 100px 0 95px
}

.coupon-accordion h3 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  text-transform: none;
  width: auto
}

@media (max-width: 479px) {
  .coupon-accordion h3 {
    line-height: 24px
}

}

.coupon-accordion h3:before {
  content: "\f133";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  left: 24px;
  position: absolute;
  top: 16px
}

.coupon-accordion span {
  cursor: pointer;
  text-transform: none
}

.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px
}

.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #ff0000
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"] {
  -webkit-box-shadow: none;
  background: #242424 none repeat scroll 0 0;
  border-radius: 0;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  width: inherit
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit
}

.coupon-accordion .coupon-content .coupon-info p.form-row label {
  margin-top: 7px
}

.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px
}

.coupon-checkout-content {
  display: none;
  margin-bottom: 30px
}

.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 36px;
  padding-left: 10px;
  width: 170px
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: #242424;
  border-radius: 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  width: inherit
}

@media (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
    margin: 28px 0 0 !important
}

}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%
}

@media (max-width: 479px) {
  .checkbox-form h3 {
    font-size: 18px
}

}

.checkbox-form .country-select {
  margin-bottom: 25px
}

.checkbox-form .country-select .myniceselect.nice-select span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  width: 100%
}

.checkbox-form .checkout-form-list {
  margin-bottom: 30px
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"] {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 42px;
  padding: 0 0 0 10px;
  width: 100%
}

.checkbox-form .checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit
}

.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px !important
}

.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block
}

.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  display: block;
  margin: 0 0 5px
}

.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px
}

.different-address h3 label {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 10px;
  margin-right: 20px
}

@media (max-width: 479px) {
  .different-address h3 label {
    font-size: 15px
}

}

.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0
}

@media (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px
}

}

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

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

.your-order {
  background: #f5f5f5;
  padding: 30px 40px 30px
}

.your-order h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%
}

@media (max-width: 479px) {
  .your-order h3 {
    font-size: 18px
}

}

.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%
}

.your-order .your-order-table table thead {
  background-color: #f5f5f5
}

.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px
}

.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center
}

.your-order .your-order-table table .cart_item:hover {
  background: #f5f5f5
}

.your-order .your-order-table table .order-total td {
  border-bottom: medium none
}

.your-order .your-order-table table .order-total td span {
  font-size: 20px
}

.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px
}

.payment-method {
  margin-top: 20px
}

.payment-method .payment-accordion .card {
  background: #f5f5f5;
  border-radius: 0;
  border: 0
}

.payment-method .payment-accordion .card-header {
  background-color: #f5f5f5;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0
}

.payment-method .payment-accordion .card-body {
  padding: 0
}

.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px
}

.payment-method .payment-accordion .panel-title {
  cursor: pointer;
  font-size: 18px
}

.order-button-payment input {
  background: #242424;
  border: 1px solid transparent;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%
}

.sp-area {
  padding: 100px 0 0
}

.sp-area .sp-nav {
  background-color: #ffffff
}

.sp-area .sp-nav .sp-img_slider {
  cursor: move
}

.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide {
  border: 1px solid #e5e5e5
}

.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide img {
  width: 100%
}

.sp-area .sp-nav .sp-img_slider-nav {
  margin-top: 30px;
  padding: 0 60px
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide img {
  border: 1px solid #e5e5e5;
  opacity: 0.7;
  width: 100%
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #f47321;
  opacity: 1
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide:hover img {
  opacity: 1
}

@media (max-width: 991px) {
  .sp-area .sp-nav .sp-content {
    padding-top: 30px
}

}

.sp-area .sp-nav .sp-content .sp-heading > h5 {
  margin-bottom: 0;
  padding-bottom: 20px
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .sp-heading > h5 {
    font-size: 18px;
  line-height: 24px
}

}

.sp-area .sp-nav .sp-content .rating-box {
  padding: 5px 0 0
}

.sp-area .sp-nav .sp-content .rating-box > ul > li {
  display: inline-block
}

.sp-area .sp-nav .sp-content .rating-box > ul > li > i {
  font-size: 14px
}

.sp-area .sp-nav .sp-content .sp-essential_stuff > ul > li > a {
  padding-left: 5px
}

.sp-area .sp-nav .sp-content .price-box {
  padding-bottom: 10px
}

.sp-area .sp-nav .sp-content .price-box .old-price {
  color: #bbbbbb;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through
}

.sp-area .sp-nav .sp-content .price-box .new-price {
  font-size: 16px
}

.sp-area .sp-nav .sp-content .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 20px
}

.sp-area .sp-nav .sp-content .countdown-wrap {
  padding: 30px 0 0
}

.sp-area .sp-nav .sp-content .product-size_box {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 25px
}

.sp-area .sp-nav .sp-content .product-size_box > span {
  padding-right: 15px
}

.sp-area .sp-nav .sp-content .product-size_box .myniceselect.nice-select > span {
  height: 40px;
  line-height: 40px;
  padding: 0 30px
}

.sp-area .sp-nav .sp-content .color-list_area {
  margin-top: 25px
}

.sp-area .sp-nav .sp-content .quantity {
  padding-top: 30px
}

.sp-area .sp-nav .sp-content .quantity .cart-plus-minus {
  display: inline-block;
  margin-left: 15px
}

.sp-area .sp-nav .sp-content .qty-btn_area {
  padding-top: 30px
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li {
  display: inline-block;
  padding-left: 5px
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li:first-child {
  padding-left: 0
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a {
  border: 1px solid #e5e5e5;
  color: #242424;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a:hover {
  background-color: #f47321;
  border-color: #f47321;
  color: #ffffff !important
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a > i {
  display: block
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a.qty-cart_btn {
  background-color: #f47321;
  color: #ffffff
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a.qty-cart_btn:hover {
  background-color: #242424;
  border-color: #242424
}

.sp-area .sp-nav .sp-content .kenne-tag-line {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 23px
}

.sp-area .sp-nav .sp-content .kenne-tag-line > h6 {
  font-size: 18px;
  margin-bottom: 0
}

.sp-area .sp-nav .sp-content .kenne-tag-line > a {
  display: block;
  padding-left: 10px
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .kenne-tag-line > a {
    font-size: 14px
}

}

.sp-area .sp-nav .sp-content .kenne-social_link {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 25px
}

.sp-group_area .sp-nav .sp-content .choose-group-product {
  padding-top: 30px
}

.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table {
  margin-bottom: 0
}

.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table tbody tr td {
  text-align: center;
  vertical-align: middle
}

.sp-affiliate_area .sp-content .qty-btn_area {
  display: inline-block;
  padding-top: 25px !important
}

.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn {
  background-color: #242424;
  color: #ffffff;
  display: block;
  padding: 15px 30px
}

.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn:hover {
  background-color: #f47321;
  color: #ffffff !important
}

.sp-slider_area {
  padding-top: 60px
}

.sp-slider_area .sp-nav {
  padding: 30px 0 0
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img {
  overflow: hidden;
  position: relative
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a {
  display: block
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a .secondary-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img:hover .secondary-img {
  opacity: 1
}

.sp-slider_area .sp-nav .sp-slider.slick-gutter-30 .slick-list {
  margin: -15px
}

.sp-slider_area .sp-nav .sp-slider.slick-gutter-30 .slick-list .slick-slide {
  padding: 15px
}

.sp-slider_area .sp-nav .sp-content {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  float: unset;
  justify-content: center;
  padding-top: 25px !important;
  text-align: center
}

.sp-slider_area .sp-nav .sp-content .product-size_box {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.sp-slider_area .sp-nav .sp-content .kenne-tag-line {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media (max-width: 575px) {
  .sp-slider_area .sp-nav .sp-content .kenne-tag-line {
    margin: 0 -30px
}

}

.sp-slider_area .sp-nav .sp-content .kenne-social_link {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media (max-width: 479px) {
  .sp-slider_area .sp-nav .sp-content .kenne-social_link > ul > li > a {
    width: 35px
}

}


.sp-gallery_area .sp-nav .sp-gallery .lg-image {
  border: 1px solid #e5e5e5;
  padding: 5px
}

.sp-gallery_area .sp-nav .sp-gallery .lg-image:hover {
  border-color: #f47321
}

@media (max-width: 991px) {
  .sp-gallery_area .sp-nav .sp-gallery .lg-image {
    margin-bottom: 30px
}

}

.sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
    margin-bottom: 0
}

}


.sp-tab-style_left .sp-img_area {
  -ms-flex-align: center;
  -ms-flex-direction: row-reverse;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse
}

.sp-tab-style_left .sp-img_area .sp-img_slider {
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%;
  padding-left: 30px
}

.sp-tab-style_left .sp-img_area .sp-img_slider-nav {
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  margin-top: 0;
  max-width: 20%;
  padding: 0
}

.sp-tab-style_left.sp-tab-style_right .sp-img_area {
  -ms-flex-direction: unset;
  -webkit-box-direction: unset;
  -webkit-box-orient: unset;
  -webkit-flex-direction: unset;
  flex-direction: unset
}

.sp-tab-style_left.sp-tab-style_right .sp-img_area .sp-img_slider {
  padding: 0 30px 0 0
}

.sp-sticky_area .sp-nav {
  padding: 0
}

.sp-sticky_area .sp-sticky_gallery {
  padding-left: 0 !important
}

.sp-sticky_area .sp-sticky_gallery > .row:first-child {
  margin-bottom: 0 !important
}

.sp-sticky_area .sp-sticky_gallery > .row [class*="col-"] .lg-image {
  margin-bottom: 30px
}

.sp-sticky_area .sp-sticky_gallery > .row:last-child [class*="col-"]:last-child .lg-image {
  margin-bottom: 0
}

.product-tab_area-2 .sp-product-tab_nav {
  background-color: #ffffff;
  padding-top: 100px
}

.product-tab_area-2 .sp-product-tab_nav .product-tab {
  background-color: #f5f5f5;
  padding: 25px 0 25px
}

.product-tab_area-2 .sp-product-tab_nav .product-tab .product-menu {
  padding-bottom: 0 !important
}

.product-tab_area-2 .sp-product-tab_nav .tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .product-description {
  margin: -5px 0 -5px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .product-description > ul > li {
  padding-top: 15px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .product-description > ul > li:first-child {
  padding-top: 0
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .product-description > ul > li span.title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .table-striped {
  margin-bottom: 25px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td > p {
  margin-bottom: 0;
  padding-bottom: 20px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td .rating-box > ul > li {
  display: inline-block
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr td {
  padding: 20px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal h2 {
  margin-bottom: 0;
  padding-bottom: 15px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group {
  margin-bottom: 0;
  padding-bottom: 15px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group.second-child {
  padding-bottom: 10px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group.last-child {
  padding-bottom: 0
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-input,
.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-textarea {
  border: 1px solid #e5e5e5;
  height: 30px;
  width: 100%
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-input.review-textarea,
.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-textarea.review-textarea {
  height: 120px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group label {
  margin-bottom: 0;
  padding-bottom: 18px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .help-block {
  padding-top: 18px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .kenne-btn-ps_right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end
}

@media (max-width: 479px) {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  .product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .kenne-btn-ps_right {
    -webkit-box-pack: start;
  justify-content: flex-start;
  padding-top: 20px
}

}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a {
  font-size: 16px
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-active:after {
  color: #f47321
}

.product-tab_area-2 .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-selected:after {
  color: #f47321
}

.sp-product-slider_area {
  padding: 40px 0 60px
}

.compare-area {
  padding: 100px 0
}

.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px
}

.compare-table .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02)
}

.compare-table .table tbody tr td,
.compare-table .table tbody tr th {
  text-align: center;
  vertical-align: middle
}

.compare-table .table tbody tr th {
  min-width: 200px
}

.compare-table .table tbody tr td {
  min-width: 250px
}

.compare-table .table tbody tr td .compare-pdoduct-image {
  display: inline-block;
  max-width: 200px;
  padding: 20px 0
}

.compare-table .table tbody tr td .compare-pdoduct-image a {
  display: inline-block
}

.compare-table .table tbody tr td .compare-pdoduct-image .kenne-btn {
  margin-top: 30px
}

.compare-table .table tbody tr td .compare-pdoduct-image .kenne-btn:hover {
  color: #ffffff !important
}

.compare-table .table tbody tr td .compare-product-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0
}

.compare-table .table tbody tr td .compare-product-name a {
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color
}

.compare-table .table tbody tr td .rating-box > ul > li {
  display: inline-block
}

.compare-table .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: transparent
}

.about-us-area {
  padding-top: 100px
}

@media (max-width: 767px) {
  .about-us-area .overview-content {
    padding-top: 25px
}

}

.about-us-area .overview-content > h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area .overview-content > h2 {
    font-size: 30px
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .overview-content > h2 {
    font-size: 26px
}

}

@media (max-width: 767px) {
  .about-us-area .overview-content > h2 {
    font-size: 20px
}

}

@media (max-width: 479px) {
  .about-us-area .overview-content > h2 {
    font-size: 18px;
  line-height: 24px
}

}

.about-us-area .overview-content > h2:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%
}

.about-us-area .overview-content > h2:after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 170px
}

.about-us-area .overview-content > .short_desc {
  margin-bottom: 0;
  padding-bottom: 25px
}

@media (max-width: 767px) {
  .about-us-area .overview-content .kenne-about-us_btn-area {
    float: left;
  width: 100%
}

}

.about-us-area .overview-content .kenne-about-us_btn-area .about-us_btn {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 145px
}

.about-us-area .overview-content .kenne-about-us_btn-area .about-us_btn:hover {
  background: #242424;
  color: #ffffff !important
}

.project-count-area {
  padding-top: 95px
}

.project-count-area .single-count:hover .count-icon span {
  -webkit-animation: 850ms ease-in-out 0s normal none 1 running tada;
  animation: 850ms ease-in-out 0s normal none 1 running tada
}

.project-count-area .single-count .count-icon span {
  color: #595959;
  display: inline-block;
  font-size: 50px;
  line-height: 1
}

.project-count-area .single-count .count-title h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 15px 0 5px
}

.project-count-area .single-count .count-title > span {
  font-size: 20px;
  text-transform: capitalize
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-count-area [class*="col-"]:nth-child(-n + 2) .single-count {
    padding-bottom: 30px
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-count-area [class*="col-"]:nth-child(-n + 2) .single-count {
    padding-bottom: 30px
}

}

@media (max-width: 575px) {
  .project-count-area [class*="col-"] {
    padding-bottom: 30px
}

}

@media (max-width: 575px) {
  .project-count-area [class*="col-"]:last-child {
    padding-bottom: 0
}

}

.team-area {
  padding-bottom: 100px;
  padding-top: 90px
}

.team-area .section_title-2 {
  padding-bottom: 25px
}

.team-area .section_title-2 > h3 {
  margin-bottom: 0
}

.team-area .team-member .team-thumb img {
  display: block;
  overflow: hidden;
  width: 100%
}

.team-area .team-member .team-content {
  padding-top: 25px
}

.team-area .team-member .team-content h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: capitalize
}

.team-area .team-member .team-content p {
  margin-bottom: 0;
  padding-bottom: 15px
}

.team-area .team-member .team-content .kenne-social_link {
  padding-top: 20px
}

.team-area .team-member .team-content .kenne-social_link > ul > li {
  padding-right: 5px
}

.team-area .team-member .team-content .kenne-social_link > ul > li > a {
  height: 35px;
  line-height: 33px;
  width: 35px
}

@media (max-width: 1199px) {
  .team-area .team-member .team-content .kenne-social_link > ul > li > a {
    width: 30px;
  height: 30px;
  line-height: 30px
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area [class*="col-"]:nth-child(-n + 2) .team-member {
    padding-bottom: 30px
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area [class*="col-"]:nth-child(-n + 2) .team-member {
    padding-bottom: 30px
}

}

@media (max-width: 575px) {
  .team-area [class*="col-"]:not(:last-child) .team-member {
    padding-bottom: 30px
}

}



.mt-110 {
  margin-top: 110px
}

.height-100vh {
  min-height: 100vh
}

.comming-soon-area {
  padding: 60px 0;
  position: relative
}

.comming-soon-area:before {
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comming-soon-area {
    padding: 40px 0
}

}

@media (max-width: 767px) {
  .comming-soon-area {
    padding: 40px 0
}

}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .comming-soon-area .container {
    max-width: 320px
}

}

.comming-soon-area .comming-soon-wrap {
  position: relative;
  z-index: 99
}

.comming-soon-area .comming-soon-wrap .comming-soon-top {
  margin: 0 0 54px
}

@media (max-width: 767px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top {
    margin: 0 0 30px
}

}

.comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 12px;
  line-height: 1;
  margin: 58px 0 41px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    margin: 29px 0 20px
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    margin: 40px 0 20px
}

}

@media (max-width: 767px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    letter-spacing: 6px;
  line-height: 1.2;
  margin: 30px 0 20px
}

}

.comming-soon-area .comming-soon-wrap .comming-soon-top > p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  width: 66%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 85%
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 82%
}

}

@media (max-width: 767px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 98%
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 100%
}

}

.comming-soon-area.overlay {
  position: relative
}

.comming-soon-area.overlay:before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9
}

.subscribe-area {
  position: relative;
  z-index: 99
}

.subscribe-area > h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 14px
}

@media (max-width: 767px) {
  .subscribe-area > h4 {
    letter-spacing: 2px
}

}

@media (max-width: 575px) {
  .subscribe-area > h4 {
    line-height: 1.2
}

}

.subscribe-area .subscribe-form > form {
  position: relative
}

.subscribe-area .subscribe-form > form .mc-news {
  display: none
}

.subscribe-area .subscribe-form > form .clear {
  position: absolute;
  right: 0;
  top: 0
}

.subscribe-area .subscribe-form > form .clear input {
  background: transparent none repeat scroll 0 0;
  border-radius: 50px;
  border: medium none;
  color: #e0e0e0;
  cursor: pointer;
  font-weight: 700;
  padding: 2px 40px 2px 30px;
  width: auto
}

@media (max-width: 767px) {
  .subscribe-area .subscribe-form > form .clear input {
    padding: 2px 25px 2px 18px
}

}

.subscribe-area .subscribe-form > form .clear:hover input {
  color: #8f9495
}

.subscribe-area .subscribe-form > form .clear:before {
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: #ffffff;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease 0s;
  width: 2px
}

@media (max-width: 767px) {
  .subscribe-area .subscribe-form > form .clear:before {
    height: 29px
}

}

.subscribe-area .subscribe-form > form input {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #eceff8;
  color: #ffffff;
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 55px;
  padding: 2px 146px 2px 40px;
  width: 100%
}

.subscribe-area .subscribe-form > form input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1
}

.subscribe-area .subscribe-form > form input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1
}

@media (max-width: 767px) {
  .subscribe-area .subscribe-form > form input {
    padding: 2px 117px 2px 20px;
  height: 50px
}

}

.subscribe-area.mt-110 {
  margin-top: 70px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area.mt-110 {
    margin-top: 70px
}

}

@media (max-width: 767px) {
  .subscribe-area.mt-110 {
    margin-top: 50px
}

}

.DateCountdown .time_circles {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap
}

.DateCountdown .time_circles canvas {
  height: auto !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important
}

.DateCountdown .time_circles > div {
  -ms-flex-direction: column;
  -ms-flex: 1 0 25%;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex: 1 0 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 25%;
  margin-top: 86px;
  position: static;
  text-align: center;
  width: 25% !important;
  z-index: 99
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .DateCountdown .time_circles > div {
    margin-top: 60px
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .DateCountdown .time_circles > div {
    margin-top: 50px
}

}

@media (max-width: 767px) {
  .DateCountdown .time_circles > div {
    margin-top: 0px
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .DateCountdown .time_circles > div {
    margin-top: 26px
}

}

.DateCountdown .time_circles > div > h4 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 400;
  margin: 89px 0 0;
  order: 2;
  padding: 0;
  text-align: center;
  text-transform: capitalize
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .DateCountdown .time_circles > div > h4 {
    margin: 64px 0 0
}

}

@media (max-width: 767px) {
  .DateCountdown .time_circles > div > h4 {
    font-size: 16px !important;
  margin: 25px 0 0
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .DateCountdown .time_circles > div > h4 {
    font-size: 16px !important;
  margin: 50px 0 0
}

}

.DateCountdown .time_circles > div > span {
  color: #ffffff;
  display: block;
  font-size: 60px !important;
  font-weight: 400;
  line-height: 47px !important;
  margin-top: 16px;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .DateCountdown .time_circles > div > span {
    font-size: 50px !important
}

}

@media (max-width: 767px) {
  .DateCountdown .time_circles > div > span {
    font-size: 26px !important;
  margin-top: 12px
}

}


.rel-area {
  position: relative
}

@-webkit-keyframes snow {
  0% {
    background-position: 0 0,0 0,0 0
}

100% {
  background-position: 500px 1000px,400px 400px,300px 300px
}

}

@keyframes snow {
  0% {
    background-position: 0 0,0 0,0 0
}

}

.ice_effect {
  -webkit-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
  background-image: url("../images/coming-soon/flake.png")
}

.effect-body {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.loading {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999
}

.logo-loader img.logo-animate {
  animation: rotateLogo 1.5s linear infinite;
  filter: drop-shadow(0 0 8px #b67a0d);
  height: auto;
  width: 100px
}

@keyframes rotateLogo {
  0% {
    transform: rotateY(0deg)
}

100% {
  transform: rotateY(360deg)
}

}
/* ==============================
   GENEL / LOADING / ANİMASYON
====/* ================================
   LOADING / LOGO ANIM
================================ */
body.loaded .loading{ opacity:0; visibility:hidden; transition:opacity .5s ease; }

.logo-fill-wrapper{
  animation:fillUp 2.5s ease-out forwards;
  height:140px; width:140px;
  -webkit-mask-image:linear-gradient(to top, black 0%, transparent 100%);
          mask-image:linear-gradient(to top, black 0%, transparent 100%);
  -webkit-mask-repeat:no-repeat; -webkit-mask-size:100% 0%;
          mask-repeat:no-repeat;          mask-size:100% 0%;
}
@keyframes fillUp{
  0%   { -webkit-mask-size:100% 0%;    mask-size:100% 0%; }
  100% { -webkit-mask-size:100% 100%;  mask-size:100% 100%; }
}

/* ================================
   THEME TOKENS
================================ */
:root{
  --accent: #f47321;          /* vurgu (hover/aktif) */
  --nav-bg: #ffffff;          /* navbar arka planı (Pikolinos gibi açık) */
  --nav-text: #1f1f1f;        /* navbar link rengi */
  --nav-text-hover: #f47321;  /* hover link rengi */
  --nav-pill-bg: #f6f3ea;     /* menü “pill” arka planı */
  --nav-pill-hover-bg: var(--accent);
  --nav-pill-hover-text: #fff;

  --dropdown-bg: #fff;
  --dropdown-text: #222;
  --dropdown-hover-bg: var(--accent);
  --dropdown-hover-text: #fff;
}

/* ================================
   TOP BAR
================================ */
.top-bar{
  background:#1f1f1f;
  color:#fff;
  font-size:13px;
  padding:4px 0;
}
.top-bar .top-left a,
.top-bar .top-right a,
.top-bar span{
  color:#fff;
  margin-right:15px;
  text-decoration:none;
}

/* ================================
   HEADER / NAV / DROPDOWN
================================ */
.main-header_area{ position:sticky; top:0; z-index:3000; }
.transparent-header{
  background: var(--nav-bg) !important;     /* okunaklı beyaz navbar */
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, background-color .2s ease;
  padding:10px 0;
}
.transparent-header.is-stuck{ box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.slider-area{ position:relative; z-index:1; } /* header daima üstte kalsın */

.transparent-header_nav{ display:flex; align-items:center; gap:16px; }
.header-logo_area{ flex:0 0 auto; }
.main-menu_area{ flex:1 1 auto; min-width:0; }
.header-right_area{ flex:0 0 auto; }

.header-logo_area img{ height:48px; width:auto; display:block; transition:height .2s ease; }
.transparent-header.is-stuck .header-logo_area img{ height:42px; }

/* Menü hizalama */
.kenne-main-menu > ul.kenne-menu{
  display:flex; justify-content:center; gap:10px 14px; flex-wrap:wrap;
}
@media (min-width:992px){ .kenne-main-menu > ul.kenne-menu{ flex-wrap:nowrap; } }

/* Menü linkleri – pill görünüm */
.kenne-main-menu > ul.kenne-menu > li,
.kenne-main-menu > ul.kenne-menu > li > a{ background: transparent !important; }

.kenne-main-menu > ul.kenne-menu > li > a{
  color: var(--nav-text) !important;
  background: var(--nav-pill-bg);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap;
  box-shadow: none !important;
  display:block;
}
/* Eski temanın pseudo overlay’lerini kapat */
.kenne-main-menu > ul.kenne-menu > li > a::before,
.kenne-main-menu > ul.kenne-menu > li > a::after{ content:none !important; }

/* Hover / aktif */
.kenne-main-menu > ul.kenne-menu > li:hover > a,
.kenne-main-menu > ul.kenne-menu > li > a:focus,
.kenne-main-menu > ul.kenne-menu > li.current > a{
  background: var(--nav-pill-hover-bg) !important;
  color: var(--nav-pill-hover-text) !important;
}

/* Dilersen yalın metin (Pikolinos menüsü gibi) kullan:
.kenne-main-menu > ul.kenne-menu > li > a{ background:transparent; padding:12px 8px; border-radius:0; }
.kenne-main-menu > ul.kenne-menu > li:hover > a{ color: var(--nav-text-hover) !important; }
*/

/* Dropdown */
.kenne-main-menu li.menu-item-has-children{ position:relative; }
.kenne-main-menu .kenne-dropdown{
  position:absolute; left:0; top:100%;
  display:none; z-index:5000; min-width:220px;
  background: var(--dropdown-bg); color: var(--dropdown-text);
  border:1px solid rgba(0,0,0,.06);
  border-radius:8px; padding:8px 0;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  max-width:90vw; overflow-x:auto;
}
.kenne-main-menu li.menu-item-has-children:hover > .kenne-dropdown{ display:block; }
.kenne-main-menu .kenne-dropdown .kenne-dropdown{ left:100%; top:0; }

.kenne-main-menu .kenne-dropdown li a{
  background: transparent !important;
  color: var(--dropdown-text) !important;
  padding: 10px 16px;
  white-space: nowrap;
}
.kenne-main-menu .kenne-dropdown li a:hover{
  background: var(--dropdown-hover-bg) !important;
  color: var(--dropdown-hover-text) !important;
}

/* Klavye odak */
.kenne-main-menu a:focus{
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ================================
   KATEGORİ PROMO (tekleştirilmiş)
================================ */
.category-promo-section{ padding:60px 0; }

.category-promo-container{ display:flex; flex-wrap:wrap; gap:20px; }
@media (max-width:991px){ .category-promo-container{ flex-direction:column; } }

.category-promo-block{
  display:flex; align-items:center; justify-content:center;
  flex:1; min-height:600px;
  background-position:center; background-size:cover;
  position:relative; transition:all .3s ease-in-out;
}
.category-promo-content{
  background-color:rgba(0,0,0,.5);
  border-radius:8px;
  padding:50px 40px 70px;
  text-align:center;
}
.category-promo-content h2{
  color:#fff; font-size:36px; font-weight:bold; letter-spacing:1px; margin-bottom:25px;
}
@media (max-width:991px){ .category-promo-content h2{ font-size:28px; } }

.promo-button{
  display:inline-block; cursor:pointer;
  background:#fff; color:#000; border:none;
  font-size:16px; font-weight:bold; padding:12px 30px;
  text-decoration:none; transition:.3s ease-in-out;
  box-shadow:0 0 10px rgba(0,0,0,.2);
}
.promo-button:hover{ background:#f47321; color:#fff; }
@media (max-width:768px){ .promo-button{ font-size:14px; padding:10px 20px; } }

/* ================================
   GLOBAL
================================ */
html, body{ max-width:100%; overflow-x:hidden; }
img{ max-width:100%; height:auto; display:block; }
.slick-list{ overflow:hidden; }
.slick-track{ display:flex; }
.home-slider .slick-slide{ outline:0; }


