/*
Theme Name: QuickMedic
Theme URI: http://quickmedic.com.mx
Author: Estrasol
Text Domain: quickmedic
Author URI: http://estrasol.com.mx
Description: Quick Medic.
Version: 1.0.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: quick medic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #666666
    Accent color: #f18500
[Typography]
    Body:       14px/20px "Open Sans",sans-serif;
    Heading:    "Lato",sans-serif
    Input, textarea: 14px/24px "Open Sans",sans-serif

[Component module]
    HEADERS
    WIDGETS
    BLOG
    SHOP
    DETAIL
    ALL EFFECT BANNER
    SHORTCODES
    FOOTER
    CUSTOM BOOSTRAP 5 COLUMNS
    RESPONSIVE

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

/*------------------------
COMMON STYLES
------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
}

label {
    font-weight: normal;
    color: #222222;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #f18500;
    outline: none;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 20px;
    /*margin-bottom: 0;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
}

input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], select,
input[type="search"] {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px 20px;
    max-width: 100%;
    background-color: #f8f8f8;
    width: 300px;
    max-width: 100%;
}

input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
}

.chosen-container-single .chosen-single {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
    background: none;
    box-shadow: none;
    background-color: #FFF;
    height: 40px !important;
    line-height: 40px !important;
}

.chosen-container-single .chosen-single span {
    margin: 0;
}

.chosen-container-single .chosen-single div b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    width: auto;
    height: auto;
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #F8F8F8;
    color: #333333;
}

.chosen-container-single .chosen-single div b {
    background: none !important;
}

.select2-drop {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e6e6e6;
}

.select2-container .select2-choice {
    border: 1px solid #e6e6e6;
    padding: 11px 20px;
    color: #414141;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #f8f8f8;
}

.select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}

.select2-drop.select2-drop-above .select2-search input {
    width: 100%;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:focus {
    outline: none;
}

.button,
input[type="submit"] {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.sticky {
    color: inherit;
}

.bypostauthor {
    color: inherit;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-center {
    text-align: center;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
    margin-bottom: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
    margin: 0 !important;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

iframe {
    max-width: 100% !important;
}

.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

table {
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    background-color: #fafafa;
}

th, td {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    padding: 9px;
    font-weight: normal;
}

table tr th:last-child,
table tr td:last-child {
    border-right: 0;
}

table tr:last-child td, table tr:last-child th {
    border-bottom: none;
}

/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    font-size: 0.8125rem;
    font-style: italic;
    color: #666;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin-bottom: 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 0;
}
button[disabled], html input[disabled] {
    display: inline-block!important;
}
.woocommerce .woocommerce-error {
    border-color: #fcf8e3;
}

.woocommerce .woocommerce-info {
    border-color: #dff0d8;
}

/* Breadcrumb */
.breadcrumb,
.woocommerce-breadcrumb {
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    color: #666666;
    margin-bottom: 30px;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
    color: #222;
}

.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
    color: #666666;
}

.breadcrumb > li + li::before,
.woocommerce-breadcrumb a:after {
    padding: 0 5px;
    color: #666666;
    content: "/\00a0";
    display: inline-block;
}

.owl-carousel .owl-item.active .owl-lazy {
    opacity: 1;
}

.owl-nav.disabled {
    display: none;
}

/*
.owl-carousel .owl-prev,
.owl-carousel .owl-next{
  display: block;
  width: 34px;
  height: 30px;
  border: 1px solid #E6E6E6;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #888888;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  margin: 0 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: block;
    width: 10px;
    height: 20px;
    border: none;
    text-align: center;
    line-height: 20px;
    font-size: 22px;
    color: #888888;
    border-radius: 3px;
    float: left;
    cursor: pointer;
    margin: 0 0 0 15px;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    color: #222;
}

.owl-carousel .owl-prev {
    margin-left: 0;
}

.owl-carousel .owl-next {
    margin-right: 0;
}

.owl-carousel .owl-nav:before,
.owl-carousel .owl-nav:after {
    content: '';
    display: table;
}

.owl-carousel .owl-nav:after {
    clear: both;
}

.krystal-contact .widgettitle,
.page-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

.wpcf7-form label {
    color: #555;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 5px;
}

.wpcf7-form .wpcf7-form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wpcf7-form .wpcf7-submit {
    color: #FFF;
    background: #f18500;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 30px;
    transition: 0.3s background;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #333;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    line-height: 20px;
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.main-container .krystal-contact .block-content .email,
.main-container .krystal-contact .block-content .phone,
.main-container .krystal-contact .block-content .address {
    padding-left: 70px;
    line-height: 20px;
    min-height: 56px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
}

.main-container .krystal-contact .block-content .email,
.main-container .krystal-contact .block-content .phone {
    padding-top: 7px;
}

.main-container .krystal-contact .block-content .email span,
.main-container .krystal-contact .block-content .phone span,
.main-container .krystal-contact .block-content .address span {
    display: block;
    text-transform: capitalize;
    line-height: 20px;
    color: #333333;
}

.main-container .krystal-contact .block-content i {
    background: #f18500;
    color: #ffffff;
    font-size: 17px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.krystal-contact-page .wpcf7-form label,
.krystal-contact-page .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}

.krystal-contact-page .wpcf7-form .wpcf7-textarea {
    padding: 15px 20px 16px 20px;
}
@media (min-width: 1200px) {
    .krystal-contact-page .wpcf7-form .wpcf7-textarea {
        height: 146px;
    }
    .krystal-contact-page .wpcf7-form .wpcf7-textarea, x:-moz-any-link {
        height: 150px;
    }
}
.krystal-contact-page .krystal-contact .block-content .email,
.krystal-contact-page .krystal-contact .block-content .phone,
.krystal-contact-page .krystal-contact .block-content .address {
    font-size: 13px;
    color: #888;
    line-height: 18px;
    width: 100%;
}

.krystal-contact-page .krystal-contact .block-content .email span,
.krystal-contact-page .krystal-contact .block-content .phone span,
.krystal-contact-page .krystal-contact .block-content .address span {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    font-weight: 600;
}

.krystal-contact-page .krystal-contact .block-content i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 1199px) {
    .krystal-contact-page .wpcf7 {
        margin-bottom: 20px;
    }
}

.krystal-accordions-about-us .panel-title {
    font-size: 13px;
    line-height: 40px;
    padding: 0;
    background: none;
    border: none;
}

.krystal-accordions-about-us .panel.panel-default,
.krystal-accordions-about-us .panel-heading,
.krystal-accordions-about-us .panel-body,
.krystal-accordions-about-us .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.krystal-accordions-about-us .panel-body {
    padding-left: 70px !important;
}

.krystal-accordions-about-us.panel-group .panel + .panel {
    margin-top: 25px;
}

.krystal-accordions-about-us .panel-title > a:before {
    display: inline-block;
    border: 1px solid #f18500;
    background: #f18500;
    width: 45px;
    height: 40px;
    text-align: center;
    line-height: inherit;
    font-family: FontAwesome;
    content: "\f067";
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 20px;
}

.krystal-accordions-about-us .panel-title > a.collapsed:before {
    content: "\f068";
    background: none;
    color: #666;
    border: 1px solid #e6e6e6;
}

.krystal-accordions-about-us .panel-title > a:hover:before {
    color: #FFF;
}

.nav-style2 .owl-prev,
.nav-style2 .owl-next {
    width: 18px;
    height: 46px;
    border: none;
    line-height: 46px;
    background-color: #dddddd;
}

.nav-style2 .owl-prev {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.nav-style2 .owl-next {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.owl-carousel.nav-center .owl-prev,
.owl-carousel.nav-center .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    visibility: hidden;
    opacity: 0;
}

.owl-carousel.nav-center.nav-style2 .owl-prev,
.owl-carousel.nav-center.nav-style2 .owl-next {
    margin-top: -23px;
}

.owl-carousel.nav-center:hover .owl-prev,
.owl-carousel.nav-center:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.nav-center .owl-next {
    right: -50px;
}

.owl-carousel.nav-center .owl-prev {
    left: -50px;
}

.owl-carousel.nav-center:hover .owl-next {
    right: 0;
}

.owl-carousel.nav-center:hover .owl-prev {
    left: 0;
}

.nav-top-right .owl-nav,
.nav-top-left .owl-nav {
    position: absolute;
    right: 0;
    top: -38px;
}

.nav-top-left .owl-nav {
    right: inherit;
    left: 0;
}

/*---------------------
Layout
-----------------------*/
.container-wapper {
    max-width: 1810px;
    padding: 0 15px;
    margin: 0 auto;
}

.main-container {
    padding: 35px 0;
}

.main-container.left-slidebar .main-content {
    float: right;
}

/*---------------------
HEADERS
-----------------------*/
.top-header {
    background-color: #f9f9f9;
}

.top-bar-menu {
    display: inline-block;
    float: left;
    padding: 0;
    font-size: 13px;
}

.top-bar-menu.right {
    float: right;
}

.top-bar-menu li {
    list-style: none;
    position: relative;
}

.top-bar-menu > li {
    display: inline-block;
    padding: 6px 0;
}

.top-bar-menu > li > a {
    display: inline-block;
    line-height: 15px;
    padding: 0 20px;
}

.top-bar-menu.left > li > a {
    padding: 0 12px;
    color: #555;
}

.top-bar-menu.right > li > a {
    padding: 0 17px;
}

.top-bar-menu a > .icon {
    display: inline-block;
    margin-right: 3px;
}

.top-bar-menu > li:first-child > a {
    padding-left: 0;

}

.top-bar-menu > li:last-child > a {
    padding-right: 0;
    border: none;
}

.top-bar-menu.right > li {
    position: relative;
}

.top-bar-menu.right > li:after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "";
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

.top-bar-menu > li:last-child:after {
    display: none;
}

.top-bar-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 122px;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.11);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    border: none;
    margin: 0;
    border-radius: 0;
    display: block;
}

.top-bar-menu .switcher-language .submenu {
    min-width: 132px;
}

.top-bar-menu .show-submenu > .submenu,
.top-bar-menu .dropdown.open > .submenu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 0;
}

.top-bar-menu.right .submenu {
    left: inherit;
    right: 0;
    z-index: 999;
}

.top-bar-menu .submenu > li > a {
    display: inline-block;
    color: #999;
    padding: 0 15px;
    width: 100%;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
}

.top-bar-menu .submenu > li:hover > a,
.top-bar-menu .submenu > li.active > a {
    background-color: #F8F8F8;
    color: #666;
}

.top-bar-menu .menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.top-bar-menu.left .menu-item-has-children > a:after {
    display: none;
}

.top-bar-menu .currency > a:after {
    display: none;
}

.top-bar-menu .currency > a > span:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.top-bar-menu .currency > a > span {
    line-height: 15px;
}

.top-bar-menu.left .toggle-submenu {
    text-align: right;
    height: 32px;
    line-height: 32px;
}

.main-header {
    padding-top: 30px;
    padding-bottom: 25px;
}

.sticky-wrapper.is-sticky .main-header {
    padding: 15px 0;
}

.sticky-wrapper.is-sticky .block-nav-categori .verticalmenu-content {
    opacity: 0;
    visibility: hidden;
}

/* Main menu*/
.main-menu {
    padding: 0;
}

.main-menu:before,
.main-menu:after {
    content: '';
    display: table;
}

.main-menu:after {
    clear: both;
}

.main-menu li {
    list-style: none;
    position: relative;
}

.main-menu > li {
    display: inline-block;
    float: left;
}

.main-menu > li > a {
    font-size: 14px;
    color: #555;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 20px;
}

.main-menu > li:first-child > a {
    padding-left: 0;
}

.main-menu > li:last-child > a {
    padding-right: 0;
}

.main-menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.main-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.main-menu .show-submenu > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .submenu > li > a {
    display: inline-block;
    color: #999;
    padding: 0 15px;
    width: 100%;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
}

.main-menu .submenu > li:hover > a,
.main-menu .submenu > li.active > a {
    background-color: #F8F8F8;
    color: #666;
}

.main-menu .submenu .submenu {
    left: 100%;
    top: 0;
}

.megamenu .widget .widgettitle {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
}

.megamenu .widget {
    font-size: 13px;
    color: #666;
}

.megamenu .widget_nav_menu li {
    line-height: 36px;
    border-top: 1px solid #e6e6e6;
}

.megamenu .widget_nav_menu li:first-child {
    border: none;
}

.submenu.megamenu .krystal-scustommenu ul.menu {
    padding-left: 0;
}

.toggle-submenu {
    width: 22px;
    height: 42px;
    text-align: left;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #222;
    display: none;
    cursor: pointer;
}

.toggle-submenu:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

html.touch .toggle-submenu {
    display: block;
}

html.touch .main-menu > .menu-item-has-children > a:after {
    display: none;
}

/* Vertical menu */
.vertical-wapper .block-title {
    display: inline-block;
    text-align: left;
    padding: 10px 0 10px 22px;
}

.vertical-wapper .block-title span {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.vertical-wapper .block-title span.icon-bar {
    margin-right: 20px;
    width: 16px;
    height: 12px;
    margin-top: 9px;
}

.vertical-wapper .block-title span.icon-bar > span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 3px;
    float: left;
}

.vertical-wapper .block-title span.icon-bar > span:last-child {
    margin-bottom: 0;
}

/* header-sticky*/
.header-sticky {
    background-color: #fff;
}

.sticky-wrapper.is-sticky .header-sticky {
    z-index: 1111 !important;
}

.admin-bar .sticky-wrapper.is-sticky .header-sticky {
    top: 32px !important;
}

.is-sticky .header-sticky {
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    top: 0;
    animation: slideInUp 0.7s;
    -moz-animation: slideInUp 0.7s;
    -webkit-animation: slideInUp 0.7s;
}
.header-sticky ul.clone-main-menu {
    margin-bottom: 0;
}

/*MINI CART */
.header-control {
    display: inline-block;
    float: right;
}

.block-minicart {
    display: inline-block;
    float: right;
    position: relative;
}

.block-minicart:hover .mini-cart-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.block-minicart .cartlink {
    line-height: 16px;
    color: #555;
    float: left;
}

.block-minicart .cartlink .text2 {
    font-size: 13px;
    margin-top: -3px;
    display: inline-block;
}

.block-minicart .cartlink .amount {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.block-minicart .cartlink .cart-icon {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: normal;
    margin-right: 15px;
    float: left;
}

.block-minicart .cartlink .cart-icon:before {
    font-family: 'FontAwesome';
    content: "\f290";
    color: #222;
}

.block-minicart .cartlink .cart-icon .count {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-size: 11px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -10px;
    background: #f18500;
}

.mini-cart-content .minicart-content-wrapper {
    position: relative;
}

.mini-cart-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 305px;
    background-color: #fff;
    z-index: 100;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;

}

.mini-cart-content .minicart-items-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.mini-cart-content .minicart-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    text-align: left;
    margin-bottom: 22px;
}

.minicart-items {
    padding: 0;
    margin: 0;
}

