@charset "UTF-8";
/**
	Theme Name: FutureLife
	Theme URI: http://engotheme.com/
	Author: Engo Team
	Author URI: http://engotheme.com/
	Description: Engo ABC HTML Template
	Version: 1.0
	Last change:	2016/02/20 [Initial Release]
	License: GNU General Public License v2 or later
	Tags: two-columns, left-sidebar, fixed-layout, responsive-layout
	Text Domain: Engotheme
 **/
/*------------------------------------------------------------------
[Table of contents]

	1. Import vendor
		1.1. Vendor
			1.1.1. Google fonts
			1.1.2. Icon Fonts
			1.1.3. Vendor library
		1.2. Bootstrap
	2. Reset
		2.1. Reset
		2.2. Default base
			2.2.1.	Button
			2.2.2.	Link
			2.2.3.	Typo
			2.2.4.	Heading
			...
	3. Mixins
	4. Elements
		4.1. Our new
		4.2. News letter
		4.3. Form our
		4.4. Brand
		...
	5. Ecommerce
		5.1. Shop General
		5.2. Item view templates
		5.3. Shop Widget
		5.4. Shop view Pages
		5.5. Shop Single
		5.6. Shop Cart
		5.7. Shop Checkout
		5.8. Shop Wishlist
		5.9. Track Order
	6. Templates Layout
		6.1. General
		6.2. Header
			6.2.1. General
			6.2.2. Header version 1
			6.2.3. Header version 2
			6.2.4. Header version 3
			...
		6.3. Sidebar
		6.4. Contents
			6.4.1. CMS default
			6.4.2. Blog
			...
		6.5. Footers
			6.5.1. General
			6.5.2. Footer Version 1
			6.5.3. Footer Version 2
			...
		6.6. Home pages
			6.6.1. Home page 1
			6.6.2. Home page 2
			...
		6.7. Pages
			6.7.1. About Us
				6.7.1.1. About Us Version 1
				6.7.1.2. About Us Version 2
			6.7.2. Contact Us
			6.7.3. FAQ's
			...
-------------------------------------------------------------------*/
/** 1. Import vendor **/
/** 1.1. Vendor **/
/** 1.1.1.	Google fonts **/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
/** 1.1.2.	Icon Fonts **/
@import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/font-material/material-design-iconic-font.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/** 1.1.3. Vendor library **/
/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */
/** 1.2. Bootstrap **/
/*Padding Around the Block*/
/** 1.3. Animation **/
/*Padding Around the Block*/

:root {
  /* Colors */
  --color-primary: #000;
  --color-secondary: #666;
  --color-accent: #fbc73c;
  --color-sub-accent: #FF9B00;
  --color-price: #e60023;
  --color-old-price: #999;
  --color-success: #28a745;
  --color-warning: #ff9800;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #ffffff;
  --border-radius: 12px;
  --border-radius-lg: 16px;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* Font sizes */
  --font-small: 1.2rem;
  --font-base: 1.3rem;
  --font-medium: 1.4rem;
  --font-large: 1.6rem;
  --font-xl: 2.0rem;

  /* Spacing */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  
}


.navbar, .header, .parent-wrapper {
    overflow: visible !important;
}


/* effect-v1 */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v1:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 1;
}

.effect-v1 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v1 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effect-v1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effect-v1:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v2*/
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v2:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 1;
}

.effect-v2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v2 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v2:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.effect-v2:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.effect-v2:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v3:before, .effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 1;
}

.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}

.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v3:hover:before, .effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v3:hover .banner-title, .effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v4:before {
  border: 2px solid #ffffff;
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 1;
}

.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}

.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.effect-v4:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v5 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.effect-v5:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1, 1.1, 1);
}

.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}

.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.effect-v6 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}

.effect-v6:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v6:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%;
}

.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v9:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}

.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}

.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/** 2. Reset **/
/** 2.1. Reset **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #161616;
  position: relative;
}

body.ver-1 {
  background: url("../images/Futurelife-bg-body.png") repeat scroll 0 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

a, p, strong, ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

li {
  list-style: none;
  outline: none;
}

a:focus, input:focus {
  outline: none;
  text-decoration: none;
  background: none;
}

a:hover {
  text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
}

/** 2.2. Default base **/
/** 2.2.1.	Button **/
.dropdown-menu {
  background-color: #333333;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 10px;
  padding: 0px;
}

.dropdown-menu li {
  border-bottom: 1px solid #444;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  color: #888888;
  font-size: 11px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 20px;
}

.dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus {
  background: #333333;
  color: #ddd;
}

.title-text {
  display: inline-block;
  width: 100%;
}

.title-text h3 {
  font-weight: 700;
  font-size: 42px;
  color: #212121;
  text-transform: uppercase;
  padding-left: 70px;
  position: relative;
}

.title-text h3:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  background: #f5c615;
  width: 56px;
  height: 2px;
}

.title-text h3 span {
  color: #f5c615;
}

.title-text.size-25 h3 {
  font-size: 25px;
  padding-left: 50px;
}

.title-text.size-25 h3:after {
  width: 36px;
}

.title-text.size-64 h3 {
  font-size: 64px;
  z-index: 10;
}

.title-text.color-white h3 {
  color: #fff;
}

.link-v1 {
  font-size: 14px;
  color: #202020;
  font-weight: 600;
  height: 38px;
  line-height: 34px;
  border: 2px solid #000;
  border-radius: 25px;
  display: inline-block;
  padding: 0px 12px;
  position: relative;
  text-align: center;
}

.link-v1 span {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.link-v1:before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  background: #202020;
  top: -6px;
  right: -21px;
  border-radius: 50%;
  opacity: 0.4;
}

.link-v1 i {
  position: absolute;
  text-align: center;
  height: 38px;
  width: 38px;
  right: -58px;
  top: -36px;
  line-height: 38px;
  font-size: 17.5px;
  color: #fff;
  border-radius: 50%;
  background: #202020;
  position: relative;
  display: inline-block;
}

.link-v1:hover {
  color: #202020;
}

.link-v2 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  height: 38px;
  line-height: 34px;
  border: 2px solid #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 0px 12px;
  position: relative;
  text-align: center;
}

.link-v2 span {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.link-v2 i {
  position: absolute;
  text-align: center;
  height: 38px;
  width: 38px;
  right: -58px;
  top: -36px;
  line-height: 38px;
  font-size: 17.5px;
  color: #fff;
  border-radius: 50%;
  background: #f5c615;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 0 5px rgba(245, 198, 21, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link-v2:hover {
  color: #fff;
}

.link-v2:hover i {
  background: #191919;
  box-shadow: none;
}

.link-v2.link-v2-bg i {
  background: #191919;
  box-shadow: none;
}

.link-v2.link-v2-bg:hover i {
  background: #f5c615;
  box-shadow: 0 0 0 5px rgba(245, 198, 21, 0.3);
}

.title h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #262626;
}

ul.tabs.title span {
  font-size: 30px;
  color: #222;
}

ul.tabs.title li {
  font-size: 30px;
  color: #222;
}

ul.tabs.title li.active, ul.tabs.title li:hover {
  color: #808f66;
}

ul.tabs.title p {
  font-family: "TXGR";
  font-size: 13px;
  color: #888888;
}

.title-ver2 h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
}

.title-ver3 h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
}

.title-ver3 h3 span {
  color: #f5c615;
}

.title-ver3.title-ver4 {
  text-align: center;
}

