/*
Theme Name: Quinto
Theme URI: http://quinto.kutethemes.net
Author: Kutethems Team
Text Domain: quinto
Author URI: http://kutethemes.net
Description: Quinto Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version: 1.0.3
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

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

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

[Component module]
    COMMON STYLES
    CUSTOM BOOSTRAP 5 COLUMNS
    HEADERS
    FOOTER
    WIDGETS
    BLOG
    SHOP
    DETAIL
    RESPONSIVE


/*=================================================================================*/

/* =============================== * /
 * COMMON STYLES
 * =============================== */

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

label {
    font-weight: 300;
    color: #222;
}

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

a:hover, a:focus, a:active {
    text-decoration: none;
    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: 17px;
    margin: 0;
}
ul ul, ol ol, ul ol, ol ul {
  padding-left: 25px; 
}
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;
    width: 300px;
    max-width: 100%;
}

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

.backtotop {
    display: 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;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 0;
}
.button:hover,.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #888;
    color: #fff;
}
.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
}
.left-content {
    text-align: left;
}
.text-center,
.middle-content {
    text-align: center;
}
.right-content {
    text-align: right;
}
.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: 300;
}

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;
}
.screen-reader-text {
    display: 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 #fde888;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

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

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 0;
}

.woocommerce .woocommerce-error {
    border-color: #fcf8e3;
}

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

/* Breadcrumb */
.breadcrumb,
.woocommerce-breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #aaa;
    margin: 0;
    font-weight: 300;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    font-weight: 300;
}
.breadcrumb span,
.woocommerce-breadcrumb span,
.breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
    color: #333;
}