.minicart-items .item {
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.minicart-items .item .thumb {
    width: 80px;
    border: none;
    float: left;
}

.minicart-items .item .info {
    overflow: hidden;
    padding-left: 10px;
}

.minicart-items .item .product-name {
    font-size: 14px;
    margin-bottom: 2px;
    color: #1268b8;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.minicart-items .item .number .qty {
    font-size: 0;
}

.minicart-items .item .woocommerce-Price-amount {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    display: inline-block;
}

.minicart-items .item .delete {
    float: right;
    font-size: 0;
    color: #888;
    top: 0;
    position: absolute;
    right: 0;
}

.minicart-items .item .delete:hover {
    color: #222;
}

.minicart-items .item .delete::before {
    display: inline-block;
    content: "\f00d";
    font-size: 14px;
    font-family: FontAwesome;
}

.mini-cart-content {
    top: calc(100% + 20px);
    border-top: 3px solid #f18500;
}

.mini-cart-content:before {
    content: "\f0d8";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 18px;
    vertical-align: top;
    line-height: 4px;
    font-size: 30px;
}

.mini-cart-content .subtotal {
    padding: 5px 0 17px 0;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.mini-cart-content .subtotal .woocommerce-Price-amount {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.mini-cart-content .actions {
    padding-bottom: 13px;
}

.mini-cart-content .actions .button {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #aaa;
    border-radius: 4px;
    padding: 10px 30px;
}

.mini-cart-content .actions .button.btn-checkout:hover {
    background-color: #333;
    transition: background 0.3s;
}

/* has-vertical-menu */
.header-nav {
}

.header-nav-inner {
    display: table;
    width: 100%;
}

.header-nav .block-nav-categori,
.header-nav .box-header-nav {
    display: table-cell;
    vertical-align: middle;
}

.header-nav .block-nav-categori {
    width: 295px;
}

/* Vertical menu */
.block-nav-categori {
    position: relative;
}

.block-nav-categori .block-title {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.block-nav-categori .verticalmenu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 295px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.block-nav-categori .icon-bar {
    width: 20px;
    margin-right: 20px;
    padding-right: 10px !important;
}

.vertical-wapper .block-title span {
    display: table-cell;
    vertical-align: middle;
}

.vertical-wapper .block-title span.text {
    padding-left: 15px;
}

.block-nav-categori .icon-bar > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 3px;
}

.block-nav-categori .icon-bar > span:last-child {
    margin-bottom: 0;
}

.vertical-menu {
    padding: 0;
}

.vertical-menu li {
    list-style: none;
    position: relative;
}

.vertical-menu li a {
    position: relative;
}

.vertical-menu > li {
    padding: 0 16px;
    line-height: 45px;
}

.vertical-menu > li:after {
    content: '';
    display: block;
    height: 1px;
    /*background-color: #f3f3f3;*/
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: none;
}

.vertical-menu > li > a {
    display: block;
    border-top: 1px solid #f3f3f3;
    color: #666;
}

.vertical-menu > li:first-child > a {
    border: none;
}

.vertical-menu > li:hover > a,
.vertical-menu > li.active > a,
.vertical-menu > li:hover,
.vertical-menu > li.active {
    background-color: #f3f3f3;
    color: #222222;
    font-weight: 600;
}

.vertical-menu > li:hover:after,
.vertical-menu > li.active:after {
    display: block;
}

.vertical-menu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background-color: #fff;
    padding: 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.vertical-menu .show-submenu > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.vertical-menu .submenu > li {
    padding: 0 16px;
}

.vertical-menu .submenu > li > a {
    display: block;
    border-top: 1px solid #f3f3f3;
    color: #666;
}

.vertical-menu .submenu > li:first-child > a {
    border: none;
}

.vertical-menu .toggle-submenu {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
}

.vertical-menu .toggle-submenu:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #888888;
}

.vertical-menu .megamenu {
    /*padding: 40px;*/
}

.block-nav-categori .view-all-categori {
    line-height: 38px;
    padding: 0 16px;
    display: none;
}

.block-nav-categori .view-all-categori > a {
    color: #666;
    display: block;
    border-top: 1px solid #e6e6e6;
}

.block-nav-categori .view-all-categori > a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    margin-left: 5px;
}

.block-nav-categori .view-all-categori > a:hover {
    color: #222;
}

.block-nav-categori.show-button-all .view-all-categori {
    display: block;
}

.vertical-menu .link-orther {
    display: none;
}

.categori-open .block-nav-categori.has-open .verticalmenu-content,
.block-nav-categori.open-on-home .verticalmenu-content {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

@media (min-width: 1200px) {
    .home-cat-open .block-nav-categori .verticalmenu-content {
        opacity: 1;
        visibility: visible;
    }
}

/* box-header-nav */
.box-header-nav {
    padding-left: 30px;
}

.form-search-width-category {
    display: table;
    width: 100%;
    max-width: 664px;
    background-color: #fff;
    padding: 6px 0;
    border-radius: 3px;
    float: left;
}

.form-search-width-category .category,
.form-search-width-category .form-content {
    display: table-cell;
    vertical-align: middle;
}

.form-search-width-category .category {
    width: 150px;
    border-right: 1px solid #ededed;
}

.form-search-width-category .category select {
    width: 100%;
    padding: 3px 20px;
}

.form-search-width-category .chosen-container-single .chosen-single {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #555;
    border-radius: 0;
    padding: 0 20px;
    height: 30px !important;
    line-height: 30px !important;
    box-shadow: none;
}

.form-search-width-category .chosen-container-single .chosen-single > span {
    font-size: 13px;
    margin: 0;
    color: #888888;
}

.form-search-width-category .chosen-container.chosen-with-drop .chosen-drop {
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form-search-width-category .chosen-container.chosen-with-drop .chosen-drop .highlighted {
    background-color: #F8F8F8;
}

.form-search-width-category .chosen-container .chosen-results li.active-result {
    font-size: 13px;
    padding: 10px 10px;
}

.form-search-width-category .chosen-container {
    margin: 0;
}

.form-search-width-category .form-content .inner {
    position: relative;
}

.form-search-width-category .form-content .input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 5px 20px;
    padding-right: 80px;
    font-size: 13px;
    color: #888;
}

.form-search-width-category .form-content .btn-search {
    width: 60px;
    height: 30px;
    border: none;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #ededed;
    font-weight: 700;
}

.form-search-width-category .form-content .btn-search:before {
    font-family: 'Linearicons-Free';
    content: "\e86f";
    font-size: 26px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.hotline {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #ffffff;
    line-height: 40px;
    text-align: right;
    white-space: nowrap;
    min-width: 190px;
}

.show-mainmenu {
    display: none;
}

/* Header style 1*/
.header .bottom-header.header-sticky {
    margin-bottom: 0;
}

.header .bottom-header.header-sticky .box-header-nav {
    float: left;
}

.header.style1 .box-header-nav {
    padding-left: 0;
}

.header.style1 .top-bar-menu.right .submenu {
    -webkit-box-shadow: 0 2px 10px -0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px -0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px -0 rgba(0, 0, 0, 0.2);
}

.header.style1 .top-bar-menu .submenu > li > a {
    color: #333;
    font-size: 13px;
    background: none;
}

.header.style1 .main-menu > li > a {
    padding: 11px 25px;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
}

.header.style1 .main-menu > li:first-child > a {
    padding-left: 0;
}

.header.style1 .block-nav-categori .block-title {
    color: #222222;
}

.header.style1 .form-search {
    border: 1px solid #E6E6E6;
    position: relative;
}

.header.style1 .form-search-width-category .form-content .inner {
    position: static;
}

.header.style1 .form-search-width-category .form-content .btn-search:before {
    display: none;
}

.header.style1 .form-search-width-category .form-content .btn-search {
    font-size: 13px;
    padding: 0 15px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    width: auto;
    height: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 600;
    top: -1px;
    right: -1px;
    background: #f18500;
}

.header.style1 .form-search-width-category .chosen-container-single .chosen-single div b:before {
    content: "\f107";
    font-weight: normal;
    color: #555;
}

.form-search.form-search-width-category .chosen-container.chosen-with-drop .chosen-drop {
    width: 230px;
}

.form-search.form-search-width-category .chosen-container-single .chosen-search input[type="text"] {
    border-color: #e6e6e6;
}

.form-search.form-search-width-category .chosen-container .chosen-results {
    padding-left: 25px;
}

.form-search-width-category .chosen-container .chosen-results li.active-result {
    line-height: 24px;
    padding: 0;
    color: #666666;
}

.form-search-width-category .chosen-container.chosen-with-drop .chosen-drop .highlighted {
    background: none;
    color: #000000;
    font-weight: bold;
}

.header.style1 .main-header {
    padding: 20px 0;
}

.header.style1 .logo {
    padding: 10px 0;
}

.header.style1 .header-control {
    padding: 0;
    margin-top: 7px;
}

.header.style1 .woo-wishlist-link,
.header.style1 .woo-compare-link {
    display: inline-block;
    font-size: 13px;
    padding-right: 15px;
    line-height: 36px;
    float: left;

}

.header.style1 .has-wishlist-link .block-minicart {
    padding-left: 15px;
    float: right;
}

.header.style1 .woo-wishlist-link {
    font-size: 0;
}

.header.style1 .woo-wishlist-link:before,
.header.style1 .woo-compare-link:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f08a";
    font-size: 22px;
    font-weight: normal;
    margin-right: 0;
    vertical-align: middle;
    margin-top: -3px;
    color: #666;
}

.header.style1 .woo-compare-link:before {
    content: "\e871";
}

.header.style1 .search-icon-mobile {
    width: auto;
    height: 31px;
    line-height: 31px;
    border-right: 1px solid #E6E6E6;
    padding-right: 15px;
    margin-right: 15px;
    float: left;
    padding-left: 15px;
}

.middle-menu {
    padding: 0;
    margin-bottom: 7px;
}

.middle-menu li {
    display: inline-block;
    list-style: none;
    font-size: 13px;
}

.middle-menu li a {
    display: inline-block;
    padding: 0 20px;
}

.middle-menu li:first-child a {
    padding-left: 0;
}

.middle-menu li:last-child a {
    padding-right: 0;
}

.middle-menu .icon {
    margin-right: 5px;
    display: inline-block;
    margin-top: 3px;
    float: left;
}

.sticky-wrapper.is-sticky .header-nav .block-nav-categori {
    width: 44px;
}

.header.style1 .sticky-wrapper.is-sticky .block-nav-categori .block-title {
    font-size: 0;
    padding: 11px 12px;
}

.header.style1 .sticky-wrapper.is-sticky .block-nav-categori .block-title .icon-bar {
    margin: 0;
}

.sticky-wrapper.is-sticky .block-nav-categori.open-on-home .verticalmenu-content {
    opacity: 0;
    visibility: hidden;
}

.mobile-navigation {
    display: block;
    line-height: 44px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    display: none;
}

.mobile-navigation:hover,
.mobile-navigation:focus {
    color: #222;
}

.mobile-navigation .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    float: left;
    padding: 10px;
    padding-top: 16px;
}

.mobile-navigation .icon > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 3px;
}

/*Menu mobile*/
/*.box-mobile-menu {*/
/*position: fixed;*/
/*top: 0;*/
/*left: -320px;*/
/*width: 320px;*/
/*height: 100vh;*/
/*background-color: #fff;*/
/*z-index: 100;*/
/*-webkit-transition: all 0.3s ease 0s;*/
/*-o-transition: all 0.3s ease 0s;*/
/*transition: all 0.3s ease 0s;*/
/*z-index: 999;*/
/*-webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);*/
/*-moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);*/
/*box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);*/
/*}*/
/*.box-mobile-menu.open {*/
/*left: 0;*/
/*}*/
/*.box-mobile-menu .box-inner {*/
/*position: relative;*/
/*padding: 15px;*/
/*overflow-y: auto;*/
/*height: 100%;*/
/*overflow-x: hidden;*/
/*}*/
/*.box-mobile-menu .close-menu {*/
/*width: 35px;*/
/*height: 35px;*/
/*border-width: 1px;*/
/*border-style: solid;*/
/*border-color: #e6e6e6;*/
/*display: inline-block;*/
/*line-height: 33px;*/
/*text-align: center;*/
/*color: #666;*/
/*float: right;*/
/*margin-top: 5px;*/
/*}*/
/*.admin-bar .box-mobile-menu{*/
/*top: 32px;*/
/*}*/
/*.box-mobile-menu .main-menu{*/
/*padding-top: 40px;*/
/*display: block;*/
/*width: 100%;*/
/*}*/
/*.box-mobile-menu .main-menu:before,*/
/*.box-mobile-menu .main-menu:after{*/
/*content: '';*/
/*display: table;*/
/*}*/
/*.box-mobile-menu .main-menu:after{*/
/*clear: both;*/
/*}*/
/*.box-mobile-menu .main-menu>li{*/
/*display: block;*/
/*width: 100%;*/
/*padding: 0;*/
/*float: left;*/
/*}*/
/*.box-mobile-menu .main-menu>li>a{*/
/*padding: 10px 0;*/
/*width: calc(100% - 40px);*/
/*border-bottom: 1px solid #e6e6e6;*/
/*font-size: 14px;*/
/*color: #222;*/
/*font-weight: 600;*/
/*}*/
/*.box-mobile-menu .main-menu>li.menu-item-has-children>a:after{*/
/*float: right;*/
/*display: none;*/
/*}*/
/*.box-mobile-menu .main-menu>li.menu-item-has-children .toggle-submenu{*/
/*width: 40px;*/
/*position: static;*/
/*line-height: 40px;*/
/*cursor: pointer;*/
/*color: #222;*/
/*text-align: center;*/
/*display: inline-block;*/
/*z-index: 10;*/
/*}*/
/*.box-mobile-menu .main-menu>li.menu-item-has-children .toggle-submenu:before{*/
/*content: "\f107";*/
/*font-family: 'FontAwesome';*/
/*}*/
/*.box-mobile-menu .main-menu .submenu,*/
/*.box-mobile-menu .main-menu .submenu .submenu{*/
/*display: none;*/
/*border: none;*/
/*padding: 20px 0;*/
/*visibility: visible;*/
/*opacity: 1;*/
/*filter: alpha(opacity=100);*/
/*position: relative;*/
/*border-bottom: 1px solid #e1e1e1;*/
/*width: 100%!important;*/
/*left: 0!important;*/
/*-webkit-box-shadow: 1px 1px 5px 0px rgba(56,56,56,0);*/
/*-moz-box-shadow: 1px 1px 5px 0px rgba(56,56,56,0);*/
/*box-shadow: 1px 1px 5px 0px rgba(56,56,56,0);*/

