/*
Theme Name: Azora
Theme URI: http://azora.xalothemes.net
Author: Xalothems Team
Text Domain: azora
Author URI: http://xalothemes.net
Description: Azora Shop is a simple but modern responsive Wordpress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version: 1.5
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #787878
    Accent color: #000
[Typography]
    Body:       14px/20px "Questrial",sans-serif;
    Heading:    "Montserrat",sans-serif
    Input, textarea: 14px/24px "Open Sans",sans-serif

[Component module]
    HEADERS
    WIDGETS
    BLOG
    SHOP
    ALL EFFECT BANNER
    SHORTCODES
    FOOTER
    CUSTOM BOOSTRAP 5 COLUMNS
    REPONSIVE

/*-------------------------*/

/*------------------------
COMMON STYLES
------------------------*/
body{
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  overflow-x: hidden;
  font-weight: 400;

}
a{
  text-decoration: none;
  color: #242424;
}
a:hover,
a:focus,
a:active{
  color: #000000;
  text-decoration: none;
  outline: none;
}
p{
  margin-bottom: 20px;
}
ul,ol{
  padding-left: 20px;
}
h1,h2,h3,h4,h5,h6{
  color: #000;
  margin: 0 0 15px 0;
  font-family: 'Montserrat';
  font-weight: bold;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}

img {
  height: auto;
  max-width: 100%;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], select,
input[type="search"]{
  border: 1px solid rgba(0,0,0,0.1);
  max-width: 100%;
  padding: 10px 15px;
  line-height: normal;
  width: 300px;
  line-height: 28px;
  background: #fff;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"],
input[type="search"]{
  -webkit-appearance: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: inherit;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  height: auto;
  padding: 9px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
}
.select2-dropdown{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px 15px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

.chosen-container-single .chosen-single{
  background: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px;
  margin: 0;
  height: 40px!important;
  line-height: 40px!important;
}
.chosen-container-single .chosen-single span{
  font-size: inherit;
  margin: 0;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.chosen-container-single .chosen-single div b{
  background: none;
  height: auto;
  line-height: 18px;
}
.chosen-container-single .chosen-single div b:before{
  font-family: 'FontAwesome';
  content: "\f107";
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: rgba(0,0,0,0.1);
}
.chosen-container .chosen-results,
.chosen-container-single .chosen-drop{
  border-color: rgba(0,0,0,0.1);
  border-radius: 0;
}
.chosen-container-single .chosen-drop{
  padding: 0;
}
.chosen-container-single .chosen-search input[type="text"]{
  border-color: #e5e5e5;
}
.chosen-container-single .chosen-search{
  padding: 3px 20px;
}
.chosen-container .chosen-results li{
  line-height: 32px;
  padding: 0 0 0 20px;
}
.chosen-container .chosen-results li.highlighted{
  background: none;
  color: #000;
  text-decoration: underline;
}
.chosen-container{
  margin: 0;
}
::-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);
}

:focus {
  outline: none;
}
.button,
input[type="submit"]{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  padding: 17px 35px;
  padding-bottom: 16px;
  background-color: #000000;
  border: none;
}
.button:hover,
.button:focus,
.button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active{
  color: #fff;
  background-color: #787878;
}

.label{border: none;font-size: 14px;}
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"] {
  margin-left: 0;
  margin-right: 5px;
  position: relative;
}
/*-------------------
LAYOUT
--------------------*/
.container-wapper{
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}
.main-container{
  padding-top: 60px;
  padding-bottom: 100px;
}
.main-container.left-sidebar .main-content{
  float: right;
}
.left-slidebar .main-content{
  float: right;
}
/* Slide revulotion */
.tparrows.uranus:before{
  font-family: 'FontAwesome';
}
.tparrows.uranus.tp-leftarrow:before{
  content: "\f053";
}
.tparrows.uranus.tp-rightarrow:before{
  content: "\f054";
}
/* VC */
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
/* WP Default*/
.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.sticky{
  color: inherit;
}
.bypostauthor{
  color: inherit;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.text-center{  text-align: center; line-height: 20px }
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 3px 5px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
  clear: both;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
  margin-bottom: 5px;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 5px;
  margin: 0!important;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}
