﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i';
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
body {
  font-size: 14px;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;;
  letter-spacing: 1px
}
dl, ol, ul {

    margin-top: 0.8rem;
    margin-bottom: 0.8rem;

}
 .pad0 {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-5ths {
  width: 20%;
  float: left
}
.h3padding{padding-top:40px !important;}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left
  }
}

input {
  outline: none;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  padding-left: 20px
}

textarea {
  outline: none;
  border: 1px solid #e5e5e5
}

button {
  outline: none
}

h3 {
  font-size: 32px;
  font-weight: 500px;
  color: #111;
  text-transform: uppercase
}

p {
  font-size: 15px;
  font-weight: 300;
  color: #888
}

a:hover {
  text-decoration: none !important
}

li {
  list-style-type: none;
  display: inline-block
}

#map {
  height: 460px;
  width: 100%
}

.map .img-map {
  padding-left: 0;
  padding-right: 0
}

.overlay {
  height: 100%;
  transform: translateX(100%);
  position: fixed;
  z-index: 2;
  width: 320px;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: all 0.3s;
  padding: 0 30px 30px 30px
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1
}

.overlay .closebtn {
  position: absolute;
  top: 38px;
  right: 8px;
  cursor: pointer;
  font-size: 60px
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  top: 10%
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px
  }
}

.myNav {
  transform: translateX(0%)
}

.off-canvas-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  background-color: white;
  transform: translate(0, 0);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  transition: left 500ms ease 0s;
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  border-right: 1px solid #eeeeee
}

.off-canvas-nav .off-canvas-header {
  padding: 20px 0 30px 15px;
  position: relative
}

.off-canvas-nav .remove-menumobile {
  font-size: 40px;
  color: #333;
  position: absolute;
  right: 6px;
  top: 15px;
  cursor: pointer;
  transition: all 0.4s ease 0s
}

.off-canvas-nav .noo-main-canvas ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.off-canvas-nav .noo-main-canvas .navbar-nav li {
  line-height: 38px;
  position: relative;
  width: 100%
}

.off-canvas-nav .noo-main-canvas .navbar-nav li a {
  padding-left: 15px;
  padding-right: 45px;
  color: black;
  font-size: 16px;
  text-decoration: none
}

.off-canvas-nav .noo-main-canvas .navbar-nav li .sub-menu {
  display: none;
  padding-left: 10px;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px
}

.off-canvas-nav .noo-main-canvas .navbar-nav li .noo-sub-icon {
  position: absolute;
  font-size: 16px;
  top: 6px;
  right: 10px;
  padding: 3px 10px 3px 25px;
  cursor: pointer
}

.open-canvas-nav {
  left: 0 !important
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px
  }

  .sidenav a {
    font-size: 18px
  }
}

.sidenav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -104%;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 10px 0px 10px -10px rgba(0,0,0,0.75);
  padding: 25px 25px 25px 25px
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}

.sidenav a:hover {
  color: #f1f1f1
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px
}

.mySidenav {
  left: 0;
  z-index: 9999
}

a.bttn {
  color: #111;
  text-decoration: none;
  transition: 0.3s ease all;
  margin-top: -15px
}

a.bttn:hover {
  color: #FFF
}

a.bttn:focus {
  color: #FFF
}

.bttn {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 90px;
  font-weight: 400;
  padding: 10px 0px;
  border: 1px solid #e5e5e5;
  position: relative
}

.bttn:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  color: #FFF;
  background-color: #111;
  z-index: -2
}

.bttn:hover {
  color: #FFF;
  z-index: 10;
  background-color: black
}

.bttn:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1
}

.bttn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1
}

.btn-black {
  color: white;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #111
}

.btn-black-news {
  color: white;
  width:100%;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #111
}

.btn-black-news:hover {
  color: #111;
  width:100%;
  border: 1px solid #111;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff
}

.btn-black:hover {
  color: black
}

.btn-black span {
  position: relative;
  z-index: 100;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase
}

.btn-black:before, .btn-black:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.btn-black:before {
  transform: translate3d(-100%, 0, 0);
  color: black;
  transition: transform 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.btn-black:after {
  background-color: white;
  color: black;
  border: 1px solid #e5e5e5;
  transform: translate3d(100%, 0, 0);
  transition: transform 400ms cubic-bezier(0.16, 0.73, 0.58, 0.62)
}

.btn-black:hover:before {
  transform: translate3d(0, 0, 0)
}

.btn-black:hover:after {
  transform: translate3d(0, 0, 0)
}

.btn.active, .btn:active {
  background-image: none;
  box-shadow: none !important
}

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff
}

.btn-sm {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  font-size: 14px;
  outline: none
}

.btn-navbar-menu {
  position: relative;
  padding-bottom: 15px;
  z-index: 1
}

.btn-navbar-menu .hover-menu-icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 600px;
  border: 0;
  border-radius: 0;
  right: 0;
  padding-left: 50px;
  background-color: #fff;
  transition: all 0.3s ease;
  top: 130%;
  box-shadow: 0 0 15px -5px
}

.btn-navbar-menu .hover-menu-icon .list-menu {
  width: 32%;
  display: inline-table;
  text-align: left
}

  .btn-navbar-menu .hover-menu-icon .list-menu h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-top: 30px;
    font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
  }

.btn-navbar-menu .hover-menu-icon .list-menu h4:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background: #e5e5e5;
  content: "";
  position: absolute
}

.btn-navbar-menu .hover-menu-icon .list-menu ul {
  padding-left: 0;
  margin-bottom: 40px
}

.btn-navbar-menu .hover-menu-icon .list-menu ul li {
  display: block;
  margin-top: 25px
}

  .btn-navbar-menu .hover-menu-icon .list-menu ul li a {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #888;
    font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
    transition: all 0.3s ease;
    margin-left: 0
  }

.btn-navbar-menu .hover-menu-icon .list-menu ul li a:hover {
  margin-right: 5px;
  color: #111
}

.btn-navbar-menu:hover .hover-menu-icon {
  opacity: 1;
  transition: all 0.3s ease;
  top: 85%;
  z-index: 22;
  visibility: inherit
}