/*}*/
/*.box-mobile-menu .main-menu .show-submenu>.submenu{*/
/*display: block;*/
/*}*/
/*.box-mobile-menu .main-menu .submenu .submenu{*/
/*border: none;*/
/*}*/
/*.box-mobile-menu .main-menu .submenu .submenu>li>a{*/
/*border: none;*/
/*}*/
.block-search-mobile {
    position: absolute;
    z-index: 999;
    max-width: 100%;
    min-width: 290px;
    top: 30%;
    left: 50%;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.block-search-mobile.open {
    visibility: visible;
    opacity: 1;
}

.block-search-mobile .form-content {
    position: relative;
    padding: 50px;
}

.block-search-mobile .inner {
    position: relative;
}

.block-search-mobile .input {
    border: none;
    width: 100%;
    border-bottom: 2px solid #ededed;
    padding-left: 0;
    background-color: #fff;
    padding-right: 50px;
}

.block-search-mobile .btn-search {
    width: 56px;
    height: 44px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 20px;
    line-height: 44px;
}

.block-search-mobile .btn-search:before {
    font-family: 'Linearicons-Free';
    content: "\e86f";
    font-size: 22px;
}

.block-search-mobile .close-block-serach {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

body.open-block-serach:before {
    content: '';
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.search-icon-mobile {
    display: inline-block;
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    display: none;
}

.search-icon-mobile:before {
    font-family: 'Linearicons-Free';
    content: "\e86f";
    font-size: 22px;
}

/* header style2 */
.header.style2 .top-header .text {
    font-size: 13px;
    display: inline-block;
    line-height: 32px;
    color: #555;
}

.header.style2 .bottom-header {
    background-color: #f6f6f6;
    height: 50px;
}

.header .header-nav-inner .vertical-wapper,
.header .header-nav-inner .box-header-nav {
    display: inline-block;
}

.header .header-nav-inner .vertical-wapper {
    width: 270px;
    float: left;
}

.header .header-nav-inner .box-header-nav {
    width: calc(100% - 270px);
}

.header .vertical-wapper .block-title {
    padding: 10px 0 10px 20px;
}

.header.style2 .box-header-nav .main-menu {
    padding-left: 20px;
}

.header.style2 .main-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header.style2 .toggle-submenu {
    height: 50px;
    line-height: 50px;
}

.header .block-nav-categori .verticalmenu-content {
    min-width: 270px;
}

.header .vertical-menu > li {
    line-height: 43px;
}

.header .block-nav-categori .view-all-categori {
    line-height: 40px;
}

.header .block-nav-categori .view-all-categori a {
    border-top: 1px solid #e6e6e6;
}

.header .vertical-menu > li > a {
    border-top-color: #e6e6e6;
    color: #333;
}

.header .vertical-menu > li:hover > a,
.header .vertical-menu > li.active > a,
.header .vertical-menu > li:hover, .vertical-menu > li.active {
    background-color: transparent;
}

.header.is-sticky .block-nav-categori .verticalmenu-content {
    visibility: hidden;
    opacity: 0;
}
.header.is-sticky .vertical-wapper.has-open .verticalmenu-content {
    visibility: visible;
    opacity: 1;
}
/*------------------------------
 WIDGETS
 ------------------------------*/
/* krystal slider */
.krystal-slider > .title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    font-weight: bold;
}

.krystal-slider .krystal-categories {
    border-bottom: 5px solid transparent;
}

.krystal-slider .krystal-categories .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.krystal-slider .krystal-categories .info .title {
    font-size: 13px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 16px;
    padding: 0;
    font-weight: 600;
}

.brand-slider-border-right .owl-item.active {
    border-right: 1px solid #e6e6e6;
}

.brand-slider-border-right .owl-item.active.item-last {
    border-right: none;
}

/**/

.item-product {
    margin-bottom: 15px;
}

.item-product .thumb,
.item-product .info {
    display: inline-block;
    float: left;
}

.item-product .thumb {
    width: 80px;
    margin-right: 10px;
}

.item-product .info {
    width: calc(100% - 90px);
}

.item-product .product-title {
    width: 100%;
    display: inline-block;
    line-height: 22px;
    float: left;
}

.item-product .price {
    line-height: 22px;
}

.item-product .price ins {
    text-decoration: none;
}

.widget ul.product_list_widget {

}

.widget ul.product_list_widget a > img {
    width: 80px;
    margin-right: 10px;
}

/* Add to cart button */
.add_to_cart_button,
.added_to_cart,
.product_type_variable,
.product_type_grouped,
.product_type_simple {
    height: 36px;
    width: 200px;
    display: inline-block;
    font-size: 14px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
}

.add_to_cart_button:hover,
.added_to_cart:hover,
.product_type_variable:hover,
.product_type_grouped:hover,
.product_type_simple:hover {
    color: #FFF;
}

/*--------------------
 BLOG
 -------------------*/
.post-grid, .post-list {
    border-bottom: 1px solid #e6e6e6;
}

.post-item {
    padding: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
    box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
}

.post-item .post-thumb {
    position: relative;
}

.post-item p, .post-item a {
    color: #666;
    font-size: 13px;
}

.post-item .post-item-info {
}

.post-item .post-name {
    margin: 15px 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 31px;
}

.post-item .post-name a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}

.post-item .post-metas {
    font-size: 13px;
    margin-bottom: 13px;
}

.post-item .post-metas > span {
    padding-right: 20px;
}

.post-item .post-metas > span.sticky-post {
    color: red;
    font-weight: bold;
}
.post-item .post-metas > span.sticky-post:before {
    font-family: 'FontAwesome';
    content: "\f097";
    margin-right: 7px;
}
.post-item .comment {
    color: #aaa;
}

.post-item .comment i {
    color: #888;
}

.post-item .author {
}

.post-item .time {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 64px;
    padding: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.post-item .time > span {
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 15px;
}

.post-item .post-excerpt {
    font-size: 14px;
    line-height: 20px; /* fix feedback */
    margin-bottom: 18px;
}

.post-item .button {
    padding: 0 35px;
    border-radius: 3px;
    height: 43px;
    line-height: 43px;
}

.post-item .button:hover {
    opacity: 0.8;
}

.post-item .button .text {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}

/* blog item */
.blog-item .post-thumb {
    position: relative;
}

.blog-item *, .blog-item a {
    color: #666;
    font-size: 13px;
}

.blog-item .post-item-info {
}

.blog-item .post-name {
    margin: 15px 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item .post-name a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}

.blog-item .post-metas {
    font-size: 13px;
    margin-bottom: 13px;
}

.blog-item .post-metas > span {
    padding-right: 20px;
}

.blog-item .comment {
    color: #aaa;
}

.blog-item .comment i {
    color: #888;
}

.blog-item .time {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 68px;
    padding: 16px 6px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
}

.blog-item .time > * {
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
}

.blog-item .post-excerpt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
}

/* blog grid */
.post-grid .post-item .post-metas {
    margin-bottom: 20px;
}

/* blog panination */
.navigation.pagination {
    margin: 20px 0 0 0;
    text-align: right;
    width: 100%;
}

.screen-reader-text {
    display: none;
}

.nav-links .page-numbers,
.page-links span {
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #333333;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 5px 0;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.page-links span:hover,
.page-links > span {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #f18500;
    border-color: #f18500;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
}

.nav-links .page-numbers.next {
    margin-right: 0;
}

.nav-links .page-numbers.prev {
    margin-left: 0;
}

/* Home Blog */
.krystal-blogs > .title {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px;
    margin-bottom: 10px;
}

.krystal-blogs .blog-item .post-name a {
    color: #333;
}

.krystal-blogs .count-comment {
    color: #aaa;
}

.krystal-blogs .count-comment .fa-comment {
    color: #888;
}

.krystal-blogs .blog-item .time {
    padding: 12px 0;
    height: 60px;
    width: 60px;
    font-weight: 600;
    line-height: 18px;
}

.krystal-blogs .blog-item .time > * {
    line-height: 18px;
}

/* widget blog */
.sidebar-blog .widget {
    margin-bottom: 30px;
}

.sidebar-blog .widgettitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 16px;
    color: #222;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    /* margin-bottom: 0; */
}

.sidebar-blog .widget li {
    font-size: 13px;
}

.sidebar-blog .widget_recent_entries .widgettitle {
    margin-bottom: 15px;
}

.sidebar-blog .widget_recent_entries li > a {
    color: #555;
}

.sidebar-blog .widget > ul {
    padding-left: 0;
}

.sidebar-blog .widget ul > li {
    list-style: none;
    line-height: 20px;
    padding: 0;
}

/* search */
.widget_search .searchform {
    position: relative;
    width: 100%;
}

.widget_search .searchform .search-field {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background: none;
    font-size: 13px;
    color: #888;
    width: 100%;
}

.widget_search .searchform .button {
    font-size: 0;
    padding: 0;
    line-height: 40px;
    background: none;
    position: absolute;
    right: 10px;
    top: 0;
}

.widget_search .searchform .button:before {
    color: #555;
    display: inline-block;
    width: 30px;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    content: "\f002";
    font-family: 'FontAwesome';

}

.widget_categories li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    line-height: inherit;
    font-size: 13px;
    margin-right: 5px;
}

/* single blog */
.post-detail .post-item {
    margin-bottom: 30px;
}

.post-detail .tags {
    margin-bottom: 10px;
}

/* post-footer */
.tags * {
    font-size: 14px;
    line-height: 18px;
}

.tags .label {
    text-transform: uppercase;
    color: #222;
}

.tags a {
    color: #f18500;
}

/* author info */
.post-arthur {
    padding: 15px;
    margin-bottom: 35px;
    display: inline-block;
    clear: both;
    -webkit-box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
    box-shadow: 1px 0px 4px 0px rgba(170, 170, 170, 0.75);
}

.post-arthur .avata {
    display: inline-block;
    width: 168px;
    height: 168px;
    border: 1px solid #e6e6e6;
    margin-right: 15px;
    float: left;
}

.post-arthur .des {
    display: inline-block;
    width: calc(100% - 190px);
    line-height: 20px;
    color: #555;
}

.post-arthur .des > .name {
    color: #222;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* post-comments */
.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
}

.comment-form label {
    display: block;
    width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.comment-form input[type="password"],
.comment-form input[type="tel"],
.comment-form input[type="search"] {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: none;
    width: 100%;
}

.comment-form .form-submit .button {
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    height: 40px;
    text-transform: uppercase;
    border-radius: 3px;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form p.comment-notes {
    margin-bottom: 20px;
}

.comment-form p.form-submit {
    margin-top: 5px;
}

.comments .comment-body {
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.comments .children {
    padding-left: 30px;
}

.comment-content .head .author {
    font-weight: 600;
    color: #000000;
}
.comment-content > .head {
    margin-bottom: 20px;
}
.comment-content .coment-text p {
    margin-bottom: 10px;
}

.post-comments .comments {
    padding-left: 0;
}
#comments .comment-body > .comment-content {
    display: flex;
}
#comments .comment-content .comment-avatar {
    margin-right: 10px;
    min-width: 68px;
}
/*------------------------------
 SHOP
 ------------------------------*/
/* shop-page */
.shop-page .page-title {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
}

.toolbar-products {
    padding: 7px 28px;
    background-color: #eee;
    margin-bottom: 15px;
}

.toolbar-products .woocommerce-ordering {
    float: left;
}

.toolbar-products .chosen-container-single .chosen-single {
    height: 34px !important;
}

.toolbar-products .chosen-container-single .chosen-single span {
    font-size: 13px;
    line-height: 33px;

}

.toolbar-products .chosen-container-single .chosen-single div b:before {
    line-height: 33px;
    display: inherit;
}

.toolbar-products .modes {
    text-align: right;
}

.toolbar-products .modes a {
    line-height: 16px;
    font-size: 13px;
    line-height: 34px;
    display: inline-block;
}

.toolbar-products .modes a:before {
    margin-right: 7px;
    float: left;
    display: inline-block;
    content: '';
    height: 34px;
    width: 15px;
    background: url(images/modes_bg.png) 0 9px transparent no-repeat;
}

.toolbar-products .modes a.mode-list {
    margin-left: 20px;
}

.toolbar-products .modes a.mode-list:before {
    width: 17px;
}

.toolbar-products .modes a.mode-list:before {
    background-position: -30px 9px;
}

.toolbar-products .modes a:hover:before,
.toolbar-products .modes a.active:before {
    background-position: -15px 9px;
}

.toolbar-products .modes a.mode-list:hover:before,
.toolbar-products .modes a.mode-list.active:before {
    background-position: -47px 9px;
}

ul.product_list_page {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 0;
}
ul.product_list_page ul {
    padding-left: 0;
}
ul.product_list_page .item-product {
    width: 100%;
    display: inline-block;
}

.owl-carousel:not(.thumbnails) .owl-item .product_list_page img {
    transform-style: flat;
}

.product_list_widget.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -37px;
}

.button, input[type="submit"] {
    padding: 11px 25px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: 0.3s background;
}

.button:hover, input[type="submit"]:hover {
    background-color: #333;
    color: #FFF;
}

.vc_row .position-bottom-column {
    width: 100wv;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hidden-title-page .page-title {
    display: none;
}

/* Product style global */
.product-info-stock-sku {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 13px;
}

.product-info-stock-sku .stock.available .label-available {
    color: #666666;
}

.yith-wcwl-add-to-wishlist,
.compare-button,
.compare.button {
    float: left;
    margin-top: 0;
    text-align: left;
}

.compare-button,
.compare.button {
    float: left;
    text-align: left;
    padding-left: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
    display: inline-block !important;
}

.compare-button:before,
.compare.button:before,
.yith-wcwl-add-to-wishlist:before {
    display: inline-block;
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666;
    margin-right: 5px;
    font-weight: normal;
}

.compare.button:before {
    content: "\f079";
}

.compare-button > a,
.compare.button,
.yith-wcwl-add-to-wishlist > a {
    font-size: 13px;
    color: #666;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.compare.button.added,
.compare-button > a.added {
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
    display: inline-block !important;
}

.yith-wcwl-wishlistexistsbrowse.show {
    display: inline-block !important;
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
    font-weight: bold;
}

.woocommerce-Price-amount.amount {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
}

ins .woocommerce-Price-amount.amount {
    color: #c30c0c;
}

del .woocommerce-Price-amount.amount {
    color: #bbb;
    font-weight: normal;
    font-size: 13px;
}

/**/
.onsale,
.new {
    text-transform: uppercase;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background: #c30c0c;
    position: relative;
    margin-right: 10px;
}

.onsale:after,
.new:after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 18px;
    background: inherit;
    float: right;
    position: absolute;
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    position: absolute;
    right: -2px;
    top: 0;
}

/* Widget style monster */
.sidebar .widget {
    margin-bottom: 30px;
}

.widgettitle {
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar .widget > ul {
    padding-left: 0;
}

.sidebar .widget ul > li {
    list-style: none;
    border-top: 1px solid #e6e6e6;
    padding: 5px 0;
}
.sidebar .widget > ul > li:first-child {
    border-top: none;
}
.widget-area .widget ul.children li, .widget-area .widget ul.sub-menu li {
    margin-top: 5px;
    padding-bottom: 0;
}
.sidebar .widget ul.woof_list_checkbox > li {
    line-height: 20px;
}

ul.product_list_widget > li.item-product {
    display: inline-block;
    width: 100%;
}
/* widget_shopping_cart_content */
.widget_shopping_cart_content .mini-cart-content {
    position: static;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
}
.widget_shopping_cart_content .mini-cart-content::before,
.widget_shopping_cart_content .cartlink {
    display: none;
}
.widget_shopping_cart_content .mini-cart-content .actions .button {
    padding: 10px 15px;
}
/*widget_price_filter*/
.widget.widget_price_filter .price_slider {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 5px;
    display: block;
}
.widget.widget_price_filter .ui-slider-horizontal {
    height: 5px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: none;
    background-color: #a5a5a5;
    position: relative;
}

.widget.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a5a5a5;
    border: none;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: -6px;
    margin: 0;
    cursor: pointer;
    outline: 0 none;
    position: absolute;
    background: #f18500;
}
.widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 19px;
}
.widget_price_filter .price_slider_amount .price_label {
    font-size: 13px;
    line-height: 30px;
}
.widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 0;
    background: none;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    color: #333333;
}
/* Widget woo filter */
.woof .woof_container {
    margin-top: 20px;
}

ul.woof_list {
    padding-left: 0;
}

ul.woof_list > li {
    padding: 0 !important;
    margin: 0 !important;
}

.woof_list label.woof_checkbox_label {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #555;
    font-size: 14px;
    margin-left: 0;
}

.woof_list_checkbox input.woof_checkbox_term {
    display: none;
}

.woof_list_checkbox .woof_checkbox_label .term-attr {
    display: block;
    width: 15px;
    height: 14px;
    border: 1px solid #e6e6e6;
    margin-right: 7px;
    margin-top: 3px;
    float: left;
}

.woof_list_checkbox .woof_checkbox_count {
    margin-left: 3px;
    color: #aaa;
    font-size: 12px;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none repeat scroll 0 0 #c5c5c5;
    border-radius: 0;
    height: 5px;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    border: none;
    top: -0.35em;
}

.woof_container_inner > h4,
.woof_container_inner .widget_price_filter > h4 {
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

.widget.widget-woof .woof_container_inner > h4,
.widget.widget-woof .woof_container_inner .widget_price_filter > h4 {
    font-weight: bold;
}

.widget.widget-woof > .widgettitle {
    color: #000;
    font-size: 15px;
    border: none;
    padding-bottom: 15px;
    font-weight: bold;
}

.woof .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #333333;
}

.sidebar .widget .woof_container_inner_size ul.woof_list_checkbox > li {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 0 8px 8px 0 !important;
}

.woof_container_checkbox.woof_container_pa_size label.woof_checkbox_label {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.woof_container_checkbox.woof_container_pa_size label.woof_checkbox_label.woof_checkbox_label_selected {
    color: #FFF;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.woof_container_checkbox.woof_container_pa_size label.woof_checkbox_label .term-attr {
    position: absolute;
    visibility: hidden;
}

.woof_container_checkbox.woof_container_pa_size .woof_list_checkbox .woof_checkbox_count {
    display: none !important;
}

#widget-area .woof_submit_search_form_container {
    overflow: hidden;
    clear: both;
    margin: 15px 0 0 0;
    display: inline-block;
    width: 100%;
}

/* products grid */
.woof_products_top_panel {
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    margin: 0;
}

ul.products {
    display: inline-block;
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.product-item {
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-size: 13px;
    padding: 9px 9px 20px 9px;
}

ul.products > .product-item {
    border: none;
    padding: 0;
    margin: 0;
}

ul.products > .product-item > .product-inner {
    border: 1px solid #e6e6e6;
    padding: 9px 9px 20px 9px;
    margin-top: -1px;
    margin-left: -1px;
}

ul.products > .product-item.list > .product-inner {
    padding: 10px 20px 20px 10px;
    display: inline-block;
    float: left;
    margin-top: -1px;
}

.product-thumb,
.product-item .product-thumb {
    position: relative;
}

.product-thumb .flashs {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 20px;
}

.product-item .flashs {
    line-height: 20px;
}

.product-item .flashs .onsale,
.product-item .flashs .new {
    text-transform: uppercase;
    color: #FFF;
    padding: 0 10px;
    background: #c30c0c;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-top: 1px;
}
.product-item .flashs .new {
    background: #f18500;
}
.product-item .flashs .onsale:after,
.product-item .flashs .new:after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 18px;
    background: inherit;
    float: right;
    position: absolute;
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    position: absolute;
    right: -2px;
    top: 0;
}

.product-info .product-name {
    line-height: 14px;
    height: 34px;
    margin-bottom: 6px;
}

.product-info .product-name a {
    font-size: 14px;
    font-weight: normal;
    color: #f18500;
}

.product-info .product-name:hover a {
    color: #666;
}

.product-info .price {
    color: #222222;
    font-size: 15px;
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 22px;
}

