/*--------------------------/*
Tempale name : Quinto
Version    : 1.0.0
Author     : kutethemes
Last change: 23/04/2018

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

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

1. COMPONENT STYLES
2. HEADER
  2.1 General
  2.2 Header Skin
3. MAIN
4. BLOG
  4.1 Blog page
  4.2 Blog single
5. SIDEBAR
  5.1 Left Sidebar
  5.2 Right Sidebar
6. SHOP
  6.1 Shop Page
  6.2 Shop Single
7. INNER PAGES
8. FOOTER
9. RESPONSIVE
10. SLIDER
11. REPONSIVE
/*-------------------------*/

header,
body,
footer {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight: 400;
	font-style: normal;
}
body {
  overflow-x: hidden;
}
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::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa;
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaaaaa;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaaaaa;
}

input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 20px;
}
textarea {
  height: auto;
}
/*sticky menu*/
.sticky-menu.is-sticky {
  position: fixed;
  z-index: 999;
  -webkit-transform: translateY(-200px);
     -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
       -o-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
      -ms-transition: all 1s ease 0s;
       -o-transition: all 1s ease 0s;
          transition: all 1s ease 0s;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.sticky-menu.sticky-run {
  background: rgba(243,239,228, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(229, 229, 229, 0.5);
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.owl-carousel:not(.has-thumbs) .owl-thumbs {
  display: none;
}
.box-has-content::before {6
  display: table;
  content: "";
}
.box-has-content::after {
  clear: both;
  display: table;
  content: "";
}
.left-content {
  text-align: left;
}
.midle-content {
  text-align: center;
}
.right-content {
  text-align: right;
}
.no-padding {
  padding: 0;
}
.header .header-nav .show-menu {
  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*/

/*----------------
AUTO CLEAR 
----------------*/
/*------------------------------
 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;
    }
}
/*========================/*
/*Tab style*/
.tab-content {
  position: relative;
}
.tab-panel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  display: none;
}
.tab-panel.active{ 
  position: static;
  opacity: 1;
  visibility: visible;
  display: block
}
.nav>li>a:focus, 
.nav>li>a:hover {
  background-color: transparent;
}
.nav-tab-style1 .list-nav {
  width: 100%;
  text-align: center;
}
.nav-tab-style1 .list-nav li  {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
.nav-tab-style1 .list-nav li > a {
  font-size: 16px;
  color: #888888;
  font-weight: 600;
  position: relative;
  padding: 0;
  display: inline-block;
}
.nav-tab-style1 .list-nav li > a:hover,
.nav-tab-style1 .list-nav li.active > a {
  color: #111111;
}
.nav-tab-style1 .list-nav li.active > a::before {
  height: 2px;
  width: 100%;
  background-color: #888888;
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  z-index: 1;
}

.nav-tab-style2 .list-nav {
  text-align: left;
  position: relative;
  z-index: 2;
  float: left;
  top: 135px;
  left: 0;
}
.nav-tab-style2 .list-nav li {
  display: list-item;
  list-style: none;
}
.nav-tab-style2 .list-nav li >a {
  font-size: 48px;
  color: #888888;
  font-weight: 700;
  position: relative;
  padding: 0;
  line-height: 75px;
  display: inline-block;
}
.nav-tab-style2 .list-nav li >a:hover,
.nav-tab-style2 .list-nav li.active >a {
  color: #111111;
}
.nav-tab-style2 .list-nav li.active >a::after {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 17px;
  left: 0;
}

.nav-tab-style3 .list-nav {
  width: 100%;
  text-align: center;
}
.nav-tab-style3 .list-nav li  {
  display: inline-block;
  list-style: none;
  margin: 0 55px;
}
.nav-tab-style3 .list-nav li > a {
  font-size: 36px;
  color: #888888;
  font-weight: 700;
  position: relative;
  padding: 0;
  display: inline-block;
}
.nav-tab-style3 .list-nav li.active > a {
  color: #333333;
}
.nav-tab-style3 .list-nav li.active > a::after {
  width: 100%;
  height: 15px;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
}
.nav-tab-style4 .list-nav {
  margin: 35px 0;
}
.nav-tab-style4 .list-nav li {
  display: inline-block;
  margin-right: 50px;
}
.nav-tab-style4 .list-nav li a {
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: relative;
}
.nav-tab-style4 .list-nav li a:hover,
.nav-tab-style4 .list-nav li.active a {
  color: #333;
}
.nav-tab-style4 .list-nav li.active a::after {
  height: 6px;
  bottom: 4px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  content: "";
}
.list-nav li a.reviews .count {
  font-size: 16px;
  color: #edcd3b;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -2px;
}
.header .header-nav .show-menu,
.header-nav .main-menu-tabbar{
  display: block;
  font-size: 24px;
  color: #333333;
  display: inline-block;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 11;
}
.header-nav .main-menu-tabbar:hover,
.header-nav .main-menu-tabbar:focus {
  color: #888;
}
.header .header-nav .show-menu {
  display: none;
}
.header-nav .main-menu-tabbar {
  float: left;
}
/*HEADER LAYOUT1*/
.header.layout1 {
  padding-bottom: 40px;
}
.header .topbar {
  width: 100%;
  border-bottom: solid 1px #efefef;
  padding: 10px 0;
}
.header .topbar .topbar-content.right {
  text-align: right;
}
.topbar .note {
  font-size: 13px;
  color: #555555;
  font-weight: 300;
  margin: 2px 0 0;
}
.topbar .topbar-icon {
  font-size: 13px;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.topbar .mini-cart > a .count {
  color: #111;
}
.topbar .top-links li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
  position: relative;
}
.topbar .top-links li:first-child {
  margin-left: 0;
}
.topbar .top-links li:last-child {
  margin-right: 0;
}
.topbar .top-links li a {
  font-size: 13px;
  color: #555555;
  font-weight: 300;
  padding: 5px 0;
  display: inline-block;
}
.topbar .top-links li > a:hover {
  text-decoration: underline;
}

.top-links li .top-inner {
  padding: 30px 20px;
  min-width: 250px;
  box-shadow: 0 0 5px #dedede;
  position: absolute;
  z-index: 12;
  visibility: hidden;
  text-align: left;
  top: 130%;
  left: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  -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-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
}
.top-links li:hover .top-inner {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.title{
    text-shadow: 0 0 2px #fff;
}
.top-links li .top-inner .title,
.top-links li .top-inner .title a{
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
}
.top-links li .top-inner .title a:hover {
  color: #222;
}
.top-links li .top-inner .title a.active {
  color: #222222;
  font-weight: 400;
}
.top-links li .top-inner .input-text {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  outline: 0;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  border-bottom: solid 1px #dedede;
  padding: 0;
}
.top-links li .top-inner .button {
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background-color: #333333;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}
.top-links li .top-inner .button:hover {
  background-color: #888;
}
.top-links li .top-inner .login {
  margin-bottom: 15px;
}
.top-links li .top-inner .check input{
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  outline: 0;
  margin-right: 5px;
  float: left;
  margin-top: 0;
}
.top-links li .top-inner .check span {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  display: inherit;
}
.top-links li .top-inner .forgot-pw {
  font-size: 12px;
  font-weight: 300;
  color: #111111;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border-bottom: solid 2px #d5d5d5;
}
.top-login-form,
.top-register-form {
  display: none;
}
.top-login-form.show,
.top-register-form.show {
  display: block;
}

.header .main-header {
  text-align: center;
}
.header.layout1 .logo {
  padding: 95px 0 80px;
}
.header.layout1 .header-nav {
  text-align: center;
}

/*HEADER LAYOUT 2*/
.header.layout2 .logo {
  margin-top: 5px;
}
.header.layout2 .main-header {
  padding: 70px 0 72px;
}
.header.layout2 .is-sticky .main-header {
  padding: 0;
}

/*HEADER LAYOUT 3*/
.header.layout3 .row-has-logo {
  width: 100%;
  text-align: center;
  padding: 95px 0 85px;
}
.header.layout3 .header-nav-inner  {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 367px;
  background-color: #ffffff;
  padding: 95px 20px 30px 80px;
  -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;
}
.header.layout3 .header-nav-inner .logo {
  margin-bottom: 70px;
}
.header.layout3 .main-header {
  text-align: left;
}
.header.layout3 .main-menu > li {
  display: list-item;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.header.layout3 .main-menu > li a {
  line-height: 60px;
}
.header.layout3 .submenu  li  a {
  font-size: 16px;
}
.header.layout3 .menu-item-has-children .toggle-submenu::after {
  float: none;
  color: #222222; 
}
.header.layout3 .main-menu > li a:hover,
.header.layout3 .main-menu .menu-item-has-children.show-submenu > a  {
  border-bottom: solid 2px #aaaaaa;
  color: #222222;
}
.header.layout3 .menu-item-has-children .toggle-submenu:hover,
.header.layout3 .menu-item-has-children.show-submenu > .toggle-submenu.active {
  border: none;
}
.header.layout3 .main-menu > li a:hover::after {
  color: #888888;
}
.header.layout3 .menu-item-has-children  .submenu,
.header.layout3 .main-menu > .menu-item-has-children > .submenu {
  visibility: hidden;
  opacity: 0;
  left: 100%;
  box-shadow: none;
}
.header.layout3 .menu-item-has-children  .submenu li {
  padding: 0;
  border: none;
}
.header.layout3 .menu-item-has-children  .submenu li {
  font-size: 16px;
  color: #222222;
}
.header.layout3 .menu-item-has-children > .submenu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header.layout3 .menu-item-has-children.show-submenu > .submenu {
  visibility: visible;
  display: block;
  opacity: 1;
  left: 0 !important;
}
.header.layout3 .mini-cart {
  margin-top: 15px;
}
.header .mini-cart .cart-icon {
  font-size: 30px;
  color: #cccccc;
  position: relative;
}
.header.layout3 .mini-cart .cart-icon:hover {
  color: #222222;
}
.header.layout3 .mini-cart .count,
.header.layout5 .mini-cart .count,
.header.layout7 .mini-cart .count,
.header.layout8 .mini-cart .count,
.header.layout9 .mini-cart .count {
  font-size: 11px;
  color: #ffffff;
  font-weight: 300;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #333333;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.header.layout9 .mini-cart .count  {
  padding-left: 1px;
}
.header.layout3 .list-social {
  margin-top: 100px;
}
.header.layout3 .list-social li {
  margin-right: 15px;
}
.header.layout3 .list-social li a {
  color: #333333;
  font-size: 18px;
}
.header.layout3 .list-social li a:hover {
  color: #aaaaaa;
}
.header.layout3 .coppy-right {
  margin-top: 15px;
}
.header.layout3 .coppy-right .content {
  color: #888888;
}
.header.layout3 .coppy-right .content span {
 color: #222222;
 border-bottom: solid 2px #888888;
}
.main-content > .home-content {
}
/*custom header home7*/
.header.layout3.home7 .header-note {
  position: absolute;
  z-index: 1;
  bottom: 30px;
}
.header.layout3.home7 .list-social {
  margin-top: 250px;
}
.main-content.home7 .product-item.layout3 .product-inner .product-thumb .thumb-link::before {
  border: solid 2px #333333;
}
.main-content.home7 .product-item.layout3 .product-inner .product-thumb:hover img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
/*HEADER LAYOUT 4*/
.header.layout4 .main-header {
  padding: 86px 0 96px;
}
.header.layout4 .is-sticky .main-header {
  padding: 0;
}
.header.layout4 .logo {
  margin-top: 5px;
  display: inline-block;
}
.header.layout4 .logo img {
  margin-top: -5px;
}
.header.layout4 .left-menu {
  margin-right: 60px;
  display: inline-block;
  margin-top: 5px;
}
.header.layout4 .right-menu {
  margin-left: 60px;
  display: inline-block;
  margin-top: 5px;
}
.header.layout4 .hidden-logo {
  display: none;
}
/*HEADER LAYOUT 5*/
.header.layout5 .special-header {
  padding: 50px 60px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.header.layout5 .mini-cart .count {
  background-color: #a49a47;
}
.header.layout5 .is-sticky .special-header {
  padding: 25px 60px;
  background-color: #ffffff;
}
.special-content {
  padding: 0 30px;
}
.header.layout5 .mini-cart .cart-icon {
  font-size: 26px;
  color: #333333;
}
.header.layout5 .header-nav .main-menu-tabbar {
  font-size: 26px;
  color: #333333;
  display: block;
}
.header.layout5 .header-nav .close-menu {
  font-size: 20px;
  color: #eeeeee;
  display: block;
  top: -7px;
  margin: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.header.layout5 .header-nav-inner {
  left: -100%;
  background-color: #222222;
  padding: 20px 20px 20px 55px;
}
.header.layout5 .header-nav-inner .logo {
  padding-top: 50px;
}
.header.layout5 .header-nav-inner.show {
  left: 0;
}
.header.layout5 .mini-cart {
  margin-top: 0;
}
.header.layout5 .main-menu > li a,
.header.layout5 .main-menu > li a:hover,
 .header.layout5 .main-menu .menu-item-has-children.show-submenu > a {
  color: #eeeeee;
}
.header.layout5 .submenu  li  a {
  font-weight: 300;
  color: #888888;
  font-size: 16px;
}
.header.layout5 .submenu .menu-item-has-children.show-submenu > a,
.header.layout5 .submenu  li  a:hover {
  color: #eeeeee;
}
.header.layout5 .menu-item-has-children .toggle-submenu::after {
  color: #eeeeee;
}
.header.layout5 .menu-item-has-children > .submenu {
  background-color: transparent;
}
.header.layout5 .list-social li a {
  color: #eeeeee;
}
.header.layout5 .list-social li a:hover {
  color: #666666;
}
.header.layout5 .coppy-right .content span {
  color: #eeeeee;
  border-bottom: solid 2px #6c6c6c;
  text-decoration: none;
}
/*HEADER LAYOUT 6*/
.header.layout6 .special-header {
  padding: 55px 60px 55px;
  background-color: #f2f2f2;
  position: static;
}
.header.layout6 .header-nav-inner.show {
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.96);
  max-width: 100%;
}
.header.layout6 .header-nav .close-menu {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 25px;
}
.header.layout6 .header-nav-inner .logo {
  padding-top: 115px;
}
.header.layout6 .main-menu li {
  text-align: center;
}
.header.layout6 .main-menu > li > a {
  font-size: 30px;
}
.header.layout6 .main-menu > li > a::after {
  font-size: 20px;
}
.header.layout6 .menu-item-has-children.show-submenu > .submenu {
  text-align: center;
}
.header.layout6 .list-social {
  margin-top: 25px;
}
.header.layout6 .coppy-right {
  margin-top: 150px;
}
/*HEADER LAYOUT 7*/
.header.layout7 .main-header {
  /*padding:10px 0 10px 0;*/
}
.header.layout7 .mini-cart .cart-icon:hover {
  color: #222222;
}
.header.layout7 .is-sticky .main-header {
  padding: 0 50px;
}
.header.layout7 .menu-item-has-children .toggle-submenu::after {
  color: #888;
  font-size: 18px;
}
.header.layout7 .logo {
  margin-top: 5px;
}
.header.layout7 .header-nav {
  margin-left: 0px;
}
/*custom header home10*/
.header.layout7.home10 .main-menu {
  margin-left: 0px;
  text-align:right;
}
.header.layout7.home10 .menu-mobile .main-menu {
  margin: 0;
}
/*HEADER LAYOUT 8*/
.header.layout8 .special-header{
  padding: 48px 60px 50px;
}
.header.layout8 .header-nav .main-menu-tabbar {
  float: left;
  font-size: 26px;
  color: #222222;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
}
.header.layout8 .header-nav .header-nav-inner.show .close-menu {
  display: block;
  font-size: 26px;
  color: #dfdfdf;
  float: left;
}
.header.layout8 .header-nav .header-nav-inner.show .close-menu:hover {
  color: #222222;
}
.header.layout8 .header-nav .main-menu {
  margin-top: -5px;
}
.header.layout8 .header-nav-inner {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  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;
  padding-left: 20px;
}
.header.layout8 .header-nav .header-nav-inner.show {
  visibility: visible;
  opacity: 1;
}
.header.layout8 .mini-cart .cart-icon {
  font-size: 26px;
  color: #333333;
}
.header.layout8 .mini-cart .cart-icon .count {
  background-color: #a49a47;
}
.header.layout8 .mini-cart .cart-icon:hover {
  color: #a49a47;
}
/*HEADER LAYOUT 9*/
.header.layout9 .main-header{
  padding: 80px 0 0;
}
.header.layout9 .sticky-menu.is-sticky {
  padding: 20px 0 0;
}
.header.layout9 .header-nav {
  margin-top: 30px;
}
.header.layout9 .is-sticky .header-nav {
  margin-top: 0;
}
.header.layout9 .is-sticky .header-nav .main-menu-tabbar,
.header.layout9 .is-sticky .header-nav .header-nav-inner.show .close-menu {
  margin-top: -45px;
}
.header.layout9 .header-nav .main-menu-tabbar.show-content {
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #222222;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  margin-left: -8px;
}
.header.layout9 .header-nav .header-nav-inner.show .close-menu {
  display: inline-block;
  font-size: 20px;
  color: #dfdfdf;
  float: left;
  margin-top: -75px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-align: left;
  z-index: 2;
  position: relative;
}
.header.layout9 .header-nav .header-nav-inner.show .close-menu:hover {
  color: #222222;
}
.header.layout9 .header-nav .header-nav-inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.header.layout9 .header-nav .header-nav-inner.show {
  visibility: visible;
  opacity: 1;
}
.header .mini-cart .cart-icon:hover {
  color: #222222;
}


/*MAIN MENU STYLE 1*/
.header-nav .show-menu,
.header-nav .close-menu {
  display: none;
}
.main-menu > li {
  display: inline-block;
  list-style: none;
  margin-right:7px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  font-size: 18px;
  color: rgb(70,50,30);
  /*font-weight: 600;*/
  line-height: 80px;
  

}
.main-menu > li:hover > a{
  color: #888;
}
.menu-item-has-children .toggle-submenu::after {
  content: "\f107";
  font-weight: 900;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 14px;
  float: right;
  margin-top: 1px;
  margin-bottom: -1px;
  color: #888;
}
.menu-item-has-children .toggle-submenu.active::after {
  content: "\f106"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.menu-item-has-children {
  position: relative;
}
.submenu {
  position: absolute;
  z-index: 99;
  min-width: 200px;
  display: block;
  top: 100%;
  left: -30px;
 -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;
  box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  -moz-box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  visibility: hidden;
}
.mega-menu .sub-mega-menu {
  padding: 0;
}
.mega-menu.submenu ul {
  padding: 0 15px;
}
.main-menu > .menu-item-has-children > .submenu {
  left: -30px;
}
.submenu .menu-item-has-children  .submenu {
  left: 100%;
}
.menu-item-has-children:hover > .submenu,
.menu-item-has-children.show-submenu > .submenu {
  -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.submenu .menu-item-has-children:hover  .submenu {
  top: 0;
}
.submenu  li {
  display: list-item;
  width: 100%;
  list-style: none;
  line-height: 48px;
  border-bottom: solid 1px #f1f1f1;
  list-style: none;
}
.submenu  li:last-child {
  border: none;
}
.submenu li a {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
}
.submenu li a:hover {
  color: #111;
}
.kt-owl-carousel:not(.has-thumbs) .owl-thumbs {
  display: none;
}


/*CUSTOM HOME 1*/
.home-submenu {
  width: 420px;
}
.home-submenu ul {
  padding-right: 20px;
}
.home-submenu ul:last-child {
  padding-right: 0;
}
.slideshow1 .slide-content {
  position: absolute;
  bottom: 0%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  text-align: center;
}
.slideshow1 .slide-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 10px;
}
.slideshow1 .slide-content .sub-title {
  font-size: 18px;
  color: #888888;
  margin: 0;
}
.slideshow1 .slide-content .sub-title span {
  color: #333333;
}
.newsletter {
  border-top: solid 1px #dfdfdf;
  margin-top: 80px;
}

/*CUSTOM HOME 2*/
.main-content.home2 {
  padding-bottom: 70px;
}
.main-content.home2 .main-banner .banner1 {
  margin-right: 30px;
  float: left;
}
.main-content.home2 .main-banner .banner2 {
  margin-bottom: 30px;
}
.main-banner .banner {
  position: relative;
  overflow: hidden;
}
.main-banner .banner .title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 5px;
}
.main-banner .banner .button {
  font-size: 13px;
  font-weight: 300;
  color: #888888;
  text-decoration: underline;
}
.main-banner .banner .button:hover {
  color: #222;
}
.main-banner .banner .content {
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 25px;
  text-align: left;
}
.main-banner .banner {
  position: relative;
}
.main-banner .banner::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.03);
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-banner .banner:hover::before {
  opacity: 1;
}
.main-banner .banner:hover {
  background-color: #eeeeee;
}
/*CUSTOM HOME 3*/
.main-content.home3 {
}
/*CUSTOM HOME 4*/
.main-content.home4 {
  padding-bottom: 85px;
}
.main-content.home4 .nav-tab-style1 .list-nav {
  padding: 75px 0 25px;
}
.main-content.home4 .qt-products.grid .product-item {
  margin: 30px 0 25px;
}
/*CUSTOM HOME 5*/
.main-content.home5 .main-banner .banner {
  margin-bottom: 30px;
  }
.main-content.home5 .main-banner .banner .title {
  font-size: 28px;
}
.main-content.home5 .main-banner .banner .button {
  font-size: 14px;
}
/*CUSTOM HOME 6*/

.special-content {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.special-content.translate {
  -webkit-transform: translateX(375px);
     -moz-transform: translateX(375px);
      -ms-transform: translateX(375px);
       -o-transform: translateX(375px);
          transform: translateX(375px);
  -webkit-transition: 0.5s ease-out 0s;
     -moz-transition: 0.5s ease-out 0s;
      -ms-transition: 0.5s ease-out 0s;
       -o-transition: 0.5s ease-out 0s;
          transition: 0.5s ease-out 0s
}
.main-content.home6 {
  padding-top: 30px;
}
/*CUSTOM HOME 7*/
.main-content.home7 {
  padding: 85px 0;
}
.main-content.home7 .product-item {
  margin: 15px 0;
}
/*CUSTOM HOME 8*/ 
.main-content.home8 {
  background-color: #f2f2f2;
}
.main-content.home8 {
  text-align: center;
}
/*CUSTOM HOME 9*/
.main-content.home9 .special-content {
  padding: 0 50px;
}
.main-content.home9 .product-item {
  margin-bottom: 30px;
}
/*CUSTOM HOME 10*/
.main-content.home10 .introduction-page {
  padding: 70px 0;
}
.introduction-page .title {
  font-size: 40px;
  color: #222222;
  font-weight: 700;
  margin: 0;
  line-height: 48px;
}
.introduction-page .sub-title {
  font-size: 16px;
  color: #555555;
  margin: 30px 0 0;
  font-weight: 300;
}
.main-content.home10 .product-content {
}
.main-content.home10 .nav-tab-style1 .list-nav {
  text-align: left;
  margin-bottom: 35px;
}
.main-content.home10 .nav-tab-style1 .list-nav li:first-child {
  margin-left: 0;
}
/*CUSTOM HOME 11*/
.list-product-banner li {
  display: inline-block;
  list-style: none;
}
.item-product-banner .inner{
  border: solid 6px #222222;
  position: relative;
  min-height: 690px;
  text-align: center;
  padding: 175px 0 0;
  margin: 0 auto;
  background-color: #ffffff;
  -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;
  width: 100%;
}
.item-product-banner .inner:hover::after {
  background-color: #ffffff;
}
.item-product-banner .inner:hover {
  background-color: #222222;
}
.item-product-banner .inner .number {
  font-size: 28px;
  color: #666666;
  display: block;
  text-align: right;
  margin: 0 75px 25px 0;
}
.item-product-banner .inner:hover .number {
  color: #888888;
}
.item-product-banner .inner .title {
  font-size: 48px;
  max-width: 270px;
  color: #222222;
  font-weight: 700;
  line-height: 75px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 90px;
  min-height: 240px;
}
.item-product-banner .inner:hover .title {
  color: #ffffff;
}
.item-product-banner .inner .title::after {
  height: 3px;
  content: "";
  background-color: #e1e1e1;
  position: absolute;
  bottom: 200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: 0;
}
/*CUSTOM HOME 12*/ 
.main-content.home12 {
  padding-top: 50px;
}
.main-content.home12 .product-item,
.main-content.home12 .main-banner .banner {
  margin: 15px 0;
}
.main-content.home12 .nav-tab-style3 .list-nav {
  margin-bottom: 120px;
}
.main-content.home12 .grid-banner .main-banner .banner2 .content {
  bottom: 25px;
  top: inherit;
}
.main-content.home12 .grid-banner .main-banner .banner3 .content {
  bottom: 55px;
  top: inherit;
  left: inherit;
  right: 25px;
  text-align: right;
}
.main-content.home12 .grid-banner .main-banner .banner5 .content {
  right: 25px;
  left: inherit;
  text-align: right;
}

.main-content.home12 .grid-banner .main-banner-last {
  clear: none;
}
.main-content.home12 .main-banner .banner .title {
  font-size: 24px;
}
.main-content.home12 .main-banner .banner .button {
  font-size: 14px;
}
.banner-product {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.banner-product .info {
  position: absolute;
  z-index: 1;
  left: 445px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-product .info .product-name {
  font-size: 48px;
  color: #222222;
  font-weight: 700;
  margin: 0;
}
.banner-product .info .price {
  font-size: 28px; 
  color: #333333;
  margin: 5px 0 30px;
}
.banner-product .info .price span {
  font-weight: 300;
  color: #888888;
  font-size: 22px;
}
.banner-product .info .goto-product {
  font-size: 36px;
  color: #bbbbbb;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border: solid 1px #bbbbbb;
  border-radius: 100%;
  display: inline-block;
  -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;
}
.banner-product .info .goto-product:hover {
  border-color: #222;
  color: #222;
}

/*PRODUCT ITEM STYLE 1*/
.product-item .product-inner .product-thumb {
  position: relative;
  overflow: hidden;
}
.product-item .product-inner .product-thumb .thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-item .product-inner .product-thumb .thumb-link::before {
  position: absolute;
  z-index: 12;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  -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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-item .product-inner .product-thumb:hover .thumb-link::before {
  opacity: 1;
}
.product-item .product-inner .product-thumb .group-button a {
  position: absolute;
  display: list-item;
  list-style: none;
  width: 30px;
  height: 30px;
  right: -50px;
  z-index: 14;
  text-align: center;
  line-height: 30px;
}
.product-item .product-inner .product-thumb:hover .group-button .add-to-wishlist {
  -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s;
      -ms-transition: 0.6s ease 0s;
      -o-transition: 0.6s ease 0s;
          transition: 0.6s ease 0s;
  top: 15px;
  right: 15px;
}
.product-item .product-inner .product-thumb .group-button a::before {
  position: absolute;
  z-index: 1;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-item .product-inner .product-thumb .group-button a:hover::before {
  color: #888;
}
.product-item .product-inner .product-thumb .group-button .add-to-wishlist::before {
 
}
.product-item .product-inner .product-info .product-name {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.product-item .product-inner .product-info .price {
  font-size: 16px;
  color: #888888;
  margin: 0;
}
.product-item.layout1 .product-inner .product-info {
  text-align: center;
  margin-top: 25px;
}
/*PRODUCT ITEM STYLE 2*/
.product-item.layout2 .product-info{
  position: absolute;
  z-index: 14;
  left: 25px;
  top: 25px;
  text-align: left;
}
.product-item.layout2 .product-inner .product-thumb:hover .group-button .add-to-wishlist {
  top: 25px;
  right: 25px;
}
.product-item.layout2 .product-inner .product-thumb .thumb-link::before {
  background-color: rgba(34, 34, 34, 0.03);
}
/*PRODUCT ITEM STYLE 3*/
.product-item.layout3 .product-inner .product-thumb .thumb-link::before {
  background-color: #ffffff;
}
.product-item.layout3 .product-inner .product-thumb .product-info {
  position: absolute;
  top: 50%;
  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%);
  text-align: center;
  z-index: 0;
  display: none;
  opacity: 0;
  width: 100%;
}
.product-item.layout3 .product-inner .product-thumb:hover .product-info {
  display: block;
  opacity: 1;
  z-index: 15;

}
/*PRODUCT ITEM STYLE 4*/
.product-item.layout4 {
  position: relative;
}
.product-item.layout4 .product-inner .product-thumb {
  float: left;
  margin-right: 30px;
}

.product-item.layout4 .product-inner .all-info {
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.product-item.layout4 .product-inner .all-info .description {
  font-size: 14px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
  margin: 50px 0 55px;
}
.product-item.layout4 .product-inner .group-button .add-to-cart {
  font-size: 14px;
  color: #fff;
  background-color: #333;
  font-weight: 700;
  padding: 0 25px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
}
.product-item.layout4 .product-inner .group-button .add-to-cart:hover {
  background-color: #888;
}
/*QT-PRODUCTS*/
.qt-products.layout1  {
  text-align: center;
  padding: 0 0 35px;
}

.qt-products.grid {
  text-align: center;
}
.qt-products.grid .product-item {
  margin: 15px 0;
}
.qt-products.grid.row-has-1items .product-item {
  margin: 0 0 30px;
}
.qt-products.grid .main-title {
  margin: 115px 0 15px;
}
.qt-products.grid .description {
  font-size: 16px;
  color: #666666;
  max-width: 615px;
  margin: 0 auto 40px;
  line-height: 24px;
}
.main-title {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  margin: 75px 0 0px;
  position: relative;
  display: inline-block;
}
.main-title::after {
  height: 10px;
  width: calc( 100% - 3px);
  bottom: 2px;
  left: 3px;
  content: "";
  position: absolute;
  z-index: -1;
}

/*NEWSLETTER STYLE*/
.qt-newsletter {
  text-align: center;
  padding-bottom: 120px;
}
.qt-newsletter .title {
  margin-bottom: 20px;
}
.qt-newsletter .description {
  margin: 0 0 50px;
  font-size: 14px;
  color: #666666;
}
.qt-newsletter .input-email {
  display: inline-block;
  margin-right: 6px;
  min-width: 328px;
  border: solid 1px #dfdfdf;
  line-height: 55px;
  padding: 0 30px;
  height: 55px;
  color: #aaaaaa;
  font-size: 14px;
  outline: 0;
  box-shadow: none;
}
.qt-newsletter .button {
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
}
.qt-newsletter .button:hover {
  background-color: #888;
}

/*----FOOTER STYLE----*/

/*footer layout1*/
.main-footer  , .footer-inner , .sub-footer , .top-footer{
	float:left;
	width:100%;
	position:relative;
}
.main-footer   {
	background:#262626;
	z-index:3;
	overflow:hidden;	
}
.footer-inner {
	padding:35px 0;
	z-index:2;
}
.footer-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(../images/bg/4.jpg);
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	opacity:0.04;
	background-origin: content-box;
}
.sub-footer {
	background: #464747;
	padding:20px 0 20px;
	z-index:3;
}
.copyright {
	float:left;
	color:#fff;
	font-size:12px;
}
.subfooter-nav {
	float:right;
	margin-right:50px;
}
.subfooter-nav  li {
	float:left;
	margin-right:20px;
}
.subfooter-nav  li a {
	color:rgba(255,255,255,0.61);
	font-weight:400;
	font-size:12px;
}
.subfooter-lang {
	float: right;
	padding-left:70px;
	position:relative;
	height:25px;
}
.subfooter-show-lang {
	float:left;
	color:#fff;
	position:relative;
	cursor:pointer;
}
.subfooter-show-lang i {
	margin-left:10px;
}
.subfooter-lang:before  {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../images/map.png) no-repeat center;
	width:52px;
	height:25px;
	opacity:0.8;
}
.subfooter-lang-tooltip {
	position:absolute;
	bottom:0;
	margin-bottom:30px;
	padding:15px 0;
	background: #ff9800;
	right:0;
	width:80%;
	border-radius:4px;
	border: 1px solid rgba(0,0,0,0.21);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	visibility:hidden;
	opacity:0;
}
.subfooter-lang:hover .subfooter-lang-tooltip {
	visibility: visible;
	opacity:1;
}
.subfooter-lang-tooltip li {
	float:left;
	width:100%;
	margin-bottom:6px;
}
.subfooter-lang-tooltip li a {
	text-align:right;
	float:left;
	width:100%;
	padding:0 10px;
	font-weight:500;
}
.footer-carousel-title{
	float:left;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	top:40px;
	font-size:14px;
}
.footer-fw-widget {
	padding-bottom:30px;
	margin-bottom:70px;
	border-bottom:1px solid rgba(255,255,255,0.21);
}
.footer-carousel-item img {
	width:100%;
	height:auto;
}
.footer-carousel-item a {
	opacity:0.6;
	float:left;
}
.footer-widget h3 {
	font-size:14px;
	float:left;
	text-transform:uppercase;
	text-align:left;
	width:100%;
	margin-bottom:30px;
	color:#fff;
	font-weight:600;
	border-bottom:1px solid rgba(255,255,255,0.11);
	padding-bottom:25px;
}
.footer-social {
	float:left;
	margin-top:20px;
}
.footer-social  span {
	float: left;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
	padding-right:30px;
	position:relative;
	top:8px;
	font-size:14px;
}
.footer-social ul {
	float:left;
}
.footer-social li {
	float:left;
	margin-right:14px;
}
.footer-social li a{
	float:left;
	border-left:none;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:32px;
	background:rgba(255,255,255,0.05);
 	border:1px solid rgba(255,255,255,0.11);
	border-radius:4px;
}
.footer-menu {
	margin-top:20px;
}
.footer-menu  li {
	float:left;
	text-align:left;
	padding-right:16px;
	position:relative;
}
.footer-menu  li:before {
	content:'';
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:4px;
	height:4px;
	right:6px;
	border-radius:100%;
}
.footer-menu  li:last-child:before {
	display:none;
}
.footer-menu  li a {
	color:#eee;
	font-size:10px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Noto Sans KR', sans-serif;
}
.footer-menu  li a:hover {
	color:rgba(255,255,255,0.41);
}
#footer-twiit img , p.interact , #footer-twiit div.user {
	display:none;
}
#footer-twiit {
	text-align:left;
}
#footer-twiit a {
	color:#fff;
}
#footer-twiit p.tweet {
	font-size:11px;
	color:#fff;
	float:left;
	padding:20px 22px;
	font-weight:500;
	margin-bottom:10px;
	position:relative;
}
.no-border {
	border:none !important;
}
#footer-twiit p.tweet:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-2;
	border-radius:6px;
	opacity:0.14;
}
#footer-twiit p.tweet:after {
	font-family: Font Awesome\ 5 Brands;
	content: "\f099";
	position:absolute;
	bottom:10px;
	right:12px;
	color:#fff;
	opacity:0.2;
	font-size:34px;
	z-index:-1;
}
#footer-twiit  .timePosted a {
	color:#ccc;
	position:relative;
	float:left;
	margin-bottom:30px;
	padding-left:20px;
}
#footer-twiit  .timePosted a:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	position:absolute;
	top:0;
	left:0;
	color:#ccc;
	opacity:0.7;
	font-size:14px;
}
#footer-twiit  .timePosted a:after {
	top: -10px;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#footer-twiit  .timePosted a:after {
	border-color: transparent;
	border-top-color: #4caf50;
	border-width: 7px;
	margin-left: 7px;
	opacity:0.1
}
.twitter-link {
	float:left;
	color:#fff;
 	background:rgba(255,255,255,0.05);
 	border:1px solid rgba(255,255,255,0.11);
	padding:8px 20px;
	border-radius:2px;
	font-size:12px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
}
.contact-btn {
	float:left;
	color:#fff;
	padding:15px 35px;
	font-size:12px;
	margin-top:50px;
	font-weight:600;
	border-radius:4px;
	position:relative;
	top:28px;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.1);
}
.contact-btn i {
	padding-left:15px;
	color:rgba(255,255,255,0.81);
	font-size:16px;
	position:relative;
	top:1px;
}
.customer-support-widget {
	margin-top:50px;
	padding:25px 30px 15px 45px;
	border-radius:4px;
	background: rgba(0,0,0,0.04);
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.1);
}
.customer-support-widget:before {
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	z-index:-1;
	color:#fff;
	font-size:84px;
	opacity:0.07;
	left:14px;
	bottom:8px;
}
.customer-support-widget h4  {
	float:left;
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-align:left;
	width:100%;
	margin-bottom:6px;
}
.cs-mumber {
	float:left;
	text-align:left;
	font-size:20px;
	color:#fff;
	font-weight:600;
	position:relative;
	top:6px;
	color:#fff;
}
.cs-mumber:hover {
	color:rgba(255,255,255,0.6);
}
.cs-mumber-button {
	float:right;
	padding:15px 20px;
	color:#fff;
	font-size:12px;
	font-weight:600;
	border-radius:4px;
	top:-14px;
	position:relative;
}
.cs-mumber-button i {
	padding-left:10px;
}
.contact-btn:hover{
	background: #ff9800;
}
.subscribe-wrap {
	padding:90px 0;
	overflow:hidden;
}
.subscribe-header h3 {
	float:left;
	width:100%;
	padding-bottom:15px;
	color:#fff;
	text-align:left;
	font-weight:600;
	font-size:22px;
}
.subscribe-header p {
	color:rgba(255,255,255,0.71);
	text-align:left;
}
.footer-widget #subscribe .enteremail {
	background:#fff;
	height:50px;
	line-height:50px;
	border-radius:4px;
	padding:0 120px 0 15px;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.21);
	z-index:1;
}
.sp-bg {
	position:absolute;
	bottom:-240px;
	left:-70px;
	width:350px;
	height:350px;
	border-radius:100%;
	background:rgba(255,255,255,0.11);
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
}
.sp-bg:before {
	content:'';
	position:absolute;
	top:-50px;
	left:-50px;
	bottom:-50px;
	right:-50px;
	border-radius:100%;
	background:rgba(255,255,255,0.051);
}
#subscribe {
	float:left;
	width:100%;
	position:relative;
	top:30px;
}
#subscribe:before {
	content:'';
	position:absolute;
	top:-9px;
	left:-9px;
	right:-9px;
	bottom:-9px;
	background:rgba(255,255,255,0.18);
	z-index:-1;
	border-radius:4px;
}
.footer-widget #subscribe-button {
	position:absolute;
	right:0;
	width:120px;
	height:50px;
	line-height:50px;
	top:0;
	cursor:pointer;
	border:none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	z-index:2;
	background: #ff9800;
	color:#fff;
}
.footer-widget #subscribe-button:hover i {
	color:rgba(255,255,255,1.0);
}
.subscribe-message {
	color:#fff;
	float:left;
	margin-top:10px;
	text-align:left;
	font-weight:500;
	line-height:19px;
}
.subscribe-message i {
	padding-right:6px;
}
.subscribe-message.valid i{
	color:#ff9800;
}
.subscribe-message.error i{
	color:#F00;
}
.footer-widget #subscribe-button i {
	padding-right:6px;
}
.sub-footer .about-widget img {
	float:left;
	width:120px;
	height:auto;
}
.footer-widget .footer-contacts-widget p {
	color:#fff;
	text-align: left;
}
.footer-widget .about-widget p {
	border-bottom:1px solid rgba(255,255,255,0.21);
}
.footer-widget .about-widget .btn {
	float:left;
	margin-top:20px;
	padding:13px 20px;
	border-radius:20px;
	color:#fff;
	font-weight:600;
}
.footer-contacts {
	margin:20px 0;
	padding:15px 0;
	border-top:1px  dashed rgba(255,255,255,0.21);
	border-bottom:1px  dashed rgba(255,255,255,0.21);
}
.footer-contacts li {
	/*float:left;*/
	width:100%;
	text-align:left;
	padding:10px 0;
	font-size:13px;
	font-weight:500;
}
.footer-contacts li  a , .footer-contacts li span {
	color:rgba(255,255,255,0.51);
}
.footer-contacts li  a {
	color:rgba(255,255,255,0.81);
	padding-left:4px;
}
.footer-contacts li i {
	padding-right:4px;
}
.footer-widget .widget-posts li , .box-widget-content .widget-posts li {
	padding: 13px 0;
	margin-bottom:10px;
	width:100%;
	/*float:left;*/
}
.box-widget-content .widget-posts li {
	border-bottom:1px solid #eee;
	margin-bottom:13px;
	padding: 0 0 13px;
}
.box-widget-content .widget-posts li:last-child {
	margin-bottom:0;
}
.footer-widget .widget-posts-img  , .box-widget-content .widget-posts-img , .cart-details_header  .widget-posts-img  {
	float:left;
	width:30%;
}
.footer-widget .widget-posts-img img  , .box-widget-content .widget-posts-img  img , .cart-details_header  .widget-posts-img img{
	border-radius:4px;
}
.footer-widget .widget-comments-img  img{
	 border-radius:100%;
}
.footer-widget .widget-posts-descr  , .box-widget-content  .widget-posts-descr , .cart-details_header .widget-posts-descr{
	float:left;
	width:70%;
	padding-left:20px;
	text-align:left;
	position:relative;
}
.box-widget-content  .widget-posts-descr a  , .cart-details_header .widget-posts-descr a{
	color:#666;
}
.box-widget-content  .widget-posts-descr  .geodir-category-location , .cart-details_header .widget-posts-descr .geodir-category-location{
	margin-top:12px;
}
.box-widget-content  .widget-posts-descr  .geodir-category-location a , .cart-details_header .widget-posts-descr .geodir-category-location a{
	font-size:10px;
	color: #878C9F;
}
.box-widget-content  .widget-posts-descr .rooms-price {
	font-size:12px;
	text-transform:uppercase;
	top:0px;
}
.box-widget-content  .widget-posts-descr .rooms-price strong {
	font-size:9px;
}
.box-widget-content  .widget-posts-descr .listing-rating , .cart-details_header   .widget-posts-descr .listing-rating{
	margin-top:6px;
}
.box-widget-content  .widget-posts-descr .listing-rating i , .cart-details_header   .widget-posts-descr .listing-rating i{
	font-size:10px;
	margin-right:2px;
}
.box-widget-content .widget-posts-link {
	float:left;
	position:relative;
	cursor:pointer;
	font-weight: 600;
    font-size: 12px;
	margin-top:20px;
	color: #878C9F;
}
.widget-posts-link:hover {
	color:#666;
}
.box-widget-content .widget-posts-link:before {
	display:none;
 
}
.box-widget-content .widget-posts-link i {
	padding-left:10px;
	font-size:14px;
	position:relative;
	top:2px;
}
.footer-widget .widget-posts-descr:before {
	content:'';
	position:absolute;
	bottom:-12px;
	left:20px;
	right:0;
	height:1px;
	border-bottom:1px  dashed rgba(255,255,255,0.21);
}
.footer-widget .widget-posts-descr a{
	font-size:12px;
	color: rgba(255,255,255,0.71);
	font-weight:600;
	padding-bottom:20px;
}
.footer-widget .widget-posts-descr a:hover {
	color:#fff;
}
.footer-widget .widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#999;
	font-weight:600;
	font-size:12px;
}
.footer-widget .widget-posts-date i {
	color: rgba(255,255,255,0.41) !important;
	padding-right:10px;
}
.about-wrap {
	margin-bottom:30px;
}
.about-wrap .list-single-main-item-title  h3 {
	font-size:24px;
}
.about-wrap p , .about-wrap h4{
	text-align:left;
}
.about-wrap h4 {
	font-size:16px;
	padding:10px 0 0;
	font-weight:600;
	color:#ADC7DD;
}
.about-wrap .section-separator {
	margin-bottom:5px;
}
.fc-cont {
	position:absolute;
	top:50%;
	z-index:100;
	width:20px;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
.fc-cont.fc-cont-prev {
	left:0;
}
.fc-cont.fc-cont-next {
	right:0;
}
.fc-cont.lc-prev {
	left:-20px;
	font-size:20px;
}
.fc-cont.lc-next {
	right:-20px;
	font-size:20px;
}
/*------------INNER PAGE--------*/
.shop-page .breadcrumbs {
  font-size: 14px;
  color: #aaa;
  border-top: solid 1px #e9e9e9;
  padding: 35px 0;
  font-weight: 300;
}
.shop-page .breadcrumbs a {
  font-size: 14px;
  color: #aaa;
  margin: 0;
  font-weight: 300;
}
.shop-page .breadcrumbs .current {
  color: #333;
}
.top-control {
  padding: 55px 0;
}
.top-control .show-text {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin: 0;
  float: left;
}
.top-control .group-control {
  float: right;
  margin: 0;
}
.top-control .group-control {
  padding: 0;
}
.top-control .group-control .item-control {
  display: inline-block;
  list-style: none;
}
.top-control .group-control .group-button li {
  display: inline-block;
  list-style: none;
  margin: 0 6px;
  opacity: 0.3;
}
.top-control .group-control .group-button li.active,
.top-control .group-control .group-button li:hover {
  opacity: 1;
}
.top-control .group-control .group-button li:first-child {
  margin-left: 0;
}
.top-control .group-control .group-button li:last-child {
  margin-right: 0;
}
.top-control .item-control .chose-option {
  width: 120px;
  background-color: transparent;
  padding: 0;
  border-right: none;
}
.top-control .item-control .chosen-container{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 130px;
}
.top-control .item-control .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  color: #555;
  height: 25px;
  line-height: 25px;
  position: relative;
  border: none;
  padding-left: 15px;
}
.top-control .item-control .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 13px;
  color: #aaa;
  right: 4px;
}
.top-control .item-control .chosen-container-single .chosen-single span {
  margin: 0;
}
.top-control .item-control .chosen-container .chosen-results li:hover,
.top-control .item-control .chosen-container .chosen-results li {
  font-size: 14px;
  font-weight: 300;
  padding: 7px 11px;
  background-color: transparent;
  background-image: none;
  color: #333;
}
.top-control .item-control .chosen-container .chosen-results li:hover {
  background-color: #888;
  background-image: none;
  color: #fff;
}
.top-control .item-control .chosen-container.chosen-with-drop .chosen-drop {
  border: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  box-shadow: none;
  border-radius: 0;
}
.top-control .item-control .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  border-radius: 0;
}