@media only screen and (max-width: 992px) {
  .header {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 992px) {
  .header .header-top-h3 {
    display: none
  }
}

@media only screen and (max-width: 992px) {
   .header-main {
    display: none
  }
}

.header .header-mobi {
  display: none
}

.header .header-mobi .container-fluid {
  padding-right: 0;
  padding-left: 0
}

@media only screen and (max-width: 992px) {
  .header .header-mobi {
    display: block
  }
}

.header .header-mobi .icon-hd-mb {
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left {
  display: inline-block;
  padding-left: 0
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left li {
  position: relative
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left a {
  color: #888;
  font-size: 22px;
  margin-left: 15px;
  z-index: 99;
  text-decoration: none;
  margin-right: 15px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .close {
  color: black
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .hover-menu-icon .list-menu:first-child {
  padding-top: 30px
}

  .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu h4 {
    font: 400 14px Raleway;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 25px;
    padding-bottom: 15px
  }

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul {
  padding-left: 0
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul li {
  display: block
}

  .header .header-mobi .icon-hd-mb .icon-hd-mb-left .list-menu ul li a {
    margin-left: 0;
    font: 300 13px Raleway;
    color: #888
  }

  .header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart {
    font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
    z-index: 9999
  }

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .account {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  margin-top: 0px;
  text-align: left
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .account:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background: #e5e5e5;
  content: "";
  position: absolute
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item {
  margin-top: 25px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .img-prd {
  float: left;
  width: 30%
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .img-prd img {
  margin-left: 0;
  margin-top: 0
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title {
  width: 70%;
  display: inline-block;
  text-align: left
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  margin-left: 5px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a:focus {
  outline: none
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-name a:hover {
  color: #ea5e03
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price {
  margin-left: 17px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price p {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .product .item .title .product-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total {
  margin-top: 50px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money {
  border-bottom: solid 1px #e1e1e1;
  color: #888;
  padding: 15px 0
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  float: left
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money .money {
  text-align: right;
  display: block
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .menu-cart-total .list-money:last-child {
  font-weight: 400;
  color: #111
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions a {
  display: inline-block;
  height: 40px;
  width: 140px;
  text-transform: uppercase;
  color: white !important;
  background-color: #111;
  padding: 10px 20px 10px 20px;
  font-weight: 400;
  font-size: 14px !important;
  padding-top: 13px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 10px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .mini-cart .actions a:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333 !important
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.5s ease 0s
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user li {
  display: block;
  margin-bottom: 5px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .submenu_user li a {
  font: 300 14px Raleway
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-click-user:focus {
  color: #ea5e03
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-click-user:active {
  color: #ea5e03
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-left .js-open-user {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
  padding: 10px 30px 10px 0px;
  z-index: 2;
  top: 34px;
  background-color: white;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
  left: 4px
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right {
  margin-right: 15px;
  float: right;
  display: inline-block
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right a {
  color: #888;
  font-size: 22px;
  margin-left: 15px;
  text-decoration: none;
  float: right
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form input {
  top: 0;
  transition: all 0.5s ease 0s
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .menubar-search-form button {
  top: 0;
  transition: all 0.5s ease 0s
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search {
  transform: translateY(1px);
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease 0s
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search input {
  min-width: 180px;
  right: 0px;
  position: absolute;
  top: 45px;
  z-index: 2;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
  text-align: left;
  padding-left: 15px;
  transition: all 0.4s ease 0s;
  font: 300 14px Raleway
}

.header .header-mobi .icon-hd-mb .icon-hd-mb-right .js-open-search button {
  position: absolute;
  top: 46px;
  z-index: 2;
  font-size: 22px;
  transition: all 0.5s ease 0s
}

.header .header-mobi .lg-hd {
  padding-top: 15px;
  padding-bottom: 20px
}

.header .header-mobi .lg-hd .img-bar {
  text-align: right;
  z-index: 1;
  line-height: 32px
}

.header .header-mobi .lg-hd .img-bar ul {
  margin: 0
}

.header .header-mobi .lg-hd .img-bar .btn-navbar {
  cursor: pointer
}

.header .header-mobi .ic-hd-top {
  text-align: right;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #e5e5e5
}

.header .header-mobi .ic-hd-top a {
  color: #888;
  font: 300 12px Raleway;
  background-color: white
}

.header .header-mobi .ic-hd-top a:focus {
  border: 0
}

.header .header-mobi .ic-hd-top .bootstrap-select .dropdown-menu {
  min-width: 70px
}

.header .header-top {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center
}

@media only screen and (max-width: 992px) {
  .header .header-top {
    display: none
  }
}

.header .header-top .icon-header-left a {
  color: #888;
  font-size: 16px;
  margin-left: 15px
}

.header .header-top .icon-header-left a:hover {
  color: #111
}

.header .header-top .icon-header-right a:focus {
  text-decoration: none
}

.header .header-top .icon-header-right a:hover {
  text-decoration: none
}

.header .header-top .icon-header-right a, .header .header-top .icon-header-right i {
  font-size: 22px;
  color: #333;
  margin-left: 19px
}

@media (max-width: 1199px) {
  .header .header-top .icon-header-right a, .header .header-top .icon-header-right i {
    margin-left: 13px
  }
}

.header .header-top .icon-header-right a:hover span, .header .header-top .icon-header-right i:hover span {
  color: #ea5e03
}

.header .header-top .icon-header-right img {
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer
}

.header .header-top .icon-header-right .dropdown-menu {
  top: 40%
}

.header .header-top .icon-header-right .dropdown-menu ul li a:hover {
  background-color: white
}

.header .header-top .icon-header-right .hover-icon-cart p {
  position: absolute;
  top: 40%;
  left: 90%;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 400;
  color: #111
}

.header .header-top .icon-header-right .hover-icon-cart-h3 p {
  color: white
}

 .header-main {
  text-align: center;
  padding-top: 0px;
  border-top: 0px solid #e5e5e5
}

 .header-main .level1 {
  display: inline-block
}

 .header-main .level1 .level11 {
  display: inline-block;
  list-style-type: none;
  padding-left: 22px;
  padding-right: 22px
}

@media only screen and (max-width: 1366px) {
   .header-main .level1 .level11 {
    padding: 10px
  }
}

 .header-main .level1 .level11 a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 400
}

 .header-main .level1 .level11:hover .hover-menu-home {
  opacity: 1;
  transition: all 0.5s ease;
  top: 80%;
  z-index: 2;
  visibility: inherit
}

 .header-main .level1 .level11:hover .hover-blog {
  top: 120%;
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 2;
  visibility: inherit
}

 .header-main .level1 .level11 .hover-menu-home {
  opacity: 0;
  top: 100%;
  transition: all 0.5s ease;
  position: absolute;
  width: 450px;
  right: -213%;
  transition-duration: 180ms;
  border-radius: 0;
  border: 0;
  padding: 0 0;
  transform: translate(0, 24px);
  background-color: white;
  box-shadow: 1px 1px 10px -4px;
  overflow: hidden
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home {
  display: inline-block;
  width: 30%;
  float: left;
  position: relative;
  text-align: left;
  padding-top: 40px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home:last-child {
  width: 40%;
  padding-top: 0
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home:first-child {
  padding-left: 30px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home img {
  width: 100%
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home .title {
  position: absolute;
  top: 10%;
  left: 15%
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home .title h2 {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  float: left
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home .title h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  margin-top: 0px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home h4:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background: #e5e5e5;
  content: "";
  position: absolute
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home ul {
  padding-left: 0;
  margin-top: 30px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li {
  display: block;
  text-align: left;
  margin-top: 20px
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #888;
  transition: all 0.5s ease
}

 .header-main .level1 .level11 .hover-menu-home .item-menu-home ul li a:hover {
  color: #111;
  font-weight: 400;
  margin-left: 5px
}

 .header-main .level1 .level11 .hover-blog {
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  position: absolute;
  border-radius: 0;
  border: 0;
  padding: 35px 0px 35px 30px;
  background-color: white;
  width: 260px;
  box-shadow: 1px 1px 10px -4px
}

 .header-main .level1 .level11 .hover-blog li {
  margin-bottom: 15px;
  display: block;
  text-align: left
}

 .header-main .level1 .level11 .hover-blog li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #888;
  transition: all 0.2s ease
}

 .header-main .level1 .level11 .hover-blog li a:hover {
  color: #111;
  font-weight: 400;
  margin-left: 5px;
  background-color: white;
  transition: all 0.2s ease
}

 .header-main .level1 .level11.active > a {
  font-weight: 500
}

 .header-main .level1_h3 {
  margin-top: 0px
}

 .header-main .level1_h1 {
  display: inline-block;
  padding-left: 0
}

 .header-main .level1_h1 .level11 {
  padding: 17px;
  position: relative
}

@media only screen and (max-width: 1366px) {
   .header-main .level1_h1 .level11 {
    padding: 10px
  }
}

 .header-main .level1_h2 {
  margin-top: 15px
}

 .header-main .level1_h2 .level11 {
  padding: 20px 14px 20px 14px
}

.header-h2 .header-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px
}

.header-h2 .header-top .icon-left {
  margin-top: 30px
}

.header-h2 .header-top .icon-left a {
  color: #888;
  margin-left: 10px;
  font-size: 15px
}

.header-h2 .header-top .icon-left a:hover {
  color: #111
}

.header-h2 .header-top .item-logo {
  text-align: center;
  margin-top: 22px
}

.header-h2 .header-top .item-icon {
  margin-top: 25px;
  padding-right: 70px
}

@media only screen and (max-width: 1024px) {
  .header-h2 .header-top .item-icon {
    padding-right: 0
  }
}

.header-h2 .header-top .item-icon ul {
  padding-left: 0
}

.header-h2 .header-main {
  margin-bottom: 20px;
  padding-top: 0
}

.header-h2 .header-main .level1_h2 .level11 {
  position: relative
}

.header-h2 .header-main .level1_h2 .level11:hover .hover-menu-home {
  top: 58%
}

.header-h2 .header-main .level1_h2 .level11:hover .hover-blog {
  top: 65%
}

.header-h2 .header-main .level1_h2 .level11 .hover-menu-home {
  left: -120px
}

.header-h2 .level1 > .level11.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #898989;
  padding: 10px 20px 10px 20px
}

.header-h3 .header-top-h3 {
  margin-top: 20px
}

.header-h3 .header-top-h3 .dr-left {
  float: left
}

.header-h3 .header-top-h3 .dr-left .dropdown {
  display: inline-block;
  margin-right: 15px
}

.header-h3 .header-top-h3 .dr-left .dropdown p, .header-h3 .header-top-h3 .dr-left .dropdown span, .header-h3 .header-top-h3 .dr-left .dropdown li {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  display: inline-block
}

.header-h3 .header-top-h3 .dr-left .dropdown li {
  display: block
}

.header-h3 .header-top-h3 .dr-left .dropdown button {
  border: 0;
  background-color: white
}

.header-h3 .header-top-h3 .dr-left .dropdown button span {
  font: 400 12px Raleway
}

.header-h3 .header-top-h3 .dr-left .bootstrap-select .dropdown-menu {
  min-width: 70px
}

.header-h3 .header-top-h3 .dr-left .dropdown-menu {
  position: absolute;
  top: 100%
}

.header-h3 .header-top-h3 .dr-left .dropdown-menu a {
  font: 400 12px Raleway;
  color: black
}

.header-h3 .header-top-h3 .dr-left .drd-menu {
  border: 0;
  border-radius: 0
}

.header-h3 .header-top-h3 .lg-ic {
  text-align: right;
  margin-top: 7px
}

.header-h3 .header-top-h3 .lg-ic a:first-child {
  margin-right: 0
}

.header-h3 .header-top-h3 .lg-ic a:last-child p:before {
  background-color: white
}

.header-h3 .header-top-h3 .lg-ic a {
  display: inline-block;
  font-size: 12px;
  color: #444444;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle
}

.header-h3 .header-top-h3 .lg-ic a span {
  font-size: 18px;
  vertical-align: super
}

.header-h3 .header-top-h3 .lg-ic a p {
  font-size: 12px;
  font-size: 12px;
  color: #444444;
  line-height: 1;
  position: relative
}

.header-h3 .header-top-h3 .lg-ic a p:before {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #444444;
  position: absolute;
  right: -5px
}

.header-h3 .logo-h3 {
  margin-top: 7px
}

@media only screen and (max-width: 1366px) {
  .header-h3 .logo-h3 {
    margin-top: 0
  }
}

.header-h3 .header-top {
  margin-top: 20px;
  margin-bottom: 15px
}

.header-h3 .header-bt-h3 {
  background-color: #111;
  padding-top: 25px;
  padding-bottom: 25px
}

.header-h3 .header-bt-h3 .header-main {
  padding-top: 0;
  padding-bottom: 0
}

.header-h3 .header-bt-h3 .header-main .level1 .level11 a {
  color: #ddd
}

.header-h3 .header-bt-h3 .icon-header-right {
  margin-top: 13px
}

@media only screen and (max-width: 1366px) {
  .header-h3 .header-bt-h3 .icon-header-right {
    margin-top: 0
  }
}

.header-h3 .header-bt-h3 .icon-header-right a, .header-h3 .header-bt-h3 .icon-header-right i {
  color: #ddd
}

.header-h3 .header-bt-h3 .icon-header-right img {
  margin-top: -10px;
  margin-left: 10px
}

.header-h3 .header-bt-h3 .icon-header-right ul {
  padding-left: 0
}

.banner_v1 {
  text-align: center;
  margin-top: 52px
}

.banner_v1 .title {
  font-weight: 300;
  font-size: 24px
}

.banner_v1 .title img {
  display: inline-block
}

.banner_v1 .img-banner {
  width: 100%;
  margin-top: 55px
}

.banner_v1 .img-banner .item {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 8px 0 8px
}

@media only screen and (max-width: 500px) {
  .banner_v1 .img-banner .item {
    padding: 0 15px 0 15px
  }
}

.banner_v1 .img-banner .item .img-bn {
  overflow: hidden;
  display: inline-block
}

.banner_v1 .img-banner .item .img-bn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out
}

.banner_v1 .img-banner .item .img-bn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out
}

.banner_v1 .img-banner .item .img-bn:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.5)
}

.banner_v1 .img-banner .item .img-bn:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.5)
}

.banner_v1 .img-banner .item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.banner_v1 .img-banner .item .title .btnn {
  border: 0;
  height: 70px;
  width: 240px;
  background-color: white;
  font-size: 22px;
  font-weight: 400;
  outline: none;
  transition: all 0.4s ease;
      color:#111
}

.banner_v1 .img-banner .item .title .btnn:hover {
  background-color: #111;
  transition: all 0.4s ease;
  color: #dddddd
}

@media only screen and (min-width: 1024px) and (max-width: 1572px) {
  .banner_v1 .img-banner .item .title .btnn {
    width: 170px;
    height: 40px
  }
}

.banner_v1 .img-banner .item-l-r {
  width: 30%
}

@media only screen and (max-width: 769px) {
  .banner_v1 .img-banner .item-l-r {
    width: 100%
  }
}

.banner_v1 .img-banner .item-l-r .title span {
  height: 40px;
  width: 140px;
  background-color: white;
  font-size: 22px;
  font-weight: 400;
  padding: 5px 20px 5px 20px;
  cursor: pointer
}

.banner_v1 .img-banner .item-center {
  width: 40%
}

@media only screen and (max-width: 769px) {
  .banner_v1 .img-banner .item-center {
    width: 100%
  }
}

.banner_v1 .img-banner .item-center .title {
  text-align: left;
  left: 34%;
  top: 44%
}

.banner_v1 .img-banner .item-center .title span {
  height: 40px;
  width: 140px;
  background-color: #111;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 22px 10px 20px;
  cursor: pointer;
  color: #ddd;
  text-transform: uppercase;
  transition: all 0.4s ease
}

.banner_v1 .img-banner .item-center .title span:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333;
  transition: all 0.4s ease
}

.banner_v1 .img-banner .item-center .title p {
  font-size: 16px;
  margin-bottom: 19px
}

@media only screen and (max-width: 414px) {
  .banner_v1 .img-banner .item-center .title p {
    display: none
  }
}

.banner_v1 .img-banner .item-center .title h3 {
  font-weight: 500;
  text-transform: none;
  font-size: 60px
}

@media (max-width: 1367px) {
  .banner_v1 .img-banner .item-center .title h3 {
    font-size: 44px
  }
}

.banner-top-v1 {
  background-position: center !important;
  background-image: url(bgr_banner_v1.png);
  padding: 68px;
  position: relative;
  text-align: center;
 
}

.banner-top-v1 h3 {
  color: #ddd;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400
}
.headerpage {
    background-color: #3b3b3b;
}
.headerpage h4 {
  color:#fff; padding-bottom:15px; margin-bottom:0
}
.headerpage p {
  font-weight:bold !important; letter-spacing: 6px;
}
.headertitle  {
  color:#808080; padding-bottom:0
}

@media (max-width: 767px) {
  .banner-top-v1 h3 {
    font-size: 14px;
    line-height: 20px
  }
}

.banner-top-v1 p {
  color: #ddd;
  font-size: 14px;
  font-weight: 300
}

.banner-top {
  background-color: #eee;
  padding: 20px 0px 10px 0px;
  margin-top: -30px
}

@media only screen and (max-width: 992px) {
  .banner-top {
    margin-top: 0
  }
}

.banner-top ul {
  padding-left: 0
}

.banner-top ul li a {
  font-weight: 400;
  color: #888
}

@media (max-width: 480px) {
  .banner-top ul li a {
    font-size: 12px
  }
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
 
  
}

.category-v1 .title {

    font-weight: 300;
    font-size: 24px;
    text-align: center;
    padding-top:25px;
    padding-bottom:25px;
}



@media only screen and (min-width:280px) and (max-width:575px) {
    .product-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-checkout{ padding: 1px 50px !important;}  
    .out-mission .item-text span {font-weight: 300;font-size: 12px; padding-bottom:8px;  line-height: 25px; text-align:justify}
    .out-mission h3 {font-size: 16px !important; font-weight: 400; padding-top:10px; padding-bottom:0; margin-bottom:8px; line-height: 10px !important; text-align: center;  text-transform: uppercase}
    .out-mission .item-text { margin-top: 5px; margin-bottom: 0; padding-bottom: 0;  text-align:justify}
    .product-text{padding:30px 0;}
    footer ul li { font-size: 12px; }
    .footerv1 .content ul li {font-size: 12px !important;font-weight: 400; padding-left: 5px !important; padding-right: 5px !important;}
    .footerv1 .content { width: 100% !important;}
    footer ul li  {line-height: 12px !important; margin-bottom: 0 !important;}
}
@media only screen and (min-width: 576px) and (max-width:767px) {
    .product-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-checkout{ padding: 1px 50px !important;}  
    .out-mission .item-text span {font-weight: 300;font-size: 12px; padding-bottom:8px;  line-height: 25px; text-align:justify}
    .out-mission h3 {font-size: 16px !important; font-weight: 400; padding-top:0px; padding-bottom:12px; margin-bottom:0px; line-height: 10px !important; text-align: center;  text-transform: uppercase}
    .out-mission .item-text { margin-top: 5px; margin-bottom: 0; padding-bottom: 0;  text-align:justify}
    .product-text{padding:30px 0;}
     footer ul li { font-size: 12px; }
    .footerv1 .content ul li {font-size: 12px !important;font-weight: 400; padding-left: 5px !important; padding-right: 5px !important;}
    .footerv1 .content { width: 100% !important;}
    footer ul li  {line-height: 12px !important; margin-bottom: 0 !important;}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .product-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-checkout{ padding: 1px 50px !important;}  
    .out-mission .item-text span {font-weight: 300;font-size: 12px; padding-bottom:8px;  line-height: 25px; text-align:justify}
    .out-mission h3 {font-size: 16px !important; font-weight: 400; padding-top:0px; margin-top:0px; padding-bottom:5px; margin-bottom:0px; line-height: 0px !important; text-align: center;  text-transform: uppercase}
    .out-mission .item-text { margin-top: 5px; margin-bottom: 0; padding-bottom: 0;  text-align:justify}
    .product-text{padding-top:30px; padding-bottom:30px;}
    .prd-about{padding-top:35px; padding-bottom:25px !important;}
     footer ul li { font-size: 12px; }
    .footerv1 .content ul li {font-size: 13px !important;font-weight: 400; padding-left: 5px !important; padding-right: 5px !important;}
    .footerv1 .content { width: 100% !important;}
    footer ul li  {line-height: 12px !important; margin-bottom: 0 !important;}
}
@media only screen and (min-width: 992px) and (max-width:1399px) {
    .product-text {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .pad30{padding-left:20px !important; padding-right:30px !important;}
    .banner-checkout{ padding: 1px 50px !important;}  
    .out-mission .item-text span {font-weight: 300;font-size: 12px; padding-bottom:8px;  line-height:25px; text-align:justify}
    .out-mission h3 {font-size: 22px !important; font-weight: 400; padding-top:0px; margin-top:0px; padding-bottom:12px; margin-bottom:0px;  text-align: center;  text-transform: uppercase}
    .out-mission .item-text { margin-top: 5px; margin-bottom: 0; padding-bottom: 30px;;  text-align:justify}

     footer ul li { font-size: 12px; }
    .footerv1 .content ul li {font-size: 13px !important;font-weight: 400; padding-left: 5px !important; padding-right: 5px !important;}
    .footerv1 .content { width: 100% !important;}
    footer ul li  {line-height: 12px !important; margin-bottom: 0 !important;}
}
@media only screen and (min-width: 991px) and (max-width:1500px) {
    .product-text {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
        .product-text{padding:0px;}
}
@media only screen and (min-width: 1501px) and (max-width:1600px) {
     .product-text{padding:50px !important;}
    .out-mission .item-text span {
        font-weight: 300;
        font-size: 13px;
        padding-bottom: 8px;
        line-height: 30px;
        text-align: justify
    }
}
@media only screen and (min-width: 1601px)  {
     .product-text{padding:70px !important;}
     .out-mission .item-text span {font-weight: 300;font-size: 13px; padding-bottom:8px;  line-height: 25px; text-align:justify}
    .out-mission .item-text span {
        font-weight: 300;
        font-size: 13px;
        padding-bottom: 8px;
        line-height: 30px;
        text-align: justify
    }
}
@media only screen and (min-width: 1400px)  {
    .product-text {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .banner-checkout{ padding: 1px 50px !important;}  
    .out-mission .item-text span {font-weight: 300;font-size: 13px; padding-bottom:8px;  line-height: 30px; text-align:justify}
    .out-mission h3 {font-size: 30px !important; font-weight: 400; padding-top:0px; margin-top:0px; padding-bottom:12px; margin-bottom:0px;  text-align: center;  text-transform: uppercase}
    .out-mission .item-text { margin-top: 15px; margin-bottom: 0; padding-bottom: 0;  text-align:justify}
    .footer ul li { font-size: 12px; }
    .footerv1 .content ul li {font-size: 15px !important;font-weight: 400; padding-left: 15px !important; padding-right: 15px !important;}
    .footerv1 .content { width: 100% !important;}
    footer ul li  {line-height: 15px !important; margin-bottom: 0 !important;}
}
@media only screen and (max-width: 1500px)  {
     .out-mission h3 {font-size: 30px !important; font-weight: 400; padding-top:30px; margin-top:0px; padding-bottom:30px; margin-bottom:0px;  text-align: center;  text-transform: uppercase}
}
.banner-checkout h3 {
  margin-top: 24px;
  margin-bottom: 6px
}

.banner-checkout p {
  margin-top: 0
}

.banner-blog {
  padding: 55px;
  background-color: #000;
  background-image: url(bgr_blog.png) !important;
  background-attachment: fixed;
  background-size: cover
}

@media only screen and (max-width: 414px) {
  .banner-blog {
    padding: 35px
  }
}

.banner-about {
  padding: 55px;
  background-image: url(About_us/blog.png) !important;
  background-attachment: fixed;
  background-size: cover
}

@media only screen and (max-width: 414px) {
  .banner-about {
    padding: 35px
  }
}

.banner-h3 .container-fluid .a {
  padding-right: 0;
  padding-left: 0
}

.banner-h3 .mg-item {
  margin-right: 5px
}

@media only screen and (max-width: 992px) {
  .banner-h3 .mg-item {
    margin-right: 0
  }
}

.banner-h3 .mgl-item {
  margin-left: 5px
}

@media only screen and (max-width: 992px) {
  .banner-h3 .mgl-item {
    margin-left: 0
  }
}

.banner-h3 .item {
  position: relative;
  margin-bottom: 10px
}

.banner-h3 .item .img-bn {
  overflow: hidden
}

.banner-h3 .item .img-bn img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

.banner-h3 .item .img-bn img:hover {
  transform: scale(1.1)
}

.banner-h3 .item .img-bn .banner-video {
  position: relative
}

.banner-h3 .item .img-bn .banner-video .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  transition: all 0.4s ease 0s
}

.banner-h3 .item .img-bn .banner-video .play-video span {
  font-size: 72px;
  color: white;
  position: absolute;
  top: 20%;
  left: 22%;
  transition: all 0.4s ease 0s
}

.banner-h3 .item .img-bn .banner-video .play-video:hover {
  border: 2px solid #ea5e03
}

.banner-h3 .item .img-bn .banner-video .play-video:hover span {
  color: #ea5e03
}

.banner-h3 .item .pst-bt {
  top: 17% !important;
  left: 28% !important;
  width: 50%
}

@media only screen and (max-width: 1366px) {
  .banner-h3 .item .pst-bt {
    top: 10% !important
  }
}

.banner-h3 .item .title-banner {
  position: absolute;
  top: 35%;
  left: 21%;
  text-align: left
}

.banner-h3 .item .title-banner .txt {
  display: block;
  margin-bottom: 10px
}

.banner-h3 .item .title-banner .txt h2 {
  font-size: 58px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .banner-h3 .item .title-banner .txt h2 {
    font-size: 44px
  }
}

@media only screen and (max-width: 992px) {
  .banner-h3 .item .title-banner .txt h2 {
    font-size: 24px
  }
}

.banner-h3 .item .title-banner .txt h1 {
  font-weight: 600;
  font-size: 72px;
  display: inline-block;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .banner-h3 .item .title-banner .txt h1 {
    font-size: 52px
  }
}

@media only screen and (max-width: 992px) {
  .banner-h3 .item .title-banner .txt h1 {
    font-size: 24px
  }
}

@media only screen and (max-width: 992px) {
  .banner-h3 .item .title-banner {
    top: 25%
  }
}

@media only screen and (max-width: 736px) {
  .banner-h3 .item .title-banner {
    top: 15%;
    left: 15%
  }
}

.banner-h3 .item .title-banner h3 {
  font-weight: 500;
  text-transform: none;
  font-size: 49px;
  margin-bottom: 25px
}

@media only screen and (max-width: 1366px) {
  .banner-h3 .item .title-banner h3 {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 992px) {
  .banner-h3 .item .title-banner h3 {
    font-size: 24px
  }
}

@media only screen and (max-width: 414px) {
  .banner-h3 .item .title-banner h3 {
    margin-bottom: 25px
  }
}

.banner-h3 .item .title-banner p {
  line-height: 25px;
  margin-bottom: 43px
}

@media only screen and (max-width: 1366px) {
  .banner-h3 .item .title-banner p {
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 414px) {
  .banner-h3 .item .title-banner p {
    display: none
  }
}

.banner-h3 .item .title-banner .btnn {
  padding: 9px 23px 9px 23px;
  max-width: 160px;
  height: 40px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: 0.5s all ease
}

.banner-h3 .item .title-banner .btnn:hover {
  background-color: #111;
  color: #ddd
}

.banner-v4 {
  padding-top: 130px;
  margin-bottom: 80px;
  margin-top: 79px;
  background-position: center !important;
  background-image: url(Banner_v3_Home3.png);
  text-align: center
}

.banner-v4 .title-banner {
  padding-top: 2px;
  padding-bottom: 130px;
  display: inline-block;
  text-align: right;
  
}

@media only screen and (max-width: 992px) {
  .banner-v4 .title-banner {
    margin-right: 0;
    text-align: center
  }
}

.banner-v4 .title-banner .txt h2 {
  font-size: 58px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase
}

@media (max-width: 991px) {
  .banner-v4 .title-banner .txt h2 {
    font-size: 35px
  }
}

.banner-v4 .title-banner .txt h1 {
  font-weight: 600;
  font-size: 60px;
  display: inline-block;
  text-transform: uppercase
}

@media (max-width: 991px) {
  .banner-v4 .title-banner .txt h1 {
    font-size: 40px
  }
}

.banner-v4 .title-banner p {
  color: #ea5e03;
  margin-bottom: 45px
}

.banner-v4 .title-banner .btnn {
  padding: 7px 15px 7px 15px;
  max-width: 130px;
  height: 40px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  background-color: #111;
  color: #ddd
}

.banner-v4 .title-banner .btnn:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333;
  transition: all 0.2s ease 0s
}

.blog_left3 {
  margin-bottom: 61px;
  margin-top: 0
}

.blog3 {
  padding-top: 27px
}

@media (max-width: 991px) {
  .blog3 {
    padding-top: 0px
  }
}

.blog3 nav {
  margin-bottom: 20px;
  text-align: center
}

.blog3 nav .load {
  text-transform: uppercase;
  font-weight: 300;
  color: #111;
  border-bottom: 2px solid #e5e5e5
}

.blog {
  margin-bottom: 60px
}

.blog .item {
  transition: all 0.4s ease 0s
}

.blog .title-top {
  text-align: center;
  margin-bottom: 40px
}

.blog .title-top h3 {
  text-align: center;
  /*font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;*/
  color: #111;
  letter-spacing: 2px;
  margin-top: 68px;
  margin-bottom: 28px
}

.blog .title-top p {
  margin: 0 auto;
  width: 39%;
  line-height: 24px
}

@media only screen and (max-width: 1366px) {
  .blog .title-top p {
    width: 55%
  }
}

@media only screen and (max-width: 1024px) {
  .blog .title-top p {
    width: 90%
  }
}

.blog .item-blog {
  transition: all 0.3s ease 0s;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 3px 10px 25px -5px rgba(143,142,143,0.2)
}

.blog .item-blog:hover {
  box-shadow: 1px 5px 25px -3px rgba(113,112,113,0.3);
  transform: translate(0, 20px)
}

.blog .item-blog .img-blog {
  text-align: center
}

.blog .item-blog .img-blog img {
  display: inline-block;
  width: 100%
}

.blog .item-blog .img-blog .first, .blog .item-blog .img-blog .last {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: '';
  left: 20px;
  top: 20px
}

.blog .item-blog .img-blog .first:before {
  width: 105%;
  height: 1px;
  position: absolute;
  left: -6px;
  top: 0;
  content: '';
  background: #fff;
  transform: scale(0);
  transition: all 0.4s ease 0s;
  z-index: 5
}

.blog .item-blog .img-blog .first:after {
  width: 1px;
  height: 105%;
  position: absolute;
  left: 0;
  top: -5px;
  content: '';
  background: #fff;
  transform: scale(0);
  z-index: 5
}

.blog .item-blog .img-blog .last:before {
  width: 1px;
  height: 105%;
  position: absolute;
  left: 100%;
  top: -6px;
  content: '';
  background: #fff;
  transform: scale(0);
  z-index: 5
}

.blog .item-blog .img-blog .last:after {
  width: 105%;
  height: 1px;
  position: absolute;
  left: -5px;
  top: 100%;
  content: '';
  background: #fff;
  transform: scale(0);
  transition: all 0.4s ease 0s;
  z-index: 5
}

.blog .item-blog .text-blog {
  padding: 40px 45px;
  cursor: pointer
}

@media only screen and (max-width: 769px) {
  .blog .item-blog .text-blog {
    text-align: center;
    padding: 20px
  }
}

.blog .item-blog .text-blog a {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  cursor: pointer
}

.blog .item-blog .text-blog p {
  font-size: 13px;
  font-weight: 300;
  margin-top: 15px
}

.blog .item-blog .text-blog .content {
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 25px
}

.blog .item-blog .textblog-sidebar-left {
  padding: 30px
}

.blog .list-item {
  width: 100%;
  transition: 0.4s all ease
}

.blog .list-item .img-blog {
  width: 50%;
  float: left;
  transition: 0.4s all ease
}

@media only screen and (max-width: 568px) {
  .blog .list-item .img-blog {
    width: 100%
  }
}

.blog .list-item .text-blog {
  width: 48%;
  display: inline-block;
  transition: 0.4s all ease
}

@media only screen and (max-width: 568px) {
  .blog .list-item .text-blog {
    width: 100%
  }
}

.blog-content .blog-side-left {
  margin-top: 73px
}

@media only screen and (max-width: 768px) {
  .blog-content .blog-side-left {
    margin-top: 20px
  }
}

.blog-content .blog-side-left .search-form {
  position: relative
}

.blog-content .blog-side-left .search-form input {
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-color: #e5e5e5
}

.blog-content .blog-side-left .search-form span {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 23px;
  cursor: pointer
}

.blog-content .blog-side-left .search-form form .form-control {
  height: 40px;
  font-size: 14px;
  font-weight: 300
}

.blog-content .blog-side-left .item {
  margin-top: 58px
}

.blog-content .blog-side-left .item h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  margin-bottom: 30px
}

.blog-content .blog-side-left .item .item-post {
  display: flex;
  margin-bottom: 25px
}

.blog-content .blog-side-left .item .item-post:hover .img-post img {
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease-in-out
}

.blog-content .blog-side-left .item .item-post .img-post {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 15px
}

.blog-content .blog-side-left .item .item-post .img-post img {
  transition: all 0.3s ease-in-out
}

.blog-content .blog-side-left .item .item-post .title-post {
  display: inline-block
}

.blog-content .blog-side-left .item .item-post .title-post a {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  cursor: pointer
}

.blog-content .blog-side-left .item .item-post .title-post a:hover {
  color: #111
}

.blog-content .blog-side-left .item .item-post .title-post p {
  font-size: 12px;
  font-weight: 300
}

.blog-content .blog-side-left .item ul {
  padding-left: 0
}

.blog-content .blog-side-left .item ul li {
  display: block;
  margin-top: 11px;
  line-height: 25px
}

.blog-content .blog-side-left .item ul li a {
  color: #888;
  font-weight: 300
}

.blog-content .blog-side-left .item ul li a:hover {
  color: #111
}

.blog-content .blog-side-left .item ul li .a-name {
  font-weight: 400
}

.blog-content .blog-side-left .item:last-child ul li {
  display: inline;
  margin-right: 15px
}

.blog-content-sidebar-right {
  margin-top: 67px;
  margin-bottom: 70px
}

@media only screen and (max-width: 812px) {
  .blog-content-sidebar-right {
    margin-top: 20px
  }
}

.blog-content-sidebar-right .new {
  margin-top: 15px
}

.blog-content-sidebar-right .new p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400
}

.blog-content-sidebar-right .date {
  margin-bottom: 40px;
  margin-top: 15px
}

.blog-content-sidebar-right .title h3 {
  font-size: 24px;
  text-transform: unset;
  margin-top: 38px;
  margin-bottom: 20px
}

@media only screen and (max-width: 812px) {
  .blog-content-sidebar-right .title h3 {
    margin-top: 20px
  }
}

.blog-content-sidebar-right .content ul {
  padding-left: 0;
  margin-top: 33px;
  margin-bottom: 26px
}

.blog-content-sidebar-right .content ul li {
  display: block;
  color: #888;
  line-height: 25px;
  font-weight: 300
}

.blog-content-sidebar-right .content p {
  margin-bottom: 29px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300
}

.blog-content-sidebar-right .content strong {
  font-weight: 400;
  font-size: 14px
}

.blog-content-sidebar-right .content img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  width: 100%
}

.blog-content-sidebar-right .content img:hover {
  transform: scale(1.1)
}

.blog-content-sidebar-right .share {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 54px;
  margin-top: 50px
}

.blog-content-sidebar-right .share h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400
}

.blog-content-sidebar-right .share ul {
  display: inline-block
}

.blog-content-sidebar-right .share ul li {
  margin-right: 10px
}

.blog-content-sidebar-right .share ul li a {
  color: #888
}

.blog-content-sidebar-right .share ul li a:hover {
  color: #111
}

.blog-content-sidebar-right .share .right {
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px
}

.blog-content-sidebar-right .comment h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 34px
}

.blog-content-sidebar-right .comment .cmt .avt {
  padding-left: 0;
  padding-right: 0;
  width: 12%;
  display: inline-block;
  float: left
}

@media only screen and (max-width: 1366px) {
  .blog-content-sidebar-right .comment .cmt .avt {
    width: 16%
  }
}

.blog-content-sidebar-right .comment .cmt .cmt-right {
  width: 88%;
  display: inline-block
}

@media only screen and (max-width: 1366px) {
  .blog-content-sidebar-right .comment .cmt .cmt-right {
    width: 84%;
    padding-left: 7px
  }
}

.blog-content-sidebar-right .comment .cmt .name {
  font-size: 18px
}

.blog-content-sidebar-right .comment .cmt .date {
  margin-top: 5px;
  margin-bottom: 13px;
  font-size: 13px;
  font-style: italic
}

.blog-content-sidebar-right .comment .cmt .cmt-content {
  line-height: 25px;
  margin-top: 5px
}

.blog-content-sidebar-right .comment .cmt .reply {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 300;
  color: #888
}

.blog-content-sidebar-right .comment .rep-cmt {
  margin-left: 12%;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 30px
}

.blog-content-sidebar-right .comment .rep-cmt .avt {
  width: 13%
}

@media only screen and (max-width: 1366px) {
  .blog-content-sidebar-right .comment .rep-cmt .avt {
    width: 18%
  }
}

.blog-content-sidebar-right .comment .rep-cmt .cmt-right {
  width: 87%
}

@media only screen and (max-width: 1366px) {
  .blog-content-sidebar-right .comment .rep-cmt .cmt-right {
    width: 82%
  }
}

.blog-content-sidebar-right .form-comment h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 28px;
  margin-top: 82px
}

.blog-content-sidebar-right .form-comment input {
  width: 100%
}

.blog-content-sidebar-right .form-comment textarea {
  height: 168px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-color: #e5e5e5;
  font-size: 13px;
  font-weight: 300
}

.blog-content-sidebar-right .form-comment .login {
  margin-top: 30px
}

.blog-content-sidebar-right .form-comment .login .item {
  margin-bottom: 10px
}

@media (max-width: 991px) {
  .blog-content-sidebar-right .form-comment .login .item {
    padding-left: 0;
    padding-right: 0
  }
}

.blog-content-sidebar-right .form-comment .login .item:first-child {
  padding-left: 0
}

.blog-content-sidebar-right .form-comment .login .item:last-child {
  padding-right: 0
}

.blog-content-sidebar-right .form-comment .login input {
  height: 40px;
  padding-left: 20px;
  outline: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 300
}

.blog-content-sidebar-right .form-comment #btn-submit {
  padding-left: 0;
  background: white;
  border: 1px solid #888;
  width: 100%;
  height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.5s ease 0s
}

.blog-content-sidebar-right .form-comment #btn-submit:hover {
  background-color: #111;
  color: white
}

.blog_about_us .text-blog {
  text-align: center
}

.blog_about_us .title-top h3 {
  margin-top: 40px
}

.blog-sidebar-right {
  margin-bottom: 5px !important
}

.item-logo {
  text-align: left;
  padding-left: 0;
  margin-top: 11px
}

.item-icon {
  text-align: right;
  margin-top: 15px
}

.content-details-product {
  padding-top: 40px;
  margin-bottom: 65px;
  position: relative
}

@media (max-width: 991px) {
  .content-details-product {
    padding-top: 0
  }
}

.content-details-product .list-product-right {
  padding-left: 50px
}

@media only screen and (max-width: 992px) {
  .content-details-product .list-product-right {
    padding-left: 15px
  }
}

@media only screen and (max-width: 1366px) {
  .content-details-product .scr-2 {
    width: 22%
  }

  .content-details-product .scr-1 {
    width: 2%
  }
}

.content-details-product .left-slidebar .category-details h3 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 33px
}

.content-details-product .left-slidebar .category-details .item {
  padding-left: 0
}

.content-details-product .left-slidebar .category-details .item h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  letter-spacing: 2px;
  margin-top: 24px;
  font-size: 14px
}

.content-details-product .left-slidebar .category-details .item ul {
  padding-left: 0
}

.content-details-product .left-slidebar .category-details .item ul li {
  display: block;
  line-height: 36px
}

.content-details-product .left-slidebar .category-details .item ul li a {
  font-weight: 300;
  color: #888;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.2s ease 0s
}

.content-details-product .left-slidebar .category-details .item ul li a:hover {
  color: #111;
  padding-left: 2px;
  font-weight: 400
}

.content-details-product .left-slidebar .options h3 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px
}

.content-details-product .left-slidebar .options .item h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 14px
}

.content-details-product .left-slidebar .options .item a {
  color: #888;
  font-weight: 300
}

.content-details-product .left-slidebar .options .item a:hover {
  color: #111
}

.content-details-product .left-slidebar .options .item ul {
  padding-left: 0
}

.content-details-product .left-slidebar .options .item ul li {
  margin-right: 5px;
  line-height: 30px;
  display: block
}

.content-details-product .left-slidebar .options .item ul li span {
  color: #111;
  line-height: 50px
}

.content-details-product .left-slidebar .options .item ul span {
  display: inline-block
}

.content-details-product .left-slidebar .options .item .slider-horizontal {
  height: 3px;
  width: 100%;
  background-color: #e5e5e5;
  position: relative;
  margin-top: 27px;
  margin-bottom: 15px
}

.content-details-product .left-slidebar .options .item .slider-horizontal .slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #888;
  position: absolute;
  top: -4px
}

.content-details-product .left-slidebar .options .item .ul-tag li {
  margin-right: 0
}

.content-details-product .left-slidebar .options .item-color h4 {
  margin-top: 33px
}

.content-details-product .left-slidebar .options .item-color ul {
  margin-top: 15px
}

.content-details-product .left-slidebar .options .item-color ul li {
  padding: 9px;
  border-radius: 10px;
  background-color: red;
  margin-right: 5px;
  position: relative;
  cursor: pointer
}

.content-details-product .left-slidebar .options .item-color ul li:hover:after {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  transition: all 0.1s ease 0s;
  transform: scale(1.5);
  z-index: 1
}

.content-details-product .left-slidebar .options .item-brand ul {
  margin-top: 13px
}

.content-details-product .left-slidebar .options .item-brand ul li {
  border-right: 2px solid #888;
  margin-right: 0;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 11px
}

.content-details-product .left-slidebar .options .item-brand ul li:first-child {
  padding-left: 0
}

.content-details-product .left-slidebar .options .item-brand ul li:last-child {
  border-right: 0px
}

@media only screen and (max-width: 991px) {
  .content-details-product .left-slidebar {
    position: fixed;
    width: 270px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    border-left: solid 1px #bbbbbb;
    overflow: auto;
    z-index: 100000;
    visibility: visible;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transform: translateX(-100%)
  }
}

.content-details-product #open-filters {
  display: none
}

@media (max-width: 991px) {
  .content-details-product .open-fil ~ #open-filters .ion-close {
    display: block
  }

  .content-details-product .open-fil ~ #open-filters .fa {
    display: none
  }

  .content-details-product #open-filters {
    display: inline-block
  }

  .content-details-product #open-filters {
    color: #fff;
    background: #333;
    position: fixed;
    right: 0;
    top: 35%;
    padding: 4px 10px;
    cursor: pointer;
    z-index: 1000;
    font-size: 24px;
    width: 40px
  }

  .content-details-product #open-filters.hamburger-icon .fa-filter {
    display: none
  }

  .content-details-product #open-filters.hamburger-icon .ion-close {
    display: block
  }

  .content-details-product #open-filters .ion-close {
    display: none
  }
}

.content-details-product .open-fil {
  visibility: visible;
  transform: translateX(0);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: 99999
}

.content-details-product .right-content {
  margin-top: 20px
}

.content-details-product .right-content .nav-tabs li.active a, .content-details-product .right-content .nav-tabs li.active a:focus, .content-details-product .right-content .nav-tabs li.active a:hover {
  border: 0px solid #ddd;
  border-right: 2px solid #888
}

.content-details-product .right-content .quick-shop .details-prd-right {
  padding-left: 60px
}

@media (max-width: 991px) {
  .content-details-product .right-content .quick-shop .details-prd-right {
    padding-left: 15px
  }
}

.content-details-product .right-content .quick-shop .img-product {
  position: relative
}

.content-details-product .right-content .quick-shop .img-product .item {
  overflow: hidden;
  transition: all 0.6s ease;
  text-align: center
}

.content-details-product .right-content .quick-shop .img-product .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  display: inline-block
}

.content-details-product .right-content .quick-shop .img-product .slick-slide img {
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease
}

.content-details-product .right-content .quick-shop .product-lable {
  position: absolute;
  top: 23px;
  right: 13%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 2px 9px -4px
}

.content-details-product .right-content .quick-shop .product-lable span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

@media only screen and (max-width: 992px) {
  .content-details-product .right-content .product-details {
    text-align: center
  }
}

.content-details-product .right-content .product-details h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px;
  margin-top: 65px;
  margin-bottom: 43px;
  text-align: left
}

@media (max-width: 767px) {
  .content-details-product .right-content .product-details h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 33px
  }
}

.content-details-product .right-content .product-details .item .title {
  padding-top: 2px;
  padding-left: 2px
}

.content-details-product .right-content .product-details .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.content-details-product .right-content .product-details .item .title .product-name a:focus {
  outline: none
}

.content-details-product .right-content .product-details .item .title .product-name a:hover {
  color: #ea5e03
}

.content-details-product .right-content .product-details .item .title .prosuct-price p {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px
}

.content-details-product .right-content .product-details .item .title .prosuct-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.content-details-product .right-content .product-details .item .img-product {
  display: inline-block
}

.content-slidebar {
  margin-top: 65px;
  margin-bottom: 0
}

@media only screen and (max-width: 991px) {
  .content-slidebar {
    margin-top: 0px
  }
}
.category-v1{
    padding:0 10%
}
.category h3 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px;
  margin-top: 77px
}

@media (max-width: 767px) {
  .category h3 {
    margin-top: 50px;
    font-size: 20px
  }
}

.category p {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 52px;
  line-height: 25px
}

@media only screen and (max-width: 1024px) {
  .category p {
    width: 80%
  }
}

.category .item {
  position: relative;
  margin-bottom: 10px;
  text-align: center
}

.category .item .img-category {
  overflow: hidden;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

.category .item .img-category:hover {
  box-shadow: 0px 8px 33px 0px rgba(0,0,0,0.13)
}

.category .item .img-category img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  display: inline-block;
  width: 100%
}

.category .item .img-category img:hover {
  transform: scale(1.1)
}

.category .item span {
  position: absolute;
  text-align: center;
  bottom: 15%;
  left: 50%;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  transform: translate(-50%, 100%);
  padding: 11px 15px 11px 15px;
  box-shadow: 1px 2px 6px -2px;
  transition: all 0.4s ease
}

@media only screen and (max-width: 1366px) {
  .category .item span {
    bottom: 30%
  }
}

.category .item span:hover {
  background-color: #111;
  transition: all 0.4s ease;
  color: #dddddd
}

.category-v1 .item {
  position: relative;
  text-align: center
}

@media only screen and (max-width: 992px) {
  .category-v1 .item {
    padding-bottom: 10px
  }
}

.category-v1 .item span {
  position: absolute;
  text-align: center;
  top: 74%;
  z-index: 99;
  left: 50%;
  padding: 7px 15px 7px 15px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  background-color: white;
  transform: translate(-50%, 100%);
  cursor: pointer;
  box-shadow: 1px 2px 6px -2px
}

@media only screen and (max-width: 1366px) {
  .category-v1 .item span {
    top: 56%
  }
}

.category-v1 .item button {
  background-color: white;
  border: 1px solid #888;
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  margin-top: 23px;
  color:#000
}

.category-v1 .item .img-ctgr.img-v3 img {
  min-height: 380px
}

.category-v1 .item .img-ctgr img {
  margin: 0 auto;
  width: 100%
}

.category-v1 .item .img-ctgr:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.6s ease-in-out
}

.category-v1 .item .img-ctgr:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out
}

.category-v1 .item .img-ctgr:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.5)
}

.category-v1 .item .img-ctgr:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.5)
}