.product-info .price del {
    color: #bbb;
    line-height: 22px;
    font-weight: normal;
}

.product-info .price ins {
    line-height: 23px;
    text-decoration: none;
    float: left;
}

.product-info .group-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}

.product-info .group-button .inner {
    display: inline-block;
    max-width: 200px;
}

.product-info .group-button .inner > .clear {
    display: none;
}

.product-item .yith-wcqv-button {
    display: none;
}

.product-item.style-4 .yith-wcqv-button {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 24px;
    background: #888888;
    color: #FFF;
}

.product-item.style-4:hover .yith-wcqv-button {
    visibility: visible;
}

.product-item .added_to_cart,
.product-item .add_to_cart_button,
.product-item .product_type_variable,
.product-item .product_type_grouped,
.product-item .product_type_simple {
    height: 36px;
    width: 200px;
    padding: 0;
    line-height: 32px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    transition: background-color 0.3s;
}

.product-item .add_to_cart_button.loading {
    transition: background-color 0.5s;
    color: #FFF !important;
    background-color: #333 !important;
    border-color: #333333 !important;
}

.product-item .add_to_cart_button.added {
    display: none;
}

.info-product {
    padding-top: 8px;
    border-top: 1px solid #e6e6e6;
    margin-top: 17px;
}

.info-product > ul {
    width: 100%;
}

.info-product ul {
    padding-left: 0;
    display: inline-block;
}

.info-product ul.list {
    display: inline;
}

.info-product ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.info-product > ul > li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 5px;
    width: 100%;
    line-height: 30px;
}

.info-product ul li span.name {
    display: inline-block;
}

.info-product ul li span.name:after {
    display: inline-block;
    content: ':';
    margin-right: 5px;
}

.product-item .added_to_cart:hover,
.product-item .add_to_cart_button:hover,
.product-item .product_type_variable:hover,
.product-item .product_type_grouped:hover,
.product-item .product_type_simple:hover {
    color: #fff;
}

.product-info .yith-wcwl-add-to-wishlist,
.product-info .compare-button {
    float: left;
    margin-top: 5px;
    text-align: left;
    padding-left: 0;
}

.product-info .compare-button {
    float: right;
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}

.product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
    display: inline-block !important;
}

.product-info .compare-button:before,
.product-info .yith-wcwl-add-to-wishlist:before {
    display: inline-block;
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.product-info .compare-button:before {
    content: none;
}

.product-info .compare-button > a,
.product-info .yith-wcwl-add-to-wishlist > a {
    font-size: 13px;
    color: #666;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    margin: 0;
    background: none;
}

.product-info .compare-button > a.added {
    font-weight: bold;
}

.product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show {
    display: inline-block !important;
}

.product-info .yith-wcwl-wishlistexistsbrowse.show {
    display: inline-block !important;
    font-weight: bold;
}

.product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {
    font-weight: bold;
}

#yith-quick-view-modal #yith-quick-view-content {
    padding: 30px;
    max-width: 830px;
}

#yith-quick-view-content div.summary,
#yith-quick-view-content .woocommerce-product-gallery {
    width: 50% !important;
    position: relative;
}

#yith-quick-view-content .woocommerce-gallery-carousel.woocommerce-product-gallery__wrapper {
    width: 70px;
    display: inline-block;
}

#yith-quick-view-content .woocommerce-product-gallery__image {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #e6e6e6;
    position: relative;
}

#yith-quick-view-content .woocommerce-product-gallery__image:hover:before {
    content: '';
    display: inline-block;
    width: calc(100% + 2px);
    height: 4px;
    position: absolute;
    bottom: 0;
    left: -1px;
    z-index: 1;
    background-color: #f18500;
}

#yith-quick-view-content .woocommerce-product-gallery__image:first-child {
    width: 310px;
    height: 310px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none !important;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: auto !important;
}

#yith-quick-view-content .woocommerce-product-gallery__image:first-child:before {
    display: none !important;
}

#yith-quick-view-content .product_meta {
    display: none;
}

#yith-quick-view-content div.summary .quantity {
    float: left;
    margin-right: 30px;
}

#yith-quick-view-content .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
    margin-top: 14px;
}

#yith-quick-view-content .summary .quantity .control {
    margin-bottom: 10px;
}

#yith-quick-view-content .yith-wcqv-head {
    display: none;
}

@media (max-width: 767px) {
    #yith-quick-view-content div.summary,
    #yith-quick-view-content .woocommerce-product-gallery {
        width: 100% !important;
    }

    #yith-quick-view-content .woocommerce-gallery-carousel.woocommerce-product-gallery__wrapper {
        width: 100%;
    }

    #yith-quick-view-content .woocommerce-product-gallery__image:first-child {
        width: 100%;
        height: auto;
        position: static;
    }

    #yith-quick-view-content .woocommerce-product-gallery__image {
        margin-right: 10px;
    }
}

/* Rating */
.star-rating-wapper {
    line-height: 16px;
    font-size: 12px;
    clear: both;
}

.star-rating {
    color: #dddddd;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
}

.star-rating-wapper .text {
    line-height: 16px;
    color: #aaa;
    display: inline-block;
}

.star-rating:before,
.star-rating > span:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    font-family: FontAwesome;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;

}

.star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fecb00;
    line-height: 100%;
    overflow: hidden;
}

.star-rating > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

.woocommerce-review-link {
    color: #aaa;
}

/* woocommerce-tabs */
.woocommerce-tabs {
    display: block;
    margin-bottom: 35px;
}

.woocommerce-Tabs-panel {
    padding: 30px 20px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    background: #FFF;
    position: relative;
}

.woocommerce-Tabs-panel > h2 {
    font-size: 14px;
    display: none;
}

ul.wc-tabs {
    padding-left: 0;
    z-index: 1;
}

.wc-tabs > li {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: #eeeeee;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: -1px;
    border-radius: 3px 3px 0 0;
    -webkit-transition: padding 0.3s, background 0.3s; /* Safari */
    transition: padding 0.3s, background 0.3s;
    vertical-align: bottom;
}

.wc-tabs > li:after {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: inherit;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
}

.wc-tabs > li.active,
.wc-tabs > li:hover {
    line-height: 50px;
    height: 50px;
}

.wc-tabs > li.active:after {
    display: none;
}

.wc-tabs > li.active a,
.wc-tabs > li:hover a {
    color: #FFF;
}

.wc-tabs > li.active {
    padding-left: 30px;
    padding-right: 30px;
}

/**/
.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce-Reviews .commentlist {
    padding: 0;
    list-style: none;
}

.woocommerce-Reviews .commentlist .comment {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.woocommerce-Reviews .comment_container {
    overflow: hidden;
}

.woocommerce-Reviews .avatar {
    width: 60px;
    float: left;
}

.woocommerce-Reviews .comment-text {
    overflow: hidden;
    padding-left: 20px;
}

.woocommerce-Reviews .comment-text .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond {
    margin-top: 50px;
}

.woocommerce-Reviews .comment-respond textarea {
    width: 100%;
}

#review_form .comment-form-rating .stars {
    margin-bottom: 5px;
}

#review_form .comment-form-rating .stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding: 0 10px;
    line-height: 12px;
}

#review_form .comment-form-rating .stars a:first-child {
    padding-left: 0;
}

#review_form .comment-form-rating .stars a:last-child {
    padding-right: 0;
    border: none;
}

#review_form .comment-form-rating .stars a.active,
#review_form .comment-form-rating .stars a:hover {
    color: #ffcc33;
}

#review_form .comment-form-rating .stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}

#review_form .comment-form-rating .stars .star-1:before {
    content: "\f005";
}

#review_form .comment-form-rating .stars .star-2:before {
    content: "\f005\f005";
}

#review_form .comment-form-rating .stars .star-3:before {
    content: "\f005\f005\f005";
}

#review_form .comment-form-rating .stars .star-4:before {
    content: "\f005\f005\f005\f005";
}

#review_form .comment-form-rating .stars .star-5:before {
    content: "\f005\f005\f005\f005\f005";
}

.cross-sells.block-related {
    margin-top: 40px;
}

.block-related {
    margin-bottom: 35px;
}

.block-related .block-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.block-related .owl-carousel.product-items,
.block-related .product-list-owl {
    border: none;
    padding-left: 0;
}

.block-related .owl-item.active .product-item {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.block-related .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -36px;
}

.block-related .owl-carousel.product-items .owl-item.active.item-first .product-item.style-2 {
    border-left-width: 1px;
}

.block-related .owl-carousel.product-items .owl-stage-outer {
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.product-item.style-1 .yith-wcwl-add-to-wishlist .ajax-loading {
    margin-top: -3px;
}

.block-related .owl-item .product-item.style-2 {
    border: none !important;
    padding: 0 !important;
}

.block-related .owl-item .product-item.style-2 .product-inner {
    padding: 9px 9px 22px 9px;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
}

.block-related .owl-carousel.product-items .owl-item.active.item-first::before,
.block-related .owl-carousel.product-items .owl-item.active.item-last::after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 0 1px;
}

.block-related .owl-carousel.product-items .owl-item.active.item-first::before {
    left: -1px;
    border-left-color: #FFF;
}

.block-related .owl-carousel.product-items .owl-item.active.item-last::after {
    right: 0px;
    border-right-color: #FFF;
}

.block-related .owl-carousel.product-items .owl-item.active .product-item.style-2 .group-button {
    width: calc(100% + 1px);
}

.block-related .owl-carousel.product-items .owl-item.active.item-first .product-item.style-2 .group-button,
.block-related .owl-carousel.product-items .owl-item.active.item-last .product-item.style-2 .group-button {
    width: 100%;
}

.block-related .owl-carousel.product-items .owl-item.active.item-first .product-item.style-2 .group-button {
    left: 0;
}

@media (max-width: 1199px) {
    .block-related .owl-carousel.product-items .owl-item.active .product-item.style-2 {
        width: 100%;
    }
}

/* Product list */
.woof_childs_list_opener span {
    background-image: none !important;
}

.woof_childs_list_opener span.woof_is_closed::before,
.woof_childs_list_opener span.woof_is_opened::before {
    content: "\f067";
    font-family: 'FontAwesome';
    background: none;
    display: inline-block;
    color: inherit;
}

.woof_childs_list_opener span.woof_is_opened::before {
    content: "\f068";
}

ul.products > .product-item.list {
    float: left;
}

.product-item.list .product-thumb,
.product-item.list .product-info {
    display: inline-block;
    float: left;
}

.product-item.list .product-thumb .flashs {
    top: 0;
}

.product-item.list .add_to_cart_button,
.product-item.list .added_to_cart,
.product-item.list .product_type_variable,
.product-item.list .product_type_grouped,
.product-item.list .product_type_simple {
    width: 180px;
}

.product-item.list .product-info-left .price,
.product-item.list .product-info-right .star-rating-wapper {
    display: none;
}

.product-item.list .product-item-des {
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.product-item.list .product-info .yith-wcwl-add-to-wishlist,
.product-item.list .product-info .compare-button {
    padding-right: 0;
    padding-left: 0;
}

.product-item.list .star-rating-wapper {
    margin-bottom: 15px;
}

.product-item.list .product-info-stock-sku {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 13px;
}

.product-item.list .product-info-stock-sku .stock.available .label-available {
    color: #666666;
}
.product-item.list.product-type-simple .woocs_price_code {
    display: flex;
    flex-direction: column-reverse;
}
.product-item.list .product-info .group-button {
    margin-top: 15px;
    width: 180px;
}

@media (min-width: 1200px) {
    .product-item.list .product-thumb {
        width: 200px;
        margin-right: 10px;
    }

    .product-item.list .product-info {
        width: calc(100% - 210px);
    }

    .product-item.list .product-info .product-info-left {
        display: inline-block;
        float: left;
        width: calc(100% - 200px);
    }

    .product-item.list .product-info .product-info-right {
        display: inline-block;
        float: right;
        width: 180px;
    }

    .product-item.list .product-info .product-name {
        height: auto;
        margin-bottom: 16px;
        margin-top: 20px;
    }

    .product-item.list .woocommerce-Price-amount.amount {
        font-size: 20px;
    }

    .product-item.list del .woocommerce-Price-amount.amount {
        font-size: 13px;
    }

    .product-item.list .product-info .product-name a {
        font-size: 16px;
    }

    .product-item.list .product-info .price del,
    .product-item.list .product-info .price ins {
        width: 100%;
        display: block;
    }

    .product-item.list .product-info .group-button {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-ordering select.orderby {
        max-width: 200px;
    }
}

/* Homes Style */
.krystal-tabs {
    display: block;
    width: 100%;
}

.krystal-tabs .tab-head {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
}

.krystal-tabs.has-nav-owl .tab-head {
    padding-right: 70px;
}

.krystal-tabs .tab-head .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    display: inline-block;
    margin-bottom: 15px;
}

.krystal-tabs .tabs-link {
    display: inline-block;
    float: right;
    margin-bottom: 0;
}

.krystal-tabs .tabs-link > li {
    display: inline-block;
    float: left;
    line-height: 22px;
    padding: 4px 0 9px 0;
    margin: 0 15px;
    transition: border 0.3s;
    margin-right: 1px;
}

.krystal-tabs .tabs-link > li:last-child {
    margin-right: 0;
}

.krystal-tabs .tabs-link > li:hover,
.krystal-tabs .tabs-link > li.active {
    border-bottom: 2px solid #f18500;
    z-index: 4;
}

.krystal-tabs .tabs-link > li a {
    color: #666;
    line-height: 24px;
}

.krystal-tabs .tabs-link > li.active a {
    color: #222;
    font-weight: bold;
}

.krystal-products {
    z-index: 99;
    position: relative;
}

.krystal-products .title-product {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    margin-bottom: 18px;
}

/*****************
* Product Style 2
*****************/
.product-list-owl {
    /*border-top: 1px solid #e6e6e6;*/
    /*border-bottom: 1px solid #e6e6e6;*/
}

.product-list-owl .owl-item.active .product-item {
    border-width: 1px 1px 1px 0;
    background: #ffffff;
}

.product-list-owl .nav-top-right .owl-nav,
.product-list-owl .nav-top-left .owl-nav {
    right: -7px;
}

.product-list-owl .owl-item.active.item-first:before {
    /*
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -1px;
  background: #e6e6e6;
  */
}

.product-list-owl .owl-item.active.item-first .product-item {
    border-left-width: 1px;
}

.krystal-boxshadow .product-list-owl .owl-stage-outer {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.product-list-owl .owl-stage-outer:hover {
    margin-bottom: -60px;
    padding-bottom: 60px;
}

{
}
.product-item.style-2 {
    position: relative;
    padding-bottom: 22px;
}

.product-item.style-2:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .05);
}

.product-item.style-2 .star-rating-wapper {
    margin-bottom: 10px;
}

.product-item.style-2 .group-button {
    text-align: left;
    margin: 0;
    position: absolute;
    top: 101%;
    left: -1px;
    width: calc(100% + 2px);;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, .05);
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #FFFFFF;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.product-item.style-2:hover .group-button {
    opacity: 1;
    display: block;
    visibility: visible;
    margin-top: -20px;
}

.product-item.style-2 .group-button .inner {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 10px 15px 10px;
}

.product-item.style-2 .yith-wcwl-add-to-wishlist {
    width: 37px;
    height: 37px;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.product-item.style-2 .yith-wcwl-add-to-wishlist:before {
    display: none;
}

.product-item.style-2 .add_to_cart_button,
.product-item.style-2 .added_to_cart,
.product-item.style-2 .product_type_variable,
.product-item.style-2 .product_type_grouped,
.product-item.style-2 .product_type_simple,
.product-item.style-2 .yith-wcwl-add-to-wishlist a,
.product-item.style-2 .compare-button .compare.button {
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 0;
    background: #f6f6f6;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 2px;
}

.product-item.style-2 .add_to_cart_button:before,
.product-item.style-2 .added_to_cart:before,
.product-item.style-2 .product_type_variable:before,
.product-item.style-2 .product_type_grouped:before,
.product-item.style-2 .product_type_simple:before,
.product-item.style-2 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-2 .compare-button .compare.button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.product-item.style-2 .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a";
}

.product-item.style-2 .added_to_cart:hover:before,
.product-item.style-2 .add_to_cart_button:hover:before,
.product-item.style-2 .product_type_variable:hover:before,
.product-item.style-2 .product_type_grouped:hover:before,
.product-item.style-2 .product_type_simple:hover:before,
.product-item.style-2 .yith-wcwl-add-to-wishlist a:hover:before,
.product-item.style-2 .compare-button .compare.button:hover:before,
.product-item.style-2 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before,
.product-item.style-2 .add_to_cart_button.added:before {
    color: #FFF;
}

