/*--------------------------/*
Tempale name : TechOne
Version    : 1.0.0
Author     : kutethemes
Last change: 10/08/2017

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

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

[Component module]
HEADER
HOMES PAGE
SHOPS PAGE@media (min-width
BLOGS PAGE
PRODUCTS PAGE
FOOTER
SLIDESHOW
REPONSIVE
/*-------------------------*/

body{
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-style: normal;
  overflow-x: hidden;
  line-height: 24px;
}
img {
	max-width: 100%;
}
a,a:hover,a:active,a:focus {
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0; 
}
ul ul, ol ol, ul ol, ol ul {
  padding-left: 25px; 
}
input[type="text"], input[type="email"],
textarea, input[type="password"],
input[type="tel"],
input[type="search"] {
  appearance: none ;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.box-has-content::before {
  display: table;
  content: "";
}
.box-has-content::after {
  clear: both;
  display: table;
  content: "";
}
.back-to-top {
  bottom: 30px;
  display: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  position: fixed;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  z-index: 99999  ;
  overflow: hidden;
  border: solid 1px;
  padding: 0;
  background-color: #fff;
}
.back-to-top::before {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  color: #222222;
  z-index: 111;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
}
.back-to-top:hover::before {
  color: #fff;
}
.back-to-top.show {
	display: block;
}
.left-content {
  text-align: left;
}
.right-content {
  text-align: right;
}
.midle-content {
  text-align: center;
}
.container,
.no-padding {
  padding: 0;
}
/*use to input*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder { / Firefox 18- /
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {  / Firefox 19+ /
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {  
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*use to input--end*/

/*--HEADER STYLE--*/

/*menu mobile*/
.mobile-navigation {
  display: none;
  width:100%;
  text-align:center;
}
.mobile-navigation {
  padding: 14px 0 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  color:#000 !important;
}
.mobile-navigation .icon {
  width: 22px;
  display: block;
  float: left;
  margin-right: 15px;
}
.mobile-navigation .text{
  margin-top: -2px;
  display: block;
  float: left;
}
.mobile-navigation .icon span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  background-color:#000 !important;
}
.mobile-navigation .icon span:nth-child(2) {
  width: 16px;
}
.kt-clone-wrap{
  position: fixed;
  overflow-x: hidden;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100000;
  -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
  box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
}
.kt-clone-wrap.open{
  left: 0;
}
.kt-panels-actions-wrap{
  border-bottom: 1px solid #eee;
  height: 50px;
  position: relative;
}
.kt-panels-actions-wrap .kt-close-btn,
.kt-panels-actions-wrap .kt-prev-panel{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #222;
}
.kt-panels-actions-wrap .kt-prev-panel{
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #eee;
}
.kt-panels-actions-wrap .kt-current-panel-title{
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
}
.kt-panels-actions-wrap .kt-prev-panel:before{
  content: "\f104";
  font-family: FontAwesome;
}
.kt-panel>ul{
  padding: 0;
  margin: 0;
}
.kt-panel-opened > .submenu {  
  padding-bottom: 50px;
}
.kt-panel li{
  list-style: none;
  position: relative;
}
.kt-panel > ul > li{
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.kt-panel>ul.submenu>li {
  padding: 0;
}
.kt-panel > ul> li> a {
  display: block;
  font-size: 14px;
  color: #222;
  padding: 10px 20px;
  text-transform: uppercase;
}
.kt-next-panel{
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.kt-next-panel:before{
  content: "\f105";
  font-family: FontAwesome;
}

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

.menu-item-has-children.clone-menu-item > a::after {
  display: none;
}
.kt-panel> .demos-menu {
  padding: 0;
}
.kt-panel> .demos-menu .demo-item {
  width: 100%;
}
.kt-panel> .demos-menu .demo-item .demo-title {
  margin: 0;
}
.kt-panel>  .mega-menu .widget-custom-menu {
  width: 100%;
}
/*end mobile menu*/

/*HEADER LAYOUT1*/
.topbar {
  border-bottom: solid 1px #e6e6e6;
}
.topbar .menu-topbar {
  float: left;
}
.topbar .menu-topbar > li {
  display: inline-block;
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.topbar .menu-topbar > li:first-child {
  padding-left: 0;
}
.topbar .menu-topbar > li:last-child {
  padding-right: 0;
}
.topbar .menu-topbar li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
  padding: 0 12px;
  position: relative;
}
.categori-search-option {
  outline: 0;
}
.categori-search-option option {
  outline: 0;
  font-size: 20px;
  color: red;
}
.topbar .menu-topbar > li:first-child > a {
  padding-left: 0;
}
.topbar .menu-topbar > li  {
  line-height: 30px;
  position: relative;
}
.list-language.submenu {
  min-width: 130px;
  left: 0;
}
.list-currencies.submenu {
  min-width: 120px;
  left: 0;
}
.main-header .top-header {
  padding: 35px 0 10px;
}
/*.main-header .logo {
  padding-top: 8px;
}*/
.logo img {
	height: 100px;
    margin-top: -25px;
}
.header.layout1 .main-header .header-control {
  margin-top: -4px;
}
.search-form .search-block {
  position: relative;
  display: table;
  float: right;
}
.search-form .search-block .search-inner {
  display: table-cell;
  vertical-align: middle;
  width: 237px;
  max-width: -webkit-calc(100% - 194px);
  max-width: -moz-calc(100% - 194px);
  max-width: calc(100% - 194px);
}
.search-form .search-block .search-info {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  font-size: 13px;
  color: #888888;
  padding: 0 29px;
  border-radius: 21px 0 0 21px;
  border-right: none;
  border: solid 1px #e6e6e6;
  border-right: none;
}
.search-form .search-choice{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search-form .search-block .search-button {
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 21px 21px 0 ;
  display: inline-block;
  margin-top:1px;
}
.search-form .search-block .search-button i {
  line-height: 40px;
}
.search-form .search-block .search-button:hover {
  background-color: #aaa;
}
.search-form .search-block .chosen-select .title {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  background-color: #f0f2f5;
  padding-left: 20px;
  width: 100%;
  display: block;
}
.search-form .search-block .chosen-select {
  width: 100%;
  background-color: transparent;
  padding: 9px 15px;
  border-right: none;
}
.search-form .search-block .chosen-container-single {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 135px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.search-form .search-block .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 30px 0 20px;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  background-color: #ffffff;
  border-left: solid 1px #e6e6e6;
  line-height: 42px;
  height: 42px;
  font-size: 13px;
  color: #888;
}
.search-form .search-block .chosen-container-single .chosen-single::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #aaa;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: -3px;
}
.search-form .search-block .chosen-container-single .chosen-drop {
  min-width: 236px;
  overflow-y: auto;
  border: solid 1px #ddd;
  text-align: left;
  background-color: #fff;
  max-height: 420px;
}
.search-form .search-block .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
.search-form .search-block .chosen-container .chosen-results li.active-result:hover,
.search-form .search-block .chosen-container .chosen-results li.highlighted {
  background-color: #f0f2f5;
  background-image: none;
  color: #666;
}
.header.layout6 .search-form .search-block .chosen-container-single .chosen-single {
    border-radius: 20px 0 0 20px;
    border-right: 0;
}
.search-form .search-block .chosen-container .chosen-results li {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding: 0 10px 0 20px;
}
.search-form .search-block .chosen-container-single .chosen-single span {
  margin-right: 2px;
}
.search-form.layout2 .search-block .chosen-container-single .chosen-single {
  border-radius: 20px 0 0 20px;
  border: none;
  position: relative;
}
.search-form.layout2 .search-block .chosen-container-single .chosen-single::before {
  height: 36px;
  width: 1px;
  background-color: #e6e6e6;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-form.layout2 .search-block .search-info {
  border-radius: 0;
  border: none;
  width: 460px;
}
.header-control li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 20px;
}
.header-control li:last-child {
  padding-right: 0;
}
.header-control li:first-child {
  padding-left: 0;
}
.header-control > li::after {
  background-color: #ccc;
  content: "";
  width: 1px;
  height: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 0;
}
.header-control li:last-child::after {
  display: none;
}
.hotline .icon {
  float: left;
  font-size: 26px;
  color: #666;
  margin-right: 8px;
  margin-top: 15px;
}
.hotline .text {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  display: block;
  margin-bottom: -4px;
}
.hotline .number {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.hotline .content {
  overflow: hidden;
  text-align: left;
}
.box-minicart {
  list-style: none;
  display: inline-block;
  position: relative;
}
.box-minicart .cart-block .cart-icon {
  font-size: 26px;
  color: #666;
  position: relative;
  margin-right: 10px;
  float: left;
}
.box-minicart .cart-block .cart-icon .count {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  top: 0;
}
.box-minicart .cart-block .total-price .text {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
.box-minicart .cart-block .total-price {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  display: inline-block;
}
.box-minicart .cart-block .total-price .text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.box-minicart .cart-inner {
  position: absolute;
  z-index: 12;
  right: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 310px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  top: 105%;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  border-top: solid 2px;
  padding: 25px 20px;
  text-align: left;
  background-color: #fff;
}
.box-minicart .minicart {
  padding: 10px 15px 10px 0;
}
.box-minicart .minicart::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #aaa;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 6px;
}
.box-minicart .minicart:hover .cart-inner {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.box-minicart .cart-inner .title {
  font-size: 13px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
.box-minicart .cart-inner .list-item {
  padding: 0;
}
.box-minicart .cart-inner .list-item li {
  padding: 15px 0;
  border-bottom: solid 1px #e6e6e6;
  width: 100%;
}
.box-minicart .cart-inner .list-item .product-item .thumb {
  float: left;
  margin-right: 8px;
}
.box-minicart .cart-inner .list-item .product-item .info {
  overflow: hidden;
}
.box-minicart .cart-inner .subtotal {
  border-top: solid 1px #e6e6e6;
  padding: 20px 0;
}
.box-minicart .cart-inner .subtotal {
  text-align: left;
  display: block;
  width: 100%;
}
.box-minicart .cart-inner .subtotal .text {
  font-size: 14px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}
.box-minicart .cart-inner .subtotal .total-price {
  font-size: 18px;
  color: #666;
  font-weight: 700;
}
.box-minicart .cart-inner .group-button-checkout a {
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #aaa;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  font-weight: 600;
  float: left;
  max-width: 49%;
  color: #fff;
}
.box-minicart .minicart:hover .cart-inner.cart-empty {
  padding: 25px 0;
  text-align: center;
}
.box-minicart .minicart:hover .cart-inner.cart-empty .content {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.header-nav-wapper,
.header-nav-wapper .header-nav {
  width: 100%;
  background-color: #e9e9e9;
}
.header-nav-wapper .vertical-wapper {
  width: 100%;
  position: relative;
}
.vertical-content {
  background-color: #fff;
  padding: 10px 0 20px;
  border: solid 1px #e6e6e6;
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 0;
  width: 100%;
}
.vertical-wapper .block-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  height: 52px;
  line-height: 28px;
  cursor: pointer;
  display: block;
  padding: 12px 0 12px 20px;
}
.vertical-wapper .block-title .icon-bar {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 17px;
}
.icon-bar span {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  background-color: #ffffff;
  height: 2px;
}
.vertical-menu li {
  display: list-item;
  list-style: none;
}
.vertical-menu > li > a {
  line-height: 49px;
  font-size: 13px;
  color: #444444;
  text-transform: uppercase;
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 19px;
}
.vertical-menu li .toggle-submenu {
  display: none;
}
.vertical-menu > li:hover {
  background-color: #f3f3f3;
}
.vertical-menu > li:hover >a {
  border-color: transparent;
}
.vertical-menu .menu-item-has-children > a::after {
  content: "\f105";
}
.vertical-menu > li >a .icon {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: top;
  line-height: 44px;
  margin-right: 10px;
  opacity: 0.3;
}
.view-all-categori {
  display: block;
  text-align: center;
}

.view-all-categori .button {
  font-size: 13px;
  line-height: 50px;
  text-transform: uppercase;
}
.vertical-content.layout2 .view-all-categori {
  display: none;
}
.main-menu > li{
  display: inline-block;
  float: left;
}
.main-menu > li > a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
  padding: 0 19px;
  cursor: pointer;
  float: left;
}
.list-socials > li:first-child > a,
.main-menu > li:first-child > a {
  padding-left: 0;
}
.list-socials li:last-child > a,
.main-menu > li:last-child > a {
  padding-right: 0;
}
.list-socials li {
  display: inline-block;
  list-style: none;
  margin: 4px 2px;
}
.list-socials li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 14px;
  color: #666;
}
.list-socials li a:hover {
  color: #fff;
}

.language .flag {
  margin-right: 5px;
}
.language .flag img {
  margin-top: -2px;
}
/*MAIN-MENU*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  color: #333;
  float: right;
}
.submenu {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 20px 0 30px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  display: block;
}
.submenu li {
  display: list-item;
  list-style: none;
}
.submenu .menu-item-has-children:hover > a::after {
  content: "\f105";
}
.menu-item-has-children:hover > .submenu {
  -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.submenu > li {
  display: list-item;
  list-style: none;
}
.submenu > li >a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  padding: 8px 20px;
  text-transform: uppercase;
}
.submenu >li:hover >a {
  letter-spacing: 0.2px;
  background-color: #f1f1f1;
}
.main-menu .demos-menu {
  padding: 35px 25px 10px;
}
.main-menu .demos-menu .demo-item a {
  padding: 0;
}
.main-menu .demos-menu .demo-item {
  padding: 0 10px;
  margin-bottom: 30px;
}
.main-menu .demos-menu .demo-item .demo-title {
  font-size: 14px;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.main-menu .mega-menu1 {
  max-width: 1010px;
  background-image: url('../images/bg1.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 25px 30px 0;
}
.widget-custom-menu .widgettitle{
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.widget-custom-menu {
  margin-bottom: 30px;
}
.widget-custom-menu ul {
  padding: 0;
}
.widget-custom-menu ul li {
  list-style: none;
  display: list-item;
}
.widget-custom-menu ul li a {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  display: block;
}
.vertical-menu .menu-item-has-children.has-megamenu {
  position: inherit;
}
.vertical-menu .menu-item-has-children:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.vertical-menu .submenu1 {
  max-width: 650px;
  background-image: url('../images/bg2.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 35px;
  min-height: 100%;
  background-color: #fff;
}
.vertical-menu .submenu2 {
  max-width: 610px;
  background-image: url('../images/bg3.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 35px 40px;
  min-height: 100%;
  background-color: #fff;
}
.box-sticky {
  position: fixed;
  z-index: 999;
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  transform: translateY(-300px);
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  -ms-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  background-color: #fff;
  padding: 0;
  opacity: 0;
  border-bottom: solid 1px #e6e6e6;
}
.box-sticky.is-sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  opacity: 1;
}
.hidden-content,
.header-home2 .box-sticky .hidden-content,
.is-sticky .hidden-content.show-up,
.is-sticky .hidden-content.always-open {
  display: none;
}
.hidden-content.show-up,
.hidden-content.always-open,
.is-sticky .hidden-content.show-in-sticky,
.is-sticky .always-open.show-in-sticky {
  display: block;
}
.logo-prepend .logo {
  padding-top: 10px;
  margin: 0 auto; 
  width: 100%;
  text-align: center;
}
.cart-prepend .box-minicart {
  margin-top: 5px;
  float: left;
}

/*HEADER LAYOUT6*/
.header.layout6 .topbar {
  border-bottom: none;
}
.header.layout6 .header-nav {
  float: left;
  width: auto;
}
.header.layout6 .main-menu > li > a {
  font-size: 13px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 40px;
}
.header.layout6 .box-sticky.is-sticky .main-menu > li > a {
  line-height: 50px;
  font-weight: 700;
}
.header.layout6 .main-menu > li:first-child > a {
  padding-left: 0;
}
.header.layout6 .menu-item-has-children > a::after {
  margin-left: 4px;
}
.header.layout6 .topbar .menu-topbar > li::before {
  background-color: #b2b2b2;
}
.header.layout6 .topbar .menu-topbar li:last-child a {
  padding-right: 0;
}
.header.layout6 .vertical-wapper .block-title {
  display: none;
}
.header.layout6 .hotline .number, 
.header.layout6 .hotline .icon, 

.header.layout6 .box-minicart .minicart::after, 
.header.layout6 .box-minicart .cart-block .cart-icon, 
.header.layout6 .box-minicart .cart-block .total-price,
.header.layout6 .box-minicart .cart-block .cart-icon .count {
  color: #222;
}
.header.layout6 .box-sticky.is-sticky .box-minicart .cart-block .cart-icon .count {
  color: #fff;
}
.header.layout6 .hotline .icon {
  margin-top: 12px;
}
.header.layout6 .hotline .text, 
.header.layout6 .box-minicart .cart-block .total-price .text {
  color: #666;
}
.header.layout6 .box-minicart .cart-block .cart-icon .count {
  background-color: #fff;
}
.header.layout6 .header-control > li::after {
  background-color: #b2b2b2;
}
.header.layout6 .vertical-content {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  position: static;
}
.header.layout6 .vertical-menu > li {
  display: inline-block;
  position: relative;
}
.header.layout6 .vertical-menu > li > a {
  margin: 0 5px;
  border: none;
  color: #222;
}
.header.layout6  .vertical-menu > li >a .icon {
  opacity: 1;
}
.header.layout6 .vertical-menu > li:first-child > a {
  margin-left: 0;
}
.header.layout6 .vertical-menu > li > a .icon {
  margin-right: 0;
}
.header.layout6 .vertical-menu > li:hover {
  background-color: transparent;
}
.header.layout6 .vertical-menu > li:hover > a {
  text-decoration: underline;
}
.header.layout6 .vertical-menu .menu-item-has-children > a::after {
  display: none;
}
.header.layout6 .search-form .search-block .chosen-container-single .chosen-single {
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.header.layout6 .search-form .search-block .search-info {
  border-radius: 0;
}
.header.layout6 .search-form .search-block .search-button {
  background-color: #fff;
  color: #aaa;
}
.header.layout6 .header-nav-wapper .vertical-wapper {
  border-top: solid 1px #e5e5e5;
}
.header.layout6 .top-header .middle-content {
  margin-left: 25px;
  margin-right: -25px;
}

/*OWL-CAROUSEL*/
.owl-carousel .owl-item img {
  transform-style: inherit;
  -webkit-transform-style:inherit;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  text-align: center;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
    opacity: 0;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev,
.owl-carousel.nav-style1 .owl-nav .owl-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bebebe;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev i,
.owl-carousel.nav-style1 .owl-nav .owl-next i {
  line-height: 40px;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next  {
  opacity: 1;
}
.owl-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
}
.owl-carousel.nav-style1:hover .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev {
  left: 30px;
}
.owl-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style1 .owl-nav .owl-next:hover {
  color: #fff;
}

.owl-carousel.nav-style2 .owl-nav {
  position: absolute;
  z-index: 1;
  top: -36px;
  right: 10px;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev,
.owl-carousel.nav-style2 .owl-nav .owl-next {
  width: 20px;
  font-size: 20px;
  color: #888;
  opacity: 1;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev {
  right: 25px;
}
.owl-carousel.nav-style2 .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.nav-style2 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style2 .owl-nav .owl-next:hover {
  color: #222;
}
.owl-thumbs {
	display:none;
}
.owl-prev,.owl-next {
	display:block !important;
}

/*HOME 7*/
.slideshow7 .owl-carousel.nav-style1 .owl-nav .owl-prev, 
.slideshow7 .owl-carousel.nav-style1 .owl-nav .owl-next {
  background-color: #fff;
}
.slideshow7 .slide-content {
  /*max-width: 385px;*/
  max-width: 85%;
  left: 90px;
  background:rgba(0,0,0,0.3);
  padding:10px;
}
.main-content-home7 .slideshow-offset .main-slideshow{
  margin-top: 10px;
  float: left;
  width: calc(100% - 300px);
  margin-right: 10px;
}
.main-content-home7 .slideshow-offset .row-banner {
  width: 290px;
  float: left;
}
.main-content-home7 .slideshow-offset .row-banner .banner {
  margin: 10px 0 0;
  overflow: hidden;
}
.main-content-home7 .slideshow-offset .row-banner .banner a {
  margin-bottom: -7px;
  background:#ECECEC;
  height:140px;
  width:100%;
}
.product-left {
	width:45%;
	float:left;
	overflow:hidden;
}
.product-left img {
	width:100%;
	height:116px;
	max-width:none;
	margin:10px 0 0 10px;
}
.product-right {
	width:47%;
	float:right;
	margin:40px 0 0 15px;
	margin-right:2%;
	font-size:14px;
	font-weight:bold;
}
.pricered {
	color:red;
}
.main-slideshow .slide-content .button {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
}
.main-slideshow .slide-content .button:hover {
  background-color: #aaa;
}
.main-slideshow .slide-content {
  position: absolute;
  z-index: 2;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-slideshow .slide-content .title {
  font-size: 36px;
  line-height: 45px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.main-slideshow .owl-item.active .slide-content  .title {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInRight;
  -webkit-animation-name: bounceInRight;
}
.main-slideshow .owl-item.active .slide-content  .subtitle {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
}
.main-slideshow .owl-item.active .slide-content  .smalltitle {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInUp;
  -webkit-animation-name: bounceInUp;
}
.main-slideshow .slide-content .subtitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.main-slideshow .slide-content .subtitle span {
  font-size: 37px;
  font-weight: 700;
}
.main-slideshow .slide-content .smalltitle {
  font-size: 14px;
  color: #888;
  /*margin: 0 0 22px;*/
  text-transform: uppercase;
  max-height:150px;
  overflow:hidden;
}
.main-slideshow .slide-content .smalltitle span {
  font-size: 26px;
  font-weight: 700;
  color: #222;
}
.slideshow1 .item2 .slide-content .title {
  font-weight: 600;
  max-width: 330px;
}
.slideshow1 .item2 .slide-content .title span {
  font-weight: 700;
}
.slideshow1 .item3 .slide-content .smalltitle {
  text-transform: inherit;
  font-size: 16px;
}
/*FEATRUE-BOX*/
.featrue-box {
  display: table;
  margin: 0 auto;
  padding: 30px 0;
}
.featrue-box-list {
  background-color: #f8f8f8;
  margin: 20px 0;
}
.main-content-home2 .featrue-box-list {
  margin-bottom: 0;
}
.featrue-box-list .featrue-item {
  border-left: solid 1px #e1e1e1;
}
.featrue-box .block-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.featrue-box .block-icon a {
  font-size: 30px;
}
.featrue-box .block-inner {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.featrue-box .block-inner .title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.featrue-box .block-inner .des {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.featrue-box.layout2 {
  text-align: center;
  padding: 7px 0;
  width: 100%;
  border: solid 1px #e6e6e6;
}
.featrue-box.layout2 .block-icon,
.featrue-box .block-inner {
  display: block;
}
.featrue-box.layout2 .block-inner .title {
  font-size: 14px;
}
.featrue-box.layout2 .block-inner .des {
  margin-top: -5px;
}
/*ALL EFFECT*/
.banner-effect1 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -7px;
}
.banner-effect1 a::before {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s ease 0s;
     -moz-transition: 0.7s ease 0s;
      -ms-transition: 0.7s ease 0s;
       -o-transition: 0.7s ease 0s;
          transition: 0.7s ease 0s;
}
.banner-effect1 a:hover::before {
  visibility: visible;
  opacity: 0.2;
}

/*** UPDATES ***/
.updates-section {
	margin:40px 0;
	border-top:#F6F6F6 1px solid;
}
.no-border {
	border:none;
}
.section-title {
	margin-bottom:35px;
}
.updates-section article {
    position: relative;
    margin: 0 0 30px;
}
.updates-section article .holder {
    background: #FBFCFD;
    border-radius: 4px;
    padding: 10px;
}
.updates-section .grid-content{
	margin: 15px;
}
.updates-section h2.entry-title {
	font-size:24px;
	font-style: normal;
    font-weight: 500;
    line-height: 1.416666666666;
    letter-spacing: 0px;
    text-align: inherit;
}
.updates-section h2.entry-title a {
    color: #000;
}
.updates-section .entry-content {
	margin: 12px 0 0;
	color: #7c8a97;
}
.updates-section .post__date a {
    color: #b0bbd2;
}
.viewall a{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    transform-origin: 100% 50% 0;
    -o-transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    overflow: hidden;
    border: solid 1px;
	padding:10px 20px;
}
.viewall {
	margin-top:35px;
}
.viewall a:hover {
	background-color: #fed700;
	color:#fff;
}
.viewupdate {
	margin-top:30px;
}
.viewupdate h1 {
	font-size: 32px;
	font-style: normal;
    font-weight: 300;
    line-height: 1.3125;
    font-family: Merriweather;
    letter-spacing: 0px;
    text-align: inherit;
    color: #333870;
}
.viewupdate .entry-meta {
	border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
	padding: 22px 0;
	margin-bottom:25px;
}
.entry-footer .entry-meta a {
	margin-right:20px;
}
#atstbx {
	float: right;
}
.viewupdate .bottomsection p {
	margin-top: 50px;
    margin-bottom: 50px;
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: Noto Sans;
    letter-spacing: 0px;
    text-align: inherit;
    color: #7c8a97;
}
.viewupdate .bottomsection p {
	border-bottom:#F6F6F6 1px solid;
	padding-bottom:30px;
}
.updatenav {
    height: 50px;
}
.updatenav .previous {
    float: left;
}
.updatenav div {
    min-width: 60px;
    width: auto;
    border: #CCC 1px solid;
    border-radius: 10px;
    padding: 8px 15px;
    text-align: center;
}
.updatenav div a {
    text-decoration: none;
}
.updatenav div:hover, .updatenav div:hover a {
    background: #fed700;
    color: #fff;
}
.updatenav .next {
    float: right;
}
.enquiryform {
	background:#F5F5F5;
	padding:15px;
}
.enquiryform input[type="text"], .enquiryform textarea, .enquiryform input[type="submit"] {
    font-size: 1.2em;
    width: 95%;
    padding: 0.5em 0.5em;
    margin: 0.5em;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #8B8A8A;
    -webkit-appearance: none;
}
.send input[type="submit"] {
    background:#fed700;
    color: #fff;
    font-size: 1.4em;
    width: 35%;
    /* margin: 0.5em 1.3em; */
    border-top: none;
    border-left: none;
    border-right: none;
}
.enquiryform .enquiry-title {
	font-size:1.5em;
    margin: 0.5em;
}
.enquiryform label.error {
    color: #F00;
    margin-left: 0.5em;
}
.enquiryform .enqsuccess {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/*** PRODUCTS ***/
.products-section {
	margin:40px 0;
	border-top:#F6F6F6 1px solid;
}
.text-center {
    text-align: center;
}
.product.light {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 5px solid #ffffff;
    /*max-width: 263px;*/
    margin: 5px auto 10px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.products-section .owl-item {
	padding-left:10px;
	padding-right:10px;
}
.figure-hover-overlay {
    position: relative;
    overflow: hidden;
    .figure-href{
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom: 0;
        z-index: 5;
    }
    .img-overlay{
        position: absolute; opacity: 1; z-index: 2;
    }
}
.figure-hover-overlay {
    position: relative;
    overflow: hidden;
}
.product.light .product-new {
    position: absolute;
    font-size: 14px;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -25px;
    top: -8px;
    color: #ffffff;
    background-color: #5eb22d;
    width: 70px;
    padding-top: 10px;
    -webkit-transform: rotate(-45deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-45deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-45deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-45deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-45deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product.light .product-sale {
    position: absolute;
    font-size: 14px;
    z-index: 6;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    border-radius: 40px !important;
    text-align: center;
    padding: 17px;
    right: 3px;
    top: 3px;
    line-height: 13px;
    color: #eb2c33;
    border: 1px solid rgba(235, 44, 51, 0.5);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product.light .product-compare {
    position: absolute;
    font-size: 18px;
    color: #eb2c33;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    border: 1px solid rgba(235, 44, 51, 0.5);
    z-index: 103;
    bottom: 10px;
    right: -100px;
}
.product.light .product-wishlist {
    position: absolute;
    font-size: 18px;
    color: #eb2c33;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 40px;
    border: 1px solid rgba(235, 44, 51, 0.5);
    z-index: 103;
    bottom: 52px;
    right: -100px;
}
.figure-hover-overlay .img-overlay {
    position: absolute;
    opacity: 1;
    z-index: 2;
}
.figure-hover-overlay img {
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	height:250px;
}
.img-overlay {
    position: absolute;
    opacity: 0.5;
    z-index: 2;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.product.light .product-caption {
    text-align: left;
    position: relative;
    padding: 10px 10px 5px 10px;
    background-color: #ffffff;
}
.product.light .product-caption .block-name {
    display: inline-block;
    margin-right: 50px;
}
.product.light .product-caption .product-name {
    font-size: 14px;
    padding: 0 0 5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #0e0e0e;
}
.product.light .product-caption .product-price {
    color: rgba(14, 14, 14, 0.9);
    font-size: 15px;
    margin: 0;
}
.product.light .product-caption .product-price span {
    color: rgba(14, 14, 14, 0.5);
    font-size: 13px;
    text-decoration: line-through;
}
.product.light .product-caption .product-cart {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.product.light .product-caption .product-cart a {
    display: inline-block;
    font-size: 19px;
    color: #eb2c33;
    -webkit-backface-visibility: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    border: 1px solid rgba(235, 44, 51, 0.5);
}
.product.light i {
    line-height: 40px;
}
.product.light i.fa-inr {
    line-height: 13px;
}
.product .figure-hover-overlay:hover .img-overlay{
    opacity: 0;
}
.product.light .figure-hover-overlay:hover .product-compare{right: 10px;}
.product.light .figure-hover-overlay:hover .product-wishlist{right: 10px;}

/*** PRODUCTS CATEGORY ***/
.singlepage {
	margin-top:30px;
}
#portfolio {
	margin-top:50px;
}
#portfolio .container-fluid, 
#portfolio .container-fluid .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding:0 15px;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
  font-size:17px;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
  height:300px;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}
#portfolio .container-fluid, #portfolio .container-fluid .col-sm-3 {
    overflow: hidden;
    padding: 0;
}
#portfolio .container-fluid, #portfolio .container-fluid .col-sm-3 {
    overflow: hidden;
    padding: 0;
}
#portfolio .folio-link:hover a, #portfolio .folio-expand:hover a {
  background:#fed700;
}
.videogallery .overlay .overlay-content {
  height:40%;
}
.videogallery #portfolio .folio-item:hover .overlay {
  height:40%;
  top:0;
}
.videogallery  #portfolio .folio-item:hover .folio-image {
  -webkit-transform:none;
  transform:none;
}

/**** PAGE ****/
.imagerow {
	margin:25px 0;
}
.pagecontent {
	border-bottom: #F6F6F6 1px solid;
    padding-bottom: 30px;
	margin-top: 25px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.642856;
    font-family: Noto Sans;
    letter-spacing: 0px;
    text-align: inherit;
    color: #7c8a97;
}

/*** GALLERY ***/
.gallery #filters {
	margin:1%;
	padding:0;
	list-style:none;
	padding-bottom:15px;
	border-bottom:1px solid #EEE;
}
.gallery #filters li {
	float:left;
	list-style:none;
}
.gallery #filters li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
	color:#666;
	cursor: pointer;
}
.gallery #filters li span.active {
	background: #e95a44;
	color:#fff;
}
.gallery .col-sm-3 {
    display: none;
}

/*** FOOTER ***/
#contact {
    padding-top: 45px;
    padding-bottom: 0;
}
#contact-us {
    background-image: url(../images/contact-bg.jpg);
    padding-bottom: 90px;
}
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	color:#fff;
}
#contact-us .heading {
    padding-top: 95px;
    padding-bottom: 90px;
}
.form-group {
    margin-bottom: 30px;
}
.parallax input[type="text"], .parallax input[type="text"]:hover, .parallax input[type="email"], .parallax input[type="email"]:hover, .parallax input[type="url"], .parallax input[type="url"]:hover, .parallax input[type="password"], .parallax input[type="password"]:hover, .parallax textarea, .parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}
.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: transparent;
    border-color: rgba(255,255,255,.1);
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}
.contact-info {
    padding-left: 70px;
    font-weight: 300;
}
ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    margin-bottom: 8px;
}
.contact-info ul li a {
    color: #fff;
}

