/******************************************************************
Theme Name: Pixel Store - Ecommerce Template
Description: Pixel Store - Ecommerce Html5 Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 20/10/2017
******************************************************************/
/*------------------------------------------------------------------
[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 
/* =================================== */

@font-face{ font-family: "HelveticaNeue";
 src: url(../fonts/helveticaneue.ttf);
}
@font-face{ font-family: "HelveticaNeue-bold";
 src: url(../fonts/helvetica_neu_bold.ttf);
}


::-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;
}

.block.block-reorder {
    display: none;
}

body {
  color: #000;
  font-family: 'Roboto', sans-serif;
    font-size: 11px;
  font-weight: 500;
  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:#850132;
}

.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: 'Josefin Sans', sans-serif;
  color: #000;
  line-height: 1.17em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 800;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 800;
  color: #333333;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
text-transform: uppercase;
letter-spacing: 3px;
}

h3, .h3 {
  font-size: 23px;
}

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: 0px 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: #850132;
  }
}

@-o-keyframes cssload-loading {
  50% {
    -o-transform: scaleY(1.2) translateX(10px);
    background: #850132;
  }
}

@-ms-keyframes cssload-loading {
  .preloader 50% {
    -ms-transform: scaleY(1.2) translateX(10px);
    background: #850132;
  }
}

@-webkit-keyframes cssload-loading {
  50% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    background: #850132;
  }
}

@-moz-keyframes cssload-loading {
  50% {
    -moz-transform: scaleY(1.2) translateX(10px);
    background: #850132;
  }
}

.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, .header-organic-food .main-menu li.activeMenuItem a 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, #850132, #850132);
  -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%);
}



.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;
}

.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 {
margin-top: 0px;
padding: 0px 0px 0px  0px;
text-align: center;
border-radius: 0px;
overflow: hidden;
position: relative;
border: 1px solid #ddd;
}

.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: 100px;
}

.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 10px 7px;
    border: 1px solid #ddd;
    margin: 15px 0px;
}

.grid-btn, .list-btn {
       margin-top: 7px;
    width: 29px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
}
.grid-btn img{width:20px;}
.list-btn img{width:20px;}
.grid-btn i, .list-btn i {
  display: inline-block;
}

.grid-btn:hover i, .list-btn:hover i {
  color: #850132;
}

.grid-btn.active i, .list-btn.active i {
  color: #850132;
}

.sorting {
  margin-top: 7px;
  margin-right: 5px;
}

.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: 2px;
  border-radius: 0px; display: block;
}
.pagination .dot-dot .fa{top:3px;}
.pagination a {
width: 24px;
    line-height: 21px;
  text-align: center;
  display: inline-block;
  background: #fff;   font-weight: 500;   
  border: 1px solid #fff;color:#444; padding-top:4px;font-size:14px;
}
.pagination a.prev-arrow{  border: 1px solid #eee !important;  color: #850132;}
.pagination a.next-arrow{border: 1px solid #eee !important;  color: #850132;}

.pagination .fa{font-size:10px;    position: relative;
    top: -2px;}

.pagination a.active {
border: 1px solid #fff;
    color: #850132;
    background-image: none;
 
}

.pagination a:hover {
border: 1px solid #fff;
    color: #850132;
    background-image: none;
}

.pagination .dot-dot {
  width: auto;
  background: transparent;
  border: 1px solid transparent;
  color: #000;
  padding: 0 5px;padding-top:9px;
}

.pagination .dot-dot:hover {
}

.single-organic-product-list {
  padding: 20px 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;
  position: relative;border-bottom: 1px solid #eee;
}

.single-organic-product-list .product-thumb {
  position: relative;
  z-index: 2;
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  max-width: 400px;
}

.single-organic-product-list .product-details {
  position: relative;
  z-index: 2;
  padding: 10px 70px 10px 20px;text-align: left;
}

@media (max-width: 767px) {
  .single-organic-product-list .product-details {
    padding: 20px 0;
  }
}

.single-organic-product-list .product-details h4 {
  margin-bottom: 8px;
  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;color: #444;
    font-family: 'Roboto', sans-serif;
   font-size: 14px;;
}

.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;
}




.sidebar-categories .head {
        padding: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #4d424a;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sidebar-categories .main-categories {
  padding: 0px;
  background: #fff;
}

.sidebar-categories .main-nav-list a {
  display: block;
  padding-left: 10px;
}

.sidebar-categories .main-nav-list a:hover {
  color: #850132;
}

.sidebar-categories .main-nav-list a .number {
  color: #cccccc;
  margin-left: 10px;
}

.sidebar-categories .main-nav-list a .lnr {
    margin-right: 0px;
    color: #af0a47;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    font-size: 7px;
}
.sidebar-categories .main-nav-list a .lnr:before{display:none;}
.sidebar-categories .main-nav-list a .lnr{ background: url(../images/down_icon.png) no-repeat;
    background-size: 100% 100%;
    height: 4px;
    width: 7px;}
.sidebar-categories .main-nav-list a .lnr.lnr-chevron-up{background: url(../images/up_icon.png) no-repeat;background-size: 100% 100%;}	
	
	
.sidebar-categories .main-nav-list.child a {
  padding-left: 14px;    font-size: 9px;
    line-height: 17px;    color: #000;
    font-weight: 500;
}

.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;
}

@-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 #eee;
  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: 30px 30px 0 30px;
}

.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: #fff;
}

.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: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);
    -o-transform: scaleY(0);
	-webkit-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);
    -o-transform: scaleY(1);
	-webkit-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 #850132;
}

.header-organic-food .search-bar .search-input:focus + .dropdown .search-dropdown {
  border: 1px solid #850132;
  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, #850132 0%, #850132 100%);
  background-image: -webkit-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -ms-linear-gradient(0deg, #850132 0%, #850132 100%);
}

.banner-area.organic-banner-area.middle .owl-controls .owl-nav .owl-next:hover {
  background-image: -moz-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -webkit-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -ms-linear-gradient(0deg, #850132 0%, #850132 100%);
}

.banner-area.organic-banner-area.middle .owl-controls .owl-nav .owl-prev:hover {
  background-image: -moz-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -webkit-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -ms-linear-gradient(0deg, #850132 0%, #850132 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: cover !important;
  background-position: center center !important;
  height: 600px;
  display: block;
}

@media (max-width: 767px) {
  .quick-view-carousel-details .item {
    height: 300px;
  }
}

.quick-view-carousel-details .owl-controls {
    position: absolute;
    bottom: -80px;
    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-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-details .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../images/01_desc.png);
  margin-left: 0;
}

.quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../images/06_desc.png);
}

.quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../images/01_desc.png);
}

.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 0px 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: 1140px;
  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;padding: 40px 0px;
}

.quick-view-content {
  padding: 0px 0px 20px 0px;
}

@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: 21px;margin-bottom:0px;
}

.quick-view-content .middle {
  padding-bottom: 25px;
  border-bottom: 1px dotted #eee;
}