.product-item.style-2 .add_to_cart_button.ajax_add_to_cart:before {
    content: "\f290";
}

.product-item.style-2 .product_type_variable:before,
.product-item.style-2 .product_type_grouped:before,
.product-item.style-2 .product_type_simple:before {
    content: "\f0c1";
}

.product-item.style-2 a.added_to_cart:before {
    content: "\f0c1";
}

.product-item.style-2 .compare-button {
    margin-top: 0;
    text-align: center;
}

.product-item.style-2 .flashs {
    bottom: 3px;
}

.product-item.style-2 .flashs .onsale, .product-item.style-2 .flashs .new {
    line-height: 22px;
    height: 22px;
}

.product-item.style-2 .product-name {
    height: auto;
    margin-bottom: 6px;
}

.product-item.style-2 .price {
    margin-bottom: 12px;
}

.product-item.style-2 .flashs .onsale::after,
.product-item.style-2 .flashs .new::after {
    right: -3px;
    width: 6px;
    height: 20px;
}

/*****************
* Product Style 3
*****************/
.product-list-owl.owl-carousel:not(.thumbnails) .owl-item img {
    width: auto;
    transform-style: flat;
}

.product-item.style-3 {
    width: 100%;
    padding: 30px 10px 30px 15px;
}

.product-item.style-3 .product-thumb,
.product-item.style-3 .product-info {
    display: inline-block;
}

.product-item.style-3 .product-thumb {
    max-width: 49%;
    margin-right: 15px;
    float: left;
}

.product-item.style-3 .product-info {
    width: calc(51% - 15px);
}

.product-item.style-3 .flashs {
    height: 20px;
    overflow: hidden;
}

.product-item.style-3 .flashs .onsale,
.product-item.style-3 .flashs .new {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-right: 4px;
}

.product-item.style-3 .flashs .onsale::after,
.product-item.style-3 .flashs .new::after {
    right: -3px;
    width: 6px;
    height: inherit;
}

.product-item.style-3 .group-button {
    text-align: left;
}

.product-item.style-3 .price {
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 13px;
}

.product-item.style-3 .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.product-item.style-3 del .woocommerce-Price-amount.amount {
    font-size: 14px;
}

.product-item.style-3 .star-rating-wapper {
    display: block;
    width: 100%;
    float: left;
}

.product-item.style-3 .price ins {
    float: left;
    margin-right: 10px;
    line-height: 22px;
}

.product-item.style-3 .product-name {
    height: auto;
    line-height: 18px;
    margin-bottom: 13px;
}

.product-item .add_to_cart_button.added {
    display: none;
}

.product-item .added_to_cart:hover {
    color: #ffffff;
    transition: background-color 0.5s;
}

/**/
.product-count-down {
    float: left;
    margin-top: 17px;
}

.krystal-countdown .box-count {
    display: inline-block;
    width: 42px;
    text-align: center;
    margin-right: 10px;
}

.krystal-countdown .box-count.secs {
    margin-right: 0;
}

.krystal-countdown .dot {
    display: none;
}

.box-count .number {
    font-size: 19px;
    color: #222;
    font-weight: bold;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.box-count .text {
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
}

/*****************
* Product Style 4
*****************/
.overflow-visible {
    overflow: visible !important;
}

.krystal-tabs .tab-container > .tab-panel.active {
    height: auto !important;
}

.krystal-tabs.default .product-list-owl {
    border-top: none;
}

.product-list-owl .owl-item.active .owl-one-row .product-item + .product-item {
    border-top: none;
}

.product-item.style-4 {
}

.product-item.style-4 .flashs {
    bottom: 3px;
}

.product-item.style-4 .flashs .onsale,
.product-item.style-4 .flashs .new {
    padding-top: 1px;
    padding-bottom: 1px;
}

.product-item.style-4 .flashs .onsale::after,
.product-item.style-4 .flashs .new::after {
    right: -3px;
    width: 6px;
    height: 20px;
}

.product-item.style-4 {
    position: relative;
    border-width: 0 1px 0 0;
    padding-bottom: 17px;
}

.owl-item .product-item.style-2,
.owl-item .product-item.style-4 { /* For IE */
    max-width: 100%;
    width: 100%;
}

.product-item.style-4:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .05);
}

.product-item.style-4 .star-rating-wapper {
    margin-bottom: 10px;
}

.product-item.style-4 .group-button {
    text-align: left;
    margin: 0;
    position: absolute;
    top: calc(100% + 10px);
    left: -1px;
    width: calc(100% + 2px);;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, .05);
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #FFFFFF;
}

.product-item.style-4:hover .group-button {
    opacity: 1;
    display: block;
    visibility: visible;
    margin-top: -20px;
}