@media only screen and (max-width: 992px) {
  .category-v1 .item .img-ctgr:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0.1);
    opacity: 0;
    transition: all 0.6s ease-in-out
  }

  .category-v1 .item .img-ctgr:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0.1);
    opacity: 0;
    transition: all 0.6s ease-in-out
  }

  .category-v1 .item .img-ctgr:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.5);
    opacity: 0
  }

  .category-v1 .item .img-ctgr:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.5);
    opacity: 0
  }
}

.category-v1 .category-top {
  margin-bottom: 25px
}

.category-v1 .category-top .item-content {
  position: relative
}

.category-v1 .category-top .item-content .title-banner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 42%;
  left: 50%;
  text-align: center;
  width: 90%
}

.category-v1 .category-top .item-content .title-banner h3 {
  padding-top: 19px;
  /*font-weight: 500*/
}

.category-v1 .category-top .item-content .title-banner p {
  margin-bottom: 40px;
  margin-top: 25px;
  line-height: 25px
}

.category-v1 .category-top .item-content .title-banner span {
  padding: 7px 15px 7px 15px;
  max-width: 160px;
  height: 40px;
  font-size: 14px;
  position: static;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  cursor: pointer
}

.products .item {
  transition: 0.5s all ease;
  margin-bottom: 40px;
  position: relative
}