.title-ver3.title-ver4 h4 {
  font: 600 18px/20px "Open Sans";
  color: #aeaeae;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}

.title-ver3.title-ver4 h3 {
  text-transform: uppercase;
  font: 700 35px/30px "Open Sans";
  margin-bottom: 40px;
}

.title-ver3.title-ver4 p {
  font: 400 14px/30px "Open Sans";
  color: #989898;
  font-style: italic;
  max-width: 775px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.breadcrumb {
  background: #fff;
  margin: -5px 0px 20px;
  padding: 15px 0px;
  background: #ededed;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.breadcrumb li:after {
  content: "";
  font-family: "Material-Design-Iconic-Font";
  line-height: 1;
  right: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  margin-left: 20px;
}

.breadcrumb li:first-child {
  padding-left: 0px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li.active {
  color: #f5c615;
}

.breadcrumb li a {
  color: #555555;
}

.breadcrumb li.active a {
  color: #f5c615;
}

.return-home a:first-child {
  margin-right: 20px;
}

.banner-grid {
  padding: 0px;
}

.banner-grid img {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.link-button {
  background: #000000;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: none;
  box-shadow: none;
  text-transform: capitalize;
  border-radius: 25px;
  font-style: normal;
  padding: 0px 40px;
  line-height: 40px;
}

.link-button:hover {
  background: #f5c615;
  color: #fff;
}

.link-button.link-button-v2 {
  background: #333333;
  color: #fff;
}

.link-button.link-button-v2:hover {
  background: #f5c615;
}

.link-button.link-button-fb {
  background: #2c5990;
  color: #fff;
  font-size: 13px;
}

.link-button.link-button-fb i.fa {
  font-size: 17px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.link-button.link-button-tw {
  background: #16bce6;
  color: #fff;
}

.link-button.link-button-tw i.fa {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}

.link-button.link-border-raidus {
  border-radius: 0px !important;
}

.link-button.bg-gray {
  background: #d4d4d4;
  color: #000;
}

.link-button.bg-gray:hover {
  background: #f5c615;
  color: #fff;
}

.link-button.width-100 {
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  font: 800 16px/50px "Open Sans";
  height: 50px;
}

.acc-login .form-group .btn:nth-child(2n+1) {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding: 5px;
}

.acc-login .form-group .btn:nth-child(2n) {
  margin-left: 2%;
  width: 48%;
  float: left;
  padding: 5px;
}

.home-v4 .animate1:hover {
  animation-name: tada;
}

.color-red {
  color: #ff1313;
}

.button1 {
  color: #eee;
  font-size: 13px;
  text-transform: uppercase;
  background: #f5c615;
  border: 2px solid #f5c615;
  height: 40px;
  line-height: 36px;
  vertical-align: bottom;
  width: 140px;
  text-align: center;
  display: inline-block;
}

.button2 {
  width: 140px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #f5c615;
  color: #f5c615;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

/** 3. Mixins **/
/** Loadding **/
@-webkit-keyframes engoloaddingmini {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes engoloaddingmini {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/** Responsive mixin **/
/** 4. Elements **/
/** 4.1. Accordions **/
.shipping-container {
  margin: 110px 0px;
  display: inline-block;
  width: 100%;
}

.shipping-container .col-md-4 {
  padding: 0px 15px;
}

.shipping-container .col-md-4 .shipping-item {
  border: 1px dashed #cdcdcd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.shipping-container .col-md-4 .shipping-item:hover {
  border: 1px dashed #f5c615;
  cursor: pointer;
}

.shipping-container .col-md-4 .shipping-item:hover .images {
  background-image: url(../images/Futurelife-icon-shipping-hover.png);
}

.shipping-container .col-md-4 .shipping-item:hover .text h3 {
  color: #f5c615;
}

.shipping-container .col-md-4 .shipping-item:hover .text p {
  color: #f5c615;
}

.shipping-container .col-md-4 .shipping-item .images:after, .shipping-container .col-md-4 .shipping-item .images:before, .shipping-container .col-md-4 .shipping-item .text:after, .shipping-container .col-md-4 .shipping-item .text:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  z-index: 3;
  top: -2px;
  right: -3px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px white, 0 0 0 3px white;
  border: solid transparent 3px;
}

.shipping-container .col-md-4 .shipping-item .images {
  display: inline-block;
  height: 50px;
  width: 100%;
  background: url(../images/Futurelife-icon-shipping.png) no-repeat scroll center top;
  margin: 15px 0px;
}

.shipping-container .col-md-4 .shipping-item .images:before {
  right: inherit;
  left: -3px;
}

.shipping-container .col-md-4 .shipping-item .text:after, .shipping-container .col-md-4 .shipping-item .text:before {
  top: inherit;
  bottom: -2px;
}

.shipping-container .col-md-4 .shipping-item .text:before {
  right: inherit;
  left: -3px;
}

.shipping-container .col-md-4 .shipping-item .text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  line-height: 24px;
}

.shipping-container .col-md-4 .shipping-item .text p {
  font-family: "Lora";
  font-style: italic;
  color: #aaa;
  line-height: 24px;
  margin-bottom: 20px;
}

.shipping-container .col-md-4:nth-child(2) .shipping-item .images {
  background-position: center top -124px;
}

.shipping-container .col-md-4:last-child .shipping-item .images {
  background-position: center top -246px;
}

/** 4.3. Our New **/
.slider-product {
  display: inline-block;
  width: 100%;
  position: relative;
}

.slider-product .tabs {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.slider-product .tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-top: 0px;
}

.slider-product .tabs li:hover, .slider-product .tabs li.active {
  color: #f5c615;
}

.slider-product .title h3 {
  font-weight: 700;
  font-size: 42px;
  color: #212121;
  text-transform: uppercase;
  padding-left: 70px;
  position: relative;
}

.slider-product .title h3:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  background: #f5c615;
  width: 56px;
  height: 2px;
}

.slider-product .title h3 span {
  color: #f5c615;
}

.tab-container .owl-stage-outer {
  padding: 20px 0px;
}

.slider-product {
  padding: 50px 0px;
}

.featured-product .container {
  position: relative;
  /* background: url(../images/Dana-home1-bg-featured.jpg) no-repeat scroll top center; */
}

.featured-product .wrap-time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

.featured-product .wrap-time h3 {
  font-weight: 800;
  font-size: 16px;
  color: #1b1b1b;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
}

.featured-product .wrap-time p {
  font-weight: 400;
  color: #7c7c7c;
  line-height: 20px;
  margin: 5px 0 5px;
}

.featured-product .wrap-time p.best-price {
  color: var(--color-price);
  text-transform: uppercase;
  font-size: var(--font-xl);
  font-weight: 600;
  margin-top: 25px;
}

.featured-product .wrap-time p.best-price span {
  color: #535353;
  margin-right: 5px;
}

.featured-product .wrap-time p.best-price span.price-old {
  color: var(--color-old-price);
  font-size: var(--font-large);
  font-weight: 400;
  text-decoration: line-through;
}

.featured-product .wrap-time .distance {
  display: inline-block;
  height: 88px;
  width: 88px;
  background: url(../images/time.png) no-repeat;
  margin: 0px 5px;
}

.featured-product .wrap-time .distance.minutes {
  background-image: url(../images/time1.png);
}

.featured-product .wrap-time .distance.hours {
  background-image: url(../images/time2.png);
}

.featured-product .wrap-time .distance.day {
  background-image: url(../images/time3.png);
}

.featured-product .wrap-time .distance .text {
  text-transform: uppercase;
  color: #7c7c7c;
}

.featured-product .wrap-time .distance .number {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}

.featured-product .products {
  float: right;
  width: 200px;
}

.featured-product .products .product {
  background: #f2f2f2;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
  float: right;
  width: 200px;
  position: relative;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.51);
  z-index: 99;
}

.featured-product .products .product .action {
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.featured-product .products .product .action a {
  margin: 0px;
  transform: translate(0px, 60px);
  opacity: 0;
}

.featured-product .products .product .action a:first-child {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.featured-product .products .product .action a:nth-child(2) {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.featured-product .products .product .action a:nth-child(3) {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

.featured-product .products .product .product-images {
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 20px;
}

.featured-product .products .product .product-content {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  max-height: 200px;
  color: #fff;
  padding-top: 20px;
  width: 570px;
}

.featured-product .products .product .product-content p {
  font-size: 14px;
  line-height: 20px;
}

.featured-product .products .product .product-content p.title {
  font-size: 16px;
  font-weight: 600;
  color: #f5c615;
  line-height: 25px;
}

.featured-product .products .product .product-content ul {
  padding-top: 10px;
}

.featured-product .products .product .product-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 23px;
  font-size: 14px;
}

.featured-product .products .product:hover {
  width: 570px;
  background: #212121;
}

.featured-product .products .product:hover .icon-cat {
  opacity: 1;
}

.featured-product .products .product:hover .product-content {
  opacity: 1;
  position: inherit;
}

.featured-product .products .product:hover .action a {
  transform: translate(0px, 0px);
  opacity: 1;
}

.featured-product .products .product .icon-cat {
  position: absolute;
  height: 53px;
  width: 53px;
  background: #e71825 url(../images/Dana-icon-header.png) no-repeat scroll center -45px;
  left: 0px;
  top: 0px;
  opacity: 0;
  font-size: 0px;
}

.featured-product .images {
  position: absolute;
  left: 445px;
  top: 142px;
  max-width: 600px;
}

.featured-product .images img {
  width: 100%;
}

.featured-product.featured-product-home2 .container {
  background: none;
}

.featured-product.featured-product-home2 .images {
  left: -130px;
}

.featured-product.featured-product-home2 .products {
  width: 602px;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.featured-product.featured-product-home2 .products .product {
  width: 300px;
  float: left;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 30px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.featured-product.featured-product-home2 .products .product .wrap-title {
  text-align: left;
}

.featured-product.featured-product-home2 .products .product .product-images {
  margin: 0px auto;
  float: initial;
}

.featured-product.featured-product-home2 .products .product:hover {
  width: 300px;
  background: none;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.2);
}

.featured-product.featured-product-home2 .products .product .action {
  position: inherit;
  margin: 20px 0px;
}

.featured-product.featured-product-home2 .wrap-time {
  bottom: 0px;
  left: 0px;
}

.featured-product.featured-product-home2 .images {
  top: 0px;
}

.featured-product.featured-product-home2 .products .product {
  padding: 25px 25px 0px 25px;
}

.featured-product.featured-product-home2 .products .product .icon-cat {
  position: relative;
  height: auto;
  background: none;
  font-size: 14px;
  color: #1965b2;
  font-weight: 400;
  width: 100%;
  opacity: 1;
}

.featured-product.featured-product-home2 .products .product .product-images {
  width: auto;
  max-width: 100%;
}

.featured-product.featured-product-home2 .products .product .action {
  bottom: 10px;
}

.slider-product .products ul.description {
  display: block;
  position: relative;
}

.slider-product .products ul.description li {
  color: #000;
  font-size: 14px;
  color: #454545;
  line-height: 20px;
  max-width: 200px;
  margin: 5px 0px;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 15px;
  display: list-item;
}

.popular-product {
  background: #f6f6f6;
  padding: 50px 0px;
}

.popular-product .title-text {
  margin-bottom: 30px;
}

.popular-product .container {
  position: relative;
}

.popular-product .tabs {
  position: absolute;
  right: 10px;
  top: 0px;
  width: auto;
}

.popular-product .title {
  margin-bottom: 40px;
}

.popular-product .tabs li {
  text-indent: -99999px;
  width: 50px;
  height: 40px;
  padding-bottom: 8px;
  margin-left: 20px;
}

.popular-product .tabs li:hover, .popular-product .tabs li.active {
  border-bottom: 5px solid #f5c615;
}



.popular-product .products {
  display: inline-block;
  width: 100%;
  background: #fff;
}

.popular-product .products .product {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  height: 420px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.popular-product .products .product:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.popular-product .products .product:hover .action a {
  transform: translate(0px, 0px);
}

.popular-product .products .product:first-child {
  float: left;
  width: 50%;
  border: none;
}

.popular-product .products .product:first-child .product-images {
  float: left;
  width: 50%;
}

.popular-product .products .product:first-child .wrap-title {
  width: 50%;
  float: right;
  margin-top: 80px;
}

@media (min-width: 1200px) {
  .popular-product .products .product:first-child .wrap-title {
    padding-left: 20px;
  }
}

.popular-product .products .product:first-child .wrap-title .product-price {
  margin-bottom: 0px;
}

.popular-product .products .product:first-child .action {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 50%;
  text-align: left;
}

@media (min-width: 1200px) {
  .popular-product .products .product:first-child .action {
    padding-left: 20px;
  }
}

.popular-product .products .product:first-child .action a:first-child i {
  margin-left: 0px;
}

.popular-product .products .product:nth-child(2), .popular-product .products .product:nth-child(3) {
  border-left: 1px solid #efefef;
}

.popular-product .products .product:nth-child(4), .popular-product .products .product:nth-child(5), .popular-product .products .product:nth-child(6) {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: none;
  margin-top: -1px;
}

.popular-product .products .product:nth-child(4) {
  border-left: none;
}

.popular-product .products .product:last-child {
  border-left: 1px solid #efefef;
}

.best-sellers {
  background: #f6f6f6;
  padding-bottom: 50px;
}

.best-sellers .container {
  position: relative;
}

.best-sellers ul {
  position: absolute;
  top: 0px;
  right: 10px;
  width: auto;
}

.best-sellers ul li {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  margin: 0px 15px;
  font-size: 16px;
  color: #808080;
}

.best-sellers ul li.active {
  font-weight: 600;
  border-bottom: 3px solid #f5c615;
  color: #2b2b2b;
}

.best-sellers ul li:last-child {
  margin-right: 0px;
}

.best-sellers .title {
  margin-bottom: 30px;
}

.best-sellers .slide-product-images {
  position: static;
}

.best-sellers .products {
  display: inline-block;
  width: 100%;
  background: #fff;
}

.best-sellers .products .product {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  height: 420px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.best-sellers .products .product .product-images {
  position: static;
}

.best-sellers .products .product .icon-cat {
  color: #1965b2;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.best-sellers .products .product:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.best-sellers .products .product:hover .action a {
  transform: translate(0px, 0px);
}

.best-sellers .products .product:first-child {
  position: relative;
  float: left;
  width: 50%;
  border: none;
  height: 840px;
}

.best-sellers .products .product:first-child .icon-cat {
  width: 100%;
  display: inline-block;
  text-align: start;
}

.best-sellers .products .product:first-child .wrap-title {
  text-align: start;
}

.best-sellers .products .product:first-child .owl-dots {
  width: 50%;
  bottom: 15px;
  left: 10px;
}

.best-sellers .products .product:first-child .action {
  width: 50%;
  position: absolute;
  bottom: 40px;
  right: 0px;
}

.best-sellers .owl-carousel .owl-controls .owl-nav .owl-prev, .best-sellers .owl-carousel .owl-controls .owl-nav .owl-next {
  display: none;
}

.best-sellers .owl-carousel .owl-controls .owl-dots {
  display: inline-block !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.best-sellers .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.best-sellers .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .best-sellers .owl-carousel .owl-controls .owl-dots .ordering span.owl-dot:hover span, .ordering .best-sellers .owl-carousel .owl-controls .owl-dots span.owl-dot:hover span, .best-sellers .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
  background: #f5c615;
  height: 30px;
  border-radius: 15px;
  margin-top: 0px;
  vertical-align: -10px;
}

.best-sellers .owl-carousel .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #555555;
  border-radius: 50%;
  vertical-align: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.best-sellers .slide-product-tab {
  padding-bottom: 50px;
}

.best-sellers.proposes {
  background: #fff;
}

.best-sellers.proposes .container {
  background: url(../images/Dana-home1-bg-featured.jpg) no-repeat left top;
}

.best-sellers.proposes .title-text h3 {
  margin-top: 80px;
  margin-bottom: 20px;
}

.best-sellers.proposes ul.tabs2 {
  top: 95px;
}

.best-sellers.proposes ul.description li {
  margin-left: 25px !important;
}

.best-sellers.proposes .tab-container {
  float: right;
  max-width: 1140px;
  padding: 0 30px 0px 90px;
  margin-right: -30px;
  overflow: hidden;
}

.best-sellers.proposes .slide-product-tab1 {
  max-width: 960px;
}

.best-sellers.proposes .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.best-sellers.proposes .owl-carousel .owl-controls .owl-dots {
  width: 30px;
  bottom: 50%;
  left: -100px;
}

.best-sellers.proposes .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .best-sellers.proposes .owl-carousel .owl-controls .owl-dots .ordering span.owl-dot:hover span, .ordering .best-sellers.proposes .owl-carousel .owl-controls .owl-dots span.owl-dot:hover span, .best-sellers.proposes .owl-carousel .owl-controls .owl-dots .owl-dot:hover span {
  height: 10px;
  vertical-align: 0px;
  background: #bbbbbb;
}

.best-sellers.proposes .products .product {
  width: 50%;
  height: 293px;
  border: 1px solid #eeeeee;
  position: relative;
}

.best-sellers.proposes .products .product .icon-cat {
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #e71825 url(../images/Dana-icon-header.png) no-repeat scroll center -45px;
  display: inline-block;
  width: 53px;
  height: 53px;
  z-index: 99;
}

.best-sellers.proposes .products .product .icon-cat.watch {
  background-position: center -100px;
}

.best-sellers.proposes .products .product .icon-cat.phone {
  background-position: center -160px;
}

.best-sellers.proposes .products .product .icon-cat.game {
  background-position: center -225px;
}

.best-sellers.proposes .products .product .icon-cat.laptop {
  background-position: center -277px;
}

.best-sellers.proposes .products .product .icon-cat.televison {
  background-position: center -325px;
}

.best-sellers.proposes .products .product .wrap-title {
  float: right;
  width: 50%;
}

.best-sellers.proposes .products .product .product-images {
  float: left;
  width: 50%;
  padding-top: 20px;
}

@media (min-width: 568px) {
  .best-sellers.proposes .products .product .product-images {
    padding-right: 15px;
  }
}

.best-sellers.proposes .products .product .action {
  width: 50%;
  float: right;
  text-align: left;
  left: inherit !important;
  right: 0px;
}

.best-sellers.proposes .products .product .action a {
  text-align: center;
}

.best-sellers.proposes .products .product:first-child {
  border: 1px solid #eeeeee;
  border-right: none;
  height: 586px;
}

.best-sellers.proposes .products .product:first-child .product-images {
  width: 100%;
}

.best-sellers.proposes .products .product:first-child .wrap-title {
  width: 50%;
  text-align: left;
  float: left;
}

.best-sellers.proposes .products .product:first-child .product-images {
  text-align: center;
}

.best-sellers.proposes .products .product:first-child .product-images img {
  max-width: 270px;
}

.best-sellers.proposes .products .product:first-child .action {
  bottom: 100px;
}

@media (max-width: 767px) and (min-width: 480px) {
  .best-sellers.proposes .products .product:first-child .action {
    bottom: 0px;
  }
}

.slider-product .product {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider-product .product:hover .action a {
  opacity: 100;
  text-align: center;
}

.slide-product-images .owl-dots {
  text-align: center;
}

.slide-product-images .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
  background-size: 100% auto;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  text-align: center;
}

.slide-product-images .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.slide-product-images .owl-dots .owl-dot.active, .slide-product-images .owl-dots .ordering span.owl-dot:hover, .ordering .slide-product-images .owl-dots span.owl-dot:hover {
  border: 1px solid #000;
}

.tab-content {
  transition: transform 0.6s ease 0s;
  transform: translate(0px, 40px);
}

.tab-content:first-child {
  transform: translate(0px, 0px);
}

.tab-content.active, .ordering span.tab-content:hover {
  transform: translate(0px, 0px);
}

.best-sellers .product-images .owl-carousel .owl-controls .owl-dots .owl-dot span {
  width: 0px;
  height: 0px;
}

/** 4.4. Banner Center **/
.banner-home1-bottom .container {
  background: url(../images/Dana-home1-bg-featured2.jpg) no-repeat scroll center top;
  position: relative;
}

.banner-home1-bottom .images {
  width: 50%;
  float: right;
  max-width: 580px;
}

.banner-home1-bottom .images img {
  max-width: 100%;
}

.banner-home1-bottom .text {
  position: absolute;
  top: 20%;
  left: 15px;
}

.banner-home1-bottom .text p {
  font-size: 21px;
  line-height: 30px;
  color: #202020;
}

.banner-home1-bottom .text p:first-child {
  font-weight: 600;
}

.banner-home1-bottom .text p.product-title, .banner-home1-bottom .text .products .product .description, .products .product .banner-home1-bottom .text .description {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0px;
}

.banner-home1-bottom .text ul li {
  font-size: 21px;
  color: #202020;
  font-weight: 400;
  list-style-type: disc;
  line-height: 30px;
  list-style-position: inside;
  margin: 10px 0px;
}


div.banner-home1-bottom > div > div.text > ul > li{
  font-size: var(--font-base);
}

.banner-home1-bottom .text .product-price {
  margin-top: 30px;
}

.banner-home1-bottom .text .product-price span {
  font-size: 23.5px;
}

.banner-home1-bottom .text .product-price span.title {
  text-transform: uppercase;
  color: #555555;
  font-weight: 400;
}

.banner-home1-bottom .text .product-price span.price {
  color: #f5c615;
  font-weight: 700;
}

.banner-home1-bottom .text .product-price span.price-old {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.banner-home1-bottom .text .action {
  text-align: left;
  margin-top: 30px;
}

.banner-home1-bottom .text .action a {
  opacity: 1;
  text-align: center;
  transform: translate(0px, 0px);
}

.banner-home3 {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.banner-home3 .col-md-4 {
  padding: 0 10px;
}

.banner-home3 .col-md-4 .images {
  position: absolute;
  left: 20px;
  top: 40px;
}

.banner-home3 .col-md-4 .text {
  position: absolute;
  right: 10px;
  top: 30px;
  text-align: center;
}

.banner-home3 .col-md-4 .text h3 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.banner-home3 .col-md-4 .text h3:first-child {
  margin-bottom: 0px;
}

.banner-home3 .col-md-4 .text p {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.banner-home3 .col-md-4 .text p span {
  font-size: 21px;
  color: #e71825;
  font-weight: 700;
}

.banner-home3 .col-md-4:first-child {
  padding-left: 0px;
  padding-right: 20px;
}

.banner-home3 .col-md-4:first-child .images {
  top: 0px;
  left: 0px;
}

.banner-home3 .col-md-4:first-child .text {
  text-align: right;
  top: 60px;
}

.banner-home3 .col-md-4:first-child .text h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #3f3f3f;
  font-size: 25px;
  margin-bottom: 20px;
}

.banner-home3 .col-md-4:first-child .text h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 40px;
  margin-bottom: 10px;
}

.banner-home3 .col-md-4:first-child .text p {
  max-width: 230px;
  font-size: 14px;
  color: #242424;
}

.banner-home3 .col-md-4:last-child {
  padding-right: 0px;
  padding-left: 20px;
}

.banner-home3 .col-md-4:last-child .images {
  left: 20px;
  top: 0px;
}

.banner-home3 .col-md-4:last-child .text {
  text-align: left;
}

.banner-home3 .col-md-4:last-child .text p {
  max-width: 180px;
  font-size: 14px;
  line-height: 25px;
}

.banner-home3 .col-md-4:last-child .text h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

.banner-home3 .col-md-4:last-child .text h3:first-child {
  margin-bottom: 10px;
}

.banner-home3 .col-md-4:last-child .text h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3f3f3f;
}

.banner-home3 .col-md-4:last-child .text h4 span {
  font-size: 21px;
  font-weight: 700;
  color: #e71825;
}

.banner-home3 .col-md-4 .item {
  background: #e7e7e7;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 203px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.banner-home3 .col-md-4 .item:hover {
  box-shadow: -10px 17px 40px 0px rgba(0, 0, 0, 0.3);
}

.hot-deals {
  background: #212121 url("../images/home3-hot-deta.jpg") no-repeat scroll 0 0;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}

.hot-deals .slide-product-images {
  width: 300px;
}

.hot-deals .slide-product-images .owl-controls {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 30px;
}

.hot-deals .slide-product-images .owl-controls .owl-dot {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: #fff;
}

.hot-deals .slide-product-images .owl-controls .owl-dot.active, .hot-deals .slide-product-images .owl-controls .ordering span.owl-dot:hover, .ordering .hot-deals .slide-product-images .owl-controls span.owl-dot:hover {
  border: 1px solid #f5c615;
}

.hot-deals .container {
  position: relative;
}

.hot-deals .btn-vertical-slider {
  width: 72px;
  height: 72px;
  z-index: 99;
  border-radius: 50%;
  background: #fff url(../images/icon-hot-deals.png) no-repeat scroll left 19px top -42px;
  position: absolute;
  left: 100px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
}

.hot-deals .btn-vertical-slider:hover {
  background-color: #f5c615;
  box-shadow: 0 0 0 5px rgba(245, 198, 21, 0.3);
}

.hot-deals .btn-vertical-slider:before {
  content: "";
}

.hot-deals .btn-vertical-slider.prev {
  bottom: -135px !important;
  top: inherit !important;
  background-position: left 19px bottom -42px;
}

.hot-deals .btn-vertical-slider.prev:hover {
  background-position: left 19px bottom 27px;
}

.hot-deals .btn-vertical-slider.next {
  top: -135px !important;
}

.hot-deals .btn-vertical-slider.next:hover {
  background-position: left 19px top 27px;
}

.hot-deals .title-text {
  margin-bottom: 30px;
}

.hot-deals ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.hot-deals ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0px;
  list-style-type: disc;
  list-style-position: inside;
}

.hot-deals p {
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
}

.hot-deals p b {
  font-size: 22px;
  font-weight: 700;
}

.hot-deals p.wrap-price {
  text-transform: uppercase;
  font-weight: 400;
}

.hot-deals p.wrap-price .price {
  font-weight: 700;
  color: var(--color-price);
}

.hot-deals p.wrap-price .price-old {
  font-size: 18px;
  text-decoration: line-through;
  color: #9d9d9d;
}

.hot-deals .product .action {
  text-align: left;
  margin-top: 30px;
}

.hot-deals .product .action a {
  opacity: 1;
  vertical-align: top;
  text-align: center;
  transform: translate(0px, 0px);
}

.hot-deals .product .action a:first-child i {
  margin-left: 0px;
}

.hot-deals .product .action a.quick-view i {
  height: 37px;
  width: 37px;
  display: inline-block;
  background: #2d5593 url(../images/view-icon.png) no-repeat center;
}

.hot-deals .product .action a.quick-view:hover i {
  background-color: #f5c615;
}

/** 4.6. News letter **/
.newsletter {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #141414;
  padding: 30px 0px;
  margin-top: 20px;
}

.newsletter button {
  background: url(../images/Dana-icon-input-newsletter.png) no-repeat;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.newsletter h3, .newsletter p, .newsletter form {
  display: inline-block;
}

.newsletter h3 {
  text-transform: uppercase;
  font-family: "Lato";
  color: #fff;
  font-size: 14px;
}

.newsletter h3 a {
  color: #f5c615;
}

.newsletter p {
  font-family: "Lato";
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}

.newsletter form {
  margin-left: 50px;
  position: relative;
}

.newsletter form input {
  font-family: "PT Serif";
  color: #807e8e;
  letter-spacing: 1px;
  background: #363636;
  border: none;
  box-shadow: none;
  height: 46px;
  line-height: 46px;
  padding: 0px 40px 0px 20px;
  width: 300px;
}

.newsletterpopup {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.newsletterpopup .newsletter-contetn {
  width: 1030px;
  margin: 0 auto;
  margin-left: 130px;
  background: #191919;
  top: 200px;
  position: relative;
  display: inline-block;
  height: 530px;
  text-align: center;
}

.newsletterpopup .newsletter-contetn img {
  display: inline-block;
  max-width: 630px;
}

.newsletterpopup .newsletter-contetn .images {
  position: absolute;
  top: -60px;
  left: -130px;
}

.newsletterpopup .newsletter-contetn .text {
  float: right;
  width: 55%;
}

.newsletterpopup .newsletter-contetn span.close-popup {
  width: 44px;
  height: 44px;
  background: url(../images/newsletter-close.jpg) no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.newsletterpopup .newsletter-contetn h3 {
  font: 700 22px/25px "Open Sans";
  color: #fff;
  text-transform: uppercase;
  margin: 80px 0 20px;
}

.newsletterpopup .newsletter-contetn p {
  font: 400 14px/20px "Open Sans";
  color: #959595;
  max-width: 430px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 20px;
}

.newsletterpopup .newsletter-contetn .newsletter-v2 {
  background: none;
  padding: 30px 50px;
}

.newsletterpopup .newsletter-contetn .newsletter-v2 form {
  margin: 0px;
  width: 100%;
}

.newsletterpopup .newsletter-contetn .newsletter-v2 input {
  width: 100%;
}

.newsletterpopup .newsletter-contetn .check {
  font: 400 14px/20px "Open Sans";
  color: #959595;
  font-style: italic;
  padding-left: 25px;
  background: url(../images/newsletter-check.png) no-repeat scroll 0 0;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.newsletterpopup .newsletter-contetn .check.active, .newsletterpopup .newsletter-contetn .ordering span.check:hover, .ordering .newsletterpopup .newsletter-contetn span.check:hover, .newsletterpopup .newsletter-contetn .check:focus {
  background: url(../images/newsletter-check.png) no-repeat scroll 0 bottom;
}

.newsletterpopup .newsletter-contetn a.link1 {
  display: inline-block;
  text-transform: none;
  background: transparent;
  font-weight: 600;
  border: 2px solid #fff;
  text-align: center;
  padding: 0 40px 0px 30px;
  font-size: 14px;
  border-radius: 25px;
  position: relative;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-style: normal;
  margin-bottom: 80px;
}

.newsletterpopup .newsletter-contetn a.link1 i {
  position: absolute;
  right: -23px;
  top: -2px;
  font-size: 22px;
  line-height: 50px;
  padding: 0 15px;
  background: #4e4e4e;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.newsletterpopup .newsletter-contetn a.link1.link2 i {
  background: #f5c615;
  box-shadow: 0px 0px 0px 5px rgba(245, 198, 21, 0.3);
}

.newsletterpopup .newsletter-contetn a.link1.link2 span {
  background: #f5c615;
}

.newsletterpopup .newsletter-contetn a.link1.link2:hover i {
  background: #4e4e4e;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/** 4.7. Brand **/
.brand-container {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0px;
}

.brand-container .slider-brand .item img {
  width: auto;
  max-width: 100%;
}

.brand-container .owl-carousel .owl-controls .owl-nav .owl-prev, .brand-container .owl-carousel .owl-controls .owl-nav .owl-next {
  display: none;
}

/** 4.8. Iconbox **/
.feature-box .fbox-icon {
  float: left;
  margin: 10px 20px 0 0;
}

.rtl .feature-box .fbox-icon {
  float: right;
}

.rtl .feature-box .fbox-icon {
  margin: 10px 0 0 20px;
}

.feature-box .fbox-body {
  overflow: hidden;
}

.feature-box .fbox-body .fbox-icon {
  margin-top: 0;
}

.feature-box small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}

.feature-box h4 {
  margin-bottom: 7px;
  text-transform: uppercase;
}

.feature-box .fbox-title {
  margin: 10px 0;
  font-weight: 600;
  text-transform: none;
}

.feature-box.light-style {
  color: #dfdfdf;
}

.feature-box.light-style a {
  color: #fff;
}

.feature-box.light-style a:hover {
  color: #000;
}

.feature-box.light-style .fbox-title,
.feature-box.light-style h4 {
  color: #fff;
}

.feature-box.feature-box-right {
  text-align: right;
}

.rtl .feature-box.feature-box-right {
  text-align: left;
}

.feature-box.feature-box-right .fbox-icon {
  float: right;
  margin: 10px 0 0 20px;
}

.rtl .feature-box.feature-box-right .fbox-icon {
  float: left;
}

.rtl .feature-box.feature-box-right .fbox-icon {
  margin: 10px 20px 0 0;
}

.feature-box.feature-box-center {
  text-align: center;
}

.feature-box.feature-box-center .fbox-icon {
  float: none;
}

[class*="feature-box-"] .fbox-icon {
  float: none;
  margin: 0;
}

[class*="feature-box-"] h4 {
  padding: 10px 0 20px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

[class*="feature-box-"] p {
  font-family: "Lora";
  font-style: italic;
  color: #888888;
  line-height: 22px;
}

.feature-box-v2 .fbox-icon {
  float: left;
  margin-right: 30px;
}

.feature-box-v2 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}

.feature-box-v2 .fbox-body {
  font-size: 18px;
}

.feature-box-v3 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #555555;
}

.feature-box-v3 .fbox-icon .icons.icons-plain {
  width: auto;
  height: auto;
  line-height: 100%;
}

.feature-box-v3.feature-box-right .fbox-icon {
  float: none;
  margin: 0;
}

.feature-box-v3.feature-box-right h4:before {
  left: inherit;
  right: 0;
}

.feature-box-v3.about-icon .icons {
  font-size: 80px;
}

.feature-box-v3.about-icon .fbox-icon {
  margin-bottom: 40px;
}

.feature-box-v3.about-icon h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.feature-box-v4 {
  position: relative;
  border: 1px solid #333;
  padding: 35px 30px 20px;
  text-align: center;
}

.feature-box-v4 .fbox-icon {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -36px;
  margin: 0 auto;
}

.feature-box-v4 .fbox-icon .icons {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.feature-box-v4 .fbox-icon.fbox-bg .icons {
  background-color: #f5c615;
  border: 1px solid #f5c615;
  color: #fff;
}

.feature-box-v4 h4 {
  padding: 10px 0 20px;
}

.feature-box-v4 h4:before {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.feature-box-v4[class*="bg-"] {
  border: none;
}

.feature-box-v5 {
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #f5c615;
}

.feature-box-v5 .fbox-icon .icons {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #333;
}

/** 4.9. Iconbox **/
.contact-form .col-md-6:first-child {
  padding-right: 10px;
}

.contact-form h3 {
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  color: #555555;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.contact-form.post-comment {
  padding: 0px;
  background: none;
}

.form-horizontal {
  display: inline-block;
  width: 100%;
}

.form-horizontal .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
  padding-right: 10px;
}

.form-horizontal .col-md-6:nth-child(2n) {
  padding-right: 0px !important;
  padding-left: 10px;
}

.form-horizontal label.control-label {
  font-size: 14px;
  color: #262626;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.form-horizontal .form-group.col-md-6 {
  padding-right: 10px;
}

.form-horizontal .form-group.col-md-6:last-child {
  padding-right: 0px;
  padding-left: 10px;
}

.form-control {
  background: #fff;
  border: 1px solid #515151;
  border-radius: 0;
  color: #555555;
  padding: 9px 20px;
  line-height: 1.625;
  height: 40px;
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-webkit-input-placeholder {
  color: #555555;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
}

.form-control.col-md-4 {
  width: 31.33%;
  margin-right: 3%;
}

.form-control.col-md-4:last-child {
  margin-right: 0px;
}

#googleMap {
  height: 100%;
}

.contact-content {
  display: inline-block;
  width: 100%;
}

.contact-content .infomation {
  margin-bottom: 30px;
}

.contact-content .infomation p {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

.contact-content .infomation p i {
  margin-right: 8px;
}


.contact-content .infomation p a {
  color: var(--color-accent);
}

.contact-content .infomation p a:hover{
  color: var(--color-primary);
  transition: var(--transition);
}

.box-icon-adress {
  display: inline-block;
  width: 100%;
  margin-top: -100px;
}

.box-icon-adress .col-md-4 {
  background: #fff;
}

.box-icon-adress .feature-box-v3 {
  padding-top: 45px;
}

.box-icon-adress .feature-box-v3 h4 {
  font: 800 14px/20px "Open Sans";
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 20px;
}

.box-icon-adress .feature-box-v3 p {
  font: 600 14px/20px "Open Sans";
  color: #7b7b7b;
}

.border-cotact2 {
  display: inline-block;
  width: 100%;
}

.border-cotact2 img {
  width: 100%;
}

.adress-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.adress-info .col-md-3 .items {
  position: relative;
  padding-left: 45px;
}

.adress-info .col-md-3 .items h3 {
  font: 700 18px/20px "Open Sans";
  color: #212121;
  padding-top: 5px;
  padding-bottom: 10px;
}

.adress-info .col-md-3 .items p {
  font-size: 14px;
  color: #717171;
  line-height: 25px;
  padding: 5px 0px;
}

.adress-info .col-md-3 .items span {
  display: inline-block;
  font-weight: 700;
}

.adress-info .col-md-3 .items span.icon {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background: #212121;
  color: #fff;
  text-align: center;
  font: 600 22px/33px "Open Sans";
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1024px) {
  .form-control.col-md-4 {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .form-horizontal .col-md-6 {
    padding: 0px !important;
  }
}

#googleMap {
  height: 588px;
  display: inline-block;
  width: 100%;
}

#googleMap2 {
  height: 640px;
  width: 100%;
  display: inline-block;
}

/** 4.10. Interactive **/
.interactive-banner {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}

.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
}

.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}

.interactive-banner .mask-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
  color: #fff;
}

.interactive-banner .action .icons:hover {
  background-color: #5cb85c !important;
  border: #5cb85c !important;
}

.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}

.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}

.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v1 .interactive-banner-profile {
  width: 100%;
  height: 20px;
  bottom: 0;
  top: 0;
}

.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 100%;
  height: 20px;
}

.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}

.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}

.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}

.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}

.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}

.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0px, 60px, 0px);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #5cb85c;
  margin: 0 -30px;
  padding: 20px 30px;
}

.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translate3d(0px, 0px, 0px);
}