.quick-view-content .bottom {
  padding: 25px 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 .nav-tabs {
  border: none;
}

.details-tab-navigation .product_tab .nav-link {
text-transform: uppercase;margin-right:55px;padding-right:10px
}
.details-tab-navigation .product_tab li:last-child{float:left;}

.details-tab-navigation .nav-link:hover {
  color: #850132;
  border: 1px solid transparent;
}

.details-tab-navigation .nav-link.active {
  color: #850132;
  border: 1px solid transparent;
}

.description {
  padding: 28px 0px;
  border: 0px;
  border-top: 0px;
}

@media (max-width: 767px) {
  .description {
    padding: 30px 10px;
  }
}

.specification-table {
    padding: 0px;
   
}
.description .specification-table {border: 1px solid #eee; }

.rm_back_trans .specification-table{ border: 1px solid #eee;}

@media (max-width: 767px) {
  .specification-table {
    padding:0px;
  }
}

.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: 10px;
  }
}

.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 #b3b3b3;
line-height: 29px;
padding: 0 15px;
  margin-top: 10px;
}

.contact_ryt .common-input {  border: 1px solid #999;}
.contact_ryt{padding-left:21px;}

@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: 200px;
  border: 1px solid #b3b3b3;
  padding: 10px 15px;
  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, #850132 0%, #850132 100%);
  background-image: -webkit-linear-gradient(0deg, #850132 0%, #850132 100%);
  background-image: -ms-linear-gradient(0deg, #850132 0%, #850132 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: #1c1c1c;
}

footer .footer-widget {
  padding: 40px 0 80px;
}

.single-footer-widget img {
  margin-bottom: 20px;
}

.single-footer-widget h5 {
 text-transform: uppercase;
color: #fff;
font-size: 16px;
margin-top: 15px;
margin-bottom: 25px;
font-weight: 600;
}

.single-footer-widget ul li {
  margin-top: 13px;
}

.single-footer-widget ul li a {
  color: #c4c4c4;
}

.single-footer-widget ul li a:hover {
  color: #850132;
}

.footer-bottom {
  padding: 20px 0;
  position: relative;border-top: 1px solid #850132
}

.footer-bottom .copyright-text {
  margin: 0;
  color: #c4c4c4;    padding-top: 2px;font-size:10px;
}

.footer-bottom .copyright-text a {
  color: #f7686a;
}

.footer-bottom .copyright-text br {
  display: none;
}
.organic-footer p{line-height:18px;}

@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: #333333;
  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: #850132;
}

.organic-footer .footer-bottom .copyright-text a {
  color: #850132;
}

.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;
}

/* Custom added Microland CSS Starts */
.sticky-header{padding: 38px 0px 15px;}
.main-logo{width: 129px;margin-top:8px;}
.main-menu li a{color:#7a7a7a;text-transform: uppercase;
font-weight: 600;font-size:11px;letter-spacing: 1.5px;}
.main-menu li a { padding: 0 27px;}
.search-submit-header{background:url("../images/02.png") no-repeat;width: 20px;
    height: 20px;
    background-size: 100%;
    outline: 0px !important;
    border: 0px;
    cursor: pointer;}
.search-bar .search-input{    display: block;
    border: 1px solid #eeeeee;
    padding: 6px 15px;
    height: 34px;
    border-radius: 0px;font-size:11px;padding-right:30px;width:100%;}