@media only screen and (max-width: 992px) {
  .products .item {
    text-align: center
  }
}

@media only screen and (min-width: 568px) and (max-width: 992px) {
  .products .item {
    width: 50%
  }
}

.products .item img {
  display: inline-block
}

.products .item .title {
  padding-top: 10px
}

@media only screen and (max-width: 992px) {
  .products .item .title {
    text-align: center
  }
}

.products .item .title .icon-prd {
  display: none
}

.products .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.products .item .title .product-name a:focus {
  outline: none
}

.products .item .title .product-name a:hover {
  color: #ea5e03
}

.products .item .title .title-list {
  display: none
}

.products .item .title .sk {
  display: none
}

.products .item .title ul {
  display: none
}

.products .item .title .share-product {
  display: none
}

.products .item .title .prosuct-price b {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px
}

.products .item .title .prosuct-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.products .item .img-product {
  position: relative
}

.products .item .img-product .icon-prd {
  position: absolute;
  bottom: 3%;
  right: 0;
  opacity: 0;
  transition: 0.4s all ease
}

@media only screen and (max-width: 992px) {
  .products .item .img-product .icon-prd {
    opacity: 1;
    right: 6%
  }
}

.products .item .img-product .icon-prd .add-to-bag button {
  height: 50px;
  background-color: white;
  width: 50px;
  border-radius: 0px;
  margin-bottom: 5px;
  padding: 0;
  outline: none;
  border: 0;
  display: block;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

.products .item .img-product .icon-prd .add-to-bag button:hover {
  background-color: #111
}

.products .item .img-product .icon-prd .add-to-bag button:hover span {
  color: white
}

.products .item .img-product .icon-prd .add-to-bag button span {
  font-size: 20px
}

.products .item .img-product .icon-prd .add-to-bag button .txt-bag {
  display: none
}

.products .item .img-product .icon-prd .add-to-bag .txt-bag {
  display: none
}

.products .item .img-product:hover .icon-prd {
  transition: all 0.4s ease 0s;
  right: 6%;
  opacity: 1
}

.products .list-item {
  width: 100%;
  transition: all 0.5s ease 0s
}

.products .list-item .img-product {
  width: 30%;
  float: left
}

.products .list-item .img-product .icon-prd {
  display: none;
  margin-top: 20px
}

@media only screen and (max-width: 991px) {
  .products .list-item .img-product {
    width: 100%
  }
}

.products .list-item .title {
  width: 70%;
  display: inline-block;
  padding: 20px 0 0 30px;
  text-align: left
}

@media only screen and (max-width: 991px) {
  .products .list-item .title {
    width: 100%;
    text-align: center;
    padding-left: 0
  }
}

.products .list-item .title .icon-prd {
  display: block;
  display: inline-block;
  margin-top: 20px
}

.products .list-item .title .icon-prd .add-to-bag {
  display: inline-flex;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
}

.products .list-item .title .icon-prd .add-to-bag button {
  height: 50px;
  width: 50px;
  border: 0;
  background-color: #eee;
  transition: all 0.4s ease 0s;
  margin-right: 10px
}

.products .list-item .title .icon-prd .add-to-bag button:hover {
  background-color: #111;
  color: white
}

.products .list-item .title .icon-prd .add-to-bag button:hover p {
  background-color: white
}

.products .list-item .title .icon-prd .add-to-bag button span {
  font-size: 22px
}

.products .list-item .title .icon-prd .add-to-bag button p {
  height: 100%;
  width: 1px;
  background-color: #888;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 25%
}

.products .list-item .title .icon-prd .add-to-bag .add {
  width: 200px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative
}

.products .list-item .title .icon-prd .add-to-bag .add .icon {
  font-size: 22px;
  margin-right: 10px
}

.products .list-item .title .icon-prd .add-to-bag .add span {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 30%;
  left: 10px
}

.products .list-item .title .icon-prd .add-to-bag button {
  border: 1px solid #e5e5e5;
  transition: all 0.4s ease 0s;
  display: inline-block
}

.products .list-item .title .icon-prd .add-to-bag button .txt-bag {
  display: block
}

.products .list-item .title .icon-prd .add-to-bag button:first-child .txt-bag {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 13px;
  display: inline-block;
  margin-left: 20px
}

.products .list-item .title .product-name a {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase
}

.products .list-item .title .product-name a:focus {
  outline: none
}

.products .list-item .title .product-name a:hover {
  color: #ea5e03
}

.products .list-item .title .title-list {
  display: block;
  line-height: 30px
}

.products .list-item .title .title-list span {
  display: block
}

.products .list-item .title .sk {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px
}

.products .list-item .title ul {
  display: block;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 15px
}

.products .list-item .title ul li {
  border-right: 2px solid #888;
  padding-right: 6px;
  color: #888;
  line-height: 13px
}

.products .list-item .title ul li span {
  font-size: 12px
}

.products .list-item .title ul li:last-child {
  border-right: 0px
}

.products .list-item .title .share-product {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px
}

.products .list-item .title .share-product h4 {
  width: 10%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 25px
}

.products .list-item .title .share-product ul {
  display: inline;
  width: 80%
}

.products .list-item .title .share-product ul li {
  border-right: 0
}

.products .list-item .title .share-product ul li a {
  color: #888
}

.products .list-item .title .share-product ul li a:hover {
  color: #111
}

.product-v1 .title-top {
  text-align: center
}

.product-v1 .title-top p {
  width: 39%;
  margin: 0 auto;
  margin-bottom: 33px;
  line-height: 25px
}

@media only screen and (max-width: 1366px) {
  .product-v1 .title-top p {
    width: 55%
  }
}

@media only screen and (max-width: 992px) {
  .product-v1 .title-top p {
    width: 90%
  }
}

.product-v1 .tab-content .js-mobi-product {
  padding-left: 0px !important;
  padding-right: 0px !important
}

.product-v1 .tab-content .js-mobi-product button {
  background-color: black;
  height: 50px;
  width: 50px;
  z-index: 1
}

.product-v1 .tab-content .js-mobi-product button:after {
  color: white
}

.product-v1 .tab-content .js-mobi-product .slick-prev {
  left: 15px
}

.product-v1 .tab-content .js-mobi-product .slick-next {
  right: 15px
}

.products-v1 .list-item .img-product {
  width: 25%
}

@media only screen and (max-width: 991px) {
  .products-v1 .list-item .img-product {
    width: 100%
  }
}

@media only screen and (max-width: 991px) {
  .products-v1 .list-item .title {
    width: 100%;
    text-align: center;
    padding: 5px
  }
}

.products-v1 .item .icon-prd {
  bottom: 3%;
  right: 0%
}

.products-v1 .item:hover .icon-prd {
  right: 6%
}

.related-product-v1 {
  margin-top: 20px
}

.related-product-v1 h3 {
  text-align: left
}

.related-product-v1 button {
  background-color: black;
  height: 35px;
  width: 35px;
  opacity: 0;
  transition: all 0.25s ease
}

@media only screen and (max-width: 992px) {
  .related-product-v1 button {
    opacity: 1
  }
}

.related-product-v1 .slick-prev {
  left: -5px;
  top: 38%
}

.related-product-v1 .slick-next {
  right: -5px;
  top: 38%
}

.related-product-v1:hover button {
  opacity: 1
}

.related-product-v1:hover .slick-prev {
  left: -35px
}

.related-product-v1:hover .slick-next {
  right: -35px
}

.products-sidebar .item .icon-prd {
  bottom: 3%
}

@media only screen and (max-width: 991px) {
  .products-sidebar .item .icon-prd {
    opacity: 1
  }
}

.product-tab-slide #shape {
  stroke-width: 5px;
  fill: transparent;
  stroke: #dddddd;
  stroke-dasharray: 135 425;
  stroke-dashoffset: -273;
  transition: 0.3s all ease
}

.products-v2 .list-item .img-product {
  width: 25%
}

@media only screen and (max-width: 991px) {
  .products-v2 .list-item .img-product {
    width: 100%
  }
}

.products-v2 .list-item .title {
  width: 75%;
  text-align: left
}

@media only screen and (max-width: 991px) {
  .products-v2 .list-item .title {
    width: 100%;
    text-align: center;
    padding: 5px
  }
}

@media only screen and (max-width: 992px) {
  .products-v2 .list-item {
    width: 100% !important
  }
}

@media only screen and (max-width: 992px) {
  .products-v2 .item {
    width: 33.33%
  }
}

@media only screen and (max-width: 736px) {
  .products-v2 .item {
    width: 50%
  }
}

@media only screen and (max-width: 500px) {
  .products-v2 .item {
    width: 100%
  }
}

.pagination-prd .pagination {
  text-align: center;
  width: 100%;
  padding: 20px 10px 5px 10px;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  margin-top: 3px;
  margin-bottom: 80px
}

@media (max-width: 991px) {
  .pagination-prd .pagination {
    margin-bottom: 50px
  }
}

.pagination-prd .pagination span {
  margin: 10px
}

.pagination-prd .pagination span a {
  color: #888
}

.pagination-prd .pagination p {
  display: inline-block;
  font-size: 14px
}

.product-tab-slide h3 {
  text-align: center;
  /*font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;*/
  color: #111;
  letter-spacing: 2px;
  margin-top: 71px;
  margin-bottom: 28px
}

@media (max-width: 767px) {
  .product-tab-slide h3 {
    font-size: 28px
  }
}

.product-tab-slide .tab-ul {
  text-align: center;
  margin-bottom: 37px
}

.product-tab-slide .tab-ul .nav-tabs {
  border-bottom: 0px solid #ddd
}

.product-tab-slide .tab-ul .nav-tabs li {
  display: inline-block;
  float: none
}

.product-tab-slide .tab-ul ul {
  display: inline-block
}

.product-tab-slide .tab-ul ul li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  letter-spacing: 2px
}

@media (max-width: 767px) {
  .product-tab-slide .tab-ul ul li a {
    font-size: 14px
  }
}

.product-tab-slide .tab-ul .nav-tabs > li.active > a, .product-tab-slide .tab-ul .nav-tabs > li.active > a:focus, .product-tab-slide .tab-ul .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #898989;
  border-bottom-color: #898989
}

.product-tab-slide .tab-ul .nav-tabs > li > a {
  border-radius: 0
}

.product-tab-slide .tab-ul .nav-tabs > li > a:hover {
  border-color: #fff
}

.product-tab-slide .tab-ul .nav > li > a:focus, .product-tab-slide .tab-ul .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff
}

.product-tab-slide .tab-content .js-tab-product {
  transition: opacity 0.25s linear
}

