/*
 Theme Name: Klambi
 Theme URI: http://klambi.kenzap.com
 Author: Kenzap
 Author URI: http://kenzap.com
 Description: Klambi - E-Commerce Fashion WP Theme
 Version: 1.1.3
 Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready, accessibility-ready
 License:
 License URI:
 
 Text Domain: klambi
 */
/*------------------------------------------------------------------
 [Table of contents]

# Reset
# Color
# Fonts
# Layout
# Breadcrumbs
# Menu
 ## Dropdown
# Pagination
# Popup
# Tabs
# Button
# Menu Canvas
# Title
# Header
# category
# Star Picks
# Best Seller
# Banner
# Slider Banner
# Blog Home
# Features
# Footer
# Time Offer
# Stats
# Blog Pages
 ## Sidebar Blog
 ## Single Blog Page
# 404 Page
# Search page
# Contact Us Page
# About Us Page
# FAQ Page
# Landing Page
# Clothing
# Newest Item
# Promo
# Sidebar Product
# Product Single Page
# Wishlist Page
# List  Product
# CheckOut Page
# Mini Cart
# Shopping Cart
# Checkout

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

@font-face {
    font-family: "Montserrat Light";
    src: url("fonts/Montserrat-Light.otf");
}
/*
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.otf");
}
*/
/* #Reset */

html {
    font-family: sans-serif;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
    color: #cda96f;
}
/*
li {
  list-style: none;
}
*/
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    
    text-decoration: underline;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.15;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    
    height: 0;
    /* 1 */
    
    overflow: visible;
    /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    
    margin: 0;
    /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    
    color: inherit;
    /* 2 */
    
    display: table;
    /* 1 */
    
    max-width: 100%;
    /* 1 */
    
    padding: 0;
    /* 3 */
    
    white-space: normal;
    /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}
/* ## Blog, Page, Comment default styles*/
/* Typography */

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body,
button,
input,
select,
textarea {
    color: #484848;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 500;
    color: #484848;
    font-family: 'Montserrat-Light', sans-serif;
}
p {
    margin-bottom: 1.6em;
    line-height: 2.0;
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
}
b,
strong {
    font-weight: 700;
    color: #484848;
    font-family: "Montserrat-Regular", sans-serif;
    letter-spacing: 0.1em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    border-left: 4px solid #cda96f;
    /*border-left: 4px solid rgba(96, 186, 98, 0.7);  */
    
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}
blockquote p {
    margin-bottom: 1.6667em;
}
blockquote > p:last-child {
    margin-bottom: 0;
}
blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Montserrat-Light";
    line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
address {
    font-style: italic;
    margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}
mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}
dl {
    margin-bottom: 1.6em;
}
dt {
    font-weight: 700;
    color: #484848;
    font-family: "Montserrat-Regular";
    letter-spacing: 0.1em;
}
dd {
    margin-bottom: 1.6em;
}
table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 8px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
}
figure.wp-caption {
    max-width: 100%;
}
figcaption.wp-caption-text {
    padding: 8px 0 8px 0;
}
del {
    opacity: 0.8;
}
::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light";
}
:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light";
}
::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light";
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light";
}
.page-content a:hover,
,
.post-content a:hover,
.page-content a:focus,
.post-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
    border-bottom: 0;
}
.page-content a img,
.post-content a img,
.comment-content a img {
    display: block;
}
.entry-summary .more-link:after {
    white-space: nowrap;
}
.entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}
.entry-summary,
.page-content,
.post-content,
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-summary h1,
.page-content h1,
.post-content h1,
.comment-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-top: 1.8462em;
    margin-bottom: 0.9231em;
}
.entry-summary h2,
.page-content h2,
.post-content h2,
.comment-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 2.1818em;
    margin-bottom: 1.0909em;
}
.entry-summary h3,
.page-content h3,
.post-content h3,
.comment-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
}
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.post-content h4,
.page-content h5,
.post-content h5,
.page-content h6,
.post-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
}
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.post-content h5,
.page-content h6,
.post-content h6,
.comment-content h5,
.comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/* Input fields animations */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    /* border-color:#f7ca18; */
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 12px;
    color: #757575;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #757575;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.wishlist-page .social-page .icon-social ul li a:hover,