/*** PRODUCT DETAIL ***/
.product-image{
    overflow: hidden;
    position: relative;
}
#product-zoom{
    border: 1px solid #eaeaea;
    width: 100%;
}
#gal1{
    float: left;
    position: absolute;
    top: 0;
    z-index: 10;
}
#gal1 a{
	text-decoration: none;
	display: block;
}
#gal1 img{
	border:2px solid #eaeaea;
	width:60px;
}
#gal1 img:hover{
	border-color: #eb2c33;
}
.block-product-detail{
    margin-bottom: 30px;
	margin-top:30px;
}
.product-detail-section .clearfix{
	padding: 5px 0 5px;
}
.product-detail-section label{
	width:120px;
	color: rgba(14, 14, 14, 0.5);
}
.product-detail-section .product-information.form-control{
	width: 120px;
}
.product-detail-section .product-information .shopping-cart-buttons a{
	display: inline-block; margin-top: 5px; font-size: 16px;
	height: 40px; width: 40px; text-align: center; line-height: 38px;
	color: #eb2c33;
	border: 1px solid rgba(235, 44, 51, 0.5);
}
.product-detail-section .product-information .shopping-cart-buttons a:hover{
	background-color: #eb2c33; color: #ffffff;
}
.product-detail-section .product-information .shopping-cart-buttons a.shoping{
	width:120px;   
	background-color: #eb2c33;
	color: #ffffff;
	cursor:pointer;
}
.viewcart{
	background-color: #eb2c33;
	color: #ffffff;
	cursor:pointer;
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgba(235, 44, 51, 0.5);
	padding:8px 15px;
}
.product-detail-section .product-information .product-price{
	color: #eb2c33;font-size:16px; margin:0; font-weight: 700;
}
.product-detail-section .product-information .product-price span{
	color: #888; font-size: 12px;text-decoration:line-through;
}
.product-detail-section a{
	text-decoration: none; color: #0e0e0e;
}
.product-detail-section .product-information a:hover{
	color: #eb2c33;
}
.product-detail-section h3{
	text-transform: uppercase;
	margin:5px 0;
	color: #0e0e0e;
}
.product-detail-section .description{
	font-size: 14px; color: rgba(14, 14, 14, 0.7);
}
.product-clone {
	position: fixed;
	z-index: 9999;
}
.addtocart {
	cursor:pointer;
}
.box-border {
    padding: 20px 30px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.block-form {
    margin-bottom: 30px;
}
.box-border h3 {
    margin: 10px 0;
    font-weight: 400;
    color: #444444;
}
.block-form p {
    color: rgba(14, 14, 14, 0.7);
	margin: 0 0 10px;
	font-size: 14px;
}
.codform label.error {
	color:red;
}
.codform form#codform{
	border-radius:3px;
	box-shadow:#895d98;
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.5);
	padding:15px;
	display:none;
	background-color: #ffffff;
    border: 1px solid #eaeaea;
}
.codform form#codform h5 {
	font-weight:bold;
}
.codform form#codform .row {
	margin-right:0px;
}
.codform form#codform .orderdetails {
	margin:20px 0;
	border-bottom: solid 1px #F5F5F5;
	border-top: solid 1px #F5F5F5;
	padding:10px 0;
}
.codform form#codform .orderdetails .heading {
	font-size:12px;
}
.codform form#codform .orderdetails .list {
	margin-top:8px;
	margin-bottom:8px;
}
.codform .codform-success {
	border-radius:3px;
	box-shadow:#895d98;
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.5);
	padding:25px;
	display:none;
}
.codform-success i {
	color:#060;
	font-size:25px;
}
.codform .codform-success .firstline {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding-bottom:25px;
	border-bottom: solid 1px #F5F5F5;
}
.codform .codform-success .secondline {
	margin:15px 0;
	color: #6b6b6b;
    font-size: 12px;
}
.codform input[type="text"], .codform textarea, .codform .send input[type="submit"] {
    font-size: 1.2em;
    width: 100%;
    padding: 0.5em 1.5em;
    margin: 0.5em;
	margin-left:0;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #8B8A8A;
    -webkit-appearance: none;
}
.cartheader {
	margin-bottom:10px;
	background-color: #f7f7f7;
	padding:10px;
}
.cartbody .list {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:#f7f7f7 1px solid;
}
.cartbody .totalamount {
	font-size:18px;
	color:#000;
}
.cartbody .list .remove {
	font-size:12px;
	color:red;
	cursor:pointer;
}
.cartbody .list strong {
	font-size:16px;
}
.cartbody .buttons {
	border-top:#f7f7f7 1px solid;
	margin-top:10px;
	padding:10px;
}
.cartbody .buttons .btn {
    background: #F93133;
    color: #fff;
    font-size: 1.4em;
    border-bottom: 3px solid #CC2829;
    border-top: none;
    border-left: none;
    border-right: none;
}
.error {
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	font-size:12px;
	width:100%;
}	