.product-tab-slide .tab-content .js-tab-product button {
  background-color: white;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: all 0.25s ease;
  outline: none;
  box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.15)
}

.product-tab-slide .tab-content .js-tab-product button:before {
  color: black
}

.product-tab-slide .tab-content .js-tab-product button:hover {
  background-color: #111
}

.product-tab-slide .tab-content .js-tab-product button:hover:before {
  color: white
}

@media only screen and (max-width: 1024px) {
  .product-tab-slide .tab-content .js-tab-product button {
    opacity: 1
  }
}

.product-tab-slide .tab-content .js-tab-product .slick-prev {
  left: -5px;
  top: 38%;
  z-index: 9
}

.product-tab-slide .tab-content .js-tab-product .slick-next {
  right: -5px;
  top: 38%
}

.product-tab-slide .tab-content .js-tab-product:hover button {
  opacity: 1
}

.product-tab-slide .tab-content .js-tab-product:hover .slick-prev {
  left: -60px
}

@media only screen and (max-width: 1024px) {
  .product-tab-slide .tab-content .js-tab-product:hover .slick-prev {
    left: -5px
  }
}

.product-tab-slide .tab-content .js-tab-product:hover .slick-next {
  right: -60px
}

@media only screen and (max-width: 1024px) {
  .product-tab-slide .tab-content .js-tab-product:hover .slick-next {
    right: -5px
  }
}

.product-tab-slide .tab-content .item {
  padding: 0 10px;
  margin-bottom: 20px;
  transition: all 0.25s ease
}

@media (max-width: 450px) {
  .product-tab-slide .tab-content .item {
    padding: 0
  }
}

.product-tab-slide .tab-content .item:focus {
  outline: none
}

.product-tab-slide .tab-content .item .product {
  position: relative;
  text-align: center
}

.product-tab-slide .tab-content .item .product:focus {
  outline: none
}

.product-tab-slide .tab-content .item .product .img-product:focus {
  outline: none
}

.product-tab-slide .tab-content .item .product .img-product a:focus {
  outline: none
}

.product-tab-slide .tab-content .item .product .img-product img {
  display: inline-block;
  text-align: center;
  outline: none
}

.product-tab-slide .tab-content .item .product .product-lable {
  position: absolute;
  top: 17px;
  right: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 2px 9px -4px
}

.product-tab-slide .tab-content .item .product .product-lable span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.product-tab-slide .tab-content .item .product .product-lable-new {
  position: absolute;
  top: 17px;
  left: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: #111;
  color: #ddd;
  box-shadow: 0px 2px 9px -4px
}

.product-tab-slide .tab-content .item .product .product-lable-new span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.product-tab-slide .tab-content .item .product .deals-coundown-prd-h3 {
  background-color: #111 !important
}

.product-tab-slide .tab-content .item .product .deals-coundown-prd-h3 li p {
  color: #ddd !important
}

.product-tab-slide .tab-content .item .product .deals-coundown-prd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
  width: 180px;
  height: 40px;
  background-color: white;
  padding: 9px 0 0 0
}

.product-tab-slide .tab-content .item .product .deals-coundown-prd li p {
  font-size: 14px;
  color: #111;
  width: 40px
}

.product-tab-slide .tab-content .item .product .deals-coundown-prd li p b {
  font-weight: 300
}

.product-tab-slide .tab-content .item .product .icon-prd {
  position: absolute;
  bottom: 3%;
  right: 0%;
  transition: all 0.4s ease 0s;
  opacity: 0
}

.product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button {
  height: 50px;
  background-color: white;
  width: 50px;
  border-radius: 0px;
  margin-bottom: 5px;
  padding: 0;
  outline: none;
  transition: all 0.4s ease 0s;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

.product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button span {
  font-size: 20px
}

.product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button:hover {
  background-color: #111
}

.product-tab-slide .tab-content .item .product .icon-prd .table-cell-center button:hover span {
  color: white
}

@media only screen and (max-width: 992px) {
  .product-tab-slide .tab-content .item .product .icon-prd {
    opacity: 1;
    right: 6%
  }
}

.product-tab-slide .tab-content .item .product:hover .icon-prd {
  opacity: 1;
  right: 6%
}

@media only screen and (max-width: 1366px) {
  .product-tab-slide .tab-content .item .product .ic-h2 {
    top: 55%
  }
}

@media only screen and (max-width: 736px) {
  .product-tab-slide .tab-content .item .product .ic-h2 {
    left: 71%;
    top: 67%
  }
}

.product-tab-slide .tab-content .item .title {
  padding-top: 10px;
  margin-left: 10px
}

@media only screen and (max-width: 992px) {
  .product-tab-slide .tab-content .item .title {
    text-align: center
  }
}

.product-tab-slide .tab-content .item .title h4 {
  margin-bottom: 15px
}

.product-tab-slide .tab-content .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.product-tab-slide .tab-content .item .title .product-name a:focus {
  outline: 0
}

.product-tab-slide .tab-content .item .title .product-name a:hover {
  color: #ea5e03
}

.product-tab-slide .tab-content .item .title .prosuct-price b {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px
}

.product-tab-slide .tab-content .item .title .prosuct-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.product-tab-slide .view {
  text-align: center;
  margin-top: 14px
}

.product-tab-slide .view a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #e5e5e5
}

.product-tab-slide .view a:hover {
  color: #111;
  font-weight: 400
}

.title-contact {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2
}

@media (max-width: 767px) {
  .title-contact {
    padding-top: 20px
  }

  .title-contact h3 {
    font-size: 24px
  }
}

.title-contact h3 {
  text-transform: uppercase
}

.title-contact p {
  width: 39%;
  display: inline-block;
  margin-top: 15px;
  line-height: 25px
}

@media only screen and (max-width: 1366px) {
  .title-contact p {
    width: 55%
  }
}

@media (max-width: 992px) {
  .title-contact p {
    width: 90%
  }
}

.textbox-information {
  margin-bottom: 80px
}

.textbox-information .information {
  background-size: 100% 100%;
  background-position: center !important;
  background-image: url(information.png)
}

.information ul {
    padding: 10% 5% 8% 15%;
}

@media (max-width: 414px) {
  .textbox-information .information ul {
    padding: 5% 5% 5% 5%
  }
}

.textbox-information .information ul li {
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  display: block
}

.textbox-information .information ul li span {
  float: left;
  width: 10%;
  margin-top: 8px;
  font-size: 18px
}

.textbox-information .information ul li p {
  width: 90%;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300
}

.textbox-information .frm {
  padding-left: 0;
  padding-right: 0
}

@media (max-width: 991px) {
  .textbox-information .frm {
    margin-top: 30px
  }
}

.textbox-information .frm .form-ip {
  padding-right: 15px;
  padding-left: 15px
}

.textbox-information .frm .form-ip input {
  height: 40px;
  width: 100%;
  padding: 19px;
  border: 1px solid #e5e5e5;
  outline: none;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 300
}

.textbox-information .frm-txt textarea {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 170px;
  font-size: 13px;
  font-weight: 300
}

.textbox-information .btnn {
  width: 172px;
  height: 42px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #ddd;
  background-color: #111;
  outline: none;
  cursor: pointer
}

.form-checkout {
  margin-top: 42px;
  margin-bottom: 78px
}

.form-checkout .form-details {
  display: inline-table;
  margin-top: 11px;
  margin-left: -30px
}

.form-checkout .form-details .creat-chk {
  width: 6%;
  height: 12px;
  margin: 29px 3px 0 0px
}

@media only screen and (max-width: 992px) {
  .form-checkout .form-details .creat-chk {
    margin-left: 15px
  }
}

@media only screen and (max-width: 992px) {
  .form-checkout .form-details form {
    padding-left: 15px
  }
}

.form-checkout .form-details h3 {
  margin-left: 15px;
  margin-top: 40px;
  font-size: 16px
}

.form-checkout .form-details .item-ip {
  margin-top: 17px;
  margin-bottom: 14px
}

.form-checkout .form-details .item-ip input {
  font-size: 13px;
  font-weight: 300
}

.form-checkout .form-details .item-ip .dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  top: 97% !important
}

.form-checkout .form-details .item-ip .dropdown-menu ul {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  top: 0% !important
}

.form-checkout .form-details .item-ip .dropdown-menu ul li a:focus {
  outline: none;
  background-color: white
}

.form-checkout .form-details .item-ip .dropdown-menu ul li a:hover {
  background-color: white
}

.form-checkout .form-details .item-ip .bootstrap-select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 20px
}

.form-checkout .form-details .item-ip .bootstrap-select button {
  width: 100%;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #888;
  position: relative
}

.form-checkout .form-details .item-ip .bootstrap-select button i {
  color: #888;
  float: right;
  font-size: 14px;
  position: absolute;
  right: 10px
}

.form-checkout .form-details .check-right {
  margin-top: 15px;
  padding-left: 40px
}

.form-checkout .form-details .check-right form {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0
}

@media (max-width: 480px) {
  .form-checkout .form-details .check-right form {
    font-size: 14px
  }
}

.form-checkout .form-details .check-right form input {
  margin-left: -15px
}

@media screen and (max-width: 414px) {
  .form-checkout .form-details .check-right form input {
    margin-left: -5px
  }
}

.form-checkout .form-details .check-right textarea {
  border-radius: 0;
  box-shadow: none;
  margin-top: 21px;
  height: 70px;
  font-size: 13px;
  font-weight: 300
}

.form-checkout .form-details .check-right .order h3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 57px
}

.form-checkout .form-details .check-right .order .cart-table {
  width: 100%
}

.form-checkout .form-details .check-right .order .cart-table tr {
  border-bottom: 1px solid #e5e5e5
}

.form-checkout .form-details .check-right .order .cart-table tr td {
  padding: 15px 0px 20px 0
}

.form-checkout .form-details .check-right .order .cart-table tr td:last-child {
  float: right
}

.form-checkout .form-details .check-right .order .cart-table tr td:first-child {
  width: 60%
}

.form-checkout .form-details .check-right .order .cart-table tr td .prd-infor {
  display: inline-block;
  margin-left: 15px
}

@media screen and (max-width: 992px) {
  .form-checkout .form-details .check-right .order .cart-table tr td .prd-infor {
    margin-left: 0
  }
}

.form-checkout .form-details .check-right .order .cart-table tr td .prd-infor a {
  font-size: 15px;
  color: #333
}

.form-checkout .form-details .check-right .order .cart-table tr td .prd-infor p {
  margin-top: 10px;
  color: #888
}

.form-checkout .form-details .check-right .order .cart-table tr td p {
  font-size: 13px;
  font-weight: 400;
  color: #333
}

.form-checkout .form-details .check-right .comunication {
  margin-top: 25px
}

.form-checkout .form-details .check-right .comunication b {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500
}

.form-checkout .form-details .check-right .comunication div {
  margin-bottom: 11px;
  display: flex
}

.form-checkout .btn-pay {
  margin-top: 24px;
  margin-left: 15px
}

.form-checkout .btn-pay button {
  width: 172px;
  height: 42px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background-color: #111;
  outline: none;
  cursor: pointer
}

.form-checkout .method {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5
}

.form-checkout .method p {
  margin-left: 34px;
  margin-top: 10px;
  margin-bottom: 20px
}

.form-checkout .method h3 {
  font-size: 16px;
  margin-top: 53px
}

.form-checkout .method form input {
  width: 6%;
  height: 12px;
  font-size: 13px;
  font-weight: 400;
  margin-left: 0px
}

.form-checkout .method form p {
  font-weight: 300;
  font-size: 13px;
  line-height: 25px
}

.form-checkout .login {
  margin-top: 30px;
  width: 50%
}

@media (max-width: 767px) {
  .form-checkout .login {
    width: 100%
  }
}

.form-checkout .login p {
  color: #111;
  display: inline-block;
  font-weight: 400;
  font-size: 13px
}

.form-checkout .login button {
  outline: none;
  background-color: white;
  padding: 9px 24px 8px 24px;
  border: 1px solid #e5e5e5;
  margin-top: -15px
}

.form-checkout .login button a {
  text-transform: uppercase;
  font-size: 13px;
  color: #111
}

.form-checkout .login input {
  font-size: 13px;
  margin-left: 15px;
  height: 40px;
  width: 190px;
  font-weight: 300;
  padding-left: 20px
}

.form-checkout .login a {
  margin-left: 15px
}

.form-checkout form {
  margin-top: 25px
}

.form-checkout form input {
  width: 6%;
  height: 12px;
  margin-left: 0px;
  margin-right: 7px
}

.form-your-cart {
  padding-top: 60px;
  position: relative;
  margin-bottom: 70px
}

.form-your-cart .cart-form .cart-table {
  border: 1px solid #e5e5e5;
  margin-bottom: 0
}

.form-your-cart .cart-form .cart-table tr, .form-your-cart .cart-form .cart-table th, .form-your-cart .cart-form .cart-table td {
  border: 1px solid #e5e5e5;
  text-align: center
}

.form-your-cart .cart-form .cart-table td {
  padding: 40px 10px 40px 10px;
  vertical-align: middle
}

.form-your-cart .cart-form .cart-table th {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  height: 62px;
  padding: 18px 45px 18px 45px;
  text-transform: uppercase
}

.form-your-cart .cart-form .quantity {
  height: 40px;
  margin-bottom: 13px;
  width: 140px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  border: 1px solid #888
}

.form-your-cart .cart-form .quantity button {
  outline: none
}

.form-your-cart .cart-form .qty {
  width: 20px;
  border: medium none;
  left: 50%;
  height: 38px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  color: #bcbcbc
}

.form-your-cart .cart-form .plus-cs {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  color: #888;
  text-align: center;
  top: 5px;
  right: 25px;
  background-color: white
}

.form-your-cart .cart-form .minus-cs {
  position: absolute;
  display: block;
  height: 100%;
  color: #bcbcbc;
  width: 20px;
  text-align: center;
  top: 5px;
  left: 25px;
  background-color: white
}

.form-your-cart .product-name .img-prd {
  position: relative
}

.form-your-cart .product-name .img-prd span {
  position: absolute;
  top: -10px;
  left: 64%;
  font-size: 21px;
  color: #333
}

.form-your-cart .product-name .prd-infor {
  padding: 20px
}

.form-your-cart .product-name .prd-infor a {
  font-weight: 400;
  color: #333;
  font-size: 15px
}

.form-your-cart .product-name .prd-infor p {
  margin-top: 6px
}

.form-your-cart .product-price .price {
  margin-bottom: 0
}

.form-your-cart .product-price .price .money {
  color: #333;
  font-weight: 400;
  font-size: 13px
}

.form-your-cart .product-price .price .money-total {
  color: #333;
  font-weight: 500;
  font-size: 18px
}

.form-your-cart .coupon {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 25px 30px 20px 50px;
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .form-your-cart .coupon {
    margin-top: -15px
  }
}

.form-your-cart .coupon h3 {
  font-size: 16px;
  display: inline-block
}

@media (max-width: 1199px) {
  .form-your-cart .coupon h3 {
    float: initial !important
  }
}

.form-your-cart .coupon input {
  width: 200px;
  margin-left: 25px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px
}

@media screen and (max-width: 767px) {
  .form-your-cart .coupon input {
    margin-left: 0
  }
}

.form-your-cart .coupon button {
  background-color: white;
  border: 1px solid #888;
  height: 40px;
  padding: 6px 24px 6px 24px;
  text-transform: uppercase;
  margin-left: 9px;
  outline: none;
  transition: all 0.5s ease 0s
}

.form-your-cart .coupon button:hover {
  color: white;
  background-color: #111
}

@media screen and (max-width: 767px) {
  .form-your-cart .coupon button {
    margin-left: 0
  }
}

.form-your-cart .coupon .table-responsive {
  width: 100%;
  margin-bottom: 0
}

.form-your-cart .conti {
  margin-bottom: 10px
}

.form-your-cart .conti button {
  height: 40px;
  padding: 6px 24px 6px 24px;
  outline: none;
  background-color: white;
  transition: all 0.5s ease 0s
}

.form-your-cart .conti button:first-child {
  border: 1px solid #e5e5e5
}

.form-your-cart .conti button:last-child {
  border: 1px solid #888;
  text-transform: uppercase;
  float: right
}

@media screen and (max-width: 389px) {
  .form-your-cart .conti button {
    width: 100%;
    margin-bottom: 20px
  }
}

.form-your-cart .conti button:hover {
  color: white;
  background-color: #111
}

.form-your-cart .form-total-right {
  background-color: #f5f5f5;
  padding: 4px 40px 40px 50px
}

@media (max-width: 1199px) {
  .form-your-cart .form-total-right {
    padding: 4px 15px 40px 15px
  }
}