.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}

.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}

.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  transform: translate3d(0px, -60px, 0px);
}

.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px);
}

/** 4.11. About-team **/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* style for hover */
}

.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  width: 100%;
}

.effect-v6 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.effect-v6 .action i.icons {
  color: #555555;
  font-size: 22px;
  margin: 0 10px;
}

.effect-v6 .action i.icons:hover {
  color: #f5c615 !important;
  background: none !important;
}

.effect-v6:hover {
  border-color: #f5c615;
}

.effect-v6:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.effect-v6:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.about-content {
  background-color: #eee;
}

.about-content .banner-title {
  text-align: center;
}

.about-content .banner-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "texgyreadventorbold";
}

.about-content .banner-title p {
  font-family: "Lora";
  font-style: italic;
  color: #555555;
  line-height: 20px;
}

.our-skills h3 {
  font-family: "texgyreadventorbold";
  color: #555555;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.our-skills .progress-bar-success {
  background: #f5c615;
}

.our-skills .progress-bar {
  box-shadow: none;
  position: relative;
}

.our-skills .progress-bar span {
  position: absolute;
  top: -30px;
  right: -15px;
  color: #555555;
  font-family: "texgyreadventorbold";
  font-size: 14px;
}

.our-skills .progress {
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  overflow: visible;
}

.content-about {
  display: inline-block;
  width: 100%;
  padding: 60px;
}

.content-about .col-md-6 {
  padding: 0px;
}

.content-about .col-md-6 img {
  width: 100%;
}

.content-about .text-about {
  padding-left: 100px;
  padding-top: 100px;
}

.content-about .text-about .title-about h3 {
  padding-left: 0px;
  letter-spacing: 50px;
  font: 800 50px/50px "Open Sans";
}

.content-about .text-about .title-about h3:after {
  left: -70px;
}

.content-about .text-about .title-about h4 {
  font: 800 50px/50px "Open Sans";
  letter-spacing: 50px;
  text-transform: uppercase;
  margin: 20px 0px;
}

.content-about .text-about .col-md-6 {
  padding-right: 10px;
  margin-top: 30px;
}

.content-about .text-about .col-md-6 h4 {
  font: 700 14px/20px "Open Sans";
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.content-about .text-about .col-md-6 p {
  font: 400 14px/25px "Open Sans";
  color: #a1a1a1;
  margin-bottom: 20px;
}

.content-about .text-about .col-md-6:last-child {
  padding-right: 0px;
  padding-left: 10px;
}

/** 4.12. Blog **/
.blog-post-container {
  width: 75%;
  margin: 0px;
  padding-left: 0px;
}

.blog-post-container h3 {
  font-size: 19px;
  margin: 20px 0px;
  font-weight: 800;
  text-transform: capitalize;
}

.blog-post-container h3:hover a {
  color: #f5c615;
}

.blog-post-container h3 a {
  display: inline-block;
  width: 100%;
}

.blog-post-container a {
  color: #333333;
}

.blog-post-container .read-more {
  background: #000000;
  border-radius: 25px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
}

.blog-post-container .read-more:hover {
  background: #f5c615;
}

.blog-post-container .content {
  color: #747474;
  line-height: 25px;
  margin-bottom: 20px;
}

.blog-post-container .bottom-tag .tags {
  float: right;
  line-height: 45px;
}

.blog-post-container .bottom-tag .tags a {
  margin-left: 20px;
}

.blog-post-container .bottom-tag .tags a i {
  margin-right: 5px;
}

.blog-post-container .bottom-tag .tags a:first-child {
  margin-left: 0px;
}

.blog-post-container .bottom-tag .tags a:hover {
  color: #f5c615;
}

.blog-post-container .blog-post-item {
  position: relative;
}

.blog-post-container .blog-post-item .date {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #333333;
  text-align: center;
  width: 75px;
  height: 84px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.blog-post-container .blog-post-item .date span {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 17.5px;
  color: #fff;
  line-height: 20px;
}

.blog-post-container .blog-post-item .date span:first-child {
  font-weight: 800;
  font-size: 38px;
  line-height: 30px;
  margin-top: 12px;
}

.blog-post-container.blog-post-columns-2 .blog-post-item {
  width: 50%;
  float: left;
  margin-bottom: 60px;
}

.blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n+1) {
  padding-right: 10px;
}

.blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n) {
  padding-left: 10px;
}

.blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n) .date {
  left: 10px;
}

.blog-post-container .blog-colum-left {
  padding-left: 0px;
  padding-right: 0px;
}

.blog-post-container .blog-colum-left .image img {
  max-width: 100%;
}

.blog-post-container .share-tags {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}

.blog-post-container .share-tags .share {
  float: right;
  text-align: right;
  width: 100%;
}

.blog-post-container .share-tags .share i {
  color: #000;
  margin-top: 7px;
}

.blog-post-container .share-tags span {
  font-size: 14px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 800;
  margin-right: 15px;
}

.blog-post-container .share-tags i {
  color: #555555;
  margin: 0px 5px;
}

.blog-post-container .share-tags i:hover {
  color: #f5c615;
}

.blog-post-container .share-tags .tags {
  float: right;
  text-align: right;
  width: 100%;
}

.blog-post-container .share-tags .tags span {
  text-transform: capitalize;
  color: #a6a6a6;
  font-weight: 400;
}

.blog-post-container .share-tags a {
  margin: 0 5px;
  color: #555555;
}

.blog-post-container .share-tags a.active {
  color: #f5c615;
  text-decoration: underline;
}

.blog-post-container .profile {
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  width: 100%;
}

.blog-post-container .profile .avatar {
  width: 125px;
  height: 125px;
  border: 3px solid #f5c615;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.blog-post-container .profile .avatar img {
  width: 100%;
  border-radius: 50%;
}

.blog-post-container .profile .text {
  font-family: "Lora";
  font-style: italic;
}

.blog-post-container .profile .text h3 {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
}

.blog-post-container .profile .text p {
  font-size: 14px;
  color: #666;
}

.share {
  margin-bottom: 30px;
}

.share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
}

.share a i {
  color: #000;
  margin-top: 7px;
}

.share a:hover {
  background: #000;
  border-color: #000;
}

.share a:hover i {
  color: #fff;
}

.blog-colum-right {
  max-width: 275px;
  float: right;
  padding-right: 0px;
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}

.blog-colum-right .search {
  display: inline-block;
  width: 100%;
  position: relative;
}

.blog-colum-right .search input {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  outline: none;
  padding: 0px 30px 0 15px;
  height: 36px;
  line-height: 34px;
}

.blog-colum-right .search button {
  position: absolute;
  right: 6px;
  top: 6px;
  border: none;
  box-shadow: none;
  background: none;
}

.blog-colum-right .search button i {
  font-size: 22px;
  color: #272626;
}

.widget-area .menu-category a {
  color: #888888;
  line-height: 30px;
  margin: 2px 0px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}

.widget-area .menu-category a:after {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2px;
  width: 0px;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.widget-area .menu-category a:hover {
  font-weight: 800;
  color: #1a1a1a;
  padding-left: 40px;
}

.widget-area .menu-category a:hover:after {
  width: 30px;
}

.widget-area .recent-post li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.widget-area .recent-post a.images {
  float: left;
  width: 80px;
  margin-right: 10px;
  margin-top: 8px;
}

.widget-area .recent-post a.images img {
  width: 100%;
}

.widget-area .recent-post .text {
  vertical-align: top;
}

.widget-area .recent-post .text a {
  color: #424242;
  line-height: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}

.widget-area .recent-post .text p {
  color: #9b9b9b;
  line-height: 25px;
}

.blog-page.blog-ver2 .blog-post-item {
  margin-bottom: 60px;
}

.blog-details .bottom-tag {
  display: inline-block;
  width: 100%;
  text-align: left;
  float: left;
}

.blog-details .bottom-tag .tags {
  float: left;
  margin-bottom: 10px;
}

.coment-container h3 {
  font-family: "Montserrat";
  font-weight: 700;
  color: #262626;
  text-transform: uppercase;
}

.coment-container .media {
  margin-top: 30px;
}

.coment-container .media:first-child {
  margin-top: 0px;
}

.coment-container .media .img-circle {
  border-radius: 0px;
}

.coment-container .media .date {
  font-weight: 600;
  color: #bfbfbf;
  line-height: 20px;
}

.coment-container .media .media-heading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--font-base);
  color: var(--color-secondary);
  line-height: 20px;
  margin-bottom: 10px;
}

.review_btn {
  display: inline-block;
  background-color: var(--color-accent);
  color: white;
  padding: 6px 12px;
  margin-top: 5px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* if it's a link */
}

.review_btn:hover {
  background-color:  #0056b3;
}


.coment-container .media p {
  color: #727272;
  line-height: 20px;
}

.coment-container .media .tags {
  margin-top: 10px;
}

.coment-container .media .tags a {
  color: #727272;
  margin-right: 20px;
  display: inline-block;
  margin-left: 2px;
}

.coment-container .media .tags a i {
  margin-right: 5px;
}

.coment-container .media .pull-left {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.coment-container .media .pull-left:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  height: 100px;
  width: 1px;
  background: #b3b3b3;
}

.content p {
  line-height: 25px;
}

.content-bg {
  background: #f0f0f0;
  padding: 20px 20px 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.content-bg p {
  color: #747474;
  line-height: 30px;
}

.content-images .images {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.content-images p {
  color: #747474;
  line-height: 30px;
  margin-bottom: 20px;
}

.content-images p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .blog-page .widget-area {
    padding: 0px;
  }
  #secondary.col-md-3 {
    padding: 0px;
  }
}

@media (max-width: 467px) {
  .blog-post-container.blog-page .blog-post-item {
    width: 100%;
  }
  .blog-post-container.blog-page .blog-post-item:nth-child(2n+1), .blog-post-container.blog-page .blog-post-item:nth-child(2n) {
    padding: 0px;
  }
}

.main-content.space-80 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .main-content.space-80 {
    margin-bottom: 30px;
  }
}

/** 4.13. Images Zoom **/
.product-img-box {
  margin-bottom: 50px;
  text-align: center;
}

.product-img-box #image-view {
  display: inline-block;
}

.product-img-box .thumb-content {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.product-img-box .thumb-content li {
  display: inline-block;
  width: 70px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.product-img-box .thumb-content li img {
  opacity: 0.6;
}

.product-img-box .thumb-content li:last-child {
  margin-right: 0px;
}

.product-img-box .thumb-content li a {
  display: inline-block;
}

.product-img-box .thumb-content li.active img {
  opacity: 1;
}

.product-img-box img {
  width: 100%;
}

.product-details-content .col-md-6:first-child {
  padding-left: 0px;
}

/** 4.14. Icon Progress Bar **/
.icon-rating {
  float: left;
}

.icon-rating input {
  left: -9999px;
  position: absolute;
}

.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 1px;
}

.icon-rating label {
  color: #e0e0e0;
  transition: color 0.3s ease 0s;
}

.icon-rating input + label:hover, .icon-rating input + label:hover ~ label {
  color: #e19824;
}

.icon-rating input:checked ~ label {
  color: #e19824;
}

.icon-rating-horizontal {
  float: none;
  text-align: center;
}

.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px;
}

.light-style {
  color: #fff;
}

.light-style h1, .light-style h2, .light-style h3, .light-style h4, .light-style h5, .light-style h6 {
  color: #fff;
}

.bg-success .icon-rating label {
  color: #cea509;
}

.bg-success .icon-rating input + label:hover, .bg-success .icon-rating input + label:hover ~ label,
.bg-success .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-danger .icon-rating label {
  color: #b52b27;
}

.bg-danger .icon-rating input + label:hover, .bg-danger .icon-rating input + label:hover ~ label,
.bg-danger .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-warning .icon-rating label {
  color: #df8a13;
}

.bg-warning .icon-rating input + label:hover, .bg-warning .icon-rating input + label:hover ~ label,
.bg-warning .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-primary .icon-rating label {
  color: #b69108;
}

.bg-primary .icon-rating input + label:hover, .bg-primary .icon-rating input + label:hover ~ label,
.bg-primary .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-info .icon-rating label {
  color: #28a1c5;
}

.bg-info .icon-rating input + label:hover, .bg-info .icon-rating input + label:hover ~ label,
.bg-info .icon-rating input:checked ~ label {
  color: #fff;
}

/** 4.15. Parallax **/
/** 4.17 bottom-product-footer **/
.bottom-product-footer {
  padding-top: 50px;
}

.bottom-product-footer .title-text {
  margin-bottom: 40px;
}

.bottom-product-footer .product {
  padding: 20px 0px;
  min-height: 200px;
}

.bottom-product-footer .product .action {
  text-align: left;
}

.bottom-product-footer .product .action a {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
}

.bottom-product-footer .product .action a:first-child i {
  margin-left: 0px;
}