.product-item.style-4 .group-button .inner {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 0 15px 10px;
    max-width: 100%;
    width: 100%;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist {
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist:before {
    display: none;
}

.product-item.style-4 .add_to_cart_button,
.product-item.style-4 .added_to_cart,
.product-item.style-4 .product_type_variable,
.product-item.style-4 .product_type_grouped,
.product-item.style-4 .product_type_simple {
    max-width: 122px;
    font-size: 13px;
    background-color: #F6F6F6;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist a,
.product-item.style-4 .compare-button .compare.button {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 0;
    background: #f6f6f6;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 2px;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-4 .compare-button .compare.button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

.product-item.style-4 .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a";
}

.product-item.style-4 .yith-wcwl-add-to-wishlist a:hover:before,
.product-item.style-4 .compare-button .compare.button:hover:before,
.product-item.style-4 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
    color: #FFF;
}

.product-item.style-4 .compare-button {
    margin-top: 0;
    text-align: center;
    padding: 0;
}

.product-item.style-4 .flashs .onsale, .product-item.style-4 .flashs .new {
    line-height: 22px;
    height: 22px;
}

.product-item.style-4 .product-name {
    height: auto;
    margin-bottom: 6px;
}

.product-item.style-4 .price {
    margin-bottom: 12px;
}

.product-item.style-4 .flashs .onsale,
.product-item.style-4 .flashs .new {
    padding-top: 0;
    padding-bottom: 0;
}

.product-item.style-4 .flashs .onsale::after,
.product-item.style-4 .flashs .new::after {
    right: -3px;
    width: 6px;
    height: 20px;
}

/*****************
* Product Style 5
*****************/
ul.product-list-grid {
    padding-left: 0;
    padding-top: 7px;
}

.product-item.style-5 {
    border: none;
    padding: 10px;
    margin: 0;
}

.product-item.style-5 .product-inner {
    background: #FFF;
    padding: 30px 15px 30px 30px;
    display: inline-block;
    width: 100%;
}

.product-item.style-5 .product-thumb,
.product-item.style-5 .product-info {
    display: inline-block;
}

.product-item.style-5 .product-thumb {
    max-width: 50%;
    margin-right: 10px;
    float: left;
}

.product-item.style-5 .product-info {
    width: calc(50% - 10px);
}

.product-item.style-5 .product-thumb .flashs {
    top: 0;
}

.product-item.style-5 .flashs .onsale,
.product-item.style-5 .flashs .new {
}

.product-item.style-5 .flashs .onsale::after,
.product-item.style-5 .flashs .new::after {
    top: 0;
    right: -3px;
    width: 6px;
    height: 20px;
}

.product-item.style-5 .product-name {
    line-height: 18px;
    height: auto;
    margin-bottom: 5px;
}

.product-item.style-5 .price {
    margin-bottom: 7px;
}

.product-item.style-5 .group-button {
    text-align: left;
}

.product-item.style-5 .add_to_cart_button,
.product-item.style-5 .added_to_cart,
.product-item.style-5 .product_type_variable,
.product-item.style-5 .product_type_grouped,
.product-item.style-5 .product_type_simple {
    max-width: 140px;
    font-size: 13px;
}

.style5-border-item .product-list-owl .owl-item.active.item-first::before {
    display: none;
}

.style5-border-item .product-item.style-5 {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.style5-border-item .product-list-owl .owl-item.active .owl-one-row .product-item.style-5 + .product-item.style-5,
.style5-border-item .product-list-owl .owl-item.active .product-item.style-5 {
    border-width: 1px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}

.style5-border-item .product-item.style-5 .product-inner {
    padding: 0;
}

/*****************
* Product Style 5
*****************/
.owl-stage-outer-default .owl-stage-outer {
    padding: 0;
    margin: 0;
}

.krystal-products.tab-container-bottom-border {
    border-top: 1px solid #e6e6e6;
    margin-top: -1px;
}

.krystal-products.style5-border-item.tab-container-bottom-border {
    padding-top: 20px;
}

.krystal-products.owl-stage-outer-default .title-product {
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6;
}

.product-item.style-6 {
    border-width: 0 !important;
    width: 100%;
    padding: 0;
    background-color: transparent !important;
}

.product-list-owl .owl-item.active.item-first.item-last:before {
    display: none;
}

.product-item.style-6 .product-info {
    padding-top: 15px;
}

.product-item.style-6 .product-deal {
    display: block;
    margin-top: 35px;
}

.product-item.style-6 .block-deal {
    display: inline-block;
}

.product-item.style-6 .block-deal p,
.product-item.style-6 .block-deal span {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    text-transform: capitalize;
}
.product-item.style-6 .block-deal p {
    color: #333333;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.product-item.style-6 .product-count-down {
    display: inline-block;
    float: right;
    margin-top: 0;
}

.product-item.style-6 .product-name {
    height: auto;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-item.style-6 .price {
    display: inline-block;
    clear: none;
    margin-bottom: 7px;
    margin-right: 20px;
}

.product-item.style-6 .flashs {
    display: inline-block;
}

.product-item.style-6 .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.product-item.style-6 del .woocommerce-Price-amount.amount {
    font-size: 15px;
}

.owl-carousel .owl-item .product-item.style-6 img {
    margin-right: auto;
    margin-left: auto;
}

/**/
.woocommerce-pagination {
    padding: 0;
    margin: 35px 0 0 0;
    display: inline-block;
    float: left;
}

.woocommerce-pagination ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.woocommerce-pagination ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.woocommerce-pagination ul li > span,
.woocommerce-pagination ul li > a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.woocommerce-pagination ul li .next,
.woocommerce-pagination ul li .prev {
    padding: 0 25px;
}

.woocommerce-pagination ul li > span:hover,
.woocommerce-pagination ul li > a:hover,
.woocommerce-pagination ul li > span.current,
.woocommerce-pagination ul li > a.current {
    color: #FFF;
    font-weight: bold;
}

.woocommerce-pagination ul li .next:hover,
.woocommerce-pagination ul li .prev:hover {
    font-weight: normal;
}

.woocommerce-result-count {
    display: inline-block;
    float: right;
    margin: 35px 0 0 0;
    line-height: 39px;
}

.clear-both:before,
.clear-both:after {
    content: '';
    display: table;
}

.clear-both:after {
    clear: left;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    max-width: 100%;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: none;
    width: 100%;
    margin: 0;
}

.woocommerce-checkout-payment {
    background-color: #ebe9eb;
    padding: 30px 15px;
    margin-top: 15px;
}

.woocommerce-checkout-payment .payment_methods {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-payment .payment_methods .wc_payment_method {
    list-style: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.woocommerce-cart-form td.actions .coupon {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.woocommerce-cart-form td.actions .coupon + .button {
    margin-top: 15px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce form .form-row-wide, .woocommerce form .form-row::after, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page .cart-collaterals .shipping_calculator::after, .woocommerce-page form .form-row-wide, .woocommerce-page form .form-row::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
    clear: both;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}

.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    content: '';
    display: table;
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

/* DETAIL PRODUCT */
.main-content .single-product {
    padding-bottom: 50px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.product_title.entry-title {
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .single-left-container {
        width: 415px
    }

    .single-center-container {
        width: 455px
    }
}

.single-left {
    position: relative;
}

.single-left .onsale {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #f18500;
    color: #ffffff;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

table.variations {
    border: none;
}

table.variations tr, table.variations td {
    border: none;
    padding: 0;
    display: block;
    text-align: left;
    font-size: 13px;
}

table.variations .chosen-container {
    margin-bottom: 15px;
}

table.variations .chosen-container-single .chosen-single span {
    font-size: 13px;
}

table.variations select {
    max-width: 270px;
}

.single-product .group_table tr {
    border-top: 1px solid #e6e6e6;
}

.single-product .group_table tr:first-child {
    border: none;
}

.single-product .group_table tr > td {
    border: none;
    padding: 0 15px;
}

.single-product .group_table tr > td .quantity .label-quantity {
    line-height: 30px;
    margin: 0;
}

.single-product .group_table tr > td.label,
.single-product .group_table tr > td.price {
    float: left;
    padding: 0 15px 15px 15px;
    border: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}
.single-product .group_table tr > td.label a {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.single-product .group_table tr > td.price .woocs_price_code .woocommerce-Price-amount.amount {
    float: left;
    line-height: 20px;
    font-size: 16px;
    margin-right: 10px;
}

.single-product .group_table tr > td.price .woocs_price_code del .woocommerce-Price-amount.amount {
    font-size: 14px;
    text-decoration: line-through;
}

.single-product .group_table tr > td.price .woocs_price_code ins {
    line-height: 20px;
    float: left;
    display: inline-block;
}
.single-product .shop_attributes p {
    margin-bottom: 0;
}
/* Single image */
ol.flex-control-nav.flex-control-thumbs.owl-carousel {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.flex-control-nav.flex-control-thumbs.owl-carousel li {
    border: 1px solid #e6e6e6;
    padding: 1px;
    margin-right: 10px;
    position: relative;
}

.flex-control-nav.flex-control-thumbs.owl-carousel .owl-item.active > li:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.single_add_to_cart_button {
    height: 46px;
    width: 200px;
    padding: 0;
    margin-bottom: 6px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #f18500;
    border-radius: 3px;
}

.single-product .compare.button {
    line-height: 20px;
}

.summary .compare.button,
.summary .yith-wcwl-add-to-wishlist {
    margin-right: 20px;
    font-size: 13px;
    background: none;
}

.single-product .yith-wcwl-add-button a.add_to_wishlist {
    font-size: 13px;
}

ul.product-items li {
    list-style: none;
}

/* Single right info */
.summary .quantity .label-quantity {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 16px;
}

.summary .quantity .control {
    display: block;
    width: 145px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 5px 10px 5px 20px;
    margin-bottom: 30px;
}

.quantity .input-qty.qty {
    float: left;
    width: 35px;
    padding: 0;
    line-height: 30px;
    background: none;
    border: none;
}

.quantity .btn-number {
    float: right;
    width: 25px;
    height: 25px;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    padding-left: 1px;
    border-radius: 50%;
    color: #333;
}

.summary .woocs_price_code ins,
.summary .woocs_price_code del {
    display: block;
}

.summary .woocs_price_code ins {
    text-decoration: none;
}

.summary .woocs_price_code .woocommerce-Price-amount.amount {
    font-size: 20px;
}

.summary .woocs_price_code del .woocommerce-Price-amount.amount {
    font-size: 13px;
}

.single-center .product-overview {
    line-height: 24px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6
}

/**/
.product-info-delivery .delivery {
    background: #ececec;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    color: #555;
}

.product-info-delivery .delivery:before {
    font-family: FontAwesome;
    content: "\f0d1";
    display: inline-block;
    margin-right: 10px;
    line-height: inherit;
    font-size: 20px;
}

/* single align */
.single-center .product_title {
    margin-bottom: 10px; /* align 15px */
}

.single-center .woocommerce-product-rating {
    margin-bottom: 15px; /* align 20px */
}

.single-center .woocommerce-product-rating {
    margin-bottom: 15px; /* align 20px */
    display: flex;
}
.single-center .woocommerce-product-rating .woocommerce-review-link {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
}
.single-center .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #333;
}
.single-center .product-overview p {
    margin-bottom: 10px;
}

.single-right-container {
    padding-top: 20px;
}

.single-right-container .product-info-delivery {
    margin-bottom: 22px; /* align 25px */
}

.single-right-container .price {
    margin-bottom: 20px; /* align 30px */
}
.product-type-simple .single-right-container .price .woocs_price_code {
    display: flex;
    flex-direction: column-reverse;
}
.single-right-container .price del {
    margin-bottom: 7px;
}

/* krystal-single-product-socials */
.krystal-single-product-socials {
    margin-top: 15px;
}

.krystal-single-product-socials .fb-like.fb_iframe_widget {
    float: left;
    margin-right: 15px;
}

.krystal-single-product-socials iframe.twitter-share-button {
    margin-right: 15px;
}

@media (min-width: 1200px) {
    .krystal-single-product-socials {
        margin-top: 50px;
    }

    .catalog-product-view {
        margin-top: 30px;
    }
}
.single-right-container table.group_table,
.single-right-container table.group_table tbody{
    display: inline-block;
    width: 100%;
}
.single-right-container table.group_table tbody tr {
    display: flex;
    flex-direction: column;
}
/*--------------
 rows-space
 -------------*/
.rows-space-10 {
    margin-bottom: 10px;
}

.rows-space-20 {
    margin-bottom: 20px;
}

.rows-space-30 {
    margin-bottom: 30px;
}

.rows-space-40 {
    margin-bottom: 40px;
}

.rows-space-50 {
    margin-bottom: 50px;
}

.rows-space-60 {
    margin-bottom: 60px;
}

.rows-space-70 {
    margin-bottom: 70px;
}

.rows-space-80 {
    margin-bottom: 80px;
}

.rows-space-90 {
    margin-bottom: 90px;
}

.rows-space-100 {
    margin-bottom: 100px;
}

.owl-one-row .product-item:last-child {
    margin-bottom: 0;
}

/*----------------
ALL EFFECT BANNER
----------------*/

/*Effect style1*/
.banner-effect {
    position: relative;
    display: block;
    overflow: hidden;
}
/*
.banner-effect1:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

.banner-effect1:hover:before {
    left: 50%;
    width: 0;
    opacity: 0.5;
}

.banner-effect1:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.banner-effect1:hover:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}
*/
/* Effect style2 *
.banner-effect2:before {
    width: 300%;
    height: 300%;
    border-radius: 100%;
    border: solid 3px #ffc2b3;
    content: "";
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffc2b3;
    visibility: inherit;
}

.banner-effect2:after {
    width: 300%;
    height: 300%;
    border-radius: 100%;
    border: solid 3px #ffffff;
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    opacity: 0;
    left: -100%;
    top: -100%;
    background: #ffffff;
    visibility: inherit;
}

.banner-effect2:hover:before,
.banner-effect2:hover:after {
    width: 0;
    height: 0;
    opacity: 0.7;
    left: 50%;
    top: 50%;
    visibility: hidden;
}*/

/*Effect style3*
.banner-effect3:before {
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    opacity: 0.7;
    visibility: hidden;
}

.banner-effect3:hover:before {
    transform: rotate(360deg);
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    visibility: visible;
}
*/
/* Effect style4
.banner-effect4:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 0;
    height: 80%;
    border-top: solid 1px #d60d46;
    border-bottom: solid 1px #d60d46;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    visibility: hidden;
}

.banner-effect4:hover:before {
    width: 80%;
    left: 10%;
    visibility: visible;
}

.banner-effect4:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 0;
    border-left: solid 1px #d60d46;
    border-right: solid 1px #d60d46;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    visibility: hidden;
}

.banner-effect4:hover:after {
    height: 80%;
    top: 10%;
    visibility: visible;
}

/*Effect style5 *
.banner-effect5:before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
}

.banner-effect5:after {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 0.5;
    background: #98c1d5;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
}

.banner-effect5:hover:before,
.banner-effect5:hover:after {
    width: 50%;
}

/*Effect style6 *
.banner-effect6:before,
.banner-effect6:after {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #ffffff;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
}

.banner-effect6:hover:before {
    top: 0;
}

.banner-effect6:after {
    left: inherit;
    bottom: -100%;
    top: inherit;
    right: 0;
}

.banner-effect6:hover:after {
    bottom: 0;
}

/*Effect style7 *
.banner-effect7:before,
.banner-effect7:after {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    height: 50%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition: all 0.7s ease-out 0s;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
}

.banner-effect7:hover:before {
    left: 0;
}

.banner-effect7:after {
    left: inherit;
    bottom: 0;
    top: inherit;
    right: -100%;
}

.banner-effect7:hover:after {
    right: 0;
}

/* Effect style8 *
.banner-effect8:before {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
}

.banner-effect8:after {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #333333;
    transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
}

.banner-effect8:hover:before,
.banner-effect8:hover:after {
    top: 0;
}

.banner-effect9 img {
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.banner-effect9:hover img {
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
*/
/*------------------------
SHORTCODES
-------------------------*/
/* TABS */
.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}

/*-----------------------
 FOOTER
-----------------------*/
.footer.style1 .copyright {
    color: #FFF;
}

.krystal-newsletter .newsletter-text {
    display: inline-block;
    width: 45%;
    float: left;
    margin-top: 4px;
}

.krystal-newsletter .newsletter-text h3.widgettitle {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    color: #333;
    /*line-height: 16px;*/
    line-height: 20px;
}

.krystal-newsletter .newsletter-text .subtitle {
    line-height: 16px;
}

.krystal-newsletter .newsletter-form-wrap {
    display: inline-block;
    width: 55%;
    position: relative;
    padding-left: 0;
}

.krystal-newsletter .newsletter-form-wrap:before {
    display: inline-block;
    line-height: 44px;
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    left: 16px;
    color: #888888;
}

.krystal-newsletter .newsletter-form-wrap .email {
    float: left;
    border: 1px solid #e6e6e6;
    background: #FFF;
    height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #888888;
    padding-left: 40px;
}

.krystal-newsletter .submit-newsletter {
    background: #f18500;
    color: #FFF;
    border: none;
    padding: 0;
    text-align: center;
    width: 100px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.newsletter-form-wrap .return-message {
    padding: 5px 10px;
    margin-top: 10px;
}

/* krystal-socials */
.socials .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    background-color: #d1d1d1;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.socials .social i {
    font-size: 18px;
    color: #222;
}

.socials .social:hover i {
    color: #FFF;
}

.footer.style1 .socials {
    margin-top: 3px;
}

/* Quick link footer */
.quick_link_footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.quick_link_footer h3 {
    font-size: 15px;
    line-height: 20px;
    color: #222;
}

.quick_link_footer p {
    font-size: 13px;
    color: #666666;
    line-height: 15px;
    margin-bottom: 10px;
}

.quick_link_footer p strong {
    font-size: 14px;
    color: #333;
}

.footer.style1 .widgettitle {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.footer.style1 .widget_nav_menu ul {
    padding-left: 0;
}

.footer.style1 .widget_nav_menu ul li {
    list-style: none;
    line-height: 30px;
    color: #666666;
}

.krystal-contact .block-content * {
    line-height: 30px;
    color: #666666;
}

.footer.style1 .krystal-contact .block-content .address,
.footer.style1 .krystal-contact .block-content .phone {
    margin-bottom: 10px;
}

.footer.style1 .krystal-contact .block-content .address > span,
.footer.style1 .krystal-contact .block-content .email > span,
.footer.style1 .krystal-contact .block-content .phone > span {
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.footer.style1 .krystal-contact .block-content * {
    line-height: 24px;
}

/* Back to top */
.backtotop {
    font-size: 0;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #ffffff;
    z-index: 9999;
}

.backtotop:hover,
.backtotop:focus {
    color: #ffffff;
}

.backtotop::before {
    font-family: 'FontAwesome';
    content: '\f077';
    font-size: 10px;
}

.backtotop.show {
    opacity: 1;
    visibility: visible;
}

/* Footer Style 4 */
.footer.style4 .krystal-newsletter .newsletter-text,
.footer.style4 .krystal-newsletter .newsletter-form-wrap {
    width: 50%;
}

.footer.style4 .krystal-newsletter .newsletter-text {
    margin-top: 8px;
}

.footer.style4 .krystal-newsletter .submit-newsletter {
    background: #222222;
    height: 50px;
    width: 120px;
    padding: 0;
    text-align: center;
    transition: background 0.3s;
}

.footer.style4 .krystal-newsletter .submit-newsletter:hover {
    background: #666666;
}

.footer.style4 .krystal-newsletter .newsletter-form-wrap .email {
    font-size: 13px;
    height: 50px;
    width: calc(100% - 120px);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    padding-left: 20px;
}

.footer.style4 .krystal-newsletter .newsletter-form-wrap::before {
    display: none;
}

.footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle,
.footer.style4 .krystal-newsletter .newsletter-text .subtitle {
    color: #FFF;
    line-height: 30px;
    display: inline-block;
    font-weight: normal;
}

.footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle {
    font-size: 18px;
    margin-right: 30px;
}

.footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle:before {
    content: "\f1d8";
    font-size: 24px;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 15px;
}

.footer.style4 .krystal-newsletter .newsletter-text .subtitle {
    font-size: 14px;
}

.footer.style4 .widgettitle,
.footer.style4 .widget-title {
    border-bottom: none;
    font-size: 16px;
    color: #222;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}

.footer.style4 .krystal-contact > .widgettitle {
    margin-bottom: 7px;
}

.footer.style4 .krystal-instagram > .widget-title {
    margin-bottom: 22px;
}

.footer.style4 ul.menu {
    padding-left: 0;
}

.footer.style4 li.menu-item {
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    /* color: #666; */
}

.footer.style4 .krystal-socials .socials {
    text-align: left;
}

.footer.style4 .socials .social {
    background-color: #f6f6f6;
}

.footer.style4 .instagram {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer.style4 .copyright {
    color: #555;
}

.instagram .item {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.footer.style4 .krystal-contact .block-content .address i,
.footer.style4 .krystal-contact .block-content .phone i,
.footer.style4 .krystal-contact .block-content .email i {
    margin-right: 7px;
}

/* Checkout page */
.woocommerce-billing-fields > h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    line-height: 20px;
    margin-bottom: 37px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    color: #555555;

}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    color: #aaa;
}

.checkout.woocommerce-checkout abbr.required {
    border: none !important;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #e6e6e6;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

#shipping_method {
    padding-left: 0;
}

#shipping_method li {
    list-style: none;
}

#ship-to-different-address {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    line-height: 20px;
    margin-bottom: 37px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6;
}

#ship-to-different-address label.checkbox {
    margin: 0;
}

#ship-to-different-address .checkbox input[type="checkbox"] {
    margin-left: 0;
}

#ship-to-different-address label.checkbox > span {
    padding-left: 20px;
}

#ship-to-different-address label.checkbox > span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    background: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);
    background: -o-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: -moz-linear-gradient(0deg, #e6e6e6, #ffffff);
    background: linear-gradient(0deg, #e6e6e6, #ffffff);
    filter: none;
    position: absolute;
    top: 3px;
    left: 0;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
    font-family: 'FontAwesome';
    content: '\f00c';
    display: inline-block;
    width: 15px;
    height: 14px;
    line-height: 14px;
    font-size: 8px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}

.woocommerce-order li {
    list-style: none;
}

.woocommerce-order address {
    line-height: 22px;
}

.woocommerce-order .woocommerce-order-details {
    margin-top: 20px;
}

.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-customer-details > h2,
.woocommerce-order .woocommerce-order-details__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    line-height: 20px;
}

.woocommerce-order .woocommerce-column__title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

ul.order_details {
    padding-left: 0;
    margin-bottom: 0;
}

/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*----------------
AUTO CLEAR
----------------*/
@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

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

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
    .comments .children{
        padding-left: 15px;
    }
    .comments .comment-body{
        padding: 10px;
    }
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/

@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }

    .col-ts-12 {
        width: 100%;
    }

    .col-ts-11 {
        width: 91.66666667%;
    }

    .col-ts-10 {
        width: 83.33333333%;
    }

    .col-ts-9 {
        width: 75%;
    }

    .col-ts-8 {
        width: 66.66666667%;
    }

    .col-ts-7 {
        width: 58.33333333%;
    }

    .col-ts-6 {
        width: 50%;
    }

    .col-ts-5 {
        width: 41.66666667%;
    }

    .col-ts-4 {
        width: 33.33333333%;
    }

    .col-ts-3 {
        width: 25%;
    }

    .col-ts-2 {
        width: 16.66666667%;
    }

    .col-ts-1 {
        width: 8.33333333%;
    }

    .col-ts-pull-12 {
        right: 100%;
    }

    .col-ts-pull-11 {
        right: 91.66666667%;
    }

    .col-ts-pull-10 {
        right: 83.33333333%;
    }

    .col-ts-pull-9 {
        right: 75%;
    }

    .col-ts-pull-8 {
        right: 66.66666667%;
    }

    .col-ts-pull-7 {
        right: 58.33333333%;
    }

    .col-ts-pull-6 {
        right: 50%;
    }

    .col-ts-pull-5 {
        right: 41.66666667%;
    }

    .col-ts-pull-4 {
        right: 33.33333333%;
    }

    .col-ts-pull-3 {
        right: 25%;
    }

    .col-ts-pull-2 {
        right: 16.66666667%;
    }

    .col-ts-pull-1 {
        right: 8.33333333%;
    }

    .col-ts-pull-0 {
        right: auto;
    }

    .col-ts-push-12 {
        left: 100%;
    }

    .col-ts-push-11 {
        left: 91.66666667%;
    }

    .col-ts-push-10 {
        left: 83.33333333%;
    }

    .col-ts-push-9 {
        left: 75%;
    }

    .col-ts-push-8 {
        left: 66.66666667%;
    }

    .col-ts-push-7 {
        left: 58.33333333%;
    }

    .col-ts-push-6 {
        left: 50%;
    }

    .col-ts-push-5 {
        left: 41.66666667%;
    }

    .col-ts-push-4 {
        left: 33.33333333%;
    }

    .col-ts-push-3 {
        left: 25%;
    }

    .col-ts-push-2 {
        left: 16.66666667%;
    }

    .col-ts-push-1 {
        left: 8.33333333%;
    }

    .col-ts-push-0 {
        left: auto;
    }

    .col-ts-offset-12 {
        margin-left: 100%;
    }

    .col-ts-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-ts-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-ts-offset-9 {
        margin-left: 75%;
    }

    .col-ts-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-ts-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-ts-offset-6 {
        margin-left: 50%;
    }

    .col-ts-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-ts-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-ts-offset-3 {
        margin-left: 25%;
    }

    .col-ts-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-ts-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-ts-offset-0 {
        margin-left: 0;
    }

    .hidden-ts {
        display: none;
    }
}

/* EFFEC HOMEs */
.header.style1 .form-search-width-category .form-content .btn-search:hover,
.footer.style1 .krystal-newsletter .submit-newsletter:hover {
    background-color: #333;
    transition: background 0.3s;
}

/* ALIGN HOMEs */
.header.style1 .main-header {
    padding-bottom: 5px;
}

.header.style1 .bottom-header {
    margin-bottom: 4px;
}

.header.style1.style2 .bottom-header {
    margin-bottom: 0;
}

.header.style1.style2 .main-header {
    padding-bottom: 10px;
}

/*.shop_table*/
.shop_table {
    padding: 10px 30px 30px 30px;
    border: 1px solid #e6e6e6;
    display: inline-block;
}

.shop_table ul {
    padding: 0;
}

.shop_table ul li {
    list-style: none;
}

.shop_table .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
}

.shop_table del .woocommerce-Price-amount {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    text-decoration: line-through;
}

.shop_table thead tr th {
    font-weight: 600;
    color: #8e8e8e;
}

.shop_table thead,
.shop_table tbody,
.shop_table tfoot {
    background-color: transparent;
}

.shop_table thead {
    border-bottom: 1px solid #e6e6e6;
}

.shop_table tr {
    border-bottom: 1px solid #e6e6e6;
}

.shop_table tr.cart-subtotal {
    border-bottom: none;
}

.shop_table.shop_table_responsive tr:last-child {
    border-bottom: none;
}

.shop_table.shop_table_responsive tr.cart_item:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.shop_table tfoot tr:last-child {
    border: none;
}

.shop_table tr th:last-child,
.shop_table tr td:last-child {
    text-align: right;
}

.shop_table tr td.wishlist-empty {
    text-align: center;
}

.shop_table tr th,
.shop_table tr td {
    border: none;
    font-size: 14px;
    padding: 20px 15px;
}

.shop_table tr th:first-child,
.shop_table tr td:first-child {
    padding-left: 0;
}

.shop_table tr th:last-child,
.shop_table tr td:last-child {
    padding-right: 0;
}

.shop_table tr td.product-thumbnail img {
    width: 100px;
    height: auto;
}

.wc-proceed-to-checkout .button.checkout-button,
.wc-proceed-to-checkout:hover .button.checkout-button {
    color: #FFF !important;
}

.shop_table .label-quantity {
    display: none;
}

.shop_table .woocommerce-cart-form__cart-item .remove {
    font-weight: bold;
    font-size: 19px;
}

.woocommerce-cart-form__cart-item td.product-quantity > .quantity .control {
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 7px 15px;
    line-height: 24px;
    border-radius: 3px;
    height: 38px;
    width: 150px;
}

.woocommerce-cart-form__cart-item td.product-quantity > .quantity .input-qty.qty {
    line-height: 24px;
}

.woocommerce-cart-form__cart-item td.product-quantity > .quantity .btn-number {
    margin-left: 6px;
}

.woocommerce-cart-form__cart-item td.actions {
    padding-top: 20px;
    padding-bottom: 0;
}

@media (max-width: 480px) {
    .woocommerce-cart-form #coupon_code {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.woocommerce .cross-sells {
    clear: both;
    padding-top: 15px;
}

.woocommerce .cart-collaterals table.shop_table,
.woocommerce .cart-collaterals table.shop_table tr,
.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.woocommerce .cart-collaterals table.shop_table tbody,
.woocommerce .cart-collaterals table.shop_table tr {
    width: 100%;
    display: inline-block;
}

.woocommerce .cart-collaterals table.shop_table th {
    float: left;
}

.woocommerce .cart-collaterals table.shop_table td {
    float: right;
}

.woocommerce .cart-collaterals table.shop_table .woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.woocommerce .cart-collaterals table.shop_table tr.order-total {
    border-top: 1px solid #E6E6E6;
    padding-top: 15px;
}

.woocommerce .cart-collaterals table.shop_table tr.order-total th {
    color: #000;
    font-weight: 600;
}

.owl-carousel:not(.thumbnails) .owl-item img {
    transform-style: flat;
}

.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody,
.shop_table.woocommerce-checkout-review-order-table tfoot,
.shop_table.woocommerce-checkout-review-order-table tr {
    display: inline-block;
    width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table tr .product-name,
.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tr.shipping th,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th {
    float: left;
}

.shop_table.woocommerce-checkout-review-order-table tr .product-total,
.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
.shop_table.woocommerce-checkout-review-order-table tr.shipping td,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    float: right;
}

#customer_login .col-1 > h2,
#customer_login .col-2 > h2 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Popup Newsletter */
#popup-newsletter .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#popup-newsletter .modal-content {
    padding: 40px 50px;
    min-width: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#popup-newsletter button.close {
    width: 32px;
    height: 31px;
    border-radius: 50%;
    opacity: 1;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    color: #ffffff;
    position: absolute;
    top: -16px;
    right: -16px;
    background: #f18500;
}

#popup-newsletter button.close:hover {
    background: #333;
}

#popup-newsletter button.close::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: -0.5px;
    display: inline-block;
}

#popup-newsletter .modal-inner {
    max-width: 360px;
    vertical-align: bottom;
    padding-bottom: 30px;
}