/*** SOCIAL ***/
#social {
	margin:40px 0;
	border-top:#F6F6F6 1px solid;
}
.bottomtags i {
	float:left;
	margin-right:3px;
}
.bottomtags span.tags {
    padding: .2em .6em .3em;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
	font-size: 75%;
	
}
.vd_bg-yellow {
    background-color: #fed700;
	cursor:pointer;
}
.vd_bg-blue {
    background-color: #F93133;
	cursor:pointer;
}
#extrasearchtags {
    display: none;
}
.gallery .folio-image img {
	height:300px;
}

#reviewform {
	margin-bottom:20px;
}
#reviewform textarea, #reviewform input[type='text'] {
	font-size: 1.2em;
    width: 100%;
    padding: 0.5em 1.5em;
    margin: 0.5em;
	margin-left:0;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #8B8A8A;
    -webkit-appearance: none;
}
.reviewform.codform-success {
	border-radius:3px;
	box-shadow:#895d98;
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.5);
	padding:25px;
	display:none;
	margin-bottom:25px;
}
.reviewform.codform-success i {
	color:#060;
	font-size:25px;
}
.reviewform.codform-success .firstline {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding-bottom:25px;
	border-bottom: solid 1px #F5F5F5;
}

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.reviewrow {
	margin-top:10px;
	border-top:#e5e6e7 1px solid;
	padding-top:10px;
}
.reviewrow .name {
	font-size:16px;
}
.reviewrow .date {
	font-size:12px;
	color:#CCC;
}
.reviewrow .reviews {
	font-size:14px;
	margin:10px 0;
}
.reviewrow .ratings > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  color: #ddd; 
}
.reviewrow .ratings > .half:before { 
  content: "\f089";
  color: #FFD700;
}
.reviewrow .ratings > .full:before { 
  color: #FFD700;
}