.bottom-product-footer .product:hover {
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

.bottom-product-footer .product:hover .action a {
  opacity: 1;
  transform: translate(0px, 0px);
}

.bottom-product-footer .product .product-images {
  vertical-align: top;
  width: 130px;
  height: auto;
  float: left;
  padding: 10px;
}

.bottom-product-footer .product .product-images img {
  width: 100%;
}

.bottom-product-footer .product .product-images img.secondary_image {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
}

.bottom-product-footer .product .product-content {
  display: inline-block;
  max-width: 220px;
  padding-left: 20px;
}

.bottom-product-footer .product .product-content .category {
  font-size: 14px;
  color: #1965b2;
  font-weight: 400;
  text-transform: capitalize;
}

.bottom-product-footer .product .product-content .product-name {
  color: #3a3a3a;
  display: inline-block;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
}

.bottom-product-footer .product .product-content .product-price {
  font-size: 16px;
  color: var(--color-price);
  font-weight: 700;
}

.bottom-product-footer .product .product-content .product-price span {
  text-transform: uppercase;
  font-weight: 400;
  color: #555555;
}

.bottom-product-footer .product .product-content .add-to-cart {
  text-transform: uppercase;
  font-size: 13px;
}

/** 4.18 bottom-product-footer **/
.compare {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.compare ul {
  display: inline-block;
  width: 25%;
  float: left;
}

.compare ul.title-compare li {
  color: #262626;
  border-left: none;
  padding-left: 0px;
  font-weight: 400;
}

.compare ul.title-compare li.battery {
  padding: 30px 0px;
}

.compare ul li {
  line-height: 30px;
  padding: 28px 0px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  padding-left: 30px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 90px;
}

.compare ul li:first-child {
  border-top: none;
}

.compare ul li.cateogry {
  border-top: none;
}

.compare ul li.images {
  min-height: 370px;
  padding-top: 0px;
}

.compare ul li.battery {
  padding: 10px 0px 10px 30px;
}

.compare ul li p {
  text-transform: none;
  color: #7e7e7e;
  font-weight: 400;
}

.compare ul li.battery1 {
  min-height: 330px;
}

.compare ul li .product {
  position: relative;
}

.compare ul li .product .action {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0px;
  text-align: left;
}

.compare ul li .product .action a {
  opacity: 1;
  display: block;
}

.compare ul li .product .action a i {
  text-align: center;
}

.compare ul.add-compare li.images {
  padding-top: 50px;
  text-align: center;
}

.compare ul.add-compare li.images a {
  text-transform: none;
  color: #353535;
}

/** 4.19 bottom-product-footer **/
.contruction {
  display: inline-block;
  width: 100%;
  padding: 0px;
  background: #212121;
  float: left;
  margin-bottom: -5px;
}

.contruction .col-md-9, .contruction .col-md-3 {
  padding: 0px;
}

.contruction .col-md-3 {
  background: #212121;
  text-align: center;
  margin-top: 20%;
}

.contruction .col-md-9 {
  position: relative;
}

.contruction .col-md-9 img {
  width: 100%;
}

.contruction .col-md-9 .text {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 40%;
}

.contruction .col-md-9 .text h3 {
  font: 700 60px/80px "Open Sans";
  color: #fff;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 50px;
}

.contruction .logo {
  margin-bottom: 30px;
}

.contruction .time {
  padding: 0 40px;
}

.contruction .time .countdown-times {
  background: #141414;
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
}

.contruction .time .countdown-times .distance {
  display: inline-block;
  color: #fff;
  padding: 0px 18px;
  position: relative;
}

.contruction .time .countdown-times .distance:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background: #5f5f5f;
  top: 15px;
  right: 0px;
}

.contruction .time .countdown-times .distance:last-child:after {
  width: 0px;
}

.contruction .time .countdown-times .distance .number {
  margin-bottom: 5px;
}

.contruction .time .countdown-times .distance .number b {
  font: 400 52.6px/50px "Open Sans";
}

.contruction .time .countdown-times .distance .text {
  font: 700 16px/20px "Open Sans";
  text-transform: capitalize;
}

.contruction .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.contruction .social a i {
  color: #333;
  line-height: 30px;
}

.contruction .social a:hover {
  background: #f5c615;
}

.contruction .social a:hover i {
  color: #fff;
}

.contruction .newsletter.newsletter-v2 {
  background: none;
  padding-left: 40px;
  padding-right: 40px;
}

.contruction .newsletter.newsletter-v2 form {
  margin: 0px;
  width: 100%;
}

.contruction .newsletter.newsletter-v2 form input {
  width: 100%;
}

/** 5. Ecommerce **/
/** 5.1. Shop General **/
.pagination-container {
  display: inline-block;
  width: 100%;
  text-align: left;
}

nav.pagination {
  font-size: 13px;
  margin: 0px;
}

nav.pagination a, nav.pagination span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eeeeee;
  color: #333333;
  vertical-align: bottom;
}

nav.pagination a:hover, nav.pagination span:hover {
  background: #333333;
  color: #eeeeee;
}

nav.pagination span {
  background: #333333;
  color: #eeeeee;
}

nav.pagination .next i, nav.pagination .prev i {
  font-size: 18px;
  color: #666;
  margin-top: 8px;
}

nav.pagination .next:hover, nav.pagination .prev:hover {
  background: #f5c615;
}

nav.pagination .next:hover i, nav.pagination .prev:hover i {
  color: #eeeeee;
}

/** 5.2. Item view templates **/
.products.grid_full .item-inner {
  width: 25%;
  float: left;
  margin: 15px 0px;
}

.products.grid_full.grid_sidebar .item-inner {
  width: 33.33%;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0px;
  margin-top: 0px;
}

.products.grid_full.grid_sidebar .item-inner:nth-child(3n) {
  border-right: none;
}

.products.grid_full .container {
  padding: 0px 5px;
}

.products.grid_full.list-item .item-inner {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding-bottom: 10px;
}

.products.grid_full.list-item .item-inner .product-images {
  width: 20%;
  float: left;
}

.products.grid_full.list-item .item-inner .product-title, .products.grid_full.list-item .item-inner .product-price, .products.grid_full.list-item .item-inner .description {
  width: 80%;
  float: right;
  padding-left: 20px;
}

.products.grid_full.list-item .item-inner .product-title {
  font-weight: 700;
  font-size: 16px;
  color: #555555;
}

.products.grid_full.list-item .item-inner .add-to-cart {
  margin-left: 20px;
}

.products.grid_full.list-item .item-inner .description {
  display: inline-block;
}

.products.grid_full.list-item .item-inner .content-star {
  float: left;
  width: 100%;
}

.products .product {
  position: relative;
}

.products .product .product-images {
  display: inline-block;
  position: relative;
  width: 100%;
}

.products .product .product-images img {
  width: 100%;
}

/* #tab1_01 > div > div.owl-stage-outer > div > div.owl-item > div > div:nth-child(1) > div.product-images > div > div.owl-stage-outer > div > div.owl-item > div {
  height: 480px;
} */

[id^="tab1_"] .product-images .owl-stage-outer .owl-item > div {
  height: 100%;
}




.products .product p.product-title, .products .product .description {
  font-family: "Open Sans";
  font-size: 16px;
  color: #3a3a3a;
  margin-top: 5px;
  font-weight: 400;
  text-transform: capitalize;
}

.products .product .description {
  line-height: 30px;
  font-weight: 400;
  display: none;
}

.products .product .product-price {
  margin-bottom: 10px;
}

.products .product .product-price .price{
  font-size: var(--font-xl);
  font-weight: 600;
  color: var(--color-price);
  line-height: 34px;
}

.products .product .product-price .old-price{
  font-size: var(--font-large);
  font-weight: 500;
  color: var(--color-old-price);
  line-height: 34px;
}

.products .product .product-price span {
  text-transform: uppercase;
  font-weight: 400;
  color: #535353;
}

.products .product .add-to-cart {
  display: inline-block;
  padding: 11px 25px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #888;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-style: normal;
}

.products .product img.secondary_image {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products .product .content-star {
  float: right;
  font-size: 10px;
  color: #ddd;
}

.products .product .content-star i.active {
  color: #e19824;
}

.products .product .lable {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
}

.products .product .lable.sale {
  background-color: #e19824;
}

.products .product .lable.new {
  background-color: #f5c615;
}

.products .product.sale .product-price {
  color: #e19824;
}

.products .product.sale .product-price .price-old {
  color: #999;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}

.product .action {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.product .action a {
  opacity: 0;
  margin-bottom: 20px;
  display: inline-block;
  transform: translate(0px, 60px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .action a:first-child i {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .action a:hover i {
  color: #fff;
  background-color: #f5c615;
  box-shadow: -3px 9px 16px 0px rgba(0, 0, 0, 0.36);
}

.product .action a i {
  font-size: 16px;
  color: #fff;
  padding: 10px 9px;
  margin: 0 5px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background-color: #2d5593;
}

.item-inner {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 10px;
  z-index: 9;
}

.item-inner:hover {
  box-shadow: 0 0 12px 12px #eee;
  z-index: 9999;
}

.item-inner:hover .product img.secondary_image {
  opacity: 100;
}

.item-inner:hover img.primary_image {
  opacity: 0;
}

.item-inner:hover .product .add-to-cart {
  background-color: #f5c615;
  color: #fff;
  border: 1px solid #f5c615;
}

.item-inner:hover .product .action a {
  opacity: 100;
  transform: translate(0px, 0px);
}

/** 5.3. Shop Widget **/
.widget ul.product-categories ul li a {
  color: #333;
  text-transform: capitalize;
  color: #666;
}

.widget ul.product-categories ul li a:hover {
  color: #f5c615;
}

h3.title-secondary {
  font-weight: 800;
  font-size: 25px;
  color: #1b1b1b;
  margin-bottom: 50px;
}

.widget {
  color: #666;
  margin-bottom: 30px;
}

.widget.bottom-home1 {
  padding: 0px;
}

.widget .widget-title {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-style: normal;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.widget ul.product-categories {
  margin-bottom: 30px;
}

.widget ul.product-categories li {
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.widget ul.product-categories li i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: url(../images/Dana-icon-click.png) no-repeat scroll center top 5px;
}

.widget ul.product-categories li i.active {
  background-position: center bottom 8px;
}

.widget ul.product-categories li a {
  text-transform: uppercase;
  color: #333;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
}

.widget ul.product-categories ul {
  display: none;
  margin: 0px;
  border-top: 1px solid #eeeeee;
  padding: 6px 0px;
}

.widget ul.product-categories ul li {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget ul.product-categories ul li a {
  transition: all 0.3s ease-out 0s;
}

.widget ul.product-categories ul li a:hover {
  margin-left: 15px;
}

.widget ul.product-categories ul li i {
  display: none;
}

.widget.sidebar-newsletter {
  background: #6dc5ee;
  padding: 20px;
}

.widget.sidebar-newsletter h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #aedaee;
  margin-bottom: 20px;
  margin-top: 10px;
}

.widget.sidebar-newsletter p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.widget.sidebar-newsletter form {
  position: relative;
}

.widget.sidebar-newsletter form input {
  background: #fff;
  border: none;
  font-size: 12px;
  height: 35px;
  width: 100%;
  padding: 0px 35px 0 20px;
}

.widget.sidebar-newsletter form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: #fff;
  border: #fff;
}

.widget.sidebar-newsletter form button i {
  font-size: 18px;
  color: #888888;
}

.widget h4 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.widget .menu {
  display: none;
}

.widget .menu input[type="checkbox"] {
  display: none;
}

.widget .menu label {
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a1a1a;
  margin: 5px 0px;
}

.widget .menu span.count {
  float: right;
  color: #1a1a1a;
  font-weight: 600;
}

.widget .menu input[type="checkbox"] + label span.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url(../images/Dana-icon-check-box.png) no-repeat scroll 0 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.widget .menu input[type="checkbox"]:checked + label span.icon {
  background-position: left bottom 1px;
}

.widget select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 25px;
  border: 1px solid #d2d2d2;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #8c8c8c;
  padding: 0px 30px 0px 20px;
  outline: none;
}

.widget .discount-down {
  position: relative;
}

.widget .discount-down button {
  background: none;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  height: 35px;
  text-align: left;
  font: 400 12px/33px "Open Sans";
  margin-bottom: 10px;
  padding-left: 15px;
  color: #8c8c8c;
  position: relative;
}

.widget .discount-down button:after {
  position: absolute;
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  top: 0px;
  right: 15px;
  color: #272626;
}

.widget .discount-down .discount-list {
  display: none;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.widget .discount-down .discount-list li {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
  color: #8c8c8c;
}

.ship-adress {
  font: 700 14px/20px "Open Sans";
  color: #000;
  padding-left: 20px;
  float: right;
  cursor: pointer;
  background: url("../images/Dana-icon-check-box.png") no-repeat scroll 0 5px;
  transition: all 0.3s ease 0s;
}

.ship-adress.active, .ordering span.ship-adress:hover {
  background-position: left bottom 3px;
}

.color li {
  display: inline-block;
}

.color li a {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 20px 5px 0px;
}

.color li a.gray {
  background: #545454;
  border-color: #545454;
}

.color li a.blue {
  background: #006cf2;
  border-color: #006cf2;
}

.color li a.brown {
  background: #55342b;
  border-color: #55342b;
}

.color li a.green {
  background: #2c922f;
  border-color: #2c922f;
}

.color li a.yellow {
  background: #ffb400;
  border-color: #ffb400;
}

.color li a.green {
  background: #2c922f;
  border-color: #2c922f;
}

.color li a.blue-light {
  background: #00b6dd;
  border-color: #00b6dd;
}

.color li a.purple {
  background: #790d94;
  border-color: #790d94;
}

.color li a.orange {
  background: #fe7704;
  border-color: #fe7704;
}

.color li a.red {
  background: #f3241a;
  border-color: #f3241a;
}

.color li a.black {
  background: #000000;
  border-color: #000000;
}

.color li a.white {
  background: #ffffff;
  border-color: #dcdcdc;
}

.color li a.sky {
  background: #87ceeb;
  border-color: #87ceeb;
}

.color li a.maroon {
  background: #800000;
  border-color: #800000;
}

.color li a.navy {
  background: #000080;
  border-color: #000080;
}

.color li a.teal {
  background: #008080;
  border-color: #008080;
}

.color li a.lime {
  background: #00ff00;
  border-color: #00ff00;
}

.color li a.cyan {
  background: #00ffff;
  border-color: #00ffff;
}

.color li a.magenta {
  background: #ff00ff;
  border-color: #ff00ff;
}

.color li a.beige {
  background: #f5f5dc;
  border-color: #f5f5dc;
}

.color li a.olive {
  background: #808000;
  border-color: #808000;
}

.color li a.indigo {
  background: #4b0082;
  border-color: #4b0082;
}


.widget.hassub h4 {
  background: url(../images/Dana-icon-click.png) no-repeat scroll right top 5px;
  cursor: pointer;
}

.widget.hassub h4.active {
  background-position: right bottom 15px;
}

.my-account {
  margin-bottom: 50px;
}

.my-account .widget ul li {
  margin-bottom: 20px;
}

.my-account .breadcrumb {
  margin-bottom: 80px;
}

.my-account .contact-form .link-button {
  float: right;
}

.widget .menu.block {
  display: inline-block;
}

/** 5.4. Shop view Pages **/
#secondary {
  float: left;
  max-width: 270px;
  text-align: left;
}

#secondary.col-md-3 {
  padding-left: 0px;
  padding-right: 20px;
}

#primary {
  float: right;
  padding-right: 0px;
  text-align: left;
}

#primary.col-md-9 {
  padding-left: 10px;
}

.bottom-home1-title h3.title {
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.listing-ver1 {
  text-align: center;
}

.listing-ver1 .container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  float: initial;
}

.listing-ver1 .container:after {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0px;
  top: 0px;
  left: 290px;
  bottom: 0px;
  display: inline-block;
  background: #f2f2f2;
}

.listing-ver2 {
  text-align: center;
}

.listing-ver2 .container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  float: initial;
}

.listing-ver2 .container:after {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0px;
  top: 0px;
  right: 290px;
  bottom: 0px;
  display: inline-block;
  background: #f2f2f2;
}

.listing-ver2 #secondary {
  float: right;
  padding-right: 0px;
  padding-left: 20px;
}

.listing-ver2 #primary {
  float: left;
  padding-left: 0px;
}

.listing-ver3 {
  position: relative;
}

.listing-ver3 .container {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  float: initial;
  width: 100%;
  padding: 0 30px;
}

.listing-ver3 .container:after {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0px;
  top: 0px;
  left: 290px;
  bottom: 0px;
  background: #f2f2f2;
  display: inline-block;
}

.listing-ver3 .container #primary {
  width: 80%;
}

/** 5.5. Shop Single **/
.product-details-content #image-view {
  max-width: 450px;
}

.product-details-content .share-tags .share span {
  font: 700 14px "Open Sans";
  color: #000;
  text-transform: uppercase;
  margin-right: 15px;
}

.product-details-content .share-tags .share a {
  margin-right: 5px;
}

.product-details-content .share-tags .share a:hover {
  background-color: #333 !important;
}

.product-details-content .share-tags .share a:last-child {
  margin-right: 0px;
}

.product-details-content .col-md-6:last-child {
  padding-right: 0px;
  display: inline-block;
  font-family: "Montserrat";
}

.product-details-content p {
  color: #e9e9e9;
  line-height: 25px;
}

.product-details-content p.description {
  margin-bottom: 20px;
}

.product-details-content .product-name h1 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.product-details-content .rating .icon-rating label {
  margin: 4px 0 0 0 !important;
}

.product-details-content .rating i {
  font-size: 13px;
}

.product-details-content .rating ul {
  margin-left: 20px;
  vertical-align: bottom;
  display: inline-block;
}

.product-details-content .rating ul li {
  display: inline-block;
  color: #888888;
}

.product-details-content .rating ul li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #888888;
}

.product-details-content .rating ul li a {
  color: #888888;
}

.product-details-content .wrap-price {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.product-details-content .wrap-price p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 42px;
  line-height: 40px;
}

.product-details-content .title-product {
  text-transform: capitalize;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}

.product-details-content .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-details-content .form-group::after {
  position: absolute;
  top: 50px;
  right: 10px;
  font-family: "FontAwesome";
  content: "";
  font-size: 15px;
  color: #555;
  line-height: 1;
  width: 10px;
  height: 10px;
  font-style: normal;
  color: #555555;
}

.product-details-content label.control-label {
  font-size: 14px !important;
}

.product-details-content .form-control {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  height: 38px;
}

.product-details-content .form-control option {
  padding: 10px 0;
}

.product-details-content .products .product .action a {
  opacity: 100;
}

.product-details-content .products .product .add-to-cart:hover {
  background: #f5c615;
  border: 1px solid #f5c615;
  color: #fff;
}

.product-details-content .quantity {
  vertical-align: top;
  width: auto;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.product-details-content .quantity p {
  margin-bottom: 10px;
}

.product-details-content .quantity input {
  height: 44px;
  width: 60px;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-details-content .quantity input:focus {
  border-color: var(--color-accent);
  background-color: white;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 251, 12, 0.2);
}


.product-details-content .rating {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.product-details-content .options .size li {
  display: inline-block;
  margin-bottom: 2%;
}

.product-details-content .options .size li a {
  color: #575757;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  margin-right: 10px;
  border-radius: 10%;
  display: inline-block;
  padding: 0px 3px;
  text-align: center;
  line-height: 40px;
}

.product-details-content .options .size li a:hover {
  background: #242424;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  margin-right: 10px;
  border-radius: 10%;
  display: inline-block;
  text-align: center;
  padding: 0px 3px;
  line-height: 40px;
  transition: ease-in .2s;
}


.product-details-content .options .size li a.active{
  background: #242424;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  margin-right: 10px;
  border-radius: 10%;
  display: inline-block;
  text-align: center;
  padding: 0px 3px;
  line-height: 40px;
  transition: ease-in .2s;
}

.product-details-content .options .color li a.active{
  border: 2px double var(--color-accent);
}

.product-details-content .options .color {
  margin-bottom: 20px;
}

.product-details-content .options .link-v2 {
  display: inline-block;
  margin-right: 40px;
}

.product-details-content .options button{
  display: inline-block;
  margin-right: 40px;
  background: transparent;
}


.product-details-content .options .link-v2.link-v2-bg {
  margin-right: 0px;
}

.title-product h3, .hoz-tab-container ul li {
  font-size: 14px;
  color: #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}

.title-product h3::after, .hoz-tab-container ul li::after {
  content: "";
  background: #f5c615;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 5px;
  position: absolute;
}

.title-product h3 {
  margin-bottom: 10px;
}

.upsell-product.products {
  margin: 10px -10px;
  display: flex;
  max-width: 300px;
  height: 100%;
  gap: 10px;
}

.upsell-product .owl-item {
  padding: 15px;
}

.upsell-product .owl-item .item-inner {
  padding: 25px;
}

.hoz-tab-container {
  display: inline-block;
  width: 100%;
}

.hoz-tab-container ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}

.hoz-tab-container ul li:hover, .hoz-tab-container ul li.active {
  color: #262626;
}

.hoz-tab-container ul li:last-child {
  margin-right: 0px;
}

.hoz-tab-container ul li.active::after {
  position: absolute;
}

.hoz-tab-container ul li::after {
  position: static;
}

.hoz-tab-container .tab-container h2 {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  color: #262626;
  line-height: 30px;
  margin-bottom: 30px;
}

.hoz-tab-container .tab-container p {
  display: inline-block;
  width: 100%;
  margin: 3px 0px;
  font-size: 16px;
  line-height: 30px;
  color: #797979;
  font-weight: 400;
  text-transform: none;
}

.hoz-tab-container .tab-container #overview .panel-body {
  padding: 0px;
  margin: 20px 0px;
}

.hoz-tab-container .tab-container #overview .panel-body h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #262626;
  margin-bottom: 40px;
  margin-top: 10px;
}