iframe{
  max-width: 100%!important;
}
.alignright {
  float:right;
  margin: 5px 0 20px 30px;
}
.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}
table{
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}
table thead{
  background-color: #fafafa;
}
th,td{
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
  padding: 12px;
  font-weight: normal;
}
table tr th:last-child,
table tr td:last-child{border-right: 0;}
table tr:last-child td, table tr:last-child th{
  border-bottom: none;
}
/* WordPress Gallery
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
  font-size: 0.8125rem;
  font-style: italic;
  color: #666;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%
}
.gallery-columns-4 .gallery-item {
  width: 25%
}
.gallery-columns-5 .gallery-item {
  width: 20%
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%
}
.gallery-columns-8 .gallery-item {
  width: 12.5%
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1em 2em 1em 2em;
  margin-bottom: 30px;
  position: relative;
  background-color: #fafafa;
  color: #515151;
  border-top: 3px solid #337ab7;
  list-style: none!important;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  float: right;
  font-size: 10px;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin: 0;
}
.woocommerce .woocommerce-error{
  border-color: #fcf8e3;
}
.woocommerce .woocommerce-info{
  border-color: #dff0d8;
}
.owl-carousel:not(.thumbnails) .owl-item img {
  transform-style: initial;
}
.owl-carousel .owl-item.active .owl-lazy{
  opacity: 1;
}
.owl-nav.disabled{
  display: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #b2b2b2;
  float: left;
  cursor: pointer;
  margin: 0 2px;
  background-color: #fff;
  border:1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
  border: none;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
}
.owl-carousel .owl-prev{
  margin-left: 0;
}
.owl-carousel .owl-next{
  margin-right: 0;
}
.owl-carousel .owl-nav:before,
.owl-carousel .owl-nav:after{
  content: '';
  display: table;
}
.owl-carousel .owl-nav:after{
  clear: both;
}

.owl-carousel.nav-center .owl-prev,
.owl-carousel.nav-center .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
}

.owl-carousel.nav-center:hover .owl-prev,
.owl-carousel.nav-center:hover .owl-next{
  opacity: 1;
  visibility: visible;
}
.owl-carousel.nav-center .owl-next{
  right: -50px;
}
.owl-carousel.nav-center .owl-prev{
  left: -50px;
}
.owl-carousel.nav-center:hover .owl-next{
  right: 0;
}
.owl-carousel.nav-center:hover .owl-prev{
  left: 0;
}

.nav-top-right .owl-nav,
.nav-top-left .owl-nav{
    position: absolute;
    right: 0;
    top: -56px;
}
.nav-top-left .owl-nav{
    right: inherit;
    left: 0;
}
.owl-dots{
  display: block;
  text-align: center;
  margin-top: 40px;
}
.owl-dots .owl-dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dots .owl-dot.active{
  background-color: #000;
}
.owl-dots.disabled{
  display: none;
}
/*---------------------
        HEADER
--------------------*/
.header:after, .header:before {
  content: "";
  display: table;
  clear: both;
}
.header{
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20;
}
body.page-template-fullwidth .header{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-togole{display: none;}
.top-header-message{
  background-color: #383838;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
}
.header .header-content{
  display: table;
  width: 100%;
  padding: 0;
}
.header .header-content .logo,
.header .header-content .nav-wrapper,
.header .header-content .header-control{
  display: table-cell;
  vertical-align: middle;
}
.header .header-content .logo{padding-bottom: 8px}
.header .header-content .nav-wrapper{
  padding-top: 20px;
  padding-bottom: 10px;
}
.header .header-content .header-control{padding-top: 10px;}
.logo a{
  display: block;
}
.header .header-content .logo{
  width: 136px;
}
.azora-mainmenu{
  padding: 0;
  margin: 0;
}
.azora-mainmenu:before,
.azora-mainmenu:after{
  display: table;
  content: '';
}
.azora-mainmenu:after{
  clear: both;
}
.azora-mainmenu li{
  list-style: none;
  position: relative;
}
/*.azora-mainmenu li.item-megamenu{
	position: static;
}*/
.azora-mainmenu>li{
  display: inline-block;
  float: left;
}
.azora-mainmenu>li>a{
  line-height: normal;
  display: inline-block;
  font-size: 14px;
  padding: 25px 15px;
  float: left;
}
.azora-mainmenu li:hover>a,
.azora-mainmenu li.active>a{
  color: #000000;
}
.azora-mainmenu .submenu{
  min-width: 180px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  z-index: 100;
}
.azora-mainmenu .submenu .submenu{
  left: 100%;
  top: -21px;
}
.azora-mainmenu .submenu .menu-item-has-children::after{
  display: none;
}
.azora-mainmenu .submenu .menu-item-has-children > a::after{
  position: absolute;
  right: 15px;
}
.azora-mainmenu .submenu>li>a{
  display: inline-block;
  padding: 5px 30px;
}
.azora-mainmenu  .menu-item-has-children:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #e5e5e5 transparent;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
}
.azora-mainmenu  .megamenu{
  padding: 0;
}
.azora-mainmenu  .megamenu.default{
	padding: 30px;
}
.azora-mainmenu .show-submenu> .submenu,
.azora-mainmenu  .menu-item-has-children.show-submenu:after{
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.azora-mainmenu  .menu-item-has-children>a:after{
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 3px;
}
.azora-mainmenu .submenu .menu-item-has-children > a:after{
	content: "\f105";
}
.azora-mainmenu  .megamenu .widget_nav_menu{
	line-height: 32px;
	letter-spacing: 1px;
}
.azora-mainmenu  .megamenu .widget{margin-bottom: 0;}
.control-menu{
  padding: 0;
  float: right;
  margin: 0;
}
.control-menu:before,
.control-menu:after{
  content: '';
  display: table;
}
.control-menu:after{
  clear: both;
}
.control-menu li{
  list-style: none;
  position: relative;
}
.control-menu>li{
  display: inline-block;
  float: left;
}
.control-menu>li>a{
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
}
.control-menu .submenu {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 0px 0;
  margin: 0;
  left: inherit;
  right: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  display: block;
  z-index: 10;
  min-width: 120px;
}
.control-menu li.currency .submenu{
  min-width: 95px;
  left: 0;
}
.control-menu > li:hover > a{
  color: #000;
}
.control-menu .submenu>li>a{
  display: block;
  padding: 0 20px;
  line-height: 32px;
  margin: 0;
  width: 100%;
  height: auto;
}
.control-menu .submenu>li:hover>a,
.control-menu .submenu>li.active>a{
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.control-menu .menu-item-has-children>a:after{
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 3px;
}
.control-menu  .menu-item-has-children:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #e5e5e5 transparent;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
}
.control-menu  .menu-item-has-children:before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #fff transparent;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  z-index: 11;
}
.control-menu  .menu-item-has-children:hover:after,
.control-menu  .menu-item-has-children.open:after,
.control-menu  .menu-item-has-children:hover:before,
.control-menu  .menu-item-has-children.open:before,
.control-menu .menu-item-has-children:hover>.submenu,
.control-menu .menu-item-has-children.open>.submenu{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.control-menu .submenu{
  font-size: 12px;
  color: #7a7a7a;
}
.control-menu .submenu > li > a{
  color: inherit;
}
.control-menu .menu-item-has-children.currency::before{
  display: none;
}
/* Minicart*/
.mini-cart{
  float: right;
  position: relative;
}
.mini-cart .cart-link{
  line-height: 40px;
  color: #000;
  padding: 0 15px;
  display: inline-block;
  position: relative;
}
.mini-cart .cart-link:before,
.mini-cart .cart-link:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #e5e5e5 transparent;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  z-index: 1;
}
.mini-cart .cart-link:after{
  border-color: transparent transparent #fff transparent;
  bottom: -1px;
  z-index: 10;
}
.mini-cart .cart-link:hover{
  color: #787878;
}
.mini-cart .cart-link .icon:before{
  font-size: 14px;
  line-height: normal;
  font-family: 'FontAwesome';
  content: "\f290";

}
.mini-cart .cart-link .icon{
  position: relative;
}
.mini-cart .cart-link .icon .count{
  position: absolute;
  top: -5px;
  right: -5px;
  line-height: normal;
}
.mini-cart .mini-cart-content{
  min-width: 330px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: -57px;
  padding:0;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
  -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
  -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
  -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
  transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  z-index: 9;
}
.mini-cart:hover .mini-cart-content,
.mini-cart:hover .cart-link:before,
.mini-cart:hover .cart-link:after{
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mini-cart-content .cart-head{
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  color: #000000;
  padding: 13px 20px;
}
.mini-cart-content .cart-head .total,
.mini-cart-content .cart-head .title{
  display: inline-block;
}
.mini-cart-content .cart-head .total{
  float: right;
}

.mini-cart-content .cart-content-inner{
  padding: 10px 20px;
  max-height: 310px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.mini-cart-content .product-list{
  padding: 0;
  margin: 0;
}
.mini-cart-content .product-list li{
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
}
.mini-cart-content .product-list .thumb{
  width: 75px;
  float: left;
}
.mini-cart-content .product-list .info{
    overflow: hidden;
    padding-left: 20px;
    padding-top: 0px;
    position: relative;
    padding-right: 15px;
}
.mini-cart-content .product-list .product-name{
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  line-height: 28px;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 3px;
}
.mini-cart-content .product-list .product-item-qty {
  color: #000;
}
.mini-cart-content .product-list .price{
  color: #000;
}
.mini-cart-content .cart-footer{
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.mini-cart-content .cart-footer .button{
  padding: 17px 32px;
}
.mini-cart-content .cart-footer .viewcart-button{
  background-color: #787878;
}
.mini-cart-content .cart-footer .viewcart-button:hover{
  background-color: #2d2d2d;
}
.mini-cart-content .cart-footer .checkout-button{
  float: right;
}
.mini-cart-content .cart-footer .checkout-button:hover{
  background: #2d2d2d;
}
.mini-cart-content  .remove{
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 0;
  color: #b2b2b2;
  display: inline-block;
  line-height: normal;
}
.mini-cart-content  .remove:before{
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
}

.header-control:before,
.header-control:after{
  content: "";
  display: table;
  clear: both;
}
.header .block-search,
.header .block-wishlist{
  display: inline-block;
  float: right;
}
.header .block-search .icon,
.header .block-wishlist .wishlist-link{
  padding: 0 10px;
  display: inline-block;
  color: #000;
  line-height: 40px;
  cursor: pointer;
}
.header .block-search .icon:hover,
.header .block-wishlist .wishlist-link:hover{
  color: #787878;
}
.header .block-search .icon{
  padding-right: 0;
}
.block-search{
  position: relative;
}
.serach-box{
  position: relative;
}
.block-search .serach-box{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.block-search.open .serach-box{
  opacity: 1;
  visibility: visible;
}
.block-search .serach-box .serchfield{
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
  font-size: 14px;
  color: #787878;
  padding-right: 90px;
  position: relative;
  z-index: 5;
  background: transparent;
}
.block-search .serach-box .button-search,
.block-search .serach-box .close-box{
  width: 30px;
  height: 40px;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  color: #000;
  padding: 0;
  text-align: right;
  line-height: 40px;
}
.block-search .serach-box .close-box{
  text-align: center;
  right: 30px;
}
.azora-live-search-form .products-search{
	background: #fff;
	padding-top: 15px;
	position: absolute;
  width: 100%;
  top: 100%;
}
.azora-live-search-form .products-search:before{
	content: "";
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #e5e5e5;
	position: absolute;
	left: 30px;
	top: -12px
}
.products-search-result-head{
	font-weight: bold;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	padding: 15px 30px 0
}
.products-search-result-head .count{
	color: #787878;
	float: right;
	font-weight: normal;
	text-transform: none;
	font-family: 'Questrial';
}
.product-search-item{
	margin-top: 30px;
	overflow: hidden;
	padding: 0 20px;
}
.product-search-item .product-image{
	float: left;
	width: 75px;
	margin-right: 18px
}
.product-search-item .product-title-price{
	overflow: hidden;
	color: #000;
}
.product-search.view-all{
	background: #e5e5e5;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	padding: 12px 20px;
	margin-top: 30px;
	cursor: pointer;
}
.azora-live-search-form .suggestion-search-data{
	position: absolute;
    top: 7px;
    opacity: 0.5
}

/* ----------------------- */
.has-adminbar .is-sticky .header-sticky{
	top: 32px!important;
}
.header-sticky{
	background: #fff;
}
.is-sticky .header-sticky{
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
/* Header style 2 */
.header.style2 .is-sticky .header-sticky{
	padding: 10px 0;
}
.dropdown-menu{min-width: auto;}
.top-bar-menu{
  padding: 0;
  margin: 0;
}
.top-bar-menu li{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  line-height: 40px;
}
.top-header{
  padding: 15px 0
}
.top-header:after, .top-header:before{
  content: "";
  clear: both;
  display: table;
}
.top-header .top-bar-menu{float: left;}
.top-header .header-control{
  float: right;
}
.header.style2 .logo{
  text-align: center;
  margin-bottom: 40px;
}
.header.style2 .header-content{
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header.style2 .is-sticky .header-content{
	text-align: left;
	padding: 7px 0;
}
.header.style2 .is-sticky .azora-mainmenu{text-align: left;}
.header.style2 .nav-wrapper{
	display: inline-block;
	width: 100%;
}
.header.style2 .is-sticky .nav-wrapper{
	width: calc(100% - 105px);
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
}
.header.style2 .header-content  .header-control{
	float: right;
	opacity: 0;
	height: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 5px 0;
}
.header.style2 .header-content  .is-sticky .header-control{
	opacity: 1;
	height: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.header.style2 .azora-mainmenu .submenu{text-align: left;}
.header.style2 .azora-mainmenu > li{float: none;}
.header.style2 .azora-mainmenu > li > a{
  text-transform: uppercase;
  color: #000;
  line-height: 30px;
  padding: 10px 20px;
}
.header.style2 .header-content .nav-wrapper{
  padding-bottom: 0;
  padding-top: 0;
}
/* Header style 3 */
.header.style3{
	width: 100%;
}
body.home .header.style3{
	position: absolute;
}
body.home .header.style3 .header-sticky{
	background: transparent;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header.style3 .header-sticky,
body.home .header.style3 .is-sticky .header-sticky{
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header.style3 .header-content{
	table-layout: fixed;
}
.header.style3 .header-content .header-control{
	width: 115px;
}
.header.style3 .header-content .logo{
	width: 130px;
}
.header.style3 .nav-wrapper{
	text-align: right;
}
.header.style3 .azora-mainmenu > li{float: none;}
.header.style3 .azora-mainmenu > li > a{
	color: #fff;
	text-transform: uppercase;
  	font-family: 'Montserrat';
}
.header.style3 .block-search .icon, .header.style3 .block-wishlist .wishlist-link{
	color: #fff;
}
.header.style3 .mini-cart .cart-link{color: #fff}
.header.style3 .nav-wrapper .azora-mainmenu .submenu{
	text-align: left;
}
/* Header style 4 */
.header.style4 .header-content{
  padding: 50px 0;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header.style4 .is-sticky .header-content{padding: 25px 0}
.header.style4 .box-header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.96);
  padding: 55px 75px;
  z-index: 99;
  overflow: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header.style4 .box-header.open{
	opacity: 1;
	left: 0;
}
.bar-open-menu .icon{
  margin-right: 20px;
  display: inline-block;
}
.bar-open-menu .icon span{
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  display: block;
  background: #000;
}
.bar-open-menu .icon span:last-child{
  margin-bottom: 0
}
.bar-open-menu .text{
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}
.header.style4 .header-content .logo{padding-bottom: 0}
.header.style4 .header-content .header-control{padding-top: 0}
.header.style4 .header-content .bar-menu-wapper{
  display: table-cell;
  vertical-align: middle;
}
.header.style4 .azora-mainmenu{
  width: 265px;
  position: relative;
}
.header.style4 .azora-mainmenu > li{
  display: block;
  font-size: 32px;
  line-height: 64px;
  float: none;
}
.header.style4 .azora-mainmenu > li > a{
  font-size: inherit;
  padding: 0;
  float: none;
}
.header.style4 .azora-mainmenu .menu-item-has-children::after{display: none;}
.header.style4 .azora-mainmenu .menu-item-has-children > a::after{
  content: "\f105";
  margin-left: 35px;
}
.header.style4 .azora-mainmenu a{
  color: #000;
}
.header.style4 .azora-mainmenu a:hover{
  color: #787878;
}
.header.style4 .azora-mainmenu .submenu{
  left: 100%;
  top: 0;
  border: none;
  padding: 0;
  background: none;
}
.header.style4 .megamenu.default{
  padding: 30px; 
}
.header.style4 .azora-mainmenu .megamenu{
  left: 100%!important;
  border: 1px solid #e5e5e5;
}
.header.style4 .azora-mainmenu .submenu > li{
  line-height: 64px;
  font-size: 24px;
  white-space: nowrap;
}
.header.style4 .azora-mainmenu .submenu > li > a{
  font-size: inherit;
  padding: 0;
}
.header.style4 .nav-wrapper{
  margin-bottom: 20px
}
.header.style4 .custom-control-menu-wapper{margin-bottom: 30px}
.header.style4 .azora-custom-control-menu{
  list-style: none;
  padding: 0;
}
.header.style4 .azora-custom-control-menu li{
  line-height: 32px;
  font-size: 16px;
}
.header.style4 .box-header .header-socials{
	margin-bottom: 60px;
}
.gn-social .social{
	margin-right: 15px;
	font-size: 16px;
	color: #b2b2b2;
	line-height: 36px;
}
.header-socials .title{
	text-transform: uppercase;
}
.bar-close-menu {
  display: inline-block;
  margin-bottom: 45px;
}
.bar-close-menu .text{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
}
.bar-close-menu .icon{
	margin-right: 25px;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.bar-close-menu .icon span{
	background: #000000;
	display: block;
	height: 2px;
	margin-bottom: 4px;
	width: inherit;
	position: absolute;
	left: 0;
	margin: 0;
}
.bar-close-menu .icon span:first-child{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%; 
}
.bar-close-menu .icon span:last-child{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
}
/* Header style 5 */
.header.style5 .header-control{
	width: 320px;
}
.header.style5 .nav-wrapper{
	text-align: center;
}
.header.style5 .azora-mainmenu > li{
	float: none;
	text-transform: uppercase;
}
.header.style5 .azora-mainmenu > li > a{
	color: #000;
}
.header.style5 .header-content{
	padding: 27px 0 24px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header.style5 .is-sticky .header-content{
	padding: 7px 0 4px;
}
.header.style5 .header-content .logo{
	padding-bottom: 5px;
}
.header.style5 .header-content .nav-wrapper,
.header.style5 .header-content .header-control{
	padding-top: 20px;
	padding-bottom: 0
}
.header.style5 .azora-mainmenu > li > a{padding: 25px 18px;}
.header.style5 .azora-mainmenu .submenu{
	text-align: left;
}
/* Header style 6 */
.header.style6 .top-header{
	padding: 4px 0;
	background: #f5f5f5;
}
.header.style6 .logo{
	text-align: center;
	padding: 58px 0 40px;
}
.header.style6 .nav-wrapper{
	padding: 0;
	display: inline-block;
	float: left;
}
.header.style6 .block-search-form{float: right;margin-top: 12px}
.header.style6 .block-search-form .serach-box{border-bottom: 1px solid rgba(0,0,0,0.15);}
.header.style6 .block-search-form .button-search{
	border: none;
	background: none;
	color: #000;
	line-height: 30px;
}
.header.style6 .block-search-form input[type="text"]{
	background: none;
	border: none;
	padding: 5px 20px 5px 0;
	width: 240px;
}
.header.style6 .azora-mainmenu > li{margin-right: 35px}
.header.style6 .azora-mainmenu > li > a{
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	padding: 20px 0;
}
/*  Vertical header template */
.vetical-header-template .header-vetical{
  float: left;
  height: 100%;
  overflow: auto;
  width: 345px;
  padding: 55px 30px 55px 75px;
}
.vetical-header-template .content-page{
	overflow: hidden;
	padding: 80px 0 80px 15px;
  	border-left: 1px solid rgba(0,0,0,0.15);
}
.vetical-header-template .content-page .container-page{
	margin-left: 0;
	max-width: 100%
}
.header.style7{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header.style7 .logo{
	margin-bottom: 40px;
}
.azora-mainmenu-toggle{
	padding: 0;
	list-style: none;
}
.azora-mainmenu-toggle li{
	position: relative;
}
.azora-mainmenu-toggle a{
	color: #000;
}
.azora-mainmenu-toggle a:hover,
.azora-mainmenu-toggle .show-submenu > a{
	color: #787878;
}
.azora-mainmenu-toggle > li{
	line-height: 64px;
	font-size: 24px;
	display: block;
}
.azora-mainmenu-toggle .submenu{
	position: relative;
	display: none;
}
.azora-mainmenu-toggle .submenu li{
	list-style: none;
	font-size: 18px;
	line-height: 48px;
}
.azora-mainmenu-toggle .toggle-submenu:after{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 32px;
	line-height: inherit;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	text-align: right;
	cursor: pointer;
}
.azora-mainmenu-toggle .show-submenu > .toggle-submenu:after{
	content: "\f107";
	color: #787878;
}
.header-vetical .header-socials{
	margin-top: 60px;
}
.vetical-header-template .header{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.vetical-header-template .header-control{
	padding-top: 0;
	margin-bottom: 50px
}
.logo-mobile{
  display: none;
  float: left;
}
/* Mega menu */
.azora-tabs.default .tab-head{
  float: left;
  width: 200px;
}
.azora-tabs.default .tab-container{
  overflow: hidden;
  border-left: 1px solid rgba(0,0,0,0.1);
  padding: 30px;
}
.tabs-link{padding: 0;}
.tab-head .tabs-link li{
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 24px;
}
.tab-head .tabs-link li.active{
  margin-right: -1px;
  background: #fff;
  z-index: 10;
  position: relative;
}
.tab-head .tabs-link li:last-child{
  border-bottom: none;
}
.tab-container .product-list-owl .owl-dots{
  margin-top: 20px;
}
.megamenu .product-item .prodcut-thumb{margin-bottom: 15px}
.megamenu .product-item .product-cat{
  display: none;
}
.azora-tabs .tab-container .tab-panel{
  min-height: 300px;
}
.ajax-loader-wapper{
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10;
}
.ajax-loader {
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  border-top: 1px solid #c00;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.75s linear infinite;
  animation: spin 1.75s linear infinite;
  position: relative;
  text-indent: -9999em;
}
/*------------------------------
 MOBILE MENU
 ------------------------------*/
.azora-clone-wrap{
  position: fixed;
  top: 0;
  left:-320px;
  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);
}
.azora-clone-wrap.open{
  left: 0;
}

.azora-panels-actions-wrap{
  border-bottom: 1px solid #eee;
  height: 50px;
  position: relative;
}
.azora-panels-actions-wrap .azora-close-btn,
.azora-panels-actions-wrap .azora-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;
}
.azora-panels-actions-wrap .azora-prev-panel{
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #eee;
}
.azora-panels-actions-wrap .azora-current-panel-title{
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
}
.azora-panels-actions-wrap .azora-prev-panel:before{
  content: "\f104";
  font-family: FontAwesome;
}
.azora-panel>ul{
  padding: 0;
  margin: 0;
}
.azora-panel li{
  list-style: none;
  position: relative;
}
.azora-panel>ul>li{
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.azora-panel>ul>li>a{
  display: block;
  line-height: 50px;
}
.azora-next-panel{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.azora-next-panel:before{
  content: "\f105";
  font-family: FontAwesome;
}
.azora-clone-wrap .toggle-submenu{
  display: none!important;
}
.azora-clone-wrap .azora-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;
  overflow-x: hidden;
}
.azora-clone-wrap  .azora-panel{
  background-color: #fff;
}
.azora-clone-wrap  .azora-panel.azora-sub-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;
}
.azora-clone-wrap  .azora-main-panel,
.azora-clone-wrap .azora-panel.azora-panel-opened{
  transform: translateX(0);
  z-index:10;
}
.azora-clone-wrap .azora-sub-opened{
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.azora-clone-wrap .azora-hidden{
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.azora-clone-wrap  .submenu.megamenu{
  padding: 20px;
  max-width: 100%!important;
  width: 100%!important;
}

/*-------------------------
      WIDGETS
---------------------------*/
.widget{
  margin-bottom: 40px;
}
.widget .widgettitle{
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
}
.widget li{
  list-style: none;
}
.widget ul{
  padding: 0;
}
.widget ul ul{
  padding-left: 15px;
}
.widget .product-categories li{
  line-height: 32px;
}
.widget .product-categories li>a{
  line-height: 32px;
}
.widget .product-categories .children{
  padding-left: 10px;
  display: none;
}
.widget .product-categories .children>li>a:before{
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
.widget .product-categories  .arow{
  float: right;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  line-height: 32px;
  text-align: right;
  display: none;
}
.widget .product-categories .cat-parent>.arow{
  display: inline-block;
}
.widget .product-categories  .arow:before{
  font-family: 'FontAwesome';
  content: "\f105";
}
.widget .product-categories li.open>.arow:before{
  content: "\f107";
}
.widget_layered_nav li{
  line-height: 32px;
}
.widget_layered_nav .chosen a{
  text-decoration: underline;
}
.widget_price_filter .price_slider{
  height: 5px;
  background-color: #b2b2b2;
  position: relative;
  margin-bottom: 25px;
}
.widget_price_filter  .ui-slider-range{
  height: 5px;
  background-color: #000;
  position: absolute;

}
.widget_price_filter .ui-slider-handle{
  width: 5px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: -8px;
}
.widget_price_filter .widgettitle{
  margin-bottom: 25px;
}
.widget table td,
.widget table th{
  padding: 2px;
  text-align: center;
}
.widget  .screen-reader-text{
  display: none;
}
.widget.widget_shopping_cart .cart-link{
    display: none;
}
.widget.widget_shopping_cart .mini-cart-content .cart-head{
    padding: 13px 0;
}
.widget.widget_shopping_cart .mini-cart-content .cart-content-inner{
    padding: 0;
    padding-bottom: 20px;
}
.widget.widget_shopping_cart  .mini-cart-content .cart-footer{
    padding: 20px 0;
    padding-bottom: 0;
}
.widget.widget_shopping_cart .mini-cart-content .cart-footer .button{
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
}
.widget.widget_shopping_cart .viewcart-button{
    margin-bottom: 0;
}
/* Product search */
.woocommerce-product-search input[type="submit"]{
  width: 105px;
  padding: 18px 20px 17px;
}
.woocommerce-product-search input[type="search"]{
  width: calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
  float: left;
}
/* Product list widget */
.product_list_widget > li{
	margin-bottom: 20px;
  overflow: hidden;
}
.product_list_widget > li:last-child{margin-bottom: 0}
.product_list_widget > li img,
.product_list_widget li .thumb{
	width: 75px;
  float: left;
}
.product_list_widget li.item{
  overflow: hidden;
  margin-bottom: 30px
}
.product_list_widget li.item:last-child{margin-bottom: 0}
.product_list_widget li .thumb{float: left;margin-right: 15px}
.product_list_widget li .info{overflow: hidden;}
.product_list_widget .woocs_price_code{
	color: #000;
}
.product_list_widget .woocs_price_code del{color: #999}
.product_list_widget .woocs_price_code ins, ins{text-decoration: none}
.product_list_widget .product-title{color: #000;}
.product-title a{color: inherit;}
.product-title a:hover{text-decoration: underline;}
.product_list_widget .product-name{
  font-weight: normal;
  font-size: inherit;
}
.product_list_widget .star-rating{display: block;margin-bottom: 10px}
.product_list_widget > li > a{
  color: #000;
}
/* Filter price */
.price_slider_amount .price_label{
	float: right;
	margin-top: 13px;
}
/* Tagcloud */
.tagcloud a{
  display: inline-block;
  font-size: 14px!important;
  line-height: 28px;
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  margin: 3px;
}
/* Filter color */
.color-group{overflow: hidden;}
.color-group .term-color{
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding: 0 6px;
  white-space: nowrap;
}
.color-group .term-color i{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  position: relative;
  vertical-align: middle;
  width: 18px;
  margin-right: 12px;
}
.color-group .term-color i:after {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #d9d9d9;
  box-sizing: content-box;
  display: block;
  height: 100%;
  left: -3px;
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: -3px;
  transform: scale(0.7);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.color-group .term-color:hover i:after,
.color-group .term-color.selected i:after{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*------------------------------
              BLOG
 ------------------------------*/
.breadcrumb{
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.breadcrumb > li + li::before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 10px;
  color: #000;
}
.breadcrumb a,
.breadcrumb > .active{
  color: #000;
}
.post-title{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 18px;
	font-family: inherit;
 	font-weight: normal;
}
.post-item{
  margin-bottom: 40px;
  overflow: hidden;
}

.post-item .post-thumb{
  margin-bottom: 30px;
  position: relative;
}
.post-item .post-cat{
  margin-bottom: 15px;
}
.post-item .post-cat a{
  display: inline-block;
  padding: 0 17px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #000;
}
.post-item .post-cat a:hover{
  background-color: #787878;
}
.post-item .post-excerpt{
  margin-bottom: 35px;
  font-size: 16px;
}
.post-item .readmore{
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.post-item .readmore .text{
  display: inline-block;
  margin-right: 10px;
}
.pagination{
  margin: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  display: block;
}
.pagination .screen-reader-text{
  display: none;
}
.pagination .nav-links{
  display: table;
  margin: 0 auto;
}
.pagination .nav-links .page-numbers,
.page-links>span,
.page-links a{
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #f2f2f2;
  float: left;
  margin: 0 5px;
}
.page-links{
  margin: 0 -5px;
  margin-top: 30px;
}
.page-links:before,
.page-links:after{
  content: '';
  display: table;

}
.page-links:after{
  clear: both;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current,
.page-links>span{
  color: #fff;
  background-color: #000;
}
.post-list .post-item .post-thumb{
  margin-bottom: 0;
  width: 60%;
  float: left;
}
.post-list .post-item  .post-item-info{
  overflow: hidden;
  padding: 50px 40px;
}
.post-list .post-item:nth-child(2n+1) {
  background-color: #F7F7F7;
}
.post-list.zigzag .post-item{
  background-color: transparent;
}
.post-list.zigzag .post-item:nth-child(2n) .post-thumb{
  float: right;
}
.post-list.zigzag .post-item:nth-child(2n) .post-item-info{
  padding-left: 0;
}
.post-grid .post-item  .post-thumb{
  margin-bottom: 10px;
}
.post-grid .post-item .post-name{
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 7px;
}
.post-grid .post-item  .post-item-info{
  text-align: center;
}
.post-grid .post-metas>span{
  display: inline-block;
  margin: 0 5px;
}
.post-grid .post-item .post-cat{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  background-color: #fff;
  padding: 0 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-grid .post-item .post-cat a{
  padding: 0;
  margin: 0;
  color: #000000;
  background-color: transparent;
  font-size: 11px;
}
.post-grid .post-item .post-cat a:hover{
  color: #787878;
}
.post-classic .post-item .post-excerpt{margin-bottom: 25px}
/* Single post */
.post-detail .post-content{
	font-size: 15px;
}
.post-bottom{
  display: table;
  width: 100%;
  border: 1px solid #eee;
  table-layout: fixed;
}
.post-bottom .tags,
.post-bottom .post-item-share{
	display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.post-bottom .post-item-share{
  border-left: 1px solid #eee;
}
.post-bottom label{
  margin: 0;
}
.post-detail .tags label{
	text-transform: uppercase;
}
.share-this label{
	color: inherit;
}
.share-this a{
	display: inline-block;
	color: #b2b2b2;
	margin-left: 20px;
}
blockquote p{
  margin-bottom: 0!important;
}
/* Comment form */
.post-comments{
	margin-top: 50px;
}
.comment-reply-title{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 35px;
}
.post-comments ol.comments{
  margin-bottom: 50px
}
ol.comments{
  padding: 0;
  list-style: none;
}
ol.comments .comment{
  margin-top: 30px;
}
ol.comments ol.children{
  list-style: none;
}
.comment-body .author-avatar{
  float: left;
  width: 100px;
  margin-right: 15px;
}
.comment-body .author-avatar .avatar{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.comment-body .comment-content{
  overflow: hidden;
}
.comment-content{
  position: relative;
}
.comment-content .author{
  text-transform: uppercase;
  color: #242424;
}
.comment-content .comment-meta{
  font-size: 12px;
  color: #999;
}
.comment-content .comment-meta a{color: inherit;}
.comment-content .comment-meta a:hover{color: #000;}
.comment-content .comment-meta a.comment-edit-link {
  color: #0000;
  margin-left: 10px;
}
.comment-content .head{
  margin-bottom: 10px;
}
.comment-content .reply{
  position: absolute;
  right: 0;
  top: 0;
}
ol.comments .comment-respond{
  padding: 30px;
  background-color: #f5f5f5;
  margin: 30px 0;
}
.comment-respond .form-submit{
  margin: 0;
}
.comment-form .input-form{
  width: 100%;
  margin-bottom: 30px
}
/*------------------------------
          SHOP
 ------------------------------*/
.clear-both:before,
.clear-both:after{
  content: '';
  display: table;
}
.clear-both:after{
  clear: both;
}
.page-heading{
  background-color: #f7f7f7;
  padding: 35px 0;
}
.page-heading .page-title{
  font-size: 32px;
  color: #000;
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}
.woocommerce-breadcrumb{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.woocommerce-breadcrumb a{
  color: #000;
}
.woocommerce-breadcrumb a:hover{
  color: inherit;
}
.woocommerce-breadcrumb a:after{
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 0 10px;
}
ul.products{
  margin: 0;
  margin: 0 -15px;
  padding: 0;
}
ul.products:before,
ul.products:after{
  display: table;
  content: '';
}
ul.products:after{
  clear: both;
}
ul.product-items{
  padding: 0;
}
/* SHOP CONTROL*/
.toolbar-products{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.toolbar-products .woocommerce-result-count{
  margin: 0;
  display: inline-block;
}
.toolbar-products .modes{
  display: inline-block;
  float: right;
  padding-left:35px;
}
.toolbar-products .modes .modes-mode{
  display: inline-block;
}
.toolbar-products .modes .modes-mode:hover,
.toolbar-products .modes .modes-mode.active{
  color: #000;
}
.toolbar-products .modes .mode-grid:after{
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.toolbar-products  .woocommerce-ordering{
  display: inline-block;
  float: right;
}
.woocommerce-ordering .chosen-container-single .chosen-drop{
  min-width: 200px;
}
.toolbar-products .woocommerce-ordering select{
  padding: 0;
  border: none;
  width: 150px;
}
.toolbar-products .chosen-container-single .chosen-single{
  border: none;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 14px;
}
.toolbar-products .chosen-container .chosen-results,
.toolbar-products .chosen-container-single .chosen-drop {
  border: none;
}
.toolbar-products .chosen-container-single .chosen-drop{
   -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.toolbar-products .chosen-container .chosen-results li{
  color: #787878;
}
.toolbar-products .chosen-container .chosen-results li.highlighted{
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.woocommerce-pagination{
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  overflow: hidden;
}
.woocommerce-pagination ul{
  padding: 0;
  display: table;
  margin: 0 auto;
}
.woocommerce-pagination li{
  list-style: none;
  display: inline-block;
  float: left;
}
.woocommerce-pagination ul .page-numbers{
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #f2f2f2;
  margin: 0 5px;
}
.woocommerce-pagination ul .page-numbers:hover,
.woocommerce-pagination ul .page-numbers.current{
  color: #fff;
  background-color: #000;
}
/* Star rating */
.star-rating{
  color: #dddddd;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 100%;
}
.star-rating:before,
.star-rating > span:before {
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  font-family: FontAwesome;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 100%;
}
.star-rating > span{
  position: absolute;
  top: 0;
  left: 0;
  color: #fecb00;
  line-height: 100%;
  overflow:hidden;
}
.star-rating > span:before{
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
/* ------ Product ------ */
.product-item{
  list-style: none;
}
ul.products .product-item{
  margin-bottom: 40px;
}
.product-item .prodcut-thumb{
  margin-bottom: 23px;
  overflow: hidden;
  position: relative;
}
.product-item .prodcut-thumb .thumb-link{
  display: block;
  position: relative;
}
.product-item .prodcut-thumb .thumb-link:before{
  content: '';
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-item:hover .prodcut-thumb .thumb-link:before{
  opacity: 1;
  visibility: visible;
}
.product-item .product-name{
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: normal;
  font-family: inherit;
}
.product-item .product-name a{
  color: #000;
}
.product-item .product-name:hover a{
  color: #787878;
}
.product-item  .star-rating:before,
.product-item  .star-rating > span:before {
  font-size: 11px;
}
.product-item .price{
  display: block;
  color: #000;
}
.product-item .price ins{
  text-decoration: none;
}
.product-item .price del{
  color: #b2b2b2;
  margin-right: 15px;
}
.product-item .flashs{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.product-item .flashs>span{
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  background-color: #49b382;
  margin-bottom: 5px;
  float: left;
  clear: left;
  min-width: 55px;
}
.product-item .flashs .onsale{
  background-color: #ec4949;
}
.product-item .button.yith-wcqv-button{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-left: -35px;
  margin-top: -35px;
  padding: 19px 5px;
  border-radius: 50%;
  line-height: 16px;
  display: inline-block;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-item:hover .button.yith-wcqv-button{
  opacity: 1;
  visibility: visible;
}
.product-item .group-button .button,
.product-item .group-button .added_to_cart{
  padding: 0;
  background-color: transparent;
  color: #787878;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
}
.product-item .group-button .button:hover,
.product-item .group-button .added_to_cart:hover{
  color: #000000;
}
.product-item .group-button .button:before{
  content: '+';
  display: inline-block;
  margin-right: 5px;
}
.product-item .compare-button{
  margin: 0;
  display: inline-block;
}
.product-item .group-button .ajax_add_to_cart.added{
  display: none;
}
.product-item  .ajax_add_to_cart.loading:before{
  font-family: 'FontAwesome';
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  margin-right: 5px;
  display: inline-block;
}
.product-item .product-info{
  position: relative;
  overflow: hidden;
}
.product-item .group-button{
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .group-button{
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.product-item .product-cat{
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.quantity{
  border: 1px solid #e5e5e5;
  width: 150px;
}
.quantity .control{
  display: table;
}
.quantity .control .btn-number,
.quantity .control .input-qty{
  display: table-cell;
  vertical-align: middle;
}
.quantity .control .input-qty{
  width: 50px;
  height: 48px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}
.quantity .control .btn-number{
  width: 49px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #787878;
}
.quantity .control .btn-number:hover{
  background-color: #e5e5e5;
  color: #000;
}
.product-item .group-button > *{
  margin: 0 15px;
}
.product-item .group-button > *:first-child{
  margin-left: 0;
}
.product-item .group-button > *:last-child{margin-right: 0}
.product-item .thumb-inner img{width: 100%}
/* Product style 1 */
.product-item.style-1{
  text-align: center;
}
/* Product style 2 */
.product-item.style-2{
  text-align: left;
}
.product-item.style-2 .group-button{
  text-align: left;
}
/* Product list */
.product-item.list{
  margin-bottom: 50px;
  text-align: left;
}
.product-item.list .prodcut-thumb{
  width: 27%;
  float: left;
  margin: 0;
}
.product-item.list .product-info{
  overflow: hidden;
  padding-left: 40px;
}
.product-item.list .group-button{
  position: static;
  opacity: 1;
  visibility: visible;
}
.product-item .product-item-des{
  margin-bottom: 20px;
}
.product-item .product-item-des p:last-child{
  margin-bottom: 0;
}
.product-item.list .group-button{
	text-align: left;
}
.product-item.list .group-button .button,
.product-item.list .group-button .added_to_cart{
    line-height: 13px;
}
.product-item.list .group-button .add_to_cart_button,
.product-item.list .group-button .added_to_cart{
  border-right: 1px solid #b5b5b5;
  padding-right: 30px;
  margin-right: 30px;
}
.product-item.list .group-button > *{margin-left: 0}
.product-item.list .product-cat{
  font-size: 14px;
}
.product-item.list .product-name{
  font-size: 22px;
  margin-bottom: 10px;
}
.product-item.list.style-1 .product-item-des{
	margin-bottom: 15px;
}
.product-item.list .price{
  font-size: 18px;
  margin-bottom: 15px;
}
/* Product list style2 */
.product-item.list.style-2 .prodcut-thumb{
	width: 54%;
	text-align: center;
}
.product-item.list.style-2 .product-info{
	padding-left: 30px;
	padding-top: 50px
}
.product-item.list.style-2 .price{margin-bottom: 25px;}
/*-------- Product detail -------*/
.summary,
.woocommerce-product-gallery{
  margin-bottom: 60px;
}
.woocommerce-product-gallery .flex-control-thumbs{
  padding: 0;
  margin: 0 -5px;
}
.woocommerce-product-gallery .flex-control-thumbs:before,
.woocommerce-product-gallery .flex-control-thumbs:after{
  content: '';
  display: table;
}
.woocommerce-product-gallery .flex-control-thumbs:after{
  clear: both;
}
.woocommerce-product-gallery .flex-control-thumbs li{
  list-style: none;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
  cursor: pointer;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{
  width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
  width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{
  width: 20%;
}
.woocommerce-product-gallery--columns-6 .flex-control-thumbs li{
  width: 16.66666%;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}
.woocommerce-product-gallery__trigger img{
  display: none!important;
}
.woocommerce-product-gallery__trigger:before{
  font-family: 'FontAwesome';
  content: "\f00e";
}
.woocommerce-product-gallery  .flex-active{
  opacity: 0.5;
}
.woocommerce-product-gallery .bx-wrapper{
    padding: 0 40px;
    margin: 0;
    margin-top: 10px;

}
.woocommerce-product-gallery .bx-wrapper .flex-control-thumbs{
    margin: 0;
}
.woocommerce-product-gallery .bx-wrapper .flex-control-thumbs  li{
  float: none;
  padding: 0;
  margin: 0;
}
.woocommerce-product-gallery .bx-prev,
.woocommerce-product-gallery .bx-next{
    font-size: 48px;
    position: absolute;
    top: 50%;
    color: #dddddd;
    margin-top: -26px;
    line-height: normal;
}
.woocommerce-product-gallery .bx-prev:hover,
.woocommerce-product-gallery .bx-next:hover{
    color: #000;
}
.bx-wrapper{
    position: relative;
}
.woocommerce-product-gallery .bx-next{
    right: 0;
}
.woocommerce-product-gallery .bx-prev{
    left: 0;
}
.single-product-left{
    position: relative;
}
.single-product .onsale{
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
    padding: 0 10px;
    background-color: #ec4949;
    float: left;
    clear: left;
    min-width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.slider-vertical .woocommerce-product-gallery .bx-wrapper{
    width: 90px;
    float: left;
    padding: 40px 0;
    margin: 0;
}
.slider-vertical-left .woocommerce-product-gallery{
    overflow: hidden;
}
.slider-vertical .woocommerce-product-gallery .bx-prev,
.slider-vertical .woocommerce-product-gallery .bx-next{
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
    top: inherit;
    right: inherit;
    height: 16px;
    line-height: 15px;
}
.slider-vertical .woocommerce-product-gallery .bx-prev .fa,
.slider-vertical .woocommerce-product-gallery .bx-next .fa{
    line-height: 2px;
}
.slider-vertical .woocommerce-product-gallery .bx-next{
    top: 0;
}
.slider-vertical .woocommerce-product-gallery .bx-prev{
    bottom: 0;
}
.slider-vertical .woocommerce-product-gallery .bx-prev .fa:before{
    content: "\f107";
}
.slider-vertical .woocommerce-product-gallery .bx-next .fa:before{
    content: "\f106";
}
.slider-vertical-left{
    padding-left: 100px;
}
.slider-vertical-right{
    padding-right: 100px;
}
.slider-vertical-left .bx-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.slider-vertical-right .bx-wrapper{
    position: absolute;
    top: 0;
    right: 0;
}
.single-product .slider-vertical-left .onsale{
    left: 100px;
}
.slider-vertical-left .woocommerce-product-gallery__trigger{
    right: 20px;
    left: inherit;
    bottom: 20px;
}
.slider-vertical-right .woocommerce-product-gallery__trigger{
    right: inherit;
    left: 20px;
    bottom: 20px;
    top: inherit;
}
.product_title{font-weight: normal;}
.summary .product-cat{
  text-transform: uppercase;
  margin-bottom: 15px;
}
.summary .entry-title{
  font-size: 28px;
  margin-bottom: 28px;
}
.summary .price{
  font-size: 24px;
  color: #000;
  margin-bottom: 17px;
}
.summary .price ins,
.summary .price del
.summary .price span{
  display: inline-block;
  line-height: 100%;
  float: left;
}
.summary .price ins{
  text-decoration: none;
  margin-right: 25px;
}
.summary .price del{
  font-size: 20px;
  color: #b2b2b2;
}
table.variations td.label{
  vertical-align: middle;
}
table.variations,
table.variations tr,
table.variations th,
table.variations tbody,
table.variations td,
table.variations td.label{
  display: block;
  border: none;
  padding: 0;
  text-align: left;
  margin: 0;
}
table.variations td.label{
  margin-bottom: 5px;
}
table.variations tr{
  margin-bottom: 20px;
}
table.variations td.value .chosen-container{
  max-width: 300px
}
table.variations .reset_variations{margin-left: 10px}
.summary .woocommerce-product-rating .woocommerce-review-link{
  line-height: 11px;
  display: inline-block;
  margin-left: 10px;
}
.summary .woocommerce-product-rating .star-rating{
  float: left;
  margin-top: 6px;
}
.summary .woocommerce-product-rating{
  margin-bottom: 21px;
}
.summary .quantity{
  margin-bottom: 20px;
}
.summary .group_table .quantity{margin-bottom: 0}

table .label label{margin: 0;}
form.cart .button,
p.cart .button{
  width: 100%;
  background-color: transparent;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  border: 2px solid #000000;
  padding: 14px 20px;
}
p.cart{
  margin-bottom: 0;
}
form.cart .button:hover,
p.cart .button:hover{
  color: #fff;
  background-color: #000000;
}
.yith-wcwl-add-to-wishlist{
  margin: 0;
}
.summary .yith-wcwl-add-to-wishlist,
.summary .compare.button{
  margin-bottom: 10px;
}
.summary .yith-wcwl-add-to-wishlist,
.summary .yith-wcwl-add-to-wishlist a,
.summary .compare.button{
  text-align: center;
  background-color: transparent;
  color: #b2b2b2;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  display: block;
}
.summary .yith-wcwl-add-to-wishlist a:hover,
.summary .compare.button:hover{
  color: #000;
}
.summary .yith-wcwl-add-to-wishlist>div{
  position: relative;
}
.summary .yith-wcwl-add-to-wishlist .ajax-loading{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -8px;
  margin-left: -8px;
}
.summary .yith-wcwl-add-to-wishlist a:before,
.summary .compare.button:before{
  content: '+';
  display: inline-block;
  margin-right: 3px;
}
.summary .yith-wcwl-add-to-wishlist .feedback{
  display: none;
}
.summary .product_meta>span{
  display: block;
}
.woocommerce-tabs{
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.woocommerce-tabs .tabs{
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.woocommerce-tabs .tabs li{
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
.woocommerce-tabs .tabs li a{
  display: block;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: none;
}
.woocommerce-tabs .tabs li:last-child a{
  border-right: none;
}
.woocommerce-tabs .tabs li.active a{
  color: #000;
}
.woocommerce-tabs .wc-tab{
  margin-bottom: 0;
  box-shadow: none;
  padding: 20px 30px;
}
.woocommerce-tabs .wc-tab p:last-child{
  margin-bottom: 0;
}
.woocommerce-tabs .wc-tab>h2{
  font-size: 16px;

}
.woocommerce-tabs table p{
  margin: 0;
}
.related.products{
  padding-top: 76px;

}
.upsells.products{
  padding-bottom: 63px;
  border-bottom: 1px solid #e5e5e5;
}
.related.products .block-title{
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-family: 'Montserrat',san-serif;
  font-weight: 600;
  margin-bottom: 50px;
}
.main-container.no-sidebar .related.products{
  position: relative;
}
.customer-reviews{
  background-color: #fbfbfb;
  padding: 40px 0;
}
.main-container.no-sidebar .customer-reviews{
  position: relative;
}
.customer-reviews .block-inner{
  max-width: 1170px;
  margin: 0 auto;
}
.customer-reviews .block-title{
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-family: 'Montserrat',san-serif;
  font-weight: 600;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}
.customer-reviews .block-inner-content{
  max-width: 970px;
  margin: 0 auto;
}

.customer-reviews .tabs .tab-link{
  padding: 0 25px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.customer-reviews .tabs .tab-link:before,
.customer-reviews .tabs .tab-link:after{
  content: '';
  display: table;
}
.customer-reviews .tabs .tab-link:after{
  clear: both;
}
.customer-reviews .tabs .tab-link li{
  display: inline-block;
  list-style: none;
  float: left;
}
.customer-reviews .tabs .tab-link li a{
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #e5e5e5;
  padding: 0 30px;
  margin-bottom: -1px;
  position: relative;
  line-height: 48px;
}
.customer-reviews .tabs .tab-link li.active a{
  border-color: #e5e5e5;
  border-bottom-color: #fbfbfb;
  color: #000;
}
.woocommerce-Reviews .woocommerce-Reviews-title{
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 30px;
}
.woocommerce-Reviews .commentlist{
    padding: 0;
}
.woocommerce-Reviews .commentlist .comment{
  list-style: none;
  padding: 40px 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-Reviews .commentlist .comment:last-child{
  border: none;
}
.woocommerce-Reviews .comment_container{
  overflow: hidden;
}
.woocommerce-Reviews .comment_container .avatar{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
}
.woocommerce-Reviews .comment_container .comment-text{
  overflow: hidden;
  padding-left: 20px;
}
.woocommerce-Reviews .comment_container .comment-text .meta{
  margin-bottom: 12px;
}
.woocommerce-review__author{
  font-size: 15px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  color: #000;
}
.woocommerce-Reviews .comment_container .comment-text .description p:last-child{
  margin-bottom: 0;
}
.woocommerce-Reviews .comment_container .comment-text .star-rating{
  margin-bottom: 15px;
}
.customer-reviews .top-control{
  position: relative;
  padding-bottom: 50px;
}
.customer-reviews .top-control:before,
.customer-reviews .top-control:after{
  content: '';
  display: table;
}
.customer-reviews .top-control:after{
  clear: both;
}
.customer-reviews .top-control .star-wapper,
.customer-reviews .top-control .action-wapper{
  display: inline-block;
  float: left;
}
.customer-reviews .top-control .star-wapper{
  padding: 12px 0;
}
.customer-reviews .top-control .action-wapper{
  float: right;
}
.customer-reviews .top-control .action-wapper .button{
  padding-left: 30px;
  padding-right: 30px;
  background-color: #e1e1e1;
  color: #787878;
}
.customer-reviews .top-control .action-wapper .button:hover,
.customer-reviews .top-control .action-wapper .button.active{
  background-color: #000;
  color: #fff;
}
.customer-reviews .top-control .star-rating{
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.customer-reviews .top-control .woocommerce-review-link{
  float: left;
}
.review_form_wrapper{
  position: absolute;
  background-color: #000;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 100%;
  padding: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.review_form_wrapper.open{
  opacity: 1;
  visibility: visible;
}
.review_form_wrapper .comment-form label{
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
}
.review_form_wrapper .comment-form .comment-form-rating label{
  display: inline-block;
  margin-right: 20px;
}
.review_form_wrapper .comment-form #rating_chosen{display: none;}
.review_form_wrapper .comment-form .stars{display: inline-block;}
.review_form_wrapper .comment-form  textarea,
.review_form_wrapper .comment-form  input[type="text"],
.review_form_wrapper .comment-form  input[type="email"]{
  width: 100%;
  background-color: #333333;
  border-color: #333333;
}
.review_form_wrapper .comment-reply-title{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  border: none;
  padding: 0;
  text-align: left;
  font-family: 'Montserrat';
}
.review_form_wrapper .comment-form .form-submit{
  text-align: right;
  margin-bottom: 0;
}
.review_form_wrapper .comment-form  .button{
  background-color: #333333;
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce p.stars a{
  font-size: 0;
  color: #fff;
  letter-spacing: 2px;
}
.woocommerce p.stars a:before{
  font-family: 'FontAwesome';
  content: "\f006";
  font-size: 16px;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  content: "\f005";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\f005";
}
.woocommerce p.stars.selected a.active ~ a:before,
.woocommerce p.stars.selected a:hover ~ a:before{
  content: "\f006";
}

/* --- Quick View --- */
#yith-quick-view-modal .yith-wcqv-main{
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 50px;
}
#yith-quick-view-content .product_title{
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 18px;
  font-family: inherit;
}
#yith-quick-view-content div.images{
  width: 58.3333%;
}
#yith-quick-view-content div.summary{
  width: 41.6667%;
}
#yith-quick-view-modal .yith-wcqv-wrapper{
  width: 1170px;
  height: 765px;
}
#yith-quick-view-close{

}
/*--------------------
       SLIDER
---------------------*/
.tparrows.custom{
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  background-color: transparent;

  text-align: center;
}
.tparrows.custom:hover{
  background-color: #fff;
  color: #000;
}
.tparrows.custom:hover:before{
  color: #000;
}
.tparrows.custom:before{
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 43px;
}
.custom.tparrows.tp-rightarrow::before{
  content: "\f105";
}
.custom.tparrows.tp-leftarrow::before {
  content: "\f104";
}
.custom .tp-bullet{
  width: 9px;
  height: 9px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  background: #fff;
}
/* rows-space*/
.rows-space-10{
    margin-bottom: 10px;
}
.rows-space-20{
    margin-bottom: 20px;
}
.rows-space-30{
    margin-bottom: 30px;
}
.rows-space-40{
    margin-bottom: 40px;
}
.rows-space-50{
    margin-bottom: 50px;
}
.rows-space-60{
    margin-bottom: 60px;
}
.rows-space-70{
    margin-bottom: 70px;
}
.rows-space-80{
    margin-bottom: 80px;
}
.rows-space-90{
    margin-bottom: 90px;
}
.rows-space-100{
    margin-bottom: 100px;
}
.owl-one-row .product-item:last-child{
    margin-bottom: 0;
}
/*----------------
ALL EFFECT BANNER
----------------*/

/*Effect style1*/
.banner-effect {
    position: relative ;
    display: block;
    overflow:hidden;  }

.banner-effect1:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    transition:all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;  }

.banner-effect1:hover:before {
    left: 50%;
    width: 0;
    opacity: 0.5;  }

.banner-effect1:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    opacity: 0;
    transition:all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;  }

.banner-effect1:hover:after {
    top: 50%;
    height: 0;
    opacity: 0.5;  }

/*Effect style2*/
.banner-effect2:before {
    width: 300%;
    height: 300%;
    border-radius: 100%;
    border:solid 3px #ffc2b3;
    content: "";
    position: absolute;
    z-index: 2;
    transition:all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffc2b3;
    visibility: inherit;  }

.banner-effect2:after {
    width: 300%;
    height: 300%;
    border-radius: 100%;
    border:solid 3px #ffffff;
    content: "";
    position: absolute;
    z-index: 1;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffffff;
    visibility: inherit;  }

.banner-effect2:hover:before,
.banner-effect2:hover:after {
    width: 0;
    height: 0;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    visibility: hidden;  }

/*Effect style3*/
.banner-effect3:hover img{
  opacity: 0.5;
  transition:all 0.7s ease-out 0s;
  -webkit-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
}
/*Effect style4*/
.banner-effect4:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 0;
    height: 80%;
    border-top: solid 1px #d60d46;
    border-bottom: solid 1px #d60d46;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    visibility: hidden;  }

.banner-effect4:hover:before {
    width: 80%;
    left: 10%;
    visibility: visible;  }

.banner-effect4:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 0;
    border-left: solid 1px #d60d46;
    border-right: solid 1px #d60d46;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    visibility: hidden;  }

.banner-effect4:hover:after {
    height: 80%;
    top: 10%;
    visibility: visible;  }

/*Effect style5*/
.banner-effect5:before{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;  }

.banner-effect5:after{
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;  }

.banner-effect5:hover:before,
.banner-effect5:hover:after {
    width: 50%;  }

/*Effect style6*/
.banner-effect6:before,
.banner-effect6:after  {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #ffffff;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s; }

.banner-effect6:hover:before{
    top: 0; }

.banner-effect6:after {
    left: inherit;
    bottom: -100%;
    top: inherit;
    right: 0; }

.banner-effect6:hover:after{
    bottom: 0;  }

/*Effect style7*/
.banner-effect7:before,
.banner-effect7:after  {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    height: 50%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition:all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s; }

.banner-effect7:hover:before{
    left: 0; }

.banner-effect7:after {
    left: inherit;
    bottom: 0;
    top: inherit;
    right: -100%; }

.banner-effect7:hover:after {
    right:  0;  }

/*Effect style8*/
.banner-effect8:before {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition:all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s; }

.banner-effect8:after{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition:all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s; }

.banner-effect8:hover:before,
.banner-effect8:hover:after {
    top: 0; }
.banner-effect9 img{
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.banner-effect9:hover img {
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner-effect10:before{
  content: '';
  background-color: rgba(0,0,0,0.2);
  transition:all 0.9s ease-out 0s;
  -webkit-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.banner-effect10:hover:before{
  opacity: 1;
  visibility: visible;
}
/*------------------------
SHORTCODES
-------------------------*/
/* TABS */
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}
.tab-container .cssload-wapper{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.tab-container .cssload-wapper .cssload-square{
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
}
/*-----------------------
 woocommerce Page
-----------------------*/
.woocommerce .col2-set:before,
.woocommerce .col2-set:after{
  content: '';
  display: table;
}
.woocommerce .col2-set:after{
  clear: both;
}
.woocommerce .col2-set{
  margin: 0 -15px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .cart_totals ,
.woocommerce .coupon,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.checkout_coupon{
  border: 1px solid #e1e1e1;
  padding: 30px;
  min-height: 461px;
  overflow: hidden;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.checkout_coupon{
  margin-bottom: 30px;
  min-height: 1px;

}

.woocommerce form .input-text,
.woocommerce form select{
  display: block;
  width: 100%;
}
label{
  font-weight: normal;
  color: #000;
}
.woocommerce form.login .button,
.woocommerce form.register .button,
.woocommerce-ResetPassword .button{
  width: 100%;
  padding: 28px 72px;
}
.form-heading,
.woocommerce-billing-fields>h3,
.woocommerce-shipping-fields>h3{
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Montserrat',san-serif;
}
.woocommerce-ResetPassword{
  max-width: 570px;
  border: 1px solid #e1e1e1;
  padding: 30px;
  margin: 0 auto;
}
.woocommerce-LostPassword{
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce-LostPassword a{
  display: inline-block;
  float: right;
}
.woocommerce-password-strength{
  margin-top: 15px;
  height: 5px;
  width: 100%;
  background-color: #b2b2b2;
  font-size: 0;
  position: relative;
}
.woocommerce-password-strength:before{
  content: '';
  height: 5px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-password-strength.short:before,
.woocommerce-password-strength.bad:before{
  background-color: #a03;
  width: 20%;
}
.woocommerce-password-strength.medium:before{
  width: 50%;
  background-color: #2d98f3;
}

.woocommerce-password-strength.good:before{
  width: 80%;
  background-color: #0cf3c4;
}
.woocommerce-password-strength.strong:before{
  background: #76c261;
  width: 100%;
}
.woocommerce-MyAccount-navigation{
  width: 270px;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 20px 30px;
}
.woocommerce-MyAccount-navigation ul{
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li{
  padding: 10px 0;
  list-style: none;
}
.woocommerce-MyAccount-content{
  overflow: hidden;
  padding-left: 30px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
  overflow: visible;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right;
}
form.edit-account legend{
  font-size: 24px;
  padding-bottom: 10px;
  color: #000;
  margin-top: 30px;
}
.woocommerce .coupon .button{
  background-color: #6da6da;
  padding: 17px 40px;
}
.woocommerce .cart_totals, .woocommerce .coupon{
  margin-bottom: 50px;
}
table.cart{
  margin-bottom: 50px;
}
.cart_totals .button{
  padding: 17px 40px;
}
.cart_totals table,
.cart_totals table td,
.cart_totals table th{
  border: none;
  vertical-align: top;
  color: #000;
}
.cart_totals p{
  margin-bottom: 5px;
}
form.checkout_coupon .form-row-first,
form.checkout_coupon .form-row-last,
form.woocommerce-checkout .form-row-last,
form.woocommerce-checkout .form-row-first{
  width: 100%;
  float: none;
}
form.woocommerce-checkout .chosen-container{
	display: none;
}
ul.payment_methods{
	list-style: none;
	padding-left: 0;
}
.woocommerce-shipping-fields h3 label{
	font-weight: inherit;
}
abbr[data-original-title], abbr[title]{display: none;}
.woocommerce table.wishlist_table{font-size: 14px;}
.wishlist_table tr td a.button{
	padding: 8px 20px;
}
table.wishlist_table .yith-wcqv-button{margin-left: 10px}
/*------------------------
 popup-newsletter
 -----------------------*/
 #popup-newsletter{
 	background: rgba(0,0,0,0.8);
 }
#popup-newsletter .modal-dialog {
    width: 100%;
    max-width: 970px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
#popup-newsletter .modal-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#popup-newsletter .modal-content{
    min-width: 970px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#popup-newsletter.default .modal-content{
	padding: 30px;
}
#popup-newsletter  .close{
  position: absolute;
  top: -22px;
  right: 0;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  text-shadow: none;
}
#popup-newsletter .close:before{
	content: "\f00d";
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
}
#popup-newsletter .azora-popup-content{text-align: center;}
input[type="checkbox"]{
	margin-top: 6px;
}
.azora-popup-newsletter{
	width: 535px;
	max-width: 100%;
	margin: 0 auto;
}
.newsletter-form-wrap{overflow: hidden;}
.newsletter-form-wrap .btn-submit{
	width: 152px;
	line-height: 28px;
	padding: 11px 30px;
	text-align: center;
	float: left;
}
.newsletter-form-wrap input.email{
	border: none;
	width: calc(100% - 152px);
	width: -moz-calc(100% - 152px);
	width: -webkit-calc(100% - 152px);
	line-height: 28px;
	padding: 11px 20px;
	float: left;
}
.azora-popup-newsletter .message{
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-top: 15px;
  white-space: nowrap;
}
.azora-popup-newsletter.default input.email{
	background: #ebebeb;
}
.azora-disable-popup-newsletter .checkbox{
	font-size: 13px;
	margin-top: 40px;
}
/* Style 1*/
#popup-newsletter.style1{
  background: rgba(150,150,150,0.95);
}
#popup-newsletter.style1 .close{
  color: #000;
}
.azora-popup-newsletter.style1 input.email{
  background: rgba(255,255,255,0.08);
  color: #b2b2b2;
}
.azora-popup-newsletter.style1 .message{
  margin-top: 22px;
  color: #b2b2b2;
}
/* Style 2 */
#popup-newsletter.style2{
  background: rgba(38,38,38,0.98);
}
#popup-newsletter.style2 .modal-content{
  background: transparent;
  text-align: center;
}
#popup-newsletter.style2 .close{
  float: none;
  position: relative;
  top:0;
  opacity: 0.3;
  margin-bottom: 50px;
}
.azora-popup-newsletter.style2{
  width: 500px;
}
.azora-popup-newsletter.style2 .message{
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 10px
}
/*----- Notification ----*/
.header-message{
  background: #383838;
  padding: 8px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
/*------------------------------
 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;
  }
}


/*----------------
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;}
}
@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;}
}
@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;}
}
@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;}
}
@media (max-width:479px){
  .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
  .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/
@media (max-width: 480px){
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-ts-1,
  .col-ts-10,
  .col-ts-11,
  .col-ts-12,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
  .col-ts-1,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9,
  .col-ts-10,
  .col-ts-11{float:left;}
  .col-ts-12{width:100%;}
  .col-ts-11{width:91.66666667%;}
  .col-ts-10{width:83.33333333%;}
  .col-ts-9{width:75%;}
  .col-ts-8{width:66.66666667%;}
  .col-ts-7{width:58.33333333%;}
  .col-ts-6{width:50%;}
  .col-ts-5{width:41.66666667%;}
  .col-ts-4{width:33.33333333%;}
  .col-ts-3{width:25%;}
  .col-ts-2{width:16.66666667%;}
  .col-ts-1{width:8.33333333%;}
  .col-ts-pull-12{right:100%;}
  .col-ts-pull-11{right:91.66666667%;}
  .col-ts-pull-10{right:83.33333333%;}
  .col-ts-pull-9{right:75%;}
  .col-ts-pull-8{right:66.66666667%;}
  .col-ts-pull-7{right:58.33333333%;}
  .col-ts-pull-6{right:50%;}
  .col-ts-pull-5{right:41.66666667%;}
  .col-ts-pull-4{right:33.33333333%;}
  .col-ts-pull-3{right:25%;}
  .col-ts-pull-2{right:16.66666667%;}
  .col-ts-pull-1{right:8.33333333%;}
  .col-ts-pull-0{right:auto;}
  .col-ts-push-12{left:100%;}
  .col-ts-push-11{left:91.66666667%;}
  .col-ts-push-10{left:83.33333333%;}
  .col-ts-push-9{left:75%;}
  .col-ts-push-8{left:66.66666667%;}
  .col-ts-push-7{left:58.33333333%;}
  .col-ts-push-6{left:50%;}
  .col-ts-push-5{left:41.66666667%;}
  .col-ts-push-4{left:33.33333333%;}
  .col-ts-push-3{left:25%;}
  .col-ts-push-2{left:16.66666667%;}
  .col-ts-push-1{left:8.33333333%;}
  .col-ts-push-0{left:auto;}
  .col-ts-offset-12{margin-left:100%;}
  .col-ts-offset-11{margin-left:91.66666667%;}
  .col-ts-offset-10{margin-left:83.33333333%;}
  .col-ts-offset-9{margin-left:75%;}
  .col-ts-offset-8{margin-left:66.66666667%;}
  .col-ts-offset-7{margin-left:58.33333333%;}
  .col-ts-offset-6{margin-left:50%;}
  .col-ts-offset-5{margin-left:41.66666667%;}
  .col-ts-offset-4{margin-left:33.33333333%;}
  .col-ts-offset-3{margin-left:25%;}
  .col-ts-offset-2{margin-left:16.66666667%;}
  .col-ts-offset-1{margin-left:8.33333333%;}
  .col-ts-offset-0{margin-left:0;}
  .hidden-ts{
    display: none;
  }
}

/* LOADING*/

.cssload-square {
  margin: 68px auto;
  width: 19px;
  height: 19px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.cssload-square-part {
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: 1;
  animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
  background: rgb(84,250,212);
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
  background: rgb(233,111,146);
  left: 0;
  top: 0;
}

.cssload-square-blend {
  background: rgb(117,81,125);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  animation: blend-anim 0.92s ease-in infinite;
  -o-animation: blend-anim 0.92s ease-in infinite;
  -ms-animation: blend-anim 0.92s ease-in infinite;
  -webkit-animation: blend-anim 0.92s ease-in infinite;
  -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}

@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0);
  }
  100% {
    transform: translate3d(10px, 10px, 0);
  }
}

@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -o-transform: translate3d(10px, 10px, 0);
  }
}

@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -ms-transform: translate3d(10px, 10px, 0);
  }
}

@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(10px, 10px, 0);
  }
}

@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0);
  }
  100% {
    -moz-transform: translate3d(10px, 10px, 0);
  }
}
/* -----------------------
          SHORT CODE
-------------------------- */
/* Title secttion */
.azora-title.default{
  line-height: normal;
  position: relative;
  margin-bottom: 55px;
  display: block;
}
.azora-title.default h3{
  font-size: 32px;
  position: absolute;
  width: 100%;
  display: inline-block;
  margin: 0;
  left: 0;
  top: 15px;
}
.azora-title.default:before{
  content: attr(data-placeholdertext);
  font-size: 64px;
  line-height: 45px;
  color: #eeeeee;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: bold;
}

.azora-title.text-left > a{
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.azora-title.text-left > a:before{
  content: "\f178";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.azora-title.text-center > a:after{
  content: "\f178";
  font-family: 'FontAwesome';
  margin-left: 15px;
  color: #000;
}
.azora-title.text-center > a:before{
  content: "\f177";
  font-family: 'FontAwesome';
  margin-right: 15px;
  color: #000;
}
.azora-title.style2 h3{
  text-transform: uppercase;
  font-size: 20px;
}
.azora-title.link-no-icon > a:before,
.azora-title.link-no-icon > a:after{
	display: none;
}

/* ----------- */
.product-list-grid{
    margin-bottom: 0;
    padding: 0;
}
.azora-products .loadmore-button{
    width: 100px;
    height: 100px;
    font-size: 12px;
    text-transform: uppercase;
    color: #787878;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    display: block;
    padding: 31px 20px;
    line-height: 18px;
    margin: 0 auto;
}
.azora-products .loadmore-button:hover{
    background-color: #000;
    color: #fff;
}
/* Product slide */
.product-list-owl.owl-carousel.nav-center .owl-prev,
.product-list-owl.owl-carousel.nav-center .owl-next{
  top: 135px;
}
/* NEWSLETTER */
.azora-newsletter{text-align: center;}
.azora-newsletter .title{
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 0;
}
.azora-newsletter .block-content{
  display: inline-block;
  vertical-align: middle;
}
.azora-newsletter.default .newsletter-form-wrap{
  width: 100%;
  max-width: 530px;
}
.azora-newsletter.default .newsletter-form-wrap{
	width: 530px;
}
.azora-newsletter input.email{
  color: #b2b2b2;
  width: calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  margin-right: -2px;
}
.azora-newsletter .btn-submit{width: 150px;float: right;}
.azora-newsletter.style2 .title{
  display: block;
  background: #000;
  line-height: 34px;
  padding: 0 5px 0 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-size: inherit;
}
.azora-newsletter.style2{text-align: left;}
.azora-newsletter.style2 .block-content{
  display: block;
}
.azora-newsletter.style2 .newsletter-form-wrap{
  width: 100%;
}
.azora-newsletter.style2{
  padding: 50px 100px;
  background: #f7f7f7;.
}
.azora-newsletter.style2 input.email{
  line-height: 50px;
  letter-spacing: 2px;
  border: none;
  font-size: 24px;
  width: calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
}
.azora-newsletter.style2 .btn-submit{
  width: 170px;
  line-height: 50px;
  padding: 10px 20px;
}
/* Azora text block */
.azora-text-block .title{
  text-transform: uppercase;
  font-size: inherit;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
/* Banner */
.azora-simplebanner{
  position: relative;
  margin-bottom: 30px;
}
.azora-simplebanner.default:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.azora-simplebanner figure{
  overflow: hidden;
}
.azora-simplebanner figure img{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5 ease 0s;
  width: 100%
}
.azora-simplebanner:hover figure img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.azora-simplebanner.default .link{
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  font-family: 'Montserrat';
  font-weight: bold;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  z-index: 2;
}
.azora-simplebanner.style1 .banner-content{
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	min-width: 370px;
	text-align: center;
	padding: 50px 20px;
	z-index: 2;
}
.azora-simplebanner.style1 .banner-content .title{
	text-transform: uppercase;
	font-size: 32px;
	color: #000;
	font-family: inherit;
	font-weight: normal;
	margin-bottom: 8px;
}
/* Blog latest */
.blog-item .post-thumb{
  position: relative;
}
.blog-item .cats{
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  padding: 0 17px;
  white-space: nowrap;
}
.cats a{
  color: inherit;
}
.cats a:hover{color: #787878;}
.post-grid .post-title{
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
}
.post-title a{color: inherit;}
.post-title a:hover{color: #787878}
.post-item.sticky .post-title a{
  color: red;
}
.post-info{
  text-align: center;
  padding: 10px 7px;
}
.post-metas{font-size: 13px;}
.post-metas .author > span{text-transform: uppercase;}
.button-all{
	background: #f7f7f7;
	display: block;
	margin: 0 auto;
	padding: 12px 30px;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
}
.azora-blogs .button-all{
  margin-top: 30px;
}
.azora-blogs.default .post-title{
	font-size: 24px;
	line-height: 38px;
}
.azora-blogs.style1 .post-info{
	text-align: left;
}
.azora-blogs.style1 .blog-item .cats{
	left: 10px;
	bottom: 10px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.azora-blogs.style1 .post-title{
	font-size: 18px;
	line-height: 24px;
}
.azora-blogs.style1 .post-excerpt{margin-bottom: 25px}
/* Contact info */
.azora-iconbox{text-align: center;}
.azora-iconbox .icon{
	margin-bottom: 20px;
}
.azora-iconbox .title{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: inherit;
}
.azora-iconbox .text{
	color: #8b8b8b
}
/*--- Product filter ---*/
.azora-productsfilter .head:after,
.azora-productsfilter .head:before{
	content: "";
	display: table;
	clear: both;
}
.azora-productsfilter .head{
	position: relative;
}
.azora-productsfilter .content-product{
	margin-top: 60px;
}
.azora-productsfilter .shop-filter{
	float: left;
	width: 50%;
	border: 1px solid #e5e5e5;
	padding: 0;
}
.azora-productsfilter .shop-sort-by{
	border-left: none;
	position: relative;
}
.shop-filter .shop-filter-title{
	font-size: 20px;
	color: #000;
	line-height: 32px;
	font-family: 'Montserrat';
	display: block;
	font-weight: bold;
	padding: 15px 25px;
}
.shop-filter .shop-filter-title:after{
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 32px;
	color: #b2b2b2;
	float: right;
}
.shop-filter.open .shop-filter-title:after{
	content: "\f077";
}
.shop-filter:after{
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.shop-filter.open{
	background: #f4f4f4;
}
.shop-filter.open:after{
	opacity: 1;
}
.shop-filter .block-filter-content{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 20;
}
.shop-filter.open .block-filter-content{
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.shop-sort-by .block-filter-content{margin-top: 3px;}
.shop-by-filter .block-filter-content .block-item{
	float: left;
	width: 20%;
	border-right: 1px solid rgba(178,178,178,0.2);
	padding: 25px;
}
.block-footer{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 30px 40px;
  border-top: 1px solid rgba(178,178,178,0.2);
}
.block-footer .shop-link{
	line-height: 40px;
}
.block-footer .shop-link:before{
	content: "\f178";
	font-family: 'FontAwesome';
	margin-right: 8px;
}
.block-footer .button{
	float: right;
	margin-left: 8px;
	font-size: 12px;
	text-align: center;
}
.button-clear{
	background: transparent;
	border: 2px solid #787878;
	padding-top: 15px;
	padding-bottom: 14px;
	color: #787878;
}
.button-clear:hover{
	background: #787878;
	color: #fff;
}
.shop-by-filter .block-filter-content .block-item:last-child{
	border-right: none;
}
.filter-links{
	list-style: none;
	padding: 0;
}
.filter-links li a{
	line-height: 30px;
	color: inherit;
}
.filter-links li a:hover,
.filter-links li.selected a{
	color: #000;
	text-decoration: underline;
}
.shop-sort-by .block-item{
	padding: 15px 30px
}
.filter-order-by{
	padding: 0;
	list-style: none;
}
.filter-order-by li a{
	line-height: 40px;
}
.filter-order-by li.selected a,
.filter-order-by li a:hover{
	text-decoration: underline;
}
/* Filter attributes */
.filter-attributes.swatch-photo:after,
.filter-attributes.swatch-photo:before{
	content: "";
	display: table;
	clear: both;
}
.filter-attributes.swatch-photo li{
	float: left;
	width: 50%
}
.filter-attributes .swatch-color{
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
}
.filter-attributes .swatch-color:after{
	content: "";
	box-sizing: content-box;
	position: absolute;
	left: -3px;
	top: -3px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-box-shadow: 0 0 0 2px #d9d9d9;
	box-shadow: 0 0 0 2px #d9d9d9;
	padding: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.filter-attributes li.selected a .swatch-color:after,
.filter-attributes a:hover .swatch-color:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.filter-by-price .filter-price-range{
	margin-top: 30px;
}
.filter-by-price .filter-price-range .reult-amount span{
	display: inline-block;
	line-height: 20px;
}
.filter-by-price .filter-price-range .reult-amount span.max{float: right;}
.filter-by-price .filter-price-range .reult-amount span:after{
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background: #787878;
}
.azora-productsfilter .loadmore-wapper{
	text-align: center;
	margin: 80px 0 0;
}
.loadmore-wapper .loadmore-button{
	width: 100px;
	height: 100px;
	display: block;
	background: #f2f2f2;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 35px 20px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
}
.loadmore-button:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transform: all 0.3s ease 0s;
	-ms-transform: all 0.3s ease 0s;
	-o-transform: all 0.3s ease 0s;
	transform: all 0.3s ease 0s;
}
.loadmore-button.loading:after,
.loadmore-button:hover:after{
	opacity: 1;
}
.loadmore-button:before{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 20;
	background: rgba(255,255,255,0.5);
	margin-left: -15px;
	margin-top: -15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-animation:flip 2s infinite;
	animation:flip 2s infinite;
}
.loadmore-button.loading:before{
	opacity: 1;
}
@keyframes flip{
	0%,25%,50%,75%,100%{
		animation-timing-function:cubic-bezier(0,0.5,0.5,1)
	}0%{
		-webkit-transform:rotateY(0) rotateX(0);
		transform:rotateY(0) rotateX(0)
	}25%{
		-webkit-transform:rotateY(180deg) rotateX(0);
		transform:rotateY(180deg) rotateX(0)
	}50%{
		-webkit-transform:rotateY(180deg) rotateX(180deg);
		transform:rotateY(180deg) rotateX(180deg)
	}75%{
		-webkit-transform:rotateY(0) rotateX(180deg);
		transform:rotateY(0) rotateX(180deg)
	}100%{
		-webkit-transform:rotateY(0) rotateX(0);
		transform:rotateY(0) rotateX(0)
	}
}
@-webkit-keyframes flip{
	0%,25%,50%,75%,100%{
		animation-timing-function:cubic-bezier(0,0.5,0.5,1)
	}0%{
		-webkit-transform:rotateY(0) rotateX(0);
		transform:rotateY(0) rotateX(0)
	}25%{
		-webkit-transform:rotateY(180deg) rotateX(0);
		transform:rotateY(180deg) rotateX(0)
	}50%{
		-webkit-transform:rotateY(180deg) rotateX(180deg);
		transform:rotateY(180deg) rotateX(180deg)
	}75%{
		-webkit-transform:rotateY(0) rotateX(180deg);
		transform:rotateY(0) rotateX(180deg)
	}100%{
		-webkit-transform:rotateY(0) rotateX(0);
		transform:rotateY(0) rotateX(0)
	}
}
/*-----------------------
   FOOTER
-----------------------*/
.footer{
    background-color: #151515;
}
.footer a,
.footer{
  color: #888888;
}
.footer .widget .widgettitle{
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.footer .widget_nav_menu li{
    line-height: 32px;
}
.footer a:hover{
    color: #fff;
}
.footer.style1 a:hover{
  color: #000;
}
.footer .widget_text{
    line-height: 32px;
}
.footer .widget_text p:last-child{
    margin-bottom: 0;
}
.azora-socials a{
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 15px;
}
.footer .coppyright{
    text-align: center;
    font-size: 12px;
}
.backtotop{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border: 2px solid #5c5c5c;
    border-radius: 50%;
    color: #5c5c5c;
    font-size: 28px;
    position: fixed;
    right:30px;
    bottom: 100px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.backtotop:hover,
.backtotop:focus,
.backtotop:active{
    color: #5c5c5c;
}
.backtotop.show{
    opacity: 1;
    visibility: visible;
}
.footer.style1{
  background: #fff;
}
.footer.style1 .widget .widgettitle{
  color: #000;
}
.footer-custom-menu{
	padding: 0;
	text-align: center;
}
.footer-custom-menu li{
	display: inline-block;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	margin: 0 20px;
}
.footer-custom-menu li a{color: inherit;}
.footer-custom-menu li a:hover{color: #787878}
.footer.style1 .azora-socials{margin-bottom: 20px}
.footer.style1 .azora-socials a{
	font-size: 14px;
}
.footer.style1 .azora-socials a:hover{
	color: #787878;
}
.footer.style1 .footer-custom-menu{margin-top: 50px;margin-bottom: 25px}
.footer.style2{
  background: #000;
}
.footer.style2 .footer-custom-menu li{
	color: #fff;
}
/* Social */
.azora-socials.style1 .socials > a{
	display: block;
	line-height: 42px;
}
.azora-socials.style1 .socials .fa{
	color: #b2b2b2;
	width: 35px;
}
/* -----------------------
  RESPONSIVE
------------------------ */
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (max-width: 1200px){
	.header.style5 .header-control{width: auto;}
}
@media(min-width: 992px) and (max-width: 1199px){
	.header .header-content .logo{padding-right: 15px;width: 110px}
	.control-menu > li > a{padding: 0 10px}
	.azora-mainmenu > li > a{padding-left: 10px;padding-right: 10px}
	.header.style4 .header-content{padding: 30px 0}
	.header.style4 .is-sticky .header-content{padding: 20px 0}
	.header.style5 .azora-mainmenu > li > a{padding: 25px 10px}
	.header.style5 .header-content{padding: 10px 0 7px}
	.header.style5 .header-content .logo{padding-top: 10px;}
	.vetical-header-template .header-vetical{width: 275px;padding-left: 30px}
	.shop-by-filter .block-filter-content .block-item{padding: 20px 15px}
  #popup-newsletter .modal-content{min-width: 850px}
}
@media (max-width: 991px){
	.header .header-content .nav-wrapper{display: none;}
	.menu-togole {
	  display: inline-block;
	  float: right;
	  line-height: 40px;
	  color: #000;
	  padding-left: 20px
	}
	.header.style3 .menu-togole{color: #fff}
  #popup-newsletter .modal-content{min-width: auto;}
  .logo-mobile{
    display: inline-block;
  }
}
@media(min-width: 768px) and (max-width: 991px){
	.has-adminbar .is-sticky .header-sticky{top: 46px}
	.header .header-content .header-control{padding: 5px 0}
	.header.style2 .logo{margin-bottom: 20px;}
	.header.style4 .header-content{padding: 20px 0}
	.header.style4 .menu-togole{display: none;}
	.header.style5 .header-content{padding: 10px 0 7px}
	.vetical-header-template .header-vetical{display: none;}
	.vetical-header-template .header-control{margin-bottom: 30px;}
	.vetical-header-template .content-page{padding-top: 30px}
  .button, input[type="submit"]{padding: 14px 25px 13px}
  .main-container.right-slidebar .product-item.list .prodcut-thumb,
  .main-container.left-slidebar .product-item.list .prodcut-thumb{width: 100%;margin-bottom: 20px;float: none;}
  .main-container.right-slidebar .product-item.list .product-info,
  .main-container.left-slidebar .product-item.list .product-info{padding-left: 0}
  .header .block-search .icon, .header .block-wishlist .wishlist-link{padding: 0 6px;}
  .control-menu > li > a{padding: 0 8px;}
  .mini-cart .cart-link{padding: 0 8px;}
  .header .header-content .logo{width: 105px}
  .footer-custom-menu li{font-size: 13px;margin: 0 10px;}
}
@media (max-width: 767px){
	.left-slidebar .main-content{float: none;}
	.header .header-content .logo{width: 85px}
	.control-menu li.menuitem-login > a{font-size: 0;}
	.control-menu li.menuitem-login > a:after{
		content: "\f007";
		font-family: 'FontAwesome';
		font-size: 14px;
		color: inherit;
	}
	.control-menu > li > a,.header .block-search .icon, .header .block-wishlist .wishlist-link,.mini-cart .cart-link{padding: 0 8px;}
	.menu-togole{padding-left: 8px;}
	.header-message{padding: 5px 15px;line-height: 20px;}
	.header-content{position: relative;}
	.header-control .mini-cart{position: static;}
	.mini-cart .mini-cart-content{min-width: auto;right: 0;margin-top: -5px;}
	.azora-text-block{margin-bottom: 30px;}
	.azora-title.default::before{font-size: 45px;line-height: 45px;}
	.azora-title.default h3{font-size: 26px;}
	.azora-newsletter .title{font-size: 20px;}
	.azora-newsletter.default .newsletter-form-wrap{width: 100%;max-width: 530px}
	.azora-newsletter .btn-submit{width: 115px;padding: 11px 15px}
	.azora-newsletter input.email {
		width: -webkit-calc(100% - 115px);
		width: -moz-calc(100% - 115px);
		width: calc(100% - 115px);
	}
	.control-menu .submenu{
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
    left: 0;
    right: auto;
	}
	#popup-newsletter .modal-content{min-width: auto}
	.azora-title.text-left > a{position: relative;display: block;margin: 15px 0 0;}
	.azora-newsletter{text-align: left;}
	.azora-newsletter.default .title{text-align: left;display: block;margin-right: 0;}
	.azora-newsletter.default  .block-content{min-width: 300px}
	.header.style2 .top-header .top-bar-menu,.header.style6 .top-header .top-bar-menu{display: none;}
	.azora-blogs.default .post-title{font-size: 18px;line-height: 30px;}
	.azora-newsletter.style2{padding: 50px 0}
	.azora-newsletter.style2 .btn-submit{width: auto;line-height: 30px;}
	.azora-newsletter.style2 input.email{
		line-height: 30px;
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: calc(100% - 90px);
		font-size: 18px;
		letter-spacing: 1px
	}
	.header.style4 .header-content .bar-menu-wapper{display: none;}
	.header.style4 .header-content .logo{padding-bottom: 10px}
	.header.style4 .header-content{padding: 10px 0}
	.header.style5 .header-content{padding: 0;}
	.header.style6 .logo{padding: 20px 0 15px}
	.azora-popup-newsletter{width: auto;}
	.newsletter-form-wrap .btn-submit{width: 120px;padding-left: 20px;padding-right: 20px}
	.azora-popup-newsletter .message{letter-spacing: 3px}
	.newsletter-form-wrap input.email{
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
	}
	.block-search .serach-box .serchfield{padding-right: 65px}
  .woocommerce-tabs{margin-top: 30px}
  .woocommerce-tabs .wc-tab{padding: 20px}
  .customer-reviews .top-control .action-wapper .button{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .customer-reviews .tabs .tab-link{padding: 0 20px;}
  .customer-reviews .tabs .tab-link li a{padding: 0 15px;}
  table.group_table{border: none;}
  table.group_table, .group_table tbody, .group_table tr, .group_table td, table td.label{
    display: block;
  }
  .group_table tr{margin-bottom: 20px;border: 1px solid #e5e5e5;}
  .group_table td{border: none;border-bottom: 1px solid #e5e5e5;}
  table.group_table tr:last-child td{border-bottom: 1px solid #e5e5e5;}
  .group_table td:last-child{border-bottom: none;}
  .woocommerce-tabs .tabs li{display: block;}
  .product-item.list .prodcut-thumb{width: 100%;margin-bottom: 20px;float: none;}
  .product-item.list .product-info{padding-left: 0}
  .header.style4 .box-header{padding: 45px 30px;}
  .header.style4 .azora-mainmenu > li{font-size: 24px;line-height: 45px;}
  .header.style4 .azora-mainmenu .menu-item-has-children > a::after{float: right}
  .azora-mainmenu > li > a{width: 100%}
  .header.style4 .azora-mainmenu .submenu{
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0;
    padding-left: 30px;
    display: none;
  }
  .header.style4 .azora-mainmenu .show-submenu > .submenu{display: block;}
  .header.style4 .azora-mainmenu .submenu > li{font-size: 22px;line-height: 40px}
  .header.style4 .azora-mainmenu .submenu > li > a{padding: 0;}
  .header.style4 .azora-mainmenu{width: 100%}
  .post-bottom,
  .post-bottom .tags, .post-bottom .post-item-share{
    display: block;
    padding: 10px 0;
  }
  .post-bottom .tags, .post-bottom .post-item-share{
    padding: 10px 20px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  	width: 100%
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2{width: 100%}
   .shop_table.cart{border: none;}
  .shop_table.cart, .shop_table.cart tr, .shop_table.cart td,
  .shop_table tbody, .shop_table thead, .shop_table tfoot{
  	display: block;
  }
  .shop_table.cart tr{margin-bottom: 30px;border: none;}
  .shop_table.cart thead th, .shop_table.cart thead tr{
	  display: none;
	}
  .shop_table.cart td{
  	position: relative;
  	padding-left: 40%;
  	border: 1px solid #e5e5e5;
  	border-top: none;
  }
  .shop_table.cart td:before{
  	content: attr(data-title);
  	position: absolute;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
  	padding: 10px;
  }
  .shop_table.cart td.product-thumbnail,
  .shop_table.cart td.product-remove{
  	padding-left: 10px;
  	text-align:center;
  }
  .shop_table.cart td.product-remove{font-size: 30px;border-top: 1px solid #e5e5e5;}
}
@media (max-width: 480px){
  .header.style4 .header-content .logo{width: 75px}
  .block-search .serach-box .serchfield{width: 270px}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi){
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image:none!important;
    }
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}