/*
Theme Name:Kloud
*/
/*
* Component module
*/
/* + TYPOGRAPHY */
/* + COLOR */
/* + INPUT */
/* + ICON */
/* + BUTTON */
/* + UTILITIES */
/* + SECTION */
/*
* Common module
*/
/* + RESERVATION AND CONTACT */
/* Checkout */
/* MAIN */
/* Responsive*/
/*Woocommerce*/
/*Footer*/
/** ------------------------------------------* WOOCOMMARCE CHECKOUT* ------------------------------------------ */
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
/* Search Content */
/*------------- Mail--------------*/
/*------------------- Instagram--------------------*/
/*---------------- Info Box-----------------*/
/*--------------- Portfolio----------------*/
/*---------------- Banner----------------*/
/*------------ Team Buttn popup -------------------------*/
/*------------- Blog --------------*/
/*------------------ testimonials -------------------*/
/*-------------- logo waper-----------------*/
/*-------------- Button--------------*/
/*--------------- Team Nember------------------*/
/*------------------ Instagram---------------------*/
/*---------------------- Tabs Process----------------------*/
/*---------------------- Pricing Table-----------------------*/
/*------------------- Google Map--------------------*/
/*------------------------- Progress-------------------------*/
/*----------------- Custom Css-------------------*/
/*------------------- Hover Box--------------------------*/
/*------------------- Title bar-------------------*/
/*----------------- Pagination------------------*/
/*-------------------- Blog Sidebar--------------------*/
/*------------------------ Blog Single---------------------------*/
/*------------------------ Portfolio Single-------------------------*/
/*---------------------- Count Down-------------------------*/
/* Ajax Tabs */
/*------------------Product Slider-----------------*/
/*----------------------- Product Category-----------------------*/
/*------------------ Qick View -------------------*/
/*-------------------- Single Product--------------------*/
/*----------------- Shop Page------------------*/
/*-------------- Shop Page --------------*/
/*------------Page Number--------------*/
/* 9.10 STAR RATING ========================================================================== */
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
/*---------------------- Pagination------------------------*/
/*-------------------- Slick Row-----------------------*/
/*------------ CArt -------------*/
/*------------- Footer icon--------------*/
header {
  position:absolute;
  width:100%;
  left:0;
  top:0;
  z-index:99999;
  background:transparent;
}
.header_vh {
  width:calc(100% - 375px);
  margin-left:375px;
}
.header_vh .sticky-footer-on {
  left:188px;
}
#jws_header.jws-header-v1 {
  padding:24px 0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#jws_header.jws-header-v1.stickkHeader {
  position:fixed;
  padding:0;
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
#jws_header.jws-header-v1.htUp {
  visibility:hidden;
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}
#jws_header.jws-header-v1.htDown {
  visibility:visible;
  -webkit-transform:translateY(0%);
  transform:translateY(0%);
}
#jws_header.jws-header-v2 {
  position:fixed;
  height:100%;
  width:375px;
  top:0;
  left:0;
  background:url('../../../assets/images/bg_header.jpg');
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .jws-action {
  position:absolute;
  bottom:40px;
  text-align:center;
  width:100%;
  left:0;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .logo-center .jws-logo {
  margin:0 auto;
  padding-top:30px;
  padding-bottom:36px;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu >.nav >li {
  display:block;
  padding:0 63px;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu >.nav >li >a {
  margin:0;
  display:block;
  border-bottom:1px solid #a9a9a9;
  padding:17px 0;
  position:relative;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu >.nav >li >a:after {
  content:"\f3d3";
  display:inline-block;
  font-family:"Ionicons";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  text-rendering:auto;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  right:0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  position:absolute;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu >.nav >li >a:before {
  display:none;
}
#jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown {
  left:100%;
  transform:translatex(0%);
  -webkit-transform:translatex(0%);
  top:0;
}
#jws_header .sticky-wrapper.is-sticky .mainmenu-area:after {
  opacity:1;
}
#jws_header .sticky-wrapper .mainmenu-area:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  opacity:0;
  box-shadow:0 0 7px rgba(0,0,0,0.1);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li {
  display:inline-block;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >a {
  font-size:12px;
  margin:28px 11px;
  padding:0;
  position:relative;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >a:before {
  content:'';
  position:absolute;
  bottom:-4px;
  left:0;
  width:0%;
  height:1px;
  background:#ffffff;
  -webkit-transition:0.3s;
  transition:.3s;
  left:50%;
  -webkit-transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);
  transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >a:hover {
  background-color:transparent;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >a:hover:before {
  width:100%;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li a:focus {
  background-color:transparent;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-default .sub-menu-dropdown,
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-standard .sub-menu-dropdown {
  opacity:0;
  visibility:hidden;
  transform:translatey(15px);
  -webkit-transform:translatey(15px);
  transition:0.5s all;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li .sub-menu-dropdown {
  opacity:0;
  visibility:hidden;
  transform:translatey(15px);
  -webkit-transform:translatey(15px);
  transition:0.5s all;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-default:hover .sub-menu-dropdown,
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-standard:hover .sub-menu-dropdown {
  opacity:1;
  visibility:visible;
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li:hover .sub-menu-dropdown {
  opacity:1;
  visibility:visible;
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown {
  left:50%;
  transform:translatex(-50%);
  -webkit-transform:translatex(-50%);
  visibility:hidden;
  opacity:0;
  transition:0.5s all;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown .megasub {
  opacity:0;
  visibility:hidden;
  transform:translatey(15px);
  -webkit-transform:translatey(15px);
  transition:0.5s all;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown .megasub .tp-revslider-mainul,
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown .megasub .tp-parallax-wrap {
  visibility:hidden !important;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu .sub-menu-dropdown .sub-menu a {
  font-size:14px;
  margin-bottom:11px;
  display:block;
  text-align:left;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu:hover .demo_con .demo_theme {
  visibility:visible;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu:hover .sub-menu-dropdown {
  opacity:1;
  visibility:visible;
  display:block;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu:hover .sub-menu-dropdown .megasub {
  opacity:1;
  visibility:visible;
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu:hover .sub-menu-dropdown .megasub .tp-revslider-mainul,
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li.menu-item-design-mega_menu:hover .sub-menu-dropdown .megasub .tp-parallax-wrap {
  visibility:visible !important;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown {
  position:absolute;
  box-shadow:0 5px 18px rgba(0,0,0,0.1);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown ul {
  list-style:none;
  padding:0;
  margin:0;
}
.product-thumb .onsale {
  background:#000000;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown {
  background:#ffffff;
  width:240px;
  text-align:left;
  padding:25px;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown .sub-sub-menu {
  position:absolute;
  left:100%;
  width:240px;
  background:#ffffff;
  top:0;
  padding:25px;
  opacity:0;
  visibility:hidden;
  transform:translatey(15px);
  -webkit-transform:translatey(15px);
  transition:0.5s all;
  box-shadow:0 5px 18px rgba(0,0,0,0.1);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown.sub_standard  li:hover > .sub-sub-menu {
  opacity:1;
  visibility:visible;
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown .container {
  width:100%;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >.sub-menu-dropdown .vc_row {
  margin:0;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .menu_shortcode {
  padding:0 16px;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .menu_shortcode .icon_footer li {
  margin-right:17px;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .menu_shortcode .icon_footer li a {
  font-size:18px;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .search-form {
  margin-right:15px;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .search-form .action-search span {
  font-size:24px;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .jws-icon-cart {
  position:relative;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .jws-icon-cart .cart-contents >span {
  font-size:22px;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .jws-icon-cart .cart-contents .jws-menu-cart-count {
  font-family:Poppins;
  color:#171717;
  background:#ffffff;
  font-size:12px;
  width:16px;
  height:16px;
  line-height:16px;
  border-radius:100%;
  display:block;
  text-align:center;
  position:absolute;
  top:-15px;
  right:-15px;
}
.search-modal.search-fix {
  margin-bottom:47px;
}
.search-modal.search-fix .search-results {
  box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.search-modal.search-fix .search-results img {
  width:60px;
  height:auto;
  margin-right:10px;
  float:left;
  margin-bottom:15px;
}
.search-modal.search-fix .search-results ul {
  padding:15px;
}
.search-modal.search-fix .search-results ul li {
  margin-bottom:15px;
  clear:both;
}
.search-modal.search-fix .search-results ul li a .title {
  display:block;
}
.search-modal.search-fix .search-results ul li a .price {
  font-size:12px;
}
.search-modal.search-fix .modal-content {
  box-shadow:none;
  border:0;
  background:transparent;
}
.search-modal.search-fix .modal-content form .search-fields .search-field {
  width:204px;
  height:46px;
  border:1px solid #bab9b8;
  background:transparent;
  padding-left:11px;
}
.search-modal.search-fix .modal-content form button {
  width:46px;
  height:46px;
  border:none;
  vertical-align:top;
  margin-left:-4px;
  border-radius:0;
  font-size:24px;
  color:#ffffff;
}
.mobile_menu {
  position:fixed;
  width:260px;
  height:100%;
  background:#ffffff;
  z-index:999999;
  box-shadow:0 0 7px rgba(0,0,0,0.1);
  top:0;
  left:0;
  transform:translatex(-300px);
  -webkit-transform:translatex(-300px);
  transition:0.4s all;
  -webkit-transition:0.4s all;
  overflow:auto;
}
.mobile_menu::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#222222;
}
.mobile_menu::-webkit-scrollbar {
  width:3px;
  background-color:#222222;
}
.mobile_menu::-webkit-scrollbar-thumb {
  background-color:#aaaaaa;
}
.mobile_menu .logo-center .jws-branding {
  padding:20px 0;
  margin:0 auto !important;
  text-align:center;
}
.mobile_menu .navbar-nav {
  float:none;
  margin:0;
}
.mobile_menu .navbar-nav >li:first-child >a {
  border-top:1px solid rgba(255,255,255,0.1);
}
.mobile_menu .navbar-nav li {
  float:none;
  display:block;
  position:relative;
}
.mobile_menu .navbar-nav li .sub-sub-menu,
.mobile_menu .navbar-nav li .sub-menu {
  display:none;
  background:#e6d295;
}
.mobile_menu .navbar-nav li a {
  padding:15px;
  background:none;
  display:block;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:15px;
  padding-left:15px;
  line-height:26px;
  color:#000;
  letter-spacing:.3px;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.open-mobile-menu .button_menu .ion-android-menu:before {
  content:"\f2d7";
}
.open-mobile-menu .mobile_menu {
  transform:translatex(0px);
  -webkit-transform:translatex(0px);
}
.open-mobile-menu .mobile-overplay {
  opacity:0.7;
  visibility:visible;
}
.mobile-overplay {
  position:fixed;
  width:100%;
  height:100%;
  background:#000000;
  top:0;
  left:0;
  transition:0.4s all;
  -webkit-transition:0.4s all;
  opacity:0;
  visibility:hidden;
  z-index:1;
}
.mobile_inner ul,
.mobile_inner ol {
  padding:0;
  margin:0;
}
.error-404 {
  text-align:center;
  padding:100px 0;
}
.wp-image-827 {
  display:none;
}
body.page  .wp-image-827 {
  display:block;
}
.none_des {
  margin:0 0 50px 0;
}
@media (max-width:991px) {
  .sticky-wrapper {
    position:relative;
  }
}
.button_menu {
  position:absolute;
  right:20px;
  top:21%;
  font-size:24px;
  cursor:pointer;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  width:50px;
  text-align:center;
  height:50px;
  line-height:50px;
  color:#ffffff;
}
.mobile_menu .icon-sub-menu {
  position:absolute;
  top:0;
  right:0;
  height:49px;
  width:49px;
  padding-right:0;
  border-left:1px solid rgba(255,255,255,0.1);
  cursor:pointer;
  padding-right:18px;
}
.mobile_menu .icon-sub-menu:after,
.mobile_menu .icon-sub-menu:before {
  content:" ";
  position:absolute;
  right:0;
  top:50%;
  margin-top:-1px;
  width:12px;
  height:1px;
  display:inline-block;
  background-color:#aaa;
  -webkit-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  -moz-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  -o-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
}
.mobile_menu .icon-sub-menu:after,
.mobile_menu .icon-sub-menu:before {
  right:50%;
  margin-right:-5px;
}
.mobile_menu .icon-sub-menu:after {
  transform:translateX(-4px) rotate(50deg);
  -webkit-transform:translateX(-4px) rotate(50deg);
  -moz-transform:translateX(-4px) rotate(50deg);
  -o-transform:translateX(-4px) rotate(50deg);
  -ms-transform:translateX(-4px) rotate(50deg);
  -sand-transform:translateX(-4px) rotate(50deg);
}
.mobile_menu .icon-sub-menu:before {
  transform:translateX(3px) rotate(-50deg);
  -webkit-transform:translateX(3px) rotate(-50deg);
  -moz-transform:translateX(3px) rotate(-50deg);
  -o-transform:translateX(3px) rotate(-50deg);
  -ms-transform:translateX(3px) rotate(-50deg);
  -sand-transform:translateX(3px) rotate(-50deg);
}
.mobile_menu .icon-sub-menu.up-icon:before {
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -sand-transform:rotate(-45deg);
}
.mobile_menu .icon-sub-menu.up-icon:after {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -sand-transform:rotate(45deg);
}
#shipping_method li {
  margin-bottom:10px;
}
#shipping_method li:last-child {
  margin-bottom:0;
}
#shipping_method label {
  display:inline-block;
  margin-bottom:0;
}
.woocommerce-checkout-review-order-table {
  border:none;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border:none;
}
.woocommerce-checkout-review-order-table th {
  background-color:transparent;
}
.woocommerce-checkout-review-order-table tr {
  border-bottom:1px solid #cdcdcd;
}
.woocommerce-checkout-review-order-table .product-total {
  text-align:right;
}
.woocommerce-checkout-review-order-table thead th {
  padding-top:10px;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
  text-transform:none;
}
.woocommerce-checkout-review-order-table tbody td.product-name .variation {
  display:block;
  margin-top:10px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border-bottom:none;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align:right;
}
.woocommerce-checkout-review-order-table tfoot th {
  text-align:left;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .shipping th {
  font-size:14px;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal p,
.woocommerce-checkout-review-order-table tfoot .shipping p {
  margin-bottom:0;
}
.wc-social-login {
  display:none;
}
.woocommerce-ResetPassword .woocommerce-Button,
input[name="save_address"],
input[name="track"].button {
  width:200px;
  height:50px;
  line-height:50px;
  text-align:center;
  background:#252525;
  color:#ffffff !important;
  border:1px solid #252525;
  padding:0;
}
.woocommerce-ResetPassword .woocommerce-Button:hover,
input[name="save_address"]:hover,
input[name="track"].button:hover {
  opacity:0.8;
}
.jws-registration-page .tt-login {
  font-size:24px;
  font-weight:500;
  letter-spacing:1px;
  margin-bottom:46px;
}
.jws-registration-page #customer_login .col-register form .lost_password a,
.jws-registration-page #customer_login .col-login form .lost_password a {
  text-transform:uppercase;
  letter-spacing:0.7px;
  border-bottom:1px solid #767676;
}
.jws-registration-page #customer_login .col-register form .submit-row,
.jws-registration-page #customer_login .col-login form .submit-row {
  display:inline-block;
  margin-right:67px;
}
.jws-registration-page #customer_login .col-register form .submit-row .button,
.jws-registration-page #customer_login .col-login form .submit-row .button {
  width:270px;
  height:50px;
  line-height:50px;
  text-align:center;
  background:#252525;
  color:#ffffff;
  border:1px solid #252525;
  padding:0;
}
.jws-registration-page #customer_login .col-register form .submit-row .button:hover,
.jws-registration-page #customer_login .col-login form .submit-row .button:hover {
  opacity:0.8;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow {
  margin-bottom:30px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input {
  border:1px solid #a3a3a3;
  height:70px;
  line-height:70px;
  width:100%;
  font-size:14px;
  padding-left:31px;
  letter-spacing:0.3px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-webkit-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-moz-placeholder {
  /* Firefox 19+*/
  color:#959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-ms-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-ms-input-placeholder {
  /* IE 10+*/
  color:#959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-moz-placeholder {
  /* Firefox 18- */
  color:#959595;
}
.jws-registration-page #customer_login .social-login ul li {
  display:block;
  margin-bottom:30px;
}
.jws-registration-page #customer_login .social-login ul li a {
  width:470px;
  height:70px;
  line-height:70px;
  font-size:12px;
  color:#fefefe;
  text-transform:uppercase;
  display:block;
  text-align:left;
  letter-spacing:1.2px;
}
.jws-registration-page #customer_login .social-login ul li a i {
  font-size:30px;
  float:left;
  line-height:70px;
  width:100px;
  text-align:center;
  margin-right:59px;
}
.jws-registration-page #customer_login .social-login ul li a.facebook {
  background:#3b5998;
}
.jws-registration-page #customer_login .social-login ul li a.facebook i {
  border-right:1px solid #8998b8;
}
.jws-registration-page #customer_login .social-login ul li a.google {
  background:#db4e3c;
}
.jws-registration-page #customer_login .social-login ul li a.google i {
  border-right:1px solid #d9938a;
}
.jws-registration-page #customer_login .social-login ul li a.mail {
  background:#464646;
}
.jws-registration-page #customer_login .social-login ul li a.mail i {
  border-right:1px solid #8f8f8f;
}
.woocommerce-password-strength {
  margin-top:20px;
  margin-bottom:-10px;
  padding:10px 20px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color:#fff;
  background-color:#E0B252;
}
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
  color:#fff;
  font-weight:700;
  background:#459647;
}
.register>p {
  position:relative;
}
.woocommerce-password-hint {
  position:absolute;
  bottom:100%;
  right:0;
  opacity:0;
  visibility:hidden;
  margin-bottom:-10px;
  background:#fff;
  box-shadow:0 0 4px rgba(0,0,0,0.15);
  padding:20px;
  max-width:300px;
  width:100%;
  transition:opacity .5s,visibility .5s;
  -webkit-transition:opacity .5s,visibility .5s;
  animation:fade-in .5s;
  -webkit-animation:fade-in .5s;
}
.woocommerce-password-hint:after {
  content:"\f0d7";
  position:absolute;
  top:100%;
  left:30px;
  font-size:26px;
  line-height:7px;
  text-shadow:0 2px 3px rgba(0,0,0,0.1);
  color:#fff;
  font-family:FontAwesome;
}
.register #reg_password:focus+.woocommerce-password-strength+.woocommerce-password-hint {
  opacity:1;
  visibility:visible;
}
.woocommerce-checkout form .form-row label {
  display:block;
  font-size:14px;
  font-weight:400;
  margin-bottom:12px;
  vertical-align:middle;
  clear:both;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar {
  width:30%;
  float:left;
  padding-left:15px;
  padding-right:15px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-title {
  margin-bottom:0;
  border-bottom:none;
  padding:15px 20px;
  text-align:center;
  font-size:16px;
  background-color:#252525;
  text-transform:uppercase;
  font-weight:700;
  color:#ffffff;
  margin-top:0;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation {
  margin-bottom:40px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul {
  border:1px solid rgba(136,136,136,0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li {
  border-bottom:1px solid rgba(136,136,136,0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li a {
  padding:14px 20px;
  display:block;
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  color:#959595;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li.is-active >a,
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li:hover >a {
  color:rgba(71,71,71,0.8);
  background-color:rgba(136,136,136,0.12);
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content {
  width:70%;
  float:left;
  padding-left:15px;
  padding-right:15px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content strong {
  color:#252525;
  font-weight:400;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  padding:15px 0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td .view {
  background:none;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account p {
  margin-bottom:30px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account legend {
  color:#252525;
  width:200px;
  font-weight:600;
  padding-bottom:7px;
  border-color:#464646;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
  width:200px;
  background:#252525;
  color:#ffffff;
  border-color:#252525;
  height:50px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button:hover {
  opacity:0.8;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  line-height:1.8;
  font-style:italic;
  margin-bottom:20px;
  font-size:14px;
  margin-top:10px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
  position:relative;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3 {
  display:inline-block;
  margin-bottom:0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title .edit {
  font-size:12px;
  display:inline-block;
  margin-left:5px;
  text-decoration:none;
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
  float:left;
  width:48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  float:right;
  width:48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content >p:not(.woocommerce-info):first-child {
  font-size:16px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content >p:not(.woocommerce-info) {
  padding:20px;
  background-color:#f9f9f9;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content >p:not(.woocommerce-info) a {
  background-color:transparent;
  padding-bottom:1px;
  padding-right:0;
  padding-left:0;
  padding-top:0;
  border:none;
  border-bottom:1px solid #c7c7c7;
  display:inline;
}
.form-row-first,
.form-row-last,
.form-row-first,
.form-row-last {
  float:left;
  width:47%;
  overflow:visible;
}
.form-row-last,
.form-row-last {
  float:right;
}
.form-row-wide,
.form-row-wide {
  clear:both;
}
.form-row {
  margin-bottom:23px;
}
.form-row .input-text {
  width:100%;
  border:1px solid #a8a8a8;
  height:45px;
  padding-left:15px;
}
.form-row textarea {
  height:auto !important;
  padding:15px;
}
.form-row .selection .select2-selection--single {
  width:100%;
  border:1px solid #a8a8a8;
  height:45px;
  padding-left:15px;
  border-radius:0;
}
.form-row .selection .select2-selection--single span {
  line-height:45px;
  padding:0;
}
.form-row .selection .select2-selection--single .select2-selection__arrow {
  height:45px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
  margin:0;
  margin-top:5px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  margin:0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  color:#959595;
  padding-left:20px;
}
.woocommerce-checkout #ship-to-different-address span {
  text-transform:uppercase;
  font-weight:500;
}
.woocommerce-billing-fields h3 {
  margin-bottom:19px;
  font-size:24px;
  font-weight:500;
  text-transform:uppercase;
}
.create-account {
  margin:0;
}
.create-account label {
  margin-bottom:0;
}
.woocommerce-additional-fields__field-wrapper {
  margin-top:18px;
}
.woocommerce-additional-fields__field-wrapper label {
  color:#959595;
}
.checkout-order-review #order_review_heading {
  margin-bottom:19px;
  font-size:24px;
  font-weight:500;
  text-transform:uppercase;
}
.checkout-order-review .woocommerce-checkout-review-order {
  background:#f8f8f8;
  padding:0 30px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding:30px 0 7px 0;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  width:100%;
  display:block;
  height:50px;
  color:#ffffff;
  line-height:50px;
  text-align:center;
  font-weight:400;
  margin-top:32px;
  padding:0;
  border:none;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button:hover {
  opacity:0.9;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
  margin-bottom:5px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
  background:#ffffff;
  padding:14px 20px 5px 20px;
  margin-top:15px;
  margin-bottom:20px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input,
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  display:inline-block;
  margin:0;
  vertical-align:middle;
  font-weight:600;
  letter-spacing:0.5px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  margin-left:3px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label img {
  max-height:40px;
  margin-left:10px;
}
.checkout-order-review .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label a {
  border-bottom:1px solid #E6E6E6;
  margin-left:15px;
  padding-bottom:4px;
}
.checkout-order-review .woocommerce-checkout-review-order table thead {
  border-bottom:1px solid #cdcdcd;
}
.checkout-order-review .woocommerce-checkout-review-order table thead tr {
  border:none;
}
.checkout-order-review .woocommerce-checkout-review-order table thead tr th {
  padding:24px 0;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot tr {
  width:100%;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot tr th,
.checkout-order-review .woocommerce-checkout-review-order table tfoot tr td {
  border:none;
  padding:16px 0;
  text-align:left;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot tr td {
  padding-left:63px;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot .order-total .amount,
.checkout-order-review .woocommerce-checkout-review-order table tfoot .order-total th {
  font-weight:500;
  font-size:18px;
  text-transform:none;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot .shipping td ul li {
  margin-bottom:0 !important;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot .shipping td ul li input {
  margin-top:0;
  vertical-align:middle;
}
.checkout-order-review .woocommerce-checkout-review-order table tfoot .shipping td ul li label {
  color:#959595;
}
.checkout-order-review .woocommerce-checkout-review-order table tbody tr td {
  padding:16px 0;
  width:auto;
  max-width:auto;
  font-weight:400;
}
.checkout-order-review .woocommerce-checkout-review-order table tbody tr td strong {
  color:#959595;
}
.spaceing {
  background:#ffffff;
  width:calc(160%);
  height:15px;
  transform:translateX(-30px);
  -webkit-transform:translateX(-30px);
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  background:#f8f8f8;
  border:none;
  font-size:18px;
  padding:25px 67px;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  display:none;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  font-weight:300;
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-checkout .woocommerce .woocommerce-info a:hover {
  border-bottom:1px solid #252525;
}
.woocommerce-checkout .woocommerce-form-login .form-row .button {
  width:200px;
  display:block;
  height:45px;
  color:#ffffff;
  line-height:45px;
  text-align:center;
  font-weight:400;
  padding:0;
  border:none;
  margin-bottom:15px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .button:hover {
  opacity:0.9;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox span {
  padding-left:9px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox input {
  vertical-align:middle;
  margin-top:-2px;
}
.woocommerce-checkout .ywsl-box {
  margin-bottom:20px;
}
.woocommerce-checkout .checkout_coupon {
  height:130px;
}
.woocommerce-checkout .checkout_coupon .form-row {
  margin-bottom:15px;
  float:none;
}
.woocommerce-checkout .checkout_coupon .button {
  width:200px;
  display:block;
  height:45px;
  color:#ffffff;
  line-height:45px;
  text-align:center;
  font-weight:400;
  padding:0;
  border:none;
}
.woocommerce-checkout .checkout_coupon .button:hover {
  opacity:0.9;
}
.woocommerce-order-received .site-content .entry-content>.woocommerce {
  max-width:800px;
  margin:0 auto;
}
.woocommerce-order-received .responsive-table {
  margin-bottom:60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background:transparent;
  border:2px dashed;
  font-weight:600;
  width:100%;
  text-align:center;
  font-size:16px;
  margin-bottom:30px;
  line-height:1.4;
  padding:15px 25px;
}
.woocommerce-order-received ul.order_details {
  margin-left:0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:5px;
  text-align:center;
}
.woocommerce-order-details__title+h3,
.wc-bacs-bank-details-heading+h3 {
  font-size:16px;
  opacity:0.8;
  margin-bottom:30px;
  text-align:center;
}
.woocommerce-customer-details>h2,
.woocommerce-customer-details>h3 {
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
}
.woocommerce-customer-details address {
  padding:25px 30px 30px 30px;
  border:2px dashed #d5d5d5;
}
.woocommerce-order-received .woocommerce {
  max-width:800px;
  margin:0 auto;
}
.woocommerce-order-received .woocommerce-order-details h2 {
  margin-bottom:19px;
  font-size:24px;
  font-weight:500;
  text-transform:uppercase;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th,
.woocommerce-order-received .woocommerce-order-details table tbody tr td {
  padding:15px 12px;
  border:none;
  text-align:center;
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th {
  text-align:left;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr td {
  text-align:right;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr th,
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
  padding:15px 12px;
  border:none;
  text-align:center;
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr th {
  text-align:left;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
  text-align:right;
}
.woocommerce-order-received .woocommerce-order-details table thead {
  background:none;
}
.woocommerce-order-received .woocommerce-order-details table thead tr th {
  padding:15px 10px;
  text-align:center;
  letter-spacing:1px;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  line-height:1.4;
  color:#1B1919;
  vertical-align:middle;
  border:none;
  border-bottom:2px solid #EFEFEF;
}
.woocommerce-order-received .woocommerce-order-details table .product-name {
  text-align:left;
}
.woocommerce-order-received .woocommerce-order-details table .product-name a {
  display:inline-block;
}
.woocommerce-order-received .woocommerce-order-details table .product-total {
  text-align:right;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 {
  float:left;
  width:48%;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 h3,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 h3 {
  font-size:22px;
  margin-bottom:20px;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 {
  margin-right:30px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  display:flex;
  -webkit-display:flex;
  display:-webkit-flex;
  -ms-display:flex;
  flex-direction:row;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  justify-content:space-between;
  -webkit-justify-content:space-between;
}
.woocommerce-order-received .woocommerce-thankyou-order-details +p {
  font-size:16px;
  background-color:#f8f8f8;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:15px;
  padding-left:15px;
  margin-bottom:30px;
  text-align:center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  flex-grow:1;
  -ms-flex-grow:1;
  -webkit-flex-grow:1;
  padding-left:20px;
  padding-right:20px;
  margin-bottom:20px;
  border-right:1px solid #dfdfdf;
  text-align:center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  display:block;
}
body {
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
html.active {
  overflow:hidden;
}
.modal-open {
  overflow:auto;
}
.main-content,
#jws-main {
  overflow:hidden;
}
div {
  outline:none;
}
img {
  max-width:100%;
  height:auto;
}
a:hover,
a:focus {
  color:#252525;
}
@media (min-width:1200px) {
  .col-md-5 {
    width:20%;
  }
}
a,
button {
  -webkit-transition:.2s ease-out;
  -moz-transition:.2s ease-out;
  transition:.2s ease-out;
}
.woocommerce div.product .content-product-left .product-images-content.bottom .woocommerce-product-gallery img {
  -webkit-transition:.0s ease-out;
  -moz-transition:.0s ease-out;
  transition:.0s ease-out;
}
.grid-sizer.size-2 {
  width:16.666%;
}
.acount-tt {
  display:inline-block !important;
}
.grid-sizer.size-3 {
  width:25%;
}
.grid-sizer.size-4 {
  width:33.3333333333333333333333%;
}
.grid-sizer.size-20 {
  width:20%;
}
.grid-sizer.size-7 {
  width:50%;
}
.grid-sizer.size-12 {
  width:100%;
}
.color-scheme-right {
  text-align:right;
}
.color-scheme-left {
  text-align:left;
}
.color-scheme-center {
  text-align:center;
}
.penna_font {
  font-family:penna !important;
  letter-spacing:11.5px;
  font-weight:bold;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top:0;
}
p {
  margin-bottom:0;
}
body {
  line-height:25px;
}
.weight_500 {
  font-weight:500 !important;
}
.weight_300 {
  font-weight:300 !important;
}
.spacing0_2 {
  letter-spacing:0.2px;
}
.border.vc_custom_heading {
  position:relative;
  padding-left:25px;
}
.border.vc_custom_heading:before {
  content:"";
  width:1px;
  height:43px;
  position:absolute;
  bottom:3px;
  left:0;
}
.admin-bar .is-sticky .mainmenu-area {
  margin-top:32px;
}
.admin-bar #jws_header.jws-header-v1 {
  padding:32px 0;
}
@media (max-width:782px) {
  .admin-bar #jws_header.jws-header-v1 {
    padding:45px 0;
  }
  .admin-bar .is-sticky .mainmenu-area {
    margin-top:45px;
  }
}
@media (max-width:600px) {
  .admin-bar .is-sticky .mainmenu-area {
    margin-top:0;
  }
}
.search .main-content,
.archive .main-content {
  padding:100px 0;

}
.search_item {
  max-width:480px;
  margin:0 auto;
  text-align:center;
  margin-bottom:30px;
  border:5px solid #ebebeb;
  padding:30px;
}
.search_item .bog-image {
  margin-bottom:25px;
}
.search_item .link_content a {
  width:200px;
  height:45px;
  line-height:45px;
  text-align:center;
  margin:0 auto;
  color:#ffffff;
  font-size:18px;
  margin-top:15px;
  display:block !important;
  transition:0.5s all;
}
.search_item .link_content a:hover {
  opacity:0.9;
}
@media (min-width:767px) {
  .vc_row-flex {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
  }
  .vc_row-o-equal-height >.vc_column_container {
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    display:-webkit-box;
    display:-webkit-flex;
  }
  .vc_row-o-equal-height >.vc_column_container >.vc_column-inner {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    z-index:1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -webkit-box-orient:vertical;
  }
}
@media (min-width:992px) {
  .col-md-20 {
    width:20%;
  }
  .col-md-40 {
    width:40%;
  }
}
.container100 .container {
  width:100%;
}
.canvas_container {
  position:relative;
}
.canvas_container #canvas_js {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.has_overlay {
  position:relative;
}
.has_overlay .jws-over-lay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.title_end {
  font-size:60px;
}
.italic {
  font-style:italic !important;
}
.zindex {
  z-index:1;
}
.background-parallax {
  background-attachment:fixed;
}
ins {
  text-decoration:none;
}
a,
a:hover {
  text-decoration:none !important;
}
@media (min-width:992px) {
  #quick-view-modal .ct-lg.col-md-3 {
    width:50%;
  }
}
@media (min-width:768px) {
  .container-in-full .no-container {
    width:750px;
  }
}
@media (min-width:992px) {
  .container-in-full .no-container {
    width:970px;
  }
}
@media (min-width:1200px) {
  .container-in-full .no-container {
    width:1170px;
  }
}
.container-in-full .no-container {
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}
.relative {
  position:relative;
}
abbr[title] {
  border-bottom:none !important;
  cursor:inherit !important;
  text-decoration:none !important;
}
a:focus {
  outline:none;
  outline-offset:initial;
}
input,
textarea,
button {
  outline:none !important;
}
.row-same-height {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex:0 1 auto;
  -ms-flex:0 1 auto;
  -webkit-box-flex:0;
  flex:0 1 auto;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  flex-direction:row;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.display_flex {
  display:flex;
  -webkit-display:flex;
}
.flex_left {
  display:flex;
  justify-content:flex-start;
}
.flex_center {
  display:flex;
  justify-content:center;
  align-items:center;
  flex:1;
}
.flex_right {
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.margin_am .wpb_single_image {
  margin-right:-73%;
}
.line-vertical {
  width:1px;
  height:100px;
  margin:0 auto;
}
.colorfff {
  color:#ffffff;
}
.demo_con {
  margin:0 auto;
  margin-bottom:30px;
  width:200px;
  border:1px solid #b8b8b8;
  display:block;
}
.demo_con .demo_theme {
  overflow:hidden;
  position:relative;
  background-position:center top;
  cursor:pointer;
  width:100%;
  margin:0 auto;
  height:120px;
  transition:0.5s;
  -webkit-transition:0.5s;
  display:block;
  text-align:center;
}
.demo_con .demo_theme:hover {
  background-position:center bottom;
  transition:7s;
  -webkit-transition:7s;
}
.demo_con .demo_theme span {
  position:absolute;
  width:100%;
  left:0;
  background-color:#ffffff !important;
  bottom:0;
  font-size:12px;
  text-align:center;
}
.form2 .mc4wp-form .mc4wp-success p {
  color:initial;
  margin:30px auto;
}
.form2 .mc4wp-form input {
  width:650px;
  background:#ffffff;
  font-weight:300;
  height:63px;
  border-bottom-left-radius:40px;
  padding-left:40px;
  border-top-left-radius:40px;
}
.form2 .mc4wp-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#a9a9a9;
}
.form2 .mc4wp-form input::-moz-placeholder {
  /* Firefox 19+*/
  color:#a9a9a9;
}
.form2 .mc4wp-form input:-ms-input-placeholder {
  /* IE 10+*/
  color:#a9a9a9;
}
.form2 .mc4wp-form input:-moz-placeholder {
  /* Firefox 18- */
  color:#a9a9a9;
}
.form2 .mc4wp-form button {
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  height:63px;
  color:#ffffff;
  margin-left:-4px;
  vertical-align:top;
  padding:0 37px;
  width:auto;
  background-size:200% auto;
  transition:0.7s all !important;
  -webkit-transition:0.7s all !important;
}
.form2 .mc4wp-form button:hover {
  background-position:right center;
}
.form2 .mc4wp-form button:before {
  display:none;
}
.mc4wp-form .mc4wp-success p {
  color:#ffffff;
  margin-top:30px;
  max-width:500px;
}
.mc4wp-form input {
  height:46px;
  width:400px;
  background:transparent;
  border:1px solid #ffffff;
  padding-left:17px;
}
.mc4wp-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#ffffff;
}
.mc4wp-form input::-moz-placeholder {
  /* Firefox 19+*/
  color:#ffffff;
}
.mc4wp-form input:-ms-input-placeholder {
  /* IE 10+*/
  color:#ffffff;
}
.mc4wp-form input:-moz-placeholder {
  /* Firefox 18- */
  color:#ffffff;
}
.mc4wp-form button {
  height:46px;
  width:140px;
  line-height:46px;
  text-align:center;
  border:0;
  font-weight:500;
  margin-left:7px;
}
.wpcf7 .form_contact input,
.wpcf7 .form_contact textarea {
  border:1px solid #b4b4b4;
  width:100%;
  margin-bottom:25px;
  border-radius:0;
  padding-left:15px;
}
.wpcf7 .form_contact input {
  height:50px;
}
.wpcf7 .form_contact textarea {
  margin-bottom:16px;
  height:190px;
}
.wpcf7 .form_contact .wpcf7-submit {
  width:170px;
  height:46px;
  line-height:45px;
  border-radius:25px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:500;
  border:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.wpcf7 .form_contact .wpcf7-submit:hover {
  background:#171717;
}
.instagram-widget.default .instagram-pics li {
  display:inline-block;
  width:80px;
  margin-right:5px;
  margin-bottom:5px;
}
.instagram-widget.default .instagram-pics li img {
  width:100%;
}
.vc_images_carousel .owl-controls .owl-dots {
  margin-top:42px !important;
  margin-bottom:5px !important;
  text-align:center !important;
}
.vc_images_carousel .owl-controls .owl-dots .owl-dot:after {
  border-color:#ffffff !important;
}
.vc_images_carousel .owl-controls .owl-dots .owl-dot.active {
  background:#ffffff !important;
}
.owl-controls .owl-dots {
  text-align:center;
  margin-top:30px;
}
.owl-controls .owl-dots .owl-dot {
  width:11px;
  height:11px;
  position:relative;
  display:inline-block;
  margin:0 10px;
  border-radius:100%;
}
.owl-controls .owl-dots .owl-dot:after {
  position:absolute;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  top:-2px;
  left:-2px;
  content:"";
  border-radius:100%;
  border:1px solid;
  border-color:#171717;
}
.kloud-info-box {
  cursor:pointer;
}
.kloud-info-box .has_icon {
  position:relative;
  width:66px;
  height:66px;
  line-height:66px;
  text-align:center;
  border-radius:100%;
  background:#f9fcfd;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.kloud-info-box .has_icon:after {
  content:"";
  width:calc(100% + 2px);
  height:calc(100% + 2px);
  left:-1px;
  top:-1px;
  position:absolute;
  z-index:0;
  border-radius:100%;
}
.kloud-info-box .has_icon:before {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  z-index:1;
  border-radius:100%;
  background:#f9fcfd;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.kloud-info-box .has_icon span {
  font-size:36px;
  position:relative;
  z-index:2;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.kloud-info-box.active .info-box-content .info-box-inner {
  color:#ffffff;
}
.kloud-info-box.active .info-box-content .info-box-inner h4 {
  color:#ffffff;
}
.kloud-info-box.icon-alignment-top.text-right .info-icon,
.kloud-info-box.icon-alignment-top.text-right .has_icon {
  margin-left:auto;
}
.kloud-info-box.icon-alignment-top.text-center .info-icon,
.kloud-info-box.icon-alignment-top.text-center .has_icon {
  margin:0 auto;
}
.kloud-info-box.icon-alignment-top .info-icon {
  margin-bottom:30px !important;
}
.kloud-info-box.icon-alignment-top .has_icon {
  margin-bottom:47px !important;
}
.kloud-info-box.icon-alignment-top .info-box-content {
  padding-left:0 !important;
}
.kloud-info-box.process_icon {
  text-align:center;
  box-shadow:0 4px 7px rgba(0,0,0,0.1);
  border-radius:50px;
  padding:50px 32px 45px 32px;
  overflow:hidden;
  position:relative;
}
.kloud-info-box.process_icon .info-box-icon {
  width:98px;
  height:98px;
  position:relative;
  margin:0 auto;
  margin-bottom:49px;
}
.kloud-info-box.process_icon .info-box-icon .number_process {
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  border-radius:100%;
  border:1px solid #b6b6b6;
  position:absolute;
  top:50%;
  left:-20px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  z-index:1;
  background:#ffffff;
  font-weight:500;
}
.kloud-info-box.process_icon .has_icon {
  width:98px;
  height:98px;
  line-height:98px;
}
.kloud-info-box.process_icon .has_icon:before {
  background:#ffffff;
}
.kloud-info-box.process_icon:after {
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  opacity:0;
  z-index:-1;
}
.kloud-info-box.process_icon:hover:after {
  opacity:1;
}
.kloud-info-box.process_icon:hover .info-box-content .info-box-inner {
  color:#ffffff;
}
.kloud-info-box.process_icon:hover .info-box-content .info-box-inner h4 {
  color:#ffffff;
}
.kloud-info-box.top_icon {
  text-align:center;
  padding:15px 5px;
}
.kloud-info-box.top_icon .info_inner_slider {
  box-shadow:0 4px 7px rgba(0,0,0,0.1);
  border-radius:50px;
  padding:50px 32px 45px 32px;
}
.kloud-info-box.top_icon .box-icon-wrapper {
  padding:4px;
}
.kloud-info-box.top_icon .box-icon-wrapper .info-box-icon .has_icon {
  margin:0 auto;
  margin-bottom:48px;
}
.kloud-info-box.top_icon .box-icon-wrapper .info-box-icon .has_icon:after {
  width:calc(100% + 8px);
  height:calc(100% + 8px);
  top:-4px;
  left:-4px;
}
.kloud-info-box.left_icon_2 .box-icon-wrapper .info-box-icon .has_icon {
  box-shadow:none !important;
  line-height:0;
  background:transparent;
}
.kloud-info-box.left_icon_2 .box-icon-wrapper .info-box-icon .has_icon span {
  font-size:48px;
}
.kloud-info-box.left_icon_2 .box-icon-wrapper .info-box-icon .has_icon:before,
.kloud-info-box.left_icon_2 .box-icon-wrapper .info-box-icon .has_icon:after {
  display:none;
}
.kloud-info-box.left_icon .info-box-content,
.kloud-info-box.left_icon_2 .info-box-content {
  padding-left:23px;
}
.kloud-info-box.left_icon .box-icon-wrapper .info-box-icon img,
.kloud-info-box.left_icon_2 .box-icon-wrapper .info-box-icon img {
  transition:0.4s all;
  -webkit-transition:0.4s all;
  border-radius:100%;
  max-width:initial;
}
.kloud-info-box.left_icon.hover1:hover img,
.kloud-info-box.left_icon.hover1:hover .has_icon,
.kloud-info-box.left_icon_2.hover1:hover img,
.kloud-info-box.left_icon_2.hover1:hover .has_icon {
  box-shadow:0 11px 7px rgba(0,0,0,0.1);
  transform:translateY(-5px);
  -webkit-transform:translateY(-5px);
}
.kloud-info-box.left_icon.hover2:hover .has_icon span,
.kloud-info-box.left_icon_2.hover2:hover .has_icon span {
  color:#ffffff !important;
}
.post-type-archive-portfolio .masonry-container {
  margin-bottom:30px;
}
.portfolio-container {
  margin:100px 0;
}
.portfolio-container .masonry-inner {
  margin-bottom:25px;
}
.portfolio-footer {
  text-align:center;
  padding:50px 0;
}
.portfolio-footer .kloud-portfolio-load-more {
  width:170px;
  height:46px;
  line-height:46px;
  text-align:center;
  color:#ffffff;
  margin:0 auto;
  border:none;
  display:block;
  display:inline-block;
}
.portfolio-footer .kloud-portfolio-load-more.loading .ion-ios-arrow-thin-down {
  -webkit-animation-name:rotate;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name:rotate;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
  animation-name:rotate;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}
.portfolio-footer .kloud-portfolio-load-more.loading .ion-ios-arrow-thin-down:before {
  content:"\f45a";
}
.portfolio-footer .kloud-portfolio-load-more span {
  font-size:16px;
  vertical-align:middle;
  margin-left:7px;
  display:inline-block;
}
.portfolio-filter {
  margin-bottom:50px;
}
.portfolio-filter ul li a {
  border:1px solid #c3c3c5;
  font-size:16px;
  height:50px;
  line-height:50px;
  min-width:100px;
  display:block;
  padding:0 30px;
}
.portfolio-filter ul li a.filter-active {
  color:#ffffff;
}
.portfolio-filter .nav_2 li a {
  border-radius:25px;
  overflow:hidden;
}
.portfolio-filter .nav_2 li a:before {
  border-radius:25px;
}
.portfolio-filter .nav_2 li a:hover,
.portfolio-filter .nav_2 li a.filter-active {
  border:1px solid transparent !important;
}
.portfolio-filter .nav_3 {
  text-align:right;
}
.portfolio-filter .nav_3 li a {
  border:none;
  position:relative;
  padding:0 20px;
  font-size:14px;
  min-width:auto;
}
.portfolio-filter .nav_3 li a:before {
  display:none;
}
.portfolio-filter .nav_3 li a:after {
  content:"";
  background:#171717;
  width:1px;
  height:15px;
  transform:rotate(18deg) translateY(-50%);
  -webkit-transform:rotate(18deg) translateY(-50%);
  position:absolute;
  right:0;
  top:50%;
}
.portfolio-filter .nav_3 li:last-child a:after {
  display:none;
}
.portfolio-filter .nav_3 li:last-child a {
  padding-right:0;
}
.masonry-container.hover2 .item_portfolio .pp_inner .content_pp {
  background:rgba(0,0,0,0.8);
}
.masonry-container.custom_pp .item_portfolio:nth-child(1),
.masonry-container.custom_pp .item_portfolio:nth-child(3) {
  margin-top:100px;
}
.masonry-container .item_portfolio.masonry2.x2 {
  height:460px;
}
.masonry-container .item_portfolio.masonry2.x1 {
  height:250px;
}
.masonry-container .item_portfolio.grid2 .pp_inner .image_pp {
  margin-bottom:18px;
}
.masonry-container .item_portfolio.grid2 .pp_inner .image_pp img {
  width:100%;
  height:auto;
}
.masonry-container .item_portfolio.grid2 .pp_inner .content_pp {
  background:transparent;
  text-align:center;
}
.masonry-container .item_portfolio.grid2 .pp_inner .content_pp .title {
  margin-bottom:4px;
}
.masonry-container .item_portfolio.grid2 .pp_inner .content_pp .content_pp_inner .cat a {
  font-size:12px;
}
.masonry-container .item_portfolio.grid2 .pp_inner .content_pp .content_pp_inner .cat span:last-child {
  display:none;
}
.masonry-container .item_portfolio.grid,
.masonry-container .item_portfolio.masonry,
.masonry-container .item_portfolio.masonry2,
.masonry-container .item_portfolio.metro {
  display:inline-block;
  position:relative;
  overflow:hidden;
}
.masonry-container .item_portfolio.grid .pp_inner,
.masonry-container .item_portfolio.masonry .pp_inner,
.masonry-container .item_portfolio.masonry2 .pp_inner,
.masonry-container .item_portfolio.metro .pp_inner {
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  position:relative;
  overflow:hidden;
}
.masonry-container .item_portfolio.grid .pp_inner .image_pp,
.masonry-container .item_portfolio.masonry .pp_inner .image_pp,
.masonry-container .item_portfolio.masonry2 .pp_inner .image_pp,
.masonry-container .item_portfolio.metro .pp_inner .image_pp {
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  -webkit-transition:-webkit-transform .35s .1s;
  -moz-transition:-moz-transform .35s .1s;
  transition:transform .35s .1s;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp,
.masonry-container .item_portfolio.metro .pp_inner .content_pp {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align:center;
  opacity:1;
  -webkit-transform:translate3d(-100%,0,0);
  -moz-transform:translate3d(-100%,0,0);
  transform:translate3d(-100%,0,0);
  -webkit-transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s;
  transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s;
  z-index:10;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp span:last-child,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp span:last-child,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp span:last-child,
.masonry-container .item_portfolio.metro .pp_inner .content_pp span:last-child {
  display:none;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_ct,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_ct,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_ct,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_ct {
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  position:absolute;
  top:50%;
  width:100%;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner {
  opacity:0;
  -webkit-transform:translate3d(-50px,0,0);
  -moz-transform:translate3d(-50px,0,0);
  transform:translate3d(-50px,0,0);
  -webkit-transition:transform 0s .25s,opacity .15s .1s;
  transition:transform 0s .25s,opacity .15s .1s;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .title,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .title,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .title,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .title {
  margin-bottom:10px;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .title a,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .title a,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .title a,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .title a {
  color:#ffffff;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .cat,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .cat,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .cat,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .cat {
  margin-bottom:42px;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .cat a,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .cat a,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .cat a,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .cat a {
  color:#ffffff;
  font-weight:300;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .cat span,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .cat span,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .cat span,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .cat span {
  color:#ffffff;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .redmore,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .redmore,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .redmore,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .redmore {
  text-align:center;
  width:54px;
  height:54px;
  line-height:54px;
  border:1px solid #ffffff;
  border-radius:100%;
  margin:0 auto;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .redmore:hover,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .redmore:hover,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .redmore:hover,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .redmore:hover {
  background:#ffffff;
}
.masonry-container .item_portfolio.grid .pp_inner .content_pp .content_pp_inner .redmore a,
.masonry-container .item_portfolio.masonry .pp_inner .content_pp .content_pp_inner .redmore a,
.masonry-container .item_portfolio.masonry2 .pp_inner .content_pp .content_pp_inner .redmore a,
.masonry-container .item_portfolio.metro .pp_inner .content_pp .content_pp_inner .redmore a {
  color:#ffffff;
  font-size:36px;
}
.masonry-container .item_portfolio.grid img,
.masonry-container .item_portfolio.masonry img,
.masonry-container .item_portfolio.masonry2 img,
.masonry-container .item_portfolio.metro img {
  width:100%;
  height:auto;
}
.masonry-container .item_portfolio.grid:hover .pp_inner .content_pp,
.masonry-container .item_portfolio.masonry:hover .pp_inner .content_pp,
.masonry-container .item_portfolio.masonry2:hover .pp_inner .content_pp,
.masonry-container .item_portfolio.metro:hover .pp_inner .content_pp {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  -webkit-transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s;
  transition:transform .5s cubic-bezier(.77,0,.175,1),opacity 0s;
}
.masonry-container .item_portfolio.grid:hover .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.masonry:hover .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.masonry2:hover .pp_inner .content_pp .content_pp_inner,
.masonry-container .item_portfolio.metro:hover .pp_inner .content_pp .content_pp_inner {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.masonry-container .item_portfolio.grid:hover .image_pp,
.masonry-container .item_portfolio.masonry:hover .image_pp,
.masonry-container .item_portfolio.masonry2:hover .image_pp,
.masonry-container .item_portfolio.metro:hover .image_pp {
  -webkit-transform:translate3d(50px,0,0);
  -moz-transform:translate3d(50px,0,0);
  transform:translate3d(50px,0,0);
  -webkit-transition:-webkit-transform .6s cubic-bezier(.63,.04,.25,1);
  -moz-transition:-moz-transform .6s cubic-bezier(.63,.04,.25,1);
  transition:transform .6s cubic-bezier(.63,.04,.25,1);
}
.masonry-container .item_portfolio.x2 {
  height:740px;
}
.masonry-container .item_portfolio.x1 {
  height:370px;
}
.masonry-container .columns-4 {
  width:25%;
}
.promo-banner {
  position:relative;
}
.promo-banner.banner-3 .banner-image img {
  width:100%;
}
.promo-banner.banner-3 .main-wrapp-img {
  position:relative;
  z-index:2;
}
.promo-banner.banner-3:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.9);
  z-index:3;
}
.promo-banner.banner-3:after {
  content:"";
  position:absolute;
  top:-8px;
  left:-8px;
  width:calc(100% + 16px);
  height:calc(100% + 16px);
}
.promo-banner.banner-3 .wrapper-content-baner {
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  width:100%;
  height:100%;
  z-index:4;
}
.promo-banner.banner-3 .wrapper-content-baner .banner-inner {
  position:absolute;
  top:50%;
  transform:translatey(-50%);
  -webkit-transform:translatey(-50%);
  width:100%;
}
.btn2 {
  width:170px;
  height:46px;
  line-height:46px;
  text-align:center;
  color:#ffffff;
  margin:0 auto;
  border:none;
  display:block;
}
.btn2:hover {
  color:#ffffff;
}
.popup_team {
  font-size:36px !important;
  background-color:#ffffff;
  border-radius:100%;
  line-height:40px !important;
  display:block;
  width:40px;
  height:40px;
  text-align:center !important;
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
  cursor:pointer;
}
.popup_team span {
  display:none;
}
.popup_team:hover {
  background-color:#02c1b2;
  color:#ffffff;
}
.layout2 .extra-counter:after {
  display:none;
}
.layout2 .extra-counter .text_content {
  position:relative;
}
.layout2 .extra-counter .text_content >span {
  display:block;
  margin:0;
  margin-bottom:9px;
}
.layout2 .extra-counter .text_content h2 {
  color:#ffffff;
}
.layout2 .extra-counter .text_content:after {
  content:"";
  position:absolute;
  top:-45px;
  left:50%;
  width:130px;
  height:65px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border:1px solid;
  border-bottom:none;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.extra-counter {
  text-align:center;
}
.extra-counter.custom {
  text-align:left;
}
.extra-counter.custom:after {
  display:none;
}
.extra-counter.cutom:after {
  background:#ffffff;
}
.extra-counter.cutom span,
.extra-counter.cutom .counter-label,
.extra-counter.cutom h2 {
  color:#ffffff !important;
}
.extra-counter.not_after:after {
  display:none;
}
.extra-counter:after {
  content:"";
  position:absolute;
  top:29%;
  right:9px;
  width:1px;
  height:30px;
  background:#b1b1b3;
  transform:rotate(16deg);
  -webkit-transform:rotate(16deg);
}
.extra-counter .odometer-formatting-mark {
  display:none;
}
.extra-counter .text_content >span {
  font-size:36px;
  vertical-align:middle;
  margin-right:20px;
}
.extra-counter .text_content .counter-value {
  margin:0;
  font-weight:400;
}
.extra-counter .text_content .counter-label {
  margin-top:3px;
  letter-spacing:1px;
}
.blog-footer .page-numbers {
  width:40px;
  height:40px;
  display:inline-block;
  line-height:40px;
  text-align:center;
  border:1px solid;
  margin:0 5px;
  vertical-align:middle;
}
.blog-footer  .page-numbers:hover,
.blog-footer  .page-numbers.current {
  background:#181818;
  color:#ffffff;
}
.blog-footer  .page-numbers .icon {
  font-size:18px;
}
.blog-footer {
  margin-top:52px;
  margin-bottom:15px;
  text-align:center;
}
.blog-footer.border-bottom {
  margin-top:1px;
}
.blog-footer .posts-loaded {
  text-align:center;
  display:none;
  font-weight:500;
}
.blog-footer .posts-loaded.active {
  display:block;
}
.blog-footer .kloud-blog-load-more {
  position:relative;
  display:block;
  height:44px;
  width:170px;
  margin:0 auto;
  line-height:44px;
}
.blog-footer .kloud-blog-load-more.loading .icon {
  -webkit-animation-name:rotate;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name:rotate;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
  animation-name:rotate;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}
.blog-footer .kloud-blog-load-more.loading .icon:before {
  content:"\f459";
}
.blog-footer .kloud-blog-load-more .icon {
  width:46px;
  height:46px;
  display:inline-block;
  position:absolute;
  right:-3px;
  border-radius:100%;
  color:#ffffff;
  font-size:16px;
  top:-1px;
  line-height:46px;
  text-align:center;
  z-index:1;
  -webkit-transition-property:-webkit-transform;
  -webkit-transition-duration:1s;
  -moz-transition-property:-moz-transform;
  -moz-transition-duration:1s;
  transition-property:transform;
  transition-duration:1s;
}
.blog-footer .kloud-blog-load-more .text_label {
  display:block;
  z-index:1;
  position:relative;
  font-weight:600;
  padding-left:25px;
}
.blog-footer .kloud-blog-load-more:before {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  z-index:1;
  border-radius:25px;
  background:#ffffff;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.blog-footer .kloud-blog-load-more:after {
  content:"";
  width:calc(100% + 2px);
  height:calc(100% + 2px);
  left:-1px;
  top:-1px;
  position:absolute;
  z-index:0;
  border-radius:25px;
  background-size:200% auto;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-blog-holder .like .zilla-likes {
  background:none;
  position:relative;
}
.kloud-blog-holder .like .zilla-likes:before {
  content:"\f442";
  display:inline-block;
  font-family:"Ionicons";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  text-rendering:auto;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  position:absolute;
  left:0;
  top:6px;
}
.kloud-blog-holder .like .zilla-likes.active:before {
  content:"\f443";
}
.kloud-blog-holder .link_content {
  text-align:center;
  width:54px;
  height:54px;
  line-height:54px;
  border:1px solid #ffffff;
  border-radius:100%;
  margin:0 auto;
  position:relative;
  z-index:1;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-blog-holder .link_content a {
  font-size:36px;
  color:#ffffff;
}
.kloud-blog-holder .link_content a:hover {
  color:#181818;
}
.kloud-blog-holder .link_content:hover {
  background:#ffffff;
}
.kloud-blog-holder.blog-menu .top {
  margin-bottom:18px;
}
.kloud-blog-holder.blog-menu .post-item .link_content a {
  border-bottom:1px solid #c9c9c9;
}
.kloud-blog-holder.blog-menu .post-item .link_content span {
  font-size:18px;
  margin-left:14px;
  vertical-align:middle;
}
.kloud-blog-holder.blog-menu .post-item .bog-image {
  margin-right:30px;
}
.kloud-blog-holder.blog-menu .post-item .bog-image img {
  max-width:initial;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .title h6 {
  font-size:14px;
  margin-bottom:4px;
  line-height:20px;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .blog-innfo {
  font-size:12px;
  margin-bottom:9px;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .blog-bottom {
  font-size:12px;
  margin-bottom:10px;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .blog-bottom .comment {
  font-size:14px;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .blog-bottom .author {
  padding-right:34px;
  position:relative;
}
.kloud-blog-holder.blog-menu .post-item .content-blog .content-inner .blog-bottom .author:after {
  width:1px;
  height:14px;
  background:#c0c0c0;
  position:absolute;
  content:"";
  right:15px;
  top:5px;
}
.kloud-blog-holder.border-bottom .post-item,
.kloud-blog-holder.border-center .post-item {
  margin-bottom:50px;
}
.kloud-blog-holder.border-bottom .bog-image,
.kloud-blog-holder.border-center .bog-image {
  position:relative;
  overflow:hidden;
}
.kloud-blog-holder.border-bottom .bog-image img,
.kloud-blog-holder.border-center .bog-image img {
  width:100%;
  height:auto;
  transition:3s all;
  -webkit-transition:3s all;
}
.kloud-blog-holder.border-bottom .bog-image:after,
.kloud-blog-holder.border-center .bog-image:after {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-blog-holder.border-bottom .content-blog,
.kloud-blog-holder.border-center .content-blog {
  border:1px solid #b8b8b8;
  padding:30px 28px 20px 28px;
}
.kloud-blog-holder.border-bottom .content-blog.border_top,
.kloud-blog-holder.border-center .content-blog.border_top {
  border-top:1px solid #b8b8b8;
}
.kloud-blog-holder.border-bottom .content-blog .blog-innfo,
.kloud-blog-holder.border-center .content-blog .blog-innfo {
  margin-bottom:7px;
}
.kloud-blog-holder.border-bottom .content-blog .blog-excrept,
.kloud-blog-holder.border-center .content-blog .blog-excrept {
  color:#a9a9a9;
  margin-bottom:15px;
}
.kloud-blog-holder.border-bottom .content-blog .title h6,
.kloud-blog-holder.border-center .content-blog .title h6 {
  margin-bottom:11px;
  font-size:18px;
  line-height:29px;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom,
.kloud-blog-holder.border-center .content-blog .blog-bottom {
  color:#a9a9a9;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .like .zilla-likes,
.kloud-blog-holder.border-center .content-blog .blog-bottom .like .zilla-likes {
  color:#a9a9a9;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .like .zilla-likes:before,
.kloud-blog-holder.border-center .content-blog .blog-bottom .like .zilla-likes:before {
  color:#a9a9a9;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share {
  margin-left:auto;
  padding:0;
  cursor:pointer;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share ul {
  padding:0;
  list-style:none;
}
.social_share {
  display:none;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share {
  position:absolute;
  padding:10px 0;
  left:0;
  margin:0;
  margin-top:14px;
  margin-left:5px;
  min-width:150px;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  border:1px solid #efefef;
  border-radius:2px;
  background:#ffffff;
  font-size:12px;
  font-weight:600;
  z-index:1;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:before,
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:after,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share:before,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share:after {
  bottom:100%;
  left:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:before,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share:before {
  border-color:rgba(239,239,239,0);
  border-bottom-color:#e2e2e2;
  border-width:9px;
  margin-left:-9px;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share ul li a,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share ul li a {
  display:block;
  padding:5px 22px;
  line-height:20px;
  letter-spacing:0;
  font-weight:400;
  color:inherit;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share ul li a >span,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share .social_share ul li a >span {
  display:inline-block;
  margin-top:-2px;
  margin-right:11px;
  vertical-align:middle;
  font-size:15px;
  line-height:1;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share:hover .social_share,
.kloud-blog-holder.border-center .content-blog .blog-bottom .share:hover .social_share {
  visibility:visible;
  opacity:1;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom >div,
.kloud-blog-holder.border-center .content-blog .blog-bottom >div {
  padding:0 15px;
  position:relative;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom >div:first-child,
.kloud-blog-holder.border-center .content-blog .blog-bottom >div:first-child {
  padding-left:0;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom >div:after,
.kloud-blog-holder.border-center .content-blog .blog-bottom >div:after {
  width:1px;
  height:14px;
  background:#c0c0c0;
  position:absolute;
  content:"";
  right:0;
  top:6px;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom >div:nth-last-child(2):after,
.kloud-blog-holder.border-bottom .content-blog .blog-bottom >div:last-child:after,
.kloud-blog-holder.border-center .content-blog .blog-bottom >div:nth-last-child(2):after,
.kloud-blog-holder.border-center .content-blog .blog-bottom >div:last-child:after {
  display:none;
}
.kloud-blog-holder.border-bottom .content-blog .blog-bottom .review span,
.kloud-blog-holder.border-center .content-blog .blog-bottom .review span {
  font-size:21px;
  vertical-align:middle;
}
.kloud-blog-holder.border-bottom .post-item:hover .bog-image .link_content,
.kloud-blog-holder.border-center .post-item:hover .bog-image .link_content {
  opacity:1;
}
.kloud-blog-holder.border-bottom .post-item:hover .bog-image:after,
.kloud-blog-holder.border-center .post-item:hover .bog-image:after {
  opacity:0.5;
}
.kloud-blog-holder.border-bottom .post-item:hover .bog-image img,
.kloud-blog-holder.border-center .post-item:hover .bog-image img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
}
.kloud-blog-holder.border-center .content-blog {
  text-align:center;
}
.kloud-blog-holder.border-center .content-blog .title h6 {
  font-size:24px;
}
.kloud-blog-holder.border-center .content-blog .blog-bottom {
  justify-content:center;
}
.kloud-blog-holder.border-center .content-blog .blog-bottom .share {
  margin:0;
}
.kloud-blog-holder.default .post-item {
  padding:0;
  position:relative;
  overflow:hidden;
}
.kloud-blog-holder.default .post-item .bog-image img {
  width:100%;
  height:auto;
}
.kloud-blog-holder.default .post-item .content-blog {
  z-index:1;
  position:absolute;
  bottom:3px;
  left:0;
  width:100%;
  padding:0 26px;
}
.kloud-blog-holder.default .post-item .content-blog .link_content {
  position:initial;
  margin-bottom:11%;
  transform:translate(0);
  -webkit-ransform:translate(0);
}
.kloud-blog-holder.default .post-item .content-blog .title {
  transform:translateY(70px);
  -webkit-transform:translateY(70px);
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-blog-holder.default .post-item .content-blog .blog-innfo {
  color:#ffffff;
  font-weight:300;
  margin-bottom:8px;
  transform:translateY(70px);
  -webkit-transform:translateY(70px);
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-blog-holder.default .post-item .content-blog h6 {
  line-height:25px;
  margin-bottom:21px;
}
.kloud-blog-holder.default .post-item .content-blog h6 a {
  color:#ffffff;
  font-weight:400;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom {
  color:#ffffff;
  transform:translateY(70px);
  -webkit-transform:translateY(70px);
  transition:0.5s all;
  -webkit-transition:0.5s all;
  opacity:0;
  padding:15px 0;
  border-top:1px solid #ffffff;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom div {
  padding:0 15px;
  position:relative;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom div:first-child {
  padding-left:0;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom div:after {
  width:1px;
  height:14px;
  background:#cde0d7;
  position:absolute;
  content:"";
  right:0;
  top:6px;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom div:last-child:after {
  display:none;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom div span {
  vertical-align:middle;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom .like .zilla-likes {
  color:#ffffff;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom .like .zilla-likes:before {
  color:#ffffff;
}
.kloud-blog-holder.default .post-item .content-blog .blog-bottom .review span {
  font-size:21px;
}
.kloud-blog-holder.default .post-item .item_inner {
  cursor:pointer;
}
.kloud-blog-holder.default .post-item .item_inner:after {
  background:linear-gradient(to top,#181818 0%,rgba(0,0,0,0) 50%);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  z-index:0;
}
.kloud-blog-holder.default .post-item .item_inner:before {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  z-index:1;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  opacity:0;
}
.kloud-blog-holder.default .post-item:hover .link_content {
  opacity:1;
}
.kloud-blog-holder.default .post-item:hover .item_inner:after {
  opacity:0;
}
.kloud-blog-holder.default .post-item:hover .item_inner:before {
  opacity:0.7;
}
.kloud-blog-holder.default .post-item:hover .item_inner .content-blog .title,
.kloud-blog-holder.default .post-item:hover .item_inner .content-blog .line,
.kloud-blog-holder.default .post-item:hover .item_inner .content-blog .blog-bottom,
.kloud-blog-holder.default .post-item:hover .item_inner .content-blog .blog-innfo {
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  opacity:1;
}
.testimonials-wrapper.layout5 .slick-dots {
  margin-top:53px;
}
.testimonials-wrapper.layout5 .slick-dots li.slick-active {
  background:#171717;
}
.testimonials-wrapper.layout5 .testimonial .slider_container {
  padding:0 15px;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner {
  display:flex;
  align-items:center;
  border:1px solid #454545;
  background:#ffffff;
  padding:38px 30px 39px 30px;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .testimonial-avatar {
  margin-right:25px;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .testimonial-avatar img {
  border-radius:100%;
  max-width:initial;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .slider_inner_child .testimonial-content {
  margin-bottom:24px;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .slider_inner_child footer {
  display:flex;
  align-items:center;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .slider_inner_child footer h5 {
  margin-bottom:0;
  font-size:14px;
  font-weight:bold;
  padding-right:12px;
  position:relative;
}
.testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .slider_inner_child footer h5:after {
  position:absolute;
  content:"";
  width:3px;
  height:1px;
  top:7px;
  right:5px;
  background:#171717;
}
.testimonials-wrapper.layout4 .slick-slide {
  margin:0 5px;
}
.testimonials-wrapper.layout4 .slick-arrow {
  background:#ffffff;
  border:none;
  width:54px;
  height:54px;
  text-align:center;
  border-radius:100%;
  line-height:54px;
  font-size:36px;
  cursor:pointer;
  border:1px solid #b5b5b5;
  position:absolute;
  right:0;
  bottom:0;
  z-index:1;
  transition:0.4s all;
  -webkit-transition:0.4s all;
  transform:translateY(0);
  -webkit-transform:translateY(0);
  top:initial;
}
.testimonials-wrapper.layout4 .slick-arrow:hover {
  color:#ffffff;
}
.testimonials-wrapper.layout4 .slick-arrow.ion-ios-arrow-thin-left {
  right:70px;
  left:initial;
}
.testimonials-wrapper.layout4 .testimonial .slider_container .slider_inner {
  position:relative;
}
.testimonials-wrapper.layout4 .testimonial .slider_container .slider_inner .slider_inner_child .testimonial-content {
  font-size:16px;
  font-style:italic;
  margin-bottom:39px;
  line-height:37px;
  box-shadow:0 7px 11px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 7px 11px rgba(0,0,0,0.1);
  padding:30px 58px;
}
.testimonials-wrapper.layout4 .testimonial .slider_container .slider_inner .slider_inner_child .testimonial-avatar {
  display:inline-block;
  width:70px;
  height:70px;
  border-radius:100%;
  overflow:hidden;
  vertical-align:middle;
  margin-right:20px;
  line-height:35px;
}
.testimonials-wrapper.layout4 .testimonial .slider_container .slider_inner .slider_inner_child footer {
  display:inline-block;
  vertical-align:middle;
}
.testimonials-wrapper.layout4 .testimonial .slider_container .slider_inner .slider_inner_child footer h5 {
  font-size:18px;
  font-weight:600;
  margin-bottom:5px;
}
.testimonials-wrapper.layout3 .ion-ios-arrow-thin-left {
  display:none !important;
}
.testimonials-wrapper.layout3 .slick-arrow {
  position:absolute;
  right:47px;
  bottom:111px;
  background:#ffffff;
  border:none;
  width:54px;
  height:54px;
  text-align:center;
  border-radius:100%;
  line-height:54px;
  font-size:36px;
  cursor:pointer;
  top:initial;
  transform:translateY(0);
  -webkit-transform:translateY(0);
}
.testimonials-wrapper.layout3 .testimonial .slider_container {
  padding:0 0 60px 60px;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner {
  position:relative;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child {
  position:relative;
  z-index:1;
  padding:37px 43px 49px 49px;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child .testimonial-content {
  font-size:16px;
  color:#ffffff;
  font-style:italic;
  margin-bottom:44px;
  line-height:34px;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child .testimonial-avatar {
  display:inline-block;
  width:70px;
  height:70px;
  border-radius:100%;
  overflow:hidden;
  vertical-align:middle;
  margin-right:20px;
  line-height:35px;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child footer {
  display:inline-block;
  vertical-align:middle;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child footer h5 {
  color:#ffffff;
  font-size:18px;
  margin-bottom:4px;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner .slider_inner_child footer span {
  color:#ffffff;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner:before {
  content:"";
  position:absolute;
  border:1px solid;
  width:100%;
  height:100%;
  left:-30px;
  bottom:-30px;
  background:#ffffff;
  z-index:1;
}
.testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner:after {
  content:"";
  position:absolute;
  border:1px solid;
  width:100%;
  height:100%;
  left:-60px;
  bottom:-60px;
  background:#ffffff;
  z-index:0;
}
.testimonials-wrapper .slick-dots {
  text-align:center;
  margin-top:41px;
}
.testimonials-wrapper .slick-dots li {
  width:11px;
  height:11px;
  position:relative;
  display:inline-block;
  margin:0 10px;
  border-radius:100%;
}
.testimonials-wrapper .slick-dots li.slick-active {
  border-radius:100%;
}
.testimonials-wrapper .slick-dots li button {
  font-size:0;
  background:none;
  border:none;
}
.testimonials-wrapper .slick-dots li:after {
  position:absolute;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  top:-2px;
  left:-2px;
  content:"";
  border-radius:100%;
  border:1px solid;
  border-color:#171717;
}
.testimonials-wrapper.layout2 .slider_container {
  padding:10px;
}
.testimonials-wrapper.layout2 .slider_inner {
  box-shadow:0 4px 7px rgba(0,0,0,0.1);
  border-radius:50px;
  padding:50px 32px 51px 32px;
  text-align:center;
}
.testimonials-wrapper.layout2 .slider_inner .testimonial-avatar {
  text-align:center;
}
.testimonials-wrapper.layout2 .slider_inner .testimonial-avatar img {
  margin:auto;
  position:relative;
  z-index:1;
  border-radius:100%;
  width:100%;
  height:auto;
}
.testimonials-wrapper.layout2 .slider_inner .testimonial-avatar .image {
  width:76px;
  height:76px;
  margin:0 auto;
  border-radius:100%;
  overflow:hidden;
  position:relative;
  padding:3px;
}
.testimonials-wrapper.layout2 .slider_inner .testimonial-avatar .image:after {
  content:"";
  width:calc(106%);
  height:calc(106%);
  left:-3px;
  top:-3px;
  position:absolute;
  z-index:0;
  border-radius:100%;
  transition:0.5s all;
}
.testimonials-wrapper.layout2 .slider_inner .testimonial-content {
  font-size:16px;
  font-style:italic;
  letter-spacing:0.5px;
  line-height:36px;
}
.testimonials-wrapper.layout2 .slider_inner footer {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  margin-bottom:30px;
}
.testimonials-wrapper.layout2 .slider_inner footer h5 {
  font-size:14px;
  margin:0;
  font-weight:600;
  padding-right:15px;
  position:relative;
}
.testimonials-wrapper.layout2 .slider_inner footer h5:after {
  position:absolute;
  content:"";
  width:3px;
  height:1px;
  top:7px;
  right:5px;
}
.testimonials-wrapper.layout1 {
  padding:51px 75px 60px 51px;
  box-shadow:0 15px 27px rgba(0,0,0,0.12);
  -webkit-box-shadow:0 15px 27px rgba(0,0,0,0.12);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.testimonials-wrapper.layout1 .icon_inner {
  font-size:110px;
  background:#ffffff;
  position:absolute;
  padding:0 15px;
}
.testimonials-wrapper.layout1 .icon_inner.icon_left {
  top:-44px;
  left:-120px;
}
.testimonials-wrapper.layout1 .icon_inner.icon_right {
  bottom:-44px;
  right:-120px;
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}
.testimonials-wrapper.layout1 .slick-list {
  padding:0 !important;
}
.testimonials-wrapper.layout1 .content_bottom footer {
  opacity:0;
  transition:0.5s all;
  display:flex;
  align-items:center;
  text-align:center;
  justify-content:center;
}
.testimonials-wrapper.layout1 .content_bottom footer h5 {
  position:relative;
  margin:0;
  padding-right:15px;
  font-weight:800;
  font-size:18px;
}
.testimonials-wrapper.layout1 .content_bottom footer h5:after {
  position:absolute;
  content:"";
  width:4px;
  height:2px;
  background:#171717;
  top:9px;
  right:5px;
}
.testimonials-wrapper.layout1 .content_bottom footer h5 span {
  color:#858585;
}
.testimonials-wrapper.layout1 #content2 {
  margin-top:10px;
}
.testimonials-wrapper.layout1 #content2 .testimonial-content {
  display:none;
}
.testimonials-wrapper.layout1 #content2 .testimonial-avatar .image {
  display:none;
}
.testimonials-wrapper.layout1 #content2 .slick-current footer {
  opacity:1;
}
.testimonials-wrapper.layout1 #thmbnail-img {
  width:300px;
  margin:0 auto;
  margin-top:54px;
}
.testimonials-wrapper.layout1 #thmbnail-img .slick-arrow {
  position:absolute;
  top:50%;
  font-size:30px;
  color:#858585;
  cursor:pointer;
  transform:translateY(-50%);
}
.testimonials-wrapper.layout1 #thmbnail-img .slick-arrow.ion-ios-arrow-thin-right {
  right:-18px;
}
.testimonials-wrapper.layout1 #thmbnail-img .slick-arrow.ion-ios-arrow-thin-left {
  left:-18px;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-content {
  display:none;
}
.testimonials-wrapper.layout1 #thmbnail-img footer {
  display:none;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-avatar {
  text-align:center;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-avatar footer {
  display:none;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-avatar img {
  margin:auto;
  position:relative;
  z-index:1;
  border-radius:100%;
  width:100%;
  height:auto;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-avatar .image {
  width:76px;
  height:76px;
  margin:0 auto;
  border-radius:100%;
  overflow:hidden;
  position:relative;
  padding:3px;
  transform:scale(0.7);
  -webkit-transform:scale(0.7);
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
.testimonials-wrapper.layout1 #thmbnail-img .testimonial-avatar .image:after {
  content:"";
  width:calc(106%);
  height:calc(106%);
  left:-3px;
  top:-3px;
  position:absolute;
  z-index:0;
  border-radius:100%;
  opacity:0;
  transition:0.5s all;
}
.testimonials-wrapper.layout1 #thmbnail-img .slick-current .image {
  transform:scale(1);
  -webkit-transform:scale(1);
}
.testimonials-wrapper.layout1 #thmbnail-img .slick-current .image:after {
  opacity:1;
}
.testimonials-wrapper.layout1 #content .testimonial-avatar {
  display:none;
}
.testimonials-wrapper.layout1 #content .testimonial-content {
  text-align:center;
  font-size:16px;
  font-style:italic;
  letter-spacing:0.5px;
  line-height:36px;
}
.testimonials-wrapper.layout1 #content .testimonial-content img {
  margin-top:19px;
}
.testimonials-wrapper.layout1 #content .aligncenter {
  margin:0 auto;
  text-align:center;
}
.logo-wrapper {
  text-align:center;
  display:flex;
  -webkit-display:flex;
  align-items:center;
}
.logo-wrapper .logo_inner {
  overflow:hidden;
}
.logo-wrapper .logo_inner .logo_hover {
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.logo-wrapper .logo_inner .logo_hover img {
  max-width:initial;
}
.logo-wrapper .logo_inner .logo_show {
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.logo-wrapper .logo_inner .logo_show img {
  max-width:initial;
}
.logo-wrapper .logo_inner .logo_hover {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-transform:translatey(-100%);
  -moz-transform:translatey(-100%);
}
.logo-wrapper .logo_inner:hover .logo_hover {
  -webkit-transform:translatey(0%);
  -moz-transform:translatey(0%);
}
.logo-wrapper .logo_inner:hover .logo_show {
  -webkit-transform:translatey(100%);
  -moz-transform:translatey(100%);
  -webkit-transition:transform .3s .15s,opacity .2s .2s;
  transition:transform .3s .15s,opacity .2s .2s;
}
.button_kloud {
  transition:0.7s all !important;
  -webkit-transition:0.7s all !important;
}
.button_kloud:hover {
  background-position:right center;
}
.team-member.member-layout-layout4 {
  position:relative;
}
.team-member.member-layout-layout4 .member-image-wrapper img {
  width:100%;
  height:auto;
}
.team-member.member-layout-layout4 .team_container:after {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  content:"";
  opacity:0;
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
}
.team-member.member-layout-layout4 .team_container .team_inner {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  left:0;
  width:100%;
  text-align:center;
  z-index:1;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-social {
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-social ul li {
  display:inline-block;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-social ul li a {
  width:45px;
  height:45px;
  line-height:45px;
  display:block;
  border-radius:100%;
  text-align:center;
  color:#ffffff;
  border:1px solid #ffffff;
  background:transparent;
  margin:0 12.5px;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-social ul li a:hover {
  background-color:#ffffff;
  border-color:#ffffff !important;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-social ul li a:before {
  display:none;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-details .member-position {
  color:#171717;
  margin-bottom:11px;
  display:block;
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-details .member-name {
  font-size:18px;
  font-weight:600;
  margin-bottom:2px;
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
}
.team-member.member-layout-layout4 .team_container .team_inner .member-details .member-bio {
  color:#ffffff;
  margin-bottom:19px;
  transition:0.4s all !important;
  -webkit-transition:0.4s all !important;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
}
.team-member.member-layout-layout4:hover .team_container .team_inner .member-social {
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
  opacity:1;
}
.team-member.member-layout-layout4:hover .team_container .team_inner .member-details .member-bio,
.team-member.member-layout-layout4:hover .team_container .team_inner .member-details .member-name,
.team-member.member-layout-layout4:hover .team_container .team_inner .member-details .member-position {
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
  opacity:1;
}
.team-member.member-layout-layout4:hover .team_container:after {
  opacity:0.95;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper {
  margin-bottom:50px;
}
.team-member.member-layout-layout3,
.team-member.member-layout-layout5,
.team-member.member-layout-layout6,
.team-member.member-layout-layout7 {
  margin-bottom:70px;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-social ul li,
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li,
.team-member.member-layout-layout6 .team_container .team_inner .member-social ul li,
.team-member.member-layout-layout7 .team_container .team_inner .member-social ul li {
  display:inline-block;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-social ul li:last-child a,
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li:last-child a,
.team-member.member-layout-layout6 .team_container .team_inner .member-social ul li:last-child a,
.team-member.member-layout-layout7 .team_container .team_inner .member-social ul li:last-child a {
  margin-right:0;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-social ul li a,
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li a,
.team-member.member-layout-layout6 .team_container .team_inner .member-social ul li a,
.team-member.member-layout-layout7 .team_container .team_inner .member-social ul li a {
  width:46px;
  height:46px;
  line-height:46px;
  text-align:center;
  border-radius:100%;
  border:1px solid #b7b7b7;
  display:block;
  margin-right:25px;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-details,
.team-member.member-layout-layout5 .team_container .team_inner .member-details,
.team-member.member-layout-layout6 .team_container .team_inner .member-details,
.team-member.member-layout-layout7 .team_container .team_inner .member-details {
  margin-bottom:21px;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-details h6,
.team-member.member-layout-layout5 .team_container .team_inner .member-details h6,
.team-member.member-layout-layout6 .team_container .team_inner .member-details h6,
.team-member.member-layout-layout7 .team_container .team_inner .member-details h6 {
  margin-bottom:2px;
  font-weight:600;
  font-size:18px;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-details span,
.team-member.member-layout-layout5 .team_container .team_inner .member-details span,
.team-member.member-layout-layout6 .team_container .team_inner .member-details span,
.team-member.member-layout-layout7 .team_container .team_inner .member-details span {
  margin-bottom:11px;
  display:block;
}
.team-member.member-layout-layout3 .team_container .team_inner .member-details .member-bio,
.team-member.member-layout-layout5 .team_container .team_inner .member-details .member-bio,
.team-member.member-layout-layout6 .team_container .team_inner .member-details .member-bio,
.team-member.member-layout-layout7 .team_container .team_inner .member-details .member-bio {
  letter-spacing:0.3px;
  line-height:24px;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper .member-image,
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image,
.team-member.member-layout-layout6 .team_container .member-image-wrapper .member-image,
.team-member.member-layout-layout7 .team_container .member-image-wrapper .member-image {
  position:relative;
  overflow:hidden;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper .member-image img,
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image img,
.team-member.member-layout-layout6 .team_container .member-image-wrapper .member-image img,
.team-member.member-layout-layout7 .team_container .member-image-wrapper .member-image img {
  width:100%;
  height:auto;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout6 .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout7 .team_container .member-image-wrapper .member-image .button {
  position:absolute;
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transform:translate3d(-101%,0,0);
  -moz-transform:translate3d(-101%,0,0);
  transform:translate3d(-101%,0,0);
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper .member-image .button a,
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image .button a,
.team-member.member-layout-layout6 .team_container .member-image-wrapper .member-image .button a,
.team-member.member-layout-layout7 .team_container .member-image-wrapper .member-image .button a {
  text-align:center;
  width:54px;
  height:54px;
  line-height:54px;
  border:1px solid #ffffff;
  border-radius:100%;
  margin:0 auto;
  position:relative;
  z-index:1;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  color:#ffffff;
  font-size:36px;
}
.team-member.member-layout-layout3 .team_container .member-image-wrapper .member-image .button a:hover,
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image .button a:hover,
.team-member.member-layout-layout6 .team_container .member-image-wrapper .member-image .button a:hover,
.team-member.member-layout-layout7 .team_container .member-image-wrapper .member-image .button a:hover {
  background:#ffffff;
}
.team-member.member-layout-layout3:hover .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout5:hover .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout6:hover .team_container .member-image-wrapper .member-image .button,
.team-member.member-layout-layout7:hover .team_container .member-image-wrapper .member-image .button {
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
.team-member.member-layout-layout7 .team_container .team_inner .member-details {
  margin-bottom:22px;
}
.team-member.member-layout-layout6 .team_container .member-image-wrapper {
  margin-bottom:50px;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team {
  position:relative;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team:after {
  width:100%;
  height:1px;
  background:#f0f0f0;
  content:"";
  position:absolute;
  left:0;
  top:50%;
  z-index:0;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line {
  width:40px;
  height:40px;
  border:1px solid #b6b6b6;
  position:relative;
  margin:0 auto;
  display:block;
  border-radius:100%;
  z-index:1;
  cursor:pointer;
  background:#ffffff;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line:hover:before,
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line:hover:after {
  background:#ffffff;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line:before,
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line:after {
  width:18px;
  height:1px;
  position:absolute;
  top:19px;
  left:10px;
  content:"";
  transition:0.5s all;
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team .line:after {
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}
.team-member.member-layout-layout6 .team_container .team_inner .action_team.active .line:after {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
}
.team-member.member-layout-layout6 .team_container .team_inner .member-details {
  margin-bottom:24px;
}
.team-member.member-layout-layout6 .team_container .team_inner .member-details .member-bio {
  display:none;
  margin-bottom:44px;
}
.team-member.member-layout-layout6 .team_container .team_inner .member-social {
  display:none;
  margin-bottom:50px;
}
.team-member.member-layout-layout6 .team_container .team_inner .member-social ul {
  justify-content:center;
}
.team-member.member-layout-layout6 .team_container .team_inner .member-social ul li:last-child a {
  margin-right:0;
}
.team-member.member-layout-layout5 .team_container .team_inner {
  position:relative;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-details h6 {
  margin-bottom:10px;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-details .member-position {
  -webkit-transition:0.5s all;
  transition:0.5s all;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-social {
  transform:translatey(15px);
  -webkit-transform:translatey(15px);
  -webkit-transition:0.5s all;
  transition:0.5s all;
  opacity:0;
  visibility:hidden;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul {
  justify-content:center;
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li:last-child a {
  margin-right:0;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li a {
  width:auto;
  height:auto;
  line-height:initial;
  margin-right:20px;
  border:none;
  background-color:transparent;
}
.team-member.member-layout-layout5 .team_container .team_inner .member-social ul li a:before {
  display:none;
}
.team-member.member-layout-layout5 .team_container .member-image-wrapper {
  margin-bottom:50px;
}
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image {
  border-radius:100%;
}
.team-member.member-layout-layout5 .team_container .member-image-wrapper .member-image .button {
  border-radius:100%;
  transform:scale(0.8);
  -webkit-transform:scale(0.8);
  opacity:0;
}
.team-member.member-layout-layout5:hover .team_container .member-image-wrapper .member-image .button {
  transform:scale(1);
  -webkit-transform:scale(1);
  opacity:1;
}
.team-member.member-layout-layout5:hover .team_container .team_inner .member-details .member-position {
  transform:translatey(-15px);
  -webkit-transform:translatey(-15px);
  opacity:0;
  visibility:hidden;
}
.team-member.member-layout-layout5:hover .team_container .team_inner .member-social {
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
  opacity:1;
  visibility:visible;
}
.team-member.member-layout-layout1 {
  overflow:hidden;
}
.team-member.member-layout-layout1 .team_container {
  position:relative;
}
.team-member.member-layout-layout1 .team_container:after {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  content:"";
  opacity:0.9;
  -webkit-transform:translate3d(0,100%,0);
  -moz-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.team-member.member-layout-layout1 .team_inner {
  position:absolute;
  padding-bottom:50px;
  z-index:1;
  left:0;
  bottom:0;
  width:100%;
  text-align:center;
  -webkit-transform:translate3d(0,100%,0);
  -moz-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
  -webkit-transition:transform .5s .15s,opacity .2s .2s;
  transition:transform .5s .15s,opacity .2s .2s;
}
.team-member.member-layout-layout1 .team_inner .member-social {
  position:relative;
  z-index:1;
  margin-top:22px;
}
.team-member.member-layout-layout1 .team_inner .member-social ul li {
  display:inline-block;
  margin-right:20px;
}
.team-member.member-layout-layout1 .team_inner .member-social ul li:last-child {
  margin-right:0;
}
.team-member.member-layout-layout1 .team_inner .member-social ul li a {
  color:#ffffff;
  width:36px;
  height:36px;
  text-align:center;
  display:inline-block;
  line-height:36px;
  border-radius:100%;
  -webkit-border-radius:100%;
  border:1px solid #ffffff;
  -webkit-transition:0.5s all;
  transition:0.5s all;
  background:transparent;
}
.team-member.member-layout-layout1 .team_inner .member-social ul li a:hover {
  background:#ffffff;
  border-color:#ffffff !important;
}
.team-member.member-layout-layout1 .team_inner .member-social ul li a:before {
  display:none;
}
.team-member.member-layout-layout1 .team_inner .button {
  text-align:center;
  width:54px;
  height:54px;
  line-height:54px;
  border:1px solid #ffffff;
  border-radius:100%;
  margin:0 auto;
  position:relative;
  z-index:1;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.team-member.member-layout-layout1 .team_inner .button a {
  color:#ffffff;
  font-size:36px;
}
.team-member.member-layout-layout1 .team_inner .member-details {
  position:relative;
  z-index:1;
}
.team-member.member-layout-layout1 .team_inner .member-details h6 {
  color:#ffffff;
  font-weight:600;
  margin-bottom:3px;
  font-size:18px;
}
.team-member.member-layout-layout1 .team_inner .member-details span {
  color:#ffffff;
  font-weight:300;
}
.team-member.member-layout-layout1:hover .team_container:after,
.team-member.member-layout-layout1:hover .team_inner {
  -webkit-transform:translate3d(0,0%,0);
  -moz-transform:translate3d(0,0%,0);
  transform:translate3d(0,0%,0);
}
.instagram-pics li {
  position:relative;
}
.instagram-pics li >a {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:0;
}
.instagram-pics li >a:hover {
  opacity:1;
}
.instagram-pics li >a span {
  font-size:30px;
  color:#ffffff;
  position:absolute;
  top:50%;
  -webkit-transform:translate3d(-50%,-50%,0);
  -moz-transform:translate3d(0,100%,0);
  transform:translate3d(-50%,-50%,0);
  left:50%;
  z-index:1;
}
.instagram-pics li >a:after {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:0;
  opacity:0.7;
  content:"";
}
.teams-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
  left:-30px;
}
.teams-wrapper .flexslider:hover .flex-direction-nav .flex-next {
  right:-30px;
}
.teams-wrapper .flex-direction-nav a:before {
  font-family:"Ionicons";
  content:"\f3d6" !important;
}
.teams-wrapper .flex-direction-nav .flex-prev:before {
  content:"\f3d5" !important;
}
.teams-wrapper.layout2 #slider ul li .team-member-avatar-image {
  display:none;
}
.teams-wrapper.layout2 #slider ul li .container {
  width:100%;
  padding:0;
}
.teams-wrapper.layout2 #carousel {
  margin-bottom:40px;
}
.teams-wrapper.layout2 #carousel .flex-direction-nav {
  display:none;
}
.teams-wrapper.layout2 #carousel ul li {
  position:relative;
}
.teams-wrapper.layout2 #carousel ul li:after {
  border-bottom:1px solid;
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:0%;
  height:1px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.teams-wrapper.layout2 #carousel ul li.flex-active-slide:after {
  width:100%;
}
.teams-wrapper.layout2 #carousel .hidenav {
  display:none;
}
.teams-wrapper.layout2 #carousel .team-member-avatar-image {
  border-radius:100%;
  margin-bottom:50px;
  cursor:pointer;
}
.teams-wrapper2 {
  visibility:hidden;
}
.teams-wrapper2 .slick-arrow {
  position:absolute;
  top:50%;
  left:50%;
  z-index:1;
  font-size:48px;
  border-radius:100%;
  background:#ffffff;
  display:block;
  height:54px;
  width:54px;
  line-height:54px;
  text-align:center;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.teams-wrapper2 .slick-arrow:hover {
  padding-left:5px;
}
.teams-wrapper2 .slick-arrow.slick-next {
  display:none !important;
}
.teams-wrapper2 .slick-list {
  overflow:initial;
}
.teams-wrapper2 .slick-slide .member-image-wrapper img {
  opacity:0;
  transition:0.5s all;
  position:relative;
}
.teams-wrapper2 .slick-active .member-image-wrapper img {
  opacity:1;
}
.teams-wrapper2 .slick-active .member-image-wrapper:before {
  content:"";
  position:absolute;
  background:rgba(255,255,255,0.5);
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}
.teams-wrapper2 .works .member-image-wrapper img {
  opacity:1;
}
.teams-wrapper2 .works .member-image-wrapper:before {
  opacity:0;
}
.teams-wrapper2 .works .team_inner {
  opacity:1 !important;
  visibility:visible !important;
}
.teams-wrapper2 .works .team_inner .member-details .member-name,
.teams-wrapper2 .works .team_inner .member-details .member-position,
.teams-wrapper2 .works .team_inner .member-details .member-social,
.teams-wrapper2 .works .team_inner .member-details .member-bio {
  transform:translatey(0px) !important;
  -webkit-transform:translatey(0px) !important;
  opacity:1 !important;
}
.teams-wrapper2 .team-member .team_container {
  position:relative;
  margin-right:-50%;
}
.teams-wrapper2 .team-member .member-image-wrapper {
  position:relative;
  z-index:1;
}
.teams-wrapper2 .team-member .member-image-wrapper img {
  width:100%;
  height:auto;
}
.teams-wrapper2 .team-member .team_inner {
  opacity:0;
  visibility:hidden;
  position:absolute;
  left:100%;
  height:100%;
  width:460px;
  top:0;
  z-index:2;
  padding:64px 50px;
}
.teams-wrapper2 .team-member .team_inner .member-details {
  position:relative;
  z-index:2;
  height:100%;
  overflow:hidden;
  animation:0.5s delay-overflow;
  -webkit-animation:0.5s delay-overflow;
}
.teams-wrapper2 .team-member .team_inner .member-details::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#fafafa;
}
.teams-wrapper2 .team-member .team_inner .member-details::-webkit-scrollbar {
  width:6px;
  background-color:#fafafa;
}
.teams-wrapper2 .team-member .team_inner .member-details::-webkit-scrollbar-thumb {
  background-color:#222222;
}
.teams-wrapper2 .team-member .team_inner .member-details:hover {
  overflow:auto;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-name {
  color:#ffffff;
  font-weight:600;
  margin-bottom:3px;
  font-size:18px;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-position {
  color:#ffffff;
  margin-bottom:20px;
  display:block;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  transition-delay:0.2s;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-bio {
  color:#ffffff;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  transition-delay:0.6s;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-social {
  padding-bottom:17px;
  margin-bottom:2px;
  transform:translatey(25px);
  -webkit-transform:translatey(25px);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  transition-delay:0.4s;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-social ul li {
  display:inline-block;
  margin-right:20px;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-social ul li a {
  color:#ffffff;
  width:36px;
  height:36px;
  text-align:center;
  display:inline-block;
  line-height:36px;
  border-radius:100%;
  -webkit-border-radius:100%;
  border:1px solid #ffffff;
  -webkit-transition:0.5s all;
  transition:0.5s all;
  background:transparent;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-social ul li a:hover {
  background:#ffffff;
  border-color:#ffffff !important;
}
.teams-wrapper2 .team-member .team_inner .member-details .member-social ul li a:before {
  display:none;
}
.teams-wrapper2 .team-member .team_inner:after {
  position:absolute;
  left:100%;
  height:100%;
  top:0;
  left:0;
  content:"";
  width:1000px;
  z-index:0;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background-color:transparent !important;
  border:none !important;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background:transparent;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading i {
  display:block;
  margin-bottom:15px;
  margin-top:15px;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
  margin-left:0;
  font-size:14px;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover i {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-title-text {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  display:none !important;
  top:0;
  opacity:0;
  position:relative;
  -webkit-transform:translatey(30px) !important;
  transform:translatey(30px) !important;
  height:0 !important;
  padding:0;
  background:transparent;
  border:none;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading i {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-title-text {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  -webkit-transform:translatey(0px) !important;
  transform:translatey(0px) !important;
  opacity:1;
  transition:0.5s all !important;
  -webkit-transition:0.5s all !important;
  display:block !important;
  animation:fadeIn 0.5s both;
  height:auto !important;
}
body .vc_tta-tabs .vc_tta-tabs-container {
  border-bottom:1px solid #d4d4d4;
  padding-bottom:50px;
  margin-bottom:44px !important;
  overflow:initial !important;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  width:150px;
  height:150px;
  border:1px solid #b5b5b5;
  background:none;
  vertical-align:top;
  border-radius:100%;
  text-align:center;
  padding-top:15px !important;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:after {
  width:20px;
  height:20px;
  position:absolute;
  content:"";
  bottom:-10px;
  border-radius:100%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  opacity:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  border:1px solid transparent;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  opacity:1;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
  color:#ffffff !important;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-title-text {
  color:#ffffff;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background:none !important;
  border:none !important;
  padding:10px !important;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
  font-size:36px;
  margin-bottom:9px;
  display:block;
  line-height:initial;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text {
  margin-left:0 !important;
  font-size:16px;
}
body .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text h6 {
  line-height:24px;
}
.pricing-tables {
  text-align:center;
}
.pricing-tables .demo {
  padding:0 15px;
}
.pricing-tables .kloud-price-table {
  display:inline-block;
  text-align:center;
  width:30%;
  box-shadow:3px 0 62px rgba(117,58,136,0.1);
  vertical-align:middle;
  margin:0 4px;
}
.kloud-price-table {
  text-align:center;
}
.kloud-price-table.layout2 .pricing_top .kloud-plan .kloud-plan-name h6 {
  color:#ffffff;
}
.kloud-price-table.layout2 .kloud-plan-inner {
  border:1px solid #bababa;
  border-top:none;
}
.kloud-price-table.layout2 .kloud-plan-inner .kloud-plan-price .kloud-price-suffix:before {
  background:#171717;
}
.kloud-price-table.layout2 .kloud-plan-inner .kloud-plan-price span {
  color:#171717;
}
.kloud-price-table.layout2 .kloud-plan-inner .kloud-plan-footer a {
  border-radius:25px;
  color:#ffffff !important;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-price span {
  color:#171717;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer:after {
  content:"";
  width:calc(100% + 2px);
  height:calc(100% +2 px);
  left:-1px;
  top:-1px;
  position:absolute;
  z-index:0;
  border-radius:25px;
  background-size:200% auto;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer:before {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  z-index:1;
  border-radius:25px;
  background:#ffffff;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer a {
  background:transparent !important;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer:hover:after {
  background-position:right center;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer:hover:before {
  opacity:0;
}
.kloud-price-table.layout1 .kloud-plan-inner .kloud-plan-footer:hover a {
  color:#ffffff !important;
}
.kloud-price-table.active {
  width:35%;
}
.kloud-price-table.active .pricing_top {
  padding:77px 15px 62px 15px;
}
.kloud-price-table.active .pricing_top .kloud-plan-name h6 {
  color:#ffffff;
}
.kloud-price-table.active .kloud-plan-inner .kloud-plan-footer:before {
  display:none;
}
.kloud-price-table.active .kloud-plan-inner .kloud-plan-footer a {
  color:#ffffff !important;
}
.kloud-price-table .pricing_top {
  background-color:#e3d8e7;
  padding:40px 15px 27px 15px;
}
.kloud-price-table .pricing_top .icon {
  margin-bottom:12px;
}
.kloud-price-table .kloud-plan-inner {
  padding-top:41px;
  padding-bottom:70px;
  background:#ffffff;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-feature {
  line-height:30px;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-footer {
  position:relative;
  display:block;
  height:44px;
  width:170px;
  margin:0 auto;
  line-height:44px;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-footer a {
  z-index:1;
  position:relative;
  display:block;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price {
  margin-top:42px;
  margin-bottom:50px;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price span {
  vertical-align:top;
  display:inline-block;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price .kloud-price-currency {
  transform:translate(3px,-4px);
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price .kloud-price-value {
  font-size:30px;
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price .kloud-price-suffix {
  position:relative;
  padding-left:4px;
  transform:translateY(6px);
}
.kloud-price-table .kloud-plan-inner .kloud-plan-price .kloud-price-suffix:before {
  height:15px;
  width:1px;
  position:absolute;
  content:"";
  left:0;
  transform:rotate(15deg);
  -webkit-transform:rotate(15deg);
  bottom:6px;
}
.ro-maps-info-content p {
  color:#252525;
}
.custom_button .button_footer {
  display:inline-block;
  margin:0 12px;
  vertical-align:middle;
}
.custom_button .button_footer.button_ct2 {
  color:#ffffff;
}
.button_footer {
  height:46px;
  line-height:46px;
  width:170px;
  text-align:center;
  color:#171717;
  font-weight:600;
  border-radius:25px;
  -webkit-border-radius:25px;
  border:1px solid;
  display:block;
  overflow:hidden;
}
.vc_progress_bar .vc_label {
  margin-bottom:15px;
}
.vc_progress_bar .vc_single_bar {
  border:none;
  box-shadow:none !important;
  margin-bottom:25px !important;
  background:#e5e5e5 !important;
  border-radius:0 !important;
}
.vc_progress_bar .vc_single_bar .spacing {
  display:block;
  position:relative;
  width:100%;
  height:7px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius:0 !important;
}
.vc_progress_bar .vc_single_bar .vc_label_units {
  position:absolute;
  right:-14px;
  top:-38px;
}
.box-line {
  position:relative;
  padding-left:94px;
}
.box-line h6 {
  margin-bottom:15px;
}
.box-line:after {
  width:75px;
  height:1px;
  background:#43cea2;
  content:"";
  position:absolute;
  top:6px;
  left:0;
}
.vc-hoverbox-wrapper .vc-hoverbox-inner-child .vc-hoverbox-back .overlay_box {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.85;
  z-index:0;
}
.vc-hoverbox-wrapper .vc-hoverbox-inner-child .vc-hoverbox-back .vc-hoverbox-back-inner {
  position:relative;
  z-index:1;
  color:#ffffff;
}
.title-bar-header h4 {
  font-weight:300;
  text-transform:uppercase;
}
.kloud-pagination {
  text-align:center;
}
.kloud-pagination .item {
  width:23px;
  height:23px;
  line-height:23px;
  border-radius:100%;
  position:relative;
  display:inline-block;
  text-align:center;
  color:#a9a9a9;
  margin:0 14px;
}
.kloud-pagination .item.current {
  color:#ffffff;
  background:#181818;
}
.kloud-pagination .item:after {
  position:absolute;
  content:"";
  border:1px solid #a9a9a9;
  width:calc(100% + 6px);
  height:calc(100% + 6px);
  border-radius:100%;
  top:-3px;
  left:-3px;
}
.sidebar_blog .widget {
  margin-bottom:48px;
}
.sidebar_blog .widget .widget-title {
  margin-bottom:28px;
}
.sidebar_blog .widget.widget_tag_cloud .tagcloud a {
  font-size:14px !important;
  height:40px;
  line-height:40px;
  padding:0 5px;
  margin:0 2px 5px 0;
  display:inline-block;
  padding:0 12px;
}
.sidebar_blog .widget.widget_tag_cloud .tagcloud a:before {
  background:#eeeeee;
}
.sidebar_blog .widget.widget_portfolio-list .portfolio-list li {
  text-align:center;
  margin-bottom:30px;
}
.sidebar_blog .widget.widget_portfolio-list .portfolio-list li div.img {
  margin-bottom:22px;
}
.sidebar_blog .widget.widget_portfolio-list .portfolio-list li .cat span:last-child {
  display:none;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li {
  margin-bottom:18px;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-tumb {
  margin-right:14px;
  width:100px;
  display:inline-block;
  vertical-align:middle;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date {
  display:inline-block;
  width:calc(100% - 120px);
  vertical-align:middle;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date a,
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date .post-meta {
  font-size:12px;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date .tb-post-author {
  font-size:12px;
  display:flex;
  -webkit-display:flex;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date .tb-post-author p {
  margin-right:34px;
  position:relative;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date .tb-post-author p:after {
  content:"";
  position:absolute;
  height:14px;
  width:1px;
  background:#c0c0c0;
  right:-19px;
  top:24%;
}
.sidebar_blog .widget.widget_zo-recent-posts-widget-with-thumbnails ul li .tb-recent-detail .post-title-and-date .tb-post-author .comment span {
  font-size:14px;
}
.sidebar_blog .widget.widget_categories ul li {
  margin-bottom:11px;
}
.sidebar_blog .widget.widget_categories ul li:last-child {
  margin-bottom:0;
}
.sidebar_blog .widget.widget_categories ul li a {
  position:relative;
}
.sidebar_blog .widget.widget_categories ul li a .cat-count {
  float:right;
}
.sidebar_blog .widget.widget_categories ul li a .cat-name {
  transition:0.5s all;
  -webkit-transition:0.5s all;
  display:inline-block;
}
.sidebar_blog .widget.widget_categories ul li a:after {
  width:0;
  height:1px;
  position:absolute;
  content:"";
  left:0;
  top:50%;
  transform:translatey(-50%);
  -webkit-transform:translatey(-50%);
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.sidebar_blog .widget.widget_categories ul li a:hover .cat-name {
  transform:translateX(25px);
  -webkit-ransform:translateX(25px);
}
.sidebar_blog .widget.widget_categories ul li a:hover:after {
  width:20px;
}
.searchform {
  border:1px solid #bababa;
}
.searchform >div {
  display:flex;
  -webkit-display:flex;
}
.searchform #s {
  width:100%;
  height:46px;
  border:none;
  border-right:none;
  font-size:12px;
  padding-left:14px;
}
.searchform #searchsubmit {
  width:130px;
  height:46px;
  border:none;
  border-left:none;
  background:none;
  font-size:18px;
  color:#ffffff;
  background:#171717;
}
.jws-blog-detail {
  margin-top:100px;
  margin-bottom:83px;
}
.jws-blog-detail.has_sidebar .blog-about-author .blog-author-info {
  width:90%;
}
.comments-area .comments-title {
  border-top:1px solid #d4d4d4;
  padding-top:50px;
  margin-bottom:28px;
  margin-top:10px;
}
.comments-area .comment-respond {
  border-top:1px solid #d4d4d4;
}
.comments-area .comment-respond .comment-reply-title {
  margin-top:46px;
  margin-bottom:39px;
}
.comments-area .comment-respond form .form-submit .submit {
  width:170px;
  height:46px;
  line-height:45px;
  border-radius:25px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:500;
  border:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  background-color:#43cea2;
}
.comments-area .comment-respond form .form-submit .submit:hover {
  background-color:#171717;
}
.comments-area .comment-respond form span {
  margin-bottom:18px;
  display:block;
}
.comments-area .comment-respond form input,
.comments-area .comment-respond form textarea {
  border:1px solid #dddddd;
  width:100%;
  margin-bottom:18px;
  padding-left:15px;
}
.comments-area .comment-respond form input {
  height:40px;
}
.comments-area .comment-list li .children {
  padding-left:59px;
}
.comments-area .comment-list li .comment-body {
  align-items:center;
  margin-bottom:45px;
}
.comments-area .comment-list li .comment-body .comment-avatar {
  border-radius:100%;
  overflow:hidden;
  margin-right:47px;
  display:inline-block;
  width:80px;
  vertical-align:top;
}
.comments-area .nav-next {
  margin-bottom:30px;
}
.comments-area .nav-previous {
  margin-bottom:30px;
}
.comments-area .comment-list li .comment-body .comment-info {
  vertical-align:middle;
  width:calc(100% - 135px);
  display:inline-block;
}
.comments-area .comment-list li .comment-body .comment-header-info {
  margin-top:11px;
}
.comments-area .comment-list li .comment-body .comment-header-info .comment-author {
  padding-right:15px;
  position:relative;
  color:#171717;
  font-weight:500;
}
.comments-area .comment-list li .comment-body .comment-header-info .comment-author:after {
  width:3px;
  height:1px;
  background:#a9a9a9;
  position:absolute;
  content:"";
  right:5px;
  top:50%;
}
.comments-area .comment-list li .comment-body .comment-header-info .comment-date {
  padding-right:31px;
  position:relative;
  color:#a9a9a9;
}
.comments-area .comment-list li .comment-body .comment-header-info .reply a {
  border-bottom:1px solid #cecece;
  color:#a9a9a9;
  font-weight:400;
}
.comments-area .comment-list li .comment-body .comment-header-info .reply a span {
  vertical-align:middle;
}
.jws-blog-detail .post-related .tt {
  margin-top:46px;
  margin-bottom:45px;
}
.jws-blog-detail .post-related.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share {
  top:-140px;
}
.jws-blog-detail .post-related.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:before {
  border-top-color:#e2e2e2;
  border-bottom-color:transparent;
}
.jws-blog-detail .post-related.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:before,
.jws-blog-detail .post-related.kloud-blog-holder.border-bottom .content-blog .blog-bottom .share .social_share:after {
  bottom:-18px;
}
.jws-blog-detail .nav-post {
  justify-content:space-between;
  padding-top:44px;
  margin-bottom:44px;
  width: 100%;
}
.jws-blog-detail .nav-post .nav-box.next .text-nav >span {
  margin-right:0;
  margin-left:26px;
}
.jws-blog-detail .nav-post .nav-box.next .text-nav p {
  text-align:right;
}
.jws-blog-detail .nav-post .nav-box .text-nav {
  align-items:center;
}
.jws-blog-detail .nav-post .nav-box .text-nav >span {
  font-size:36px;
  color:#a9a9a9;
  margin-right:26px;
}
.jws-blog-detail .nav-post .nav-box .text-nav p {
  font-weight:500;
}
.jws-blog-detail .nav-post .nav-box .text-nav p span {
  display:block;
  color:#a9a9a9;
  margin-bottom:5px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.jws-blog-detail .blog-about-author {
  padding-bottom:41px;
  border-bottom:1px solid #d4d4d4;
  width: 100%;
}
.jws-blog-detail .blog-about-author .blog-author-avatar {
  border-radius:100%;
  margin-right:24px;
}
.jws-blog-detail .blog-about-author .blog-author-avatar img {
  max-width:initial;
}
.jws-blog-detail .blog-about-author .blog-author-info {
  width:44%;
}
.jws-blog-detail .blog-about-author .blog-author-info .position {
  margin-bottom:10px;
}
.jws-blog-detail .blog-about-author .blog-author-info .icon-author a {
  margin-right:16px;
}
.jws-blog-detail .blog-meta {
  border-top:1px solid #d4d4d4;
  border-bottom:1px solid #d4d4d4;
  padding-top:44px;
  padding-bottom:44px;
  justify-content:space-between;
  margin-bottom:55px;
}
.jws-blog-detail .blog-meta .post-tags span {
  font-weight:500;
}
.jws-blog-detail .blog-meta .social_share li {
  display:inline-block;
  margin-left:12px;
}
.jws-blog-detail .single-blog-page .blog-details-img img {
  width:100%;
  height:auto;
  margin-bottom:30px;
}
.jws-blog-detail .single-blog-page .blog-content {
  margin-bottom:15px;
}
.jws-blog-detail .single-blog-page .blog-content .container {
  width:100%;
  padding:0;
}
.jws-blog-detail .single-blog-page .blog-content blockquote {
  position:relative;
  padding:0;
  border:none;
  font-style:italic;
  font-size:24px;
  line-height:36px;
  padding-top:82px;
}
.jws-blog-detail .single-blog-page .blog-content blockquote:before {
  content:"\f347";
  position:absolute;
  display:inline-block;
  font-family:"Ionicons";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  text-rendering:auto;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  font-size:60px;
  font-style:italic;
  top:0;
}
.jws-blog-detail .single-blog-page .blog-details h3 {
  margin-top:30px;
  margin-bottom:15px;
  line-height:30px;
  display:none;
}
.jws-blog-detail .single-blog-page .blog-details .title-and-meta {
  margin-bottom:28px;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div {
  padding:0 15px;
  position:relative;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div:after {
  width:1px;
  height:14px;
  background:#c0c0c0;
  position:absolute;
  content:"";
  right:0;
  top:6px;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div.like .zilla-likes {
  background:none;
  position:relative;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div.like .zilla-likes.active:before {
  content:"\f443";
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div.like .zilla-likes:before {
  content:"\f442";
  display:inline-block;
  font-family:"Ionicons";
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  text-rendering:auto;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  position:absolute;
  left:0;
  top:6px;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div:first-child {
  padding-left:0;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta >div:last-child:after {
  display:none;
}
.portfolio-single {
  margin-bottom:100px;
  margin-top:100px;
}
.portfolio-single.layout1 .pp_meta_box {
  margin-bottom:43px;
}
.portfolio-single.layout1 .pp_meta_box >div {
  width:25%;
  text-align:center;
  border:1px solid #bababa;
  position:relative;
  border-right:0;
  padding-top:12px;
  padding-bottom:11px;
}
display:inline-block .portfolio-single.layout1 .pp_meta_box >div.tags a:first-child {
  margin-left:5px;
}
.portfolio-single.layout1 .pp_meta_box >div span {
  margin-right:5px;
}
.portfolio-single.layout1 .pp_meta_box >div a {
  font-weight:300;
}
.portfolio-single.layout1 .pp_meta_box >div:after {
  background:#bababa;
  position:absolute;
  height:100%;
  right:0;
  top:0;
  content:"";
}
.portfolio-single.layout1 .pp_meta_box >div:last-child {
  border-right:1px solid #bababa;
}
.portfolio-single.layout1 .pp_meta_box >div:last-child:after {
  display:none;
}
.portfolio-single.layout2 .pp_row {
  margin-bottom:64px;
}
.portfolio-single.layout2 .content_pp .pp_description_2 {
  position:relative;
  padding-bottom:35px;
  margin-bottom:35px;
}
.portfolio-single.layout2 .content_pp .pp_description_2:after {
  content:"";
  position:absolute;
  background:#d4d4d4;
  height:1px;
  width:100px;
  left:0;
  bottom:0;
}
.portfolio-single.layout2 .content_pp .pp_meta {
  margin-bottom:35px;
}
.portfolio-single.layout2 .content_pp .pp_meta .pp-title {
  margin-top:0;
}
.portfolio-single.layout2 .content_pp .pp_meta_box {
  position:relative;
  padding-top:35px;
  padding-bottom:35px;
  margin-bottom:33px;
}
.portfolio-single.layout2 .content_pp .pp_meta_box:before,
.portfolio-single.layout2 .content_pp .pp_meta_box:after {
  content:"";
  position:absolute;
  background:#d4d4d4;
  height:1px;
  width:100px;
  left:0;
}
.portfolio-single.layout2 .content_pp .pp_meta_box:before {
  top:0;
}
.portfolio-single.layout2 .content_pp .pp_meta_box:after {
  bottom:0;
}
.portfolio-single.layout2 .content_pp .pp_meta_box div {
  margin-bottom:24px;
}
.portfolio-single.layout2 .content_pp .pp_meta_box div:last-child {
  margin-bottom:0;
}
.portfolio-single.layout2 .content_pp .pp_meta_box div span {
  margin-right:5px;
}
.portfolio-single.layout2 .content_pp .pp_meta_box div a {
  font-weight:400;
}
.portfolio-single .pp-content-vc .container {
  padding:0;
  width:100%;
}
.portfolio-single .icon-get-link {
  text-align:center;
}
.portfolio-single .icon-get-link a {
  font-size:36px;
  transform:translateY(-119%);
  display:inline-block;
  z-index:2;
  position:relative;
}
.portfolio-single .nav-post {
  justify-content:space-between;
  position:relative;
  z-index:1;
}
.portfolio-single .nav-post .nav-box.next .text-nav >span {
  margin-right:0;
  margin-left:26px;
}
.portfolio-single .nav-post .nav-box .text-nav {
  align-items:center;
}
.portfolio-single .nav-post .nav-box .text-nav >span {
  font-size:36px;
  margin-right:26px;
}
.portfolio-single .nav-post .nav-box .text-nav p {
  font-weight:500;
}
.portfolio-single .nav-post .nav-box .text-nav p span {
  display:block;
  margin-bottom:5px;
}
.portfolio-single .related_pp .tt {
  margin-top:56px;
  margin-bottom:49px;
}
.portfolio-single .related_pp .kloud-blog-holder.border-bottom .post-item {
  margin-bottom:0;
}
.portfolio-single .pp_description_2 {
  margin-bottom:90px;
}
.portfolio-single .pp_description_2 p {
  margin-bottom:12px;
}
.portfolio-single .pp_meta {
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:45px;
}
.portfolio-single .pp_meta .meta_left .pp-title {
  margin-bottom:14px;
}
.portfolio-single .pp_meta .meta_left .category a:last-child span {
  display:none;
}
.portfolio-single .social_pp .social_share ul li {
  display:inline-block;
  margin-left:12px;
}
.kloud-timer h4 {
  width:21%;
  background:url(../../../assets/images/cloud.png);
  text-align:center;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  height:166px;
  padding-top:35px;
  font-size:60px;
  display:inline-block;
  margin:0 15px;
  font-weight:400;
  position:relative;
}
.kloud-timer h4 span {
  font-size:18px;
  color:#68686d;
  position:absolute;
  bottom:44px;
  left:50%;
  transform:translatex(-50%);
  -webkit-transform:translatex(-50%);
}
.coming-soon .mc4wp-form button {
  margin-left:-4px;
  border-bottom-right-radius:25px;
  border-top-right-radius:25px;
  color:#ffffff;
}
.coming-soon .mc4wp-form button:before {
  border-bottom-right-radius:25px;
  border-top-right-radius:25px;
}
.coming-soon .mc4wp-form input {
  width:342px;
  border-color:#bababa;
  border-bottom-left-radius:25px;
  border-top-left-radius:25px;
}
.coming-soon .mc4wp-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#a9a9a9;
}
.coming-soon .mc4wp-form input::-moz-placeholder {
  /* Firefox 19+*/
  color:#a9a9a9;
}
.coming-soon .mc4wp-form input:-ms-input-placeholder {
  /* IE 10+*/
  color:#a9a9a9;
}
.coming-soon .mc4wp-form input:-moz-placeholder {
  /* Firefox 18- */
  color:#a9a9a9;
}
.coming-soon .mc4wp-form .mc4wp-form-fields {
  display:flex;
  justify-content:center;
}
#back-to-top {
  display:none;
  position:fixed;
  bottom:50px;
  right:30px;
  z-index:99999;
  border-radius:100%;
  width:40px;
  height:40px;
  line-height:40px;
  color:#ffffff;
  cursor:pointer;
  text-align:center;
  font-size:22px;
  background:#181818;
}
#back-to-top i {
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
#back-to-top:hover i {
  transform:translatey(-3px);
  -webkit-transform:translatey(-3px);
}
#back-to-top.show {
  display:block;
  animation:fadeInUp 0.5s both;
  -webkit-animation:fadeInUp 0.5s both;
}
.no-results .searchform {
  max-width:500px;
}
.no-results .none_des {
  margin:70px 0 0 0;
  border-top:1px solid #aaa;
  padding:20px 0;
}
@media (max-width:1199px) {
  body #jws-shop-topbar {
    width:80%;
  }
  .teams-wrapper2 .team-member .team_inner {
    left:0;
  }
  .teams-wrapper2 .team-member .team_inner:after {
    width:100%;
    opacity:0.7;
  }
  .post-slider .post-item.layout-2 .bog-image {
    margin:0 auto;
  }
  .post-slider .post-item.layout-2 .content-blog {
    width:100%;
    padding-left:0;
    text-align:center;
  }
  .post-slider .post-item.layout-2 .content-blog h5 {
    margin-bottom:0 !important;
    margin-top:15px !important;
  }
  .post-slider .post-item.layout-2 .content-blog h5 a {
    font-size:14px !important;
  }
  .jws-registration-page #customer_login .social-login ul li a {
    width:100%;
  }
  .jws-registration-page #customer_login .col-register form .submit-row,
  .jws-registration-page #customer_login .col-login form .submit-row {
    display:block;
  }
  .woocommerce-order-received .woocommerce-columns--addresses .col-1,
  .woocommerce-order-received .woocommerce-columns--addresses .col-2 {
    float:none !important;
    width:100% !important;
    margin:0;
  }
  .shop_table td.product-thumbnail img {
    width:60px;
  }
  body #footer-jws .email .mc4wp-form {
    width:100%;
  }
  body .help {
    padding-left:15px;
  }
  .kloud-countdown-timer.timer-style-base .kloud-timer h4 {
    width:20%;
    margin:15px !important;
  }
  .tb-products-grid article .product-thumb .kloud-countdown-timer {
    display:none;
  }
  .woocommerce div.product .content-product-right .shop-bottom form {
    width:auto !important;
  }
  .woocommerce div.product .content-product-right .shop-bottom form .single_add_to_cart_button,
  .woocommerce div.product .content-product-right .shop-bottom form .single_add_to_cart_buttons {
    margin-left:0 !important;
  }
  body .margin00 {
    margin-bottom:0 !important;
  }
  #jws_header .no_container {
    padding:0 15px;
  }
  .portfolio-filter .nav_3 {
    text-align:center;
  }
}
@media (max-width:991px) {
  body .padding_01500 .vc_column-inner {
    padding-left:7.5px !important;
    padding-right:7.5px !important;
  }
  .main-content {
    margin-bottom:0 !important;
  }
  .mc4wp-form .mc4wp-success p {
    margin:0 auto;
  }
  .mobile_menu .jws-logo {
    margin:0 auto !important;
    padding:15px 0;
    text-align:center;
  }
  body .woocommerce-cart .woocommerce-cart-form__cart-item .quantity,
  body .shop-bottom .quantity {
    width:130px;
  }
  body.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_button,
  body.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_buttons {
    width:140px;
  }
  body.woocommerce div.product .content-product-right .shop-bottom .yith-btn {
    width:auto;
    margin:15px 0;
  }
  .mc4wp-form {
    text-align:center;
  }
  .mc4wp-form input {
    margin-bottom:20px;
    margin-top:20px;
  }
  .sidebar_blog .widget .widget-title {
    position:relative;
  }
  .sidebar_blog .widget .widget-title:after {
    content:"\f3d0";
    font-family:"Ionicons";
    position:absolute;
    top:40%;
    right:0;
    background:none;
  }
  .sidebar_blog .widget {
    margin-bottom:30px;
  }
  .header_vh .logo-wrapper {
    display:flex;
  }
  body #jws_header.jws-header-v2 {
    background-image:none;
  }
  .kloud-timer h4 {
    height:120px;
    padding-top:29px;
    font-size:30px;
  }
  .woocommerce .catalog-sidebar .widget-title+*,
  .woocommerce .shop-topbar .widget-title+* {
    display:none;
  }
  .single .page-header,
  .page .page-header {
    text-align:center;
  }
  .checkout-order-review .woocommerce-checkout-review-order table tfoot tr td {
    padding-left:15px;
  }
  .checkout-order-review .woocommerce-checkout-review-order {
    padding:0 15px;
  }
  body .cart-actions .updatecart {
    margin:30px 0 0 0;
  }
  body .ui-slider .ui-slider-handle {
    width:15px;
    height:15px;
  }
  #media_image-2 {
    display:none;
  }
  body .catalog-sidebar {
    padding:0 15px;
  }
  body #content .action-filter-swaper .widgets-area,
  .catalog-sidebar {
    box-shadow:none;
    padding:0;
  }
  body #content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color .count-atr,
  .catalog-sidebar .kloud_attributes_filter .pa_color ul li.show-color .count-atr {
    padding:0;
  }
  body #content .action-filter-swaper .widgets-area .shop-filter-actived .remove-filter-actived,
  .catalog-sidebar .shop-filter-actived .remove-filter-actived {
    margin-left:0;
    float:none;
    position:relative;
    background:#252525;
    color:#ffffff;
    display:block;
    width:150px;
    text-align:center;
    margin-top:15px;
    padding:0;
  }
  body #content .action-filter-swaper .widgets-area .shop-filter-actived .remove-filter-actived:after,
  .catalog-sidebar .shop-filter-actived .remove-filter-actived:after {
    display:none;
  }
  body #content .action-filter-swaper .widgets-area .widget,
  .catalog-sidebar .widget {
    display:block;
    width:100%;
    padding:0 !important;
    margin:0 !important;
  }
  body #content .action-filter-swaper .widgets-area .widget .widget-title,
  .catalog-sidebar .widget .widget-title {
    font-size:14px;
    font-weight:400;
    margin:0;
    padding:18px 0 18px 0;
    position:relative;
  }
  body #content .action-filter-swaper .widgets-area .widget .widget-title:after,
  .catalog-sidebar .widget .widget-title:after {
    content:"\f3d0";
    font-family:"Ionicons";
    position:absolute;
    top:40%;
    right:0;
    background:none;
  }
  body #content .action-filter-swaper .widgets-area .widget.widget_layered_nav_filters,
  .catalog-sidebar .widget.widget_layered_nav_filters {
    border-bottom:none;
  }
  body #content .action-filter-swaper .widgets-area .widget.widget_layered_nav_filters ul li:first-child a,
  .catalog-sidebar .widget.widget_layered_nav_filters ul li:first-child a {
    margin-left:0;
  }
  body #content .action-filter-swaper .widgets-area .widget.active .widget-title:after,
  .catalog-sidebar .widget.active .widget-title:after {
    content:"\f3d8";
  }
  body .kloud-products-element .products-footer .btn {
    width:50px;
    height:50px;
    background:#ffffff;
    border-radius:0;
    text-align:center;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
  }
  body .kloud-products-element .products-footer .btn:after {
    line-height:50px;
    font-size:25px;
    width:50px;
  }
  body .tb-products-grid article .product-thumb .btn-inner-top {
    top:0;
    right:0;
  }
  body .tb-products-grid article .product-thumb>a:before {
    background:rgba(0,0,0,0.2);
  }
  .tb-products-grid article .product-thumb .btn-inner-top .product-compare-button {
    margin-bottom:-8px;
  }
  body .tb-products-grid article .product-thumb .btn-inner-top .product-compare-button a:before,
  .tb-products-grid article .product-thumb .btn-inner-top .yith-wcwl-add-to-wishlist>div>a:before {
    color:#959595 !important;
    opacity:1 !important;
  }
  #jws_header .right-header {
    z-index:4;
    position:relative;
    margin-right:56px;
  }
  .logo-center {
    text-align:left;
  }
  .jws-logo {
    margin:0 !important;
  }
  #jws_header .vc_column_container>.vc_column-inner,
  #jws_header .vc_column_container {
    padding:0 !important;
  }
  #jws_header .vc_row[data-vc-full-width] {
    width:100%;
    border:none !important;
    overflow:initial;
  }
  #jws_header .cmm-content-wrapper,
  #jws_header .cmm-sub-wrapper {
    border:none !important;
  }
  #jws_header .container-in-full .no-container {
    width:100%;
  }
}
@media (max-width:767px) {
  .comments-area .comment-list li .comment-body .comment-header-info {
    font-size:12px;
  }
  .main-content {
/*     padding:100px 15px !important; */
  }
  .comments-area .comment-list li .comment-body .comment-info {
    width:100%;
  }
  .comments-area .comment-list li .comment-body .comment-avatar {
    display:block;
    margin:15px 0;
  }
  body.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs {
    display:block;
    list-style:none;
  }
  body.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs li {
    width:100%;
  }
  body.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel {
    padding:43px 15px;
  }
  .related-product .row {
    margin:0;
  }
  body.woocommerce div.product .content-product-right .shop-bottom .yith-btn {
    width:24%;
    margin-top:15px;
  }
  .title-bar-header h4 {
    font-size:28px !important;
  }
  .ss1 {
    text-align:center;
  }
  body .tb-products-grid article .product-thumb .btn-inner-center {
    display:block;
    opacity:1;
    right:0;
    transform:translate(0);
    -webkit-transform:translate(0);
    left:initial;
    top:67px;
  }
  body .tb-products-grid article .product-thumb .btn-inner-center a {
    transform:translateY(0);
    -webkit-transform:translateY(0);
    margin:5px 10px;
    opacity:1;
  }
  .sub-menu-heical,
  #footer-jws .copy_right {
    text-align:center;
  }
  #footer-jws .sub-menu-heical li:first-child {
    margin-left:0;
  }
  .teams-wrapper2 .team-member .team_container {
    max-width:360px;
    margin:0 auto !important;
  }
  .header_vh .logo-wrapper {
    display:block;
  }
  #quick-view-modal.woocommerce div.product .content-product-left .product-images-content img {
    width:auto !important;
    margin:0 auto;
  }
  .woocommerce-product-gallery__wrapper div a img {
    width:100% !important;
  }
  #quick-view-modal.woocommerce div.product .content-product-right {
    max-height:400px;
    position:relative !important;
    background:rgba(255,255,255,0.9);
  }
  .portfolio-single .nav-post .nav-box img {
    display:none !important;
  }
  .portfolio-single .nav-post .nav-box .text-nav {
    padding:0 !important;
    border:none !important;
    margin:0 !important;
  }
  .portfolio-single .nav-post .nav-box .text-nav p {
    font-size:14px;
  }
  .portfolio-single .icon-get-link a {
    transform:none;
    margin-top:45px;
  }
  .portfolio-single .pp-content-title {
    text-align:left;
  }
  .portfolio-single .pp-content-title .pp-info>span {
    margin-bottom:15px;
  }
  .pp-content-vc {
    padding:0;
  }
  .outside .product-thumbnails {
    display:none;
  }
  #yith-wcwl-form .wishlist_table tr th {
    font-size:14px;
  }
  #yith-wcwl-form {
    overflow-x:auto;
    margin-bottom:30px;
    overflow-y:hidden;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead {
    display:none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr {
    display:block;
    text-align:right;
    border:1px solid #d1d1d1;
    border-bottom:none;
    margin-bottom:30px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
    display:block;
    position:relative;
    border-bottom:1px solid #d1d1d1;
    padding:15px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td:before {
    content:attr(data-title) ":";
    font-weight:600;
    float:left;
    color:#252525;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
    float:none;
    width:100%;
  }
  .woocommerce .jws-my-account-sidebar,
  .woocommerce .woocommerce-MyAccount-content {
    width:100%;
    float:none;
  }
  .jws-registration-page #customer_login .col-register form .submit-row .button,
  .jws-registration-page #customer_login .col-login form .submit-row .button {
    width:200px;
  }
  .jws-registration-page #customer_login .social-login ul li a i {
    width:70px;
    font-size:20px;
    margin-right:30px;
  }
  .acount-tt {
    font-size:10px;
    position:absolute;
    top:-100%;
    left:0;
    overflow:hidden;
    min-width:100px;
  }
  body.woocommerce-order-received .woocommerce-thankyou-order-details {
    display:block;
  }
  body.woocommerce-order-received .woocommerce-thankyou-order-details li {
    border:none;
    border-bottom:1px solid #dfdfdf;
    padding-bottom:20px;
  }
  .form-row-first,
  .form-row-last,
  .form-row-first,
  .form-row-last {
    width:100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size:14px;
  }
  .cart-collaterals .continue {
    margin-bottom:15px;
    display:block;
  }
  .cart-actions .updatecart {
    padding:22px 15px;
  }
  .cart-actions .coupon {
    padding:16px 15px;
  }
  .cart-actions .coupon .input-text {
    width:100%;
    margin-bottom:15px;
  }
  .woocommerce-cart-form .shop_table {
    width:100%;
    display:block;
  }
  .woocommerce-cart-form .shop_table thead {
    display:none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width:25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display:none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display:block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display:block;
    margin:30px 0;
    border:1px solid #d1d1d1;
    border-bottom:none;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width:100%;
    display:block;
    position:relative;
    text-align:right;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content:attr(data-title) ":";
    font-weight:600;
    float:left;
    color:#252525;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    text-align:center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
    content:"";
  }
  .woocommerce .product-top {
    padding:0 15px;
  }
  .woocommerce .product-top .content-product-right {
    margin-top:30px;
  }
  .woocommerce div.product .content-product-left .product-images-content {
    padding-right:0 !important;
    padding-left:0 !important;
  }
  .woocommerce div.product .content-product-left .product-images-content .product-thumbnails {
    position:relative !important;
    width:auto !important;
    margin-top:15px !important;
  }
  body .tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image .sub-swatch {
    width:25px;
    height:25px;
  }
  .tb-products-grid article .product-content {
    min-height:72px;
  }
  .kloud-blog-holder .post-item .content-blog .title {
    max-height:100px;
    min-height:50px;
    border-bottom:0;
  }
  body .kloud-blog-holder .post-item .content-blog .blog-innfo span.comment {
    float:none;
  }
  .post-item {
    margin-bottom:30px;
  }
  .post-item,
  .tb-products-grid {
    padding:0 5px;
  }
  #quick-view-modal.woocommerce div.product .row-same-height {
    margin:0 !important;
    max-height:500px;
    overflow-y:auto;
  }
  #quick-view-modal.woocommerce div.product .row-same-height .content-product-left {
    padding:0;
    height:auto;
  }
  .row-same-height {
    display:block;
  }
  .owl-nav,
  .slick-arrow {
    display:none !important;
  }
  .blog-footer .btn.kloud-blog-load-more,
  .posts-loaded {
    margin-bottom:30px;
  }
  .single-post .blog-meta .action-link {
    position:relative;
  }
  .single-post .blog-about-author .blog-author-info {
    padding-left:0;
    width:100%;
    margin-top:30px;
  }
  .blog-content .wpb_single_image.vc_align_right {
    text-align:left;
  }
  .single-post .comments-area .comment-list li .comment-body .comment-avatar {
    display:block;
  }
  .single-post .comments-area .comment-list li .comment-body .comment-info {
    width:100%;
    padding-left:0;
    margin-top:25px;
  }
  .single-post .comments-area .comment-list li .comment-body .comment-info:after {
    left:0;
  }
  .team-member {
    margin-bottom:30px;
  }
  .woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments .content-left,
  .woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments .comment-text {
    display:block;
    width:100%;
    padding-left:0;
  }
  body #search-modal .modal-footer .close-modal {
    position:relative;
    color:#ffffff;
    font-size:18px;
  }
  body #jws_header #search-modal .modal-content .search-results {
    margin-top:30px;
  }
  body #jws_header #search-modal .modal-content .search-results .woocommerce ul li {
    margin:0 5px;
    margin-bottom:20px;
  }
  body #jws_header #search-modal .modal-content .search-results .woocommerce ul li a .title {
    line-height:15px;
    font-size:12px;
    margin-top:10px;
  }
  body #jws_header #search-modal .modal-content form .product-cats label span {
    font-size:16px;
    margin:0 10px;
  }
  body #jws_header #search-modal .modal-content form .search-field {
    font-size:26px;
  }
  body #jws_header #search-modal .modal-content form .search-submit {
    bottom:8px;
  }
  body #jws_header #search-modal .modal-content form .loading {
    bottom:28px;
  }
}
@media (min-width:992px) {
  #quick-view-modal.woocommerce div.product .content-product-right .shop-bottom .description {
    max-width:80%;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .kloud-blog-holder.default .post-item .content-blog {
    padding:0 12px;
  }
  .kloud-blog-holder.default .col-md-3 .link_content {
    display:none;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .header_vh .border-bottom .post-item.col-md-4 {
    width:50%;
  }
}
@media (max-width:1199px) {
  .font-szie_18 {
    font-size:18px !important;
  }
  #jws_header.jws-header-v1 .sticky-wrapper .menu_nav .mainmenu>.nav>li>.sub-menu-dropdown {
    width:100vw;
  }
  #jws_header.jws-header-v1 .sticky-wrapper .menu_nav .mainmenu>.nav>li {
    position:initial;
  }
  .teams-wrapper.layout2 #carousel ul li {
    width:150px !important;
  }
  .footer-v4 ul {
    text-align:center;
  }
  body .margin_left_o {
    margin-left:0 !important;
  }
  .hidden_1199 {
    display:none;
  }
  .mc4wp-form input {
    width:250px;
  }
  .kloud-blog-holder.border-bottom .content-blog .blog-bottom>div,
  .kloud-blog-holder.border-center .content-blog .blog-bottom>div {
    padding:0 12px;
  }
  body .pd_0 {
    padding-left:30px !important;
    padding-right:30px !important;
  }
}
@media (max-width:767px) {
/*   .page .main-content .vc_custom_heading {
    text-align:center !important;
  } */
  .border.vc_custom_heading {
    padding-left:0;
  }
  .border.vc_custom_heading:before {
    display:none;
  }
  #search-modal.layout1 .modal-content {
    width:100%;
  }
  .kloud-countdown-timer.timer-style-base .kloud-timer h4 {
    width:138px;
    margin:15px auto !important;
    display:block;
  }
  .coming-soon .mc4wp-form input {
    margin-bottom:0;
    margin-top:0;
  }
  .portfolio-single .pp_meta,
  .portfolio-single.layout1 .pp_meta_box {
    display:block;
  }
  .portfolio-single.layout1 .pp_meta_box>div {
    width:100%;
    margin-bottom:15px;
    border-right:1px solid #bababa;
  }
  .comments-area .comment-list li .children {
    padding-left:30px;
  }
  .comments-area .comment-respond .comment-reply-title>span {
    display:block;
  }
  .comments-area .comment-list li .comment-body {
    display:block;
  }
  .comments-area .comment-list li .comment-body .comment-avatar {
    overflow:initial;
  }
  .blog-about-author {
    display:block;
  }
  .single-blog-page .blog-details .post-meta>div {
    padding:0 10px;
    font-size:12px;
  }
  .blog-meta {
    display:block;
  }
  .blog-meta .post-tags {
    margin-bottom:25px;
  }
  .testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner .testimonial-avatar {
    margin-bottom:25px;
  }
  .teams-wrapper.layout2 #slider ul li .member-image .team-member-avatar-image {
    display:block;
    border-radius:100%;
    max-width:360px;
    margin:0 auto;
  }
  .title_end {
    font-size:40px;
  }
  .testimonials-wrapper.layout5 .testimonial .slider_container .slider_inner {
    display:block;
  }
  body .form_shadow {
    padding:106px 30px !important;
  }
  .wpcf7-form {
    text-align:center;
  }
  body .form_shadow .wpcf7 form .item_row .your-message,
  body .wpcf7 form .item_row .wpcf7-form-control-wrap {
    width:100%;
    margin-top:30px;
  }
  .team-member.member-layout-layout3 {
    max-width:360px;
    margin:0 auto;
    margin-bottom:70px;
  }
  .counter_up_out.layout2 {
    margin-bottom:70px;
  }
  body .button_ct2 {
    display:block !important;
    margin:0 auto !important;
    margin-bottom:20px !important;
  }
  .testimonials-wrapper.layout3 .testimonial .slider_container {
    padding:0;
  }
  .testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner:before,
  .testimonials-wrapper.layout3 .testimonial .slider_container .slider_inner:after {
    display:none;
  }
  .vc-hoverbox {
    max-width:360px;
  }
  .pricing-tables .kloud-price-table {
    max-width:360px;
    width:100% !important;
    display:block !important;
    margin:0 auto;
    margin-bottom:30px;
  }
  .teams-wrapper2 .team-member .member-image-wrapper {
    max-width:360px;
    margin:0 auto;
  }
  body .form2 .mc4wp-form input {
    width:100%;
    border-radius:40px;
  }
  .form2 .mc4wp-form button {
    border-radius:40px;
  }
  .team-member.member-layout-layout1 .team_container {
    max-width:270px;
    margin:0 auto;
  }
  .masonry-container .item_portfolio.metro {
    width:100% !important;
  }
  .button_kloud {
    margin:0 auto !important;
  }
  .text-ct-mb {
    text-align:center !important;
  }
  .promo-banner {
    padding:90px;
  }
  .testimonials-wrapper.layout1 .icon_inner {
    display:none;
  }
  .testimonials-wrapper.layout1 {
    padding:30px 15px;
  }
  .testimonials-wrapper.layout1 #content .testimonial-content {
    font-size:12px;
    padding:15px;
  }
  body .responsive {
    margin-bottom:0 !important;
  }
  body .responsive .vc_column-inner {
    margin-bottom:30px !important;
  }
  .member-layout-layout5 {
    max-width:360px;
    margin:0 auto;
  }
  .team-member.member-layout-layout6 {
    max-width:360px;
    margin:0 auto;
    margin-bottom:30px;
  }
  .title_pr {
    text-align:center;
  }
  .member-layout-layout4 {
    margin-bottom:0;
  }
  .teams-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
    left:0;
  }
  .teams-wrapper .flexslider:hover .flex-direction-nav .flex-next {
    right:0;
  }
  .jws-blog-detail .nav-post .nav-box .text-nav p,
  .jws-blog-detail .comments-area .comment-list li .comment-body .comment-header-info {
    font-size:12px;
  }
  .jws-blog-detail .single-blog-page .blog-content blockquote {
    font-size:18px;
  }
}
@media (max-width:1570px) {
  .header_vh .container {
    width:100%;
  }
  body .header_vh .sticky-footer-on {
    width:calc(100vw - 400px);
    left:375px;
  }
}
@media (max-width:1500px) {
  body .header_vh .sticky-footer-on {
    width:calc(100vw - 278px);
    left:255px;
  }
  .padding_01500 .vc_column-inner {
    padding-left:36px !important;
    padding-right:36px !important;
  }
  body .padding_o2 {
    padding:0 !important;
  }
  .kloud-blog-holder.blog-menu .post-item .bog-image {
    margin-right:0;
    margin-bottom:20px;
  }
  .kloud-blog-holder.blog-menu .top {
    display:block;
  }
  #jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu>.nav>li.menu-item-design-mega_menu .sub-menu-dropdown {
    width:calc(100vw - 280px);
    width:-webkit-calc(100vw - 280px);
    width:-moz-calc(100vw - 280px);
  }
  #jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu>.nav>li>a {
    padding:14px 0;
  }
  #jws_header.jws-header-v2 .sticky-wrapper .menu_nav .logo-center .jws-logo {
    padding-top:20px;
    padding-bottom:20px;
  }
  .teams-wrapper2 .team-member .team_inner {
    width:100%;
    padding:44px 30px;
  }
  #jws_header.jws-header-v2 .sticky-wrapper .menu_nav .mainmenu>.nav>li {
    padding:0 20px;
  }
  #jws_header.jws-header-v2 {
    width:250px;
  }
  .header_vh {
    width:calc(100% - 250px);
    margin-left:250px;
  }
  .header_vh .sticky-footer-on {
    left:125px;
  }
}
@media (max-width:991px) {
  .shop_table.wishlist_table td.product-price span {
    font-size:12px;
  }
  body .header_vh .sticky-footer-on {
    width:100%;
    left:0;
  }
  body .sticky-footer-on {
    position:relative;
  }
  .header_vh .sticky-footer-on {
    left:0;
  }
  body #jws-shop-topbar .shop-topbar-content {
    display:block;
  }
  body #jws-shop-topbar {
    width:auto;
  }
  .footer-v5 .wpb_single_image.vc_align_center {
    text-align:left;
  }
  #jws_header.jws-header-v2 {
    position:relative;
    width:100%;
    background:none;
  }
  #jws_header.jws-header-v2 .mainmenu-area {
    height:70px;
  }
  body .header_vh {
    margin-left:0;
    width:100%;
  }
  .masonry-container.custom_pp .item_portfolio:nth-child(1),
  .masonry-container.custom_pp .item_portfolio:nth-child(3) {
    margin-top:0;
  }
  .teams-wrapper2 .team-member .team_container {
    margin-right:0;
  }
  body .kloud-info-box.tc {
    text-align:center;
  }
  body .kloud-info-box.tc .has_icon {
    margin:0 auto;
  }
  .form2 .mc4wp-form input {
    width:70%;
  }
  body .padding0 .vc_column-inner {
    padding-top:0 !important;
  }
  body .paddingrl0 .vc_column-inner {
    padding-left:36px !important;
    padding-right:36px !important;
  }
  .logo-wrapper {
    display:block;
  }
  .logo-wrapper .logo_inner {
    margin-bottom:30px;
  }
  .logo-wrapper .logo_inner:nth-child(3) {
    clear:both;
  }
  .extra-counter:after {
    display:none;
  }
  .row_menu {
    justify-content:space-between;
  }
  .margin_am .wpb_single_image {
    margin-right:0;
  }
  .list-inline>li {
    margin:10px;
  }
  .promo-banner h2 {
    font-size:18px;
    margin-bottom:10px !important;
  }
  .promo-banner h3 {
    font-size:14px;
    margin-bottom:12px !important;
  }
}
@media (min-width:480px) and (max-width:767px) {
  .col-xs-66 {
    width:50%;
  }
}
@media (max-width:480px) {
  .kloud-blog-holder.default .link_content {
    display:none;
  }
}
html input[disabled] {
  cursor:no-drop;
}
.kloud-animated-products .tb-products-grid {
  opacity:0;
  transition:.315s all ease-in-out;
  -moz-transition:.315s all ease-in-out;
  -webkit-transition:.315s all ease-in-out;
  -o-transform:translate3d(0,0,0) translatey(15px);
  -moz-transform:translate3d(0,0,0) translatey(15px);
  -webkit-transform:translate3d(0,0,0) translatey(15px);
  transform:translate3d(0,0,0) translatey(15px);
}
.kloud-animated-products .kloud-animated {
  opacity:1;
  -o-transform:translate3d(0,0,0) translatey(0px);
  -moz-transform:translate3d(0,0,0) translatey(0px);
  -webkit-transform:translate3d(0,0,0) translatey(0px);
  transform:translate3d(0,0,0) translatey(0px);
}
.hidden-ct {
  display:none;
}
.remove-filter-actived {
  display:none;
}
.newpt {
  width:75px;
  height:25px;
  color:#ffffff;
  line-height:25px;
  text-align:center;
  position:absolute;
  top:20px;
  left:0;
  z-index:1;
}
.product-thumb .onsale {
  width:50px;
  height:50px;
  color:#ffffff;
  border-radius:100%;
  line-height:50px;
  position:absolute;
  top:7px;
  right:7px;
  z-index:1;
  text-align:center;
  font-weight:300;
  font-size:12px;
}
.product-thumb .onsale span:first-child {
  display:block;
  height:15px;
  margin-top:-7px;
  font-size:14px;
}
.marpt0 .tb-products-grid {
  margin-top:0;
}
#yith-wcwl-form .shop_table td.product-name a {
  background:none;
}
.single-product .shop-detail-sidebar {
  margin-top:0;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
  min-height:270px;
  display:inline-block;
  width:20%;
  background:none;
  margin:0 15px;
  border:none;
  animation:1.5s both;
  -webkit-animation:fadeIn 1.5s both;
  vertical-align:top;
  margin-bottom:25px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-st {
  color:#ffffff;
  font-size:14px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-st strong {
  font-weight:400;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp {
  padding:0;
  text-align:center;
  padding-left:10px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-st {
  padding:0;
  text-align:center;
  position:relative;
  color:#ffffff;
  line-height:25px;
  margin-bottom:-9px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-sp {
  text-align:center;
  position:relative;
  color:#ffffff;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-sp .woocs_price_code {
  padding-left:10px;
  font-size:12px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-content-wrapp .dgwt-wcas-sd {
  color:#a7a7a7;
  padding:0;
  text-align:center;
  margin-top:25px;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-si {
  width:100%;
  min-height:290px;
  position:relative;
}
.content-search .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion .dgwt-wcas-si img {
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
}
.dgwt-wcas-suggestions-wrapp {
  position:fixed !important;
  max-height:60% !important;
  border:none !important;
  background:transparent !important;
  margin-top:15px;
}
.kloud-products-element {
  position:relative;
}
.price .woocommerce-Price-amount:first-child {
  margin-right:2px;
}
.price .woocommerce-Price-amount:last-child {
  margin-left:2px;
}
.kloud-products-element .loaded-all {
  border:1px solid #959595;
  box-shadow:none;
  outline:none;
  background:transparent;
  width:211px;
  margin:0 auto;
  height:50px;
  line-height:50px;
  text-align:center;
}
.kloud-products-element .kloud-products-load-more {
  border:1px solid;
  clear:both;
  box-shadow:none;
  outline:none;
  background:transparent;
  width:170px;
  margin:0 auto;
  border-radius:inherit;
  padding:0;
  display:block;
  text-align:center;
  height:50px;
  line-height:50px;
  font-weight:600;
  line-height:49px;
  position:relative;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.kloud-products-element .kloud-products-load-more.loading {
  padding-right:15px;
}
.kloud-products-element .kloud-products-load-more.loading:after {
  bottom:auto;
  top:34px;
  margin-top:-18px;
  position:absolute;
  right:32px;
  margin-left:-17px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:15px;
  height:15px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid #252525;
  border-radius:50%;
  border-right-color:transparent !important;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
}
.kloud-products-element.loading:after {
  top:50%;
  margin-top:-18px;
  position:absolute;
  left:50%;
  bottom:-50px;
  margin-left:-17px;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid #252525;
  border-radius:50%;
  border-right-color:transparent !important;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
  z-index:2;
}
.kloud-products-element .products.loading {
  opacity:0;
}
.kloud-products-element .products-footer {
  margin-top:45px;
}
.kloud-products-element .products-footer .btn {
  position:fixed;
  top:50%;
  margin-top:-20px;
  z-index:2;
  opacity:0;
  width:40px;
  font-size:0;
  padding-top:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  line-height:1;
  border:none;
  background-color:transparent;
  border-color:transparent;
  transition:.3s transform cubic-bezier(.175,.885,.32,1.15),opacity .2s ease,visibility .2s ease;
  -o-transition:.3s transform cubic-bezier(.175,.885,.32,1.15),opacity .2s ease,visibility .2s ease;
  -moz-transition:.3s transform cubic-bezier(.175,.885,.32,1.15),opacity .2s ease,visibility .2s ease;
  -webkit-transition:.3s transform cubic-bezier(.175,.885,.32,1.15),opacity .2s ease,visibility .2s ease;
}
.kloud-products-element .products-footer .btn:after {
  position:absolute;
  font-size:50px;
  color:#252525;
  font-family:"Ionicons";
  display:block;
}
.kloud-products-element .products-footer .btn.kloud-products-load-prev:after {
  content:"\f3d5";
}
.kloud-products-element .products-footer .btn.kloud-products-load-next:after {
  content:"\f3d6";
}
.kloud-products-element .products-footer.show-arrow .btn {
  opacity:1;
  visibility:visible;
}
.kloud-products-element .products-footer.show-arrow .btn.disabled {
  opacity:0.5;
}
.tb-products-grid {
  margin-bottom:46px;
}
.tb-products-grid article .product-content .item-top {
  margin-top:23px;
  margin-bottom:-3px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  display:-webkit-flex;
  -webkit-align-items:center;
  -webkit-flex-wrap:wrap;
  -webkit-flex-direction:row;
  -webkit-justify-content:space-between;
  display:-ms-flex;
  -ms-align-items:center;
  -ms-flex-wrap:wrap;
  -ms-flex-direction:row;
}
.tb-products-grid article .product-content .item-top .product-title {
  margin:0;
  margin-bottom:2px;
  margin-bottom:11px;
  margin-right:5px;
  line-height:20px;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches {
  line-height:0;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image {
  display:inline-block;
  vertical-align:top;
  margin-left:5px;
  position:relative;
  cursor:pointer;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image:after {
  content:attr(title);
  position:absolute;
  bottom:80%;
  text-indent:0;
  background:#000;
  padding:5px 10px;
  line-height:1;
  border-radius:20px;
  margin-bottom:10px;
  min-width:50px;
  color:#fff;
  left:50%;
  white-space:pre;
  text-align:center;
  text-transform:none;
  transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  -webkit-transform:translate(-50%,0);
  visibility:hidden;
  opacity:0;
  transition:all 250ms ease-out;
  font-size:8px;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image:before {
  content:"";
  position:absolute;
  left:50%;
  bottom:80%;
  border-width:4px 4px 0 4px;
  border-style:solid;
  border-color:#000 transparent transparent transparent;
  margin-bottom:6px;
  margin-left:-4px;
  visibility:hidden;
  opacity:0;
  transition:all 250ms ease-out;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image:hover:before,
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image:hover:after {
  bottom:100%;
  opacity:1;
  visibility:visible;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image:first-child {
  margin-left:0;
}
.tb-products-grid article .product-content .item-top .jws-attr-swatches .jws-swatch-variation-image .sub-swatch {
  display:inline-block;
  width:15px;
  height:15px;
  border-radius:100%;
  -webkit-border-radius:100%;
}
.tb-products-grid article .product-content .item-top .yith-wcqv-button {
  display:none;
}
.tb-products-grid article .product-content .item-bottom {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  display:-webkit-flex;
  -webkit-align-items:center;
  -webkit-flex-wrap:wrap;
  -webkit-flex-direction:row;
  -webkit-justify-content:space-between;
  display:-ms-flex;
  -ms-align-items:center;
  -ms-flex-wrap:wrap;
  -ms-flex-direction:row;
}
.tb-products-grid article .product-content .item-bottom .price .woocommerce-Price-currencySymbol {
  margin-right:5px;
}
.tb-products-grid article .product-thumb {
  position:relative;
  overflow:hidden;
}
.tb-products-grid article .product-thumb img {
  width:100%;
  height:auto;
}
.tb-products-grid article .product-thumb .product-attr {
  position:absolute;
  bottom:5px;
  z-index:2;
  color:#ffffff;
  left:11px;
  opacity:0;
  transform:translatex(-15px);
  -webkit-transform:translatex(-15px);
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.tb-products-grid article .product-thumb .product-attr p {
  margin-bottom:0;
}
.tb-products-grid article .product-thumb .overlay-loader div {
  position:absolute;
}
.tb-products-grid article .product-thumb.image-loading .overlay-loader {
  display:block;
  background:rgba(255,255,255,0.7);
}
.tb-products-grid article .product-thumb >a {
  display:block;
  z-index:1;
  position:relative;
}
.tb-products-grid article .product-thumb >a:before {
  background:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  content:"";
  z-index:0;
  opacity:0;
  transition:0.3s all;
  -webkit-transition:0.3s all;
  z-index:1;
}
.tb-products-grid article .product-thumb .gallery {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width:100%;
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
.tb-products-grid article .product-thumb .btn-inner-center,
.tb-products-grid article .product-thumb .btn-inner-top {
  position:absolute;
  z-index:1;
}
.tb-products-grid article .product-thumb .content-inner-bt {
  text-align:center;
  left:0;
  width:100%;
  bottom:20px;
  position:absolute;
  color:#ffffff;
  z-index:99;
  opacity:0;
  transition:0.3s all;
  -webkit-transition:0.3s all;
}
.tb-products-grid article .product-thumb .content-inner-bt a {
  color:#ffffff !important;
}
.tb-products-grid article .product-thumb .content-inner-bt .price {
  font-size:12px;
}
.tb-products-grid article .product-thumb .content-inner-bt .price .amount {
  color:#ffffff !important;
}
.tb-products-grid article .product-thumb .btn-inner-center {
  top:50%;
  text-align:center;
  left:0;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  -webkit-transition:.2s ease-out;
  -moz-transition:.2s ease-out;
  transition:.2s ease-out;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist {
  margin:0;
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist .feedback {
  display:none;
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist >div a {
  font-size:0;
  position:relative;
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist >div a:before {
  font-family:"Ionicons";
  position:absolute;
  font-size:18px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist >div.yith-wcwl-add-button a:before {
  content:"\f387";
}
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist >div.yith-wcwl-wishlistaddedbrowse a:before,
.tb-products-grid article .product-thumb .btn-inner-center .yith-wcwl-add-to-wishlist >div.yith-wcwl-wishlistexistsbrowse a:before {
  content:"\f388";
}
.tb-products-grid article .product-thumb .btn-inner-center .added_to_cart {
  display:none;
}
.tb-products-grid article .product-thumb .btn-inner-center a {
  display:block;
  background:#ffffff;
  border-radius:100%;
  -webkit-border-radius:100%;
  width:46px;
  height:46px;
  margin:13px auto;
  font-size:18px;
  line-height:46px;
  font-weight:400;
  opacity:0;
  padding:0;
  transform:translateY(-15px);
  -webkit-transform:translateY(-15px);
  margin:0 10px;
}
.tb-products-grid article .product-thumb .btn-inner-center a:hover {
  color:#ffffff;
}
.tb-products-grid article .product-thumb .btn-inner-center a.added {
  color:#ffffff;
}
.tb-products-grid article .product-thumb .btn-inner-top {
  top:29px;
  right:20px;
}
.tb-products-grid article .product-thumb .btn-inner-top .product-compare-button a {
  font-size:0;
  width:35px;
  height:35px;
  line-height:35px;
  position:relative;
  background-color:transparent;
}
.tb-products-grid article .product-thumb .btn-inner-top .product-compare-button a:before {
  content:"\f0ec";
  font-size:18px;
  vertical-align:middle;
  margin-right:2px;
  display:inline-block;
  font-family:'Pe-icon-7-stroke';
  font:normal normal normal 14px/1 FontAwesome;
  color:#ffffff;
  opacity:0;
}
.tb-products-grid article .product-thumb .btn-inner-top .product-quick-view {
  width:35px;
  height:35px;
  line-height:35px;
  position:relative;
  background-color:transparent;
}
.tb-products-grid article .product-thumb .btn-inner-top .product-quick-view:after {
  content:"\f06e";
  font-size:18px;
  vertical-align:middle;
  margin-right:2px;
  display:inline-block;
  font-family:'Pe-icon-7-stroke';
  font:normal normal normal 14px/1 FontAwesome;
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .product-attr {
  opacity:1;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
}
.tb-products-grid article .product-thumb:hover .btn-inner-center a {
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
}
.tb-products-grid article .product-thumb:hover .content-inner-bt,
.tb-products-grid article .product-thumb:hover .gallery,
.tb-products-grid article .product-thumb:hover >a:before {
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .yith-wcwl-add-to-wishlist>div>a:before {
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .btn-inner-center {
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .btn-inner-center a {
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .btn-inner-top .add_to_wishlist:before {
  opacity:1;
}
.tb-products-grid article .product-thumb:hover .btn-inner-top .product-compare-button a:before {
  opacity:1;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  background-color:#000000;
}
.kloud-tab-content {
  position:relative;
  transition:transform .2s ease,opacity .2s ease,visibility .2s ease;
  -webkit-transition:transform .2s ease,opacity .2s ease,visibility .2s ease;
  transform:translateY(0);
  -webkit-transform:translateY(0);
}
.kloud-tab-content.loading {
  opacity:0;
  -o-transform:translate3d(0,30px,0);
  -moz-transform:translate3d(0,30px,0);
  -webkit-transform:translate3d(0,30px,0);
  transform:translate3d(0,30px,0);
}
.kloud-tabs-header .tabs-navigation-wrapper {
  text-align:center;
  margin-bottom:10px;
}
.kloud-tabs-header .tabs-navigation-wrapper li {
  display:inline-block;
  position:relative;
  margin:0 15px;
  padding:0 5px;
}
.kloud-tabs-header .tabs-navigation-wrapper li:after {
  background:#767676;
  content:"";
  margin:0 auto;
  width:0;
  height:1px;
  transition:0.5s all;
  position:absolute;
  bottom:4px;
  left:0;
}
.kloud-tabs-header .tabs-navigation-wrapper li.active-tab-title:after,
.kloud-tabs-header .tabs-navigation-wrapper li:hover:after {
  width:100%;
}
.kloud-tabs-header .tabs-navigation-wrapper li span {
  cursor:pointer;
  text-transform:uppercase;
  font-weight:400;
}
.owl-carousel .owl-carousel-item .tb-products-grid {
  width:100%;
  padding:0;
}
.owl-carousel .owl-nav {
  position:absolute;
  top:50%;
  width:100%;
  opacity:0;
  transform:translatey(-50%);
  -webkit-transform:translatey(-50%);
  -webkit-transition:.3s ease-out;
  -moz-transition:.3s ease-out;
  transition:.3s ease-out;
}
.owl-carousel .owl-nav div {
  position:absolute;
  color:#000000;
  text-align:center;
  font-size:50px;
}
.owl-carousel .owl-nav div:hover {
  color:#ffffff;
}
.owl-carousel .owl-nav div.owl-prev {
  left:5px;
}
.owl-carousel .owl-nav div.owl-next {
  right:5px;
}
.owl-carousel:hover .owl-nav {
  opacity:1;
}
.categories-style-default {
  text-align:center;
}
.categories-style-default .cat-item {
  margin-bottom:30px;
}
.categories-style-default .product-category .category-content {
  position:relative;
  overflow:hidden;
}
.categories-style-default .product-category .category-content .product-category-thumbnail:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  opacity:0;
  transition:0.5s all;
  -webki-transition:0.5s all;
}
.categories-style-default .product-category .category-content .product-category-thumbnail img {
  transition:0.5s all;
  -webki-transition:0.5s all;
  width:100%;
}
.categories-style-default .product-category .category-content .inner {
  position:absolute;
  bottom:23px;
  left:50%;
  background:#fff;
  min-width:170px;
  min-height:50px;
  text-align:center;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
}
.categories-style-default .product-category .category-content .inner .name-inner {
  margin:0;
  line-height:50px;
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
}
.categories-style-default .product-category:hover .product-category-thumbnail:after {
  opacity:1;
}
.categories-style-default .product-category:hover .product-category-thumbnail img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
}
#quick-view-modal.woocommerce div.product .shop-bottom .quantity {
  width:140px;
}
#quick-view-modal.woocommerce div.product .hidden-on-qick {
  display:none;
}
#quick-view-modal.woocommerce div.product.layout-3 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
  padding:0;
}
#quick-view-modal.woocommerce div.product .row-same-height {
  margin-right:0rem;
}
#quick-view-modal.woocommerce div.product .content-product-left::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
}
#quick-view-modal.woocommerce div.product .content-product-left::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
#quick-view-modal.woocommerce div.product .content-product-left::-webkit-scrollbar-thumb {
  background-color:#000000;
}
#quick-view-modal.woocommerce div.product .content-product-left .product-images-content {
  padding:35px !important;
}
#quick-view-modal.woocommerce div.product .content-product-left .product-images-content img {
  width:100%;
  height:auto;
}
#quick-view-modal.woocommerce div.product .content-product-right {
  overflow-x:auto;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  overflow-x:hidden;
  padding-bottom:50px;
}
#quick-view-modal.woocommerce div.product .content-product-right .shop-top {
  padding-top:50px;
}
#quick-view-modal.woocommerce div.product .content-product-right::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
}
#quick-view-modal.woocommerce div.product .content-product-right::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
#quick-view-modal.woocommerce div.product .content-product-right::-webkit-scrollbar-thumb {
  background-color:#000000;
}
.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .summary-content {
  padding:30px 60px;
}
.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .summary-content .product_title.entry-title {
  font-size:24px;
  margin-top:0;
}
.yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .summary-content .woocs_price_code .amount {
  font-size:36px;
}
#quick-view-modal {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:auto;
  visibility:hidden;
  outline:0;
  display:none;
  background:rgba(0,0,0,0.5);
}
#quick-view-modal.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
  margin-bottom:0;
}
#quick-view-modal.woocommerce div.product.layout-4 .content-product-right .shop-bottom form .single_add_to_cart_button {
  margin-left:22px;
  margin-top:0;
}
#quick-view-modal.loading .jws-ajax-loader {
  display:block;
}
#quick-view-modal .close-modal {
  position:absolute;
  right:20px;
  top:20px;
  font-size:48px;
  color:#252525;
  z-index:1;
  font-weight:600;
  display:none;
}
#quick-view-modal div.product {
  position:relative;
}
#quick-view-modal div.product .close-modal {
  display:block;
}
#quick-view-modal .modal-content {
  transition:transform 0.5s;
  transform:translateY(-50%);
  position:absolute;
  top:50%;
  width:100%;
  padding-top:0;
  box-shadow:none;
  background:none;
  border-radius:0;
  border:0;
  outline:none;
  opacity:0;
  transition:opacity 0.5s;
  transition-delay:2s;
}
#quick-view-modal .modal-content .product {
  background:#ffffff;
  overflow:hidden;
}
#quick-view-modal.open {
  visibility:visible;
}
#quick-view-modal.open .modal-content {
  opacity:1;
}
.modal-open #quick-view-modal {
  display:block;
  z-index:99999;
}
.modal-open #quick-view-modal .hidden-ct {
  display:block;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width:100%;
  float:none;
  position:relative;
}
#jws-shop-topbar {
  animation:fadein 2s;
  display:block !important;
  width:89%;
}
#jws-shop-topbar .shop-topbar-content {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
#jws-shop-topbar .widget_layered_nav_filters {
  width:auto !important;
}
#jws-shop-topbar .widget_layered_nav_filters ul li {
  display:inline-block;
}
#jws-shop-topbar .widget_layered_nav_filters ul li a {
  position:relative;
  padding-left:15px;
  font-size:12px;
  margin-left:15px;
}
#jws-shop-topbar .widget_layered_nav_filters ul li a:after {
  content:" X ";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-54%);
  -webkit-transform:translateY(-54%);
  font-size:12px;
  font-weight:bold;
}
.woocommerce-message {
  color:#3c763d;
  border-color:#39b54a;
}
.woocommerce-message:before {
  content:"\f00c";
}
.woocommerce-error,
.woocommerce-info {
  color:#AF7D27;
  border-color:#E0B252;
}
.woocommerce-error:before,
.woocommerce-info:before {
  content:"\f071";
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color:transparent;
  border:2px solid;
  border-radius:0;
  overflow:hidden;
  margin:0 0 20px 0;
  padding:14px 25px 14px 55px;
  line-height:1.4;
  position:relative;
  font-size:14px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  display:none;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  position:absolute;
  top:50%;
  line-height:0;
  font-size:18px;
  font-family:FontAwesome;
  left:24px;
}
.woocommerce.single-product #content {
  margin-bottom:100px;
  margin-top:100px;
}
.woocommerce .related-product {
  padding-top:9px;
}
.woocommerce .related-product .slick-arrow.ion-ios-arrow-thin-left {
  left:20px;
}
.woocommerce .related-product .slick-arrow.ion-ios-arrow-thin-right {
  right:20px;
}
.woocommerce .related-product .product-related-title h3 {
  margin-bottom:15px;
}
.woocommerce .product-bottom {
  margin-top:100px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel {
  padding:43px 0;
  box-shadow:none;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .container {
  width:100%;
  padding:0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews .star-rating {
  display:block;
  margin:15px 0;
  margin-top:0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments li {
  margin-bottom:30px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments .comment-text {
  display:inline-block;
  vertical-align:top;
  width:calc(100% - 110px);
  padding-left:30px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments .comment-text .meta strong {
  position:relative;
  padding-left:9px;
  font-weight:500;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #comments .content-left {
  display:inline-block;
  vertical-align:top;
  width:80px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond textarea,
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond input {
  background:transparent;
  outline:none;
  box-shadow:none;
  border:1px solid #dddddd;
  padding:8px;
  width:100%;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond .comment-form-author,
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond .comment-form-email {
  display:inline-block;
  width:100%;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond .comment-form-author {
  margin-right:30px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond p {
  margin-bottom:22px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond input#submit {
  width:200px;
  height:46px;
  line-height:46px;
  border-radius:25px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:500;
  border:0;
  padding:0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .woocommerce-Reviews #respond input#submit:hover {
  background:#252525;
  color:#ffffff;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .shop_attributes {
  border:none;
  width:100%;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .shop_attributes th {
  font-weight:400;
  border:1px solid rgba(0,0,0,0.1);
  padding:5px 8px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .shop_attributes td {
  border:1px solid rgba(0,0,0,0.1);
  border-left:none;
  font-style:normal;
  padding:5px 8px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .panel .shop_attributes td p {
  margin:0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs {
  text-align:center;
  display:flex;
  -webkit-display:flex;
  border:1px solid #d8d8d8;
  list-style:none;
  padding:0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs li {
  width:33.33%;
  padding:21px 0;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs li a {
  position:relative;
  font-size:16px;
}
.woocommerce .product-bottom .tab-product .woocommerce-tabs .wc-tabs li.active {
  background:#f6f6f6;
}
.woocommerce div.product .content-product-left .product-advanced {
  position:absolute;
  bottom:15px;
  right:15px;
}
.woocommerce div.product .content-product-left .ad-item {
  width:130px;
  height:40px;
  line-height:40px;
  border-radius:25px;
  background:rgba(255,255,255,0.7);
  text-align:center;
  font-size:10px;
  display:inline-block;
}
.woocommerce div.product .content-product-left .ad-item:last-child {
  margin-left:20px;
}
.woocommerce div.product .content-product-left .ad-item a {
  display:block;
}
.woocommerce div.product .content-product-left .ad-item a i {
  font-size:18px;
  vertical-align:middle;
  font-weight:600;
  margin-right:0;
  margin-bottom:3px;
}
.woocommerce div.product .content-product-left .ad-item a span {
  font-size:18px;
  font-weight:600;
  margin-right:5px;
  vertical-align:middle;
  margin-bottom:3px;
}
.woocommerce div.product .content-product-left .ad-item:hover {
  background:rgba(0,0,0,0.7);
}
.woocommerce div.product .content-product-left .ad-item:hover a {
  color:#ffffff;
}
.woocommerce div.product .content-product-left .product-images-content {
  position:relative;
  padding-left:100px;
}
.woocommerce div.product .content-product-left .product-images-content.no_galley .woocommerce-product-gallery {
  padding-left:0;
}
.woocommerce div.product .content-product-left .product-images-content.no_galley .woocommerce-product-gallery img {
  width:100%;
}
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery {
  margin-bottom:0;
}
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery .new,
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery .onsale {
  width:75px;
  height:25px;
  color:#ffffff;
  line-height:25px;
  text-align:center;
  position:absolute;
  top:20px;
  left:0;
  background:#252525;
  z-index:1;
}
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position:absolute;
  width:30px;
  height:30px;
  background:#ffffff;
  border-radius:8px;
  z-index:1;
  right:15px;
  top:15px;
}
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  width:0 !important;
}
.woocommerce div.product .content-product-left .product-images-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  position:absolute;
  content:"\e657";
  font-family:'Pe-icon-7-stroke';
  speak:none;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  color:#252525;
  font-size:18px;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  left:50%;
  font-weight:600;
}
.woocommerce div.product .content-product-left .product-images-content .product-thumbnails {
  position:absolute;
  top:0;
  left:0;
  width:80px;
  height:100%;
}
.woocommerce div.product .content-product-left .product-images-content .product-thumbnails .thumbnails {
  padding-top:0;
  position:relative;
  margin:0;
  height:100%;
}
.woocommerce div.product .content-product-left .product-images-content .product-thumbnails .thumbnails .slick-slide img {
  width:100%;
  height:auto;
}
.woocommerce div.product .content-product-left .product-images-content .product-thumbnails .thumbnails .thumb1 {
  margin-bottom:20px;
}
.woocommerce div.product .content-product-left .product-images-content.right {
  padding-right:100px;
  padding-left:0;
}
.woocommerce div.product .content-product-left .product-images-content.right .product-thumbnails {
  right:0;
  left:initial;
}
.woocommerce div.product .content-product-left .product-images-content.right .woocommerce-product-gallery img {
  width:100%;
}
.woocommerce div.product .content-product-left .product-images-content.outside {
  padding-left:0;
}
.woocommerce div.product .content-product-left .product-images-content.outside .woocommerce-product-gallery img {
  width:100%;
}
.woocommerce div.product .content-product-left .product-images-content.bottom {
  padding-left:0;
}
.woocommerce div.product .content-product-left .product-images-content.bottom .product-thumbnails {
  position:initial;
  width:auto;
}
.woocommerce div.product .content-product-left .product-images-content.bottom .product-thumbnails .thumb1 {
  padding:10px 8px 10px 8px;
}
.woocommerce div.product .content-product-left .product-images-content.bottom .woocommerce-product-gallery img {
  width:100%;
}
.woocommerce div.product .content-product-right.outside .product-thumbnails .thumb1 {
  width:115px !important;
}
.woocommerce div.product .content-product-right .shop-top .woocommerce-product-rating {
  margin-bottom:44px;
}
.woocommerce div.product .content-product-right .shop-top .woocommerce-product-rating .woocommerce-review-link {
  margin-left:11px;
  font-weight:400;
}
.woocommerce div.product .content-product-right .shop-top .product_title {
  font-size:24px;
  margin-top:0;
  margin-bottom:30px;
}
.woocommerce div.product .content-product-right .shop-top .price {
  margin-bottom:9px;
}
.woocommerce div.product .content-product-right .shop-bottom .product-thumbnails {
  margin-top:45px;
}
.woocommerce div.product .content-product-right .shop-bottom .product-thumbnails .thumb1 {
  border:1px solid transparent;
  margin-left:10px;
}
.woocommerce div.product .content-product-right .shop-bottom .product-thumbnails .thumb1.slick-current {
  border:1px solid #4d4d4d;
}
.woocommerce div.product .content-product-right .shop-bottom .product-thumbnails .thumb1:first-child {
  margin-left:0;
}
.woocommerce div.product .content-product-right .shop-bottom .description {
  margin-bottom:32px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product {
  margin-top:31px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .product_meta {
  margin-top:46px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .product_meta >span {
  display:block;
  margin-bottom:-2px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .product_meta >span a {
  font-weight:400;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .social_share {
  margin-top:40px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .social_share >span {
  display:none;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .social_share ul li {
  display:inline-block;
  margin-right:12px;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .social_share ul li a:first-child {
  margin-left:0;
}
.woocommerce div.product .content-product-right .shop-bottom .info-product .social_share ul li a:last-child {
  margin-right:0;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product .price_text {
  display:none;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product h3 {
  font-size:14px;
  margin-top:30px;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items {
  list-style:none;
  padding:0;
  margin:0;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li {
  position:relative;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li.is-checked {
  color:#252525;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li label {
  font-weight:400;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li label input {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:20px;
  position:relative;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li label input:after {
  position:absolute;
  content:"\f067";
  left:0;
  top:50%;
  font:normal normal normal 14px/1 FontAwesome;
  transform:translateY(-75%);
  font-size:18px;
  font-weight:600;
  font-weight:100;
  font-weight:300;
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-items li label input:checked:after {
  opacity:1;
  content:"\f00c";
}
.woocommerce div.product .content-product-right .shop-bottom .strap-product form .yith-wfbt-submit-block .yith-wfbt-submit-button {
  font-size:12px;
  color:#ffffff;
  height:40px;
  width:165px;
  border-radius:25px;
  text-align:center;
  line-height:40px;
  padding:0;
  font-weight:300;
  border:none;
  display:inline-block;
  margin-top:15px;
  margin-bottom:30px;
  transition:0.3s all;
}
.woocommerce div.product .content-product-right .shop-bottom .my-size {
  margin-top:31px;
  margin-bottom:-31px;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn {
  display:inline-block;
  width:24%;
  vertical-align:bottom;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist {
  margin:0;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  display:none !important;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist .feedback {
  display:none;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div a {
  font-size:0;
  position:relative;
  display:block;
  background:#ffffff;
  border-radius:100%;
  -webkit-border-radius:100%;
  width:46px;
  height:46px;
  margin:13px auto;
  line-height:46px;
  font-weight:400;
  padding:0;
  margin:0 10px;
  border:1px solid #bdbdbd;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div a:before {
  font-family:"Ionicons";
  position:absolute;
  font-size:18px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div a:hover {
  color:#ffffff;
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div.yith-wcwl-add-button a:before {
  content:"\f387";
}
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div.yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .content-product-right .shop-bottom .yith-btn .yith-wcwl-add-to-wishlist >div.yith-wcwl-wishlistexistsbrowse a:before {
  content:"\f388";
}
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_button,
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_buttons {
  font-size:14px;
  color:#ffffff;
  height:47px;
  width:171px;
  border-radius:25px;
  text-align:center;
  line-height:47px;
  padding:0;
  font-weight:500;
  margin-left:14px;
  border:none;
  display:inline-block;
  border:1px solid;
  vertical-align:top;
  text-transform:uppercase;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_button:hover,
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_buttons:hover {
  background-color:#171717;
}
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_button.disabled,
.woocommerce div.product .content-product-right .shop-bottom .single_add_to_cart_buttons.disabled {
  cursor:no-drop;
}
.woocommerce div.product .content-product-right .shop-bottom form {
  display:inline-block;
  width:64%;
  vertical-align:middle;
  margin-bottom:0;
}
.woocommerce div.product .content-product-right .shop-bottom form .single_variation_wrap {
  margin-top:25px;
}
.woocommerce div.product .content-product-right .shop-bottom form .single_variation_wrap .single_variation .out-of-stock {
  border:2px solid #E0B252;
  background-color:transparent;
  color:#AF7D27;
  padding:5px;
  width:150px;
  text-align:center;
}
.woocommerce div.product .content-product-right .shop-bottom form .single_variation_wrap .single_variation >p {
  border:2px solid #E0B252;
  background-color:transparent;
  color:#AF7D27;
  padding:15px;
  margin-bottom:20px;
}
.woocommerce div.product .content-product-right .shop-bottom form .single_variation_wrap .amount {
  display:block;
  margin-bottom:8px;
  margin-top:0;
  max-width:100%;
  display:inline-block;
  min-width:47px;
  overflow:hidden;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td {
  text-align:left;
  padding:0;
  vertical-align:middle;
  color:#000000;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td.label {
  min-width:80px;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td label {
  font-size:16px;
  text-align:left;
  font-weight:400 !important;
  margin-bottom:15px;
  margin-right:30px;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .reset_variations {
  font-size:12px;
  margin-left:10px;
  vertical-align:middle;
  display:inline-block;
  visibility:visible;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr {
  margin-bottom:20px;
  display:block;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .reset_variations:before {
  content:"\f2d7";
  font-family:"Ionicons";
  margin-right:5px;
  display:inline-block;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .tawcvs-swatches {
  padding:0;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .tawcvs-swatches .swatch-color {
  width:20px;
  height:20px;
  line-height:20px;
  box-shadow:none;
  opacity:1;
  margin:0;
  margin-right:10px;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .tawcvs-swatches .swatch-color:before {
  top:3px;
  left:6px;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .tawcvs-swatches .swatch-label {
  background:none;
  width:auto;
  box-shadow:none;
  border:1px solid #b8b8b8;
  opacity:1;
  border-radius:0;
  display:inline-block;
  min-width:40px;
  min-height:40px;
  line-height:40px;
  margin-right:7px;
}
.woocommerce div.product .content-product-right .shop-bottom form .variations tr td .tawcvs-swatches .swatch-label.selected {
  border-bottom:2px solid transparent;
  box-shadow:none;
  color:#ffffff;
}
.woocommerce div.product.product-type-external .shop-bottom .cart {
  display:inline-block;
  width:37%;
  vertical-align:middle;
  margin-bottom:0;
}
.woocommerce div.product.product-type-external .shop-bottom .cart a {
  margin-left:0;
}
.woocommerce div.product .price .amount {
  font-size:36px;
}
.woocommerce div.product .price .amount .woocommerce-Price-currencySymbol {
  margin-right:11px;
}
.woocommerce div.product .price del .amount {
  border:none;
  text-decoration:line-through;
  font-size:14px;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form {
  width:100%;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .single_add_to_cart_button,
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .single_add_to_cart_buttons {
  margin-top:40px;
  margin-left:0;
  margin-right:20px;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table {
  border:1px solid #aaaaaa;
  width:100%;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr {
  border-bottom:1px solid #aaaaaa;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr:last-child {
  border-bottom:none;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr td .jws-quantity-wrap {
  margin-top:0;
  width:100%;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr td .jws-quantity-wrap .quantity {
  margin:0 15px 0 auto;
  height:30px;
  width:115px;
  border:1px solid #aaaaaa;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr td .jws-quantity-wrap .quantity .jws-font:after {
  line-height:30px;
  display:none;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr td .jws-quantity-wrap .quantity .input-text {
  line-height:30px;
  height:30px;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr .label {
  font-size:14px;
  display:table-cell;
  vertical-align:inherit;
  text-align:left;
  padding-left:35px;
}
.woocommerce div.product.product-type-grouped .content-product-right .shop-bottom form .group_table tr .label label {
  margin-bottom:0;
  padding:15px 0;
}
.woocommerce div.product .sticky-move.is_stuck {
  padding-top:120px;
  transition:0.5s all;
}
.woocommerce div.product.layout-3 .content-product-right {
  padding:0 15px;
}
.woocommerce div.product.layout-3 .content-product-left .product-images-content {
  padding-left:0;
}
.woocommerce div.product.layout-3 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
  width:50%;
  padding:5px;
}
.woocommerce div.product.layout-3 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image img {
  width:100%;
}
.woocommerce div.product.layout-2 .content-product-right {
  padding:0 15px;
}
.woocommerce div.product.layout-2 .content-product-left .product-images-content {
  padding-left:0;
}
.woocommerce div.product.layout-2 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
  margin-bottom:30px;
}
.woocommerce div.product.layout-2 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image img {
  width:100%;
}
.woocommerce div.product.layout-2 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image:last-child {
  margin-bottom:0;
}
.woocommerce div.product.layout-4 .content-product-right {
  padding:0 15px;
}
.woocommerce div.product.layout-4 .content-product-right .shop-bottom form {
  width:74%;
}
.woocommerce div.product.layout-4 .content-product-right .shop-bottom form .single_add_to_cart_button {
  margin-left:0;
  margin-top:30px;
}
.woocommerce div.product.layout-4 .content-product-left .product-images-content {
  padding-left:0;
}
.woocommerce div.product.layout-4 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
  margin-bottom:30px;
}
.woocommerce div.product.layout-4 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image img {
  width:100%;
}
.woocommerce div.product.layout-4 .content-product-left .product-images-content .woocommerce-product-gallery figure .woocommerce-product-gallery__image:last-child {
  margin-bottom:0;
}
.woocommerce div.side-in .content-product-right {
  padding:0 15px;
}
.woocommerce div.side-in .content-product-right .shop-bottom form {
  width:88%;
}
.woocommerce div.side-in .content-product-right .shop-bottom form .single_add_to_cart_button,
.woocommerce div.side-in .content-product-right .shop-bottom form single_add_to_cart_buttons {
  margin-left:10px;
}
.woocommerce div.side-in .content-product-right .shop-bottom .yith-btn {
  width:11%;
}
.blas-filter-cat .jws-categories-filter ul {
  text-align:center;
}
.blas-filter-cat .jws-categories-filter ul li {
  display:inline-block;
  margin:0 12px;
}
.blas-filter-cat .jws-categories-filter ul li a {
  color:#ffffff;
  font-weight:400;
  text-transform:uppercase;
  line-height:50px;
}
.blas-filter-cat .jws-categories-filter ul li a.selected {
  border-bottom:1px solid #ffffff;
}
.catalog-sidebar,
.shop-detail-sidebar {
  margin-top:22px;
}
.catalog-sidebar.right .widget_layered_nav .pa_color ul li .swatch-color,
.shop-detail-sidebar.right .widget_layered_nav .pa_color ul li .swatch-color {
  margin-left:0 !important;
}
.catalog-sidebar .widget-title,
.shop-detail-sidebar .widget-title {
  margin-top:0;
  margin-bottom:30px;
}
.catalog-sidebar .widget,
.shop-detail-sidebar .widget {
  margin-bottom:50px;
}
.catalog-sidebar .widget:last-child,
.catalog-sidebar .widget.widget_price_filter,
.shop-detail-sidebar .widget:last-child,
.shop-detail-sidebar .widget.widget_price_filter {
  border-bottom:none;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix {
  margin-bottom:0;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content .search-results .woocommerce,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content .search-results .woocommerce {
  padding:30px 0;
  display:none;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form {
  border:1px solid #bababa;
  position:relative;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form .loading:after,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form .loading:after {
  margin-top:-6px !important;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form .search-fields .search-field,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form .search-fields .search-field {
  width:calc(100% - 46px);
  height:46px;
  border:none;
  background:transparent;
  padding-left:11px;
  font-size:12px;
  border-right:none;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form button,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form button {
  width:46px;
  height:46px;
  border:none;
  vertical-align:top;
  margin-left:-4px;
  border-radius:0;
  font-size:18px;
  color:initial;
  background:transparent;
  border-left:none;
}
.catalog-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form button:before,
.shop-detail-sidebar .widget_jws_search_widget .search-modal.search-fix .modal-content form button:before {
  font-weight:bold;
}
.catalog-sidebar .widget_layered_nav_filters ul li a,
.shop-detail-sidebar .widget_layered_nav_filters ul li a {
  position:relative;
  padding-left:15px;
}
.catalog-sidebar .widget_layered_nav_filters ul li a:after,
.shop-detail-sidebar .widget_layered_nav_filters ul li a:after {
  content:" X ";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.catalog-sidebar .widget_products .product_list_widget .amount,
.shop-detail-sidebar .widget_products .product_list_widget .amount {
  font-size:12px;
}
.catalog-sidebar .widget_products .product_list_widget .amount .woocommerce-Price-currencySymbol,
.shop-detail-sidebar .widget_products .product_list_widget .amount .woocommerce-Price-currencySymbol {
  margin-right:5px;
}
.catalog-sidebar .widget_products .product_list_widget a img,
.shop-detail-sidebar .widget_products .product_list_widget a img {
  width:60px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  height:auto;
}
.catalog-sidebar .widget_products .product_list_widget a span,
.shop-detail-sidebar .widget_products .product_list_widget a span {
  display:block;
  margin-bottom:-4px;
  line-height:22px;
  transform:translateY(-4px);
  -webkit-transform:translateY(-4px);
}
.catalog-sidebar .widget_products .product_list_widget li,
.shop-detail-sidebar .widget_products .product_list_widget li {
  margin-bottom:15px;
  clear:both;
  display:block;
  position:relative;
  min-height:82px;
}
.catalog-sidebar .widget_products .product_list_widget li:last-child,
.shop-detail-sidebar .widget_products .product_list_widget li:last-child {
  margin-bottom:0;
}
.catalog-sidebar .widget_product_categories .product-categories li,
.shop-detail-sidebar .widget_product_categories .product-categories li {
  margin-bottom:11px;
  position:relative;
}
.catalog-sidebar .widget_product_categories .product-categories li:before,
.shop-detail-sidebar .widget_product_categories .product-categories li:before {
  width:0;
  height:1px;
  position:absolute;
  content:"";
  left:0;
  top:50%;
  transform:translatey(-50%);
  -webkit-transform:translatey(-50%);
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.catalog-sidebar .widget_product_categories .product-categories li span,
.shop-detail-sidebar .widget_product_categories .product-categories li span {
  float:right;
}
.catalog-sidebar .widget_product_categories .product-categories li a,
.shop-detail-sidebar .widget_product_categories .product-categories li a {
  transition:0.5s all;
  -webkit-transition:0.5s all;
  display:inline-block;
}
.catalog-sidebar .widget_product_categories .product-categories li:hover:before,
.catalog-sidebar .widget_product_categories .product-categories li.current-cat:before,
.shop-detail-sidebar .widget_product_categories .product-categories li:hover:before,
.shop-detail-sidebar .widget_product_categories .product-categories li.current-cat:before {
  width:20px;
}
.catalog-sidebar .widget_product_categories .product-categories li:hover a,
.catalog-sidebar .widget_product_categories .product-categories li.current-cat a,
.shop-detail-sidebar .widget_product_categories .product-categories li:hover a,
.shop-detail-sidebar .widget_product_categories .product-categories li.current-cat a {
  transform:translateX(25px);
  -webkit-ransform:translateX(25px);
}
.catalog-sidebar .widget_layered_nav .pa_size li,
.shop-detail-sidebar .widget_layered_nav .pa_size li {
  position:relative;
  font-size:12px;
  margin-bottom:-2px;
}
.catalog-sidebar .widget_layered_nav .pa_size li:last-child,
.shop-detail-sidebar .widget_layered_nav .pa_size li:last-child {
  margin-bottom:0;
}
.catalog-sidebar .widget_layered_nav .pa_size li a,
.shop-detail-sidebar .widget_layered_nav .pa_size li a {
  padding-left:20px;
  display:inline-block;
}
.catalog-sidebar .widget_layered_nav .pa_size li span,
.shop-detail-sidebar .widget_layered_nav .pa_size li span {
  float:right;
}
.catalog-sidebar .widget_layered_nav .pa_size li:before,
.shop-detail-sidebar .widget_layered_nav .pa_size li:before {
  content:"\f105";
  position:absolute;
  font-family:FontAwesome;
}
.catalog-sidebar .widget_layered_nav .pa_size li:hover:before,
.catalog-sidebar .widget_layered_nav .pa_size li.chosen:before,
.shop-detail-sidebar .widget_layered_nav .pa_size li:hover:before,
.shop-detail-sidebar .widget_layered_nav .pa_size li.chosen:before {
  content:"\f178";
}
.catalog-sidebar .widget_layered_nav .pa_color ul li,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li {
  display:inline-block;
  margin-right:16px;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li:last-child,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li:last-child {
  margin-right:0;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li.chosen a:before,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li.chosen a:before {
  opacity:1;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a {
  position:relative;
  padding:0;
  cursor:pointer;
  border-radius:50%;
  width:30px;
  height:30px;
  text-align:center;
  display:inline-block;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a:hover,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a:hover {
  border-color:#d1d1d1;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a:after,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a:after {
  content:"";
  position:absolute;
  left:50%;
  bottom:80%;
  border-width:4px 4px 0 4px;
  border-style:solid;
  border-color:#000 transparent transparent transparent;
  margin-bottom:6px;
  margin-left:-4px;
  visibility:hidden;
  opacity:0;
  transition:all 250ms ease-out;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a:before,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a:before {
  content:"\f3fd";
  font-family:"Ionicons";
  color:#fff;
  position:absolute;
  font-size:38px;
  z-index:3;
  line-height:16px;
  left:8px;
  top:10px;
  text-align:center;
  opacity:0;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a .nav-title,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a .nav-title {
  position:absolute;
  bottom:80%;
  text-indent:0;
  background:#000;
  padding:5px 10px;
  line-height:1;
  border-radius:20px;
  margin-bottom:10px;
  min-width:50px;
  color:#fff;
  left:50%;
  white-space:pre;
  text-align:center;
  text-transform:none;
  transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  -webkit-transform:translate(-50%,0);
  visibility:hidden;
  opacity:0;
  transition:all 250ms ease-out;
  font-size:12px;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li a:hover:after,
.catalog-sidebar .widget_layered_nav .pa_color ul li a:hover .nav-title,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a:hover:after,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li a:hover .nav-title {
  bottom:100%;
  opacity:1;
  visibility:visible;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li .count-atr,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li .count-atr {
  display:none;
}
.catalog-sidebar .widget_layered_nav .pa_color ul li .swatch-color,
.shop-detail-sidebar .widget_layered_nav .pa_color ul li .swatch-color {
  width:30px;
  height:30px;
  border-radius:50%;
  -webkit-border-radius:50%;
  display:inline-block;
  vertical-align:top;
  margin-top:3px;
}
#content .action-filter-swaper {
  display:flex;
  justify-content:space-between;
  font-weight:500;
  align-items:center;
}
#content .action-filter-swaper .widgets-area .shop-filter-actived .found {
  font-size:18px;
  font-weight:500;
}
#content .action-filter-swaper .widgets-area .shop-filter-actived .remove-filter-actived {
  margin-left:15px;
  float:right;
  padding-left:15px;
  position:relative;
}
#content .action-filter-swaper .widgets-area .shop-filter-actived .remove-filter-actived:after {
  content:" X ";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-54%);
  -webkit-transform:translateY(-54%);
  font-size:12px;
  font-weight:bold;
}
#content .action-filter-swaper .widgets-area .kloud-price-filter-list ul li {
  margin-bottom:5px;
}
#content .action-filter-swaper .widgets-area .kloud-price-filter-list ul li a {
  font-size:12px;
  position:relative;
}
#content .action-filter-swaper .widgets-area .kloud-price-filter-list ul li a:after {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  background:#a9a9a9;
  height:1px;
  width:0;
}
#content .action-filter-swaper .widgets-area .kloud-price-filter-list ul li a.actived:after {
  width:100%;
}
#content .action-filter-swaper .widgets-area .product-sort-by >ul ul {
  position:absolute;
  top:100%;
  z-index:99999;
  background:#ffffff;
  width:200px;
  box-shadow:0 0 20px rgba(0,0,0,0.05);
}
#content .action-filter-swaper .widgets-area .product-sort-by >ul ul li a {
  font-size:14px;
  position:relative;
  font-weight:400;
  display:block;
  border-bottom:1px solid #ebebeb;
  padding:10px;
}
#content .action-filter-swaper .widgets-area .product-sort-by >ul ul li a.active {
  display:none;
}
#content .action-filter-swaper .widgets-area .product-sort-by >ul >li {
  position:relative;
  padding:15px 0;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li {
  margin-bottom:5px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li a {
  max-width:105px;
  min-width:53px;
  overflow:hidden;
  display:inline-flex;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li a:before {
  display:none;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li a .nav-title {
  font-size:12px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li a .nav-title span {
  position:relative;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li a .nav-title span:after {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  background:#a9a9a9;
  height:1px;
  width:0;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li .count-atr {
  font-size:12px;
  letter-spacing:1px;
  width:56px;
  text-align:center;
  display:in;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li.chosen .nav-title {
  color:#252525;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_size ul li.chosen .nav-title span:after {
  width:100%;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li {
  display:inline-block;
  margin-right:21px;
  margin-bottom:5px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li a:before {
  display:none;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li a .nav-title {
  font-size:12px;
  overflow:hidden;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li a .nav-title span {
  position:relative;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li a .nav-title span:after {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  background:#a9a9a9;
  height:1px;
  width:0;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li .count-atr {
  display:none;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li.chosen .nav-title {
  color:#252525;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_brand ul li.chosen .nav-title span:after {
  width:100%;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color {
  max-width:250px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li {
  margin-bottom:10px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a:before {
  display:none;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a .swatch-color {
  width:15px;
  height:15px;
  border-radius:50%;
  -webkit-border-radius:50%;
  display:inline-block;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a span {
  vertical-align:middle;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a .nav-title {
  font-size:12px;
  margin-left:13px;
  max-width:105px;
  display:inline-block;
  min-width:70px;
  overflow:hidden;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a .nav-title span {
  position:relative;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color a .nav-title span:after {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  background:#a9a9a9;
  height:1px;
  width:0;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.show-color .count-atr {
  font-size:12px;
  color:#959595;
  letter-spacing:1px;
  width:56px;
  text-align:center;
  display:inline-block;
  float:right;
  padding-right:27px;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.chosen .nav-title span:after {
  width:100% !important;
}
#content .action-filter-swaper .widgets-area .kloud_attributes_filter .pa_color ul li.chosen .count-atr {
  color:#252525;
}
#content .action-filter-swaper .widgets-area .product-sort-by .woocommerce-ordering {
  float:none;
  cursor:pointer;
}
#content .action-filter-swaper .widgets-area .product-sort-by ul .label {
  display:none;
}
#content .action-filter-swaper .widgets-area .product-sort-by ul .current span {
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
#content .action-filter-swaper .widgets-area .product-sort-by ul .current span:after {
  content:"\f3d4";
  position:absolute;
  right:-19px;
  bottom:0;
  font-family:"Ionicons";
  font-weight:bold;
}
#content .action-filter-swaper .widgets-area .product-sort-by ul ul {
  display:none;
}
#content .action-filter-swaper .shop-toolbar {
  padding:49px 0;
  display:none;
}
#content .action-filter-swaper .shop-toolbar .toolbar-right span {
  font-size:36px;
  font-weight:400;
  margin-right:15px;
  vertical-align:bottom;
  transform:translateY(-2px);
  display:inline-block;
}
#content .action-filter-swaper .layout-shop .wc-col-filter span {
  font-size:14px;
}
#content .action-filter-swaper .layout-shop .wc-col-filter a {
  margin-left:9px;
  cursor:pointer;
}
#content .action-filter-swaper .layout-shop .wc-col-filter a.active {
  border-bottom:1px solid;
}
.product-container {
  margin-bottom:100px;
  margin-top:80px;
}
.woocommerce-pagination {
  margin-top:45px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .loaded-product,
.woocommerce-page .woocommerce-pagination .loaded-product {
  display:none;
  border:1px solid #959595;
  box-shadow:none;
  outline:none;
  background:transparent;
  width:211px;
  margin:0 auto;
  height:50px;
  line-height:50px;
  text-align:center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li.loaded .loaded-product,
.woocommerce-page .woocommerce-pagination.loaded .loaded-product {
  display:block;
}
.woocommerce .woocommerce-pagination ul.page-numbers li.loaded ul.page-numbers,
.woocommerce-page .woocommerce-pagination.loaded ul.page-numbers {
  display:none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  text-align:center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display:none;
  border:1px solid #515151;
  box-shadow:none;
  outline:none;
  background:transparent;
  width:170px;
  margin:0 auto;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li:last-child,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child {
  display:block;
  clear:both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
  padding:0;
  display:block;
  text-align:center;
  clear:both;
  border:1px solid;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li a span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a span {
  font-weight:600;
  line-height:49px;
  padding:0;
  position:relative;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li a span:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a span:after {
  bottom:auto;
  top:34px;
  margin-top:-18px;
  position:absolute;
  right:32px;
  margin-left:-17px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:15px;
  height:15px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid;
  border-radius:50%;
  border-right-color:transparent !important;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li a span.show,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a span.show {
  padding-right:15px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li ul.page-numbers li a span.show:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a span.show:after {
  opacity:1;
  visibility:visible;
}
.product-thumb img {
  width:100%;
}
.comment-form-rating label {
  display:inline-block;
  vertical-align:middle;
  font-weight:400;
}
.star-rating {
  font-family:'FontAwesome';
  font-size:18px;
  height:20px;
  line-height:20px;
  overflow:hidden;
  position:relative;
  text-align:left;
  width:5.8em;
  letter-spacing:5px;
  display:inline-block;
  vertical-align:middle;
}
.star-rating:before,
.star-rating span:before {
  content:'\f005\f005\f005\f005\f005';
  left:0;
  top:0;
  position:absolute;
}
.star-rating span {
  overflow:hidden;
  position:absolute;
  text-indent:-999em;
  color:#ffd200;
}
.star-rating span:before {
  text-indent:0;
}
.stars {
  font-size:11px;
  letter-spacing:3px;
  margin-left:15px;
  margin-top:2px;
  display:inline-block;
  vertical-align:top;
}
.stars [class*="star"] {
  text-indent:-999em;
  display:block;
  position:absolute;
  display:inline-block;
}
.stars [class*="star"]:before {
  position:absolute;
  font-family:"FontAwesome";
  left:0;
  text-indent:0;
}
.stars .star-1 {
  width:15px;
  z-index:50;
}
.stars .star-2 {
  width:30px;
  z-index:40;
}
.stars .star-3 {
  width:45px;
  z-index:30;
}
.stars .star-4 {
  width:60px;
  z-index:20;
}
.stars .star-5 {
  width:75px;
  z-index:10;
}
.stars .star-5:before {
  content:"\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
  content:"\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
  content:"\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
  content:"\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
  content:"\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
  content:"\f005\f005\f005\f005\f005";
}
.price_slider {
  margin-bottom:23px;
}
.ui-slider {
  position:relative;
  text-align:left;
}
.ui-slider .ui-slider-handle {
  position:absolute;
  z-index:2;
  width:18px;
  height:18px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  cursor:pointer;
  outline:none;
  top:-4px;
  border:none;
  border:2px solid #ffffff;
}
.ui-slider .ui-slider-handle:after {
  width:calc(100% + 8px);
  height:calc(100% + 8px);
  position:absolute;
  top:-4px;
  left:-4px;
  content:"";
  border:2px solid;
  border-radius:100%;
}
.ui-slider .ui-slider-handle:last-child {
  transform:translatex(-16px);
  -webkit-transform:translatex(-16px);
}
.ui-slider .ui-slider-range {
  position:absolute;
  z-index:1;
  display:block;
  border:0;
}
.price_slider_wrapper .ui-widget-content {
  background:#d4d4d4;
  border:none;
  border-radius:5px;
}
.ui-slider-horizontal {
  height:10px;
}
.ui-slider-horizontal .ui-slider-range {
  top:0;
  height:100%;
  border-radius:5px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left:-1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right:-1px;
}
.price_slider_amount .button {
  display:none;
}
.tb-products-grid {
  margin-bottom:0;
  margin-top:30px;
}
@media (min-width:992px) {
  .tax-product_cat .no_container,
  .post-type-archive-product .no_container {
    padding:0 45px;
  }
}
@media (max-width:991px) {
  .tax-product_cat .no_container,
  .post-type-archive-product .no_container {
    padding:0 15px;
  }
}
.processing:before {
  content:"";
  background:rgba(255,255,255,0.6);
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  z-index:1;
}
.processing:after {
  z-index:2;
  bottom:auto;
  top:50%;
  margin-top:-18px;
  position:absolute;
  left:50%;
  bottom:-50px;
  margin-left:-17px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid #252525;
  border-radius:50%;
  border-right-color:transparent !important;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align:center;
  position:relative;
  font-size:36px;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1.5;
  padding:250px 0 0 0;
  font-weight:bold !important;
  margin-bottom:30px;
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position:absolute;
  color:rgba(142,142,142,0.2);
  left:50%;
  font-weight:normal;
  transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -sand-transform:translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content:"\e66e";
  font-size:180px;
  margin-left:-18px;
  top:0;
  font-family:'Pe-icon-7-stroke';
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content:"\f00d";
  font-size:60px;
  top:91px;
  font-family:"FontAwesome";
}
.woocommerce-cart .woocommerce .kloud-empty-cart-text {
  text-align:center;
  margin-top:-25px;
  margin-bottom:25px;
  line-height:1.7;
  color:#8E8E8E;
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align:center;
  margin-bottom:50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  width:200px;
  display:block;
  height:50px;
  color:#ffffff;
  line-height:50px;
  text-align:center;
  font-weight:400;
  margin-top:32px;
  padding:0;
  border:none;
  margin:0 auto;
  margin-top:30px;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover {
  opacity:0.8;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align:center;
}
.cart-collaterals .continue {
  font-size:18px;
  font-weight:500;
  letter-spacing:0.7px;
}
.cart-collaterals .continue i {
  margin-left:10px;
}
.cart-collaterals .cart_totals h2 {
  font-size:18px;
  font-weight:500;
  letter-spacing:0.7px;
  text-transform:uppercase;
  margin:0;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width:100%;
  display:block;
  height:50px;
  color:#ffffff;
  line-height:50px;
  text-align:center;
  font-weight:400;
  margin-top:32px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  opacity:0.9;
}
.cart-collaterals .cart_totals .respon-table {
  padding:30px 30px 9px 30px;
  background:#f8f8f8;
  margin-top:27px;
}
.cart-collaterals .cart_totals table tr {
  border-bottom:1px solid #d1d1d1;
}
.cart-collaterals .cart_totals table tr.order-total th {
  font-size:18px;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
  font-weight:400;
}
.cart-collaterals .cart_totals table tr:last-child {
  border-bottom:none;
}
.cart-collaterals .cart_totals table tr th {
  padding:15px 15px;
  font-weight:500;
}
.cart-collaterals .cart_totals {
  padding:0;
}
.cart-collaterals .cart_totals table tr td {
  padding:15px 15px;
  border-left:0;
  border-top:0;
}
.cart-actions {
  margin-top:30px;
  margin-bottom:97px;
}
.cart-actions .updatecart {
  background:#f8f8f8;
  padding:22px 40px;
  width:205px;
  margin:0 0 0 auto;
}
.cart-actions .updatecart .button {
  background:none;
  border:none;
  border-bottom:2px solid;
  font-weight:500;
  font-size:18px;
  letter-spacing:1px;
  padding-bottom:4px;
}
.cart-actions .coupon {
  background:#f8f8f8;
  padding:16px 50px;
}
.actions .coupon {
  float:left;
}
.woocommerce-cart-form__contents tr td > .button {
  width:200px;
  background:#181818;
  border:none;
  color:#ffffff;
}
.coupon .button {
  width:200px;
  background:#181818;
  border:none;
  color:#ffffff;
  margin-top:20px;
}
.cart-actions .coupon label {
  display:none;
}
.cart-actions .coupon .input-text {
  border:1px solid #d0d0d0;
  height:46px;
  width:250px;
  padding-left:15px;
  margin-right:30px;
}
.cart-actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#959595;
}
.cart-actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
  color:#959595;
}
.cart-actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
  color:#959595;
}
.cart-actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  color:#959595;
}
.cart-actions .coupon .button {
  background:none;
  border:none;
  border-bottom:2px solid;
  font-weight:500;
  font-size:18px;
  letter-spacing:1px;
  padding-bottom:4px;
}
.shop_table thead {
  background:#f8f8f8;
}
.shop_table thead th {
  font-size:18px;
  font-weight:600;
  padding:30px 15px;
  text-align:center;
}
.shop_table tr.order-total .includes_tax {
  display:block;
  margin-top:5px;
}
.shop_table {
  width:100%;
}
.woocommerce-cart-form .shop_table tr td {
  padding:18px 12px;
  border:none;
  text-align:center;
  border-bottom:1px solid #d1d1d1;
}
.shop_table th.product-name {
  text-align:left;
}
.shop_table th.product-thumbnail {
  width:10px;
}
.shop_table th.product-remove {
  width:40px;
}
.shop_table td.order-status {
  text-align:center !important;
}
.shop_table td.product-remove {
  padding:0;
  text-align:center;
}
.shop_table td.product-remove a {
  position:relative;
  font-size:0;
  display:inline-block;
  border-radius:50%;
  height:20px;
  width:20px;
  line-height:28px;
  cursor:pointer;
  padding-right:16px;
  padding-right:0;
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
  content:" ";
  position:absolute;
  right:0;
  top:50%;
  margin-top:-1px;
  width:20px;
  height:2px;
  display:inline-block;
  background-color:#252525;
  -webkit-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  -moz-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  -o-transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
  transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;
}
.shop_table td.product-remove a:after {
  transform:rotate(-44deg);
  -webkit-transform:rotate(-44deg);
  -moz-transform:rotate(-44deg);
  -o-transform:rotate(-44deg);
  -ms-transform:rotate(-44deg);
  -sand-transform:rotate(-44deg);
}
.shop_table td.product-remove a:before {
  -webkit-transform:rotate(44deg);
  -moz-transform:rotate(44deg);
  -o-transform:rotate(44deg);
  -ms-transform:rotate(44deg);
  -sand-transform:rotate(44deg);
  transform:rotate(44deg);
}
.shop_table td.product-remove a:hover:after {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -sand-transform:rotate(0deg);
}
.shop_table td.product-remove a:hover:before {
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -sand-transform:rotate(0deg);
  transform:rotate(0deg);
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
  right:5px;
}
.shop_table td.product-name {
  text-align:left;
}
.shop_table td.product-name a {
  text-transform:none;
  letter-spacing:.3px;
  display:block;
}
.shop_table td.product-name .variation {
  display:inline-block;
  margin-top:10px;
}
.shop_table td.product-price span {
  font-size:14px;
}
.shop_table td.product-subtotal span {
  font-size:14px;
}
.shop_table td.product-thumbnail img {
  max-width:120px;
  height:auto;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .woocommerce-variation-add-to-cart,
.shop-bottom .woocommerce-variation-add-to-cart {
  margin-top:6px;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .jws-quantity-wrap,
.shop-bottom .jws-quantity-wrap {
  display:inline-block;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .jws-quantity-wrap label,
.shop-bottom .jws-quantity-wrap label {
  display:none;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity,
.shop-bottom .quantity {
  position:relative;
  height:47px;
  width:165px;
  background:#f0f0f0;
  border-radius:25px;
  text-align:center;
  font-size:16px;
  display:inline-block;
  /* for chrome */
  
/* for mozilla */;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .input-text,
.shop-bottom .quantity .input-text {
  border:none;
  text-align:center;
  line-height:47px;
  background:none;
  height:47px;
  outline:none;
  width:100%;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-outer-spin-button,
.shop-bottom .quantity input[type=number]::-webkit-inner-spin-button,
.shop-bottom .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity input[type=number],
.shop-bottom .quantity input[type=number] {
  -moz-appearance:textfield;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .jws-font:after,
.shop-bottom .quantity .jws-font:after {
  position:absolute;
  height:47px;
  top:0;
  line-height:47px;
  cursor:pointer;
  width:40px;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .jws-font.jws-qty-minus:after,
.shop-bottom .quantity .jws-font.jws-qty-minus:after {
  left:3px;
  content:"\f462";
  font-family:"Ionicons";
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity .jws-font.jws-qty-plus:after,
.shop-bottom .quantity .jws-font.jws-qty-plus:after {
  right:3px;
  content:"\f489";
  font-family:"Ionicons";
}
#yith-wcwl-form .wishlist-title {
  margin-bottom:30px;
}
#yith-wcwl-form .wishlist_table tr:last-child td {
  border:none;
}
#yith-wcwl-form .wishlist_table tr th {
  border:none;
}
#yith-wcwl-form .wishlist_table tr td {
  border-bottom:1px solid;
}
#yith-wcwl-form .wishlist_table tr td .wishlist-in-stock,
#yith-wcwl-form .wishlist_table tr td .wishlist-out-of-stock {
  display:inline-block;
  padding:5px 10px;
  border:2px solid #297E29;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.3px;
  font-weight:700;
}
#yith-wcwl-form .wishlist_table tr td a.button {
  color:#ffffff;
  background:#252525;
  border-radius:0;
  padding:0 5px;
}
#yith-wcwl-form .wishlist_table tr td a.button:hover {
  opacity:0.8;
}
.no_galley {
  padding:0 !important;
}
#search-modal.layout1 {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:none;
  overflow:auto;
  backface-visibility:hidden;
  visibility:hidden;
  outline:0;
  z-index:99999;
}
#search-modal.layout1.show {
  visibility:visible;
  display:block;
  backface-visibility:visible;
}
#search-modal.layout1 .modal-footer {
  z-index:2;
  position:relative;
  border:none;
}
#search-modal.layout1 .modal-content {
  z-index:2;
  background:transparent;
  outline:none;
  box-shadow:none;
  transition:none;
  transform:translate(-50%,-40%);
  position:absolute;
  top:35%;
  max-width:1170px;
  padding-top:0;
  border:none;
  left:50%;
}
#search-modal.layout1 .modal-content .search-results {
  max-height:500px;
  overflow:auto;
  margin-top:80px;
  transform:translatey(50px);
  -webkit-transform:translatey(50px);
  transition:all .3s ease .3s;
  transition-delay:0.3s;
  opacity:0;
}
#search-modal.layout1 .modal-content .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
}
#search-modal.layout1 .modal-content .search-results::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
#search-modal.layout1 .modal-content .search-results::-webkit-scrollbar-thumb {
  background-color:#000000;
}
#search-modal.layout1 .modal-content .search-results .woocommerce ul {
  text-align:center;
}
#search-modal.layout1 .modal-content .search-results .woocommerce ul li {
  display:inline-block;
  max-width:240px;
  text-align:center;
  vertical-align:top;
  animation:fadeIn 0.5s both;
  margin:0 15px;
  margin-bottom:40px;
  font-size:18px;
  color:#ffffff;
}
#search-modal.layout1 .modal-content .search-results .woocommerce ul li a .title {
  font-size:14px;
  color:#ffffff;
  display:block;
  margin-top:19px;
}
#search-modal.layout1 .modal-content .search-results .woocommerce ul li a .price {
  display:block;
  font-size:14px;
  clear:both;
  color:#959595;
}
#search-modal.layout1 .modal-content form {
  position:relative;
}
#search-modal.layout1 .modal-content form .loading {
  position:absolute;
  bottom:24px;
  right:70px;
}
#search-modal.layout1 .modal-content form .loading:after {
  border:2px solid #ffffff;
}
#search-modal.layout1 .modal-content form .search-fields {
  transform:translatey(50px);
  -webkit-transform:translatey(50px);
  transition:all .3s ease .3s;
  opacity:0;
  transition-delay:0.2s;
}
#search-modal.layout1 .modal-content form .product-cats {
  text-align:center;
  transform:translatey(50px);
  -webkit-transform:translatey(50px);
  transition:all .3s ease .3s;
  transition-delay:0.1s;
  opacity:0;
}
#search-modal.layout1 .modal-content form .product-cats label input {
  display:none;
}
#search-modal.layout1 .modal-content form .product-cats label span {
  color:#ffffff;
  font-size:18px;
  font-weight:300;
  margin:0 15px;
}
#search-modal.layout1 .modal-content form .product-cats label input:checked+span {
  border-bottom:1px solid #ffffff;
}
#search-modal.layout1 .modal-content form .search-submit {
  position:absolute;
  bottom:3px;
  right:0;
}
#search-modal.layout1 .modal-content form .search-submit input {
  background:none;
  border:none;
  font-size:0;
  width:40px;
  height:40px;
  z-index:2;
  position:relative;
}
#search-modal.layout1 .modal-content form .search-submit:after {
  content:"\f4a5";
  position:absolute;
  top:7px;
  right:0;
  font-family:"Ionicons";
  color:#ffffff;
  font-size:30px;
}
#search-modal.layout1 .modal-content form .search-field {
  font-size:24px;
  color:#ffffff;
  width:100%;
  background:none;
  border:none;
  border-bottom:1px solid #464646;
  padding:11px 0;
  letter-spacing:3px;
}
#search-modal.layout1 .modal-content form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#ffffff;
  font-weight:100;
}
#search-modal.layout1 .modal-content form .search-field::-moz-placeholder {
  /* Firefox 19+*/
  color:#ffffff;
  font-weight:100;
}
#search-modal.layout1 .modal-content form .search-field:-ms-input-placeholder {
  /* IE 10+*/
  color:#ffffff;
  font-weight:100;
}
#search-modal.layout1 .modal-content form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color:#ffffff;
  font-weight:100;
}
#search-modal.layout1 .moal-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.89);
  z-index:1;
  transition:all .2s ease .2s;
}
#search-modal.layout1.show .modal-content .search-results {
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
  opacity:1;
}
#search-modal.layout1.show form .search-fields,
#search-modal.layout1.show form .product-cats {
  transform:translatey(0px);
  -webkit-transform:translatey(0px);
  opacity:1;
}
#search-modal .loading {
  position:absolute;
  bottom:35px;
  right:70px;
}
#search-modal .loading:after {
  opacity:0;
  visibility:hidden;
  top:50%;
  margin-top:-18px;
  position:absolute;
  left:50%;
  bottom:-50px;
  margin-left:-17px;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid #1b1b1b;
  border-radius:50%;
  border-right-color:transparent !important;
  z-index:999;
}
#search-modal.searching .modal-content form .loading:after {
  opacity:1;
  visibility:visible;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
}
.woocommerce-pagination-number {
  text-align:center;
  margin-top:96px;
}
.woocommerce-pagination-number .page-numbers li {
  display:inline-block;
}
.woocommerce-pagination-number .page-numbers li >a,
.woocommerce-pagination-number .page-numbers li >span {
  width:23px;
  height:23px;
  line-height:23px;
  border-radius:100%;
  position:relative;
  display:block;
  text-align:center;
  margin:0 14px;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.woocommerce-pagination-number .page-numbers li >a.current,
.woocommerce-pagination-number .page-numbers li >a:hover,
.woocommerce-pagination-number .page-numbers li >span.current,
.woocommerce-pagination-number .page-numbers li >span:hover {
  color:#ffffff;
}
.woocommerce-pagination-number .page-numbers li >a:after,
.woocommerce-pagination-number .page-numbers li >span:after {
  position:absolute;
  content:"";
  border:1px solid #a9a9a9;
  width:calc(100% + 6px);
  height:calc(100% + 6px);
  border-radius:100%;
  top:-3px;
  left:-3px;
  z-index:-1;
}
.slick-arrow {
  position:absolute;
  font-size:50px;
  border-radius:50%;
  text-align:center;
  top:50%;
  z-index:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transition:0.3s all;
  -webkit-transition:0.3s all;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.slick-arrow.slick-disabled {
  color:#999999;
}
.slick-arrow.ion-ios-arrow-thin-left {
  left:10px;
}
.slick-arrow.ion-ios-arrow-thin-right {
  right:10px;
}
.slick-slider:hover .slick-arrow {
  opacity:1;
  visibility:visible;
}
.jws-mini-cart {
  right:-320px;
}
.widget-panel-open .jws-mini-cart {
  right:0;
  height:auto;
}
.jws-push-menu {
  transition:all .5s cubic-bezier(0.7,0,0.3,1) 0s;
  max-width:380px;
  height:auto;
  padding-bottom:0;
  position:fixed;
  right:-100%;
  z-index:2001;
  width:100%;
  overflow-y:auto;
  background:#fff;
  -webkit-transition:all .5s cubic-bezier(0.7,0,0.3,1) 0s;
  top:0;
  padding-top:30px;
}
.jws-push-menu .title {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  border-bottom:1px solid #929292;
  margin:0;
  font-weight:400;
  font-size:18px;
  text-align:left;
  max-width:160px;
  letter-spacing:2px;
  margin-left:30px;
  margin-bottom:28px;
}
.jws-push-menu .title i {
  font-size:45px;
  position:absolute;
  top:19px;
  right:15px;
  cursor:pointer;
}
.jws-push-menu .widget_shopping_cart_content .shipping {
  font-size:12px;
  font-weight:600;
  padding:0 30px;
  margin-bottom:25px;
  letter-spacing:1px;
  display:inline-block;
}
.jws-push-menu .widget_shopping_cart_content .shipping i {
  margin-right:10px;
}
.jws-push-menu .widget_shopping_cart_content .shipping-emtry {
  font-size:12px;
  color:#A40000;
  font-weight:600;
  padding:0 30px;
  margin-bottom:25px;
  letter-spacing:1px;
  display:none;
}
.jws-push-menu .widget_shopping_cart_content .shipping-emtry i {
  margin-right:10px;
}
.jws-push-menu .widget_shopping_cart_content .edit-cart {
  background:none;
  font-size:12px;
  font-weight:600;
  margin-bottom:25px;
  letter-spacing:1px;
  border-bottom:1px solid;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-list-wrap {
  margin-bottom:25px;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .woocommerce-mini-cart__total.total {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  background:#f6f4f4;
  padding:13px 30px;
  margin:0;
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .woocommerce-mini-cart__total.total strong {
  font-weight:500;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .out_product a {
  background:#171717;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .woocommerce-mini-cart__buttons.buttons {
  margin-bottom:0;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .woocommerce-mini-cart__buttons.buttons a {
  position:relative;
  display:block;
  padding:13px 30px;
  color:#fff;
  font-size:14px;
  letter-spacing:0.7px;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:0;
  font-weight:500;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-summary .woocommerce-mini-cart__buttons.buttons:hover a {
  background:#000000;
  opacity:0.8;
}
.jws-push-menu .widget_shopping_cart_content .jws-cart-panel-quantity-pricing .jws-quantity-wrap label {
  display:none;
}
.jws-push-menu .widget_shopping_cart_content .cart_list {
  max-height:350px;
  overflow:auto;
}
.jws-push-menu .widget_shopping_cart_content .cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#F5F5F5;
}
.jws-push-menu .widget_shopping_cart_content .cart_list::-webkit-scrollbar {
  width:6px;
  background-color:#F5F5F5;
}
.jws-push-menu .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb {
  background-color:#000000;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item {
  border:1px solid #dcdcdc;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:10px 30px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item.loading .jws-cart-panel-item-thumbnail:after {
  display:block;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item.loading .jws-cart-panel-item-thumbnail .pe-7s-close {
  display:none;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-thumbnail {
  width:65px;
  max-width:65px;
  -webkit-flex-basis:65px;
  -ms-flex-preferred-size:65px;
  flex-basis:65px;
  position:relative;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-thumbnail:after {
  top:42%;
  z-index:2;
  position:absolute;
  opacity:1;
  left:42%;
  visibility:visible;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  content:" ";
  width:15px;
  height:15px;
  display:inline-block;
  vertical-align:middle;
  border:2px solid #ffffff;
  border-radius:50%;
  border-right-color:transparent !important;
  -webkit-animation:load-spin 450ms infinite linear;
  animation:load-spin 450ms infinite linear;
  display:none;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-thumbnail .remove {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  color:#ffffff;
  line-height:83px;
  text-align:center;
  font-size:36px;
  opacity:0;
  transition:0.3s all;
  -webkit-transition:0.3s all;
  backface-visibility:hidden;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-details {
  max-width:200px;
  width:auto;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  padding-left:25px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-details .jws-cart-panel-product-title {
  font-size:11px;
  line-height:15px;
  display:block;
  margin-bottom:5px;
  width:90%;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-details .jws-cart-panel-item-price {
  margin-top:-8px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .jws-cart-panel-item-details .woocommerce-Price-amount.amount {
  font-size:9px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax {
  width:63px;
  max-width:63px;
  -webkit-flex-basis:63px;
  -ms-flex-preferred-size:63px;
  flex-basis:63px;
  border:solid 1px #e8e8e8;
  position:relative;
  text-align:center;
  margin-right:15px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .input-text {
  width:35px;
  height:25px;
  border-radius:1px;
  border:none;
  font-size:10px;
  letter-spacing:1px;
  text-indent:15px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity input[type=number]::-webkit-inner-spin-button,
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity input[type=number] {
  -moz-appearance:textfield;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font {
  font-size:10px;
  line-height:24px;
  width:24px;
  vertical-align:top;
  -webkit-transition:color 0.2s ease;
  transition:color 0.2s ease;
  font-size:12px;
  position:absolute;
  right:0;
  cursor:pointer;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font:hover {
  color:#000000;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font:before {
  position:absolute;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font.jws-qty-minus {
  top:14%;
  left:-8px;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font.jws-qty-minus:before {
  content:"-";
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font.jws-qty-plus {
  top:12%;
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item .quanty-ajax .quantity .jws-font.jws-qty-plus:before {
  content:"+";
}
.jws-push-menu .widget_shopping_cart_content .cart_list .mini_cart_item:hover .jws-cart-panel-thumbnail-wrap .remove {
  opacity:1;
}
#jws-widget-panel-overlay {
  content:'';
  position:fixed;
  background:#000000;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:999;
  opacity:0;
  visibility:hidden;
}
#jws-widget-panel-overlay.show {
  opacity:0.7;
  visibility:visible;
}
.jws-cart-panel-empty .edit-cart,
.jws-cart-panel-empty .total-cart,
.jws-cart-panel-empty .in_product,
.jws-cart-panel-empty .woocommerce-mini-cart.total {
  display:none;
}
.empty {
  display:none;
  padding:30px;
}
.jws-cart-panel-empty .empty {
  display:block;
}
.element-loading .overlay-loader {
  display:block;
}
.kloud-products-tabs .overlay-loader {
  background-color:transparent;
}
.kloud-products-tabs .overlay-loader div {
  position:absolute;
}
.kloud-products-tabs .kloud-tab-content .kloud-products-loader .overlay-loader div,
.hidden-loader .overlay-loader div {
  display:none;
}
.overlay-loader {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:#fff;
  display:none;
  -webkit-transition:0.5s ease opacity;
  -moz-transition:0.5s ease opacity;
  transition:0.5s ease opacity;
  z-index:10;
}
.overlay-loader>div {
  position:fixed;
  top:50%;
  left:50%;
  margin-left:-10px;
}
.overlay-loader span {
  display:block;
  bottom:0;
  width:2px;
  height:5px;
  background:#000;
  position:absolute;
  -webkit-animation:preloader 1s infinite ease-in-out;
  -moz-animation:preloader 1s infinite ease-in-out;
  -ms-animation:preloader 1s infinite ease-in-out;
  -o-animation:preloader 1s infinite ease-in-out;
  animation:preloader 1s infinite ease-in-out;
}
.overlay-loader span:nth-child(2) {
  left:4px;
  -webkit-animation-delay:.2s;
  -moz-animation-delay:.2s;
  -ms-animation-delay:.2s;
  -o-animation-delay:.2s;
  animation-delay:.2s;
}
.overlay-loader span:nth-child(3) {
  left:8px;
  -webkit-animation-delay:.4s;
  -moz-animation-delay:.4s;
  -ms-animation-delay:.4s;
  -o-animation-delay:.4s;
  animation-delay:.4s;
}
.overlay-loader span:nth-child(4) {
  left:12px;
  -webkit-animation-delay:.6s;
  -moz-animation-delay:.6s;
  -ms-animation-delay:.6s;
  -o-animation-delay:.6s;
  animation-delay:.6s;
}
.overlay-loader span:nth-child(5) {
  left:16px;
  -webkit-animation-delay:.8s;
  -moz-animation-delay:.8s;
  -ms-animation-delay:.8s;
  -o-animation-delay:.8s;
  animation-delay:.8s;
}
.jws-ajax-loader {
  display:none;
}
.jws-ajax-loader .overlay-loader {
  background:transparent;
}
.jws-ajax-loader .overlay-loader span {
  background:#ffffff;
}
.modal-open .jws-ajax-loader .overlay-loader {
  display:block;
}
.kloud-products-loaders.show .overlay-loader {
  display:block;
}
.kloud-products-loaders.show .overlay-loader div {
  position:absolute;
  top:15%;
}
#yith-wcwl-popup-message {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  color:#ffffff;
  font-size:40px;
  padding:0;
  z-index:99;
  height:100px;
  top:initial;
  right:initial;
  margin:0 !important;
  border-radius:0;
  border:none;
  line-height:100px;
  animation:slideInUp 0.5s both;
}
.ajax-loading {
  visibility:hidden !important;
}
.footer-main {
  z-index:2;
  position:relative;
  background:#fafafa;
/*   padding:100px 0; */
}
.icon_footer li {
  display:inline-block;
  margin-right:12px;
}
.icon_footer li a i {
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.contact_footer li {
  letter-spacing:0.6px;
  margin-bottom:11px;
}
.contact_footer li i {
  margin-right:7px;
}
#footer-jws.footer-v6 .contact_footer li,
#footer-jws.footer-v7 .contact_footer li,
#footer-jws.footer-v5 .contact_footer li,
#footer-jws.footer-v1 .contact_footer li {
  color:#a9a9a9;
}
#footer-jws.footer-v6 .icon_footer li a i,
#footer-jws.footer-v7 .icon_footer li a i,
#footer-jws.footer-v5 .icon_footer li a i,
#footer-jws.footer-v1 .icon_footer li a i {
  color:#a9a9a9;
}
#footer-jws.footer-v6 .sub-menu li a,
#footer-jws.footer-v7 .sub-menu li a,
#footer-jws.footer-v5 .sub-menu li a,
#footer-jws.footer-v1 .sub-menu li a {
  color:#a9a9a9;
}
#footer-jws.footer-v7 .copy_right {
  color:#ffffff;
}
#footer-jws.footer-v7 .sub-menu-heical li a {
  color:#ffffff;
}
#footer-jws .sub-menu li {
  margin-bottom:10px;
}
#footer-jws .sub-menu li a {
  font-weight:400;
}
#footer-jws .sub-menu-heical li {
  display:inline-block;
  margin-left:23px;
}
#footer-jws .sub-menu-heical li a {
  color:#68686d;
  font-size:12px;
}
#footer-jws .copy_right {
  font-size:12px;
  letter-spacing:0.3px;
}
.form_shadow {
  box-shadow:0 0 70px rgba(0,0,0,0.04);
  padding:106px 127px !important;
}
.form_shadow .wpcf7 form .item_row {
  margin-bottom:33px;
}
.form_shadow .wpcf7 form .item_row label {
  width:75px;
}
.form_shadow .wpcf7 form .item_row .your-message {
  width:calc(100% - 75px);
}
.form_shadow .wpcf7 form .submit_btn {
  clear:both;
  margin:0 auto;
  padding-top:8px;
}
.form_shadow .wpcf7 form .submit_btn:before {
  display:none;
}
.form_shadow .wpcf7 form .submit_btn .wpcf7-submit {
  height:46px;
  line-height:45px;
  width:170px;
  text-align:center;
  color:#171717;
  font-weight:600;
  border-radius:25px;
  -webkit-border-radius:25px;
  border:1px solid;
  display:block;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.wpcf7 form .item_row {
  margin-bottom:8px;
}
.wpcf7 form .item_row label {
  width:90px;
  vertical-align:bottom;
  font-size:14px;
  color:#68686d;
  font-weight:400;
  margin:0;
  margin-bottom:-8px;
}
.wpcf7 form .item_row .wpcf7-form-control-wrap {
  vertical-align:bottom;
  display:inline-block;
  width:calc(100% - 90px);
}
.wpcf7 form .item_row::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#171717;
}
.wpcf7 form .item_row::-moz-placeholder {
  /* Firefox 19+*/
  color:#171717;
}
.wpcf7 form .item_row:-ms-input-placeholder {
  /* IE 10+*/
  color:#171717;
}
.wpcf7 form .item_row:-moz-placeholder {
  /* Firefox 18- */
  color:#171717;
}
.wpcf7 form .item_row input,
.wpcf7 form .item_row textarea {
  border:none;
  border-bottom:1px solid #a9a9a9;
  width:100%;
  font-weight:500;
  background:transparent;
}
.wpcf7 form .item_row textarea {
  height:78px;
}
.wpcf7 form .item_row.top label {
  vertical-align:top;
  margin-top:11px;
}
.wpcf7 form .submit_btn {
  position:relative;
  display:block;
  height:44px;
  width:170px;
  line-height:44px;
  margin:44px 0 0 auto;
}
.wpcf7 form .submit_btn:after {
  content:"";
  width:calc(100% + 2px);
  height:calc(100% + 2px);
  left:-1px;
  top:-1px;
  position:absolute;
  z-index:0;
  border-radius:25px;
  background-size:200% auto;
  transition:0.5s all;
  -webkit-transition:0.5s all;
}
.wpcf7 form .submit_btn:before {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:absolute;
  z-index:1;
  border-radius:25px;
  background:#fafafa;
  transition:0.4s all;
  -webkit-transition:0.4s all;
}
.wpcf7 form .submit_btn .wpcf7-submit {
  position:relative;
  z-index:1;
  background:none;
  border:none;
  display:block;
  width:100%;
  font-weight:600;
}
.wpcf7 form .submit_btn:hover .wpcf7-submit {
  color:#ffffff !important;
}
.wpcf7 form .submit_btn:hover:before {
  opacity:0;
}
#footer-jws.footer-v4 .contact_footer li {
  color:#ffffff;
}
#footer-jws.footer-v4 .contact_footer li i {
  color:#ffffff !important;
}
#footer-jws.footer-v4 .sub-menu li {
  display:inline-block;
  margin-left:19px;
}
#footer-jws.footer-v4 .sub-menu li a {
  color:#ffffff !important;
  font-weight:300;
}
#footer-jws.footer-v4 .icon_footer li {
  margin-right:16px;
}
#footer-jws.footer-v4 .icon_footer li:last-child {
  margin-right:0;
}
#footer-jws.footer-v4 .icon_footer li a i {
  color:#ffffff !important;
}
.sticky-footer-on {
  position:fixed;
  width:100%;
  left:0;
  bottom:0;
  z-index:0;
}
.main-content {
  position:relative;
  z-index:1;
  padding:100px 0;
}
.blog .main-content {
  padding:100px 0;
}
.main-content {

  margin:0 auto;
}
.page .main-content {
  padding:100px 0;
}
.type-post.sticky {
  background:#fafafa;
}
p {
  margin-bottom:15px;
}
.alignleft {
  margin:5px 10px 5px 0;
  float:left;
}
.alignright {
  margin:5px 0 40px 10px;
  float:right;
}
.aligncenter {
  margin:5px auto;
}
ul {
  list-style:square;
  padding-left:0;
}
ul,
ol {
  margin:16px 0;
  padding:0 0 0 40px;
}
li > ul,
li > ol {
  margin:0;
}
ol {
  list-style:decimal outside none;
}
table,
th,
td {
  border:1px solid rgba(0,0,0,0.1);
}
table {
  background-color:transparent;
  border:1px solid rgba(0,0,0,0.1);
  border-collapse:separate;
  border-spacing:0;
  border-width:1px 0 0 1px;
  margin-bottom:24px;
  width:100%;
}
td,
th {
  padding:10px;
}
th {
  border-width:0 1px 1px 0;
}
.screen-reader-text {
  display:none;
}
input,
button,
select {
  width:100%;
  height:45px;
  padding:0 15px;
}
.widget ul,
.widget ol {
  margin-left:5px;
}
.sidebar_blog .widget.widget_categories ul li {
  margin-bottom:0;
}
.widget ul,
.widget ol {
  padding-left:0;
}
strong {
  margin-bottom:10px;
}
.widget_pages .children {
  padding-left:30px;
}
.widget_nav_menu ul ul {
  padding-left:10px;
}
.slick-slider:hover .slick-arrow {
  display:none !important;
}
.page-links a {
  border:1px solid #ebebeb;
  padding:0 10px;
  margin:0 5px;
  display:inline-block;
}
.page-links {
  margin-bottom:15px;
}
.post-password-form label {
  width:calc(100% - 150px);
  display:inline-block;
  vertical-align:top;
  font-size:0;
}
.post-password-form label input {
  height:50px;
  font-size:14px;
}
.post-password-form > p > input {
  width:145px;
  height:50px;
  background:#000000;
  color:#ffffff;
  vertical-align:top;
  border:none;
  text-align:center;
  padding:0;
  display:inline-block;
}
.variations {
  border:none;
}
.variations td {
  border:none;
}
.commentlist {
  list-style:none;
}
body {
  font-family:"Poppins" !important;
  font-weight:400;
  font-size:14px;
  color:#68686d;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
.f__pop {
  color:#181818;
}
#jws-widget-panel-overlay,
.jws-push-menu {
  display:none !important;
}
#jws_header .sticky-wrapper .menu_nav .mainmenu >.nav >li >a {
  color:#ffffff;
}
.admin-bar .is-sticky .mainmenu-area {
  background:#000000;
}
h1 {
  font-size:48px;
}
h2 {
  font-size:36px;
}
h3 {
  font-size:24px;
}
h4 {
  font-size:21px;
}
h5 {
  font-size:18px;
}
h6 {
  font-size:16px;
}
.comment-list,
.comment-list .children {
  list-style:none;
  padding:0;
}
.widget_rss ul a {
  display:block;
}
.title-bar-header {
  background-color:#101010 !important;
}
.page .main-content {
  padding:100px 0;
}
.logo-kloud {
  line-height:82px;
}
.logo_text {
  -webkit-background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  font-family:penna;
  font-size:48px;
  letter-spacing:2.5px;
  font-weight:bold;
  background:-webkit-linear-gradient(left,#43cea2,#185a9d);
  background:linear-gradient(left,#43cea2,#185a9d);
}
.nav {
  margin:0;
}
.pingback .comment-avatar {
  display:block !important;
}
.pingback .comment-date:after {
  display:none !important;
}
.content-inner .share {
  display:none;
}
.title-bar-header {
/*   padding-top:202px !important; */
/*   padding-bottom:174px !important; */
	background-color: white !important;
/*   background-image:url('../../../assets/images/title_bar.jpg'); */
}
.title-bar-header h4 {
  font-size:60px !important;
  color:#e6d295 !important;
}
.page-links {
  margin-top:15px;
}
.post-related.kloud-blog-holder.border-bottom .bog-image,
.post-related.kloud-blog-holder.border-center .bog-image {
  display:none;
}
.jws-blog-detail .blog-meta {
  display:none;
}
.jws-blog-detail .single-blog-page .blog-details .post-meta > .like {
  display:none;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .search-form .action-search span,
#jws_header .sticky-wrapper .menu_nav .jws-action .jws-icon-cart .cart-contents >span {
  color:#ffffff !important;
}
#jws_header .sticky-wrapper .menu_nav .jws-action .jws-icon-cart .cart-contents .jws-menu-cart-count {
  color:#171717 !important;
}
#attachment_907 {
  width:100% !important;
}
.is-sticky .mainmenu-area {
  background:#ffffff;
}
#wp-comment-cookies-consent {
  height:auto;
  display:inline;
  width:auto;
}
.comment-form-cookies-consent label {
  display:inline;
}
#back-to-top {
  display:none !important;
}.alignleft,
img.alignleft {
    margin-right: 1.5em;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {
    
/* not sure about this one */;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {color:#333333;}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff !important;  
}
.jws_blogs_content .alignleft {
    margin-top: 0;
}
.wp-block-gallery.alignfull.columns-3 {
    padding: 0 22px;
}
.wp-block-embed-twitter {
    margin: 0;
} .wp-block-quote cite {
  color: #6c7781;
}
 .wp-block-embed {
  margin-bottom: 1.5em;
}
 li {
  margin-bottom: 7px;
}
 .wp-block-image figcaption {
  margin-top: 1em;
}
 .wp-block-table td,
 .wp-block-table th {
  border: 0;
}
 .wp-block-quote.is-style-large cite,
 .wp-block-quote.is-style-large footer,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large footer {
  font-size: 14px;
}
 blockquote {
  border-left: 0;
}
 .wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
 pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
 .wp-block-button__link {
  padding: 15px 24px;
}
 .wp-block-column p {
  margin: 0;
}
 .wp-block-column {
  margin-bottom: 0;
}
 .wp-block-table td,
 .wp-block-table th {
  padding: 1.2em 0;
}
 .wp-block-cover.alignfull
 {
    position: relative;
    left: calc( -27.5% - 75px);
    width: calc( 155% + 150px);
    max-width: calc( 155% + 150px);
}
 .wp-block-gallery.alignfull {
    max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;  
 }
@media(max-width:767px) {
    .wp-block-cover.alignfull,
 .wp-block-gallery.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
} 
}
 .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
  padding-top: 1px;
}
 .wp-block-latest-posts {
  margin-bottom: 32px;
}
 .wp-block-cover.alignright {
  margin-bottom: 50px;
}
 blockquote p:last-child {
  margin-top: 0;
}
 .wp-block-image {
  margin-bottom: 1.9em;
}
 .wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
 .wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
 .alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
 .wp-block-cover-image.has-background-dim:before,
 .wp-block-cover.has-background-dim:before {
  z-index: 0;
}
 .wp-block-latest-posts {
  padding-left: 2.5em;
}
 .wp-block-quote.is-style-large,
 .wp-block-quote.is-large {
  border: 0;
}
 .wp-block-button {
  margin-bottom: 3em !important;
}
p {
    margin: 32px 0;
}
.jws-blog-detail .change_post .nav-box a .text-nav .content_nav {
    display: none !important;
}
.jws-blog-detail .change_post .nav-box a .text-nav .thumbnail_nav img {
    display: none;
}
.comments-area .comment-respond .comment-form input#wp-comment-cookies-consent {
    height: auto;
}
.dropdown-menu>li>a {
  white-space: break-spaces;  
}
.error-404 {
       height: 100vh;
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center; 
    -webkit-justify-content: center;
}
.error-404 > div > .page-title {
       font-size: 25px;
}
.footer-main {
/*     display: none; */
}
.main-content {
    padding-bottom: 50px;
}
.form-submit {
    margin-bottom: 0;
}
.sticky .content-blog {
       background: #f4f4f4; 
} 
body.page .main-content {
/*     max-width: 1170px; */
	width: unset;
/*     margin-top: 120px; */
    padding: 0 15px;
}
.wp-block-gallery.columns-2 {
    margin-top: 0;
}

.container {
	width: 90% !important;
}