.hoz-tab-container .tab-container #overview .panel-body .col-md-6:first-child {
  padding-left: 0px;
}

.hoz-tab-container .tab-container #overview .panel-body .col-md-6:nth-child(2) {
  padding-right: 0px;
}

.hoz-tab-container .tab-container #overview .panel-body .col-md-12 {
  padding: 0px;
}

.hoz-tab-container .tab-container #customer .col-md-6:first-child {
  padding-left: 0px;
}

.hoz-tab-container .tab-container #customer .icon-rating {
  display: inline-block;
  width: 100%;
}

.hoz-tab-container .tab-container #customer .icon-rating p {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.hoz-tab-container .tab-container #customer .icon-rating i {
  font-size: 13px;
}

.hoz-tab-container .tab-container #reviews .title-ver2 h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.hoz-tab-container .tab-container .coment-container p {
  font-size: 14px;
  line-height: 25px;
}

.hoz-tab-container .tab-container .coment-container .media {
  margin: 0px !important;
}

.hoz-tab-container .tab-container .icon-rating {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-left: 20px;
}

.hoz-tab-container .tab-container .vote {
  display: inline-block;
  width: auto;
  float: left;
}

.hoz-tab-container .tab-container table tr td {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
}

.hoz-tab-container .tab-container .form-horizontal {
  display: inline-block;
  width: 100%;
}

.product-box-content {
  background: #313131;
  padding: 20px;
}

.color li a {
  transition: all 0.3s ease 0s;
}

.color li a:hover {
  transform: scale(2);
}

@media (max-width: 767px) {
  .product-details-content .col-md-6 {
    padding: 0px !important;
  }

  .hoz-tab-container{
    margin-top: 20px;
  }
}

/** 5.6. Shop Cart **/
/** 5.7. Shop Checkout **/
.check-out .text-price {
  padding-left: 0px;
}

.check-out .text-price ul {
  border: none;
}

.check-out .you-order {
  border: 1px solid #000;
  display: inline-block;
  width: 100%;
}

.check-out .link-border-raidus {
  margin-top: 30px;
}

.account .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
}

.account .col-md-6:nth-child(2n) padding-right {
  padding-right: 0px;
}

.account p {
  font-family: "Lora";
  font-style: italic;
  color: #888888;
}

.cart-review {
  display: inline-block;
  width: 100%;
}

.cart-review table.table th:nth-child(2) {
  width: 30%;
}

.cart-review table.table th:nth-child(3) {
  width: 15%;
}

.cart-review table.table td:nth-child(2) {
  color: #888888;
}

.cart-review table.table td:nth-child(3), .cart-review table.table td:nth-child(5) {
  color: #555555;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat";
}

.icon {
  width: 100%;
  text-align: center;
}

.icon .fa-shopping-basket {
  font-size: 300px;
  color: #ddd;
  position: relative;
}

.icon .fa-check {
  position: absolute;
  right: -33px;
  bottom: -50px;
  font-size: 160px;
  color: #e11111;
}

.icon h3, .icon h4 {
  text-transform: uppercase;
  color: #555555;
  text-align: center;
  font-weight: 700;
}

.icon h3 {
  font-size: 30px;
  margin-top: 80px;
}

.icon h4 {
  font-size: 18px;
  margin: 10px 0px;
}

.order-details .col-md-6:nth-of-type(2n+1) {
  padding-right: 0px;
}

.order-details .col-md-6:nth-of-type(2n) {
  padding-left: 0px;
}

.order-details .col-md-6 h4 {
  font-size: 15px;
  color: #555555;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
}

.order-details .col-md-6 p {
  font-family: "Lora";
  font-style: italic;
  color: #888888;
  margin: 4px 0px;
  line-height: 20px;
}

.order-details .col-md-6 p b {
  color: #222;
}

.order-details .col-md-6 p.total {
  text-transform: uppercase;
  color: #f5c615;
  font-style: normal;
  font-weight: 700;
  margin-top: 30px;
}

.order-details .col-md-6 p.total span {
  color: #555555;
}

.payment {
  padding: 0 20px;
}

.payment ul.tabs li {
  padding: 20px 0px 20px 20px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.payment ul.tabs li h3 {
  font-size: 15px;
  color: #555555;
  margin-bottom: 5px;
  display: inline-block;
}

.payment ul.tabs li p {
  color: #888888;
  line-height: 25px;
  padding: 10px 0px;
}

.payment ul.tabs li i {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  border: 1px solid #888888;
  position: absolute;
  left: 0px;
  top: 22px;
  background: #fff;
}

.payment ul.tabs li.active i {
  border: 1px solid #555555;
  background: #555555;
}

.payment ul.tabs li img {
  float: right;
}

.form-group {
  margin-bottom: 25px !important;
}

/** 5.8. Shop Wishlist **/
table.table th {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1b1b1b;
  border: none;
}

table.table th:nth-child(1), table.table th:nth-child(2) {
  width: 15%;
}

table.table th:nth-child(3) {
  width: 25%;
}

table.table td {
  padding: 30px 10px;
}

table.table td:first-child img {
  width: 100px;
  height: 100px;
}



table.table td:nth-child(2) a {
  color: #000;
}

table.table td:nth-child(4) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  width: 50px;
}

table.table td.product-remove a {
  height: 23px;
  width: 23px;
  display: inline-block;
  background: url(../images/remove-item.jpg) no-repeat;
}

table.table.wishlist td:nth-child(5) {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 15px;
  color: #555555;
}

table.table.wishlist td:nth-child(6) a {
  color: #333333;
  background: #f2f2f2;
  padding: 10px;
  display: inline-block;
}

table.table.wishlist td:nth-child(6) a:hover {
  color: #fff;
  background: #f5c615;
}

.caculate-shipping .form-group:after, .caculate-shipping .form-group:before {
  display: inline;
}

.caculate-shipping button {
  margin-top: 30px;
}

.coupon {
  padding-left: 0px;
}

.coupon .contact-form {
  display: inline-block;
  width: 100%;
  padding: 40px 40px 20px;
  background: #e5e5e5;
}

.coupon .contact-form .form-control {
  border-color: #fff;
}

.coupon .contact-form .col-md-5 {
  padding-left: 20px;
}

.text-price {
  padding-left: 100px;
}

.text-price ul {
  display: inline-block;
  max-width: 370px;
  background: #fff;
  padding: 0 20px;
  border: 1px solid #000;
}

.text-price ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  float: left;
}

.text-price ul li .text {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  float: left;
}

.text-price ul li .number {
  float: right;
  font-weight: 600;
  color: #555555;
  font-size: 16px;
  line-height: 20px;
}

.text-price ul li .totals {
  font-size: 18px;
  font-weight: 800;
}

.text-price a {
  margin-top: 25px;
}

.shipping-total {
  padding: 100px 0px;
  background: #efefef;
}

.shipping-total .bg-gray {
  margin-top: 30px;
  margin-right: 20px;
}

.shipping-total .bg-gray:last-child {
  margin-right: 0px;
}

/** 5.9. Track Order **/
.ordering {
  font-size: 13px;
  color: #333;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.ordering .ordering-left {
  float: left;
}

.ordering .ordering-left span {
  background: none;
  width: auto;
  font-weight: 800;
  line-height: 36px;
  font-size: 14px;
}

.ordering .ordering-left a {
  position: relative;
  padding: 0px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.ordering .ordering-left a:after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #8d8d8d;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ordering .ordering-left a:hover:after {
  left: 0px;
  right: 0px;
}

.ordering .ordering-right {
  float: right;
}

.ordering a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #333;
  padding: 0 15px;
  vertical-align: bottom;
}

.ordering span {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #fff url(../images/Dana-icon-col-list.png) no-repeat scroll center bottom 9px;
  vertical-align: bottom;
  cursor: pointer;
}

.ordering span.list {
  background-position: center top 8px;
}

.ordering .order-by {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.ordering .order-by::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 10px;
  font-family: "Material-Design-Iconic-Font";
  line-height: 1;
  font-size: 16px;
  font-style: normal;
}

.ordering form {
  vertical-align: bottom;
}

.ordering form select {
  appearance: none;
  border: none;
  box-shadow: none;
  padding: 6px 25px 6px 15px;
  background: #f2f2f2;
  outline: none;
  border-radius: 25px;
}

p.result-count {
  float: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 7px;
  font-family: "Lora";
  font-style: italic;
  font-size: 13px;
}

.pagination span.page-numbers {
  border: 2px solid #000;
}

.pagination span.page-numbers:hover {
  background: #fff;
}

.pagination .page-numbers {
  font-family: "Montserrat";
  color: #1e1e1e;
  width: 33px;
  height: 33px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #d9d9d9;
  font-style: normal;
  text-align: center;
  line-height: 29px;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination .page-numbers:first-child {
  margin-left: 0px;
}

.pagination .page-numbers:hover {
  background: #fff;
  color: #1e1e1e;
  border-color: #000;
}

nav.pagination {
  margin-top: 30px;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
}

/** 6. Templates Layout **/
/** 6.1. General **/
/** 6.2. Header **/
/** 6.2.1. General **/
#topbar {
  background: #141414;
  height: 40px;
}

#topbar .topbar-left {
  display: inline-block;
  float: left;
  height: 40px;
}

#topbar .topbar-left i {
  color: #fff;
  font-size: 20px;
}

#topbar .topbar-left a {
  display: inline-block;
  line-height: 40px;
}

#topbar .topbar-left a.refresh {
  margin-right: 30px;
}

#topbar .topbar-left a.favor {
  margin-right: 17px;
}

#topbar .dropdown {
  padding-left: 10px;
  display: inline-block;
}

#topbar .dropdown:first-child {
  border: none;
  padding-left: 0px;
  padding-right: 10px;
}

#topbar .dropdown .btn {
  height: 55px;
  border: none;
  border-radius: 0px;
  background: none;
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
  padding: 0 12px;
  outline: none;
  line-height: 55px;
  box-shadow: none;
}

#topbar .dropdown .btn.active, #topbar .dropdown .ordering span.btn:hover, .ordering #topbar .dropdown span.btn:hover, #topbar .dropdown .btn:hover {
  color: #ddd;
}

#topbar .topbar-right {
  display: inline-block;
  float: right;
}

#topbar .topbar-right i {
  color: #fff;
  font-size: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}

#topbar .topbar-right a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-right: 35px;
}

#topbar .topbar-right a.register, #topbar .topbar-right a.sign-in {
  margin: 0px;
}

#topbar .topbar-right a .zmdi-chevron-down {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: 0px;
}

#topbar .topbar-right span {
  color: #909090;
  margin: 0 5px;
}

#topbar .topbar-right .cart .cart-list.register-list a.help {
  float: right;
  margin: 0px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 5px;
  text-transform: capitalize;
  height: 30px;
}

#topbar .topbar-right .cart .cart-list.register-list .social a {
  margin: 20px 20px 20px 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid #333;
}

#topbar .topbar-right .cart .cart-list.register-list .social a i {
  color: #333333;
  font-size: 15px;
  margin: 0px;
  vertical-align: 5px;
}

#topbar .topbar-right .cart .cart-list.register-list .social a:hover {
  background: #333;
}

#topbar .topbar-right .cart .cart-list.register-list .social a:hover i {
  color: #fff;
}

.social-home2 {
  position: absolute !important;
  top: 70px;
  display: inline-block;
  left: 0px;
}

#header .cart.dropdown {
  position: relative !important;
}

#header .cart.dropdown .cart-count {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: -12px;
  font-weight: 600;
  color: #fff;
  background: #d31313;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}

.tp-banner-container {
  background: #212121;
}

.tp-banner-container .tp-bullets.simplebullets .bullet {
  background: #1d1d1b !important;
  color: #fff;
  font-size: 14px;
  border: 1px solid #434343;
  text-align: center;
}

.tp-banner-container .tp-bullets.simplebullets .bullet.selected {
  background: #353432 !important;
}

.slide-show-ver2 .tp-bullets.hidebullets {
  opacity: 1;
}

.slide-show-ver2 .tp-bullets.simplebullets.round {
  right: 0px;
  left: initial !important;
  margin-left: 0px !important;
  bottom: 170px !important;
  width: 20px;
}

.slide-show-ver2 .tp-bullets.simplebullets.round .bullet {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background: #212121;
  border: none;
  margin: 2px 0px;
}

.slide-show-ver2 .tp-bullets.simplebullets.round .bullet.selected, .slide-show-ver2 .tp-bullets.simplebullets.round .bullet:hover {
  background: #bbbbbb !important;
}

.slide-show-ver2 .tp-banner-container .tp-rightarrow, .slide-show-ver2 .tp-banner-container .tp-leftarrow {
  width: 18px;
  height: 34px;
  background: url(../images/bg-next.png) no-repeat scroll 0 0;
  bottom: 0px;
  top: initial !important;
  margin-top: 0px !important;
  right: 0px !important;
}

.slide-show-ver2 .tp-banner-container .tp-rightarrow:hover, .slide-show-ver2 .tp-banner-container .tp-leftarrow:hover {
  background-position: 0 bottom;
}

.slide-show-ver2 .tp-banner-container .tp-leftarrow {
  left: initial !important;
  right: 40px !important;
  bottom: 56px;
  background: url(../images/bg-prev.png) no-repeat scroll 0 bottom;
}

.slide-show-ver2 .tp-banner-container .tp-leftarrow:hover {
  background-position: 0 top;
}

.slide-show-ver2 .tp-banner-container .tp-leftarrow:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 66px;
  background: url(../images/bg-next-after.png) no-repeat;
  bottom: -45px;
  right: -43px;
}

#header .menu-icon-right .cart a.delete-item {
  margin: 0px !important;
}

#header .cart .cart-list {
  left: inherit;
  right: -50px;
  width: 320px;
  text-align: left;
  padding: 10px 20px;
  background: #fff;
  top: 40px;
  transform: translate(0px, 20px);
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

#header .cart .cart-list.hover {
  transform: translate(0px, 0px);
}

#header .cart .cart-list li {
  border: none;
  padding: 10px 0px;
  position: relative;
}

#header .cart .cart-list li .cart-product-image {
  display: inline-block;
  width: 95px;
  margin: 0px;
  border: 1px solid #dfdfdf;
  margin-right: 20px;
}

#header .cart .cart-list li .cart-product-image img {
  width: 100%;
  height: auto;
}

#header .cart .cart-list li a, #header .cart .cart-list li .text {
  padding: 0px;
  display: inline-block;
  width: auto;
}

#header .cart .cart-list li a {
  margin-right: 20px;
}

#header .cart .cart-list li a.delete-item {
  position: absolute;
  right: 0px;
  top: 20px;
}

#header .cart .cart-list li a.delete-item i {
  color: #2c2c2c;
}

#header .cart .cart-list li a.delete-item:hover {
  background: none;
}

#header .cart .cart-list li .text .product-name {
  color: #7c7b7b;
  font-weight: 700;
  font-size: 14px;
}

#header .cart .cart-list li .text .product-price {
  font-weight: 700;
  color: var(--color-price);
  line-height: 34px;
}

#header .cart .cart-list .total {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #2c2c2c;
  font-size: 16px;
  text-align: right;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}

#header .cart .cart-list .total span {
  position: relative;
  background: none;
  color: #2c2c2c;
  right: 0px;
  font-size: 16px;
  float: left;
  line-height: 30px;
  width: auto;
}

#header .cart .cart-list .checkout {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  margin: 10px 0px;
}

#header .cart .cart-list .checkout.bg-black {
  background: #000;
  color: #fff;
}

#header .cart .cart-list .checkout.bg-black:hover {
  background: #fff;
  color: #000;
}

#header .cart .cart-list .checkout:hover {
  background: #000;
  color: #fff;
}

#header .cart .cart-list.register-list {
  right: 0px;
  margin: 0px;
}

#header .cart .cart-list.register-list h3 {
  font-weight: 700;
  font-size: 22px;
  color: #1b1b1b;
  margin-bottom: 20px;
}

#header .cart .cart-list.register-list input {
  margin: 10px 0px;
  display: inline-block;
  border: 1px solid #959595;
  padding-left: 30px;
}

#header .cart .cart-list.register-list .acc-name, #header .cart .cart-list.register-list .acc-pass {
  position: relative;
  display: inline-block;
  width: 100%;
}

#header .cart .cart-list.register-list .acc-name:after, #header .cart .cart-list.register-list .acc-pass:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  color: #474747;
  font-size: 14px;
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: 0px;
  top: 19px;
}

#header .cart .cart-list.register-list .acc-pass:after {
  content: "";
}

#header .cart .cart-list.register-list button {
  margin: 20px auto;
}

#header .cart .cart-list.register-list .form-horizontal {
  text-align: center;
}

#header .cart .cart-list.register-list .remember {
  display: inline-block;
  width: 100%;
}

#header .cart .cart-list.register-list #me {
  float: left;
  margin: 15px 5px 0 0;
  outline: none;
}

#header .cart .cart-list.register-list label {
  float: left;
  margin-top: 10px;
}

#header .cart a {
  display: inline-block;
  position: relative;
}

#header .cart .cart-count {
  font-size: 9px;
  color: #000;
  display: inline-block;
  background-color: #e19824;
  border-radius: 50%;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -12px;
}

#header.header-v1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

#header.header-v1.labfixed {
  margin-top: -56px;
}

#header.header-v1 .cart .cart-list {
  right: inherit;
  left: 0px;
}

#header.header-v1 .cart .cart-list.register-list {
  left: inherit;
  right: 0px;
}

#header.header-v1 .header-top .search {
  display: none;
}

#header .header-top {
  text-align: center;
  padding: 10px 0px;
}

#header .header-top .container .inner-container {
  position: relative;
}

#header .header-top .col-md-10 {
  padding-left: 0px;
  position: static;
}

#header .header-top i.fa {
  font-size: 24px;
  color: #bbb;
}

#header .header-top .logo-link {
  text-decoration: none;
}

#header .header-top .logo {
  float: left;
  height: 70px;
  width: auto;
  transition: var(--transition);
}

#header .header-top .logo:hover {
  transform: scale(1.05);
}

#header .header-top .logo img {
  display: block;       /* Removes bottom whitespace from inline images */
  max-height: 60px;     /* Adjust as needed */
  height: auto;
}

@media (max-width: 768px) {
  #header .header-top .logo img {
    max-height: 45px;
  }
}


#header .header-top .logo a {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#header .header-top .search, #header .header-top .cart {
  float: right;
  display: inline-block;
  margin-top: 8px;
}

#header .header-top .search {
  margin-top: 10px;
  position: relative;
}

#header .header-top .search .search-form {
  width: 500px;
  height: 40px;
  left: inherit;
  right: 0px;
}