@media screen and (max-width: 389px) {
  .form-your-cart .form-total-right {
    margin-top: 50px
  }
}

.form-your-cart .form-total-right h3 {
  font-size: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px
}

.form-your-cart .form-total-right h3:last-child {
  border: 0
}

.form-your-cart .form-total-right p {
  font-size: 13px
}

.form-your-cart .form-total-right .dropdown button {
  width: 100%;
  border-radius: 0;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #888;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  text-transform: capitalize
}

.form-your-cart .form-total-right .dropdown button span {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 8px
}

.form-your-cart .form-total-right .dropdown button:hover {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-color: #e5e5e5;
  color: #888
}

.form-your-cart .form-total-right .dropdown button:focus {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  color: #888
}

.form-your-cart .form-total-right .dropdown ul {
  width: 100%;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  top: 75%
}

.form-your-cart .form-total-right input {
  background-color: #f5f5f5
}

.form-your-cart .form-total-right button {
  height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  color: #dddddd;
  border: 1px solid #e5e5e5;
  background-color: #111;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease 0s
}

.form-your-cart .form-total-right button:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333
}

.form-control:focus {
  border-color: #ccc
}

.hover-search {
  position: relative;
  padding-bottom: 15px
}

.hover-search .menubar-search-form {
  position: absolute;
  z-index: 0;
  top: 107px;
  right: 0;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 180px
}

.hover-search .menubar-search-form input {
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075);
  font: 300 14px Raleway
}

.hover-search .menubar-search-form input:focus {
  outline: none
}

@media (max-width: 1199px) {
  .hover-search .menubar-search-form {
    top: inherit;
    margin-top: 12px;
    max-width: 252px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.15)
  }
}

.hover-search .menubar-search-form.engoj-search-form {
  transform: translateY(1px);
  opacity: 1;
  visibility: inherit;
  top: 30px;
  z-index: 1000;
  transition: all 0.3s ease
}

.hover-search .menubar-search-form.engoj-search-form form {
  position: relative
}

.hover-search .menubar-search-form.engoj-search-form form .form-control {
  border-color: #e5e5e5;
  height: 41px;
  border-radius: 0;
  outline: none;
  box-shadow: none
}

.hover-search .menubar-search-form.engoj-search-form form .menubar-search-buttons {
  margin-right: 1px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  outline: none
}

.hover-search .menubar-search-form.engoj-search-form form .menubar-search-buttons span {
  font-size: 24px
}

.hover-cart-user {
  padding-bottom: 15px;
  position: relative
}

.hover-cart-user .submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 120%;
  z-index: 0;
  transition: all 0.3s ease;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  background-color: white;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
}

.hover-cart-user .submenu li {
  padding-top: 25px;
  min-width: 250px;
  padding-left: 20px;
  display: block
}

.hover-cart-user .submenu li a {
  display: block;
  padding: 0;
  color: #111;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left
}

.hover-cart-user .submenu li:last-child {
  padding-bottom: 25px
}

.hover-cart-user:hover .submenu {
  opacity: 1;
  top: 90%;
  visibility: inherit;
  z-index: 999;
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15)
}

.hover-cart-user .mini-cart {
  width: 400px;
  right: 0;
  position: absolute;
  border: 0;
  border-radius: 0;
  padding: 25px;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
}

.hover-cart-user .mini-cart .account {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  margin-top: 0px;
  text-align: left
}

.hover-cart-user .mini-cart .account:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background: #e5e5e5;
  content: "";
  position: absolute
}

.hover-cart-user .mini-cart .product .item {
  margin-top: 25px
}

.hover-cart-user .mini-cart .product .item .img-prd {
  float: left;
  width: 30%
}

.hover-cart-user .mini-cart .product .item .img-prd img {
  margin-left: 0;
  margin-top: 0
}

.hover-cart-user .mini-cart .product .item .title {
  width: 70%;
  display: inline-block;
  text-align: left
}

.hover-cart-user .mini-cart .product .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.hover-cart-user .mini-cart .product .item .title .product-name a:focus {
  outline: none
}

.hover-cart-user .mini-cart .product .item .title .product-name a:hover {
  color: #ea5e03
}

.hover-cart-user .mini-cart .product .item .title .product-price {
  margin-left: 17px
}

.hover-cart-user .mini-cart .product .item .title .product-price p {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px
}

.hover-cart-user .mini-cart .product .item .title .product-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.hover-cart-user .mini-cart .menu-cart-total {
  margin-top: 50px
}

.hover-cart-user .mini-cart .menu-cart-total .list-money {
  border-bottom: solid 1px #e1e1e1;
  color: #888;
  padding: 15px 0
}

.hover-cart-user .mini-cart .menu-cart-total .list-money label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  float: left
}

.hover-cart-user .mini-cart .menu-cart-total .list-money .money {
  text-align: right;
  display: block
}

.hover-cart-user .mini-cart .menu-cart-total .list-money:last-child {
  font-weight: 400;
  color: #111
}

.hover-cart-user .mini-cart .actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px
}

.hover-cart-user .mini-cart .actions a {
  display: inline-block;
  height: 40px;
  width: 140px;
  text-transform: uppercase;
  color: white !important;
  background-color: #111;
  padding: 10px 20px 10px 20px;
  font-weight: 400;
  font-size: 14px !important;
  padding-top: 13px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #111
}

.hover-cart-user .mini-cart .actions a:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333 !important
}

.hover-cart-user .minicart-h3 {
  left: -210px
}

#comming_soon_page .comming {
  text-align: center;
  position: relative;
  padding-top: 255px
}

@media screen and (max-width: 992px) {
  #comming_soon_page .comming {
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 50px
  }
}

#comming_soon_page .comming h3 {
  font-size: 52px
}

@media screen and (max-width: 992px) {
  #comming_soon_page .comming h3 {
    font-size: 32px
  }
}

#comming_soon_page .comming ul {
  margin-top: 30px;
  margin-bottom: 33px;
  padding-left: 0px
}

#comming_soon_page .comming ul li {
  text-align: center
}

#comming_soon_page .comming ul li p {
  color: #111;
  font-size: 36px;
  width: 120px
}

@media screen and (max-width: 992px) {
  #comming_soon_page .comming ul li p {
    font-size: 18px
  }
}

@media screen and (max-width: 600px) {
  #comming_soon_page .comming ul li p {
    width: 60px;
    margin: 0px
  }
}

#comming_soon_page .comming ul li p b {
  font-weight: 400;
  border-color: #888
}

#comming_soon_page .comming ul li p span {
  color: #888;
  margin-left: 30px;
  margin-right: 0
}

@media (max-width: 480px) {
  #comming_soon_page .comming ul li p span {
    margin: 0
  }
}

#comming_soon_page .comming ul li span {
  color: #888;
  margin-right: 45px
}

@media (max-width: 600px) {
  #comming_soon_page .comming ul li span {
    margin: 0px
  }
}

#comming_soon_page .comming ul li:last-child span {
  margin-right: 0
}

#comming_soon_page .comming form {
  width: 40%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 45px
}

@media screen and (max-width: 992px) {
  #comming_soon_page .comming form {
    width: 80%
  }
}

#comming_soon_page .comming form input {
  outline: none;
  height: 53px;
  border: 1px solid #d7d7d7;
  background-color: #f4f4f4;
  padding-left: 30px
}

#comming_soon_page .comming form i {
  position: absolute;
  top: 35%;
  right: 15px;
  color: #666666;
  cursor: pointer
}

@media screen and (max-width: 414px) {
  #comming_soon_page .comming form i {
    left: 90%
  }
}

#comming_soon_page .comming .icon a {
  color: #888;
  margin: 15px;
  font-size: 15px
}

#comming_soon_page .comming .icon a:hover {
  color: #111
}

footer {
  background-color: #111;
  padding: 80px 0 90px 0
}

@media (max-width: 767px) {
  footer {
    padding: 25px 0 35px 0
  }
}

@media screen and (min-width: 1024px) {
  footer .item-c1 {
    padding-right: 115px
  }

  footer .item-c4 {
    padding-left: 58px
  }
}

footer .instagram h2 {
  margin-bottom: 45px
}

footer .coppy-right {
  margin-top: 35px
}

footer .coppy-right li {
  font-size: 13px;
  display: inline-block
}

footer .coppy-right li strong {
  color: #a3a3a3
}

footer h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ddd;
  margin-bottom: 36px
}

footer ul {
  padding-left: 0
}

footer ul li {
  color: #888;
  font-weight: 300;
  display: flex;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px
}

footer ul li a {
  color: #888;
  line-height: 22px
}

footer ul li a:hover {
  color: #ddd
}

footer .our-ser-pol li {
  line-height: 25px
}

footer form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 55px
}

footer form i {
  cursor: pointer
}

footer form input {
  width: 100%;
  outline: none;
  background-color: #111;
  border: 1px solid #888;
  padding: 10px;
  color: #ddd
}

footer form input ::-webkit-input-placeholder {
  color: #ddd
}

footer form input :-moz-placeholder {
  color: #ddd
}

footer form input ::-moz-placeholder {
  color: #ddd
}

footer form input :-ms-input-placeholder {
  color: #ddd
}

footer form i {
  position: absolute;
  top: 30%;
  right: 4%;
  color: #ddd
}

.footerv1 {
  background-color: #f4f4f4
}

.footerv1 .content {
  text-align: center;
  width: 50%;
  margin: 0 auto
}

@media only screen and (max-width: 736px) {
  .footerv1 .content {
    width: 80%
  }
}

.footerv1 .content h3 {
  /*font-size: 36px;
  font-weight: 500;
  text-transform: capitalize*/
}

.footerv1 .content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 45px;
  width: 430px;
  display: inline-block
}

@media only screen and (max-width: 414px) {
  .footerv1 .content form {
    width: 300px
  }
}

@media only screen and (max-width: 320px) {
  .footerv1 .content form {
    width: 255px
  }
}

.footerv1 .content form input {
  outline: none;
  width: 100%;
  height: 40px;
  border: 1px solid #d7d7d7;
  background-color: #f4f4f4;
  font-size: 12px;
  font-weight: 300;
  padding: 15px 20px
}

.footerv1 .content form i {
  position: absolute;
  top: 35%;
  right: 16px;
  color: #666666;
  cursor: pointer
}

.footerv1 .content ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px
}

.footerv1 .content ul li a:hover {
  color: #333
}

.footerv1 .content .iconft {
  margin-top: 49px;
  margin-bottom: 15px
}

.footerv1 .content .iconft a {
  color: #111;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px
}

.footerv1 .content .iconft a:hover {
  color: #888
}

.footerv1 .content span {
  font-size: 14px;
  font-weight: 400
}

.footerv2 .instagram ul li {
  display: inline-block;
  overflow: hidden
}

.footerv2 .instagram ul li img {
  transition: all 0.3s ease-in-out
}

.footerv2 .instagram ul li img:hover {
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease-in-out
}

.footerv2 .ct ul li {
  display: flex
}

.footerv2 .ct ul li span {
  font-size: 18px;
  color: #ddd;
  margin-right: 30px
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

.col-xs-5ths {
  width: 20%;
  float: left
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left
  }
}

.position {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  text-align: center
}

@media (max-width: 991px) {
  .position {
    margin-top: 15px
  }
}

.shape {
  width: 150px;
  height: 45px;
  border: 2px solid #ddd;
  transition: 0.3s all ease;
  line-height: 40px
}

.bootstrap-select button {
  border: 0;
  padding-left: 0;
  box-shadow: 0 0 0 0 !important;
  background-color: #fff !important;
  border-color: #fff !important
}

.bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 20px -10px;
  top: 70% !important;
  height: 105px;
  min-width: 150px
}

.bootstrap-select .dropdown-menu ul {
  top: 0 !important;
  position: absolute
}

.bootstrap-select .dropdown-menu ul li {
  display: block;
  outline: none
}

.bootstrap-select .dropdown-menu ul li a:focus {
  outline: none;
  background-color: white
}

.bootstrap-select .dropdown-menu ul li a:hover {
  background-color: white
}

.text a {
  color: #333;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase
}

.svg-wrapper:hover .shape {
  background: #111;
  border: 2px solid #111
}

.svg-wrapper:hover .shape a {
  color: #fff
}

.svg-wrapper {
  margin-top: 0;
  position: relative;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px
}

.tab-details-prd2 .tab-details {
  margin-top: 13px
}

.tab-details {
  margin-top: 55px
}

.tab-details .tab-ul {
  display: inline-block
}

.tab-details .tab-ul .nav-tabs > li.active > a, .tab-details .tab-ul .nav-tabs > li.active > a:focus, .tab-details .tab-ul .nav-tabs > li.active > a:hover {
  border: 0px solid #ddd;
  border-right: 2px solid #888
}

.tab-details .tab-ul ul {
  border-bottom: 0;
  text-align: center
}

.tab-details .tab-ul ul li {
  float: none;
  display: inline-block
}

.tab-details .tab-ul ul li a {
  border: 0;
  border-right: 2px solid #888;
  border-radius: 0;
  padding: 0 20px 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #888;
  line-height: 15px
}

@media (max-width: 480px) {
  .tab-details .tab-ul ul li a {
    padding: 0px 7px 0 7px;
    font-size: 14px
  }
}

.tab-details .tab-ul ul li a:hover {
  background-color: white
}

.tab-details .tab-ul ul li:first-child a {
  padding-left: 0
}

.tab-details .tab-ul ul li:last-child a {
  border-right: 0
}

.tab-details .tab-ul ul li.active:last-child a:focus:last-child {
  border-right: 0
}

.tab-details .tab-ul ul li.active:last-child a:hover:last-child {
  border-right: 0
}

.tab-details .tab-ul .nav-tabs > li.active > a {
  color: #111;
  line-height: 15px
}

.tab-details .tab-content {
  margin-top: 25px
}

.tab-details .tab-content span {
  font-weight: 300;
  line-height: 30px
}

.tab-details .tab-content p {
  font-weight: 500;
  color: #111;
  margin-top: 35px;
  margin-bottom: 4px
}

.quick-left {
  margin-top: 38px
}

@media only screen and (max-width: 992px) {
  .quick-left {
    margin-top: 30px
  }
}

.quick-left .ul-sp li {
  line-height: 11px;
  font-weight: 300;
  font-size: 12px
}

.quick-left .ul-sp li span {
  font-size: 12px;
  margin-right: -5px
}

.quick-left .ul-sp li:first-child {
  width: 70px
}

.quick-left .ul-sp li a {
  color: #888
}

.quick-left .ul-sp li a:hover {
  color: #111
}

.quick-left h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase
}

@media only screen and (max-width: 1366px) {
  .quick-left h3 {
    margin-top: 0
  }
}

.quick-left ul {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0
}

@media only screen and (max-width: 1366px) {
  .quick-left ul {
    margin-top: 0
  }
}

.quick-left ul li {
  border-right: 1px solid #888;
  padding-right: 6px;
  padding-left: 6px;
  color: #888;
  cursor: pointer
}

.quick-left ul li:first-child {
  padding-left: 0
}

.quick-left ul li:last-child {
  border-right: 0px
}

.quick-left .ul-tag li {
  padding-left: 0;
  padding-right: 0
}

.quick-left .price {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-top: 15px;
  width: 87%
}

@media only screen and (max-width: 1366px) {
  .quick-left .price {
    padding-bottom: 18px
  }
}

.quick-left .price li {
  border-right: 0px solid #888;
  font-size: 13px;
  color: #111;
  font-weight: 400
}

.quick-left .price li del {
  color: #888
}

.quick-left .price li:last-child {
  font-size: 14px
}

.quick-left p {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  margin-top: 21px;
  margin-bottom: 18px
}

.quick-left .price-detail-prd2 li {
  padding-left: 0
}

.quick-left .price-detail-prd2 li:last-child {
  float: none
}

.quick-left .color-product {
  margin-top: 35px
}

@media only screen and (max-width: 1366px) {
  .quick-left .color-product {
    margin-top: 15px
  }
}

.quick-left .color-product h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 25px;
  width: 15%
}

.quick-left .color-product ul {
  width: 80%;
  display: inline
}

.quick-left .color-product ul li {
  margin-bottom: -2px;
  padding: 9px;
  border-radius: 30px;
  background-color: red;
  margin-right: 5px;
  border-right: 0;
  position: relative
}

.quick-left .color-product ul li:hover:after {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  transition: all 0.1s ease 0s;
  transform: scale(1.5);
  z-index: 1
}

.quick-left .side-product {
  margin-top: 13px;
  display: inline-flex;
  width: 100%
}

@media only screen and (max-width: 1366px) {
  .quick-left .side-product {
    margin-top: 10px
  }
}

