/******************************************************************
Theme Name: 
Description: 
Author: 
Author URI: 
Version: 1.0
Created: 
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / .site-header
	+ Content / .site-main
		- Contetnt Area / .section
	+ Footer / .site-footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Header
3.  Slider / Banner
4.  About
5.  Discount
6.  Feature
7.  Category
8.  Pricing Table
9.  Testimonial
10. Contact
11. Footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background: #fff (White)
Heading: #000000
Text : #666666
Gray : #f9fafc
Border: #cccccc


-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Body 	:	14px/24px 'Roboto', sans-serif;
Heading :	'Fauna One', serif;
Heading 2 :	'Playfair Display';
	h1  : 	36px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	14px
	h6  : 	12px
-----------------------------------------------------------------------*/
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* Large Screen: 1920px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #ddd;
  color: #fff;
}

::selection {
  background-color: #ddd;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #555555;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  overflow-x: hidden;
}

.jewellery-body {
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #555555;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9fafc;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  color: #333333;
  line-height: 1.17em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #333333;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #333333;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 150px 0;
}

.section-half {
  padding: 100px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white;
}

.preloader .cssload-container *, .preloader .cssload-container *:before, .preloader .cssload-container *:after {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.preloader .cssload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 29px;
}

.preloader .cssload-container > div {
  float: left;
  background: #44b253;
  height: 100%;
  width: 5px;
  margin-right: 1px;
  display: inline-block;
}

.preloader .cssload-container .cssload-shaft1 {
  animation-delay: 0.06s;
  -o-animation-delay: 0.06s;
  -ms-animation-delay: 0.06s;
  -webkit-animation-delay: 0.06s;
  -moz-animation-delay: 0.06s;
}

.preloader .cssload-container .cssload-shaft2 {
  animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
}

.preloader .cssload-container .cssload-shaft3 {
  animation-delay: 0.17s;
  -o-animation-delay: 0.17s;
  -ms-animation-delay: 0.17s;
  -webkit-animation-delay: 0.17s;
  -moz-animation-delay: 0.17s;
}

.preloader .cssload-container .cssload-shaft4 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
}

.preloader .cssload-container .cssload-shaft5 {
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}

.preloader .cssload-container .cssload-shaft6 {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.preloader .cssload-container .cssload-shaft7 {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}

.preloader .cssload-container .cssload-shaft8 {
  animation-delay: 0.46s;
  -o-animation-delay: 0.46s;
  -ms-animation-delay: 0.46s;
  -webkit-animation-delay: 0.46s;
  -moz-animation-delay: 0.46s;
}

.preloader .cssload-container .cssload-shaft9 {
  animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
}

.preloader .cssload-container .cssload-shaft10 {
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}

.preloader .cssload-container > div {
  animation: cssload-loading 1.73s infinite ease-in-out;
  -o-animation: cssload-loading 1.73s infinite ease-in-out;
  -ms-animation: cssload-loading 1.73s infinite ease-in-out;
  -webkit-animation: cssload-loading 1.73s infinite ease-in-out;
  -moz-animation: cssload-loading 1.73s infinite ease-in-out;
  transform: scaleY(0.05) translateX(-10px);
  -o-transform: scaleY(0.05) translateX(-10px);
  -ms-transform: scaleY(0.05) translateX(-10px);
  -webkit-transform: scaleY(0.05) translateX(-10px);
  -moz-transform: scaleY(0.05) translateX(-10px);
}

@keyframes cssload-loading {
  50% {
    transform: scaleY(1.2) translateX(10px);
    background: #a0d05e;
  }
}

@-o-keyframes cssload-loading {
  50% {
    -o-transform: scaleY(1.2) translateX(10px);
    background: #a0d05e;
  }
}

@-ms-keyframes cssload-loading {
  .preloader 50% {
    -ms-transform: scaleY(1.2) translateX(10px);
    background: #a0d05e;
  }
}

@-webkit-keyframes cssload-loading {
  50% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    background: #a0d05e;
  }
}

@-moz-keyframes cssload-loading {
  50% {
    -moz-transform: scaleY(1.2) translateX(10px);
    background: #a0d05e;
  }
}