#header .header-top .search .search-form input {
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  color: #9f9f9f;
  padding: 0 40px 0 15px;
  border-radius: 25px;
  text-align: right;
}

#header .header-top .search .search-form .icon-search {
  position: absolute;
  top: 2px;
  right: 0px;
  background: none;
  border: none;
}

#header .header-top .search .search-form .icon-search i {
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
  margin-right: 10px;
}

#header .header-top .search .search-form .search-select {
  position: absolute;
  left: 15px;
  padding: 4px 10px;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 14px;
}

#header .header-top .search .search-form .search-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  color: #333;
  padding: 5px 25px 5px 10px;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  outline: none;
}

/* Optional: Add a custom dropdown arrow */
#header .header-top .search .search-form .search-select::after {
  content: '\25BC';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  color: #555;
}


#header .header-top .search .search-form .search-select .zmdi-chevron-down {
  position: absolute;
  right: 5px;
  top: 2px;
}

#header .header-top .search i {
  cursor: pointer;
}

#header .header-top .search.search-v2 {
  margin: 0px;
  position: absolute;
  left: 15px;
  bottom: -570px;
  display: inline-block;
}

#header .header-top .search.search-v2 .search-form {
  height: 50px;
  width: 60px;
  background: #141414;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#header .header-top .search.search-v2 .search-form input {
  border-radius: 0px;
  background: #141414;
  height: 50px;
  color: #fff;
  opacity: 0;
}

#header .header-top .search.search-v2 .search-form input::-webkit-input-placeholder {
  color: #fff;
}

#header .header-top .search.search-v2 .search-form input::-moz-placeholder {
  color: #fff;
}

#header .header-top .search.search-v2 .search-form input:-ms-input-placeholder {
  color: #fff;
}

#header .header-top .search.search-v2 .search-form input:-moz-placeholder {
  color: #fff;
}

#header .header-top .search.search-v2 .search-form .search-select {
  background: #141414;
  color: #fff;
  position: absolute;
  left: 0px;
  padding-left: 15px;
  min-width: 160px;
  text-align: left;
  line-height: 30px;
  opacity: 0;
}

#header .header-top .search.search-v2 .search-form .zmdi-chevron-down {
  color: #fff;
  right: 10px;
  top: 7px;
}

#header .header-top .search.search-v2 .search-form .dropdown-menu {
  background: #141414;
  cursor: pointer;
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#header .header-top .search.search-v2 .search-form .dropdown-menu.hover {
  transform: translate(0px, 10px);
}

#header .header-top .search.search-v2 .search-form .dropdown-menu li {
  border: none;
}

#header .header-top .search.search-v2 .search-form .dropdown-menu li:hover, #header .header-top .search.search-v2 .search-form .dropdown-menu li:focus {
  background: none;
}

#header .header-top .search.search-v2 .search-form .dropdown-menu li a {
  text-transform: none;
  color: #fff;
  font-size: 14px;
  border: none;
}

#header .header-top .search.search-v2 .search-form .dropdown-menu li a:hover {
  color: #f5c615;
  background: none;
}

#header .header-top .search.search-v2 .search-form .icon-search i {
  color: #fff;
  font-size: 23px;
  margin-top: 13px;
  margin-right: 15px;
}

#header .header-top .search.search-v2 .search-form:hover {
  width: 500px;
}

#header .header-top .search.search-v2 .search-form:hover .search-select {
  opacity: 1;
}

#header .header-top .search.search-v2 .search-form:hover input {
  opacity: 1;
}

#header .header-top .search.search-v2 .search-form:hover .icon-search i {
  font-size: 21px;
  margin-right: 10px;
}

#header .header-top .menu-top {
  display: inline-block;
  float: left;
  margin-left: 70px;
  margin-top: 10px;
}

#header .header-top .menu-top a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
  padding: 0 5px;
}

#header .header-top .menu-top li {
  display: inline-block;
  padding: 0 20px;
}

#header .header-top .menu-top li.level1 {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

#header .header-top .menu-top li.level1:hover {
  overflow: inherit;
}

#header .header-top .menu-top li.level1:hover .menu-level-1 {
  visibility: visible;
  position: absolute;
  z-index: 9999;
  transform: translate(0px, 0px);
  opacity: 1;
}

#header .header-top .menu-top li.level1:hover .menu-level-1 li a {
  color: #fff;
}

#header .header-top .menu-top li:hover a, #header .header-top .menu-top li:hover i.fa {
  color: #f5c615;
}

#header .header-top .menu-top .menu-level-1 {
  transform: translate(0px, 20px);
  padding: 0px;
  min-width: 180px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 100%;
  left: -20px;
  background: #141414;
  opacity: 0;
}

#header .header-top .menu-top .menu-level-1 li {
  display: block;
}

#header .header-top .menu-top .menu-level-1 li a {
  font-weight: 400 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#header .header-top .menu-top .menu-level-1 li:hover a {
  color: #f5c615;
  padding-left: 15px !important;
}

#header .header-top .menu-top.menu-top-v2 {
  margin-top: 0px;
  margin-left: 262px;
}

#header .header-top .menu-top.menu-top-v2 .menu-level-1 {
  opacity: 1;
  transform: translate(0px, 0px);
  background: none;
  text-align: left;
  left: 0px;
  padding: 0px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 {
  overflow: visible;
  width: 130px;
  text-align: left;
  padding: 0px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 a {
  font-size: var(--font-medium);
  font-weight: 700;
  padding: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#header .header-top .menu-top.menu-top-v2 li.level1 a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  background: #f5c615;
  left: 0px;
  top: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#header .header-top .menu-top.menu-top-v2 li.level1 a:hover {
  padding-left: 30px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 a:hover:after {
  width: 26px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 .level2 {
  line-height: 30px;
  height: 30px;
  padding: 0px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 .level2 a {
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
  padding: 0px;
}

#header .header-top .menu-top.menu-top-v2 li.level1 .level2 a:after {
  position: static;
}

#header .header-top .menu-top.menu-top-v2 li.level1:hover a {
  color: #fff;
}

#header .header-top .menu-top.menu-top-v2 li.level1:hover .menu-level-1 li a {
  color: #6b6b6b;
}

#myCarousel {
  margin-top: -4px;
}

.menu-mobile {
  display: none;
}

.mega-menu {
  display: inline-block;
  width: auto;
}

.mega-menu ul.navbar-nav {
  width: 100%;
}

.mega-menu ul.navbar-nav li {
  text-align: center;
  padding: 0 30px;
}

.mega-menu ul.navbar-nav li.dropdown {
  position: static;
}

.mega-menu ul.navbar-nav li.active a, .mega-menu ul.navbar-nav li a:hover {
  background: none !important;
  color: #f5c615;
}

.mega-menu ul.navbar-nav li a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0px;
}

.mega-menu ul.navbar-nav li.level1 {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.mega-menu ul.navbar-nav li.level1:first-child {
  padding-left: 0px;
}

.mega-menu ul.navbar-nav li.level1:hover {
  height: auto;
  overflow: inherit;
}

.mega-menu ul.navbar-nav li:hover ul.menu-level-1 {
  opacity: 1;
  transform: translate(0px, 0px);
  z-index: 99999;
}

.mega-menu ul.navbar-nav ul.menu-level-1 {
  position: absolute;
  padding: 0px;
  opacity: 0;
  left: 0px;
  min-width: 200px;
  top: 100%;
  background: #141414;
  transform: translate(0px, 20px);
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 400;
  font-family: "Open Sans";
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a:hover {
  padding-left: 10px;
  color: #f5c615;
}

.mega-menu ul.navbar-nav .sub-menu {
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  padding: 0px;
  top: 100%;
  min-width: 700px;
  background: #141414;
  transform: translate(0px, 20px);
  box-shadow: -6px 12px 40px 0px rgba(0, 0, 0, 0.41);
}

.mega-menu ul.navbar-nav .sub-menu.hover {
  transform: translate(0px, 0px);
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
  background: transparent;
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 {
  display: inline-block;
  float: left;
  border: none;
  text-align: left;
  width: 200px;
  padding: 0px;
  padding-top: 20px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2:first-child {
  padding-left: 45px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a {
  line-height: 30px;
  height: auto;
  background: none !important;
  font-size: 16px;
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a:hover {
  background: none !important;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2.images {
  float: right;
  width: auto;
  max-width: 310px;
  padding: 0px 0px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2.images img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* ensures it stays within the box */
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 {
  border: none;
  width: 100%;
  text-align: left;
  padding: 0px;
  line-height: 50px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a {
  color: #8d8d8d;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  font-family: "Open Sans";
  line-height: 25px;
  margin: 5px 0px;
  margin-left: 15px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  left: 0px;
  background: #f5c615;
  top: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  padding-left: 30px;
  color: #f5c615;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover:after {
  width: 22px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 .menu-level-2 {
  padding-top: 10px;
}

.mega-menu.mega-menu-v2 {
  position: absolute;
  top: 125px;
  left: 15px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav {
  position: relative;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 {
  text-align: left;
  width: 100%;
  padding: 0px;
  height: 60px;
  position: static;
  margin: 1px 0px;
  background-color: whitesmoke;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 a {
  height: 60px;
  line-height: 60px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1.active .icon-mega {
  background-color: #000000;
  background-image: url(../images/icon-megamenu-hover.png);
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #141414 url(../images/icon-megamenu.png) no-repeat scroll center 17px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega:hover {
  background-color: #000000;
  background-image: url(../images/icon-megamenu-hover.png);
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega.icon-watch {
  background-position: center -36px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega.icon-phone {
  background-position: center -97px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega.icon-game {
  background-position: center -160px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega.icon-laptop {
  background-position: center -211px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav li.level1 .icon-mega.icon-televison {
  background-position: center -257px;
}

.mega-menu.mega-menu-v2 ul.navbar-nav .sub-menu {
  top: 0px;
  left: 60px;
  height: 100%;
  opacity: 0;
  transform: translate(0px, 0px);
  min-width: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  display: block !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu.mega-menu-v2 ul.navbar-nav .sub-menu.hover {
  transform: translate(0px, 0px);
  width: auto;
  min-width: 750px;
  overflow: visible;
  opacity: 1;
}

.mega-menu.mega-menu-v2 ul.navbar-nav .sub-menu.hover ul.menu-level-1 {
  opacity: 1;
  width: 100%;
  min-width: 750px;
  float: left;
}

.mega-menu.mega-menu-v2 ul.navbar-nav .sub-menu ul.menu-level-1 {
  padding: 0px;
  top: 0px;
  transform: translate(0px, 0px);
  overflow: hidden;
  height: 100%;
  opacity: 0;
  width: 100%;
  min-width: 0px;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.icon-menu-header {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #f5c615 url(../images/icon-megamenu-header.png) no-repeat scroll center;
  float: left;
}

.icon-menu-header.ver2 {
  background-color: #fff;
  background-image: url(../images/icon-megamenu-header2.png);
}

#header.header-v1 .header-top .container {
  position: relative;
}

#header .mega-menu.mega-menu-v2 {
  width: 60px;
  background: none;
}

.icon-menu-mobile, .mega-menu ul.navbar-nav li i {
  display: none;
}

.slidershow-container {
  margin-bottom: 50px;
}

.slidershow-container.slidershow-container-v2 {
  margin-bottom: 0px;
}

.slidershow-container .container {
  width: 100%;
  padding: 0px;
}

.slidershow-container .container img {
  width: 100%;
}

/** 6.2.2. Header version 2 **/
#topbar.topbar-v2 {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

#topbar.topbar-v2 .topbar-left {
  float: right;
}

#topbar.topbar-v2 .voucher {
  margin-left: 0px;
}

#topbar.topbar-v2 .voucher a {
  border: 1px solid #f5c615;
  background: #f5c615;
  color: #fff;
}

#topbar.topbar-v2 .topbar-right .sign-in {
  border-left: none;
  border-color: #eeeeee;
}

#topbar.topbar-v2 .topbar-right .sign-in a {
  color: #555555;
}

#topbar.topbar-v2 .topbar-right .sign-in span {
  color: #999;
}

#topbar.topbar-v2 .dropdown .btn {
  border-color: #eeeeee !important;
  color: #555555;
}

#topbar.topbar-v2 .dropdown .btn i {
  color: #555555;
}

/** 6.2.3. Header version 2 **/
/** 6.2.4. Header version 3 **/
#header.header-v3 #topbar {
  background: #212121;
}

#header.header-v3 #topbar .topbar-left i {
  font-size: 13px;
  margin-right: 20px;
}

#header.header-v3 .header-top {
  background: #212121;
}

#header .mega-menu {
  width: 100%;
  background: #141414;
}

#header .mega-menu .container {
  position: relative;
}

#header .mega-menu .navbar-nav {
  width: auto;
}

#header .menu-icon-right {
  float: right;
}

#header .menu-icon-right a {
  display: inline-block;
  line-height: 50px;
  margin-left: 20px;
}

#header .menu-icon-right a i {
  color: #fff;
  font-size: 20px;
}

#header .menu-icon-right .cart {
  display: inline-block;
  position: relative;
}

#header .menu-icon-right .cart span {
  position: absolute;
  right: -16px;
  top: 0px;
  background: #d31313;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

#header .menu-icon-right .cart .total span {
  position: relative;
  background: none;
  color: #333;
  border-radius: 0px;
  width: auto;
}

#header.header-v2 .mega-menu.mega-menu-v2 {
  top: 300px;
}

#header.header-v2 .header-top .search.search-v2 {
  bottom: -730px;
}

.slide-show-ver1 .container {
  position: relative;
}

.slide-show-ver1 .container .social {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.social a {
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  #topbar .voucher {
    display: none;
  }
  #header .header-top .menu-top {
    display: none;
  }
  #header .header-top .col-sm-3 {
    margin-top: 18px;
  }
  .icon-menu-mobile {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
  }
  .icon-menu-mobile.active i, .ordering span.icon-menu-mobile:hover i {
    background: url("../images/Futurelife--menu-mobile-active.png") no-repeat scroll center;
  }
  .icon-menu-mobile i {
    height: 23px;
    width: 22px;
    color: #888;
    background: url("../images/Futurelife--menu-mobile.png") no-repeat;
  }
  .icon-menu-mobile i::before {
    content: "";
  }
  .icon-menu-mobile {
    float: left;
    width: auto;
    margin-top: 13px;
    margin-right: 10px;
  }
  .fa-plus.active::before, .ordering span.fa-plus:hover::before {
    content: "\f068";
  }
}

@media (max-width: 767px) {
  .mega-menu .navbar-header, .mega-menu ul.navbar-nav {
    margin: 0px;
  }
  
  #topbar {
    height: 40px;
  }
  #topbar .dropdown .btn {
    height: 40px;
    padding: 0 10px;
  }
  #topbar .topbar-right .sign-in {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  #header .header-top {
    padding: 20px 0px;
  }
  #header .header-top .logo a {
    font-size: 25px;
  }
  #header .header-top .col-md-10, #header .header-top .col-md-2 {
    width: auto;
  }
  #header .header-top .col-md-2 {
    float: right;
    margin-top: 8px;
  }
  #header .header-top .icon-menu-mobile {
    float: left;
    width: auto;
    margin-top: 3px;
    margin-right: 10px;
  }
  .mega-menu ul.navbar-nav {
    margin-bottom: 20px;
  }
}

/** 6.3. Sidebar **/
/** 6.4. Contents **/
/** 6.4.1. CMS default **/
/** 6.4.2. Blog **/
/** 6.5. Footers **/
/** 6.5.1. General **/
#footer {
  display: inline-block;
  width: 100%;
  padding: 50px 0px 0px;
  background: #212121;
}

#footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
}

#footer .footer-top {
  padding-bottom: 60px;
}

#footer .footer-top .logo {
  display: inline-block;
}

#footer .footer-top p {
  color: #fff;
  line-height: 30px;
  max-width: 360px;
  margin: 20px 0px
}

#footer .footer-top .infomation p {
  color: #fff;
  margin-bottom: 0px;
}

#footer .footer-top .infomation i {
  font-size: 16px;
  color: #f5c615;
  line-height: 24px;
  margin-right: 10px;
}

#footer .footer-top .col-md-4 ul {
  display: inline-block;
  float: left;
}

#footer .footer-top .col-md-4 ul li {
  float: left;
  width: 50%;
}

#footer .footer-top ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  transition: all 0.5s ease-out 0s;
}

#footer .footer-top ul li a:hover {
  color: #f5c615;
}

#footer .footer-bottom {
  background: #1e1e1e;
  padding: 10px 0px;
}

#footer .footer-bottom .col-md-8 p {
  float: left;
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  margin-top: 5px;
}

#footer .footer-bottom .col-md-8 a {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
}

#footer .footer-bottom .col-md-8 a:hover {
  background: #f5c615;
}

#footer .footer-bottom .col-md-8 a:hover i {
  color: #fff;
}

#footer .footer-bottom .col-md-8 a i {
  font-size: 18px;
  margin-top: 5px;
  color: #3b3970;
}

#footer .footer-bottom .col-md-4 {
  float: right;
  text-align: right;
}

.bottom-home1 {
  position: relative;
}

.bottom-home1 .col-md-3:first-child {
  padding-left: 0px;
}

.bottom-home1:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  height: 6px;
  background: url(../images/Hermes-border-bottom.png) repeat-x;
  bottom: 0px;
}

.bottom-home1 p {
  color: #aaaaaa;
  font-family: "TXGR";
  font-size: 13px;
  line-height: 20px;
}

.bottom-home1 .products-item {
  margin-bottom: 30px;
}

.bottom-home1 .products-item .product-images {
  width: 80px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -30px;
}

.bottom-home1 .products-item .product-images img.secondary_image {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
}

.bottom-home1 .products-item .product-content {
  display: inline-block;
}

.bottom-home1 .products-item .product-content .product-name {
  font-family: "TXGR";
  color: #888;
  margin-bottom: 5px;
  display: inline-block;
}

.bottom-home1 .products-item .product-content .product-price {
  font-size: 16px;
  color: var(--color-price);
  font-family: "TXGB";
  margin-bottom: 15px;
}

.bottom-home1 .products-item .product-content .add-to-cart {
  text-transform: uppercase;
  font-size: 13px;
}

/** 6.5.2. Footer Version 1 **/
#footer.footer-v2 {
  margin-top: 0px;
}

#footer.footer-v2 .footer-bottom {
  border-top: 1px solid #efe6ef;
}

/** 6.5.3. Footer Version 2 **/
/** 6.5.3. Footer Version 3 **/
#footer.footer-v3 {
  margin-top: 0px;
  background: none;
  border-top: 1px solid #eeeeee;
}

#footer.footer-v3 .footer-top {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}

#footer.footer-v3 .footer-top .col-md-6 h2 a {
  border: none;
  padding: 0px;
  height: auto;
  width: auto;
  text-align: left;
  font-size: 36px;
  color: #333333;
}

#footer.footer-v3 .footer-top .col-md-6 a {
  border-color: #6dc5ee;
  color: #6dc5ee;
}

#footer.footer-v3 .footer-top a:hover {
  color: #6dc5ee;
}

#footer.footer-v3 .footer-top ul li a {
  color: #888888;
}

#footer.footer-v3 h3 {
  color: #333333;
}

#footer.footer-v3 .footer-bottom {
  border: none;
  margin-top: 0px;
  padding: 0px;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child {
  text-align: right;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a {
  color: #888888;
  font-family: "TXGR";
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:nth-child(1), #footer.footer-v3 .footer-bottom .col-md-6:last-child a:nth-child(2) {
  margin-right: 15px;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:hover, #footer.footer-v3 .footer-bottom .col-md-6:last-child a.active {
  color: #6dd6d6;
  text-decoration: underline;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:hover i, #footer.footer-v3 .footer-bottom .col-md-6:last-child a.active i {
  color: #6dd6d6;
}

#footer.footer-v3 .footer-bottom p {
  float: inherit;
}

