/*--------------------------/*
Tempale name : MaxStore
Version    : 1.0.0
Author     : kutethemes
Last change: 30/06/2017

/*--------------------------/*

[Table of contents]
[Color codes]
Background: #ffffff
Body Color : #ffffff
Accent color: #222222
[Typography]
Body:       14px/30px Montserrat,Raleway sans-serif;
Heading:    Montserrat,Raleway sans-serif;
Input, textarea: 14px/30px Montserrat, sans-serif;

[Component module]
HEADER
HOMES PAGE
SHOPS PAGE
BLOGS PAGE
PRODUCTS PAGE
FOOTER
SLIDESHOW
REPONSIVE
/*-------------------------*/

body{
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	font-style: normal;
  overflow-x: hidden;
  line-height: 24px;
	color:#000000;
}
img {
	max-width: 100%;
}
a,a:hover,a:active,a:focus {
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0; 
}
ul ul, ol ol, ul ol, ol ul {
  padding-left: 25px; 
}
input[type="text"], input[type="email"],
textarea, input[type="password"],
input[type="tel"],
input[type="search"] {
  appearance: none ;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
@font-face {
    font-family: Yaquote;
    src: url('../fonts/YaquoteScript_PersonalUse.ttf');
}
@font-face {
    font-family: AlwaysInMyHeart;
    src: url('../fonts/AlwaysInMyHeart.ttf');
}
.back-to-top {
  bottom: 60px;
  display: none;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  position: fixed;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  z-index: 99999  ;
  overflow: hidden;
  border: solid 1px;
  padding: 0;
  background-color: #fff;
}
.back-to-top::before {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 111;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
}
.back-to-top:hover::before {
  -webkit-animation: toUpFromUnder 0.5s forwards;
  -moz-animation: toUpFromUnder 0.5s forwards;
  animation: toUpFromUnder 0.5s forwards;
  color: #ffffff;
}
.back-to-top.show {
	display: block !important;
}
.left-content {
  text-align: left;
}
.right-content {
  text-align: right;
}
.midle-content {
  text-align: right;
}
.container,
.no-padding {
  padding: 0;
}
.box-has-content::before {
  display: table;
  content: "";
}
.box-has-content::after {
  clear: both;
  display: table;
  content: "";
}
.owl-carousel:not(.has-thumbs) .owl-thumbs {
  display: none;
}

/*use to input*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder { / Firefox 18- /
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {  / Firefox 19+ /
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {  
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*use to input--end*/

/*Main menu style*/
.header.layout1 .main-menu {
  text-align: center;
}
.header.layout1 .box-header-nav {
  background-color: #f2f2f2;
}
.main-menu > li {
  display: inline-block;
  margin: 0 20px;
  padding: 22px 0 15px;
  position: relative;
}
.main-menu li {
  list-style: none;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight:700;
	font-style:normal;
	color:#000000;
}
.menu-item .top-flash {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 5px; 
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 17px;
  padding: 0 7px;
  display: inline-block;
}
.menu-item .top-flash::after {
  width: 0; 
  height: 0; 
  border-left: 0;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 5px;
}
.menu-item .top-flash.hot {
  background-color: #d26e4b;
}
.menu-item .top-flash.hot::after {
  border-top-color: #d26e4b;
} 

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  margin-left: 8px;
  font-size: 14px;
  color: #a7a7a7;
} 
.submenu {
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
  min-width: 265px;
  padding:10px 0;
  top: 100%;
  left: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  -webkit-box-shadow: 0 0 5px 0 #e5e5e5;
     -moz-box-shadow: 0 0 5px 0 #e5e5e5;
      -ms-box-shadow: 0 0 5px 0 #e5e5e5;
       -o-box-shadow: 0 0 5px 0 #e5e5e5;
          box-shadow: 0 0 5px 0 #e5e5e5;
  -webkit-transform: translate(0,30px);
     -moz-transform: translate(0,30px);
      -ms-transform: translate(0,30px);
       -o-transform: translate(0,30px);
          transform: translate(0,30px);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
  text-align: left;

}
.menu-item-has-children:first-child .submenu {
  left: 0;
}
.menu-item-has-children:last-child .submenu {
  right: 0;
  left: inherit;
}
.submenu li {
  list-style: none;
  display: list-item;
}
.submenu li a {
  font-size: 17px;
  line-height: 28px;
  display: block;
  padding: 0 30px;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
	text-transform:uppercase;
	text-transform:uppercase;
	font-weight:600;
	color:#000000;
}
.submenu > li > a:hover {
  background-color: #f5f5f5;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.menu-item-has-children:hover > .submenu,
.menu-item-has-children .submenu.show-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0,0);
     -moz-transform: translate(0,0);
      -ms-transform: translate(0,0);
       -o-transform: translate(0,0);
          transform: translate(0,0);
}
.main-menu > li.categories .mega-menu {
  padding: 15px 15px 45px;
}
.main-menu > li.shop .mega-menu {
  max-width: 870px;
  padding: 0 50px;
  background-image: url('../images/background1.jpg');
  background-position: right top;
  background-repeat: no-repeat;
}
.main-menu li.shop .widget-custom-menu {
  padding-top: 50px;
  margin-bottom: 70px;
}
.main-menu .widget-custom-menu {
  float: left;
  padding: 0;
  margin-right: 80px;
  clear: none;
}
.main-menu .widget-custom-menu ul {
  padding: 0;
}
.widget-custom-menu ul li a {
  padding: 0;
}
.main-menu .widget-custom-menu ul li a:hover {
  color: #d26e4b;
}
.submenu .widgettitle {
  font-size: 14px;
  color: #222;
  margin: 0 0 15px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.submenu .widgettitle::after {
  display: none;
  
}
.kt-panels .widget-custom-menu {
  padding: 20px 30px;
}
/*--HEADER STYLE--*/
/*header layout1*/
.header .topbar {
  padding: 3px 0;
}
.header .topbar .menu-item-has-children::after {
  color: #ffffff;
}
.header .topbar .top-contact {
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;  
}
.header .topbar .top-contact .icon {
  font-size: 16px;
  margin-right: 10px;
}
.header .menu-topbar>li{
  display: inline-block;
  list-style: none;
  padding: 5px 30px;
}
.header .menu-topbar>li>a {
  font-size: 14px;
  color: #ffffff;
}
.header .menu-topbar>li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header .menu-topbar>li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header .menu-topbar .note {
  color: #ffffff;
  font-size: 14px;
}
.list-currencies {
  padding: 0;
}
.list-currencies li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.list-currencies li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.list-currencies li a:hover {
  background-color: #5e7695;
}
.language .flag {
  float: left;
  margin-right: 10px;
}
.language .list-language {
  padding: 0;
  text-align: left;
  min-width: 130px;
  right: -20px;
  left: inherit;
}
.language .list-language li a {
  padding: 0 20px;
}
.header.layout1 .main-header {
  padding: 45px 0 50px;
}
.header .logo {
  display: inline-block;
  text-align: center;
}
.header.layout1 .top-links {
  float: right;
  margin-top: 20px;
}
.top-links > li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  position: relative;
  float: left;
}
.top-links > li:first-child {
  margin-left: 0;
}
.top-links > li:last-child {
  margin-right: 0;
}
.top-links .menu-item-has-children:after {
  display: none;
}
.top-links > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding: 5px 0;
  display: inline-block;
}
.top-links > .account {
  margin-top: -5px;
}
.account .submenu {
  min-width: 144px;
  padding: 0 0 10px 0;
  left: -20px;
}
.top-links > .account .submenu >li >a {
  padding: 0 20px;
}
.minicart {
  position: relative;
}
.minicart .cart-block .cart-icon,
.header .wishlist-icon {
  font-size: 28px;
  color: #222222;
  display: inline-block;
  position: relative;
  padding: 0;
}

/*Search form layout1*/
.header.layout1 .search-form {
  margin-top: 15px;
}
.search-form {
  display: inline-block;
}
.search-form .search-block .search-button {
  font-size: 24px;
  color: #222222;
  float: left;
  display: inline-block;
  margin-right: 5px;
  line-height: 30px;
}
.search-form .search-inner .search-info {
  outline: 0;
  font-size: 14px;
  color: #555;
  line-height: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
  float: left;
  min-width: 190px;
  background-color: transparent;
  padding: 0 15px;
}