#popup-newsletter .modal-inner h3.title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 110px;
    margin-bottom: 13px;
    color: #333333;
}

#popup-newsletter .modal-inner .popup-content h3 {
}

#popup-newsletter .newsletter-form-wrap {
    position: relative;
}

#popup-newsletter .newsletter-form-wrap .email {
    padding: 0 110px 0 20px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 13px;
    color: #888888;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter {
    padding: 0 15px;
    width: 110px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 2px 2px 0;
    border: 1px solid #666;
    background: #666;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
    opacity: 0.9;
}

#popup-newsletter .checkbox {
    margin: 0;
    height: 40px;
    position: absolute;
    background: #e6e6e6;
    line-height: 40px;
    bottom: 0;
    left: 0;
    padding-left: 50px;
    width: 100%;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#popup-newsletter .checkbox label {
    font-size: 13px;
    color: #666;
    padding-left: 25px;
    margin-top: 0;
    position: relative;
}

#popup-newsletter .checkbox .krystal_disabled_popup_by_user {
    display: block;
    margin-top: 13px;
    border-color: #ccc;
}
/* Fix Align */
.widget.krystal_products.widget_products .product_list_widget.owl-carousel .owl-nav {
    top: -32px;
    font-size: 16px;
}
.widget.krystal_products.widget_products > .widgettitle{
    margin-bottom: 0;
}
.sidebar .widget ul.product_list_page li.item-product {
    border-top: none;
}
.sidebar .widget ul.woof_list_checkbox li {
    border: none;
}
.woocommerce-tabs ul.wc-tabs {
    margin-bottom: 0;
}
ul.top-bar-menu {
    margin-bottom: 0;
}
.box-mobile-menu-open .box-mobile-menu {
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    box-shadow: none;
}
.tab-container {
    z-index: 1;
}
.krystal-blogs .blog-item .post-name a {
    font-weight: 600;
}
.vertical-wapper .block-title span.text {
    font-weight: bold;
}
.krystal-blogs .author a {
    color: #f18500;
}
.woocommerce-account-fields .create-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    padding-left: 20px;
}
/*---------------------
 RESPONSIVE
 ----------------------*/

/* Home Style 1 */
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }

    header.style1 .wrap-main-menu-right {
        width: 945px;
    }

    .form-search-width-category .chosen-container-single .chosen-single {
        padding-left: 30px;
    }

    .product-item.style-5 .product-name {
        margin-top: 10px;
    }
}

@media (max-width: 1366px) {

}

@media (min-width: 1200px) and (max-width: 1279px) {
    /* Home style 1 */
    header.style1 .wrap-main-menu-right {
        width: 930px;
    }

}

@media (min-width: 1200px) {
    /* Home style 1 */
    header.style1 .wrap-logo {
        padding-right: 0;
        width: 240px;
    }

    header.style1 .wrap-search-form {
    }

    header.style1 .wrap-cart-box {
        padding-right: 0;
    }

    .krystal-newsletter .newsletter-form-wrap .email {
        width: calc(100% - 100px);
    }

    /* Home style 3 */
    .col-slider-home3 {
        margin-left: 15px;
    }

    .col-slider-home3 > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-banner-home3 > .vc_column-inner {

    }

    .col-banner-home3 {
        margin-left: -15px;
        padding-left: 10px !important;
    }

    .krystal-tabs.has-nav-owl .tab-head {
        padding-right: 75px;
    }

    .krystal-tabs .tabs-link > li {
        margin: 0 18px;
    }

    /* Product style 3 */
    .product-item.style-3 .add_to_cart_button,
    .product-item.style-3 .added_to_cart,
    .product-item.style-3 .product_type_variable,
    .product-item.style-3 .product_type_grouped,
    .product-item.style-3 .product_type_simple {
        height: 40px;
        line-height: 36px;
    }

    .product-item.style-5 {
        padding: 15px;
    }
    /* Shopping cart */
    .woocommerce .cart-collaterals {
        width: 280px;
        float: right;
        clear: right;
        background: #fafafa;
        padding: 30px 30px 60px 30px;
    }
    .woocommerce .woocommerce-cart-form {
        float: left;
        width: calc(100% - 300px);
    }
    .footer.style4 .instagram {
        margin-right: -5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .krystal-slider.brand-slider-border-right .owl-nav{
        display: none!important;
    }
    .woocommerce-cart-form td.actions .coupon {
        width: 100%;
    }

    .footer.style1 .krystal-newsletter .newsletter-form-wrap {
        width: 60%;
    }

    .footer.style1 .krystal-newsletter .newsletter-text {
        width: 40%;
    }

    .woocommerce .cart-collaterals {
        width: 280px;
        float: right;
        clear: right;
        background: #fafafa;
        padding: 30px 30px 60px 30px;
    }

    .woocommerce .woocommerce-cart-form {
        float: left;
        width: calc(100% - 300px);
    }

    .product-item.style-4 .compare-button {
        float: left;
    }

    .minicart-items .item .delete {
        right: 10px;
    }

    .footer.style4 .krystal-newsletter .newsletter-text {
        margin-top: 0;
    }

    .footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle, .footer.style4 .krystal-newsletter .newsletter-text .subtitle {
        line-height: 24px;
    }

    .footer.style4 .instagram .item {
        width: 68px;
        height: 68px;
    }

    #home3_rowsale.background-desktop,
    #home4_rowfuniture.background-desktop {
        background: none !important;
        padding-bottom: 55px!important;
        padding-top: 10px !important;
        margin-bottom: 0!important;
    }
    #home3_rowsale.background-desktop .vc_column-inner,
    #home4_rowfuniture.background-desktop .vc_column-inner {
        padding-top: 0px !important;
    }
    #home4_rowbestseller .vc_column-inner {
        padding-top: 0;
    }
    #home4_rowbestseller {
        margin-bottom: 65px!important;
    }
    #home4_recently {
        padding-top: 25px!important;
        margin-bottom: 65px!important;
    }
    #home4_rowfeatured,
    #home3_rowfeatured{
        margin-bottom: 50px!important;
        padding-top: 25px!important;
    }
    #home4_rowbanner {
        padding-top: 25px!important;
    }
    #home3_rowviewed {
        margin-bottom: 55px!important;
    }

    .product-list-owl .owl-item.active .product-item {
        width: 100%;
    }

    .product-item.style-5 .add_to_cart_button,
    .product-item.style-5 .added_to_cart,
    .product-item.style-5 .product_type_variable,
    .product-item.style-5 .product_type_grouped,
    .product-item.style-5 .product_type_simple {
        max-width: 120px;
    }
    .header.style1 .bottom-header,
    .header.style1 .bottom-header.header-sticky .box-header-nav {
        width: 100%;

    }

    .header.style1 .header-nav-inner .vertical-wapper {
        display: none;
    }
    .box-header-nav .mobile-navigation {
        display: block;
        background-color: #f18500;
        color: #FFF;
        margin-bottom: 5px;
        height: 50px;
        line-height: 50px;
    }

    .box-header-nav .main-menu {
        display: none;
    }

    .mobile-navigation .icon > span {
        background-color: #FFF;
    }
    .header.style1.style2.is-sticky .bottom-header.header-sticky,
    .admin-bar .sticky-wrapper.is-sticky .header-sticky {
        position: static!important;
    }

}