#footer.footer-v3 .footer-bottom .border-footer {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  padding: 30px 0px;
}

#footer.footer-v3 .footer-bottom .border-footer .col-md-6:last-child {
  padding-right: 0px;
}

#footer.footer-v3 .footer-bottom .border-footer .col-md-6:last-child a {
  margin: 0px;
}

/** 6.5.3. Footer Version 4 **/
#footer.footer-v4 {
  background: #6dd6d6;
  text-align: center;
}

#footer.footer-v4 .footer-bottom {
  margin-top: 0px;
  border-top: 1px solid #97dfe4;
}

#footer.footer-v4 a, #footer.footer-v4 p {
  color: #fff !important;
}

#footer .logo-footer img {
  max-width: 200px;   /* change this value as you like */
  width: 100%;        /* make it scale inside container */
  height: auto;       /* keep aspect ratio */
  display: block;     /* fixes extra spacing under inline images */
}


#footer.footer-v4 .share a {
  font-family: "TXGR";
  margin-right: 10px;
}

#footer.footer-v4 .share a:nth-child(1), #footer.footer-v4 .share a:nth-child(2) {
  margin-right: 20px;
}

#footer.footer-v4 .share a:last-child {
  margin-right: 0px;
}

#footer.footer-v4 .share a.active {
  text-decoration: underline;
}

#footer.footer-v4 .share a i {
  font-size: 18px;
}

#footer.footer-v4 .footer-bottom p {
  width: 100%;
  text-align: center;
}

/** 6.5.4. Footer Version 5 **/
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footer-top .col-md-4 {
    margin: 50px 0px;
    display: inline-block;
    width: 100%;
  }
  #footer .footer-top .col-md-4 ul.menu:last-child {
    text-align: right;
  }
  #footer .footer-top .col-md-4 ul.menu:last-child li a:hover {
    padding-right: 15px;
    padding-left: 0px;
  }
  #footer .footer-bottom .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .footer-bottom p {
    float: inherit;
  }
  .banner-center .col-md-6, .banner-center .col-md-3 {
    padding: 0px !important;
  }
  .banner-center .col-md-6 {
    margin: 40px 0px;
  }
  .shipping-container .col-md-4:nth-child(2) {
    margin: 20px 0px;
  }
  #footer.footer-v3 .footer-bottom .col-md-6:last-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .col-md-4 {
    margin: 50px 0px;
    display: inline-block;
    width: 100%;
  }
  #footer .footer-top .col-md-4 ul.menu:last-child {
    text-align: right;
  }
  #footer .footer-top .col-md-4 ul.menu:last-child li a:hover {
    padding-right: 15px;
    padding-left: 0px;
  }
  #footer .footer-bottom .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .footer-bottom p {
    float: inherit;
  }
}

/** 6.6. Home pages **/
/** 6.6.1 Home page 2 **/
.carousel-control {
  opacity: 100;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.carousel-control:hover i {
  color: #f5c615;
}

.carousel-control.left {
  left: 20px;
}

.carousel-control.left:hover {
  left: 10px;
}

.carousel-control.right {
  right: 20px;
}

.carousel-control.right:hover {
  right: 10px;
}

.carousel-control i {
  font-size: 30px;
}

.slide-show-ver1 {
  background: #212121;
}

.slide-show-ver2 {
  background: url(../images/slide-show-2.jpg) no-repeat;
}

.slide-show-ver3 {
  background: url(../images/Dana-home3-slideshow.jpg) no-repeat;
  background-size: cover;
  margin-top: -5px;
}

.tp-banner-container {
  width: 100% !important;
  left: 0px !important;
  background: transparent !important;
}

.tp-banner-container span {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tp-banner-container .tp-caption img {
  position: absolute;
  top: 0px;
}

.tp-banner-container .large_bold_orange {
  text-transform: uppercase;
  color: #eebb45;
  font-size: 70px;
}

.tp-banner-container .large_bold_orange.size-123 {
  font-size: 123px;
}

.tp-banner-container .large_bold_orange.size-90 {
  font-size: 90px;
}

.tp-banner-container .large_bold_orange.size-80 {
  font-size: 80px;
}

.tp-banner-container .large_bold_orange.size-60 {
  font-size: 60px;
}

.tp-banner-container .large_bold_orange.size-20 {
  font-size: 20px;
}

.tp-banner-container .large_bold_orange.size-18 {
  font-size: 18px;
  line-height: 25px;
}

.tp-banner-container .large_bold_orange.size-14 {
  font-size: 14px;
}

.tp-banner-container .large_bold_orange.size-25 {
  font-size: 25px;
}

.tp-banner-container .large_bold_orange.weight-800 {
  font-weight: 800;
}

.tp-banner-container .large_bold_orange.weight-700 {
  font-weight: 700;
}

.tp-banner-container .large_bold_orange.weight-600 {
  font-weight: 600;
}

.tp-banner-container .large_bold_orange.weight-400 {
  font-weight: 400;
}

.tp-banner-container .large_bold_orange.text-shadow {
  text-shadow: -7px 11px 76px rgba(0, 0, 0, 0.46);
}

.tp-banner-container .large_bold_orange.center {
  text-align: center;
}

.tp-banner-container .uppercase {
  text-transform: uppercase;
}

.tp-banner-container .capitalize {
  text-transform: capitalize;
}

.tp-banner-container .transform-none {
  text-transform: none;
}

.tp-banner-container .tp-caption .text-span {
  font-size: 120%;
  width: auto;
  display: inline-block;
  color: #fff;
}

.tp-banner-container .link-1 {
  display: inline-block;
  text-transform: none;
  background: transparent;
  font-weight: 600;
  border: 2px solid #fff;
  text-align: center;
  padding: 0 40px 0px 30px;
  font-size: 14px;
  border-radius: 25px;
  color: #fff;
  position: relative;
}

.tp-banner-container .link-1 a {
  color: #fff;
}

.tp-banner-container .link-1.icons {
  font-size: 22px;
  line-height: 50px;
  padding: 0 14px;
  background: #4e4e4e;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 0px 5px rgba(245, 198, 21, 0.3);
  font-family: "Material-Design-Iconic-Font";
  background: #f5c615;
  color: #fff;
  border: none;
  font-weight: 400;
}

.tp-banner-container .link-1.icons a:hover {
  color: #fff;
}

.tp-banner-container .link-1.icons.icons-v2 {
  background: #4e4e4e;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.tp-banner-container .link-1.icons.icons-v2 a {
  font-family: "FontAwesome";
}

.tp-banner-container .link-1.icons.icons-v2:hover {
  background: #f5c615;
  box-shadow: 0px 0px 0px 5px rgba(245, 198, 21, 0.3);
}

.tp-banner-container .link-1.icons:hover {
  background: #4e4e4e;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.tp-banner-container .link-1.bg-brand {
  background-color: #f5c615;
  border: 1px solid #f5c615;
}

.tp-banner-container .link-1.bg-green {
  background: #808f66;
  border: 1px solid #808f66;
}

.tp-banner-container .link-1.border-green {
  background: transparent;
  border: 1px solid #b6b6b6;
}

.tp-banner-container .link-1.height-50 {
  line-height: 45px;
}

.tp-banner-container .link-1.height-40 {
  line-height: 38px;
}

.tp-banner-container .link-1.font-size13 {
  font-size: 13px;
}

.tp-banner-container .link-1.home2 {
  padding: 0 20px;
}

.tp-banner-container .font-op {
  font-family: "Open Sans";
}

.tp-banner-container .font-re {
  font-family: "TXGR";
  font-size: 36px;
}

.tp-banner-container .font-nel {
  font-family: "NexaLight";
}

.tp-banner-container .font-mo {
  font-family: "Montserrat";
  font-weight: 700;
}

.tp-banner-container .font-ar {
  font-family: "Arial";
}

.tp-banner-container .color-blue {
  color: #74cfe2;
}

.tp-banner-container .color-white {
  color: #eeeeee;
}

.tp-banner-container .color-grayd {
  color: #333333;
}

.tp-banner-container .color-brand {
  color: #f5c615;
}

.tp-banner-container .color-brown {
  color: #623f30;
}

.tp-banner-container .bg-brown {
  background: #623f30;
}

.tp-banner-container .color-gray {
  color: #555555;
}

.tp-banner-container .color-border {
  color: #000;
  text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.owl-carousel .owl-nav {
  display: none;
}

@media (min-width: 1025px) {
  .menu-mobile {
    display: none !important;
  }
}

.best-sellers .tab-container .owl-stage-outer {
  padding-bottom: 25px !important;
}

/** 6.7. Pages **/
/** 6.7.1. About Us **/
/** 6.7.2. Contact Us **/
/** 6.7.3. Shopping Cart**/
/** 6.7.4. Page 404 **/
.content-404 {
  text-align: center;
  padding: 130px 0px;
}

.content-404 img {
  max-width: 100%;
  margin-bottom: 40px;
}

.content-404 h3 {
  font: 700 45px/50px "Open Sans";
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #202020;
}

.content-404 h4 {
  font: 600 21px/30px "Open Sans";
  color: #383838;
  margin-bottom: 20px;
}

.content-404 p {
  max-width: 710px;
  font: 400 14px/20px "Open Sans";
  color: #636363;
  margin: 0 auto 30px;
}

.content-404 a.link-button {
  margin: 0px 10px;
}

.shopping-cart .breadcrumb {
  margin-bottom: 50px;
}

.shopping-cart .shipping-total {
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}

.wishlist .breadcrumb {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shopping-cart .shipping-total .col-md-4 {
    padding: 0px;
  }
}

@media (max-width: 467px) {
  .page-404 h1 {
    font-size: 150px;
  }
  .page-404 h2 {
    font-size: 30px;
  }
  .page-404 h3 {
    font-size: 14px;
  }
}

/** 7. Templates Layout **/
@media (min-width: 1500px) {
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner {
    width: 20%;
  }
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner:nth-child(3n) {
    border-right: 1px solid #eee;
  }
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner:nth-child(5n) {
    border-right: none;
  }
  .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner {
    width: 25%;
  }
  .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner:nth-child(3n) {
    border-right: 1px solid #eee;
  }
  .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner:nth-child(4n) {
    border-right: none;
  }
  .popular-product .products .product:first-child .product-images .slide-product-images, .popular-product .products .product:last-child .product-images .slide-product-images {
    width: 270px;
  }
  .best-sellers .products .product:first-child .slide-product-images {
    width: 545px;
  }
  .featured-product {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .featured-product .container {
    background-position: right 15px top 0px;
  }
  .featured-product .wrap-time {
    bottom: 50px;
    left: 110px;
  }
  .popular-product {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .popular-product .title-text {
    margin-bottom: 60px;
  }
  .banner-home1-bottom {
    padding: 30px 0px 50px;
  }
  .banner-home1-bottom .images {
    padding-left: 50px;
    max-width: 545px;
  }
  .banner-home1-bottom .text {
    top: 15%;
  }
  .best-sellers {
    padding-top: 100px;
  }
  .best-sellers .title-text h3 {
    margin-bottom: 35px;
  }
  .best-sellers .products .product:nth-child(2) .action, .best-sellers .products .product:nth-child(3) .action, .best-sellers .products .product:nth-child(4) .action, .best-sellers .products .product:nth-child(5) .action {
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .hot-deals {
    padding: 100px 0px;
    max-height: 595px;
  }
  .hot-deals .slide-product-images {
    width: 340px;
    margin-left: 25px;
    margin-top: 25px;
  }
  .hot-deals .slide-product-images .owl-controls .owl-dot {
    margin-right: 0px;
  }
  .hot-deals .btn-vertical-slider.prev {
    bottom: -95px !important;
  }
  .best-sellers {
    padding-top: 135px;
  }
  .best-sellers .title-text {
    margin-bottom: 20px;
  }
  .best-sellers .tab-container .owl-stage-outer {
    padding: 0px;
  }
  .best-sellers.proposes .products {
    max-width: 966px;
  }
  .best-sellers.proposes .container {
    padding-bottom: 150px;
  }
  .best-sellers.proposes .products .product:first-child .wrap-title {
    margin-top: 60px;
    width: 60%;
  }
  .best-sellers.proposes .products .product:first-child .action {
    width: 40%;
  }
  .best-sellers.proposes .products .product {
    padding-right: 0px;
  }
  .banner-home3 {
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .best-sellers.proposes .title-text {
    margin-bottom: 40px;
  }
  .best-sellers.space-padding-tb-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1499px) {
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner, .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner {
    width: 25%;
  }
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner:nth-child(3n), .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner:nth-child(3n) {
    border-right: 1px solid #eee;
  }
  .listing-ver3 .container .products.grid_full.grid_sidebar .item-inner:nth-child(4n), .listing-ver4 .container .products.grid_full.grid_sidebar .item-inner:nth-child(4n) {
    border-right: none;
  }
  .popular-product {
    padding: 50px 0px;
  }
  .popular-product .products .product:first-child .product-images .slide-product-images, .popular-product .products .product:last-child .product-images .slide-product-images {
    width: 270px;
  }
  .best-sellers .products .product:first-child .slide-product-images {
    width: 545px;
  }
  .best-sellers.proposes .products .product:first-child .wrap-title {
    margin-top: 60px;
    width: 60%;
  }
  .best-sellers.proposes .products .product:first-child .action {
    width: 40%;
  }
  .best-sellers.proposes .products .product {
    padding-right: 0px;
  }
  .best-sellers {
    padding-top: 100px !important;
  }
  .best-sellers .title-text h3 {
    margin-bottom: 35px;
  }
  .best-sellers .products .product:nth-child(2) .action, .best-sellers .products .product:nth-child(3) .action, .best-sellers .products .product:nth-child(4) .action, .best-sellers .products .product:nth-child(5) .action {
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .hot-deals {
    padding: 100px 0px;
    max-height: 595px;
  }
  .hot-deals .slide-product-images {
    width: 340px;
    margin-left: 25px;
    margin-top: 25px;
  }
  .hot-deals .slide-product-images .owl-controls .owl-dot {
    margin-right: 0px;
  }
  .hot-deals .btn-vertical-slider.prev {
    bottom: -95px !important;
  }
  .best-sellers {
    padding-top: 135px !important;
  }
  .best-sellers .title-text {
    margin-bottom: 20px;
  }
  .best-sellers .tab-container .owl-stage-outer {
    padding: 0px;
  }
  .best-sellers.proposes .products {
    max-width: 966px;
  }
  .best-sellers.proposes .container {
    padding-bottom: 150px;
  }
  .featured-product.featured-product-home2 .images {
    left: -60px;
  }
  .featured-product {
    padding: 50px 0px;
  }
  .listing-ver3 #secondary {
    max-width: 255px;
  }
  .content-about .text-about {
    padding-left: 50px;
    padding-top: 30px;
  }
  .content-about .text-about .title-about h3 {
    font: 800 40px/40px "Open Sans";
    letter-spacing: 40px;
  }
  .content-about .text-about .title-about h3:after {
    left: -50px;
    width: 35px;
  }
  .content-about .text-about .title-about h4 {
    font: 800 40px/40px "Open Sans";
    letter-spacing: 40px;
  }
  .contruction .col-md-9 .text h3 {
    font: 700 40px/60px "Open Sans";
    letter-spacing: 10px;
  }
  .contruction .col-md-3 .time .countdown-times .distance {
    margin-bottom: 20px;
  }
  .contruction .col-md-3 .time .countdown-times .distance:nth-child(2):after {
    position: static;
    width: 0px;
  }
  .bottom-product-footer .col-md-4 {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  #topbar .topbar-right a {
    margin-right: 10px;
  }
  #topbar .dropdown {
    padding-left: 0px;
  }
  .title-text.title-text-v2.title-text-v3 ul.tabs {
    position: static;
    margin-top: 20px;
  }
  .menu-top, .mega-menu {
    display: none !important;
  }
  .icon-menu-mobile {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 17px;
  }
  .icon-menu-mobile .icon-bar {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: block;
    height: 2px;
    left: 0;
    margin: -1.5px 0 3px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 30px;
  }
  .icon-menu-mobile .icon-bar:before, .icon-menu-mobile .icon-bar:after {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 30px;
  }
  .icon-menu-mobile .icon-bar:before {
    top: -8px;
  }
  .icon-menu-mobile .icon-bar:after {
    bottom: -8px;
  }
  .icon-menu-mobile.active .icon-bar, .ordering span.icon-menu-mobile:hover .icon-bar {
    background: transparent;
  }
  .icon-menu-mobile.active .icon-bar:before, .ordering span.icon-menu-mobile:hover .icon-bar:before {
    top: 0px;
    transform: rotate(45deg);
  }
  .icon-menu-mobile.active .icon-bar:after, .ordering span.icon-menu-mobile:hover .icon-bar:after {
    bottom: 0px;
    transform: rotate(-45deg);
  }
  .search-v2 {
    display: none !important;
  }
  .slide-show-ver3 {
    padding: 10px 0px;
    border-top: 1px solid #555555;
    margin: 0px;
  }
  #header {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #header.header-v1 {
    position: relative;
    background: #141414;
  }
  #header.header-v1 .header-top .search {
    display: inline-block;
  }
  .menu-mobile {
    display: block;
    width: 375px;
    z-index: 999;
    position: fixed;
    left: 0px;
    top: 141px;
    height: calc(100vh - 141px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 20px;
    background: #141414;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translate(-375px, 0px);
    box-shadow: -6px 12px 40px 0 rgba(0, 0, 0, 0.41);
  }
  .menu-mobile.open {
    transform: translate(0px, 0px);
  }
  .menu-mobile ul.menu-level-1, .menu-mobile ul.menu-level-2 {
    display: none;
  }
  .menu-mobile li.level1 a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-mobile li.level1 a.active {
    color: #f5c615;
  }
  .menu-mobile li.level1 a:hover, .menu-mobile li.level1 a:focus {
    background: none;
  }
  .menu-mobile li.level1 .level2 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 20px;
  }
  .menu-mobile li.level1 .level2.hassub p {
    display: inline-block;
    font-size: 12px;
  }
  .menu-mobile li.level1 .level2.hassub p:before {
    content: "";
  }
  .menu-mobile li.level1 .level2.hassub p.active:before {
    content: "";
  }
  .menu-mobile li.level1 .level2 p {
    display: none;
  }
  .menu-mobile li.level1 .level2 .level3 a {
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 40px;
  }
  .menu-mobile li.level1 .level2 .level3 p {
    display: none !important;
  }
  .menu-mobile li.level1.hassub {
    position: relative;
  }
  .menu-mobile li.level1.hassub .hassub {
    position: relative;
  }
  .menu-mobile li.level1.hassub p {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 8px;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .menu-mobile li.level1.hassub p:before {
    content: "";
  }
  .menu-mobile li.level1.hassub p.active:before {
    content: "";
  }
  .open-menu #header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0px;
  }
  .open-menu #header + div {
    margin-top: 141px;
  }
  .open-menu:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
  }
  .banner-home3 {
    margin: 50px 0px;
  }
  .banner-home3 .col-md-4 {
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .best-sellers.proposes .tab-container {
    padding: 0px;
    float: left;
    max-width: 100%;
  }
  .best-sellers.proposes .products .product:first-child {
    height: 516px;
  }
  .best-sellers.proposes .products .product {
    height: 320px;
  }
  .popular-product .tabs {
    width: 100%;
  }
  .popular-product .products .product {
    width: 50%;
    height: auto;
    margin: 0px;
  }
  .popular-product .products .product:first-child .wrap-title, .popular-product .products .product:first-child .product-images {
    width: 100%;
  }
  .popular-product .products .product .wrap-title {
    width: 100%;
  }
  .popular-product .products .product .product-images {
    width: 100%;
  }
  .popular-product .products .product:nth-child(4), .popular-product .products .product:nth-child(5) {
    border-left: 1px solid #eeeeee;
    border-right: none;
    border-top: none;
  }
  .popular-product .products .product:first-child {
    text-align: center;
    width: 100%;
    padding-bottom: 80px;
    border: 1px solid #eeeeee;
  }
  .popular-product .products .product:first-child .product-images {
    max-width: 300px;
    float: initial;
    margin: 0 auto;
  }
  .popular-product .products .product:first-child .product-images .slide-product-images {
    width: 300px;
  }
  .popular-product .products .product:first-child .wrap-title {
    margin-top: 20px;
    text-align: center;
  }
  .popular-product .products .product:first-child .action {
    bottom: 0px;
    width: 100%;
    text-align: center;
  }
  .popular-product .products .product .description {
    display: inline-block !important;
  }
  .popular-product .tabs {
    top: 50px;
  }
  .popular-product .title-text {
    margin-bottom: 80px;
  }
  .best-sellers .products .product {
    height: auto;
    width: 50%;
  }
  .best-sellers .products .product:first-child {
    height: auto;
  }
  .best-sellers .products .product:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }
  .best-sellers .products .product:first-child .product-images {
    max-width: 300px;
    margin: 0 auto;
  }
  .best-sellers .products .product:first-child .product-images .slide-product-images {
    width: 300px;
  }
  .best-sellers .products .product:first-child .owl-dots {
    position: relative;
    width: 100%;
    bottom: 0px;
  }
  .best-sellers .products .product:first-child .action {
    width: 100%;
    bottom: 10px;
  }
  .best-sellers .tabs1 {
    top: 50px;
    width: 100%;
    text-align: center;
  }
  .best-sellers .title-text {
    margin-bottom: 65px;
  }
  .best-sellers .tab-container .owl-stage-outer {
    padding: 0px;
  }
  .newsletter {
    text-align: center;
  }
  .newsletter form {
    margin: 20px auto 0px;
  }
  #footer .footer-top .col-md-4 ul.menu:last-child {
    text-align: left;
  }
  #footer .footer-bottom {
    text-align: center;
  }
  #footer .footer-bottom .col-md-8 p {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footer-bottom .col-md-4 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .hot-deals .col-md-12 {
    padding: 0px;
  }
  .listing-ver1 .container::after, .listing-ver2 .container::after, .listing-ver3 .container::after, .listing-ver4 .container::after {
    position: static;
    width: 0px;
    height: 0px;
  }
  .listing-ver3 .container {
    padding: 0 15px;
  }
  #secondary {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  #secondary.col-md-3 {
    padding: 0px;
  }
  #primary {
    width: 100%;
    padding: 0px;
  }
  #primary .item-inner {
    padding: 10px !important;
  }
  .listing-ver3 .container #primary {
    width: 100%;
    padding: 0px;
  }
  .blog-post-container {
    width: 100%;
    padding: 0px;
  }
  .blog-colum-right {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    border-left: none;
    margin-top: 30px;
  }
  .contact-content .col-md-9, .contact-content .col-md-3 {
    padding: 0px;
    margin-bottom: 20px;
  }
  .check-out .col-md-8, .check-out .col-md-4 {
    padding: 0px;
  }
  .text-price ul {
    max-width: 100%;
    width: 100%;
  }
  .shipping-total {
    padding: 30px 0px;
  }
  .text-price {
    padding: 0px;
  }
  .coupon {
    margin-bottom: 30px;
    padding: 0px;
  }
  .coupon .contact-form .col-md-5 {
    padding: 0px;
  }
  .title-text h3 {
    font-size: 30px;
  }
  .title-text.size-64 h3 {
    font-size: 30px;
  }
  .title-text.size-25 h3 {
    font-size: 20px;
  }
  .product .action a {
    opacity: 1;
  }
  .featured-product.featured-product-home2 .images {
    position: relative;
    left: 0px !important;
    top: 0px;
    margin: 0 auto 30px;
  }
  .featured-product.featured-product-home2 .wrap-time {
    position: relative;
  }
  .featured-product.featured-product-home2 .products {
    width: 100%;
  }
  .featured-product.featured-product-home2 .products .product {
    width: 50%;
  }
  .featured-product.featured-product-home2 .products .product:hover {
    width: 50%;
  }
  .featured-product.featured-product-home2 .products .product .action a {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .slide-show-ver2 {
    margin-top: -100px;
  }
  .hot-deals .slide-product-images {
    width: 300px;
  }
  .hot-deals .slide-product-images .owl-controls {
    display: inline-block;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    margin-top: 30px;
  }
  .hot-deals .slide-product-images .owl-controls .owl-dot {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .upsell-product .item-inner {
    padding: 30px 10px;
  }
  .compare {
    position: relative;
  }
  .compare:after, .compare:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #eeeeee;
  }
  .compare:before {
    left: 65%;
  }
  .compare ul {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
  }
  .compare ul li {
    display: inline-block;
    width: 25%;
    display: none;
    padding: 0px !important;
    padding-left: 15px !important;
    float: left;
    border: none !important;
  }
  .compare ul li.images, .compare ul li.color, .compare ul li.size, .compare ul li.cateogry {
    display: inline-block;
  }
  .compare ul li.size {
    width: 10%;
  }
  .compare ul li.images {
    width: 40%;
    border-left: none;
  }
  .compare ul.title-compare:after {
    position: absolute;
    content: "";
    right: 10%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #eeeeee;
  }
  .compare ul.title-compare li {
    min-height: 90px !important;
  }
  .compare ul.add-compare {
    border-bottom: none;
  }
  .compare ul.add-compare li {
    min-height: 150px !important;
  }
  .form-horizontal .form-group.col-md-6 {
    width: 100%;
  }
  .content-about .col-md-6 {
    width: 100%;
  }
  .content-about .text-about {
    padding-left: 0px;
  }
  .contruction .col-md-3, .contruction .col-md-9 {
    width: 100%;
  }
  .contruction .col-md-3 {
    margin: 10% 0px;
  }
  .contruction .col-md-9 .text h3 {
    font: 700 30px/60px "Open Sans";
    letter-spacing: 10px;
  }
  .newsletterpopup .newsletter-contetn {
    width: 100%;
    margin-left: 0px;
    height: auto;
  }
  .newsletterpopup .newsletter-contetn span.close-popup {
    z-index: 9;
  }
  .newsletterpopup .newsletter-contetn .images {
    width: 50%;
    left: 0px;
    top: 0px;
    position: relative;
    float: left;
  }
  .newsletterpopup .newsletter-contetn .images img {
    width: 100%;
  }
  .newsletterpopup .newsletter-contetn .text {
    width: 50%;
  }
  .newsletterpopup .newsletter-contetn h3 {
    margin-top: 20px;
  }
  .newsletterpopup .newsletter-contetn .newsletter-v2 {
    padding: 0px;
    margin-bottom: 20px;
  }
  .newsletterpopup .newsletter-contetn a.link1 {
    margin-bottom: 10px;
  }
  .product .action a {
    transform: translate(0px, 0px);
  }
  .best-sellers.proposes .products .product .action {
    width: 100%;
    text-align: center;
  }
  .banner-home1-bottom .text {
    position: relative;
    top: 0px;
    width: 100%;
    display: inline-block;
  }
  .banner-home1-bottom .images {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
  .banner-home1-bottom .images img {
    max-width: 200px;
  }
  .widget .menu.block {
    width: 100%;
  }
  .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
    width: 33.33%;
  }
  .best-sellers.proposes ul.tabs2 {
    top: 120px;
  }
  .hot-deals {
    max-height: inherit;
  }
  .best-sellers.proposes .products .product .action {
    width: 100%;
    text-align: center;
  }
  .best-sellers.proposes .owl-carousel .owl-controls .owl-dots {
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: auto;
  }
  .owl-carousel .animated.zoomIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    transform: translate(0px, 0px);
    transition: transform 0.3s ease 0s;
  }
  .owl-carousel .animated.zoomOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    transform: translate(0px, -20px);
    transition: transform 0.3s ease 0s;
  }
  .dollar-list.dropdown-menu {
    left: inherit;
    right: 0px;
  }
  .social-home2 {
    top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .title-text.size-25 h3 {
    font-size: 15px;
  }
  .bottom-product-footer .col-md-4 .product-content .product-price {
    min-height: 43px;
  }
  .bottom-product-footer .col-md-4 .product-content .product-name {
    display: block;
    min-height: 55px;
    font-size: 13px;
  }
  .bottom-product-footer .col-md-4 .product-images {
    display: block;
    width: 150px;
    float: inherit;
    margin: 0 auto;
  }
  .bottom-product-footer .col-md-4:nth-child(2) .product-content .product-price {
    min-height: inherit;
  }
  .bottom-product-footer .col-md-4 {
    width: 33.33%;
    float: left;
  }
}