/*---REPONSIVE---*/
@media(max-width: 1500px) {
.slideshow5 .slide-content {
  left: 210px;
}
.slideshow5 .owl-carousel.nav-style1 .owl-nav .owl-prev {
  left: 120px;
}
.slideshow5 .owl-carousel.nav-style1 .owl-nav .owl-next {
  right: 120px;
}
}
@media(max-width: 1366px) {


}
@media(max-width: 1199px) {
.vertical-menu > li > a {
  margin: 0 10px;
}

.vertical-menu .menu-item-has-children > a::after {
  position: absolute;
  right: 0;
  top: 0;
}
.vertical-menu > li >a .icon {
  margin-right: 5px;
}
.main-content-home1 .container-offset {
  margin-left: 314px;
}
/*HEADER LAYOUT6*/
.header.layout6 .top-header .middle-content {
  margin-left: 0;
  margin-right: 0;
}
.header.layout6 .hotline .text .title,
.header.layout6 .hotline .number .title {
  display: none;
}
/*HOME 7*/
.main-content-home7 .slideshow-offset .main-slideshow,
.main-content-home7 .slideshow-offset .row-banner {
  width: 100%;
}
}
@media(max-width: 1024px) {
.container {
  padding: 0 15px;
} 
.vertical-content.show-up,
.header-home2 .vertical-content,
.header.header-home3 .vertical-content.show-up,
.header.layout2 .vertical-content {
  display: none;
}
.vertical-content,
.header-home2 .vertical-content.show-up,
.header.header-home3 .vertical-content,
.header.layout2 .vertical-content.show-up {
  display: block;
}
}
@media(max-width: 991px) {

/*HEADER LAYOUT1*/
.header-control li {
  padding: 0 10px;
}
.topbar .top-links {
  float: left;
  width: 100%;
  text-align: center;
}
.main-header .logo {
  padding: 15px 0 30px;
  text-align: center;
  width: 100%;
}
.mobile-navigation {
  padding-left: 20px;
}
.vertical-menu .menu-item-has-children > a::after {
  display: none;
}
.vertical-menu .menu-item-has-children.has-megamenu {
  position: relative;
}
.vertical-menu > li:hover {
  background-color: transparent;
}
.vertical-menu li .toggle-submenu {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 1;
  border: none;
  right: 0;
  top: 0;
}
.vertical-menu li .toggle-submenu::after {
  width: 30px;
  height: 49px;
  right: 0;
  margin: 0;
  top: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
}
.vertical-menu .menu-item-has-children > .submenu,
.vertical-menu .menu-item-has-children:hover > .submenu {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.vertical-menu .menu-item-has-children.show-submenu > .submenu {
  display: block;
}
.vertical-menu .submenu2 {
  background-image: none;
  background-color: #fff;
}
.logo img {
    margin-top: 0px;
}
}
@media(max-width: 767px) {
/*HEADER LAYOUT1*/
.box-minicart .minicart {
  padding-bottom: 7px;
}
.search-form .search-block {
  float: none;
  margin: 0 auto;
}
.main-header .header-control {
  width: 100%;
  text-align: center;
  float: none;
  margin: 20px 0 0;
}
.header.layout1 .main-header .header-control {
  margin-top: 10px;
}
.post .widget-recent-post {
  margin-bottom: 50px;
}
.slideshow .slide-item .slide-content {
  padding-right: 15px;
}
.main-content-home3 .right-content-offset {
  padding-left: 15px;
}
.mobile-navigation {
  display: inline-block;
}
.vertical-menu {
  display: none;
}
}
@media(max-width: 479px) {
/*HEADER LAYOUT1*/  
.topbar {
  padding: 0 0 15px;
}
.topbar .menu-topbar,
.topbar .list-socials {
  width: 100%;
  text-align: center;
  float: none;
}
.topbar .menu-topbar li a {
  padding: 0 10px;
}
.box-minicart .cart-block .total-price {
  display: none;
}
.box-minicart .minicart {
  padding-right: 5px;
  padding-bottom: 5px;
}
.header.layout1 .box-minicart .cart-inner {
  right: -20px;
}
.slideshow5 .item-background::before {
  background-color: rgba(0, 0, 0,0.8);
}
.slideshow5 .slide-content {
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.main-content-home6 .row-banner .banner a {
  border-right: none;
  border-top: solid 1px #e6e6e6;
  padding: 0;
  margin: 0;
}
.main-content-home6 .row-banner .banner.banner-last {
  display: block;
}
.review-item .character {
  float: none;
  margin: 0 0 15px;
}
.shopping-cart-content td {
  text-align: right;
  padding-left: 100px;
}

.slideshow .owl-carousel.nav-style1:hover .owl-nav .owl-next,
.slideshow  .owl-carousel.nav-style1:hover .owl-nav .owl-prev {
  display: none;
}

.product-item.layout3 .product-inner .thumb {
  float: none;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 100%;
}

.slideshow1 .slide-content .title {
  display: none;
}
.main-slideshow .slide-content .smalltitle {
  margin-bottom: 12px;
}
.slideshow2 .slide-content {
  text-align: center;
  left: 0;
  width: 100%;
}
.slideshow4 .slide-content {
  text-align: center;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 100%;
}
.slideshow4 .slide-item::before {
  background-color: #fff;
  opacity: 0.6;
}
.header.layout6 .header-nav {
  float: none;
  width: 100%;
}
.slideshow7 .slide-content {
  left: 40px;
}
.item-show .owl-carousel .owl-thumb-item {
  width: 50px;
  height: 50px;
}
.item-show .owl-carousel.has-thumbs .owl-nav .owl-prev, 
.item-show .owl-carousel.has-thumbs .owl-nav .owl-next {
  bottom: 18px;
}
}
@media(max-width: 360px) {
/*HEADER LAYOUT1*/  
.search-form .search-block .chosen-container-single {
  display: none;
}
.header.layout2 .search-form.layout2 .search-block .search-info {
  border-radius: 20px 0 0 20px;
}
.header-control li {
  padding: 0 10px;
}
.hotline .icon {
  font-size: 20px;
  margin-top: 10px;
}
.hotline .text {
  margin-bottom: -8px;
}
.hotline .number {
  font-size: 14px;
}
.section-head .section-title {
  min-width: 1px;
}
.box-minicart .cart-inner {
  max-width: 290px;
  min-width: 280px;
  padding: 15px 10px;
}
.section-head .section-title {
  font-size: 14px;
  padding: 0 10px;
}
.slideshow1 .slide-content {
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.slideshow1 .item3 .slide-content .smalltitle {
  color: #222;
}
}
@media(max-width: 320px) {
.header.layout2 .mobile-navigation .text {
  display: none;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev, 
.owl-carousel.nav-style1 .owl-nav .owl-next {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev i, 
.owl-carousel.nav-style1 .owl-nav .owl-next i {
  line-height: 25px;
}
.owl-carousel.nav-style1 .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel.nav-style1 .owl-nav .owl-next {
  right: 10px;
}
}
/*----------------
AUTO CLEAR 
----------------*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}

    .custom-clear .lg-clear { clear: left; }
	.main-slideshow {
		height:440px;
		overflow:hidden;
	}
	.updates-section img {
		height:300px;
		width:100%;
	}
	.updates-section h2.entry-title {
		height:68px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.updates-section .entry-content{
		height:72px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.products-section .owl-item {
		width:293px !important;
	}
	.singlepage.products-section .owl-item {
		width:283px !important;
	}
	.product.light .product-caption .product-name {
		font-size:13px;
		line-height: 18px;
		height:53px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.products-section img {
		height:234px;
		width:100%;
	}

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

    .custom-clear .lg-clear { clear: none; }
    .custom-clear .md-clear { clear: left; }
	.updates-section img {
		height:205px;
		width:100%;
	}
	.updates-section h2.entry-title {
		height:60px;
		text-overflow:ellipsis;
		overflow: hidden;
		font-size:20px;
	}
	.updates-section .entry-content{
		height:72px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.products-section .owl-item {
		width:243px !important;
	}
	.products-section img {
		height:197px;
		width:100%;
	}
	.product.light .product-caption .product-name {
		font-size:13px;
		line-height: 18px;
		height:70px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.gallery .folio-image img {
		height:250px;
	}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}

    .custom-clear .md-clear { clear: none; }
    .custom-clear .sm-clear { clear: left; }
	.updates-section img {
		height:143px;
		width:100%;
	}
	.updates-section h2.entry-title {
		height:46px;
		text-overflow:ellipsis;
		overflow: hidden;
		font-size:16px;
	}
	.updates-section .entry-content{
		height:76px;
		text-overflow:ellipsis;
		overflow: hidden;
		font-size:13px;
		line-height:18px;
	}
	.products-section .owl-item {
		width:240px !important;
	}
	.products-section img {
		height:157px;
		width:100%;
	}
	.product.light .product-caption .product-name {
		font-size:12px;
		line-height: 16px;
		height:53px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.main-header .top-header {
		padding:0;
	}
	.gallery .folio-image img {
		height:180px;
	}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}

    .custom-clear .sm-clear { clear: none; }
    .custom-clear .xs-clear { clear: left; }
	.products-section .owl-item {
		width:240px !important;
		float:left;
	}
	.products-section img {
		height:157px;
		width:100%;
	}
	.product.light .product-caption .product-name {
		font-size:12px;
		line-height: 16px;
		height:53px;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	.main-header .top-header {
		padding:0;
	}
	.main-header .top-header {
		padding:0;
	}
	.gallery .folio-image img {
		height:auto;
	}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
    .col-ts-12 { width: 100%; }
	.viewupdate h1 {
		font-size:26px;
	}
	.entry-meta a {
		display: inline-block;
    	width: 100%;
		margin-right:0;
	}
	#atstbx {
		float:none;
	}
	#atstbx a{
		float:none;
		width:auto;
	}
	.viewupdate .bottomsection p {
		font-size:14px;
		margin-top:25px;
		margin-bottom:25px;
		line-height:24px;
	}
	.products-section .owl-item {
		width:420px !important;
	}
	.products-section img {
		width:100%;
	}
	.main-header .top-header {
		padding:0;
	}
	.gallery .folio-image img {
		height:auto;
	}
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*========================/*/
.unpaidstrip {
	position:absolute;
	z-index:9999;
	color:#fff;
	top:0;
	width:100%;
	text-align:center;
	background-color: rgb(255, 101, 80);
	padding:3px 0;
	font-weight:bold;
}
.newsletter_section h5{margin-bottom:10px;}
.newsletter_section{margin-bottom:25px; color:#fff;}
.newsletter_section input[type='text']{
  font-size: 1em;
    width: 100%;
    padding: 0.2em 0.5em;
    margin: 0.5em;
    background: #fff;
    outline: none;
    border: 1px solid #D6D5D5;
    color: #000!important;
    -webkit-appearance: none;
	height:35px;
	margin-top:10px;
}
#subscribe_newsletter-error{margin-left:0.5em;}
.newsletter_section input[type='submit']{
background: #F93133;
    color: #fff;
    font-size: 1em;
    margin: 0.5em 0.5em;
    padding: 8px 15px;
    border-bottom: 3px solid #CC2829;
    border-top: none;
    border-left: none;
    border-right: none;
}
.appointment select option,.appointment input[type="text"],.appointment input[type="email"],.appointment input[type="number"],.appointment textarea {
    background: #002259 !important;
    color: #fff !important;
  background: none;
  color: #fff;
  border: 0;
  width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
  border-bottom: 2px solid #adebfa;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 11px 10px;
    color: #3a3c41;
    font-weight: 500;
}
#appointment-loader {
    display: none;
}
#response-container {
  margin-top: 10px;
  color: #fff;
  display: none;
}
#error-container {
  margin-top: 10px;
  color: #0ff;
  display: none;
}
.openingHours a{color:#fff; display:inline-block; width:100%;}
.goog-te-gadget{float: left;}
.openingHours div span.days{width:40px; display:inline-block;}
.openingHours div span.sep{width:30px; display:inline-block; text-align:center;}
.openingHours div time.opens{padding-left:0.5em;}
.openingHours b,.openingHours i{color:##fff;}
a.poweredby {
	position:fixed;
	bottom:0;
	right:0;
	font-size:10px;
	z-index:999999;
	color:#fff;
	text-decoration:none;
	margin-bottom:5px;
	margin-right:10px;
}
a.poweredby span {
	color:#F93133;
	font-size:12px;
}

@media(min-width:767px){
.main-menu {
  float: left;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul > li {
  margin: 0;
  float: left;
  position: relative;
}
.main-menu ul > li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  width: 190px;
  display: none;
}
.main-menu ul > li ul li {
  list-style: none;
  float: none;
  position: relative;
}
.main-menu li a {
	padding: 10px 10px;
	color: #555555;
	text-transform: uppercase;
	transition: all .5s ease 0s;
    font-size: 13px;
	line-height: 20px;
	display:block;
}
.main-menu ul > li ul li a:hover {
  color: #217EC5;
}
.main-menu ul > li ul li ul {
  position: absolute;
  left: 190px;
  top: 0;
  background-color: #fff;
}
.main-slideshow .owl-carousel .owl-item img{height:440px; background-position:center;}
.updates-section img {
    height: 300px;
    width: 100%;
}
}
@media(max-width:767px){
.main-menu ul > li {
  float: none;
}	
.navbar-nav {

    margin: 7.5px -15px;
        margin-top: 7.5px;

}
/* Responsive Nav styles */
  .mean-container .mean-bar {
    background: transparent;
    margin-top: 0px;
    min-height: inherit;
  }
  .mean-container .mean-bar .mean-nav {
    background-color: #fff;
    margin-top: 4px;
  }
  .mean-container .mean-bar .mean-nav ul li a {
    border-color: #fed700;
	color:#000;
  }
  .mean-container .mean-bar .mean-nav ul li a.mean-expand {
    height: 24px;
    background-color: #fed700;
  }
  .mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
    background-color: #333;
	color:#000;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    background-color: #333;
    padding: 13px 14px;
	margin-left: 10px;
	left:0 !important;
	width:90%;
	position:static;
  }
.mean-container a.meanmenu-reveal span{width:22px;}  
#responsive-menu-container i{display:none;}  
#owl-bestseller .owl-nav{display:none;}
.folio-image img,.figure-hover-overlay img {height:auto;}
}
#myCarousel1.carousel img {
    width: 100%;
    height: 300px;
}
a.updatelink{color:red;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}