.quick-left .side-product .group-size {
  display: inline
}

.quick-left .side-product .group-size li a:hover {
  border-bottom: 1px solid black
}

.quick-left .side-product .group-size li:last-child a:hover {
  border: 0
}

.quick-left .side-product .quantity button {
  background-color: white;
  outline: none
}

.quick-left .side-product .quantity input {
  border: 0;
  display: inline-block;
  width: 16px;
  padding-left: 0
}

.quick-left .side-product h4 {
  width: 15%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 25px
}

.quick-left .side-product .share {
  width: 8%
}

.quick-left .side-product .group-size ul {
  display: block
}

.quick-left .side-product a {
  color: #888;
  font-weight: 300
}

.quick-left .side-product a:hover {
  color: #111
}

.quick-left .side-product ul {
  display: inline;
  margin-top: 7px
}

.quick-left .side-product ul li {
  border-right: 0;
  margin-bottom: 12px
}

.quick-left .side-product ul li:last-child {
  padding-left: 0;
  padding-right: 0
}

.quick-left .side-product .tags li {
  padding-left: 0;
  padding-right: 0
}

.quick-left .add-to-bag {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex
}

@media only screen and (max-width: 1366px) {
  .quick-left .add-to-bag {
    margin-top: 25px;
    margin-bottom: 40px
  }
}

.quick-left .add-to-bag button {
  height: 50px;
  width: 50px;
  border: 0;
  background-color: #eee;
  transition: all 0.4s ease 0s;
  margin-right: 10px;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

.quick-left .add-to-bag button:hover {
  background-color: #111;
  color: white
}

.quick-left .add-to-bag button:hover p {
  background-color: #888
}

.quick-left .add-to-bag button span {
  font-size: 22px
}

.quick-left .add-to-bag button small {
  height: 100%;
  width: 1px;
  background-color: #888;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 25%
}

.quick-left .add-to-bag .add {
  width: 200px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative
}

.quick-left .add-to-bag .add .icon {
  font-size: 22px;
  margin-right: 10px
}

.quick-left .add-to-bag .add span {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 30%;
  left: 10px
}

.quick-left .js-slideshow-product-details .item {
  margin-left: 5px;
  margin-right: 5px
}

.quick-left .js-slideshow-product-details .item:focus {
  outline: none
}

.quick-left .js-slideshow-product-details .item img {
  margin-right: 10px
}

.quick-left .js-slideshow-product-details button {
  z-index: 999;
  background-color: white;
  box-shadow: 2px 3px 15px 0px rgba(0,0,0,0.2);
  height: 50px;
  width: 50px;
  transition: all 0.25s ease
}

.quick-left .js-slideshow-product-details button:before {
  color: black
}

@media only screen and (max-width: 992px) {
  .quick-left .js-slideshow-product-details button {
    opacity: 1
  }
}

.quick-left .js-slideshow-product-details button:hover {
  background-color: #111
}

.quick-left .js-slideshow-product-details button:hover:before {
  color: white
}

.quick-left .js-slideshow-product-details .slick-prev {
  left: -20px;
  top: 50%
}

@media (max-width: 991px) {
  .quick-left .js-slideshow-product-details .slick-prev {
    left: -15px
  }
}

.quick-left .js-slideshow-product-details .slick-next {
  right: -20px;
  top: 50%
}

@media (max-width: 991px) {
  .quick-left .js-slideshow-product-details .slick-next {
    right: -15px
  }
}

.quick-shop-v1 {
  padding-top: 20px;
  overflow: hidden
}

.quick-shop-v1 .qs-right {
  margin-top: 30px
}

@media (max-width: 991px) {
  .quick-shop-v1 .qs-right {
    margin-top: 0
  }
}

.quick-shop-v1 .qs-right .slick-list .item:focus {
  outline: none
}

.quick-shop-v1 .qs-right .item {
  margin-bottom: 40px;
  text-align: center
}

@media (max-width: 991px) {
  .quick-shop-v1 .qs-right .item {
    padding: 5px
  }
}

.quick-shop-v1 .qs-right .item img {
  display: inline-block
}

.quick-shop-v1 .qs-right .img-prd-details {
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

.quick-shop-v1 .qs-right .img-prd-details img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

@media only screen and (max-width: 767px) {
  .quick-shop-v1 .qs-right .img-prd-details img {
    padding-bottom: 40px
  }
}

.quick-shop-v1 .qs-right .img-prd-details img:hover {
  transform: scale(1.1)
}

.quick-shop-v1 .qs-right .img-prd-details:hover {
  box-shadow: 0px 3px 10px -5px
}

.quick-shop-v1 .qs-right .lable {
  position: absolute;
  top: 3%;
  right: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 2px 9px -4px
}

.quick-shop-v1 .qs-right .lable span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

@media only screen and (min-width: 1365px) {
  .quick-shop-v1 .scr-3 {
    width: 33%
  }

  .quick-shop-v1 .scr-1 {
    width: 0
  }
}

.group-menu {
  margin-top: 77px;
  margin-bottom: 23px
}

@media (max-width: 991px) {
  .group-menu .col-md-9 {
    text-align: left !important;
    float: inherit !important
  }

  .group-menu .col-md-9 .new {
    float: inherit !important
  }
}

@media only screen and (max-width: 992px) {
  .group-menu {
    margin-top: 30px;
    margin-bottom: 20px
  }
}

.group-menu .ordering .new {
  display: inline-block
}

.group-menu .ordering .act-img {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.group-menu .ordering .act-img-click {
  opacity: 1;
  visibility: visible;
  position: absolute
}

.group-menu .ordering .img-ic-click {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.group-menu .ordering .img-ic {
  opacity: 1;
  visibility: visible;
  position: absolute
}

.group-menu p {
  font-size: 14px
}

.group-menu ul {
  padding-left: 0
}

.group-menu .filter {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-top: 5px
}

@media only screen and (max-width: 992px) {
  .group-menu .filter {
    display: none;
    padding-bottom: 0
  }
}

.group-menu .filter span {
  font-weight: 500;
  font-size: 18px;
  color: #111;
  text-transform: uppercase
}

.group-menu .filter .hover-filter {
  position: absolute;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  top: 140%;
  z-index: 0;
  width: 1080px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0px 25px -10px;
  transition: 0.5s all ease
}

@media (max-width: 1199px) {
  .group-menu .filter .hover-filter {
    width: 900px
  }
}

.group-menu .filter .hover-filter .category-details h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px
}

.group-menu .filter .hover-filter .category-details .item h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 14px
}

.group-menu .filter .hover-filter .category-details .item ul {
  padding-left: 0;
  display: block
}

.group-menu .filter .hover-filter .category-details .item ul li {
  display: block;
  padding: 0px;
  line-height: 35px
}

.group-menu .filter .hover-filter .category-details .item ul li a {
  font-weight: 300;
  color: #888;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.2s ease 0s
}

.group-menu .filter .hover-filter .category-details .item ul li a:hover {
  color: #111;
  padding-left: 2px
}

.group-menu .filter .hover-filter .options h3 {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px
}

.group-menu .filter .hover-filter .options .hover-a-bt a {
  color: #888
}

.group-menu .filter .hover-filter .options .hover-a-bt a:hover {
  color: #111;
  border-bottom: 1px solid #888
}

.group-menu .filter .hover-filter .options .item .group-size {
  display: inline
}

.group-menu .filter .hover-filter .options .item a {
  color: #888
}

.group-menu .filter .hover-filter .options .item a:hover {
  color: #111
}

.group-menu .filter .hover-filter .options .item span {
  font-weight: 400;
  font-size: 14px
}

.group-menu .filter .hover-filter .options .item .slider-track {
  height: 2px;
  width: 260px;
  background-color: #888
}

.group-menu .filter .hover-filter .options .item h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 14px;
  display: inline-block;
  width: 25%
}

.group-menu .filter .hover-filter .options .item .slider-horizontal {
  position: relative;
  display: inline-block
}

.group-menu .filter .hover-filter .options .item .slider-horizontal .slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #888;
  position: absolute;
  top: -4px
}

.group-menu .filter .hover-filter .options .item ul {
  padding-left: 0;
  width: 75%;
  display: inline
}

.group-menu .filter .hover-filter .options .item ul li {
  margin-right: 5px
}

.group-menu .filter .hover-filter .options .item ul li a {
  color: #888
}

.group-menu .filter .hover-filter .options .item ul li a:hover {
  color: #111
}

.group-menu .filter .hover-filter .options .item ul li span {
  color: #111;
  line-height: 50px
}

.group-menu .filter .hover-filter .options .item-color ul li {
  padding: 9px;
  border-radius: 30px;
  background-color: red;
  margin-right: 15px;
  position: relative
}

.group-menu .filter .hover-filter .options .item-color ul li:hover:after {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  transition: all 0.1s ease 0s;
  transform: scale(1.5);
  z-index: 1
}

.group-menu .filter .hover-filter .options .item-brand ul {
  margin-top: 20px
}

.group-menu .filter .hover-filter .options .item-brand ul li {
  border-right: 2px solid #888;
  margin-right: 0;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 11px
}

.group-menu .filter .hover-filter .options .item-brand ul li:first-child {
  padding-left: 0
}

.group-menu .filter .hover-filter .options .item-brand ul li:last-child {
  border-right: 0px
}

.group-menu .filter:hover .hover-filter {
  opacity: 1;
  visibility: inherit;
  transition: 0.5s all ease;
  top: 85%;
  z-index: 2
}

.group-menu .new p {
  display: inline-block
}

.group-menu .new i {
  font-size: 16px;
  color: #111
}

.group-menu ul li p {
  display: inline-block
}

.group-menu ul .icon-right {
  float: right;
  transition: all 1.4s ease 0s;
  cursor: pointer;
  padding: 20px;
  margin-top: -20px;
  margin-left: -35px;
  margin-right: 25px
}

.js-banner-promotion .container-fluid {
  padding-right: 0px;
  padding-left: 0px
}

.js-banner-promotion .banner-left {
  width: 64%;
  float: left;
  padding-right: 10px
}

@media only screen and (max-width: 1366px) {
  .js-banner-promotion .banner-left {
    padding-bottom: 8px
  }
}

@media only screen and (max-width: 992px) {
  .js-banner-promotion .banner-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 7px
  }
}

.js-banner-promotion .banner-right {
  width: 36%;
  display: inline-block
}

@media only screen and (max-width: 992px) {
  .js-banner-promotion .banner-right {
    width: 100%
  }
}

.js-banner-promotion .banner-right .item-banner {
  padding-bottom: 10px
}

@media only screen and (max-width: 1366px) {
  .js-banner-promotion .banner-right .item-banner {
    padding-bottom: 8px
  }
}

.js-banner-promotion .item-banner {
  cursor: pointer
}

.js-banner-promotion .item-banner .img-banner-left {
  position: relative
}

.js-banner-promotion .item-banner .img-banner-left .img-bn {
  overflow: hidden
}

.js-banner-promotion .item-banner .img-banner-left .img-bn img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

.js-banner-promotion .item-banner .img-banner-left .img-bn img:hover {
  transform: scale(1.1)
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left {
  position: absolute;
  top: 36%;
  right: 13%;
  text-align: right
}

@media only screen and (max-width: 992px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%
  }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt {
  display: inherit
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
  font-size: 60px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase
}

@media only screen and (max-width: 1366px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
    font-size: 38px
  }
}

@media only screen and (max-width: 992px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h2 {
    font-size: 28px
  }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
  font-weight: 600;
  font-size: 68px;
  display: inline-block;
  text-transform: uppercase
}

@media only screen and (max-width: 1366px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
    font-size: 54px
  }
}