.wishlist-page .social-page .icon-social ul li a,
.block_panel .list-color .item_color:hover .section i,
.block_panel .list-color .item_color .section i,
.sidebar__size .item_size .section .size,
.sidebar__size .item_size .section:hover .name-size,
.sidebar__size .item_size .section:hover .size,
.sidebar__size .item_size .section .name-size,
.filter-product .inner__filter .panel__sort ul .item:hover,
.filter-product .inner__filter .panel__sort ul .item,
.filter-product .inner__filter .panel__size .item span,
.filter-product .inner__filter .panel__size .item .section:hover span,
.filter-product .inner__filter .panel__size .item .section:hover,
.filter-product .inner__filter .panel__size .item .section,
.page-blog-single .layout-blog-single .blog-info > a:hover,
.page-blog-single .layout-blog-single .blog-info > a,
.page-blog-single .layout-blog-single .blog-info .link-blog a:hover,
.page-blog-single .layout-blog-single .blog-info .link-blog a,
.page-blog-single .layout-blog-single .blog-info h6 a:hover,
.page-blog-single .layout-blog-single .blog-info h6 a,
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content:hover h4,
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content h4,
.sidebar-blog.sidebar .sidebar__tags .content-tags span:hover,
.sidebar-blog.sidebar .sidebar__tags .content-tags span,
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link:hover,
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link,
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a:hover,
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover i:before,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover i:before,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover,
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .un-price,
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .price,
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer,
.limited-time-offer .price-time-offer .un-price span.woocommerce-Price-amount,
.limited-time-offer .price-time-offer .price span.woocommerce-Price-amount,
.limited-time-offer .price-time-offer,
.latest-post .content-blog .comment-blog:hover,
.latest-post .content-blog .comment-blog,
.latest-post .content-blog .link-blog a:hover,
.latest-post .content-blog .link-blog a,
.latest-post .content-blog h6 a:hover,
.latest-post .content-blog h6 a,
.latest-post .content-blog a h4:hover,
.latest-post .content-blog a h4,
.latest-post .content-blog,
.item__blog:hover .latest-img a img,
.home-slider.type2 .owl-controls .owl-next:hover i:before,
.home-slider.type2 .owl-controls .owl-next i:before,
.home-slider.type2 .owl-controls .owl-prev:hover i:before,
.home-slider.type2 .owl-controls .owl-prev i:before,
.home-slider.type1 .slider-banner .owl-controls .owl-next:hover i:before,
.home-slider.type1 .slider-banner .owl-controls .owl-next i:before,
.home-slider.type1 .slider-banner .owl-controls .owl-prev:hover i:before,
.home-slider.type1 .slider-banner .owl-controls .owl-prev i:before,
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot.active::before,
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(3)::before,
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(2)::before,
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(1)::before,
.banner-img .banner-content a,
.product-slider .owl-controls .owl-nav i,
.product-slider .owl-controls .owl-nav .owl-next:hover i:before,
.product-slider .owl-controls .owl-nav .owl-next:hover,
.product-slider .owl-controls .owl-nav .owl-prev:hover i:before,
.product-slider .owl-controls .owl-nav .owl-prev:hover,
.product-slider .owl-controls .owl-nav .owl-prev,
.product-slider .list-product .item:hover .cart-item-info .title-content .add-cart-item,
.product-slider .list-product .item:hover .cart-item-info .title-content > a,
.product-slider .list-product .item:hover .cart-item-info,
.product-slider .list-product .item:hover,
.product-slider .list-product .item .cart-item-info .add-cart-item,
.product-slider .list-product .item,
.star-picks .star-picks__content .box-content .add-cart button,
.star-picks .star-picks__content .box-content .add-cart,
.star-picks .star-picks__content .box-content,
.star-picks .star-picks__content .item-box1,
.star-picks .star-picks__content .item--box:hover .box-content .add-cart button,
.star-picks .star-picks__content .item--box:hover .box-content .add-cart,
.star-picks .star-picks__content .item--box:hover .box-content,
.star-picks .star-picks__content .item--box:hover .item-box1,
.star-picks .star-picks__content .item—box,
.product-categories .item-cat:hover .item-cat--title,
.header-container.type4 .group-account .top-account a:hover,
.header-container.type4 .group-account .top-account a:active,
.header-container.type4 .group-account .top-account a,
.header-container.header3 .group-account .top-account a:hover,
.header-container.header3 .group-account .top-account a,
.header-container.type2 .group-account .top-account a:hover,
.header-container.type2 .group-account .top-account a:active,
.header-container.type2 .group-account .top-account a,
.header-container.type1 .group-account .top-account a:hover,
.header-container.type1 .group-account .top-account a:active,
.header-container.type2 .mega-mobile li a:hover,
.header-container.type2 .mega-mobile li a:active,
.header-container.type2 .mega-mobile li a,
.header-container.type2 .mega-mobile li h4 a:hover,
.header-container.type2 .mega-mobile li h4 a:active,
.header-container.type2 .mega-mobile li h4 a,
.header-container.type1 .mega-mobile li a:hover,
.header-container.type1 .mega-mobile li a:active,
.header-container.type4 .mega-mobile li a:hover,
.header-container.type4 .mega-mobile li a:active,
.header-container.type1 .mega-mobile li a,
.header-container.type4 .mega-mobile li a,
.header-container.type1 .mega-mobile li h4 a:hover,
.header-container.type1 .mega-mobile li h4 a:active,
.header-container.type4 .mega-mobile li h4 a:hover,
.header-container.type4 .mega-mobile li h4 a:active,
.header-container.type1 .mega-mobile li h4 a,
.header-container.type4 .mega-mobile li h4 a,
.nav-parent .back .back-canvas:hover,
.nav-parent .back .back-canvas,
.open-child,
.level-1,
.nav-canvas a:hover,
.nav-canvas a {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.color-theme {
    /* color: #f7ca18; */
}
.bg-color-theme,
.level-1,
.bnt-theme {
    /*background-color: #f7ca18;*/
    
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bg-color-theme:hover,
.bnt-theme:hover {
    opacity: 0.8;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.heading-light,
.text-light {
    font-family: "Montserrat-Light", sans-serif;
    line-height: 2;
}
.heading-regular,
.text-regular {
    font-family: "Montserrat-Regular", sans-serif;
}
.heading-bold,
.text-bold {
    font-family: "Montserrat-Bold", sans-serif;
}
.list-item li {
    list-style: none;
    float: left;
}
.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font19 {
    font-size: 19px;
}
.font20 {
    font-size: 20px;
}
.font21 {
    font-size: 21px;
}
.font25 {
    font-size: 25px;
}
.font28 {
    font-size: 28px;
}
.font36 {
    font-size: 36px;
}
.font42 {
    font-size: 42px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/**
 * Captions
 */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Montserrat-Light" font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
/**
 * Alignments
 */

.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
/**
 * Widgets
 */

.widget {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}
.widget pre {
    line-height: 1.2;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.widget button,
.widget input {
    line-height: normal;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 12px;
}
.widget-title {
    color: #484848;
    font-size: 20px;
    font-family: "Montserrat-Regular", sans-serif;
    border-bottom: 1px solid #acacac;
    padding-bottom: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.widget >:last-child {
    margin-bottom: 0;
}
h3.widget-title:first-child {
    margin-top: 0!important;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-family: "Montserrat-Regular";
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7667em 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_rss ul {
    list-style: none;
    margin: 0;
}
.widget_rss li {
    margin-bottom: 1.6em;
}
.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}
.widget_rss .rsswidget img {
    margin-top: -4px;
}
.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}
.textwidget >:last-child {
    margin-bottom: 0;
}
.textwidget a {
    border-bottom: 1px solid #333;
}
.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}
.widget > ul,
.widget > form,
.widget .tagcloud,
.widget .menu,
.widget .textwidget {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0px;
}
/* Search page */

.content_search > .hentry {
    margin-bottom: 38px;
}
.content_search p,
.not-found p {
    margin: 0 0 16px;
}
/* Search page: No result search */

.no-results .search-form {
    max-width: 400px;
    width: 100%;
    position: relative;
}
.no-results {
    padding-bottom: 70px;
}
.widget_search fieldset.search-form-group {
    position: relative;
}
.search-none fieldset.search-form-group input{
    height: 45px;
}
.widget_search input.search-form-text {
    border: 1px solid #e7ebee;
    color: #444444;
    padding: 11px 54px 11px 13px;
    height: 45px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
.widget_search input.search-form-text:focus {
    outline: none;
}
.entry-title {
    line-height: normal;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #e5e7e8;
    padding-bottom: 6px;
}
.widget_search input.search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    background: transparent;
}
.hentry > *:last-child {
    margin-bottom: 0;
}
.post__meta-list_inline {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post__meta-list_inline .post__meta-item {
    display: inline-block;
    margin-right: 20px;
}
.post__meta-item {
    position: relative;
    font-size: 13px;
    padding-left: 0px;
    color: #888888;
    margin-right: 45px;
}
.post__meta-item .fa {
    margin-right: 8px;
    /* color: #f7ca18; */
}
h1.page-title {
    text-transform: uppercase;
    font-size: 20pt;
}
/* Block Links */

.block-links {
    padding: 0 0 75px;
}
.block-links .title-links {
    padding: 10px 0;
    margin-bottom: 10px;
}
.block-links .title-links h3 {
    font-size: 21px;
    color: #2d2d2d;
    margin: 0px;
}
.block-links h6 {
    color: #2d2d2d;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: -5px;
}
.block-links p {
    color: #9f9f9f;
    font-size: 11px;
    line-height: 1.4;
    font-family: "Montserrat-Light";
}
.block-links .view-all {
    width: 100%;
    float: left;
}
.block-links .view-all a {
    background-color: #e9e9e9;
    text-align: center;
    color: #484848;
    font-family: "Montserrat-Light";
    text-transform: capitalize;
    padding: 16px 0;
    display: block;
    font-size: 14px;
}
.block-links .column-news .post-item {
    margin-bottom: 30px;
}
.block-links .column-news .image-frame {
    float: left;
}
.block-links .column-news .image-frame img {
    width: 100%;
}
.block-links .column-news .post-desc-wrapper {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.block-links .column-news .post-title h6 a {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .block-links .column-news .image-frame {
        width: 37%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 63%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-links .column-news .image-frame {
        width: 28%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 72%;
    }
    .type4 .group-social .top-wishlist,
    .type4 .group-social .top-search,
    .type2 .group-social .top-wishlist,
    .type2 .group-social .top-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .block-links .column-news .image-frame {
        width: 40%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 60%;
    }
}
.block-links .column-career .career-content {
    overflow-y: scroll;
}
.block-links .column-career .company-item {
    margin-bottom: 26px;
}
.block-links .column-career .company-logo {
    float: left;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1)!important;
    line-height: 90px;
    text-align: center;
}
.block-links .column-career .company-logo img {
    padding: 2px 12px 0 12px;
    display: inline;
    vertical-align: middle;
}
.block-links .column-career .company-desc-wrapper {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .block-links .column-career .company-logo {
        width: 98px;
        height: 98px;
    }
    .block-links .column-career .company-desc-wrapper {
        width: 63%;
    }
}
@media (max-width: 991px) {
    .block-links .column-career .company-logo {
        width: 110px;
        height: 110px;
    }
    .block-links .column-career .company-desc-wrapper {
        width: 75%;
        margin-top: 20px;
    }
}
.block-links .column-calendar {
    display: block;
    float: left;
}
.block-links .column-calendar .content-calendar {
    background-color: #fcfcfc;
    display: block;
    float: left;
}
.block-links .column-calendar .top-section {
    color: #484848;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.block-links .column-calendar .top-section h6 {
    margin: 0;
}
.block-links .column-calendar .top-section .calendar-icon {
    background: url("images/calendar-icon.jpg") no-repeat;
}
.block-links .column-calendar .list-view {
    padding: 10px;
    float: left;
    overflow-y: scroll;
    height: 434px;
}
.block-links .column-calendar .list-view .view-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    float: left;
}
.block-links .column-calendar .list-view .view-item .date-item {
    width: 12%;
    float: left;
    padding: 0 2px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}
.block-links .column-calendar .list-view .view-item .date-item .dates {
    color: #484848;
    font-size: 12px;
}
.block-links .column-calendar .list-view .view-item .date-item .day {
    font-size: 24px;
}
.block-links .column-calendar .list-view .view-item .date-item .month {
    color: #9f9f9f;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper {
    width: 88%;
    float: left;
    padding-left: 20px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper h6 {
    font-size: 12px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper p {
    margin-bottom: 0px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place {
    float: left;
    margin: 5px 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .text-place {
    color: #757575;
    font-size: 10px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .map-icon {
    width: 15px;
    height: 15px;
    float: left;
    background: url("images/map-icon.png") no-repeat;
    background-size: 13px 13px;
    margin-right: 5px;
}
@media (min-width: 991px) {
    .block-links .column-calendar .list-view,
    .block-links .post-wrapper {
        overflow-y: scroll;
    }
}
@media (max-width: 991px) {
    .block-links .block-news {
        margin-bottom: 30px;
    }
    .block-links .block-career {
        margin-bottom: 30px;
    }
}
.block-links .post-wrapper,
.block-links .career-content,
.block-links .content-calendar {
    height: 485px;
}
.our-history {
    background-color: #fafafa;
}
.title-page h2 {
    margin-top: 0px;
    font-size: 30px;
}
.map .map-content img {
    width: 100%;
}
@media (min-width: 992px) {
    .map {
        padding: 60px 0;
    }
    .map .map-content {
        padding-top: 60px;
    }
    .header-container.type1 .box__middle .col-sm-4{
      left:0;
    }
}
@media (max-width: 991px) {
    .map {
        padding: 30px 0;
    }
    .map .map-content {
        padding-top: 20px;
    }
}
.title-page h2 {
    color: #2d2d2d;
    margin-bottom: 40px;
}
.title-page p {
    width: 53%;
    font-size: 14px;
    line-height: 2.4;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .title-page P {
        display: none;
    }
}
@media (max-width: 991px) {
    .title-page h2 {
        font-size: 26px;
    }
}
.page-links {
    clear: both;
    font-family: "Montserrat-Light";
    margin-bottom: 1.3333em;
}
.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2.2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2.2em;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #cda96f;
    border-color: #cda96f;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    border-color: transparent;
    color: #fff;
}
.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}
.page-links {
    margin-bottom: 1.4117em;
}
.page-links a,
.page-links > span {
    margin: 0 0.2857em 0.2857em 0;
}
.page-links span.screen-reader-text {
    position: relative!important;
}
.page-links a span.screen-reader-text {
    color: #fff!important;
}
.pagination li a,
.pagination li span {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    height: 2.5em;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #cda96f;
    border-color: #cda96f;
    color: #fff;
}
.pagination li a.page-numbers {
    border-radius: 0;
}
.pagination li a.page-numbers:hover {
    background-color: #000;
    color: #fff;
}
.pagination li span.page-numbers {
    border-radius: 0;
    background: #fff;
    color: #aaa;
    border: 1px solid #ccc;
}
/* Gallery Page */

.galery-wrapper .galery-title {
    padding: 80px 0 50px;
}
.galery-wrapper .galery-title h4 {
    font-size: 20px;
    color: #2d2d2d;
    margin: 0px;
}
.galery-wrapper .galery-content {
    float: left;
}
.galery-wrapper .galery-content h4 {
    margin-top: 0px;
}
.galery-wrapper .galery-content ul li {
    padding: 0;
    margin: -1px;
}
.galery-wrapper .galery-content ul {
    list-style: none;
}
.galery-wrapper .galery-content ul li img {
    width: 100%;
}
.galery-wrapper .galery-content ul li .galery-item {
    position: relative;
}
.galery-wrapper .galery-content ul li .galery-item .box-content-item {
    display: none;
}
.galery-wrapper .galery-content ul li .galery-item:hover .galery-content {
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content {
    position: absolute;
    background-color: rgba(247, 202, 24, 0.9);
    top: 4%;
    left: 4%;
    right: 4%;
    bottom: 4%;
    margin: auto;
    width: 92%;
    height: 92%;
    z-index: 10;
    text-align: center;
    padding-top: 40%;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: time-new-roman;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content a {
    color: #fff;
    font-size: 25px;
}
.galery-wrapper .pagination-wrapper {
    padding: 53px 0;
    display: block;
    float: left;
    width: 100%;
}
.galery-wrapper .pagination-wrapper .pagination {
    margin: 0;
}
.overflow-body {
    overflow: hidden;
}
.bg-popup {
    background-color: rgba(48, 59, 108, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}
.bg-popup.ready-popup {
    display: block;
}
.wrapper-popup {
    display: none;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 700px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
}
.wrapper-popup .close-popup {
    color: #ececf0;
    font-size: 25px;
    position: absolute;
    top: -45px;
    right: 0;
}
.wrapper-popup .popup-content {
    background-color: #fff;
    float: left;
    padding: 0;
}
.wrapper-popup .popup-content .box-img img {
    width: 100%;
}
.wrapper-popup .popup-content .desc {
    padding: 30px 60px;
}
.wrapper-popup .popup-content .desc p {
    line-height: 2;
    color: #484848;
    font-size: 13px;
    font-family: "Montserrat-Light";
}
.wrapper-popup.ready-popup {
    display: block;
}
/* Gallery Page Blog */

.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Montserrat-Light";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* Access Denied Page */

.access-denied {
    padding: 90px 0 85px;
}
.access-denied h2 {
    color: #2d2d2d;
    margin-bottom: 20px;
}
.access-denied .box-text h4 {
    font-size: 20px;
    color: #484848;
    margin-bottom: 20px;
}
.access-denied .box-text p {
    font-size: 13px;
    line-height: 2;
}
/* Log In And Register Page */

.account-page .account-title h4 {
    font-size: 20px;
    color: #484848;
    margin-bottom: 30px;
    line-height: 1.6;
}
.account-page .account-content {
    display: block;
}
.account-page .account-content .input-box input {
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 50px;
    text-align: center;
    color: #9f9f9f;
    font-size: 14px;
    font-family: "Montserrat-Light";
    margin-bottom: 10px;
}
.account-page .account-content .buttons-set {
    margin-top: 40px;
}
.account-page .account-content .buttons-set a,
.account-page .account-content .buttons-set input {
    padding: 16px 55px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 0px;
    outline: none;
}
.post-password-form input[type="submit"],
.post-password-form input[type="password"] {
    height: 42px;
    font-size: 12px;
}
.post-password-form button,
.post-password-form input,
.post-password-form select,
.post-password-form textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
.post-password-form button,
.post-password-form input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}
.post-password-form input,
.post-password-form textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
    
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}
.post-password-form input:focus,
.post-password-form textarea:focus {
    background-color: #fff;
}
.post-password-form input:focus,
.post-password-form select:focus {
    outline: 2px solid #c1c1c1;
}
.post-password-form button[disabled],
.post-password-form input[disabled],
.post-password-form select[disabled],
.post-password-form textarea[disabled] {
    cursor: default;
    opacity: .5;
}
.post-password-form button,
.post-password-form input[type="button"],
.post-password-form input[type="reset"],
.post-password-form input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat-Light";
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.post-password-form button:hover,
.post-password-form input[type="button"]:hover,
.post-password-form input[type="reset"]:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form button:focus,
.post-password-form input[type="button"]:focus,
.post-password-form input[type="reset"]:focus,
.post-password-form input[type="submit"]:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    outline: 0;
}
.post-password-form input[type="search"] {
    -webkit-appearance: textfield;
}
.post-password-form input[type="search"]::-webkit-search-cancel-button,
.post-password-form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="url"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
textarea {
    padding: 0.375em;
    width: 100%;
}
.post-password-form textarea {
    overflow: auto;
    vertical-align: top;
}
.post-password-form input[type="text"]:focus,
.post-password-form input[type="email"]:focus,
.post-password-form input[type="url"]:focus,
.post-password-form input[type="password"]:focus,
.post-password-form input[type="search"]:focus,
.post-password-form textarea:focus {
    outline: 0;
}
.post-password-form {
    position: relative;
}
.post-password-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Montserrat-Regular" font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    padding: 8px 8px 8px 8px;
    font-size: 28px;
}
.post-password-form input[type="submit"] {
    padding: 8px 16px 8px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}
@media (min-width: 768px) {
    .account-page.register {
        padding: 105px 95px 94px;
    }
    .account-page.login {
        padding: 135px 95px 115px;
    }
}
@media (max-width: 767px) {
    .account-page {
        padding: 40px 0;
    }
}
.share .box-share h4 {
    font-size: 18px;
    color: #2d2d2d;
    margin: 0px;
    text-transform: uppercase;
    font-family: "Montserrat-Light";
    line-height: 3.5;
}
.share .box-share ul li {
    float: left;
    margin-left: 20px;
}
.share .box-share ul li a {
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.share .box-share ul li a:hover {
    opacity: 0.9;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 992px) {
    .share .box-share ul li {
        height: 55px;
        width: 220px;
    }
    .share .box-share ul .facebook a {
        background: url("images/facebook.png") no-repeat;
    }
    .share .box-share ul .twitter a {
        background: url("images/twitter.png") no-repeat;
    }
    .share .box-share ul .google a {
        background: url("images/google.png") no-repeat;
    }
}
@media (max-width: 991px) {
    .share .box-share ul li {
        height: 37px;
        width: 37px;
    }
    .share .box-share ul .facebook a {
        background: url("images/facebook-small.jpg") no-repeat;
    }
    .share .box-share ul .twitter a {
        background: url("images/twitter-small.jpg") no-repeat;
    }
    .share .box-share ul .google a {
        background: url("images/google-small.jpg") no-repeat;
    }
}
@media (min-width: 768px) {
    .share {
        padding: 0px 0 55px 0;
    }
}
@media (max-width: 767px) {
    .share {
        padding: 25px 0;
    }
}
.comments .note-comments {
    color: #484848;
    font-size: 20px;
    margin-bottom: 30px;
    float: left;
}
.comments .list-comments {
    /* width: 100%; */
    
    float: left;
}
.comments .list-comments > li {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.comments .list-comments li .user-avatar {
    float: left;
}
.comments .list-comments li .user-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comments .list-comments li .user-comments {
    float: left;
    padding-left: 30px;
}
.comments .list-comments li .user-comments > h3 {
    font-size: 20px;
    color: #484848;
    margin-bottom: 20px;
    margin-top: 0px;
}
.comments .list-comments li .user-comments p {
    font-size: 14px;
    color: #484848;
    line-height: 1.6;
    margin-bottom: 20px;
}
.comments .list-comments li .user-comments a {
    color: #9f9f9f;
    font-size: 14px;
}
.comments .list-comments li .user-comments .comment-meta .reply {
    float: right;
}
.comments .list-comments li .user-comments .comment-meta span.edit-link {
    float: right;
    min-width: 200px;
}
.comments .list-comments li .user-comments .comment-meta span.comment-edit-link {
    margin-left: 10px;
}
@media (min-width: 992px) {
    .comments .list-comments li .user-avatar {
        width: 8%;
    }
    .comments .list-comments li .user-comments {
        width: 92%;
    }
}
@media (max-width: 991px) {
    .comments .list-comments li .user-avatar {
        width: 20%;
    }
    .comments .list-comments li .user-comments {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .comments {
        padding: 55px 0;
    }
}
@media (max-width: 767px) {
    .comments {
        padding: 25px 0;
    }
}
.comment-respond {
    padding: 25px 0 55px;
    clear: both;
}
.comment-respond .comment-form-comment {
    margin-bottom: 55px;
}
.comment-respond h3.comment-reply-title {
    color: #484848;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    font-family: "Montserrat-Regular", sans-serif;
}
.comment-respond form .input-box {
    margin-bottom: 20px;
}
.comment-respond form .your-comment {
    border-bottom: 1px solid #9f9f9f;
    width: 100%;
    float: left;
    padding-bottom: 45px;
}
.comment-respond form .email {
    float: left;
}
.comment-respond form .password {
    float: left;
}
.comment-respond form input {
    padding: 15px;
}
.comment-respond form textarea {
    margin-top: 25px;
    padding-top: 15px;
    padding-left: 15px;
    height: 60px;
}
.comment-respond form textarea,
.comment-respond form input {
    width: 100%;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #9f9f9f;
    color: #9f9f9f;
    font-size: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.comment-respond form .form-submit {
    text-align: right;
    margin-top: 30px;
    width: 100%;
    float: left;
}
.comment-respond form .form-submit input {
    padding: 18px 60px;
    width: auto;
    font-size: 16px;
    color: #ffffff;
    background-color: #cda96f;
    display: block;
    float: right;
    text-shadow: none;
    border: none;
    box-shadow: none;
}
.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}
@media (min-width: 768px) {
    .comment-respond form .email {
        margin-right: 4%;
    }
    .comment-respond form .email,
    .comment-respond form .password {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .comment-respond form .email,
    .comment-respond form .password {
        width: 100%;
    }
}
.comment-respond::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #9f9f9f;
}
.comment-respond::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9f9f9f;
}
.comment-respond:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #9f9f9f;
}
.comment-respond:-moz-placeholder {
    /* Firefox 18- */
    
    color: #9f9f9f;
}
.comments .nav-links {
    color: #e5e5e5!important;
    font-size: 14px;
    font-family: "Montserrat-Light";
    margin-bottom: 12pt;
}
.comments .nav-links div {
    display: inline-block;
    margin-right: 15px;
}
/* Blog Page */

.page-content-body ul,
.page-content-body ol,
.post-content-body ul,
.post-content-body ol {
    margin: 0 0 1.6em 1.3333em;
    line-height: 1.5;
}
.page-content-body ul,
.post-content-body ul {
    list-style: disc;
}
.page-content-body ol,
.post-content-body ol {
    list-style: decimal;
}
.page-content-body li > ul,
.page-content-body li > ol,
.post-content-body li > ul,
.post-content-body li > ol {
    margin-bottom: 0;
}
.latst-article .container {
    position: relative;
}
.latst-article .area-img img {
    width: 100%;
}
.latst-article .area-content {
    position: absolute;
    color: #fff;
}
.latst-article .area-content .category {
    display: block;
    float: left;
}
.latst-article .area-content .category a {
    display: block;
    float: left;
    padding: 12px 20px;
    color: #484848;
    font-size: 13px;
    background-color: #fff;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .category a:hover {
    color: #fff;
    /* background-color: #f7ca18; */
    
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .article-title {
    display: block;
    margin: 20px 0;
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .latst-article .area-content {
        bottom: 70px;
        left: 70px;
    }
    .latst-article .area-content .article-title h2 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .latst-article .area-content {
        bottom: 10px;
        left: 30px;
        width: 90%;
    }
    .latst-article .area-content .article-title h2 {
        font-size: 15px;
    }
}
.blog-content {
    padding: 55px 0;
    letter-spacing: 0.44px;
}
.transparent .blog-content {
    margin-top: 100px;
}
.blog-content .articles .article-item .area-img img {
    width: 100%;
}
.blog-content .articles .article-item .area-content {
    margin-top: -2px;
}
.blog-content .articles .article-item .area-content h3 {
    margin-top: 0px;
    line-height: 25px;
}
.blog-content .articles .article-item .area-content .article-left {
    padding: 0;
    border-right: 1px solid #2d2d2d;
}
.blog-content .articles .article-item .area-content .article-left .blog-stats {
    padding: 15px 5px;
    float: left;
    width: 100%;
}
.blog-content .articles .article-item .area-content .article-left .blog-stats .text-content {
    margin-right: 0;
}
.blog-content .articles .article-item .area-content .article-left .catetory-title {
    background-color: #2d2d2d;
    text-align: center;
    padding: 9px;
}
.blog-content .articles .sticky .area-content .article-left .catetory-title {
    /* background-color: #f7ca18; */
}
.blog-content .articles .sticky .area-content .article-left {
    /* border-right: 1px solid #f7ca18; */
}
.blog-content .articles .article-item .area-content .article-left .catetory-title h6 {
    color: #ffffff;
    font-size: 13px;
    margin: 0px;
}
.blog-content .articles .article-item .area-content .article-right {
    padding-right: 0;
    padding-top: 23px;
    margin-bottom: 50px;
    padding-left: 30px;
}
.blog-content .articles .article-item .area-content .article-right h3 {
    margin-bottom: 15px;
}
.blog-content .articles .article-item .area-content .article-right h3 a {
    color: #484848;
    font-size: 23px;
    font-family: "Montserrat-Regular";
}
.blog-content .articles .article-item .area-content .article-right h3 a:hover {
    /* color: #f7ca18; */
}
.blog-content .articles .article-item .area-content .article-right p {
    font-size: 13px;
    font-family: "Montserrat-Light";
    line-height: 1.6;
    margin-bottom: 30px;
}
.blog-content .articles .article-item .area-content .article-right .quote-source {
    color: #484848;
    font-size: 16px !important;
}
@media (max-width: 767px) {
    .blog-content .articles .article-item .area-content .article-right {
        padding-left: 0 !important;
    }
}
.blog-right .block-item {
    padding-bottom: 35px;
    float: left;
    width: 100%;
}
.blog-right .block-title {
    border-bottom: 1px solid #acacac;
    padding-bottom: 22px;
    margin-bottom: 30px;
}
.blog-right .block-title h5 {
    font-size: 20px;
    color: #484848;
}
.blog-right .popurlar-port ul li {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.blog-right .popurlar-port ul li .area-img {
    width: 30%;
    float: left;
}
.blog-right .popurlar-port ul li .area-img img {
    max-width: 100%;
}
.blog-right .popurlar-port ul li .area-content {
    width: 70%;
    float: left;
    padding-left: 20px;
}
.blog-right .popurlar-port ul li .area-content h6 {
    font-size: 14px;
    color: #484848;
    padding: 5px 0 15px;
    line-height: 1.4;
}
.blog-right .twitter .twitter-icon {
    font-size: 20px;
    padding-bottom: 20px;
}
.blog-right .twitter .twitter-content {
    font-size: 17px;
    color: #484848;
    line-height: 1.6;
}
.blog-right .twitter .twitter-user {
    margin-top: 15px;
}
.blog-right .tag .list-inline li a {
    cursor: pointer;
    padding: 10px 17px;
    font-size: 14px;
    font-family: "Montserrat-Light";
    border: 1px solid #e1e1e1;
    display: block;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-right .tag .list-inline li a:hover {
    /* background-color: #f7ca18; */
    
    color: #fff;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
    .blog-right .block-content {
        padding: 0 25px;
    }
    .blog-right .tag .list-inline li a {
        padding: 10px 17px;
    }
}
@media (max-width: 1199px) {
    .blog-right .tag .list-inline li a {
        padding: 10px 14px;
    }
}
.klambi-stats span {
    float: left;
    margin-right: 20px;
    font-size: 11px!important;
}
.klambi-stats .text-content {
    line-height: 1.2;
}
.klambi-stats .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-repeat: no-repeat !important;
}
.klambi-stats .clock-icon-while {
    background: url("images/clock-icon-while.png");
}
.klambi-stats .comment-icon-while {
    background: url("images/comment-icon-while.png");
}
.klambi-stats .clock-icon {
    background: url("images/clock-icon.png");
}
.klambi-stats .comment-icon {
    background: url("images/comments-icon.png");
}
.klambi-stats .user-icon {
    background: url("images/user-icon.png");
}
.klambi-stats .paper-icon {
    background: url("images/user-icon.png");
}
.articles .article-item .blog-stats span {
    line-height: 1;
}
span.stats-item {
    line-height: 1;
}
@media (max-width: 768px) {
    .klambi-stats > span {
        margin-bottom: 10px;
    }
}
/* Blog Single Page */

.touppercase,
.blog-post-content .blog-post .area-content h1,
.blog-post-content .blog-post .area-content h2,
.blog-post-content .blog-post .area-content h3,
.blog-post-content .blog-post .area-content h4,
.blog-post-content .blog-post .area-content h5,
.blog-post-content .blog-post .area-content h6 {
    text-transform: uppercase;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    text-transform: uppercase;
}
.dark_overlay h2 {
    color: #fff;
}
.klambi-quote {
    padding: 25px 0 75px;
    text-align: center;
}
.klambi-quote p {
    margin: 0px!important;
}
.blog-post-content .blog-post .area-img img {
    width: 100%;
    margin-bottom: 24px;
}
.blog-post-content .blog-post .area-content {
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    font-size: 14px;
}
.blog-post-content .blog-post .area-content td {} .blog-post-content .blog-post .area-content ul,
.comment-content ul {
    list-style: disc;
    line-height: 1.5;
}
.blog-post-content .blog-post .area-content ol,
.comment-content ol {
    list-style: decimal;
    line-height: 1.5;
}
.comment-content ul,
.comment-content ol,
.comment-content li {
    margin-bottom: 0px;
}
.comment-content li {
    padding: 0px!important;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0px;
}
.blog-post-content .blog-post .area-content ul li ul {
    margin-bottom: 0px;
}
.blog-post-content .blog-post .area-content .blog-stats {
    float: left;
    line-height: 20px;
    text-align: left;
}
.blog-post-content .blog-post .area-content .blog-stats span {
    font-size: 11px;
    letter-spacing: 0.1em;
}
.blog-post-content .blog-post .area-content .blog-stats > span {
    margin-right: 26px;
}
.blog-post-content .blog-post .area-content > .stats-item {
    margin-right: 13px;
}
.blog-post-content .blog-post .area-content .blog-stats span .fa,
.blog-post-content .blog-post .area-content .blog-stats span .flaticon {
    margin-right: 7px;
}
.blog-post-content .blog-post .area-content .desc {
    float: left;
    width: 100%;
}
.blog-post-content .blog-post .area-content p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
}
.page-content-body p,
.page-content-body ul,
.page-content-body ol,
.page-content-body dl {
    font-size: 14px;
}
.blog-post-content .blog-post .area-content .desc-center {
    width: 100%;
    display: block;
    float: left;
}
.blog-post-content .blog-post .area-content .desc-center p {
    color: #2d2d2d;
    font-size: 26px;
    font-family: "Montserrat-Light", sans-serif;
    line-height: 1.4;
    padding: 0 24px;
}
@media (min-width: 768px) {
    .blog-post-content .blog-post .area-content .desc-center {
        padding: 0px 0 50px;
    }
    .blog-post-content .blog-post .area-content .desc-center p {
        font-size: 26px;
        padding: 0 24px;
    }
}
@media (max-width: 768px) {
    .blog-post-content .blog-post .area-content .desc-center {
        padding: 0px 0 55px;
    }
    .blog-post-content .blog-post .area-content .desc-center p {
        font-size: 20px;
        padding: 0 15px;
    }
}
.blog-post-content .blog-post .area-content .list-item {
    margin-top: 15px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.blog-post-content .blog-post .area-content .list-item li {
    float: left;
    width: 100%;
    line-height: 3;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
}
.blog-post-content .blog-post .area-content .list-item li:before {
    content: "";
    height: 15px;
    width: 15px;
    /* background-color: #f7ca18; */
    
    margin-right: 35px;
    position: absolute;
    left: 0;
    top: 14px;
}
@media (min-width: 768px) {
    .blog-post-content .blog-post .area-content {
        padding: 55px 0 0 35px;
    }
    .blog-post-content .blog-post .area-content {
        padding-top: 0px;
        margin-bottom: 55px;
    }
    .blog-post-content .blog-post .area-content .list-item {
        margin-left: 35px;
    }
    .blog-post-content .blog-post .area-content .list-item li {
        padding-left: 50px;
    }
    .blog-post-content .blog-post .area-content > h2:first-child {
        font-size: 23px;
        margin-top: 0px!important;
    }
    .blog-post-content .blog-post .area-content .blog-stats {
        margin-bottom: 40px;
        margin-top: -5px;
    }
}
@media (max-width: 767px) {
    .blog-post-content .blog-post .area-content > h2:first-child {
        font-size: 18px;
        margin-top: 0px!important;
    }
    .blog-post-content .blog-post .area-content .blog-stats {
        margin-bottom: 15px;
    }
    .blog-post-content .blog-post .area-img {
        margin-bottom: 20px;
    }
    .blog-post-content .blog-post .list-item li {
        padding-left: 25px;
    }
}
.blog-post-content .share,
.blog-post-content .comments,
.blog-post-content .write-comments {
    width: 100%;
    float: left;
}
.blog-post-content .share {
    text-align: center;
}
.blog-post-content .share h4 {
    margin-bottom: 30px;
}
.blog-post-content .share ul li {
    float: none;
    display: inline-block;
}
.blog-post-content .write-comments .buttons-set a {
    padding: 23px 60px;
}
@media (min-width: 768px) {
    .blog-post-content .comments {
        padding: 25px 0 55px;
    }
}
@media (max-width: 767px) {
    .blog-post-content .comments {
        padding: 0 0 35px;
    }
}
.blog-content.blog-content-fullwidth {
    padding-top: 0 !important;
}
.blog-post-content.full-width .area-img {
    position: relative;
}
.blog-post-content.full-width .area-img .blog-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: 100px;
    text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category a {
    display: inline-block;
    padding: 12px 20px;
    color: #484848;
    font-size: 13px;
    background-color: #fff;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .category a:hover {
    color: #fff;
    /* background-color: #f7ca18; */
    
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .article-title {
    display: block;
    margin: 20px 0;
    float: left;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-post-content.full-width .area-img .blog-text .article-title h2 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .blog-post-content.full-width .area-img .blog-text .article-title h2 {
        font-size: 18px;
    }
}
.blog-post-content.full-width .area-content {
    border-bottom: none;
    padding-bottom: 0;
}
.blog-post-content.full-width .area-content .blog-stats {
    float: left;
    width: 100%;
    border-bottom: 1px solid #acacac;
    padding-bottom: 45px;
    margin-bottom: 0;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .blog-post-content.full-width .area-content {
        margin-top: 20px;
    }
}
.blog-post-content.full-width .area-content,
.blog-post-content.full-width .share,
.blog-post-content.full-width .comments,
.blog-post-content.full-width .write-comments {
    width: 100%;
    float: left;
}
.blog-post-content.full-width .write-comments {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .blog-post-content.full-width .area-content,
    .blog-post-content.full-width .share,
    .blog-post-content.full-width .comments,
    .blog-post-content.full-width .write-comments {
        padding-left: 10%;
        padding-right: 10%;
    }
}
.blog-post .area-content h2 {
    margin-bottom: 20px;
}
.sticky .blog-post .area-content h2 {
    border-left: 4px solid #cda96f;
    padding-left: 12px;
}
iframe {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
/* Typography klambi Page */

.divider {
    height: 30px;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.divider--sm {
    height: 25px;
}
.divider--md {
    height: 35px;
}
.divider--lg {
    height: 45px;
}
.line10 {
    line-height: 1;
}
.line15 {
    line-height: 1.5;
}
.line20 {
    line-height: 2;
}
.typography {
    color: #2d2d2d;
}
.typography .paragraphs p {
    line-height: 2;
    font-size: 14px;
    font-family: "Montserrat-Light", sans-serif;
    color: #757575;
}
.typography .title-page {
    margin-bottom: 20px;
    margin-top: 30px;
}
.typography .title-page h4 {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    /* border-bottom: 3px solid #f7ca18; */
    
    display: inline-block;
}
.typography .highlighter p {
    color: #757575;
}
.typography .blockquotes p {
    padding: 15px 0px 15px 50px;
    color: #757575;
}
.typography .border-blockquotes p {
    /* border: 2px dashed #f7ca18; */
    
    padding: 45px 50px;
}
.typography .listing li {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    color: #757575;
}
.typography .listing .simple-list li:before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    /* background-color: #f7ca18; */
    
    margin-right: 20px;
}
.typography .listing .decimal-list {
    list-style-type: none;
    counter-reset: myCounter;
}
.typography .listing .decimal-list li {
    text-indent: 0;
    position: relative;
    padding-left: 15px;
}
.typography .listing .decimal-list ul {
    counter-reset: myCounter1;
    list-style-type: none;
    padding: 0;
    margin: 7px 0 0 17px;
}
.typography .listing .decimal-list ul li:before {
    content: counter(myCounter1);
    counter-increment: myCounter1;
}
.typography .listing .decimal-list li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.typography .alignment p {
    color: #757575;
}
.post-content-body {
    padding-bottom: 40px;
}
.page-content > h1:first-child,
.post-content-body > h1:first-child,
.page-content > h2:first-child,
.post-content-body> h2:first-child,
.page-content > h3:first-child,
.post-content-body > h3:first-child,
.page-content > h4:first-child,
.post-content-body> h4:first-child,
.page-content > h5:first-child,
.post-content-body> h5:first-child,
.page-content > h6:first-child,
.post-content-body> h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
    margin-top: 0;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    
    font: inherit;
    /* 2 */
}
.dn {
    display: none;
}
/* # Color */

.text-color {
    color: #777777;
}
.color-price-old {
    color: #fa6b6b;
}
.color-price-old:hover {
    color: #fa6b6b;
}
.color {
    color: #fc9501;
}
.color:hover {
    color: #fc9501;
}
.color-white {
    color: #fff;
}
.color-white:hover {
    color: #fff;
}
.color-dark {
    color: #333333;
}
.color-dark:hover {
    color: #333333;
}
a.color,
a.color:hover {
    color: #fc9501;
}
.color-red {
    color: #fc9501;
}
.color-red:hover {
    color: #fc9501;
}
.color-pink {
    color: #fa6b6b;
}
.color-pink:hover {
    color: #fa6b6b;
}
.color-blue {
    color: #395499;
}
.color-blue:hover {
    color: #395499;
}
.color-blue-light {
    color: #67e0fa;
}
.color-blue-light:hover {
    color: #67e0fa;
}
.color-green {
    color: #21caa9;
}
.color-green:hover {
    color: #21caa9;
}
.color-green-dark {
    color: #fc9501;
}
.color-green-dark:hover {
    color: #fc9501;
}
.color-gray {
    color: #999999;
}
.color-gray:hover {
    color: #999999;
}
.color-yellow {
    color: #feea3a;
}
.black {
    color: #000;
}
/* background-color */

.bg-custom {
    background-color: #fc9501;
}
.bg-red {
    background-color: #fa6b6b;
}
.bg-pink {
    background-color: #fa6b6b;
}
.bg-blue {
    background-color: #395499;
}
.bg-light-blue {
    background-color: #67e0fa;
}
.bg-green {
    background-color: #21caa9;
}
.bg-green-light {
    background-color: #41df7c;
}
.bg-green-dark {
    background-color: #fc9501;
}
.bg-yellow {
    background-color: #feea3a;
}
.bg-coquelicot {
    background-color: #fd6940;
}
.bg-black {
    background-color: #000;
}
.bg-transparent {
    background-color: transparent;
}
.border-while {
    border: 1px solid #fff;
}
/* # Fonts */

.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font18 {
    font-size: 18px;
}
.font19 {
    font-size: 19px;
}
.font20 {
    font-size: 20px;
}
.font21 {
    font-size: 21px;
}
.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.font27 {
    font-size: 27px;
}
.font30 {
    font-size: 30px;
}
.font31 {
    font-size: 31px;
}
.font33 {
    font-size: 33px;
}
.font35 {
    font-size: 35px;
}
.font36 {
    font-size: 36px;
}
.font38 {
    font-size: 38px;
}
.font42 {
    font-size: 42px;
}
.font48 {
    font-size: 48px;
}
.font50 {
    font-size: 50px;
}
.font58 {
    font-size: 58px;
}
.font60 {
    font-size: 60px;
}
.font75 {
    font-size: 75px;
}
.font80 {
    font-size: 80px;
}
.font-elsie {
    font-family: 'Elsie';
}
.font-montserrat {
    font-family: 'Montserrat';
}
.font-montserrat-light,
.nav-canvas a {
    font-family: 'Montserrat Light', sans-serif;
}
.font-ptserif {
    font-family: 'PT Serif', serif;
}
@media (max-width: 768px) {
    .font30 {
        font-size: 15px;
    }
    .font31 {
        font-size: 15.5px;
    }
    .font33 {
        font-size: 16.5px;
    }
    .font35 {
        font-size: 17.5px;
    }
    .font36 {
        font-size: 18px;
    }
    .font38 {
        font-size: 19px;
    }
    .font42 {
        font-size: 21px;
    }
    .font48 {
        font-size: 24px;
    }
    .font50 {
        font-size: 25px;
    }
    .font58 {
        font-size: 29px;
    }
    .font60 {
        font-size: 30px;
    }
    .font75 {
        font-size: 37.5px;
    }
    .font80 {
        font-size: 40px;
    }
}
@media (max-width: 480px) {
    .font50 {
        font-size: 12.5px;
    }
    .font58 {
        font-size: 14.5px;
    }
    .font60 {
        font-size: 15px;
    }
    .font75 {
        font-size: 18.75px;
    }
    .font80 {
        font-size: 20px;
    }
}
/* # Layout */

.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.position-relative {
    position: relative;
}
.position-absolute,
.product-slider .owl-controls .owl-nav .owl-prev,
.product-slider .owl-controls .owl-nav .owl-next,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.position-top {
    top: 0;
    right: 0;
    left: 0;
}
.position-right {
    top: 0;
    right: 0;
    bottom: 0;
}
.position-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}
.position-left {
    top: 0;
    bottom: 0;
    left: 0;
}
.position-center,
.product-slider .owl-controls .owl-nav .owl-prev,
.product-slider .owl-controls .owl-nav .owl-next,
.home-slider.type2 .owl-controls .owl-prev,
.home-slider.type2 .owl-controls .owl-next,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev,
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.text-normal {
    font-weight: 400;
}
.text-medium {
    font-weight: 500;
}
.text-semi-bold {
    font-weight: 600;
}
.text-bold {
    font-weight: 700;
}
.text-Italic {
    font-style: italic;
}
.separates {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    float: left;
    clear: both;
}
.divider {
    height: 30px;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.line10 {
    line-height: 1;
}
.divider--sm {
    height: 25px;
}
.divider--md {
    height: 30px;
}
.divider--lg {
    height: 40px;
}
.divider--lg50 {
    height: 50px;
}
.divider--lg55 {
    height: 55px;
}
.divider--lg60 {
    height: 60px;
}
/* # Breadcrumbs */

.breadcump .woocommerce-breadcrumb {
    letter-spacing: 1px;
    padding: 25px 0 19px;
    margin: 0px;
    font-size: 14px;
}
.breadcump .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #a9a9a9;
    margin: 0;
    font-size: 14px;
}
.breadcump .woocommerce-breadcrumb a:hover {
    color: #636363;
}
.breadcump .woocommerce-breadcrumb a:hover:after {
    color: #a9a9a9;
}
.breadcump .woocommerce-breadcrumb a:after {
    content: "/";
    padding-left: 6px;
}
.breadcump .woocommerce-breadcrumb .breadcrumb-last {
    color: #636363;
}
.product-single .breadcump .woocommerce-breadcrumb a:after {
    content: ">";
}
/* # Pagination */

.pagination-page {
    margin-bottom: 68px;
    margin-top: 32px;
}
.pagination-page .pages ul li {
    margin: 0 2px;
}
.pagination-page .pages ul li a {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    color: #b4b4b4;
    padding: 8px 30px;
    text-decoration: none;
}
.pagination-page .pages ul li a:hover {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    transition: all 0.8s;
}
.pagination-page .pages ul .current {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    padding: 8px 30px;
}
.pagination-page .pages ul .bor-none a i {
    font-size: 16px;
}
.pagination-wrapper-blog ul li a {
    background-color: #cda96f;
    border: 1px solid #cda96f;
    color: #fff;
}
.pagination-wrapper-blog ul li span.current {
    background-color: #fff;
    border: 1px solid #cda96f;
    color: #cda96f;
}
@media (max-width: 767px) {
    .pagination-page .pages ul li a {
        padding: 5px 20px;
    }
    .pagination-page .pages ul .current {
        padding: 5px 20px;
    }
}
/*===================================================
   newsletter Popup
=====================================================*/

.popup-page {
    overflow: hidden;
}
.tfs-popup-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    overflow: hidden;
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    background-color: #000;
}
.tfs-fade {
    opacity: 0;
}
.tfs-wrap {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    opacity: 1;
    margin: auto;
    right: 0;
    bottom: 0;
}
.tfs-wrap .tfs-container {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #cda96f;
}
.tfs-wrap .tfs-container .tfs-content {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 1045;
    background-image: url("images/img-popup.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.tfs-popup-ready {
    opacity: 1;
    display: block;
    overflow: hidden;
}
/* # Popup */

.popup-box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 7px;
}
.popup-box .popup-box-content {
    margin: 0 50px;
    text-align: left;
    width: 478px;
    float: right;
    color: #000;
    padding: 130px 0 100px 0;
}
.popup-box .popup-box-content h1 {
    margin: 0;
    color: #000;
    font-weight: bold;
}
.popup-box .popup-box-content p {
    margin-bottom: 20px;
}
.popup-box .popup-box-content .to-up {
    max-width: 40px;
    display: inline-block;
    line-height: 28px;
}
.popup-box .popup-box-content .to-price {
    display: inline-flex;
}
.popup-box .popup-box-content .to-price span {
    margin-top: 15px;
}
.popup-box .popup-box-content .form-popup {
    display: inline-block;
    width: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.popup-box .popup-box-content .form-popup input[type="text"] {
    display: inline-block;
    float: left;
    width: 56%;
    height: 44px;
    color: #979797;
    padding: 0 15px;
    margin-right: 8px;
}
.popup-box .popup-box-content .form-popup .btn-popup {
    display: inline-block;
    float: right;
    background-color: #292216;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 60px;
    max-width: 150px;
    width: 150px;
}
.tfs-inline-holder .tfs-content,
.tfs-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.tfs-fade .tfs-content {
    opacity: 0;
}
.tfs-popup-ready .tfs-content {
    opacity: 1;
}
.tfs-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent;
    border: none;
}
.tfs-close i {
    font-size: 32px;
    color: #000;
}
@media (min-width: 992px) {
    .tfs-wrap {
        width: 878px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tfs-wrap {
        width: 768px;
    }
    .tfs-wrap .popup-box {
        padding: 10px;
    }
    .newsletter-popup .popup-box {
        width: 760px;
    }
    .newsletter-popup .popup-box .popup-box-content {
        width: 560px;
    }
}
@media (max-width: 767px) {
    .tfs-wrap .tfs-container {
        top: 10%;
    }
    .newsletter-popup .popup-box {
        width: auto;
    }
    .newsletter-popup .popup-box .popup-box-content {
        width: auto;
    }
}
@media (max-width: 992px) {
    .tfs-content {
        background-image: none;
    }
}
/* # Button */

button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.pull-right,
.btn.pull-right {
    margin-right: 10px;
}
.btn--ys {
    position: relative;
    line-height: 1.486em;
    vertical-align: top;
    border: 0;
    letter-spacing: 1px;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.btn--ys.text-lowercase {
    text-transform: lowercase;
}
.btn--ys.text-inherit {
    text-transform: inherit;
}
.btn--ys:hover,
.btn--ys:active,
.btn--ys:focus,
.button:hover,
.button:active,
.button:focus {
    background-color: #cda96f;
    color: #fff;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.btn--ys .icon {
    display: inline-block;
    padding: 0 3px 0 0;
    font-size: 1.486em;
    vertical-align: middle;
    line-height: 1.2;
}
.btn--ys .icon.icon--flippedX {
    padding: 0 0 0 3px;
}
.btn--ys span {
    position: relative;
    top: 0;
    left: 0;
}
.btn--ys.btn--xs {
    padding: 10px 50px;
    font-size: 0.923em;
    height: auto;
}
.btn--ys.btn--xs:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--ys.btn--sm {
    padding: 10px 40px;
    height: auto;
}
.btn--ys.btn--sm .icon {
    font-size: 12px;
}
.btn--ys.btn--sm--icon {
    padding: 9px 16px 7px;
    height: auto;
    font-size: 13px;
}
.btn--ys.btn--sm--icon .icon {
    font-size: 20px;
}
.btn--ys.btn--md {
    height: auto;
    padding: 16px 45px;
}
.btn--ys.btn--md.font16 {
    padding: 15px 45px;
}
.btn--ys.btn--md.font18 {
    padding: 12px 54px;
}
.btn--ys.btn--lg {
    padding: 15px 66px;
    height: auto;
}
.btn--ys.btn--xl {
    padding: 17px 24px;
    font-size: 18px;
    font-weight: 500;
    height: auto;
}
.btn--ys.btn--xl .icon {
    height: 1em;
    position: relative;
    top: -2px;
    padding: 0 5px 0 0;
    font-size: 1.45em;
    line-height: 1;
}
.btn--ys.btn--xl.btn--xl-small {
    padding: 12px 18px 11px;
}
.btn--ys.btn--xxl {
    padding: 12px 24px 12px;
    font-size: 1.5em;
    line-height: 1.72em;
    height: auto;
}
.btn--ys.btn--l {
    padding: 15px 33px 15px;
    font-size: 1.5em;
    line-height: 1.72em;
    height: auto;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .btn--ys.btn--l {
        padding: 12px 24px 12px;
    }
}
.btn--ys.btn--full {
    width: 100%;
    display: block;
    margin-bottom: 0.4em;
}
/* # Menu Canvas */

.open-canvas .wrapper {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    box-shadow: 0 0px 20px 8px #a7a7a7;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.open-canvas .nav-canvas {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
/*
.wrapper {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
*/
.nav-canvas {
    width: 20%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 100;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    background-color: #f5f5f5;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.nav-canvas a {
    text-decoration: none;
    color: #505050;
}
.nav-canvas a:hover {
    color: #cda96f;
}
.level-1 {
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    position: absolute;
    top: 0;
    background-color: #f5f5f5;
    LEFT: 0;
    right: 0;
}
.open-child {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}
.on-child {
    float: right;
    cursor: pointer;
}
/*style canvas*/

.form-canvas {
    padding: 12px 30px;
    background-color: #e6e6e6;
}
.form-canvas .txt-canvas {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 10px;
    padding-right: 45px;
}
.form-canvas .txt-canvas:focus {
    outline: none;
}
.form-canvas .btn-canvas {
    bottom: unset;
    top: 15px;
    right: 35px;
    z-index: unset;
    border: none;
    background: transparent;
}
.form-canvas .btn-canvas i {
    font-weight: bold;
    font-size: 24px;
}
.nav-parent {
    margin: 0;
    padding: 0;
}
.nav-parent .item {
    border-bottom: 1px #cecece solid;
    padding: 20px 30px;
}
.nav-parent .item a {
    padding: 21px 0;
}
.nav-parent .item i {
    padding: 22px;
    margin-top: -19px;
    margin-right: -18px;
    display: block;
}
.nav-parent .back {
    margin-bottom: -15px;
}
.nav-parent .back .back-canvas {
    cursor: pointer;
    width: 100%;
    padding: 20px 30px;
    background-color: #e6e6e6;
    border-bottom: 1px #cecece solid;
}
.nav-parent .back .back-canvas:before {
    margin-right: 20px;
}
.nav-parent .back .back-canvas:hover {
    color: #cda96f;
}
.nav-parent .arrow-down {
    padding: 0;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
    margin: 0 auto;
}
.nav-parent .social-icon {
    padding: 20px 30px;
    text-align: center;
}
@media (max-width: 992px) {
    .open-canvas .wrapper {
        transform: translateX(-40%);
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
    }
    .nav-canvas {
        width: 40%;
    }
}
@media (max-width: 992px) {
    .open-canvas .wrapper {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .nav-canvas {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .open-canvas .wrapper {
        transform: translateX(-80%);
        -webkit-transform: translateX(-80%);
        -moz-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
    }
    .nav-canvas {
        width: 80%;
    }
}
/* # Title */

.title {
    color: #505050;
    border-top: 1px #eeeeee solid;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
}
.title h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.4px;
}
/*
pages */
/*logo*/

.header-container {
    z-index: 10;
    line-height: 1;
}
header {
    line-height: 0;
}
.logo {
    padding: 15px 0;
}
a {
    text-decoration: none;
}
/*top account*/

.group-account {
    margin: 0 0;
    padding: 11px 0px;
    display: inline-block;
}
.group-account .top-account {
    padding: 0 0;
}
.group-account .top-account a {
    text-decoration: none;
}
.group-account .top-account.flaticon-social:before {
    font-size: 21px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
/*social icon*/

.type4 .group-social,
.type4 .group-account,
.type2 .group-social,
.type2 .group-account {
    margin: 9px 2px 0 2px;
}
.type2 .group-account{
  margin-top: 5px;
}


.group-social li {
    padding: 0 6.7px;
}
.group-social .top-wishlist a {
    text-decoration: none;
}
.group-social .top-wishlist a i:before {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}
.group-social .top-search a {
    text-decoration: none;
}
.group-social .top-search a i:before {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}
.group-social .top-search a:focus {
    outline: none;
}
.group-social .top-mini-cart a {
    text-decoration: none;
}
.group-social .top-mini-cart a > span > span:before {
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}
.group-social .top-mini-cart a > span .number-items {
    top: -10px;
    line-height: 100%;
    right: -7px;
    border-radius: 20px;
    background-color: #cda96f;
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
}
/* # Menu */

.main-menu .nav {
    float: left;
    margin: 0;
    width: 100%;
}
.main-menu .nav .menu-item {
    display: inline-block;
    float: none;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    padding: 0;
}
.main-menu .nav .menu-item:hover > a,
.main-menu .nav .menu-item:active > a {
    background-color: #efefef;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.main-menu .nav .menu-item a {
    letter-spacing: 0.1px;
    padding: 17px 21px 19px 20px;
    /* text-transform: uppercase; */
}
.main-menu .nav .menu-item:last-child a {
    color: #cda96f;
}
/* # Header */

.header-middle .mobile-menu .mean-bar .mean-nav .navbar-nav {
    box-shadow: 0 6px 10px 1px #ccc;
}
.header-container.type1 .mega-mobile li h4 a,
.header-container.type4 .mega-mobile li h4 a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.header-container.type1 .mega-mobile li h4 a:hover,
.header-container.type1 .mega-mobile li h4 a:active,
.header-container.type4 .mega-mobile li h4 a:hover,
.header-container.type4 .mega-mobile li h4 a:active {
    color: #cda96f;
}
.header-container.type1 .mega-mobile li a,
.header-container.type4 .mega-mobile li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.header-container.type1 .mega-mobile li a:hover,
.header-container.type1 .mega-mobile li a:active,
.header-container.type4 .mega-mobile li a:hover,
.header-container.type4 .mega-mobile li a:active {
    color: #cda96f;
}
.header-container.type1 .mega-mobile .mean-expand,
.header-container.type4 .mega-mobile .mean-expand {
    height: 17px;
}
.header-container.type2 .mega-mobile li h4 a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.header-container.type2 .mega-mobile li h4 a:hover,
.header-container.type2 .mega-mobile li h4 a:active {
    color: #000;
}
.header-container.type2 .mega-mobile li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.header-container.type2 .mega-mobile li a:hover,
.header-container.type2 .mega-mobile li a:active {
    color: #000;
}
.header-container.type2 .mega-mobile .mean-expand {
    height: 17px;
}
.header-container.type1 .box__item ul.list-inline {
    line-height: 21px;
}
.header-container.type1 .box__item ul.list-inline li {
    font-size: 15px;
}
.header-container.type1 .box__item ul.group-social {
    margin-top: 17px;
}
.header-container.type1 .box__item ul.group-account {
    margin-top: 4px;
}
.header-container.header3 .on-canvas {
    color: #000;
}
/* ## Dropdown */

.mega-menu {
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
    padding: 23px 0 47px 0;
    display: none;
    left: -370px;
}
.mega-menu .title-menu {
    padding-left: 29px;
}
.mega-menu .title-menu h2 {
    margin-top: 17px;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}
.mega-menu .links-mega {
    padding-left: 59px;
}
.mega-menu .links-mega > ul {
    padding-left: 40px;
}
.mega-menu .links-mega .item__menu {
    padding-left: 30px;
}
.mega-menu .links-mega .item__menu h4 {
    margin-top: 10px;
}
.mega-menu .links-mega .item__menu a {
    text-decoration: none;
    padding: 0;
}
.mega-menu .links-mega .item__menu .list-item {
    margin-bottom: 13px;
}
.mega-menu .links-mega .item__menu .list-item li {
    margin-bottom: 11px;
    float: none;
    line-height: 17px;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .list-item li:hover a {
    color: #cda96f;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .list-item a {
    color: #8a8a8a;
    font-size: 12px;
    letter-spacing: 1.4px;
}
.mega-menu .links-mega .item__menu .list-unstyled li:last-child a {
    font-size: 14px;
    color: #000;
    margin-bottom: 60px;
}
.mega-menu .img-menu img {
    max-width: none;
}
.mega-menu .links-mega .item__menu .border__title {
    border-bottom: 1px #8a8a8a solid;
    padding-bottom: 8px;
    margin-bottom: 7px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a {
    color: #000;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a:hover .border__title {
    border-bottom: 1px #cda96f solid;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .border__title a:hover .border__title a {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #cda96f;
}
.mega-menu .links-mega .item__menu .add.item {
    color: #000;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.mega-menu .links-mega .item__menu .add.item:hover {
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #cda96f;
}
.mega-mobile .item__menu .border__title {
    margin: 0;
}
.header-container.type2 .header-middle .mobile-menu .mean-bar .meanmenu-reveal span {
    background: #fff;
}
.header-container.type2 .header-middle .mobile-menu .mean-bar a {
    color: #fff;
}
.header-container.type2 .header-middle .mobile-menu .mean-bar .mean-nav {
    background-color: #000;
}
.header-container.type2 .header-middle .mobile-menu .mean-bar .mean-nav .nav .menu-item a:hover {
    background-color: #cda96f;
}
.sticky-header .header-middle{
    position: fixed;
    top:0;
    left: 0%;
    width: 100%;
    opacity: 0.96;   
}
.sticky-header .header-middle{
    background-color:#fff;
}
.sticky-header .header-container.type2 .header-middle{
    background-color:#000;
}
.sticky-header .header-empty{
    height: 56px;
}
@media (min-width: 992px) {
    .parent-megamenu:hover .mega-menu {
        display: block;
    }
    .no-position {
        position: inherit;
    }
}
/* ## Side Menu */

.menu-side li.item a,
.menu-side .menu-search,
.menu-side .back-canvas,
.menu-side .fa-chevron-right {
    font-size: 15px;
}
.menu-side .menu-search,
.menu-side .back-canvas,
.menu-side .fa-chevron-right {
    color: #000;
}
.menu-side li.item {
    /* background-color:#fff; */
}
.menu-side li.item .fa-chevron-right {} .menu-side .level-1 {
    z-index: 11;
}
.menu-side .nav-parent i.arrow-down {
    padding: 10px;
}
.menu-side .social-icon li a i {
    font-size: 17px;
}
.header_offset {
    height: 79px;
}
/*begin form search*/

.form-search {
    width: 70%;
    margin: 0 auto;
}
.form-search .form__input {
    padding: 20px 85px 20px 40px;
    font-size: 18px;
    color: #444444;
    border-radius: 99px;
    border: none;
    outline: none;
    width: 100%;
}
.form-search .form__button {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
}
.form-search .form__button:focus {
    outline: none;
}
.form-search .form__button i:before {
    font-size: 30px;
    font-weight: bold;
    color: #cda96f;
}
/*end form search*/
.header-container.header3 .header-middle .box__item{
    margin-top: 5px;
}
@media (max-width: 1200px) {
    .header-container.type2 .header-middle .main-menu .nav .menu-item a,
    .header-container.type4 .header-middle .main-menu .nav .menu-item a {
        padding: 30px 15px 29px 15px;
    }
}
@media (max-width: 992px) {
    .header-container.type1 .header-middle .box__item {
        text-align: center;
    }
    .header-container.type1 .header-middle .box__item .group-social {
        width: 100%;
    }
    .header-container.type1 .header-middle .group-account {
        float: right;
    }
    .header-container.type1 .mega-menu .img-menu {
        display: none;
    }
    .header-container.type2 .header-middle,
    .header-container.type4 .header-middle {
        height: auto;
    }
    .header-container.type2 .header-middle .main-menu .nav .menu-item a,
    .header-container.type4 .header-middle .main-menu .nav .menu-item a {
        padding: 30px 15px 29px 15px;
    }
    .header-container.type2 .header-middle .logo,
    .header-container.type4 .header-middle .logo {
        text-align: center;
    }
    .header-container.type2 .header-middle .logo img,
    .header-container.type4 .header-middle .logo img {
        display: inline-block;
    }
    .header-container .header-middle .mobile-menu {
        margin-top: 10px;
    }
    .header-container .header-middle .mobile-menu .mean-bar a{
      z-index: 10;
    }
    .header-container .header-middle .logo-mobile {
        margin-top: 10px;
    }
    .header-container .header-middle .box__item {
        margin-top: 10px;
    }
    .header-container.header3 .header-middle .box__item{
        margin-top: 2px;
    }
    .mean-container .mean-nav {
        margin-top: 4px;
    }
}
@media (max-width: 992px) {
    .header-container.type1 .header-middle .box__item {
        text-align: right;
    }
}
@media (max-width: 786px) {
    .filter-product .filter-mobile ul .item {
        padding: 10px 10px;
        font-family: 'Montserrat Light';
    }
    .header-container.type1 .header-middle .box__item {
        text-align: right;
    }
    .header-container.type2,
    .header-container.type4 {
        position: relative;
        width: 100%;
    }
    .header-container.type2 .header-middle,
    .header-container.type4 .header-middle {
        height: auto;
    }
    .header-container.type2 .header-middle .logo,
    .header-container.type4 .header-middle .logo {
        padding: 5px 0;
        text-align: left;
    }
    .header-container.type2 .header-middle .logo img,
    .header-container.type4 .header-middle .logo img {
        display: inline-block;
    }
    .header-container.type2 .header-middle .group-social,
    .header-container.type4 .header-middle .group-social {
        float: right;
    }
    .header-container.type2 .header-middle .group-social li,
    .header-container.type4 .header-middle .group-social li {
        padding: 0;
    }
    .header-container.type2 .header-middle .group-social .top-search,
    .header-container.type4 .header-middle .group-social .top-search {
        padding: 0;
    }
    .header-container.type4 ul.list-inline {
        margin-top: 5px!important;
    }
}
.header-container.type1 {
    position: relative;
    z-index: 10;
}
.header-container.type1 a {
    color: #000;
}
.header-container.type1 .group-account {
    color: #000;
}
.header-container.type1 .group-account .top-account {
    margin-left: -1px;
}
.header-container.type1 .group-account .top-account a {
    color: #000;
}
.header-container.type1 .group-account .top-account a:hover,
.header-container.type1 .group-account .top-account a:active {
    color: #cda96f;
}
.header-container.type1 .header-middle {
    box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
}
.header-container.type1 .header-middle .group-social {
    float: right;
}
.header-container.type1 .header-middle .group-social li:hover i {
    color: #cda96f;
}
.header-container.type1 .header-middle .group-social li:hover .flaticon-commerce {
    color: #cda96f;
}
.header-container.type1 .top-mini-cart {
    padding-bottom: 10px;
}
.header-middle .box__middle {
    height: 56px;
}
.header-middle .box__middle .box__menu {
    height: 56px;
}
@media (max-width: 1200px) {
    .main-menu .nav .menu-item a {
        padding: 17px 11px 19px 11px;
    }
}
.header-container.type2 {
    box-shadow: 0px 0px 10px 1px #000;
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 100%;
}
.header-container.type2 .header-middle {
    height: 79px;
}
.header-container.type2 a {
    color: #fff;
}
.header-container.type2 .group-account {
    color: #fff;
    padding: 23px 0px;
    float: right;
}
.header-container.type2 .group-account .top-account {
    margin-left: -1px;
}
.header-container.type2 .group-account .top-account a {
    color: #fff;
}
.header-container.type2 .group-account .top-account a:hover,
.header-container.type2 .group-account .top-account a:active {
    color: #cda96f;
}
.header-container.type2 .logo {
    padding: 20px 0;
}
.header-container.type2 .header-middle {
    box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
}
.header-container.type2 .header-middle .group-social {
    /* margin: 0; */
    
    float: left;
    padding-left: 9px;
}
.header-container.type2 .header-middle .group-social li {
    padding: 21px 6.7px;
}
/*

.type2 .top-wishlist,
.type2 .top-mini-cart{
  padding: 0;
}
*/
.header-container.type2 .header-middle .group-social li:hover i {
    color: #cda96f;
}
.header-container.type2 .header-middle .group-social li:hover .flaticon-commerce {
    color: #cda96f;
}
.header-container.type2 .header-middle .group-social .top-wishlist {
    margin-left: -12px;
    margin-right: 7px;
}
.header-container.type2 .header-middle .group-social .top-mini-cart {
    margin-left: 5px;
}
.header-container.type2 .header-middle .group-social .top-mini-cart .cart-dd {
    right: 0;
}
.header-container.type2 .main-menu .nav {
    margin-left: -9px;
}
.header-container.type2 .main-menu .nav .menu-item a {
    padding: 30px 21px 29px 20px;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .main-menu .nav .menu-item:hover > a {
    background-color: #cda96f;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .main-menu .nav .menu-item:last-child > a {
    color: #cda96f;
}
.header-container.type2 .main-menu .nav .menu-item:last-child:hover > a {
    color: #fff;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .mega-menu {
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
    display: none;
    padding: 23px 0 47px 0;
}
.header-container.type2 .mega-menu .title-menu {
    padding-left: 29px;
}
.header-container.type2 .mega-menu .title-menu h2 {
    margin-top: 17px;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}
.header-container.type2 .mega-menu .links-mega {
    padding-left: 59px;
}
.header-container.type2 .mega-menu .links-mega .item__menu {
    padding-left: 30px;
}
.header-container.type2 .mega-menu .links-mega .item__menu a {
    text-decoration: none;
    padding: 0;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item {
    margin-bottom: 13px;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item li {
    margin-bottom: 10px;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item li:hover a {
    color: #cda96f;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .list-item a {
    color: #8a8a8a;
    font-size: 12px;
    letter-spacing: 1.4px;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title {
    border-bottom: 1px #8a8a8a solid;
    padding-bottom: 8px;
    margin-bottom: 7px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title a {
    color: #000;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title:hover {
    border-bottom: 1px #cda96f solid;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .border__title:hover a {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #cda96f;
}
.header-container.type2 .mega-menu .links-mega .item__menu .add.item {
    color: #000;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type2 .mega-menu .links-mega .item__menu .add.item:hover {
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #cda96f;
}
@media (min-width: 1200px) {
    .header-container.type2.fix-width .col-lg-8 {
        width: 67%;
    }
    .header-container.type2.fix-width .col-lg-3 {
        width: 23.1%;
        padding-left: 0;
    }
    .header-container.type2.fix-width .col-lg-1 {
        width: 9.9%;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-container.type2 .logo {
        padding: 9px 0;
    }
    .header-container.type2 .logo .group-account {
        padding: 11px 0px;
    }
}
@media (max-width: 991px) {
    .header-container.type2 .group-account {
        padding: 11px 0px;
    }
    .header-container.type2 .header-middle,
    .header-container.type4 .header-middle {
        height: 58px;
    }
    .header-container.type2 .header-middle .box__item {
        margin-top: 0px;
    }
    .header-container.type2 .box__middle,
    .header-container.type4 .box__middle {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .header-container.type2 .logo-mobile,
    .header-container.type4 .logo-mobile {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 33.3%;
        text-align: center;
    }
    .header-container.type2 .logo-mobile .logo,
    .header-container.type4 .logo-mobile .logo {
        text-align: center;
    }
    .header-container.type2 .mobile-menu,
    .header-container.type4 .mobile-menu {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 33.3%;
    }
    .header-container.type2 .box__item,
    .header-container.type4 .box__item {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 33.3%;
    }
    .header-container.type4 .header-middle .box__middle {
        margin-top: -10px!important;
    }
    .header-container.type4 .header-middle {
        height: 58px!important;
    }
    .header-container.type2 .header-middle .group-social,
    .header-container.type4 .header-middle .group-social {
        float: right!important;
    }
    .type4 .group-social,
    .type4 .group-account,
    .type2 .group-social,
    .type2 .group-account {
        margin-top: 5px;
    }
    .header-container.type2 .header-middle .group-social li {
      padding: 0 7.7px;
    }
    .header-container.type1 .mean-container a.meanmenu-reveal span{
        height: 5px;
        margin-top: 5px;
    }
    .header-container.type1 .mean-container a.meanmenu-reveal {
        width: 30px;
    }
    .header-container.type1 .mean-container .mean-bar{
        padding: 0;
    }   
    .header-container.type1 .header-middle .mobile-menu{
        margin-top: 0
    }
    .header-container.type1 .group-social li a .flaticon:before{

        font-size: 32px;
    }
    .header-container.type1 .box__item ul.group-social{
        margin-top: 11px;
    }
  
}
@media (max-width: 420px) {
    .header-container.type2 .logo-mobile {
        width: 40%;
    }
    .header-container.type2 .mobile-menu {
        width: 20%;
        padding: 0;
    }
    .header-container.type2 .box__item {
        width: 40%;
        padding: 0;
    }
}
.header-container.header3 .group-account .top-account a {
    color: #000;
}
.header-container.header3 .group-account .top-account a:hover {
    color: #cda96f;
}
.header-container.header3 .header-middle .group-account {
    padding: 22px 0px;
}
.header-container.header3 .header-middle .box__logo {
    padding: 6px;
}
.header-container.header3 .header-middle .box__item .flaticon-list-menu {
    padding: 23px 0;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .header3 {
        position: relative;
        width: 100%;
    }
    .header_offset{
      height: 0;
    }
}
.header-container.type4 {
    z-index: 100;
    background-color: transparent;
}
.header-container.type4 .header-middle {
    height: 79px;
}
.header-container.type4 a {
    color: #000;
}
.header-container.type4 .group-account {
    color: #000;
    padding: 23px 0px;
    float: right;
}
.header-container.type4 .group-account .top-account {
    margin-left: -1px;
}
.header-container.type4 .group-account .top-account a {
    color: #000;
}
.header-container.type4 .group-account .top-account a:hover,
.header-container.type4 .group-account .top-account a:active {
    color: #cda96f;
}
.header-container.type4 .logo {
    padding: 20px 0;
}
.header-container.type4 .header-middle .group-social {
    /*margin: 0; */
    
    float: left;
    padding-left: 9px;
}
.header-container.type4 .header-middle .group-social li {
    padding: 21px 6.7px;
}
.header-container.type4 .header-middle .group-social li:hover i {
    color: #cda96f;
}
.header-container.type4 .header-middle .group-social li:hover .flaticon-commerce {
    color: #cda96f;
}
.header-container.type4 .header-middle .group-social .top-wishlist {
    margin-left: -12px;
    margin-right: 7px;
}
.header-container.type4 .header-middle .group-social .top-mini-cart {
    margin-left: 5px;
}
.header-container.type4 .header-middle .group-social .top-mini-cart .cart-dd {
    right: 0;
}
.header-container.type4 .main-menu .nav {
    margin-left: -9px;
}
.header-container.type4 .main-menu .nav .menu-item a {
    padding: 30px 21px 29px 20px;
    color: #000;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type4 .main-menu .nav .menu-item:hover > a {
    background-color: #cda96f;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type4 .main-menu .nav .menu-item:last-child > a {
    color: #cda96f;
}
.header-container.type4 .main-menu .nav .menu-item:last-child:hover > a {
    color: #000;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type4 .mega-menu {
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 0;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 1px rgba(181, 181, 181, 0.3);
    display: none;
    padding: 23px 0 47px 0;
}
.header-container.type4 .mega-menu .title-menu {
    padding-left: 29px;
}
.header-container.type4 .mega-menu .title-menu h2 {
    margin-top: 17px;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}
.header-container.type4 .mega-menu .links-mega {
    padding-left: 59px;
}
.header-container.type4 .mega-menu .links-mega .item__menu {
    padding-left: 30px;
}
.header-container.type4 .mega-menu .links-mega .item__menu a {
    text-decoration: none;
    padding: 0;
}
.header-container.type4 .mega-menu .links-mega .item__menu .list-item {
    margin-bottom: 13px;
}
.header-container.type4 .mega-menu .links-mega .item__menu .list-item li {
    margin-bottom: 10px;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .list-item li:hover a {
    color: #cda96f;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .list-item a {
    color: #8a8a8a;
    font-size: 12px;
    letter-spacing: 1.4px;
}
.header-container.type4 .mega-menu .links-mega .item__menu .border__title {
    border-bottom: 1px #8a8a8a solid;
    padding-bottom: 8px;
    margin-bottom: 7px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .border__title a {
    color: #000;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .border__title:hover {
    border-bottom: 1px #cda96f solid;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .border__title:hover a {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #cda96f;
}
.header-container.type4 .mega-menu .links-mega .item__menu .add.item {
    color: #000;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-container.type4 .mega-menu .links-mega .item__menu .add.item:hover {
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #cda96f;
}
@media (min-width: 1200px) {
    .type4 .col-lg-8 {
        width: 67%;
    }
    .type4 .col-lg-3 {
        width: 23.1%;
        padding-left: 0;
    }
    .type4 .col-lg-1 {
        width: 9.9%;
        padding-right: 0;
    }
}
.product-category span.onsale {
    width: 55px;
    height: 55px;
    display: block;
    color: #fff;
    background-color: #000000;
    left: -5px;
    top: -10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    position: absolute;
    right: 217.75px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
}
.woocommerce .product-category span.price del span.woocommerce-Price-amount,
.product-category span.price ins span.woocommerce-Price-amount,
.product-category h3:hover {
    color: #cda96f;
}
.woocommerce .product-category h3 {
    font-size: 15px!important;
    font-weight: bold;
}
.woocommerce .woocommerce-ordering select.orderby {
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #cda96f;
    padding: 8px 12px 8px 12px;
    margin: 0 5px 9px 0;
    writing-mode: horizontal-tb;
    visibility: visible;
}
.woocommerce .woocommerce-ordering select.orderby option {
    color: #000;
}
.product-categories {
    margin-top: 67px;
}
.product-categories .product-categories__left .item-cat {
    overflow: hidden;
}
.product-categories .product-categories__left .item-cat .item-cat--img img,
.product-categories .product-categories__left .item-cat .item-cat--title,
.product-categories .product-categories__left .item-cat .item-cat--title a,
.product-categories .product-categories__right .item-cat .item-cat--title,
.product-categories .product-categories__right .item-cat .item-cat--title a,
.product-categories .item-cat:hover .item-cat--img img,
.product-categories .item-cat:hover .item-cat--title a {
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.product-categories .product-categories__left .item-cat .item-cat--img img {
    width: 100%;
    transform: scale(1);
}
.product-categories .product-categories__left .item-cat .item-cat--title {} .product-categories .product-categories__left .item-cat .item-cat--title a {
    text-decoration: none;
    color: #fff;
    font-family: "PT Serif", serif;
}
.product-categories .product-categories__right .item-cat {
    margin-bottom: 30px;
}
.product-categories .product-categories__right .item-cat .item-cat--img {
    max-width: 100%;
}
.product-categories .product-categories__right .item-cat .item-cat--img img {
    width: 100%;
}
.product-categories .product-categories__right .item-cat .item-cat--title {} .product-categories .product-categories__right .item-cat .item-cat--title a {
    text-decoration: none;
    color: #fff;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
}
.product-categories .item-cat:hover .item-cat--img {
    overflow: hidden;
}
.product-categories .item-cat:hover .item-cat--img img {
    width: 100%;
    transform: scale(1.1);
}
.product-categories .item-cat:hover .item-cat--title {
    top: 0;
    transform: translateY(0);
}
.product-categories .item-cat:hover .item-cat--title a {
    color: #cda96f;
}
@media (min-width: 1200px) {
    .product-categories .col-lg-5 {
        width: 38%;
        padding-right: 0;
    }
    .product-categories .col-lg-7 {
        width: 59%;
        padding-left: 0;
        float: right;
    }
}
@media (max-width: 992px) {
    .product-categories__left {
        margin-bottom: 30px;
    }
}
/* # Star Picks */

.star-picks {
    margin-top: 67px;
    padding-bottom: 40px;
}
.star-picks .star-picks__box {
    overflow: hidden;
}
.star-picks .star-picks__title {
    left: inherit;
    right: 60px;
    margin-top: 10px;
}
.star-picks .star-picks__box-text {
    max-width: 75px;
}
.star-picks .star-picks__box-text span {
    display: block;
    text-transform: capitalize;
    color: #505050;
    line-height: 1.1;
}
.star-picks .star-picks__box-text span > span {
    margin-left: -28px;
}
.star-picks .star-picks__content > .star-picks-slider {
    margin-top: -30px;
    margin-left: 0px;
    margin-bottom: 10px;
    list-style: none;
}
.star-picks-slider ul {
    list-style: none;
}
.star-picks .star-picks__content > .star-picks-slider .owl-item .item > ul {
    display: inline-block;
    width: 100%;
    padding-right: 8px;
    margin-left: 0px;
}
.star-picks .star-picks__content > .star-picks-slider .owl-stage-outer {
    padding-top: 30px;
}
.star-picks .star-picks__content > .star-picks-slider .owl-stage-outer .owl-item {
    margin-bottom: 12px;
}
.star-picks .star-picks__content .owl-carousel .owl-item {
    padding-right: 30px;
}
.star-picks .star-picks__content .item--box {
    position: relative;
    margin-bottom: 45px;
}
.star-picks .star-picks__content .item--box::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.star-picks .star-picks__content .item--box:hover {
    box-shadow: 0px 7px 27px 3px #ccc;
}
.star-picks .star-picks__content .item--box:hover .item-box1 {
    border-color: transparent;
}
.star-picks .star-picks__content .item--box:hover .box-content {
    background-color: #fff;
    left: 0px;
    right: 0px;
    box-shadow: 0 -1px 0 1px #fff;
}
.star-picks .star-picks__content .item--box:hover .box-content .add-cart {
    padding-top: 22px;
    height: 100%;
    overflow: visible;
}
.star-picks .star-picks__content .item--box:hover .box-content .add-cart button {
    width: 100%;
    font-size: 15px;
}
.star-picks .star-picks__content .item-box1 {
    position: absolute;
    top: 0;
    width: 100%;
    border: 1px solid #bcbcbc;
    height: 100%;
}
.star-picks .star-picks__content .box-img {
    width: 100%;
    position: absolute;
}
.star-picks .star-picks__content .box-content {
    position: absolute;
    top: 77%;
    z-index: 10;
    left: 0px;
    right: 0px;
}
.star-picks .star-picks__content .box-content .title-product-star {
    color: #505050;
    background-color: #fff;
}
.star-picks .star-picks__content .box-content .title-product-star h6 {
    margin: 0;
    text-transform: none;
}
.star-picks .star-picks__content .box-content .title-product-star a {
    color: #505050;
    text-decoration: none;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-family: "PT Serif", serif;
    font-size: 12px;
}
.star-picks .star-picks__content .box-content .title-product-star a:hover {
    color: #cda96f;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.star-picks .star-picks__content .box-content .add-cart {
    overflow: hidden;
    height: 0;
    width: 102%;
    margin-left: -1%;
}
.star-picks .star-picks__content .box-content .add-cart button {
    color: #fff;
    border: none;
    background-color: #000;
    text-decoration: none;
    padding: 14px 0;
    display: block;
    padding-top: 15px;
    font-family: "Elsie";
    font-weight: normal;
    font-size: 15px;
    width: 100%;
}
.star-picks .star-picks__content .box-content .add-cart button:hover {
    background-color: #cda96f;
}
.star-picks .star-picks__content .img-left {
    left: -20px;
}
.star-picks .star-picks__content .img-right {
    right: -20px;
}
.star-picks .star-picks__content .img-top {
    top: -25px;
}
.star-picks .star-picks__content .img-bottom {
    bottom: -30px;
}
.star-picks .item ul li {
    padding-left: 17.5px;
    padding-right: 17.5px;
}
.star-picks .owl-carousel .owl-stage-outer {
    z-index: 1;
}
.star-picks .owl-nav {
    display: none;
}
.star-picks .owl-dots {
    position: absolute;
    right: 22px;
    bottom: -15px;
    z-index: 0;
}
.star-picks .owl-dots .owl-dot {
    float: left;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-color: #c2c2c2;
}
.star-picks .owl-dots .owl-dot.active {
    background-color: #000;
}
@media (max-width: 767px) {
    .star-picks {
        margin-top: 10px;
    }
    .star-picks .item--box {
        margin-top: 45px;
    }
    .star-picks .star-picks__content .item--box .item-box1 {
        border-color: transparent;
    }
    .star-picks .star-picks__content .item--box .box-content {
        background-color: #fff;
        left: 0px;
        right: 0px;
    }
    .star-picks .star-picks__content .item--box .box-content .add-cart {
        margin-top: 15px;
        padding-top: 0px;
        height: 100%;
        overflow: visible;
        width: 100%;
        margin-left: 0;
    }
    .star-picks .star-picks__content .item--box .box-content .add-cart button {
        width: 100%;
        font-size: 15px;
    }
    .block-stats .item-features {
        margin: 35px 0;
    }
    .features .item-features:first-child {
        margin-top: 40px;
    }
    .limited-time-offer .limited-time-offer__time {
        margin-top: 10px!important;
    }
}
.best-seller {
    margin-top: 42px;
}
.best-seller .label-seller {
    right: auto;
    background-color: #000;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    text-align: center;
    padding: 13px 10px 0;
    left: -5px;
    top: -10px;
}
.best-seller span.woocommerce-Price-amount {
    font-size: 17px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    line-height: 15px;
}
.newest-items span.woocommerce-Price-amount {
    font-size: 17px;
    font-family: "PT Serif", serif;
    font-weight: normal;
    line-height: 15px;
}
.container-slider {
    margin-right: auto;
    margin-left: auto;
}
.container-slider .product-slider .owl-stage-outer {
    overflow: inherit;
}
@media (max-width: 768px) {
    .container-slider {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container-slider {
        width: 750px;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 992px) {
    .container-slider {
        width: 970px;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 1200px) {
    .container-slider {
        width: 1214px;
        overflow: hidden;
        padding-left: 25px;
    }
    .container-slider .product-slider {
        width: 1164px;
    }
}
.newest-items h4 {
    margin: 10px 0;
    font-family: "PT Serif", serif;
}
.best-seller h4 {
    margin: 10px 0;
    font-family: "PT Serif", serif;
}
.product-slider {
    margin-top: -3px;
}
.product-slider ul {
    margin: 0 0 10px 0;
}
.product-slider .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-slider .list-product {
    list-style: none;
}
.product-slider .list-product .item {} .product-slider .list-product .item .img__product {
    margin-bottom: 40px;
}
.product-slider .list-product .item .cart-item-info {
    overflow: hidden;
    bottom: 0;
    left: 20px;
    right: 18px;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-slider .list-product .item .cart-item-info .title-content {
    padding: 17px 0 23px 0;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.product-slider .list-product .item .cart-item-info .title-content > a {
    display: inline-block;
    width: 100%;
    padding: 4px 20px 2px 20px;
    text-decoration: none;
    color: #505050;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "PT Serif", serif;
}
.product-slider .list-product .item .cart-item-info .title-content > a:hover {
    color: #cda96f;
}
.product-slider .list-product .item .cart-item-info .title-content > span {
    color: #505050;
}
.product-slider .list-product .item .cart-item-info .add-cart-item {
    position: relative;
    width: 100%;
}
.product-slider .list-product .item .cart-item-info .add-cart-item button {
    position: absolute;
    background-color: #000;
    padding: 10px 32px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    bottom: -100px;
    border: none;
}
.product-slider .list-product .item .cart-item-info .add-cart-item button:hover {
    background-color: #cda96f;
}
.product-slider .list-product .item .cart-item-info .ratings .rating-box .rating {
    background-image: url("images/rating.png");
    background-size: cover;
    width: 114px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.product-slider .list-product .item:hover {
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.53);
    margin: 0;
    height: 100%;
}
.product-slider .list-product .item:hover .cart-item-info {
    border: none;
    left: 0px;
    right: 0px;
}
.product-slider .list-product .item:hover .cart-item-info .title-content > a {
    padding: 10px 0 5px 0;
}
.product-slider .list-product .item:hover .cart-item-info .title-content .add-cart-item {
    margin-top: 60px;
}
.product-slider .list-product .item:hover .cart-item-info .title-content .add-cart-item button {
    position: absolute;
    left: 60px;
    bottom: 8px;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.product-slider .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    left: -23px;
    right: auto;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
    background-color: #fff;
    margin-top: -17px;
}
.product-slider .owl-controls .owl-nav .owl-prev:hover {
    background-color: #cda96f;
}
.product-slider .owl-controls .owl-nav .owl-prev:hover i:before {
    color: #fff;
}
.product-slider .owl-controls .owl-nav .owl-next {
    display: inline-block;
    right: -23px;
    left: auto;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
    background-color: #fff;
    margin-top: -17px;
}
.product-slider .owl-controls .owl-nav .owl-next:hover {
    background-color: #cda96f;
}
.product-slider .owl-controls .owl-nav .owl-next:hover i:before {
    color: #fff;
}
.product-slider .owl-controls .owl-nav i {
    display: table-cell;
    vertical-align: middle;
    color: #c6c6c6;
    font-size: 22px;
}
@-moz-document url-prefix() {
    .product-slider .item:hover {
        box-shadow: 0 29px 22px -2px rgba(0, 0, 0, 0.53);
    }
}
@media (max-width: 1200px) {
    .product-slider .owl-controls {
        display: none;
    }
}
@media (max-width: 992px) {
    .product-slider .item:hover .cart-item-info .title-content .add-cart-item button {
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .product-slider .item {
        margin: 0;
        height: 100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .product-slider .item .cart-item-info {
        border: none;
        left: 0px;
        right: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .product-slider .item .cart-item-info .title-content > a {
        padding: 10px 0 5px 0;
    }
    .product-slider .item .cart-item-info .title-content .add-cart-item {
        margin-top: 60px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .product-slider .item .cart-item-info .title-content .add-cart-item button {
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        position: absolute;
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
        bottom: 8px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .link-add {
        left: 50%;
        -webkit-transform: translateX(0);
    }
    ::i-block-chrome,
    .container-slider {
        padding-left: 33px;
    }
    ::i-block-chrome,
    .owl-next {
        right: -15px;
    }
}
.banner-img {
    background-color: #f8f8f8;
    margin-top: 68px;
}
.banner-img .banner-content {
    padding-top: 95px;
    padding-bottom: 95px;
    margin-right: -7px;
    margin-left: 4px;
}
.banner-img .banner-content h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 1px;
    margin-top: -15px;
    font-size: 20px;
}
.banner-img .banner-content h2 {
    letter-spacing: 1px;
    margin: 3px 0 19px -2px;
    border-bottom: 2px #505050 solid;
    padding-bottom: 15px;
    font-size: 20px;
}
.banner-img .banner-content p {
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
}
.banner-img .banner-content a {
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
}
/* # Slider Banner */

.home-slider.type1 .slider-banner {
    /* slider style 1 */
    /* slider style 2 */
    /* slider style 4 */
}
.home-slider.type1 .slider-banner .slide-type-1 {
    background-color: #eee;
}
.home-slider.type1 .slider-banner .slide-type-1 .content-block {
    margin-left: -21px;
}
.home-slider.type1 .slider-banner .slide-type-1 h1 {
    margin: 0;
    letter-spacing: 5.6px;
    color: #000;
    line-height: 100%;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 42px;
    margin: -10px 0 5px 42px;
    font-size: 75px;
}
.home-slider.type1 .slider-banner .slide-type-1 span {
    margin-top: -18px;
    display: inline-block;
    letter-spacing: 5.6px;
    color: #000;
    margin-left: 20px;
    line-height: 107px;
}
.home-slider.type1 .slider-banner .slide-type-1 p {
    color: #505050;
    margin-top: -6px;
    letter-spacing: 0.6px;
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 450px;
}
.home-slider.type1 .slider-banner .slide-type-1 a {
    text-decoration: none;
    display: inline-block;
    margin-top: 23px;
    letter-spacing: 2px;
    margin-left: 132px;
    padding: 10px 40px;
    font-size: 15px;
}
.home-slider.type1 .slider-banner .slide-type-1 .layout-slide {
    padding-top: 30px;
}
.home-slider.type1 .slider-banner .slide-type-1 .owl-item {
    overflow: hidden;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -9px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(1)::before {
    content: '01';
    font-family: 'Elsie';
    color: #505050;
    font-size: 19px;
    opacity: 0;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(2)::before {
    content: '02';
    font-family: 'Elsie';
    color: #505050;
    font-size: 19px;
    opacity: 0;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot:nth-child(3)::before {
    content: '03';
    font-family: 'Elsie';
    color: #505050;
    font-size: 17px;
    opacity: 0;
}
.home-slider.type1 .slider-banner .owl-controls .owl-dots .owl-dot.active::before {
    opacity: 1;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev {
    position: absolute;
    display: inline-block;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev i {
    position: relative;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev i:before {
    color: #979797;
}
.home-slider.type1 .slider-banner .owl-controls .owl-prev:hover i:before {
    color: #505050;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next {
    position: absolute;
    display: inline-block;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 42px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i {
    position: relative;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i:before {
    color: #979797;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next i:after {
    left: -35px;
    position: absolute;
    content: '/03';
    font-family: 'Elsie';
    color: #979797;
    font-size: 19px;
}
.home-slider.type1 .slider-banner .owl-controls .owl-next:hover i:before {
    color: #505050;
}
.home-slider .slider-banner .slide-type-3 h1 {
    margin-top: 0px;
    font-size: 58px;
    color: #000;
}
.home-slider .slider-banner .slide-type-3 a {
    font-size: 15px;
    padding: 17px 49px;
}
.home-slider.type1 .slider-banner .slide-type-3 h1 {
    letter-spacing: 4.6px;
    margin: 0;
    margin-bottom: 32px;
    color: #000;
    font-size: 58px;
}
.home-slider.type1 .slider-banner .slide-type-3 a {
    text-decoration: none;
    padding: 17px 49px;
    letter-spacing: 1.7px;
    display: inline-block;
    font-size: 15px;
}
.home-slider.type1 .slider-banner .slide-type-2 {
    background-color: #eee;
}
.home-slider.type1 .slider-banner .slide-type-2 .content-block {
    margin-left: -21px;
}
.home-slider.type1 .slider-banner .slide-type-2 h1 {
    letter-spacing: 5.6px;
    color: #000;
    line-height: 100%;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 75px;
    font-weight: bold;
}
.home-slider.type1 .slider-banner .slide-type-2 span {
    margin-top: -22px;
    margin-left: -3px;
    display: inline-block;
    letter-spacing: 5.6px;
    color: #000;
    max-width: 500px;
    font-weight: normal;
    line-height: 107px;
}
.home-slider.type1 .slider-banner .slide-type-2 p {
    color: #505050;
    margin-top: -6px;
    letter-spacing: 0.6px;
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 450px;
}
.home-slider.type1 .slider-banner .slide-type-2 a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 12px 47px;
    display: inline-block;
    margin-top: 28px;
    margin-left: 3px;
    letter-spacing: 2px;
    padding: 10px 40px;
    font-size: 15px;
}
.home-slider.type1 .slider-banner .slide-type-2 .layout-slide {
    padding-top: 30px;
}
.home-slider.type1 .slider-banner .slide-type-2 .owl-item {
    overflow: hidden;
}
.home-slider.type2 .slide-type-4 .owl-caption {
    margin-top: 54px;
    margin-left: 13px;
}
.home-slider.type2 .slide-type-4 h1 {
    color: #000;
    margin: 0;
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 55px;
}
.home-slider.type2 .slide-type-4 a {
    text-decoration: none;
    display: inline-block;
    margin-top: 34px;
    letter-spacing: 2px;
    padding: 15px 47px;
    margin-left: -11px;
    font-size: 15px;
}
.home-slider.type2 .owl-controls .owl-prev {
    position: absolute;
    display: inline-block;
    bottom: unset;
    left: 0;
    right: unset;
    margin-top: 40px;
}
.home-slider.type2 .owl-controls .owl-prev i {
    position: relative;
}
.home-slider.type2 .owl-controls .owl-prev i:before {
    color: #c2c2c2;
    font-size: 40px;
}
.home-slider.type2 .owl-controls .owl-prev:hover i:before {
    color: #505050;
}
.home-slider.type2 .owl-controls .owl-next {
    position: absolute;
    display: inline-block;
    bottom: unset;
    right: 0;
    left: unset;
    margin-top: 40px;
}
.home-slider.type2 .owl-controls .owl-next i {
    position: relative;
}
.home-slider.type2 .owl-controls .owl-next i:before {
    color: #c2c2c2;
    font-size: 40px;
}
.home-slider.type2 .owl-controls .owl-next:hover i:before {
    color: #505050;
}
@media (max-width: 992px) {
    .slide-type-2 .layout-slide {
        text-align: right;
    }
    .home-slider.type2 .owl-controls {
        display: none;
    }
    .home-slider.type2 .owl-controls .owl-prev {
        display: none;
    }
    .home-slider.type2 .owl-controls .owl-next {
        display: none;
    }
}
@media (max-width: 768px) {
    .slide-type-4 .owl-caption {
        margin: 0;
    }
}
.latest-post {
    margin-top: 40px;
}
.latest-post .main__blog {
    margin-top: 10px;
}
.latest-post .title h4 {
    font-family: "PT Serif", serif;
    font-size: 20px;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.latest-post-grid .title h4 {
    /*text-transform: uppercase; */
}
.latest-post-grid .item__blog {
    margin-bottom: 76px;
}
.latest-post .title {
    margin-bottom: 30px;
}
.item__blog .latest-img {
    overflow: hidden;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.item__blog .latest-img a img {
    transform: scale(1);
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.item__blog:hover .latest-img {
    box-shadow: 0px 0px 29px 0px #d0d0d0;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.item__blog:hover .latest-img a img {
    transform: scale(1.1);
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.latest-post .content-blog {
    display: inline-block;
    padding: 26px 30px 31px;
    margin: -28px 10px 0;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    background-color: #fff;
    z-index: 2;
}
.latest-post .content-blog a {
    text-decoration: none;
}
.latest-post .content-blog a h4 {
    color: #505050;
    margin: 0;
    margin-top: -8px;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-family: "PT Serif", serif;
    font-size: 18px;
    font-weight: bold;
}
.latest-post .content-blog a h4:hover {
    color: #cda96f;
}
.latest-post .content-blog h6 {
    display: inline-block;
    color: #505050;
    margin-top: 14px;
    margin-bottom: 10px;
    text-transform: none;
    margin-left: 2px;
    letter-spacing: 0.1px;
    font-family: "PT Serif", serif;
    font-size: 12px;
}
.latest-post .content-blog h6 a {
    color: #505050;
    cursor: pointer;
}
.latest-post .content-blog h6 a:hover {
    color: #cda96f;
}
.latest-post .content-blog p {
    margin-top: 9px;
    margin-left: 1px;
    letter-spacing: 0.44px;
    font-size: 11px;
    font-family: "Montserrat Light";
    letter-spacing: line-height: 20.9px;
}
.latest-post .content-blog .link-blog {
    display: inline-block;
    margin-top: 11px;
    line-height: 21px;
}
.latest-post .content-blog .link-blog a {
    margin-left: 1px;
    margin-right: 8px;
    color: #979797;
    border: 1px #979797 solid;
    padding: 2px 13px;
}
.latest-post .content-blog .link-blog a:hover {
    background-color: #cda96f;
    color: #fff;
    border-color: #cda96f;
}
.latest-post .content-blog .comment-blog {
    cursor: pointer;
    margin-right: -6px;
    letter-spacing: 0.7px;
    float: right;
    color: #979797;
    margin-top: 13px;
}
.latest-post .content-blog .comment-blog:hover {
    color: #cda96f;
}
@media (max-width: 992px) {
    .item__blog {
        margin-bottom: 20px;
    }
    .item__blog .latest-img a img {
        width: 100%;
    }
}
/* # Features */

.features {
    background-color: #f3f3f3;
}
.features .item-features {
    padding: 50px 60px 62px 52px;
}
.features .item-features .features__icon i:before {
    color: #cda96f;
}
.features .item-features .features__icon .flaticon-transport:before {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 60px;
}
.features .item-features .features__icon .flaticon-24-hours:before {
    font-size: 47px;
    margin-top: 9px;
    display: inline-block;
    margin-left: -3px;
    margin-bottom: 15px;
}
.features .item-features .features__icon .flaticon-shield:before {
    font-size: 52px;
    display: inline-block;
    margin-top: 5px;
    margin-left: -4px;
    margin-bottom: 12px;
}
.features .item-features .features__content h4 {
    color: #505050;
    line-height: 1.5;
    letter-spacing: 0.46px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "PT Serif", serif;
    font-size: 22px;
}
.features .item-features .features__content P {
    color: #979797;
    margin-top: 29px;
    line-height: 1.78;
    letter-spacing: 0.2px;
}
@media (max-width: 991px) {
    .features .item-features {
        padding-top: 15px;
        padding-bottom: 0;
        text-align: center;
    }
}
/* # Footer */

#footer {
    display: inline-block;
    float: left;
    width: 100%;
}
#footer .footer-container {
    border-bottom: 1px solid #e9e9e9;
}
#footer .footer-container .footer-middle .content-claritas p {
    color: #757575;
    font-family: "PT Serif";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding: 25px 0;
}
#footer .footer-container .footer-middle .newsletter-footer {
    display: inline-block;
    /*left: 20.8%;*/
    
    max-width: 702px;
    float: none;
}
#footer .footer-container .footer-middle .newsletter-footer .form-control-1 {
    float: left;
    height: 45px;
    color: #111;
    letter-spacing: 0.7px;
    margin-right: 20px;
    max-width: 457px;
    padding-left: 22px;
    width: 471px;
    border: 1px solid #ccc;
}
#footer .footer-container .footer-middle .newsletter-footer .email {
    font-size: 14px;
    height: 45px;
}
#footer .footer-container .footer-middle .social-icon {
    margin: 0;
    padding: 36px 0 24px;
}
#footer .footer-container .footer-middle .social-icon li {
    padding: 0 8px;
}
#footer .footer-container .footer-middle .social-icon li a {
    color: #9f9f9f;
    text-decoration: none;
}
#footer .footer-container .footer-middle .social-icon li a:hover {
    color: #cda96f;
}
#footer .footer-container .footer-middle .social-icon li a i::before {
    font-size: 18px;
}
#footer .footer-container .footer-middle .menu-footer {
    font-family: "PT Serif";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-top: 10px;
    margin-bottom: 34px;
}
#footer .footer-container .footer-middle .menu-footer li {
    padding: 0 19px;
}
#footer .footer-container .footer-middle .menu-footer li a {
    color: #757575;
    text-decoration: none;
}
#footer .footer-container .footer-middle .menu-footer li a:hover {
    color: #cda96f;
}
#footer .footer-container .footer-bottom {
    border-top: 1px solid #e9e9e9;
}
#footer .footer-container .footer-bottom p {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 400;
    margin: 26px 0 30px;
}
/* man hinh (767px)*/

@media screen and (max-width: 767px) {
    #footer .footer-container .footer-middle .menu-footer li {
        line-height: 3;
        margin-right: 0;
        padding: 0 12px;
    }
    #footer .footer-container .footer-middle .newsletter-footer .form-control-1 {
        float: left;
        height: 50px;
        letter-spacing: 0.7px;
        margin-bottom: 20px;
        margin-right: 20px;
        max-width: 462px;
        padding-left: 22px;
        width: 100%;
    }
    #footer .footer-container .footer-middle .content-claritas p {
        color: #757575;
        font-family: "PT Serif";
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 18px;
        padding: 25px 0;
    }
    #footer .footer-container .footer-middle .content-claritas p br {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #footer .footer-container .footer-middle .content-claritas p {
        font-size: 14px;
    }
    #footer .footer-container .footer-middle .menu-footer li {
        width: 100%;
    }
}
/* # Time Offer */

.limited-time-offer {
    margin-top: 45px;
}
.limited-time-offer .limited-time-offer__time {
    margin-top: 53px;
}
.limited-time-offer .limited-time-offer__time .time-title {
    color: #505050;
    margin-bottom: 35px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 {
    margin-top: 11px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 .text1 {
    letter-spacing: 1px;
}
.limited-time-offer .limited-time-offer__time .time-title h3 .text2 {
    display: inline-block;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-top: 8px;
}
.limited-time-offer .limited-time-offer__time .time-title span {
    font-family: 'PT Serif', serif;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell {
    display: inline-block;
    width: 92px;
    height: 116px;
    border: 2px #ccc solid;
    text-align: center;
    padding: 18px 0;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
    font-size: 35.7px;
    font-family: "PT Serif", serif;
    line-height: 51px;
    color: #505050;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: -5px;
}
.limited-time-offer .limited-time-offer__time .timer .table-cell .tab-metr {
    font-size: 20.5px;
    font-family: "PT Serif", serif;
    color: #979797;
    text-transform: capitalize;
}
.limited-time-offer .price-time-offer {
    left: unset;
    bottom: 27px;
    right: 3px;
    display: inline-block;
    width: 142px;
    height: 142px;
    text-align: center;
    background-color: #ebebeb;
    border: 5px #fff solid;
    color: #505050;
    border-radius: 100px;
    padding: 40px 0;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.47);
}
.limited-time-offer .price-time-offer .price span.woocommerce-Price-amount {
    font-weight: bold;
    font-family: "PT Serif", serif;
    font-size: 30px;
    line-height: 33px;
    color: #505050;
    display: block;
    line-height: 1.1;
}
.limited-time-offer ul.block-time-offer li:hover .price span.woocommerce-Price-amount {
    color: #fff;
}
.limited-time-offer ul.block-time-offer li:hover .un-price span.woocommerce-Price-amount {
    color: #505050;
}
.limited-time-offer .price-time-offer .un-price span.woocommerce-Price-amount {
    font-size: 20px;
    line-height: 28px;
    font-family: "PT Serif", serif;
    color: #cda96f;
    font-weight: bold;
    text-decoration: line-through;
}
.limited-time-offer .limited-time-offer__slide {
    margin-left: -30px;
    padding-left: 19px;
}
.limited-time-offer .limited-time-offer__slide .block-time-offer {
    padding-left: 0;
    list-style: none;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer {
    background-color: #cda96f;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .price {
    color: #fff;
}
.limited-time-offer .limited-time-offer__slide .owl-item:hover .price-time-offer .un-price {
    color: #505050;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    left: -14px;
    right: auto;
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
    background-color: #fff;
    margin-top: 30px;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover {
    background-color: #cda96f;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-prev:hover i:before {
    color: #fff;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next {
    display: inline-block;
    right: -52px;
    left: auto;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    text-align: center;
    display: table;
    background-color: #fff;
    margin-top: 30px;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover {
    background-color: #cda96f;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav .owl-next:hover i:before {
    color: #fff;
}
.limited-time-offer .limited-time-offer__slide .owl-controls .owl-nav i {
    display: table-cell;
    vertical-align: middle;
    color: #c6c6c6;
    font-size: 22px;
}
@media (max-width: 1200px) {
    .limited-time-offer .owl-controls {
        display: none;
    }
}
@media (max-width: 1200px) {
    .limited-time-offer .limited-time-offer__time {
        text-align: center;
    }
    .limited-time-offer .limited-time-offer__time #time {
        display: inline-block;
        margin: auto;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .limited-time-offer .limited-time-offer__time .timer .table-cell {
        width: 70px;
        height: 95px;
        margin-right: 15px;
    }
    .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
        font-size: 26px;
    }
    .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-metr {
        font-size: 16px;
    }
}
@media (max-width: 380px) {
    .limited-time-offer .limited-time-offer__time .timer .table-cell {
        margin: 5px;
        width: 60px;
        height: 85px;
    }
    .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
        font-size: 24px;
    }
}
/* # Stats */

.klambi-stats {
    background-color: #e6e6e6;
    margin-top: 78px;
}
.klambi-stats .block-stats {
    padding: 38px 0 55px 0;
}
.klambi-stats .block-stats .item-features {
    color: #505050;
    letter-spacing: 0.5px;
}
.klambi-stats .block-stats .item-features h1 {
    margin-top: 25px;
    margin-bottom: 8px;
    font-family: "PT Serif", serif;
    font-size: 38px;
}
.klambi-stats .block-stats .item-features p {
    font-family: "PT Serif", serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 31.4286px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .klambi-stats .item-features h1 {
        font-size: 30px;
    }
}
/* # Blog Pages */

.page-blog,
.page-blog-sidebar {
    padding: 55px 0 55px 0;
}
.page-blog .main__blog,
.page-blog-sidebar .main__blog {
    margin-top: 25px;
    padding: 0;
}
.page-blog .main__blog .item__blog,
.page-blog-sidebar .main__blog .item__blog {
    margin-bottom: 76px;
}
.page-blog .btn-load a,
.page-blog-sidebar .btn-load a {
    text-decoration: none;
    border: 1px #cda96f solid;
    color: #cda96f;
    display: inline-block;
    padding: 20px 102px;
}
/* ## Sidebar Blog */

.sidebar-search-form {
    position: relative;
    height: 65px;
    max-width: 100%;
    margin-bottom: 30px;
}
.sidebar-search-form .form-control {
    padding-left: 70px;
    padding-top: 5px;
    border: 1px solid RGBA(100, 100, 100, 0.74);
}
.sidebar-search-form input {
    font-size: 16px;
    font-weight: 100;
    font-family: 'Montserrat Light';
    color: #979797;
    height: 58px;
    letter-spacing: 0.5px;
}
.sidebar-search-form .flaticon-search:before {
    color: #646464;
}
.sidebar-search-form .btn-search {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    left: 20px;
    position: absolute;
    top: 11px;
    font-size: 24px;
}
.sidebar-search-form .fa {
    font-size: 20px;
    font-weight: lighter;
}
@media (max-width: 768px) {
    .page-blog .main__blog .item__blog,
    .page-blog-sidebar .main__blog .item__blog {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item__blog:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .item__blog:nth-child(2n+1) {
        clear: both;
    }
}
.page-blog-sidebar .main__blog {
    margin-top: 0px;
}
.sidebar-blog.sidebar .sidebar__categories .list-categories li {
    margin-bottom: 20px;
}
.sidebar-blog.sidebar .sidebar__categories .list-categories a {
    text-decoration: none;
    color: #000;
}
.sidebar-blog.sidebar .sidebar__categories .list-categories a:hover,
.sidebar-blog.sidebar .sidebar__categories .list-categories a:active,
.sidebar-blog.sidebar .sidebar__categories .list-categories a:focus {
    color: #cda96f;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item {
    display: inline-block;
    margin-bottom: 17px;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item a {
    float: left;
    display: inline-block;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post {
    padding-left: 25px;
    max-width: 63%;
    float: left;
    display: inline-block;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a {
    color: #505050;
    text-decoration: none;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post a:hover {
    color: #cda96f;
    cursor: pointer;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post h6 {
    display: inline-block;
    color: #505050;
    margin-top: 14px;
    letter-spacing: 0.1px;
}
.sidebar-blog.sidebar .sidebar__post .list-post .item .content-post h6 a {
    float: none;
}
.sidebar-blog.sidebar .list-archives li {
    margin-bottom: 20px;
}
.sidebar-blog.sidebar .list-archives a {
    text-decoration: none;
    color: #000;
}
.sidebar-blog.sidebar .list-archives a:hover,
.sidebar-blog.sidebar .list-archives a:active,
.sidebar-blog.sidebar .list-archives a:focus {
    color: #cda96f;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item {
    display: inline-block;
    margin-bottom: 17px;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item a {
    float: left;
    display: inline-block;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent {
    padding: 8px 0;
    padding-left: 25px;
    max-width: 70%;
    float: left;
    display: inline-block;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent p {
    color: #929292;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link {
    color: #505050;
    text-decoration: none;
}
.sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent .mark-link:hover {
    color: #cda96f;
    cursor: pointer;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags {
    color: #979797;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags span {
    border: 1px #979797 solid;
    padding: 8px 20px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.sidebar-blog.sidebar .sidebar__tags .content-tags span:hover {
    border: 1px #cda96f solid;
    background-color: #cda96f;
    color: #fff;
}
@media (min-width: 992px) {
    .blog-single-sidebar .layout-blog-single .content-blog-single {
        margin-right: 10px;
        margin-top: -57px;
        margin-left: 10px;
    }
}
.sidebar .block_sidebar {
    border-top: 1px #636363 solid;
}
.sidebar .block_sidebar .panel-group .panel {
    border-radius: unset;
    border: none;
    box-shadow: none;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading {
    background: unset;
    padding: 30px 28px;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .panel-title a {
    text-decoration: none;
    color: #000;
    display: block;
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .panel-title a:before {
    float: right;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.sidebar .block_sidebar .panel-group .panel .panel-heading .collapse-close a:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.sidebar .block_sidebar .panel-group .panel .collapse .panel-body {
    border: none;
    padding: 15px 28px;
}
.sidebar .block_sidebar .panel-body {
    border: none;
    padding: 15px 28px;
}
@media (max-width: 767px) {
    .search-sidebar .btn-search {
        left: 20px;
        padding: 0;
    }
}
/* ## Single Blog Page */

.page-blog-single {
    padding: 51px 0 60px 0;
}
.page-blog-single .img-full {
    width: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single {
    margin-right: 38px;
    margin-top: -57px;
    margin-left: 30px;
    background: #fff;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 36px 35px;
    padding-right: 40px;
    padding-bottom: 48px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content {
    text-decoration: none;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content h4 {
    letter-spacing: 0.4px;
    margin-top: 0;
    margin-bottom: 43px;
    color: #505050;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .title-content:hover h4 {
    color: #cda96f;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content {
    color: #646464;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote {
    color: #cda96f;
    margin: 48px 140px 60px 103px;
    position: relative;
    letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote:before {
    content: '\201C';
    font-size: 75px;
    position: absolute;
    left: -51px;
    top: -8px;
    line-height: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .quote:after {
    content: '\201C';
    font-size: 75px;
    position: absolute;
    right: -23px;
    top: 37px;
    line-height: 100%;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text {
    margin: 47px 125px 53px 66px;
    padding: 0;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text li {
    padding-left: 40px;
    position: relative;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .text-content .list-text li:before {
    content: '';
    color: #cda96f;
    line-height: 0;
    position: absolute;
    left: 1px;
    top: 5px;
    background-color: #cda96f;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 30px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share {
    margin-top: 47px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share h6 {
    letter-spacing: 0.3px;
    margin-bottom: 22px;
    color: #646464;
    display: block;
    margin-bottom: 20px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share a {
    text-decoration: none;
    -moz-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    overflow: hidden;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share a:hover {
    -moz-transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo {
    position: relative;
    padding: 10px 22px 10px 44px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: #4867aa;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo:before {
    font-size: 22px;
    position: absolute;
    left: 10px;
    top: 3px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-facebook-logo::after {
    content: 'Share to Facebook';
    font-family: 'Montserrat Light';
    font-size: 11px;
    letter-spacing: 0.4px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter {
    border-radius: 30px;
    padding: 10px 19px 10px 26px;
    position: relative;
    text-decoration: none;
    color: #fff;
    background: #00aced;
    margin-left: 12px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter:hover {
    padding-right: 130px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter:before {
    font-size: 22px;
    position: absolute;
    left: 12px;
    top: 2px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-twitter::after {
    content: 'Share to Twter';
    font-family: 'Montserrat Light';
    font-size: 11px;
    letter-spacing: 0.4px;
    position: absolute;
    width: 100px;
    top: 9px;
    left: 45px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button {
    position: relative;
    padding: 10px 15px 10px 31px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: #ba2222;
    margin-left: 14px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button:hover {
    padding-right: 130px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button:before {
    font-size: 22px;
    position: absolute;
    left: 11px;
    top: 2px;
}
.page-blog-single .layout-blog-single .content-blog-single .box-content1 .link-share .flaticon-google-plus-logo-button::after {
    content: 'Share to Google';
    font-family: 'Montserrat Light';
    font-size: 11px;
    letter-spacing: 0.4px;
    position: absolute;
    width: 101px;
    top: 9px;
    left: 45px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 23px 41px;
    margin: 30px 0;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .img-author {
    display: inline-block;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a {
    display: block;
    text-decoration: none;
    color: #646464;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a:last-child {
    color: #979797;
}
.page-blog-single .layout-blog-single .content-blog-single .author-info .link-author a:hover {
    color: #cda96f;
}
.page-blog-single .layout-blog-single .blog-info h6 {
    display: inline-block;
    color: #505050;
    margin-top: 14px;
    margin-left: 2px;
    letter-spacing: 0.1px;
}
.page-blog-single .layout-blog-single .blog-info h6 a {
    color: #505050;
    cursor: pointer;
    text-decoration: none;
}
.page-blog-single .layout-blog-single .blog-info h6 a:hover {
    color: #cda96f;
}
.page-blog-single .layout-blog-single .blog-info .link-blog {
    display: inline-block;
    margin-top: 8px;
}
.page-blog-single .layout-blog-single .blog-info .link-blog a {
    margin-left: 1px;
    margin-right: 8px;
    color: #979797;
    border: 1px #979797 solid;
    padding: 2px 13px;
    text-decoration: none;
}
.page-blog-single .layout-blog-single .blog-info .link-blog a:hover {
    background-color: #cda96f;
    color: #fff;
    border-color: #cda96f;
}
.page-blog-single .layout-blog-single .blog-info > a {
    text-decoration: none;
    cursor: pointer;
    margin-right: -6px;
    margin-top: 15px;
    letter-spacing: 0.7px;
    display: block;
    color: #979797;
}
.page-blog-single .layout-blog-single .blog-info > a:hover {
    color: #cda96f;
}
.page-blog-single .comment {
    padding: 4px 79px;
    padding-right: 0;
}
.page-blog-single .comment p {
    margin-bottom: 1px;
    letter-spacing: 0.5px;
}
.page-blog-single .comment .content-comment {
    display: inline-block;
    width: 100%;
    margin-top: 33px;
    margin-left: 8px;
}
.page-blog-single .comment .content-comment .img-author {
    display: inline-block;
    float: left;
    width: 66px;
}
.page-blog-single .comment .content-comment .text-cmt {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 85%;
    padding-left: 20px;
}
.page-blog-single .comment .content-comment .text-cmt a {
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    color: #646464;
    margin-bottom: 14px;
}
.page-blog-single .comment .content-comment .text-cmt a:hover {
    color: #cda96f;
}
.page-blog-single .comment .content-comment .text-cmt h6 {
    color: #979797;
    letter-spacing: 0.5px;
}
.page-blog-single .comment .write-cmt {
    margin-top: 42px;
}
.page-blog-single .comment .write-cmt p {
    color: #505050;
}
.page-blog-single .comment .write-cmt form {
    display: inline-block;
    width: 100%;
}
.page-blog-single .comment .write-cmt form textarea {
    padding-top: 16px;
}
.page-blog-single .comment .write-cmt .input-name,
.page-blog-single .comment .write-cmt .input-email,
.page-blog-single .comment .write-cmt .input-comment {
    font-family: 'Montserrat Light';
    font-weight: normal;
    border: none;
    border-bottom: 1px #ccc solid;
    height: 53px;
    display: inline-block;
    margin-bottom: 0;
    color: #c2c2c2;
    margin-top: 8px;
    padding: 6px;
    letter-spacing: 0.5px;
}
.page-blog-single .comment .write-cmt .input-name:focus,
.page-blog-single .comment .write-cmt .input-email:focus,
.page-blog-single .comment .write-cmt .input-comment:focus {
    outline: none;
}
.page-blog-single .comment .write-cmt .input-comment {
    width: 100%;
}
.page-blog-single .comment .write-cmt .col-set {
    padding-top: 40px;
}
.page-blog-single .comment .write-cmt button {
    padding: 13px 43px;
}
.page-blog-single .comment .write-cmt .form-group input {
    width: 100%;
}
.page-blog-single .comment .write-cmt .form-control-focus {
    width: auto;
    left: 15px;
    right: 15px;
}
.page-blog-single .comment .write-cmt .form-control-focus:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: .2s ease all;
}
.page-blog-single .comment .write-cmt .form-group input:focus ~ .form-control-focus {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.page-blog-single .comment .write-cmt .form-group input:focus ~ .form-control-focus::after {
    visibility: visible;
    left: 0;
    width: 100%;
    background-color: #ccc;
}
@media (max-width: 992px) {
    .page-blog-single .content-blog-single {
        margin-top: 10px;
    }
    .page-blog-single .quote {
        margin: 48px 40px 60px 50px;
    }
    .page-blog-single .quote:before {
        content: '';
    }
    .page-blog-single .quote::after {
        content: '';
    }
    .page-blog-single .write-cmt .form-group {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .page-blog-single .input-name,
    .page-blog-single .input-email {
        width: 47%;
    }
    .page-blog-single .blog__info {
        padding-left: 0px;
        margin-top: 26px;
    }
    .page-blog-single .page-blog-single .comment .write-cmt .input-name,
    .page-blog-single .page-blog-single .comment .write-cmt .input-email,
    .page-blog-single .page-blog-single .comment .write-cmt .input-comment {
        width: 46%;
    }
}
@media (max-width: 768px) {
    .page-blog-single {
        padding: 51px 7px 55px 7px;
    }
    .page-blog-single .quote {
        margin: 48px 0px 60px 0px;
    }
    .page-blog-single .list-text {
        margin-left: 0;
        margin-right: 0;
    }
    .page-blog-single .comment .content-comment .img-author {
        width: 100%;
    }
    .page-blog-single .comment {
        padding: 20px;
    }
    .page-blog-single .comment > p {
        text-align: center;
    }
    .page-blog-single .comment .content-comment {
        text-align: center;
    }
    .page-blog-single .comment .text-cmt {
        width: 100%;
    }
    .page-blog-single .author-info .img-author {
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .page-blog-single .author-info .link-author {
        text-align: center;
        margin: auto;
        width: 100%;
    }
}
/* # 404 Page */

@media (max-width: 768px) {
    .page-blog-single .layout-blog-single .content-blog-single {
        margin-left: 0;
        margin-right: 0;
    }
}
.head-404 {
    background: #f4f4f4;
    height: 265px;
    margin-top: 95px;
}
.head-404 .number-404 {
    color: #dfdfdf;
    font-size: 250px;
    letter-spacing: 25px;
    line-height: 1;
    margin: 0;
    padding-left: 50px;
}
.content-404 {
    position: relative;
}
.content-404 .content-page404::before {
    content: url("images/404_bg.png");
    display: block;
    left: -385px;
    position: absolute;
    top: -361px;
}
.content-404 .content-page404 .details {
    padding: 5px 50px;
}
.content-404 .content-page404 .details h3 {
    color: #505050;
    font-family: PT Serif;
    font-size: 45px;
    font-weight: lighter;
    line-height: 1.2;
    margin: 20px 0 10px 0;
}
.content-404 .content-page404 .details p {
    color: #979797;
    font-size: 23px;
    line-height: 2;
    font-family: "PT Serif", serif;
    font-size: 23px;
    margin-bottom: 10px;
}
.content-404 .content-page404 .details form {
    padding: 30px 80px;
}
.content-404 .content-page404 .details form .form-control {
    border: 1px solid #979797;
    height: 80px;
    padding: 0 45px;
    width: 520px;
    font-size: 25px;
    color: #999;
}
.content-404 .content-page404 .details form .form-control::-moz-placeholder {
    letter-spacing: 2px;
    font-size: 25px;
}
.content-404 .content-page404 .details form .button-back {
    margin-bottom: 70px;
    margin-top: 38px;
}
.content-404 .content-page404 .details form .button-back .button-text {
    background: white;
    border: 1px solid #505050;
    padding: 25px 33px;
}
.content-404 .content-page404 .details form .button-back .button-text span {
    letter-spacing: 0;
    font-weight: bold;
}
.content-404 .content-page404 .details form .button-back .button-text:hover {
    background: #cda96f;
    color: white;
    border: 1px solid #cda96f;
}
.content-404 .content-page404 .details fieldset.search-form-group {
    border: 0px;
    padding: 0px;
}
.content-404 .content-page404 .details .home_page_form {
    padding: 0;
}
.content-404 .content-page404 .details form.search-form {
    padding: 30px 45px;
}
@media (max-width: 991px) {
    .head-404 h1 {
        text-align: center;
    }
    .content-404 .content-page404:before {
        content: '';
    }
}
@media (max-width: 767px) {
    .head-404 h1 {
        padding-left: 0;
    }
    .content-404 .content-page404 .details {
        padding: 5px 0;
    }
    .content-404 .content-page404 .details form {
        padding: 0;
    }
    .content-404 .content-page404 .details form .input-medium {
        width: 100%;
    }
    .content-404 .content-page404 .details form .form-control {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .head-404 {
        margin-top: 0;
        height: auto;
    }
    .head-404 h1 {
        font-size: 125px;
    }
    .header-container .header-middle .box__item .top-wishlist {
        display: none;
    }
    .header-container .header-middle .box__item .top-search {
        display: none;
    }
}
.footer-ctnabout {
    margin-top: 54px;
}
/* # Search page */

.content_search > .hentry {
    margin-bottom: 38px;
}
.content_search p,
.not-found p {
    margin: 0 0 16px;
}
.no-results .search-form {
    max-width: 400px;
    width: 100%;
    position: relative;
}
.no-results {
    padding-bottom: 70px;
}
.content_search .post__meta i {
    color: #cda96f;
}
.content_search .post__meta a {
    color: #444;
}
.search-form-group {
    position: relative;
}
.search-form-text {
    border: 1px solid #e7ebee;
    color: #444444;
    padding: 11px 54px 11px 13px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}
.search-form-text:focus {
    outline: none;
}
.entry-title {
    line-height: normal;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #e5e7e8;
    padding-bottom: 6px;
}
.entry-title a {
    line-height: normal;
    margin: 0 0 14px 0;
    color: #444;
    padding-bottom: 6px;
    letter-spacing: 2.0px;
}
.search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    background: transparent;
}
.hentry > *:last-child {
    margin-bottom: 0;
}
.post__meta-list_inline {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post__meta-list_inline .post__meta-item {
    display: inline-block;
    margin-right: 20px;
}
.post__meta-item {
    position: relative;
    font-size: 13px;
    padding-left: 0px;
    color: #888888;
    margin-right: 45px;
}
.post__meta-item .fa {
    margin-right: 8px;
    /* color: #f7ca18; */
}
h1.page-title {
    text-transform: uppercase;
    font-size: 20pt;
    letter-spacing: 1.0px;
}
/* # About Us Page */

.about-us-page .about-banner .about-hero-images img {
    width: 100%;
}
.about-us-page .about-banner .about-text {
    top: 39%;
}
.about-us-page .about-banner .about-text h1 {
    text-shadow: 0px 8px 20px rgba(255, 255, 255, 0.9);
    letter-spacing: 5px;
    font-family: Elsie;
    font-size: 60px;
    margin: 18px 0 12px 0;
}
.about-us-page .col-desc {
    margin-top: -20px;
}
.about-us-page .col-desc .col-desc-item .content-left {
    padding: 0 35px;
}
.about-us-page .col-desc .col-desc-item .content-left .text-top {
    padding-bottom: 18px;
}
.about-us-page .col-desc .col-desc-item .content-left .text-top p {
    letter-spacing: 1.5px;
    line-height: 2;
    color: #505050;
}
.about-us-page .col-desc .col-desc-item .content-left .text-bottom p {
    letter-spacing: 1.5px;
    line-height: 2;
    color: #505050;
}
.about-us-page .col-desc .col-desc-item .content-right {
    padding: 0 37px;
}
.about-us-page .col-desc .col-desc-item .content-right .text-top {
    padding-bottom: 18px;
}
.about-us-page .col-desc .col-desc-item .content-right .text-top p {
    letter-spacing: 1.5px;
    line-height: 2;
    color: #505050;
}
.about-us-page .col-desc .col-desc-item .content-right .text-bottom p {
    letter-spacing: 1.5px;
    line-height: 2;
    color: #505050;
}
.about-us-page .team-about-us .about-title h3 {
    letter-spacing: 1.8px;
    padding: 30px 0 55px;
    margin: 20px 0 10px 0;
    font-size: 22px;
}
.about-us-page .team-about-us .about-widths {
    padding: 0 25px;
}
.about-us-page .team-about-us .post-image {
    width: 100%;
}
.about-us-page .team-about-us .team__box {
    margin: 0 13px;
    transition: all 0.7s ease 0s;
}
.about-us-page .team-about-us .team__box:hover {
    box-shadow: 0 1px 12px #ddd;
    transition: all 0.7s ease 0s;
}
.about-us-page .team-about-us .team__box:hover .team-content {
    padding-bottom: 140px;
    transition: all 0.7s ease 0s;
    opacity: 1;
}
.about-us-page .team-about-us .team__box .team-content {
    background: white none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    top: -30px;
    transition: all 0.7s ease 0s;
    opacity: 0;
}
.about-us-page .team-about-us .team__box .team-content .team-content2 {
    position: absolute;
    width: 100%;
}
.about-us-page .team-about-us .team__box .team-content h4 {
    letter-spacing: 2.3px;
    padding: 16px 0 6px;
    line-height: 23px;
    margin: 10px 0;
}
.about-us-page .team-about-us .team__box .team-content span {
    letter-spacing: 1.8px;
}
.about-us-page .team-about-us .team__box .team-content ul {
    margin: 21px 0 27px -5px;
    padding-left: 12px;
}
.about-us-page .team-about-us .team__box .team-content ul li {
    background: #c2c2c2 none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}
.about-us-page .team-about-us .team__box .team-content ul li:hover {
    background-color: #cda96f;
    border: 1px solid #cda96f;
}
.about-us-page .team-about-us .team__box .team-content ul li a i {
    color: #ffffff;
}
.about-us-page .document-about {
    margin: 61px 0;
}
.about-us-page .document-about .document-desc {
    padding: 0 35px;
}
.about-us-page .document-about .document-desc p {
    color: #505050;
    letter-spacing: 1.7px;
    line-height: 2;
}
.about-us-page .about-us-image {
    margin-bottom: 60px;
}
.about-us-page .about-us-image img {
    width: 100%;
}
.about-us-page .about-testimony .dot-center {
    background: url("images/about-us-5.png") no-repeat scroll right center transparent;
    margin: 0 auto;
    max-width: 36px;
    padding: 25px 0 10px;
}
.about-us-page .about-testimony .dot-testimony .think-about {
    display: block;
    letter-spacing: 2.65px;
    line-height: 1.5;
    padding-bottom: 29px;
    padding-top: 25px;
    color: #505050;
    max-width: 820px;
    margin: auto;
}
.about-us-page .about-testimony .dot-testimony .introduce-about {
    letter-spacing: 1.6px;
    margin-bottom: 55px;
    padding: 10px 0;
    color: #505050;
}
@media screen and (max-width: 767px) {
    .about-us-page .about-banner .about-text h1 {
        font-size: 40px;
    }
    .about-us-page .team-about-us .team__box {
        margin-bottom: 50px;
        display: block;
    }
    .about-widths-3 {
        margin-bottom: -50px;
    }
    .about-us-page .team-about-us .team__box .team-content{
        padding-bottom: 140px;
        transition: all 0.7s ease 0s;
        opacity: 1;
        margin: 0 5px 20px 5px;
    }
}
@media screen and (max-width: 480px) {
    .about-us-page .about-banner .about-text h1 {
        font-size: 30px;
    }
    .about-us-page .about-testimony .dot-testimony .think-about br {
        display: none;
    }
}
@media screen and (max-width: 370px) {
    .about-us-page .about-banner .about-text h1 {
        font-size: 25px;
    }
    .about-us-page .col-desc .col-desc-item .content-left {
        padding: 0;
    }
    .about-us-page .col-desc .col-desc-item .content-right {
        padding: 0;
    }
    .about-us-page .col-desc .col-desc-item .content-right .text-top p {
        font-size: 12px;
    }
    .about-us-page .col-desc .col-desc-item .content-left .text-bottom p {
        font-size: 12px;
    }
    .about-us-page .col-desc .col-desc-item .content-right .text-bottom p {
        font-size: 12px;
    }
    .about-us-page .col-desc .col-desc-item .content-left .text-top p {
        font-size: 12px;
    }
    .about-us-page .document-about .document-desc p {
        font-size: 12px;
    }
    .about-us-page .about-testimony .dot-testimony .think-about {
        font-size: 12px;
    }
    .about-us-page .about-testimony .dot-testimony .introduce-about {
        font-size: 12px;
    }
    .about-us-page .about-testimony .dot-testimony .introduce-about {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about-us-page .team-about-us .team__box {
        margin: 0;
    }
    .about-us-page .team-about-us .about-widths {
        padding: 0;
    }
    .about-us-page .col-desc .col-desc-item .content-left {
        padding: 0;
    }
    .about-us-page .col-desc .col-desc-item .content-right {
        padding: 0;
    }
    .about-us-page .document-about .document-desc {
        padding: 0;
    }
}
.map-contact iframe {
    width: 100%;
    float: left;
}
#map {
    width: 100%;
    height: 500px;
}
.wrapper {
    overflow: hidden;
}
.wrapper .map-info {
    margin-left: 100px;
    margin-top: 45px;
    padding-left: 45px;
}
.wrapper .map-info .title-visit {
    margin-bottom: 45px;
}
.wrapper .map-info .title-visit h3 {
    font-weight: lighter;
    letter-spacing: 5px;
}
.wrapper .map-info .title-touch h3 {
    font-weight: lighter;
    letter-spacing: 6px;
    margin-left: 16px;
    word-spacing: -3px;
}
.wrapper .map-info .content-visit {
    margin-left: -2px;
    margin-top: 46px;
    padding-right: 73px;
}
.wrapper .map-info .content-visit p {
    margin: 0 0 22px;
}
.wrapper .map-info .content-touch {
    padding: 25px 16px;
}
.wrapper .map-info .content-touch a {
    color: #2c3240;
    word-spacing: 6px;
}
.wrapper .map-info .content-touch a:hover {
    color: #cda96f;
}
.wrapper .map-info .content-touch .content-address {
    margin-top: 21px;
}
.wrapper .map-info .link-contact {
    color: #cda96f;
    text-decoration: none;
    border-bottom: 1px solid #cda96f;
    padding-bottom: 2px;
}
.wrapper .contactForm {
    line-height: 65px;
    margin-bottom: -5px;
    padding: 75px 97px;
}
.wrapper .contactForm h3 {
    font-weight: lighter;
    letter-spacing: 5px;
    margin-left: 2px;
    word-spacing: 1.5px;
    font-size: 24px;
}
.wrapper .contactForm .form-list {
    padding: 0;
}
.wrapper .contactForm .form-list .form-name {
    line-height: 52px;
    margin-top: 33px;
}
.wrapper .contactForm .form-list .form-email {
    line-height: 55px;
    margin-top: 8px;
}
.wrapper .contactForm .form-list .form-message {
    line-height: 55px;
    margin-top: 7px;
}
.wrapper .contactForm .form-list .input-box {
    margin-right: 6px;
    margin-top: 1px;
}
.wrapper .contactForm .form-list .input-box input {
    border: 1px solid #dcdcdc;
    font-family: montserrat;
    height: 58px;
    padding: 0 15px;
    width: 100%;
}
.wrapper .contactForm .form-list .input-box textarea {
    border: 1px solid #dcdcdc;
    height: 140px;
    margin: 0 1px;
    width: 100%;
    padding: 0 15px;
    font-family: montserrat;
}
.wrapper .contactForm .buttons-set-contact {
    padding: 0;
}
.wrapper .contactForm .buttons-set-contact .button1 {
    border-style: none;
    float: right;
    line-height: normal;
    margin-right: 5px;
    margin-top: 26px;
    padding: 15px 66px;
}
.contact-us .map-info h3 {
    margin: 20px 0 10px 0;
    font-family: "Montserrat Light";
    font-size: 24px;
}
.contact-us .map-info .content-touch div {
    margin-top: 12px;
}
.contact-us .map-info .content-visit p {
    font-family: "Montserrat Light";
    font-size: 17px;
    line-height: 24px;
}
.contact-us .map-info .content-visit {
    margin-top: 45px;
}
@media (max-width: 991px) {
    .contact-us .map-info {
        margin-left: 0;
        margin-top: 30px;
    }
    .contact-us .map-info .title-visit {
        margin-bottom: 35px;
    }
    .contact-us .map-info .content-visit {
        padding-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .contact-us .map-info {
        padding: 0;
    }
    .contact-us .map-info .title-touch h3 {
        margin-left: 0px;
    }
    .contact-us .map-info .content-touch {
        padding-left: 0;
    }
    .contact-us .contactForm {
        padding: 0;
        padding-bottom: 75px;
    }
}
/* # FAQ page */

.faqs .breadcump .woocommerce-breadcrumb {
    padding: 40px 0;
}
.faqs .breadcump .woocommerce-breadcrumb a:after {
    content: "/";
}
.faqs ul.faqs-list {
    margin: 0 0 10px 0;
    list-style: none;
}
.faqs .faq-path {
    font-family: montserrat-light;
    font-size: 14px;
    font-weight: lighter;
    padding: 40px 0;
}
.faqs .faqs-left {
    padding: 0 13px;
}
.faqs .faqs-left ul {
    padding-left: 0;
}
.faqs .faqs-left ul .active {
    background-color: #f3f3f3;
}
.faqs .faqs-left ul li a {
    display: block;
    padding: 18px 30px;
    margin-bottom: 13px;
    color: #505050;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.faqs .faqs-left ul li a:hover {
    color: #cda96f;
    text-decoration: none;
    background-color: #f3f3f3;
}
.faqs .faqs-right {
    border-radius: 0;
}
.faqs .faqs-right .panel-group .panel {
    margin-bottom: 33px;
    border: none;
}
.faqs .faqs-right .panel-default {
    background: #f1f1f1 none repeat scroll 0 0;
    border: none;
}
.faqs .faqs-right .panel-default .panel-heading {
    color: #505050;
    background-color: inherit;
    padding: 0;
    letter-spacing: 0.5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.faqs .faqs-right .panel-default .panel-heading h4 {
    margin: 0;
}
.faqs .faqs-right .panel-default .panel-heading h4 a {
    position: relative;
    color: #505050;
    font-weight: lighter;
    padding: 25px 45px 25px 35px;
    display: block;
    font-size: 16px;
}
.faqs .faqs-right .panel-default .panel-heading h4 a:hover,
.faqs .faqs-right .panel-default .panel-heading h4 a:active,
.faqs .faqs-right .panel-default .panel-heading h4 a:focus {
    color: #cda96f;
    text-decoration: none;
}
.faqs .faqs-right .panel-default .panel-heading h4 a:after {
    content: '\f10e';
    position: absolute;
    font-family: Flaticon;
    font-size: 20px;
    right: 23px;
    top: 33%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.faqs .faqs-right .panel-default .panel-heading h4 .collapsed:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.faqs .faqs-right .panel-default .panel-collapse {
    border-top: none;
}
.faqs .faqs-right .panel-default .panel-collapse .panel-body {
    padding: 29px 36px;
    background: #fafafa none repeat scroll 0 0;
    color: #505050;
    font-weight: lighter;
    border-top: none;
    letter-spacing: 0.3px;
    line-height: 20px;
}
.faqs .faqs-search-form {
    position: relative;
    height: 58px;
    max-width: 100%;
    margin-bottom: 30px;
}
.faqs .faqs-search-form .form-control {
    padding-left: 70px;
    padding-top: 5px;
}
.faqs .faqs-search-form input {
    font-size: 17px;
    font-weight: lighter;
    color: #979797;
    height: 58px;
    letter-spacing: 0.5px;
}
.faqs .faqs-search-form .flaticon-search:before {
    color: #979797;
}
.faqs .faqs-search-form .btn-search {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    left: 2%;
    position: absolute;
    top: 20%;
}
.faqs .faqs-search-form .fa {
    font-size: 20px;
    font-weight: lighter;
}
.faqs .faq {
    color: #505050;
}
@media (max-width: 677px) {
    .faqs-right .panel-default .panel-heading h4 a:after {
        right: 10px;
    }
}
.product-06 {
    display: block;
    margin-bottom: 54px;
}
/* # Landing Page */

.main-landing {
    margin-bottom: 50px;
}
.main-landing .product {
    padding-bottom: 20px;
}
.main-landing .product-01 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 10px 52px;
    position: absolute;
    right: 4%;
    top: 13.2%;
}
.main-landing .product-01 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-01 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-01 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
    margin-top: 7px;
    padding: 11px 44px;
    text-decoration: none;
}
.main-landing .product-01 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product-03 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 10px 52px;
    position: absolute;
    right: 4%;
    top: 13.5%;
}
.main-landing .product-03 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-03 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-03 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
    margin-top: 7px;
    padding: 11px 44px;
    text-decoration: none;
}
.main-landing .product-03 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product-05 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 10px 52px;
    position: absolute;
    right: 4%;
    top: 13.5%;
}
.main-landing .product-05 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-05 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-05 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
    margin-top: 7px;
    padding: 11px 44px;
    text-decoration: none;
}
.main-landing .product-05 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product-02 .text-leg {
    left: 5.8%;
    top: 14%;
}
.main-landing .product-02 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 10px 52px;
    position: absolute;
    /*right: 4%;*/
    /*top: 12.5%;*/
}
.main-landing .product-02 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-02 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-02 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 23px;
    margin-top: 4px;
    padding: 11px 43px;
    text-decoration: none;
}
.main-landing .product-02 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product-04 .text-leg {
    left: 5.8%;
    top: 14%;
}
.main-landing .product-04 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 10px 52px;
    position: absolute;
    /*right: 4%;*/
    /*top: 12.5%;*/
}
.main-landing .product-04 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-04 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-04 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 24px;
    margin-top: 7px;
    padding: 11px 44px;
    text-decoration: none;
}
.main-landing .product-04 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product-06 .text-leg {
    left: 5.8%;
    top: 15%;
}
.main-landing .product-06 .about-text {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fdf8f7;
    padding: 6px 45px;
    position: absolute;
}
.main-landing .product-06 .about-text h1 {
    letter-spacing: 4.5px;
    line-height: 1;
    margin: 18px 0 12px;
}
.main-landing .product-06 .about-text h5 {
    font-weight: 100;
    letter-spacing: 0.3px;
    line-height: 1.8;
}
.main-landing .product-06 .about-text a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2.5px;
    margin-bottom: 29px;
    margin-top: 3px;
    padding: 11px 44px;
    text-decoration: none;
}
.main-landing .product-06 .about-text a:hover {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
    transition: all 0.8s ease 0s;
}
.main-landing .product .about-text h1 {
    max-width: 389px;
    font-size: 60px;
    margin: 18px 0 12px 0;
}
.main-landing .product .about-text h5 {
    max-width: 365px;
    margin: 10px 0;
}
.main-landing .about-text a {
    font-size: 15px;
    line-height: 21px;
}
@media screen and (max-width: 1200px) {
    .main-landing .product-01 .about-text {
        top: 10.2%;
    }
    .main-landing .product-03 .about-text {
        top: 10.5%;
    }
    .main-landing .product-02 .text-leg {
        top: 11%;
    }
    .main-landing .product-04 .text-leg {
        top: 11%;
    }
    .main-landing .product-05 .about-text {
        top: 10.5%;
    }
    .main-landing .product-06 .text-leg {
        top: 11%;
    }
}
@media screen and (max-width: 1200px) {
    .main-landing .about-text h1 {
        font-size: 30px;
    }
    .main-landing .about-text h5 {
        font-size: 10px;
    }
    .main-landing .about-text a {
        padding: 6px 20px;
    }
}
@media screen and (max-width: 755px) {
    .main-landing .about-text h1 {
        font-size: 25px;
    }
    .main-landing .about-text h5 {
        font-size: 10px;
    }
    .main-landing .about-text a {
        font-size: 12px;
        padding: 6px 20px;
    }
}
@media screen and (max-width: 715px) {
    .main-landing .product-01 .about-text {
        top: 8.2%;
        right: 24%;
    }
    .main-landing .product-03 .about-text {
        top: 8.2%;
        right: 24%;
    }
    .main-landing .product-05 .about-text {
        top: 8.2%;
        right: 24%;
    }
    .main-landing .product-04 .text-leg {
        top: 9%;
        left: 23.8%;
    }
    .main-landing .product-02 .text-leg {
        top: 9%;
        left: 23.8%;
    }
    .main-landing .product-06 .text-leg {
        top: 9%;
        left: 23.8%;
    }
    .limited-time-offer .limited-time-offer__slide {
        margin-left: 0px;
        padding-left: 0px;
    }
    .limited-time-offer .owl-item {
        margin-right: 0px;
    }
}
@media screen and (max-width: 670px) {
    .main-landing .product-01 .about-text {
        right: 13%;
    }
    .main-landing .product-01 .about-text h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-01 .about-text h5 {
        margin: 0;
    }
    .main-landing .product-01 .about-text a {
        margin-bottom: 10px;
    }
    .main-landing .product-03 .about-text {
        right: 13%;
    }
    .main-landing .product-03 .about-text h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-03 .about-text h5 {
        margin: 0;
    }
    .main-landing .product-03 .about-text a {
        margin-bottom: 10px;
    }
    .main-landing .product-05 .about-text {
        right: 13%;
    }
    .main-landing .product-05 .about-text h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-05 .about-text h5 {
        margin: 0;
    }
    .main-landing .product-05 .about-text a {
        margin-bottom: 10px;
    }
    .main-landing .product-02 .text-leg {
        left: 12%;
    }
    .main-landing .product-02 .text-leg h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-02 .text-leg h5 {
        margin: 0;
    }
    .main-landing .product-02 .text-leg a {
        margin-bottom: 10px;
    }
    .main-landing .product-04 .text-leg {
        left: 12%;
    }
    .main-landing .product-04 .text-leg h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-04 .text-leg h5 {
        margin: 0;
    }
    .main-landing .product-04 .text-leg a {
        margin-bottom: 10px;
    }
    .main-landing .product-06 .text-leg {
        left: 12%;
    }
    .main-landing .product-06 .text-leg h1 {
        font-size: 15px;
        margin: 8px 0 5px;
    }
    .main-landing .product-06 .text-leg h5 {
        margin: 0;
    }
    .main-landing .product-06 .text-leg a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 680px) {
    .main-landing .product .about-text {
        right: 23%;
        padding: 5px 40px;
        top: 9%;
    }
}
@media screen and (max-width: 670px) {
    .main-landing .product .about-text {
        right: 23%;
        padding: 35px 40px;
        top: 9%;
    }
}
@media screen and (max-width: 640px) {
    .main-landing .product .about-text {
        right: 23%;
        padding: 35px 40px;
        top: 7%;
    }
}
@media screen and (max-width: 630px) {
    .main-landing .product .about-text {
        left: 13.5%;
        padding: 21px 22px;
        text-align: center;
        top: 13%;
        width: 440px;
    }
    .main-landing .product .about-text h1 {
        font-size: 20px;
    }
    .main-landing .product .about-text h5 {
        font-size: 12px;
    }
    .main-landing .product .about-text h5 br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .main-landing .product .about-text {
        top: 11%;
    }
}
@media screen and (max-width: 590px) {
    .main-landing .product .about-text {
        left: 11%;
    }
}
@media screen and (max-width: 570px) {
    .main-landing .product .about-text {
        left: 9%;
        top: 9%;
    }
}
@media screen and (max-width: 570px) {
    .main-landing .product .about-text {
        left: 8%;
        top: 7%;
    }
}
@media screen and (max-width: 530px) {
    .main-landing .product .about-text {
        left: 15%;
        top: 8%;
        padding: 12px 0;
        width: 350px;
    }
    .main-landing .product .about-text h1 {
        font-size: 18px;
    }
    .main-landing .product .about-text h5 {
        font-size: 12px;
    }
    .main-landing .product .about-text a {
        padding: 6px 15px;
    }
}
@media screen and (max-width: 500px) {
    .main-landing .product .about-text {
        left: 13%;
        top: 6%;
    }
}
@media screen and (max-width: 460px) {
    .main-landing .product .about-text {
        left: 9%;
        top: 2%;
    }
}
@media screen and (max-width: 440px) {
    .main-landing .product .about-text {
        left: 7%;
        top: 11%;
    }
    .main-landing .product .about-text h5 {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .main-landing .product .about-text {
        left: 5%;
        top: 10%;
    }
}
@media screen and (max-width: 400px) {
    .main-landing .product .about-text {
        left: 16%;
        top: 8%;
        width: 250px;
    }
}
@media screen and (max-width: 370px) {
    .main-landing .product .about-text {
        left: 13%;
        top: 10%;
        width: 250px;
        padding: 4px 0;
    }
}
@media screen and (max-width: 320px) {
    .main-landing .product .about-text {
        left: 7%;
        top: 5%;
    }
}
.filter-product {
    margin-top: 65px;
    color: #000;
}
.filter-product .group__filter {
    border-top: 1px solid #636363;
    display: block;
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.filter-product .inner__filter .product-filter {
    border-bottom: 1px solid #636363;
}
.filter-product .active {
    background: #f5f5f5;
    border-top: 5px #cda96f solid;
}
.filter-product .active h5,
.filter-product .item__filter .active:hover {
    padding-top: 5px;
}
.filter-product .item__filter {
    height: 64px;
    display: inline-block;
    padding: 0 25px;
}
.filter-product .item__filter .flaticon-next-1 {
    font-size: 11px;
    margin-left: 25px;
    margin-top: 10px;
    color: #464646;
    position: relative;
}
.filter-product .item__filter .flaticon-next-1:before {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    line-height: 24px;
    margin-top: -5px;
}
.filter-product .filter__title {
    width: 120px;
}
.filter-product .filter__title p {
    padding: 20px 0;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 24px;
}
.filter-product .item-open:hover {
    background: #f5f5f5;
    border-top: 5px #cda96f solid;
}
.filter-product .item-open:hover h5 {
    padding-top: 5px;
}
.filter-product .filter__size {
    float: left;
    margin-right: 19px;
}
.filter-product h5 {
    line-height: 24px;
}
.filter-product .filter__size h5 {
    padding: 10px 0;
    cursor: pointer;
    display: inline-block;
    width: 70px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    text-transform: none;
}
.filter-product .filter__color {
    float: left;
    margin-right: 19px;
}
.filter-product .filter__color h5 {
    padding: 10px 0;
    cursor: pointer;
    display: inline-block;
    width: 85px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    text-transform: none;
}
.filter-product .filter__price {
    float: left;
}
.filter-product .filter__price h5 {
    padding: 10px 0;
    cursor: pointer;
    display: inline-block;
    width: 80px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    text-transform: none;
}
.filter-product .filter_sort {
    float: right;
    cursor: pointer;
}
.filter-product .filter_sort h5 {
    padding: 10px 0;
    display: inline-block;
    width: 100px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    text-transform: none;
}
.filter-product .set__column {
    text-align: center;
    padding: 22px 0;
    left: 61%;
}
.filter-product .set__column .set__column6 .icon-col {
    height: 16px;
    width: 10px;
}
.filter-product .set__column .set__column4 .icon-col {
    height: 16px;
    width: 13px;
}
.filter-product .set__column .set__column3 .icon-col {
    height: 16px;
    width: 13px;
}
.filter-product .set__column div {
    cursor: pointer;
    height: 22px;
    text-decoration: none;
    display: inline-block;
    border: 1px #d7d7d7 solid;
}
.filter-product .set__column div:first-child {
    margin-right: 10px;
}
.filter-product .set__column div span {
    background-color: #d7d7d7;
    display: inline-block;
    margin: 2px;
    float: left;
}
.filter-product .set__column div:hover {
    border: 1px #636363 solid;
}
.filter-product .set__column div:hover span {
    background-color: #636363;
}
.filter-product .set__column div.active-column {
    border: 1px #636363 solid;
}
.filter-product .set__column div.active-column span {
    background-color: #636363;
}
.filter-product .inner__filter .block_panel {
    height: 155px;
    margin-bottom: 0;
    padding: 0 20px;
    display: table;
    width: 100%;
}
.filter-product .inner__filter .item-inner__filter {
    background-color: #f5f5f5;
}
.filter-product .inner__filter .panel__size {
    display: none;
    overflow: hidden;
}
.filter-product .inner__filter .panel__size .item {
    width: 20%;
    height: 57px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.filter-product .inner__filter .panel__size .item .section {
    padding: 0 20px;
    border: 1px #ccc solid;
    cursor: pointer;
}
.filter-product .inner__filter .panel__size .item .section:hover {
    border: 1px #cda96f solid;
}
.filter-product .inner__filter .panel__size .item .section:hover span {
    color: #cda96f;
}
.filter-product .inner__filter .panel__size .item span {
    padding: 17px 0;
    display: inline-block;
}
.filter-product .inner__filter .panel__size .item .size {
    float: right;
}
.filter-product .inner__filter .panel__size .item .active {
    border: 1px #cda96f solid;
}
.filter-product .inner__filter .panel__size .item .active span {
    color: #cda96f;
}
.filter-product .inner__filter .panel__color {
    display: none;
    overflow: hidden;
}
.filter-product .inner__filter .panel__color ul {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.filter-product .inner__filter .panel__color .item {
    padding: 0 10px;
}
.filter-product .inner__filter .panel__color .item .section {
    border: 1px solid transparent;
    display: table;
    cursor: pointer;
}
.filter-product .inner__filter .panel__color .item .section i {
    display: table-cell;
    width: 63px;
    height: 58px;
}
.filter-product .inner__filter .panel__color .item .active {
    border: 1px solid #666;
}
.filter-product .inner__filter .panel__color .item .section:hover {
    border: 1px solid #666;
}
.filter-product .inner__filter .panel__color .item .section i.gray__color {
    background-color: #eceaeb;
}
.filter-product .inner__filter .panel__color .item .section i.blue__color {
    background-color: #364262;
}
.filter-product .inner__filter .panel__color .item .section i.brown__color {
    background-color: #a99175;
}
.filter-product .inner__filter .panel__color .item .section i.orange__color {
    background-color: #de6a0b;
}
.filter-product .inner__filter .panel__color .item .section i.red__color {
    background-color: #ba2222;
}
.filter-product .inner__filter .panel__color .item .section span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    line-height: 18px;
    height: 58px;
}
.filter-product .inner__filter .panel__price {
    display: none;
    overflow: hidden;
}
.filter-product .inner__filter .panel__price .range__price {
    display: table-cell;
    vertical-align: middle;
}
.filter-product .inner__filter .panel__price .range__price #min {
    top: 50%;
    left: 0;
    color: #a99175;
}
.filter-product .inner__filter .panel__price .range__price #max {
    top: 50%;
    right: 0;
    color: #a99175;
}
.filter-product .inner__filter .panel__sort {
    display: none;
    overflow: hidden;
}
.filter-product .inner__filter .panel__sort ul {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.filter-product .inner__filter .panel__sort ul .item {
    margin-right: 40px;
    cursor: pointer;
}
.filter-product .inner__filter .panel__sort ul .item:hover {
    color: #cda96f;
    font-family: 'Montserrat';
}
.filter-product .inner__filter .panel__sort ul .item.active__sort {
    color: #cda96f;
    font-family: 'Montserrat';
}
.filter-product .filter-mobile {
    display: inline-block;
    width: 100%;
}
.filter-product .filter-mobile .panel-mobile > h5 {
    background-color: #ccc;
    padding: 0 10px;
    line-height: 40px;
}
.filter-product .filter-mobile .panel-mobile > h5 i {
    position: relative;
    font-size: 11px;
    float: right;
}
.filter-product .filter-mobile .panel-mobile > h5 i:before {
    position: absolute;
    top: 3px;
    left: -14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.filter-product .filter-mobile .panel-mobile .active {
    border: none;
    background-color: #ccc;
    padding: 0 10px;
}
.filter-product .filter-mobile .panel-mobile .active i:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.filter-product .filter-mobile .panel-mobile .range__price #mmin,
.filter-product .filter-mobile .panel-mobile .range__price #mmax {
    top: 30px;
}
.filter-product .filter-mobile .panel-mobile .range__price #mmax {
    right: 30px;
}
.filter-product .filter-mobile .block_panel {
    display: none;
}
.filter-product .filter-mobile ul {
    margin: 0;
    padding: 0;
}
.filter-product .filter-mobile ul .item {
    display: block;
    letter-spacing: 1px;
    background-color: #f4f4f6;
    margin-bottom: 5px;
    padding-left: 20px;
}
.filter-product .filter-mobile ul .item .section .size {
    margin-left: 20px;
}
.filter-product .color-selection {
    text-transform: capitalize;
}
.clothing-sidebar .breadcump .woocommerce-breadcrumb {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .filter-product .set__column {
        left: unset;
        float: right;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .group__filter .sort-width {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .filter-product .block_panel {
        display: block;
    }
    .filter-product .group__filter .filter__title p {
        text-align: left;
    }
    .filter-product .group__filter .set__column {
        text-align: right;
    }
    .filter-product .inner__filter .panel__size .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__size .item {
        display: inline-block;
        width: 30%;
        margin: 10px;
        text-align: center;
    }
    .filter-product .inner__filter .panel__color .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__color .item {
        display: inline-block;
        width: 30%;
        margin: 10px;
    }
    .filter-product .inner__filter .panel__sort .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__sort .item {
        display: inline-block;
        width: 40%;
        margin: 10px;
        text-align: center;
    }
    .features .item-features:last-child {
        padding-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .filter-product .no-margin {
        margin-right: -15px;
        margin-left: -15px;
    }
    .filter-product .block_panel {
        display: block;
    }
    .filter-product .group__filter .filter__title p {
        text-align: left;
    }
    .filter-product .group__filter .set__column {
        text-align: right;
    }
    .filter-product .inner__filter .panel__size .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__size .item {
        display: inline-block;
        width: 50%;
        margin: 10px 0;
        text-align: center;
        float: left;
    }
    .filter-product .inner__filter .panel__color .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__color .item {
        display: inline-block;
        width: 50%;
        margin: 10px 0;
        text-align: center;
        float: left;
    }
    .filter-product .inner__filter .panel__color .item .section i {
        width: 25px;
        height: 25px;
    }
    .filter-product .inner__filter .panel__sort .block_panel {
        display: block;
        height: auto;
    }
    .filter-product .inner__filter .panel__sort .item {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        float: left;
    }
    .page-blog-single .comment .content-comment .text-cmt {
        width: 100%;
        margin-top: 10px;
        padding-left: 0px;
    }
}
@media (max-width: 479px) {
    .filter-product .group__filter {
        padding: 0 15px;
    }
    .filter-product .group__filter .set__column a:first-child {
        margin: 0;
    }
    .filter-product .inner__filter .panel__size .item {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        float: left;
    }
    .filter-product .item__filter {
        padding-left: 10px;
        padding-right: 10px;
    }
    .filter-product .item__filter h5 {
        font-size: 13px;
    }
    .filter-product .item__filter .flaticon-next-1 {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    #footer .footer-container .footer-middle .newsletter-footer .form-control-1 {
        text-align: center;
    }
    .group__filter .item__filter {
        width: 100%;
        text-align: center;
    }
    .group__filter .item__filter p {
        text-align: center;
    }
    .item_sort {
        width: 100%;
        text-align: center;
    }
    .block_panel {
        height: unset;
    }
    .filter-product .group__filter {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.form-control.font-montserrat::-moz-placeholder {
    font-size: 15px;
}
.sidebar__size .item_size {
    height: 57px;
    margin-bottom: 20px;
}
.sidebar__size .item_size .section {
    padding: 20px 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.sidebar__size .item_size .section .name-size {
    color: #000;
    margin-left: 14px;
}
.sidebar__size .item_size .section:hover {
    border: 2px solid #cda96f;
}
.sidebar__size .item_size .section:hover .name-size,
.sidebar__size .item_size .section:hover .size {
    color: #cda96f;
}
.sidebar__size .item_size .section:hover {
    padding: 18px 13px;
}
.sidebar__size .item_size .section .size {
    float: right;
    color: #000;
}
.block_panel {
    padding: 0px 28px;
}
.block_panel .list-categories li {
    margin-bottom: 20px;
}
.block_panel .list-categories li a {
    color: #000;
}
.block_panel .list-categories li a:hover {
    color: #cda96f;
    text-decoration: none;
}
.block_panel .list-color .item_color .section {
    display: table;
    cursor: pointer;
}
.block_panel .list-color .item_color .section i {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.block_panel .list-color .item_color .section .gray__color {
    background-color: #eceaeb;
}
.block_panel .list-color .item_color .section .blue__color {
    background-color: #364262;
}
.block_panel .list-color .item_color .section .brown__color {
    background-color: #a99175;
}
.block_panel .list-color .item_color .section .orange__color {
    background-color: #de6a0b;
}
.block_panel .list-color .item_color:hover .section i {
    box-shadow: 0px 0px 7px 2px #ccc;
}
.block_panel .list-color .color_active .section i {
    box-shadow: 0px 0px 7px 2px #ccc;
}
.block_panel .range__price #min {
    left: 0;
    top: 30%;
}
.block_panel .range__price #max {
    right: 0;
    top: 30%;
}
/* # Clothing */

.clothing-search-form .flaticon-search {
    color: #666666;
}
.clothing-sidebar .panel-default > .panel-heading {
    background-color: transparent;
}
.clothing-sidebar .sort-product {
    width: 100%;
    float: left;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    margin-top: 0;
}
.clothing-sidebar .sort-product .product-sort .group__filter {
    border: none;
}
.clothing-sidebar .sort-product .product-sort .group__filter .filter_sort {
    float: left;
    min-width: 15%;
}
.clothing-sidebar .sort-product .product-sort .group__filter .filter_sort h5 {
    padding-left: 20px;
}
.clothing-sidebar .sort-product .product-sort .group__filter .set__column {
    float: right;
    min-width: 20%;
}
.clothing-sidebar .sort-product .inner__filter {
    width: 100%;
    float: left;
}
.clothing-sidebar .sort-product .inner__filter .item_sort .section {
    margin-right: 5px;
}
.clothing-sidebar .sort-product .inner__filter .item_sort .section:hover {
    color: #cda96f;
    cursor: pointer;
}
.clothing-sidebar .sort-product .only-sortby .block_panel {
    height: 90px;
}
.clothing-sidebar .sort-product .only-sortby .block_panel .item_sort .section {
    margin-right: 10px;
}
.clothing-sidebar .sort-product .only-sortby .block_panel .item_sort .section span {
    font-size: 15px;
}
.clothing-sidebar .clothing-search-form {
    margin-bottom: 42px;
}
.clothing-sidebar .clothing-search-form .form-control {
    height: 66px;
    padding-left: 60px;
    border: 1px solid #979797;
}
.clothing-sidebar .clothing-search-form .btn-search {
    top: 15px;
    left: 20px;
    background-color: transparent;
    border: none;
}
.banner-item .content-banner {
    bottom: 0;
    display: inline-block;
    margin: auto;
    max-height: 64px;
    top: 0;
}
.wrapper .entry-content .simple-banner .cover__title h1 {
    font-size: 60px;
}
.list-popup {
    margin-top: 67px;
}
.list-popup .item-zoom {
    overflow: hidden;
}
.list-popup .item-zoom:hover {
    box-shadow: 0 1px 19px #cda96f;
    transition: all 0.7s ease 0s;
}
.list-popup .item-zoom:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}
.list-popup .item-zoom a img {
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
.list-popup a {
    cursor: pointer;
}
.list-popup .item {
    margin-bottom: 35px;
}
.content-newest {
    right: 30px;
    top: 14%;
}
.content-newest h1 {
    letter-spacing: 4px;
    margin: 22px 0;
}
.content-newest p {
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}
.content-newest span {
    display: block;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.content-newest .button-item {
    margin-left: -5px;
    padding-top: 14px;
}
.content-newest .button-item a {
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 1.5px;
    padding: 17px 45px;
    text-decoration: none;
}
.modal .modal-dialog .modal-content .close {
    box-shadow: none;
    color: #9e9e9e;
    font-size: 24px;
    opacity: 1;
    position: absolute;
    right: 81px;
    text-shadow: none;
    top: 67px;
    z-index: 999;
}
.modal .modal-dialog .modal-content .close:hover {
    font-size: 26px;
    transition: all 0.4s;
}
.line-newestitem {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 32px;
}
/* # Newest Item */

@media screen and (max-width: 991px) {
    .content-newest {
        right: 30px;
        top: 14%;
    }
    .content-newest h1 {
        font-size: 25px;
    }
    .content-newest p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .content-newest span {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .content-newest .button-item {
        margin-left: -5px;
        padding-top: 14px;
    }
    .content-newest .button-item a {
        padding: 12px 32px;
    }
    .modal .modal-dialog .modal-content .close {
        right: 10px;
        top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .modal .modal-dialog .modal-content .close {
        right: 15px;
        top: 50px;
    }
}
@media screen and (max-width: 550px) {
    .banner-item .content-banner {
        max-height: 32px;
    }
    .content-newest {
        top: 8%;
    }
}
@media screen and (max-width: 520px) {
    .content-newest {
        right: 35px;
        top: 15%;
    }
    .modal .modal-dialog .modal-content .close {
        right: 10px;
        top: 35px;
    }
    .content-newest h1 {
        font-size: 20px;
    }
    .content-newest p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content-newest span {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .content-newest {
        right: 20px;
        top: 15%;
    }
}
@media screen and (max-width: 480px) {
    .content-newest {
        right: 20px;
        top: 11%;
    }
    .cover .cover__title h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 460px) {
    .content-newest p {
        display: none;
    }
    .content-newest .button-item a {
        padding: 10px 15px;
    }
    .content-newest {
        right: 50px;
        top: 15%;
    }
}
@media screen and (max-width: 410px) {
    .content-newest {
        right: 50px;
        top: 10%;
    }
    .cover .cover__title h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 360px) {
    .list-popup {
        margin-top: 25px;
    }
    .button-item {
        padding: 0;
    }
    .button-item a {
        font-size: 15px;
        padding: 5px 15px;
    }
    .content-newest h1 {
        font-size: 15px;
    }
    .modal .modal-dialog .modal-content .close {
        right: 5px;
        top: 26px;
    }
    .content-newest {
        right: 25px;
        top: 20%;
    }
}
@media screen and (max-width: 355px) {
    .cover .cover__title h1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 350px) {
    .banner-item .content-banner {
        max-height: 13px;
    }
    .content-newest {
        top: 25%;
    }
    .content-newest .button-item a {
        font-size: 15px;
        padding: 8px 12px;
    }
    .content-newest h1 {
        font-size: 15px;
        margin: 0;
    }
    .content-newest span {
        font-size: 20px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 320px) {
    .content-newest {
        top: 23%;
    }
}
.footer-ctnpromo {
    margin-top: 32px;
}
/* # Promo */

.promo-banner {
    background-color: #fbfbfd;
}
.promo-banner .promo-content {
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    max-height: 130px;
}
.promo-banner .promo-content h1 {
    margin: 8px 0;
    font-family: Elsie;
    font-size: 60px;
    line-height: 69px;
}
.promo-banner .promo-content h2 {
    font-weight: 200;
    margin: -5px 0;
    font-family: "Montserrat Light";
    font-size: 30px;
    line-height: 34.5px;
}
.list-promo {
    margin-top: 67px;
}
.list-promo .item1 {
    padding-bottom: 50px;
}
.list-promo .group-promo2 {
    margin-top: 49px;
    margin-bottom: 36px;
}
.list-promo .product {
    border: 1px solid #efefef;
    border-radius: 5px;
}
.list-promo .product:hover .center-main {
    overflow: hidden;
}
.list-promo .product:hover .center-main a img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}
.list-promo .product:hover {
    box-shadow: 0 1px 12px #ddd;
    transition: all 0.3s ease 0s;
}
.list-promo .product .center-main {
    overflow: hidden;
}
.list-promo .product .center-main a img {
    transform: scale(1);
    transition: all 1s ease 0s;
    width: 100%;
}
.list-promo .product .top-main {
    padding-left: 29px;
}
.list-promo .product .top-main a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    line-height: 1.6;
    padding-bottom: 23px;
    max-width: 310px;
}
.list-promo .product .top-main a:hover {
    color: #cda96f;
    transition: all 0.5s ease 0s;
}
.list-promo .product .top-main span {
    color: #979797;
    display: block;
    padding: 23px 0 14px;
}
.list-promo .product .bottom-main {
    margin-top: 25px;
    padding: 0 30px;
}
.list-promo .product .bottom-main .distance-line {
    padding: 27px 0 17px;
}
.list-promo .product .bottom-main .distance-line .line-out {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 5px;
    height: 5px;
    position: relative;
}
.list-promo .product .bottom-main .distance-line .line-out .line-in {
    background-color: #cda96f;
    border: 1px solid #cda96f;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
}
.list-promo .product .bottom-main p {
    line-height: 1.5;
}
.list-promo .product .bottom-main ul {
    margin-left: 3px;
    position: relative;
}
.list-promo .product .bottom-main ul li {
    color: #979797;
}
.list-promo .product .bottom-main ul li span {
    /*background: transparent url("images/promo-page/Promo-8.jpg") no-repeat scroll right center;*/
    
    left: 24%;
    margin: 0 auto;
    padding: 16px 20px;
    position: absolute;
    top: -17%;
}
.list-promo .product .view-detail {
    margin: 35px 0 30px;
}
.list-promo .product .view-detail a {
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    line-height: 9px;
    padding: 9px 33px 12px;
    text-decoration: none;
}
.list-promo .product .view-detail a:hover {
    background-color: #cda96f;
    color: #ffffff;
    border-color: #cda96f;
    transition: all 300ms ease 0s;
}
.footer-promopage {
    border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 650px) {
    .pagination-page .pages ul li {
        display: none;
    }
    .pagination-page .pages ul li:first-child {
        display: inline-block;
    }
    .pagination-page .pages ul li:last-child {
        display: inline-block;
    }
    .pagination-page .pages ul .current {
        display: inline-block;
    }
}
@media screen and (max-width: 900px) {
    .list-promo {
        margin-top: 40px;
    }
}
@media screen and (max-width: 750px) {
    .promo-banner .promo-content {
        max-height: 85px;
    }
    .promo-banner .promo-content h1 {
        font-size: 20px;
    }
    .promo-banner .promo-content h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 590px) {
    .promo-banner .promo-content h1 {
        font-size: 25px;
    }
    .promo-banner .promo-content h2 {
        font-size: 15px;
    }
}
@media screen and (max-width: 590px) {
    .promo-banner .promo-content {
        max-height: 60px;
    }
}
@media screen and (max-width: 375px) {
    .promo-banner .promo-content h2 {
        font-size: 10px;
    }
}
.footer-single {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 32px;
}
.footer-extra {
    border-top: none;
    display: inline-block;
}
/* # Product Single Page */

.product-single .product-center {
    border-top: 1px solid #d7d7d7;
}
.product-single .product-center .single-left {
    padding-right: 0;
}
.product-single .product-center .single-right {
    padding-left: 0;
}
.product-single .product-center .product-all {
    display: inline-block;
    float: left;
    width: 100%;
}
.product-single .product-center .product-all .thumbnail-img {
    padding: 0;
    display: inline-block;
    float: left;
    margin-right: 9px;
    width: 12%;
}
.product-single .product-center .product-all .thumbnail-img .thumb {
    padding-bottom: 6px;
}
.product-single .product-center .product-all .product-image {
    display: inline-block;
    float: left;
    width: 86%;
}
.product-single .product-center .product-right .product-name {
    float: left;
    width: 100%;
    padding-top: 23px;
    padding-left: 35px;
}
.product-single .product-center .product-right .product-name h2 {
    margin: 0;
    float: left;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.product-single .product-center .product-right .product-name span {
    float: right;
    font-size: 27px;
    padding-right: 32px;
    line-height: 1;
    display: inline-block;
    width: auto;
    display: block;
    margin-top: 4px;
}
.product-single .product-center .product-right .product-name span a {
    color: #adadad;
    text-decoration: none;
}
.product-single .product-center .product-right .product-name span a:hover {
    color: red;
}
.product-single .product-center .product-right .price {
    display: inline-block;
    margin-bottom: 27px;
    padding-left: 35px;
}
.product-single .product-center .product-right .price p {
    color: #a9a9a9;
    width: 100%;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.product-single .product-center .product-right .price .money span.woocommerce-Price-amount {
    font-size: 22px;
    font-family: 'Montserrat Light';
}
.product-single .product-center .product-right .price .price_sale {
    letter-spacing: 1.3px;
    margin-right: 38px;
    color: #000;
}
.product-single .product-center .product-right .price .price_compare {
    letter-spacing: 1.3px;
    color: #000;
}
.product-single .product-center .product-right .price .price_compare .money {
    color: #adadad;
}
.product-single .product-center .product-right .tab-product .nav-tabs {
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
}
.product-single .product-center .product-right .tab-product .nav-tabs li {
    border-bottom: 5px solid white;
    margin-right: 23px;
    margin-bottom: 0;
    margin-left: 25px;
}
.product-single .product-center .product-right .tab-product .nav-tabs li:hover {
    border-color: #545454;
}
.product-single .product-center .product-right .tab-product .nav-tabs li:hover a {
    color: #000;
}
.product-single .product-center .product-right .tab-product .nav-tabs li.active {
    border-color: #545454;
}
.product-single .product-center .product-right .tab-product .nav-tabs li.active a {
    color: #000;
}
.product-single .product-center .product-right .tab-product .nav-tabs li a {
    border: none;
    font-family: 'Montserrat Light';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #a9a9a9;
    font-weight: 200;
    padding: 9px 12px;
}
.product-single .product-center .product-right .tab-product .nav-tabs li a:hover {
    background-color: #ffffff;
}
.product-single .product-center .product-right .tab-product .list-comments .user-comments {
    width: 80%;
}
.product-single .product-center .product-right .size {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: 32px;
    width: 100%;
    padding-left: 35px;
}
.product-single .product-center .product-right .size > span {
    color: #636363;
    display: inline-block;
    float: left;
    margin-right: 17px;
    padding: 5px 0;
    letter-spacing: 1px;
}
.product-single .product-center .product-right .size ul {
    display: inline-block;
    float: left;
    margin: 0;
}
.product-single .product-center .product-right .size ul li {
    padding-right: 3px;
}
.product-single .product-center .product-right .size ul li span {
    border: 1px solid #000000;
    border-radius: 18px;
    color: #000;
    display: block;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 57px;
    cursor: pointer;
}
.product-single .product-center .product-right .size ul .current span {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
    padding: 0px;
}
.product-single .product-center .product-right .size .list-size li:hover span {
    background-color: #000;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.product-single .product-center .product-right .color {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: 32px;
    width: 100%;
    padding-left: 35px;
}
.product-single .product-center .product-right .color > span {
    color: #636363;
    display: inline-block;
    float: left;
    margin-right: 17px;
    padding: 5px 0;
    letter-spacing: 1px;
}
.product-single .product-center .product-right .color ul {
    display: inline-block;
    float: left;
    margin: 0;
}
.product-single .product-center .product-right .color ul li {
    padding-right: 3px;
}
.product-single .product-center .product-right .color ul li.current {
    float: none;
}
.product-single .product-center .product-right .color ul li div {
    border: 1px solid #FFF;
    border-color: #666;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    margin: 0 auto;
    vertical-align: bottom;
    width: 30px;
}
.product-single .product-center .product-right .color ul li div div {
    border: 1px solid #e8e8e8;
    border-radius: 1em;
    height: 22px;
    margin: 3px;
    width: 22px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.product-single .product-center .product-right .color ul li div div:hover,
.product-single .product-center .product-right .color ul li.current div div {
    height: 28px;
    margin: 0px -10px -10px 0!important;
    padding: 0;
    width: 28px;
}
.product-single .product-center .product-right .color ul .current span {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 12px;
    padding: 7px 25px;
}
.product-single .product-center .product-right .color .list-size li:hover span {
    background-color: #000;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.product-single .product-center .product-right .color .list-size .current {
    /*display: inline-block;*/
    /*float: left;*/
}
.product-single .product-center .product-right .quantity-product {
    display: inline-block;
    margin-top: 32px;
    width: 100%;
    margin-bottom: 51px;
    padding-left: 35px;
}
.product-single .product-center .product-right .quantity-product .single_input {
    display: inline-block;
    width: 100%;
}
.product-single .product-center .product-right .quantity-product .single_input .qty {
    color: #636363;
    display: inline-block;
    float: left;
    letter-spacing: 1px;
    margin-right: 28px;
    padding: 3px 0;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity {
    display: block;
    float: left;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus {
    display: inline;
    float: left;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 17.5px;
    font-weight: 700;
    padding: 2px 10px;
    position: relative;
    width: 32px;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase:hover {
    background-color: #cda96f;
    border-color: #cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .increase:hover span {
    color: #fff;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 17.5px;
    font-weight: 700;
    margin-right: 8px;
    padding: 2px 10px;
    position: relative;
    width: 32px;
}
.product-single .product-center .icon-heart a i:hover {
    color: #cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced:hover {
    background-color: #cda96f;
    border-color: #cda96f;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity .btn-plus .reduced:hover span {
    color: #fff;
}
.product-single .product-center .product-right .quantity-product .single_input .quantity input {
    border: 1px solid;
    border-radius: 19px;
    display: inline-block;
    float: left;
    height: 31px;
    margin: 0 10px 0 0;
    max-width: 60px;
    position: relative;
    text-align: center;
}
.product-single .product-center .product-right .add-to-cart {
    width: 100%;
    margin-top: 21px;
    display: inline-block;
    padding-left: 35px;
}
.product-single .product-center .product-right .add-to-cart .add-cart {
    border: 1px solid #000;
    color: #fff;
    letter-spacing: 1.2px;
    padding: 16px 59px;
    text-decoration: none;
    display: inline-block;
    margin-right: 19px;
    background-color: #000;
}
.product-single .product-center .product-right .add-to-cart .add-cart:hover {
    border-color: #cda96f;
    background: #cda96f;
}
.product-single .product-center .product-right .add-to-cart .add-wishlist {
    border: 1px solid #000;
    color: #000;
    letter-spacing: 1.2px;
    padding: 16px 39px;
    text-decoration: none;
    display: inline-block;
}
.product-single .product-center .product-right .add-to-cart .add-wishlist:hover {
    border-color: #cda96f;
    color: white;
}
.related-product {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.related-product .product-gird {
    display: inline-block;
    float: left;
    width: 100%;
}
.related-product .product-gird .grid-product-content {
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%;
}
.related-product .product-title {
    display: inline-block;
    float: left;
    margin-bottom: 21px;
    margin-top: 65px;
    width: 100%;
}
.related-product .product-title .title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.related-product .product-title .title h4 {
    margin: 10px 0;
    font-family: 'PT Serif';
}
.related-product .product-title .line-title {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.related-product .product-title .line-title h4 {
    font-family: 'PT Serif';
    letter-spacing: 0.5px;
}
.related-product .bottom-product p {
    letter-spacing: 0.4px;
    margin: 14px 0 5px;
}
.related-product .load-more {
    display: inline-block;
    float: left;
    padding: 43px 0 86px;
    width: 100%;
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related-product .load-more button:hover {
    color: #fff;
    background: #cda96f;
}
.related-product .load-more button {
    border: 1px solid #cda96f;
    background: #fff;
    color: #cda96f;
    letter-spacing: 0.5px;
    padding: 21px 84px 18px 84px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}
.load-more-loader {
    height: 73px;
    width: 100%;
    display: none;
}
.load-more-loader-inner {
    width: calc(100% - 10px);
    color: #cda96f;
    padding: 0 100px;
    text-align: center;
}
.load-more-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}
.load-more-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}
.load-more-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}
.load-more-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}
.load-more-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}
.load-more-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}
.load-more-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
.tab-content {
    /* margin-bottom: 51px; */
}
.tab-content .content-left {
    padding-left: 66px;
}
.tab-content .tab-pane p {
    font-size: 14px;
    font-family: 'Montserrat Light';
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.9;
    margin: 19px 0;
    padding-left: 35px;
    color: #8a8a8a;
}
.tab-content .tab-pane p.stock{
    margin-top: -15px; 
}
.thumbnail-img li {
    opacity: 0.3;
}
.thumbnail-img li:hover {
    opacity: 1;
}
.thumbnail-img li.active {
    opacity: 1;
}
.product-edit {
    padding-top: 8px;
}
.product-edit1 {
    padding-top: 2px;
}
@media screen and (max-width: 1199px) {
    .product-single .product-center .product-all {
        display: inline-block;
        float: left;
    }
    .product-single .product-center .product-all .thumbnail-img {
        margin-right: 9px;
        width: 16%;
    }
    .product-single .product-center .product-all .product-image {
        width: 82%;
        padding-left: 0px;
    }
    .product-single .product-center .product-right .add-to-cart {
        margin-top: 21px;
        display: inline-block;
        padding-left: 35px;
    }
    .product-single .product-center .product-right .add-to-cart .add-cart {
        padding: 16px 30px;
    }
    .product-single .product-center .product-right .add-to-cart .add-wishlist {
        padding: 16px 10px;
    }
    .zoomContainer {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .product-single .product-center .single-left {
        padding-right: 0;
        width: 100%;
    }
    .product-single .product-center .product-all .thumbnail-img {
        margin-right: 9px;
        width: 16%;
    }
    .product-single .product-center .product-all .thumbnail-img .thumb {
        padding-bottom: 6px;
        width: 100%;
    }
    .thumbnail-img .thumb a img {
        width: 100%;
    }
    .product-single .product-center .product-all .product-image {
        width: 82%;
        padding-left: 0px;
    }
    .product-image a img {
        width: 98.7%;
    }
    .product-single .product-center .single-right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .product-image a img {
        width: 98%;
    }
}
@media screen and (max-width: 550px) {
    .product-image a img {
        width: 97%;
    }
}
@media screen and (max-width: 470px) {
    .product-image a img {
        width: 96%;
    }
}
@media screen and (max-width: 650px) {
    .product-single .product-center .product-all .product-image {
        width: 81%;
        padding-left: 0px;
    }
}
@media screen and (max-width: 470px) {
    .product-single .product-center .product-right .tab-product .nav-tabs li {
        margin-right: 5px;
        margin-left: 15px;
    }
    .product-single .product-center .product-right .tab-product .nav-tabs li a {
        padding: 5px 5px;
    }
    .tab-content .tab-pane p {
        padding-left: 15px;
    }
    .product-single .product-center .product-right .size,
    .product-single .product-center .product-right .color {
        padding-left: 15px;
    }
    .product-single .product-center .product-right .quantity-product {
        padding-left: 15px;
    }
}
@media screen and (max-width: 574px) {
    .list-comments li .user-comments {
        width: 80%;
    }
    .list-comments {
        padding-left: 20px;
    }
    .list-comments li {
        width: 100%;
    }
    .product-single .product-center .product-right .add-to-cart {
        padding-left: 75px;
    }
}
@media screen and (max-width: 500px) {
    .product-single .product-center .product-right .add-to-cart {
        padding-left: 45px;
    }
}
@media screen and (max-width: 480px) {
    .list-comments li .user-comments {
        padding-left: 18px;
    }
    .product-single .product-center .product-right .add-to-cart .add-cart {
        padding: 15px 33px;
        float: left;
        width: 50%;
        margin-left: 82px;
        margin-bottom: 30px;
        text-align: center;
    }
    .product-single .product-center .product-right .add-to-cart .add-wishlist {
        padding: 16px 10px;
        width: 50%;
        margin-left: 82px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .woocommerce-breadcrumb {
        font-size: 10px;
    }
}
@media screen and (max-width: 450px) {
    .product-single .product-center .product-right .product-name {
        padding-left: 15px;
    }
    .product-single .product-center .product-right .product-name h2 {
        font-size: 20px;
    }
    .product-single .product-center .product-right .product-name span {
        font-size: 20px;
    }
    .product-single .product-center .product-right .price {
        padding-left: 15px;
    }
    .product-image a img {
        width: 97%;
    }

}

@media screen and (max-width: 441px) {
    .related-product .load-more {
        display: inline-block;
        float: left;
        margin-bottom: 35px;
        width: 100%;
    }
    .related-product .load-more a {
        border: 1px solid #cda96f;
        color: #cda96f;
        display: block;
        letter-spacing: 0.5px;
        text-decoration: none;
        padding: 21px 0;
    }
}
@media screen and (max-width: 460px) {
    .product-image a img {
        width: 97%;
    }
}
@media screen and (max-width: 455px) {
    .product-single .product-center .product-right .add-to-cart {
        padding-left: 15px;
        margin: 0px;
    }
    .product-single .product-center .product-right .add-to-cart .add-cart {
        margin: 0;
        width: 100%;
    }
    .product-single .product-center .product-right .add-to-cart .add-wishlist {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        padding: 14px 10px;
    }
}
@media screen and (max-width: 418px) {
    .product-image a img {
        width: 96%;
    }
    .product-single .product-center .product-right .size {
        margin: 0;
    }
    .product-single .product-center .product-right .color {
        margin: 10px 0;
    }
    .product-single .product-center .product-right .size > span,
    .product-single .product-center .product-right .color > span {
        padding-left: 0px;
        width: 100%;
        margin: 0;
    }
    .product-single .product-center .product-right .size ul,
    .product-single .product-center .product-right .color ul {
        margin: 5px 0 0;
        padding-left: 0;
        width: 100%;
    }
    .product-single .product-center .product-right .size ul li {
        padding-left: 0;
    }
    .product-single .product-center .product-right .quantity-product {
        margin: 0;
        margin-bottom: 20px;
    }
    .product-single .product-center .product-right .quantity-product .qty {
        width: 100%;
        margin: 0;
    }
    .product-single .product-center .product-right .quantity-product .quantity {
        margin-top: 8px;
        width: 100%;
    }
}
@media screen and (max-width: 370px) {
    .related-product .load-more a {
        padding: 15px 0;
        font-size: 18px;
    }
    .list-comments li .user-comments {
        padding-left: 35px;
    }
    .product-image a img {
        width: 95%;
    }
    .tab-content .content-left {
        padding-left: 15px;
    }
    .related-product .load-more {
        padding: 0;
    }
}
@media screen and (max-width: 340px) {
    .product-image a img {
        width: 94.5%;
    }
    .product-single .product-center .product-right .tab-product .nav-tabs li {
        margin-left: 10px;
        margin-right: 0;
    }
    .product-single .product-center .product-right .size ul .current span {
        padding: 0px 0;
    }
    .product-single .product-center .product-right .size ul li span {
        width: 50px;
    }
}
/* # Wishlist Page */

.table-wishlist-1 {
    width: 100%;
}
.table-wishlist-1 table {
    width: 100%;
}
.table-wishlist-1 tr {
    border-bottom: 1px solid #e5e5e5;
}
.table-wishlist-1 tr tr {
    border: none;
}
.table-wishlist-1 td,
.table-wishlist-1 th {
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 20px;
}
.table-wishlist-1 td a,
.table-wishlist-1 th a {
    text-decoration: none;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    text-decoration: none;
    transition: all 0.1s ease-out 0s;
}
.table-wishlist-1 td:last-child,
.table-wishlist-1 th:last-child {
    border-right: none;
}
.table-wishlist-1 td:first-child,
.table-wishlist-1 th:first-child {
    letter-spacing: 2px;
}
.table-wishlist-1 td:nth-child(1),
.table-wishlist-1 th:nth-child(1) {
    width: 11%;
}
.table-wishlist-1 td:nth-child(1) .pull-left,
.table-wishlist-1 th:nth-child(1) .pull-left {
    width: 20%;
}
.table-wishlist-1 td:nth-child(1) .pull-right,
.table-wishlist-1 th:nth-child(1) .pull-right {
    width: 80%;
}
.table-wishlist-1 td:nth-child(2),
.table-wishlist-1 th:nth-child(2) {
    width: 40%;
}
.table-wishlist-1 td:nth-child(3),
.table-wishlist-1 th:nth-child(3) {
    width: 20%;
}
.table-wishlist-1 td:nth-child(4),
.table-wishlist-1 th:nth-child(4) {
    width: 21%;
}
.table-wishlist-1 th {
    padding: 11px 5px;
}
.table-wishlist-1__product-price {
    font-size: 16px;
    line-height: 1.1em;
    display: inline-block;
    letter-spacing: 3px;
    word-spacing: 2px;
}
.table-wishlist-1__product-name {
    color: #fc9501;
    float: left;
    max-width: 250px;
}
.table-wishlist-1__product-name a {
    color: #000000;
    font-weight: lighter;
    letter-spacing: 1.5px;
}
.table-wishlist-1__product-name a:hover {
    color: #cda96f;
    text-decoration: none;
}
.table-wishlist-1 a.color-red {
    color: #fa6b6b;
}
.table-wishlist-1 a.color-red:active,
.table-wishlist-1 a.color-red:hover,
.table-wishlist-1 a.color-red:focus {
    color: #333333;
}
.table-wishlist-1 a.color-green {
    color: #21caa9;
}
.table-wishlist-1 a.color-green:active,
.table-wishlist-1 a.color-green:hover,
.table-wishlist-1 a.color-green:focus {
    color: #333333;
}
.table-wishlist-1 .icon {
    font-size: 20px;
}
.table-wishlist-1 .icon:active {
    color: #333333;
}
.wishlist-mobile {
    display: none;
}
@media (max-width: 991px) {
    .title-wistlist {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .table-wishlist-1__product-image .img-product {
        margin: 0;
        max-width: 130px;
    }
    .table-wishlist-1 td:nth-child(3),
    .table-wishlist-1 th:nth-child(3) {
        display: none;
    }
    .table-wishlist-1 td,
    .table-wishlist-1 th {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-wishlist-1 .visible-icon .icon {
        position: relative;
        top: -8px;
        font-size: 20px;
        margin-left: 7px;
    }
    .table-wishlist-1 th {
        display: none;
    }
    .table-wishlist-1 td,
    .table-wishlist-1 th {
        border-right: none;
    }
    .table-wishlist-1 td:nth-child(1) .visible-icon,
    .table-wishlist-1 th:nth-child(1) .visible-icon {
        float: right;
        display: inline-block;
    }
    .table-wishlist-1 td:nth-child(1) h5,
    .table-wishlist-1 th:nth-child(1) h5 {
        padding-right: 67px;
    }
    .table-wishlist-1 td:nth-child(2) td,
    .table-wishlist-1 th:nth-child(2) td,
    .table-wishlist-1 td:nth-child(3) td,
    .table-wishlist-1 th:nth-child(3) td,
    .table-wishlist-1 td:nth-child(4) td,
    .table-wishlist-1 th:nth-child(4) td {
        display: block;
    }
    .table-wishlist-1 td a.add-to-cart {
        font-size: 10px;
        padding: 10px;
    }
}
.clear-mobile {
    display: none;
}
@media (max-width: 532px) {
    .table-wishlist-1__product-image {
        position: relative;
    }
    .table-wishlist-1__product-image .clear-mobile {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .table-wishlist-1__product-image .clear-mobile .flaticon-cancel:before {
        font-weight: bold;
    }
    .wishlist-mobile {
        display: block;
    }
    .wishlist-mobile .table-wishlist-1__product-name {
        padding: unset;
        text-align: center;
        display: inline-block;
        min-width: 100%;
    }
    .wishlist-mobile .table-wishlist-1__product-price {
        width: 100%;
    }
    .wishlist-mobile .table-wishlist-1__product-price span {
        width: 100%;
    }
    .wishlist-mobile .add-to-cart {
        display: inline-block;
        width: 100%;
    }
    .table-wishlist-1__product-image .img-product {
        margin: 0;
        max-width: 100%;
    }
    .table-wishlist-1 td:nth-child(2),
    .table-wishlist-1 th:nth-child(2),
    .table-wishlist-1 td:nth-child(3),
    .table-wishlist-1 th:nth-child(3),
    .table-wishlist-1 td:nth-child(4),
    .table-wishlist-1 th:nth-child(4),
    .table-wishlist-1 td:nth-child(5),
    .table-wishlist-1 th:nth-child(5) {
        display: none;
    }
    .table-wishlist-1 td:nth-child(1) .img-responsive,
    .table-wishlist-1 th:nth-child(1) .img-responsive {
        display: inline-block;
        width: 100%;
    }
    .table-wishlist-1 td:nth-child(1),
    .table-wishlist-1 th:nth-child(1) {
        display: inline-block;
        width: 100%;
    }
    .table-wishlist-1 td:nth-child(1) .pull-left,
    .table-wishlist-1 th:nth-child(1) .pull-left {
        width: 100%;
        text-align: center;
    }
    .table-wishlist-1 td:nth-child(1) .pull-right,
    .table-wishlist-1 th:nth-child(1) .pull-right {
        width: 100%;
        text-align: center;
        padding-top: 19px;
    }
    .table-wishlist-1 td:nth-child(1) .visible-icon,
    .table-wishlist-1 th:nth-child(1) .visible-icon {
        float: none;
    }
    .table-wishlist-1__product-name {
        padding-right: 5%;
      
    }
    .table-wishlist-1__product-image {
        float: left;
        margin-right: 25px!important;
    }
    .wishlist-mobile {
        float: left;
        text-align: left;
    }
    .wishlist-mobile p {
        margin: 0 0 5px;
    }
    .table-wishlist-1__product-name {
       
        
        margin-top: 0px!important;
        margin-bottom: 5px!important;
    }
    .table-wishlist-1__product-price {
        text-align: left;
        margin-left: 5px;
    }
    .table-wishlist-1 .woocommerce-Price-amount {
        text-align: left;
    }
}
.wishlist-page .title-wistlist {
    letter-spacing: 5px;
    letter-spacing: 5px;
    padding-bottom: 72px;
    padding-top: 40px;
}
.wishlist-page .title-wistlist h3 {
    font-weight: lighter;
    letter-spacing: 6px;
    color: #000;
    margin: 20px 0 10px 0;
    font-size: 27px;
}
.wishlist-page .table-wishlist-1 .text-item {
    letter-spacing: 3px;
    float: left;
}
.wishlist-page .table-wishlist-1 .text-price {
    letter-spacing: 2.5px;
}
.wishlist-page .table-wishlist-1 td .table-wishlist-1__product-image {
    margin-right: 35px;
    margin-left: 0px;
}
.wishlist-page .table-wishlist-1 td h5.table-wishlist-1__product-name {
    margin-top: 25px;
}
.wishlist-page .table-wishlist-1 td .table-wishlist-1__product-image .img-product {
    margin-left: 30px;
    max-width: 62px;
}
.wishlist-page .table-wishlist-1 td .table-wishlist-1__product-image img {
    max-width: 100px;
    max-height: auto;
}
.wishlist-page .table-wishlist-1 td .add-to-cart {
    letter-spacing: 1.5px;
    padding: 15px 25px;
    word-spacing: 3px;
    border-radius: 0px;
    background: #000;
}
.wishlist-page .table-wishlist-1 td .add-to-cart:hover {
    background: #cda96f;
}
.wishlist-page .table-wishlist-1 td .product-remove a {
    color: black;
}
.wishlist-page .table-wishlist-1 td .product-remove a:hover {
    color: #cda96f;
}
.wishlist-page .social-page {
    padding: 60px 0;
}
.wishlist-page .social-page p {
    letter-spacing: 3px;
}
.wishlist-page .social-page .icon-social {
    margin-top: 30px;
}
.wishlist-page .social-page .icon-social ul li {
    padding-right: 10px;
    padding-left: 10px;
}
.wishlist-page .social-page .icon-social ul li a {
    border: 1px solid;
    border-radius: 20px;
    color: black;
    display: block;
    font-size: 20px;
    padding: 4px 28px;
}
.wishlist-page .social-page .icon-social ul li a:hover {
    text-decoration: none;
    color: #cda96f;
}

.cover {
    background-color: #fbfbfd;
}
.cover .cover__img img {
    width: 100%;
}
.cover .cover__title {
    bottom: 0;
    display: inline-block;
    margin: auto;
    max-height: 100px;
    top: 0;
}
.cover .cover__title h1 {
    letter-spacing: 5px;
    margin: 0;
    top: 50%;
    line-height: 69px;
    color: #000;
}
.product-gird .grid-product-content {
    margin-top: 42px;
}
.product-gird .grid-product-content .item {
    margin-bottom: 30px;
}
.product-gird .grid-product-content .item .product-img {
    overflow: hidden;
}
.product-gird .grid-product-content .item .product-img img {
    width: 100%;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist {
    right: 5%;
    top: 4%;
    padding: 2px;
    font-size: 17px;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist a {
    color: #a9a9a9;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist a:hover {
    color: #cda96f;
}
.product-gird .grid-product-content .item .product-img .icon-wishlist .fa-heart,
.product-single .product-name .icon-heart .fa-heart {
    color: #cda96f;
}
.product-gird .grid-product-content .item .product-img:hover {
    margin: 0;
    transition: all 0.5s ease-in-out 0s;
}
.product-gird .grid-product-content .item .product-img:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
}
.product-gird .grid-product-content .item .product-img a img {
    transform: scale(1);
    transition: all 1s ease 0s;
}
.product-gird .grid-product-content .item .product-content h5 {
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 50px;
    word-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-gird .grid-product-content .item .product-content h5 a {
    color: #000;
    text-decoration: none;
    float: left;
    margin-top: 20px;
    text-transform: none;
}
.product-gird .grid-product-content .item .product-content h5 a:hover {
    color: #cda96f;
    text-decoration: none;
}
.product-gird .grid-product-content .item .product-content h5 a:focus {
    outline: none;
}
.product-gird .grid-product-content .item .product-content p {
    color: #a9a9a9;
}
.product-gird .grid-product-content .item .product-content .font15 span.woocommerce-Price-amount {
    font-size: 15px;
}
.tab-product .group-content {
    display: inline-block;
    float: left;
    overflow-x: hidden;
    height: 387px;
    overflow-y: scroll;
    width: 100%;
}
.tab-product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #fff;
}
.tab-product::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.tab-product::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border: 0px solid #fff;
    border-radius: 10px;
    opacity: 0.5;
}
.list-comments {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.list-comments > li {
    display: inline-block;
    float: left;
    width: 90%;
    padding-bottom: 0px;
    padding-top: 18px;
}
.list-comments li span {
    float: left;
    width: 20%;
    display: inline-block;
}
.list-comments li .user-comments {
    display: inline-block;
    float: left;
}
.list-comments li .user-comments > h4 {
    padding: 0;
    margin: 0;
}
.list-comments li .user-comments > h6 {
    color: #a9a9a9;
    line-height: 1.8;
    padding-top: 3px;
    padding-left: 2px;
}
.comments .list-comments li .user-comments .comment-meta span.edit-link {
    float: right;
}
.comments .list-comments li .user-comments .comment-meta span.edit-link > span {
    width: auto;
    float: right;
}
.comments .list-comments li .user-comments .comment-meta span.edit-link a.comment-edit-link {
    margin-left: 10px;
    float: right;
}
.comments .list-comments li p.comment-notes,
.comments .list-comments li p.comment-notes span {
    width: auto;
    float: none;
}
.comment-form-comment textarea#comment {
    border-bottom: 1px solid #9f9f9f;
}
.tab-main {
    display: inline-block;
    float: left;
    margin-top: 36px;
    width: 100%;
    margin-bottom: 31px;
}
.tab-main h5 {
    color: #000;
    letter-spacing: 0.2px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}
.tab-main span {
    color: #8a8a8a;
    display: inline-block;
    float: left;
    padding-top: 3px;
    width: 100%;
}
.tab-main ul {
    padding-left: 0;
}
.tab-main ul li {
    color: #8a8a8a;
    line-height: 1.9;
}
.tab-main .content-left {
    display: inline-block;
    float: left;
    width: 50%;
}
.tab-main .content-left .left-bottom {
    display: inline-block;
    float: left;
    margin-top: 33px;
    width: 100%;
}
.tab-main .content-left .left-top {
    display: inline-block;
    float: left;
    width: 100%;
}
.tab-main .content-right {
    display: inline-block;
    float: right;
    width: 49%;
    padding-left: 16px;
}
.tab-main .content-right .right-top {
    display: inline-block;
    float: left;
    width: 100%;
}
.tab-main .content-right .right-bottom {
    display: inline-block;
    float: left;
    padding-top: 33px;
    width: 100%;
}
.checkout-title {
    margin-bottom: 60px;
    margin-top: 39px;
}
.checkout-title .checkout-banner h3 {
    letter-spacing: 5.4px;
}
.checkout-form {
    padding-bottom: 10px;
}
.checkout-form .input-box {
    font-family: "Montserrat Light";
}
.checkout-form input,
.checkout-form select {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-family: "Montserrat Light";
    height: 52px;
    padding-left: 15px;
    width: 100%;
    -moz-appearance: none;
}
.checkout-form .select {
    position: relative;
}
.checkout-form .select:after {
    color: #aaa;
    content: "\f10e";
    font-family: Flaticon;
    font-size: 18px;
    padding: 0 0 2px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 13px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    background-color: #fff;
}
.checkout-form .form__title {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
}
.checkout-form .form__title h4 {
    display: inline-block;
    float: left;
    font-weight: 100;
    letter-spacing: 3.5px;
    padding-right: 27px;
}
.checkout-form .form__title span {
    display: block;
    letter-spacing: 0.3px;
    padding-top: 10px;
}
.checkout-form .form__title span a {
    color: #000000;
    letter-spacing: 0.3px;
    padding-left: 3px;
    text-decoration: underline;
}
.checkout-form .form-label {
    letter-spacing: 2.8px;
    margin-bottom: 23px;
    font-family: 'Montserrat Light';
}
@media (min-width: 1200px) {
    .checkout-form .payment-left .form-box {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-right .form-box {
        width: 90%;
        float: left;
    }
}
.checkout-form .payment-right .tab-menu {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}
.checkout-form .payment-right .tab-menu .type-general {
    display: inline-block;
    float: left;
    margin: 0;
}
.checkout-form .payment-right .tab-menu .type-general li {
    padding-right: 17px;
    padding-left: 0;
}
.checkout-form .payment-right .tab-menu .type-general li:hover a {
    background-color: #cda96f;
}
.checkout-form .payment-right .tab-menu .type-general li:hover a span {
    -webkit-filter: brightness(185%);
    filter: brightness(185%);
}
.checkout-form .payment-right .tab-menu .type-general li:hover a .title-payment {
    color: #fff;
}
.checkout-form .payment-right .tab-menu .type-general li.active a {
    background-color: #cda96f;
}
.checkout-form .payment-right .tab-menu .type-general li.active a span {
    -webkit-filter: brightness(185%);
    filter: brightness(185%);
}
.checkout-form .payment-right .tab-menu .type-general li.active a .title-payment {
    color: #fff;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene {
    float: left;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 5px;
    display: block;
    position: relative;
    text-decoration: none;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a span {
    background: transparent url("images/checkout-page/credit-cart-icon.png") no-repeat scroll right center;
    left: 33%;
    margin: 0 auto;
    padding: 16px 20px;
    position: absolute;
    top: 19%;
}
.checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
    color: #979797;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    font-family: "Montserrat Light";
}
@media (min-width: 992px) {
    .checkout-form .payment-right .tab-menu .type-general .type-gene a {
        width: 107px;
        height: 106px;
    }
    .checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
        padding-top: 65px;
    }
}
@media (max-width: 991px) {
    .checkout-form .payment-right .tab-menu .type-general .type-gene a {
        width: 92px;
        height: 92px;
    }
    .checkout-form .payment-right .tab-menu .type-general .type-gene a .title-payment {
        padding-top: 48px;
    }
    .header-container.type1 .mega-mobile li h4 a,
    .header-container.type4 .mega-mobile li h4 a {
        font-weight: normal;
        font-family: "Montserrat Light", sans-serif;
        font-size: 13px;
    }
}
.checkout-form .payment-right .tab-menu .type-general .type-2 {
    float: left;
}
.checkout-form .payment-right .tab-menu .type-general .type-2 a span {
    background: transparent url("images/checkout-page/bank-transfer-icon.png") no-repeat scroll right center;
    left: 24%;
    margin: 0 auto;
    padding: 16px 20px;
    position: absolute;
    top: 19%;
}
.checkout-form .payment-right .tab-menu .type-general .type-3 {
    padding-right: 0;
}
.checkout-form .payment-right .tab-menu .type-general .type-3 a span {
    background: transparent url("images/checkout-page/paypal-icon.png") no-repeat scroll right center;
    left: 28%;
    margin: 0 auto;
    padding: 16px 20px;
    position: absolute;
    top: 20%;
}
.checkout-form .payment-right .ccjs-hidden,
.checkout-form .payment-right .ccjs-csc-diagram-wrapper {
    display: none;
}
.checkout-form .payment-right .card-number .form-cardnumber {
    float: left;
    display: inline-block;
    width: 65%;
}
.checkout-form .payment-right .card-number .form-cardnumber input {
    font-family: 'Montserrat Light';
    letter-spacing: 2px;
}
.checkout-form .payment-right .card-number .form-cvv {
    float: right;
    width: 28%;
    display: inline-block;
    position: relative;
}
.checkout-form .payment-right .card-number .form-cvv input {
    font-family: 'Montserrat Light';
    letter-spacing: 2px;
}
.checkout-form .payment-right .card-number .tip {
    position: absolute;
    top: 62px;
    right: 8px;
}
.checkout-form .payment-right .card-number .tip .ccjs-csc-help {
    background-color: transparent;
    border: none;
}
.checkout-form .payment-right .card-number .icon-question {
    background: transparent url("images/checkout-page/icon-question.png") no-repeat scroll right center;
    padding: 13px;
    cursor: pointer;
}
.place-order {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 15px;
    padding-top: 88px;
}
.place-order a {
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 3px;
    padding: 16px 85px;
    text-decoration: none;
    display: inline-block;
}
.place-order a:hover {
    background-color: #cda96f;
    color: #fff;
    transition: all 300ms ease 0s;
}
.top-mini-cart .cart-dd {
    margin-top: 0px;
    padding: 30px 32px;
    left: auto;
    right: 15px;
    width: 368px;
    background: #fff;
    line-height: 2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    max-height: 500px;
    overflow-y: scroll;
}
.top-mini-cart .cart-dd .cart-content h5 {
    margin: 0;
    margin-bottom: 25px;
}
.top-mini-cart .cart-dd .cart-content .woocommerce-Price-amount {
    font-family: "Montserrat Light", sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.top-mini-cart .items {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 46px;
}
.top-mini-cart .items .items-inner:first-child {
    padding-top: 0;
}
.top-mini-cart .items .cart-item-image {
    float: left;
    margin-right: 23px;
    display: block;
    overflow: hidden;
}
.top-mini-cart .items .cart-item-image a {
    display: block;
    border: 1px solid #e7e2d1;
    float: left;
    max-width: 90px;
}
.top-mini-cart .items .cart-item-image a img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.top-mini-cart .items .cart-item-info {
    float: left;
    max-width: 100%;
    color: #636363;
}
.top-mini-cart .items .cart-item-info h4 {
    margin: 10px 0;
}
.top-mini-cart .items .cart-item-info .product-name {
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 14px;
    color: #636363;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.top-mini-cart .items .cart-item-info .product-name:hover {
    color: #cda96f;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.top-mini-cart .items .cart-item-info h5 {
    margin-bottom: 6px;
}
.top-mini-cart .mark-border:before {
    content: '';
    width: 175px;
    border-bottom: 1px #ccc solid;
    position: absolute;
    bottom: -22px;
}
.top-mini-cart .subtotal {
    text-transform: capitalize;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.top-mini-cart .subtotal .shipping-cart {
    display: inline-block;
    width: 100%;
    line-height: 1.3;
}
.top-mini-cart .subtotal .shipping-cart .lable-cart {
    float: left;
}
.top-mini-cart .subtotal .cart-item-total-price {
    float: right;
    color: #363636;
}
.top-mini-cart .subtotal .cart-item-total-price .money {
    float: right;
}
.top-mini-cart .subtotal > span:first-child {
    margin-right: 5px;
    color: #363636;
}
.top-mini-cart .mini-cart-action {
    padding: 0;
    float: right;
    width: 100%;
    text-align: right;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 20px;
}
.top-mini-cart .mini-cart-action .btn-checkout {
    background-color: #000;
    color: #fff;
    line-height: 12px;
    padding: 20px 10px;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-mini-cart .mini-cart-action .btn-checkout:hover {
    background-color: #cda96f;
    color: #fff;
    border-color: #cda96f;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-mini-cart .mini-cart-action .btn-active {
    background-color: #fff;
    color: #636363;
}
.top-mini-cart:hover .cart-dd {
    display: block;
}
@media (min-width: 480px) {
    .top-mini-cart .number-items {
        right: -15px;
    }
}
@media (max-width: 479px) {
    .top-mini-cart .number-items {
        right: -10px;
        /* bottom: 10px; */
    }
}
@media (max-width: 400px) {
    .top-mini-cart .cart-dd {
        width: 300px;
    }
    .wishlist-page .social-page .icon-social ul li {
        padding-right: 3px; 
        padding-left: 3px; 
    }
    .table-wishlist-1__product-price {
        margin-left: 0px;
    }
}
/* # CheckOut Page */

.shopping-cart-table {
    width: 100%;
}
.cart-table-items {
    padding-left: 40px;
}
.title-table {
    letter-spacing: 3.5px;
}
.shopping-cart-table tr {
    border-bottom: 1px solid #e5e5e5;
}
.shopping-cart-table th {
    color: #000;
    font-weight: 500;
    padding: 20px 0;
}
.shopping-cart-table td {
    padding: 23px 0 26px 0;
}
.shopping-cart-table td,
.shopping-cart-table th {
    text-align: center;
}
.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child,
.shopping-cart-table td:last-child,
.shopping-cart-table th:last-child,
.shopping-cart-table td:nth-child(2),
.shopping-cart-table th:nth-child(2) {
    border-right: none;
}
.shopping-cart-table td:first-child,
.shopping-cart-table th:first-child {
    text-align: left;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(1),
.shopping-cart-table th:nth-child(1) {
    width: 18.3%;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(2),
.shopping-cart-table th:nth-child(2) {
    width: 22.7%;
    text-align: left;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(3),
.shopping-cart-table th:nth-child(3) {
    width: 10%;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(4),
.shopping-cart-table th:nth-child(4) {
    width: 14%;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(5),
.shopping-cart-table th:nth-child(5) {
    width: 15%;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(6),
.shopping-cart-table th:nth-child(6) {
    width: 15%;
    vertical-align: middle;
}
.shopping-cart-table td:nth-child(7),
.shopping-cart-table th:nth-child(7) {
    width: 5%;
    vertical-align: middle;
}
.shopping-cart-table__input {
    position: relative;
}
.shopping-cart-table__input .qty {
    padding: 6px 12px 6px 0px;
    height: 35px;
    border: none;
}
.shopping-cart-table__input .btn-plus {
    background-color: transparent;
    display: inline-block;
    float: left;
    height: 33px;
    width: 18px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.shopping-cart-table__input .btn-plus .quantity-up {
    position: absolute;
    display: inline-block;
    top: 5px;
}
.shopping-cart-table__input .btn-plus .quantity-down {
    position: absolute;
    left: -75px;
    top: 5px;
}
.shopping-cart-table__input .btn-plus .fa-angle-up {
    display: block;
    color: #000;
    font-size: 26px;
}
.shopping-cart-table__input .btn-plus .fa-angle-down {
    display: block;
    color: #b5b5b5;
    font-size: 26px;
}
.shopping-cart-table__input .items {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
    height: 18px;
    text-align: center;
    width: 18px;
}
.shopping-cart-table__input .items .fa {
    font-size: 12px;
    position: relative;
    top: -3px;
}
.shopping-cart-table__input .items:hover .fa:before {
    color: #fc9501;
}
.shopping-cart-table__delete.flaticon-cancel {
    font-size: 15px;
}
/* # Mini Cart */

@media (min-width: 1200px) {
    .shopping-cart-table td:nth-child(1),
    .shopping-cart-table th:nth-child(1) {
        width: 126px;
    }
    .shopping-cart-table td:nth-child(2),
    .shopping-cart-table th:nth-child(2) {
        width: 405px;
    }
    .shopping-cart-table td:nth-child(3),
    .shopping-cart-table th:nth-child(3) {
        width: 0;
    }
    .shopping-cart-table td:nth-child(4),
    .shopping-cart-table th:nth-child(4) {
        width: 149px;
    }
    .shopping-cart-table td:nth-child(5),
    .shopping-cart-table th:nth-child(5) {
        width: 262px;
    }
    .shopping-cart-table td:nth-child(6),
    .shopping-cart-table th:nth-child(6) {
        width: 136px;
    }
    .shopping-cart-table td:nth-child(7),
    .shopping-cart-table th:nth-child(7) {
        width: 96px;
    }
    .shopping-cart-table__product-image {
        padding: 0 30px;
    }
    .shopping-cart-table__product-name {
        margin-left: 5px;
        margin-bottom: 9px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 1199px) {
    .shopping-cart-table td,
    .shopping-cart-table th {
        vertical-align: middle;
    }
}
.shopping-cart-table__create {
    float: right;
    position: relative;
    top: -10px;
    right: 20%;
}
.shopping-cart-table__product-image {
    padding: 0 19px 0 0;
}
.shopping-cart-table__product-price {
    font-size: 16px;
    line-height: 1.1em;
}
@media (max-width: 1200px) {
    .shopping-cart-table__product-price {
        font-size: 14px;
    }
    .sidebar-blog.sidebar .sidebar__post .list-post .item .content-post {
        padding: 5px 0 0 0px;
    }
    .sidebar-blog.sidebar .sidebar__recent .list-recent .item .content-recent {
        padding: 5px 0 0 0px;
    }
}
.shopping-cart-table__input {
    width: 77px;
    display: inline-block;
}
.shopping-cart-table__input input {
    text-align: center;
    color: #000;
}
.shopping-cart-table a {
    color: #000;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}
.shopping-cart-table__product-name {
    margin-bottom: 20px;
}
.shopping-cart-table__product-name a {
    color: #000;
    text-transform: none;
}
.shopping-cart-table h5.shopping-cart-table__product-name {
    margin: 10px 0 20px 0;
}
.shopping-cart-table__list-parameters {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.shopping-cart-table__list-parameters li {
    padding: 0 0 7px 0;
    text-align: left;
    font-size: 16px;
}
.shopping-cart-table__list-parameters span {
    color: #333333;
    display: inline-block;
    margin-right: 6px;
}
.logo-shopping-cart {
    position: relative;
}
.logo-shopping-cart img {
    width: 12%;
    padding-top: 2%;
}
.logo-shopping-cart h3 {
    letter-spacing: 5.5px;
    font-weight: 500;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 31.05px;
    font-size: 27px;
    font-family: "Montserrat Light";
    margin: 20px 0 10px 0;
}
@media (max-width: 767px) {
    .shopping-cart-table__create {
        float: right;
        position: relative;
        top: -10px;
        right: 0px;
        margin-right: 0px;
        margin-left: 18px;
    }
    .shopping-cart-table__delete {
        float: right;
        position: relative;
        top: -10px;
    }
    .shopping-cart-table__product-name {
        font-weight: normal;
    }
    .shopping-cart-table__list-parameters li {
        padding: 0 0 2px 0;
        font-size: 14px;
    }
    .shopping-cart-table tbody,
    .shopping-cart-table td,
    .shopping-cart-table tr {
        display: block;
        border: 0;
        width: 100%;
        text-align: center;
    }
    .shopping-cart-table tr {
        border-bottom: 1px solid #e5e5e5;
    }
    .shopping-cart-table td:nth-child(1) {
        width: 30%;
        display: table-cell;
    }
    .shopping-cart-table td:nth-child(2) {
        width: 45%;
        display: table-cell;
        text-align: left;
    }
    .shopping-cart-table td:nth-child(3) {
        width: 20%;
        display: table-cell;
        text-align: left;
    }
    .shopping-cart-table td:nth-child(4),
    .shopping-cart-table td:nth-child(5),
    .shopping-cart-table td:nth-child(6),
    .shopping-cart-table td:nth-child(7) {
        display: none;
    }
    .shopping-cart-table thead {
        display: none;
    }
    .shopping-cart-table .price-mobile {
        font-size: 14px;
        font-weight: 700;
    }
    .logo-shopping-cart h3 {
        position: relative;
        margin-bottom: 15px;
        top: 10px;
    }
    .logo-shopping-cart img {
        display: none;
    }
    .bill-text .table-total {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .coupon--padding .form-group {
        text-align: center;
    }
    .coupon--padding .form-group input {
        margin-bottom: 10px;
    }
    .shopping-cart-btns {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        display: inline-block;
    }
    .shopping-cart-btns .btn {
        float: right;
    }
    .shopping-cart-btns .btn a {
        display: inline-block;
        margin-left: 0;
        padding: 15px 0px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) and (max-width: 529px) {
    .shopping-cart-table__create {
        margin-right: 0px;
        margin-left: 7px;
    }
}
.coupon {
    margin-top: 57px;
}
.coupon label {
    padding-bottom: 17px;
    margin-bottom: 5px;
    font-weight: 200;
    letter-spacing: 0px;
    font-size: 17px;
    font-family: 'Montserrat';
    color: #000;
}
.coupon input {
    letter-spacing: 1px;
}
.coupon .form-control {
    display: inline-block;
    width: 240px;
    padding-left: 25px;
    height: 50px;
    margin-right: 14px;
}
.coupon .apply {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    height: 49px;
    padding: 0px 32px;
}
.coupon .apply:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cda96f;
    border: 1px solid #cda96f;
}
.bill-text {
    padding-bottom: 80px;
}
.bill-text .table-total {
    float: right;
    margin-top: 32px;
    width: 66%;
}
.bill-text .table-total tbody {
    border-bottom: 1px solid;
    color: #8a8a8a;
}
.bill-text .grandtotal {
    color: #000;
}
.bill-text .text-total {
    padding-left: 10px;
    padding-right: 35px;
}
.bill-text .text-sub {
    font-weight: 300;
    height: 68px;
    padding-right: 110px;
}
/* # Shopping Cart */

.shopping-cart-btns {
    display: inline-block;
}
.shopping-cart-btns .btn {
    padding: 0;
}
.shopping-cart-btns .process a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 20px;
    padding: 20px 35px;
    text-decoration: none;
    display: block;
}
.shopping-cart-btns .process a:hover {
    text-decoration: none;
}
.shopping-cart-btns .continute-shopping a {
    border: 1px solid #000;
    color: #000;
    font-family: 'Montserrat Light';
    font-size: 16px;
    letter-spacing: 2px;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.shopping-cart-btns .continute-shopping a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cda96f;
    border: 1px solid #cda96f;
}
.flaticon-cancel {
    font-size: 15px;
}
h5 {
    line-height: 1.5;
}
.text-items {
    float: left;
    padding-left: 30px;
}
.shopping-cart-table__product-price span {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    font-size: 17px;
    font-family: Montserrat;
}
.form-group button {
    font-family: 'Montserrat';
    font-size: 14px;
}
.form-group input {
    font-family: 'Montserrat';
}
.form-group input .form-control::-moz-placeholder {
    font-family: 'Montserrat';
}
.shopping-cart-table {
    margin-top: 10px;
    border: 0;
}
.shopping-cart-table th,
.shopping-cart-table td {
    border: 0;
}
.shopping-cart-table a {
    text-decoration: none;
}
.shopping-cart-table .woocommerce-Price-amount {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.shopping-cart-table .shopping-cart-table__delete {
    text-decoration: none;
}
.shopping-cart-table .shopping-cart-table__delete:hover {
    text-decoration: none;
}
.shopping-cart-table .shopping-cart-table__delete:focus {
    outline: none;
}
.single-product .widget-area {
    display: none;
}
.single-product div.quantity input.qty {
    display: none;
}
div.mini-cart__price-total {
    margin-bottom: 20px;
}
.wc-proceed-to-checkout a.checkout-button {
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #000!important;
    font-size: 16px;
    padding: 20px 35px;
    line-height: 24px;
    font-family: 'Montserrat Light';
    letter-spacing: 0.3px;
}
.cart_totals h2 {
    font-family: 'Montserrat Light';
    letter-spacing: 0.5px;
    font-size: 24px;
    text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #cda96f!important;
}
.shopping-cart-table__input .quantity input {
    font-size: 21px;
    padding: 6px 0;
}
/* # Checkout */

.woocommerce-checkout .footer-1,
.woocommerce-checkout .footer-2 {
    display: none !important
}
.woocommerce-checkout .select2-container .select2-choice {
    padding: 4px 0 4px 8px;
    border-radius: 0
}
.checkout-breadcrumb h1 {
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: normal;
    color: #cccccc;
    font-size: 150%
}
.checkout-breadcrumb span.divider {
    display: inline-block;
    margin: 0 10px;
    opacity: .6
}
.woocommerce-cart .title-cart,
.woocommerce-checkout .title-checkout {
    font-weight: bolder;
    color: #000
}
.woocommerce .order-review,
.woocommerce-checkout form.login {
    border: 3px solid #cda96f;
    padding: 30px;
    border-radius: 0;
}
.woocommerce .checkout-group label {
    font-weight: bold
}
.checkout-group h3 {
    color: #cda96f;
    font-size: 130%;
    text-transform: uppercase;
    padding: 8px 0 10px;
    margin-bottom: 15px;
    border-top: 3px solid #DDD;
    width: 98.5%;
    border-bottom: 1px solid #EEE
}
.checkout-group h3:before,
.order-review h3:before {
    content: '\f104';
    font-family: 'Flaticon';
    margin-right: 10px
}
.woocommerce-checkout .entry-title {
    width: 80%;
    display: inline-block
}
.woo-billing p {
    display: inline-block;
    margin-bottom: 25px;
    width: 98.5%
}
.woo-billing p input {
    margin-bottom: 0
}
#billing_address_1_field {
    margin-bottom: 10px
}
#billing_first_name_field,
#billing_last_name_field,
#billing_email_field,
#billing_phone_field,
#billing_postcode_field,
#billing_city_field {
    width: 49%
}
#billing_first_name_field,
#billing_email_field,
#billing_postcode_field {
    padding-right: 2%
}
label.checkbox {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal
}
p.create-account-row {
    display: inline-block;
    width: 98.5%;
    padding: 15px 0 10px;
    border-bottom: 1px solid #DDD
}
.input-checkbox {
    display: inline-block
}
#order_comments,
.large-5 {
    width: 98.5%
}
h3#ship-to-different-address {
    font-size: 100%;
    border-width: 1px
}
h3#ship-to-different-address:before {
    display: none
}
h3#ship-to-different-address label.checkbox {
    margin-left: 0
}
h3#ship-to-different-address input {
    margin-bottom: 0;
    margin-left: 10px
}
h3#ship-to-different-address:hover {
    color: #000000
}
.order-review h3 {
    padding: 0 0 10px;
    color: #627f9a;
    text-transform: uppercase
}
ul.payment_methods {
    margin: 0 0 30px 0 !important
}
ul.payment_methods .input-radio {
    margin-bottom: 15px
}
ul.payment_methods li {
    list-style: none;
    border-bottom: 1px solid #DDD;
    padding-top: 5px
}
ul.payment_methods li label {
    display: inline-block;
    margin-left: 10px
}
ul.payment_methods p {
    font-size: 90%;
    line-height: 110%;
    opacity: .8
}
a.about_paypal {
    display: none
}
.form-row.terms {
    position: relative
}
.form-row.terms .checkbox {
    padding-left: 25px;
    margin: 0
}
.form-row.terms .input-checkbox {
    position: absolute;
    left: 0;
    top: 4px
}
.woocommerce-checkout .woocommerce-info {
    margin-bottom: 5px;
    padding-top: 0
    margin-top:15px;
}
.woocommerce-checkout .woocommerce-error{
    margin:0;
    margin-top:5px;
    margin-bottom: 5px;
}
.woocommerce-checkout .shipping_address {
    display: none
}
.payment_method_paypal img {
    max-width: 150px;
    margin-left: 5px
}
a.about_paypal {
    font-size: 10px;
    margin-left: 5px
}
a.chzn-single {
    background: #fff !important;
    -webkit-border-radius: 0 !important
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
    height: 32px !important;
    line-height: 33px !important
}
.page-checkout .addresses {
    margin-bottom: 30px
}
.woocommerce-checkout .dark .title-checkout,
.dark .tabbed-content ul.tabs li.active a,
.dark .shop_table .total,
.dark .comment-list cite.fn,
.wide-nav.dark-header {
    color: #ffffff
}
.dark .woocommerce .order-review,
.dark .woocommerce-checkout form.login {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3)
}
.woocommerce-checkout span.title-checkout {
    display: inline-block
}
.woocommerce-cart span.title-cart {
    display: inline-block
}
.cart-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px
}
.woocommerce-checkout h1.entry-title,
.woocommerce-lost-password h1.entry-title {
    font-size: 27px;
    font-family: "Montserrat Light";
    font-weight: 100;
    letter-spacing: 6px;
    border: 0;
    text-transform: uppercase;
    color: #000;
}
.woocommerce-checkout form .row {
    margin: 0;
}
.woocommerce-checkout .create-account input#createaccount {
    width: auto;
}
.woocommerce .woocommerce-checkout form.login {
    border: 0;
}
.woocommerce .woocommerce-billing-fields label,
.woocommerce .woocommerce-shipping-fields label,
.woocommerce form.login label,
.woocommerce .lost_reset_password label {
    font-family: "Montserrat";
    line-height: 52px;
    font-size: 17px;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
}
.woocommerce .woocommerce-account-fields input,
.woocommerce .woocommerce-billing-fields input,
.woocommerce .woocommerce-shipping-fields input,
.woocommerce form.login input,
.woocommerce .lost_reset_password input,
.select2-container--default, .select2-selection--single,
select.country_select {
    border: 1px solid #dcdcdc;
    font-family: "Montserrat Light";
    height: 58px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0px;
}
.woocommerce .woocommerce-account-fields input[type="checkbox"],
.woocommerce .woocommerce-billing-fields input[type="checkbox"],
.woocommerce .woocommerce-shipping-fields input[type="checkbox"]{
    height: auto;
    width: auto;
    position: relative;
    margin-right:8px;
}
.select2-container--default .select2-selection--single{
    border: 0px;
    margin: 14px 0 0 -15px;
}
.woocommerce .woocommerce-billing-fields textarea {
    border: 1px solid #dcdcdc;
    height: 140px;
    margin: 0 1px;
    width: 100%;
    padding: 0 15px;
    font-family: "Montserrat Light";
}
.woocommerce .woocommerce-checkout-review-order {
    margin-top: 25px;
}
.woocommerce .woocommerce-checkout-review-order h3 {
    color: #000;
    margin-top: 10px;
}
.woocommerce-checkout form.login input.button,
.woocommerce .lost_reset_password input.button {
    width: 47%;
}
.woocommerce-checkout form.login label.inline {
    width: 100%;
    clear: both;
    display: block;
}
.woocommerce-checkout form.login input#rememberme {
    width: auto;
}
.woocommerce .woocommerce-checkout-review-order .place-order input#place_order,
.woocommerce-checkout form.login input.button,
.woocommerce .lost_reset_password input.button {
    padding: 16px 60px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-Light", sans-serif;
    border-radius: 0px!important;
    font-weight: normal;
}
.woocommerce form .form-row {
    float: none;
}
.woocommerce-checkout #payment {
    background-color: #fff;
}
.woocommerce .woocommerce-checkout #payment ul.wc_payment_methods {
    border: 0;
}
.product-single .product-center .product-right .add-to-cart button.single_add_to_cart_button {
    border-radius: 0px;
    height: auto;
    line-height: 25px;
    text-transform: uppercase;
    padding: 16px 39px;
}
span.woocommerce-Price-amount {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.woocommerce table.shop_table,
table.wishlist-table {
    border-radius: 0px;
    border: 0px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
table.wishlist-table th,
table.wishlist-table td {
    border-bottom: 1px solid #ddd;
    border: 0px;
    padding: 25px;
    font-size: 16px;
    color: #000;
}
.woocommerce table.shop_attributes td p {
    padding: 8px 8px;
}
.woocommerce table.shop_attributes td {
    border-right: none;
}
input.wc-update-cart {
    margin-left: 12px;
}
.woocommerce-message {
    border-top-color: #cda96f;
}
.woocommerce-message:before {
    color: #cda96f;
}
.woocommerce-message {
    line-height: 25px;
    font-size: 17px;
    border-radius: 0;
}
.return-to-shop,
.cart-empty {
    text-align: center;
    margin-top: 20px;
}
.woocommerce-message a.button,
.return-to-shop a.button {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat Light", sans-serif;
    background-color: #fff;
    color: #cda96f;
    border: 1px solid #cda96f;
    font-size: 12px;
}
.woocommerce-message a.button:hover,
.return-to-shop a.button:hover {
    background-color: #cda96f;
    color: #fff;
}
.blog-post-content .blog-post .area-content ul,
.comment-content ul {
    list-style: disc;
    line-height: 1.5;
}
.blog-post-content .blog-post .area-content ol,
.comment-content ol {
    list-style: decimal;
    line-height: 1.5;
}
.widget_klambi_counter_widget, .widget_klambi_productcat_widget{
    margin-bottom: 0px!important;
}
.woocommerce ul.products li.product a.btn {
    text-decoration: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px 31px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.woocommerce ul.products li.product .price{
    color:inherit;
}
@media(max-width:768px) {
    .filter-product .filter__title {
        padding: 0 5px;
    }
    .filter-product .filter-mobile h5 {
        margin: 10px 0;
    }
    .home-slider.type1 .slider-banner .slide-type-1 h1,
    .home-slider.type1 .slider-banner .slide-type-2 h1 {
        font-size: 37px;
    }
    .home-slider.type1 .slider-banner .slide-type-1 span,
    .home-slider.type1 .slider-banner .slide-type-2 span {
        line-height: 60px;
    }
}
@media (max-width: 480px) {
    .home-slider.type1 .slider-banner .slide-type-1 h1,
    .home-slider.type1 .slider-banner .slide-type-2 h1 {
        font-size: 18px;
    }
    .limited-time-offer .limited-time-offer__time .timer .table-cell .tab-val {
        line-height: 35px;
    }
    .wrapper .entry-content .simple-banner .cover__title h1 {
        font-size: 30px;
    }
    .cover .cover__title h1 {
        line-height: 30px;
        margin-top: 15px;
    }
    .comments .list-comments li .user-comments .comment-meta span.edit-link {
        margin-top: 20px;
    }
}
/*# sourceMappingURL=styles.css.map */