/*minicart layout1*/
.box-wishlist .wishlist-icon,
.minicart .cart-block {
  position: relative;
}
.minicart .cart-block .count,
.box-wishlist .wishlist-icon .count {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 20px;
}
.box-wishlist .wishlist-icon .count {
  background-color: #ddd;
  color: #222;
}
.minicart .cart-inner {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  right: -20px;
  min-width: 246px;
  box-shadow: 0 0 5px #e5e5e5;
  padding: 35px;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  -webkit-transform: translateY(70px);
     -moz-transform: translateY(70px);
      -ms-transform: translateY(70px);
       -o-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-box-shadow: 0 0 5px 0 #e5e5e5;
     -moz-box-shadow: 0 0 5px 0 #e5e5e5;
      -ms-box-shadow: 0 0 5px 0 #e5e5e5;
       -o-box-shadow: 0 0 5px 0 #e5e5e5;
          box-shadow: 0 0 5px 0 #e5e5e5;
}
.minicart:hover .cart-inner {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.minicart .cart-inner.cart-empty {
  text-align: center;
}
.minicart .cart-inner.cart-empty .content {
  margin: 0;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
/*menu mobile*/
.mobile-navigation {
  display: none;
}
.mobile-navigation {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}
.mobile-navigation .icon {
  width: 25px;
  display: block;
  float: left;
  margin-right: 15px;
}
.mobile-navigation .icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  margin: 0 0 6px;
}
.mobile-navigation .icon span:nth-child(2) {
  width: 16px;
}
.kt-clone-wrap{
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100000;
  -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
}
.kt-clone-wrap.open{
  left: 0;
}
.kt-panels-actions-wrap{
  border-bottom: 1px solid #eee;
  height: 50px;
  position: relative;
}
.kt-panels-actions-wrap .kt-close-btn,
.kt-panels-actions-wrap .kt-prev-panel{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #222;
}
.kt-panels-actions-wrap .kt-prev-panel{
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #eee;
}
.kt-panels-actions-wrap .kt-current-panel-title{
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;font-size:23px;font-weight:700;
  text-transform: uppercase;
}
.kt-panels-actions-wrap .kt-prev-panel:before{
  content: "\f104";
  font-family: FontAwesome;
}
.kt-panel>ul{
  padding: 0;
  margin: 0;
}
.kt-panel-opened > .submenu {  
  padding-bottom: 50px;
}
.kt-panel li{
  list-style: none;
  position: relative;
}
.kt-panel > ul > li{
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.kt-panel>ul.submenu>li {
  padding: 0;
  width: 100%;
}
.kt-panel>ul>li>a{
  display: block;
  line-height: 50px;
  font-size: 17px;
  color: #222;
	font-weight:600;
  text-transform: uppercase;
}
.kt-next-panel{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.kt-next-panel:before{
  content: "\f105";
  font-family: FontAwesome;
}
.kt-clone-wrap .toggle-submenu{
  display: none!important;
}
.kt-clone-wrap .kt-panels{
  background: inherit;
  border-color: inherit;
  position: absolute;
  margin-top: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
.kt-clone-wrap  .kt-panel{
  border-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.2s ease 0s;
  z-index: 0;
}
.kt-clone-wrap  .kt-main-panel,
.kt-clone-wrap .kt-panel.kt-panel-opened{
  transform: translateX(0);
  z-index:10;
}
.kt-clone-wrap .kt-sub-opened{
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.kt-clone-wrap .kt-hidden{
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.kt-clone-wrap  .submenu.megamenu{
  padding: 20px;
  max-width: 100%!important;
  width: 100%!important;
}
.kt-panel-opened > .submenu {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
      -ms-box-shadow: none;
        -o-box-shadow: none;
          box-shadow: none;
}
.kt-panel-opened .mega-menu {
  padding: 30px 20px;
}
/*end mobile menu*/

/*Sticky-menu*/
.box-sticky {
  position: fixed;
  z-index: 999;
  -webkit-transform: translateY(-300px);
     -moz-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
       -o-transform: translateY(-300px);
          transform: translateY(-300px);
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  background-color: #fff;
  padding: 15px 15px 0;
}
.box-sticky.is-sticky {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  top: 0;
}
.box-sticky .logo-prepend {
  text-align: center;
  padding: 8px 0 0;
  float: left;
}
.box-sticky .main-menu-prepend {
  text-align: center;
}
.box-sticky .top-links-prepend {
  text-align: center;
  position: relative;
  float: right;
}
.box-sticky .top-links-prepend .prepend-icon {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 0;
}
.box-sticky .minicart .cart-inner {
  right: 0;
}

/*HEADER LAYOUT2*/
.header.layout2 {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  padding: 60px 0 20px;
  background-color: transparent;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.header.layout2 .kt-clone-wrap {
  display: none;
}
.header.layout2 .mobile-navigation {
  display: inline-block;
  float: left;
  padding: 5px 0;
  color: #fff;
  margin-right: 20px;
}
.header.layout2 .mobile-navigation .icon span {
  background-color: #fff;
}
.header.layout2 .mobile-navigation .text {
  display: none;
}
.header.layout2 .top-links > li {
  float: right;
}
.header.layout2 .top-links > li:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.header.layout2 .top-links > li:last-child {
  margin-right: 20px;
  margin-left: 0;
}
.header.layout2 .top-links > li > a,
.header.layout2 .minicart .cart-block .cart-icon, 
.header.layout2 .wishlist-icon,
.header.layout2 .search-form .search-block .search-button {
  color: #fff;
}
.header.layout2 .search-form .search-inner .search-info {
  color: #fff;
  padding: 0 15px;
}

.header.layout2 .box-menu {
  width: 0;
    height: 100vh;
  background-color: rgba(0, 0, 0, 0.86);
  position: fixed;
  z-index: 112;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
}
.header.layout2 .box-menu.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.close-menu {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 11;
}
.close-menu span{
  width: 14px;
  background-color: #fff;
  height: 2px;
  margin: 0;
  display: block;
  position: absolute;
  top: 7px;
}
.close-menu span.tab1 {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-menu span.tab2 {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.layout2 .main-menu {
  width: 595px;
  height: 512px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.header.layout2 .main-menu .menu-item-has-children::after {
  display: none
}
.header.layout2 .main-menu .menu-item-has-children  > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #555555;
}
.header.layout2 .menu-item-has-children.show-submenu > a::after {
  content: "\f106";
  color: #eee;
}
.header.layout2 .menu-item-has-children:hover > .submenu, 
.header.layout2 .menu-item-has-children .submenu.show-submenu,
.header.layout2 .main-menu .submenu {
  position: static;
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
      -ms-box-shadow: none;
        -o-box-shadow: none;
    box-shadow: none;
  padding-top: 0;
}
.header.layout2 .menu-item-has-children.show-submenu .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.header.layout2 .main-menu  li  > a {
  font-size: 24px;
  color: #eee;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
}
.header.layout2 .submenu li > a {
  font-size: 24px;
  color: #888;
  padding: 0;
  line-height: 55px;
  border: none;
  text-transform: inherit;
}
.header.layout2 .submenu li > a:hover {
  background-color: transparent;
  border: none;
}
.header.layout2 .main-menu .widget-custom-menu {
  float: none;
  margin-right: 0;
  width: 100%;
}
.header.layout2 .submenu .widgettitle {
  font-size: 22px;
  color: #eee;
  text-transform: inherit;
}
.header.layout2 .category .shop-button {
  background-color: #fff;
}
.header.layout2 .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}

/*header layout3*/
.header .topbar-links > li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.header .topbar-links > li:last-child {
  margin-right: 0;
}
.header .topbar-links li > a {
  font-size: 13px;
  color: #555;
}
.header.layout3 .topbar-links .submenu li a {
  padding: 0 20px;
}
.header.layout3 .topbar {
  background-color: transparent;
  padding: 10px 0 5px;
  margin: 0 auto;
  border-bottom: solid 1px #f1f1f1;
}
.header.layout3 .list-currencies li a,
.header.layout3 .minicart .cart-block .cart-icon, 
.header.layout3 .menu-topbar>li>a {
  color: #555;
  font-size: 13px;
}
.header.layout3 .topbar .menu-item-has-children::after {
  font-size: 14px;
  color: #888;
}
.header.layout3 .minicart .cart-block .count {
  position: static;
  background-color: transparent;
  font-size: 13px;
  color: #aaa;
}
.header.layout3 .menu-topbar>li {
  padding: 0 20px;
  position: relative;
}
.header.layout3 .menu-topbar>li::before {
  height: 20px;
  width: 1px;
  background-color: #e8e8e8;
  position: absolute;
  z-index: 1;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header.layout3 .menu-topbar>li:first-child {
  padding-left: 0;
}
.header.layout3 .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout3 .menu-topbar>li:last-child::before {
  display: none;
}
.header.layout3 .language .list-language {
  right: 0;
}
.header.layout3 .list-currencies li a {
  font-size: 16px;
  color: #999;
  font-weight: 600;
}
.header.layout3 .list-currencies li a:hover {
  color: #222;
  text-decoration: underline;
  background-color: transparent;
}
.header.layout3 .main-header {
  padding: 55px 0  47px;
}
.header.layout3 .main-menu {
  text-align: center;
  padding-bottom: 6px;
}
.header.layout3 .main-menu > li > a {
  font-size: 15px;
}
.header.layout3 .box-sticky .top-links-prepend {
  display: none;
}
/*header layout4*/
.header.layout4 .topbar {
  padding: 10px 0;
}
.header.layout4 .topbar-links > li > a {
  color: #fff;
}
.header.layout4 .topbar .menu-item-has-children::after {
  color: #fff;
}
.header.layout4 .topbar-links > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
.header.layout4 .topbar  .submenu {
  min-width: 144px;
  right: -20px;
}
.header.layout4  .top-links > li {
  float: none;
}
.header.layout4 .logo {
  float: left;
  padding: 18px 0;
}
.header.layout4 .header-nav {
  text-align: left;
  margin-left: -30px;
}
.header.layout4 .menu-item-has-children::after {
  margin-left: 5px;
}
.header.layout4 .main-menu > li {
  margin: 0 25px 0 0;
}
.search-form.layout2 .search-button,
.header.layout4 .minicart .cart-block .cart-icon,
.header.layout4 .wishlist-icon  {
  font-size: 28px;
  color: #666666;
  display: inline-block;
  position: relative;
  padding: 0;
}
.search-form.layout2 .search-block {
  position: absolute;
  z-index: 1;
  right: 130%;
  top: -5px;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
}
.search-form.layout2 .search-inner .search-info {
  color: #aaa;
}
.header.layout4  .top-links {
  padding: 20px 0 0;
}
.header.layout4 .main-header {
  padding: 42px 0;
}
.header.layout4 .main-header.box-sticky {
  padding: 10px 0;
}
.header.layout4  .menu-topbar>li {
  padding: 0 12px;
}
.header.layout4  .menu-topbar>li:first-child {
  padding-left: 0;
}
.header.layout4  .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout4 .menu-topbar>li>a {
  font-size: 13px;
  color: #fff;
}
.header.layout4 .menu-item .top-flash {
  top: 0;
}
.header.layout4 .menu-item .top-flash.hot {
  background-color: #474747;
}
.header.layout4 .menu-item .top-flash.hot::after {
  border-top-color: #474747;
}
.list-currencies.submenu {
  min-width: 144px;
  right: -10px;
  text-align: left;
}
.list-currencies.submenu li {
  display: list-item;
  list-style: none;
}
.list-currencies.submenu li a {
  color: #555;
  font-size: 13px;
  width: auto;
  height: auto;
  padding: 0 10px;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
}
.list-currencies.submenu li a:hover {
  background-color: #f5f5f5;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
.header.layout5 .main-header {
  padding: 45px 60px 50px;
}
.header.layout5 .top-links {
  float: right;
  margin-top: 20px;
}
.header.layout5 .search-form {
  margin-top: 15px;
}
.header.layout5 .topbar {
  padding: 10px 0;
  background-color: #222222;
}
.header.layout5 .topbar-links > li > a {
  color: #fff;
}
.header.layout5 .menu-topbar>li>a {
  font-size: 13px;
  color: #fff;
}
.header.layout5 .topbar  .submenu {
  min-width: 144px;
  right: -20px;
}
.header.layout5  .menu-topbar>li {
  padding: 0 12px;
}
.header.layout5 .menu-topbar>li:first-child  {
  padding-left: 0;
}
.header.layout5 .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout5 .main-menu {
  text-align: center;
}
.header.layout5 .box-sticky .logo-prepend {
  padding-top: 0;
}
.header.layout5 .top-links-prepend {
  padding-top: 5px;
}
.header.layout5 .menu-item .top-flash {
  top: 0;
}
.header.layout5 .menu-item .top-flash.hot {
  background-color: #333333;
}
.header.layout5 .menu-item .top-flash::after {
  border-top-color: #333333;
}
.header.layout5 .search-form .search-block .search-button {
  color: #666;
}
/*HEADER LAYOUT6*/
.header.layout6 .topbar {
  background-color: #fff;
  border-bottom: solid 1px #eaeaea;
  padding: 10px 0;
}
.header.layout6 .topbar-links li > a,
.header.layout6 .menu-topbar>li>a {
  font-size: 13px;
  color: #888;
}
.header.layout6  .menu-topbar>li {
  padding: 0 12px;
}
.header.layout6  .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout6  .menu-topbar>li:first-child {
  padding-left: 0;
}
.header.layout6 .topbar  .submenu {
  min-width: 144px;
  right: -20px;
}
.header.layout6 .box-sticky .logo-prepend {
  padding-top: 0;
  margin-top: -5px;
}
.header.layout6 .main-header  {
  padding: 35px 0 42px;
}
.header.layout6  .main-menu > li.shop .mega-menu {
  left: auto;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}


.search-form.layout3 {
  position: relative;
}
.search-form.layout3 .search-block {
  width: 575px;
  border: solid 1px #dddddd;
  border-radius: 3px;
}
.search-form.layout3 .search-block .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #888;
  position: relative;
}
.search-form.layout3 .search-block .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #888;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0px;
}
.search-form.layout3 .chosen-container-single .chosen-single span {
  margin: 0;
}
.search-form.layout3 .chosen-container {
  float: left;
  width: 150px !important;
}
.search-form.layout3 .chosen-container.chosen-with-drop .chosen-drop {
  border: solid 1px #ddd;
  width: 100%;
}
.search-form.layout3 .chosen-container .chosen-results {
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 0;
}
.search-form.layout3 .chosen-container .chosen-results li {
  padding-left: 15px;
}
.search-form.layout3 .chosen-container .chosen-results li.highlighted {
  background-image: none;
}
.search-form.layout3 .search-inner .search-info {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 70px;
  color: #888;
  border-left: solid 1px #ededed;
  width: 330px;
}
.search-form.layout3 .search-block .search-button {
  float: right;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  margin: -1px;
  position: absolute;
  z-index: 1;
  right: 0;
  border: solid 1px transparent;
}
.search-form.layout3 .search-block .search-button:hover {
  background-color: #222;
  color: #fff;
}

.header.layout6 .top-links {
  float: right;
  margin-top: 22px;
}
.header.layout6 .search-form.layout3 {
  margin-top: 13px;
  float: right;
  margin-right: 6px;
}
.header.layout6 .menu-item .top-flash {
  top: 0;
}
.header.layout6 .menu-item .top-flash.hot {
  background-color: #818181;
}
.header.layout6 .menu-item .top-flash::after {
  border-top-color: #818181;
}
.header.layout6 .topbar .menu-item-has-children::after {
  color: #888;
}
.header.layout6 .main-menu .menu-item-has-children::after {
  color: #666;
}
.header.layout6 .main-menu {
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  margin-bottom: 40px;
}
.header.layout6 .box-sticky .main-menu  {
  border: none;
  margin-bottom: 0;
}
.header.layout6 .main-menu > li {
  border-bottom: solid 2px transparent;
  margin: 0 15px -1px 15px;
}
.header.layout6 .main-menu > li:last-child {
  margin-right: 0;
}
.header.layout6 .main-menu > li:first-child {
  margin-left: 0;
}
.header.layout6 .minicart .cart-block .cart-icon,
.header.layout6 .wishlist-icon {
  color: #666;
}

/*HEADER LAYOUT7*/
.header.layout7 .topbar {
  background-color: #222;
}
.header.layout7 .topbar .top-contact {
  font-size: 13px;
  padding-top: 0;
}
.header.layout7 .topbar-links > li > a,
.header.layout7 .minicart .cart-block .cart-icon .text,
.header.layout7 .menu-topbar>li>a,
.header.layout7 .wishlist-icon {
  font-size: 13px;
  color: #fff;
}
.header.layout7 .minicart .cart-block .cart-icon .text {
  float: right;
  margin-left: 15px;
}
.header.layout7 .minicart .cart-block .cart-icon {
  color: #fff;
}
.header.layout7 .minicart .cart-block .count {
  float: right;
  margin-left: 4px;
  position: static;
  color: #222;
}
.header.layout7 .topbar .right-content {
  float: right;
}
.header.layout7 .topbar .topbar-links,
.header.layout7 .topbar .menu-topbar,
.header.layout7 .box-minicart {
  float: left;
  display: inline-block;
}
.header.layout7 .minicart .cart-inner {
  right: 0;
}
.header.layout7 .menu-topbar>li {
  margin-left: 25px;
  padding: 0;
}
.header.layout7 .topbar .submenu {
  min-width: 144px;
}
.header.layout7 .submenu li a {
  padding: 0 20px;
}
.header.layout7 .topbar .menu-item-has-children::after {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
}
.header.layout7 .main-menu .menu-item-has-children::after {
  margin-left: 5px;
  color: #666;
}
.header.layout7 .menu-topbar {
  position: relative;
  margin: 0 25px;
  padding: 0 25px 0 0;
}
.header.layout7 .menu-topbar::before,
.header.layout7 .menu-topbar::after {
  height: 39px;
  width: 1px;
  background-color: #393939;
  position: absolute;
  z-index: 1;
  content: "";
  top: -5px;
}
.header.layout7 .menu-topbar::before {
  left: 0;
}
.header.layout7 .menu-topbar::after {
  right: 0;
}
.header.layout7 .topbar {
  padding: 22px 0 17px;
}
.header.layout7 .search-form.layout4 {
  float: right;
  display: inline-block;
  padding-top: 10px;
  position: relative;
  margin-left: 5px;
}
.header.layout7  .header-nav {
  display: inline-block;
}
.search-form.layout4 .search-inner {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  right: 100%;
  top: 8px;
  padding: 0 15px;
  margin-right: 10px;
  border: solid 1px #ddd;
}
.search-form.layout4 .search-block .search-button {
  margin: 0;
  display: inline-block;
  color: #666;
}
.header.layout7 .main-menu > li {
  margin: 0 13px;
  padding: 22px 0 21px;
}
.header.layout7 .main-menu > li:last-child {
  margin-right: 0;
}
.header.layout7 .main-menu > li:first-child {
  margin-left: 0;
}
.header.layout7 .main-menu > li:last-child .submenu {
  right: -20px;
  left: inherit;
}
.header.layout7 .main-header {
  padding: 20px 0 10px;
}
.header.layout7 .main-header.box-sticky {
  padding: 10px 0;
}


/*HEADER LAYOUT8*/
.header .hidden-logo {
  display: none;
}

.header.layout8 .topbar {
  background-color: #0f0f0f;
  padding: 10px 0;
}
.header.layout8 .topbar-links > li > a,
.header.layout8 .menu-topbar>li>a {
  font-size: 13px;
  color: #fff;
}
.header.layout8 .topbar-links > li .submenu {
  min-width: 144px;
}
.header.layout8 .topbar .menu-item-has-children::after {
  font-size: 14px;
  color: #fff;
}
.header.layout8 .menu-topbar>li {
  padding: 0 13px;
}
.header.layout8 .menu-topbar>li:first-child {
  padding-left: 0;
}
.header.layout8 .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout8 .search-form  {
  margin-top: 15px;
}
.header.layout8 .top-links {
  margin-top: 18px;
}
.header.layout8 .top-links {
  float: right;
  margin-right: 12px;
}
.header.layout8 .search-form .search-inner .search-info {
  color: #888;
}
.header.layout8 .main-menu > li.logo {
  padding-top: 0;
  margin: 0 65px 0 60px;
}
.header.layout8 .main-menu > li.logo img {
  margin-top: -20px;
}
.header.layout8 .main-header  {
  padding: 40px 0 30px;
}
.header.layout8 .main-header.box-sticky {
  padding-top: 20px;
  padding-bottom: 10px;
}
.header.layout8 .menu-item-has-children::after {
  margin-left: 5px;
}
/*HEADER LAYOUT9*/
.special-container  {
  max-width: 1830px;
  margin: 0 auto;
  padding: 0 15px;
}
.header.layout9 .topbar {
  padding: 2px 0 3px;
}
.header.layout9 .list-currencies li:hover a {
  background-color: #f45a5a;
}
.header.layout9 .box-header-nav {
  background-color: transparent;
  margin-top: 8px;
}
.header.layout9 .main-menu {
  text-align: left;
}
.header.layout9 .main-menu > li {
  padding-top: 10px;
}
.header.layout9 .logo {
  margin-top: 0;
}
.header.layout9 .top-links {
  margin-top: 17px;
}
.header.layout9 .main-header {
  padding: 45px 0;
}
.header.layout9 .main-header.box-sticky {
  padding: 20px 0;
}
.header.layout9 .menu-item .top-flash.hot {
  background-color: #266eb2;
}
.header.layout9 .menu-item .top-flash.hot::after {
  border-top-color: #266eb2;
}
.menu-categories {
  background-color: #f8f8f8;
  padding-left: 20px;
  width: calc(100% - 75px);
  border-radius: 5px;
  border: solid 1px #eeeeee;
  float: left;
}
.menu-categories .categories-menu {
  float: left;
}
.categories-menu > li {
  display: inline-block;
  list-style: none;
  padding: 16px 0;
  margin: 0 25px;
  position: relative;
}
.categories-menu > li:last-child {
  margin-right: 0;
}
.categories-menu > li:hover::before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.categories-menu > li > a {
  font-size: 15px;
  color: #222;
  display: inline-block;
  font-weight: 500;
}
.categories-menu > .menu-item-has-children::after {
  color: #666;
  font-size: 14px;
  margin-left: 5px;
}
.social-header .list-socials {
  float: right;
  margin-right: 3px;
}
.social-header .list-socials li {
  padding: 15px 0 13px;
  margin: 0 16px;
}
.social-header .list-socials li a {
  color: #555;
}
.header.layout9 .search-form {
  float: right;
  margin: 0;
}
.search-form.layout5 {
  width: 60px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.search-form.layout5 .search-inner {
  position: absolute;
  z-index: 1;
  right: 100%;
  background-color: #fff;
  top: 0;
}
.search-form.layout5 .search-inner .search-info {
  line-height: 58px;
  height: 58px;
  min-width: 210px;
}
.search-form.layout5 .search-block .search-button {
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 58px;
  margin: 0;
  border-radius: 5px;
}
.search-form.layout5 .search-block .search-button:hover {
  color: #fff;
  background-color: #222;
}

/*HEADER LAYOUT10*/
.header.layout10 .topbar   {
  background-color: #f5f5f5;
}
.header.layout10 .menu-topbar  li >a,
.header.layout10 .topbar-links li > a {
  font-size: 13px;
  color: #666;
}
.header.layout10 .topbar {
  padding: 10px 0;
}
.header.layout10 .topbar .menu-item-has-children::after {
  color: #666;
}
.header.layout10 .menu-topbar>li {
  padding: 0 13px;
}
.header.layout10 .menu-topbar>li:first-child {
  padding-left: 0;
}
.header.layout10 .menu-topbar>li:last-child {
  padding-right: 0;
}
.header.layout10 .main-menu > li {
  padding: 14px 0;
}
.header.layout10 .main-menu > li > a,
.header.layout10 .main-menu .menu-item-has-children::after {
  color: #fff;
}
.header.layout10 .menu-item .top-flash.hot {
  background-color: #ff7f7b;
}
.header.layout10 .menu-item .top-flash.new {
  background-color: #9fa2c3;
}
.header.layout10 .menu-item .top-flash.new::after {
  border-top-color: #9fa2c3;
}
.header.layout10 .box-sticky .main-menu > li > a, 
.header.layout10 .box-sticky .main-menu .menu-item-has-children::after {
  color: #222;
}
.header.layout10 .box-sticky .logo-prepend {
  padding-top: 0;
}
.header.layout10 .main-header {
  padding-left: 0;
  padding-right: 0;
}
/*HEADER LAYOUT11*/
.header.layout11 {
  position: absolute;
  z-index: 11;
  top: 36px;
  left: 0;
  width: 100%;
}
.header.layout11 .main-header.box-sticky {
  background-color: rgba(0, 0, 0, 0.8);
}
.header.layout11 .topbar,
.header.layout11 .main-header {
  padding-left: 0;
  padding-right: 0;
}
.header.layout11 .search-form .search-block .search-button,
.header.layout11 .minicart .cart-block .cart-icon,
.header.layout11 .wishlist-icon,
.header.layout11 .top-links > li > a,
.header.layout11 .search-form .search-inner .search-info,
.header.layout11 .menu-item-has-children::after,
.header.layout11 .mobile-navigation {
  color: #fff;
}
.header.layout11 .mobile-navigation .icon span {
  background-color: #fff;
}
.header.layout11 .main-menu > li > a {
  color: #fff;
  font-family: "Times New Roman";
  font-weight: 700;
}
.header.layout11 .menu-item .top-flash {
  top: 0;
}
.header.layout11 .box-sticky .top-links > li.account {
  display: none;
}
/*VERTICAL MENU*/
.menu-item-has-megamenu {
  position: inherit;
}
.vertical-menu .menu-item-has-children .submenu {
  left: 100%;
  top: 50px;
  border: solid 2px;
  box-shadow: none;
  padding: 0;
}
.vertical-menu .menu-item-has-megamenu .mega-menu {
  left: calc(100% - 15px);
}
.vertical-menu .menu-item-has-children:hover .submenu {
  top: 0;
}
.vertical-menu .menu-item-has-children::after {
  color: #aaa;
  padding: 17px 0;
  content: "\f105";
  display: inline-block;
}
.vertical-categories {
  border: solid 2px;
}
.vertical-categories .title {
  width: 100%;
  padding: 15px 25px 15px 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.vertical-categories .title .icon {
  width: 14px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.vertical-categories .title span.tab {
  width: 14px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 2px 0 1px;
}
.vertical-menu > li {
  padding: 0 25px 0 30px;
  display: list-item;
  list-style: none;
  border-bottom: solid 1px #eee;
}
.vertical-menu > li:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.vertical-menu > li > a {
  font-size: 14px;
  padding: 17px 0;
  color: #555;
  display: inline-block;
}

/*CUSTOM HOME 2*/
.each-section {
  text-align: center;
  background-color: black;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -1px;
}
.next-section {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  display: inline-block;
}
.each-section .next-section {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  outline: 0;
}
.each-section .next-section:focus,
.each-section .next-section:hover {
  color: #fff;
  outline: 0;
}
.section1 {
  background-image: url('../images/home2-1.jpg');
}
.section2 {
  background-image: url('../images/home2-2.jpg');
}
.section3 {
  background-image: url('../images/home2-3.jpg');
}
.section4 {
  background-image: url('../images/home2-4.jpg');
}
.section5 {
  background-image: url('../images/home2-5.jpg');
}

.each-section .section-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.each-section .section-content .title {
  font-size: 48px;
  color: #fff;	
  font-weight: 400;
  margin: 0 0 40px;
 /*  letter-spacing: 3px; */
}
.each-section .section-content .sub-title {
  color: #fefefe;
  font-size: 60px;
  font-weight: 600;
  font-family: Yaquote;
  margin-bottom: 20px;
  display: inline-block;
}
.each-section .section-content .button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 25px;
}
.each-section .section-content .button:hover {
  background-color: #333;
}
/*Category Style*/
.category {
  margin: 15px 0;
}
.category .thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.category .thumb img {
  width: 100%;
}
.category.layout1 .thumb {
  margin-bottom: 10px;
}
.category.layout2 .thumb {
  margin-top: 10px;
}
.category .info {
  position: absolute;
  z-index: 1;
  left:  0;
  width: 100%;
  text-align: center;
  padding: 0 5px;
}
.category.layout1 .info {
  top: 35px;
}
.category.layout2 .info {
  bottom: 45px;
}
.category .info .name {
  font-size: 18px;
  color: #222;
  position: relative;
  margin: 0;
  display: inline-block;
  
}
.category .info .name::after {
  width: 100%;
  height: 2px;
  background-color: #a1a1a1;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.category .info .count-item {
  display: block;
  font-size: 15px;
  color: #888;
}
.category .shop-button {
  display: block;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #222222;
  border: solid 2px #aaa;
  line-height: 36px;
  padding: 0;
  font-weight: 500;
}
.category .shop-button:hover {
  color: #fff;
}
.category .shop-button::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-bottom: solid 2px #aaa;
  border-right: solid 2px #aaa;
  left: 50%;
  position: absolute;
  z-index: 1;
}
.category.layout1 .shop-button::before {
  top: -6px;
  -webkit-transform: translateX(-50%) rotate(-135deg);
     -moz-transform: translateX(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}
.category.layout2 .shop-button::before {
  bottom: -6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
       -o-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.list-socials li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.list-socials li a {
  font-size: 20px;
  color: #aaaaaa;
}
/*--INNER PAGE*/

/*SHOPPING CART*/
.cart-content {
  padding: 0 0 50px;
}
.shopping-cart-content {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.shopping-cart-content td {
  padding: 45px 0;
  text-align: center;
  border: solid 1px #ccc;
}
.shopping-cart-content .title td {
  font-size: 12px;
  color: #222;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.shopping-cart-content .delete-item a {
  font-size: 18px;
  color: #666;
}
.shopping-cart-content .product-thumb img {
  max-width: 80px;
}
.shopping-cart-content .product-name a {
  font-size: 15px;
  color: #555;
}
.shopping-cart-content .edit a {
  font-size: 16px;
  color: #666;
}
.shopping-cart-content .quantity-item .quantity {
  float: none;
}
.quantity .chosen-container {
  min-width: 90px;
}
.quantity .chosen-container-single .chosen-single {
  height: 40px;
  line-height: 40px;
  border: solid 1px #ccc;
  font-size: 14px;
  color: #666;
  padding: 0 25px;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  position: relative;
}
.quantity .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #333;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0px;
}
.quantity .chosen-container-single .chosen-single span {
  margin: 0;
}
.quantity .chosen-container .chosen-results {
  padding-left: 0;
  text-align: left;
  margin: 0;
}
.quantity .chosen-container .chosen-results li {
  padding-left: 24px;
  font-size: 14px;
}
.quantity .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #888;
} 
.shopping-cart-content .price,
.shopping-cart-content .total  {
  font-size: 16px;
  color: #333;
  
  font-weight: 500;
}
.shopping-cart-content .checkout-cart td.left {
  border-right: none;
  text-align: left;
  padding: 20px;
}
.shopping-cart-content .checkout-cart td.right {
  border-left: none;
  text-align: right;
  padding: 20px;
}
.cart-content .submit {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
}
.cart-content .subtotal .submit {
  font-size: 14px;
  line-height: 50px;
}
.cart-content .submit:hover {
  background-color: #d26e4b;
}
.cart-content .continue-shopping:hover,
.cart-content .update:hover {
  color: #fff;
}
.cart-content .orther-info {
  padding-bottom: 20px;
}
.cart-content .orther-info .title {
  font-size: 14px;
  color: #222;
  margin: 0 0 18px;
  text-align: left;
}
.cart-content .orther-info .supper-title {
  padding-bottom: 10px;
  padding-top: 0;
}
.cart-content .orther-info .supper-title::after {
  margin: 0;
  width: 36px;
}
.cart-content .orther-info .subtitle {
  font-size: 14px;
  color: #555;
  margin: 0 0 20px;
}
.cart-content .orther-info .text-label {
  font-size: 14px;
  color: #555;
  margin: 5px 0 10px;
}
/* .cart-content .orther-info .text-label span {
  font-size: 24px;
} */
.cart-content .orther-info .input-info {
  font-size: 14px;
  color: #555;
  line-height: 35px;
  height: 35px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
  border: solid 1px #bbbbbb;
}
.cart-content .subtotal {
  background-color: #f5f5f5;
  padding: 40px;
  text-align: right;
}
.cart-content .subtotal .title {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}
.cart-content .subtotal .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin:0 0 30px;
}
.cart-content .subtotal .note {
  font-size: 14px;
  color: #555;
  margin: 35px 0 20px;
}
.cart-content .related-items .supper-title {
  font-size: 14px;
  text-align: left;
}
.cart-content .related-items .supper-title::after {
  margin: 0;
}
.breadcrumbs {
  color: #222;
  margin: 35px 0;
  font-size: 14px;
}
.breadcrumbs a{
  font-size: 14px;
  color: #222;
  font-weight:600;
	text-transform:uppercase;
}
.breadcrumbs .current {
  font-weight:700;
  color: #337ab7;
	text-transform:uppercase;
}

.list-page li {
  display: inline-block;
  list-style: none;
}
.list-page li a {
  font-size: 14px;
  color: #555;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
}
.list-page li a:hover,
.list-page li a.current {
  background-color: #222;
  color: #fff;
}
.list-page li a.prev,
.list-page li a.next {
  position: relative;
  width: auto;
}
.list-page li a.prev:hover,
.list-page li a.next:hover {
  background-color: transparent;
  color: #222;
}
.list-page li a.prev:hover::after,
.list-page li a.next:hover::after {
  background-color: #aaa;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
}
.pagination {
  width: 100%;
  text-align: center;
}
.blogs-page .pagination {
  margin: 70px 0 80px;
}
.blogs-page .breadcrumbs {
  margin: 55px 0 30px;
}
/*Comming soon page*/
.comingsoon-page {
  position: relative;
  background-image: url('../images/background3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  min-height: 990px;
  padding:  0 15px;
}
.comingsoon-content .list-percent li .around {
  max-width: 400px;
  display: inline-block;
}
.comingsoon-page .comingsoon-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
.comingsoon-content .logo {
  padding: 60px 0 185px;
}
.comingsoon-content .title {
  font-size: 36px;
  color: #fff;
  
  margin: 0;
}
.comingsoon-content .des {
  font-size: 18px;
  color: #fff;
  margin: 15px auto 85px;
  max-width: 970px;
}
.comingsoon-content .coppy-right .content {
  font-size: 14px;
  color: #bbb;
  margin-top: 270px;
}
.comingsoon-content .coppy-right .content .site-name {
  font-weight: 700;
  color: #fff;
}

.kt-countdown .box-count ul li {
  list-style: none;
}
.kt-countdown .box-count {
  display: inline-block;
  min-width: 160px;
  min-height: 160px;
  border-radius: 100%;
  text-align: center;
  padding-top: 45px;
  border: solid 5px #888;
  margin: 0 25px;
}
.kt-countdown .box-count ul li {
  list-style: none;
}

.comingsoon-content .time_circles > div > span,
.kt-countdown .box-count .number {
  font-size: 48px;
  color: #fff;
  
  font-weight: 500;
}
.comingsoon-content .time_circles > div > h4,
.kt-countdown .box-count .text {
  font-size: 24px;
  color: #888;
  
  font-weight: 500;
  margin-top: 10px;
}
.datecountdown {
  width: 830px;
  height: 208px; 
  padding: 0px; 
  box-sizing: border-box; 
  background-color:transparent;
  margin: 0 auto;
}
/*PAGE-404*/
.page-404 {
  text-align: left;
  padding: 20px 15px;
}
.page-404 .title {
  font-size: 36px;
  color: #222;
  
  margin: 20px 0;
}
.page-404 .des {
  font-size: 18px;
  margin: 0 0 35px;
}

/*ABOUT PAGE*/
.about-page .breadcrumbs {
  margin: 35px 0;
}
.about-theme {
  overflow: hidden;
  
}
.about-theme .thumb {
  float: left;
  margin-right: 30px;
}
.about-theme .info {
  overflow: hidden;
  padding-top: 50px;
}
.about-theme .info .theme-name {
  font-size: 20px;
  color: #222;
  
  display: inline-block;
  padding: 0 0 15px;
  position: relative;
}
.about-theme .info .theme-name::after {
  width: 35px;
  height: 2px;
  background-color: #d3d3d3;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.about-theme .info .theme-des {
  font-size: 14px;
  color: #555;
  margin: 25px 0 0;
}

.box-title {
  font-size: 42px;
	font-weight:600;
  margin: 0;
  text-transform:uppercase;
  text-align: center;
  width: 100%;
}
.box-subtitle {
  font-size: 16px;
  text-align: center;
  /*width: 70%;*/
}

.row-featrue {
  padding: 50px 15px 30px;
  background-color: #f8f8f8;
}
.row-featrue2 {
  padding: 50px 15px 0 0;
  background-color: #06214c;
}
.row-featrue .box-subtitle {
  
}

.our-team {
  padding: 25px 0 65px;
}
.our-team .box-subtitle {
  margin-bottom: 40px;
}
.character-item .info {
  text-align: center;
	WIDTH:80%;
  margin: 15px 0;line-height:24px;
	font-size:22px;font-weight:700;color:#000000;
}
.character-item .info2 {
  text-align: left;padding:10px 0 20px 0;
  margin: 0 0;
	font-size:22px;font-weight:700;color:#000000;text-transform:uppercase;
}
.character-item .info .name {
  font-size: 16px;
  color: #222;
  
}
.character-item .info .position {
  font-size: 14px;
  color: #888;
}
.character-item .info .list-contact li {
  display: inline-block;
  margin: 0 3px;
}
.character-item .info .list-contact li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.character-item{padding:15px 10px 35px 10px;}
.character-item .info .list-contact li.facebook a {
  background-color: #3b5998;
}
.character-item .info .list-contact li.twitter a {
  background-color: #1da1f2;
}
.character-item .info .list-contact li.linkedin a {
  background-color: #0077b5;
}
.character-item .info .list-contact li a:hover {
  background-color: #333;
}
/*CHECK OUT*/
.checkout-content {
  padding: 0 0 65px;
}
.checkout-content .main-title {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 40px;
}
.hidden-content {
  display: none;
}
.hidden-content.show {
  display: block;
}
.list-choosen li {
  display: list-item;
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
}
.list-choosen li>a {
  font-size: 12px;
  color: #222;
  
  line-height: 40px;
  background-color: #f8f8f8;
  width: 100%;
  display: inline-block;
  font-weight: 500;
}
.list-choosen li > a .number {
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.list-choosen li.active > a .number,
.list-choosen li:hover > a .number {
  background-color: #d26e4b;
}

.checkout-choosen-content {
  padding: 35px 40px;
  margin: 15px 0 30px;
  border: solid 1px #eeeeee;
}
.checkout-choosen-content .title {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  margin: 0 0 10px;
}
.checkout-choosen-content .subtitle {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  margin: 0 0 20px;
}
.checkout-choosen-content .text-label {
  font-size: 13px;
  color: #555;
  margin: 0 0 10px;
  outline: 0;
  font-weight: 400;
}
.checkout-choosen-content .list-check .text-label  {
  cursor: pointer;
}
.checkout-choosen-content .note .text-label {
  margin-bottom: 0;
}
.checkout-choosen-content .list-check {
  margin-bottom: 10px;
}
.checkout-choosen-content .checked {
  margin-top: -5px;
  display: block;
}
.checkout-choosen-content .radio {
  float: left;
  display: list-item;
  margin-right: 5px;
  margin-top: 7px;
}
.checkout-choosen-content .list-tick {
  padding: 0;
  margin-top: 15px;
}
.checkout-choosen-content .list-tick li {
  display: list-item;
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}
.checkout-choosen-content .list-tick li .icon {
  color: #b5b5b5;
  margin-right: 5px;
}
.checkout-choosen-content .submit {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 25px;
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 8px;
}
.checkout-choosen-content .login {
  margin-top: 0;
}
.checkout-choosen-content .login-form  .input-info {
  margin-bottom: 20px;
}
.checkout-choosen-content .submit:hover {
  background-color: #333;
}
.checkout-choosen-content .input-info {
  width: 100%;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  border: solid 1px #bbbbbb;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  margin-bottom: 15px;
}
.checkout-choosen-content .note {
  float: right ;
  text-align: right;
  margin-top: -10px;
}
.checkout-choosen-content .note .forgot-pass:focus,
.checkout-choosen-content .note .forgot-pass {
  font-size: 13px;
  color: #d6644a;
  margin-top: -5px;
  display: inline-block;
  outline: 0;
  border: 0;
}


.list-progress {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 25px 70px;
}
.list-progress li {
  list-style: none;
  display: list-item;
}
.list-progress li a {
  font-size: 14px;
  color: #555;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.list-progress li a .icon {
  margin-right: 15px;
}


/*FEATRUE-BOX*/
.featrue-box {
  text-align: left;background:#ffffff;width:100%;
}
.featrue-box .block-icon {
  width: 100%;
  /*height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 100%;*/
  margin: 0 auto;
  display: inline-block;background:none;
}
.featrue-box:hover .block-icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.featrue-box .block-icon a {
  font-size: 52px;
  color: #ffffff;
}
.featrue-box .block-inner .title {
  font-size:28px;
  color: #000000;
  font-weight:600;
  margin: 20px 0 ;padding:0 28px;
}
.featrue-box .block-inner .des {
  font-size: 14px;
  color: #555;
  margin: 10px 0 0;
  padding: 0 30px;
  line-height: 22px;
}

/*FEATRUE-BOX LAYOUT2*/
.featrue-box.layout2 {
  text-align: left;
}
.featrue-box.layout2 .block-icon {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 20px 0 0;
  background-color: #cccccc;
}
.featrue-box.layout2 .block-inner {
  overflow: hidden;
}
.featrue-box.layout2 .block-inner .title {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 10px 0;
}
.featrue-box.layout2 .block-inner .des {
  padding: 0;
  margin: 5px 0 0;
  color: #999;
}
/*FEATRUE-BOX LAYOUT3*/
.featrue-box.layout3 .block-icon {
  background-color: transparent;
  width: auto;
  height: 70px;
  line-height: 70px;
}
.featrue-box.layout3 .block-inner .title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin: 25px 0 10px;
}
.featrue-box.layout3 .block-inner .des {
  color: #999;
}

/*FEATRUE-BOX LAYOUT4*/
.featrue-box-list .featrue-box.layout4 {
  padding: 42px 10px 45px 15px;
}
.main-content-home6 .featrue-box-list {
  border: solid 1px #ddd;
  margin: 40px auto 75px;
}
.featrue-box-list .featrue-item {
  border-left: solid 1px #eee;
}
.featrue-box.layout4 {
  text-align: left;
}
.featrue-box.layout4 .block-icon {
  width: auto;
  height: auto;
  line-height: 50px;
  float: left;
  background-color: transparent;
  margin-right: 20px;
}
.featrue-box.layout4 .block-inner {
  overflow: hidden;
}
.featrue-box.layout4 .block-inner .des {
  padding: 0;
  margin: 0;
  color: #999;
}
.featrue-box.layout4 .block-inner .title {
  text-transform: uppercase;
  margin: 10px 0 5px;
}
/*CONTACT PAGE*/
.contact-page .breadcrumbs {
  margin: ;
}
.box-contact {
  text-align: center;
  margin: 40px 0; 
}
.box-contact .title {
  font-size: 14px;
  color: #222;
  margin: 0 0 15px;
  
}
.box-contact .title .icon {
  margin-right: 10px;
}
.box-contact .subtitle {
  font-size: 14px;
  color: #555;
  margin: 6px 0 0;
}
.contact-content {
  padding: 0 0 80px;
}
.contact-content .input-info {
  width: 100%;
  color: #555;
  font-size: 14px;
  padding: 0 20px;
  border: solid 1px #bbbbbb;
  outline: 0;
  box-shadow: none;
  margin-top: 30px;
  height: 46px;
  line-height: 46px;
}
.contact-content .input-content {
  height: 305px;
  padding: 20px;
  margin-bottom: 24px;
  line-height: inherit;
}
.contact-content .send {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 3px;
}
.contact-content .send:hover {
  background-color: #333;
}
/*SEARCH PAGE*/
.searchresult-page {
  padding: 50px 0 0;
}
.searchresult-page .right-content {
  text-align: left;
  float: right;
}
.searchresult-page .note-search .title {
  font-size: 24px;
  color: #222;
  margin: 0;
}
.searchresult-page .note-search .title .number {
  font-weight: 700;
}
.searchresult-page .note-search .search-content .text {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.searchresult-page .note-search .search-content a {
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
}
.searchresult-page .note-search .search-content a:hover {
  text-decoration: none;
}
.searchresult-page .search-content {
  margin: 10px 0 35px;
  display: inline-block;
}
.control {
  margin-bottom: 35px;
}
.control .title {
  font-size: 14px;
  color: #555;
}
.control .filter-more {
  float: right;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.inner-page .pagination {
  margin: 55px 0 40px;
}

/*WIDGET*/
.widget {
  margin: 0 0 55px;
}
.widgettitle {
  font-size: 14px;
  color: #222;
  position: relative;
  
  padding: 0 0 10px;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.widgettitle::after {
  width: 35px;
  height: 2px;
  background-color: #d3d3d3;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
}
.product-categories li {
  list-style: none;
  display: list-item;
}
.product-categories li a {
  font-size: 14px;
  color: #555;
  line-height: 36px;
}

.widget_filter_price .ui-slider .ui-slider-range {
  height: 3px;
  background-color: #d26e4b;
}
.widget_filter_price .ui-slider .ui-slider-handle, 
.widget_filter_price .ui-slider .ui-slider-handle {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  background-color: #d26e4b;
}
.widget_filter_price .ui-slider {
  height: 3px;
  background-color: #dbdbdb;
  margin-left: 10px;
}
.widget_filter_price .filter {
  float: right;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 3px;
  margin-top: 25px;
}
.widget_filter_price .filter:hover {
  background-color: #333;
}
.widget_filter_price .amount-range-price {
  float: left;
  margin-top: 33px;
  margin-left: -10px;
  font-size: 14px;
}
.widget_filter_price .amount-range-price span {
  font-weight: 500;
  
  font-size: 16px;
}
.widget-recent-post .widgettitle {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.widget-recent-post .widgettitle::after {
  display: none;
}
.widget-recent-post .list-recent-posts li {
  display: list-item;
  list-style: none;
  padding: 14px 0 20px;
  border-bottom: solid 1px #e7e7e7;
  overflow:  hidden;
}
.widget-recent-post .list-recent-posts li:last-child {
  border-bottom: none;
}
.widget-recent-post .list-recent-posts li .thumb {
  float: left;
  margin-right: 20px;
  border: solid 1px #fafafa;
  margin-top: 5px;
}
.list-recent-posts li .info {
  overflow: hidden;
}
.list-recent-posts li .info .product-name {
  font-size: 13px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.list-recent-posts li .info .price .del,
.list-recent-posts li .info .price .ins,
.list-recent-posts li .info .price .main {
  font-size: 15px;
  
}
.list-recent-posts li .info .price .text {
  color: #aaa;
  font-size: 12px;
}
.list-recent-posts li .info .price .del {
  color: #aaa;
  text-decoration: line-through;
}
.list-recent-posts li .info .price .ins {
  color: #333;
}
.widget_filter_color {
  margin-bottom: 50px;
}
.widget_filter_size {
  margin-bottom: 30px;
}
.list-color li {
  list-style: none;
  display: inline-block;
  margin-right:  12px;
}
.list-color li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.list-color li a:hover::before,
.list-color li.current a::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  left: 0;
  top: 0;
}
.list-color li a.red {
  background-color: #ff7a5f;
}
.list-color li a.gray {
  background-color: #acacac;
}
.list-color li a.blue-0 {
  background-color: #75b8b9;
}
.list-color li a.orange {
  background-color: #ea8d32;
}
.list-color li a.blue-1 {
  background-color: #5f90ba;
}
.list-color li a.black {
  background-color: #333333;
}
.list-color li a.green {
  background-color: #92b344;
}
.list-color li a.blue {
  background-color: #5587be;
}
.list-color li a.brown {
  background-color: #94554d;
}

.list-size li {
  list-style: none;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 22px;
}
.list-size li a {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.list-size li a .count {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}

.list-tags li {
  display: inline-block;
  list-style: none;
  margin: 5px 3px 5px 1px;
}
.list-tags li a {
  font-size: 13px;
  color: #555;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 3px;
  border: solid 1px #e6e6e6;
  display: inline-block;
	text-transform:uppercase;
}
.list-tags li a:hover {
  color: #fff;
}

.inner-page .main-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;background:#072f6d;text-align:center;
}
.inner-page .main-banner .banner-info {
  position: absolute;
  right: 70px;
  max-width: 400px;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inner-page .main-banner .banner-info .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  
  margin: 0 0 20px;
}
.inner-page .main-banner .banner-info .goto-shop {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 3px;
  display: inline-block;
}
.inner-page .main-banner .banner-info .goto-shop:hover {
  background-color: #333;
}
.inner-page .main-banner:hover .title,
.inner-page .main-banner:hover .goto-shop {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.inner-page .main-banner:hover .goto-shop {
  animation-name: bounceInUp;
  -webkit-animation-name: bounceInUp;
}
/*PORTFOLIO*/
.portfolio-page .page-title {
  font-size: 36px;
  margin: 55px 0 0;
}
.list-fillter {
  width: 100%;
  text-align: center;
}
.list-fillter li {
  display: inline-block;
  list-style: none;
  margin: 25px 15px 35px;
}
.list-fillter li  {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  
  font-weight: 500;
}
.list-fillter li:hover {
  cursor: pointer;
  color: #222;
}
.list-fillter li .fillter-active {
  color: #222;
}
.list-fillter li .item-fillter {
  position: relative;
}
.list-fillter li .fillter-active::after {
  content: "";
  background-color: #888;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 1;
  left: 0;
}
.portfolio-grid{margin-top:60px;}
.portfolio-grid::after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-grid .item-portfolio {
  overflow: hidden;
  display: inline-block;
}
.cp-portfolio {
  max-width: 1903px;
  margin: 0 auto;
}
.portfolio-grid .item-portfolio.img1-1 {
  width: 20%;
}
.portfolio-grid .item-portfolio.img2-1 {
  width: 40%
}
.portfolio-grid .item-portfolio.img2-2 {
   width: 40%
}
.item-portfolio .post-format a{
  position: relative;
  overflow: hidden;
  display: block;
}
.item-portfolio .post-format a::before {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: "";
  z-index: 1;
  opacity: 0;
}
.item-portfolio .post-format a:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.item-portfolio .post-info {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 34px;
}
.item-portfolio .post-info .title {
  font-size: 20px;
  color: #fff;
  
  font-weight: 400;
  display: inline-block;
  margin: 0 0 5px;
}
.item-portfolio .post-info .subtitle {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.blogs-grid {
  margin: 0 -15px;
}
.blogs-grid .post-item {
  padding: 0 15px;
}
.blogs-grid .post-item.layout2 .post-format {
  /*background:#ffffff;margin-bottom: 12px;*/
}
/*BLOG STYLE*/
.post-item {
  margin-bottom: 45px;
}
.post-item .post-name {
  
  font-size: 16px;
  color: #222;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  display: inline-block;
}
.post-item .meta-post {
  margin-bottom: 5px;
}
.post-item .meta-post li{
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  margin-left: 1px;
}
.post-item .meta-post li a {
  font-size: 13px;
  color: #888888;
}
.post-item .meta-post li .icon {
  font-size: 18px;
  margin-right: 10px;
}
.single-blog-page {
  padding-top: 20px;
}
.single-blog .post-item .post-format {
  margin: 25px 0;
}
.single-blog .post-item .post-name {
  font-size: 18px;
}
.single-blog .post-item .description {
  font-size: 13px;
  margin: 35px 0;
  color: #555555;
  line-height: 24px;
}
.single-blog .post-item .description .note {
  font-size: 18px;
  color: #333333;
  
  padding: 30px;
  background-color: #f4f4f4;
  line-height: 24px;
  margin: 15px 0;
  font-weight: 500;
}
.about-me .top-info-author {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.about-me .top-info-author .title {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #333333;
  
  margin: 10px 0 0;
}
.about-me .top-info-author .list-socials {
  float: right;
}
.about-me .main-info-author {
  padding: 0 40px;
}
.about-me .main-info-author .comment-content {
  overflow: hidden;
}
.about-me .main-info-author .avata {
  float: left;
  margin-right: 20px;
}
.about-me .main-info-author .comment-content .name {
  font-size: 15px;
  color: #333;
  
  margin: 30px 0 10px;
}
.about-me .main-info-author .comment-content .des {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.supper-title {
  font-size: 18px;
  color: #222;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  
  font-weight: 500;
}
.supper-title::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #d3d3d3;
}
/*blog item layout1*/
.post-item .post-format {
  
  position: relative;
}
.post-item .info .main-content-post {
  overflow: hidden;
}
.post-item .info .avatar-author {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}
.post-item .info .meta-post-info li {
  display: inline-block;
}
.post-item .info .meta-post-info li a {
  font-size: 13px;
  color: #888888;
}
.post-item .post-format .play-video {
  font-size: 28px;
  color: #fff;
  background-color: rgba(170, 170, 170, 0.2);
  width: 68px;
  height: 68px;
  line-height: 68px;
  display: inline-block;
  text-align: center;
  position: absolute;
  padding-left: 5px;
  z-index: 1;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.post-item .post-format:hover .play-video {
  opacity: 1;
  visibility: visible;
}
/*blog item layout2*/
.post-item.layout2 .post-format {
  /*margin-bottom: 5px;*/
  text-align: center;
}
.post-item.layout2 .post-format img {
  width: 100%;
}
.post-item .des {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.post-item .readmore {
  font-size: 14px;
  text-decoration: underline;
}
.post-item .readmore:hover {
  text-decoration: none;
}
.post-item.layout3 .post-format {
  margin-bottom: 10px;
}
.post-item.layout3 .post-format .post-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.post-item.layout3 .post-format .post-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 1s ease 0s;
     -moz-transition: 1s ease 0s;
      -ms-transition: 1s ease 0s;
       -o-transition: 1s ease 0s;
          transition: 1s ease 0s;
}
.post-item.layout3 .post-format .post-thumb:hover::before {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  opacity: 0.5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
}
.post-item.layout3 .post-name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 8px;
}
.post-item.layout4 .post-format {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px
}
.post-item.layout4 .post-format .date {
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #fff;
  
  padding: 0 15px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.post-item.layout4 .post-format:hover .date {
  left: 0;
}
.post-item.layout4 .info {
  text-align: center;
}
.post-item.layout4 .post-name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
}
.post-item.layout4 .des {
  font-size: 13px;
  margin-top: 7px;
}

.post-item.layout5 .post-name{
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.post-item.layout5 .post-format {
  margin-bottom: 10px;
}
.post-item.layout5 .des {
  margin-top: 5px;
}
/*List comments*/
.box-comments {
  padding: 0 0 95px; 
}
.box-comments .comments-title {
  margin: 0 0 20px;
  padding-top: 0;
}
.list-comments  li {
  display: list-item;
  list-style: none;
}
.list-comments > li {
  margin-bottom: 40px;
}
.comment-item .avata {
  float: left;
  margin-right: 30px;
}
.comment-item .info {
  overflow: hidden;
  border: solid 1px #bbbbbb;
  padding: 25px 30px;
}
.comment-item .meta-comment-info {
  padding: 0;
}
.comment-item .meta-comment-info li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #888;
}
.comment-item .meta-comment-info li a {
  font-size: 14px;
  color: #222;
  
  font-weight: 500;
}
.comment-item .sub-comment {
  padding-left: 115px;
  margin-top: 40px;
}
.comment-item .info .comment-content {
  font-size: 13px;
  color: #555;
  margin: 5px 0 20px;
}
.comment-item .info .reply {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  
  float: right;
  display: inline-block;
}
.comment-item .info .reply .icon {
  color: #aaa;
  font-size: 11px;
  margin-left: 5px;
}

.leave-comment {
  margin-top: 80px;
  border-top: solid 1px #dedede;
}
.leave-comment .title {
  font-size: 14px;
  color: #222;
  
  margin: 35px 0;
}
.leave-comment .input-info {
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  color: #888;
  border: solid 1px #bbbbbb;
  padding: 0 15px;
  margin-bottom: 30px;
}
.leave-comment .input-content {
  height: auto;
  margin-bottom: 20px;
  line-height: inherit;
  height: 300px;
  padding: 15px;
}
.leave-comment .submit {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  display: inline-block;
  border: solid 1px transparent;
}
.leave-comment .submit:hover {
  background-color: #fff;
}

/*NEWSLEtTER*/
/*Newsletter layout1*/
.newsletter.layout1 {
  background-repeat: no-repeat;
  background-image: url('../images/background2.jpg');
  background-position: center ;
  height: 245px;
}
.newsletter {
  text-align: center;
  padding: 45px 15px 65px;
}
.newsletter .title {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  
  margin: 0;
}
.newsletter .title span {
  font-size: 48px;
  color: #fff;
  font-family: Yaquote;
  font-weight: 600;
}
.newsletter .des {
  font-size: 18px;
  color: #fff;
  margin: -5px 0 25px;
  line-height: 30px;
}
.newsletter .newsletter-block {
  max-width: 486px;
  position: relative;
  margin: 0 auto;
}
.newsletter .input-info {
  font-size: 14px;
  color: #222;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 125px 0 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  float: left;
  border: none;
}
.newsletter .submit {
  font-size: 12px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  border: solid 1px transparent;
  padding: 0 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  right: 0;
  top: 0;
}
.newsletter .submit::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0.7;
  left: -100%;
  width: 30px;
  height: 100%;
  -webkit-transition: 0.4s ease 0s;
     -moz-transition: 0.4s ease 0s;
      -ms-transition: 0.4s ease 0s;
       -o-transition: 0.4s ease 0s;
          transition: 0.4s ease 0s;
}
.newsletter .submit:hover::before {
  left: 100%;
}

/*Newsletter layout2*/
.newsletter.layout2 {
  padding: 85px 40px 110px;
  border: solid 8px #dddddd;
}
.newsletter.layout2 .info-block {
  float: left;
  max-width: 470px;
  margin-right: 35px;
  text-align: left;
}
.newsletter.layout2 .title {
  color: #222;
  letter-spacing: -0.5px;
  font-size: 30px;
}
.newsletter.layout2 .des {
  color: #888;
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0 0;
}
.newsletter.layout2 .newsletter-block {
  overflow: hidden;
  float: right;
  max-width: 100%;
  margin-top: 15px;
}
.newsletter.layout2 .input-info {
  width: 405px;
  border: solid 2px #ddd;
  padding: 0 30px;
  font-size: 14px;
  color: #888;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
}
.newsletter.layout2 .submit {
  position: relative;
  border-radius: 3px;
  padding: 0 45px;
  line-height: 50px;
  height: 50px;
  float: right;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 600;
}
/*Newsletter layout3*/
.newsletter.layout3 {
  padding: 55px 50px;
}
.newsletter.layout3 .title {
  float: left;
  margin: 7px 0 0 0;
  font-size: 28px;
  color: #fff;
  letter-spacing: -0.5px;
}
.newsletter.layout3 .input-info {
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;
  height: 45px;
  border-radius: 3px;
  width: 405px;
  margin-right: 10px;
}
.newsletter.layout3 .newsletter-block {
  float: right;
  max-width: 100%;
}
.newsletter.layout3 .submit {
  float: right ;
  position: relative;
  background-color: #178abb;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 35px;
}
/*Newsletter layout4*/
.newsletter.layout4 {
  padding: 70px 15px 110px;
  background-image: url('../images/background6.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.newsletter.layout4 .title {
  font-size: 30px;
  letter-spacing: -0.5px;
}
.newsletter.layout4 .des {
  font-size: 15px;
  margin: 10px 0 40px;
}
.newsletter.layout4 .input-info {
  width: 356px;
  background-color: transparent;
  border: solid 2px #ddd;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.newsletter.layout4 .newsletter-block {
  max-width: 502px;
}
.newsletter.layout4 .submit {
  padding: 0 45px;
  border-radius: 3px;
}

/*--FOOTER--*/
.footer {
  background-color: #111111;
  clear: both;
}
.footer .widget {
  margin-bottom: 0;
}
.footer .widget .widgettitle {
  font-size: 16px;
  color: #fff;
  
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 5px;
}
.footer .widget .widgettitle::after {
  display: none;
}
.footer .widget-text .des {
  font-size: 14px;
  color: #aaa;
  line-height: 30px;
  margin: -5px 0 30px;
}
.footer .widget.custom-menu ul li{
  display: list-item;
  list-style: none;
}
.footer .widget.custom-menu ul li a {
  font-size: 14px;
  color: #aaaaaa;
  padding: 4px 0;
  display: inline-block;
  position: relative;
}
.footer .widget.custom-menu ul li:first-child a {
  padding-top: 0;
}
.footer .widget.custom-menu ul li a::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  bottom: 8px;
  opacity: 0;
  left: 0;
}
.footer .widget.custom-menu ul li a:hover {
  color: #fff;
}
.footer .widget.custom-menu ul li a:hover::after {
  opacity: 1;
}
.footer .list-socials li  {
  margin-right: 34px;
  margin-left: 0;
}
.footer .list-socials li:last-child {
  margin-right: 0;
}
.footer .list-socials li a {
  font-size: 22px;
}
.footer .logo {
  /*float: left;
  margin-right: 35px;*/
  line-height:20px;color:#aaa;
	text-transform:uppercase;
}
.footer .coppy-right .content {
  color: #aaaaaa;
  font-size: 14px;
  margin: 23px 0 0;
  overflow: hidden;
  line-height: 20px;
}
.footer .coppy-right .content .text {
  color: #fff;
}
.footer .list-payment {
  margin:0;
}
/*FOOTER LAYOUT2*/
.footer.layout2 {
  background: #fff;
  text-align: center;
}
.footer.layout2 .logo {
  float: none;
}
.footer.layout2 .main-footer {
  padding: 70px 0 100px;
}
.footer.layout2 .coppy-right .content,
.footer.layout2 .coppy-right .content .text {
  color: #555;
}
.footer.layout2 .coppy-right .content .site-name {
  font-weight: 600;
  color: #aaa;
}
.footer.layout2 .coppy-right .content{
  margin: 18px 0 25px;
}
.footer.layout2 .list-socials li a:hover {
  color: #333;
}

.list-payment li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.list-payment li:first-child {
  margin-left: 0;
}
.list-payment li:last-child {
  margin-right: 0;
}
.footer .main-footer {
  padding: 60px 0 50px;
}
.footer .footer-note {
  padding: 15px 0 20px;
  border-top: solid 1px #292929;
}

.footer.layout3 .main-footer {
  padding-top: 80px;
}
.footer.layout3 .list-tags li a {
  background-color: #1d1d1d;
  color: #aaa;
  border-color: #1d1d1d;
}
.footer.layout3 .list-tags li a:hover {
  color: #fff;
}
.footer.layout3 .footer-note {
  padding: 45px 0 50px;
}
/*FOOTER LAYOUT4*/
.footer .widget-latest-news li {
  display: list-item;
  list-style: none;
  overflow: hidden;
  padding:  20px 0;
  border-bottom: solid 1px #292929;
}
.footer .widget-latest-news li:first-child {
  padding-top: 0;
}
.footer .widget-latest-news li:last-child {
  border: none;
}
.widget-latest-news li .date {
  width: 47px;
  height: 47px;
  border: solid 2px;
  text-align: center;
  padding: 2px 0 0;
  float: left;
  margin-right: 10px;
}
.widget-latest-news li .date .day {
  font-size: 16px;
  color: #fff;
  
}
.widget-latest-news li .date .month {
  font-size: 14px;
  color: #666;
  display: block;
  margin-top: -5px;
}
.widget-latest-news li .info {
  overflow: hidden;
}
.widget-latest-news li .info .post-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.widget-latest-news li .info .author {
  font-size: 13px;
  color: #aaa;
}
.widget-latest-news li .info .author span {
  color: #5d5d5d;
}

.footer.layout4 .list-tags li a {
  background-color: #1d1d1d;
  color: #aaa;
  border-color: #1d1d1d;
}
.footer.layout4 .list-tags li a:hover {
  color: #fff;
}
.footer.layout4 .footer-note {
  padding: 45px 0 55px;
}

/*FOOTER LAYOUT5*/
.footer.layout5 {
  background-color: transparent;
}
.footer.layout5 .widget .widgettitle {
  color: #222;
}
.footer.layout5 .widget-text .des {
  color: #888;
}
.footer.layout5 .list-socials li a {
  color: #555;
}
.footer.layout5 .widget.custom-menu ul li a {
  color: #888;
}
.footer.layout5 .widget-latest-news li .date .month {
  color: #fff;
}
.footer.layout5 .widget-latest-news li .info .post-name {
  color: #222;
}
.footer.layout5 .widget-latest-news li {
  border: none;
}
.footer.layout5 .list-tags li a {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #666;
}
.footer.layout5 .list-tags li a:hover {
  color: #fff;
}
.footer.layout5 .footer-note {
  background-color: #f5f5f5;
  border: none;
  margin-top: -2px;
  padding: 35px 0 40px;
}
.footer.layout5 .coppy-right .content {
  color: #888;
  margin-top: 26px;
}

/*FOOTER LAYOUT6*/
.footer.layout6 {
  background-image: url('../images/background7.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.footer.layout6 .footer-links {
  padding: 0;
  float: left;
  margin-right: 30px;
}
.footer-links li {
  display: inline-block;
  margin: 0 17px;
  list-style: none;
}
.footer-links li:first-child {
  margin-left: 0;
}
.footer-links li:last-child {
  margin-right:  0;
}
.footer-links li a {
  font-size: 16px;
  color: #fff;
  
  text-transform: uppercase;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer.layout6 .list-socials {
  float: right;
}
.footer.layout6 .main-footer {
  padding: 72px 0 50px;
}
.footer.layout6 .footer-note {
  padding: 38px 0 52px;
}
.footer.layout6 .coppy-right .content {
  margin-top: 28px;
}
/*FOOTER LAYOUT7*/
.footer.layout7 .main-footer {
  padding: 16px 0 26px;
}
.footer.layout7 .footer-links {
  margin-top: 22px;
}
.footer.layout7 .footer-note {
  padding: 15px 0 35px;
}
/*FOOTER LAYOUT8*/
.footer.layout8 {
  background-color: #f6f6f6;
}
.footer.layout8 .widget .widgettitle {
  color: #222;
}
.footer.layout8 .widget-text .des {
  color: #666;
}
.footer.layout8 .list-socials li a {
  color: #555;
}
.footer.layout8 .widget.custom-menu ul li a {
  color: #666;
}
.footer.layout8 .footer-note {
  border-color: #e9e9e9;
  margin-top: -5px;
}
.footer.layout8 .coppy-right .content {
  color: #666;
}
/*FOOTER LAYOUT9*/
.footer.layout9 {
  background-color: #fff;
}
.footer.layout9 .footer-note {
  border: none;
  padding: 25px 0 40px;
}
.footer.layout9 .coppy-right .content {
  color: #777;
}
.footer.layout9 .list-socials {
  margin-top: 20px;
}
.footer.layout9 .list-socials li a {
  color: #555;
}
/*PRODUCT STYLE*/
.product-item {
  margin-bottom: 15px;text-align:center;
}
.product-item .thumb {
  position: relative;
}
.product-item .thumb img {
  width: 100%;
}
.product-item .thumb2 {
  position: relative;text-align:center;
	background:#f4f4f4;border-right:8px solid #ffffff;width:20%;
	display: inline-block;
}
.product-item .thumb2 .txt {
  background:#f4f4f4;font-size:18px;text-align:center;padding:10px 6px;font-weight:700;text-transform:uppercase;line-height:18px;
}
.product-item .thumb2 img {
  width: 128px;padding-top:15px;
}
.product-item .thumb4 img {
  width:90%;
}
.product-item .group-button a {
  position: absolute;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.5s ease 0s;
   -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
     -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s;
}
.product-item .group-button .wishlist-button {
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.product-item .group-button .wishlist-button::before {
  font-family: "FontAwesome";
  content: "\f08a";
  display: inline-block;
  font-size: 20px;
  color: #aaa;
}
.product-item .group-button .wishlist-button:hover::before {
  color: #888;
  content: "\f004";
}
.product-item .group-button .quickview-button {
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
}
.product-item .thumb:hover .quickview-button {
  opacity: 1;
  visibility: visible;
}
.product-item .group-button .quickview-button .icon {
  font-size: 18px;
}
.product-item .group-button .quickview-button:hover {
  background-color: #333;
}
.product-item .group-button .compare-button {
  right: 55px;
  top: -100%;
  width: 30px;
  height: 30px;
  display: none;
}
.product-item .thumb:hover .compare-button {
  top: 15px;
}
.product-item .group-button .compare-button::before {
  font-family: Flaticon;
  content: "\f113";
  display: inline-block;
  font-size: 20px;
  color: #aaa;
}
.product-item .group-button .compare-button:hover::before {
  color: #888;
}
.product-item .thumb .group-flash {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.product-item .thumb .group-flash .flash {
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  height: 22px;
  line-height: 23px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}
.product-item .thumb .group-flash .flash.sale {
  background-color: #d26e4b;
}
.product-item .info {
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.product-item .info a {
  display: block;
}
.product-item .info .product-name {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.product-item .info .add-to-cart {
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  bottom: 10px;
  padding: 0 15px;
  font-weight: 500;
  text-decoration: underline;
}
.main-content-home1 .product-item .info .add-to-cart {
  text-decoration: none;
}
.main-content-home1 .product-item .info .add-to-cart::after {
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  max-width: 95px;
}

.product-item:hover .info .add-to-cart {
  visibility: visible;
  opacity: 1;
}
.product-item .info .price .del {
  font-size: 15px;
  color: #aaa;
  text-decoration: line-through;
  
  line-height: 24px;
  margin-right: 5px;
}
.product-item .info .price .ins {
  font-size: 15px;
  color: #333;
  
}

.product-item.layout2 {
  overflow: hidden;
}
.product-item.layout2 .thumb {
  float: left;
}
.product-item.layout2 .info {
  text-align: left;
  padding: 5px 0 5px 30px; 
  overflow: hidden;
}
.product-item.layout2 .info .product-name {
  font-weight: 500;
}
.product-item.layout2 .info .add-to-cart {
  position: static;
  left: 0;
  visibility: visible;
  font-family: 'Titillium Web', sans-serif;
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  padding: 0 15px;
  line-height: 40px;
  background-color: #333;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
.product-item.layout2 .info .add-to-cart:hover {
  color: #fff;
}
.product-item.layout2 .info .add-to-cart::after {
  display: none;
}
.product-item.layout2 .group-button a {
  position: static;
  display: inline-block;
}
.product-item .info .des {
  font-size: 14px;
  color: #666;
  margin: 10px 0 25px;
}
.product-item.layout2 .group-button .wishlist-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.product-item.layout3 .product-inner .thumb{
  position: relative;
}

.main-slideshow .slide-content-2  .subtitle {
  font-size: 60px;
  color: #fefefe;
  font-weight: 600;
  font-family: Yaquote;
}
.main-slideshow .item1 .slide-content-2  .subtitle {
  font-size: 150px;
  color: #fff;
}

.products-list.owl-carousel:hover .owl-nav .owl-prev, 
.products-list.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}
.main-content-home3 .top-selling .products-list .product-inner .thumb a::before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: inline-block;
  opacity: 0;
}
.main-content-home3 .top-selling .products-list .product-inner:hover .thumb a::before {
  display: none;
  opacity: 0;
}
.main-content-home3 .top-selling {
  position: relative;
}
.main-content-home3 .top-selling::before {
  width: 33.33%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  opacity: 0.6;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: 222;
}
.main-content-home3 .top-selling::after {
  width: 33.33%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  opacity: 0.6;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  z-index: 222;
}
.main-content-home3 .product-item.layout4 .thumb img {
  border: solid 1px #fcfcfc;
}
.product-item.layout3 .product-inner .thumb .price {
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  border-radius: 100%;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.product-item.layout3 .product-inner:hover .thumb .price {
  opacity: 1;
}
.product-item.layout3 .product-inner .thumb .price .ins {
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.5px;
  
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          position: absolute;
}
.product-item.layout3 .product-inner .thumb .price .del {
  font-size: 18px;
  color: #888;
  letter-spacing: -0.5px;
  
  display: block;
  left: 50%;
  top: 65%;
  text-decoration: line-through;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          position: absolute;
}
.product-item.layout3:hover .product-inner .thumb img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}

.product-item.layout3 .info {
  padding-top: 105px;
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  left: 0;
  z-index: 11;
}
.product-item.layout3 .info .product-name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-item.layout3 .product-inner {
  position: relative;
}
.product-item.layout3 .info {
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.products-list .owl-item .product-item.layout3:hover .product-inner .thumb .price,
.products-list .owl-item .product-item.layout3:hover .info  {
  opacity: 1;
}
.products-list.layout2:hover .owl-stage-outer {
  padding-bottom: 190px;
  margin-bottom: -190px;
  background-color: #fff;
}
.product-item.layout4 .info {
  padding-top: 5px;
}
.product-item.layout4 .info .product-name{
  font-size: 15px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.product-item.layout4 .rating .list-star{
  width: 100%;
  text-align: center;
  float: none;
  margin: 0;
}
.product-item.layout4 .rating .list-star li a {
  color: #fdbe00;
  line-height: 28px;
  font-size: 13px;
}
.product-item.layout4 .info .price .del {
  margin-right: 10px;
}
.product-item.layout5 .product-inner .thumb {
  border: solid 1px #fbfbfb;
}
.product-item.layout5 .group-button .quickview-button {
  font-size: 15px;
  line-height: 50px;
  height: 50px;
}
.product-item.layout5 .info {
  padding-top: 3px;
}
.product-item.layout5 .product-name {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}
.product-item.layout5 .rating .list-star {
  width: 100%;
  text-align: center;
}
.product-item.layout5 .price .text {
  font-size: 15px;
  color: #aaa;
  margin-right: 3px;
}
.product-item.layout5 .add-to-cart {
   font-size: 15px;
   color: #333;
}
.product-item.layout5 .add-to-cart::after {
  bottom: 3px;
}

.product-item.layout6 .info {
  text-align: left;
}

.product-item.layout6 .product-name {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}
.product-item.layout6 .rating .list-star {
  width: 100%;
  text-align: left;
}
.product-item.layout6 .price .text {
  font-size: 15px;
  color: #aaa;
  margin-right: 3px;
}
.product-item.layout6 .add-to-cart {
   font-size: 15px;
   color: #333;
   left: 0;
   -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
       -ms-transform: translateX(0);
        -o-transform: translateX(0);
           transform: translateX(0);
}
.product-item.layout6 .add-to-cart {
  padding-left: 0;
  left: 0;
  right: inherit;
}
.product-item.layout6 .add-to-cart::after {
  bottom: 3px;
  max-width: 112px;
  left: 0;
  right: inherit;
}

/*GRID-CATEGORY-PAGE*/
.product-list .product-item .info .add-to-cart {
  text-decoration: none;
}
.product-grid .product-item {
  margin-bottom: 15px;
}
.grid-category-page .product-grid .product-item .info .product-name {
  font-weight: 500;
}
.product-grid .banner-product {
  margin-left: -14px;
  margin-top: -16px;
}
.product-list .product-item {
  margin-bottom: 30px;
}
.inner-page {
  padding: 60px 0 0;
}
.inner-page .top-control {
	margin-bottom:10px;
  position: relative;
}

.inner-page .right-content {
  float: right;
}
.inner-page .breadcrumbs {
  float: left;
  margin: 0;
}
.inner-page .control{
  float: right;
  margin: 0;
}
.inner-page .control > .title {
  margin-right: 40px;
}
.searchresult-page .control {
  float: none;
  margin: 0 0 35px;
}
.filters-content {
  text-align: left;
  float: right;
  padding-bottom: 35px;
}
.filter-inner {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 11;
  background: #fff;
  border: solid 1px #dfdfdf;
  padding: 25px;
  opacity: 0;
  top: 100%;
  visibility: hidden;
}
.inner-page .control:hover .filter-inner {
  opacity: 1;
  visibility: visible;
}
.filters-content .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  
  margin: 0 0 30px;
}
.filters-content .list-filter li {
  padding-left: 15px;
  display: list-item;
  list-style: none;
  position: relative;
  margin: 0 0 15px;
}
.filters-content .list-filter li::before {
  display: inline-block;
  font-family: "FontAwesome";
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  color: #e1e1e1;
  font-size: 14px;
  content: "\f0da";
}
.filters-content .list-filter li a {
  font-size: 14px;
  color: #666;
}
.filters-content .list-filter li a .count {
  color: #bbb;
}
.filters-content .list-filter li:hover::before,
.filters-content .list-filter li:hover a,
.filters-content .list-filter li:hover a .count {
  font-weight: 600;
  color: #222;
}
.filters-content .list-tags li a {
  font-size: 14px;
  color: #666;
  padding: 0;
  line-height: 20px;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0 22px 5px 0;
}
.filters-content .list-tags li a:hover {
  background-color: transparent;
  color: #222;
  font-weight: 600;
}
.product-single-content2{border-top:2px solid #d0d0d0;padding-top:30px;}
/*PRODUCT DETAILS*/
.product-single-page .breadcrumbs {
  margin-top: 55px;
}
.about-product .details-thumb {
  float: left;
  width:780px;
  margin-right:30px;
}
.about-product .details-thumb .main-img {
  /*max-width: 470px;*/
  margin-left: 110px;
}
.about-product .details-thumb2 {
  float: left;
  margin-right: 0;
  width:33%;
  padding-bottom: 30px;
}
.about-product .details-thumb2 .main-img {
  max-width: 100%;
}
.about-product .details-thumb4 {
  float: left;
  margin-right: 0;
  width:25%;
}
.about-product .details-thumb4 .main-img {
  max-width: 100%;
}
.about-product .details-thumb3 {
  float: left;
  width:760px;
  margin-right:30px;
}
.about-product .details-thumb33 {
  float: left;
  width:430px;
  margin-right:30px;
}

.about-product2 .details-info .detail {
    margin: 19px 0 35px 0;
}
.about-product2 .details-info .detail li {
    display: list-item;
    list-style: none;
    position: relative;
    margin: 7px 0;
    font-size: 19px;
    font-weight: 600;
}
.about-product2{margin:auto;width:60%;padding-top:60px;}
.about-product2 .details-thumb4 img {width:195px;}
.about-product2 .details-thumb4 {
  float: left;
  width:195px;
  margin-right:100px;
}
.about-product2 .details-thumb5 img {width:250px;}
.about-product2 .details-thumb5 {
  float: left;
  width:250px;
  margin-right:100px;
}
.about-product3{margin:auto;width:60%; padding-bottom:50px;}
.about-product3 .details-info .detail li {
    display: list-item;
    list-style: none;
    position: relative;
    margin: 7px 0;
    font-size: 19px;
    font-weight: 600;
}
.about-product .details-thumb5 img {width:100%;}
.about-product .details-thumb5 {margin:auto;  width:903px;}

.about-product .details-thumb3 img {width:760px;}

.about-product .details-thumb33 img {width:100%;}
.about-product .details-thumb6 img {width:675px;}
.about-product .details-thumb6 {
    float: left;
    width: 675px;
    margin-right:50px;
}

.about-product .details-info {
  overflow: hidden;
}
.about-product .details-thumb .owl-thumbs {
  top: 0;
  left: 0;
  padding: 0;
  max-width: 100px;
}
.about-product .details-thumb .owl-thumbs .owl-thumb-item {
  display: list-item;
  list-style: none;
  margin-bottom: 30px;
  max-width: 100px;
  opacity: 1;
  outline: 0;
}
.about-product .details-info .product-name {
  font-size: 40px;
  color: #000000;
  font-weight:700;
  display: inline-block;
	padding:25px 0 10px 0;
}
.about-product .details-info .product-name2 {
  font-size: 40px;
  color: #000000;
  font-weight:700;
  display: inline-block;
	padding:25px 0 10px 0;
}
.about-product .details-info .rating {
  margin: 5px 0 15px;
}
.about-product .owl-carousel.has-thumbs .owl-dots {
  display: none !important;
}
.rating .list-star {
  margin-right: 5px;
  float: left;
}
.rating .list-star li{
  display: inline-block;
  list-style: none;
  margin: 0;
}
.rating .list-star li a {
  font-size: 13px;
}
.rating .text {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.about-product {
  padding-bottom: 40px;
  overflow: hidden;
}
.about-product .details-info .price .del {
  font-size: 24px;
  color: #888;
  text-decoration: line-through;
  margin-right: 10px;
}
.about-product .details-info .price .ins {
  font-size: 24px;
  color: #222;
  
}
.about-product .details-info .price .ins2 {
  font-size: 24px;
  color: #222;
  
}
.about-product .details-info .price .detail {
  font-size:30px;
  color: #000;
	text-transform:uppercase;
	font-weight:600;
  
}

.about-product .details-info .des {
  font-size: 14px;
  color: #555;
  margin: 15px 0 25px;
}
.about-product .details-info .des2 {
  font-size: 17px;
  margin: 15px 0 25px;
}
.about-product .details-info .list-color {
  margin-bottom: 28px;
}

.quantity {
  position: relative;
  
}
.quantity .input-text {
  float: left;
  position: relative;
  height: 50px;
  line-height: 50px;
  border: solid 1px #aaa;
  border-radius: 3px;
  padding: 0 25px;
  outline: 0;
  box-shadow: none;
  min-width: 80px;
  margin-right: 10px;
}
.quantity  .group-quantity-button {
  position: absolute;
  z-index: 1;
  right: 20px;
  height: 100%;
  width: 10px;
  top: 10px;
}
.quantity  .group-quantity-button a {
  font-size: 14px;
  color: #aaa;
  display: list-item;
  list-style: none;
  line-height: 10px;
}
.quantity  .group-quantity-button a:hover {
  color: #333;
}
.about-product .details-info .add-to-cart {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  line-height: 50px;
  /*border-radius: 3px;*/
  text-transform: uppercase;
  display: inline-block;
}
.about-product .details-info .add-to-cart:hover {
  background-color: #333;
}
.about-product .details-info .group-button {
  margin:25px 0 35px 0;
}
.about-product .details-info .group-button li {
  display: list-item;
  list-style: none;
  position: relative;
  margin: 8px 0;
	font-size:17px;
	font-weight:600;
}
.about-product .details-info .group-button li a {
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.about-product .details-info .group-button li a::before {
  display: inline-block;
  font-family: "FontAwesome";
  float: left;
  margin-right: 15px;
  position: relative;
  left: 3px;
  line-height: 24px;
  font-size: 22px;
}

.about-product .details-info .detail {
  margin:19px 0 35px 0;
}
.about-product .details-info .detail li {
  display: list-item;
  list-style: none;
  position: relative;
  margin:7px 0;
	font-size:19px;
	font-weight:600;
}
.about-product .details-info .detail li a {
  font-size:23px;
  line-height:30px;
}
.about-product .details-info .detail li a::before {
  display: inline-block;
  font-family: "FontAwesome";
  float: left;
  margin-right: 15px;
  position: relative;
  left: 3px;
  line-height: 24px;
  font-size: 22px;
}

.about-product .details-info .group-button li .wishlist::before {
  content: "\f08a";
}
.about-product .details-info .group-button li .compare-button::before {
  font-family: Flaticon;
  content: "\f113";
}
.about-product .details-info .group-button li .email::before {
  content: "\f003";
}
.product-single-page .related-product .owl-carousel .owl-nav .owl-prev, 
.product-single-page .related-product .owl-carousel .owl-nav .owl-next {
  opacity: 1;
}
.category-banner {
  padding-top: 0;
}

.infomation-form {
  background-color: #fafafa;
  padding: 0 0 40px;
}
.related-product {
  padding: 20px 0 50px;
}

.description-content p {
  font-size: 14px;
  color: #555;
  margin:15px;
  line-height: 24px;
}

.additional p {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}
.additional ul {
  margin-bottom: 30px;
}
.additional ul li {
  display: list-item;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.additional ul li::before{
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #222;
  float: left;
  left: 0;
  top: 40%;
  content: "";
  position: absolute;
  z-index: 1;
}
.customer-review {
  text-align: left;
}
.customer-review .supper-title,
.add-review .supper-title{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0 0 10px;
  margin-bottom: 30px;
}
.customer-review .supper-title .count {
  color: #aaa;
  text-transform: capitalize;
}
.customer-review .supper-title::after,
.add-review .supper-title::after{
  margin: 0;
}
.customer-review .list-review > li {
  list-style: none;
  display: list-item;
}
.review-item .character .rating .list-star {
  padding: 0;
  float: none;
  margin-bottom: 25px;
}
.review-item .character .author {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  margin: 0;
}
.review-item .character .time-review {
  font-size: 14px;
  color: #555;
}
.review-item  {
  padding: 25px 0 60px;
  border-top: solid 1px #eeeeee;
  margin-bottom: 10px;
}
.review-item:first-child {
  border: none;
}
.review-item .character {
  float: left;
  margin-right: 100px;
}
.review-item .review-content {
  overflow: hidden;
}
.review-item .review-content .title {
  margin: 5px 0 28px;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  
}
.review-item .review-content .content {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 24px;
}
.add-review .input-info {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #555;
  box-shadow: none;
  border-radius: 0;
  border:  solid 1px #dddddd;
  margin-bottom: 30px;
  outline: 0;
}
.add-review .input-content {
  height: auto;
}
.add-review .rating .text {
  float: left;
  color: #222;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 600;
}
.add-review .submit {
  float: right;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 0 25px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.add-review .rating {
  margin-top: 15px;
  float: left;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  position: absolute;
  z-index: 1;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 36px;
  width: 30px;
  color: #aaa;
  font-weight: 300;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  opacity: 0;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style1 .owl-nav .owl-next:hover{
  color: #222;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel.nav-style1 .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev,
.owl-carousel.nav-style2 .owl-nav .owl-next{
  width: 68px;
  height: 66px;
  font-size: 0;
  display: inline-block;
  line-height: 66px;
  border-radius: 3px;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 60px;
  text-align: left;
}
.owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 60px;
  text-align: right;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev::before,
.owl-carousel.nav-style2 .owl-nav .owl-next::before {
  color: #fff;
  font-size: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "FontAwesome";
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev::before {
  content: "\f104";
}
.owl-carousel.nav-style2 .owl-nav .owl-next::before {
  content: "\f105";
}
.owl-carousel.nav-style2 .owl-nav .owl-prev:hover::before,
.owl-carousel.nav-style2 .owl-nav .owl-next:hover::before {
  background-color: #fff;
  color: #666;
}
.owl-carousel.nav-style3 .owl-nav .owl-prev {
  left: -45px;
}
.owl-carousel.nav-style3 .owl-nav .owl-next {
  right: -45px;
}
.owl-carousel.nav-style3 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style3 .owl-nav .owl-next:hover {
  color: #333;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background-color: rgba(#072f6d, 0.3);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 3px;
}
.owl-carousel .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(#072f6d, 1);
}
/*SUB BANNER*/
.sub-slideshow .slide-content-1 {
  position: absolute;
  z-index: 2;
  top:50%;
  text-align: center;
  left:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width:100%;/*max-width:800px;*/
}
.sub-slideshow .slide-content-1 .title {
  font-size:50px;line-height:50px;
  color: #fff;
  margin:0;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
	font-weight:700;
}
.sub-slideshow .slide-content-1 .title2 {
  font-size:50px;line-height:50px;
  color: #fff;
  margin: 30px 0 5px;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
}
.sub-title .slide-content-1 {
  position: absolute;
  z-index: 2;
  top:55%;
  text-align: center;
  left: 49%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /*max-width: 800px;*/
	width:800px;
}
.sub-title .slide-content-2 {
  position: absolute;
  z-index: 2;
  top:55%;
  text-align: center;
  left:51%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width:800px;
}
.sub-title .slide-content-3 {
  position: absolute;
  z-index: 2;
  top:55%;
  text-align: center;
  left:51%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width:1000px;
}
.sub-title .slide-content-1 .title {
  font-size:40px;line-height:50px;
  color: #fff;
  margin: 18px 0 25px 0;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
	font-weight:700;
}
.sub-title .slide-content-2 .title {
  font-size:40px;line-height:40px;
  color: #fff;
  margin: 18px 0 25px 0;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
	font-weight:700;
}
.sub-title .slide-content-3 .title {
  font-size:40px;line-height:40px;
  color: #fff;
  margin: 18px 0 25px 0;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
	font-weight:700;
}
.sub-title{margin-bottom:30px;}
.sub-title .slide-content-name {
  position: absolute;
  z-index: 2;
  top:55%;
  text-align: center;
  left: 42%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /*max-width: 800px;*/
	width:800px;
}
.sub-title .slide-content-name .title {
  font-size:40px;line-height:50px;
  color: #fff;
  margin: 15px 0 25px 0;
  text-transform: uppercase;
	/*text-shadow: 2px 2px 5px #666666;*/
	font-weight:700;
}
.detail-logo{position: absolute;top:0;right:0%;z-index:2;background:#ececec;padding:0 10px;}
.detail-logo2{position: absolute;top:0;right:0%;z-index:2;background:#ececec;padding:0 5px;}
.detail-logo3{position: absolute;top:0;right:0%;z-index:2;background:#ececec;padding:0 10px;}
/*HOME 01*/
.main-slideshow .slide-content-1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 640px;
}
.main-slideshow .slide-content-1 .title {
  font-size: 38px;
  color: #fff;
  
  margin: 10px 0 25px;
  text-transform: uppercase;
}
.main-content-home1 .main-slideshow .slide-content-1 .subtitle {
  margin: 0;
  font-family: Yaquote;
  font-size: 60px;
  color: #fefefe;
  font-weight: 500;
}

.main-slideshow .slide-content-2 .small-title {
  font-size: 36px;
  letter-spacing: -0.5px;
  
  color: #fff;
}

.main-slideshow  .slide-content-2 {
  max-width: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateX(0) translateY(-50%);
     -moz-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
       -o-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
.main-slideshow .item1 .slide-content-2 .title {
  font-size: 24px;
  text-transform: uppercase;
}
.main-slideshow .item2 .slide-content-2 .title {
  font-size: 48px;
  text-transform: uppercase;
}
.main-slideshow .item3 .slide-content-2 .title {
  font-size: 100px;
  text-transform: uppercase;
}
.main-slideshow .item3 .slide-content-2 .title span{
  color: #ff9c00;
}

.main-slideshow .slide-item .button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  line-height: 50px;
  /*border-radius: 3px;*/
  height: 50px;
  display: inline-block;
  margin: 5px;
}
.main-slideshow .slide-item .button:hover {
  background-color: #333;
  border-color: #333;
}
.main-slideshow .slide-item .view.button {
  border:  solid 2px #fff;
  background-color: transparent;
  line-height: 48px;
}
.main-slideshow .slide-item .view.button:hover {
  background-color: #333;
}


.main-slideshow .slide-content-3 {
  max-width: 100%;
}
.main-slideshow .slide-content-3 .title {
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  
  margin: 0;
}
.main-slideshow .slide-content-3 .subtitle {
  font-size: 24px;
  color: #fff;
  margin: 10px 0 30px;
}
.main-slideshow .slide-content-3 .button.view {
  background-color: transparent;
  border: solid 1px #fff;
}
.main-slideshow .item2 .slide-content-3 .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
}
.main-slideshow .item3 .slide-content-3 .subtitle {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.main-slideshow .item3 .slide-content-3 .title {
  margin-bottom: 25px;
}

.main-content-home1 .main-banner {
  margin: 30px -15px;
}
.main-banner .banner {
  position: relative;
}
.main-banner .banner .banner-content {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  padding: 35px;
}
.main-banner .banner img {
  width: 100%;
}
.main-banner .banner.layout1 .banner-content {
  text-align: left;
}
.main-banner .banner .flash {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.main-banner .banner.layout1 .banner-content .title {
  font-size: 20px;
  color: #222;
  margin: 0 0 20px;
  max-width: 190px;
  
}
.main-banner .banner.layout1 .banner-content .des {
  font-size: 14px;
  color: #555;
  margin: 0 0 50px;
  max-width: 260px;
}
.main-banner .banner.layout1 .banner-content .button,
.main-banner .banner.layout3 .banner-content .button {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  padding: 0 15px;
  line-height: 35px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
}
.main-banner .banner.layout1 .banner-content .button:hover,
.main-banner .banner.layout3 .banner-content .button:hover {
  color: #fff;
}
.main-banner .banner.layout2 .banner-content .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0 0 25px;
  position: relative;
  text-align: center;
}
.main-banner .banner.layout2 .banner-content .title::after {
  background-color: #798ca7;
  height: 2px;
  width: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  z-index: 1;
}
.main-banner .banner.layout2.style2 .banner-content .title::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-banner .banner.layout2 .banner-content .des {
  font-size: 14px;
  color: #fff;
  margin: 0 0 70px;
}
.main-banner .banner.layout2 .banner-content .button {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
}
.main-banner .banner.layout2 .banner-content .button:hover{
  text-decoration: none;  
}
.main-banner .banner.layout3 .banner-content .title {
  font-size: 20px;
  color: #222;
  
  margin: 0 0 10px;
}
.main-banner .banner.layout3 .banner-content .des {
  margin: 0 0 170px;
  font-size: 14px;
  color: #555;
}
.main-banner .special-banner {
  float: right;
}
.featured-products .supper-title {
  margin-top: 10px;
}
.loadmore {
  width: 100%;
  text-align: center;
  margin: 25px 0 70px;
}
.loadmore .loadmore-button{
  font-size: 15px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.loadmore .loadmore-button::after {
  height: 1px;
  background-color: #717171;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  width: 100%;
  content: "";
  left: 0;
}

.group-product-recent {
  padding-top: 50px;
  padding-right: 60px;
  min-height: 475px;
}
.row-product-recent {
  margin: 0 -15px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.row-product-recent .left-content {
  padding-left: 0;
}
.row-product-recent .right-content {
  padding-right: 0;
}
.countdown-product {
  min-height: 475px;
  background-image: url('../images/background4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 370px;
  padding-top: 120px;
  text-align: left;
}
.countdown-product .supper-title {
  font-size: 14px;
  color: #fff;
  
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 10px;
}
.countdown-product .supper-title::after {
  margin: 0;
}
.countdown-product .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px;
  max-width: 430px;
}
.countdown-product .kt-countdown .box-count {
  min-height: 60px;
  min-width: 60px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  margin: 0 7px;
  list-style: none;
}
.countdown-product .kt-countdown .box-count .number {
  font-size: 20px;
  color: #222;
  
  font-weight: 500;
}
.countdown-product .kt-countdown .box-count .text {
  font-size: 14px;
  color: #888;
  margin: 0;
  font-weight: 400;
}
.countdown-product .kt-countdown .box-count:hover .number,
.countdown-product .kt-countdown .box-count:hover .text {
  color: #fff;
}

.from-blogs  {
  padding-top: 20px;
}
.from-blogs .post-item .meta-post li a:hover {
  text-decoration: underline;
}
.logo-brand {
  padding: 5px 0 55px;
  margin: 0 -5px;
}
.brand-item {
  padding: 5px;
}
.brand-item:hover a{
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  display: block;
}
.logo-brand .owl-carousel .owl-stage-outer {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: -3px;
}
/*HOME 03*/
.main-content-home3 {
  padding-bottom: 20px;
}
.main-content-home3 .featrue-box-list {
  padding: 55px 15px 70px;
  border-bottom: solid 1px #e4e4e4;
}
.main-content-home3 .top-selling {
  max-width: 1580px;
  margin: 0 auto;
  text-align: center;
  padding: 95px 0 45px;
}
.main-content-home3 .top-selling  .owl-carousel {
  z-index: 11;
}
.section-title {
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 24px;
  color: #222;
  
  margin: 0;
  font-weight: 500;
}
.section-des {
  font-size: 15px;
  color: #999;
  line-height: 24px;
  margin: 30px auto 120px;
  max-width: 760px;
}

.feature-products {
  text-align: center;
  padding: 80px 0 50px;
} 
.feature-products .section-des {
  margin-bottom: 60px;
}
.latest-news {
  padding: 80px 0;
  border-top: solid 1px #e4e4e4;
}
.latest-news .section-title {
  text-align: center;
}
.latest-news .section-des {
  text-align: center;
  margin-bottom: 55px;
}
.latest-news .owl-carousel .owl-dots {
  bottom: -25px;
}
.latest-news .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(#072f6d, 0.11);
}
.latest-news .owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(#072f6d, 0.5);
}
.footer.home3 .main-footer{
  padding-top: 80px;
}
.footer.home3 .footer-note {
  padding: 45px 0 50px;
}
/*HOME 04*/
.main-content-home4 .top-banner {
  margin: 30px -15px;
}
.top-banner .banner a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.top-banner .banner a::before {
  border: solid 3px rgba(255, 255, 255,0.5);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  position: absolute;
  margin: auto;
  bottom: 6px;
  left: 6px;
  z-index: 1;
  content: "";
}
.top-banner .banner a:hover::before{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.main-content-home4 {
  padding-bottom: 15px;
}
.main-content-home4 .featrue-box-list {
  padding-top: 60px;
  padding-bottom: 65px;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.main-content-home4 .latest-news .section-title {
  text-transform: uppercase;
}
.main-content-home4 .latest-news .owl-carousel .owl-dots {
  bottom: -25px;
}
.main-content-home4  .post {
  padding-top: 75px;
  border-top: solid 1px #e4e4e4;
  margin-top: 20px;
}
.our-products {
  padding: 45px 0;
  text-align: center;
}
.our-products .section-des {
  margin-bottom: 30px;
}
.main-content-home4 .post-item .des {
  font-size: 13px;
}
/*HOME 5*/
.main-content-home5 {
  padding-bottom: 75px;
}
.main-content-home5 .owl-carousel .owl-dots .owl-dot.active {
  background-color: #222;
}
.main-content-home5 .owl-carousel.nav-style2 .owl-nav .owl-prev::before,
.main-content-home5 .owl-carousel.nav-style2 .owl-nav .owl-next::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-content-home5 .owl-carousel.nav-style2 .owl-nav .owl-prev:hover::before,
.main-content-home5 .owl-carousel.nav-style2 .owl-nav .owl-next:hover::before {
  background-color: #fff;
  color: #666;
}
.main-slideshow .slide-content-4 .title {
  font-size: 48px;
  color: #222;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.main-slideshow .item2 .slide-content-4 {
  -webkit-transform: translateX(0) translateY(-50%);
     -moz-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
       -o-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  left: 375px;
  text-align: left;
}
.main-content-home5 .main-slideshow .item1 .slide-content-4 .subtitle {
  font-size: 48px;
  color: #888888;
  font-weight: 600;
  font-family: Yaquote;
}
.main-slideshow .item2 .slide-content-4 .subtitle {
  font-size: 18px;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}
.main-slideshow .item2 .slide-content-4 .title {
  margin: 15px 0 35px;
}
.main-slideshow .slide-content-4 .button {
  line-height: 50px;
  padding: 0 35px;
}
.main-slideshow .item3  .slide-content-4 {
  max-width: 510px;
}
.main-slideshow .item3 .slide-content-4 .title {
  font-size: 60px;
  margin: 0;
}
.main-slideshow .item3 .slide-content-4 .subtitle {
  font-size: 24px;
  color: #666666;
  margin: 15px 0 30px;
}
.main-slideshow .item3 .slide-content-4 .subtitle span {
  text-decoration: underline;
}
.main-slideshow .slide-content-4 .button.view {
  background-color: transparent;
  border: solid 2px #aaa;
  color: #222;
}
.main-slideshow .slide-content-4 .button.view:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.block-cat.layout1 {
  text-align: center;
  padding: 80px 0 75px;
  border-bottom: solid 1px #e4e4e4;
}
.block-cat .content-cat {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.block-cat .content-cat figure {
  width: 146px;
  height: 146px;
  line-height: 146px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #eee;
  margin-bottom: 15px;
}
.block-cat.layout1 .content-cat  .title_cat {
  text-transform: uppercase;
  color: #222;
  overflow: hidden;
  font-size: 14px;
  
  letter-spacing: -0.5px;
}
.block-cat.layout1 .content-cat  .title_cat span {
  color: #aaa;
}

.products-show {
  text-align: center;
  padding: 80px 0 0;
}
.products-show.top-selling {
  padding-top: 50px;
}
.products-show .section-des {
  margin-bottom: 40px;
}
.main-content-home5 .newsletter {
  margin: 50px 0 35px;
}

/*HOME 06*/
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 30px;
}
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 30px;
}
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-prev::before,
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-next::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-prev:hover::before,
.main-content-home6 .owl-carousel.nav-style2 .owl-nav .owl-next:hover::before {
  background-color: #fff;
}
.main-content-home6 .nav-tab-style2 .list-nav {
  margin-bottom: 15px;
}
.main-content-home6 .nav-tab-style2 .list-nav li {
  display: inline-block;
  margin: 0 15px;
}
.main-content-home6 .nav-tab-style2 .list-nav li:first-child {
  margin-left: 0;
}
.main-content-home6 .nav-tab-style2 .nav>li>a {
  padding: 0;
  color: #222;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 16px;
  
  position: relative;
}
.main-content-home6 .nav-tab-style2 .nav>li.active>a::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.main-slideshow .slide-content-5 {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 222px;
  text-align: left;
}
.main-slideshow .slide-content-5 .subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.main-slideshow .slide-content-5 .title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  
  margin: 2px 0 17px;
  text-transform: uppercase;
  max-width: 545px;
  letter-spacing: -0.5px;
}
.main-slideshow .slide-content-5 .button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 28px;
  line-height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
}
.main-slideshow .slide-content-5 .button:hover {
  background-color: #222;
}
.owl-carousel.nav-style4 .owl-nav .owl-prev,
.owl-carousel.nav-style4 .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #f0f0f0;

}
.owl-carousel.nav-style4 .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.nav-style4 .owl-nav .owl-next {
  right: -20px;
}
.owl-carousel.nav-style4 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style4 .owl-nav .owl-next:hover {
  color: #fff;
}

.main-content-home6 .products-show {
  padding: 0;
  text-align: left;
}
.main-content-home6 .section-title {
  text-align: left;
  font-size: 18px;
}
.main-content-home6 .section-des {
  text-align: left;
  margin: 10px 0 38px;
}
.main-content-home6 .main-banner {
  margin: 48px 0 75px;
  position: relative;
  background-image: url('../images/banner11.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  height: 380px;
  padding: 95px 0 0 75px;
  overflow: hidden;
}
.main-content-home6 .main-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0,0, 0.2);
  top: 0;
  left: -80%;
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.main-content-home6 .main-banner:hover::before {
  left: 0;
  opacity: 1;
}
.main-content-home6 .main-banner .banner-info .smalltitle {
  font-size: 18px;
  color: #aaa;
  font-weight: 600;
  margin: 0;
}
.main-content-home6 .main-banner .banner-info .title {
  font-size: 36px;
  letter-spacing: -0.5px;
  margin: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content-home6 .main-banner .banner-info .subtitle {
  font-size: 24px;
  color: #333;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.main-content-home6 .main-banner .banner-info .button {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 45px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.main-content-home6 .main-banner .banner-info .button:hover {
  background-color: #222;
}
.main-content-home6 .latest-news {
  padding: 40px 0 32px;
  border: none;
}
.main-content-home6 .newsletter {
  margin-bottom: 20px;
}

/*HOME 7*/
.main-slideshow .slide-content-6 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 200px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 672px;
}
.main-slideshow .slide-content-6 .subtitle {
  font-size:42px;
  color: #fff;
  
  margin: 0;
  text-transform: uppercase;
}
.main-slideshow .slide-content-6 .subtitle2 {
  font-size:32px;
  color: #fff;
  
  margin: 0;
  text-transform: uppercase;
}
.main-slideshow .slide-content-6 .title {
  color: #fff;
  text-transform: uppercase;
  font-size:80px;
  letter-spacing: -0.5px;
  margin: 15px 0 0;
	font-weight: 600;
  
}
.main-slideshow .slide-content-6 .subtitletxt {
  font-size:15px;
  color: #fff;  
  margin:40px 0 40px 0;
  text-transform: uppercase;
}
.main-slideshow .slide-content-6 .button.view {
  background-color: transparent;
  border: solid 2px #fff;
}
.main-content-home7 .main-banner {
  margin: 50px 0;
}
.banner-effect1 a {
  position: relative;
  overflow: hidden;
  display: block;
}
.banner-effect1 a::before {
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  content: "";
  position: absolute;
  z-index: 1;
}
.banner-effect1 a:hover::before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  opacity: 0.3;
}

.main-content-home7 .product-show  .list-nav{
  text-align: center;
  margin: 25px 0 40px;
}
.main-content-home7 .row-banner {
  background-image: url('../images/whoweare.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  height: 400px;
  padding:35px 0;
  margin: 0 0 0;
}
.main-content-home7 .row-banner .banner-info .title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;  
  text-transform: uppercase;
  margin: 0 0 5px;
}
.main-content-home7 .row-banner .banner-info .smalltitle {
  font-size: 16px;  
  text-transform: uppercase;  margin: 0;
	line-height:22px;
}
.main-content-home7 .row-banner .banner-info .subtitle {
  font-size:50px;  
	font-weight:700;
  text-transform: uppercase;
  margin:0 0 20px 0;
}
.main-content-home7 .row-banner .banner-info .button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 50px;
  background-color: #072f6d; 
  display: inline-block;
  /*border-radius: 3px;*/
  margin-top: 45px;
}



.main-content-home7 .row-banner2 {
  background-image: url('../images/service.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  height: 430px;
  padding:50px 0;
  margin: 0 0 0;
}
.main-content-home7 .row-banner2 .banner-info  {
  width:50%;
}
.main-content-home7 .row-banner2 .banner-info .title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;  
  text-transform: uppercase;
  margin: 0 0 5px;
}
.main-content-home7 .row-banner2 .banner-info .smalltitle {
  font-size: 16px;
	color: #fff;  
  text-transform: uppercase;  margin: 0;
	line-height:22px;
}
.main-content-home7 .row-banner2 .banner-info .subtitle {
  font-size:50px; 
	color: #fff; 
	font-weight:700;
  text-transform: uppercase;
  margin:0 0 40px 0;
	line-height:40px;
}
.main-content-home7 .row-banner2 .banner-info .button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 50px;
  background-color:#072f6d;
	border:2px solid #ffffff; 
  display: inline-block;
  /*border-radius: 3px;*/
  margin-top: 45px;
}



.main-content-home7 .section-title {
  text-transform: uppercase;
}
.main-content-home7 .latest-news {
  padding: 65px 0 103px;
  border-top: none;
}
.main-content-home7 .top-selling {
  text-align: center;
}
.main-content-home7 .top-selling .section-des {
  margin-bottom: 35px;
}
.main-content-home7 .top-selling .products-list {
  margin-bottom: 5px;
}
.main-content-home7 .featrue-box-list {
  border-top: solid 1px #e9e9e9;
}
.main-content-home7 .featrue-box-list .featrue-box {
  padding: 25px 0;
}
.main-content-home7 {
  /*padding-bottom: 40px;*/
}

/*HOME 08*/
.main-content-home8 .main-slideshow .owl-carousel.nav-style2 .owl-nav .owl-prev:hover::before,
.main-content-home8 .main-slideshow .owl-carousel.nav-style2 .owl-nav .owl-next:hover::before {
  color: #fff;
  background-color: #333;
}
.main-content-home8 .main-slideshow .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(255, 255,255, 0.8);
}
.main-content-home8 .slide-content-7 {
  max-width: 100%;
}
.main-content-home8 .slide-content-7 .subtitle {
  font-size: 79px;
  color: #fefefe;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: Yaquote;
  margin: 0;
}
.main-content-home8 .slide-content-7 .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.main-content-home8 .row-banner {
  background-image: url('../images/background5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  height: 544px;
}
.main-content-home8 .row-banner .banner-info {
  padding: 120px 0 0 100px;
}
.main-content-home8 .row-banner .banner-info .subtitle {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: Yaquote;
  margin: 0;
}
.main-content-home8 .row-banner .banner-info .title {
  font-size: 36px;
  color: #222;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  
  margin: 5px 0;
  font-weight: 700;
}
.main-content-home8 .row-banner .banner-info .des {
  font-size: 15px;
  color: #888;
  line-height: 28px;
  font-weight: 300;
  max-width: 540px;
  margin: 12px 0 32px;
}
.main-content-home8 .row-banner .banner-info .button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 3px;
  display: inline-block;
}
.main-content-home8 .row-banner .banner-info .button:hover {
  background-color: #222;
}
.main-content-home8 .featrue-box-list {
  margin-top: 30px;
}
.main-content-home8 .top-selling {
  text-align: center;
  padding: 82px 0 20px;
}
.main-content-home8 .top-selling .section-des {
  margin-bottom: 45px;
}
.main-content-home8 .top-selling .products-list {
  margin-bottom: 10px;
}
.main-content-home8 .loadmore {
  margin-bottom: 75px;
}
.main-content-home8 .featrue-box-list .featrue-box  {
  padding: 15px 0 75px;
}
.main-content-home8 {
  padding-bottom: 22px;
}
.main-content-home8 .latest-news .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(0, 0, 0, 0.11);
}

/*HOME 09*/
.main-content-home9 .main-slideshow {
  margin: 15px 0;
}
.main-content-home9 .main-slideshow .slide-item img {
  border-radius: 5px;
  overflow: hidden;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-prev::before,
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-next::before {
  color: #fff;
  background-color: #dadada;
}
.main-content-home9 .featrue-box-list {
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 60px auto 70px;
}
.main-content-home9 .featured-products .section-head {
  float: left;
  padding: 0;
  margin-bottom: 12px;
}
.main-content-home9 .featured-products .section-head .section-title {
  font-size: 24px;
  text-transform: uppercase;
}
.main-content-home9 .featured-products .section-head .section-des {
  margin: 10px 0 20px;
}
.main-content-home9 .featured-products .nav-tab-style3 .list-nav{
  float: right;
  margin-top: 25px;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: -30px
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-next {
  right: -30px;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-prev,
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-next {
  width: 58px;
  height: 58px;
  line-height: 58px;
  top: 40%;
}
.main-content-home9 .use-code {
  background-image: url('../images/background8.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 185px;
  padding: 70px 60px 0 65px;
  margin: 30px 0 56px;
}
.main-content-home9 .use-code .subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  
  margin: 0;
  text-transform: uppercase;
  float: left;
}
.main-content-home9 .use-code .title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  
  text-transform: uppercase;
  margin: -24px auto 0;
}
.main-content-home9 .use-code .small-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  
  text-transform: uppercase;
  margin: 0 auto;
}
.main-content-home9 .use-code .button {
  font-size: 18px;
  color: #222;
  letter-spacing: -0.5px;
  padding: 0 25px;
  line-height: 50px;
  background-color: #fff;
  text-transform: uppercase;
  
  display: inline-block;
  margin: -7px 30px 0 0;
}
.main-content-home9 .right-timedown {
  float: right;
  padding: 0;
  margin-bottom: 32px;
}
.main-content-home9 .right-timedown .title {
  float: right;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  
  display: inline-block;
  margin: 20px 25px 0 0;
}
.main-content-home9 .right-timedown .kt-countdown {
  float: right;
}
.main-content-home9 .right-timedown .kt-countdown .box-count {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  min-width: 0;
  min-height: 0;
  padding-top: 5px;
  border: solid 1px #dfdfdf;
  margin: 0 15px 0 0
}
.main-content-home9 .right-timedown .kt-countdown .box-count:last-child {
  margin-right: 0;
}
.main-content-home9 .right-timedown .kt-countdown .box-count .number {
  font-size: 20px;
  color: #222;
  
  margin: 0;
}
.main-content-home9 .right-timedown .kt-countdown .box-count .text {
  font-size: 14px;
  color: #888;
  margin: 0;
  font-weight: 400;
}
.main-content-home9 .products-list {
  clear: both;
}
.main-content-home9 .right-timedown .kt-countdown .box-count:hover .number,
.main-content-home9 .right-timedown .kt-countdown .box-count:hover .text {
  color: #fff;
}

.main-content-home9 .row-banner {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/background9.jpg');
  height: 540px;
  margin: 50px 0 58px;
}
.main-content-home9 .row-banner .banner-info {
  float: right;
  margin: 130px 290px 0 0;
  text-align: center;
  max-width: 605px;
}
.main-content-home9 .row-banner .banner-info .subtitle {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
  
  margin: 0;
}
.main-content-home9 .row-banner .banner-info .title {
  text-transform: uppercase;
  font-size: 36px;
  color: #333;
  letter-spacing: -0.5px;
  
  margin: 15px 0;
}
.main-content-home9 .row-banner .banner-info .des {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  
  margin: 0;
}
.main-content-home9 .row-banner .banner-info .price {
  text-transform: uppercase;
  font-size: 36px;
  color: #333;
  letter-spacing: -0.5px;
  
  margin: 20px 0 35px;
}
.main-content-home9 .row-banner .banner-info .button {
  font-size: 14px;
  color: #fff;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.main-content-home9 .row-banner .banner-info .button:hover{
  background-color: #222;
}
.main-content-home9 .from-blogs .section-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: -0.5px;
}
.main-content-home9 .from-blogs .section-des {
  margin: 10px 0 35px;
}
.main-content-home9 .logo-brand {
  background-color: #fdfdfd;
  padding: 45px 0 0;
}
.footer.home9 .footer-links li a {
  font-size: 14px;
}
/*HOME 10*/
.main-slideshow .slide-content-8 {
  max-width: 100%;
  width: 100%;
}
.main-slideshow .slide-content-8 .subtitle {
  font-size: 48px;
  color: #fff;
  font-family: AlwaysInMyHeart;
  margin: 0;
}
.main-slideshow .slide-content-8 .title {
  font-size: 100px;
  color: #fff;
  letter-spacing: -0.5px;
  margin: 5px 0 0;
}
.main-slideshow .slide-content-8 .small-title {
  font-size: 60px;
  color: #fff;
  
  text-transform: uppercase;
  margin: -5px 0 0;
}
.main-content-home8 .main-banner {
  margin-bottom: 20px;
}
.slideshow-home10 .owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 30px;
}
.slideshow-home10 .owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 30px;
}
.main-content-home10 .main-banner .banner{
  margin: 30px 0 0;
}
.main-content-home10 .our-products .section-title {
  font-size: 60px;
  font-family: AlwaysInMyHeart;
  color: #222;
  margin: 35px 0 0;
}
.main-content-home10 .our-products .section-des {
  margin: 27px auto 30px;
}
.main-content-home10 .specials-products {
  padding-bottom: 50px;
}
.main-content-home10 .specials-products .section-des {
  margin-bottom: 45px;
}
.main-content-home10 .row-banner {
  text-align: center;
  background-image: url('../images/background10.jpg');
  background-position: center;
  background-repeat: no-repeat;
  height: 410px;
  padding: 90px 15px 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.main-content-home10 .row-banner .banner-info {
  margin: 0 auto;
  max-width: 420px;
}
.main-content-home10 .row-banner .banner-info .subtitle {
  font-size: 48px;
  color: #fff;
  font-family: AlwaysInMyHeart;
  margin: 0;
}
.main-content-home10 .row-banner .banner-info .title {
  font-size: 38px;
  color: #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  
  margin: 15px 0 20px;
}
.main-content-home10 .row-banner .banner-info .button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
}
.main-content-home10 .row-banner .banner-info .button:hover {
  background-color: #222;
}
.main-content-home10 .featrue-box-list {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e7e7e7;
  padding: 25px 0 65px;
}
.main-content-home10 .from-blogs {
  padding-top: 80px;
}
.main-content-home10 .from-blogs .section-title {
  font-family: AlwaysInMyHeart;
  font-size: 60px;
  text-align: center;
}
.main-content-home10 .from-blogs .section-des {
  margin-bottom: 35px; 
  text-align: center;
}
.main-content-home10 .from-blogs .owl-carousel .owl-dots {
  bottom: -27px;
}
.main-content-home10 .from-blogs .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(0, 0, 0, 0.11);
}
.main-content-home10 .from-blogs .owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-content-home10 {
  padding-bottom: 100px;
}

/*HOME 11*/ 
.header.layout9.home11 .menu-item .top-flash.hot {
  background-color: #bd945c;
}
.header.layout9.home11 .menu-item .top-flash.hot::after {
  border-top-color: #bd945c;
}
.header.layout9.home11 .search-form {
  float: left;  
}
.header.layout9.home11 .search-form.layout4 .search-block .search-button {
  font-size: 28px;
  margin: -2px 10px 0 20px;
}
.header.layout9.home11 .search-form.layout4 .search-inner {
  top: -4px;
}
.header.home11 .list-currencies li:hover a {
  background-color: #82914b;
}
.special-banner {
  position: relative;
  overflow: hidden;
}
.special-banner .list-banner li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
  max-height: 840px;
}
.special-banner .banner-item .thumb{
  position: relative;
  overflow: hidden;
}
.special-banner .banner-item .thumb a{
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.special-banner .banner-item .thumb a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.special-banner .banner-item .thumb a:hover::before {
  opacity: 0;
  visibility: hidden;
  height: 0;
  top: 0;
}
.special-banner .banner-item .thumb .number {
  position: absolute;
  z-index: 1;
  font-size: 36px;
  color: #fff;
  
  letter-spacing: -0.5px;
  bottom: 25px;
  left: 30px;
  display: inline-block;
}
.special-banner .banner-item .thumb .number::after {
  height: 2px;
  width: 100%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #d5d5d5;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  content: "";
}
.special-banner .banner-item .banner-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1.25s ease 0s;
     -moz-transition: 1.25s ease 0s;
      -ms-transition: 1.25s ease 0s;
       -o-transition: 1.25s ease 0s;
          transition: 1.25s ease 0s;
  left: 0;
  top: -100%;
  position: absolute;
  z-index: 11;
  min-height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
}
.special-banner .banner-item .banner-content.show {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
}
.special-banner .banner-item .banner-content .banner-info {
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 1;
  text-align: center;
  left: 0;
  padding: 0  15px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.special-banner .banner-item .banner-content.show .banner-info {
  display: block;
  opacity: 1;
}
.special-banner .banner-item .banner-content .banner-info .subtitle {
  font-size: 80px;
  color: #fefefe;
  font-family: AlwaysInMyHeart;
  margin: 0;
}
.special-banner .banner-item .banner-content .banner-info .title {
  font-size: 80px;
  color: #fff;
  
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.special-banner .banner-item .banner-content .banner-info .button {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  display: inline-block;
}
.special-banner .banner-item .banner-content .banner-info .button:hover{
  background-color: #222;
}
.special-banner .banner-item .banner-content .close-banner {
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  line-height: 40px;
}
.special-banner .banner-item.item4 .banner-content .banner-info .title {
  letter-spacing: 20px;
}
/*HOME 12*/
.header.home12 .topbar,
.header.home12 .minicart .cart-block .count,
.header.home12 .box-wishlist .wishlist-icon .count,
.header.home12 .menu-item .top-flash.new,
.footer.footer-home12 {
  background-color: #382415;
}
.header.home12 .list-currencies li a:hover {
  background-color: #4c3a2d;
}
.header.home12 .menu-item .top-flash.new::after {
  border-top-color: #382415;
}
.main-content-home12 .main-slideshow .slide-item .thumb {
  margin-bottom: -1px;
}
.main-slideshow .slide-content-9 {
  max-width: 710px;
}
.main-content-home12 .banner-info .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
}
.main-slideshow .slide-content-9 .subtitle {
  font-size: 36px;
  font-family: "Times New Roman";
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.main-slideshow .slide-content-9 .title {
  font-size: 50px;
  letter-spacing: -0.5px;
  margin: 5px 0 15px;
}
.main-slideshow .slide-content-9 .des {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  font-family: "Times New Roman";
  margin: 0 0 30px;
}
.main-slideshow .slide-content-9 .slide-item .button {
  padding: 0 50px;
}

.main-content-home12 .main-banner .banner .thumb a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.main-content-home12 .main-banner .banner .thumb a::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
   -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
     -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s;
}
.main-content-home12 .main-banner .banner .info {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-content-home12 .main-banner .banner .info .subtitle {
  font-size: 36px;
  color: #fff;
  margin: 0 0 10px;
  font-family: "Times New Roman";
}
.main-content-home12 .newsletter .des {
  font-family: "Times New Roman";
  margin: 0 0 25px;
}
.main-content-home12 .newsletter .input-info {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-content-home12 .newsletter .submit {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.main-content-home12 .main-banner .banner .info .title {
  font-size: 36px;
  color: #fff;
  letter-spacing: -0.5px;
  margin: 0;
  
  text-transform: uppercase;
  display: inline-block;
}
.main-content-home12 .item .product-item {
  margin-bottom: 25px;
}
.main-content-home12 .our-products {
  text-align: center;
  padding: 75px 0 50px;
}
.main-content-home12 .our-products .section-title {
  text-transform: uppercase;
  font-size: 42px;
  font-family: "Times New Roman";
  letter-spacing: -0.5px;
}
.main-content-home12 .our-products .section-des {
  font-family: "Times New Roman";
  font-size: 18px;
}
.main-content-home12 .nav-tab-style2 .nav>li>a {
  font-family: "Times New Roman";
  letter-spacing: -0.5px;
}
.main-content-home12 .product-item .info .product-name {
  font-size: 15px;
  font-family: "Times New Roman";
}
.row-terminal {
  background-image: url('../images/background11.jpg');
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 130px;
}
.list-terminal.owl-carousel .owl-dots {
  bottom: -105px;
}
.list-terminal.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.terminal-item {
  text-align: center;
}
.terminal-item .des {
  font-size: 18px;
  color: #ccc;
  font-style: italic;
  font-family: "Times New Roman";
  max-width: 860px;
  margin: 35px auto;
}
.terminal-item .name {
  font-size: 15px;
  color: #fff;
  
  display: inline-block;
  margin: 0 0 5px;
}
.terminal-item .position {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.main-content-home12 .latest-news {
  padding-bottom: 105px;
  border: none;
}
.main-content-home12 .latest-news .section-title {
  font-size: 42px;
  letter-spacing: -0.5px;
  font-family: "Times New Roman";
  text-transform: uppercase;
}
.main-content-home12 .latest-news .section-des {
  font-size: 18px;
  font-family: "Times New Roman";
  margin-bottom: 43px;
}
.main-content-home12 .latest-news .post-item .post-name {
  font-size: 18px;
  font-family: "Times New Roman";
  font-weight: 400;
}
.main-content-home12 .latest-news .post-item .meta-post li a,
.main-content-home12 .latest-news .post-item .des,
.main-content-home12 .latest-news .post-item .readmore {
  font-size: 15px;
  font-family: "Times New Roman";
}
.main-content-home12 .newsletter.layout1 {
  background-image: url('../images/background12.jpg');
}
.footer.layout6.footer-home12 {
  background-image: none;
}
.footer.layout6.footer-home12 .list-socials li a {
  color: #6c5e52;
}
.footer.layout6.footer-home12 .list-socials li a:hover {
  color: #fff;
}
.footer.layout6.footer-home12 .footer-note {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer.layout6.footer-home12 .main-footer {
  padding: 50px 0;
}
/*Tab style*/
.tab-content {
  float:left;
	width:90%;
	border:1px solid #dddddd;
}
.tab-panel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.tab-panel.active{ 
  position: static;
  opacity: 1;
  visibility:inherit;
}
.nav>li>a:focus, 
.nav>li>a:hover {
  background-color: transparent;
}

.nav-tab-style1 .list-nav {
  text-align:  center;
}
.nav-tab-style1 .list-nav > li {
  display: inline-block;
  margin: 0 25px 2px 0;
	border:1px solid #dddddd;
	width:100%;
	background:#eeeeee;
	
}
.nav-tab-style1 li a {
  font-size: 16px;
  color: #b8b8b8;
	font-weight:500;
	line-height:37px;
  
  position: relative;
  padding: 0;
  display: inline-block;
}
.nav-tab-style1  li.active {
	background:#ffffff;
	border-right: 2px solid #ffffff;
	width: 102%;
  
	
	
}
.nav-tab-style1  li  a:hover,
.nav-tab-style1  li.active a {
  color: #000000;font-weight:700;
}
.nav-tab-style1  li.active a::after {
  width: 102%;
  height: 24px;
  /*background-color: #a5a5a5;*/
  content: "";
  position: absolute;
  z-index: 3;
  bottom:0;
  left: 0;
	border-right: 2px solid #ffffff;
}
.nav-tab-style2 .list-nav {
  margin-bottom: 50px;
}
.nav-tab-style2 li {
  display: inline-block;
  list-style: none;
  margin: 0 16px;
}
.nav-tab-style2 .nav>li>a {
  font-size: 18px;
  color: #222;
  
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  position: relative;
}
.nav-tab-style2 .nav>li.active >a::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}


.nav-tab-style3 .list-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 25px;
}
.nav-tab-style3 .list-nav li:first-child {
  margin-left: 0;
}
.nav-tab-style3 .list-nav li a {
  padding: 0;
  font-size: 15px;
  color: #888;
  letter-spacing: -0.5px;
  
  position: relative;
  display: inline-block;
}
.nav-tab-style3 .list-nav li.active a:hover,
.nav-tab-style3 .list-nav li.active a {
  color: #222;
}
.nav-tab-style3 .list-nav li.active a::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

/*POPUP NEWSLETTER*/
.popup-newsletter {
  width: 830px;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/background13.jpg');
  margin: auto;
  padding: 110px 0 0 45px;
  position: relative;
}
.popup-newsletter .mfp-close {
  font-size: 52px;
  font-weight: 300;
  color: #666666;
  top: 10px;
  right: 10px;
}
.popup-newsletter .title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  
}
.popup-newsletter .subtitle {
  font-size: 16px;
  color: #fff;
  margin: 5px 0 25px;
}
.popup-newsletter .input-inner {
  width: 387px;
}
.popup-newsletter .input-info {
  border: none;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 22px;
}
.popup-newsletter .submit {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
}
.popup-newsletter .submit:hover {
  background-color: #888;
}
/*POPUP QUICKVIEW*/
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-quickview .about-product {
  height: 486px;
  width: 830px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
}
.popup-quickview .about-product .details-thumb {
  width: 460px;
  margin-right: 18px;
}
.popup-quickview .about-product .details-thumb .owl-thumbs .owl-thumb-item {
  display: list-item;
  list-style: none;
  margin-bottom: 11px;
  max-width: 100px;
  max-height: 120px;
}
.popup-quickview .about-product .details-thumb .main-img {
  width: 355px;
  margin-left: 112px;
}
.popup-quickview .about-product .details-info .product-name {
  font-size: 18px;
  margin-top: 25px;
}
.popup-quickview .about-product .details-info .rating {
  overflow: hidden;
  display: block;
  margin: 0px 0 10px;
}
.popup-quickview .rating .list-star li a {
  color: #d26e4b;
}
.popup-quickview .about-product .details-info .price .ins {
  font-size: 20px;
}
.popup-quickview .about-product .details-info .list-color {
  margin: 18px 0 15px;
}
.popup-quickview .about-product .details-info .group-button li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.popup-quickview .about-product .details-info .group-button li:last-child {
  margin-right: 0;
}
.popup-quickview .view-details {
  font-size: 13px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 45px;
}
.popup-quickview .view-details::after {
  width: 100%;
  height: 2px;
  border-top: solid 1px #a9a9a9;
  border-bottom: solid 1px #d7d7d7;
  position: absolute;
  left: 0;
  content: "";
  bottom: 5px;
}
.popup-quickview .about-product .details-info {
  height: 100%;
  position: relative;
}

/*POPUP COMPARE*/
.popup-compare {
  width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px 25px 95px;
}
.popup-compare .compare-content  {
  max-width: 100%;
  overflow-x: scroll;
  display: block;
}
.popup-compare .compare-content tr,
.popup-compare .compare-content td {
  position: relative;
  border: solid 1px #ddd;
  background-color: #fff;
  text-align: center;
}
.popup-compare .compare-content tr:last-child,
.popup-compare .compare-content td:last-child {
  border-bottom: none;
}
.popup-compare .compare-content td {
  width: 370px;
}
.popup-compare .compare-content tr {
  margin-left:  200px;
  position: relative;
}
.popup-compare .compare-content .product-title {
  text-align: center;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.popup-compare .compare-content td.product-img {
  padding: 35px 0;
  text-align: center;
}
.popup-compare .compare-content td.product-des {
  padding: 20px;
  text-align: left;
  font-size: 13px;
  color: #555;
}
.popup-compare .compare-content td.availability {
  padding: 25px;
}
.popup-compare .compare-content td.availability .stock {
  color: #d26e4b;
  font-weight: 600;
}
.popup-compare .compare-content td.availability .not-stock {
  color: #888;
  text-decoration: line-through;
}
.popup-compare .compare-content td.unit-price {
  padding: 25px;
  font-weight: 500;
   
}
.popup-compare .compare-content .product-item .thumb img {
  max-height: 240px;
  max-width: 200px;
  margin: auto;
  font-size: 16px;
  color: #333;
}
.banner-info{width:60%;}
.chart_tit{background:#072f6d;color:#ffffff;font-weight:600;text-align:center;}
.chart_leftT{background:#f2f2f2;}
.chart_leftS{background:#dbe5f1;}
.detail_tabL{float:left;width:10%;}
.description-content{padding:20px;}
.detail_bl{list-style-type: disc;margin:15px 0 60px 150px;}
.detail_bl li{line-height:17px;margin-bottom:10px;}

/*ALL EFFECT*/
/*effect for button*/
@-webkit-keyframes toUpFromUnder {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toUpFromUnder {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toUpFromUnder {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.sub-title .slide-content-1 .title2{font-size:40px;font-weight: 700;text-transform: uppercase;margin: 18px 0 25px 0;color: #fff;}
/*---REPONSIVE---*/
@media(max-width: 1500px) {

.header.layout8 .main-menu > li.logo {
  margin: 0 20px;
}
.header.layout8 .main-menu > li {
  margin: 0 15px;
}
.header.layout8 .main-menu > li:first-child {
  margin-left: 0;
}
.header.layout8 .main-menu > li:last-child {
  margin-right: 0;
}
.header.layout8 .search-form .search-inner .search-info {
  width: 140px;
  min-width: 0;
  padding-right: 0;
}
.category.layout1 .info {
  top: 20px;
}
.category.layout2 .info {
  bottom: 20px;
}
.category .info .name {
  font-size: 14px;
}
.categories-menu > li,
.header.layout9 .main-menu > li {
  margin: 0 15px;
}

}
@media(max-width: 1367px) {

.minicart  .cart-inner,
.menu-item-has-children >  .list-language {
  right: 0;
}
.main-menu > li {
  margin: 0 15px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}

.owl-carousel.nav-style1 .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.nav-style1 .owl-nav .owl-next {
  right: 0;
}
.row-product-recent {
  margin: 0;
}
.countdown-product {
  padding-left: 0;
  text-align: center;
}
.countdown-product .supper-title {
  display: inline-block;
}
.countdown-product .title {
  margin: 0 auto 40px;
}

.header.layout8 .main-header .left-content {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.header.layout8 .main-header .midle-content {
  width: 80%;
  padding-left: 15px;
}
.header.layout8 .main-header .right-content {
  width: 20%;
  padding-right: 15px;
}

.header.layout8 .main-menu > li.logo {
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
  float: left;
}
.header.layout8 .search-form {
  margin-top: 20px;
}
.header.layout8 .main-header .midle-content {
  text-align: left;
}
.header.layout8 .main-header.box-sticky .left-content {
  display: none;
}
.header.layout8 .search-form .search-inner .search-info {
  width: auto;
  min-width: 190px;
  padding-right: 10px;
}
.header.layout9 .main-menu > li {
  margin: 0 10px;
}
.header.layout9 .main-menu > li:first-child {
  margin-left: 0;
}
.header.layout9 .main-menu > li:last-child {
  margin-right: 0;
}
.categories-menu > li {
  margin:  0 10px;
}
.social-header .list-socials {
  float: left;
}
.owl-carousel.nav-style4 .owl-nav .owl-prev {
  left: -10px;  
}
.owl-carousel.nav-style4 .owl-nav .owl-next {
  right: -10px;  
}
.main-content-home9 .featrue-box-list {
  margin: 60px 15px;
  padding: 0 15px;
}
.main-content-home9 .featrue-box-list .featrue-box .block-icon {
  float: none;
  margin-right: 0;
}
.main-content-home9 .use-code .button {
  padding: 0 15px;
}
.special-banner .banner-item .banner-content .banner-info .title {
  font-size: 60px;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
}
@media(max-width: 1199px) {
.about-product .details-info .product-name {
  font-size: 35px;
  color: #000000;
  font-weight:700;
  display: inline-block;
	padding:25px 0 10px 0;
}
.about-product .details-info .product-name2 {
  font-size: 30px;
  color: #000000;
  font-weight:700;
  display: inline-block;
	padding:25px 0 10px 0;
}
.about-product .details-info .price .ins{font-size:20px;
  color: #222;}
.about-product .details-info .price .ins2 {
  font-size:20px;
  color: #222;
  
}
.about-product .details-info .price{line-height:20px;}
.about-product .details-thumb4{width:100%;}
.about-product .details-thumb2 {
    float: left;
    margin-right: 0;
    width: 100%;
    padding-bottom: 30px;
}
.sub-title .slide-content-1 .title2{font-size:28px;font-weight: 700;text-transform: uppercase;margin: 18px 0 25px 0;color: #fff;}
.about-product .details-thumb3{margin:0;width:100%;}
.about-product .details-info .detail li{font-size:17px;}
.banner-info{width:100%;}
.box-sticky .logo-prepend {
  padding-top: 15px;
}
.header .menu-topbar>li {
  padding: 5px 15px;
}
.header.layout1 .search-form {
  margin-top: 5px;
}
.header.layout1 .top-links {
  margin-top: 10px;
}
.main-menu > li {
  margin: 0 10px;
}
.category.layout1 .info {
  top: 10px;
}
.category.layout2 .info {
  bottom: 10px;
}
.main-menu > li.categories .mega-menu {
  min-width: 900px;
}
/* header layout4*/
.header.layout4 .header-nav {
  margin-left: 0;
}
.header.layout4 .logo {
  width: 100%;
  text-align: center;
}
/*HEADER LAYOUT5*/
.header.layout5 .main-header {
  padding: 45px 0 50px;
}
.header.layout5 .main-menu > li {
  margin: 0 8px;
}
.header.layout5 .main-menu > li:first-child {
  margin-left: 0;
}
.header.layout5 .main-menu > li:last-child {
  margin-right: 0;
}
.header.layout5 .box-sticky .logo-prepend {
  padding-top: 7px;
}

/*HEADER LAYOUT7*/
.header.layout7 .logo {
  margin-bottom: 15px;
}
.header.layout7  .header-nav {
  float: left;
}
.header.layout7 .topbar-links > li {
  margin-right: 10px;
}
.header.layout7 .menu-topbar {
  margin: 0 10px;
}
.header.layout7 .menu-topbar>li {
  margin-left: 10px;
}
.header.layout9 .top-links {
  margin-top: 19px;
}
.header.layout10 .box-sticky .main-menu > li {
  margin: 0 8px;
}
.header.layout10 .box-sticky .logo-prepend {
  padding-top: 8px;
}
.header.layout10 .mobile-navigation {
  color: #fff;
}
.header.layout10 .mobile-navigation .icon span {
  background-color: #fff;
}
.header.layout11 .main-header {
  padding-top: 0;
}
.header.layout11 .main-menu > li {
  margin: 0 10px;
}
.header.layout11 .main-header .midle-content {
  width: 75%;
}
.header.layout11 .main-header .right-content {
  width: 25%;
}

/*Blog style*/
.post-item .meta-post li {
  margin-right: 15px;
}
.post-item .post-name {
  font-size: 14px;
}

.row-featrue .featrue-box {
  margin-bottom: 30px;
}
/*ABOUT PAGE*/
.about-theme .info {
  padding-top: 15px;
}
/*FOOTER*/
.footer .widget {
  margin-top: 40px;
}
/*CUSTOM HOME 1*/
.main-banner .banner .banner-content {
  padding: 20px;
}
.main-banner .banner.layout3 .banner-content .des {
  margin-bottom: 100px;
}
.row-product-recent .left-content {
  padding-right: 0;
}
.row-product-recent .right-content {
  padding-right: 15px;
}
.group-product-recent {
  padding-right: 0;
}
/*CUSTOM HOME 2*/
.each-section .section-content {
  width: 100%;
}
.newsletter.layout2 .info-block {
  float: none;
  margin-right: 0;
}
.newsletter.layout2 .newsletter-block {
  float: left;
}
.header.layout4 .topbar  .submenu {
  right: 0;
}
/*CUSTOM HOME 5*/
.block-cat .content-cat {
  margin: 0 10px;
}
.main-slideshow .slide-content-5 {
  top: 180px;
}
/*CUSTOM HOME 7*/
.main-slideshow .slide-content-6 {
  left: 105px;
}
/*CUSTOM HOME 9*/
.main-content-home9 .featrue-box-list .featrue-box  {
  padding: 25px 10px;
}
.main-content-home9 .use-code {
  padding: 35px 15px 0;
}
.main-content-home9 .use-code .title {
  font-size: 48px;
  margin-top: 0;
}
.main-content-home9 .use-code .right-content {
  float: left;
  text-align: left;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.main-content-home9 .owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.header.layout9 .main-menu > li.categories .mega-menu {
  width: 990px !important;
}
/*CUSTOM HOME 10*/
.main-slideshow .slide-content-8 .title {
  font-size: 60px;
}
.main-slideshow .slide-content-8 .small-title {
  font-size: 40px;
}
/*CUSTOM HOME 12*/
.main-slideshow .slide-content-9 {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}

.footer.layout8 .footer-note {
  margin: 30px 0 0;
}
.footer.layout6 .footer-links {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.footer.layout6 .list-socials {
  width: 100%;
  margin: 0;
  text-align: center;
}
.item-portfolio .post-info {
  left: 15px;
  bottom: 15px;
}
.item-portfolio .post-info .title {
  font-size: 16px;
}
.vertical-menu .other-item {
  display: none;
}
.vertical-menu > li:last-child {
  padding-bottom: 5px;
}
.popup-compare {
  width: 100%;
}

}
@media(max-width: 1024px) {
.box-subtitle{width:100%;}
.row-featrue2 {
	
}
.about-product2 .details-thumb4 {
  float: left;
  width:195px;
  margin-right:30px;
}
.about-product2 .details-thumb5 {
  float: left;
  width:250px;
  margin-right:30px;
}
.about-product2{margin:auto;width:80%;padding-top:60px;}
.owl-carousel .owl-item img{width:80%;}
.sub-title .slide-content-name{left:41%;background:#072f6d;}
.sub-title .slide-content-name .title{font-size:33px;}
.detail-logo{position: absolute;right:-3%;height:102%;z-index:2;background:#ececec;padding-top:1%;top:-1px;}
.detail-logo2{position: absolute;right:-3%;height:102%;z-index:2;background:#ececec;padding-top:1%;top:-1px;}
.detail-logo3{position: absolute;right:-5%;height:102%;z-index:2;background:#ececec;padding-top:1%;top:-1px;}
.container {
  padding: 0 5px;
}
.back-to-top {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.back-to-top::before {
  line-height: 26px;
}
.owl-carousel .owl-dots {
  bottom: 25px;
}
.item-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.item-background::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
/*HEADER LAYOUT1*/
.header .main-menu,
.menu-item-has-children:after {
  display: none;
}
.header .topbar .menu-item-has-children::after {
  display: block;
}
.menu-item .top-flash {
  top: 0;
  right: 50%;
}
.mobile-navigation {
  display: inline-block;
}
.header .topbar {
  padding: 5px 0;
}
.header.layout1 .main-header {
  padding: 55px 0;
}
.main-menu > li.categories .mega-menu li {
  width: 100%;
}
/*HEADER LAYOUT2*/
.header.layout2 {
  padding: 25px 0;
  position: absolute;
}
.header.layout2 .main-menu {
  display: block;
}

/*HEADER LAYOUT4*/
.header.layout4 .main-header {
  padding: 20px 0 0;
}
/*HEADER LAYOUT6*/
.search-form.layout3 .search-block {
  width: 520px;
}
.header.layout6 .topbar  .submenu {
  right: 0;
}
.search-form.layout3 .search-inner .search-info {
  width: 250px;
}
/*HEADER LAYOUT7*/
.header.layout7 .logo {
  width: 100%;
  text-align: center;
}
.header.layout7 .main-header {
  padding-bottom: 0;
}
/*HEADER LAYOUT8*/
.header.layout8 .hidden-logo {
  display: inline-block;
  float: left;
  padding-top: 25px;
}
.header .kt-clone-wrap li.logo,
.header .main-menu  li.logo {
  display: none;
}
.header.layout8 .search-form {
  float: right;
}
.header.layout8 .main-header {
  padding-bottom: 0;
}

/*HEADER LAYOUT9*/
.header.layout9 .main-header {
  padding: 35px 0 10px;
}
.header.layout9 .main-header .left-content {
  text-align: center;
}
.header.layout9 .main-header .midle-content {
  text-align: left;
}
.header.layout10 .main-header {
  padding-right: 0;
  padding-left: 0;
}

.next-section {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
.each-section .next-section {
  bottom: 20px;
}

.footer.layout6 .footer-links {
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
}
.footer.layout6 .list-socials {
  float: none;
  width: 100%;
  text-align: center;
}
/*CUSTOM HOME 1*/
.main-banner .banner .banner-content {
  padding: 20px 10px;
}
.main-banner .banner.layout3 .banner-content .des {
  margin-bottom: 70px;
}
.main-slideshow .slide-content-1 .title {
  font-size: 36px;
  margin-bottom: 15px;
}
.main-content-home3 .top-selling {
  padding-left:  15px;
  padding-right: 15px;
}
.main-slideshow .item1 .slide-content-2  .subtitle {
  font-size: 100px;
}
.main-slideshow .item2 .slide-content-2 .title {
  font-size: 36px;
}
.main-slideshow .item3 .slide-content-2 .title {
  font-size: 60px;
}
/*CUSTOM HOME 5*/
.main-slideshow .item2 .slide-content-4 {
  left: 100px;
}
.main-slideshow .item3  .slide-content-4 {
  max-width: 100%;
  width: 100%;
}
/*CUSTOM HOME 6*/
.newsletter.layout3 .title {
  margin-bottom: 30px;
}
.newsletter.layout3 .newsletter-block {
  float: left;
}
/*CUSTOM HOME 8*/
.main-content-home8 .slide-content-7 {
  width: 100%;
}
/*CUSTOM HOME 9*/
.main-content-home9 .featured-products .section-head {
  max-width: 450px;
}
.main-content-home9 .row-banner .banner-info {
  margin: 100px 100px 0;
}

/*CUSTOM HOME 12*/
.main-content-home12 .main-banner .banner .info .subtitle,
.main-content-home12 .main-banner .banner .info .title {
  font-size: 26px;
}
.footer.layout7 .footer-links li {
  margin: 0 10px;
}
.footer.layout7 .footer-links li:first-child {
  margin-left: 0;
}
.footer.layout7 .footer-links li:last-child {
  margin-right: 0;
}
.footer.layout7 .footer-links li a {
  font-size: 14px;
}
.special-banner .banner-item .banner-content .close-banner {
  bottom: 15px;
}
.product-item.layout3 .info {
  opacity: 1;
  position: relative;
  padding-top: 30px;
}
.product-item.layout3 .product-inner .thumb .price {
  width: 100px;
  height: 100px;
}
.product-item.layout3 .product-inner .thumb .price .del {
  top: 70%;
}
/*---*/
}
@media(max-width: 991px) {
.our-team{padding:45px 0 65px;} 
.box-title{font-size: 32px;}
.about-product .details-thumb33 {width:100%;}
.about-product .details-thumb5 {
    margin: auto;
    width: 100%;padding-top:30px;
}
.product-item li.thumb2{text-align:center;width:24%;margin:0;padding:0; overflow:auto;border-right:0;}
.product-item li.thumb2 .txt{font-size: 13px;padding:5px;line-height:13px;height:82px;}
.about-product .details-info{clear:both;text-align:center;}
.sub-title .slide-content-1 .title{font-size:35px;line-height:35px;}
.sub-title .slide-content-2 .title{font-size:25px;line-height:25px;}
.quantity{margin:auto;}
.about-product{padding-bottom:40px;}

.detail_tabL{float:left;width:20%;}
.tab-content {
    float: left;
    width: 80%;
    border: 1px solid #dddddd;
}
.nav-tab-style1 li a{font-size:12px;line-height:15px;}
.description-content{padding:5px;overflow: auto;font-size:11px;}
.chart_leftT, .chart_tit, .chart_leftS {font-size:12px;line-height:14px;}
.main-content-home7 .row-banner {
		background: url(../images/whoweare.jpg) no-repeat right top;
		background-size: 70% auto;
}
.main-content-home7 .row-banner2 {
		background: url(../images/service.jpg) no-repeat right center;
		background:#072f6d;margin-top:20px;
}
.main-content-home7 .row-banner .banner-info .button{margin-top:20px;}
.main-content-home7 .row-banner2 .banner-info .button{margin-top:20px;}
.main-content-home7 .row-banner2 .banner-info  {
  width:100%;
}
.main-content-home7 .row-banner2{ height:100%;}
.header .topbar .top-contact {
  text-align: right;
}
.header.layout1 .main-header {
  padding: 30px 0;
}
.header .topbar {
  padding: 5px 15px;
}
.header.layout1 .main-header .left-content {
  text-align: center;
  margin: 10px 0 30px;
}
.header.layout1 .main-header .midle-content {
  text-align: left;
}
.header.layout1 .search-form {
  border: solid 1px #aaa;
  padding: 0 10px;
}

/*HEADER LAYOUT2*/
.header.layout2 .search-form {
  display: none;
}
.header.layout2 .midle-content {
  text-align: right;
}
/*HEADER LAYOUT3*/
.header.layout3 .topbar .left-content {
  text-align: right;
  margin-bottom: 10px;
}
/*HEADER LAYOUT4*/
.header.layout4 .topbar-content {
  text-align: right;
  margin-bottom: 10px;
}
/*HEADER LAYOUT5*/
.header.layout5 .search-form {
  border:  solid 1px #555;
  padding: 5px;
}
.header.layout5 .main-header .left-content {
  text-align: center;
}
.header.layout5 .main-header .midle-content {
  text-align: left;
}
.header.layout5 .main-header {
  padding: 20px 0;
}
/*HEADER LAYOUT6*/
.header.layout6 .left-content {
  text-align: right;
  margin-bottom: 10px;
}
.header.layout6 .logo {
  margin-bottom: 10px;
}
.search-form.layout3 .search-inner .search-info {
  padding:  0 20px;
}
.vertical-categories {
  margin-bottom: 30px;
}
.vertical-menu .menu-item-has-children::after {
  display: none;
}
.vertical-menu > .menu-item-has-children.show-submenu > a::after {
  content: "\f106"
}
/*HEADER LAYOUT9*/
.header.layout9 .search-form {
  padding: 0;
  margin: 0;
  border: none;
}
.header.layout9 .main-header {
  padding: 30px 15px 10px;
}
/*HEADER LAYOUT10*/
.header.layout10 .topbar .topbar-content {
  text-align: right;
  margin-bottom: 10px;  
}
.header.layout10 .main-header {
  padding-right: 0;
  padding-left: 0;
}
/*HEADER LAYOUT11*/
.header.layout11 {
  background-color: #000;
  position: relative;
  top: 0;
}
.header.layout11 .main-header {
  padding: 15px 0;
}
/*VERTICAL MENU*/
.vertical-menu .menu-item-has-children .submenu,
.vertical-menu .menu-item-has-children:hover .submenu {
  position: relative;
  left: 0;
  display: none;
  border: none;
}
.vertical-menu .menu-item-has-children.show-submenu .submenu {
  position: relative;
  top: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  min-width: auto;
}

.vertical-menu > li > a {
  display: block;
  position: relative;
} 
.vertical-menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  margin-left: 10px;
  font-size: 14px;
  color: #a7a7a7;
  position: relative;
  z-index: 11111;
  position: absolute;
  right: 0;
}
/*FOOTER*/
.footer .list-payment {
  text-align: center;
  margin: 20px 0;
}
.footer-links li {
  margin: 5px 10px;
}
.footer.layout7 .logo {
  margin: 0 auto;
  float: none;
}
.footer.layout7 .left-content,
.footer.layout7 .right-content {
  text-align: center;
}
.footer.layout7 .footer-links li {
  margin: 10px;
}
/*CUSTOM HOME 1*/
.main-banner .banner .banner-content {
  padding: 30px ;
}
.main-banner .banner.layout3 .banner-content .des {
  margin-bottom: 190px;
}
.main-content-home1 .main-slideshow {
  margin-bottom: 30px;
}
.row.main-banner {
  margin-top: 0 ;
  margin-bottom: 0;
}
.main-banner .banner {
  margin-bottom: 30px;
  overflow: hidden;
}
.main-banner .special-banner {
  float: left;
}
.main-slideshow .slide-content-1 .title {
  font-size: 26px;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev, 
.owl-carousel.nav-style2 .owl-nav .owl-next {
  width: 55px;
  height: 50px;
  line-height: 50px;
}
.owl-carousel .owl-dots {
  bottom: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
}
/*CUSTOM HOME 2*/
.each-section .section-content .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.each-section .section-content .button {
  line-height: 40px;
  padding: 0 30px;
}
/*CUSTOM HOME 3*/
.featrue-box.layout2 {
  text-align: center;
  margin: 15px 0;
}
.featrue-box.layout2 .block-icon {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
.main-content-home3 .top-selling::before,
.main-content-home3 .top-selling::after {
  display: none;
}
/*CUSTOM HOME 5*/
.main-slideshow .item3 .slide-content-4 .title {
  font-size: 36px;
}
.main-slideshow .item3 .slide-content-4 .subtitle {
  margin: 10px 0 20px;
}
.block-cat .content-cat figure {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

/*CUSTOM HOME 6*/
.featrue-box-list .featrue-box.layout4 {
  padding-left: 10px;
}
.featrue-box.layout4 .block-icon {
  float: none;
}
/*CUSTOM HOME 7*/
.main-slideshow .slide-content-6 {
  left: 50px;
}
.main-slideshow .item2 .slide-content-6 {
  left: 25px;
  max-width: 400px;
}
.main-slideshow .slide-content-6 .title { font-size: 60px;}
.main-slideshow .slide-content-6 .subtitle{font-size:30px;}
.main-slideshow .slide-content-6 .subtitletxt{font-size:13px;margin:20px 0;}
/*CUSTOM HOME 8*/
.main-content-home8 .slide-content-7 .subtitle {
  font-size: 48px;
}
.main-content-home8 .row-banner .banner-info {
  padding-left: 50px;
}
.main-content-home8 .row-banner .banner-info .des {
  max-width: 450px;
}
/*CUSTOM HOME 9*/
.main-content-home9 .featured-products .section-head {
  max-width: 100%;
  margin: 0;
}
.main-content-home9 .featured-products .nav-tab-style3 .list-nav {
  float: left;
  margin: 0 0 30px;
}
.main-content-home9 .right-timedown .kt-countdown,
.main-content-home9 .right-timedown {
  float: left;
}
.main-content-home9 .right-timedown .title {
  float: left;
  clear: left;
}
.main-content-home9 .use-code .subtitle,
.main-content-home9 .use-code .left-content {
  display: none;
}
.main-content-home9 .use-code .right-content {
  text-align: center;
  float: none;
}
.main-content-home9 .use-code .button {
  margin-top: 10px;
}
/*CUSTOM HOME 12*/
.main-slideshow .slide-content-9 {
  width: 100%;
  max-width: 100%;
}
.header.layout8 .main-header .midle-content {
  width: 30%;
}
.header.layout8 .main-header .right-content {
  width: 70%;
}
/*Commingsoon page*/
.comingsoon-content .logo {
  padding-bottom: 150px;
}
.kt-countdown .box-count {
  min-width: 120px;
  min-height: 120px;
  padding-top: 30px;
}
.kt-countdown .box-count .number {
  font-size: 36px;
}
.kt-countdown .box-count .text {
  font-size: 20px;
}
/**/
.about-theme .thumb {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.product-item.layout2 .thumb {
  text-align: left;
  float: none;
}
.product-item.layout2 .info {
  padding: 30px 0;
  border-bottom: solid 1px #dfdfdf;
}
.product-item.layout2 .thumb img {
  width: auto;
}
.product-item.layout5 .add-to-cart {
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.about-product .details-thumb {
  float: none;
  margin-right: 0;
  width: 100%;
  padding-bottom: 30px;
}
.about-product .details-thumb .main-img {
  max-width: 100%;
}


.nav-tab-style1 .list-nav > li {
  /*margin: 0 10px;*/
}
/**/
.inner-page .main-banner .banner-info {
  right: 40px;
  max-width: 320px;
}
.inner-page .main-banner .banner-info .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.inner-page .main-banner .banner-info .goto-shop {
  line-height: 35px;
}
.newsletter.layout2 {
  padding: 55px 40px 75px;
}
.main-content-home7 .main-banner .banner {
  margin-bottom: 0;
}

.main-content-home9 .featrue-box-list .featrue-box {
  text-align: center;
}
.main-content-home9 .featrue-box-list .featrue-item {
  border: none;
}
.special-banner .banner-item .banner-content .close-banner {
  bottom: 10px;
}
.special-banner .banner-item .banner-content .banner-info .subtitle {
  font-size: 60px;
}
.special-banner .banner-item .banner-content .banner-info .title {
  font-size: 48px;
}
.portfolio-grid .item-portfolio.img1-1,
.portfolio-grid .item-portfolio.img2-1,
.portfolio-grid .item-portfolio.img2-2 {
  width: 50%;
}
.datecountdown {
  width: 730px;
  height: 200px;
}
.comingsoon-content .time_circles > div > span, .kt-countdown .box-count .number {
  font-size: 36px;
}
.comingsoon-content .time_circles > div > h4, .kt-countdown .box-count .text {
  font-size: 18px;
}
}
@media(max-width: 767px) {
.about-product .details-thumb6 img {width:350px}
.about-product .details-thumb6 { 
  width:350px;
  margin-right:30px;
}
.detail_bl{list-style-type: disc;margin:15px 10px 30px 25px;}
.detail_bl li{list-style-type: disc;line-height:17px;margin-bottom:10px;}
.owl-carousel .owl-item img{width:60%;}
.character-item .info{font-size:18px;line-height:20px;}
.sub-title .slide-content-name{left:34%;background:#072f6d;}
.sub-title .slide-content-name .title{font-size:24px;}
.detail-logo{position: absolute;right:-11%;height:103%;z-index:2;background:#ececec;padding-top:3%;top:-1px}
.detail-logo2{position: absolute;right:-19%;height:103%;z-index:2;background:#ececec;padding-top:3%;top:-1px}
.detail-logo3{position: absolute;right:-20%;height:103%;z-index:2;background:#ececec;padding-top:3%;top:-1px}
/*HEADER LAYOUT2*/
.header.layout2 {
  padding: 15px 0;
}
.header.layout2 .main-header {
  margin: 0;
}
.header.layout2 .main-header .right-content {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 5px;
}
.header.layout2 .midle-content {
  text-align: center;
}
.header.layout2 .top-links {
  margin-top: 15px;
}
.header.layout2 .main-menu {
  width: 100%;
  height: 100vh;
  padding: 55px 0 0;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0) translateY(0);
     -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
       -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.header.layout2 .menu-item-has-children .submenu {
  text-align: center;
}
.header.layout2 .main-menu  li  > a {
  line-height: 40px;
  font-size: 20px;
}
.header.layout2 .submenu li > a {
  line-height: 36px;
}
.header.layout3 .main-header {
  padding: 30px 0 20px;
}
.header.layout6 .main-header {
  padding-bottom: 0;
}
.header.layout6 .logo {
  width: 100%;
  text-align: center;
}
.header.layout6 .search-form.layout3 {
  margin-right: 0;
}
.header.layout6 .search-form.layout3 {
  float: none;
}
.search-form.layout3 .search-block {
  width: 470px;
}
.header.layout7 .topbar .topbar-links {
  margin: 10px 0;
} 
.header.layout7 .topbar .topbar-links .menu-item-has-children:hover .submenu {
  right: 0;
  left: inherit;
}
.header.layout7 .topbar .menu-topbar {
  float: right;
  margin: 10px 0;
  padding-right: 0;
} 
.header.layout7 .box-minicart {
  float: right;
  clear: right;
}
.header.layout7 .menu-topbar::before, 
.header.layout7 .menu-topbar::after {
  display: none;
}
/*HEADER LAYOUT8*/
.header.layout8 .topbar .topbar-content {
  text-align: right;
  margin-bottom: 10px;
}
.menu-categories .categories-menu {
  display: none;
}

.main-content-home6 .featrue-box-list,
.featrue-box-list .featrue-item {
  border: none;
}
.featrue-box-list .featrue-box.layout4 {
  border: solid 1px #eee;
  padding-left: 30px;
}
.featrue-box-list .featrue-item .featrue-box.layout4 {
  border-top: none;
}

.kt-countdown .box-count {
  margin: 0 10px;
}

.about-product .details-thumb .main-img {
  margin-left: 150px;
}
.about-product .details-thumb .owl-thumbs .owl-thumb-item {
  max-width: 120px;
}
.checkout-choosen-content .login-form {
  margin-top: 40px;
}

.shopping-cart-content .quantity-item .quantity select {
  padding: 0 10px;
}
.main-slideshow .item2 .slide-content-3 .subtitle {
  display: none;
}
.newsletter.layout2 .input-info {
  width: 330px;
}
.main-content-home4 .top-banner .banner {
  text-align: center;
  margin: 15px 0;
}
.featrue-box.layout3 .block-inner .des {
  max-width: 500px;
  margin: 0 auto;
}
.product-grid .banner-product {
  text-align: center;
  margin: 0 0 15px;
}
/*CUSTOM HOME 5*/
.main-slideshow .item2 .slide-content-4 {
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.main-slideshow .item2 .slide-content-4 .title {
  margin: 0 0 10px;
}
.main-slideshow .item3 .slide-content-4 .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.block-cat .content-cat figure {
  width: 95px;
  height: 95px;
  line-height: 95px;
}
.block-cat .content-cat {
  margin: 10px;
}

.main-content-home9 .featrue-box-list {
  border: none;
}
.main-content-home12 .main-banner .banner .thumb a {
  float: none;
}
.main-content-home12 .main-banner .banner {
  text-align: center;
}
.newsletter.layout3 {
  padding: 50px 30px;
}
.newsletter.layout3 .input-info {
  width: 100%;
  margin: 10px 0;
}
.newsletter.layout3 .newsletter-block {
  margin: 0 auto;
  float: none;
}
.newsletter.layout3 .submit {
  float: left;
}

.main-content-home7 .main-banner {
  margin: 30px 0 0;
}
.main-content-home8 .row-banner {
  background-color: #fefefe;
  background-image: none;
}
.main-slideshow .item2 .slide-content-6 {
  max-width: 380px;
}
.main-content-home9 .use-code .small-title {
  display: none;
}
.main-content-home9 .row-banner .banner-info {
  margin: 50px 15px 0;
}
.main-slideshow .slide-content-8 .small-title {
  font-size: 24px;
}
.special-banner .banner-item .thumb a {
  max-height: 420px;
}
.special-banner .banner-item.item4 .banner-content .banner-info .title {
  letter-spacing: 10px;
}
.main-content-home12 .main-banner {
  margin-top: 30px;
}
.main-slideshow .slide-content-9 .subtitle {
  display: block;
}
.main-slideshow .slide-content-9 .des {
  display: none;
}

.footer.layout9 .footer-note .left-content,
.footer.layout9 .footer-note .right-content {
  width: 100%;
  text-align: center;
}
.datecountdown {
  width: 620px;
  height: 150px;
}
.comingsoon-content .time_circles > div > span, .kt-countdown .box-count .number {
  font-size: 32px;
}
.comingsoon-content .time_circles > div > h4, .kt-countdown .box-count .text {
  font-size: 18px;
}
}
@media(max-width: 639px) {
.back-to-top {
  bottom: 30px;
  right: 20px;
}
.header.layout1 .main-header .midle-content {
  text-align: center;
  margin:0 0 15px;
  width: 100%;
}
.header.layout1 .main-header .right-content {
  width: 100%;
}
.header .topbar .top-contact,
.header .topbar .menu-topbar {
  text-align: center;
}

.header.layout4 .main-header {
  padding-bottom: 25px;
}
.header.layout4 .mobile-navigation .text {
  display: none;
}
.header.layout5 .topbar .topbar-content {
  text-align: center;
}
.header.layout5 .topbar .left-content {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.header.layout5 .topbar .right-content {
  width: 100%;
  text-align: center;
}
.header.layout6 .topbar .topbar-content {
  text-align: center;
}
.header.layout6 .main-header .midle-content {
  width: 100%;
  text-align: center;
}
.header.layout6 .main-header .right-content {
  width: 100%;
}
.header.layout7 .topbar .topbar-links {
  width: 100%;
  text-align: center;
} 
.header.layout7 .topbar .menu-topbar  {
  float: left;
}
.header.layout7 .box-minicart {
  float: right;
  margin: 10px 0;
}
.header.layout8 .topbar .topbar-content {
  text-align: center;
}
.header.layout8 .mobile-navigation .text {
  display: none;
}
.header.layout9 .main-header .midle-content {
  width: inherit;
  text-align: left;
}
.header.layout9 .main-header .right-content {
  width: inherit;
  text-align: right;
  float: right;
}
.header.layout9 .top-links {
  margin-top: 25px;
}
.header.layout11 .mobile-navigation .text {
  display: none;
}

.main-slideshow .item2 .slide-content-2  .title,
.main-slideshow .item3 .slide-content-2  .title,
.main-slideshow .slide-content-2 .small-title  {
  font-size: 24px;
}
.social-header .list-socials li {
  margin: 0 10px;
}

.search-form.layout3 .search-block {
  width: 435px;
}
.search-form.layout3 .search-block .search-filter {
  padding-left: 10px;
}
.search-form.layout3 .search-inner .search-info {
  padding: 0 0 0 15px;
  margin-left: 10px;
}
.comment-item .avata {
  margin-right: 15px;
}
.comment-item .sub-comment {
  padding-left: 100px;
}
.comment-item .info {
  padding: 20px;
}
.newsletter .newsletter-block {
  max-width: 420px;
}
.newsletter.layout4 .input-info {
  width: 100%;
  margin-bottom: 10px;
}
.newsletter.layout4 .submit {
  position: relative;
}
/*FOOTER*/
.footer .logo {
  width: 100%;
  margin:  0 0 30px;
  text-align: center;
  float: none;
}
.footer.layout1 .logo {
  float: none;
  margin-right: 0;
}
.footer .coppy-right {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer .list-socials li {
  margin-right: 20px;
}
/*Commingsoon page*/
.kt-countdown {
  margin: 0 auto;
}
.comingsoon-content .logo {
  padding: 50px 0;
}
.comingsoon-content .title {
  font-size: 24px;
}
.comingsoon-content .des {
  margin-bottom: 40px;
  font-size: 14px;
}
.comingsoon-content .coppy-right .content {
  margin-top: 70px;
}

/*main banner inner page*/
.inner-page .main-banner .banner-info {
  right: 25px;
  max-width: 190px;
}
.inner-page .main-banner .banner-info .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.inner-page .main-banner .banner-info .goto-shop {
  padding: 0 10px;
  font-size: 12px;
}

.about-product .details-thumb .main-img {
  margin: 0;
}
.about-product .details-thumb .owl-thumbs {
  position: relative;
  max-width: 100%;
  margin-top: 15px;
}
.about-product .details-thumb .owl-thumbs .owl-thumb-item {
  display: inline-block;
  margin: 0 10px;
  max-width: 100px;
}

.nav-tab-style1 .list-nav > li {
  display: list-item;
  list-style: none;
  /*margin: 10px 0;*/
}
.checkout-choosen-content {
  padding: 30px 15px;
}

.header.layout2 .top-links {
  margin-top: 10px;
}

.main-slideshow .slide-content-1 {
  width: 100%;
  padding: 0 30px;
}
.owl-carousel .owl-dots {
  bottom: 0;
}
.main-slideshow .slide-content-1 .title {
  font-size: 20px;
}
.main-banner .banner .banner-content {
  padding: 30px 10px;
}
.main-banner .banner.layout2 .banner-content .des {
  display: none;
}
.main-banner .banner.layout2 .banner-content .title {
  font-size: 24px;
}
.main-banner .banner.layout3 .banner-content .des {
  margin-bottom: 20px;
}

.owl-carousel.nav-style2 .owl-nav .owl-prev, 
.owl-carousel.nav-style2 .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev {
  left: 15px;
}
/*CUSTOM HOME 2*/
.each-section .section-content .title {
  display: none;
}
.each-section .section-content .sub-title {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto 30px;
  line-height: 46px;
}
.main-slideshow .slide-content-6 .title { font-size: 50px;}
.main-slideshow .slide-content-6 .subtitle{font-size:30px;}
.main-slideshow .slide-content-6 .subtitletxt{font-size:13px;margin:20px 0;}


.main-content-home7 .row-banner .banner-info .title {
  font-size: 48px;
}
.main-content-home7 .row-banner .banner-info .subtitle {
  font-size:40px;
}
.main-content-home7 .row-banner .banner-info .smalltitle {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    line-height: 19px;
}
.main-content-home7 .row-banner2 .banner-info .subtitle {
  font-size:40px;
}
.main-content-home7 .row-banner2 .banner-info .smalltitle {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    line-height: 19px;
}
.main-content-home8 .row-banner .banner-info {
  padding-top: 55px;
  padding-left: 25px;
}

.main-content-home9 .use-code {
  padding: 20px 0 0;
  text-align: center;
}
.newsletter.layout2 .input-info {
  width: 100%;
  margin-bottom: 10px;
}
.newsletter.layout2 .submit {
  float: left;
  margin-left: 0;
}
.nav-tab-style2 li {
  display: list-item;
  list-style: none;
  margin: 10px 0;
}
.main-content-home10 .row-banner .banner-info .title {
  font-size: 30px;
}
.main-content-home10 .our-products .section-des {
  margin-bottom: 10px;
}
.special-banner .banner-item .banner-content .banner-info .subtitle {
  font-size: 36px;
}
.special-banner .banner-item .banner-content .banner-info .title {
  font-size: 24px;
  margin-top: 30px;
}
.list-fillter li {
  margin-left: 10px;
  margin-right: 10px;
}
.list-terminal.owl-carousel .owl-dots {
  bottom: -70px;
}
.comingsoon-content .kt-countdown .box-count {
  margin: 20px;
}
.datecountdown {
  width: 440px;
  height: 150px;
}
.comingsoon-content .time_circles > div > span, .kt-countdown .box-count .number {
  font-size: 24px;
}
.comingsoon-content .time_circles > div > h4, .kt-countdown .box-count .text {
  font-size: 14px;
  margin-top: 3px;
}
.time_circles > div {
  top: 35px !important;
}
}
@media(max-width: 479px) {
.about-product2 .details-thumb4 {
  width:100%;text-align:center;
}
.about-product2 .details-thumb5 {
  width:100%;text-align:center;
}
.about-product2{width:100%;padding-top:40px;}

.col-ss-12 {
  width: 100% ;
}
/*HEADER LAYOUT3*/ 
.header .topbar-links > li {
  margin-right: 10px;
}
.header .topbar .menu-item-has-children::after {
  margin-left: 5px;
}
.header.layout3 .menu-topbar>li {
  padding: 0 5px;
}
.header.layout3 .menu-topbar>li::before {
  display: none;
}
.header.layout3 .topbar .left-content {
  text-align: center;
}
.header.layout3 .list-currencies li a {
  width: 20px;
}
.header.layout3 .language .flag {
  display: none;
}

.header.layout5 .main-header .midle-content {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.header.layout5 .main-header .right-content {
  width: 100%;
}
.header.layout6 .search-form.layout3,
.search-form.layout3 .search-block {
  width: 100%;
}
.search-form.layout3 .search-block .search-filter {
  display: none;
}
.search-form.layout3 .search-inner .search-info {
  margin-left: 0;
  border-left: none;
}
.search-form.layout3 .chosen-container {
  display: none;
}
.search-form.layout3 .search-inner .search-info {
  width: auto;
}
.header.layout8 .hidden-logo,
.header.layout8 .search-form {
  width: 100%;
  text-align: center;
}

.header.layout9 .mobile-navigation .text,
.header.layout9 .top-links > li.account {
  display: none;
}

.main-slideshow .item3 .slide-content-4 .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.main-content-home6 .main-banner {
  padding-left: 25px;
  padding-top: 50px;
}
.main-content-home9 .use-code .title {
  font-size: 36px;\
  margin-bottom: 15px;
}

.main-slideshow .item2 .slide-content-2 .title {
  font-size: 18px;
}
.comment-item .sub-comment {
  padding-left: 60px;
}
.newsletter .des {
  margin-bottom: 15px;
}

.inner-page .breadcrumbs,
.inner-page .control {
  width: 100%;
  float: none;
  margin-bottom: 20px;
  text-align: left;
}
.inner-page .top-control {
  margin-bottom: 0;
}

/*main banner inner page*/
.inner-page .main-banner .banner-info .title {
  display: none;
}
.inner-page .main-banner .banner-info .goto-shop {
  line-height: 30px;
}
.about-product .details-thumb .owl-thumbs .owl-thumb-item {
  margin: 0 5px;
  max-width: 80px;
}
.details-info .rating .list-star {
  float: none;
}

.review-item .character {
  margin-right: 15px;
}
.shopping-cart-content tr.title {
  display: none;
}
.shopping-cart-content .checkout-cart td.left {
  border-bottom: none;
  border-right: solid 1px #ccc;
}
.shopping-cart-content .checkout-cart td.right {
  border-left: solid 1px #ccc;
  text-align: left;
}
.shopping-cart-content tr td {
  display: block;
  width: 100%;
  border-bottom: none;
}
.shopping-cart-content .checkout-cart {
  border-bottom: solid 1px #ccc;
}
.shopping-cart-content td {
  text-align: center;
  padding:  20px 15px 20px 100px;
  position: relative;
}
.shopping-cart-content td::before {
  content: attr(data-title) ;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart-content .subtotal {
  padding: 20px;
  text-align: left;
}
.main-banner .banner .banner-content {
  padding: 15px 10px;
}
.main-banner .banner.layout1 .banner-content .title {
  max-width: 100%;
  margin-bottom: 15px;
}
.main-banner .banner.layout1 .banner-content .des {
  margin-bottom: 15px;
}
.main-banner .banner.layout2 .banner-content .des {
  display: block;
}
.newsletter.layout2 {
  padding: 65px 20px 80px;
}

.nav-tab-style2 .list-nav {
  margin-bottom: 25px;
  text-align: center;
}
.main-content-home6 .nav-tab-style2 .list-nav li {
  display: list-item;
  list-style: none;
  margin: 10px 0;
}
.main-content-home6 .nav-tab-style2 .list-nav > li > a {
  display: inline-block;
}
.nav-tab-style3 .list-nav li:first-child,
.nav-tab-style3 .list-nav li {
  display: list-item;
  margin: 10px;
}
.main-slideshow .slide-content-6 {
  left: 45px;
}
.main-slideshow .slide-content-6 .title { font-size: 42px; max-width:300px;}
.main-slideshow .slide-content-6 .subtitle{font-size:25px;}
.main-slideshow .slide-content-6 .subtitletxt{font-size:13px;margin:20px 0;}

.main-slideshow .slide-content-8 .small-title {
  font-size: 14px;
}
.main-slideshow .slide-content-1 .title {
  font-size: 18px;
}
.main-content-home12 .our-products .section-title {
  font-size: 28px;
}
.portfolio-grid .item-portfolio.img1-1,
.portfolio-grid .item-portfolio.img2-1,
.portfolio-grid .item-portfolio.img2-2 {
  width: 100%;
}
.item-portfolio .post-format a img{
  width: 100%;
}
.list-fillter li {
  display: list-item;
  list-style: none;
  border-bottom: solid 1px #888;
  padding: 10px 0;
  margin: 0;
}
.list-fillter li:first-child {
  border-top: solid 1px #888;
  margin-top: 30px;
}
.list-fillter li .fillter-active::after {
  display: none;
}
.main-banner .banner.layout2 .banner-content{
  padding-top: 150px;
}
.main-slideshow .slide-content-5 .title {
  font-size: 24px;
}
.datecountdown {
  width: 300px;
  height: 90px;
}
.comingsoon-content .time_circles > div > span, .kt-countdown .box-count .number {
  font-size: 22px;
}
.comingsoon-content .time_circles > div > h4, .kt-countdown .box-count .text {
  margin-top: 25px;
}
.time_circles > div {
  top: 27px !important;
}
}
@media(max-width: 360px) {
.section-title {
  line-height: 36px;
}
/*HEADER LAYOUT4*/
.header.layout4 .topbar-content {
  text-align: center;
}
.header.layout7 .minicart .cart-block .cart-icon .text {
  display: none;
}
.header.layout7 .minicart .cart-block .count {
  position: absolute;
  left: 10px;
}
.header.layout8 .mobile-navigation .text {
  display: none;
}
.list-payment li {
  margin: 5px ;
}
.newsletter {
  padding-top: 10px;
}
.newsletter .title {
  margin-bottom: 15px;
}
.checkout-choosen-content .note {
  text-align: left;
  width: 100%;
  margin-top: 20px;
}

.shopping-cart-content .checkout-cart td.left,
.shopping-cart-content .checkout-cart td.right {
  padding: 5px;
}
.main-slideshow .slide-content-1 .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.countdown-product .kt-countdown .box-count {
  margin: 0 3px;
}
.main-content-home8 .row-banner .banner-info {
  padding-top: 25px;
}
.main-content-home8 .row-banner .banner-info .subtitle {
  font-size: 36px;
}
.main-content-home8 .row-banner .banner-info .title {
  font-size: 32px;
}
.main-content-home10 .main-slideshow .owl-carousel .owl-dots {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.main-content-home10 .our-products .section-title {
  font-size: 48px;
}
.special-banner .banner-item.item4 .banner-content .banner-info .title {
  font-size: 20px;
  letter-spacing: 5px;
}
.main-content-home12 .latest-news .section-title {
  font-size: 28px;
}
.list-terminal.owl-carousel .owl-dots {
  bottom: -50px;
} 
}
@media(max-width: 320px) {
.list-page li a {
  width: 25px;
  height: 25px;
  line-height: 22px;
  font-size: 13px;
}
.shopping-cart-content td {
  text-align: right;
}
}
/*----------------
AUTO CLEAR 
----------------*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}

    .custom-clear .lg-clear { clear: left; }
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}

    .custom-clear .lg-clear { clear: none; }
    .custom-clear .md-clear { clear: left; }

}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}

    .custom-clear .md-clear { clear: none; }
    .custom-clear .sm-clear { clear: left; }
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}

    .custom-clear .sm-clear { clear: none; }
    .custom-clear .xs-clear { clear: left; }
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/****** main banner add ******/
a.custom-btn, a.custom-btn:link, a.custom-btn:visited {
    display: block;
    float: left;
    width: 100%;
    background: #072f6d;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 30px 0 20px;
    border-left: 1px solid #38588a;
    border-bottom: 1px solid #38588a;}
a.custom-btn-first, a:visited.custom-btn-first {
    border-left: none;
}
.custom-buttons {
    margin-left: -15px;
    margin-right: -15px;
}
a.custom-btn p {
    color: #FFF;
    padding: 0 0 10px;
    font-size: 24px;
    line-height: 36px;
}

.category-item{display:block;float:left;text-align:center;}.category-item a:link,.category-item a:visited{padding:20px;display:inline-block;text-decoration:none;color:#FFF;font-weight:600;width:100%}.category-item a:focus,.category-item a:hover{background-color:#1B1B1B}.category-item a p{color:#FFF;text-transform:uppercase}.category-item img{border:0}.popover{margin-top:0!important;max-width:none;background-color:#333;border:none;box-shadow:none}.item-image,.item-logo,.popover.top>.arrow::after,.popover>.arrow,.popover>.arrow::after{display:none}
.popover {
    margin-top: 0 !important;
    max-width: none;
    background-color: #333;
    border: none;
    box-shadow: none;
}

    .item-image, .popover.top > .arrow::after, .popover > .arrow, .popover > .arrow::after {
        display: none;
    }
@media (min-width:992px) {
	a.custom-btn, a.custom-btn:link, a.custom-btn:visited {
    width: 20%;
    height: 220px;
}
a.custom-btn p {
    font-size: 20px;
    line-height: 28px;
}

.custom-btn img {
    height: 130px;
}
	.item-image {
        display: block;
    }

        .item-image img {
            width: 100px;
        }

    .item-text {
        display: none;
    }
}

@media (min-width:1200px) {
	a.custom-btn, a.custom-btn:link, a.custom-btn:visited {
    height: 250px;
    padding: 20px 0 0;
}
a.custom-btn p {
    font-size:26px;font-weight: 600;
    line-height: 27px;
}


	    .item-image img {
        width: 140px;
    }
}
/*========================/*

/*Style for new single thumbnail */
.details-thumb .slider-nav,.details-thumb .slider-nav-3 {
  width: 100px;
  float: left;
  text-align: center;
}
.details-thumb .slider-for, .details-thumb .slider-for-3 {
  width: calc(100% - 120px);
  float: right;
}
.details-thumb .slider-nav,.details-thumb .slider-nav-2 {
  width: 100px;
  float: left;
  text-align: center;
}
.details-thumb .slider-for, .details-thumb .slider-for-2 {
  width: calc(100% - 120px);
  float: right;
}
.slider-nav-item {
  text-align: center;
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 24px;
}
.details-thumb .slick-dots {
  text-align: center;
}
.details-thumb .slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
  
}
.details-thumb .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  font-size: 0;
  background-color: #e6e6e6;
  border: none;
}
.details-thumb .slider-nav .slick-current {
  border: solid 1px #aaa;
}
.details-thumb .slick-dots li:focus,
.details-thumb .slider-nav .slick-slide:focus,
.details-thumb .slick-dots button:focus{
  border: none !important;
  box-shadow: none !important;
}
.details-thumb .slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: none;
  padding: 0;
  border: solid 1px #000;
  background-color: #fff;
}
.details-thumb .slick-arrow:hover {
  background-color: #000;
}
.details-thumb .slick-arrow:hover::before {
  color: #fff;
}
.details-thumb .slick-arrow::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.details-thumb .slick-prev.slick-arrow::before {
  content: "\f106";
}
.details-thumb .slick-next.slick-arrow::before {
  content: "\f107";
}
@media(max-width: 479px) {
  .details-thumb .slider-nav, .details-thumb .slider-nav-2 {
    width: 60px;
  }
  .details-thumb .slider-for, .details-thumb .slider-for-2 {
    width: calc(100% - 70px);
  }
  .details-thumb .slider-for iframe, .details-thumb .slider-for-2 iframe {
    width: 100%;
  }
	  .details-thumb .slider-nav, .details-thumb .slider-nav-3 {
    width: 60px;
  }
  .details-thumb .slider-for, .details-thumb .slider-for-3 {
    width: calc(100% - 70px);
  }
  .details-thumb .slider-for iframe, .details-thumb .slider-for-3 iframe {
    width: 100%;
  }
}