@media only screen and (max-width: 992px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left .txt h1 {
    font-size: 32px
  }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left p {
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: -6px
}

@media only screen and (max-width: 321px) {
  .js-banner-promotion .item-banner .img-banner-left .title-banner-left p {
    display: none
  }
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .btnn {
  padding: 7px 15px 7px 15px;
  max-width: 130px;
  height: 40px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: all 0.5s ease
}

.js-banner-promotion .item-banner .img-banner-left .title-banner-left .btnn:hover {
  background-color: #111;
  color: #ddd
}

.js-banner-promotion .item-banner .img-banner-right-t {
  position: relative
}

.js-banner-promotion .item-banner .img-banner-right-t .img-bn {
  overflow: hidden
}

.js-banner-promotion .item-banner .img-banner-right-t .img-bn img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  width: 100%
}

.js-banner-promotion .item-banner .img-banner-right-t .img-bn img:hover {
  transform: scale(1.1)
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t {
  position: absolute;
  top: 17%;
  left: 14%;
  text-align: left
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t h3 {
  font-weight: 400;
  font-size: 48px;
  text-transform: none
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t p {
  margin-top: -5px;
  margin-bottom: 45px;
  font-size: 16px
}

@media only screen and (max-width: 1024px) {
  .js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t p {
    display: none
  }
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t .btnn {
  padding: 8px 22px 8px 24px;
  border: 1px solid #898989;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: all 0.5s ease
}

.js-banner-promotion .item-banner .img-banner-right-t .title-banner-right-t .btnn:hover {
  background-color: #111;
  color: #ddd
}

.js-banner-promotion .item-banner .img-banner-right-bt {
  position: relative
}

.js-banner-promotion .item-banner .img-banner-right-bt .img-bn {
  overflow: hidden
}

.js-banner-promotion .item-banner .img-banner-right-bt .img-bn img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  width: 100%
}

.js-banner-promotion .item-banner .img-banner-right-bt .img-bn img:hover {
  transform: scale(1.1)
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt {
  position: absolute;
  top: 43%;
  left: 56%;
  text-align: center;
  transform: translate(-50%, -50%)
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt p {
  font-size: 24px;
  font-weight: 400;
  color: #111
}

@media (max-width: 767px) {
  .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt p {
    font-size: 20px
  }
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3 {
  text-transform: none;
  margin-top: 0px;
  font-size: 48px
}

@media (max-width: 767px) {
  .js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3 {
    font-size: 28px
  }
}

.js-banner-promotion .item-banner .img-banner-right-bt .title-banner-right-bt h3:after {
  position: absolute;
  margin: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 80px;
  background: #111;
  content: ""
}

.black-friday {
  background-position: center !important;
  background-image: url(Black_friday_home2.png);
  padding-top: 94px;
  padding-bottom: 123px;
  margin-top: 79px;
  text-align: center
}

.black-friday .content {
  display: inline-block
}

.black-friday .content h3 {
  font-size: 36px;
  text-transform: none;
  font-weight: 400
}

@media (max-width: 767px) {
  .black-friday .content h3 {
    font-size: 25px
  }
}

.black-friday .content .sale-off {
  font-weight: 400;
  font-size: 74px;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  text-transform: uppercase
}

@media only screen and (max-width: 902px) {
  .black-friday .content .sale-off {
    font-size: 35px
  }
}

.black-friday .content ul {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 55px
}

.black-friday .content ul li {
  display: inline-block;
  font-size: 14px;
  color: #888;
  margin-left: 15px;
  width: 102px
}

@media (max-width: 480px) {
  .black-friday .content ul li {
    margin: 0;
    width: 65px
  }

  .black-friday .content ul li p {
    font-size: 20px !important
  }
}

.black-friday .content ul li span {
  margin-right: 25px
}

.black-friday .content ul li:last-child span {
  margin-right: 0
}

.black-friday .content ul li p {
  font-size: 36px;
  color: #111;
  font-weight: 400;
  margin-bottom: 0
}

.black-friday .content ul li p b {
  font-weight: 400
}

.black-friday .content ul li p span {
  color: #888;
  margin-left: 15px;
  font-weight: 300;
  margin-right: 0
}

.black-friday .content .btn-shop {
  height: 40px;
  max-width: 140px;
  background-color: #111;
  color: #ddd;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease 0s
}

.black-friday .content .btn-shop:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333
}

.special {
  text-align: center
}

.special h3 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px;
  margin-top: 66px;
  margin-bottom: 35px
}

@media (max-width: 767px) {
  .special h3 {
    font-size: 23px;
    margin-top: 20px
  }
}

.special p {
  margin-bottom: 30px
}

.special b {
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 500
}

.special .home-2 .slick-prev {
  left: -20px;
  top: 38%;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease 0s
}

@media only screen and (max-width: 1024px) {
  .special .home-2 .slick-prev {
    opacity: 1
  }
}

.special .home-2 .slick-next {
  right: -20px;
  top: 38%;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease 0s
}

@media only screen and (max-width: 1024px) {
  .special .home-2 .slick-next {
    opacity: 1
  }
}

.special .home-2 button {
  background-color: white;
  height: 55px;
  width: 55px;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

.special .home-2 button:before {
  color: black;
  font-size: 28px
}

.special .home-2 button:hover {
  background-color: black
}

.special .home-2 button:hover:before {
  color: white
}

.special .home-2:hover .slick-prev {
  left: -70px;
  opacity: 1
}

@media only screen and (max-width: 1024px) {
  .special .home-2:hover .slick-prev {
    left: -5px
  }
}

.special .home-2:hover .slick-next {
  right: -70px;
  opacity: 1
}

@media only screen and (max-width: 1024px) {
  .special .home-2:hover .slick-next {
    right: -5px
  }
}

@media only screen and (max-width: 992px) {
  .special .home-2 .slick-prev {
    left: -5px
  }

  .special .home-2 .slick-next {
    right: -5px
  }
}

.special .home-2 .item {
  padding: 0 10px
}

@media (max-width: 450px) {
  .special .home-2 .item {
    padding: 0
  }
}

.special .home-2 .item:focus {
  outline: none
}

.special .home-2 .item .product {
  position: relative
}

.special .home-2 .item .product:focus {
  outline: none
}

.special .home-2 .item .product .img-product {
  text-align: center
}

.special .home-2 .item .product .img-product:focus {
  outline: none
}

.special .home-2 .item .product .img-product a:focus {
  outline: none
}

.special .home-2 .item .product .img-product img {
  text-align: center;
  display: inline-block
}

.special .home-2 .item .product .product-lable {
  position: absolute;
  top: 17px;
  right: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 2px 9px -4px
}

.special .home-2 .item .product .product-lable span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.special .home-2 .item .product .product-lable-new {
  position: absolute;
  top: 17px;
  left: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: #111;
  color: #dddddd;
  box-shadow: 0px 2px 9px -4px
}

.special .home-2 .item .product .product-lable-new span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.special .home-2 .item .product .icon-prd {
  position: absolute;
  bottom: 3%;
  right: 0;
  opacity: 0;
  transition: 0.5s all ease
}

@media only screen and (max-width: 992px) {
  .special .home-2 .item .product .icon-prd {
    opacity: 1;
    right: 6%
  }
}

.special .home-2 .item .product .icon-prd .table-cell-center button {
  height: 50px;
  background-color: white;
  width: 50px;
  border-radius: 0px;
  margin-bottom: 5px;
  padding: 0;
  outline: none
}

.special .home-2 .item .product .icon-prd .table-cell-center button:hover {
  background-color: #111
}

.special .home-2 .item .product .icon-prd .table-cell-center button:hover span {
  color: white
}

.special .home-2 .item .product .icon-prd .table-cell-center button span {
  font-size: 20px
}

.special .home-2 .item .product:hover .icon-prd {
  transition: all 0.4s ease 0s;
  right: 6%;
  opacity: 1
}

.special .home-2 .item .title {
  padding-top: 10px;
  text-align: left
}

@media only screen and (max-width: 992px) {
  .special .home-2 .item .title {
    text-align: center
  }
}

.special .home-2 .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.special .home-2 .item .title .product-name a:focus {
  outline: none
}

.special .home-2 .item .title .product-name a:hover {
  color: #ea5e03
}

.special .home-2 .item .title .prosuct-price span {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  width: 10%;
  display: inline-block;
  margin-right: 15px
}

.special .home-2 .item .title .prosuct-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.special .home-2-v2 .slick-prev {
  left: -20px;
  top: 38%;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease 0s
}

@media only screen and (max-width: 1024px) {
  .special .home-2-v2 .slick-prev {
    opacity: 1
  }
}

.special .home-2-v2 .slick-next {
  right: -20px;
  top: 38%;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease 0s
}

@media only screen and (max-width: 1024px) {
  .special .home-2-v2 .slick-next {
    opacity: 1
  }
}

.special .home-2-v2 button {
  background-color: white;
  height: 55px;
  width: 55px;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

.special .home-2-v2 button:before {
  color: black;
  font-size: 28px
}

.special .home-2-v2 button:hover {
  background-color: black
}

.special .home-2-v2 button:hover:before {
  color: white
}

.special .home-2-v2:hover .slick-prev {
  left: -70px;
  opacity: 1
}

@media only screen and (max-width: 1024px) {
  .special .home-2-v2:hover .slick-prev {
    left: -5px
  }
}

.special .home-2-v2:hover .slick-next {
  right: -70px;
  opacity: 1
}

@media only screen and (max-width: 1024px) {
  .special .home-2-v2:hover .slick-next {
    right: -5px
  }
}

@media only screen and (max-width: 992px) {
  .special .home-2-v2 .slick-prev {
    left: -5px
  }

  .special .home-2-v2 .slick-next {
    right: -5px
  }
}

.special .home-2-v2 .item {
  padding: 0 10px
}

@media (max-width: 450px) {
  .special .home-2-v2 .item {
    padding: 0
  }
}

.special .home-2-v2 .item:focus {
  outline: none
}

.special .home-2-v2 .item .product {
  position: relative
}

.special .home-2-v2 .item .product:focus {
  outline: none
}

.special .home-2-v2 .item .product .img-product {
  text-align: center
}

.special .home-2-v2 .item .product .img-product:focus {
  outline: none
}

.special .home-2-v2 .item .product .img-product a:focus {
  outline: none
}

.special .home-2-v2 .item .product .img-product img {
  text-align: center;
  display: inline-block
}

.special .home-2-v2 .item .product .product-lable {
  position: absolute;
  top: 17px;
  right: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 2px 9px -4px
}

.special .home-2-v2 .item .product .product-lable span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.special .home-2-v2 .item .product .product-lable-new {
  position: absolute;
  top: 17px;
  left: 6%;
  height: 30px;
  width: 70px;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
  background-color: #111;
  color: #dddddd;
  box-shadow: 0px 2px 9px -4px
}

.special .home-2-v2 .item .product .product-lable-new span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}

.special .home-2-v2 .item .product .icon-prd {
  position: absolute;
  bottom: 3%;
  right: 0;
  opacity: 0;
  transition: 0.5s all ease
}

@media only screen and (max-width: 992px) {
  .special .home-2-v2 .item .product .icon-prd {
    opacity: 1;
    right: 6%
  }
}

.special .home-2-v2 .item .product .icon-prd .table-cell-center button {
  height: 50px;
  background-color: white;
  width: 50px;
  border-radius: 0px;
  margin-bottom: 5px;
  padding: 0;
  outline: none
}

.special .home-2-v2 .item .product .icon-prd .table-cell-center button:hover {
  background-color: #111
}

.special .home-2-v2 .item .product .icon-prd .table-cell-center button:hover span {
  color: white
}

.special .home-2-v2 .item .product .icon-prd .table-cell-center button span {
  font-size: 20px
}

.special .home-2-v2 .item .product:hover .icon-prd {
  transition: all 0.4s ease 0s;
  right: 6%;
  opacity: 1
}

.special .home-2-v2 .item .title {
  padding-top: 10px;
  text-align: left
}

@media only screen and (max-width: 992px) {
  .special .home-2-v2 .item .title {
    text-align: center
  }
}

.special .home-2-v2 .item .title .product-name a {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  text-decoration: none
}

.special .home-2-v2 .item .title .product-name a:focus {
  outline: none
}

.special .home-2-v2 .item .title .product-name a:hover {
  color: #ea5e03
}

.special .home-2-v2 .item .title .prosuct-price span {
  font-weight: 400;
  color: #333;
  font-size: 13px;
  width: 10%;
  display: inline-block;
  margin-right: 15px
}

.special .home-2-v2 .item .title .prosuct-price del {
  font-weight: 400;
  font-size: 13px;
  color: #e5e5e5
}

.testimonial {
  background-size: 100% 100%;
  background-image: url(Testimonial_bgr_home2.png);
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: 70px
}

.testimonial p {
  margin-top: -20px
}

.testimonial .slider {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 20px
}

@media (max-width: 480px) {
  .testimonial .slider {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media only screen and (max-width: 1024px) {
  .testimonial .slider .row {
    padding-right: 0px;
    padding-left: 0px
  }
}

.testimonial .slider__show .slick-dots {
  bottom: -50px
}

.testimonial .slider__show .slick-list {
  width: 350px;
  margin: 0 auto
}

@media only screen and (max-width: 414px) {
  .testimonial .slider__show .slick-list {
    width: 200px
  }
}

.testimonial .item {
  text-align: center;
  outline: none;
  padding-left: 8px;
  padding-right: 8px
}

.testimonial .item img {
  border-radius: 50%;
  width: 75px !important;
  height: 75px !important;
  margin: auto;
  opacity: 0.5
}

.testimonial .slick-current img {
  width: 105px !important;
  height: 105px !important;
  opacity: 1
}

.testimonial .slider__meta {
  text-align: center;
  margin-top: 40px;
  line-height: 25px
}

.testimonial .slider__meta .name {
  font-weight: 500;
  color: #111;
  font-size: 18px;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;;
  margin-top: 35px;
  margin-bottom: -5px
}

.testimonial .slider__meta .position {
  font-weight: 300;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;
}

.testimonial .slider__meta .desc {
  margin-top: 15px;
  font-size: 15px;
  color: #888;
  font-weight: 300;
 font-family: 'Raleway', 'Open Sans', 'Arial', sans-serif;;
  line-height: 28px
}

.policy {
  margin-top: 70px;
  margin-bottom: 50px
}

.policy .item {
  margin-bottom: 20px
}

.policy .row .font-policy {
  margin-top: 2px
}

.policy img {
  margin-top: 5px
}

.policy img:hover {
  transform: rotate(360deg);
  transition: 1s ease-in-out
}

.policy .font-lato-bold {
  font-weight: 500;
  font-size: 16px;
  color: #111
}

.policy .font-lato-regula {
  font-weight: 300;
  font-size: 15px;
  color: #888
}

.brand {
  background-color: #f4f4f4;
  padding-top: 55px;
  padding-bottom: 45px;
  text-align: center
}

.brand .js-slide-brand {
  width: 1365px;
  display: inline-block;
  cursor: e-resize
}

@media only screen and (max-width: 1366px) {
  .brand .js-slide-brand {
    width: 100%
  }
}

.brand .js-slide-brand .item {
  outline: none;
  text-align: center
}

.brand .js-slide-brand .item img {
  display: inline-block
}

.slideshow {
  overflow: hidden
}

@media only screen and (min-width: 1367px) {
  .slideshow .container-fluid {
    padding-right: 95px;
    padding-left: 95px
  }
}

@media only screen and (max-width: 1366px) {
  .slideshow .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

.slideshow button {
  z-index: 99;
  background-color: white;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: all 0.25s ease;
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.15)
}

@media only screen and (max-width: 1024px) {
  .slideshow button {
    opacity: 1;
    height: 35px;
    width: 35px;
    background-color: #111
  }

  .slideshow button .slick-prev {
    left: 0px
  }

  .slideshow button .slick-next {
    right: 0px
  }

  .slideshow button:before {
    color: white !important
  }
}

.slideshow button:before {
  color: #111
}

.slideshow button:hover {
  background-color: #111
}

.slideshow button:hover:before {
  color: #ddd
}

.slideshow:hover button {
  opacity: 1
}

.slideshow:hover .slick-prev {
  left: -25px
}

@media only screen and (max-width: 1366px) {
  .slideshow:hover .slick-prev {
    left: -15px
  }
}

@media only screen and (max-width: 1024px) {
  .slideshow:hover .slick-prev {
    left: 0
  }
}

.slideshow:hover .slick-next {
  right: -25px
}

@media only screen and (max-width: 1366px) {
  .slideshow:hover .slick-next {
    right: -15px
  }
}

@media only screen and (max-width: 1024px) {
  .slideshow:hover .slick-next {
    right: 0
  }
}

.slideshow .slick-prev {
  left: 10px
}

@media only screen and (max-width: 1024px) {
  .slideshow .slick-prev {
    left: 0
  }
}

.slideshow .slick-next {
  right: 10px
}

@media only screen and (max-width: 1024px) {
  .slideshow .slick-next {
    right: 0
  }
}

.slideshow .item .img-sl {
  position: relative
}

@media (max-width: 767px) {
  .slideshow .item .img-sl img {
    width: 300%;
    max-width: 300%
  }
}

.slideshow .item .img-sl .title {
  position: absolute
}

.slideshow .item .img-sl .title .style {
  font-weight: 500;
  font-size: 30px
}

@media only screen and (max-width: 415px) {
  .slideshow .item .img-sl .title .style {
    font-size: 18px
  }
}

.slideshow .item .img-sl .title h3 {
  font-weight: 500;
  text-transform: inherit;
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
  .slideshow .item .img-sl .title h3 {
    font-size: 38px
  }
}

@media only screen and (max-width: 415px) {
  .slideshow .item .img-sl .title h3 {
    font-size: 24px;
    margin-bottom: 13px;
    margin-top: 7px
  }
}

.slideshow .item .img-sl .title p {
  margin-bottom: 55px
}

@media only screen and (max-width: 768px) {
  .slideshow .item .img-sl .title p {
    margin-bottom: 30px
  }
}

@media only screen and (max-width: 415px) {
  .slideshow .item .img-sl .title p {
    display: none
  }
}

.slideshow .item .img-sl .title .btnn {
  cursor: pointer;
  height: 40px;
  width: 140px;
  opacity: 1;
  border-radius: 0;
  border: 0;
  outline: none;
  text-transform: uppercase;
  color: #ddd;
  background-color: #111;
  padding: 10px 20px 10px 20px;
  border: 1px solid transparent
}

.slideshow .item .img-sl .title .btnn:hover {
  border: 1px solid #898989;
  background: transparent;
  color: #333
}

.slideshow .item .img-sl .tt-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -15px
}

@media only screen and (max-width: 415px) {
  .slideshow .item .img-sl .tt-center {
    width: 70%;
    top: 60%
  }
}

.slideshow .item .img-sl .tt-left {
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: left
}

.slideshow .item .img-sl .tt-right {
  top: 20%;
  text-align: right;
  width: 500px;
  right: 10%
}

.out-mission {
  margin-top: 53px
}

@media (max-width: 1199px) {
  .out-mission {
    margin-top: 10px
  }
}

.out-mission .prd-about {
  position: relative;
  overflow: hidden
}

.out-mission .prd-about img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96)
}

.out-mission .prd-about img:hover {
  transform: scale(1.1)
}



@media only screen and (max-width: 991px) {
 

.out_team {
  text-align: center;
  margin-bottom: 85px
}

.out_team .title-top {
  margin-bottom: 75px
}

.out_team .title-top h3 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  letter-spacing: 2px;
  margin-top: -39px;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .out_team .title-top h3 {
    font-size: 28px
  }
}

.out_team .title-top p {
  margin: 0 auto;
  width: 39%;
  line-height: 28px
}

@media only screen and (max-width: 1366px) {
  .out_team .title-top p {
    width: 55%
  }
}

@media (max-width: 991px) {
  .out_team .title-top p {
    width: 90%
  }
}

.out_team .item_team {
  padding-left: 30px;
  padding-right: 30px;
  outline: none
}

.out_team .item_team .awe-media {
  margin-top: 25px
}

.out_team .item_team .awe-media span {
  font-size: 18px
}

.out_team .item_team .awe-media p {
  margin-top: 5px
}

.out_team .item_team .anwe {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.5s all ease;
  display: inline-block;
  cursor: pointer
}

.out_team .item_team .anwe img {
  width: 255px;
  transition: 0.5s all ease
}

.out_team .item_team .anwe:hover .awe-media-hover {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  transition: 0.5s all ease
}

.out_team .item_team .anwe:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease
}

.out_team .item_team .anwe .awe-media-hover {
  background-color: rgba(0,0,0,0.75);
  opacity: 0;
  border-radius: 50%;
  top: 100%;
  transition: 0.5s all ease
}

.out_team .item_team .anwe .awe-media-hover .fp-table-cell {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s
}

.out_team .item_team .anwe .awe-media-hover .fp-table-cell ul {
  padding-left: 0
}

.out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li {
  margin: 5px
}

.out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li a {
  color: #ddd
}

.out_team .item_team .anwe .awe-media-hover .fp-table-cell ul li a:hover {
  color: #ea5e03
}

@media (min-width: 1573px) {
  .container {
    max-width: 1573px !important
  }
}

.soflow {
  font-weight: 400;
  font-size: 14px;
  border: 0;
  outline: none
}

#soflow {
  font-weight: 400;
  font-size: 14px;
  border: 0;
  outline: none
}

.body-filters .content-details-product #open-filters {
  display: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none
}

.engoc-button-search {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: transparent;
  font-size: 18px
}

.js-slideshow-product-details .item {
  margin-left: 5px;
  margin-right: 5px
}