@media (max-width: 991px) {
    .krystal-slider.brand-slider-border-right .owl-nav{
        display: none!important;
    }
    .product-list-owl .owl-item.active .product-item {
        width: 100%;
    }
    #home3_rowsale.background-desktop,
    #home4_rowfuniture.background-desktop {
        background: none !important;
        padding-bottom: 55px!important;
        padding-top: 10px !important;
        margin-bottom: 0!important;
    }
    #home3_rowsale.background-desktop .vc_column-inner,
    #home4_rowfuniture.background-desktop .vc_column-inner {
        padding-top: 0px !important;
    }
    #home4_rowbestseller .vc_column-inner {
        padding-top: 0;
    }
    #home4_rowbestseller {
        margin-bottom: 62px!important;
    }
    #home4_recently {
        padding-top: 25px!important;
        margin-bottom: 65px!important;
    }
    #home4_rowbanner {
        padding-top: 25px!important;
    }
    #home4_rowfeatured,
    #home3_rowfeatured{
        margin-bottom: 50px!important;
        padding-top: 20px!important;
    }
    #home3_rowviewed {
        margin-bottom: 55px!important;
    }
    .footer.style4 .krystal-newsletter .submit-newsletter {
        width: 100px;
    }

    .footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle {
        margin-right: 15px;
    }

    .footer.style4 .widgettitle, .footer.style4 .widget-title {
        font-size: 14px;
        line-height: 30px;
    }

    .footer.style4 .krystal-instagram > .widget-title {
        line-height: 30px;
    }

    .footer.style1.style4 .krystal-socials .socials {
        text-align: left;
    }

    .footer.style4 .krystal-newsletter .newsletter-text {
        margin-top: 0;
    }

    .footer.style4 .krystal-newsletter .newsletter-text h3.widgettitle, .footer.style4 .krystal-newsletter .newsletter-text .subtitle {
        line-height: 24px;
    }

    .product-item.style-6 .block-deal {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-item.style-6 .product-count-down {
        float: left;
    }

    .product-item.style-6 .flashs {
        margin-bottom: 12px;
    }

    .minicart-items .item .delete {
        right: 10px;
    }

    .product-item.style-4 .compare-button {
        float: left;
    }

    .submenu.megamenu .vc_row {
        padding: 0 !important;
        margin: 0 !important;
    }

    .submenu.megamenu .vc_row .wpb_column {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .submenu.megamenu .vc_row > .wpb_column {
        margin: 0 0 20px 0 !important;
    }

    .header.style1 .bottom-header,
    .header.style1 .bottom-header.header-sticky .box-header-nav {
        width: 100%;
    }

    .header.style1 .header-nav-inner .vertical-wapper {
        display: none;
    }

    .box-header-nav .mobile-navigation {
        display: block;
        background-color: #f18500;
        color: #FFF;
        margin-bottom: 5px;
    }

    .box-header-nav .main-menu {
        display: none;
    }

    .mobile-navigation .icon > span {
        background-color: #FFF;
    }

    .krystal-tabs .tab-container {
        clear: both;
    }

    .krystal-tabs .tabs-link {
        float: left;
        width: 100%;
    }

    .krystal-tabs .tabs-link > li:first-child {
        margin-left: 0;
    }

    .krystal-tabs .tabs-link > li,
    .krystal-tabs .tabs-link > li:hover,
    .krystal-tabs .tabs-link > li.active {
        border-bottom: 1px solid transparent;
    }

    /* Header style 2 */
    .header.style2 .box-header-nav .mobile-navigation {
        height: 50px;
        line-height: 50px;
        border-left: 1px solid #e6e6e6;
    }

    .header.style2 .mobile-navigation .icon {
        width: 50px;
        height: 50px;
        padding: 0 15px;
        padding-top: 19px;
    }

    .footer.style1 .krystal-newsletter .newsletter-text,
    .footer.style1 .krystal-newsletter .newsletter-form-wrap {
        width: 100%;
    }

    .footer.style1 .krystal-newsletter .newsletter-text {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer.style1 .krystal-newsletter .newsletter-text h3.widgettitle,
    .footer.style1 .krystal-newsletter .newsletter-text .subtitle {
        line-height: 20px;
        display: inline-block;
    }

    .footer.style1 .krystal-socials .socials {
        text-align: center;
        margin-top: 10px;
    }

    .footer.style1 .krystal-newsletter .newsletter-form-wrap .email {
        max-width: 100%;
        width: calc(100% - 100px);
    }

    .footer.style1 .krystal-newsletter.widget {
        text-align: center;
    }

    /* Product List */
    .shop-page .product-info .product-name {
        height: auto;
    }

    .shop-page select.orderby {
        width: 200px;
    }

    .shop-page .product-item .add_to_cart_button,
    .shop-page .product-item .added_to_cart,
    .shop-page .product-item .product_type_variable,
    .shop-page .product-item .product_type_grouped,
    .shop-page .product-item .product_type_simple {
        width: auto;
        padding: 0 10px;
    }

    .shop-page .product-item.style-1 .add_to_cart_button,
    .shop-page .product-item.style-1 .added_to_cart,
    .shop-page .product-item.style-1 .product_type_variable,
    .shop-page .product-item.style-1 .product_type_grouped,
    .shop-page .product-item.style-1 .product_type_simple {
        min-width: 70%;
    }

    .woocommerce .cart-collaterals {
        width: 100%;
        float: left;
        clear: right;
        background: #fafafa;
        padding: 30px 30px 60px 30px;
    }

    .woocommerce .woocommerce-cart-form {
        float: left;
        width: 100%;
    }

    .woocommerce-cart-form td.actions .coupon {
        width: 100%;
    }
    .header.style1.style2.is-sticky .bottom-header.header-sticky,
    .admin-bar .sticky-wrapper.is-sticky .header-sticky {
        position: static!important;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Home Tabs */
    .krystal-tabs .tab-head,
    .krystal-tabs.has-nav-owl .tab-head {
        padding-right: 35px;
    }

    .krystal-tabs .tabs-link {
        padding-left: 0;
    }

    .krystal-tabs .tabs-link > li {
        padding: 2px 2px 0 2px;
        margin-right: 7px;
    }

    .krystal-tabs.has-nav-owl .nav-top-right .owl-nav,
    .krystal-tabs.has-nav-owl .nav-top-left .owl-nav {
        top: -24px;
    }

    /* Footer Style 1 */
    .footer.style1 .krystal-newsletter .newsletter-form-wrap .email {
        max-width: 100%;
        width: calc(100% - 100px);
    }

    .footer.style1 .krystal-newsletter.widget {
        text-align: center;
    }

    .footer.style1 .socials .social {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 5px;
        margin-top: 5px;
    }

    .footer.style1 .socials .social i {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #home4_rowfuniture.background-desktop {
        padding-bottom: 60px;
    }
    .vc_column_container > .vc_column-inner.vc_custom_1497337859862,
    .vc_column_container > .vc_column-inner.vc_custom_1499761640417{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .krystal-products.krystal_custom_css_199590750 .nav-top-right .owl-nav,
    .krystal-products.krystal_custom_css_199590750 .nav-top-left .owl-nav {
        top: -58px;
    }
    .krystal-blogs.default .owl-nav,
    .krystal-slider.default .owl-nav {
        top: -48px;
    }
    .krystal-slider.default.krystal_custom_css_680084200 .owl-carousel .owl-next {
        margin-left: 5px;
    }
    .krystal-slider.brand-slider-border-right .owl-nav{
        display: none!important;
    }
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
    }

    #customer_login .col-1 {
        margin-bottom: 20px;
    }

    .product-item.style-5 {
        padding: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .hidden-mobile {
        display: none;
    }

    .vc_column_container > .vc_column-inner {
        /*padding-left: 15px !important;
        padding-right: 15px !important;*/
    }

    .vc_column_container > .vc_column-inner .wpb_wrapper {
        /*overflow-x: hidden;*/
    }

    /* Header Style 1 */
    .header.style1 .top-bar-menu {
        text-align: center;
        width: 100%;
    }

    .header.style1 .search-icon-mobile {
        display: inline-block;
    }

    .header.style1 .block-minicart .cartlink span.cart-text {
        display: none;
    }

    .header.style2 .top-header .text {
        text-align: center;
        width: 100%;
    }

    .header.style2 .header-nav-inner .box-header-nav,
    .header.style2 .header-nav-inner .vertical-wapper {
        width: 50%;
    }

    .footer.style4 .widgettitle,
    .footer.style4 .widget-title {
        margin-top: 15px;
    }

    /* Home Tabs */
    .krystal-tabs .tab-head,
    .krystal-tabs.has-nav-owl .tab-head {
        width: 100%;
        display: inline-block;
        padding-right: 36px;
    }

    .krystal-tabs.has-nav-owl .tab-head {
        padding-right: 0;
    }

    .krystal-tabs .tab-head .title {
        width: 100%;
        margin-bottom: 10px;
    }

    .krystal-tabs .tabs-link {
        margin-bottom: 10px;
        float: left;
        padding-left: 0;
    }

    .krystal-tabs .tabs-link > li {
        width: 100%;
    }

    .krystal-tabs .tabs-link > li,
    .krystal-tabs .tabs-link > li:hover,
    .krystal-tabs .tabs-link > li.active {
        line-height: 30px;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .krystal-tabs .tabs-link > li:hover,
    .krystal-tabs .tabs-link > li.active {
        color: #222222;
        font-weight: bold;
    }

    .product-list-owl .owl-stage-outer {
        margin-right: -1px;
        margin-left: -1px;
        padding-right: 1px;
        padding-left: 1px;
    }

    .product-item.style-2:hover,
    .product-item.style-4:hover,
    .product-item.style-4 .group-button,
    .product-item.style-2 .group-button {
        box-shadow: none;
    }

    .product-list-owl .owl-item {
        visibility: hidden;
    }

    .product-list-owl .owl-item.active {
        visibility: visible;
    }

    .product-list-owl .owl-item.active .product-item {
        width: 100%;
    }

    .product-list-owl .owl-item.active.item-first::before {
        /*display: none;*/
        z-index: 9;
    }

    .product-item.style-5 {
        background-color: #ffffff;
        /*padding: 0;*/
        margin: 15px 0;
    }

    /* Footer Style 1 */
    .footer.style1 .widgettitle {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .quick_link_footer p {
        line-height: 20px;
    }

    .footer.style1 .copyright {
        text-align: center;
    }

    /* Product detail */
    .single-left-container {
        margin-bottom: 20px;
    }

    .single-product .wc-tabs > li {
        padding: 0 10px;
        margin-right: 5px;
    }

    /* Product List */
    .shop-page .sidebar.col-sidebar {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }

    .shop_table tr th, .shop_table tr td {
        padding: 10px 0;
        width: 100%;
        display: inline-block;
        text-align: left !important;
    }

    .shop_table tr th {
        padding: 5px 0;
    }

    .shop_table tr th.product-remove,
    .shop_table tr th.product-thumbnail {
        display: none;
    }

    .woocommerce-cart-form td.actions .coupon .button {
        margin-top: 15px;
    }

    .woocommerce-cart-form td.actions .coupon .coupon_code {
        width: 100%;
    }

    .minicart-items .item .delete {
        right: 10px;
    }

    .block-search-mobile.open,
    body.open-block-serach::before {
        position: fixed;
    }

    .owl-carousel .owl-next {
        margin-left: 5px;
    }

    .single-post .main-content,
    .single-post .sidebar,
    .blog .main-content,
    .blog .sidebar {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 480px) {
    .single-post .post-arthur .des {
        width: 100%;
    }

    .mini-cart-content {
        width: 290px;
        padding: 15px 10px;
    }

    .header.style1 .logo,
    .header.style1 .header-control {
        text-align: center;
        width: 100%;
    }

    .header.style1 .header-control > * {
        display: inline-block;
    }

    .header.style1 .top-bar-menu > li > a {
        padding: 0 10px;
    }

    .header.style2 .header-nav-inner .box-header-nav {
        width: 100%;
    }

    .header.style2 .header-nav-inner .vertical-wapper {
        display: none;
    }

    .krystal-newsletter .newsletter-form-wrap .email {
        max-width: calc(100% - 100px);
    }

    .krystal-tabs .tab-head, .krystal-tabs.has-nav-owl .tab-head {
        padding-right: 0;
    }

    .krystal-tabs .tabs-link {
        margin-bottom: 10px;
    }

    .krystal-tabs .tabs-link > li {
        width: 100%;
    }

    .krystal-tabs .tabs-link > li,
    .krystal-tabs .tabs-link > li:hover,
    .krystal-tabs .tabs-link > li.active {
        line-height: 30px;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .krystal-tabs .tabs-link > li:hover,
    .krystal-tabs .tabs-link > li.active {
        color: #222222;
    }

    .product-list-owl .owl-item.cloned .product-item {
        border: none;
    }

    .owl-carousel .owl-next {
        margin-left: 10px;
    }

    .product-list-owl .owl-item.active .product-item {
        /*border-left-width: 1px;*/
    }

    /* Product style 3 */
    .product-item.style-3 .product-thumb,
    .product-item.style-3 .product-info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .product-item.style-3 .product-thumb img {
        margin: 0 auto;
    }

    /* Product style 3 */
    .product-item.style-5 .product-inner {
        padding: 15px;
    }

    /* Product detail */
    .single-product .wc-tabs > li {
        width: 100%;
        margin: 0 0 1px 0;
        border: none;
        line-height: 45px !important;
        height: 45px !important;
    }

    .block-related .block-title {
        margin-bottom: 15px;
    }

    /* Product List */
    .toolbar-products .modes {
        display: none;
    }
}

@media (max-width: 340px) {
    .product-item.style-5 .product-thumb,
    .product-item.style-5 .product-info {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: none !important;
    }
}

/* LOADING*/
.cssload-square {
    margin: 68px auto;
    width: 19px;
    height: 19px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cssload-square-part {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
    background: rgb(84, 250, 212);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
}

.cssload-square-pink {
    background: rgb(233, 111, 146);
    left: 0;
    top: 0;
}

.cssload-square-blend {
    background: rgb(117, 81, 125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -ms-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-10px, -10px, 0);
    }
    100% {
        transform: translate3d(10px, 10px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -o-transform: translate3d(10px, 10px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -ms-transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -moz-transform: translate3d(10px, 10px, 0);
    }
}

/*mobile-menu*/
.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay,
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    left: 0;
}

.box-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 90%;
    max-width: 320px;
    line-height: 24px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}

.box-mobile-menu .box-inner {
    height: calc(100% - 40px);
    -webkit-box-shadow: 0 -1px 0 #e6e6e6;
    -moz-box-shadow: 0 -1px 0 #e6e6e6;
    box-shadow: 0 -1px 0 #e6e6e6;
}

.box-mobile-menu .box-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0;
    margin: 0 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.box-mobile-menu .back-menu {
    position: absolute;
    top: 0;
    left: 0;
}

.box-mobile-menu .close-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.box-mobile-menu .back-menu i,
.box-mobile-menu .close-menu i {
    display: block;
    font-size: 28px;
    padding: 6px;
    font-weight: 600;
}

.box-mobile-menu .toggle-submenu {
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
}

.box-mobile-menu .toggle-submenu::before {
    font-family: 'Pe-icon-7-stroke';
    display: block;
    content: "\e684";
}

.box-mobile-menu .main-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.box-mobile-menu .main-menu .submenu {
    list-style: none;
    padding-left: 0;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: -320px;
    width: 320px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.box-mobile-menu .main-menu .menu-item {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.box-mobile-menu .main-menu .menu-item > a {
    display: block;
    padding: 8px 40px 8px 15px;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active>.submenu{
    left: 0 !important;
    z-index: 12;
    opacity: 1;
    visibility: visible;
}
/*admin-bar*/
body.admin-bar .box-mobile-menu {
    top: 32px;
}

body.admin-bar .box-mobile-menu .main-menu .submenu {
    top: 72px;
}


/* Update Home 05 */

/* Header 05 */
#header.style1.style5 .bottom-header {
    background-color: #FFF;
}
#header.style1.style5 .box-header-nav .main-menu {
    padding-left: 0;
}
/* Index 05 */
.product-list-owl .owl-item.active.item-first .product-item {
    width: 100%;
}
.product-item .product-info .price ins {
    margin-right: 5px;
}
.product-item .flashs {
    max-height: 50px;
}
/* krystal-verticalmenu */
.krystal-verticalmenu.block-nav-categori > .verticalmenu-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    min-width: 0;
}
.krystal-verticalmenu.block-nav-categori .block-title {
    background-color: #f18500;
    color: #FFF;
}
.krystal-verticalmenu.block-nav-categori .icon-bar {
    display: inline-block;
    margin-right: 20px;
    padding: 0!important;
    width: 16px;
    text-align: center;
}
.krystal-verticalmenu.block-nav-categori .icon-bar > span {
    background-color: #FFF;
}
/* Product style 07 */
.product-item.style-7 {
    border: none;
    padding: 0;
}
.product-item.style-7 .flashs {
    display: none;
}
.product-item.style-7 .product-inner {
    display: flex;
}
.product-item.style-7 .product-thumb {
    width: 80px;
    margin-right: 10px;
}
.product-item.style-7 .product-info {}
.product-item.style-7 .product-name {
    height: auto;
}
/* Product Style 5 - Border item */
.product-item-border .product-item.style-5 {
    border: 1px solid #ebebeb;
    border-width: 1px!important;
    padding: 10px;
}
.product-item-border .owl-item.active .product-item.style-5 {
    width: 100%;
}
.product-item-border .product-item.style-5 .product-inner {
    padding: 0;
}
.product-item-border .product-item.style-5.rows-space-20 + .product-item.style-5.rows-space-20{
    margin-top: 20px;
}
.product-item-border .product-list-owl .owl-item.active .owl-one-row .product-item.style-5.rows-space-20 + .product-item.style-5.rows-space-20 {
    border-top: 1px solid #e6e6e6;
}
/* [Krystal Products] - Deals */
.krystal-products > .krystal-countdown {
    max-width: 310px;
    display: flex;
    position: absolute;
    z-index: 9;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.krystal-products > .krystal-countdown .box-count {
    display: flex;
    align-items: center;
    margin: 0 5px;
    width: 80px;
}
.krystal-products > .krystal-countdown .box-count > span.number {
    margin-right: 5px;
}
/* products_daily_deal_special */
.products_daily_deal_special .product-list-owl.owl-carousel {
    border: 1px solid #E6E6E6;
    padding: 20px 1px;
}
.products_daily_deal_special .product-item.style-5 {
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
}
.products_daily_deal_special .product-item.style-5 .product-inner {
    padding: 0;
}
.products_daily_deal_special .owl-item.active.item-last .product-item.style-5 {
    border-right: none;
}
.products_daily_deal_special .product-item.style-5 .flashs span + span  {
    display: none;
}
/* krystal-products-home5 */
.krystal-products-home5 .title-product {
    margin-bottom: 14px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6;
}
/* .krystal-products .title-product */
.krystal-products.border-title .title-product {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
/* [Krystal  Blogs] - Style 01 */
.krystal-blogs.style1 > .title {
    margin-bottom: 20px;
}
.krystal-blogs .top-post-meta {
    line-height: 16px;
    margin-top: 10px;
}
.krystal-blogs.style1 .blog-item .post-name {
    margin: 15px 0;
    height: auto;
    white-space: normal;
}
.krystal-blogs.style1 .blog-item .post-name > a {
    color: #333;
}
.krystal-blogs .author a,
.krystal-blogs .author a span {
    color: #f18500;
}

/* Footer 05 */
footer.style5 .krystal-newsletter .newsletter-text,
footer.style5 .krystal-newsletter .newsletter-form-wrap {
    width: 100%!important;
    margin: 0;
}
.footer.style5 .widgettitle{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer.style5 .krystal-newsletter .newsletter-text h3.widgettitle {
    font-size: 16px;
    line-height: 30px!important;
    color: #222222;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
}
footer.style5 .krystal-newsletter .newsletter-form-wrap:before {
    display: none;
}
footer.style5 .krystal-newsletter .newsletter-text .subtitle {
    line-height: 20px;
}
footer.style5 .krystal-newsletter .newsletter-form-wrap .placeholder {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%!important;
}
footer.style5 .krystal-newsletter .newsletter-form-wrap .email {
    padding-left: 20px;
}
footer.style5 .krystal-newsletter .submit-newsletter {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer.style5 .krystal-newsletter.widget {
    text-align: left;
}
@media  (min-width: 1200px) {
    .products_daily_deal_special .product-list-owl.owl-carousel {
        padding: 30px 1px;
    }
    footer.style5 .krystal-newsletter .newsletter-text {
        margin-bottom: 50px;
    }
    .padding-left-desktop.vc_column_container > .vc_column-inner {
        padding-left: 5px;
    }
}
@media  (max-width: 1199px) {
    .header.style5 {
        margin-bottom: 40px;
    }
    .menu-bar.mobile-navigation .icon {
        padding-top: 18px;
    }
    .krystal-verticalmenu.block-nav-categori .block-title {
        padding-left: 15px;
        padding-right: 5px;
    }
    .krystal-verticalmenu.block-nav-categori .icon-bar {
        margin-right: 10px;
    }
}
@media (max-width: 991px){
    .krystal-products > .krystal-countdown {
        position: relative;
        top: -10px;
        left: 0;
        transform: translateX(0);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper > .krystal-tabs .krystal-products .owl-nav {
        top: -23px;
    }
}
@media  (max-width: 767px) {
    .footer.style1.style5 .widgettitle {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media  (max-width: 480px) {
    .krystal-products > .krystal-countdown {
        max-width: 260px;
        display: block;
    }
    .krystal-products > .krystal-countdown .box-count {
        width: 42px;
        display: inline-block;
    }
}







.krystal-products.fix_owl_border .product-list-owl.owl-carousel .owl-item.active.item-first::before,
.krystal-products.fix_owl_border .product-list-owl.owl-carousel .owl-item.active.item-last::after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 0 1px;
}

.krystal-products.fix_owl_border .product-list-owl.owl-carousel .owl-item.active.item-first::before {
    left: -1px;
    border-left-color: #FFF;
}

.krystal-products.fix_owl_border .product-list-owl.owl-carousel .owl-item.active.item-last::after {
    right: 0px;
    border-right-color: #FFF;
}
.krystal-products.fix_owl_border .product-list-owl.owl-carousel .owl-item.active.item-last .product-item.style-2 .group-button {
    width: calc(100% + 1px);
}
.comment-navigation .nav-previou,
.comment-navigation .nav-next {
    margin-bottom: 10px;
}
.rev_slider_wrapper .tparrows {
    visibility: hidden;
}
.rev_slider_wrapper:hover .tparrows {
    visibility: visible;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {

    /* ---------------------
        WOOCOMMERCE
        --------------------- */
        body .woocommerce .col2-set .col-1{width:100% !important;}
        .woocommerce-billing-fields h3{margin-top:40px !important;}
        .woocommerce .col1-set, .woocommerce-page .col2-set{width:48% !important;float:left !important;}
        #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}

}