.pagination {
  width: 100%;
  text-align: center;
}
.list-page li {
  display: inline-block;
  list-style: none;
  margin: 0 13px;
}
.list-page li:first-child {
  margin-left: 0;
}
.list-page li:last-child {
  margin-right: 0;
}
.list-page li a {
  display: inline-block;
  border: solid 1px #e1e0e0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.list-page li a:hover,
.list-page li a.current {
  color: #fff;
  background-color: #000;
}

/*CATEGORY GRID*/
.grid-category-content .grid .product-item {
  margin-bottom: 55px;
}
.grid-category-page .pagination {
  margin: 80px 0 90px;
}

/*CATEGORY LIST*/
.list-category-content .list .product-item {
  margin-bottom: 60px;
}
.list-category-page .pagination {
  margin: 90px 0;
}
.list-category-page .product-item .product-inner .product-info .product-name {
  margin-top: -5px;
}
/*SHOPPING CART PAGE*/
.shoppingcart-content .your-cart {
  float: left;
  
  /*max-width: 700px;*/
  margin-right: 70px;
  width: 100%;
  margin-bottom: 40px;
}
.shoppingcart-content .summary {
  float: right;
  width: 400px;
  margin-bottom: 40px;
}
.shoppingcart-content .main-title {
  font-size: 24px;
  font-weight: 600;
  margin: 50px 0;
}
.shoppingcart-content .main-title::after {
  height: 6px;
  left: 0;
  width: 100%;
}
.shoppingcart-content .list-item {
  padding: 0;
  margin: 0 0 37px;
  width: 100%;
}
.shoppingcart-content .list-item li {
  display: list-item;
  list-style: none;
  border-top: solid 1px #e9e9e9;
  padding: 40px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shoppingcart-content .list-item li:last-child {
  border-bottom: solid 1px #e9e9e9;
}
.shoppingcart-content .list-item .cart-item .thumb  
 {
  float: left;
}
.shoppingcart-content .list-item .cart-item .info {
  overflow: hidden;
}
.shoppingcart-content .list-item .cart-item .thumb {
  margin-right: 50px;
}
.shoppingcart-content .list-item .cart-item .info .product-name {
  font-size: 20px;
  color: #333;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}
.shoppingcart-content .list-item .cart-item .info .box-quantity {
  width: 100%;
  margin-top: 15px;
}
.box-quantity .text {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
}
.box-quantity .number {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border: solid 1px #dddddd;
  position: relative;
  width: 100%;
}
.box-quantity .quantity{
  position: relative;
  width: 86px;
  display: inline-block;
}
.box-quantity .quantity::before {
  height: 18px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  left: 50%;
}
.box-quantity a {
  position: absolute;
  z-index: 1;
  right: 16px;
  line-height: 35px;
  color: #333;
  font-size: 16px;
}
.shoppingcart-content .list-item .cart-item .total-price {
  float: right;
}
.shoppingcart-content .list-item .cart-item .total-price .price {
  font-size: 18px;
  color: #333;
  line-height: 35px;
}
.shoppingcart-content .list-item .cart-item .remove-cart-item {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  top: 40px;
  color: #aaa;
  width: 20px;
  height: 20px;
  text-align: center;
}
.shoppingcart-content .list-item .cart-item .remove-cart-item:hover {
  color: #333;
}
.shoppingcart-content .button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  line-height: 43px;
  background-color: #333;
  text-align: center;
}
.shoppingcart-content .button:hover {
  background-color: #888;
}
.shoppingcart-content .clear-all {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 0 25px;
  line-height: 41px;
  display: inline-block;
  border: solid 1px #ddd;
}
.shoppingcart-content .clear-all:hover {
  background-color: #888;
  color: #fff;
}
.shoppingcart-content .button-cart {
  float: right;
}
.shoppingcart-content .button-cart a {
  margin-left: 20px;
}
.summary .select-content {
  width: 100%;
  border: solid 1px #e9e9e9;
  display: inline-block;
  margin-bottom: 10px;
  padding: 16px 20px;
  position: relative;
}
.summary .select-content .toggle-button {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  display: block;
}
.summary .select-content .toggle-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #333;
  float: right;
}
.summary .select-content .inner-content {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  top: 50px;
  left: 0;
  width: calc(100% + 2px);
  padding:0 20px 20px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  border-top: none;
  margin-left: -1px
}
.summary .select-content .inner-content.show {
  opacity: 1;
  visibility: visible;
}
.summary .select-content .inner-content input {
  width: 100%;
  font-size: 13px;
  color: #aaa;
  border: solid 1px #e9e9e9;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.summary .select-content .inner-content a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  border: solid 1px #e9e9e9;
  line-height: 40px;
}
.summary .select-content .inner-content input:hover,
.summary .select-content .inner-content input:focus,
.summary .select-content .inner-content a:hover,
.summary .select-content .inner-content select:focus {
  border-color: #333;
}
.summary .select-content .inner-content select {
  border: solid 1px #e9e9e9;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}
.summary .select-content .inner-content select:focus {
  background-color: transparent;
}
.summary .select-content .inner-content select opiton {
  padding: 12px 0;
}
.summary .select-content .inner-content .update {
  margin-top: 10px;
}
.shoppingcart-content .summary .subtotal,
.shoppingcart-content .summary .total {
  border: solid 1px #e9e9e9;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #333;
  float: left;
}
.shoppingcart-content .summary .subtotal .price {
  float: right;
  font-size: 16px;
  color: #333;
}
.shoppingcart-content .summary .other-choose {
  border-right: solid 1px #e9e9e9;
  border-left: solid 1px #e9e9e9;
  padding: 24px 20px 15px;
  display: inline-block;
  width: 100%;
}
.summary .text {
  float: left;
  font-size: 14px;
  color: #333;
}
.summary .other-choose .note-text {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.summary .other-choose .check-item  {
  overflow: hidden;
  padding: 10px 0;
}
.summary .other-choose .check-item .text input{
  float: left;
  margin-right: 10px;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
}
.summary .other-choose .check-item .price {
  font-size: 14px;
  color: #333;
  float: right;
}
.shoppingcart-content .summary .total .text,
.shoppingcart-content .summary .total .price {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
.shoppingcart-content .summary .total .price {
  float: right;
}
.shoppingcart-content .summary .checkout {
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  line-height: 50px;
}


/*NAV OWL*/
.owl-carousel.has-nav  .owl-nav .owl-prev,
.owl-carousel.has-nav  .owl-nav .owl-next {
  display: block;
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.owl-carousel.has-nav  .owl-nav .owl-prev::before,
.owl-carousel.has-nav  .owl-nav .owl-next::before {
  content: "\f104";
  font-weight:900;
  display: inline-block;
  font-size: 24px;
  color: #aaa;
  font-family: "Font Awesome 5 Free";
}
.owl-carousel.has-nav  .owl-nav .owl-next::before {
  content: "\f105";
  font-weight:900;
}
.owl-carousel.has-nav  .owl-nav .owl-prev:hover::before,
.owl-carousel.has-nav  .owl-nav .owl-next:hover::before {
  color: #333;
}
.owl-carousel.has-thumbs .owl-thumbs {
  padding: 0;
}

/*PRODUCT DETAILS*/
.productdetails-content {
  padding-top: 60px;
}
.product-details-view .product-details-nav {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 0 70px;
}
.product-details-view .product-details-nav .owl-carousel .details-item {
  opacity: 1;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.product-details-view .product-details-nav .owl-carousel .details-item .main-img::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.product-details-view .product-details-nav .owl-carousel .details-item .main-img.active::before,
.product-details-view .product-details-nav .owl-carousel .details-item .main-img:hover::before {
  display: none;
}

.product-details-view .product-details-nav .owl-carousel.has-nav  .owl-nav .owl-prev,
.product-details-view .product-details-nav .owl-carousel.has-nav  .owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-details-view .product-details-nav .owl-carousel.has-nav  .owl-nav .owl-prev {
  left: -45px;
}
.product-details-view .product-details-nav .owl-carousel.has-nav  .owl-nav .owl-next {
  right: -45px;
}

.details-info .product-name {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin-top: -8px;
}
.details-info .price {
  font-size: 24px;
  color: #888;
  margin: 0 0 15px;
}
.details-info .author {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin: 25px 0;
}
.details-info .author .name {
  font-weight: 400;
  text-decoration: underline;
}
.details-info .description {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin: 55px 0 50px;
}
.list-color li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.list-color li:first-child {
  margin-left: 0;
}
.list-color li:last-child {
  margin-right: 0;
}
.list-color li a {
  width: 30px;
  height: 30px;
  border: solid 3px #fff;
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
.list-color li a:hover,
.list-color li a.current {
  border-color: #d4d4d4;
}
.list-color li a.yellow {
  background-color: #b0956b;
}
.list-color li a.green {
  background-color: #67746b;
}
.list-color li a.gray {
  background-color: #66656a;
}
.list-color li a.black {
  background-color: #333333;
}
.list-color li a.current::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  color: #fff;
  line-height: 24px;
  font-size: 10px;
}

.details-info .box-quantity {
  margin: 20px 0 40px;
}
.details-info .add-to-bag {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.details-info .add-to-bag:hover {
  background-color: #888;
}
.details-info .list-social li {
  margin-right: 15px;
}
.details-info .list-social li a {
  color: #bbbbbb;
  font-size: 18px;
}
.details-info .list-social li a:hover {
  color: #333;
}
.details-info .list-social li .add-to-wishlist {
  font-size: 16px;
  padding-right: 15px;
  border-right: solid 1px #e5e5e5;
}
.details-info .group-button {
  margin: 35px 0; 
}

.productdetails-content .kt-tab-fadeeffect {
  overflow: hidden;
  padding: 0;
  margin-top: 120px;
  border-top: solid 1px #e9e9e9;
}

.productdetails-content .kt-tab-fadeeffect .tab-panel {
  padding: 10px 0 10px;
}
.productdetails-content .description-content {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  line-height: 28px;
}
.productdetails-content .additional-info {
  margin-top: -10px;
}
.productdetails-content .additional-info tr {
  line-height: 2.5vh;
  text-align: left;
  padding: 0;
}
.productdetails-content .additional-info tr td {
  font-size: 1.5vh;
  font-weight: 300;
  color: #333;
  padding-left:10px;
}
.productdetails-content .additional-info tr td:first-child {
  padding-right: 90px;
}
.productdetails-content .review-content .title {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 0;
}

.rate .text {
  float: left;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-right: 20px;
}
.rate a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.rate a:hover {
  color: #fde888;
}

.productdetails-content .review-content .rate {
  margin: 35px 0;
}
.productdetails-content .review-content .subtitle {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 0 0 20px;
}
.productdetails-content .review-content .input-info {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 0 20px; 
  line-height: 45px;
  height: 45px;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  border:  solid 1px #ddd;
  width: 100%;
  margin-bottom: 25px;
}
.productdetails-content .review-content .input-note {
  height: auto;
}
.productdetails-content .review-content .submit {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  margin-top: 15px;
}

.productdetails-content .other-product {
  text-align: center;
  padding-bottom: 35px;
}
.productdetails-content .other-product .main-title {
  margin-top: 40px;
  text-align: center; 
}

/*CHECK OUT*/
.checkout-form .main-title {
  font-size: 24px;
  margin-top: 0;
}
.checkout-form .main-title::after {
  height: 6px;
  left: 0;
  width: 100%;
}
.checkout-form .input-info {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: solid 1px #dedede;
  outline: 0;
  box-shadow: none;
  padding: 0 20px;
  margin-bottom: 30px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.checkout-form select.input-info {
  padding-right: 0;
}
.checkout-form .input-note {
  height: auto;
  line-height: inherit;
  padding: 10px 20px;
}
.checkout-form .checked-chose input {
  float: left;
  margin-right: 15px;
}
.checkout-form .chosen-language .chosen-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 30px;
}
.checkout-form .chosen-language .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #dedede;
  background-color: #ffffff;
  font-size: 14px;
  color: #555;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.checkout-form .chosen-language .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 16px;
  color: #333;
  right: 20px;
}
.checkout-form .chosen-language .chosen-container .chosen-results li:hover,
.checkout-form .chosen-language .chosen-container .chosen-results li {
  padding: 0 20px;
  font-size: 14px;
  color: #555;
  padding: 15px 20px;
  background-color: transparent;
  background-image: none;
}
.checkout-form .chosen-language .chosen-container.chosen-with-drop .chosen-drop {
  border: solid 1px #dedede;
  border-top: solid 1px #dedede;
  box-shadow: none;
  border-radius: 0;
}
.checkout-form .chosen-language .chosen-container .chosen-results {
  height: 320px;
  padding-bottom: 10px;
  max-height: 320px;
  padding: 0;
  border-radius: 0;
}

.checkout-form .checked-chose .text {
  cursor: pointer;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.checkout-form,
.order-form {
  margin-bottom: 40px;
}
.order-form-content {
  border: solid 1px #e8e8e8;
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #fbfbfb;
}
.order-form .main-title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 0 55px;
}
.order-form .main-title::after {
  left: 0;
  width: 100%;
  height: 6px;
}
.order-form .each-item {
  overflow: hidden;
  padding: 10px 0;
}
.order-form .each-item .item {
  float: left;
}
.order-form .each-item .price {
  float: right;
}
.order-form .each-item.title {
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 20px;
}
.order-form .each-item.shipping {
  padding: 35px 0;
}
.order-form .each-item.total {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 0;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.order-form .group-payment li {
  display: list-item;
  list-style: none;
  margin-bottom: 15px;
}
.order-form .group-payment {
  padding: 33px 0 0;
}
.group-payment .payment-item input {
  float: left;
  margin-right: 10px;
}
.group-payment .payment-item .name-payment {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
.group-payment .payment-item .des-payment {
  font-size: 13px;
  font-weight: 300;
  color: #888;
  padding: 15px 20px 10px;
  display: none;
}
.order-form .button {
  font-size: 14px;
  color: #eee;
  background-color: #333;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  font-weight: 700;
}
.order-form .button:hover {
  background-color: #888;
}
.checkout-content {
  padding: 50px 0 150px;
}

/*ABOUT PAGE*/
.main-banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.main-banner a::before {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 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;
}
.main-banner a:hover::before {
  margin: auto;
  width: calc(100% - 50px);
  height: calc( 100% - 50px);
  opacity: 1;
  visibility: visible;
}

.about-content .main-banner {
  margin-bottom: 90px;
}
.about-content .each-item {
  margin-bottom: 90px;
}
.about-content .each-item .main-title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 ;
}
.about-content .each-item .main-title::after {
  height: 6px;
}
.about-content .each-item.the-brand .content {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
}
.about-content .each-item.contact .content,
.about-content .each-item.contact .content a {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 36px;
}
.about-content .each-item.contact .content a:hover {
  color: #888;
}
.list-personal li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  max-width: 230px;
}
.list-personal li:last-child {
  margin-right: 0;
}
.each-personal .info {
  text-align: center;
  margin-top: 15px;
}
.each-personal .info .name {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.each-personal .info .position {
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
}
.about-content .each-item.our-team {
  margin-bottom: 30px;
}
.about-content {
  padding: 55px 0 0;
}

/*CONTACT PAGE*/
.contact-content .left-content .main-title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 0 40px;
}
.contact-content .left-content .main-title::after {
  height: 6px;
}
.contact-content .left-content .content,
.contact-content .left-content .content a {
  line-height: 36px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.contact-content .left-content .content a:hover {
  color: #888;
}
.contact-content .contact-form .text-title {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 0 0 10px;
  display: block;
}
.contact-content .contact-form input,
.contact-content .contact-form .input-note {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  padding: 0 20px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border:  solid 1px #ddd;
  margin-bottom: 25px;
}
.contact-content .contact-form .input-note {
  height: auto;
  margin-bottom: 40px;
}
.contact-content .contact-form .submit {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  display: inline-block;
  line-height: 45px;
  padding: 0 35px;
}
.contact-content .contact-form .submit:hover {
  background-color: #888;
}
.contact-content {
  padding: 55px 0 150px;
}
.contact-content .left-content,
.contact-content .contact-form {
  margin-bottom: 40px;
}
.contact-content .map-img {
  margin-bottom: 75px;
}

/*LOGIN PAGE*/
.login-content .main-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 75px;
}
.login-content .main-title::after {
  height: 6px;
  width: calc(100% - 1px);
  left: 1px;
}
.login-content input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: solid 1px #ddd;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  padding: 0 20px;
}
.login-content .login-check {
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  margin-right: 15px;
  float: left;
  margin-top: 0;
}
.login-form .text-label {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}
.login-form input[type="checkbox"] {
  display: none;
}
.login-form input[type="checkbox"] + label::after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #ddd;
}
.login-form input[type="checkbox"]:checked + label::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  color: #222;
  position: absolute;
  z-index: 2;
  padding: 0;
  line-height: 20px;
}


.login-content .submit {
  display: inline-block;
  padding: 0 35px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
}
.login-content .submit:hover {
  background-color: #888;
}
.login-form .group-button {
  text-align: left;
  clear: left;
  margin-top: 30px;
}
.login-form  .forgot {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  clear: left;
  display: block;
  margin-top: 20px;
}
.login-form  .forgot:hover {
  color: #333;
}
.login-form ,
.register-form {
  margin-bottom: 40px;
}
.login-content {
  padding: 55px 0 160px;
}
.login-content .main-title br {
  display: none;
}

/*PAGE 404*/
.content-404 {
  text-align: center; 
}
.content-404 .main-title {
  font-size: 36px;
  margin: 50px 0 15px;
}
.content-404 .main-title::after{
  height: 6px;
  bottom: 4px;
}
.content-404 .des {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin: 30px 0 60px;
}
.content-404 .des a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.content-404 .des a:hover {
  color: #111;
}
.content-404 .block-search {
  width: 368px;
  position: relative;
  margin: 0 auto;
}
.content-404 .block-search input {
  width: 100%;
  border: solid 1px #e3e3e3;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  padding: 0 70px 0 20px;
}
.content-404 .block-search a {
  line-height: 45px;
  width: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #888;
}
.content-404 .block-search a:hover {
  color: #333;
}
.content-404 {
  padding: 150px 0 190px;
  border-top: solid 1px #e9e9e9;
}

/*ORDERTRACKING*/
.ordertracking-content .main-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 70px;
}
.ordertracking-content .main-title::after {
  height: 6px;
}
.ordertracking-content .text-title {
  font-size: 14px;
  color: #333;
  display: block;
  margin: 0 0 15px;
}
.ordertracking-content input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  margin-bottom: 25px;
  border: solid 1px #ddd;
}
.ordertracking-content .submit {
  width: 100%;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  margin-top: 15px;
}
.ordertracking-content .submit:hover {
  background-color: #888;
}
.ordertracking-content {
  padding: 60px 0 160px;
}

/*CUSTOMER SERVICES*/
.customerservice-content {
  padding: 75px 0 35px;
}
.customerservice-content .head {
  text-align: center;
  margin-bottom: 95px;
}
.customerservice-content .head .main-title {
  margin: 0 0 15px;
}
.customerservice-content .head .page-des {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin: 0;
}
.service-item {
  margin-bottom: 55px;
}
.service-item .box-icon a {
  font-size: 24px;
  color: #333;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border: solid 1px #eee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: 0.25s ease 0s;
     -moz-transition: 0.25s ease 0s;
      -ms-transition: 0.25s ease 0s;
       -o-transition: 0.25s ease 0s;
          transition: 0.25s ease 0s;
  display: block;
}
.service-item .box-icon a:hover {
  color: #888;
}
.service-item .box-info {
  max-width: 310px;
  margin: 25px 0;
}
.service-item .box-info .title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 10px;
}
.service-item .box-info .des {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

/*BLOG 1*/
.blog-page1 .newsletter {
  margin-top: 10px;
}
.portfolio-grid .post-item.item-portfolio {
  padding: 0 15px;
  margin-bottom: 30px;
}
.post-item .post-format {
  position: relative;
}
.post-item .post-format a {
  display: inline-block;
  width: 100%;
}
.post-item .post-format a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  content: "";
  -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:hover .post-format a::before { 
  opacity: 1;
  visibility: visible;  
}
.post-item .post-format .date {
  font-size: 14px;
  color: #eee;
  font-weight: 700;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  height: 60px;
  width: 60px;
  background-color: #333;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.post-item .post-format img {
  width: 100%;
}
.post-item .post-info {
  text-align: center;
  padding: 45px 20px 35px;
  background-color: #fafafa;
}
.post-item .post-info .post-name {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.post-item .post-info .post-name:hover {
  text-decoration: underline;
}
.post-item .post-info .group-cate a {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
}
.post-item .post-info .group-cate a:hover {
  color: #333;
}
.post-item .post-info .group-cate {
  padding: 10px 0;
}
.post-item .post-info .des {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 10px 0 0;
  line-height: 24px;
}

/*POST ITEM LAYOUT2*/
.blog-page2 .pagination {
  margin-top: 40px;
}
.post-item.layout2 .date {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-item.layout2 .post-info {
  text-align: left;
  padding: 0;
  background-color: transparent;
}
.post-item.layout2 .post-info .post-name {
  display: inline-block;
  padding-bottom: 15px;
}
.post-item.layout2 .post-info .post-name::before {
  width: 35px;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-color: #cbcbcb;
  content: "";
  left: 0;
  bottom: 0;
}
.post-item.layout2 .post-info .post-name:hover::after {
  bottom: 20px;
  z-index: -1;
  width: 100%;
}
.post-item.layout2 .post-info .des {
  margin: 0;
}
.blog-content {
  padding: 60px 0 60px;
}
.blogs-grid .post-item.layout2 {
  margin: 0 0 105px;
}

/*POST ITEM LAYOUT3*/
.blog-page3 .pagination {
  margin-top: 60px;
}
.post-item.layout3 .post-info {
  text-align: left;
  padding: 10px 0 20px;
  background-color: transparent;
}
.post-item.layout3 .post-info .date {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  margin: 0;
}
.post-item.layout3 .post-info .post-name {
  display: inline-block;
  padding-bottom: 15px;
  margin-top: 15px;
}
.post-item.layout3 .post-info .post-name::before {
  width: 35px;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-color: #cbcbcb;
  content: "";
  left: 0;
  bottom: 0;
}
.blogs-grid .post-item.layout3 {
}
.post-item.layout3 .post-info .des {
  margin: 0;
}

/*SINGLE BLOG*/
.singleblog-content {
  padding: 60px 0 40px;
}
.singleblog-content .post-item.layout3 .post-info .post-name {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 28px;
}
.singleblog-content .post-item.layout3 .post-info .post-name::after {
  display: none;
}
.singleblog-content .post-item .post-info .post-metas li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.post-item .post-info .post-metas li:last-child {
  margin-right: 0;
}
.post-metas li a {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
}
.post-metas li a:hover {
  color: #333;
}
.singleblog-content .post-item .post-info .des p {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 28px;
}
.singleblog-content .post-item .post-info .des .special-text {
  position: relative;
  max-width: 670px;
  margin: 70px auto 65px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-style: italic;
}
.singleblog-content .post-item .post-info .des .special-text .character {
  position: absolute;
  z-index: 1;
  left: -25px;
  top: -10px;
}

.comment-this-post {
  border-top: solid 1px #e8e8e8;
  margin: 20px 0 100px;
}
.comment-this-post .title {
  margin: 35px 0 40px;
}
.comment-this-post .main-title {
  font-size: 18px;
  margin: 0;
}
.comment-this-post .main-title::after {
  height: 6px;
  bottom: 0;
}
.comment-this-post .title .count {
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
}
.list-comment li {
  display: list-item;
  list-style: none;
}
.list-comment .sub-list-comment {
  padding-left: 170px;
}
.list-comment .comment-item .avata {
  float: left;
  margin-right: 30px;
}
.list-comment .comment-item{
  overflow: hidden;
  margin-bottom: 30px;
}
.list-comment .comment-item .comment-info {
  overflow: hidden;
}
.list-comment .comment-item .comment-info .name {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-right: 30px;
  display: inline-block;
}
.list-comment .comment-item .comment-info .post-time {
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
}
.list-comment .comment-item .comment-info .comment-content {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 0 0;
}

.leave-comment {
  border-top: solid 1px #e8e8e8;
}
.leave-comment .main-title {
  font-size: 18px;
  margin: 40px 0 35px;
}
.leave-comment .main-title::after {
  height: 6px;
  bottom: 0;
}
.leave-comment .text-label {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 15px;
}
.leave-comment .input-info {
  border: solid 1px #e8e8e8;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
}
.leave-comment .input-comment {
  height: auto;
  line-height: 28px;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 30px;
}
.leave-comment .submit {
  font-size: 14px;
  color: #eee;
  font-weight: 700;
  background-color: #333;
  display: inline-block;
  padding: 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}
.leave-comment .submit:hover {
  background-color: #888;
}
.widget-search .search-block {
  position: relative;
}
.widget-search .search-block .input-search {
  width: 100%;
  padding: 0 45px 0 14px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
  position: relative;
  border: solid 1px #e3e3e3;
}
.widget-search .search-block .search-button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #888;
  display: inline-block;
}
.widget-search .search-block .search-button:hover {
  color: #333;
}
.widget .main-title {
  font-size: 18px;
  margin: 0 0 25px;
}
.widget  {
  margin-bottom: 40px;
}
.widget .main-title::after {
  height: 6px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.widget-category .list-category li {
  display: list-item;
  list-style: none;
}
.widget-category .list-category li a {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 34px;
}
.widget-category .list-category li .count {
  float: right;
  color: #aaa;
}
.widget-post .list-post li {
  display: list-item;
  list-style: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.widget-post .list-post .item .thumb {
  float: left;
  margin-right: 10px;
}
.widget-post .list-post .item .thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.widget-post .list-post .item .thumb a::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;left: 0;
  position: absolute;
  z-index: 1;
  content: "";
  opacity: 0;
  visibility: hidden;
  -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;
}
.widget-post .list-post .item .thumb a:hover::before {
  opacity: 1;
  visibility: visible;
}
.widget-post .list-post .item .info {
  overflow: hidden;
  padding-top: 5px;
}
.widget-post .list-post .item .info .meta-post {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.widget-post .list-post .item .info .meta-post::after {
  width: 28px;
  height: 1px;
  background-color: #d7d6d7;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-post .list-post .item .info .post-time {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.widget-post .list-post .item .info .group-cate {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0;
  float: left;
}
.widget-post .list-post .item .info .group-cate:hover {
  color: #333;
}
.widget-post .list-post .item .info .post-name {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 18px;
}
.widget-post .list-post .item .info .post-name:hover {
  color: #888;
}
.widget-post {
  margin-bottom: 60px;
}
.sidebar .widget-social .list-social li {
  margin-right: 6px;
}
.sidebar .widget-social .list-social li a {
  color: #333;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #efeeee;
  -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;
}
.sidebar .widget-social .list-social li a:hover {
  color: #fff;
  background-color: #333;
}
/*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;
  }
}

@-webkit-keyframes toDownFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toDownFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toDownFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@media(min-width: 1200px) {
  .container {
    padding: 0;
  }
}




/*-----REPONSIVE------*/
@media(max-width: 1800px){
.header.layout3 .header-nav-inner {
  width: 330px;
}
.main-content > .home-content {
}
.special-content.translate {
  -webkit-transform: translate(330px);
     -moz-transform: translate(330px);
      -ms-transform: translate(330px);
       -o-transform: translate(330px);
          transform: translate(330px);
}
}
@media(max-width: 1650px){
.header.layout8 .header-nav-inner {
  width: 150%;
}
.header.layout3 .header-nav-inner {
  width: 300px;
}
.main-content > .home-content {
}
.special-content.translate {
  -webkit-transform: translate(300px);
     -moz-transform: translate(300px);
      -ms-transform: translate(300px);
       -o-transform: translate(300px);
          transform: translate(300px);
}
}
@media(max-width: 1500px){
.header.layout3 .header-nav .show-menu {
  display: block;
  margin-left: 200px;
}
.header.layout3 .header-nav-inner {
  display: none;
}
.header.layout3.home7 .header-nav .show-menu {
  float: left;
}
.header.layout3 .logo-outsize {
  text-align: center;
  margin-top: 30px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  margin-right: 30px;
}
.main-content > .home-content {
  margin: 0 auto;
}

}
@media(max-width: 1366px){
.main-menu > li:last-child > .submenu {
  right: 0;
  left: inherit;
}
/*-HEADER LAYOUT3-*/
.header.layout3 .header-nav .show-menu {
  margin-left: 90px;
}
.header.layout3 .header-nav .close-menu {
  font-size: 24px;
  color: #333333;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 11;
}
.header.layout3 .header-nav .close-menu{
  position: absolute;
  z-index: 1;
  right: 15px;
  font-size: 16px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  left: 100px;
}
.header.layout3 .header-nav-inner {
  left: -100%;
}
.header.layout3 .header-nav-inner.show {
  left: 0;
}
.header.layout3 .logo-outsize {
  margin-top: 0;
}
.header.layout3.home7 .header-nav .show-menu {
  margin-top: 30px;
}
/*custom header home 7*/
.header.layout3.home7 .header-nav {
  float: left;
}
.header.layout3.home7 .logo-outsize {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  padding: 25px 0;
}
.header.layout3.home7 .header-nav .main-menu-tabbar {
  top: 30px;
}
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
}
.header.layout5 .header-nav .close-menu  {
  color: #eeeeee;
  font-size: 20px;
}
.header.layout6 .header-nav .close-menu {
  font-size: 20px;
  color: #ffffff;
  top: 25px;
  right: 25px;
}
/*CUSTOM HOME6*/
.banner-product .info {
  left: 200px;
}
.banner-product .info .product-name {
  font-size: 36px;
}
.banner-product .info .price {
  font-size: 26px;
  margin-bottom: 10px;
}
/*CUSTOM HOME 11*/
.item-product-banner .inner {
  padding: 170px 0;
}
.item-product-banner .inner .number {
  margin-right: 30px;
}
.item-product-banner .inner::after {
  left: 80px;
  right: 80px;
}
.item-product-banner .inner .title {
  font-size: 40px;
  line-height: 60px;
}
}
@media(max-width: 1200px){
/*HEADER*/
.header .header-nav .main-menu-tabbar,
.header .header-nav .header-nav-inner{
  display: none !important;
}
.header .header-nav .show-menu,
.header.layout5 .header-nav .main-menu-tabbar,
.header.layout5 .header-nav-inner  {
  display: block !important;
}
.home-submenu ul {
  padding: 0;
}
/*menu reponsive*/
/*-HEADER LAYOUT1-*/
.top-links li .top-inner,
.top-links li:hover .top-inner {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
/*-HEADER LAYOUT 2-*/
.header.layout2 .logo {
  margin-top: 0;
}
/*HEADER LAYOUT 3*/
.header.layout3 .header-nav .show-menu {
  margin-left: 30px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  left: 35px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  float: none;
}
.header.layout3 .header-nav-inner {
  padding: 90px 35px 30px;
}
.header.layout3 .menu-item-has-children .toggle-submenu {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  text-align: center;
}
/*HEADER LAYOUT 4*/
.header.layout4 .left-menu,
.header.layout4 .right-menu {
  margin: 0;
}
.header.layout4 .header-nav.right .header-nav-inner{
  left: inherit;
  right: -100%;
}
.header.layout4 .header-nav.right .header-nav-inner.show {
  right: 0;
}
.header.layout4 .header-nav.right .main-menu-tabbar {
  float: right;
}
.header.layout4 .header-nav .logo {
  display: none;
}
.header.layout4 .hidden-logo {
  display: block;
}
.header.layout4 .left-menu,
.header.layout4 .right-menu {
  display: block;
}
/*HEADER LAYOUT 5*/
.header.layout5 .special-header {
  position: relative;
  padding: 25px 30px 0;
}
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
}
.header.layout5 .main-menu li {
  border: none;
}
/*HEADER LAYOUT 6*/ 
.header.layout6 .menu-item-has-children .toggle-submenu {
  position: relative;
  top: -3px;
}
/*HEADER LAYOUT 7*/ 
.header.layout7 .header-nav .main-menu-tabbar {
  float: right;
}
.header.layout7 .header-nav {
  margin-left: 0;
}
/*HEADER LAYOUT 8*/ 
.header.layout8 .special-header {
  padding: 45px 15px;
}
.header.layout8 .header-nav-inner {
  position: fixed;
}
.header.layout8 .header-nav .header-nav-inner.show .close-menu {
  font-size: 20px;
}
/*HEADER LAYOUT 9*/ 
.header.layout9 .header-nav .main-menu-tabbar.show-content {
  display: none;
}
.header.layout9 .header-nav .show-menu {
  display: block;
}
.header.layout9 .header-nav .header-nav-inner.show .close-menu {
  float: none;
  position: absolute;
  right: 21px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 0;
} 
.nav-tab-style2 .list-nav {
  z-index: 0;
  float: none;
}
.main-content.home8 .nav-tab-style2 .list-nav {
  width: 100%;
  margin-bottom: 150px;
}
.main-content.home12 .nav-tab-style3 .list-nav {
  margin-bottom: 100px;
}
.nav-tab-style3 .list-nav li {
  margin: 0 20px;
}
.nav-tab-style3 .list-nav li > a {
  font-size: 30px;
}
/*PRODUCT STYLE*/
.product-item .product-inner .product-thumb .group-button a {
  right: 15px;
}
.product-item .product-inner .product-thumb .group-button .add-to-wishlist {
  top: 15px;
}
.product-item.layout2 .product-inner .product-thumb .group-button .add-to-wishlist {
  top: 25px;
}
.product-item.layout3 .product-inner .product-thumb .product-info {
  -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);
  opacity: 1;
  display: none;
  top: inherit;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.product-item.layout3 .product-inner .product-thumb:hover .product-info {
  bottom: inherit;
  top: 50%;
}
/*FOOTER*/
.footer-links li {
  margin-right: 15px;
}  
.footer.layout1 .footer-links {
  margin-right: 50px;
}

.footer.layout2 .footer-part {
  margin-bottom: 50px;
}
.footer.layout2  .footer-note {
  padding: 30px 0;
}
.footer.layout2 .widget .widgettitle {
  margin-bottom: 25px;
}
.footer.layout5 .special-content {
  padding: 0 15px;
}
/*CUSTOM HOME1*/
.slideshow1 .slide-content {
  right: 100px;
}
/*CUSTOM HOME2*/
.main-content.home2 .main-banner {
  padding-left: 25px;
  overflow: hidden;
}
.main-content.home2 .main-banner .banner1 {
  width: 58%;
  text-align: center;
  margin-bottom: 30px;
}
.main-content.home2 .main-banner .banner2,
.main-content.home2 .main-banner .banner3 {
  width: 36%;
}
/*CUSTOM HOME 11*/
.main-content.home11 {
  padding: 0 15px;
}
.item-product-banner {
  margin: 15px 0;
}
.item-product-banner .inner::after {
  left: 100px;
  right: 100px;
}
/*SHOPPING CART*/
.shoppingcart-content .your-cart {
  width: 560px;
  margin-right: 30px;
}
.shoppingcart-content .summary {
  width: 350px;
}
.singleblog-content .post-item .post-info .des .special-text {
  margin: 40px;
}
.list-comment .sub-list-comment {
  padding-left: 80px;
}
.list-comment .comment-item .comment-info .comment-content {
  margin-top: 15px;
}
}
@media(max-width: 1024px){

}
@media(max-width: 991px){
/*-HEADER LAYOUT3*/
.header.layout3 .header-nav .main-menu-tabbar {
  left: 15px;
}
.footer.layout1 .footer-links {
  margin:0 0 10px 0;
  width: 100%;
}
/*-HEADER LAYOUT5*/
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
}
/*CUSTOM HOME2*/
.main-content.home2 .main-banner .banner1 {
  margin-right: 23px;
}
.main-content.home2 .main-banner .banner2 {
  margin-bottom: 23px;
}
.footer.layout4 .footer-part:nth-child(2n+1) {
  clear: left;
}
/*CUSTOM HOME6*/
.banner-product .info {
  left: 80px;
}
.banner-product .info .price {
  display: none;
}
.banner-product .info .product-name {
  font-size: 30px;
  margin-bottom: 15px;
}
.banner-product .info .goto-product {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
}
/*CUSTOM HOME 10*/
.main-content.home10 .introduction-page {
  padding: 50px 0;
  text-align: center;
}
/*CUSTOM HOME 12*/
.main-content.home12 .nav-tab-style3 .list-nav {
  margin-bottom: 50px;
}
.nav-tab-style3 .list-nav li {
  margin: 0 10px;
}
.nav-tab-style3 .list-nav li > a {
  font-size: 24px;
}

.grid-category-page .pagination {
  margin: 30px 0 40px;
}
.product-item.layout4 .product-inner .all-info .description {
  margin: 20px 0 25px;
}

/*SHOPPING CART*/
.shoppingcart-content .your-cart {
  width: 100%;
  margin-right: 0;
  float: none;
}
.shoppingcart-content .summary {
  width: 100%;
  float: none;
}
/*PRODUCT DETAILS*/
.productdetails-content .product-details-view {
  margin-bottom: 50px;
}
/*LOGIN PAGE*/
.login-form {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd;
}
/*SINGLE BLOG*/

.widget-post .list-post .item .thumb {
  float: none;
  margin: 0 0 10px;
}
}
@media(max-width: 767px){

/*HEADER*/
.topbar .left-content, 
.topbar .right-content{
  text-align: right;
  margin: 5px 0;
}
.header.layout3 .mini-cart .count, 
.header.layout5 .mini-cart .count, 
.header.layout7 .mini-cart .count, 
.header.layout8 .mini-cart .count, 
.header.layout9 .mini-cart .count {
  right: -6px;
}
.header.layout2 .header-nav .main-menu-tabbar {
  float: right;
}
.header.layout7 .main-header {
  padding: 50px 15px;
  margin-bottom:0;
}
.header.layout7 .header-nav .main-menu-tabbar {
  float: left;
}
.header.layout7 .logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer.layout1 .footer-links,
.footer.layout1  .coppy-right .content,
.footer.layout1 .list-social {
  width: 100%;
  text-align: center;
}
.footer.layout1 .list-social {
  margin-top: 15px; 
}
.footer.layout3 .list-social {
  margin-bottom: 10px;
}
.footer.layout3 .footer-links,
.footer.layout3 .coppy-right{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.footer.layout4 .footer-part:nth-child(2n+1) {
  clear: none;
}
.footer.layout4 .right-content {
  text-align: left;
  margin-top: 20px;
}
.footer.layout5 {
  padding: 35px 0;
}
.footer.layout5 .list-social,
.footer.layout5 .coppy-right {
  text-align: center;
  width: 100%;
  margin: 15px 0;
}
/*CUSTOM HOME5*/

/*CUSTOM HOME6*/
.banner-product .info {
  left: 40px;
}
/*CUSTOM HOME 7*/
.main-content.home7 .product-item {
  text-align: center;
}
/*CUSTOM HOME 9*/
.main-content.home9 .special-content {
  padding: 0 15px;
}
.footer.layout6 {
  padding: 15px;
}
.product-item.layout4 .product-inner .product-thumb {
  max-width: 50%;
}

/*ABOUT PAGE*/
.about-content .each-item .main-title {
  margin-bottom: 30px;
}
.list-personal li {
  max-width: 186px;
  margin-right: 20px;
}

/*SINGLE BLOG*/
.content-post {
  margin-bottom: 60px; 
}
}
@media(max-width: 639px){
.header .logo {
  margin-top: -5px;
}
.nav-tab-style1 .list-nav li {
  display: list-item;
  margin: 10px 0;
}
.nav-tab-style2 .list-nav li >a {
  font-size: 36px;
  display: inline-block;
  line-height: 60px;
}
.nav-tab-style3 .list-nav li {
  margin: 10px 0;
  display: list-item;
  list-style: none;
  border: solid 1px #dfdfdf;
}
.nav-tab-style3 .list-nav li >a {
  padding: 5px 0;
}

.nav-tab-style4 .list-nav li {
  display: list-item;
  margin: 10px 0;
}
.nav-tab-style4 .list-nav li a {
  display: inline-block;
}

.topbar .left-content,
.topbar .right-content {
  width: 100%;
}
.qt-products.grid .main-title {
  margin-top: 60px;
}
/*CUSTOM HOME 1*/
.slideshow1 .slide-content {
  right: 50px;
}
.slideshow1 .slide-content .title {
  font-size: 28px;
}
/*CUSTOM HOME 2*/
.main-content.home2 .main-banner {
  padding: 0;
}
.main-content.home2 .main-banner .banner1 {
  width: 100%;
  float: none;
  margin-right: 0;
}
.main-content.home2 .main-banner .banner2 {
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
  width: 50%;
}
.main-content.home2 .main-banner .banner3 {
  padding-left: 15px;
  margin: 0;
  width: 50%;
}
/*CUSTOM HOME 4*/
.main-content.home4 .nav-tab-style1 .list-nav {
  padding-bottom: 0;
}

.product-item .product-inner .product-thumb {
  display: inline-block;
  margin: 0 auto;
}
.qt-products.grid .product-item .product-inner .product-thumb .thumb-link img {
  -webkit-transform: scale(1.065);
    -moz-transform: scale(1.065);
      -ms-transform: scale(1.065);
        -o-transform: scale(1.065);
          transform: scale(1.065);
}
/*CUSTOM HOME 11*/
.item-product-banner {
  width: 100%;
}
/*CUSTOM HOME 12*/
.main-content.home12 .main-banner .banner img {
  width: 100%;
}
.footer.layout5.home12 {
  padding: 40px 0 70px;
}
/*PRODUCT DETAILS*/
.product-details-view .owl-carousel.has-thumbs .owl-thumbs .owl-thumb-item {
  width: 100px;
  margin: 0 10px;
} 
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev, 
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  bottom: 30px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev {
  left: 10px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  right: 10px;
}
.list-page li {
  margin: 0 7px;
}
/*ABOUT PAGE*/
.main-banner a:hover::before {
  width: calc(100% - 25px);
  height: calc( 100% - 25px);
}
.list-personal li {
  max-width: 135px;
  margin-right: 15px;
}
.list-comment .sub-list-comment {
  padding-left: 50px;
}
.list-comment .comment-item .avata {
  margin-right: 15px;
}
/*LOGIN PAGE*/
.login-content .main-title br {
  display: block;
}
.login-content .main-title::after {
  display: none;
}
/*CATEGORY LIST*/
.product-item.layout4 .product-inner .product-thumb {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
  max-width: 100%;
}
}
@media(max-width: 479px){
.topbar .top-links li {
  margin: 0 10px;
}
/*CUSTOM HOME 2*/
.main-content.home2 .main-banner .banner2,
.main-content.home2 .main-banner .banner3 {
  width: 100%;
  float: none;
  margin-top: 30px;
  padding: 0;
}
.main-content.home2 .main-banner .banner1 {
  margin-bottom: 0;
}
/*CUSTOM HOME 6*/
.banner-product .info .product-name {
  font-size: 20px;
}
.header.layout5 .header-nav .main-menu-tabbar,
.header.layout5 .header-nav .close-menu {
  width: 30px;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
 }
 .header.layout5 .mini-cart .cart-icon {
  font-size: 22px;
 }
 .header.layout5 .special-header {
  padding: 25px 15px 0;
 }
 .special-content {
  padding: 0 15px;
 }
 .banner-product .info {
  left: 20px;
 }
 /*CUSTOM HOME 7*/
.main-content.home7 .product-item ,
.main-content.home7 .product-item .product-inner .product-thumb,
.product-item .product-inner .product-thumb .thumb-link img {
  width: 100%;
}
 /*CUSTOM HOME 9*/
.main-content.home9 .product-item {
  width: 100%;
  text-align: center;
}
 /*CUSTOM HOME 12*/
 .main-content.home12 .main-banner {
  width: 100%;
  text-align: center;
 }
.main-content.home12 .main-banner .banner {
  display: inline-block;
}
.qt-newsletter .description {
  margin-bottom: 25px;
} 
.qt-newsletter .input-email {
  margin: 0 0 10px;
  min-width: 250px;
  max-width: 300px;
  padding: 0 15px;
}

.footer.layout4 .left-content,
.footer.layout4 .right-content {
  text-align: center;
}
.grid .product-item {
  /*width: 100%;*/
  text-align: center;
}
.list-page li {
  margin: 0 3px;
}
.list-page li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
/*SHOPPING CART*/ 
.shoppingcart-content .list-item .cart-item .thumb {
  margin-right: 20px;
}
.shoppingcart-content .button-cart {
  float: left;
  margin-top: 10px;
}
.shoppingcart-content .button-cart a {
  margin-left: 0;
  margin-right: 15px;
}
.shoppingcart-content .list-item .cart-item .info .product-name {
  margin-top: 0;
  margin-right: 20px;
}
.shoppingcart-content .list-item .cart-item .info .box-quantity {
  margin-top: 10px;
}
/*PRODUCT DETAILS*/
.product-details-view .owl-carousel.has-thumbs .owl-thumbs .owl-thumb-item {
  width: 80px;
  margin: 0 5px;
}
.productdetails-content .other-product .main-title {
  font-size: 24px;
  margin-bottom: 30px;
}

/*ABOUT PAGE*/
.list-personal li {
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  display: list-item;
}
.list-personal li .avata {
  text-align: center;
}
/*PAGE 404*/
.content-404 .block-search {
  width: 300px;
}
/*CUSTOMER SERVICES*/
.customerservice-content .head .main-title {
  font-size: 26px;
}
/*CATEGORY GRID*/
.top-control .show-text {
  width: 100%;
  margin-bottom: 10px;
}
.top-control .group-control {
  float: left;
}
}
@media(max-width: 360px){
.topbar .left-content, 
.topbar .right-content,
.header .topbar .topbar-content.right {
  text-align: center;
}

.slideshow1 .slide-content {
  right: 10px;
}
.slideshow1 .slide-content .title {
  font-size: 20px;
}
.slideshow1 .slide-content .sub-title {
  font-size: 14px;
}
.nav-tab-style2 .list-nav li >a {
  line-height: 40px;
  font-size: 28px;
}
.nav-tab-style2 .list-nav li.active >a::after {
  display: none;
}
/*SHOPPING CART*/ 
.shoppingcart-content .list-item .cart-item .thumb {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.banner-product .info .goto-product {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 16px;
}
/*ABOUT PAGE*/
.list-personal li {
  max-width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
}
.header-nav-inner {
  max-width: 310px;
  min-width: 310px;
  left: -150%;
}
.product-item.layout2 .product-info {
  max-width: 80%;
  left: 15px;
}
.list-comment .comment-item .avata {
  float: none;
  margin: 0 0 10px;
}
.list-comment .sub-list-comment {
  padding-left: 30px;
}
.content-404 .block-search {
  width: 240px;
}
.customerservice-content .head .main-title,
.content-404 .main-title {
  font-size: 24px;
}
}
@media(max-width: 320px){
  
}




/*------------------------------
 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;
    }
}
@media(max-width: 500px){
.col-ss-12 {
  width: 100%;
}
}
/*MENU-MOBILE*/
.mCSB_inside>.mCSB_container {
  margin-right: 0;
  position: absolute;
  z-index: 1;
}
.mCSB_scrollTools {
  width: 4px;
  opacity: 1;
  top: 15px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  z-index: 11;
}
.mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 33px;
  width: 4px;
  border-radius: 0;
  background-color: #6f6f6f !important;
}
.header .mCSB_scrollTools:hover .mCSB_draggerRail,
.header .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  background-color: #f8f8f8;
}

.header.layout5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e1e1e1 !important;
}
.header.layout5 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #383838;
}
.header.layout5 .mCSB_scrollTools {
  top: 170px;
}
.header.home7 .mCSB_scrollTools {
  top: 125px;
}
.header .menu-mobile {
  position: fixed;
  -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;
  z-index: 1111;
  left: -320px;
  width: 310px;
  max-width: 320px;
  min-width: 310px;
  height: 100vh;
  background-color: #fff;
  padding-bottom: 40px;
  overflow: auto;
  top: 0;
}
.header .menu-mobile.show {
  left: 0;
}
.header .menu-mobile .text {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  width: calc(100% - 10px);
  text-align: center;
  float: left;
  background-color: #f6f6f6;
  line-height: 40px;
}
.header .menu-mobile .close-menu {
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: 0;
  font-size:20px;
}
.header .menu-mobile .main-menu {
  margin: 0;
  padding-right: 2px;
  width: 100%;
}
.header .menu-mobile .toggle-submenu {
  width: 40px;
  display: inline-block;
  float: right;
  right: 2px;
  position: absolute;
  z-index: 1;
}
.header .menu-mobile .menu-item-has-children .toggle-submenu::after {
  margin-left: 0;
}
.header .menu-mobile .menu-item-has-children .toggle-submenu::after {
  text-align: center;
  width: 100%;
}
.header .menu-mobile .main-menu li {
  display: list-item;
  border-bottom: solid 1px #f1f1f1;
  margin: 0;
  text-align: left;
}
.header .menu-mobile .submenu li:last-child {
  border: none;
}
.header .menu-mobile .submenu {
  width: 100%;
  overflow: hidden;
  box-shadow: none;
  left: 0;
}
.header .menu-mobile .mega-menu.submenu ul {
  border-bottom: solid 1px #f1f1f1;
  padding: 0;
}
.header .menu-mobile .mega-menu.submenu ul:last-child {
  border-bottom:  none;
}
.header .menu-mobile .menu-item-has-children .submenu,
.header .menu-mobile .menu-item-has-children:hover .submenu {
  visibility: hidden;
  top: 100%;
  left: 0;
  position: relative;
  opacity: 0;
  display: none;
  width: 100%;
}
.header .menu-mobile .menu-item-has-children.show-submenu > .submenu {
  opacity: 1;
  visibility: visible;
  display: block;
}