.breadcrumb > li + li::before,
.woocommerce-breadcrumb a::after {
    padding: 0 5px;
    color: #aaa;
    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 {
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 35px;
    line-height: 35px;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    color: #333;
}
.owl-carousel .owl-prev {
    margin-left: 0;
    left: 20px;
}
.owl-carousel .owl-next {
    margin-right: 0;
    right: 20px;
}
.owl-carousel:hover .owl-prev {
    left: 0;
    opacity: 1;
}
.owl-carousel:hover .owl-next {
    right: 0;
    opacity: 1;
}
.owl-carousel .owl-nav::before,
.owl-carousel .owl-nav::after {
    content: '';
    display: table;
}
.owl-carousel .owl-nav::after {
    clear: both;
}

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

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

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

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

.wpcf7-form .wpcf7-submit {
    color: #FFF;
    background: #31629f;
    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: 20px;
}

.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
-----------------------*/

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

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


/*--------------
 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;
}

/*----------------
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;
    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;
}

 /* =============================== * /
 * 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),
    .auto-clear .vc_col-lg-1:nth-child(12n+1) {clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1),
    .auto-clear .vc_col-lg-2:nth-child(6n+1) {clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1),
    .auto-clear .vc_col-lg-15:nth-child(5n+1) {clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1),
    .auto-clear .vc_col-lg-3:nth-child(4n+1) {clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1),
    .auto-clear .vc_col-lg-4:nth-child(3n+1) {clear:left;}
    .auto-clear .col-lg-6:nth-child(odd),
    .auto-clear .vc_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),
    .auto-clear .vc_col-md-1:nth-child(12n+1) {clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .vc_col-md-2:nth-child(6n+1) {clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1),
    .auto-clear .vc_col-md-15:nth-child(5n+1) {clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .vc_col-md-3:nth-child(4n+1) {clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .vc_col-md-4:nth-child(3n+1) {clear:left;}
    .auto-clear .col-md-6:nth-child(odd),
    .auto-clear .vc_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),
    .auto-clear .vc_col-sm-1:nth-child(12n+1) {clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .vc_col-sm-2:nth-child(6n+1) {clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1),
    .auto-clear .vc_col-sm-15:nth-child(5n+1) {clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .vc_col-sm-3:nth-child(4n+1) {clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .vc_col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd),
    .auto-clear .vc_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),
    .auto-clear .vc_col-xs-1:nth-child(12n+1) {clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .vc_col-xs-2:nth-child(6n+1) {clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1),
    .auto-clear .vc_col-xs-15:nth-child(5n+1) {clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .vc_col-xs-3:nth-child(4n+1) {clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .vc_col-xs-4:nth-child(3n+1) {clear:left;}
    .auto-clear .col-xs-6:nth-child(odd),
    .auto-clear .vc_col-xs-6:nth-child(odd) {clear:left;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1),
    .auto-clear .vc_col-ts-1:nth-child(12n+1) {clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1),
    .auto-clear .vc_col-ts-2:nth-child(6n+1) {clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1),
    .auto-clear .vc_col-ts-15:nth-child(5n+1) {clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1),
    .auto-clear .vc_col-ts-3:nth-child(4n+1) {clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1),
    .auto-clear .vc_col-ts-4:nth-child(3n+1) {clear:left;}
    .auto-clear .col-ts-6:nth-child(odd),
    .auto-clear .vc_col-ts-6:nth-child(odd) {clear:left;}
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/

@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }

    .col-ts-12 {
        width: 100%;
    }

    .col-ts-11 {
        width: 91.66666667%;
    }

    .col-ts-10 {
        width: 83.33333333%;
    }

    .col-ts-9 {
        width: 75%;
    }

    .col-ts-8 {
        width: 66.66666667%;
    }

    .col-ts-7 {
        width: 58.33333333%;
    }

    .col-ts-6 {
        width: 50%;
    }

    .col-ts-5 {
        width: 41.66666667%;
    }

    .col-ts-4 {
        width: 33.33333333%;
    }

    .col-ts-3 {
        width: 25%;
    }

    .col-ts-2 {
        width: 16.66666667%;
    }

    .col-ts-1 {
        width: 8.33333333%;
    }

    .col-ts-pull-12 {
        right: 100%;
    }

    .col-ts-pull-11 {
        right: 91.66666667%;
    }

    .col-ts-pull-10 {
        right: 83.33333333%;
    }

    .col-ts-pull-9 {
        right: 75%;
    }

    .col-ts-pull-8 {
        right: 66.66666667%;
    }

    .col-ts-pull-7 {
        right: 58.33333333%;
    }

    .col-ts-pull-6 {
        right: 50%;
    }

    .col-ts-pull-5 {
        right: 41.66666667%;
    }

    .col-ts-pull-4 {
        right: 33.33333333%;
    }

    .col-ts-pull-3 {
        right: 25%;
    }

    .col-ts-pull-2 {
        right: 16.66666667%;
    }

    .col-ts-pull-1 {
        right: 8.33333333%;
    }

    .col-ts-pull-0 {
        right: auto;
    }

    .col-ts-push-12 {
        left: 100%;
    }

    .col-ts-push-11 {
        left: 91.66666667%;
    }

    .col-ts-push-10 {
        left: 83.33333333%;
    }

    .col-ts-push-9 {
        left: 75%;
    }

    .col-ts-push-8 {
        left: 66.66666667%;
    }

    .col-ts-push-7 {
        left: 58.33333333%;
    }

    .col-ts-push-6 {
        left: 50%;
    }

    .col-ts-push-5 {
        left: 41.66666667%;
    }

    .col-ts-push-4 {
        left: 33.33333333%;
    }

    .col-ts-push-3 {
        left: 25%;
    }

    .col-ts-push-2 {
        left: 16.66666667%;
    }

    .col-ts-push-1 {
        left: 8.33333333%;
    }

    .col-ts-push-0 {
        left: auto;
    }

    .col-ts-offset-12 {
        margin-left: 100%;
    }

    .col-ts-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-ts-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-ts-offset-9 {
        margin-left: 75%;
    }

    .col-ts-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-ts-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-ts-offset-6 {
        margin-left: 50%;
    }

    .col-ts-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-ts-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-ts-offset-3 {
        margin-left: 25%;
    }

    .col-ts-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-ts-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-ts-offset-0 {
        margin-left: 0;
    }

    .hidden-ts {
        display: none;
    }
}

/* =============================== * /
 * BLOGS
 * =============================== */

 /* =============================== * /
 * HEADERS
 * =============================== */

.top-header {}
.top-bar-menu {} 
.top-bar-menu.left {}
.top-bar-menu.right {}
.top-bar-menu li { }
.top-bar-menu > li {}
.top-bar-menu > li > a {}
.top-bar-menu.left > li > a {}
.top-bar-menu.right > li > a {}
.top-bar-menu .submenu {}
.top-bar-menu .switcher-language .submenu {}
.top-bar-menu .show-submenu > .submenu,
.top-bar-menu .dropdown.open > .submenu {}

/* =============================== * /
 * FOOTERS
 * =============================== */
/*Tab style*/
.tab-content {
  position: relative;
}
.tab-panel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.tab-panel.active{ 
  position: static;
  opacity: 1;
  visibility: visible;
  display: block
}
.nav>li>a:focus, 
.nav>li>a:hover {
  background-color: transparent;
}
.quinto-tabs .tabs-link {
  width: 100%;
  text-align: center;
  padding: 0 0 50px;
}
.quinto-tabs .tabs-link li  {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
.quinto-tabs .tabs-link li:first-child {
    margin-left: 0;
}
.quinto-tabs .tabs-link li:last-child {
    margin-right: 0;
}
.quinto-tabs .tabs-link li > a {
  font-size: 16px;
  color: #888888;
  font-weight: 600;
  position: relative;
  padding: 0;
  display: inline-block;
}
.quinto-tabs .tabs-link li > a:hover,
.quinto-tabs .tabs-link li.active > a {
  color: #111111;
}
.quinto-tabs .tabs-link li.active > a::after {
  height: 2px;
  width: 100%;
  background-color: #888888;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
}
.quinto-tabs.style2 .tab-head {
    float: left;
}
.quinto-tabs.style2 .tabs-link {
  text-align: left;
  position: relative;
  z-index: 2;
  top: 135px;
  left: 0;
}
.quinto-tabs.style2 .tabs-link li {
  display: list-item;
  list-style: none;
  margin: 0;
}
.quinto-tabs.style2 .tabs-link li >a {
  font-size: 48px;
  color: #888888;
  font-weight: 700;
  position: relative;
  padding: 0;
  line-height: 75px;
  display: inline-block;
  text-decoration: none;
}
.quinto-tabs.style2 .tabs-link li >a:hover,
.quinto-tabs.style2 .tabs-link li.active >a {
  color: #111111;
}
.quinto-tabs.style2 .tabs-link li.active >a::after {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 17px;
  left: 0;
}
.quinto-tabs.style3 .tabs-link {
  width: 100%;
  text-align: center;
  padding: 70px 0 145px;
}
.quinto-tabs.style3 .tabs-link li  {
  display: inline-block;
  list-style: none;
  margin: 0 55px;
}
.quinto-tabs.style3 .tabs-link li > a {
  font-size: 36px;
  color: #888888;
  font-weight: 700;
  position: relative;
  padding: 0;
  display: inline-block;
  line-height: 36px;
}
.quinto-tabs.style3 .tabs-link li.active > a {
  color: #333333;
}
.quinto-tabs.style3 .tabs-link li.active > a::after {
  width: 100%;
  height: 15px;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.catalog-product-view .wc-tabs {
  margin: 35px 0 45px;
  padding-left: 0;
}
.catalog-product-view .wc-tabs li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.catalog-product-view .wc-tabs li a {
  font-size: 20px;
  color: #aaa;
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.catalog-product-view .wc-tabs li a:hover,
.catalog-product-view .wc-tabs li.active a {
  color: #333;
}
.catalog-product-view .wc-tabs li.active::after {
  height: 6px;
  bottom: 4px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 2px;
  content: "";
}
.tabs-link li a.reviews .count {
  font-size: 16px;
  color: #edcd3b;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -2px;
}
.header-nav .main-menu-tabbar:hover,
.header-nav .main-menu-tabbar:focus {
  color: #888;
}
.header .header-nav .mobile-navigation {
  display: none;
}
.header-nav .main-menu-tabbar {
  float: left;
}
/*HEADER LAYOUT1*/
.header .sticky {
    position: fixed;
    -webkit-transform: translateY(-300px);
       -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
         -o-transform: translateY(-300px);
            transform: translateY(-300px);
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    padding: 9px 0 6px ;
    background-color: #fff;
    -webkit-transition: 0.5s ease 0s;
       -moz-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
         -o-transition: 0.5s ease 0s;
            transition: 0.5s ease 0s;
    box-shadow: 0 0 10px #888;
}
.admin-bar .header .sticky {
    top: 32px;
}
.header .sticky.is-sticky {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
#header .sticky .logo {
    padding: 0;
    margin-top: 5px;
}
#header .sticky .mini-cart {
    float: right;
    margin-top: 10px;
}
.header.layout1 {
  padding-bottom: 40px;
}
.header .topbar {
  width: 100%;
  border-bottom: solid 1px #efefef;
  padding: 9px 0;
}
.topbar-content.right {
  text-align: right;
}
.topbar .note {
  font-size: 13px;
  color: #555555;
  font-weight: 300;
  margin: 5px 0 0;
}
.header .topbar .mini-cart .cart-icon,
.header .topbar .topbar-icon,
.header .topbar .icon {
  font-size: 12px;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.header .topbar .note .topbar-icon  {
    font-size: 13px;
}
.header .topbar .mini-cart .cart-icon .icon{
    font-size: 11px;
}
.header .topbar .mini-cart .cart-icon {
    margin-right: 0;
}
.header .topbar .mini-cart .cart-icon .icon {
    margin-right: 10px;
}
.header .topbar .mini-cart .cart-icon .count {
    color: #111;
    font-size: 13px;
    font-weight: 300;
    width: auto;
    height: auto;
    line-height: 18px;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
    position: static; 
}
.header .topbar .mini-cart .cart-icon .text {
    display: inline-block;
}
.header .topbar .mini-cart .cart-icon .count .character {
    display: inline-block;
}
.mini-cart .cartlink .cart-price {
  display: none;
}
.topbar .top-links .top-item {
  display: inline-block;
  list-style: none;
  margin: 0 15px;
  padding: 5px 0;
  position: relative;
}
.topbar .top-links li:first-child {
  margin-left: 0;
}
.mini-cart .cartlink .text,
.topbar .top-links li a{
    font-size: 13px;
    color: #555;
    font-weight: 300;
}
.topbar .top-links .top-item > a {
  font-size: 13px;
  color: #555555;
  font-weight: 300;
  display: inline-block;
}
.topbar .top-links a .icon {
  margin-right: 10px;
}
.topbar .top-links .top-item a:hover .cart-icon .text,
.topbar .top-links .top-item li > a:hover,
.topbar .top-links .top-item > a:hover{
  text-decoration: underline;
  color: #333;
}

.mini-cart .mini-cart-content,
.top-links .top-inner {
  padding: 25px 20px 28px;
  min-width: 250px;
  box-shadow: 0 0 5px #dedede;
  position: absolute;
  z-index: 12;
  visibility: hidden;
  text-align: left;
  top: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
  background-color: #ffffff;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
  display: block;
}
.mini-cart .mini-cart-content {
  max-height: 500px;
  overflow-y: auto;
}
.topbar .top-links .mini-cart {
    margin-right: 0;
}
.mini-cart .mini-cart-content {
    min-width: 285px;
    padding: 20px 15px;
}
.quinto-mini-cart {
    display: inline-block;
}
.mini-cart:hover .mini-cart-content,
.top-links .top-item:hover .top-inner,
.account-inner:hover .account-inner {
  -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}
.mini-cart .mini-cart-content .minicart-title {
    font-weight: 500;
    margin-bottom: 15px;
}
.mini-cart .mini-cart-content .minicart-title .number-minicart {
    font-weight: 600;
    color: #111;
}
.mini-cart .minicart-items {
    padding-left: 0;
}
.mini-cart .mini-cart-content .minicart-items li{
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.mini-cart .mini-cart-content .minicart-items li .thumb {
    max-width: 80px;
    float: left;
    margin-right: 10px;
}
.mini-cart .mini-cart-content .minicart-items li .info {
    position: relative;
    overflow: hidden;
}
.mini-cart .mini-cart-content .minicart-items li .info .product-name {
    font-size: 14px;
}
.mini-cart .mini-cart-content .minicart-items li .info .woocommerce-Price-amount {
    font-size: 14px;
    color: #888888;
    margin: 0;
}
.mini-cart .mini-cart-content .minicart-items .delete {
    font-size: 13px;
    color: #888;
    height: 20px;
    line-height: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.mini-cart .mini-cart-content .minicart-items .delete > span {
    font-size: 0;
}
.mini-cart .mini-cart-content .minicart-items .delete > span::before {
    content: "\f014";
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
}
.mini-cart .mini-cart-content .minicart-items .delete:hover {
    color: #333;
}
.mini-cart .mini-cart-content .subtotal {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px 0;
    border-top: solid 1px #e6e6e6;
}
.mini-cart .mini-cart-content .subtotal .text {
    float: left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.mini-cart .mini-cart-content .subtotal .total {
    float: right;
    font-size: 14px;
    color: #333;
}
.mini-cart .mini-cart-content .button {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px;
}
.mini-cart .mini-cart-content .btn-checkout {
    margin: 0 5px 5px 0;
    float: left;
}
.mini-cart .mini-cart-content .btn-viewcart {
    margin: 0 0 5px 5px;
}
.top-links .top-inner .title,
.top-links .top-inner .title a{
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
}
.top-links .top-inner form .main-title {
    display: none;
}
.top-links .top-inner .title a:hover {
  color: #222;
}
.top-links .top-inner .title a.active {
  color: #222222;
  font-weight: 400;
}
.top-links .top-inner .input-text {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  outline: 0;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  border: none;
  width: 100%;
  border-bottom: solid 1px #dedede;
  padding: 0;
  background-color: #fff;
}

.account-inner .button {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #333333;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
}

.top-links .top-inner .button:hover {
  background-color: #888;
}
.account-inner .check input{
  width: 15px;
  height: 15px;
  display: inline-block;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  outline: 0;
  margin-right: 5px;
  float: left;
  margin-top: 0;
}
.account-inner .check label {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  display: inherit;
  cursor: pointer;
    padding-left: 25px;
    position: relative;
}
.account-inner .check input[type="checkbox"] {
    display: none;
}
.account-inner .check input[type="checkbox"] + label::after{
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: solid 1px #e6e6e6;
}
.account-inner .check input[type="checkbox"]:checked + label::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    color: #222;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}
.account-inner .forgot-pw {
  font-size: 12px;
  font-weight: 300;
  color: #111111;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  line-height: 12px;
  border-bottom: solid 2px #d5d5d5;
}
.account-inner.top-login-form  .form-login,
.account-inner.top-login-form .form-register{
  display: none;
}
.account-inner.top-login-form .form-login.show,
.account-inner.top-login-form .form-register.show {
  display: block;
}
.account-inner .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.account-inner .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}
.top-login-form .woocommerce ul li {
    list-style: none;
    padding: 5px 0 0;
}
.account-inner {
    min-width: 190px;
}
.account-list li{
    margin: 5px 0;
    list-style: none;
}

.header .main-header {
  text-align: center;
}
.header.layout1 .logo {
  padding: 95px 0 80px;
}
.header.layout1 .header-nav {
  text-align: center;
}
.header.layout1 .mobile-navigation {
    float: left;
}
.main-menu {
    padding-left: 0;
}
/*HEADER LAYOUT 2*/
.header.layout2 .logo {
  margin-top: 5px;
  text-align: left;
}
.header.layout2 .main-header {
  padding: 70px 0 72px;
}
.header.layout2 .is-sticky .main-header {
  padding: 0;
}
.header.layout2 .main-menu {
    float: right;
}
/*HEADER LAYOUT 3*/
.header.layout3 .row-has-logo {
  width: 100%;
  text-align: center;
  padding: 96px 0 99px;
}
.header.layout3 .sticky,
.header.layout5 .sticky,
.header.layout6 .sticky {
    display: none;
}
.header.layout3 .row-has-logo.sticky-menu {
    padding: 15px 0 20px;
}
.header.layout3 .header-nav-inner  {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 367px;
  background-color: #ffffff;
  padding: 95px 20px 30px 80px;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.header.layout3 .header-nav-inner .logo {
  margin-bottom: 70px;
}
.header.layout3 .main-header {
  text-align: left;
}
.header.layout3 .main-menu li {
  display: list-item;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 19px 0;
}
.header.layout3 .main-menu > li a {
  padding: 0;
  border-bottom: solid 2px transparent;
  float: none;
}
.header.layout3 .submenu  li  a {
  font-size: 16px;
  line-height: 16px;
  border-width: 1px;
}
.header.layout3 .submenu .submenu {
    padding-left: 10px;
}
.header.layout3 .menu-item-has-children > .toggle-submenu::after {
  float: none;
  color: #222222; 
}
.header.layout3 .submenu .menu-item-has-children:hover > .toggle-submenu::after {
    content: "\f107";
}
.header.layout3 .main-menu > li a:hover,
.header.layout3 .main-menu .menu-item-has-children.show-submenu > a  {
  border-color:  #aaaaaa;
}
.header.layout3 .menu-item-has-children > .toggle-submenu:hover,
.header.layout3 .menu-item-has-children.show-submenu > .toggle-submenu.active {
  border: none;
}
.header.layout3 .main-menu > li a:hover::after {
  color: #888888;
}
.header.layout3 .main-menu > li:hover > a {
    color: #222;
}
.header.layout3 .main-menu > li > a:hover {
    color: #888;
}
.header.layout3 .menu-item-has-children > .submenu {
  visibility: visible;
  display: none;
  opacity: 1;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: static;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: translate(0,0);
     -moz-transform: translate(0,0);
      -ms-transform: translate(0,0);
       -o-transform: translate(0,0);
          transform: translate(0,0);
    margin-top: 20px;
}
.header.layout3 .main-menu  .submenu li {
  padding: 20px 0;
  border: none;
}
.header.layout3 .main-menu  .submenu li:last-child {
    padding-bottom: 0;
}
.header.layout3 .main-menu  .submenu.megamenu #menu-homes-menu1 li:last-child {
    padding-bottom: 20px;
}
.header.layout3 .menu-item-has-children  .submenu li {
  font-size: 16px;
  color: #222222;
}
.header.layout3 .mini-cart {
  margin-top: 16px;
}
.header .mini-cart .cart-icon {
  font-size: 30px;
  color: #cccccc;
  display: inline-block;
  position: relative;
}
.header .mini-cart .cart-icon:hover {
  color: #222222;
}
.header .mini-cart .count{
  font-size: 11px;
  color: #ffffff;
  font-weight: 300;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #333333;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.header .mini-cart .cart-icon .text,
.header .mini-cart .count .character{
    display: none;
}   
.header.layout11 .mini-cart .count  {
  padding-left: 1px;
}
.header.layout3 .list-social {
  margin-top: 100px;
}
.header.layout3 .list-social {
  margin-right: 15px;
}
.header.layout3 .list-social a {
  color: #333333;
  font-size: 18px;
  margin-right: 15px;
}
.header.layout3 .list-social a:last-child {
    margin-right: 0;
}
.header.layout3 .list-social a:hover {
  color: #aaaaaa;
}
.header.layout3 .coppy-right {
  margin-top: 15px;
}
.header.layout3 .coppy-right .content {
  color: #888888;
}
.header.layout3 .coppy-right .content span {
 color: #222222;
 border-bottom: solid 2px #888888;
}
.header.layout3 .cart-icon .text {
    display: none;
}
.header.layout3 .mini-cart .mini-cart-content {
    display: none;
}
.header.layout3 .toggle-submenu {
    cursor: pointer;
    width: 20px;
}
.header.layout3 .toggle-submenu:hover::before {
    color: #888;
}
.header.layout3 .group-content {
    display: none;
}
/*HEADER LAYOUT 4*/
.header.layout4 .main-header {
  padding: 92px 0 ;
}
.header.layout4 .is-sticky .main-header {
  padding: 0;
}
#header .header.layout4 .sticky .logo {
    padding-top: 10px;
}
#header .header.layout4 .sticky .left-menu,
#header .header.layout4 .sticky .right-menu {
    margin-top: 0;
    padding-right: 0;
}
.header.layout4 .logo {
  display: table-cell;
  vertical-align: middle;
}
.header.layout4 .logo a {
    display: table-cell;
    vertical-align: middle;
}
.header.layout4 .logo img {
  margin-top: -5px;
}
.header.layout4 .header-nav-inner {
    display: table;
    margin: 0 auto;
}
.header.layout4 .left-menu {
  padding-right: 95px;
  display: table-cell;
  vertical-align: middle;
}
.header.layout4 .right-menu {
  padding-left: 95px;
  display: table-cell;
  vertical-align: middle;
}
.header.layout4 .hidden-logo {
  display: none;
}
.header.layout4 .kt-clone-wrap  .kt-panel {
    position: relative;
}
.header.layout4 .kt-clone-wrap .kt-sub-panel {
    position: absolute;
    z-index: 11;
    background-color: #fff;
}
/*HEADER LAYOUT 5*/
.header.layout5 .special-header {
   padding: 50px 60px; 
}
.home-page .header.layout5 .special-header {
  padding: 50px 60px 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.header.layout5 .mini-cart .count {
  background-color: #a49a47;
}
.header.layout5 .is-sticky .special-header {
  padding: 25px 60px;
  background-color: #ffffff;
}
.header.layout5 .mini-cart .cart-icon {
  font-size: 26px;
  color: #333333;
  margin-top: 5px;
}
.header.layout5 .header-nav .main-menu-tabbar {
  font-size: 26px;
  color: #333333;
  display: block;
  margin-top: 5px;
}
.header.layout5 .header-nav .close-menu {
  font-size: 20px;
  color: #eeeeee;
  display: block;
  top: -3px;
  margin: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.header.layout5 .header-nav-inner {
  left: -100%;
  background-color: #222222;
  padding: 20px 40px 20px 55px;
  height: 100%;
}
.header.layout5 .header-nav-inner {
    width: 367px;
}
.admin-bar .header.layout5 .header-nav-inner {
    padding-top: 52px;
}
.header.layout5 .header-nav-inner .logo {
  padding-top: 50px;
}
.header.layout5 .header-nav-inner.show {
  left: 0;
}
.header.layout5 .main-menu > li a,
.header.layout5 .main-menu > li a:hover,
 .header.layout5 .main-menu .menu-item-has-children.show-submenu > a {
  color: #eeeeee;
}
.header.layout5 .submenu  li  a {
  font-weight: 300;
  color: #888888;
  font-size: 16px;
}
.header.layout5 .main-menu > li:hover > a {
    color: #eee;
}
.header.layout5 .submenu .menu-item-has-children.show-submenu > a,
.header.layout5 .submenu  li  a:hover {
  color: #eeeeee;
}
.header.layout5 .menu-item-has-children > .toggle-submenu::after {
  color: #eeeeee;
}
.header.layout5 .menu-item-has-children > .submenu {
  background-color: transparent;
}
.header.layout5 .list-social a {
  color: #eeeeee;
}
.header.layout5 .list-social a:hover {
  color: #666666;
}
.header.layout5 .coppy-right .content span {
  color: #eeeeee;
  border-bottom: solid 2px #6c6c6c;
  text-decoration: none;
}
.header.layout5 .mini-cart .mini-cart-content {
    display: block;
    left: inherit;
    right: 0;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
/*HEADER LAYOUT 6*/
.header.layout6 .header-note {
  position: absolute;
  z-index: 1;
  bottom: 30px;
}
.header.layout6 .list-social {
  margin-top: 250px;
}
/*HEADER LAYOUT 7*/

.header.layout7  {
  background-color: #f2f2f2;
}
.header.layout7 .header-nav-inner {
  width: 100% !important;
  height: 100vh;
  max-width: 100% !important;
  text-align: center;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.96);
  max-width: 100%;
}
.header.layout7 .header-nav-inner.show {
    left: 0;
}
.header.layout7 .header-nav .close-menu {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 25px;
}
.header.layout7 .main-menu > li:hover > a {
    color: #eee;
}
.admin-bar .header.layout7 .header-nav .close-menu {
    top: 57px;
}
.header.layout7 .header-nav-inner .logo {
  padding-top: 115px;
  margin-bottom: 130px;
}
.header.layout7 .main-menu li {
  text-align: center;
  padding: 14px 0;
}
.header.layout7 .main-menu > li > a {
  font-size: 30px;
  line-height: 30px;
}
.header.layout7 .main-menu  li  .toggle-submenu::after {
  font-size: 20px;
}
.header.layout7 .main-menu  li  .submenu .toggle-submenu::after {
    font-size: 16px;
    color: #888;
}
.header.layout7 .main-menu  li  .submenu .toggle-submenu.active::after {
    color: #fff;
}
.header.layout7 .menu-item-has-children.show-submenu > .submenu {
  text-align: center;
}
.header.layout7 .list-social {
  margin-top: 25px;
  margin-right: 0;
}
.header.layout7 .coppy-right {
  margin-top: 150px;
}
.header.layout7 .mini-cart {
    margin-top: 0;
}
.header.layout7 .mini-cart .mini-cart-content {
    display: block;
}
/*HEADER LAYOUT 8*/
.header.layout8 .main-header {
  text-align: left;
  padding: 45px 15px 42px;
  max-width: 1835px;
  margin: 0 auto;
}
.header.layout8 .mini-cart {
    margin-top: 10px;
}
.header.layout8 .mini-cart .cart-icon:hover {
  color: #222222;
}
.header.layout8 .is-sticky .main-header {
  padding: 0 50px;
}
.header.layout8 .menu-item-has-children > .toggle-submenu::after {
  color: #888;
  font-size: 18px;
}
.header.layout8 .logo {
  margin-top: 5px;
}
.header.layout8 .header-nav {
  margin-left: 65px;
}
.header .header-nav .mobile-navigation {
    margin-top: 8px;
}
.header.layout8 .mini-cart .mini-cart-content {
    left: inherit;
    right: 10px;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
.header.layout8 .main-menu > .menu-item-has-children > .submenu {
    left: 0 !important;
}
/*CUSTOM LAYOUT9*/
.header.layout9 .main-header{
  padding: 82px 0;
}
.header.layout9 .main-menu {
  margin-left: 55px;
}
.header.layout9 .menu-mobile .main-menu {
  margin: 0;
}
.header.layout9 .logo {
	padding-top: 5px;
}
.header.layout9 .mini-cart {
	padding-top: 8px;
}
.header.layout9 .sticky .mini-cart {
    padding-top: 0;
}
/*HEADER LAYOUT 10*/
.header.layout10 .mobile-navigation .text {
    display: none;
}
.header.layout10 .special-header{
  padding: 48px 15px 50px;
  max-width: 1830px;
  margin: 0 auto;
}
.header.layout10 .header-nav .main-menu-tabbar {
  float: left;
  font-size: 26px;
  color: #222222;
  position: relative;
  z-index: 1;
  left: 0;
  top: 5px;
}
.header.layout10 .header-nav .header-nav-inner.show .close-menu {
  display: block;
  font-size: 26px;
  color: #dfdfdf;
  float: left;
  margin-top: 5px;
}
.header.layout10 .header-nav .header-nav-inner.show .close-menu:hover {
  color: #222222;
}
.header.layout10 .header-nav .main-menu {
  margin-top: -8px;
  float: left;
  margin-left: 78px;
}
.header.layout10 .header-nav-inner {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  padding-left: 20px;
}
.header.layout10 .header-nav .header-nav-inner.show {
  visibility: visible;
  opacity: 1;
}
.header.layout10 .mini-cart {
    margin-top: 5px;
    margin-top: 5px;
    display: inline-block;
    float: right;
}
.header.layout10 .mini-cart .mini-cart-content {
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    right: 0;
    left: inherit;
}
.header.layout10 .mini-cart:hover .mini-cart-content {
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
.header.layout10 .mini-cart .cart-icon {
  font-size: 26px;
  color: #333333;
}
.header.layout10 .mini-cart .cart-icon .count {
  background-color: #a49a47;
}
.header.layout10 .mini-cart .cart-icon:hover {
  color: #a49a47;
}
/*HEADER LAYOUT 11*/
.header.layout11 .main-header{
  padding: 80px 0 0;
}
.header.layout11 .sticky-menu.is-sticky {
  padding: 20px 0 0;
}
.header.layout11 .header-nav {
  margin-top: 30px;
}
.header.layout11 .is-sticky .header-nav {
  margin-top: 0;
}
.header.layout11 .is-sticky .header-nav .main-menu-tabbar,
.header.layout11 .is-sticky .header-nav .header-nav-inner.show .close-menu {
  margin-top: -45px;
}
.header.layout11 .header-nav .main-menu-tabbar.show-content {
  display: inline-block;
  float: left;
  font-size: 26px;
  color: #222222;
  margin-top: -58px;
  position: relative;
  z-index: 1;
  margin-left: 2px;
}
.header.layout11 .header-nav .header-nav-inner.show .close-menu {
  display: inline-block;
  font-size: 20px;
  color: #dfdfdf;
  float: left;
  margin-top: -58px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-align: left;
  z-index: 2;
  position: absolute;
  left: 0;
  padding-left: 10px;
}
.header.layout11 .header-nav .header-nav-inner.show .close-menu:hover {
  color: #222222;
}
.header.layout11 .header-nav .header-nav-inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.header.layout11 .header-nav .header-nav-inner.show {
  visibility: visible;
  opacity: 1;
}
.header .mini-cart .cart-icon:hover {
  color: #222222;
}
.header.layout11 .mini-cart {
    margin-top: 5px;
}
.header.layout11 .mobile-navigation .text {
    display: none;
}
.header.layout11 .mini-cart .mini-cart-content {
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
/*MAIN MENU STYLE 1*/
.header-nav .mobile-navigation,
.header-nav .close-menu {
  display: none;
}
.main-menu > li {
  display: inline-block;
  list-style: none;
  margin: 0 30px;
   padding: 15px 0;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.main-menu > li:hover > a{
  color: #888;
}
.menu-item-has-children > .toggle-submenu::after {
  content: "\f107";
  font-weight: 400;
  margin-left: 5px;
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  float: right;
  margin-top: 1px;
  margin-bottom: -1px;
  color: #888;
  position: relative;
}
.submenu .menu-item-has-children:hover > .toggle-submenu::after {
    content: "\f105";
}
.kt-panels .menu-item-has-children > .toggle-submenu::after {
    display: none;
}
.header.layout3 .menu-item-has-children > .submenu .wpb_column,
.kt-panels .wpb_column {
    width: 100% !important;
}
.menu-item-has-children > .toggle-submenu.active::after {
  content: "\f106";
}
.menu-item-has-children {
  position: relative;
}
.submenu {
  position: absolute;
  z-index: 99;
  min-width: 200px;
  display: block;
  top: 100%;
  left: -30px;
 -webkit-transition: 0.5s ease 0s;
   -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
     -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s;
  box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  -moz-box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  box-shadow: 0 0 10px 3px rgba(136, 136, 136, 0.14);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .3s,transform .3s;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  visibility: hidden;
}
.submenu .widget {
    margin-bottom: 0;
}
.megamenu .menu {
    padding: 0;
}
.mega-menu .sub-mega-menu {
  padding: 0;
}
.mega-menu.submenu ul {
  padding: 0 15px;
}
.main-menu > .menu-item-has-children > .submenu {
  left: -30px;
}
.submenu .menu-item-has-children  .submenu {
  left: 100%;
}
.menu-item-has-children:hover > .submenu,
.menu-item-has-children.show-submenu > .submenu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.submenu .menu-item-has-children:hover  .submenu {
  top: 0;
}
.submenu .widget ul li,
.submenu  li {
  display: list-item;
  width: 100%;
  padding: 14px 30px;
  list-style: none;
  border-bottom: solid 1px #f1f1f1;
  list-style: none;
}
.submenu  li:last-child {
  border: none;
}
.submenu .widget ul li a,
.submenu li a {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  display: inline-block;
  color: #555555;
  line-height: 20px;
}
.submenu li a:hover {
  color: #111;
}
.owl-carousel:not(.has-thumbs) .owl-thumbs {
  display: none;
}


/*CUSTOM HOME 1*/
.home-submenu {
  width: 420px;
}
.home-submenu ul {
  padding-right: 20px;
}
.home-submenu ul:last-child {
  padding-right: 0;
}
.newsletter {
  border-top: solid 1px #dfdfdf;
  margin-top: 80px;
}

/*CUSTOM HOME 2*/
.main-banner.style1 {
    overflow: hidden;
    display: block;
}
.main-banner.banner1-home2 {
  margin-right: 30px;
  float: left;
}
.main-banner.banner2-home2 {
  margin-bottom: 30px;
}
.main-banner.style1 .banner {
  position: relative;
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 100%;
}
.main-banner.style1 .banner .title {
   margin: 0 0 5px; 
}
.main-banner.style1 .banner .title,
.main-banner.style1 .banner .title a {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.main-banner.style1 .banner .banner-button {
  font-size: 13px;
  font-weight: 300;
  color: #888888;
  text-decoration: underline;
}
.main-banner.style1 .banner .banner-button:hover {
  color: #222;
}
.main-banner.style1 .banner .text-content {
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 25px;
  text-align: left;
}
.main-banner.style1 .banner img {
    width: 100%;
}
.main-banner.style1 .banner::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-banner.style1 .banner:hover::before {
  opacity: 1;
}
.main-banner.style1 .banner:hover {
  background-color: #eeeeee;
}
.main-banner.style1.home5 .banner .title,
.main-banner.style1.home5 .banner .title a {
    font-size: 28px;
}
/*CUSTOM HOME 3*/
.main-content.home3 {
  padding-bottom: 110px;
}
/*CUSTOM HOME 4*/
.main-content.home4 {
  padding-bottom: 85px;
}
.main-content.home4 .product-list-grid .product-item {
  margin: 30px 0 25px;
}
/*CUSTOM HOME 5*/
.main-content.home5 .main-banner.style1 .banner {
  margin-bottom: 30px;
  }
.main-content.home5 .main-banner.style1 .banner .title a {
  font-size: 28px;
}
.main-content.home5 .main-banner.style1 .banner .banner-button {
  font-size: 14px;
}
/*CUSTOM HOME 6*/

.wapper-content {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.wapper-content.translate {
  -webkit-transform: translateX(375px);
     -moz-transform: translateX(375px);
      -ms-transform: translateX(375px);
       -o-transform: translateX(375px);
          transform: translateX(375px);
  -webkit-transition: 0.5s ease-out 0s;
     -moz-transition: 0.5s ease-out 0s;
      -ms-transition: 0.5s ease-out 0s;
       -o-transition: 0.5s ease-out 0s;
          transition: 0.5s ease-out 0s
}
.main-content.home6 {
  padding-top: 30px;
}
/*CUSTOM HOME 7*/
.main-content.home7 {
  padding: 85px 0;
}
.main-content.home7 .product-item {
  margin: 15px 0;
}
/*CUSTOM HOME 8*/ 
.main-content.home8 {
  background-color: #f2f2f2;
}
.main-content.home8 {
  text-align: center;
}
/*CUSTOM HOME 9*/
.main-content.home9 .special-content {
  padding: 0 15px;
  max-width: 1850px;
  margin: 0 auto;
}
.main-content.home9 .product-item {
  margin-bottom: 30px;
}
/*CUSTOM HOME 10*/
.introduction-page {
    margin-bottom: 150px;
    padding-top: 40px
}
.introduction-page .title {
  font-size: 40px;
  color: #222222;
  font-weight: 700;
  margin: 0;
  line-height: 48px;
}
.introduction-page .sub-title {
  font-size: 16px;
  color: #555555;
  margin: 30px 0 0;
  font-weight: 300;
}
.quinto-tabs.tab-home10 .tabs-link {
  text-align: left;
  margin-bottom: 5px;
}


/*CUSTOM HOME 11*/
.list-product-banner li {
  display: inline-block;
  list-style: none;
}
.item-product-banner .inner{
  position: relative;
  min-height: 690px;
  text-align: center;
  padding: 175px 0 0;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  width: 100%;
}
.item-product-banner .inner:hover::after {
  background-color: #ffffff;
}
.item-product-banner .inner:hover {
  background-color: #222222;
}
.item-product-banner .inner .number {
  font-size: 28px;
  color: #666666;
  display: block;
  text-align: right;
  margin: 0 75px 25px 0;
}
.item-product-banner .inner:hover .number {
  color: #888888;
}
.item-product-banner .inner .title {
  font-size: 48px;
  max-width: 270px;
  color: #222222;
  font-weight: 700;
  line-height: 75px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-bottom: 90px;
  min-height: 240px;
}
.item-product-banner .inner:hover .title {
  color: #ffffff;
}
.item-product-banner .inner .title::after {
  height: 3px;
  content: "";
  background-color: #e1e1e1;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  bottom: 0;
}
/*CUSTOM HOME 12*/ 
.main-content.home12 .quinto-tabs.style3 .tabs-link {
  margin-bottom: 120px;
}
.main-content.home12 .grid-banner .main-banner.banner2-home2 .content {
  bottom: 25px;
  top: inherit;
}
.main-content.home12 .grid-banner .main-banner.banner3-home2 .content {
  bottom: 55px;
  top: inherit;
  left: inherit;
  right: 25px;
  text-align: right;
}
.main-content.home12 .grid-banner .main-banner.style1 .banner5 .content {
  right: 25px;
  left: inherit;
  text-align: right;
}

.main-content.home12 .grid-banner .main-banner.style1-last {
  clear: none;
}
.main-content.home12 .main-banner.style1 .banner .title a {
  font-size: 24px;
}
.main-content.home12 .main-banner.style1 .banner .banner-button {
  font-size: 14px;
}
.main-banner.part31-home12 {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.main-banner.part32-home12 {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.container1-home12 .main-banner.style1 .banner .text-content,
.main-banner.part22-home12  .banner .text-content,
.main-banner.part23-home12  .banner .text-content{
    left: inherit;
    top: inherit;
    text-align: right;
    bottom: 55px;
    right: 30px;
}
.main-banner.part22-home12  .banner .text-content {
    top: 25px;
    right: 30px;
}
.main-banner.part23-home12  .banner .text-content {
    left: 30px;
    bottom: 30px;
    text-align: left;
}
.main-banner.style2 {
  position: relative;
  overflow: hidden;
}
.main-banner.style2 .text-content {
  position: absolute;
  z-index: 1;
  left: 445px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-banner.style2 .text-content .title {
  font-size: 48px;
  color: #222222;
  font-weight: 700;
  margin: 0;
}
.main-banner.style2 .text-content .subtitle {
  margin: 15px 0 40px;
  font-weight: 300;
  color: #888888;
  font-size: 22px;
}
.main-banner.style2 .text-content .subtitle span {
  font-weight: 300;
  color: #888888;
  font-size: 22px;
}
.main-banner.style2 .text-content .subtitle .price {
    font-size: 28px;
    color: #333;
    font-weight: 400;
}
.main-banner.style2 .text-content .banner-button {
  font-size: 36px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s; 
    position: relative;
}
.main-banner.style2 .text-content .banner-button::before {
    content: "\f105";
    font-family: "FontAwesome";
    text-align: center;
  line-height: 58px;
  border: solid 1px #bbbbbb;
  border-radius: 100%;
  width: 100%;
  color: #bbbbbb;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding-left: 3px;
}
.main-banner.style2 .text-content .banner-button:hover::before {
  border-color: #222;
  color: #222;
}

/*PRODUCT ITEM STYLE 1*/
.product-list-owl {
    padding-left: 0;
}
.product-item,
.product-list-owl li {
    list-style: none;
}
.product-item .product-inner {
    position: relative;
}
.product-item .product-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.single-product-view .product-view .onsale,
.product-item .product-inner .onsale {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    padding: 0 10px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    z-index: 13;
    left: 0;
    top: 0;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: 0.5s ease 0s;
       -moz-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
         -o-transition: 0.5s ease 0s;
            transition: 0.5s ease 0s;
            visibility: hidden;
            opacity: 0;
}
.product-item .product-inner:hover .onsale {
    opacity: 1;
    visibility: visible;
}
.product-item .product-thumb .yith-wcqv-button {
    display: none;
}
.single-product-view .product-view .onsale {
    right: -100%;
    left: inherit;
}
.single-product-view .product-view:hover .onsale {
    right: 0;
}
.single-product-info form.cart {
    margin-bottom: 35px;
}
.attribute-pa_color {
    float: left;
}
.attribute-pa_color .change-value {
    float: left;
    margin: 0 10px;
    position: relative;
    list-style: none;
}
.attribute-pa_color .change-value:first-child {
    margin-left: 0;
}
.attribute-pa_color .change-value span {
    width: 30px;
    height: 30px;
    border: solid 3px #fff;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}
.attribute-pa_color .change-value:hover span,
.attribute-pa_color .change-value.active span {
    border-color: #d4d4d4;
}
.attribute-pa_color .change-value.active span::before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 24px;
    font-size: 10px;
}
.product-item.style-2 .product-inner .onsale {
    display: none;
}
.product-item .product-inner .thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-item .product-inner .thumb-link img {
    width: 100%;
}
.product-item .product-inner .thumb-link::before {
  position: absolute;
  z-index: 12;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-item .product-inner:hover .thumb-link::before {
  opacity: 1;
}
.product-item .product-inner .group-button {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
}
#yith-wcwl-popup-message {
    display: none !important;
}
.product-item .product-inner .group-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  display: list-item;
  list-style: none;
  width: 30px;
  height: 30px;
  right: -50px;
  z-index: 14;
  text-align: center;
  line-height: 30px;
  font-size: 0;
}
.product-item .product-inner:hover .group-button .yith-wcwl-add-to-wishlist  {
  -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s;
      -ms-transition: 0.6s ease 0s;
      -o-transition: 0.6s ease 0s;
          transition: 0.6s ease 0s;
  top: 15px;
  right: 15px;
  margin: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    z-index: 3;
    position: absolute;
    top: 6px;
    left: 7px;
    right: 0;
    margin: 0
}
.product-item .group-button .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.product-item .product-inner .group-button a::before {
  position: absolute;
  z-index: 1;
  display: inline-block;
  font-family: "FontAwesome";
  color: #bbbbbb;
  font-size: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-item .product-inner .group-button a:hover::before {
  color: #888;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative;
}
.yith-wcwl-add-to-wishlist a::before {
  content: "\f004";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    color: #888;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::after,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::after {
    content: "\f00c";
    color: #fff;
    position: absolute;
      z-index: 2;
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 10px;
      left: 0;
      top: -2px;
      width: 100%;
      height: 100%;
} 

.product-item .product-inner .product-info .product-name {
    margin: 0;
}
.product-item .product-inner .product-info .product-name a{
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.product-item .product-inner .product-info .price {
  font-size: 16px;
  color: #888888;
  margin: 0;
  display: block;
}
.product-item .product-inner .product-info .price .woocommerce-Price-currencySymbol {
	margin-right: 5px;
}
.product-item .price ins{
    text-decoration: none;
}
.product-item.style-1 .product-inner .product-info {
  text-align: center;
  margin-top: 25px;
}
/*PRODUCT ITEM STYLE 2*/
.product-item.style-2 .product-info{
  position: absolute;
  z-index: 14;
  left: 25px;
  right: 75px;
  top: 23px;
  text-align: left;
}
.product-item.style-2 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist {
  top: 25px;
  right: 25px;
}
.product-item.style-2 .product-inner .product-thumb .thumb-link::before {
  background-color: rgba(34, 34, 34, 0.03);
}
/*PRODUCT ITEM STYLE 3*/
.product-item.style-3 .product-inner .product-thumb .thumb-link::before {
  background-color: #ffffff;
}
.product-item.style-3 .product-inner .product-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 0;
  display: none;
  opacity: 0;
  width: 100%;
}
.product-item.style-3 .product-inner:hover .product-info {
  display: block;
  opacity: 1;
  z-index: 15;
}
.product-item.style-3 .product-inner .group-button a::before {
    font-size: 24px;
}
/*PRODUCT ITEM STYLE 4*/
.product-item.style-4 .product-inner .product-thumb .thumb-link::before {
  border: solid 2px #333333;
  background-color: #fff;
}
.product-item.style-4 .product-inner .product-thumb:hover img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.product-item.style-4 .product-inner .product-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 0;
  display: none;
  opacity: 0;
  width: 100%;
}
.product-item.style-4 .product-inner:hover .product-info {
  display: block;
  opacity: 1;
  z-index: 15;
}
/*PRODUCT ITEM STYLE 5*/
.product-item.list-style {
  position: relative;
}
.product-item.list-style .product-inner .product-thumb {
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.product-item.list-style .product-inner .all-info {
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.product-item.list-style .product-inner .all-info .description {  
  margin: 50px 0 55px;
}
.product-item.list-style .product-inner .all-info .description p{
  font-size: 14px;
  color: #555;
  line-height: 28px;
  font-weight: 300;
}
.product-item.list-style .product-inner .all-info .group-button {
    position: static;
}
.product-item.list-style .product-inner .all-info .group-button a {
  font-size: 14px;
  color: #fff;
  background-color: #333;
  font-weight: 700;
  padding: 0 25px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
}
.product-item.list-style .product-inner .all-info .group-button a:hover {
  background-color: #888;
}
/*QT-PRODUCTS*/
.qt-products.layout1  {
  text-align: center;
  padding: 0 0 35px;
}

.product-list-grid {
  text-align: center;
}
.product-list-grid .product-item {
  margin: 0 0 30px;
}
.product-list-grid.row-has-1items .product-item {
  margin: 0 0 30px;
}
.product-list-grid .title-product {
  margin: 115px 0 15px;
}
.quinto-products .subtitle-product {
  font-size: 16px;
  color: #666666;
  max-width: 615px;
  margin: 0 auto 56px;
  line-height: 24px;
}
.product-list-grid li {
    list-style: none;
}
.quinto-products {
    text-align: center;
}
.quinto-products ul {
    padding-left: 0;
}
.title-product {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 55px;
  position: relative;
  display: inline-block;
}
.title-product::after,
.widgettitle::after {
  height: 10px;
  width: calc( 100% - 3px);
  bottom: 2px;
  left: 3px;
  content: "";
  position: absolute;
  z-index: -1;
}
/*NEWSLETTER STYLE*/
.quinto-newsletter {
  text-align: center;
  padding-bottom: 0;
}
.widget.quinto-newsletter {
    margin-bottom: 0;
}
.quinto-newsletter.widget .widgettitle {
    margin-bottom: 20px;
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
    display: inline-block;
}
.quinto-newsletter.widget .widgettitle span {
    z-index: 2;
    position: relative;
}
.quinto-newsletter.style-1.widget .widgettitle::after {
    height: 10px;
    z-index: 1;
    width: calc( 100% - 3px);
    bottom: 2px;
    left: 3px;
}
.quinto-newsletter .subtitle {
  margin: 0 0 50px;
  font-size: 14px;
  color: #666666;
}
.quinto-newsletter .email {
  display: inline-block;
  margin-right: 6px;
  min-width: 328px;
  border: solid 1px #dfdfdf;
  line-height: 55px;
  padding: 0 30px;
  height: 55px;
  color: #aaaaaa;
  font-size: 14px;
  outline: 0;
  box-shadow: none;
}
.quinto-newsletter.style-1 .submit-newsletter {
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 40px;
  border: none;
  float: right;
}
.quinto-newsletter.style-1 .submit-newsletter:hover {
  background-color: #888;
}
.quinto-newsletter .newsletter-form-wrap {
    position: relative;
    display: table;
    margin: 0 auto;
}
.quinto-newsletter .return-message {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: #222;
    margin-top: 16px;
}
.quinto-newsletter .newsletter-form-wrap .submit-newsletter .icon {
    display: none;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 6px;
    float: right;
    color: #fff;
}
.quinto-newsletter.style-1 .newsletter-form-wrap.processing .submit-newsletter{
    padding-right: 10px;
}
.quinto-newsletter .newsletter-form-wrap.processing .submit-newsletter .icon {
    display: inline-block;
}

.quinto-newsletter.style-2 {
  width: 100%;
  position: relative;
  text-align: left;
  padding-bottom: 110px;
}
.quinto-newsletter.style-2 .widgettitle::after {
    display: none;
}
.quinto-newsletter.style-2 .subtitle {
    font-size: 14px;
    color: #555555;
    margin: 0 0 35px;
}
.quinto-newsletter.style-2 .newsletter-form-wrap {
    position: relative;
    display: block;
}
.quinto-newsletter.style-2 .email {
  width: 100%;
  outline: 0;
  border:  solid 1px #e8e8e8;
  padding: 0 30px 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  line-height: 36px;
  color: #888888;
  font-weight: 300;
  box-shadow: none;
  min-width: auto;
}
.quinto-newsletter.style-2 .submit-newsletter {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 11px;
  font-size: 16px;
  color: #888;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.quinto-newsletter.style-2 .submit-newsletter:hover {
  color: #222;
}
.quinto-newsletter.style-2 .newsletter-form-wrap .submit-newsletter .icon {
    position: absolute;
    z-index: 2;
    right: -16px;
    top: -5px;
    margin: 0;
    color: #222;
}
/*----FOOTER STYLE----*/

/*footer footer-style1*/
.footer {
  clear: both;
}
.footer .widget {
    margin: 0;
}
.footer.footer-style1 .quinto-socials {
    float: right;
}
.footer .quinto-socials a {
  margin-left: 15px;
}
.footer .quinto-socials a:first-child {
  margin-left: 0;
}
.footer.footer-style1 .widget_nav_menu li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  padding: 0;
}
.footer.footer-style1 .widget_nav_menuli:last-child {
  margin-right: 0;
}
.footer.footer-style1 .widget_nav_menu li a {
  font-size: 14px;
  color: #aaaaaa;
}
.footer.footer-style1 .menu {
  margin-right: 30px;
  float: left;
}
.footer.footer-style1 .menu li a:hover {
  color: #fff
}
.coppy-right {
  overflow: hidden;
}
.coppy-right .content{
  font-size: 14px;
  color: #aaaaaa;
  margin: 0;
}
.coppy-right .content span {
  color: #eeeeee;
}
.quinto-socials a,
.list-social a {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  color: #ffffff;
}


.footer.footer-style1 .quinto-socials a {
  color: #ffffff;
}
.footer.footer-style1 .quinto-socials a:hover {
  color: #666;
}
/*footer footer-style2*/
.footer.footer-style2 {
  background-color: #ffffff;
}
.footer.footer-style2 .quinto_single_image  {
  margin-bottom: 35px;
  float: none;
  width: 100%;
}
.footer.footer-style2 .wpb_text_column p {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin: 0 0 30px;
}
.footer.footer-style2 .quinto-socials {
    float: left;
}
.footer.footer-style2 .quinto-socials a {
  color: #333333;
  font-size: 18px;
}
.footer.footer-style2  .quinto-socials a:hover {
  color: #aaaaaa;
}
.footer.footer-style2 .widget .widgettitle {
  margin: 0 0 45px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.footer .widget_nav_menu li {
  display: list-item;
  list-style: none;
  padding: 0;
}
.footer .widget_nav_menu li a {
  line-height: 36px;
  font-size: 14px;
  color: #888888;
}
.footer .widget_nav_menu li a:hover {
  color: #222222;
}
.footer .widget_nav_menu ul {
  margin-top: -10px;
}
.footer.footer-style2  .coppy-right .content {
  color: #888888;
  margin-top: 20px;
}
.footer.footer-style2  .coppy-right .content span {
  color: #222222;
  text-decoration: underline;
}
/*footer footer-style3*/
.footer.footer-style3 {
  background-color: #ffffff;
  text-align: center;
  padding: 0;
}
.footer.footer-style3 .widget_nav_menu li{
    display: inline-block;
    list-style: none;
    margin-right: 25px;
}
.footer.footer-style3 .widget_nav_menu li:last-child {
    margin-right: 0;
}
.footer.footer-style3 .widget_nav_menu li a {
    color: #555;
}
.footer.footer-style3 .widget_nav_menu li a:hover {
    color: #222;
    text-decoration: underline;
}
.footer.footer-style3 .quinto-socials {
  margin: 10px 0 30px;
}
.footer.footer-style3 .quinto-socials a {
  color: #000000;
  font-size: 18px;
}
.footer.footer-style3 .quinto-socials a:hover {
  color: #aaaaaa;
}
.footer.footer-style3 .quinto-socials a {
  color: #222;
}
.footer.footer-style3 .quinto-scustommenu {
    float: right;
}
.footer.footer-style3 .coppy-right .content {
  color: #888;
  float: left;
}
.footer.footer-style3 .coppy-right .content span {
  color: #222222;
  text-decoration: underline;
}
/*footer footer-style4*/
.footer.footer-style4 {
  background-color: #ffffff;
}
.footer.footer-style4 .widget .widgettitle {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}
.footer.footer-style4 .widget_nav_menu .menu li a {
  position: relative;
  color: #555555;
}
.footer.footer-style4 .widget_nav_menu .menu li a::before {
  content: "\f105";
  font-family: "FontAweSome";
  display: inline-block;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #888888;
  text-decoration: none;
}
.footer.footer-style4 .widget_nav_menu .menu li a:hover {
  text-decoration: underline;
  color: #222222;
}
.footer.footer-style4 .list-social {
  margin-top: -10px;
}
.footer.footer-style4 .quinto-socials a  {
  line-height: 36px;
  color: #555;
  font-size: 14px;
  margin: 0 ;
  display: list-item;
  position: relative;
  list-style: none
}
.footer.footer-style4 .quinto-socials a::before {
    content: attr(title);
    left: 30px;
    top: 0;
    position: absolute;
}
.footer.footer-style4 .quinto-socials a:hover,
.footer.footer-style4 .quinto-socials a:hover::before {
  color: #222222;
  text-decoration: underline;
}
.footer.footer-style4 .quinto-socials a .icon {
  font-size: 14px;
  color: #333333;
  margin-right: 15px;
  text-decoration: none;
}
.quinto-contact .block-content {
  color: #555555;
  line-height: 36px;
  max-width: 210px;
  margin-top: -10px;
}
.quinto-contact .block-content div {
    margin-bottom: 5px;
}
.quinto-contact.style1 .block-content .phone,
.quinto-contact.style1 .block-content .email {
  text-decoration: underline;
}
.quinto-contact.style2 .address {
    margin-bottom: 36px;
}
.quinto-contact.style2 .time-open {
    margin-top: 35px;
}
.quinto-contact.style2 .phone:hover span,
.quinto-contact.style2 .email:hover span {
    text-decoration: underline;
}

.footer.footer-style4 .quinto_single_image{
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  float: right;
}
.footer.footer-style4 .quinto_single_image:first-child {
  margin-left: 0;
}
.footer.footer-style4 .quinto_single_image:last-child {
  margin-right: 0;
}
.footer.footer-style4 .coppy-right .content {
  color: #888888;
}
.footer.footer-style4 .coppy-right .content span {
  color: #222222;
  text-decoration: underline;
}
/*footer footer-style5*/
.footer.footer-style5 {
  background-color: #ffffff;
  overflow: hidden;
}
.footer.footer-style5 .coppy-right .content span {
  color: #222222;
  position: relative;
}
.footer.footer-style5 .coppy-right .content span::after {
  width: 100%;
  height: 2px;
  background-color: #a0a0a0;
  bottom: 0;
  position: absolute;
  left: 0;
  content: "";
}
.footer.footer-style5  .quinto-socials a,
.footer.footer-style6  .quinto-socials a,
.footer.footer-style7  .quinto-socials a,
.footer.footer-style8  .quinto-socials a,
.footer.footer-style9  .quinto-socials a    {
    color: #333333;
}
.footer.footer-style5  .quinto-socials a:hover,
.footer.footer-style6  .quinto-socials a:hover,
.footer.footer-style7  .quinto-socials a:hover,
.footer.footer-style8  .quinto-socials a:hover,
.footer.footer-style9  .quinto-socials a:hover {
  color: #aaaaaa;
}
.footer.footer-style6 .coppy-right .content span {
    color: #222222;
    position: relative;
}
.footer.footer-style6 .coppy-right .content span::after {
    width: 100%;
    left: 0;
    background-color: #a0a0a0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
}

.footer.footer-style7 .coppy-right .content{
    float: right;
}
.footer.footer-style7 .coppy-right .content span {
    color: #222222;
    position: relative;
}
.footer.footer-style7 .coppy-right .content span::after {
    width: 100%;
    left: 0;
    background-color: #888;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
}
/*footer.footer-style8*/
.footer.footer-style8 .coppy-right .content {
  color: #888888;
}
.footer.footer-style8 .coppy-right .content span {
    color: #222222;
    position: relative;
}
.footer.footer-style8 .coppy-right .content span::after {
    width: 100%;
    left: 0;
    background-color: #a0a0a0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
}
/*footer.footer-style9*/
.footer.footer-style9 .coppy-right .content {
  color: #888888;
  float: right;
}
.footer.footer-style9 .coppy-right .content span {
    color: #222222;
    position: relative;
}
.footer.footer-style9 .coppy-right .content span::after {
    width: 100%;
    left: 0;
    background-color: #a0a0a0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 1px;
}
/*------------INNER PAGE--------*/
body.home .breadcrumb {
    display: none;
}
body:not(.home) .breadcrumb,
.woocommerce-breadcrumb {
  font-size: 14px;
  color: #333;
  border-top: solid 1px #e9e9e9;
  padding: 35px 0 95px;
  font-weight: 300;
}
.woocommerce-breadcrumb a {
  font-size: 14px;
  color: #aaa;
  margin: 0;
  font-weight: 300;
}
.woocommerce-breadcrumb .current {
  color: #333;
}
.woocommerce-result-count {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin: 0 0 0;
    float: left;
}
.top-control {
  padding: 0;
  float: right;
  margin: -10px 0 50px;
}
.top-control .woocommerce-ordering {
   float: left;
   padding-right: 30px;
}
.top-control .modes {
   float: right;
   margin-top: 10px;
}
.top-control .modes a {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  opacity: 0.3;
  font-size: 0;
  width: 20px;
  height: 20px;
  float: left;
}
.top-control .modes a.active,
.top-control .modes a:hover {
  opacity: 1;
  font-size: 0;
  display: inline-block;
}
.top-control .modes a:first-child {
  margin-left: 0;
}
.top-control .modes a:last-child {
  margin-right: 0;
}
.top-control .modes .mode-grid,
.top-control .modes .mode-list {
    background-position: center;
    background-repeat: no-repeat;
}
.top-control .modes .mode-grid {
    background-image: url('images/grid-button.png')
}
.top-control .modes .mode-list {
    background-image: url('images/list-button.png')
}
.top-control .woocommerce-ordering select {
  width: 120px;
  background-color: transparent;
  padding: 0;
  border: none;
  height: 40px;
}
.top-control .woocommerce-ordering .chosen-container{
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 135px !important;
}
.top-control .woocommerce-ordering .chosen-container-single .chosen-single div b {
    display: none;
}
.top-control .woocommerce-ordering .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  color: #555;
  height: 25px;
  line-height: 25px;
  position: relative;
  border: none;
  padding-left: 15px;
  padding-right: 0;
}
.top-control .woocommerce-ordering .chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 2px;
  font-size: 13px;
  color: #aaa;
  right: 0;
}
.top-control .woocommerce-ordering .chosen-container-single .chosen-single span {
  margin: 0;
}
.top-control .woocommerce-ordering .chosen-container .chosen-results li:hover,
.top-control .woocommerce-ordering .chosen-container .chosen-results li {
  font-size: 14px;
  font-weight: 300;
  padding: 7px 11px;
  background-color: transparent;
  background-image: none;
  color: #333;
}
.top-control .woocommerce-ordering .chosen-container .chosen-results li:hover {
  background-color: #888;
  background-image: none;
  color: #fff;
}
.top-control .woocommerce-ordering .chosen-container.chosen-with-drop .chosen-drop {
  border: solid 1px #dddddd;
  border-top: solid 1px #dddddd;
  box-shadow: none;
  border-radius: 0;
  width: 180px;
}
.top-control .woocommerce-ordering .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.shop-page .main-content .products {
    clear: both;
    margin: 0 -15px 90px;
    overflow: hidden;
    padding-left: 0;
}
.shop-page .pagination, 
.shop-page .woocommerce-pagination {
    padding-bottom: 65px;
}
.pagination,
.woocommerce-pagination {
  width: 100%;
  text-align: center;
}
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    list-style: none;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current,
.pagination .nav-links a,
.pagination .nav-links .current,
.page-links span {
  display: inline-block;
  border: solid 1px #e1e0e0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0 5px 0 0;
}
.woocommerce-pagination .page-numbers li:first-child a,
.pagination .nav-links a:first-child {
  margin-left: 0;
}
.woocommerce-pagination .page-numbers li:last-child a,
.pagination .nav-links a:last-child {
  margin-right: 0;
}
.pagination .nav-links a.prev,
.woocommerce-pagination .page-numbers li a.prev {
    margin-right: 25px;
}
.pagination .nav-links a.next,
.woocommerce-pagination .page-numbers li a.next {
    margin-left: 20px;
}
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li .current,
.pagination .nav-links a:hover,
.pagination .nav-links .current,
.page-links > span,
.page-links  span:hover {
  color: #fff;
  background-color: #000;
}
.woocommerce-pagination .page-numbers li .prev,
.woocommerce-pagination .page-numbers li .next,
.pagination .nav-links .prev,
.pagination .nav-links .next {
    font-size: 0;
    position: relative;
}
.woocommerce-pagination .page-numbers li .prev::before,
.woocommerce-pagination .page-numbers li .next::before,
.pagination .nav-links .prev::before,
.pagination .nav-links .next::before {
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: "FontAwesome";
}
.woocommerce-pagination .page-numbers li .prev::before,
.pagination .nav-links .prev::before {
    content: "\f104";
}
.woocommerce-pagination .page-numbers li .next::before,
.pagination .nav-links .next::before {
    content: "\f105";
}
/*CATEGORY GRID*/
.product-item.grid-style {
  margin-bottom: 56px;
}
.grid-category-page .pagination {
  margin: 80px 0 90px;
}

/*CATEGORY LIST*/
.product-item.list-style {
  margin-bottom: 60px;
}
.list-category-page .pagination {
  margin: 90px 0;
}
.list-category-page .product-item .product-inner .product-info .product-name {
  margin-top: -5px;
}
/*SHOPPING CART PAGE*/
.shoppingcart-page {
  padding-bottom: 160px;
}
.shoppingcart-content .your-cart {
  float: left;
  max-width: 700px;
  margin-right: 70px;
  width: 100%;
  margin-bottom: 40px;
}
.shoppingcart-content .summary {
  float: right;
  width: 400px;
  margin-bottom: 40px;
}
.shoppingcart-content .title-product {
  font-size: 24px;
  font-weight: 600;
  margin: 50px 0;
}
.shoppingcart-content .title-product::after {
  height: 6px;
  left: 0;
  width: 100%;
}
.shoppingcart-content .list-item {
  padding: 0;
  margin: 0 0 37px;
  width: 100%;
}
.shoppingcart-content .list-item li {
  display: list-item;
  list-style: none;
  border-top: solid 1px #e9e9e9;
  padding: 40px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shoppingcart-content .list-item li:last-child {
  border-bottom: solid 1px #e9e9e9;
}

.wishlist-title {
    margin: 0 0 50px;
}
.wishlist-title h2{
    color: #333333;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;  
    padding: 0;
}
.wishlist-title h2::after {
    height: 6px;
    left: 0;
    width: 100%;
    bottom: 2px;
    content: "";
    position: absolute;
    z-index: -1;
}
.woocommerce table.wishlist_table thead {
    display: none;
}
.woocommerce table.wishlist_table tbody .product-thumbnail {
    padding-left: 0;
}
.woocommerce table.wishlist_table .product-name a {
    font-size: 16px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
    border-radius: 0;
}
.woocommerce .block-related {
    clear: both;
    width: 100%;
    margin-top: 55px;
}
.block-related ul {
    padding-left: 0;
}
.woocommerce .woocommerce-cart-form {
    width: 65%;
    float: left;
    padding-right: 35px;
    padding-top: 80px;
}
.woocommerce .cart-collaterals {
    float: right;
    width: 35%;
    padding-left: 35px;
    margin-bottom: 165px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {background: #fbfbfb; margin-bottom: 30px}
.woocommerce .cart-collaterals .cart_totals .shop_table tr {height: 58px;}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-subtotal {}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total {}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table + .wc-proceed-to-checkout a.checkout-button {width: 100%; text-align: center;}
.woocommerce .cart-collaterals .cart_totals .shop_table th {padding-left: 20px;}
.woocommerce .cart-collaterals .cart_totals .shop_table td {padding-right: 20px;text-align: right;}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-Price-amount.amount {color: #333;}

.shipping-calculator-form input[type="text"],
.shipping-calculator-form .country_to_state{
    width: 100%;
}
table.cart ,table.cart td,table.cart th {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
table.cart thead {
    display: none;
}
table.cart tr {
    display: list-item;
  list-style: none;
  border-top: solid 1px #e9e9e9;
  padding: 40px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shoppingcart-content .list-item .cart-item .info {
  overflow: hidden;
}
table.cart .product-thumbnail {
  padding-right: 30px;
  padding-left: 0;
}
.woocommerce-cart-form  table.cart .product-thumbnail {
    padding-right: 35px;
}
table.cart .product-thumbnail img {
    max-width: 120px;
}
table.cart .product-remove {
    float: right;
}
table.cart .product-name a{
  font-size: 20px;
  color: #333;
  display: inline-block;
  font-weight: 600;
}
#shipping_method li {
    list-style: none;
}
#shipping_method li label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}
.woocommerce-cart-form table.cart td.product-name {
    padding-left: 15px;
    padding-right: 30px;
}
.woocommerce-cart-form table.cart .product-name a {
    font-size: 16px;
}
table.cart .product-quantity .quantity {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
table.cart .product-quantity .label-quantity {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce-cart-form table.cart .product-quantity .label-quantity {
    display: none;
}
table.cart .product-quantity .quantity .input-qty,
table.cart .product-quantity .quantity a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #dddddd;
    position: relative;
    width: 35px;
    display: inline-block;
    display: table-cell;
    padding: 0;
    text-align: center;
    float: left;
}
table.cart .product-quantity .quantity .input-qty{
    border-left: 0;
    border-right: 0;
}
table.cart .product-quantity .quantity a {
    font-size: 16px;
    color: #333;
}
table.cart .product-quantity .quantity a:hover {
    border-color: #333;
}
table.cart .product-quantity .quantity a.quantity-minus {
    float: left;
}
table.cart .product-quantity .quantity .control{
  position: relative;
  display: inline-block;
  display: table;
  margin-top: -16px;
}
table.cart .product-subtotal {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
table.cart .product-price .woocommerce-Price-amount,
table.cart .product-subtotal .woocommerce-Price-amount {
  font-size: 18px;
  color: #333;
}
table.cart .product-remove a {
  color: #aaa;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
}
table.cart .product-remove a:hover {
  color: #333;
}
table.cart .actions {
    display: block;
    text-align: left;
    padding: 0;
}
table.cart .actions .coupon {
    float: left;
}
table.cart .actions .coupon .input-text {
    padding: 12px 20px;
}
table.cart .actions .button {
    line-height: 44px;
}
table.cart .actions > input {
    float: right;
}
.cart-cross-sells {
    display: none;
}
.shoppingcart-content .button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  line-height: 43px;
  background-color: #333;
  text-align: center;
}
.shoppingcart-content .button:hover {
  background-color: #888;
}
.shoppingcart-content .clear-all {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 0 25px;
  line-height: 41px;
  display: inline-block;
  border: solid 1px #ddd;
}
.shoppingcart-content .clear-all:hover {
  background-color: #888;
  color: #fff;
}
.shoppingcart-content .button-cart {
  float: right;
}
.shoppingcart-content .button-cart a {
  margin-left: 20px;
}
.summary .select-content {
  width: 100%;
  border: solid 1px #e9e9e9;
  display: inline-block;
  margin-bottom: 10px;
  padding: 16px 20px;
  position: relative;
}
.summary .select-content .toggle-button {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  display: block;
}
.summary .select-content .toggle-button::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #333;
  float: right;
}
.summary .select-content .inner-content {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  top: 50px;
  left: 0;
  width: calc(100% + 2px);
  padding:0 20px 20px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  border-top: none;
  margin-left: -1px
}
.summary .select-content .inner-content.show {
  opacity: 1;
  visibility: visible;
}
.summary .select-content .inner-content input {
  width: 100%;
  font-size: 13px;
  color: #aaa;
  border: solid 1px #e9e9e9;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.summary .select-content .inner-content a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  border: solid 1px #e9e9e9;
  line-height: 40px;
}
.summary .select-content .inner-content input:hover,
.summary .select-content .inner-content input:focus,
.summary .select-content .inner-content a:hover,
.summary .select-content .inner-content select:focus {
  border-color: #333;
}
.summary .select-content .inner-content select {
  border: solid 1px #e9e9e9;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}
.summary .select-content .inner-content select:focus {
  background-color: transparent;
}
.summary .select-content .inner-content select opiton {
  padding: 12px 0;
}
.summary .select-content .inner-content .update {
  margin-top: 10px;
}
.shoppingcart-content .summary .subtotal,
.shoppingcart-content .summary .total {
  border: solid 1px #e9e9e9;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #333;
  float: left;
}
.shoppingcart-content .summary .subtotal .price {
  float: right;
  font-size: 16px;
  color: #333;
}
.shoppingcart-content .summary .other-choose {
  border-right: solid 1px #e9e9e9;
  border-left: solid 1px #e9e9e9;
  padding: 24px 20px 15px;
  display: inline-block;
  width: 100%;
}
.summary .text {
  font-size: 14px;
  color: #333;
}
.summary .other-choose .note-text {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.summary .other-choose .check-item  {
  overflow: hidden;
  padding: 10px 0;
}
.summary .other-choose .check-item .text input{
  float: left;
  margin-right: 10px;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
}
.summary .other-choose .check-item .price {
  font-size: 14px;
  color: #333;
  float: right;
}
.shoppingcart-content .summary .total .text,
.shoppingcart-content .summary .total .price {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
.shoppingcart-content .summary .total .price {
  float: right;
}
.shoppingcart-content .summary .checkout {
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  line-height: 50px;
}


/*NAV OWL*/
.owl-carousel.has-nav  .owl-nav .owl-prev,
.owl-carousel.has-nav  .owl-nav .owl-next {
  display: block !important;
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.owl-carousel.has-nav  .owl-nav .owl-prev::before,
.owl-carousel.has-nav  .owl-nav .owl-next::before {
  content: "\f104";
  display: inline-block;
  font-size: 24px;
  color: #aaa;
  font-family: "FontAwesome";
}
.owl-carousel.has-nav  .owl-nav .owl-next::before {
  content: "\f105";
}
.owl-carousel.has-nav  .owl-nav .owl-prev:hover::before,
.owl-carousel.has-nav  .owl-nav .owl-next:hover::before {
  color: #333;
}

/*PRODUCT DETAILS*/
.single-product-view .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: -30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
    opacity: 0;
    visibility: hidden
}
.single-product-view .woocommerce-product-gallery__image img {
    width: 100%;
}
.single-product-view .product-view {
    position: relative;
    overflow: hidden;
}
.single-product-view .product-view:hover .woocommerce-product-gallery__trigger {
    left: 10px;
    -webkit-transition: 0.5s ease 0s;
       -moz-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
         -o-transition: 0.5s ease 0s;
            transition: 0.5s ease 0s;
    opacity: 1;
    visibility: visible;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev,
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  bottom: 65px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev {
  left: 25px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  right: 25px;
}
.single-product-view .flex-control-thumbs {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 0 38px;
}
.single-product-view .flex-control-thumbs .owl-item {
    width: 150px;
  height: 150px;
}
.single-product-view .flex-control-thumbs .owl-nav.disabled {
    display: block;
}
.single-product-view .flex-control-thumbs li {
  opacity: 1;
  outline: 0;
  position: relative;
  list-style: none;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.single-product-view .flex-control-thumbs li::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.single-product-view .flex-control-thumbs .owl-item li:hover::before {
  display: none;
}
.single-product-info .product-view-info .product_title {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin-top: -4px;
}
.single-product-info .woocommerce-product-rating {
	margin: 0 0 15px;
    display: flex;
}
.single-product-info .woocommerce-product-rating .star-rating-wapper {
    margin-right: 10px;
}
.single-product-info .woocommerce-product-rating .woocommerce-review-link {
    display: none;
}
.single-product-info .product-view-info .price {
  font-size: 24px;
  color: #888;
  margin: 0 0 15px;
}
.single-product-info .product-view-info .price ins {
    text-decoration: none;
}
.single-product-info .product-view-info .product-info-stock-sku {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin: 25px 0;
  text-decoration: underline;
}
.single-product-info .product-view-info .product-info-stock-sku .label-available {
  font-weight: 300;
  text-decoration: none;
}
.single-product-info .product-view-info .product-overview { 
  margin: 55px 0 35px;
}
.single-product-info .product-view-info .product-overview p{
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
}
.compare {
	position: relative;
    font-size: 0;
    margin-left: 2px;
    display: inline-block;
    width: 20px;
    text-align: center;
    float: left;
    margin-top: 5px;
    padding: 0;
    background: transparent;
    height: auto;
    line-height: 20px;
    margin-right: 15px;
}
.compare::before {
	position: absolute;
    z-index: 1;
    display: inline-block;
    font-family: "FontAwesome";
    color: #bbbbbb;
    font-size: 16px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "\f074";
}
.compare:hover::before {
	color: #333;
	background-color: transparent;
}
table.variations {
    margin-bottom: 18px;
    border: none;
}
.single-product-info .product-view-info table.variations td {
    padding: 0;
}
.single-product-info .product-view-info table.variations .label {
    display: none;
}
.woocommerce-variation-availability {
    display: block;
    margin: 15px 0;
}
.single-product-info .product-view-info .quantity .label-quantity {
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    float: left;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 35px;
}
.single-product-info .product-view-info .control {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
}
.single-product-info .product-view-info .input-qty {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #dddddd;
    position: relative;
    width: 45px;
    text-align: center;
    float: left;
    border-right: 0;
    border-left: 0;
}
.single-product-info .product-view-info .control a {
    border: solid 1px #ddd;
    width: 45px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    margin: 0;
    float: left;
    font-size: 14px;
}
.single-product-info .product-view-info .control a:hover {
    border-color: #333;
}
.single-product-info .product-view-info .single_add_to_cart_button {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.single-product-info .product-view-info .single_add_to_cart_button:hover {
  background-color: #888;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist {
    display: inline-block;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist + .clear {
    display: none;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist a {
    position: relative;
    font-size: 0;
    margin-left: 2px;
    display: inline-block;
    width: 20px;
    text-align: center;
    float: left;
    margin-top: 3px;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist a::before {
    position: absolute;
    z-index: 1;
    display: inline-block;
    font-family: "FontAwesome";
    color: #bbbbbb;
    font-size: 16px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "\f004";
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist a:hover::before {
    color: #333;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist .ajax-loading {
    left: 3px;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.single-product-info .product-view-info .group-button {
  margin: 35px 0; 
}
.single-product-info .product-view-info .fb_iframe_widget  iframe{
    margin: -5px 0 0;
    position: static;
}
.single-product-info .product-view-info .stock {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.single-product-info .product-view-info .group_table .label-quantity {
    float: none;
    margin: 0 0 5px;
}
.single-product-info .product-view-info .group_table .control {
    margin: 0;
}
.single-product-info .product-view-info .group_table .product_type_grouped {
    background-color: transparent;
    color: #555;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
}
.single-product-info .product-view-info table .label {
    display: table-cell;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: inherit;
    border-radius: 0;
}
.single-product-info .product-view-info table .label a {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: auto;
}
.single-product-info .product-view-info table .label a:hover {
    color: #888;
}
.single-product-info .product-view-info table .price {
    margin: 0;
    font-size: 14px;
}

.single-product-info .product-view-info .chosen-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 130px;
}
.single-product-info .product-view-info .chosen-container-single .chosen-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
    color: #555;
    height: 25px;
    line-height: 25px;
    position: relative;
    padding: 0 10px;
}
.single-product-info .product-view-info .chosen-container-single .chosen-single div b {
    display: none;
}
.single-product-info .product-view-info .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.single-product-info .product-view-info .chosen-container .chosen-results li:hover, 
.single-product-info .product-view-info .chosen-container .chosen-results li {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 11px;
    background-color: transparent;
    background-image: none;
    color: #333;
}
.single-product-info .product-view-info .chosen-container-single .chosen-drop {
    border-radius: 0;
}
.single-product-info .product-view-info .reset_variations {
    display: inline-block;
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px;
    float: right;
}
.single-product-info .product-view-info .reset_variations:hover {
    background-color: #333;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist {
    margin-top: 2px;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::after, 
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::after {
    font-size: 8px;
    top: -1px;
}
.single-product-info .product-view-info .yith-wcwl-add-to-wishlist + div + .group-share {
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}
.single-product-info .group-share {
    display: inline-block;
    line-height: 16px;
    margin-top: 4px;
}
.single-product-info .group-share ul {
    padding-left: 0;
}
.single-product-info .group-share li {
    line-height: 20px;
    padding-right: 10px;
}
.single-product-info .group-share li a {
    font-size: 18px;
    color: #bbb;
}
.single-product-info .group-share li:hover a {
    color: #333;
}
.woocommerce table.wishlist_table tbody td {
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce table.wishlist_table tbody td .button.yith-wcqv-button {
    display: none;
}
.catalog-product-view .single-product {
    padding-bottom: 120px;
    border-bottom: solid 1px #e9e9e9;
}
.catalog-product-view .kt-tab-fadeeffect .tab-panel {
  padding: 10px 0 50px;
}
.catalog-product-view .woocommerce-Tabs-panel--description .block-content p{
  font-size: 14px;
  font-weight: 300;
  color: #555;
  line-height: 28px;
  margin-bottom: 10px;
}
.catalog-product-view .additional-info {
  margin-top: -10px;
}
.catalog-product-view .additional-info tr {
  line-height: 48px;
  text-align: left;
  padding: 0;
}
.catalog-product-view .additional-info tr td {
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.catalog-product-view .additional-info tr td:first-child {
  padding-right: 90px;
}
.catalog-product-view .comment-respond .comment-reply-title {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 0 0 15px;
}
.catalog-product-view .woocommerce-Reviews .commentlist li {
	list-style: none;
    border-bottom: solid 1px #ddd;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
.comments {
    padding-left: 0;
}
.comments .comment-avatar,
.woocommerce-Reviews .comment_container .avatar {
	float: left;
	max-width: 118px;
	margin-right: 30px;
    overflow: hidden;
}
.comments .comment-content,
.woocommerce-Reviews .comment_container .comment-text {
	overflow: hidden;
}
.woocommerce-Reviews .comment_container .comment-text .star-rating-wapper,
.woocommerce-Reviews .comment_container .comment-text .meta {
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment_container .comment-text .description {
	font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 28px;
}
.comment-form-rating .text {
  float: left;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin-right: 20px;
}
.comment-form-rating a::before {
  font-size: 14px;
  color: #888;
  font-family: "FontAwesome";
content: "\f005";
display: inline-block;
}
.comment-form-rating a.active::before,
.comment-form-rating a:hover::before {
  color: #fde888;
}
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: inline-block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 76px;
    letter-spacing: 4px;
    margin-right: 10px;
}
.star-rating .woocommerce-review-link {
    font-size: 14px;
    color: #888;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}
.star-rating .woocommerce-review-link:hover {
    color: #333;
}
.star-rating::before, 
.star-rating span::before {
    font-family: 'FontAwesome';
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    color: #e2e2e2;
    margin-left: 1px;
    line-height: 100%;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}
.star-rating span::before {
    color: #fde888;
}
.comment-form-rating .stars a {
    display: inline-block;
    color: #ccc;
    border-left: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 0;
}
.comment-form-rating .stars a::before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
}
.comment-form-rating .stars a.star-1::before {
    content: "\f005";
}
.comment-form-rating .stars a.star-2::before {
    content: "\f005""\f005";
}
.comment-form-rating .stars a.star-3::before {
    content: "\f005""\f005""\f005";
}
.comment-form-rating .stars a.star-4::before {
    content: "\f005""\f005""\f005""\f005";
}
.comment-form-rating .stars a.star-5::before {
    content: "\f005""\f005""\f005""\f005""\f005";
}

.woocommerce-Tabs-panel h2 ,
.woocommerce-Reviews-title {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin: 0 0 20px 20px;
    display: none;
}
.shop_attributes td p {
    margin: 0;
}
.panel {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.catalog-product-view {
    padding-bottom: 92px;
}
.catalog-product-view .comment-respond .comment-form-rating {
  margin: 35px 0;
}
.catalog-product-view .comment-respond .comment-form-comment label{
  font-size: 14px;
  color: #555;
  font-weight: 300;
  margin: 0 0 20px;
}
.catalog-product-view .comment-form input,
.catalog-product-view .comment-form textarea {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 0 20px; 
  line-height: 45px;
  height: 45px;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  border:  solid 1px #ddd;
  width: 100%;
  margin-bottom: 5px;
}
.catalog-product-view .comment-form textarea{
  height: auto;
}
.catalog-product-view .comment-respond .submit {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  margin-top: 15px;
  width: auto;
}
.catalog-product-view .comment-form label {
    float: left;
    font-size: 14px;
    color: #555;
    font-weight: 300;
    margin-right: 20px;
}
.catalog-product-view .other-product {
  text-align: center;
  padding-bottom: 35px;
}
.catalog-product-view .other-product .title-product {
  margin-top: 40px;
  text-align: center; 
}
.block-upsell,
.block-related {
    text-align: center;
}
.block-related .block-title{
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 40px 0 55px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.block-related .block-title span {
    position: relative;
    z-index: 2;
}
.block-related .block-title::after {
    height: 10px;
    width: calc( 100% - 3px);
    bottom: 2px;
    left: 3px;
    content: "";
    position: absolute;
    z-index: 1;
}

/*CHECK OUT*/
.checkout .woocommerce-billing-fields h3,
.checkout #order_review_heading,
.woocommerce .cart-collaterals .cart_totals h2{
    font-size: 24px;
    margin-top: 0;
    color: #333333;
    font-weight: 700;
    margin: 0 0 55px;
    position: relative;
    display: inline-block;
}
.checkout .woocommerce-billing-fields h3 {
    margin-bottom: 30px;
}
.checkout #order_review_heading {
    margin-left: 15px;
}
.checkout .woocommerce-billing-fields h3::after,
.checkout #order_review_heading::after,
.woocommerce .cart-collaterals .cart_totals h2:after {
    height: 6px;
    left: 0;
    width: 100%;
    bottom: 2px;
    content: "";
    position: absolute;
    z-index: -1;
}
.checkout #billing_first_name_field {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.checkout #billing_last_name_field {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout .input-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: solid 1px #dedede;
  outline: 0;
  box-shadow: none;
  padding: 0 20px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
    border-radius: 0;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    right: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #888;
    color: #fff;
}
.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
    margin-bottom: 50px;
    padding-left: 0;
}
.woocommerce-checkout-review-orde th,
.woocommerce-checkout-review-orde td {
    border-color: #e8e8e8;
}
.woocommerce-checkout-review-order table {
    background: #fbfbfb;
}
.woocommerce-checkout-review-order table tr{
    height: 58px;
}
.woocommerce-checkout-review-order table tr.cart-subtotal td,
.woocommerce-checkout-review-order table tr.order-total td{
    text-align: right;
    padding-right: 20px;
}
.woocommerce-checkout-review-order table .product-name {
    padding-left: 20px;
}
.woocommerce-checkout-review-order table .product-total {
    padding-right: 20px;
    text-align: right;
}
.woocommerce-checkout-review-order table .order-total th,
.woocommerce-checkout-review-order table .order-total td{
    font-weight: 600;
    font-size: 18px;
}
.woocommerce-checkout-review-order tfoot th {
    padding-left: 20px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
    list-style: none;
}
.woocommerce-shipping-fields {
    margin: 30px 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    display: inherit;
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}
.woocommerce-shipping-fields #ship-to-different-address .input-checkbox {
    margin-left: 0;
    display: none;
}
.woocommerce-shipping-fields #ship-to-different-address label span::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 1px #e6e6e6;
}
.woocommerce-shipping-fields #ship-to-different-address input[type="checkbox"]:checked + span::before  {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    color: #222;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}
.checkout #customer_details {
    width: 65%;
    float: left;
    padding-right: 15px;
}
.checkout #order_review {
    width: 35%;
    float: right;
    padding-left: 15px;
}
.checkout .country_select {
  padding-right: 0;
}
.checkout #order_comments_field .input-text {
    height: auto;
    line-height: inherit;
    padding: 10px 20px;
}
.checkout.woocommerce-checkout .create-account.woocommerce-validated .woocommerce-form__label-for-checkbox.checkbox {
    padding-left: 20px;
}
.checkout .checked-chose input {
  float: left;
  margin-right: 15px;
}
.checkout .chosen-language .chosen-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 30px;
}
.checkout .chosen-language .chosen-container-single .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #dedede;
  background-color: #ffffff;
  font-size: 14px;
  color: #555;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.chosen-container-single .chosen-single::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 16px;
  color: #333;
  right: 20px;
}
.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li {
  padding: 0 20px;
  font-size: 14px;
  color: #555;
  padding: 15px 20px;
  background-color: transparent;
  background-image: none;
}
.chosen-container .chosen-results li.highlighted  {
    background-color: #bbb;
    color: #fff;
}
.chosen-container .chosen-results li.result-selected {
    background-color: red;
    color: #fff;
}
.checkout .chosen-language .chosen-container.chosen-with-drop .chosen-drop {
  border: solid 1px #dedede;
  border-top: solid 1px #dedede;
  box-shadow: none;
  border-radius: 0;
}
.checkout .chosen-language .chosen-container .chosen-results {
  height: 320px;
  padding-bottom: 10px;
  max-height: 320px;
  padding: 0;
  border-radius: 0;
}

.checkout .checked-chose .text {
  cursor: pointer;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.checkout,
.order-form {
  margin-bottom: 40px;
}
.order-form-content {
  border: solid 1px #e8e8e8;
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #fbfbfb;
}
.order-form .title-product {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 0 55px;
}
.order-form .title-product::after {
  left: 0;
  width: 100%;
  height: 6px;
}
.order-form .each-item {
  overflow: hidden;
  padding: 10px 0;
}
.order-form .each-item .item {
  float: left;
}
.order-form .each-item .price {
  float: right;
}
.order-form .each-item.title {
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 20px;
}
.order-form .each-item.shipping {
  padding: 35px 0;
}
.order-form .each-item.total {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 0;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.order-form .group-payment li {
  display: list-item;
  list-style: none;
  margin-bottom: 15px;
}
.order-form .group-payment {
  padding: 33px 0 0;
}
.group-payment .payment-item input {
  float: left;
  margin-right: 10px;
}
.group-payment .payment-item .name-payment {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
.group-payment .payment-item .des-payment {
  font-size: 13px;
  font-weight: 300;
  color: #888;
  padding: 15px 20px 10px;
  display: none;
}
.order-form .button {
  font-size: 14px;
  color: #eee;
  background-color: #333;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  font-weight: 700;
}
.order-form .button:hover {
  background-color: #888;
}
.checkout-content {
  padding: 50px 0 150px;
}

/*ABOUT PAGE*/
.about-banner {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-banner::before {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.about-banner:hover::before {
  margin: auto;
  width: calc(100% - 50px);
  height: calc( 100% - 50px);
  opacity: 1;
  visibility: visible;
}

.about-content .widget .widgettitle {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 ;
display: inline-block;
position: relative;
}
.about-content .widget .widgettitle::after {
  height: 6px;
}
.about-content .the-brand .textwidget {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
}
.about-content .quinto-contact .block-content,
.about-content .quinto-contact .block-content a {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 36px;
}
.about-content .quinto-contact .block-content a:hover {
  color: #888;
}
.list-personal .quinto_single_image  {
  display: flex;
  flex-direction: column-reverse;
  list-style: none;
  text-align: center;
}
.list-personal .quinto_single_image .content {
  text-align: center;
  margin-top: 15px;
}
.list-personal .quinto_single_image .title {
  font-size: 16px;
  color: #333;
  margin: 4px 0 5px;
  font-weight: 600;
}
.list-personal .quinto_single_image .banner-button {
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
    display: inline-block;
}
.list-personal .quinto_single_image .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
.list-personal .wpb_single_image .vc_figure {
    width: 100%;
}
.about-content .each-item.our-team {
  margin-bottom: 30px;
}

/*CONTACT PAGE*/
.quinto-contact.style2 .widgettitle {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 0 52px;
}
.quinto-contact.style2 .widgettitle::after {
  height: 6px;
}
.quinto-contact.style2 .block-content,
.quinto-contact.style2 .block-content a {
  line-height: 36px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  max-width: 100%;
}
.quinto-contact.style2 .block-content a:hover {
  color: #888;
}
.wpcf7-form label {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  font-weight: 300;
  margin: 0;
  display: block;
}
.wpcf7-form ,
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  padding: 0 20px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border:  solid 1px #ddd;
  margin-bottom: 5px;
}
.wpcf7-form textarea {
  height: auto;
  line-height: 20px;
  margin-bottom: 24px;
}
.wpcf7-form .wpcf7-submit {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  display: inline-block;
  line-height: 45px;
  padding: 0 35px;
  width: auto;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #888;
}
.contact-content {
  padding: 55px 0 150px;
}
.contact-content .left-content {
  margin-bottom: 40px;
}
.contact-content .map-img {
  margin-bottom: 75px;
}
.wpcf7-form {
    margin-bottom: 110px;
}
/*LOGIN PAGE*/
.account-page {
    margin-bottom: 110px;
}
.account-page .right-content {
    text-align: left;
}
.account-page .left-content {
    margin-bottom: 50px;
}

.account-page form.login .main-title,
.account-page form.register .main-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 75px;
  display: inline-block;
  position: relative;
}
.account-page form.login .main-title::after,
.account-page form.register .main-title::after {
    height: 6px;
    width: calc(100% - 1px);
    left: 1px;
    bottom: 2px;
    content: "";
    position: absolute;
    z-index: -1;
}
.account-page .login input,
.account-page .register input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: solid 1px #ddd;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  padding: 0 20px;
}
.account-page .login .button,
.account-page .register .button{
    margin-bottom: 0;
}
.account-page .login .check input {
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  margin-right: 15px;
  float: left;
  margin-top: 0;
}
.account-page .login .check label {
  font-size: 14px;
  margin-bottom: 30px;
}

.account-page .login .forgot-pw {
    font-size: 14px;
    color: #555;
    font-weight: 300;
    clear: left;
    margin-top: 20px;
    display: inline-block;
    border-bottom: none;
}
.account-page .register .button,
.account-page .login .button {
  display: inline-block;
  padding: 0 35px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  width: auto;
}
.login-form .group-button {
  text-align: left;
  clear: left;
  margin-top: 30px;
}
.login-form  .forgot {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  clear: left;
  display: block;
  margin-top: 20px;
}
.login-form  .forgot:hover {
  color: #333;
}
.login-form ,
.register-form {
  margin-bottom: 40px;
}
.login-content {
  padding: 55px 0 160px;
}
/* login page */
.top-register-form .woocommerce-password-strength.strong {
    margin-bottom: 25px;
    font-style: italic;
    font-size: 13px;
    color: #999;
}
/*PAGE 404*/
.content-404 {
  text-align: center; 
}
.content-404 .main-title {
    font-size: 36px;
    margin: 50px 0 15px;
    color: #333333;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.content-404 .main-title::after{
    height: 6px;
    bottom: 4px;
    width: calc( 100% - 3px);
    left: 3px;
    content: "";
    position: absolute;
    z-index: -1;
}
.content-404 .des {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin: 30px 0 60px;
}
.content-404 .des a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.content-404 .des a:hover {
  color: #111;
}
.content-404 .form-search {
  width: 368px;
  position: relative;
  margin: 0 auto;
}
.content-404 .form-search .input {
  width: 100%;
  border: solid 1px #e3e3e3;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  padding: 0 70px 0 20px;
}
.content-404 .form-search .btn-search {
  line-height: 45px;
  width: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #888;
  border: 0;
  background-color: transparent;
  padding: 0;
  height: 45px;
}
.content-404 .form-search .btn-search:hover {
  color: #333;
}
.content-404 {
  padding: 150px 0 190px;
  border-top: solid 1px #e9e9e9;
}

/*ORDERTRACKING*/
.order-tracking.main-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 70px;
    color: #333333;
    position: relative;
    display: inline-block;
}
.order-tracking.main-title::after {
    height: 6px;
    width: calc( 100% - 3px);
    bottom: 2px;
    left: 3px;
    content: "";
    position: absolute;
    z-index: -1;
}
.track_order label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: block;
  margin: 0 0 10px;
}
.track_order input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
  margin-bottom: 6px;
  border: solid 1px #ddd;
}
.track_order .button {
  width: 100%;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  margin-top: 15px;
}
.track_order .button:hover {
  background-color: #888;
}
.track_order {
  padding: 0 0 42px;
}

/*CUSTOMER SERVICES*/
.customer-service-head {
  text-align: center;
  margin-bottom: 95px;
}
.customer-service-head .title-product {
  margin: 0 0 15px;
}
.customer-service-head .page-des {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin: 0;
}
.iconbox-inner .icon span {
  font-size: 24px;
  color: #333;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border: solid 1px #eee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: 0.25s ease 0s;
     -moz-transition: 0.25s ease 0s;
      -ms-transition: 0.25s ease 0s;
       -o-transition: 0.25s ease 0s;
          transition: 0.25s ease 0s;
  display: block;
}
.iconbox-inner .icon span:hover {
  color: #888;
}
.iconbox-inner .content {
  max-width: 310px;
  margin: 25px 0;
}
.iconbox-inner .content .title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 10px;
}
.iconbox-inner .content .description {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}

/*BLOG 1*/
.blog-page1 .newsletter {
  margin-top: 10px;
}
.portfolio-grid .post-item.item-portfolio {
  padding: 0 15px;
  margin-bottom: 30px;
}
.post-item .post-format {
    position: relative;
}
.post-item .post-format a{
  display: inline-block;
  width: 100%;
  position: relative;
}
.post-item .post-format::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.post-item:hover .post-format::before { 
  opacity: 1;
  visibility: visible;  
}
.post-item .post-format .date {
  font-size: 14px;
  color: #eee;
  font-weight: 700;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  height: 60px;
  width: 60px;
  background-color: #333;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
}
.post-item .post-format img {
  width: 100%;
}
.post-item .post-info {
  text-align: center;
  padding: 45px 20px 35px;
  background-color: #fafafa;
}
.post-item .post-info .post-name {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.post-item .post-info .post-name:hover {
  text-decoration: underline;
}
.post-item .post-info .group-cate a {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
}
.post-item .post-info .group-cate a:hover {
  color: #333;
}
.post-item .post-info .des {
    font-size: 14px;
    color: #555;
    font-weight: 300;
    margin: 18px 0 0;
    line-height: 24px;
}
.post-item .post-categories li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.post-item .post-categories li:first-child {
    margin-left: 0;
}
.post-item .post-categories li:last-child {
    margin-right: 0;
}
.post-item .post-categories {
    padding-left: 0;
    padding-top: 10px;
}
/*POST ITEM LAYOUT2*/
.post-item.layout2 .date {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-item.layout2 .post-info {
  text-align: left;
  padding: 0;
  background-color: transparent;
}
.post-item.layout2 .post-info .post-name {
  display: inline-block;
  padding-bottom: 15px;
}
.post-item.layout2 .post-info .post-name::before {
  width: 35px;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-color: #cbcbcb;
  content: "";
  left: 0;
  bottom: 0;
}
.post-item.layout2 .post-info .post-name:hover::after {
  bottom: 20px;
  z-index: -1;
  width: 100%;
}
.post-item.layout2 .post-info .des {
  margin: 0;
}
.post-item.layout2 .post-categories {
    padding-top: 14px;
}
.post-item.layout2 .post-info .des {
    margin-top: 8px;
}
.blog-content {
  padding: 0 0 40px;
}
.blogs-grid .post-item.layout2 {
  margin: 0 0 110px;
}
.blog-page2 .pagination {
    margin-bottom: 145px;
    margin-top: 0;
}
/*POST ITEM LAYOUT3*/
.blog-page3 .pagination {
  margin-bottom: 145px;
}
.post-item.layout3 .post-info {
  text-align: left;
  padding: 25px 0 20px;
  background-color: transparent;
}
.post-item.layout3 .post-info .date {
  font-size: 14px;
  color: #aaa;
  font-weight: 300;
  margin: 0;
}
.post-item.layout3 .post-info .post-name {
  display: inline-block;
  padding-bottom: 15px;
  margin-top: 15px;
}
.post-item.layout3 .post-info .post-name::before {
  width: 35px;
  position: absolute;
  z-index: 1;
  height: 1px;
  background-color: #cbcbcb;
  content: "";
  left: 0;
  bottom: 0;
}
.blogs-grid .post-item.layout3 {
  margin-bottom: 35px;
}
.post-item.layout3 .post-info .des {
  margin: 0;
}
.post-item.layout3 .post-categories {
    padding-top: 14px;
}
.post-item.layout3 .post-info .des {
    margin-top: 8px;
}
/*SINGLE BLOG*/

.singleblog-content .post-metas {
    padding-left: 0;
}
.singleblog-content .post-footer {
    margin-top: 35px;
}
.singleblog-content .post-footer label {
    text-transform: uppercase;
    font-weight: 600;
}
.singleblog-content .post-footer a {
    font-weight: 600;
    color: #222;
}
.singleblog-content .post-footer a:hover {
    color: #888;
}
.singleblog-content .post-item.layout3 .post-info .post-name {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 28px;
}
.singleblog-content .post-item.layout3 .post-info .post-name::after {
  display: none;
}
.singleblog-content .post-item .post-info  {
    padding-top: 5px;
}
.singleblog-content .post-item.layout3 .post-info .des {
    margin-top: 0;
}
.singleblog-content .post-item .post-info .post-metas > li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding: 10px 0;
}
.singleblog-content .post-item .post-info .post-metas li ul {
    padding:  0;
}
.post-item .post-info .post-metas li:last-child {
  margin-right: 0;
}
.post-metas li a {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
}
.post-metas li a:hover {
  color: #333;
}
.singleblog-content .post-item .post-info .des blockquote {
  position: relative;
  max-width: 670px;
  margin: 70px auto 65px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  border: none;
}
.singleblog-content .post-item .post-info .des blockquote::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url('images/character1.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: -35px;
    top: -7px;
}
.post-comments {
  border-top: solid 1px #e8e8e8;
  margin: 20px 0 60px;
}
.post-comments .comment-form .logged-in-as {
    margin-bottom: 25px;
}
.post-comments .block-title,
.post-comments .comment-reply-title {
    font-size: 18px;
    margin: 40px 0 35px;
    color: #333333;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.post-comments .block-title::after,
.post-comments .comment-reply-title::after {
    height: 6px;
    bottom: 0;
    width: calc( 100% - 3px);
    left: 3px;
    content: "";
    position: absolute;
    z-index: -1;
}
.post-comments label,
.post-comments .text-label {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 15px;
}
.post-comments input,
.post-comments .input-form {
  border: solid 1px #e8e8e8;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
}
.post-comments textarea.input-form {
  height: auto;
  line-height: 28px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 20px;
  margin-bottom: 22px;
}
.post-comments .comment-form .comment-notes {
    margin-bottom: 30px;
}
.post-comments .comment-form p {
    margin-bottom: 0;
}
.comments .comment-content .reply a,
.post-comments .button {
  font-size: 14px;
  color: #eee;
  font-weight: 700;
  background-color: #333;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
  width: auto;
}
.comments .comment-content .reply a {
    line-height: 30px;
}
.comments .comment-content .reply a:hover,
.post-comments .button:hover {
  background-color: #888;
}
.comments .comment {
  display: list-item;
  list-style: none;
}
.comments .comment .children  {
  padding-left: 70px;
}
.comments .comment-content{
  overflow: hidden;
  margin-bottom: 30px;
}
.comments .comment-content .head .author {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-right: 30px;
  display: inline-block;
  float: left;
}
.comments .comment-content .head .comment-meta  {
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
}
.comments .comment-content .head .comment-edit-link {
    color: #333;
}
.comments .comment-content .coment-text {
  font-size: 14px;
  color: #555;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 0 0;
}

.post-item.tag-sticky-2 .post-info .post-name::after {
    content: "\f07d";
    font-family: "FontAwesome";
    display: inline-block !important;
    float: right;
    margin-left: 15px;
    color: #ff0000;
    
}

/* WIDGET_RSS*/
.widget_rss ul li {
    margin-bottom: 20px;
}
/* WIDGET_CALENDAR */
.widget_calendar table tfoot {
    display: none;
}
.widget_calendar table tr td {
    text-align: center;
}
.widget_calendar table tr td#today {
    background-color: #888;
}
.widget_calendar table tr td#today a {
    color: #fff;
}
.widget_search .searchform {
  position: relative;
}
.widget_search .searchform .search-field {
  width: 100%;
  padding: 0 45px 0 14px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
  position: relative;
  border: solid 1px #e3e3e3;
}
.widget_search .searchform .button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 45px;
  padding: 0;
  font-size: 0;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  background-color: transparent;
}
.widget_search .searchform .button::before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888;
}
.widget_search .searchform .button:hover::before {
  color: #333;
}

.widget  {
  margin-bottom: 40px;
}
.widget .widgettitle {
  font-size: 18px;
  margin: 0 0 25px;
  position: relative;
  display: inline-block;
  color: #333;
}
.widget .widgettitle::after {
  height: 6px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.widget ul,
.widget ol {
    padding-left: 0;
}
.widget ul li,
.widget_categories .list-category li {
  display: list-item;
  list-style: none;
  padding: 7px 0;
}
.widget ul li a,
.widget_categories .list-category li a {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
.widget ul li a:hover {
    color: #333;
}
.widget_categories .list-category li .count {
  float: right;
  color: #aaa;
}
.quinto_latest_posts_widget .list-post li {
  display: list-item;
  list-style: none;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}
.quinto_latest_posts_widget .list-post .item .thumb {
  float: left;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.quinto_latest_posts_widget .list-post .item .thumb a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quinto_latest_posts_widget .list-post .item .thumb::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;left: 0;
  position: absolute;
  z-index: 1;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.quinto_latest_posts_widget .list-post .item .thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.quinto_latest_posts_widget .list-post .item .info {
  overflow: hidden;
  padding-top: 5px;
}
.quinto_latest_posts_widget .list-post .item .info .meta-post {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.quinto_latest_posts_widget .list-post .item .info .meta-post::after {
  width: 28px;
  height: 1px;
  background-color: #d7d6d7;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.quinto_latest_posts_widget .list-post .item .info .post-time {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.quinto_latest_posts_widget .list-post .item .info .group-cate {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0;
  float: left;
}
.quinto_latest_posts_widget .list-post .item .info .group-cate:hover {
  color: #333;
}
.quinto_latest_posts_widget .list-post .item .info .post-name {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  line-height: 18px;
}
.quinto_latest_posts_widget .list-post .item .info .post-name:hover {
  color: #888;
}
.widget_post {
  margin-bottom: 60px;
}
.sidebar .widget_social .list-social li {
  margin-right: 6px;
}
.sidebar .widget_social .list-social li a {
  color: #333;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #efeeee;
  -webkit-transition: 0.5s ease 0s;
     -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
          transition: 0.5s ease 0s;
}
.sidebar .widget_social .list-social li a:hover {
  color: #fff;
  background-color: #333;
}
/*ALL EFFECT*/

@media(min-width: 1200px) {
  .container {
    padding: 0;
  }
  #tabtour-home8 {
    padding-top: 150px;
}
}
.mCSB_inside>.mCSB_container {
  margin-right: 0;
  position: absolute;
  z-index: 1;
}
.mCSB_scrollTools {
  width: 4px;
  opacity: 1;
  top: 15px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  z-index: 11;
}
.mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 33px;
  width: 4px;
  border-radius: 0;
  background-color: #6f6f6f !important;
}
.header .mCSB_scrollTools:hover .mCSB_draggerRail,
.header .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
  background-color: #f8f8f8;
}

.header.layout5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e1e1e1 !important;
}
.header.layout5 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #383838;
}
.header.layout5 .mCSB_scrollTools {
  top: 170px;
}
.header.layout6 .mCSB_scrollTools {
  top: 125px;
}

.back-to-top {
    bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  position: fixed;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  z-index: 99999  ;
  overflow: hidden;
  padding: 0;
  display: none;
}
.back-to-top::before {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  z-index: 111;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  background-color: #888;
}
.back-to-top:hover::before {
  color: #fff;
  background-color: #333;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
    position: relative;
    display: list-item;
    list-style: none;
    margin: 0 0 15px;
    border: solid 1px #e6e6e6;
    padding: 5px 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    border-color: #222;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #333;
    font-size: 14px;
}
.woocommerce-MyAccount-navigation ul li:hover::before,
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active::before {
    color: #888;
}
.woocommerce-MyAccount-navigation ul li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    left: 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation {
    width: 270px;
    float: left;
    margin-bottom: 50px;
    padding-right: 15px;
}
.woocommerce-MyAccount-content {
    width: calc(100% - 270px);
    float: right;
    padding-left: 15px;
}
.woocommerce-MyAccount-content .form-row label,
.woocommerce-EditAccountForm .woocommerce-form-row label {
    display: block;
    margin-bottom: 10px;
}
.woocommerce-EditAccountForm fieldset {
    margin-top: 35px;
}
.woocommerce-EditAccountForm fieldset legend {
    margin: 0 0 25px;
    padding-bottom: 10px;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    border: solid 1px #e6e6e6;
    width: 300px;
}
.woocommerce-MyAccount-content .select2-container {
    width: 300px !important;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.modal.in .modal-dialog {
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}
.modal-dialog .modal-content{
    padding: 10px 20px 30px;
    text-align: center;
    min-height: 300px;
}
.modal-dialog .modal-content .content {
    font-size: 24px;
    margin: 20px auto 55px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-dialog .newsletter-form-wrap {
    display: block;
    text-align: center;
}
.modal-dialog .newsletter-form-wrap input {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 14px;
    color: #222;
    margin-right: 20px;
    outline: 0;
}
.modal-dialog .newsletter-form-wrap button {
    line-height: 45px;
    height: 45px;
    background-color: #222;
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
    display: inline-block;
    outline: 0;
    box-shadow: none;
    border: none;
}
.modal-dialog .newsletter-form-wrap button:hover {
    background-color: #888;
    color: #fff;
}
.modal-dialog .checkbox  {
    margin-top: 30px;
    text-align: left;
    display: block;
}
.mobile-navigation:hover {
    color: #222;
}
/* =============================== * /
 * RESPONSIVE
 * =============================== */

@media(max-width: 1800px){
.header.layout3 .header-nav-inner {
  width: 300px;
  padding-left: 30px;
}
.wapper-content.translate {
  -webkit-transform: translate(300px);
     -moz-transform: translate(300px);
      -ms-transform: translate(300px);
       -o-transform: translate(300px);
          transform: translate(300px);
}
}
@media(max-width: 1700px){ 
.header.layout3 .header-nav-inner {
  width: 225px;
  padding-left: 15px;
  padding-right: 15px;
}
.wapper-content.translate {
  -webkit-transform: translate(255px);
     -moz-transform: translate(255px);
      -ms-transform: translate(255px);
       -o-transform: translate(255px);
          transform: translate(255px);
}
}
@media(max-width: 1650px){
.header.layout10 .header-nav-inner {
  width: 150%;
}

.wapper-content.translate {
  -webkit-transform: translate(225px);
     -moz-transform: translate(225px);
      -ms-transform: translate(225px);
       -o-transform: translate(225px);
          transform: translate(225px);
}
.header.layout3 .main-header .row-has-logo {
    position: relative;
    padding-bottom: 65px;
    padding-top: 65px;
}
.header.layout3 .mobile-navigation {
  display: inline-block;
  float: left;
  padding: 0;
}
.header.layout3 .header-nav-inner {
  display: none;
}
.header.layout3 .group-content {
    margin-top: 50px;
    display: block;
}
.header.layout3 .group-content .list-social {
    margin: 0;
}
.header.layout3 .group-content .mini-cart .cart-icon {
    font-size: 24px;
}
.header.layout3 .group-content .mini-cart  {
    margin: 0;
    float: right;
}
.header.layout6 .logo-outsize {
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}
.header.layout6 .group-content {
    margin-bottom: 30px;
}
}
@media(max-width: 1500px){
.header.layout6 .header-nav .mobile-navigation {
  float: left;
}
.header.layout3 .logo-outsize {
  text-align: center;
  margin-top: 30px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  margin-right: 30px;
}

}
@media(max-width: 1366px){
.main-menu > li:last-child > .submenu {
  right: 0;
  left: inherit;
}
.mini-cart .mini-cart-content {
   -webkit-transform: translate(0,30px);
       -moz-transform: translate(0,30px);
        -ms-transform: translate(0,30px);
         -o-transform: translate(0,30px);
            transform: translate(0,30px); 
    left: inherit;
    right: 10px;
}
.top-links .top-item:hover .top-inner.mini-cart-content,
.mini-cart:hover .mini-cart-content {
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
    left: inherit;
    right: 10px;
}
/*-HEADER LAYOUT3-*/
.header.layout3 .header-nav .mobile-navigation {
  margin-left: 90px;
}
.header.layout3 .header-nav .close-menu {
  font-size: 24px;
  color: #333333;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 11;
}
.header.layout3 .header-nav .close-menu{
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 16px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  left: 100px;
}
.header.layout3 .header-nav-inner {
  left: -100%;
}
.header.layout3 .header-nav-inner.show {
  left: 0;
}
.header.layout3 .logo-outsize {
  margin-top: 40px;
}
.header.layout6 .header-nav .mobile-navigation {
  margin-top: 30px;
}
/*custom header home 7*/
.header.layout6 .header-nav {
  float: left;
}
.header.layout6 .header-nav .main-menu-tabbar {
  top: 30px;
}
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
    margin-top: 10px;
}
    .header.layout3 .mini-cart {
        margin-top: 5px;
    }
.header.layout5 .header-nav .close-menu  {
  color: #eeeeee;
  font-size: 20px;
}
.header.layout7 .header-nav .close-menu {
  font-size: 20px;
  color: #ffffff;
  top: 25px;
  right: 25px;
}
/*CUSTOM HOME6*/
.main-banner.style2 .text-content {
  left: 200px;
}
.main-banner.style2 .text-content .title {
  font-size: 36px;
}
.main-banner.style2 .text-content .subtitle {
  font-size: 26px;
  margin-bottom: 10px;
}
/*CUSTOM HOME 11*/
.item-product-banner .inner {
  padding: 170px 0;
}
.item-product-banner .inner .number {
  margin-right: 30px;
}
.item-product-banner .inner::after {
  left: 80px;
  right: 80px;
}
.item-product-banner .inner .title {
  font-size: 40px;
  line-height: 60px;
}
}
@media(max-width: 1199px){
/*HEADER*/
.header .header-nav .main-menu-tabbar,
.header .header-nav .header-nav-inner{
  display: none !important;
}
.header .header-nav .mobile-navigation,
.header.layout5 .header-nav .main-menu-tabbar,
.header.layout5 .header-nav-inner  {
  display: inline-block !important;
}
.home-submenu ul {
  padding: 0;
}
.header.layout10 .mobile-navigation,
.header.layout11 .mobile-navigation {
    display: inline-block;
}
.header.layout11 .mobile-navigation  {
    padding-top: 10px;
}
/*menu reponsive*/
/*-HEADER LAYOUT1-*/
.top-links li .top-inner,
.top-links li:hover .top-inner {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
/*-HEADER LAYOUT 2-*/
.header.layout2 .logo {
  margin-top: 0;
}
/*HEADER LAYOUT 3*/
.header.layout3 .header-nav .mobile-navigation {
  margin-left: 30px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  left: 35px;
}
.header.layout3 .header-nav .main-menu-tabbar {
  float: none;
}
.header.layout3 .header-nav-inner {
  padding: 90px 35px 30px;
}
.header.layout3 .header-nav .close-menu {
  right: 0;
}
.header.layout3 .menu-item-has-children > .toggle-submenu {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  text-align: center;
}
/*HEADER LAYOUT 4*/
.header.layout4 .left-menu,
.header.layout4 .right-menu {
  margin: 0;
}
.header.layout4 .header-nav.right .header-nav-inner{
  left: inherit;
  right: -100%;
}
.header.layout4 .header-nav.right .header-nav-inner.show {
  right: 0;
}
.header.layout4 .header-nav.right .main-menu-tabbar {
  float: right;
}
.header.layout4 .header-nav .logo {
  display: none;
}
.header.layout4 .hidden-logo {
  display: block;
  margin-bottom: 20px;
}
.header.layout4 .main-header {
    padding: 65px 0 40px;
}
.header.layout4 .left-menu,
.header.layout4 .right-menu {
  display: block;
}
/*HEADER LAYOUT 5*/
.header.layout5 .special-header {
  position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
}
.header.layout5 .main-menu li {
  border: none;
}
/*HEADER LAYOUT 6*/ 
.header.layout7 .menu-item-has-children > .toggle-submenu {
  position: relative;
  top: -3px;
}
/*HEADER LAYOUT 7*/ 
.header.layout8 .header-nav .main-menu-tabbar {
  float: right;
}
.header.layout8 .header-nav {
  margin-left: 0;
}
/*HEADER LAYOUT 8*/ 
.header.layout10 .special-header {
  padding: 45px 15px;
}
.header.layout10 .header-nav-inner {
  position: fixed;
}
.header.layout10 .header-nav .header-nav-inner.show .close-menu {
  font-size: 20px;
}
/*HEADER LAYOUT 9*/ 
.header.layout11 .header-nav .main-menu-tabbar.show-content {
  display: none;
}
.header.layout11 .header-nav .mobile-navigation {
  display: block;
}
.header.layout11 .header-nav .header-nav-inner.show .close-menu {
  float: none;
  position: absolute;
  right: 21px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 0;
} 
.quinto-tabs.style2 .tabs-link {
  width: 100%;
  margin-bottom: 150px;
}
.quinto-tabs.style3 .tabs-link {
  margin-bottom: 100px;
}
.quinto-tabs.style3 .tabs-link li {
  margin: 0 20px;
}
.quinto-tabs.style3 .tabs-link li > a {
  font-size: 30px;
  line-height: 30px;
}
/*PRODUCT STYLE*/

.product-item .product-inner .group-button a {
  right: 15px;
}
.product-item .product-inner .group-button .yith-wcwl-add-to-wishlist a {
  top: 15px;
}
.product-item.style-2 .product-inner .product-thumb .group-button .yith-wcwl-add-to-wishlist a {
  top: 25px;
}
.product-item.style-3 .product-inner .product-info {
  -webkit-transform: translateX(0) translateY(0);
     -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
       -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
  display: block;
  top: inherit;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.product-item.style-3 .product-inner:hover .product-info {
  bottom: inherit;
  top: 50%;
}
.main-banner.banner1-home12 {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.main-banner.banner2-home12 {
    float: right;
    width: 50%;
    padding-left: 15px;
}
/*FOOTER*/

.footer .menu li {
  margin-right: 15px;
}  
.footer.footer-style1 .footer-links {
  margin-right: 50px;
}

.footer.footer-style2 .widget {
  margin-bottom: 50px;
}
.footer.footer-style2  .footer-note {
  padding: 30px 0;
}
.footer.footer-style2 .widget .widgettitle {
  margin-bottom: 25px;
}
.footer.footer-style2 .quinto-newsletter.style-2 {
    padding-bottom: 20px;
}
.footer.footer-style2 .footer-part {
    clear: left;
}
.footer.footer-style4 .footer-part {
  clear: left;
}
/*CUSTOM HOME2*/
.main-banner.banner1-home2 {
  width: 58%;
  text-align: center;
  margin-bottom: 30px;
}
.main-banner.banner2-home2,
.main-banner.banner3-home2 {
  width: 36%;
}
/*CUSTOM HOME 11*/
.main-content.home11 {
  padding: 0 15px;
}
.item-product-banner {
  margin: 15px 0;
}
.item-product-banner .inner::after {
  left: 100px;
  right: 100px;
}
/*SHOPPING CART*/
.shoppingcart-content .your-cart {
  width: 560px;
  margin-right: 30px;
}
.shoppingcart-content .summary {
  width: 350px;
}
.singleblog-content .post-item .post-info .des blockquote {
  margin: 40px;
}
.list-comment .sub-list-comment {
  padding-left: 80px;
}
.list-comment .comment-item .comment-info .comment-content {
  margin-top: 15px;
}
.woocommerce .woocommerce-cart-form {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.woocommerce .cart-collaterals {
    width: 100%;
    padding: 0;
}
.single-product-info .product-view-info .control a,
.single-product-info .product-view-info .input-qty {
    width: 30px;
    padding: 0;
}
}
@media(max-width: 1024px){
.mobile-navigation {
    float: left;
 }
.mini-cart .mini-cart-content, 
.top-links .top-inner,
.top-links .top-item:hover .top-inner {
    left: inherit;
    right: -30px;
   -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}
.mini-cart .mini-cart-content {
    right: -15px;
}
.owl-carousel:hover .owl-prev {
    left: 0;
}
.owl-carousel:hover .owl-next {
    right: 0;
}
.introduction-page {
    margin-bottom: 80px;
}
.item-product-banner .inner {
    min-height: 500px;
    padding: 120px 0;
}
.item-product-banner .inner .title {
    min-height: 100px;
}
}
@media(max-width: 991px){
.mini-cart .mini-cart-content, 
.top-links .top-inner,
.top-links .top-item:hover .top-inner {
    right: 10px;
    left: inherit;
}
/*-HEADER LAYOUT3*/
.header.layout3 .header-nav .main-menu-tabbar {
  left: 15px;
}
.footer.footer-style1 .menu {
  margin:0 0 10px 0;
  width: 100%;
}
/*-HEADER LAYOUT5*/
.header.layout5 .header-nav .main-menu-tabbar {
  left: 0;
}
/*CUSTOM HOME2*/
.main-banner.banner1-home2 {
  margin-right: 23px;
  margin-left: 10px;
}
.main-banner.banner2-home2 {
  margin-bottom: 23px;
}

/*CUSTOM HOME6*/
.main-banner.style2 .text-content {
  left: 80px;
}
.main-banner.style2 .text-content .subtitle {
  display: none;
}
.main-banner.style2 .text-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.main-banner.style2 .text-content .banner-button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
}
.main-banner.style2 .text-content .banner-button::before {
    line-height: 43px;
}
/*CUSTOM HOME 10*/
.main-content.home10 .introduction-page {
  padding: 50px 0;
  text-align: center;
}
/*CUSTOM HOME 12*/
.main-content.home12 .quinto-tabs.style3 .tabs-link {
  margin-bottom: 50px;
}
.quinto-tabs.style3 .tabs-link {
    padding-bottom: 50px;
}
.quinto-tabs.style3 .tabs-link li {
  margin: 0 10px;
}
.quinto-tabs.style3 .tabs-link li > a {
  font-size: 24px;
  line-height: 24px;
}
.quinto-tabs.style3 .tabs-link li.active > a::after {
    height: 8px;
    bottom: 0;
}
.grid-category-page .pagination {
  margin: 30px 0 40px;
}
.product-item.list-style .product-inner .all-info .description {
  margin: 20px 0 25px;
}
.introduction-page {
    margin-bottom: 50px;
}
.part11-home12 {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.part12-home12 {
    width: 50%;
    float: right;
    padding-left: 15px;
}
.product-item.style-2 .product-info {
    left: 20px;
    right: 20px;
}
.main-banner.part33-home12 {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.main-banner.part34-home12 {
    width: 50%;
    float: right;
    padding-left: 15px;
}
/*SHOPPING CART*/
.shoppingcart-content .your-cart {
  width: 100%;
  margin-right: 0;
  float: none;
}
.shoppingcart-content .summary {
  width: 100%;
  float: none;
}
.product-item.style-2 .product-inner .product-info .product-name {
    font-size: 18px;
}
.product-item.style-2 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist {
    top: 20px;
    right: 20px;
}
/*PRODUCT DETAILS*/
.catalog-product-view .product-details-view {
  margin-bottom: 50px;
}
/*LOGIN PAGE*/
.login-form {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd;
}
/*SINGLE BLOG*/

.quinto_latest_posts_widget .list-post .item .thumb {
  float: none;
  margin: 0 0 10px;
}
.footer.footer-style1 .menu {
    float: none;
    margin-right: 0;
}
.footer.footer-style1 .coppy-right {
    float: left;
    margin-top: 15px;
}
.checkout #customer_details {
    width: 55%;
}
.checkout #order_review {
    width: 45%;
}
.single-product-info {
    margin-top: 35px;
}

table.cart .product-thumbnail {
    padding-right: 10px;
}
table.cart .product-quantity .quantity {
    text-align: center;
    margin-top: 0;
}
table.cart .product-quantity .label-quantity {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.top-register-form {
    margin-top: 50px;
}
.woocommerce-MyAccount-navigation {
    width: 200px;
}
.woocommerce-MyAccount-content{
    width: calc(100% - 200px);
}
.quinto-tabs.style2 .tab-head {
    width: 100%;
}
.single-product-info .product-view-info .group_table .label-quantity {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
}
@media(max-width: 767px){
    .back-to-top {
      width: 30px;
      height: 30px;
      line-height: 30px;
      right: 15px;
    }
    /*HEADER*/
    .topbar .left-content,
    .topbar .right-content{
      text-align: right;
      margin: 5px 0;
    }
    .header .topbar .topbar-content.right,
    .topbar-content {
        text-align: center;
    }
    .header.layout2 .mobile-navigation {
      float: right;
    }

    .header.layout8 .main-header {
      padding: 50px 15px;
    }
    .header.layout8 .header-nav .main-menu-tabbar {
      float: left;
    }
    .header.layout8 .logo {
      text-align: center;
      margin-bottom: 30px;
    }
    .header.layout9 .logo {
        margin-bottom: 30px;
    }
    .footer.footer-style1 .menu,
    .footer.footer-style1 .coppy-right,
    .footer.footer-style1 .quinto-socials {
      width: 100%;
      text-align: center;
      float: none;
    }
    .footer.footer-style1 .quinto-socials .socials {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer.footer-style3 .quinto-scustommenu,
    .footer.footer-style3 .coppy-right .content {
        float: none;
    }
    .footer.footer-style3 .menu,
    .footer.footer-style3 .coppy-right{
      width: 100%;
      text-align: center;
      margin: 10px 0;
    }
    .footer.footer-style4 .quinto_single_image {
        float: left;
    }
    .footer.footer-style4 .footer-part {
      clear: none;
    }
    .footer.footer-style4 .right-content {
      text-align: left;
      margin-top: 20px;
    }
    .footer.footer-style2 .footer-part {
    clear: none;
    }
    .footer.footer-style5 .quinto-socials .socials,
    .footer.footer-style5 .coppy-right {
      text-align: center;
      width: 100%;
    }
    .footer.footer-style7 .quinto-socials .socials,
    .footer.footer-style7 .coppy-right .content,
    .footer.footer-style9 .quinto-socials .socials,
    .footer.footer-style9 .coppy-right .content {
        text-align: center;
        float: none;
    }
    /*CUSTOM HOME2*/
    .main-banner.banner1-home2 {
        margin-left: 5px;
    }
    /*CUSTOM HOME6*/
    .main-banner.style2 .text-content {
      left: 40px;
    }
    /*CUSTOM HOME 7*/
    .main-content.home7 .product-item {
      text-align: center;
    }
    /*CUSTOM HOME 10*/
    .introduction-page {
        margin-bottom: 0;
        padding-top: 0;
    }
    .introduction-page .title {
        font-size: 24px;
        line-height: 24px;
    }
    .introduction-page .sub-title {
        margin-top: 20px;
    }
    .quinto-tabs.tab-home10 .tabs-link {
        margin-bottom: 0;
    }

    .footer.footer-style8 {
      padding: 15px;
    }
    .product-item.list-style .product-inner .product-thumb {
      max-width: 50%;
    }

    /*ABOUT PAGE*/
    .about-content .widget .widgettitle {
      margin-bottom: 30px;
    }
    
    .main-container.left-slidebar .main-content {
        float: left;
        width: 100%;
    }
    .main-container.left-slidebar .sidebar {
        clear: both;
        width: 100%;
    }
    /*SINGLE BLOG*/
    .content-post {
      margin-bottom: 60px;
    }
    .checkout #customer_details,
    .checkout #order_review {
        width: 100%;
        float: none;
        padding: 0;
    }
    .checkout #order_review_heading {
        margin-left: 0;
    }
    table.cart .actions .coupon {
        display: block;
        float: none;
    }
    table.cart .actions > .button {
        float: left;
        margin-top: 15px;
    }
    table.cart .product-thumbnail {
        padding-right: 0;
    }
    table.cart .product-thumbnail img {
        max-width: 80px;
    }
    table.cart .product-name a {
        font-size: 18px;
    }
    .part11-home12,
    .part12-home12 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .main-banner.part11-home12 .banner {
        float: none;
    }
.woocommerce-MyAccount-navigation {
    width: 140px;
}
.woocommerce-MyAccount-content{
    width: calc(100% - 140px);
}
}
@media(max-width: 639px){

.header .logo {
  margin-top: -5px;
}
.header.layout1 .logo {
    padding: 40px 0 30px;
}
.header.layout3 .mobile-navigation .text{
    display: none
}
.header.layout3.layout5 .header-nav-inner {
    width: 330px;
}
.quinto-tabs .tabs-link li {
  display: list-item;
  margin: 10px 0;
}
.quinto-tabs.style2 .tabs-link li >a {
    font-size: 24px;
    line-height: 34px;
}
.quinto-tabs.style2 .tabs-link li.active >a::after {
    bottom: 3px;
}
.quinto-tabs.style3 .tabs-link li {
  margin: 10px 0;
  display: list-item;
  list-style: none;
  border: solid 1px #dfdfdf;
}
.quinto-tabs.style3 .tabs-link li >a {
  padding: 5px 0;
}
.quinto-newsletter .email {
    min-width: 310px;
    padding: 0 20px;
}
.quinto-newsletter.style-1 .submit-newsletter {
    padding: 0 30px;
}
.catalog-product-view .wc-tabs li {
    display: list-item;
    margin: 10px 0;
    display: block;
    text-align: center;
    padding: 10px;
    border: solid 1px #ddd;
}
.catalog-product-view .wc-tabs li.active::after {
    display: none;
}
.catalog-product-view .wc-tabs li a {
  display: inline-block;
}

.topbar .left-content,
.topbar .right-content {
  width: 100%;
}
.product-list-grid .title-product {
  margin-top: 60px;
}
.product-item .product-inner .product-info .product-name a {
    font-size: 14px;
}
.product-item.style-2 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item .product-inner:hover .group-button .yith-wcwl-add-to-wishlist {
    top: 10px;
    right: 10px;
}
.product-item.style-2 .product-info {
    left: 10px;
    top: 10px;
    max-width: 80%;
}
.main-banner.style1 .banner .text-content {
    top: 10px;
    left: 15px;
}
/*CUSTOM HOME 2*/
.main-banner.style1 {
  padding: 0;
}
.main-banner.banner1-home2 {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-left: 0;
}
.main-banner.banner2-home2 {
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
  width: 50%;
}
.main-banner.banner3-home2 {
  padding-left: 15px;
  margin: 0;
  width: 50%;
}

.quinto-products.home-2 .title-product {
    margin-bottom: 15px;
}
/*CUSTOM HOME 4*/
.quinto-tabs .tabs-link {
  padding-bottom: 0;
}

.product-item .product-inner {
  display: inline-block;
  margin: 0 auto;
}
.product-list-grid .product-item .product-inner .thumb-link img {
  -webkit-transform: scale(1.065);
    -moz-transform: scale(1.065);
      -ms-transform: scale(1.065);
        -o-transform: scale(1.065);
          transform: scale(1.065);
}
.product-list-grid .product-item .product-inner {
    display: block;
}
/*CUSTOM HOME 11*/
.item-product-banner {
  width: 100%;
}
/*CUSTOM HOME 12*/
.main-content.home12 .main-banner.style1 .banner img {
  width: 100%;
}
.main-banner.part31-home12,
.main-banner.part33-home12{
    padding-right: 15px;
}
.main-banner.part32-home12,
.main-banner.part34-home12 {
    padding-left: 15px;
}
.footer.footer-style7 {
  padding: 40px 0 70px;
}
/*PRODUCT DETAILS*/
.product-details-view .owl-carousel.has-thumbs .owl-thumbs .owl-thumb-item {
  width: 100px;
  margin: 0 10px;
} 
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev, 
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  bottom: 30px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-prev {
  left: 10px;
}
.product-details-view .owl-carousel.has-nav  .owl-nav .owl-next {
  right: 10px;
}
.single-product-info .product-view-info .group_table .label-quantity {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}
.pagination .nav-links a {
  margin: 0 7px;
}
/*ABOUT PAGE*/
.about-banner a:hover::before {
  width: calc(100% - 25px);
  height: calc( 100% - 25px);
}

.list-comment .sub-list-comment {
  padding-left: 50px;
}
.list-comment .comment-item .avata {
  margin-right: 15px;
}

/*CATEGORY LIST*/
.product-item.list-style .product-inner .product-thumb {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
  max-width: 100%;
}
.quinto-tabs.style3 .tabs-link li.active > a::after {
    bottom: 3px;
}
.checkout #billing_first_name_field,
.checkout #billing_last_name_field {
    width: 100%;
    padding: 0;
    float: none;
}
table.cart thead {
    display: none;
}
table.cart .product-price,
table.cart .product-quantity,
table.cart .product-thumbnail,
table.cart td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
    position: relative;
    padding: 20px 15px 20px 100px;
    border: none;
    text-align: right;
}
table.cart td::before {
    content: attr(data-title);
    font-size: 12px;
    font-weight: 700;
    color: #222;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
table.cart .product-subtotal {
    position: relative;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
table.cart .product-remove {
    float: none;
}
table.cart .product-quantity .quantity .control {
    margin: 0 auto;
}
table.cart .product-quantity .label-quantity {
    margin-bottom: 5px;
}
table.cart .actions .button {
    margin-top: 15px;
}
table.cart .product-thumbnail {
    padding: 10px 0;
    text-align: center;
}
table.cart .product-thumbnail img {
    max-width: 120px;
}
.woocommerce table.wishlist_table tbody td {
    padding: 20px 0;
    text-align: center;
}
.wishlist_table tr td.product-thumbnail a {
    margin: 0 auto;
}

}
@media(max-width: 479px){
    .topbar .top-links li {
      margin: 0 10px;
    }
    .topbar .menu-topbar.top-item {
        margin: 0 0 10px;
    }
    .mini-cart .mini-cart-content,
    .top-links .top-inner {
        right: 10px;
    }
    .header.layout2 .mobile-navigation {
        min-width: 1px;
    }
    .header.layout2 .header-nav .mobile-navigation .text{
        display: none
    }
    .header.layout3.layout5 .header-nav-inner {
        width: 320px;
    }
    .header.layout11 .mini-cart {
        margin-top: 0;
    }
    .header.layout11 .mobile-navigation {
        padding-top: 6px;
    }
    /*CUSTOM HOME 2*/
    .main-banner.banner2-home2,
    .main-banner.banner3-home2 {
      width: 100%;
      float: none;
      margin-top: 30px;
      padding: 0;
    }
    .main-banner.banner1-home2 {
      margin-bottom: 0;
    }
    /*CUSTOM HOME 6*/
    .main-banner.style2 .text-content .title {
      font-size: 20px;
    }
    .header.layout5 .header-nav .main-menu-tabbar,
    .header.layout5 .header-nav .close-menu {
      width: 30px;
      font-size: 22px;
      height: 30px;
      line-height: 30px;
     }
    .header.layout5 .header-nav .main-menu-tabbar {
        margin-top: 0;
    }
     .header.layout5 .mini-cart .cart-icon {
      font-size: 22px;
     }
     .header.layout5 .special-header {
      padding: 25px 15px 0;
     }
     .main-banner.style2 .text-content {
      left: 20px;
     }
     /*CUSTOM HOME 7*/
    .main-content.home7 .product-item ,
    .main-content.home7 .product-item .product-inner,
    .product-item .product-inner .thumb-link img {
      width: 100%;
    }
     /*CUSTOM HOME 9*/
    .main-content.home9 .product-item {
      width: 100%;
      text-align: center;
    }
     /*CUSTOM HOME 10*/
    .introduction-page .title {
        font-size: 16px;
        line-height: 20px;
    }
    .introduction-page .sub-title {
        font-size: 14px;
        margin-top: 15px;
    }
    .quinto-tabs.style3 .tabs-link {
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .quinto-tabs.style3 .tabs-link li.active > a::after {
        bottom: 5px;
        height: 6px;
    }
     /*CUSTOM HOME 12*/
     .container1-home12,
     .container2-home12 {
        width: 100% !important;
     }
     .main-banner.part31-home12, 
     .main-banner.part32-home12,
     .main-banner.part33-home12,
     .main-banner.part34-home12 {
        width: 100%;
        float: none;
        padding: 0;
     }
     .main-content.home12 .main-banner.style1 {
      width: 100%;
      text-align: center;
     }
    .main-content.home12 .main-banner.style1 .banner {
      display: inline-block;
    }
    .quinto-newsletter .subtitle {
      margin-bottom: 25px;
    }
    .quinto-newsletter .email {
      margin: 0 0 10px;
      min-width: 250px;
      max-width: 100%;
      padding: 0 15px;
      width: 100%;
    }
    .quinto-newsletter.style-1 .submit-newsletter {
        margin: 10px auto;
        float: none;
    }
    .footer.footer-style1 .widget_nav_menu li {
        margin-right: 15px;
    }
    .footer.footer-style4 .left-content,
    .footer.footer-style4 .right-content {
      text-align: center;
    }
    .grid .product-item {
      width: 100%;
      text-align: center;
    }
    .pagination .nav-links a {
      margin: 0 3px;
    }
    .pagination .nav-links a {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
    .block-related .block-title {
        font-size: 24px;
    }
    .title-product {
        font-size: 24px;
    }
    /*SHOPPING CART*/
    table.cart .product-thumbnail {
      padding-right: 20px;
    }
    .shoppingcart-content .button-cart {
      float: left;
      margin-top: 10px;
    }
    .shoppingcart-content .button-cart a {
      margin-left: 0;
      margin-right: 15px;
    }

    /*PRODUCT DETAILS*/
    .product-details-view .owl-carousel.has-thumbs .owl-thumbs .owl-thumb-item {
      width: 80px;
      margin: 0 5px;
    }
    .catalog-product-view .other-product .title-product {
      font-size: 24px;
      margin-bottom: 30px;
    }

    /*ABOUT PAGE*/
    /*PAGE 404*/
    .content-404 .form-search {
      width: 300px;
    }
    /*CUSTOMER SERVICES*/
    .customer-service-head .title-product {
      font-size: 24px;
    }
    /*CATEGORY GRID*/
    .top-control .woocommerce-ordering .chosen-container-single .chosen-single {
        padding-left: 0;
    }
    .top-control .show-text {
      width: 100%;
      margin-bottom: 10px;
    }
    .top-control .group-control {
      float: left;
    }
    .top-control {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    .woocommerce-result-count {
        margin-bottom: 20px;
    }
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    }
    /*LOGIN PAGE*/
    form.login .main-title,
    form.register .main-title br {
      display: block;
    }
    form.login .main-title::after,
    form.register .main-title::after {
      display: none;
    }

}
@media(max-width: 360px) {
    .title-product {
        font-size: 20px;
    }
    .topbar .left-content,
    .topbar .right-content,
    .header .topbar .topbar-content.right {
        text-align: center;
    }

    .header.layout3 .group-content .list-social {
        display: none;
    }

    .mini-cart .mini-cart-content,
    .top-links .top-inner,
    .top-links .top-item:hover .top-inner,
    .mini-cart:hover .mini-cart-content {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .quinto-tabs.style2 .tabs-link li > a {
        font-size: 24px;
    }

    .quinto-tabs.style2 .tabs-link li.active > a::after {
        display: none;
    }

    .quinto-newsletter .email {
        max-width: 280px;
    }

    /*SHOPPING CART*/
    table.cart .product-thumbnail {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .main-banner.style2 .text-content .banner-button {
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        font-size: 16px;
    }
    .main-banner.style2 .text-content .banner-button::before {
        line-height: 25px;
    }
    .single-product-info .product-view-info .control a,
.single-product-info .product-view-info .input-qty {
    width: 30px;
    padding: 0;
}
    /*ABOUT PAGE*/
    .header-nav-inner {
        max-width: 310px;
        min-width: 310px;
        left: -150%;
    }

    .product-item.style-2 .product-info {
        max-width: 80%;
        left: 15px;
    }

    .list-comment .comment-item .avata {
        float: none;
        margin: 0 0 10px;
    }

    .list-comment .sub-list-comment {
        padding-left: 30px;
    }

    .content-404 .form-search {
        width: 240px;
    }

    .footer.footer-style1 .widget_nav_menu li {
        margin-right: 10px;
    }
    .block-related .block-title {
        font-size: 20px;
    } 
}

/*
* Product variations
*/
table.variations,
table.variations td {
    border: none;
}
header .header .sticky {
    padding: 9px 0 6px 0;
}
/* Quinto Align */
/* My account box */
.topbar-content .account-inner .top-inner {
    padding: 25px 20px 30px 20px;
}
.topbar-content .account-inner .title {
    margin-bottom: 10px;
}
.topbar-content .account-inner.top-login-form #username {
    margin-bottom: 15px;
}
.topbar-content .account-inner.top-login-form #rememberme {
    margin: 3px 5px 0 0;
}
.topbar-content .account-inner.top-login-form .forgot-pw {
    margin-top: 7px;
}
/* Header home 6 */
@media (min-width: 1200px) {
    .home .header.layout5 .special-header {
        padding: 30px 60px;
        background: transparent;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
}