.microsearch_show{display:none;}
.header-middle{padding-bottom:0px;padding-top:0px;}
.main-menu li a:hover{box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
.header-bottom{padding-top:18px;z-index: 999;position: relative;}
.banner-slider .owl-controls .owl-nav .owl-prev {position: absolute;
    top: 50%; margin-top: -25px;left: 22px;right:inherit !important;background:url("../images/slider_left.png") no-repeat;    width: 17px;height:31px; background-size:100% 100%;}
.banner-slider .owl-controls .owl-nav .owl-next{position: absolute;
    top: 50%; margin-top: -25px;right:22px;left:inherit !important;background:url("../images/slider_right.png") no-repeat;    border-radius: 0px;    width: 17px;height:28px;background-size:100% 100%;}
.banner-area .height {height: auto;}
.banner-slider .owl-item img { width: 100% !important;}
.main-menu .sub-menu li a {
    text-transform: initial;
    color: #000;
    font-weight: 500;
    border: 1px solid #ddd;
    border-bottom: 0px;letter-spacing: 0px;
    padding: 0px 10px;background-color:#fff;line-height: 25px;font-size: 11px;
}
.main-menu li.activeMenuItem a{color:#850132}
.main-menu li.activeMenuItem li a{color:#000}
.main-menu li.activeMenuItem li a:hover{color:#850132}
.main-menu .sub-menu li a:hover{color:#850132}
.main-menu .sub-menu{padding-top: 30px;
    left: 26px;
    top: 25px;
    z-index: 3;
    background: transparent;
    box-shadow: none;}
.banner-slider .owl-controls .owl-nav span{display:none !important}
.banner-slider .owl-controls .owl-nav .owl-prev:hover:after{display:none;}
.banner-slider .owl-controls .owl-nav .owl-next:hover:after{display:none;}
.main-menu .sub-menu{border-bottom:1px solid #ddd;padding-bottom: 0px;}
.banner_white {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    max-width: 696px;
    background: rgba(255, 255, 255, 0.8);
    padding: 19px;
}
.banner_white h2{color:#000;letter-spacing:3px;margin-bottom: 10px;}
.learn_more {
    color: #850132;
    border: 1px solid #850132;
    width: 103px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;font-size:13px;transition:0.5s;
}
.learn_more:hover{background-color: #850132;color:#fff;}
.banner_white{padding-bottom:20px;}	
.banner_white_b{max-width:372px;}
.container {max-width: 1040px;}
.owl-carousel .owl-dot{width: 10px;
    height: 10px;
    background-color: #fff;
    float: left;
    margin-left: 10px;}
.owl-carousel .owl-dot.active{background-color: #850132}
.banner-slider .owl-controls{position:static;}
.owl-dots{position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 100%;
    max-width: 142px;}
.is-sticky .sticky-header{border-bottom: 1px solid #ddd;}
.single-footer-widget h5{position:relative;padding-bottom: 13px;}
.single-footer-widget h5:after{position:absolute;background-color:#850132;
width:36px;height:3px;content:"";left: 0; bottom: 0px;}
.single-footer-widget p{color:#c4c4c4;margin-bottom: 10px;}	
	
.add_a:before{background: url("../images/location.png") no-repeat;
width: 19px;
height: 18px;content:"";position: absolute;
left: 0;
top: 5px;
background-size: 100% 100%;}
.add_b:before{background: url("../images/phone.png") no-repeat;background-size: 100% 100%;width: 14px;height: 14px;}
.add_c:before{background: url("../images/mail.png") no-repeat;background-size: 100% 100%;width: 15px;height: 15px;}
.addr li{position:relative}
.addr li{color:#c4c4c4;padding-left:25px;line-height: 26px;}
footer .addr li+li{margin-top:5px;}
.footer-links a{color:#c4c4c4;margin-left:30px;font-size: 10px;}
.footer-links a:hover {color: #850132;}
.organic-product-carousel.owl-carousel .owl-dot{display:none;}
.organic-section-title h2{padding-bottom:80px;}
.single-product-bottom{position:relative}
.single-product-bottom h4{text-transform: uppercase;
color: #fff;
font-size: 16px;
margin-top: 15px;
margin-bottom: 10px;}
.single-product-bottom h4 a{color: #fff;}
.single-product-bottom h4::after {
    position: absolute;
    background-color: #850132;
    width: 62px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0px;
}
.single-product-bottom .content{position:absolute;bottom:30px;left:23px;z-index:9;}

.btn {
  color: #850132;
border: 2px solid #850132;
width: 114px;
height: 33px;
display: block;
text-align: center;
line-height: 13px;
text-transform: uppercase;
font-weight: 600;
font-size: 13px;
margin: 0px auto;transition:0.5s;border-radius:0px;cursor: pointer;
background-color:#fff;
}
.btn:hover {
    background-color: #850132;
    color: #fff;
}
.three_text{padding:28px 15px 5px;background-size: 100% 100% !important;}

.three_text h4{text-transform: uppercase;
color: #000;
font-size: 15px;
padding-bottom: 6px;
position: relative;
margin-bottom: 15px;}
.three_text h4::after {
    position: absolute;
    background-color: #850132;
    width: 62px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 0px;
}
.three_text p{color: #000;
    font-size: 11px;
    max-width: 235px;
    line-height: 15px;margin-bottom:6px;}
.three_text.first_div p{max-width: 211px;}

.organic-product-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -73px;
    right: inherit;
    background: url("../images/aeroleft.png") no-repeat;
    width: 25px;box-shadow:0px 0px 0px #fff
}
.organic-product-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
  right: -73px;
    left: inherit !important;
    background: url("../images/aeroright.png") no-repeat;
    border-radius: 0px;
    width: 25px;box-shadow:0px 0px 0px #fff
}

.organic-product-carousel .owl-controls .owl-nav span{display:none;}
.organic-product-carousel .owl-controls .owl-nav .owl-next::after{display:none}
.organic-product-carousel .owl-controls .owl-nav .owl-prev::after{display:none}
.sub-menu li i{text-align: right;
float: right;
padding-top: 8px;
font-weight: normal;
color: #850132;
font-size: 9px;}
img:hover{opacity:0.7;}
.main-menu .sub-menu{min-width:130px;}
.main-menu .sub-menu-level-1{left: 129px;
right: 0px;
display: none;
top: -30px;min-width: 280px;}
.main-menu .sub-menu-level-1.sub-menu-level-2{min-width:264px;left:279px;}
.main-menu li:hover > ul{display:block;}
.slicknav_nav .slicknav_arrow {
color: #850132;}
.microsearch_show .search-submit-header{    position: absolute;
    right: 7px;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
    top: 9px;width:17px;height:17px;}	
.microsearch_show{position:relative}
.organic-footer li,.organic-footer p{font-size:11px;}	
.close_click{  font-size: 17px;
    position: absolute;
    top: 6px;
    right: -20px;
    background-color: #fff;
    color: #850132;
    z-index: 9;cursor:pointer;}
.main-menu{margin-left: 22px;}	
.product_search{position:relative}	
.product_search .search-submit-header{  position: absolute;
    right: 7px;
    cursor: pointer;
    font-size: 0px;
    line-height: 0px;
    top: 7px;} 
.product_search .search-input{    width: 100%;
    padding: 0px 13px;
    height: 37px;
    border: 1px solid #dadada;
    color: #000;
    font-weight: 500;
    font-size: 11px;padding-right:33px;}
.product_tab .nav-link{position:relative;margin-right: 16%;
text-align:left;padding: 0px;padding-bottom: 10px;    font-weight: 700;
    color: #000;font-size: 12px;border: 1px solid transparent;float:left;}
.product_tab li:last-child{text-align:right;float:right;}
.product_tab li:last-child a{margin-right:0px;}
.product_tab{border-bottom: 1px solid #dadada;margin-bottom:10px;
width: 100%;float:left;display:block;padding-top:40px;}
.tab-content{border: 1px solid #dadada;padding:25px 15px;clear:both;}
.tab-description{padding:0px;border:0px;}
.product_tab li a.active:after{position: absolute;
    background-color: #850132;
    width: 100%;
    height: 3px;
    content: "";
    left: 0;
    bottom: -2px;content:"";}
.main-nav-list strong{color:#000;font-size: 11px;}
.main-nav-list.parent{padding:6px 0px;border-bottom:1px solid #eee}
.main-nav-list .collapse.show{    padding-top: 5px;}
.clear{clear:both;}	
.lab_txt{        font-weight: 700;
    padding-right: 12px;
    text-transform: uppercase;
    margin-top: 1px;
    display: block;
    float: left;
    font-size: 11px;padding-top: 4px;
}	
.sorting{color:#000}
.sorting select{float:left;}
.v_right{width: 338px;}
.sorting .nice-select {
          height: 24px;
    line-height: 23px;
    padding-left: 5px;
    font-size: 11px;
    padding-right: 20px;
}	
.sorting .nice-select:after {
    right: 7px;
}
.lattest-product-area h5{    color: #444;
    text-align: center;
    min-height: 78px;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;    font-size: 11px;
    max-width: 141px;
    margin: 0px auto;line-height:16px;}
.lattest-product-area{text-align:center;}
.content_start{padding-bottom:60px;}
.lattest-product-area .col-sm-6{margin-top:50px;}
.banner-area-inner .container{position:relative}
.banner-area-inner h2{color: #fff;
position: absolute;
bottom: 20px;
left: 0px;
text-transform: uppercase;letter-spacing: 0px;font-size: 28px;}
.slicknav_nav .fa-chevron-right{display:none !important}
.slicknav_nav .fa-chevron-right.fa-show{display:inline-block !important;}
.slicknav_nav .fa{font-size: 10px;}
.slicknav_btn{background-color:#850132}
p{line-height: 16px;font-size: 14px;font-weight: 500;color:#000000}
.quick-view-carousel-details .owl-dots{position:static;}
.breadcrumbs li{margin-right:4px;font-size:12px;font-weight:700;}
.breadcrumbs li a{color:#000;}
.breadcrumbs li a.active{color:#850132}
.main_color{color:#850132}
.top_15{padding-bottom:15px;}
.text_uppercase{text-transform:uppercase;}
.quick-view-content h3{font-weight: 900;font-family: 'Roboto', sans-serif;color:#4d4149}
.quick-view-content h3.head_a{color:#000}
.quick-view-content .head{font-weight: 700;}
.product-quick-view .col-lg-5{padding:0px !important}
.text_decoration{text-decoration:underline}
.description h3{    color: #4d4149;font-size: 20px;padding: 15px 0 6px 0;}
.pd15{padding-top:15px;}
.row_accont{padding: 10px 0;
    background-color: #f1f1f1;
    margin-bottom: 30px;margin-left: 0px; margin-right: 0px;}
.account_list{float:right;}
.account_list li+li{margin-left:15px;}
.account_list li a{color:#000}
.account_list li a:hover{color:#850132}
.content_ct{position: relative; padding-bottom: 10px;font-size: 28px;padding-top:15px;}
.content_ct:after {
    position: absolute;
    background-color: #850132;
    width: 71px;
    height: 3px;
    content: "";
    left: 0;
    bottom: 2px;
}
.pd_img {
    padding-right: 0px;
    padding-top: 2px;
    float: left;
    width: 47%; margin-right:23px;
}
.news_list img{margin-bottom:5px;}
.content_start .pt-60 {padding-top: 55px;}
.list-btn{padding-top:3px;}
.row_news_left{float:left;width:100%;max-width:24%}
.row_news_ryt{float:right;width:100%;max-width: 73.5%;padding-left: 6.555%;border-left:1px solid #eee;}
.content_ctanoth{font-family: 'Roboto', sans-serif;padding-bottom: 5px;text-transform:uppercase;color: #4d4149;position:relative}
.content_ctanoth:after {
    position: absolute;
    background-color: #850132;
    width: 47px;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0px;
    bottom: 0px;
}
.mult_list_head{color: #525252;font-size: 15px;letter-spacing: 0px;
padding:0px 0 10px 0;}
.mult_list_head a{color: #525252;}
.mult_list_head a:hover{color: #850132;}
.mult_list li{border-bottom:1px solid #eee;padding:30px 0 0px 0;}
.mult_list_nxt li{border-bottom:1px solid #ddd;padding:5px  0px;}
.mult_list_nxt li a{color:#000;}
.mult_list_nxt li a:hover{color: #850132;}
.row_news_ryt .content_ctanoth:after{display:none;}
.readmore{font-weight: bold;font-size: 12px;}
.readmore:hover{text-decoration:underline;}
.news_list{margin-bottom:55px;padding:0px;margin-right:8%;width:45%;flex:0 0 45%;}
.para_big{color:#7a7a7a;font-size: 16px;font-weight: 500;line-height: 20px;letter-spacing:0.29px;}
.crlist .mult_list_head{padding-bottom:1px;font-size:15px;}
.crlist li{border-bottom:1px solid #850132;padding: 23px 0 8px 0;}
.crlist li:last-child{border-bottom:0px;}
.crlist{margin-top:5px;}
.career_bottom{max-width:475px;margin:0px auto;padding:40px 0 0 0;}
.career_bottom .content_ctanoth{padding-bottom:30px;}
.career_bottom .content_ctanoth::after{display:none;}
.career_bottom .btn{margin-top:25px;}
.career_bottom .col-md-6-1{padding-right:60px;}
.career_bottom .col-md-6-2{padding-left:60px;}
.career_bottom .btn{border: 2px solid #850132;width: 117px;height: 38px;line-height: 18px;font-size: 12px;}
.crlist li p {font-weight: 700;color: #525252;}
.services .bord{border:1px solid #eee;padding: 25px 25px 10px;border-right:0px;}
.services .bord.last{border-right:1px solid #eee;}
.services .bord img{height:52px;margin-bottom: 28px;}
.mult_list_head_sm.mult_list_head{font-size:14px;}
.services {margin-top:25px;}
.services.added .bord img {height: 55px;}
.tech_main{padding:20px 0 0 0;}
.tech_main li{border:1px solid #eee;float:left;width:17.22%;}
.tech_main li img{padding:0px 3px;}
.tech_main ul{margin:35px 0 0 0;}
.contact li a{color:#444;}
.contact .addr li {color: #444;margin-top:15px;line-height: inherit;font-weight:500;}
.contact .add_a::before{top:0px;}
.contact .content_ctanoth:after{display:none;}
.contact .content_ctanoth{padding: 18px 0 0 0;}
.t2{margin-top:15px;}
.main-form{margin-top: 15px;}
.main-form .col-md-6.first{padding-right:5px;}
.main-form .col-md-6+.col-md-6{padding-left:5px;}
.main-form .btn {margin-top:15px;float: left;width:110px;height:30px;line-height:11px;}
.map_area{padding:50px 0 0 0}
.contact_bottom .common-input{margin-top:0px;}
.contact_bottom_ins{max-width: 377px;margin: 12px auto 0px;}
.contact_bottom_ins .btn{margin-left:27px;}
.contact_bottom{padding:30px 0 0 0;}

.rma_form_up{}
.rma_form_up_inside{width:100%;max-width:572px;}
.rma_form_up_inside label{color: #850132;font-weight: 800;}
.rma_form_up_inside .common-input{margin-top:7px;}
.rma_form_up_inside .row{display: block;}
.rma_form_up_inside .row .first{max-width: 45%;float: left;margin-bottom:14px;}
.rma_form_up_inside .row .last{max-width: 45%;float: right;margin-bottom:14px;}
.rm-row{float:left;width:20%;margin-bottom: 20px;}
.rm-row .rm_inp{margin-right:18px;}
.rm-row span{text-align: center;
display: block;
background-color:#850132;
color: #fff;
text-transform: uppercase;
font-size: 11px;
padding: 5px 0px;padding-right: 18px;margin-bottom: 20px;font-weight:700}
.rma_form_2{padding:10px 0 0 0;}
.btn_txt_adjust{width: auto;background-color: transparent;}
.rma_3{padding:20px 0 0 0;}
.rma_3 li{padding-left:10px;position:relative;}	
.rma_3 li:before{background-color:#555;width:5px;height:5px;content:"";position:absolute;left:0;top:8px;border-radius:50%;}
.rm_back_trans{background-color:transparent}	
.rma_3 .rma_form_up{padding-top:20px;padding-bottom:20px;}
.rma_3 .specification-table .single-row{display:block;}
.rma_3 .specification-table .single-row span{padding: 4px 0px;color:#000;display: block;float: left;}
.rma_3 .specification-table .single-row span:first-child{font-weight:700;width:30%;margin-left: 0px;padding-left:45px;}
.rma_3 .specification-table .single-row span+span{border-left: 1px solid #eee;padding-left:45px;width:70%;}
.rma_3 .specification-table .single-row{padding:0px;}
.color_primary{color:#850132 !important}
.rma_3 .specification-table em{font-weight:400;font-style:normal}
.w_auto{width:auto !important}
.bold_ft{font-weight:700;}
.rma_4{padding:30px 0 0 0;}
.rma_4 li{float:left; margin-left:60px;font-size: 16px;margin-left: 10%;}
.rma_4 ul{padding: 5px 0 20px;float:left;width:100%;}
.rma_4 li input{margin-left:15px;}
.rma_4 .bold_ft.para_big{margin-bottom:10px;}
input[type='checkbox'] {-webkit-appearance: none;width: 17px;height: 17px;
background:white;border: 1px solid#ddd;top: 2px;position: relative;cursor:pointer}

input[type='checkbox']:checked { background: url('../images/microland_crossbar_icon.png') 0 0px no-repeat !important;background-position: center !important;}

.login .content_ct{font-size: 27px;letter-spacing: 3px;}
.login .content_ct::after{width:63px;}
.loginform{background-color:#ebebeb;padding:26px 38px 40px;}
.loginform .btn{margin-top:10px;}
.loginform,.login_ryttp{margin-top: 20px;}
.login_ryt{padding-left:70px;}
.frgt{margin-top: 16px;text-decoration: underline;display:block;}
.frgt:hover{text-decoration:none;}
.mt-bt-0{margin-bottom:0px !important;}
.login_ryt a{color:#444;}
.lg_btns .btn{width: auto;height: auto;color:#850132;text-transform: initial;padding: 4px 13px;line-height:16px;font-weight:600;font-size:11px;}
.lg_btns .btn:hover{color:#fff;}
.lg_btns li+li{margin-left:15px;}
.mr-lft-st{margin-left:20px;}
.login_ryt .para_big{margin-bottom:14px;}	
.lg_btns {margin-bottom:10px;}	
.single-footer-widget h5:after{height:2px;}
.three_text {margin-right:15px;}
.organic-product-area {padding-bottom:85px;}
.grid-btn img{padding-top:4px;}
.lattest-product-area .pt-30{padding-top:0px;}
.lattest-product-area{padding-bottom:45px;}
.main-menu .sub-menu li{position:relative;}
.news_list.news_list_bt{margin-bottom:20px;}
.lattest-product-area .row img{width:211px;}
.alph a{padding-left:10px !important}
.alph{padding-top:6px !important;}
.sidebar-categories .head.fh_tp{padding-top:20px;}
.main-categories li ul{padding-left:10px;}
.main-categories li a:hover strong{color:#850132}
.banner-slider img:hover {opacity: 1;}
.mb_shw{display:block}
.news_list_rt_0{margin-right:0px !important}
.rma_form {width:80%;padding-top: 5px;}
.prf_form .common-input{margin-bottom:15px;margin-top: 5px;}
.prf_form label{font-size: 12px;font-weight: 600;}
.normal_ft{font-weight:400 !important;}

/* profile start */
.profile_container{max-width:700px;margin:0px auto;}
.file_out { position: relative;float:left;}

.file_out .your-file {
    position: absolute;
    width: 100%;
    top: 0;
    height: 34px;
    opacity: 0;
}
.file_out span {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    color: #850132;
border: 1px solid #850132;
background-color:#fff;
}
.img_contain{padding-bottom: 30px;}
.img_contain img{float:left;margin-right:20px;}
.your-file input{width:100%;}
.img_contain p{margin-bottom:10px;margin-top: 15px;}
.prf_form_b{padding: 15px 0px 20px 0px !important;}
.prf_form input{margin-top:5px}
.mr_lft_t{margin-left:5%}
table{width:100%;}
table tr td,table tr th{border:1px solid #ddd;padding:10px;}
.prf_btns a+a{margin-left:20px}
.prf_btns{padding:15px 0 0 0;}
.img_contain_b p {margin-bottom: 0px;margin-top: 8px;}
.reg_form .common-input{margin-bottom:0px;margin-top:10px;}
.reg_form .btn {margin-top:15px;}
.reg_form .nice-select{width: 100%;
border: 1px solid#b3b3b3;
line-height: 31px;
padding: 0 15px;
height: 33px;
color:#777;
font-size: 11px;
border-radius: 0px;}
.reg_form .main-form{margin-top:0px;}
.reg_form .nice-select{margin-top:10px;}
.organic-section-title h2 span{position:relative;padding-bottom:17px;}
.organic-section-title h2 span::after {
    position: absolute;
    background-color: #850132;
    width: 69px;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0px;
}
.specification-table .single-row span+span{word-wrap: break-word}
.row,.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.row > div.alt {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.justify-content-between{-webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;}
  
.sticky-header .ml-auto{margin-left:8% !important}
.header-middle{display:block !important;}
.header-middle .d-flex{display:block !important}
.header-middle:after{content:"";clear:both;display:block;}
button.search-submit-header.search-submit-click{margin-top:9px;float:right;}
.order-1,.order-2,.order-3{float:left}
.order-2{padding-left:0px !important}
.banner-area{clear:both;}
.lattest-product-area .row{display:block;}
.row:after{content:"";clear:both;display:block}


.overview_cnt{position:relative;min-height: 700px;    max-width: 754px;
margin: 0px auto;}
.overview_cnt div{font-size: 15px;text-align: center;color: #525252;letter-spacing: 0px;       width: 219px;
    margin: 0px auto;}
	
.overview_cnt div span.lft{float: left;
    display: block;
    max-width: 143px;
    line-height: 21px;    padding-top: 12px;}
.overview_cnt div span.ryt{float:right;      display: block;
    max-width: 143px;
    line-height: 21px;padding-top: 12px;}


.overview_cnt a{color: #525252;}
.overview_cnt div.overview_cnt_a .img_cont_d{float:none;}
.overview_cnt div img{width:40px;vertical-align: top;}
.overview_cnt div .img_cont_d{   float: left; display: block;
    margin: 0px auto;
   }
.img_cont_d{display:block; border: 3px solid #850132;
    padding: 13px; height: 70px; width: 70px;  -ms-border-radius: 50px / 50px;
    -o-border-radius: 50px / 50px;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px / 50px;
    border-radius: 100px;}
	
.overview_cnt .overview_cnt_a{position:absolute;    left: 0;
    right: 0;}
.overview_cnt_b{top:100px;position:absolute;left: 70px;}
.overview_cnt_c{top:100px;position:absolute;right:0px;}
.overview_cnt_d{top:200px;position:absolute;left:0px;}
.overview_cnt_e{top:200px;position:absolute;right:0px;}
.overview_cnt_f{top:300px;position:absolute;left:10px;}
.overview_cnt_g{top:300px;position:absolute;right:0px;}
.overview_cnt_h{top:400px;position:absolute;left:100px;}
.overview_cnt_i{top:400px;position:absolute;right:100px;}

.overview_cnt div.overview_cnt_c{width: 268px;}
.overview_cnt div.overview_cnt_c span.ryt{max-width: 188px;}

.overview_cnt div.overview_cnt_f{width: 224px;}
.overview_cnt div.overview_cnt_f .img_cont_d{float:right;}

.overview_cnt div.overview_cnt_h .img_cont_d{float:right;}
.overview_cnt div.overview_cnt_h span.lft{max-width:172px;}
.overview_cnt div.overview_cnt_h{width: 263px;}
.overview_cnt div.overview_cnt_h span.ryt{max-width: 188px;}

.overview_cnt div.overview_cnt_e{width:190px;}
.overview_cnt div.overview_cnt_e span.ryt{max-width: 120px;}

.overview_cnt div.overview_cnt_i{width:233px}

.mc_logo{    position: absolute;
    left: 0px;
    right: 0px;
    top: 36%;
    width: 100%;
    max-width: 180px;
    margin: 0px auto;}


@media (min-width:1400px){
	.career_bottom .col-md-6-1{padding-right:70px;}
	.career_bottom .col-md-6-2{padding-left: 70px;}
	.career_bottom{max-width:520px;}
	.services .bord{padding-bottom:35px;}
	.mult_list_head_sm.mult_list_head{font-size:16px;}
	.lattest-product-area{padding-bottom:50px;}
	.lattest-product-area h5{font-size: 13px;max-width: 166px;}
	.product-quick-view .col-lg-7 img{width:100%;}
	.sidebar-categories .main-nav-list.child a {font-size:10px;}
	.single-footer-widget h5:after{height:3px;}
	.organic-product-area {padding-top:130px;}
	.organic-section-title h2{padding-bottom:80px;}
	.three_text{margin-top:15px;}
.sticky-header{padding: 45px 0px 18px;}
	.main-logo{width: 145px;}
	.main-menu li a { padding: 0 32px;font-size:13px;}
	.search-submit-header{width:27px;height:27px;}
	.main-menu .sub-menu li a {line-height: 25px;font-size: 11px;}
	.banner_white{max-width:792px;}
	.banner_white h2{font-size:35px;}
	.learn_more {
    width: 121px;
    height: 35px;
    line-height: 32px;
    font-size: 15px;}
.banner_white{padding-bottom:25px;}	
.banner_white_b{max-width:417px;}
.container {max-width: 77%;}
.main-menu{margin-left:25px;}
h2{font-size:32px;letter-spacing:3px;}
.single-footer-widget h5{font-size:18px;}
.single-footer-widget ul li{margin-top:14px}
.organic-footer li, .organic-footer p{font-size:12px;}
.three_text p{line-height:18px;font-size:12px;max-width:241px;}
.three_text.first_div p{max-width:228px;}
.btn{width:126px;height:38px;line-height:21px;font-size:15px;}
.pt-60{padding-top:65px;}
.single-footer-widget p{line-height:20px;}
.footer-bottom{padding:25px 0px;}
.three_text h4{font-size:18px;}
.three_text {margin-right:25px;}
.product_tab .nav-link{margin-right:19%}
.pd_img{width:46%}
p{line-height:19px;font-size:12px;margin-bottom:20px;}
.content_ct.pt_hd{padding-top:20px;}
.content_ct{font-size:33px;}
.content_ct:after{bottom:0px;}
.mult_list_head{font-size:18px;}
.row_news_left .content_ctanoth{padding-bottom:8px;font-size:25px;}
.content_ctanoth:after{height:3px;}
.news_list{padding:0px;margin-bottom:60px;} 
.news_list.news_list_bt{margin-bottom:30px;}
.crlist li:first-child{padding:30px 0px 6px 0px;}
.footer-links a{font-size: 11px;}
.footer-bottom .copyright-text {font-size:11px;}
}

@media (min-width:991px)
{
.footer-widget .col-lg-3{max-width:28%;flex:0 0 28%;}
.footer-widget .col-lg-2{max-width:14.667%;flex:0 0 14.667%;}
.product_vv .col-xl-3{max-width:24%;flex:0 0 24%;}
.product_vv .col-xl-9{max-width:76%;flex:0 0 76%;}

}

@media (min-width:767px)
{
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}

}
	

/*1920 website view start */

@media (min-width:1650px){
.v_right{width:438px;}
.grid-btn, .list-btn {width:44px;margin-right:5px;}
.organic-section-title h2 span{padding-bottom:23px;}
.organic-section-title h2 span::after {height:3px;width:90px;}
.profile_container {max-width: 850px; margin: 0px auto;}
.rma_form_up_inside{max-width:772px;}	
.rma_3{padding:30px 0 0 0;}	
.rm-row span{margin-bottom:30px;}	
.rma_form_up_inside .row .first{margin-bottom:25px;}
.rma_form_up_inside .row .last{margin-bottom:25px;}
.btn_txt_adjust{width:auto !important;margin-top:10px;}	
.lg_btns .btn{font-weight:500;font-size:16px;padding:8px 16px; line-height:20px;}
.lattest-product-area .row img{width:243px;}
.sub-menu li i{padding-top: 11px;font-size: 11px;}
.main-menu .sub-menu li a {line-height: 32px;font-size: 14px;}
.microsearch_show .search-submit-header{top: 11px;width:19px;height:19px;}
.close_click{font-size:20px;top:8px;right:-21px;}
.services{margin-top:35px;}	
.crlist li{padding: 25px 0 8px 0;}
.content_ctanoth.pt-40{padding-top:55px;}
.mult_list_nxt li{padding:10px 0px;}
.news_list img{margin-bottom:13px;}
.news_list {padding:0px;margin-bottom:70px;}
.news_list.news_list_bt{margin-bottom:30px;}
.pagination .fa{font-size:13px;top:-3px;}
.sidebar-categories .main-nav-list a .lnr{height:6px;width:9px;margin-top:7px;}
.product-quick-view{padding:55px 0px 40px 0px;}	
.details-tab-navigation .product_tab .nav-link {margin-right:75px;padding-right:15px}
.product-quick-view .col-lg-7{max-width:53.333%;flex:0 0 53.333%;}
.product-quick-view .col-lg-5{max-width:46.667%;flex:0 0 46.667%;}
.quick-view-content .top{padding-bottom:30px;}
.top_15{padding-bottom:20px;}
.quick-view-content{padding:0px 50px 20px 0px;}	
.breadcrumbs li{font-size:16px;}	
.filter-bar {margin:18px 0px;}
.product_tab{padding-top:55px;margin-bottom:13px;}
.frgt {margin-top: 25px;}
.mr-lft-st {margin-left: 30px;}
.lg_btns {margin-bottom: 15px;}
.login_ryt .para_big {margin-bottom: 20px;}
.login .content_ct {font-size: 42px;}
.loginform .btn,.common-input,.common-textarea{margin-top:13px}
.loginform{padding: 25px 45px 50px;}
.contact_bottom_ins .btn{height: 48px;font-size: 18px;padding: 0px 31px;}
.contact_bottom_ins {max-width: 500px; margin: 20px auto 20px;}
.contact_bottom_ins .btn {margin-left: 40px;}
.main-form{margin-top:30px;}
.contact .content_ctanoth {padding: 30px 0 0 0;}
.common-input{line-height:47px;}
.tech_main ul{margin:50px 0 0 0;}
.services.added .bord img {height: 80px;}
.services .bord{padding: 32px 25px 15px;}
.mult_list_head_sm.mult_list_head {font-size: 22px;}
.services .bord img {height: auto;margin-bottom:40px;}
.pt_hd{padding-top: 40px;}	
.career_bottom .btn {border: 2px solid #850132;height: 54px;line-height: 34px;font-size: 18px;width: 167px;}
.career_bottom {max-width: 646px;}
.career_bottom .col-md-6-2 { padding-left: 80px;}	
.career_bottom .col-md-6-1 { padding-right: 80px;}	
.crlist .mult_list_head {font-size: 22px;}
.content_ct{font-size:40px;}	
.para_big {font-size: 22px;line-height: 27px;}
.career_bottom .content_ctanoth{padding-bottom:35px;}
.career_bottom .btn{margin-top:37px;}
.container{max-width: 76.5%;}
.main-logo {width: 180px;}
.sticky-header {padding: 61px 0px 30px;}
.main-menu li a{font-size:15px;}
.main-menu {margin-left: 4%;}
.search-submit-header { width: 25px;height: 25px;}
.main-menu li a {padding: 0 38px;letter-spacing:2.5px;}
.search-bar .search-input{font-size: 14px;height: 40px;}
.three_text h4{font-size:22px;}
.three_text p {font-size: 14px;max-width: 289px;line-height: 21px;}
.three_text.first_div p { max-width: 273px;}
h2, .h2 {font-size: 40px;}
.three_text h4::after{width:80px;}
.three_text{margin-top:25px;}
.single-product-bottom h4{font-size:23px;}
.single-product-bottom h4::after {width: 83px;}
.btn,.learn_more{width: 160px;
height: 48px;
line-height: 30px;
font-size: 18px;}
.learn_more{line-height:43px;}
.banner_white {max-width: 981px;}
.banner_white h2 {font-size: 45px;}
.banner_white_b {max-width: 518px;}
.single-footer-widget h5{font-weight: 700;font-size: 22px;}
.organic-footer p {
    font-size: 14px;
    line-height: 23px;
}
footer .addr li+li{margin-top:10px;}
.footer-links a{font-size: 12px;}
.footer-bottom .copyright-text {font-size:12px;}
.banner-area-inner h2{font-size:40px;bottom:20px;}
.product_search .search-input{font-size:14px;padding:0px 20px;}
.product_tab .nav-link{font-size:15px;margin-right: 20%;}
.product_tab li a.active::after{bottom: -3px;height:5px;}
.sidebar-categories .head{font-size:32px;}
.main-nav-list strong{font-size:14px;}
.sidebar-categories .main-nav-list.child a{font-size: 14px;line-height: 21px;}
.product_search .search-input{height:48px;}
.lab_txt{font-size:15px;margin-top: 0px;}
.sorting .nice-select {
    height: 29px;
    line-height: 27px;
    font-size: 14px;
    padding-right: 20px;
}
.pagination a{font-size:18px;width: 32px;line-height: 32px;}
.lattest-product-area h5{font-size: 14px;max-width: 179px;min-height:70px;line-height:19px;}
.filter-bar img{width:27px;}
.single-organic-product-list .product-details h4{font-size:18px;}
.pdm{font-size:14px;}
body{font-size:14px;}
.mult_list_head{font-size:21.5px;padding-bottom:15px;}
h3, .h3 {font-size: 32px;}
.mult_list li{padding: 40px 0 5px 0}
.readmore {font-size: 16px;}
.content_start .pt-60 {padding-top: 75px;}
.main-menu .sub-menu{top:35px;min-width:175px;}
.main-menu .sub-menu.sub-menu-level-1{left:174px;min-width:345px;}
.main-menu .sub-menu.sub-menu-level-2{left:344px;min-width:275px}
.main-menu .sub-menu .sub-menu {top:-30px;}
.pt-100{padding-top:145px;}
.pb-100{padding-bottom:120px;}
.pt-60{padding-top:80px;}
.pb-60{padding-bottom:80px;}
.single-footer-widget h5:after{width:53px;}
footer .footer-widget {padding: 62px 0 100px;}
.single-footer-widget h5{margin-bottom:22px;}
.footer-bottom{padding:30px 0px;}
.single-footer-widget ul li{margin-top:16px;}
.sticky-header{padding:61px 0 25px;}
.organic-section-title h2{padding-bottom:100px;}
.organic-footer p{max-width:88%;}
.product_search .search-submit-header{top:10px;right:9px;width:27px;height:28px;}
.lattest-product-area{padding-bottom:60px;}
.lattest-product-area .pt-30{padding-top:20px}
.filter-bar .grid-btn img{width:26px;padding-top:4px;}
.product_vv .col-xl-3{max-width:24%;flex:0 0 24%;}
.product_vv .col-xl-9{max-width:76%;flex:0 0 76%;}
.rma_4 li{font-size:22px;}
.rma_form_up{padding: 0px;}
.rma_3 .rma_form_up{padding-top: 30px;padding-bottom: 30px;}
.rma_4 { padding: 35px 0 0 0;}
.rma_4 ul { padding: 5px 0 35px;}
input[type='checkbox'] {width:20px;height:20px;}
.rma_4 input[type="submit"]{ margin-top:5px;}
p { line-height: 24px;font-size: 15px;margin-bottom:23px;}
.pd_img{width:46%;margin-right:28px;}
.content_ct:after{width:92px;bottom:-1px;}

}



@media (min-width:1650px) and (max-width:1720px){
.main-menu li a {padding: 0 34px;}
}


/*1920 website view end */


@media (max-width: 1199px)
{
.banner-slider .owl-controls {display: block;}

}

@media(max-width:991px) {
.rma_3 .rma_form_up{padding:20px 0px;}
.rma_form_up_inside{max-width:inherit;}
.rma_form_up{padding:20px;}
.services {margin-left:15px;margin-right:15px;}
.mult_list li{padding: 20px 0 0px 0;}
.mult_list_head {font-size: 14px;}
.news_list {margin-bottom: 20px;}
.content_ctanoth{font-size: 20px;}
.content_ctanoth.pt-40{padding-top:20px;}
.row_news_left{float:left;max-width:100%}
.row_news_ryt{max-width:100%;padding-left: 0px;border-left: 0px;padding-top: 20px;}
.sticky-header {padding: 25px 0px 25px;}
.slicknav_menu {top: 23px;width:100%}
.search-bar,.main-logo{position: relative;z-index: 99999;}
.search-submit-header{position: absolute;top: -9px;}
.slicknav_btn {margin-right:20px !important;}
.slicknav_menu .slicknav_nav{margin-left:15px;margin-right:15px;}
.slicknav_menu{right:0px;}
.search-submit-header{right:0px;}
.microsearch_show{right: 70px;position: relative;margin-top: -6px;}
.sub-menu li i { padding-top: 6px;}
.quick-view-content {padding-top:20px;}
.close_click {font-size: 22px;right: -21px;}
.organic-product-carousel .owl-controls .owl-nav .owl-prev{height: 35px;
background-size: 100% 100%;
width: 19px;left: -13px;display:block !important;margin-top: -20px;}
.organic-product-carousel .owl-controls .owl-nav .owl-next{height: 29px;
background-size: 100% 100%;
width: 17px;
right: -11px;display:block !important;margin-top: -20px;}
.main-nav-list strong {font-size: 14px;}
.news_list{padding:0px 15px;margin-right:0px;width:50%;flex:0 0 50%;}
.loginform{padding:1px 10px 10px;}
.login_ryt{padding-left:10px;}
.lg_btns .btn{padding:6px 13px;}
.login .content_ct{font-size:20px;}
.banner_white{padding:13px;max-width:465px}
.banner_white_b{max-width:247px;}
.banner_white h2{font-size:20px;letter-spacing:2px;}
.header-middle{position:relative}
.order-2{position:absolute;right:0px;top:9px;}

}


@media(max-width:767px) {
.overview_cnt div span{float:left;padding-top:8px;}
.overview_cnt div span.lft{max-width: 150px !important;text-align:left;padding-top:4px;}
.overview_cnt{max-width:258px;}
.overview_cnt div .img_cont_d{float:right !important;padding-top:8px;width:40px;height:40px;padding:7px;}
.overview_cnt div img{width:20px;}
body .overview_cnt div{position:static !important;width:100% !important;    clear: both;    margin: 0px;font-size: 12px;padding-bottom: 10px;border-bottom: 1px solid #850132;}
body .overview_cnt div+div{padding-top: 10px;}
body .overview_cnt div:after{content:"";display:block;clear:both;}
.mc_logo{display:none;}
.overview_cnt div span.ryt {
    float: left;
padding-left:0px;text-align:left;padding-top:4px;}
.overview_cnt div span.lft{padding-right:20px;}

.footer-widget .col-sm-6{float:left;}
.footer-widget .row > div:nth-child(3){clear:both;}
button.search-submit-header.search-submit-click{margin-top:12px;}
.row,.d-flex {display:block !important}
.home_prod .col-sm-6{width:50%;padding:2px 7px;float:left;}
.order-2 .search-bar{width:auto;}
.order-2{top:0px;}
.rma_form_up_inside .row .last{max-width:50%;}
.rma_form_up_inside .row .first{max-width:50%;}
.rma_form_up{padding:0px;}
.rma_form{width:100%;}
.organic-section-title h2 span{padding-bottom:7px;}
.mult_list_nxt{padding-top:5px;}
.news_list{padding:0px 15px;margin-right:0px;width:50%;flex:0 0 50%;}
.rm-row {float: left;width: 33.33%;}
.rma_4 ul {padding: 0px 0 10px;float: left;width: 100%;}
.rma_4 li{font-size:12px;}
	.footer-bottom { padding: 12px 0;}
	.organic-footer p{margin-bottom:0px;}
	.single-footer-widget h5{margin-bottom:15px;}
	.lattest-product-area .single-organic-product-list{width:50%;float: left;padding: 10px 10px;}
	.lattest-product-area .pt-30 { padding-top: 15px;}
	.lattest-product-area h5{font-size:12px;}
	.lattest-product-area .col-xl-4{width:50%;float:left}
	p { line-height: 18px;font-size: 12px;}
	.single-footer-widget h5{font-size:13px;}
	.single-product-bottom{max-width: 250px;margin: 0px auto;}
	.organic-product-area {padding-top:0px !important;}
	.three_text{display:none;}
	.footer-widget .row > div:last-child{width:100%;}
	.footer-widget .col-sm-6{width:50%}
	.loginform{padding: 9px 15px 18px;}
	.main-form.loginform {margin-top: 15px;}
	.login_ryt .para_big {margin-bottom: 0px;}
	.lg_btns li:last-child{margin-top:10px;}
	.lg_btns  li{display:inline-block}
	.mr-lft-st {margin-left: 0px;}
	.lg_btns li + li { margin-left: 5px;}
	.lg_btns{display:block !important}
	.login .content_ct {font-size: 18px;letter-spacing: 2px;}
	.login_ryt {padding-left: 0px;padding-top:20px;}
.contact_bottom_ins .btn { margin-left: 15px;}
.content_ct { padding-bottom: 6px;}
h2, .h2{letter-spacing: 2px;}
.contact .addr li { margin-top: 10px;}
.main-form { margin-top: 5px;}
.map_area { padding: 20px 0 0 0;}
.contact_ryt .pt_hd {padding-top: 22px;}	
.t2 { margin-top: 0px;}
.main-form .col-md-6 + .col-md-6 {padding-left: 15px;}
.main-form .col-md-6.first {padding-right: 15px;}	
.contact_bottom {padding: 10px 0 0 0;}
.tech_main ul {margin: 20px 0 0 0;}
.tech_main {padding: 5px 0 0 0;}
.content_start{padding-bottom:35px;}
.services.added .bord img {width: auto;}
.services .bord{border-right:1px solid #eee;border-bottom:0px;}
.services .bord.last{border-bottom:1px solid #eee;}
.pt_hd{padding-top:7px;}	
.career_bottom .btn {margin-top: 20px;}
.career_bottom .content_ctanoth { padding-bottom: 15px;}
.career_bottom{padding:0px;}
.career_bottom .col-md-6-1 {padding-right:15px;}
.career_bottom .col-md-6-2 {padding-left:15px;padding-top:35px;}
.para_big {font-size: 13px;line-height: 18px;}
.lattest-product-area h5 {min-height: inherit;}
.lattest-product-area img{width:auto;}	
.pagination .fa{top:0px;}
.single-product-bottom{text-align:center;}
.description h3{padding-top:0px;}
.details-tab-navigation{margin-top:15px;}	
.product-quick-view{padding-bottom:0px;}
.quick-view-content{padding-bottom:0px;}
.product_tab .nav-link{font-size: 12px;margin-right: 28%;}
.description {padding: 5px 0px;}
.content_start .pt-60 {padding-top: 30px;}
.col-md-12.pt-20{ padding-top:0px;}
.pd_img {float:none;padding-bottom:20px;width: 100%;margin-right: 0px;}
.content_ct{font-size:18px;}
.account_list {float: none;padding-top: 5px;}
.pd15{padding-top:0px;}
.pdm{text-align:left;}
.banner-area-inner h2 {font-size: 18px; bottom: 10px; left: 0px;}
.product_tab.pt-40 {padding-top: 15px;}
.lattest-product-area .col-sm-6 {margin-top: 20px;}
.v_right {width: auto;}
.footer-bottom{text-align: center;display: block !important;}
footer .footer-widget {padding: 20px 0 20px;}
.pb-60 {padding-bottom: 20px;}
.pt-60 {padding-top: 20px;}
.pb-100 { padding-bottom: 30px; padding-top: 30px;}
.pt-80 {padding-top: 50px;}
.three_text{margin-bottom:20px;}
.search-submit-header{right:55px;}
.single-product-bottom{margin-bottom:10px;}
.organic-section-title h2 {padding-bottom: 20px;font-size: 20px;}
.banner_white h2 {
    font-size: 13px;
    letter-spacing: 1px;margin-bottom:5px;
}
	.banner_white{    max-width: initial;width: 85%;}
	.banner-slider .owl-item img{height:auto}
	.banner_white{padding:5px;    max-width: 294px;}
	.banner_white_b{max-width: 152px;}
	.learn_more{    font-size: 10px;    width: 80px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 20px;}
.banner-slider .owl-controls .owl-nav .owl-prev{width: 16px;
    background-size: 100% 100%;
    height: 28px;}
.banner-slider .owl-controls .owl-nav .owl-next{width: 16px;
    background-size: 100% 100%;
    height: 28px;}
.owl-dots{bottom:8px;}
.owl-carousel .owl-dot{width:7px;height:7px;}
.main-logo {height: auto;}
.search-bar {
  margin-top: 0px;
width: auto;
text-align: right;
margin-right: 0;
}
.slicknav_menu {right: 0px;}
.microsearch_show .col-lg-12{padding-right:0px;}
.rma_3 .specification-table .single-row span:first-child{padding-left:10px;}
.rma_3 .specification-table .single-row span + span{padding-left:10px;}
.rma_4 li { margin-left: 0px;margin-right: 20px;}
.slicknav_menu {right: 0px;}
.microsearch_show .col-lg-12{padding-right:0px;}
.sidebar-categories .main-nav-list.child a{font-size:12px;}
.details-tab-navigation .product_tab .nav-link{margin-right:10px;padding-right:5px;}
.footer-bottom .copyright-text{text-align:left;padding-bottom:4px;}
.footer-links{text-align:left}
.footer-links a{display:inline-block;margin-left:0px;margin-right:15px;}
table tr td, table tr th {border: 1px solid #ddd;padding: 5px;}
.specification-table .single-row span{width:40%;}
.specification-table .single-row span+span{width:60%;}
input[type="checkbox"]{width:12px;height:12px;}
.main-logo{margin-top:0px;}
}

@media(max-width:480px)
{
.home_prod{margin:0px 7px}
.home_prod .col-sm-6{padding:2px 7px;width:50%;}
.single-product-bottom .content{bottom:15px;}
.single-product-bottom h4{font-size:11px;padding-bottom:0px;}
.login_ryt .para_big {margin-bottom: 10px;}
.tech_main li{width:50%;}
.lg_btns li {display: block;}
.lg_btns li + li{margin-left:0px;margin-top:10px;}
.login .content_ct {font-size: 14px;}
.search-bar .search-input{width:163px;}
.rm-row{width:100%;}
.rm-row .rm_inp {margin-right: 0px;}
.rma_form {padding-top:10px !important;}
.rma_4 {padding: 15px 0 0 0;}
.content_ct:after {width:47px;height:2px;}
.mb_shw{display:none}
}


@media(max-width:400px)
{
.sorting .nice-select{height:21px;font-size:9px;line-height:19px;}
.filter-bar{padding:0px 5px 7px;}
.list-btn{padding-top:2px;}
.grid-btn,.list-btn{width:18px;}
.grid-btn img,.list-btn img{width:100%;}
.lab_txt{padding-right:4px;font-size:9px;margin-top:-2px;}
.details-tab-navigation .product_tab .nav-link{font-size:9px;padding-bottom:4px;margin-right:10px;padding-right:2px;}
.search-bar .search-input{height:30px;width:118px;font-size:10px;padding-right:30px;}
.main-logo{width:97px;}
.microsearch_show .search-submit-header{top:7px;}
.product_tab .nav-link{margin-right:23%;}
.lattest-product-area h5{font-size:10px;line-height:13px;min-height:40px !important}
.footer-bottom .copyright-text{font-size:9px;padding-bottom:6px;}
.single-footer-widget ul li{margin-top:7px;}
.close_click{top:3px;}
}

/* Custom added Microland CSS End */

.tertiaryNavSection{
  display: none;
}

.keyFeaturesLine {
  margin-top: 16px !important;
}

#content_1 .description{
  color:#000000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  font-family: 'Roboto', sans-serif;
}

.key-feature-list li{
  margin-top: 16px !important;
}

.key-feature-list{
  margin-top: -26px;
}



@media only screen and (max-width: 1024px) {
	
	.col-lg-3.col-md-3.col-sm-3.pdm {
    max-width: 60% !important;
}

.pdm {
    text-align: left !important;
}

	
}