@media (max-width: 767px) {
  #topbar .topbar-right a {
    width: 25px;
    overflow: hidden;
  }
  #header .header-top .icon-menu-mobile {
    width: 30px;
    margin-top: 7px;
  }
  .menu-mobile {
    top: 120px;
    height: calc(100vh - 120px);
  }
  .open-menu #header + div {
    margin-top: 120px;
  }
  #header .header-top .search {
    margin-top: 0px;
  }
  #header .header-top .search .search-form {
    width: 100%;
  }
  .best-sellers.proposes ul.tabs2 {
    top: 138px;
  }
  .title-text.size-64 h3 {
    font-size: 20px;
  }
  .title-text h3 {
    font-size: 20px;
    padding-left: 45px;
  }
  .title-text h3:after {
    width: 30px;
  }
  .hot-deals p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .hot-deals p b {
    font-size: 15px;
  }
  .hot-deals ul li {
    font-size: 14px;
    margin: 5px 0px;
    line-height: 20px;
  }
  .banner-home1-bottom .images {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .banner-home1-bottom .images img {
    max-width: 250px;
  }
  .banner-home1-bottom .text {
    position: relative;
    width: 100%;
    float: left;
  }
  .banner-home1-bottom .text p {
    font-size: 14px;
  }
  .banner-home1-bottom .text p.product-title, .banner-home1-bottom .text .products .product .description, .products .product .banner-home1-bottom .text .description {
    font-size: 16px;
    margin: 5px 0px;
  }
  .banner-home1-bottom .text ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-home1-bottom .text .product-price {
    margin-bottom: 30px;
  }
  .featured-product .title-text {
    margin-bottom: 30px;
  }
  .featured-product .wrap-time {
    position: relative;
    margin-top: 30px;
    width: 100%;
    float: left;
  }
  .featured-product .products .product {
    background: #212112;
    width: 570px;
  }
  .featured-product .products .product .icon-cat {
    opacity: 1;
  }
  .featured-product .products .product .product-content {
    opacity: 1;
    position: inherit;
  }
  .featured-product .products .product .action a {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .best-sellers .products .product:first-child {
    height: auto;
  }
  .best-sellers.proposes ul.tabs2 {
    top: 110px;
    width: 100%;
    text-align: center;
  }
  .best-sellers.proposes .products .product {
    width: 100%;
    height: auto;
  }
  .best-sellers.proposes .products .product:first-child {
    width: 100%;
    height: auto;
  }
  .best-sellers.proposes .products .product:first-child .product-images {
    width: 50%;
  }
  .best-sellers.proposes .products .product:first-child .wrap-title {
    float: right;
  }
  .tp-banner-container .link-1 i {
    right: -15px;
  }
  .newsletter form input {
    width: 500px;
  }
  .content-about {
    padding: 15px;
  }
  .content-about .text-about {
    padding-top: 30px;
  }
  .content-about .text-about .title-about h3, .content-about .text-about .title-about h4 {
    font: 800 30px/30px "Open Sans";
    letter-spacing: 30px;
  }
  .newsletterpopup .newsletter-contetn {
    top: 30px;
  }
  .newsletterpopup {
    overflow-y: scroll;
  }
  .featured-product .products .product .action {
    position: relative;
    width: 100%;
  }
  .featured-product .products .product .product-content {
    max-height: inherit;
  }
  .tp-banner-container .large_bold_orange.size-20 {
    font-size: 140%;
  }
  .social-home2 {
    float: right;
    position: relative;
    top: 20px;
  }
  .social-home2 a {
    margin-right: 0px;
    margin-left: 10px;
  }
  #header.header-v1.header-v2 .header-top .search {
    margin-top: 20px;
  }
  .slide-show-ver2 .tp-banner-container .tp-rightarrow, .slide-show-ver2 .tp-banner-container .tp-leftarrow {
    width: 0px;
    height: 0px;
  }
  .slide-show-ver2 {
    margin-top: -60px;
  }
  .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
    width: 50%;
  }
  .products.grid_full .item-inner:nth-child(2n), .products.grid_full.grid_sidebar .item-inner:nth-child(2n) {
    border: none;
    border-bottom: 1px solid #eeeeee;
  }
  .products.grid_full .item-inner:nth-child(2n+1), .products.grid_full.grid_sidebar .item-inner:nth-child(2n+1) {
    border: none;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 100px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 100px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0ms !important;
    animation-duration: 0s !important;
  }
  #topbar .topbar-right .dollar-list a {
    width: auto;
  }
  .bottom-product-footer .product .product-content {
    max-width: inherit;
  }
  .bottom-product-footer .product {
    border: 1px solid #efefef;
    border-bottom: none;
  }
  .bottom-product-footer .product:hover {
    box-shadow: none;
  }
  .bottom-product-footer .product:last-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }
}

@media (max-width: 467px) {
  #header .header-top .search {
    width: auto;
  }
  #header .header-top .search .search-form {
    width: 100%;
  }


#header .header-top .search .search-form .search-select
 {
  display: none;
 }

  .best-sellers.proposes .products .product {
    width: 100%;
    height: auto;
  }
  .best-sellers.proposes .products .product:first-child {
    height: auto;
    border-right: 1px solid #eeeeee;
  }
  .popular-product .products .product {
    width: 100%;
  }
  .popular-product .tabs {
    right: 0px;
    top: 34px;
  }
  .popular-product .tabs li {
    margin-left: 0px;
    width: 45px;
    margin-bottom: 20px;
  }
  .hot-deals .col-xs-6 {
    width: 100%;
  }
  .best-sellers .products .product {
    width: 100%;
  }
  .best-sellers .products .product:first-child {
    width: 100%;
  }
  .best-sellers .tabs1 {
    top: 34px;
  }
  .bottom-product-footer .product {
    padding: 20px;
  }
  .bottom-product-footer .product .product-images {
    width: 100%;
  }
  .bottom-product-footer .product .product-content {
    width: 100%;
  }
  .newsletter form input {
    width: 100%;
  }
  .menu-mobile {
    top: 173px;
    height: calc(100vh - 173px);
    width: 320px;
  }
  .open-menu #header + div {
    margin-top: 173px;
  }
  .featured-product .products {
    width: 100%;
  }
  .featured-product .products .product {
    background: #212112;
    width: 100%;
  }
  .featured-product .products .product:hover {
    width: 100%;
  }
  .featured-product .products .product .product-content {
    float: left;
    width: 100%;
    padding: 0 15px 55px;
  }
  .featured-product.featured-product-home2 .products {
    width: 100%;
  }
  .featured-product.featured-product-home2 .products .product {
    width: 100%;
  }
  .featured-product.featured-product-home2 .products .product:hover {
    width: 100%;
  }
  .best-sellers.proposes .products .product:first-child .product-images {
    width: 100%;
  }
  .best-sellers.proposes .products .product:first-child .wrap-title {
    float: right;
    width: 100%;
  }
  .best-sellers.proposes .products .product:first-child .action {
    bottom: 10px;
  }
  .best-sellers.proposes .products .product .product-images {
    width: 100%;
  }
  .best-sellers.proposes .products .product .wrap-title {
    float: right;
    width: 100%;
  }
  #header.header-v1 .cart .cart-list {
    left: -100px;
  }
  #header.header-v1 .cart .cart-list.register-list {
    right: -15px;
  }
  .hot-deals .slide-product-images .owl-controls {
    display: inline-block;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .compare {
    position: relative;
  }
  .compare:after, .compare:before {
    position: static;
    width: 0px;
  }
  .compare ul li {
    width: 100% !important;
  }
  .compare ul li.images, .compare ul li.color, .compare ul li.size, .compare ul li.cateogry {
    border-bottom: 1px solid #eeeeee !important;
    padding-top: 28px !important;
  }
  .compare ul li.size {
    border-bottom: none !important;
  }
  .compare ul.title-compare {
    display: none;
  }
  .compare ul.title-compare:after {
    position: static;
    width: 0px;
  }
  .compare ul.add-compare {
    height: 180px !important;
  }
  .contruction .col-md-9 .text h3 {
    font: 700 15px/25px "Open Sans";
    letter-spacing: 3px;
  }
  .contruction .time .countdown-times .distance {
    width: 50%;
    margin-bottom: 20px;
  }
  .contruction .time .countdown-times .distance:nth-child(2):after {
    width: 0px;
  }
  .newsletterpopup .newsletter-contetn {
    top: 0px;
  }
  .newsletterpopup .newsletter-contetn .text, .newsletterpopup .newsletter-contetn .images {
    width: 100%;
    top: 10px;
  }
  .popular-product .products .product:first-child .product-images {
    text-align: center;
  }
  .popular-product .products .product:first-child .product-images .slide-product-images {
    width: 240px;
    margin: 0 auto;
  }
  .banner-home3 .col-md-4:first-child .images img {
    width: 150px;
  }
  .banner-home3 .col-md-4:nth-child(2) .images {
    top: 60px;
  }
  .banner-home3 .col-md-4:nth-child(2) .images img {
    width: 100px;
  }
  .banner-home3 .col-md-4:last-child .images {
    top: 30px;
  }
  .banner-home3 .col-md-4:last-child .images img {
    width: 70px;
  }
  .tp-banner-container .large_bold_orange.size-20 {
    font-size: 12px !important;
    line-height: 20px !important;
    width: 100%;
    left: 0px !important;
    right: 0px;
    margin: 0 auto;
  }
  .slide-show-ver2 .tp-banner-container .link-1.height-50 {
    display: none;
  }
  .products.grid_full .item-inner, .products.grid_full.grid_sidebar .item-inner {
    width: 100%;
  }
  .products.grid_full .item-inner:nth-child(2n+1), .products.grid_full .item-inner:nth-child(2n+1), .products.grid_full.grid_sidebar .item-inner:nth-child(2n+1), .products.grid_full.grid_sidebar .item-inner:nth-child(2n+1) {
    border: none;
    border-bottom: 1px solid #eeeeee;
  }
  .ordering .order-by {
    margin-top: 20px;
    margin-left: 0px;
  }
  .bottom-product-footer .product .product-images {
    max-width: 150px;
    float: inherit;
    display: block;
    margin: 0 auto;
  }
  .bottom-product-footer .product .product-content {
    max-width: inherit;
  }
  .bottom-product-footer .product .product-content .product-name {
    display: block;
  }
  .bottom-product-footer .col-md-4 {
    padding: 0px;
  }
  .bottom-product-footer .product {
    padding: 20px 15px;
  }
  .bottom-product-footer .product .product-content {
    padding-left: 0px;
  }
  .best-sellers .products .product:first-child .product-images .slide-product-images {
    width: 260px;
  }
  .banner-home3 {
    margin-bottom: 0px;
  }
  .bottom-product-footer .product .product-content {
    text-align: center;
  }
  .bottom-product-footer .product .product-content .action {
    text-align: center;
  }
  .best-sellers.proposes .title-text h3 {
    margin-top: 0px;
  }
  .best-sellers.proposes ul.tabs2 {
    top: 50px;
  }
  
}