.p1-gradient-color, .mini-cart-2a.mini-cart-1 .middle h5 a:hover, .mini-cart-2a.mini-cart-1 .cross span:hover, .mini-cart.mini-cart-1 .middle h5 a:hover, .mini-cart.mini-cart-1 .cross span:hover, .single-top-element span, .header-electronics .main-menu li a:hover span, .custom-department-dropdown .dropdown-item:hover span, .side-menu-desc .head, .single-item .bottom-icon a:hover, .single-item:hover .price, .single-item:hover .bottom-save, .single-product-scale:hover .product-title, .single-sidebar-item:hover h5, .quick-view-content .price span, .quick-view-content .category span, .quick-view-content .view-full {
  background: -webkit-linear-gradient(-180deg, #f9a448, #f6497c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p2-gradient-color, .mini-cart-2a.mini-cart-2 .middle h5 a:hover, .mini-cart-2a.mini-cart-2 .cross span:hover, .mini-cart.mini-cart-2 .middle h5 a:hover, .mini-cart.mini-cart-2 .cross span:hover, .single-search-product .desc .title:hover, .header-organic-food .main-menu li a:hover span, .organic-body .quick-view-content .price span, .organic-body .quick-view-content .category span, .organic-body .quick-view-content .view-full, .organic-product-top .single-product-top:hover .product-title, .tab-navigation .nav-link:hover, .tab-navigation .nav-link.active, .countdown-area .countdown .countdown-item .countdown-timer {
  background: -webkit-linear-gradient(-180deg, #41b153, #a0d05e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p3-gradient-color, .mini-cart-2a.mini-cart-3 .middle h5 a:hover, .mini-cart-2a.mini-cart-3 .cross span:hover, .mini-cart.mini-cart-3 .middle h5 a:hover, .mini-cart.mini-cart-3 .cross span:hover, .single-sidebar-product .desc .title:hover, .furniture-bottom-header .main-menu li a:hover span, .furniture-banner-slider .slide-3 .price, .furniture-body .quick-view-content .price span, .furniture-body .quick-view-content .category span, .furniture-body .quick-view-content .view-full, .left-sidebar-category .ct-head span, .left-sidebar-category ul li a:hover {
  background: -webkit-linear-gradient(-180deg, #8eed88, #3fcaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p4-gradient-color, .mini-cart-2a.mini-cart-4 .middle h5 a:hover, .mini-cart-2a.mini-cart-4 .cross span:hover, .mini-cart.mini-cart-4 .middle h5 a:hover, .mini-cart.mini-cart-4 .cross span:hover, .jewellery-header-top .single-top-element span, .active-testimonial-carousel .item .title h5, .jewellery-body .quick-view-content .price span, .jewellery-body .quick-view-content .category span, .jewellery-body .quick-view-content .view-full {
  background: -webkit-linear-gradient(-180deg, #6809c8, #8e2aeb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p1-gradient-color-hover {
  background: -webkit-linear-gradient(-180deg, #f9a448, #f6497c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p1-gradient-color-hover:hover {
  color: rgba(51, 51, 51, 0);
}

.p1-gradient-bg, .mini-cart-2a.mini-cart-1 .mini-border, .mini-cart.mini-cart-1 .mini-border, .item-cart, .submit-btn, .submit-btn.color-1, .view-btn.color-1:after, .electronics-body .slicknav_menu .slicknav_btn, .search-bar .search-submit, .shortcut-icon .top-cart .cart-count, .banner-area.electronic-banner-area, .banner-slider.electronic-banner-slider .owl-controls .owl-nav .owl-prev:after, .banner-slider.electronic-banner-slider .owl-controls .owl-nav .owl-next:after, .best-seller-carousel .owl-controls .owl-nav .owl-prev:after, .popular-item-carousel .owl-controls .owl-nav .owl-prev:after, .best-seller-carousel .owl-controls .owl-nav .owl-next:after, .popular-item-carousel .owl-controls .owl-nav .owl-next:after, .single-item:after, .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after, .footer-social a:after {
  background-image: -moz-linear-gradient(135deg, #f9a448 0%, #f6497c 100%);
  background-image: -webkit-linear-gradient(135deg, #f9a448 0%, #f6497c 100%);
  background-image: -ms-linear-gradient(135deg, #f9a448 0%, #f6497c 100%);
}

.p2-gradient-bg, .mini-cart-2a.mini-cart-2 .mini-border, .mini-cart.mini-cart-2 .mini-border, .submit-btn.color-2, .view-btn.color-2:after, .organic-section-title-left .carousel-trigger .prev-trigger:after, .organic-section-title-left .carousel-trigger .next-trigger:after, .single-search-product:before, .single-organic-product:after, .single-organic-product .bottom, .single-organic-product:hover .discount, .organic-breadcrumb, .grid-btn:hover, .list-btn:hover, .grid-btn.active, .list-btn.active, .pagination a.active, .pagination a:hover, .single-organic-product-list:after, .organic-body .slicknav_menu .slicknav_btn, .header-organic-food .search-bar .search-submit, .header-organic-food .shortcut-icon .top-cart .cart-count, .banner-area.organic-banner-area, .banner-slider.organic-banner-slider .owl-controls .owl-nav .owl-prev:after, .banner-slider.organic-banner-slider .owl-controls .owl-nav .owl-next:after, .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after, .organic-product-carousel .owl-controls .owl-nav .owl-prev:after, .organic-product-carousel .owl-controls .owl-nav .owl-next:after, .organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after, .organic-body .organic, .organic-body .organic:hover, .details-tab-navigation .nav-link:hover, .details-tab-navigation .nav-link.active, .checkput-login .top-title, .organic-footer .footer-social a::after {
  background-image: -moz-linear-gradient(135deg, #a0d05e 0%, #41b153 100%);
  background-image: -webkit-linear-gradient(135deg, #a0d05e 0%, #41b153 100%);
  background-image: -ms-linear-gradient(135deg, #a0d05e 0%, #41b153 100%);
}

.p3-gradient-bg, .mini-cart-2a.mini-cart-3 .mini-border, .mini-cart.mini-cart-3 .mini-border, .submit-btn.color-3, .view-btn.color-3:after, .single-furniture-product .bottom, .single-furniture-product:hover .discount, .single-sidebar-product:before, .furniture-body .slicknav_menu .slicknav_btn, .furniture-bottom-header .shortcut-icon .top-cart .cart-count, .furniture-header-top:before, .furniture-header-top .furniture-header-top-content .search-bar .search-submit, .furniture-banner-slider .slide-1 .shape, .furniture-banner-slider .slide-2, .furniture-banner-slider .slide-3 .shape, .furniture-body .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after, .furniture-footer .footer-social a::after {
  background-image: -moz-linear-gradient(135deg, #8eed88 0%, #3fcaff 100%);
  background-image: -webkit-linear-gradient(135deg, #8eed88 0%, #3fcaff 100%);
  background-image: -ms-linear-gradient(135deg, #8eed88 0%, #3fcaff 100%);
}

.p4-gradient-bg, .mini-cart-2a.mini-cart-4 .mini-border, .mini-cart.mini-cart-4 .mini-border, .submit-btn.color-4, .view-btn.color-4:after, .jewellery-body .slicknav_menu .slicknav_btn, .shortcut-icon .top-cart-2a .cart-count, .jewellery-header-top .search-bar .search-submit:hover, .jewellery-header-top .shortcut-icon .top-cart .cart-count, .header-jewellery .header-middle .shortcut-icon .top-cart .cart-count, .header-jewellery .main-menu li a:after, .banner-area.jewellery-banner-area, .banner-slider.jewellery-banner-slider .owl-controls .owl-nav .owl-prev:after, .banner-slider.jewellery-banner-slider .owl-controls .owl-nav .owl-next:after, .active-popular-jewellery-product .owl-controls .owl-nav .owl-prev:after, .active-popular-jewellery-product .owl-controls .owl-nav .owl-next:after, .jewellery-body .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after, .jewellery-footer .footer-social a::after {
  background-image: -moz-linear-gradient(0deg, #6809c8 0%, #8e2aeb 100%);
  background-image: -webkit-linear-gradient(0deg, #6809c8 0%, #8e2aeb 100%);
  background-image: -ms-linear-gradient(0deg, #6809c8 0%, #8e2aeb 100%);
}

.p1-shadow {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}

.p1-shadow-hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p1-shadow-hover:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}

.load-product {
  display: none;
}

.second-font {
  font-family: 'Great Vibes', cursive;
}

.section-gap {
  padding: 100px 0;
}

.cart-btn {
  display: inline-block;
  height: 40px;
  width: 174px;
  text-align: center;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.cart-btn span {
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-btn .cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cart-btn .lnr-cart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-btn:hover .cart {
  margin-top: -30px;
}

.cart-btn:hover .lnr-cart {
  margin-top: 0;
}

.mini-cart-2a {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5;
}

@media (max-width: 767px) {
  .mini-cart-2a {
    height: 200px;
    overflow-y: scroll;
  }
}

@media (max-width: 575px) {
  .mini-cart-2a {
    height: 300px;
    overflow-y: scroll;
  }
}

.mini-cart-2a .mini-border {
  width: 100%;
  height: 1px;
}

.mini-cart-2a.showing {
  display: block;
}

.mini-cart-2a .total-amount {
  border-bottom: 1px dotted #eee;
  padding: 20px;
  background: #f9fafc;
}

.mini-cart-2a .total-amount .title span {
  color: #cccccc;
}

.mini-cart-2a .total-amount .amount {
  font-size: 24px;
  color: #333333;
}

.mini-cart-2a .single-cart-item {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.mini-cart-2a .single-cart-item .middle {
  padding: 0 10px;
}

.mini-cart-2a .single-cart-item .middle h5 a {
  font-size: 14px;
  font-weight: 400;
  background: -webkit-linear-gradient(-180deg, #555555, #555555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mini-cart-2a .single-cart-item .middle h6 {
  font-weight: 700;
  margin-top: 5px;
}

.mini-cart-2a .single-cart-item .cross {
  cursor: pointer;
}

.mini-cart-2a .single-cart-item .cross span {
  background: -webkit-linear-gradient(-180deg, #777, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mini-cart-2a .proceed-btn {
  padding: 20px;
}

.mini-cart-2a .proceed-btn .view-btn {
  width: 100%;
  text-align: center;
}

.mini-cart-2a.mini-cart-4 {
  right: 0;
}

.mini-cart {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5;
}

@media (max-width: 767px) {
  .mini-cart {
    height: 200px;
    overflow-y: scroll;
  }
}

@media (max-width: 575px) {
  .mini-cart {
    height: 300px;
    overflow-y: scroll;
  }
}

.mini-cart .mini-border {
  width: 100%;
  height: 1px;
}

.mini-cart.showing {
  display: block;
}

.mini-cart .total-amount {
  border-bottom: 1px dotted #eee;
  padding: 20px;
  background: #f9fafc;
}

.mini-cart .total-amount .title span {
  color: #cccccc;
}

.mini-cart .total-amount .amount {
  font-size: 24px;
  color: #333333;
}

.mini-cart .single-cart-item {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.mini-cart .single-cart-item .middle {
  padding: 0 10px;
}

.mini-cart .single-cart-item .middle h5 a {
  font-size: 14px;
  font-weight: 400;
  background: -webkit-linear-gradient(-180deg, #555555, #555555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mini-cart .single-cart-item .middle h6 {
  font-weight: 700;
  margin-top: 5px;
}

.mini-cart .single-cart-item .cross {
  cursor: pointer;
}

.mini-cart .single-cart-item .cross span {
  background: -webkit-linear-gradient(-180deg, #777, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mini-cart .proceed-btn {
  padding: 20px;
}

.mini-cart .proceed-btn .view-btn {
  width: 100%;
  text-align: center;
}

.mini-cart.mini-cart-4 {
  right: 0;
}

@media (max-width: 767px) {
  .mini-cart.mini-cart-4 {
    right: -40px;
  }
}

.item-cart {
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  color: #fff;
}

.item-cart:hover {
  color: #fff;
}

.submit-btn {
  display: inline-block;
  line-height: 42px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  text-align: center;
  z-index: 4;
  color: #fff;
  transition: visibility 0s, opacity 0.5s linear;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.view-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}

.view-btn span {
  color: #333333;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.view-btn i {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.view-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-btn.reply {
  padding: 0 30px;
  text-transform: capitalize;
  border-radius: 20px;
  margin-left: auto;
  box-shadow: none;
  border: 1px solid #eee;
}

@media (max-width: 575px) {
  .view-btn.reply {
    width: 160px;
  }
}

.view-btn.reply span {
  font-weight: 300;
  margin-left: 10px;
}

.view-btn.reply:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-btn.reply:hover {
  border: 1px solid transparent;
}

.view-btn:hover:after {
  opacity: 1;
}

.view-btn:hover span {
  color: #fff;
}

.view-btn:hover i {
  color: #fff;
}

.section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section-title h3 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-title h3 {
    width: 45%;
    font-size: 20px;
  }
}

.furniture-section-title {
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 1px dotted #eeeeee;
}

.furniture-section-title h3 {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .furniture-section-title h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .furniture-section-title .view-btn {
    width: 100%;
  }
}

.jewellery-section-title img {
  margin-bottom: 10px;
}

.jewellery-section-title h3 {
  margin-bottom: 10px;
  position: relative;
}

.jewellery-section-title h3:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 1px;
  background: #eeeeee;
  left: 0;
  bottom: 5px;
}

@media (max-width: 767px) {
  .jewellery-section-title h3:before {
    display: none;
  }
}

.jewellery-section-title h3:after {
  position: absolute;
  content: "";
  width: 25%;
  height: 1px;
  background: #eeeeee;
  right: 0;
  bottom: 5px;
}

@media (max-width: 767px) {
  .jewellery-section-title h3:after {
    display: none;
  }
}

.testimonial-section-title {
  padding-right: 50px;
}

.testimonial-section-title img {
  margin-bottom: 10px;
}

.testimonial-section-title h3 {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.testimonial-section-title h3:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #eeeeee;
  left: 110%;
  bottom: 5px;
}

@media (max-width: 767px) {
  .testimonial-section-title h3:after {
    display: none;
  }
}

.organic-section-title {
  overflow: hidden;
}

.organic-section-title h3 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.organic-section-title h3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 500px;
  background: url(../img/logo/title-line.png) repeat;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}

.organic-section-title h3:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 500px;
  background: url(../img/logo/title-line.png) repeat;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}

.organic-section-title-left {
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.organic-section-title-left h3 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .organic-section-title-left h3 {
    margin-left: 0;
    width: 50%;
  }
}

.organic-section-title-left h3:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 200px;
  background: url(../img/logo/title-line.png) repeat;
  top: 50%;
  right: 107%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .organic-section-title-left h3:before {
    display: none;
  }
}

.organic-section-title-left h3:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 2000px;
  background: url(../img/logo/title-line.png) repeat;
  top: 50%;
  left: 107%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .organic-section-title-left h3:after {
    display: none;
  }
}

.organic-section-title-left .carousel-trigger {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  padding: 7px 15px;
  background: #fff;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .organic-section-title-left .carousel-trigger {
    right: 0;
  }
}

.organic-section-title-left .carousel-trigger .prev-trigger {
  margin-right: 5px;
}

.organic-section-title-left .carousel-trigger .next-trigger {
  margin-left: 5px;
}

.organic-section-title-left .carousel-trigger .prev-trigger, .organic-section-title-left .carousel-trigger .next-trigger {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 3;
  position: relative;
}

.organic-section-title-left .carousel-trigger .prev-trigger span, .organic-section-title-left .carousel-trigger .next-trigger span {
  line-height: 40px;
  position: relative;
  z-index: 3;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.organic-section-title-left .carousel-trigger .prev-trigger:after, .organic-section-title-left .carousel-trigger .next-trigger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.organic-section-title-left .carousel-trigger .prev-trigger:hover, .organic-section-title-left .carousel-trigger .next-trigger:hover {
  box-shadow: none;
}

.organic-section-title-left .carousel-trigger .prev-trigger:hover:after, .organic-section-title-left .carousel-trigger .next-trigger:hover:after {
  opacity: 1;
}

.organic-section-title-left .carousel-trigger .prev-trigger:hover span, .organic-section-title-left .carousel-trigger .next-trigger:hover span {
  color: #fff;
}

.banner-discount {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: rotate(-25deg);
  position: absolute;
  background: url(../img/logo/discount-shape.svg) no-repeat center center/cover;
  z-index: 5;
}

.banner-discount .offer {
  margin-top: 7px;
  position: relative;
  color: #fff;
  z-index: 5;
}

.banner-discount .offer b {
  font-size: 24px;
  font-weight: 700;
}

.single-search-product {
  padding: 15px 0;
  position: relative;
}

.single-search-product img {
  max-width: 70px;
  height: auto;
}

.single-search-product .desc {
  margin-left: 15px;
  margin-top: 5px;
}

.single-search-product .desc .title {
  margin-bottom: 5px;
  display: inline-block;
  background: -webkit-linear-gradient(-180deg, #555555, #555555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-search-product .desc .price {
  font-weight: 700;
  color: #333333;
}

.single-search-product .desc .price span {
  font-weight: 700;
}

.single-search-product .desc .price del {
  font-size: 12px;
  color: #cccccc;
  font-weight: 400;
}

.single-search-product:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.single-search-product:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-search-product:hover:before {
  width: 100%;
}

.single-organic-product {
  padding: 20px 20px 0 20px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.single-organic-product:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-organic-product .price {
  margin-top: 10px;
  margin-bottom: 5px;
}

.single-organic-product .price del {
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
}

.single-organic-product .bottom {
  width: 160px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0 0;
  transform: scaleY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-organic-product .bottom a {
  display: inline-block;
  width: 25%;
  line-height: 40px;
}

.single-organic-product .bottom a span {
  color: #fff;
}

.single-organic-product .bottom a:hover {
  background: #fff;
}

.single-organic-product .bottom a:hover span {
  color: #333333;
}

.single-organic-product .text {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.single-organic-product .discount {
  width: 60px;
  line-height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.single-organic-product:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-organic-product:hover .bottom {
  transform: scaleY(1);
}

.single-organic-product:hover:after {
  width: 100%;
}

.single-organic-product:hover .text {
  opacity: 0;
}

.single-organic-product:hover .discount {
  color: #fff;
}

@media (min-width: 1200px) {
  .product-6col .single-organic-product .bottom {
    width: 120px;
  }
}

.single-furniture-product {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.single-furniture-product .thumb {
  border: 15px solid #f9fafc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f9fafc;
}

.single-furniture-product .desc {
  padding: 20px 15px 10px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-furniture-product .desc p {
  margin-bottom: 10px;
}

.single-furniture-product .bottom {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  width: 160px;
  height: 40px;
  margin-right: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-furniture-product .bottom a {
  display: inline-block;
  width: 25%;
  line-height: 40px;
  text-align: center;
}

.single-furniture-product .bottom a span {
  color: #fff;
}

.single-furniture-product .bottom a:hover {
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.single-furniture-product .bottom a:hover span {
  color: #333333;
}

.single-furniture-product .discount {
  width: 60px;
  line-height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.single-furniture-product:hover {
  box-shadow: 2.828px 2.828px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-furniture-product:hover .desc {
  padding: 5px 15px 25px 15px;
}

.single-furniture-product:hover .thumb {
  border: 15px solid #fff;
}

.single-furniture-product:hover .discount {
  color: #fff;
}

.jewellery-single-product {
  margin-top: 30px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.jewellery-single-product .top {
  padding: 40px 40px 0 40px;
  text-align: center;
}

.jewellery-single-product .desc {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 40px;
}

.jewellery-single-product .desc h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

.jewellery-single-product .desc h5 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.jewellery-single-product .desc h5 del {
  color: #cccccc;
  font-weight: 400;
  font-size: 12px;
}

.jewellery-single-product .desc .icon-group span {
  color: #6a12c9;
  padding: 0 2px;
}

.jewellery-single-product .bottom {
  background: #f9fafc;
}

.jewellery-single-product .bottom a {
  width: 40px;
  line-height: 40px;
  border-right: 1px solid #eee;
  text-align: center;
  color: #333333;
}

.jewellery-single-product .bottom a:last-child {
  border-right: 0px;
}

.jewellery-single-product .bottom a:hover {
  background: #fff;
}

.jewellery-single-product:hover {
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
}

.jewellery-single-product:hover h5 {
  color: #6f0fce;
}

.jewellery-single-product:hover h5 del {
  color: #cccccc;
}

.jewellery-single-product .discount {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}

.jewellery-single-product .discount .st0 {
  fill: #fff;
}

.jewellery-single-product .discount .st1 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #68489D;
  stroke-miterlimit: 10;
}

.jewellery-single-product .discount:hover .st0 {
  fill: #8421e1;
}

.jewellery-single-product .discount:hover .st1 {
  stroke: #fff;
}

.jewellery-single-product .discount span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jewellery-single-product .discount:hover {
  color: #fff;
}

.single-small-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 20px;
  width: 32.36%;
}

@media (max-width: 767px) {
  .single-small-banner {
    width: 100%;
  }
}

.single-small-banner:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 200px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  background: rgba(0, 0, 0, 0.05);
}

.single-small-banner:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 200px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  background: rgba(0, 0, 0, 0.05);
}

.single-small-banner.color-1 {
  background: #3fcaff;
}

.single-small-banner.color-2 {
  background: #ffcc00;
}

.single-small-banner.color-3 {
  background: #e10101;
}

.single-small-banner .desc {
  margin-left: 10px;
}

.single-small-banner .desc h5 {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  margin-bottom: 3px;
}

.single-small-banner .desc p {
  margin: 0;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
}

.single-sidebar-product {
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}

.single-sidebar-product img {
  max-width: 70px;
  height: auto;
}

.single-sidebar-product .desc {
  margin-left: 12px;
  margin-top: 5px;
}

.single-sidebar-product .desc .title {
  margin-bottom: 5px;
  display: inline-block;
  background: -webkit-linear-gradient(-180deg, #555555, #555555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-sidebar-product .desc .price {
  font-weight: 700;
  color: #333333;
}

.single-sidebar-product .desc .price span {
  font-weight: 700;
}

.single-sidebar-product .desc .price del {
  font-size: 12px;
  color: #cccccc;
  font-weight: 400;
}

.single-sidebar-product:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.single-sidebar-product:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-sidebar-product:hover:before {
  width: 100%;
}

.single-sidebar-product .dot-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.single-sidebar-product .dot-bottom span {
  width: 3px;
  height: 1px;
  display: inline-block;
  background: transparent;
  position: relative;
  margin-left: 9px;
}

.single-sidebar-product .dot-bottom span:first-child {
  margin-left: 6px;
}

.single-sidebar-product .dot-bottom span:before {
  width: 3px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
}

.single-sidebar-product .dot-bottom span:after {
  width: 3px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
}

.jewellery-tab-area ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 300px;
}

.jewellery-tab-area ul.tabs li {
  background: #f9fafc;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100px;
  border-bottom: 1px solid #fff;
}

.jewellery-tab-area ul.tabs li.current {
  background: #fff;
}

.jewellery-tab-area .tab-content {
  display: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.jewellery-tab-area .tab-content.current {
  display: inherit;
}

.jewellery-tab-area .first-tab-content {
  background: #f9fafc;
  position: relative;
  min-height: 300px;
}

@media (max-width: 767px) {
  .jewellery-tab-area .first-tab-content {
    min-height: 350px;
  }
}

.jewellery-tab-area .first-tab-content .text-btn {
  width: 55%;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .jewellery-tab-area .first-tab-content .text-btn {
    width: 100%;
  }
}

.jewellery-tab-area .first-tab-content .left-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 150px;
  height: auto;
}

@media (max-width: 767px) {
  .jewellery-tab-area .first-tab-content .left-img {
    display: none;
  }
}

.jewellery-tab-area .first-tab-content .right-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.organic-breadcrumb {
  margin-bottom: 50px;
}

.breadcrumb-banner {
  padding: 30px 0 50px 0;
}

.breadcrumb-banner h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumb-banner p {
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb-banner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
}

.breadcrumb-banner nav a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.breadcrumb-banner nav a i {
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb-banner .col-first {
  margin-top: 20px;
  width: 38%;
  border-right: 1px solid #fff;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-first {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-first {
    width: 100%;
    border-right: none;
  }
}

.breadcrumb-banner .col-second {
  margin-top: 20px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-second {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-second {
    width: 100%;
  }
}

.breadcrumb-banner .col-third {
  margin-top: 20px;
  width: 27%;
}

@media (max-width: 991px) {
  .breadcrumb-banner .col-third {
    width: 100%;
  }
}

.filter-bar {
  padding: 0px 20px 10px 20px;
  background: #f9fafc;
  overflow: hidden;
}

.grid-btn, .list-btn {
  margin-top: 10px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 10px;
}

.grid-btn i, .list-btn i {
  display: inline-block;
}

.grid-btn:hover i, .list-btn:hover i {
  color: #fff;
}

.grid-btn.active i, .list-btn.active i {
  color: #fff;
}

.sorting {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.sorting .nice-select {
  border-radius: 0px;
  border: 1px solid #eee;
  padding-right: 50px;
}

.sorting .nice-select:after {
  right: 18px;
}

.sorting .nice-select .list {
  border-radius: 0px;
}

.pagination {
  margin-top: 10px;
  border-left: 1px solid #eee;
  border-radius: 0px;
  float:right;
}

.pagination a {
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    padding: 7px;
    margin-right: 10px;
}

.pagination a.active {
  border: 1px solid transparent;
  color: #fff;
}

.pagination a:hover {
  border: 1px solid transparent;
  color: #fff;
}

.pagination .dot-dot {
  width: auto;
  background: transparent;
  border-top: 0px;
  border-bottom: 0px;
  color: #cccccc;
  padding: 0 5px;
}

.pagination .dot-dot:hover {
  background: transparent;
  border: 0px;
  border-right: 1px solid #eee;
  color: #cccccc;
}

.single-organic-product-list {
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #eee;
  position: relative;
}

.single-organic-product-list .product-thumb {
  position: relative;
  z-index: 2;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}

.single-organic-product-list .product-details {
  position: relative;
  z-index: 2;
  padding: 10px 70px 10px 20px;
}

@media (max-width: 767px) {
  .single-organic-product-list .product-details {
    padding: 20px 0;
  }
}

.single-organic-product-list .product-details h4 {
  margin-bottom: 10px;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-organic-product-list .product-details .rattings {
  margin-bottom: 20px;
}

.single-organic-product-list .product-details .rattings i {
  color: #fbd600;
  margin-right: 2px;
}

.single-organic-product-list .product-details .rattings span {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-organic-product-list .product-details .collect-info li {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-organic-product-list .product-details .collect-info li i {
  color: #44b253;
  margin-right: 10px;
}

.single-organic-product-list .price-wrap {
  position: relative;
  z-index: 2;
  padding: 10px 0;
}

.single-organic-product-list .price-wrap .avalability {
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}

.single-organic-product-list .price-wrap .avalability span {
  color: #44b253;
}

.single-organic-product-list .price-wrap .price {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 25px 0;
}

.single-organic-product-list .price-wrap .view-btn {
  width: 100%;
}

.single-organic-product-list .price-wrap .compare {
  margin-top: 20px;
}

.single-organic-product-list .price-wrap .compare p i {
  margin-right: 10px;
}

.single-organic-product-list:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: top;
  z-index: 1;
}

.single-organic-product-list:hover {
  padding: 5px;
}

.single-organic-product-list:hover:after {
  transform: scaleY(1);
}

.single-organic-product-list:hover .product-details span {
  color: #fff;
}

.single-organic-product-list:hover .product-details p {
  color: #fff;
}

.single-organic-product-list:hover .product-details h4 {
  color: #fff;
}

.single-organic-product-list:hover .product-details .rattings {
  margin-bottom: 20px;
}

.single-organic-product-list:hover .product-details .rattings span {
  color: #fff;
}

.single-organic-product-list:hover .product-details .collect-info li {
  color: #fff;
}

.single-organic-product-list:hover .product-details .collect-info li i {
  color: #fff;
}

.single-organic-product-list:hover .price-wrap .avalability {
  color: #fff;
}

.single-organic-product-list:hover .price-wrap .avalability span {
  color: #fff;
}

.single-organic-product-list:hover .price-wrap .price {
  color: #fff;
}

.single-organic-product-list:hover .price-wrap .compare p {
  color: #fff;
}

.single-organic-product-list:hover .price-wrap .compare p i {
  color: #fff;
}

.sidebar-categories .head {
  line-height: 40px;
  background: #e9ecef;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.sidebar-categories .main-categories {
  padding: 0 20px;
  background: #fff;
  border: 1px solid #eee;
}

.sidebar-categories .main-nav-list a {
  display: block;
  line-height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar-categories .main-nav-list a:hover {
  color: #43b253;
}

.sidebar-categories .main-nav-list a .number {
  color: #cccccc;
  margin-left: 10px;
  float: right;
}

.sidebar-categories .main-nav-list a .lnr {
  margin-right: 10px;
}

.sidebar-categories .main-nav-list.child a {
  padding-left: 32px;
}

.sidebar-filter .top-filter-head {
  line-height: 60px;
  background: #f9fafc;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.sidebar-filter .head {
  line-height: 60px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-top: 5px;
}

.sidebar-filter .common-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.sidebar-filter .common-filter .filter-list {
  padding-left: 28px;
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 30px;
}

.filter-list i {
  margin-right: 10px;
  cursor: pointer;
}

.filter-list .number {
  color: #ccc;
}

.filter-list label {
  margin-bottom: 3px;
  cursor: pointer;
  width: 100%;
}

@-webkit-keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
  }
}

@-moz-keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
  }
}

@keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute;
  }
}

.pixel-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  z-index: 1;
}

.pixel-radio:checked {
  border: 7px solid #43b253;
}

.pixel-radio:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #43b253;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  opacity: 0;
}

.pixel-radio {
  border-radius: 50%;
}

.pixel-radio::after {
  border-radius: 50%;
}

.price-range-area {
  padding: 10px 10px 0 10px;
}

.price-range-area .noUi-target {
  background: #eee;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}

.price-range-area .noUi-horizontal {
  height: 6px;
}

.price-range-area .noUi-connect {
  background: #eee;
  border-radius: 0px;
  box-shadow: none;
}

.price-range-area .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -5px;
  border-radius: 50%;
  border: 0px;
  background: #43b253;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: ease 0.1s;
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
}

.price-range-area .noUi-horizontal .noUi-handle:focus {
  outline: none;
}

.price-range-area .noUi-horizontal .noUi-handle:hover {
  border: 3px solid #43b253;
  background: #fff;
}

.price-range-area .noUi-handle::after, .price-range-area .noUi-handle::before {
  display: none;
}

.price-range-area .value-wrapper {
  margin-top: 20px;
  color: #cccccc;
}

.price-range-area .value-wrapper .to {
  margin: 0 5px;
}

.price-range-area .price {
  margin-right: 5px;
  color: #555555;
}

.header-top-area {
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .header-top-area {
    display: none;
  }
}

.sticky-header {
  background: #4ad8ca;
}

.sticky-nav {
  display: none;
}

.header-middle {
  padding: 20px 0;
}

.header-bottom {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

@media (max-width: 1199px) {
  .header-bottom .free-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-logo {
    height: 30px;
  }
}

@media (max-width: 991px) {
  .header-electronics .shortcut-icon {
    margin-right: 50px;
  }
}

.header-electronics .header-middle {
  padding: 30px 0 20px 0;
}

@media (max-width: 991px) {
  .header-electronics .header-middle {
    padding: 20px 0;
  }
}

.header-electronics .is-sticky .sticky-header {
  z-index: 9999;
  box-shadow: 0.707px 0.707px 15px 0px rgba(0, 0, 0, 0.07);
}

.header-electronics .is-sticky .header-bottom {
  display: none;
}

.header-electronics .mobile-btn {
  display: none;
}

.header-electronics .mobile-btn span {
  font-size: 30px;
}

@media (max-width: 767px) {
  .header-electronics .mobile-btn {
    display: block;
  }
  .header-electronics .main-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 15px 0;
    top: 37px;
    right: 0px;
    display: none;
    z-index: 9;
    min-width: 200px;
  }
  .header-electronics .main-menu li a {
    width: 100%;
    text-align: center;
  }
  .header-electronics .mibile-menu {
    display: block;
  }
}

.catagory-wrap {
  position: relative;
}

.catagory-wrap .all-slick {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.catagory-wrap .all-slick .main-ul {
  display: none;
}

.slicknav_nav .slicknav_arrow {
  font-size: 1em;
}

.slicknav_menu {
  position: fixed;
  top: 30px;
  right: 15px;
  z-index: 99999;
  display: none;
  background: transparent;
}

@media (max-width: 991px) {
  .slicknav_menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .slicknav_menu {
    top: 20px;
  }
}

.slicknav_menu {
  padding: 0;
}

.slicknav_menu .slicknav_menutxt {
  display: none;
}

.slicknav_menu .slicknav_icon {
  margin: 0;
}

.slicknav_menu .slicknav_btn {
  margin: 0;
  text-shadow: none;
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  max-height: 450px;
  overflow-y: scroll;
  margin-top: 40px;
}

.slicknav_menu .slicknav_nav .main-ul {
  padding: 15px 0 30px 0;
}

.slicknav_menu .slicknav_nav ul {
  margin: 0 15px;
}

.slicknav_menu .slicknav_nav a {
  color: #333333;
}

.slicknav_menu .slicknav_nav a:focus {
  color: #333333;
}

.slicknav_menu .slicknav_nav a:hover {
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: #333333;
}

@media (max-width: 736px) and (min-width: 412px) {
  .slicknav_menu {
    right: 16%;
  }
}

@media (max-width: 414px) {
  .slicknav_menu {
    right: 4%;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .slicknav_menu {
    right: 4%;
  }
}

.header-organic-food .sticky-shortcut {
  display: none !important;
}

@media (max-width: 991px) {
  .header-organic-food .sticky-shortcut {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: 50px;
  }
}

.header-organic-food .is-sticky .sticky-header {
  z-index: 99;
  box-shadow: 0.707px 0.707px 15px 0px rgba(0, 0, 0, 0.07);
}

.header-organic-food .is-sticky .sticky-nav {
  display: block;
}

.header-organic-food .is-sticky .header-bottom {
  display: none;
}

.header-organic-food .is-sticky .free-shiping {
  display: none;
}

.header-organic-food .is-sticky .sticky-shortcut {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.jewellery-body .slicknav_menu {
  top: 5px;
}

.furniture-body .slicknav_menu {
  top: 60px;
}

@media (max-width: 767px) {
  .furniture-body .shortcut-icon {
    margin-right: 60px;
  }
}

.header-jewellery {
  background: #fff;
  position: relative;
  z-index: 999;
}

.header-jewellery .header-middle {
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-jewellery .header-middle {
    padding: 5px 0;
  }
}

.header-jewellery .sticky-nav {
  display: none;
}

.header-jewellery .sticky-logo {
  display: none;
}

.header-jewellery .sticky-shortcut {
  display: none !important;
}

.header-jewellery .is-sticky .sticky-header {
  box-shadow: 0.707px 0.707px 15px 0px rgba(0, 0, 0, 0.07);
}

.header-jewellery .is-sticky .sticky-logo {
  display: block;
}

@media (max-width: 767px) {
  .header-jewellery .is-sticky .sticky-logo {
    width: 100px;
  }
}

.header-jewellery .is-sticky .main-logo-a {
  display: none;
}

.header-jewellery .is-sticky .sticky-shortcut {
  display: flex !important;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .header-jewellery .is-sticky .sticky-shortcut {
    margin-right: 50px;
  }
}

.header-jewellery .is-sticky .header-bottom {
  display: none;
}

.header-jewellery .is-sticky .header-middle {
  justify-content: space-between !important;
}

@media (max-width: 991px) {
  .single-top-element.ml-50 {
    margin-left: 10px;
  }
}

.single-top-element span {
  margin-right: 10px;
}

.single-top-element a {
  color: #333333;
}

@media (max-width: 767px) {
  .search-bar {
    margin-top: 10px;
    width: 100%;
  }
}

.search-bar .search-input {
  -webkit-box-flex: 3;
  -ms-flex: 3 0px;
  flex: 3 0px;
  border: 1px solid #eeeeee;
  border-right: 0px;
  border-radius: 20px 0 0 20px;
  padding: 0 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .search-bar .search-input {
    padding: 0 15px;
  }
}

.search-bar .search-input:focus {
  outline: none;
  border: 1px solid #f75d71;
  border-right: 0px;
}

.search-bar .search-input:focus + .dropdown .search-dropdown {
  border: 1px solid #f75d71;
  border-left: 0px;
  border-right: 0px;
}

.search-bar .search-dropdown {
  line-height: 40px;
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-right: 0px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

@media (max-width: 991px) {
  .search-bar .search-dropdown {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .search-bar .search-dropdown {
    display: none !important;
  }
}

.search-bar .search-dropdown span {
  margin-left: 10px;
}

.search-bar .search-submit {
  border: none;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  cursor: pointer;
}

.shortcut-icon .single-shortcut {
  cursor: pointer;
  margin: 0 15px;
}

.shortcut-icon .single-shortcut span {
  color: #333333;
}

.shortcut-icon .single-shortcut:first-child {
  margin-left: 0;
}

.shortcut-icon .single-shortcut:last-child {
  margin-right: 0;
}

.shortcut-icon .top-cart {
  position: relative;
}

.shortcut-icon .top-cart .cart-count {
  position: absolute;
  top: -15px;
  left: -15px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.shortcut-icon .top-cart-2a {
  position: relative;
}

.shortcut-icon .top-cart-2a .cart-count {
  position: absolute;
  top: -9px;
  left: -20px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  font-size: 12px;
}

.department-list-btn {
  display: inline-block;
  background: #fff;
  line-height: 40px;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  width: 100%;
}

.department-list-btn span {
  margin-right: 10px;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-menu li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .main-menu li a {
    padding: 0 20px;
  }
}

.main-menu li a span {
  background: -webkit-linear-gradient(-180deg, #333333, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu li a:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  background: #fff;
}

.main-menu .sub-menu {
  padding: 20px 0;
  position: absolute;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  top: 40px;
  left: 0;
  z-index: 3;
  background: #fff;
  min-width: 250px;
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: top;
}

.main-menu .sub-menu li a {
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
}

.main-menu .drop-menu {
  position: relative;
}

.main-menu .drop-menu:hover .sub-menu {
  transform: scaleY(1);
}

.custom-categories-dropdown {
  position: relative;
}

.custom-categories-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -60px !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 15px 30px;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  color: #555555;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0 0 3px 3px;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.custom-categories-dropdown .dropdown-item {
  padding: 0;
  color: #777777;
}

.custom-categories-dropdown .dropdown-item:hover {
  color: #333333;
  background: #fff;
}

@media (max-width: 991px) {
  .md-down-none {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .sm-down-none {
    display: none !important;
  }
}

.custom-department-dropdown {
  background: #fff;
}

.custom-department-dropdown .dropdown-menu {
  float: left;
  min-width: 280px;
  font-size: 14px;
  padding: 15px 0 15px 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0 0 3px 3px;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.custom-department-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0 30px 0 30px;
  clear: both;
  font-weight: normal;
  color: #555555;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  font-size: 14px;
  line-height: 42px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.custom-department-dropdown .dropdown-item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 93%;
  background: #eee;
  bottom: -1px;
  left: 0;
}

.custom-department-dropdown .dropdown-item.last-item:after {
  background: #fff;
}

.side-menu-desc {
  min-width: 560px;
  height: 100%;
  background: #ecf0f3 url(../img/electronics/menu-bg.png) no-repeat center bottom;
  padding: 45px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: scaleX(0);
  transform-origin: left 5px -3px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.side-menu-desc:hover {
  transform: scaleX(1);
}

.side-menu-desc .head {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}

.side-menu-desc ul li {
  margin-top: 6px;
}

.side-menu-desc ul li a:hover {
  color: #f6497c;
}

.side-menu-desc .left ul {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-right: 30px;
}

.side-menu-desc .left .bottom-list {
  border-bottom: 0px;
}

.side-menu-desc .right {
  padding-left: 50px;
}

.side-menu-desc .comnpany-name {
  margin-top: 10px;
}

.side-menu-desc .comnpany-name p {
  margin: 0;
}

.side-menu-desc .comnpany-name span {
  color: #cccccc;
}

.side-menu-desc .product-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.side-menu-desc.movies .product-img {
  right: 50px;
  bottom: 70px;
}

.side-menu-desc.movies .top-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.side-menu-desc.tv-audio .product-img {
  right: 30px;
  bottom: 90px;
}

.side-menu-desc.watches .product-img {
  right: 30px;
  bottom: 90px;
}

.side-menu-desc.car .product-img {
  right: 0px;
  bottom: 50px;
}

.side-menu-desc.accessories .product-img {
  right: 0px;
  bottom: 0px;
}

.computer-item:hover ~ .computer {
  transform: scaleX(1);
}

.camera-item:hover ~ .camera {
  transform: scaleX(1);
}

.mobile-item:hover ~ .mobile {
  transform: scaleX(1);
}

.movies-item:hover ~ .movies {
  transform: scaleX(1);
}

.tv-audio-item:hover ~ .tv-audio {
  transform: scaleX(1);
}

.watches-item:hover ~ .watches {
  transform: scaleX(1);
}

.car-item:hover ~ .car {
  transform: scaleX(1);
}

.accessories-item:hover ~ .accessories {
  transform: scaleX(1);
}

.header-organic-food .search-bar .search-input:focus {
  outline: none;
  border: 1px solid #41b153;
  border-right: 0px;
}

.header-organic-food .search-bar .search-input:focus + .dropdown .search-dropdown {
  border: 1px solid #41b153;
  border-left: 0px;
  border-right: 0px;
}

.header-furniture {
  background: #fff;
}

.header-furniture .search-bar {
  margin-top: 0;
}

.header-furniture .search-bar .search-dropdown {
  padding: 0 5px;
  font-size: 12px;
  width: 110px;
  display: block !important;
}

.header-furniture .is-sticky .sticky-header {
  z-index: 999;
  box-shadow: 0.707px 0.707px 15px 0px rgba(0, 0, 0, 0.07);
}

.furniture-bottom-header {
  padding: 20px 0;
}

.furniture-bottom-header .main-menu li a {
  padding: 0 20px;
}

.furniture-bottom-header .main-menu li a:hover {
  box-shadow: none;
}

.furniture-header-top {
  position: relative;
}

.furniture-header-top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 40px;
  width: 50%;
}

.furniture-header-top:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 40px;
  width: 50%;
  background: #f9fafc;
}

.furniture-header-top .furniture-header-top-content {
  position: relative;
  z-index: 33;
}

@media (max-width: 575px) {
  .furniture-header-top .furniture-header-top-content {
    padding: 0;
  }
  .furniture-header-top .furniture-header-top-content .search-submit {
    padding: 0 10px;
  }
}

.furniture-header-top .furniture-header-top-content .search-bar .search-input {
  border: 0px;
  border-radius: 0px;
  background: #f9fafc;
}

.furniture-header-top .furniture-header-top-content .search-bar .search-input:focus {
  border: 0px;
}

.furniture-header-top .furniture-header-top-content .search-bar .search-input:focus + .dropdown .search-dropdown {
  border: 0px;
}

.furniture-header-top .furniture-header-top-content .search-bar .search-dropdown {
  border: 0px;
}

.furniture-header-top .furniture-header-top-content .search-bar .search-submit {
  border-radius: 0px;
}

.jewellery-header-top {
  background: #f9fafc;
  border-bottom: 0px;
}

.jewellery-header-top .search-bar {
  border-left: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .jewellery-header-top .search-bar {
    margin-top: 0;
    border-left: 0px;
  }
}

@media (max-width: 767px) {
  .jewellery-header-top .search-bar.ml-auto {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .jewellery-header-top .search-bar {
    width: 55%;
  }
}

.jewellery-header-top .search-bar .search-input {
  border: 0px;
  border-radius: 0px;
  background: #f9fafc;
  width: 200px;
}

@media (max-width: 767px) {
  .jewellery-header-top .search-bar .search-input {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0px;
    flex: none;
    padding-left: 0px;
  }
}

.jewellery-header-top .search-bar .search-input:focus {
  border: 0px;
}

.jewellery-header-top .search-bar .search-input:focus + .dropdown .search-dropdown {
  border: 0px;
}

.jewellery-header-top .search-bar .search-dropdown {
  border: 0px;
  min-width: 159px;
}

.jewellery-header-top .search-bar .search-submit {
  border-radius: 0px;
  background: #fff;
  color: #333333;
}

.jewellery-header-top .search-bar .search-submit:hover {
  color: #fff;
}

.jewellery-header-top .custom-categories-dropdown .dropdown-item:hover {
  color: #6a12c9;
  background: #fff;
}

.jewellery-header-top .single-top-element span {
  margin-right: 10px;
}

.jewellery-header-top .single-top-element span.current {
  background: -webkit-linear-gradient(-180deg, #333333, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jewellery-header-top .single-top-element a {
  color: #333333;
}

.jewellery-header-top .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 3px;
  padding-right: 20px;
}

.jewellery-header-top .nice-select::after {
  margin-top: -2px;
}

.jewellery-header-top .shortcut-icon .single-shortcut {
  cursor: pointer;
  margin: 0 15px;
}

.jewellery-header-top .shortcut-icon .single-shortcut span {
  color: #333333;
}

.jewellery-header-top .shortcut-icon .single-shortcut:first-child {
  margin-left: 0;
}

.jewellery-header-top .shortcut-icon .single-shortcut:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .jewellery-header-top .shortcut-icon .single-shortcut {
    margin-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .jewellery-header-top .shortcut-icon .single-shortcut {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .jewellery-header-top .shortcut-icon .single-shortcut {
    margin-right: 50px !important;
  }
}

.jewellery-header-top .shortcut-icon .top-cart {
  position: relative;
}

.jewellery-header-top .shortcut-icon .top-cart .cart-count {
  position: absolute;
  top: -5px;
  left: -20px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.header-jewellery {
  position: relative;
  z-index: 999;
}

.header-jewellery .header-bottom {
  position: relative;
}

.header-jewellery .header-bottom:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background: #eee;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-jewellery .header-middle .shortcut-icon .single-shortcut {
  cursor: pointer;
  margin: 0 15px;
}

.header-jewellery .header-middle .shortcut-icon .single-shortcut span {
  color: #333333;
}

.header-jewellery .header-middle .shortcut-icon .single-shortcut:first-child {
  margin-left: 0;
}

.header-jewellery .header-middle .shortcut-icon .single-shortcut:last-child {
  margin-right: 0;
}

.header-jewellery .header-middle .shortcut-icon .top-cart {
  position: relative;
}

.header-jewellery .header-middle .shortcut-icon .top-cart .cart-count {
  position: absolute;
  top: -15px;
  left: -15px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.header-jewellery .main-menu li {
  border-left: 1px solid #eee;
}

.header-jewellery .main-menu li:last-child {
  border-right: 1px solid #eee;
}

.header-jewellery .main-menu li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  border-radius: 0 3px 3px 0;
}

.header-jewellery .main-menu li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-jewellery .main-menu li a span {
  position: relative;
  z-index: 3;
}

.header-jewellery .main-menu li a:hover {
  background: #fff;
}

.header-jewellery .main-menu li a:hover:after {
  opacity: 1;
}

.header-jewellery .main-menu li a:hover span {
  background: -webkit-linear-gradient(-180deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-jewellery .main-menu li .sub-menu li a {
  box-shadow: none;
  border-radius: 0px;
}

.banner-area .height {
  height: 550px;
}

.banner-area.middle .height {
  height: 440px;
}

.banner-area.organic-banner-area.middle {
  background-image: -moz-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -webkit-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -ms-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
}

.banner-area.organic-banner-area.middle .owl-controls .owl-nav .owl-next:hover {
  background-image: -moz-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -webkit-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -ms-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
}

.banner-area.organic-banner-area.middle .owl-controls .owl-nav .owl-prev:hover {
  background-image: -moz-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -webkit-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
  background-image: -ms-linear-gradient(0deg, #a0d05e 0%, #41b153 100%);
}

.banner-slider {
  position: relative;
  position: relative;
}

.banner-slider .left-content .bottom .price {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-right: 20px;
}

.banner-slider .left-content .bottom .price span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner-slider .left-content h1 {
    font-size: 24px;
  }
  .banner-slider .left-content h1 br {
    display: none;
  }
}

.banner-slider .owl-item img {
  width: auto !important;
}

@media (max-width: 767px) {
  .banner-slider .owl-item img {
    height: 200px;
  }
}

.banner-slider .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

@media (max-width: 1199px) {
  .banner-slider .owl-controls {
    display: none;
  }
}

.banner-slider .owl-controls .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .banner-slider .owl-controls .owl-nav .owl-prev {
    right: -200px !important;
  }
}

@media (min-width: 1200px) {
  .banner-slider .owl-controls .owl-nav .owl-prev {
    right: -55px;
  }
}

.banner-slider .owl-controls .owl-nav .owl-prev span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.banner-slider .owl-controls .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-slider .owl-controls .owl-nav .owl-prev:hover:after {
  opacity: 1;
}

.banner-slider .owl-controls .owl-nav .owl-prev:hover span {
  color: #fff;
}

.banner-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .banner-slider .owl-controls .owl-nav .owl-next {
    left: -200px !important;
  }
}

@media (min-width: 1200px) {
  .banner-slider .owl-controls .owl-nav .owl-next {
    left: -55px;
  }
}

.banner-slider .owl-controls .owl-nav .owl-next span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.banner-slider .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-slider .owl-controls .owl-nav .owl-next:hover:after {
  opacity: 1;
}

.banner-slider .owl-controls .owl-nav .owl-next:hover span {
  color: #fff;
}

@media (max-width: 767px) {
  .banner-slider.jewellery-banner-slider .left-content {
    padding: 5px;
  }
}

.blog-banner-area {
  background: #f9fafc;
}

.best-seller-carousel .owl-stage-outer, .popular-item-carousel .owl-stage-outer {
  padding: 50px 0px;
}

.best-seller-carousel .owl-controls, .popular-item-carousel .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.best-seller-carousel .owl-controls .owl-nav .owl-prev, .popular-item-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-prev, .popular-item-carousel .owl-controls .owl-nav .owl-prev {
    right: -200px !important;
  }
}

@media (min-width: 1200px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-prev, .popular-item-carousel .owl-controls .owl-nav .owl-prev {
    right: -55px;
  }
}

@media (max-width: 1199px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-prev, .popular-item-carousel .owl-controls .owl-nav .owl-prev {
    right: -55px;
  }
}

.best-seller-carousel .owl-controls .owl-nav .owl-prev span, .popular-item-carousel .owl-controls .owl-nav .owl-prev span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.best-seller-carousel .owl-controls .owl-nav .owl-prev:after, .popular-item-carousel .owl-controls .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.best-seller-carousel .owl-controls .owl-nav .owl-prev:hover:after, .popular-item-carousel .owl-controls .owl-nav .owl-prev:hover:after {
  opacity: 1;
}

.best-seller-carousel .owl-controls .owl-nav .owl-prev:hover span, .popular-item-carousel .owl-controls .owl-nav .owl-prev:hover span {
  color: #fff;
}

.best-seller-carousel .owl-controls .owl-nav .owl-next, .popular-item-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-next, .popular-item-carousel .owl-controls .owl-nav .owl-next {
    left: -200px !important;
  }
}

@media (min-width: 1200px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-next, .popular-item-carousel .owl-controls .owl-nav .owl-next {
    left: -55px;
  }
}

@media (max-width: 1199px) {
  .best-seller-carousel .owl-controls .owl-nav .owl-next, .popular-item-carousel .owl-controls .owl-nav .owl-next {
    left: -55px;
  }
}

.best-seller-carousel .owl-controls .owl-nav .owl-next span, .popular-item-carousel .owl-controls .owl-nav .owl-next span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.best-seller-carousel .owl-controls .owl-nav .owl-next:after, .popular-item-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.best-seller-carousel .owl-controls .owl-nav .owl-next:hover:after, .popular-item-carousel .owl-controls .owl-nav .owl-next:hover:after {
  opacity: 1;
}

.best-seller-carousel .owl-controls .owl-nav .owl-next:hover span, .popular-item-carousel .owl-controls .owl-nav .owl-next:hover span {
  color: #fff;
}

.bg-color-1 {
  background: #ddd !important;
}

.bg-color-2 {
  background: #000 !important;
}

.single-item {
  padding: 40px 30px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
}

.single-item .item-thumb {
  width: 100%;
  height: 210px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
  z-index: 3;
}

.single-item .price {
  font-size: 24px;
  height: 35px;
}

.single-item .price del {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}

.single-item .price span {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}

.single-item .bottom-icon a {
  margin: 0 10px;
  color: #333333;
}

.single-item .bottom-save {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  border-radius: 3px 3px 0 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  border-radius: 3px 3px 0 0;
  top: 0;
  left: 0;
  background: #f9fafc;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-item .discount {
  width: 60px;
  line-height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #333333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
}

.single-item:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-item:hover .price del {
  color: #cccccc;
}

.single-item:hover:after {
  opacity: 1;
}

.single-item:hover .item-cart {
  visibility: visible;
  opacity: 1;
}

.single-item:hover .discount {
  background: #fff;
  color: #333333;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.quick-view-carousel {
  position: relative;
}

.quick-view-carousel .item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 600px;
  display: block;
}

@media (max-width: 767px) {
  .quick-view-carousel .item {
    height: 500px;
  }
}

.quick-view-carousel .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 991px) {
  .quick-view-carousel .owl-controls {
    display: none;
  }
}

.quick-view-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 10px;
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/electronics/ob1.jpg);
  margin-left: 0;
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/electronics/ob1.jpg);
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/electronics/ob1.jpg);
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot.active {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .8;
  left: 0;
  top: 0;
}

.quick-view-carousel-details {
  position: relative;
}

.quick-view-carousel-details .item {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  height: 300px;
  display: block;
}

@media (max-width: 767px) {
  .quick-view-carousel-details .item {
    height: 300px;
  }
}

.quick-view-carousel-details .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 991px) {
  .quick-view-carousel-details .owl-controls {
    display: none;
  }
}

.quick-view-carousel-details .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}



.quick-view-carousel-details .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .8;
  left: 0;
  top: 0;
}

.organic-product-carousel .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.organic-product-carousel .owl-controls .owl-nav {
  position: relative;
}

.organic-product-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .organic-product-carousel .owl-controls .owl-nav .owl-prev {
    right: -200px !important;
  }
}

@media (min-width: 1200px) {
  .organic-product-carousel .owl-controls .owl-nav .owl-prev {
    right: -55px;
  }
}

.organic-product-carousel .owl-controls .owl-nav .owl-prev span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.organic-product-carousel .owl-controls .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.organic-product-carousel .owl-controls .owl-nav .owl-prev:hover:after {
  opacity: 1;
}

.organic-product-carousel .owl-controls .owl-nav .owl-prev:hover span {
  color: #fff;
}

.organic-product-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .organic-product-carousel .owl-controls .owl-nav .owl-next {
    left: -200px !important;
  }
}

@media (min-width: 1200px) {
  .organic-product-carousel .owl-controls .owl-nav .owl-next {
    left: -55px;
  }
}

.organic-product-carousel .owl-controls .owl-nav .owl-next span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.organic-product-carousel .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.organic-product-carousel .owl-controls .owl-nav .owl-next:hover:after {
  opacity: 1;
}

.organic-product-carousel .owl-controls .owl-nav .owl-next:hover span {
  color: #fff;
}

.organic-product-carousel.organic-custom-trigger .owl-controls {
  display: none;
}

.organic-product-carousel-2col .single-organic-product, .organic-product-carousel-3col .single-organic-product, .organic-product-carousel-6col .single-organic-product {
  text-align: center;
}

.organic-product-carousel-2col .owl-item img, .organic-product-carousel-3col .owl-item img, .organic-product-carousel-6col .owl-item img {
  display: inline-block;
  width: auto !important;
  max-height: 200px;
}

.organic-product-carousel-2col.organic-custom-trigger .owl-controls, .organic-product-carousel-3col.organic-custom-trigger .owl-controls, .organic-product-carousel-6col.organic-custom-trigger .owl-controls {
  display: none;
}

.organic-product-carousel-sidebar .owl-stage-outer {
  padding: 20px 0 20px 0;
}

.organic-product-carousel-sidebar.organic-custom-trigger .owl-controls {
  display: none;
}

.organic-middle-slider .item img {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .organic-middle-slider .item {
    padding: 50px 0;
  }
}

.furniture-banner-slider {
  width: 75%;
}

.furniture-banner-slider .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 991px) {
  .furniture-banner-slider {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .furniture-banner-slider {
    width: 100%;
    margin-bottom: 10px;
  }
}

.furniture-banner-slider .slide-1 {
  position: relative;
  height: 400px;
  background: #f9fafc;
}

.furniture-banner-slider .slide-1 .banner-discount {
  left: 100px;
  top: 30%;
}

@media (max-width: 991px) {
  .furniture-banner-slider .slide-1 .banner-discount {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 575px) {
  .furniture-banner-slider .slide-1 .banner-discount {
    left: 0;
    top: 0;
  }
}

.furniture-banner-slider .slide-1 .slide1-image {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

@media (max-width: 1199px) {
  .furniture-banner-slider .slide-1 .slide1-image {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .furniture-banner-slider .slide-1 .slide1-image {
    width: 300px;
  }
}

.furniture-banner-slider .slide-1 .content {
  padding-right: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .furniture-banner-slider .slide-1 .content {
    padding-right: 15px;
  }
}

.furniture-banner-slider .slide-1 .price b {
  font-weight: 700;
  color: #333333;
  font-size: 24px;
}

.furniture-banner-slider .slide-1 .shape {
  height: 60px;
}

.furniture-banner-slider .slide-1 .shape .view-btn {
  margin-right: 60px;
}

@media (max-width: 991px) {
  .furniture-banner-slider .slide-1 .shape .view-btn {
    margin-right: 20px;
  }
}

.furniture-banner-slider .slide-2 {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.furniture-banner-slider .slide-2 .banner-discount {
  left: 83%;
  top: 13%;
}

@media (max-width: 767px) {
  .furniture-banner-slider .slide-2 .banner-discount {
    left: 70%;
    top: 0;
  }
}

@media (max-width: 575px) {
  .furniture-banner-slider .slide-2 .banner-discount {
    left: 0;
    top: 0;
  }
}

.furniture-banner-slider .slide-2 .price b {
  font-weight: 700;
  font-size: 24px;
}

.furniture-banner-slider .slide-2 .content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .furniture-banner-slider .slide-2 .content {
    padding-left: 15px;
    margin-bottom: 50px;
  }
}

.furniture-banner-slider .slide-2 .slide2-image {
  display: inline-block;
}

@media (max-width: 767px) {
  .furniture-banner-slider .slide-2 .slide2-image {
    height: 170px;
  }
}

.furniture-banner-slider .slide-3 {
  height: 400px;
  position: relative;
}

.furniture-banner-slider .slide-3 .banner-discount {
  left: 150px;
  top: 30%;
}

@media (max-width: 767px) {
  .furniture-banner-slider .slide-3 .banner-discount {
    left: 0;
    top: 70%;
  }
}

@media (max-width: 575px) {
  .furniture-banner-slider .slide-3 .banner-discount {
    left: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .furniture-banner-slider .slide-3 .content {
    text-align: right !important;
    padding-right: 15px;
  }
}

.furniture-banner-slider .slide-3 .shape {
  position: absolute;
  bottom: 100px;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: -1;
}

.furniture-banner-slider .slide-3 .price b {
  font-weight: 700;
  font-size: 24px;
}

.furniture-banner-slider .slide-3 .slide3-image {
  display: inline-block;
}

.furniture-banner-slider .owl-controls .owl-dots {
  margin-top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-left: 2.5px;
}

.furniture-banner-slider .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 4px;
  background: rgba(0, 0, 0, 0.38);
  margin-left: 5px;
}

.active-popular-jewellery-product .owl-stage-outer {
  padding: 50px 0;
}

.active-popular-jewellery-product .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .active-popular-jewellery-product .owl-controls .owl-nav .owl-prev {
    right: -200px !important;
  }
}

@media (min-width: 1200px) {
  .active-popular-jewellery-product .owl-controls .owl-nav .owl-prev {
    right: -55px;
  }
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-prev span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-prev:hover:after {
  opacity: 1;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-prev:hover span {
  color: #fff;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

@media (min-width: 1500px) {
  .active-popular-jewellery-product .owl-controls .owl-nav .owl-next {
    left: -200px !important;
  }
}

@media (min-width: 1200px) {
  .active-popular-jewellery-product .owl-controls .owl-nav .owl-next {
    left: -55px;
  }
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-next span {
  color: #333333;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-next:hover:after {
  opacity: 1;
}

.active-popular-jewellery-product .owl-controls .owl-nav .owl-next:hover span {
  color: #fff;
}

.active-testimonial-carousel {
  position: relative;
  padding-top: 30px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .active-testimonial-carousel {
    padding-right: 0;
  }
}

.active-testimonial-carousel .item img {
  width: auto !important;
  margin-bottom: 20px;
}

.active-testimonial-carousel .item .title {
  margin-bottom: 20px;
}

.active-testimonial-carousel .item .title h5 {
  text-transform: uppercase;
}

.active-testimonial-carousel .item .title span {
  font-style: italic;
  color: #333333;
}

.active-testimonial-carousel .owl-controls {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.active-testimonial-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-left: -5px;
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 4px;
  background: #e5e5e5;
  margin-left: 5px;
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #6a12c9;
}

.brand-area {
  padding: 50px 0 100px 0;
}

.total-brand {
  margin-top: 20px;
}

.total-brand .single-brand {
  width: 16.667%;
  text-align: center;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .total-brand .single-brand {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .total-brand .single-brand {
    width: 50%;
  }
}

.subscription-area {
  padding: 100px 0;
  background: #f9fafc;
}

.subscription-area .subscription-head p span {
  color: #f7686a;
}

.subscription input {
  line-height: 40px;
  padding: 0 30px;
  width: 100%;
  margin-right: 5px;
  border: 1px solid #eeeeee;
  outline: none;
  border-radius: 20px;
  background: #f9fafc;
  padding-right: 180px;
}

.subscription input:focus {
  outline: none;
}

@media (max-width: 767px) {
  .subscription {
    display: block !important;
  }
  .subscription input {
    width: 100%;
    margin-top: 20px;
    padding-right: 30px;
  }
  .subscription button {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .subscription button {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .subscription button:focus {
    outline: none;
  }
}

.subscription .info {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .subscription .info {
    top: 200%;
  }
}

.single-product-top {
  height: 280px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-product-scale {
  overflow: hidden;
  display: block;
  position: relative;
}

.single-product-scale .product-title {
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
}

.single-product-scale .product-title.right {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.single-product-scale .product-title.left {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.single-product-scale .product-title.bottom {
  left: 30px;
  bottom: 30px;
  font-size: 18px;
}

.single-product-scale:hover .single-product-top {
  transform: scale(1.1);
}

.single-offer {
  height: 250px;
  width: 100%;
  padding: 30px;
}

.single-offer.left-bg {
  background: url(../img/electronics/o1.jpg) no-repeat left center;
}

@media (max-width: 767px) {
  .single-offer.left-bg {
    margin-bottom: 30px;
  }
}

.single-offer.right-bg {
  background: url(../img/electronics/o2.jpg) no-repeat right center;
}

.single-offer .content h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

.single-sidebar-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.single-sidebar-item:first-child {
  padding-top: 0;
}

.single-sidebar-item:last-child {
  border-bottom: 0px;
}

.single-sidebar-item .desc {
  padding-left: 15px;
}

.single-sidebar-item .desc h5 a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.single-sidebar-item .desc h6 {
  font-size: 14px;
  margin-top: 7px;
}

.single-big-item {
  padding: 40px;
  background: #f9fafc;
}

.single-big-item .content {
  padding-bottom: 15px;
}

.single-big-item .content h3 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .single-big-item .content p br {
    display: none;
  }
}

.modal-dialog {
  max-width: 640px;
  margin: 80px auto;
}

.modal-dialog .close {
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
  z-index: 999;
  float: none;
}

.product-quick-view {
  background: #fff;
  position: relative;
}

.quick-view-content {
  padding: 20px 50px 20px 10px;
}

@media (max-width: 991px) {
  .quick-view-content {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .quick-view-content {
    padding: 30px 15px;
  }
}

.quick-view-content .head {
  margin-bottom: 10px;
  font-weight: 400;
}

.quick-view-content .price {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.quick-view-content .available span {
  color: #333333;
}

.quick-view-content .content {
  margin: 20px 0;
}

.quick-view-content .top {
  padding-bottom: 10px;
  border-bottom: 1px dotted #eee;
}

.quick-view-content .middle {
  padding-bottom: 5px;
  border-bottom: 1px dotted #eee;
}

.quick-view-content .bottom {
  padding: 5px 0;
}

.quick-view-content .bottom .view-btn {
  padding: 0 30px;
}

.quick-view-content .color-picker .single-pick {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px;
}

.quick-view-content .color-picker .single-pick:nth-child(1) {
  margin-left: 10px;
  background: #9906e5;
}

.quick-view-content .color-picker .single-pick:nth-child(2) {
  background: #ff6600;
}

.quick-view-content .color-picker .single-pick:nth-child(3) {
  background: #03c197;
}

.quick-view-content .color-picker .single-pick:nth-child(4) {
  background: #068fe5;
}

.quick-view-content .color-picker .single-pick:nth-child(5) {
  background: #e506ae;
}

.quick-view-content .like-btn {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background: #f9fafc;
  margin-left: 10px;
}

.quick-view-content .like-btn span {
  color: #333333;
}

.quick-view-content .like-btn:hover {
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.quantity-container .quantity-amount {
  width: 50px;
  line-height: 36px;
  border: 1px solid #eeeeee;
  border-right: 0px;
  border-radius: 3px;
  margin-right: -3px;
  padding-left: 20px;
}

.quantity-container .arrow {
  height: 17px;
  padding-left: 15px;
  border: none;
  cursor: pointer;
  background: #fff;
}

.quantity-container .arrow:focus {
  outline: none;
}

.quantity-container .arrow span {
  font-size: 12px;
}

.quantity-container .arrow-btn {
  padding: 1px 0 3px 0;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 3px;
}

.organic-body .quick-view-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/organic-food/ob1.jpg);
  margin-left: 0;
}

.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/organic-food/ob2.jpg);
}

.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/organic-food/ob3.jpg);
}

.organic-body .organic span {
  color: #fff;
}

.organic-product-top .single-product-top {
  height: 500px;
  padding: 40px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .organic-product-top .single-product-top {
    padding: 20px;
  }
}

.organic-product-top .single-product-top.middle {
  height: 235px;
}

.organic-product-top .single-product-top .product-title {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 21px;
}

@media (max-width: 991px) {
  .organic-product-top .middle-section {
    margin: 30px 0;
  }
}

.tab-navigation .nav-tabs {
  border: none;
}

.tab-navigation .nav-link {
  border: none;
  background: #f9fafc;
  padding: 0 30px;
  line-height: 35px;
  margin: 10px 3px;
  border-radius: 3px;
}

.tab-navigation .nav-link:hover {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.tab-navigation .nav-link.active {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
}

.countdown-area {
  background: url(../img/organic-food/cd-bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: 80px 0px 130px 0px;
}

.countdown-area .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
}

.countdown-area .countdown-content {
  position: relative;
  z-index: 3;
}

.countdown-area .countdown {
  background: #fff;
  border-radius: 3px;
  padding: 35px;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .countdown-area .countdown {
    padding: 15px;
  }
}

.countdown-area .countdown .view-btn {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

@media (max-width: 767px) {
  .countdown-area .countdown .view-btn {
    bottom: -30px;
  }
}

.countdown-area .countdown .cd-img {
  position: absolute;
  left: -40%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .countdown-area .countdown .cd-img {
    left: 0;
    width: 250px;
  }
}

@media (max-width: 767px) {
  .countdown-area .countdown .cd-img {
    display: none;
  }
}

.countdown-area .countdown .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  position: relative;
}

@media (max-width: 767px) {
  .countdown-area .countdown .countdown-item {
    padding: 0 15px;
  }
}

.countdown-area .countdown .countdown-item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #eee;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.countdown-area .countdown .countdown-item:first-child {
  padding-left: 0;
}

.countdown-area .countdown .countdown-item:first-child:before {
  width: 0px;
}

.countdown-area .countdown .countdown-item:last-child {
  padding-right: 0;
}

.countdown-area .countdown .countdown-item .countdown-timer {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .countdown-area .countdown .countdown-item .countdown-timer {
    font-size: 24px;
    line-height: 30px;
  }
}

.furniture-body .quick-view-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.furniture-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/electronics/ob1.jpg);
  margin-left: 0;
}

.furniture-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/electronics/ob1.jpg);
}

.furniture-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/electronics/ob1.jpg);
}

.side-widget {
  padding: 40px 0 40px 30px;
  height: 400px;
  position: relative;
}

.side-widget h3 {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

.side-widget .price {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
}

.side-widget .price b {
  font-size: 24px;
  font-weight: 700;
}

.side-widget .discount-text {
  transform: rotate(-180deg);
  position: absolute;
  bottom: 40px;
  left: 30px;
  text-transform: uppercase;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  writing-mode: tb-rl;
}

@media (max-width: 1199px) {
  .side-widget .discount-text {
    left: 3px;
  }
}

.side-widget.side-widget-1 {
  width: 23.70%;
  background: #e10101 url(../img/furniture/w1.png) no-repeat bottom right;
}

@media (max-width: 991px) {
  .side-widget.side-widget-1 {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .side-widget.side-widget-1 {
    width: 100%;
  }
}

.side-widget.side-widget-1 .price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.side-widget.side-widget-1 .view-btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.side-widget.side-widget-2 {
  margin-top: 30px;
  background: #f6f7f9 url(../img/furniture/w5.png) no-repeat bottom right;
}

.side-widget.side-widget-2 .bottom-text {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

@media (max-width: 767px) {
  .side-widget.side-widget-2 .bottom-text {
    right: 10px;
  }
}

.side-widget.side-widget-2 .bottom-text .price {
  margin-bottom: 10px;
}

.side-widget.side-widget-3 {
  margin-top: 30px;
  background: #12ceee url(../img/furniture/w4.png) no-repeat bottom right;
}

.side-widget.side-widget-3 .price {
  position: absolute;
  top: 110px;
  left: 50px;
}

.side-widget.side-widget-3 .view-btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

@media (max-width: 767px) {
  .side-widget.side-widget-3 .view-btn {
    right: 10px;
  }
}

.single-widget {
  height: 220px;
  padding: 50px 30px 70px 30px;
}

@media (max-width: 767px) {
  .single-widget {
    height: 350px;
  }
}

.single-widget h3 {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

.single-widget .price {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

.single-widget .view-btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.single-widget .view-details {
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}

.single-widget.middle-widget-1 {
  background: #ffcc00 url(../img/furniture/w2.png) no-repeat bottom right;
  width: 49.562%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .single-widget.middle-widget-1 {
    width: 100%;
  }
}

.single-widget.middle-widget-2 {
  background: #3fcaff url(../img/furniture/w3.png) no-repeat bottom right;
  width: 49.562%;
}

@media (max-width: 991px) {
  .single-widget.middle-widget-2 {
    width: 100%;
  }
}

.left-sidebar-category .ct-head {
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  color: #333333;
  box-shadow: 1.414px 1.414px 5px 0px rgba(0, 0, 0, 0.1);
}

.left-sidebar-category .ct-head span {
  display: inline-block;
  margin-right: 3px;
}

.left-sidebar-category ul {
  box-shadow: 0.707px 0.707px 5px 0px rgba(0, 0, 0, 0.07);
}

.left-sidebar-category ul li a {
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #eee;
  background: -webkit-linear-gradient(-180deg, #333333, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-wrapper {
  padding: 15px;
  background: #f9fafc;
  margin-top: 50px;
  overflow: hidden;
}

.brand-wrapper .brand-thumb {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.jewellery-body .quick-view-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.jewellery-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/electronics/ob1.jpg);
  margin-left: 0;
}

.jewellery-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/electronics/ob1.jpg);
}

.jewellery-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/electronics/ob1.jpg);
}

.single-product-top-jl {
  height: 260px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.single-product-top-jl.bl-0 {
  border-left: 0px;
}

.single-product-top-jl .product-title {
  font-size: 24px;
  font-size: 48px;
  font-family: "Great Vibes", cursive;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
}

.single-product-top-jl .top-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 250px;
}

.single-product-top-jl .top-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.single-product-top-jl .top-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 250px;
}

.single-product-top-jl .right {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.single-product-top-jl .right span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  color: #333333;
}

.single-product-top-jl .right span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #88836b;
}

.single-product-top-jl .left {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.single-product-top-jl .left span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #333333;
}

.single-product-top-jl .left span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #88836b;
}

.single-product-top-jl .top {
  position: absolute;
  left: 40px;
  top: 40px;
  text-align: left;
}

.single-product-top-jl .top span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #333333;
}

.single-product-top-jl .top span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #88836b;
}

.single-jewellery-feature {
  height: 100px;
  border-radius: 3px;
  padding: 15px 30px;
  margin-top: 30px;
}

.single-jewellery-feature.feature-1 {
  background: #f7888b url(../img/logo/jpt1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-jewellery-feature.feature-2 {
  background: #fcdb00 url(../img/logo/jpt2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-jewellery-feature.feature-3 {
  background: #53ffff url(../img/logo/jpt3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-jewellery-feature .desc {
  margin-left: 15px;
}

.single-jewellery-feature .desc h5 {
  font-family: "Great Vibes", cursive;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
}

.single-jewellery-feature .desc p {
  margin-bottom: 0;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
}

.testimonial-card {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.testimonial-card.card-1 {
  background: #fcdb00 url(../img/logo/tc1.png) no-repeat center center/cover;
  height: 330px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonial-card.card-1 {
    margin-top: 70px;
  }
}

.testimonial-card.card-2 {
  background: #57fafa url(../img/logo/tc2.png) no-repeat center center/cover;
  height: 330px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .testimonial-card.card-2 {
    margin-top: 70px;
  }
}

.testimonial-card.card-3 {
  background: #f3888c url(../img/logo/tc3.png) no-repeat center center/cover;
  height: 260px;
}

@media (max-width: 991px) {
  .testimonial-card.card-3 img {
    width: 100%;
  }
}

.testimonial-card .title {
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}

.testimonial-card .title h6 {
  margin-bottom: 5px;
  font-weight: 300;
}

.testimonial-card .title h3 {
  font-family: "Great Vibes", cursive;
}

.testimonial-card .price {
  text-align: right;
  position: absolute;
  bottom: 60px;
  right: 30px;
}

.testimonial-card .price h6 {
  font-weight: 300;
}

.testimonial-card .price h4 {
  font-size: 14px;
  font-weight: 700;
}

.testimonial-card .image1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.details-tab-navigation {
  background: #f9fafc;
}

.details-tab-navigation .nav-tabs {
  border: none;
}

.details-tab-navigation .nav-link {
  border: 1px solid #eee;
  background: #fff;
  padding: 0 30px;
  line-height: 35px;
  margin: 10px 3px;
  border-radius: 0px;
}

.details-tab-navigation .nav-link:hover {
  color: #fff;
  border: 1px solid transparent;
}

.details-tab-navigation .nav-link.active {
  color: #fff;
  border: 1px solid transparent;
}

.description {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px;
}

@media (max-width: 767px) {
  .description {
    padding: 30px 10px;
  }
}

.specification-table {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px;
}

@media (max-width: 767px) {
  .specification-table {
    padding: 30px 10px;
  }
}

.specification-table .single-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.specification-table .single-row span {
  width: 50%;
}

.specification-table .single-row span:first-child {
  margin-left: 50px;
}

@media (max-width: 767px) {
  .specification-table .single-row span:first-child {
    margin-left: 0;
  }
}

.specification-table .single-row:last-child {
  border-bottom: 0px;
}

.review-wrapper {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px;
}

@media (max-width: 767px) {
  .review-wrapper {
    padding: 30px 10px;
  }
}

.review-overall {
  width: 235px;
  padding: 30px 0;
  border: 1px solid #eee;
  background: #f9fafc;
  text-align: center;
}

.review-overall h3 {
  font-weight: 500;
}

.review-overall .main-review {
  color: #43b253;
  font-size: 48px;
  font-weight: 700;
  padding: 15px 0;
}

.review-count {
  margin-left: 30px;
}

.review-count h4 {
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .review-count {
    margin-top: 30px;
  }
}

.single-review-count .total-star {
  margin: 0 10px;
}

.total-star i {
  display: inline-block;
  margin: 0 1px;
  color: #cccccc;
}

.total-star.five-star i:nth-child(-n+5) {
  color: #fbd600;
}

.total-star.four-star i:nth-child(-n+4) {
  color: #fbd600;
}

.total-star.three-star i:nth-child(-n+3) {
  color: #fbd600;
}

.total-star.two-star i:nth-child(-n+2) {
  color: #fbd600;
}

.total-star.one-star i:nth-child(-n+1) {
  color: #fbd600;
}

.total-comment {
  margin-top: 30px;
}

.total-comment .single-comment .user-details img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .total-comment .single-comment .user-details .user-name {
    margin-top: 10px;
  }
}

.total-comment .single-comment .user-details .user-name h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.total-comment .single-comment .user-comment {
  margin-top: 15px;
  margin-bottom: 30px;
}

.add-review h3 {
  margin-bottom: 20px;
}

.main-form {
  text-align: right;
}

.main-form .view-btn {
  border: 0px;
  cursor: pointer;
  margin-top: 10px;
}

.common-input {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .common-input {
    padding: 0 10px;
  }
}

.common-input:focus {
  outline: none;
}

.common-input.mt-20 {
  margin-top: 20px;
}

.common-textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px 30px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .common-textarea {
    padding: 10px;
  }
}

.common-textarea:focus {
  outline: none;
}

.reply-comment {
  margin-left: 30px;
}

.cart-title {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .cart-title {
    display: none;
  }
}

.cart-single-item {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.cart-single-item .product-item {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .cart-single-item .product-item {
    margin-left: 0;
  }
}

.cart-single-item .product-item img {
  border: 1px solid #eee;
  border-radius: 3px;
}

.cart-single-item .product-item h6 {
  text-transform: uppercase;
  margin-left: 30px;
  font-weight: 500;
}

.cart-single-item .price, .cart-single-item .total {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.cart-single-item .quantity-container .quantity-amount {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  border-radius: 20px 0 0 20px;
  width: 60px;
}

.cart-single-item .quantity-container .arrow-btn {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  border-left: 1px solid #eee;
}

.cart-single-item .quantity-container .arrow-btn .arrow {
  padding-right: 15px;
}

.cupon-area {
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .cupon-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.cupon-area .view-btn {
  box-shadow: none;
  border-radius: 0px;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 0 30px;
}

.cupon-area .view-btn.color-2:after {
  border-radius: 0;
}

.cupon-area .view-btn span {
  font-weight: 400;
}

.cupon-area .cuppon-wrap .view-btn {
  border-radius: 0;
}

.cupon-area .cuppon-wrap .view-btn.color-2:after {
  border-radius: 0;
}

.cupon-area .cupon-code {
  display: none;
}

@media (max-width: 767px) {
  .cupon-area .cupon-code {
    margin-top: 10px;
  }
}

.cupon-area .cupon-code input {
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 15px;
  width: 200px;
  border-right: 0px;
  margin-right: -5px;
}

.cupon-area .cupon-code button {
  border-right: 0;
  cursor: pointer;
}

@media (max-width: 575px) {
  .cupon-area .cupon-code button {
    border-right: 1px solid #eee;
  }
}

.cupon-area .cupon-code button:focus {
  outline: none;
}

.cupon-area .cupon-code .view-btn {
  border-radius: 0;
}

.cupon-area .cupon-code .view-btn:after {
  border-radius: 0;
}

.subtotal-area {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.subtotal-area .subtotal {
  margin-left: 200px;
  font-weight: 500;
  color: #333333;
  font-size: 18px;
}

.shipping-area {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.shipping-area .filter-list label {
  margin-right: 10px;
}

.shipping-area .calculate {
  margin-right: 43px;
}

.shipping-area .view-btn {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  width: 172px;
}

.shipping-area .view-btn.color-2:after {
  border-radius: 0;
}

.shipping-area .view-btn span {
  font-weight: 400;
}

.shipping-area .sorting {
  margin-right: 0;
  width: 300px;
}

.shipping-area .sorting .nice-select {
  width: 100%;
}

.shipping-area .sorting .list {
  width: 100%;
}

.shipping-area .common-input {
  padding: 0 15px;
}

label {
  margin-bottom: 0;
}

.billing-form-page .common-input {
  padding: 0 15px;
}

.billing-form-page .common-textarea {
  padding: 10px 15px;
}

.billing-form-page .view-btn {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px;
}

.billing-form-page .view-btn.color-2:after {
  border-radius: 0;
}

.billing-form-page .view-btn span {
  font-weight: 400;
}

.checkput-login .top-title {
  padding: 10px 15px;
}

.checkput-login .top-title p {
  margin: 0;
  color: #fff;
}

.checkput-login .top-title p a {
  color: #fff;
  text-decoration: underline;
}

.checkout-login-collapse {
  padding: 20px;
}

@media (max-width: 575px) {
  .checkout-login-collapse {
    padding: 20px 0;
  }
}

.pixel-checkbox + label {
  margin-left: 10px;
}

.billing-title {
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.billing-title.pl-15 {
  padding-left: 15px;
}

@media (max-width: 575px) {
  .billing-title.pl-15 {
    padding-left: 0;
  }
}

.billing-form .common-input {
  margin-top: 20px;
}

.billing-form .sorting {
  margin-top: 20px;
  margin-right: 0;
}

.billing-form .sorting .nice-select {
  width: 100%;
}

.billing-form .sorting .nice-select .list {
  width: 100%;
}

.order-wrapper {
  background: #f9fafc;
  padding: 20px 15px;
}

.order-wrapper .list-row {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.order-wrapper .list-row h6 {
  text-transform: uppercase;
}

.order-wrapper .list-row .total {
  font-weight: 500;
  color: #333333;
}

.order-wrapper .bold-lable {
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.order-wrapper .payment-info {
  margin-top: 20px;
  background: #f5f5f5;
  border-top: 1px solid #eee;
  padding: 15px;
}

.order-wrapper .terms-link {
  color: #43b253;
}

.order-wrapper .pixel-checkbox {
  margin-top: 5px;
}

.order-rable {
  width: 100%;
  padding: 15px;
  display: block;
}

@media (max-width: 575px) {
  .order-rable {
    padding: 15px 0;
  }
}

.order-rable tr td {
  width: 50%;
}

.order-rable tr td:last-child {
  color: #333333;
  font-weight: 500;
}

.login-form {
  padding: 30px;
  background: #f9fafc;
  height: 100%;
}

.login-form a:hover {
  color: #44b253;
}

.register-form {
  padding: 30px 30px 100px 30px;
  background-image: -moz-linear-gradient(0deg, #41b153 0%, #a0d05e 100%);
  background-image: -webkit-linear-gradient(0deg, #41b153 0%, #a0d05e 100%);
  background-image: -ms-linear-gradient(0deg, #41b153 0%, #a0d05e 100%);
}

@media (max-width: 767px) {
  .register-form {
    margin-top: 30px;
  }
}

.register-form .billing-title {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.register-form p {
  color: #fff;
}

.register-form .common-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}

.register-form .common-input:focus {
  border: 1px solid white;
}

.register-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-weight: 300;
}

.register-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.register-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

.register-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 300;
}

.register-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: 300;
}

.order-tracking {
  padding: 30px;
  background: #f9fafc;
}

.single-about {
  background: #f9fafc;
}

.single-about.left-img {
  position: relative;
}

.single-about.left-img:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/ab1.jpg) no-repeat center center/cover;
}

@media (max-width: 575px) {
  .single-about.left-img:before {
    display: none;
  }
}

.single-about.right-img {
  position: relative;
}

.single-about.right-img:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/ab2.jpg) no-repeat center center/cover;
}

@media (max-width: 575px) {
  .single-about.right-img:before {
    display: none;
  }
}

.single-about .single-about-content {
  padding: 100px 0;
}

.single-about .single-about-content span {
  color: #333333;
}

.single-about .single-about-content p {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .single-about .single-about-content h2 br {
    display: none;
  }
}

.single-about .view-btn:hover span {
  color: #fff;
}

.single-blog-home .desc-left {
  padding: 0 30px;
  border-right: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .single-blog-home .desc-left {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .single-blog-home .desc-left {
    border-right: 0px;
  }
}

.single-blog-home .desc-left .single-left {
  margin-bottom: 20px;
}

.single-blog-home .desc-left .single-left .icon {
  text-align: right;
}

.single-blog-home .desc-left .single-left .icon span {
  font-size: 24px;
  color: #333333;
}

.single-blog-home .desc-details {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .single-blog-home .desc-details {
    padding-left: 15px;
  }
}

.blog-border {
  border-top: 1px solid #eee;
}

.map-wraper {
  height: 100%;
}

@media (max-width: 767px) {
  .map-wraper {
    height: 400px;
    margin-bottom: 50px;
  }
}

#map {
  height: 100%;
}

footer {
  overflow-X: hidden;
  background: #333333;
}

footer .footer-widget {
  padding: 100px 0;
}

.single-footer-widget img {
  margin-bottom: 20px;
}

.single-footer-widget h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.single-footer-widget ul li {
  margin-top: 10px;
}

.single-footer-widget ul li a {
  color: #fff;
}

.single-footer-widget ul li a:hover {
  color: #f7686a;
}

.footer-bottom {
  padding: 15px 0;
  position: relative;
}

.footer-bottom:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  background: #444444;
  height: 1px;
  width: 300%;
}

.footer-bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -1px;
  background: #2a2a2a;
  height: 1px;
  width: 300%;
}

.footer-bottom .copyright-text {
  margin: 0;
  color: #fff;
}

.footer-bottom .copyright-text a {
  color: #f7686a;
}

.footer-bottom .copyright-text br {
  display: none;
}

@media (max-width: 767px) {
  .footer-bottom .copyright-text br {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-social {
    margin-top: 15px;
  }
}

.footer-social a {
  font-size: 18px;
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  line-height: 30px;
  color: #fff;
  background: #2a2a2a;
  position: relative;
}

.footer-social a i {
  position: relative;
  z-index: 3;
}

.footer-social a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.footer-social a:hover:after {
  visibility: visible;
  opacity: 1;
}

.organic-footer .single-footer-widget ul li a:hover {
  color: #a3e061;
}

.organic-footer .footer-bottom .copyright-text a {
  color: #a3e061;
}

.furniture-footer .single-footer-widget ul li a:hover {
  color: #12ceee;
}

.furniture-footer .footer-bottom .copyright-text a {
  color: #12ceee;
}

.jewellery-footer .single-footer-widget ul li a:hover {
  color: #8e2ce9;
}

.jewellery-footer .footer-bottom .copyright-text a {
  color: #8e2ce9;
}
