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

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

/* -------------------------------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #a9a9a9
    Accent color: #ffa749
[Typography]
    Body:       15px/28px 'Open Sans', sans-serif;
    Input: 14px/56px
    Textarea: 14px/28px
[Component module]
1.0 RESET BROWSER
	1.1 FORM THEME
	1.2 TABLE THEME
	1.3 WORDPRESS THEME
    1.4 WOOCOMMERCE THEME
2.0 DEFAULT SETTING
    2.1 ADMIN
    2.2 CONTAINER + DEFAULT CLASS
	2.3 CAROUSEL THEME
3.0 HEADER THEME
	3.1 HEADER LOGO
	3.2 MAIN NAVIGATION
    3.3 HORIZON MENU
	3.4 MOBILE MENU
	3.5 VERTICAL MENU
	3.6 HEADER CONTROL
	3.7 HEADER STYLE
	3.8 HEADER TYLE ( WHITE + DARK + TRANSPARENT + STICKY )
4.0 FOOTER THEME
    4.1 BACK TO TOP
    4.2 FOOTER TOP
    4.3 FOOTER BOTTOM
5.0 HERO SECTION THEME
    5.1 HAS BACKGROUND
	5.2 NO BACKGROUND
6.0 BLOG THEME
	6.1 SINGLE BLOG
    6.2 BLOG CLASSIC
	6.3 BLOG LIST
	6.4 BLOG GRID
    6.5 BLOG TYPOGRAPHY
	6.6 LOADMORE AND PAGINATION
7.0 WIDGET THEME
    7.1 WIDGET SEARCH FORM
    7.2 WIDGET NEWSLETTER
    7.3 WIDGET CATEGORIES
    7.4 WIDGET LASTEST POST
    7.5 WIDGET INSTAGRAM
    7.6 WIDGET TAGCLOUD
    7.7 WIDGET MINICART
    7.8 WIDGET PRODUCT
    7.9 WIDGET SHOP
8.0 SHOP THEME
    8.1 PRODUCT TOOLBAR
    8.2 FILTER CANVAS
    8.3 PRODUCT ITEM
    8.4 SINGLE PRODUCT
    8.5 SHOP TABLE
8.0 PAGE THEME
    8.1 PAGE GALLERY
    8.2 PAGE FAQs
    8.3 PAGE CONTACT
    8.4 PAGE 404
    8.5 PAGE COMMING SOON
9.0 SHORTCODE
    9.1 NOST SOCIALS
    9.2 NOST TITLE
    9.3 NOST BLOCK INFO
    9.4 NOST PRODUCT SIMPLE
    9.5 NOST BANNER
    9.6 NOST BLOG
    9.7 NOST LOOKBOOK
    9.8 NOST CATEGORIES
    9.9 NOST INSTAGRAM
    9.10 NOST TAB
10.0 PAGE THEME
    10.1 ORDER TRACKING
    10.2 MY ACCOUNT
    10.3 CHECKOUT
    10.4 FULLPAGE (Home Collection)
    10.5 SEARCH PAGE
    10.6 CONTACT PAGE
    10.7 PAGE 404
    10.8 HOME INSTAGRAM PAGE
11.0 RESPONSIVE

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

/* ==========================================================================
  1.0 RESET BROWSER
========================================================================== */
@font-face {
    font-family: 'Chapaza';
    src: url('assets/fonts/Chapaza.ttf');
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #a9a9a9;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #a9a9a9;
    overflow-x: hidden;
}

label {
    color: #000000;
}

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

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

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

ul, ol {
    margin: 0;
    padding-left: 17px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 17px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.428;
    font-weight: normal;
    color: #000000;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

blockquote, q {
    font-family: 'Chapaza', sans-serif;
    display: inline-block;
    padding: 10px 22px 12px 22px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-left: 4px solid #ffa749;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 26px;
    max-width: 100%;
    background-color: transparent;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
}

textarea {
    line-height: 28px;
    padding: 15px 26px;
    height: auto;
    width: 100%;
}

select {
    font-size: 15px;
    color: #000000;
    padding: 0 0 0 21px;
}

option {
    padding: 5px 21px;
    height: 30px;
    line-height: 30px;
}

button,
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    background: #000000;
    border: none;
    border-radius: 0;
    vertical-align: top;
}

button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
    color: #ffffff;
    background: #ffa749;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="submit"]:focus,
button:focus,
select:focus {
    outline: none;
    color: #000000;
    border-color: #000000 !important;
}

:focus {
    outline: none;
}

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

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

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

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

.return-message {
    line-height: 20px;
    padding: 10px 30px;
    margin-top: 15px;
}

/* ==========================================================================
  1.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    background-color: #f8f8f8;
}

th, td {
    border: 1px solid #ebebeb;
    padding: 10px;
    font-weight: normal;
}

/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1500px) {
    .auto-clear .col-bg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-bg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-bg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-bg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-bg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-bg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
}

/*-------------------Custom Bostrap Colum > 1500px---------------------*/
@media (min-width: 1500px) {
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------Custom Bostrap Colum < 480px----------------------*/
@media (max-width: 480px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hidden-ts {
        display: none;
    }
}

/*---------------------Custom Bostrap 5 columns------------------------*/
.col-bg-15,
.col-bg-45,
.col-lg-15,
.col-lg-45,
.col-md-15,
.col-md-45,
.col-sm-15,
.col-sm-45,
.col-xs-15,
.col-xs-45,
.col-ts-15,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

.col-ts-15,
.col-ts-45 {
    float: left;
}

.col-ts-15 {
    width: 20%;
}

.col-ts-45 {
    width: 80%;
}

@media (min-width: 480px) {
    .col-xs-15,
    .col-xs-45 {
        float: left;
    }

    .col-xs-15 {
        width: 20%;
    }

    .col-xs-45 {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .col-sm-15,
    .col-sm-45 {
        float: left;
    }

    .col-sm-15 {
        width: 20%;
    }

    .col-sm-45 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .col-md-15,
    .col-md-45 {
        float: left;
    }

    .col-md-15 {
        width: 20%;
    }

    .col-md-45 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15,
    .col-lg-45 {
        float: left;
    }

    .col-lg-15 {
        width: 20%;
    }

    .col-lg-45 {
        width: 80%;
    }
}

@media (min-width: 1500px) {
    .col-bg-15,
    .col-bg-45 {
        float: left;
    }

    .col-bg-15 {
        width: 20%;
    }

    .col-bg-45 {
        width: 80%;
    }
}

/*rows-space*/
.rows-space-0 {
    margin-bottom: 0;
}

.rows-space-10 {
    margin-bottom: 10px;
}

.rows-space-20 {
    margin-bottom: 20px;
}

.rows-space-30 {
    margin-bottom: 30px;
}

.rows-space-40 {
    margin-bottom: 40px;
}

.rows-space-50 {
    margin-bottom: 50px;
}

.rows-space-60 {
    margin-bottom: 60px;
}

.rows-space-70 {
    margin-bottom: 70px;
}

.rows-space-80 {
    margin-bottom: 80px;
}

.rows-space-90 {
    margin-bottom: 90px;
}

.rows-space-100 {
    margin-bottom: 100px;
}

/*------------------------------
 CUSTOM BOOSTRAP COLUMNS
 ------------------------------*/
@media (min-width: 1280px) {
    .container {
        width: 1440px;
        max-width: 100%;
    }
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

[class*="col-ts-"],
[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-bg-"] {
    padding-left: 20px;
    padding-right: 20px;
}

/* ==========================================================================
  1.3 WORDPRESS THEME
============================================================================ */
.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    margin: 0;
}

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

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

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

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

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

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

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

.wp-caption {
    background: #ffffff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

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

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

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

.wp-caption.aligncenter {
    margin: 0 auto;
}

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

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

.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

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

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

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

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

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

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    font-size: 0.8125rem;

    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #b8b6b6;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #000000;
    border-color: #000000;
}

.bypostauthor {
}

.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.widget select {
    width: 100%;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ababab;
}

.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
    padding: 0;
    text-align: center;
}

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

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

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

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

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

/* ==========================================================================
    2.0 DEFAULT SETTING
========================================================================== */
/* ==========================================================================
    2.1 ADMIN
========================================================================== */
body.box-mobile-menu-open,
body.minicart-canvas-open,
body.sidebar-canvas-open,
body.instant-search-open,
body.vertical-menu-open {
    overflow: hidden;
}

/*.admin-bar*/
.admin-bar .box-mobile-menu {
    padding-top: 32px;
}

.admin-bar .box-mobile-menu .back-menu,
.admin-bar .box-mobile-menu .close-menu {
    top: 32px;
}

.admin-bar .box-mobile-menu .main-menu .submenu {
    top: 77px;
}

.admin-bar .header .minicart-content-inner .minicart-number-items {
    top: -3px;
}

.admin-bar .instant-search-modal {
    padding-top: 32px;
}

/* ==========================================================================
    2.2 CONTAINER + DEFAULT CLASS
========================================================================== */
.container-inner {
    width: 1040px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-sup-inner {
    width: 760px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overflow-visible {
    overflow: visible !important;
}

/* ==========================================================================
    2.3 CAROUSEL THEME
========================================================================== */
/*owl disabled*/
.owl-carousel .disabled {
    display: none;
}

/*owl-nav*/
.owl-carousel .owl-nav > div {
    width: 49px;
    height: 49px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.3;
}

.owl-carousel .owl-nav > div:hover {
    opacity: 1;
}

.owl-carousel .owl-nav > div::before {
    font-family: 'FontAwesome', sans-serif;
}

/*.nav-circle*/
.owl-carousel.nav-circle .owl-nav > div {
    border-radius: 50%;
    border: 2px solid;
}

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

.owl-carousel.nav-circle .owl-nav .owl-prev::before {
    content: '\f104';
}

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

.owl-carousel.nav-circle .owl-nav .owl-next::before {
    content: '\f105';
}

/*nav-caret*/
.owl-carousel.nav-caret .owl-nav .owl-prev {
    left: -49px;
}

.owl-carousel.nav-caret .owl-nav .owl-prev::before {
    content: '\f0d9';
}

.owl-carousel.nav-caret .owl-nav .owl-next {
    right: -49px;
}

.owl-carousel.nav-caret .owl-nav .owl-next::before {
    content: '\f0da';
}

/*nav-angle*/
.owl-carousel.nav-angle .owl-nav .owl-prev {
    left: -49px;
}

.owl-carousel.nav-angle .owl-nav .owl-prev::before {
    content: '\f104';
}

.owl-carousel.nav-angle .owl-nav .owl-next {
    right: -49px;
}

.owl-carousel.nav-angle .owl-nav .owl-next::before {
    content: '\f105';
}

/*.owl-dots*/
.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #adadad;
    vertical-align: middle;
    margin: 6px;
}

/*owl-control*/
.owl-carousel.control-dark .owl-nav > div {
    color: #000000;
}

.owl-carousel.control-light .owl-nav > div {
    color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #000000;
}

.owl-carousel.control-dark .owl-dots .owl-dot {
    background-color: #adadad;
}

.owl-carousel .owl-dots .owl-dot {
    opacity: 0.3;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-carousel.control-dark .owl-dots .owl-dot {
    background-color: #000000;
}

.owl-carousel.control-light .owl-dots .owl-dot {
    background-color: #ffffff
}

/* ==========================================================================
3.0 HEADER THEME
========================================================================== */
.header-container {
    width: 1860px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-topbar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 19px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #1b1b1b;
    padding: 15px;
}

.header-type-transparent-dark .header-topbar,
.header-type-transparent-white .header-topbar {
    background-color: rgba(27, 27, 27, 0.9);
}

/* ==========================================================================
    3.1 HEADER LOGO
========================================================================== */
.header-logo .logo {
    line-height: 75px;
}

.header-logo .logo a {
    display: block;
    margin-top: -5px;
}

/* ==========================================================================
    3.2 MAIN NAVIGATION
========================================================================== */
.main-navigation .main-menu {
    padding: 0;
    list-style: none;
}

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

.main-navigation .main-menu > .menu-item > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    vertical-align: middle;
}

/*nost-custommenu*/
.nost-custommenu .menu {
    padding: 0;
}

.nost-custommenu .widgettitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

.nost-custommenu .widgettitle::before {
    content: '';
    display: block;
    width: 42px;
    border-bottom: 1px solid #ffa749;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* ==========================================================================
    3.3 HORIZON MENU
========================================================================== */
.horizon-menu .main-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*sup menu*/
.horizon-menu .main-navigation .main-menu > .menu-item {
    margin: 0 29px;
    display: inline-block;
    line-height: 35px;
}

.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
    margin-left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
    margin-right: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ffa749;
}

/*sub menu*/
.horizon-menu .main-navigation .main-menu .menu-item .submenu {
    min-width: 271px;
    background-color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

.horizon-menu .main-navigation .main-menu .menu-item .submenu:not(.megamenu) {
    padding: 18px 31px 41px 31px;
}

.horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
    top: 100%;
    left: 0;
    margin-top: 20px;
    text-align: left;
}

.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
    top: -18px;
    left: 100%;
    margin-left: 31px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item {
    line-height: 38px;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu .menu-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 62px);
    width: -moz-calc(100% + 62px);
    width: calc(100% + 62px);
    height: 100%;
    z-index: -1;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu a {
    font-size: 15px;
    line-height: 38px;
    color: #848484;
}

.horizon-menu .main-navigation .main-menu > .menu-item .submenu a:hover {
    color: #ffa749;
}

/*.megamenu*/
.horizon-menu .main-navigation .main-menu .menu-item .submenu.megamenu {
    padding: 27px 46px 41px 46px;
}

/*.toggle-submenu*/
.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: -25px;
    cursor: pointer;
}

.horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    height: 35px;
    line-height: 35px;
    width: 25px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    z-index: 999;
}

.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    color: #ffffff;
}

.horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
    content: '\f105';
}

.horizon-menu .main-navigation .main-menu .menu-item:hover .toggle-submenu::before {
    color: #ffa749 !important;
}

/*==========================================================================
    3.4 MOBILE MENU
========================================================================== */
.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"] {
    width: 100%;
    float: none;
}

.box-mobile-menu-open .box-mobile-menu,
.box-mobile-menu-open .body-overlay {
    left: 0;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    left: 0 !important;
}

.box-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    line-height: 24px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}

.box-mobile-menu .box-inner {
    height: -webkit-calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: calc(100% - 45px);
    border-top: 1px solid #e6e6e6;
}

.box-mobile-menu .box-title {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 45px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.box-mobile-menu .back-menu,
.box-mobile-menu .close-menu {
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 0;
}

.box-mobile-menu .back-menu {
    display: none;
    top: 0;
    left: 0;
}

.box-mobile-menu .close-menu {
    top: 0;
    right: 0;
}

.box-mobile-menu .back-menu:hover,
.box-mobile-menu .close-menu:hover {
    color: #ffa749;
}

.box-mobile-menu .back-menu::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 18px;
    border-bottom: 2px solid;
}

.box-mobile-menu .back-menu::after {
    content: '';
    position: absolute;
    top: 19px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    left: 13px;
    transform: rotate(-135deg);
}

.box-mobile-menu .close-menu::before,
.box-mobile-menu .close-menu::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 19px;
    width: 17px;
}

.box-mobile-menu .close-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-mobile-menu .close-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-mobile-menu .toggle-submenu {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.box-mobile-menu .toggle-submenu::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-size: 24px;
}

.box-mobile-menu .main-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.box-mobile-menu .main-menu .submenu {
    list-style: none;
    padding-left: 0;
    position: fixed;
    top: 45px;
    bottom: 0;
    left: -360px !important;
    width: 360px !important;
    max-width: -webkit-calc(100% - 20px) !important;
    max-width: -moz-calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.box-mobile-menu .main-menu .menu-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.box-mobile-menu .main-menu .menu-item > a {
    display: block;
    padding: 8px 40px 8px 15px;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu {
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
}

.box-mobile-menu .main-menu .menu-item > .toggle-submenu::before {
    content: '\f105';
}

.box-mobile-menu .main-menu .submenu .wpb_column {
    width: 100% !important;
}

.box-mobile-menu .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box-mobile-menu .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.box-mobile-menu .nost-custommenu .widgettitle {
    padding-top: 10px;
    padding-right: 40px;
    margin-left: 15px;
}

/*body-overlay*/
.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

/*mobile-navigation*/
.mobile-navigation {
    display: none;
}

.menu-btn-icon {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    line-height: 6px;
    position: relative;
    width: 38px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: 6px 0 5px 0;
}

.menu-btn-icon span {
    vertical-align: middle;
    background: #000;
    display: inline-block;
    height: 2px;
    width: 24px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-type-transparent-dark .menu-btn-icon span {
    background-color: #ffffff;
}

.menu-btn-icon:hover span {
    background-color: #ffa749 !important;
}

/*==========================================================================
    3.5 VERTICAL MENU
========================================================================== */
/*vertical-menu-overlay*/
.vertical-menu-open .vertical-menu-overlay {
    left: 0;
}

.vertical-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(45, 51, 55, 0.66);
    z-index: 10;
}

/*.close-vertical-menu*/
.close-vertical-menu {
    display: none;
    width: 20px;
    height: 20px;
    color: #000000;
    position: relative;
    cursor: pointer;
    margin-left: 46px;
    margin-bottom: 140px;
}

.close-vertical-menu:hover {
    color: #ffa749;
}

.close-vertical-menu::before,
.close-vertical-menu::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    top: 9px;
    left: -2px;
    width: 24px;
}

.close-vertical-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-vertical-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-scroll {
    height: -webkit-calc(100vh - 355px);
    height: -moz-calc(100vh - 355px);
    height: calc(100vh - 355px);
    padding-bottom: 50px;
}

.menu-scroll .scrollbar-macosx {
    height: -webkit-calc(100vh - 405px);
    height: -moz-calc(100vh - 405px);
    height: calc(100vh - 405px);
}

.menu-scroll .menu-scroll-inner {
    padding: 0 40px;
}

/*submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .submenu {
    display: none;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu {
    padding: 0;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu {
    padding-left: 17px;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .submenu li:first-child {
    margin-top: 4px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:first-child {
    margin-top: 13px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .submenu > li:last-child {
    margin-bottom: 27px;
}

.vertical-menu .main-navigation .main-menu > .menu-item > a {
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #eae7e7;
}

.vertical-menu .main-navigation .main-menu > .menu-item:last-child > a {
    border-bottom: none;
}

.vertical-menu .main-navigation .main-menu > .menu-item.menu-item-has-children:last-child > .submenu {
    border-top: 1px solid #eae7e7;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu li {
    width: 100%;
    display: inline-block;
    line-height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.vertical-menu .main-navigation .main-menu > .menu-item:hover > a {
    color: #000000;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu a {
    width: 100%;
    display: inline-block;
    color: #9d9d9d;
}

.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item > a:hover,
.vertical-menu .main-navigation .main-menu > .menu-item .submenu .menu-item.show-submenu > a {
    color: #000000;
}

/*.toggle-submenu*/
.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu {
    position: absolute;
    right: -5px;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
}

.vertical-menu .main-navigation .main-menu > .menu-item > .toggle-submenu {
    top: 18px;
}

.vertical-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu {
    top: 2px;
}

.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 11px;
    display: block;
    height: 13px;
    width: 1px;
    background-color: #000000;
}

.vertical-menu .main-navigation .main-menu .menu-item .toggle-submenu::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    display: block;
    width: 13px;
    height: 1px;
    background-color: #000000;
}

.vertical-menu .main-navigation .main-menu .menu-item.show-submenu > .toggle-submenu::before {
    opacity: 0;
}

/*.menu-social*/
.menu-social {
    padding: 0 40px;
}

.menu-social .social-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    color: #000000;
    margin-bottom: 20px;
}

.menu-social .social-list {
    padding: 0;
}

.menu-social .social-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 4px;
}

.menu-social .social-list li:last-child {
    margin-right: 0;
}

.menu-social .social-list li a {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
}

.menu-social .social-list li a:hover {
    background-color: #ffa749;
}

/*==========================================================================
    3.6 HEADER CONTROL
========================================================================== */

.header-control-right .header-control-wrap {
    float: right;
}

.header-control-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*header-search-box*/
.header-search-box {
    display: inline-block;
    line-height: 35px;
}

.header-search-box > .icons {
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}

.header-search-box > .icons:hover {
    color: #ffa749;
}

/*.instant-search*/
.instant-search-modal {
    position: fixed;
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    height: 100vh;
    visibility: hidden;
    transition: opacity 0.5s, visible 0.5s;
    -o-transition: opacity 0.5s, visible 0.5s;
    -webkit-transition: opacity 0.5s, visible 0.5s;
    z-index: 100000;
}

.instant-search-open .instant-search-modal {
    opacity: 1;
    visibility: visible;
}

/*.instant-search-close*/
.instant-search-close {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.3em;
    position: absolute;
    top: 36px;
    right: 40px;
    cursor: pointer;
    display: inline-block;
    min-width: 103px;
    height: 33px;
    line-height: 33px;
    color: #a9a9a9;
    border-radius: 33px;
    border: 1px solid;
    padding: 0 36px 0 26px;
}

.instant-search-close:hover {
    color: #000000;
}

.instant-search-close span {
    position: absolute;
    right: 15px;
    top: 0;
    width: 20px;
    height: 33px;
    display: block;
}

.instant-search-close span::before,
.instant-search-close span::after {
    border-bottom: 2px solid;
    content: "";
    left: 3px;
    position: absolute;
    top: 15px;
    width: 14px;
}

.instant-search-close span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.instant-search-close span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Search Instant*/
.instant-search-modal .instant-search-wrap {
    padding-top: 90px;
}

.instant-search-modal .instant-search-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.instant-search-modal .product-cats {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.instant-search-modal .product-cats label {
    margin: 0 23px
}

.instant-search-modal .product-cats label span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a6a6a6;
    position: relative;
    padding-bottom: 5px;
}

.instant-search-modal .product-cats label span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.instant-search-modal .product-cats label span:hover,
.instant-search-modal .product-cats label.selected span {
    color: #000000;
}

.instant-search-modal .product-cats label span:hover::before,
.instant-search-modal .product-cats label.selected span::before {
    opacity: 1;
    visibility: visible;
}

.instant-search-modal .product-cats input[type='radio'] {
    display: none;
}

/*.search-submit*/
.instant-search-modal .search-fields {
    width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.instant-search-modal .search-input {
    position: relative;
    border: 1px solid #ddd;
}

.instant-search-modal .search-fields .search-field {
    padding: 0 60px 0 92px;
    height: 51px;
    line-height: 51px;
    width: 100%;
    border: none;
}

.instant-search-modal .search-fields .search-field:focus {
    color: #000000;
}

.instant-search-modal .search-fields .search-submit {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 64px;
    height: 53px;
    font-size: 15px;
    text-align: center;
}

/*.search-reset*/
.instant-search-modal .search-fields .search-reset {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 53px;
    display: block;
    background: transparent;
    color: #a9a9a9;
}

.instant-search-modal .search-reset::before,
.instant-search-modal .search-reset::after {
    border-bottom: 2px solid;
    content: "";
    left: 20px;
    position: absolute;
    top: 25px;
    width: 17px;
}

.instant-search-modal .search-reset::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.instant-search-modal .search-reset::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.instant-search-modal .search-fields .search-reset:hover {
    color: #000000;
}

.search-view-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.search-view {
    display: inline-block;
    min-width: 200px;
    padding: 0 10px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    margin: 30px auto 0 auto;
}

.search-view:hover {
    background-color: #ffa749;
    color: #ffffff;
}

.container-search {
    margin-top: 40px;
}

.container-search .scrollbar-macosx {
    max-height: -webkit-calc(100vh - 450px);
    max-height: -moz-calc(100vh - 450px);
    max-height: calc(100vh - 450px);
}

/*header currency + language*/
.currency-language {
    vertical-align: top;
    display: inline-block;
    padding-left: 0;
}

/*currency*/
.woocommerce .wcml-dropdown-click.product {
    margin: 0;
}

.currency-language .wcml-dropdown-click {
    display: inline-block;
    width: auto;
}

.currency-language .wcml-dropdown-click li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;

}

.currency-language .wcml-dropdown-click a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 0;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    vertical-align: middle;
    margin-top: -5px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before {
    border-color: #ffa749;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}

.currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after {
    border-color: #ffa749 transparent transparent transparent;
}

.currency-language .wcml-dropdown-click .wcml-cs-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 126px;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    list-style: none;
    padding: 10px;
    margin-top: 22px !important;
    z-index: 10;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

.currency-language .wcml-dropdown-click .wcml-cs-submenu li {
    line-height: 38px;
}

/*language*/
.currency-language .dropdown {
    list-style: none;
    display: inline-block;
    line-height: 35px;
}

.currency-language .dropdown a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.currency-language .dropdown > a {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    vertical-align: middle;
    margin-top: -5px;
}

.currency-language .dropdown > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.currency-language .dropdown > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.currency-language .dropdown > a:hover::after {
    border-color: #ffa749 transparent transparent transparent;
}

.currency-language .dropdown > a:hover::before {
    border-color: #ffa749;
}

.currency-language .dropdown .active a {
    color: #ffa749;
}

/*dropdown-submenu*/
.dropdown > .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 126px;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    list-style: none;
    padding: 10px;
    margin-top: 20px;
    z-index: 10;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.05);
}

.dropdown.open > .submenu {
    opacity: 1;
    visibility: visible;
}

.dropdown > .submenu li {
    line-height: 38px;
}

.dropdown img {
    margin-right: 5px;
}

/*block-account*/
.block-account {
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.block-account a {
    display: block;
}

/*Modal Popup*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 920px;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    height: 588px;
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    max-height: calc(100% - 30px);
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    transition: transform 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/*popup login register*/
.md-content button {
    font-size: 30px;
    color: #a3a3a3 !important;
    display: block;
    top: 8px;
    right: 8px;
}

.mfp-content {
    width: 920px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 588px;
}

.md-content {
    background: #ffffff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.nost-modal-content {
    padding: 67px 15px 77px 15px;
    margin: auto;
}

.nost-modal-content .nav-tabs {
    margin-bottom: 36px;
}

.woocommerce-account .nost-modal-content .woocommerce .customer-form {
    margin-bottom: 0;
    width: 400px;
    max-width: 100%;
}

/*block-minicart nost-mini-cart*/
.header .nost-minicart {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}

.header .nost-minicart .mini-cart-icon {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    cursor: pointer;

}

.header .nost-minicart:hover .mini-cart-icon {
    color: #ffa749;
}

.header .nost-minicart .mini-cart-icon .minicart-number {
    letter-spacing: 0.1em;
}

.header .minicart-canvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(45, 51, 55, 0.66);
    z-index: 10;
}

.minicart-canvas-open .header .minicart-canvas-overlay {
    left: 0;
}

.minicart-canvas-open .header .minicart-content {
    right: 0;
}

.header .minicart-content {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 100vh;
    background-color: #f7f7f7;
    padding-top: 50px;
    z-index: 1000;
    transition: right 0.4s;
}

.header .minicart-content-inner {
    position: relative;
}

.header .minicart-content-inner .minicart-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 7px;
    margin: 0 40px 35px 40px;
}

.header .minicart-content-inner .minicart-number-items {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000000;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    right: 22px;
    top: -33px;
}

.header .minicart-content-inner .close-minicart {
    cursor: pointer;
    position: absolute;
    top: -4px;
    left: 0;
    width: 45px;
    height: 45px;
    color: #000000;
    display: none;
}

.header .minicart-content-inner .close-minicart:hover {
    color: #ffa749;
}

.header .minicart-content-inner .close-minicart::before,
.header .minicart-content-inner .close-minicart::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 19px;
    width: 17px;
}

.header .minicart-content-inner .close-minicart::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .minicart-content-inner .close-minicart::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.minicart-list-items */
.header .minicart-list-items {
    height: -webkit-calc(100vh - 235px);
    height: -moz-calc(100vh - 235px);
    height: calc(100vh - 235px);
    position: relative;
}

.header .minicart-items {
    list-style: none;
    padding: 0 40px;
}

.header .minicart-items .product-cart {
    overflow: hidden;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ecebeb;
    text-align: left;
}

.header .minicart-items .product-cart:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.header .minicart-items .product-cart .product-media {
    float: left;
    width: 87px;
}

.header .minicart-items .product-cart .product-detail {
    overflow: hidden;
    padding-left: 20px;
    padding-top: 14px;
}

.header .minicart-items .product-cart .product-detail .product-detail-info {
    overflow: hidden;
}

.header .minicart-items .product-cart .product-detail .product-detail-info .product-cost {
    float: left;
    line-height: 18px;
    color: #5b5a5a;
}

.header .minicart-items .product-cart .product-detail .product-detail-info .product-quantity {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
    letter-spacing: 0.3em;
}

.header .minicart-items .product-cart .product-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.header .minicart-items .product-cart .product-remove .remove {
    font-size: 0;
    color: #a9a9a9;
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}

.header .minicart-items .product-cart .product-remove .remove:hover {
    color: #ffa749;
}

.header .minicart-items .product-cart .product-remove .remove::before,
.header .minicart-items .product-cart .product-remove .remove::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
}

.header .minicart-items .product-cart .product-remove .remove::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .minicart-items .product-cart .product-remove .remove::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .minicart-content-inner .subtotal {
    height: 59px;
    line-height: 59px;
    background-color: #ffffff;
    color: #000000;
    padding: 0 40px;
    overflow: hidden;
}

.header .minicart-content-inner .subtotal .total-title {
    float: left;
}

.header .minicart-content-inner .subtotal .total-price {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.header .minicart-content-inner .actions {
    overflow: hidden;
}

.header .minicart-content-inner .actions .button {
    width: 50%;
    display: block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    height: 59px;
    line-height: 59px;
    color: #ffffff;
}

.header .minicart-content-inner .actions .button:hover {
    color: #ffa749;
}

.header .minicart-content-inner .actions .button.button-viewcart {
    background-color: #2a2a2a;
}

.header .minicart-content-inner .actions .button.button-checkout {
    background-color: #000000;
}

/*empty minicart*/
.header .empty-wrap {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.header .empty-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.header .to-cart {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    min-width: 200px;
    height: 57px;
    line-height: 57px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    margin-top: 12px;
}

.header .to-cart:hover {
    background-color: #ffa749;
}

.header .des-cart {
    margin: 30px 0 0 0;
    text-align: center;
    text-decoration: underline;
}

/*effect nost-minicart*/
.header .nost-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, .65);
    z-index: 1;
}

.header .nost-minicart.is-adding-to-cart .minicart-content-inner > .minicart-list-items::after {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 50px;
    display: inline-block;
    position: absolute;
    top: 43%;
    left: 43%;
    color: #ffa749;
    z-index: 1;
}

.header .minicart-items .product-cart.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, .65);
}

.header .minicart-items .product-cart.loading::after {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 50%;
    color: #ffa749;
}

/*.header-control-left*/
.header-control-left .currency-language .wcml-dropdown-click,
.header-control-left .currency-language > li,
.header-control-left .block-account,
.header-control-left .nost-minicart {
    margin-right: 13px;
}

/*.header-control-right*/
.header-control-right .currency-language .wcml-dropdown-click,
.header-control-right .currency-language > li,
.header-control-right .block-account,
.header-control-right .nost-minicart {
    margin-left: 13px;
}

/*==========================================================================
    3.7 HEADER STYLE
========================================================================== */
.header-logo {
    float: left;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-control-left,
.header-control-right,
.header-menu.horizon-menu {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

/*.header.style1*/
.header.style1 .header-logo .logo {
    text-align: center;
}

.header.style1 .header-menu,
.header.style1 .header-control-right {
    width: -webkit-calc(50% - 100px);
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px);
}

/*.header.style2*/
.header.style2 .header-control-right {
    width: 480px;
}

.header.style2 .header-menu {
    width: -webkit-calc(100% - 680px);
    width: -moz-calc(100% - 680px);
    width: calc(100% - 680px);
}

/*.header.style3*/
.header.style3 .header-menu {
    text-align: center;
}

/*.header.style4*/
.header.style4 .header-container {
    padding-top: 25px;
    padding-bottom: 34px;
}

.header.style4 .header-logo {
    text-align: center;
}

.header.style4 .header-logo .logo {
    line-height: 57px;
}

.header.style4 .header-control-left,
.header.style4 .header-control-right {
    width: -webkit-calc(50% - 100px);
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px);
}

.header.style4 .header-control-right .currency-language,
.header.style4 .header-control-right .block-account {
    display: none;
}

.header.style4 .header-control-wrap {
    padding-top: 11px;
    padding-bottom: 11px;
}

.header.style4 .header-menu {
    width: 100%;
    text-align: center;
}

.header.style4 .horizon-menu .main-navigation {
    padding-top: 0;
    padding-bottom: 0;
}

/*.header.style5*/
.header.style5 .header-logo {
    text-align: center;
}

.header.style5 .header-control-left,
.header.style5 .header-control-right {
    width: -webkit-calc(50% - 100px);
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px);
}

.header.style5 .header-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 360px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 100vh;
    padding-top: 46px;
    padding-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    transition: left 0.4s;
    z-index: 99;
}

.vertical-menu-open .header.style5 .header-menu {
    left: 0;
}

.header.style5 .close-vertical-menu {
    display: block;
}

.header.style5 .header-control-left .vertical-menu-btn {
    display: block;
}

.header.style5 .header-control-right .vertical-menu-btn {
    display: none;
}

.header.style6 {
    width: 360px;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
    padding-top: 50px;
    padding-bottom: 10px;
}

.nost-header-sidebar {
    margin-left: 360px;
}

.nost-header-sidebar .btn-canvas {
    left: 345px
}

.nost-header-sidebar.sidebar-canvas-open .page-wrapper {
    margin-left: 0;
}

.header.style6 .header-vertical-top {
    padding: 0 40px 40px 40px;
}

.header.style6 .header-vertical-top .logo {
    line-height: 75px;
    margin-bottom: 10px;
}

.header.style6 .header-vertical-top .header-vertical-control > div {
    position: relative;
    padding: 0 19px;
}

.header.style6 .header-vertical-top .header-vertical-control > div:first-child {
    padding-left: 0;
}

.header.style6 .header-vertical-top .header-vertical-control > div:last-child {
    padding-right: 0;
}

.header.style6 .header-vertical-top .header-vertical-control > div:not(:first-child)::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    right: 100%;
    transform: translateX(50%);
    top: 48%;
}

.header.style6 .header-logo,
.header.style6 .header-control-right {
    display: none;
}

/* ==========================================================================
    3.8 HEADER TYLE ( WHITE + DARK + TRANSPARENT + STICKY )
========================================================================== */
/*header dark*/
.main-navigation ul li a {

}

/*.header-type-white*/
.header-type-white .header-position {
    background-color: #ffffff;
}

.header-type-white.style1 .header-position,
.header-type-white.style2 .header-position,
.header-type-white.style3 .header-position {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
}

/*header-type-transparent-dark + .header-type-transparent-light*/
.header-type-transparent-white .header-wrap,
.header-type-transparent-dark .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.admin-bar.header-type-transparent-white .header-wrap,
.admin-bar.header-type-transparent-dark .header-wrap {
    top: 32px
}

.page-template-minimal .header-type-transparent-white .header-wrap,
.page-template-minimal .header-type-transparent-dark .header-wrap {
    position: static;
}

.page-template-minimal .header-type-transparent-dark .header-wrap {
    background-color: #000000;
}

.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item a {
    color: #000000;
}

.header-type-transparent-white .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ffa749;
}

.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-white .currency-language .dropdown > a::before {
    border-color: #000000;
}

.header-type-transparent-white .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-white .currency-language .dropdown > a:hover::before {
    border-color: #ffa749;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a,
.header-type-transparent-dark .currency-language .dropdown a,
.header-type-transparent-dark .block-account a,
.header-type-transparent-dark .header-search-box > .icons,
.header-type-transparent-dark .nost-minicart .mini-cart-icon,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item a,
.header-type-transparent-dark .nost-custommenu .widgettitle {
    color: #ffffff;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a:hover,
.header-type-transparent-dark .currency-language .dropdown a:hover,
.header-type-transparent-dark .block-account a:hover,
.header-type-transparent-dark .header-search-box > .icons:hover,
.header-type-transparent-dark .nost-minicart .mini-cart-icon:hover,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item:hover > a {
    color: #ffa749;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click .wcml-cs-submenu,
.header-type-transparent-dark .dropdown > .submenu,
.header-type-transparent-dark .horizon-menu .main-navigation .main-menu .menu-item .submenu {
    background-color: #000000;
    border-top-color: #000000;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::after,
.header-type-transparent-dark .currency-language .dropdown > a::after {
    border-color: #ffffff transparent transparent transparent;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::after,
.header-type-transparent-dark .currency-language .dropdown > a:hover::after {
    border-color: #ffa749 transparent transparent transparent;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle::before,
.header-type-transparent-dark .currency-language .dropdown > a::before {
    border-color: #ffffff;
}

.header-type-transparent-dark .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle:hover::before,
.header-type-transparent-dark .currency-language .dropdown > a:hover::before {
    border-color: #ffa749;
}

/*.header-sticky*/
.header-position.hide-header.fixed {
    position: static;
}

.header-position:not(.hide-header).fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    animation: move_down 0.7s ease 0s normal none 1 running;
    -o-animation: move_down 0.7s ease 0s normal none 1 running;
    -webkit-animation: move_down 0.7s ease 0s normal none 1 running;
}

.admin-bar .header-position:not(.hide-header).fixed {
    top: 32px;
    animation: move_down_admin 0.7s ease 0s normal none 1 running;
    -o-animation: move_down_admin 0.7s ease 0s normal none 1 running;
    -webkit-animation: move_down_admin 0.7s ease 0s normal none 1 running;
}

@keyframes move_down_admin {
    0% {
        top: -75px;
    }
    100% {
        top: 32px;
    }
}

@-webkit-keyframes move_down_admin {
    0% {
        top: -75px;
    }
    100% {
        top: 32px;
    }
}

@keyframes move_down {
    0% {
        top: -75px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes move_down {
    0% {
        top: -75px;
    }
    100% {
        top: 0;
    }
}

.header-type-transparent-dark .header-position:not(.hide-header).fixed {
    background: rgba(0, 0, 0, 0.95);
}

/* ==========================================================================
   4.0 FOOTER THEME
========================================================================== */
/* ==========================================================================
   4.1 BACK TO TOP
========================================================================== */
.backtotop {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.3em;
    position: fixed;
    bottom: 250px;
    right: 45px;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 100% 50% 0;
    -o-transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    z-index: 1;
}

.backtotop span {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 41px;
    height: 1px;
    margin-left: 10px;
}

.backtotop span::before {
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 41px;
}

.backtotop span::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 1px;
    top: -9px;
}

/* ==========================================================================
   4.2 FOOTER TOP
========================================================================== */
.nost-newsletter {
    text-align: center;
}

.nost-newsletter .newsletter-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 17px;
}

.nost-newsletter .newsletter-subtitle {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 47px;
    color: #a5a5a5;
}

.nost-newsletter .newsletter-form-wrap {
    position: relative;
    border: 1px solid #ddd
}

.nost-newsletter .newsletter-form-wrap .email {
    width: 100%;
    padding-right: 166px;
    color: #a5a5a5;
    border: none;
    height: 54px;
    line-height: 54px;
}

.nost-newsletter .newsletter-form-wrap .submit-newsletter {
    letter-spacing: 0.3em;
    position: absolute;
    top: -1px;
    right: -1px;
    min-width: 156px;
    font-size: 11px;
}

/* ==========================================================================
   4.3 FOOTER BOTTOM
========================================================================== */
.footer.wp-default {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 35px 20px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
}

.nost-copyright {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.nost-custommenu.style1 .menu > li {
    display: inline-block;
    margin-right: 35px;
}

.nost-custommenu.style1 .menu > li:last-child {
    margin-right: 0;
}

.nost-custommenu.style1 .menu > li a {
    display: inline-block;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 24px;
}

.nost-custommenu.style1 .menu > li a:hover {
    color: #000000;
}

.footer .nost-socials .social-item:last-child {
    margin-right: 0;
}

/*.footer.style1 transparent*/
.footer.style1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer.style1 .nost-copyright {
    color: #ffffff;
}

.footer.style1 .nost-custommenu.style1 .menu > li a {
    color: #ffffff;
}

.footer.style1 .nost-socials .social-item {
    color: #ffffff;
}

.footer.style1 .nost-socials .social-item:hover {
    color: #ffa749;
}

/* ========================================================================
   5.0 HERO SECION THEME
========================================================================== */
.page-template-minimal .arrow-down {
    display: block;
    position: relative;
    width: 49px;
    height: 120px;
    -webkit-animation: arrow-down 1s infinite;
    animation: arrow-down 1s infinite;
    cursor: pointer;
}

.page-template-minimal .arrow-down::before {
    border-right: 1px solid;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
}

.page-template-minimal .arrow-down::after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 7px;
}

@-webkit-keyframes arrow-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes arrow-down {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.banner-page {
    position: relative;
}

.banner-page .content-banner .title-page {
    font-family: 'Chapaza', sans-serif;
    font-size: 60px;
    line-height: 1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.banner-page .content-banner .breadcrumb-trail .trail-items {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item {
    list-style: none;
    display: inline-block;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    padding: 0;
    margin: 0 7px 3px 7px;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a,
.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item span {
    font-size: 14px;
    line-height: 24px;
    color: inherit;
}

.banner-page .content-banner .breadcrumb-trail .trail-items .trail-item a:hover {
    color: #ffa749;
}

/* ========================================================================
   5.1 HAS BACKGROUND
========================================================================== */
/*.banner-page.has_background*/
.banner-page.has_background .content-banner {
    position: absolute;
    display: block;
    width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    bottom: 90px;
    left: 0;
    right: 0;
}

.banner-page.has_background .content-banner .title-page,
.banner-page.has_background .content-banner .breadcrumb-trail .trail-items .trail-item {
    color: #ffffff;
}

.banner-page.has_background .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
    background-color: #ffffff;
}

/* ========================================================================
   5.2 NO BACKGROUND
========================================================================== */
.banner-page.no_background .content-banner {
    text-align: center;
    position: absolute;
    width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 96px;
}

.banner-page.no_background .content-banner .title-page {
    margin-bottom: 11px;
}

.banner-page.no_background .content-banner .title-page,
.banner-page.no_background .content-banner .breadcrumb-trail .trail-items .trail-item {
    color: #000000;
}

.banner-page.no_background .content-banner .breadcrumb-trail .trail-items .trail-item + .trail-item::before {
    background-color: #cecece;
}

/* ==========================================================================
   6.0 BLOG THEME
========================================================================== */

.blog-page.classic,
.blog-page.grid,
.blog-page.typography {
    padding-bottom: 76px;
}

.blog-page.typography {
    padding-top: 40px;
}

.blog-page.list {
    padding-bottom: 54px;
}

.post-info .cat-post,
.post-info .tag-post {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
}

.post-info .cat-post a,
.post-info .tag-post a {
    color: #919191;
}

.post-info .cat-post a:hover,
.post-info .tag-post a:hover {
    color: #ffa749;
}

.post-title {
    font-family: 'Chapaza', sans-serif;
    color: #000000;
}

.post-title a {
    color: inherit;
}

.post-title a:hover {
    color: #ffa749;
}

.post-date,
.post-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #919191;
    display: inline-block;
}

.post-author a {
    color: inherit;
}

.post-author a:hover {
    color: #ffa749;
}

.post-author span {
    color: #000000;
}

.post-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   6.1 SINGLE BLOG
========================================================================== */
.single-container {
    padding-top: 95px;
    padding-bottom: 95px;
}

.single-container .post-single {
    width: 1040px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-container .header-post {
    text-align: center;
    margin-bottom: 56px;
}

.single-container .header-post .post-thumb {
    margin-top: 50px;
}

.single-container.no-sidebar .header-post .post-thumb {
    width: 1040px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-container .header-post .post-thumb img {
    margin: auto;
    min-height: 200px;
    object-fit: cover;
}

.single-container .header-post .post-title {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: -2px;
}

.single-container .header-post .cat-post,
.single-container .header-post .tag-post {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 9px;
}

.single-container .header-post .cat-post a,
.single-container .header-post .tag-post a {
    color: #919191;
}

.single-container .header-post .tag-post a::before {
    content: "#";
}

.single-container .header-post .cat-post a:hover,
.single-container .header-post .tag-post a:hover {
    color: #ffa749;
}

.single-container .header-post .post-date {
    position: relative;
    padding-bottom: 24px;
}

.single-container .header-post .post-date::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #dddddd;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.single-container .post-info {
    padding-bottom: 66px;
}

.single-container .post-content {
    margin-top: -4px;
}

.single-container .post-content p.drop-cap:first-letter {
    color: #ffffff;
    float: left;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    padding: 22px 25px;
    margin-right: 16px;
    margin-top: 5px;
    border-radius: 50%;
    background-color: #000000;
}

/*.footer-post*/
.single-container .footer-post {
    padding-bottom: 52px;
    margin-bottom: 51px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.single-container .post-expand {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.single-container .social-share .icons {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
    line-height: 68px;
}

.single-container .social-share .nost-social {
    left: 50%;
    transform: translateX(-50%);
}

.footer-post .post-navigation .nav-links {
    overflow: hidden;
}

.footer-post .post-navigation .nav-links a {
    display: inline-block;
    width: 100%;
}

.footer-post .post-navigation .nav-links .nav-previous {
    text-align: left;
    float: left;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
}

.footer-post .post-navigation .nav-links .nav-next {
    text-align: right;
    float: right;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
}

.footer-post .post-navigation .nav-links .post-text {
    display: inline-block;
    width: -webkit-calc(100% - 93px);
    width: -moz-calc(100% - 93px);
    width: calc(100% - 93px);
}

.footer-post .post-navigation .nav-links .meta-nav {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    line-height: 24px;
    text-transform: uppercase;
    color: #919191;
    margin-top: -5px;
}

.footer-post .post-navigation .nav-links .post-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #000000;
    display: inline-block;
}

.footer-post .post-navigation .nav-links .post-title:hover {
    color: #ffa749;
}

.footer-post .post-navigation .nav-links img {
    width: 75px;
}

.footer-post .post-navigation .nav-links .nav-previous img {
    float: left;
    margin-right: 18px;
}

.footer-post .post-navigation .nav-links .nav-next img {
    float: right;
    margin-left: 18px;
}

/*.comments-area*/
.comments-area .title-comment {
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}

.comments-area .no-comments {
    text-align: center;
    margin-top: 10px;
}

/*.commentlist*/
.commentlist {
    list-style: none;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 48px;
    margin-bottom: 50px;
}

.commentlist .children {
    padding-left: 50px;
    padding-top: 50px;
    margin-top: 48px;
    border-top: 1px solid #dedede;
}

.comment_container {
    position: relative;
    overflow: hidden;
}

.comment_container .nost-avatar {
    float: left;
    width: 120px;
}

.comment-text {
    padding-left: 25px;
    overflow: hidden;
    text-align: left;
}

.comment-top {
    display: table;
    width: 100%;
    padding-bottom: 9px;
}

.comment-top .comment-meta {
    display: table-cell;
}

.comment-top .comment-meta .comment-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

.comment-top .comment-meta .grow {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #c2c2c2;
}

.comment_container .flex {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding-right: 50px;
    padding-left: 20px;
}

.comment_container .flex a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #c2c2c2;
}

.comment_container .flex a.comment-edit-link {
    margin-bottom: 15px;
}

.pingback > p > a {
    padding-left: 5px;
}

.pingback .edit-link {
    display: inline-block;
}

.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}

.comment_container .flex a::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
    padding-right: 10px;
}

.comment_container .flex a:hover {
    color: #ffa749;
}

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

/*.comment-respond*/
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
    border-top: 1px solid #e3e3e3;
    margin-top: 74px;
    padding-top: 51px;
}

.comment-respond .comment-reply-title {
    display: inline-block;
    width: 100%;
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.comment-form {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.comment-form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.comment-form .required {
    color: #ff0000;
    font-size: 16px;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
}

#review_form_wrapper {
    margin-top: 40px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    margin-bottom: 23px;
}

.comment-form .comment-form-comment {
    margin-bottom: 38px;
}

.comment-form .form-submit {
    margin-bottom: 0;
    text-align: center;
}

.comment-form .form-submit .submit {
    min-width: 156px;
}

.comment-form .form-submit .submit:hover {
    background: #ffa749;
}

/*blog container*/
.nost-container {
    /*padding-top: 61px;*/
    /*padding-bottom: 54px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.more-link,
.read-more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

.more-link::before,
.read-more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
}

.more-link .meta-nav {
    font-size: 18px;
}

.footer-info {
    position: relative;
}

/*.post-expand*/
.post-expand {
    position: relative;
}

.post-expand > div:first-child {
    margin-left: 0 !important;
}

.post-expand > div:last-child {
    margin-right: 0 !important;
}

/*icons*/
.post-product-carousel .icons,
.social-share .icons {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.post-product-carousel:hover .icons,
.social-share:hover .icons {
    color: #ffa749;
}

.post-product-carousel .icons::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border-width: 10px 9px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 2;
    transition: 0.7s;
}

.social-share .icons::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    border-width: 7px 6px;
    border-style: solid;
    border-color: transparent transparent #efefef transparent;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    transition: 0.7s;
    z-index: 2;
}

/*.post-product-carousel*/
.post-product-carousel {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.post-product-carousel:hover .icons::after,
.post-product-carousel:hover .post-product-list {
    opacity: 1;
    visibility: visible;
}

.post-product-carousel .post-product-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 50px;
    width: 439px;
    padding: 39px 17px 43px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
    transition: 0.7s;
    z-index: 1;
}

/*.social-share*/
.social-share {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.social-share:hover .icons::after,
.social-share:hover .nost-social {
    opacity: 1;
    visibility: visible;
}

.social-share .nost-social {
    opacity: 0;
    visibility: hidden;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #efefef;
    border-radius: 32px;
    position: absolute;
    bottom: -45px;
    transition: 0.7s;
    z-index: 1;
    display: inline-flex;
    min-width: 185px;
    justify-content: center;
}

.social-share .nost-social a {
    display: inline-block;
    padding: 0 13px;
    font-size: 14px;
}

/*.comment-count*/
.comment-count {
    display: inline-block;
    min-width: 25px;
    height: 17px;
    line-height: 16px;
    background-color: #000000;
    padding: 0 5px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-top: 3px;
}

.comment-count::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    border-width: 0 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #000000;
}

/* ==========================================================================
   6.2 BLOG CLASSIC
========================================================================== */
/*.blog-content.classic*/
.blog-content.classic .post-item {
    margin-bottom: 60px;
}

.blog-content.classic .post-thumb {
    margin-bottom: 20px;
}

.blog-content.classic .post-info .post-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

.blog-content.classic .post-info .nost-post-meta {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.blog-content.classic .nost-post-meta > span:not(:last-child)::after {
    display: inline-block;
    content: '|';
    padding: 0 8px 0 12px;
}

.blog-content.classic .nost-post-meta .nost-post-date,
.blog-content.classic .nost-post-meta .nost-post-author,
.blog-content.classic .nost-post-meta .nost-comment-count {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-content.classic .nost-footer-info {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
}

.blog-content.classic .nost-footer-info .nost-cat-post,
.blog-content.classic .nost-footer-info .nost-tag-post {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* ==========================================================================
   6.3 BLOG LIST
========================================================================== */
.blog-content.list {
    margin-bottom: 61px;
    width: 1040px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog-content.list article:nth-child(4n) {
    margin-bottom: 57px;
}

.blog-content.list article:last-child {
    margin-bottom: 0;
}

.blog-content.list .post-info .cat-post {
    margin-bottom: 7px;
}

.blog-content.list .post-info .post-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}

.blog-content.list .post-info .post-date {
    margin-bottom: 23px;
}

.blog-content.list .content-info {
    margin-bottom: 34px;
}

.blog-content.list .read-more {
    float: left;
}

.blog-content.list .post-expand {
    float: right;
    text-align: right;
}

.blog-content.list .post-expand > div {
    margin-left: 10px;
    margin-right: 10px;
}

.blog-content.list .post-product-carousel .post-product-list {
    right: -89px;
}

.blog-content.list .social-share .nost-social {
    right: -49px;
}

/*.post-list-item-full*/
.blog-content.list .post-list-item-full {
    margin-bottom: 68px;
}

.blog-content.list .post-list-item-full .post-thumb {
    margin-bottom: 33px;
}

/*.post-list-item-cols*/
.blog-content.list .post-list-item-cols {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}

.blog-content.list .post-list-item-cols .post-thumb {
    width: 399px;
    display: table-cell;
    padding-right: 41px;
}

.blog-content.list .post-list-item-cols .post-info {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* ==========================================================================
   6.4 BLOG GRID
========================================================================== */
.blog-content.grid {
    margin-bottom: 34px;
}

.blog-content.grid article {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.blog-content.grid .post-info {
    display: inline-block;
    background: #ffffff;
    margin-top: -130px;
    width: 367px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 70px);
    padding: 19px 45px 25px 45px;
}

.blog-content.grid .post-info .cat-post {
    font-size: 9px;
    margin-bottom: 5px;
}

.blog-content.grid .post-info .post-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-content.grid .post-info .post-date {
    font-size: 9px;
    margin-bottom: 12px;
}

.blog-content.grid .content-info {
    margin-bottom: 25px;
}

.blog-content.grid .read-more {
    margin-bottom: 18px;
}

.blog-content.grid .post-expand > div {
    margin-left: 30px;
    margin-right: 30px;
}

.blog-content.grid .post-product-carousel .post-product-list,
.blog-content.grid .social-share .nost-social {
    left: 50%;
    transform: translateX(-50%);
}

/* ==========================================================================
   6.5 BLOG TYPOGRAPHY
========================================================================== */
.blog-content.typography article {
    text-align: center;
    padding-bottom: 37px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
    width: 930px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog-content.typography article:last-child {
    margin-bottom: 54px;
}

.blog-content.typography .post-info .cat-post {
    margin-top: -9px;
    margin-bottom: 4px;
}

.blog-content.typography .post-info .post-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 1px;
}

.blog-content.typography .post-info .post-date {
    margin-bottom: 27px;
}

.blog-content.typography .post-info .content-info {
    margin-bottom: 23px;
}

.blog-content.typography .read-more {
    margin-bottom: 18px;
}

.blog-content.typography .post-expand > div {
    margin-left: 35px;
    margin-right: 35px;
}

.blog-content.typography .post-product-carousel .post-product-list,
.blog-content.typography .social-share .nost-social {
    left: 50%;
    transform: translate(-50%);
}

/* ==========================================================================
   6.7 LOADMORE AND PAGINATION
========================================================================== */
.pagination {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.post-pagination {
    margin-top: 22px;
    margin-bottom: 11px;
}

.woocommerce-pagination {
    margin-top: 22px;
    margin-bottom: 51px;
}

.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #b8b6b6;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: top;
}

.pagination .page-numbers:first-child {
    margin-left: 0;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #000000;
    border-color: #000000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    position: relative;
    font-size: 0;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 14px;
    border-bottom: 2px solid;
}

.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.pagination .page-numbers.prev::after {
    left: 13px;
    transform: rotate(-135deg);
}

.pagination .page-numbers.next::after {
    right: 13px;
    transform: rotate(45deg);
}

.blog-page.typography .pagination,
.blog-page.grid .pagination {
    text-align: center;
}

/*load more*/
.more-items {
    margin-top: 21px;
}

.nost-ajax-load {
    margin-top: 39px;
    margin-bottom: 27px;
}

.nost-ajax-load a,
.more-items .woo-product-loadmore {
    display: inline-block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #000000;
    border: 1px solid #dddddd;
}

.nost-ajax-load a:hover,
.more-items .woo-product-loadmore:hover {
    color: #ffa749;
    border-color: #ffa749;
}

.nost-ajax-load a i {
    font-size: 18px;
    line-height: 66px;
    margin-left: 5px;
}

.more-items .woo-product-loadmore.loading {
    font-size: 0;
    border-color: #ffa749;
    cursor: not-allowed;
    pointer-events: none;
}

.more-items .woo-product-loadmore.loading::before {
    animation: spin 0.6s linear 0s normal none infinite running;
    -o-animation: spin 0.6s linear 0s normal none infinite running;
    -webkit-animation: spin .6s linear 0s normal none infinite running;
    color: #ffa749;
    content: "\f110";
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.nost-ajax-load a.disabled,
.more-items .woo-product-loadmore.disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.nost-ajax-load a.disabled i {
    margin-top: 25px;
}

/* ==========================================================================
   7.0 WIDGET THEME
========================================================================== */
.left-sidebar .main-single-content,
.left-sidebar .main-content.has-sidebar {
    float: right;
}

.sidebar .widgettitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-top: -8px;
    margin-bottom: 15px;
}

.sidebar .widget:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar .widget ul,
.sidebar .widget ol {
    padding: 0;
    list-style: none;
}

.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
    padding-left: 17px;
    margin-top: 5px;
    border-top: 1px solid #e8e8e8;;
}

.sidebar .widget ul li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0;
    font-size: 15px;
    line-height: 25px;
    width: 100%;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .widget p:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li a {
    display: inline-block;
}

.sidebar .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0;
}

/* ==========================================================================
   7.1 WIDGET SEARCH FORM
========================================================================== */
.nost-searchform {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

.nost-searchform input[type='text'] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-right: 80px;
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
}

.nost-searchform button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 74px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    color: #000000;
    background: transparent;
    font-size: 15px;
}

.nost-searchform button:hover {
    color: #ffa749;
    background: transparent;
}

/* ==========================================================================
   7.2 WIDGET NEWSLETTER
========================================================================== */
/*.widget-nost-newsletter*/
.widget-nost-newsletter {
    padding: 55px 28px 59px 28px;
    background-color: #f6f6f6;
    margin-bottom: 12px;
}

.widget-nost-newsletter .newsletter-title {
    text-align: center;
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget-nost-newsletter .newsletter-title::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.widget-nost-newsletter .newsletter-subtitle {
    text-align: center;
    margin-bottom: 23px;
}

.widget-nost-newsletter .newsletter-content .newsletter-form-wrap input[type=email] {
    border: 1px solid #e5e5e5;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    color: #b2b1b1;
    width: 100%;
    background-color: #ffffff;
}

.widget-nost-newsletter .newsletter-content .newsletter-form-wrap button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    letter-spacing: 0.3em;
    margin-top: 17px;
}

/* ==========================================================================
   7.3 WIDGET CATEGORIES
========================================================================== */
/*.widget_categories*/
.sidebar .widget_categories > ul {
    padding-bottom: 13px;
}

.sidebar .widget_categories ul ul {
    border: none;
}

.widget_categories ul li.cat-item {
    border-bottom: none;
}

.widget_categories ul li.cat-item a {
    color: #919191;
}

.widget_categories ul li.cat-item a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.widget_categories ul li.cat-item a:hover,
.widget_categories ul li.cat-item.current-cat,
.widget_categories ul li.cat-item.current-cat a {
    color: #ffa749;
}

.widget_categories ul li.cat-item a:hover::before,
.widget_categories ul li.cat-item.current-cat a::before {
    border-color: #ffa749;
    background-color: #ffa749;
}

/* ==========================================================================
   7.4 WIDGET LASTEST POST
========================================================================== */
.sidebar .nost_latest_posts_widget .latest-post {
    padding-top: 7px;
    padding-bottom: 2px;
}

.nost_latest_posts_widget .latest-post li.post {
    display: table;
    padding: 8px 0;
    border-bottom: none;
}

.nost_latest_posts_widget .latest-post li.post .item-photo {
    display: table-cell;
    vertical-align: middle;
    width: 92px;
}

.nost_latest_posts_widget .latest-post li.post .item-detail {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.nost_latest_posts_widget .latest-post li.post .item-detail .item-name {
    font-family: 'Chapaza', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.nost_latest_posts_widget .latest-post li.post .item-detail .item-athur {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* ==========================================================================
   7.5 WIDGET INSTAGRAM
========================================================================== */
.widget_nost_instagram .nost-instagram {
    margin: 0 -5px;
    overflow: hidden;
    padding: 11px 0 5px 0;
}

.widget_nost_instagram .nost-instagram .item {
    float: left;
    padding: 5px;
    width: 33.33%;
}

/* ==========================================================================
   7.6 WIDGET TAGCLOUD
========================================================================== */
/*.tagcloud*/
.tagcloud {
    overflow: hidden;
    padding-top: 15px;
}

.tagcloud a {
    color: #919191;
    border: 1px solid #d3d3d3;
    display: inline-block;
    float: left;
    line-height: 43px;
    border-radius: 43px;
    margin: 0 9px 9px 0;
    padding: 0 30px;
}

.tagcloud a:hover {
    color: #010101;
    border-color: #000000;
}

/* ==========================================================================
   7.7 WIDGET MINICART
========================================================================== */
.sidebar .widget_shopping_cart .cart_list .mini_cart_item {
    position: relative;
    padding: 15px 0;
}

.widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
    display: inline-block;
    margin-right: 15px;
}

.widget_shopping_cart .cart_list .mini_cart_item .remove {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 20px;
}

.widget_shopping_cart .cart_list .mini_cart_item img {
    margin-right: 15px;
    float: left;
}

.widget_shopping_cart .cart_list .mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total > strong {
    font-weight: normal;
    color: #919191;
}

.widget_shopping_cart .woocommerce-mini-cart__total.total > .woocommerce-Price-amount {
    float: right;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    overflow: hidden;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    background-color: #000000;
    vertical-align: top;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    background-color: #ffa749;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    float: right;
}

/* ==========================================================================
   7.8 WIDGET PRODUCT
========================================================================== */
.sidebar .widget_products .product_list_widget li {
    padding: 15px 0;
}

.widget_products .product_list_widget li > a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.widget_products .product_list_widget li > a img {
    width: 100px;
    float: left;
    margin-right: 15px;
}

/* ==========================================================================
   7.9 WIDGET SHOP
========================================================================== */
/*WOOF_Widget*/
.icheckbox_flat-purple,
.iradio_flat-purple {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #d1d1d1 !important;
    background: none !important;
}

.WOOF_Widget .woof_container li .icheckbox_flat-purple.hover,
.WOOF_Widget .woof_container li .iradio_flat-purple.hover,
.icheckbox_flat-purple.checked,
.iradio_flat-purple.checked {
    background: #ffa749 0 0 !important;
    border: 1px solid #ffa749 !important;
}

.WOOF_Widget .woof_container .icheckbox_flat-purple.checked ~ label,
.WOOF_Widget .woof_container .iradio_flat-purple.checked ~ label,
.WOOF_Widget .woof_container li label.hover,
.WOOF_Widget .woof_container li label.hover {
    color: #ffa749;
}

.icheckbox_flat-purple input[type=checkbox],
.iradio_flat-purple input[type=radio] {
    margin: 0;
}

.WOOF_Widget .woof_redraw_zone > .woof_container {
    margin-bottom: 47px;
}

.WOOF_Widget .woof_redraw_zone > .woof_container.woof_container_size {
    margin-bottom: 10px;
}

.WOOF_Widget .woof_container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.WOOF_Widget .woof_container h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-top: -8px;
    margin-bottom: 12px;
}

.WOOF_Widget .woof_container ul {
    padding-left: 0;
}

.WOOF_Widget .woof_container li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 30px !important;
    border: none !important;
}

.WOOF_Widget .woof_container label {
    width: auto !important;
    color: #a9a9a9;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    margin: 0 !important;
}

.WOOF_Widget .woof_container .woof_childs_list {
    margin: 0 !important;
    padding-left: 17px;
}

.woof_reset_search_form {
    float: none !important;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.woof_info_popup {
    font-size: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.woof_info_popup::before {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 80px;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}

/* ==========================================================================
   8.0 SHOP THEME
========================================================================== */
/*main setting*/
.shop-page {
    padding-top: 62px;
    padding-bottom: 34px;
}

.shop-page ul {
    padding-left: 0;
}

.single-product .shop-page {
    padding-top: 0;
}

.single-product .nost-single-container {
    padding-left: 20px;
    padding-right: 20px;
}

.single-product .no-sidebar .nost-single-container .main-content {
    padding-left: 0;
    padding-right: 0;
}

/* ==========================================================================
   8.1 PRODUCT TOOLBAR
========================================================================== */
.product-toolbar {
    position: relative;
    width: 1860px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 20px;
}

.product-toolbar .breadcrumb-trail {
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
}

.product-toolbar .breadcrumb-trail .trail-items {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.product-toolbar .breadcrumb-trail .breadcrumb > li + li:before {
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #d5d5d5;
    margin: 5px;
}

.product-toolbar .post-navigation {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(calc(-50% + 3px));
}

/*arrow*/
.product-toolbar .post-navigation .nav-links > div {
    display: inline-block;
}

.product-toolbar .post-navigation .nav-links .nav-next {
    padding-left: 19px;
}

.product-toolbar .post-navigation .nav-links a {
    position: relative;
    font-size: 0;
    display: block;
    color: #afafaf;
}

.product-toolbar .post-navigation .nav-links a:hover {
    color: #000000;
}

.product-toolbar .post-navigation .nav-links a .arrow {
    display: inline-block;
    width: 18px;
    height: 12px;
}

.product-toolbar .post-navigation .nav-links a .arrow::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 18px;
    border-bottom: 2px solid;
}

.product-toolbar .post-navigation .nav-links a .arrow::after {
    content: '';
    position: absolute;
    top: 2px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
}

.product-toolbar .post-navigation .nav-links .nav-previous a .arrow::after {
    left: 1px;
    transform: rotate(-135deg);
}

.product-toolbar .post-navigation .nav-links .nav-next a .arrow::after {
    left: 9px;
    transform: rotate(45deg);
}

.toolbar-products .category-filter {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 72px;
}

.toolbar-products .category-filter li {
    display: inline-block;
    margin: 0 25px;
}

.toolbar-products .category-filter li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a6a6a6;
    position: relative;
    padding-bottom: 5px;
}

.toolbar-products .category-filter li a::before {
    border-bottom: 1px solid #000000;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.toolbar-products .category-filter li.active a,
.toolbar-products .category-filter li a:hover {
    color: #000000;
}

.toolbar-products .category-filter li.active a::before,
.toolbar-products .category-filter li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* ==========================================================================
   8.2 FILTER CANVAS
========================================================================== */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -17px;
}

/*end scrollbar*/
.sidebar-canvas .scrollbar-macosx {
    max-height: -webkit-calc(100vh - 156px);
    max-height: -moz-calc(100vh - 156px);
    max-height: calc(100vh - 156px);
}

.sidebar-canvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 10;
}

.sidebar-canvas-open .sidebar-canvas-overlay {
    left: 0
}

.page-wrapper {
    position: relative;
    width: 100%;
    transition: margin 0.4s;
    background-attachment: fixed;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 100%;
}

.sidebar-canvas-open .page-wrapper {
    margin-left: 360px;
}

.sidebar-canvas {
    position: fixed;
    top: 0;
    width: 360px;
    left: -360px;
    padding: 78px 0;
    height: 100%;
    background: #ffffff;
    transition: left 0.4s;
    z-index: 999;
}

.sidebar-canvas-open .sidebar-canvas {
    left: 0;
}

.sidebar-canvas-inner {
    padding: 0 40px;
}

.btn-canvas {
    font-size: 12px;
    color: #ffffff;
    min-width: 66px;
    height: 35px;
    line-height: 35px;
    padding: 0 14px 0 18px;
    background-color: #000000;
    position: fixed;
    top: 237px;
    left: -16px;
    display: block;
    transition: left 0.4s;
    cursor: pointer;
    z-index: 999;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.btn-canvas::after {
    content: '';
    display: inline-block;
    width: 20px;
    margin-left: 8px;
    border-bottom: 1px solid;
    margin-bottom: 3px;
    position: absolute;
    top: 50%;
}

.sidebar-canvas-open .btn-canvas {
    left: 345px
}

/* ==========================================================================
   8.3 PRODUCT ITEM
========================================================================== */
.product-thumb {
    position: relative;
    overflow: hidden;
}

.product-item .thumb-link {
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
}

.product-item .thumb-link img {
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    width: 100%;
}

.product-second-figure {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.product-inner:hover .product-second-figure {
    opacity: 1;
    visibility: visible;
}

/*.flash*/
.flash {
    position: absolute;
    top: 0;
    right: 11px;
    z-index: 1;
}

.onsale,
.onnew {
    display: block;
    margin-top: 9px;
    padding: 0 10px;
    min-width: 52px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    background: #ffa749;
}

/*.yith-wcqv-button*/
.product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
}

.yith-wcqv-button {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    padding: 0 19px;
    position: absolute;
    bottom: -44px;
    right: -44px;
    font-size: 0;
    line-height: 50px;
    color: #000000;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.yith-wcqv-button::before {
    font-family: 'Simple-Line-Icons', sans-serif;
    content: '\e090';
    font-size: 14px;
}

.yith-wcqv-button:hover {
    color: #ffa749;
}

/*blockUI blockOverlay*/
.yith-wcqv-button .blockUI.blockOverlay {
    display: none !important;
}

/*#yith-quick-view-modal*/
#yith-quick-view-modal .yith-quick-view-overlay {
    background-color: rgba(48, 51, 55, 0.66);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 1257px !important;
    height: 670px !important;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    max-height: calc(100% - 30px);
}

#yith-quick-view-modal.loading,
#yith-quick-view-modal.loading .yith-quick-view-modal {
    visibility: visible;
    opacity: 1;

}

#yith-quick-view-modal.loading .yith-quick-view-overlay::before {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 80px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 48%;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-x: hidden;
    -webkit-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 7px 32px 3px rgba(0, 0, 0, 0.14);
}

/*#yith-quick-view-close*/
#yith-quick-view-close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 45px;
    height: 45px;
    border: none;
    font-size: 0;
    display: block;
    opacity: 1;
    color: #919191;
}

#yith-quick-view-close:hover {
    color: #ffa749;
}

#yith-quick-view-close::before,
#yith-quick-view-close::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 19px;
    width: 17px;
}

#yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#yith-quick-view-content .product-media {
    position: relative;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-prev {
    left: 2px;
}

#yith-quick-view-content .owl-carousel.nav-caret .owl-nav .owl-next {
    right: 2px;
}

#yith-quick-view-content .onsale {
    top: 0;
    left: auto;
    right: 11px;
    display: inline-block;
    z-index: 1;
}

#yith-quick-view-content div.images {
    width: 44.5967749%;
}

#yith-quick-view-content div.summary {
    width: 55.4032251%;
    padding: 67px 0 40px 88px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

#yith-quick-view-content div.summary .summary-content {
    padding-right: 40px;
    height: 100%;
}

#yith-quick-view-content .summary .social-share .nost-social {
    left: 0;
    transform: none;
}

/*.product-item*/
.product-list-grid {
    padding-left: 0;
}

.product-item {
    list-style: none;
    margin-bottom: 40px;
}

.product-info {
    position: relative;
    overflow: hidden;
    margin-top: 17px;
    margin-bottom: 3px;
}

.product-inner .product-title {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}

.product-inner .product-title a {
    color: inherit;
}

.product-inner .product-title a:hover {
    color: #ffa749;
}

.woocs_price_code ins {
    text-decoration: none;
    padding-left: 5px;
}

.product-inner .price {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #a6a5a5;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.product-inner .price ins {
    color: #000000;
}

.price ins {
    text-decoration: none;
}

/*.add_to_cart_button*/
.product-inner .add_to_cart_button,
.product-inner .added_to_cart,
.product-inner .product_type_variable,
.product-inner .product_type_simple,
.product-inner .product_type_external,
.product-inner .product_type_grouped {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffa749;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 9;
}

.product-inner .add_to_cart_button.loading::after {
    font-family: 'FontAwesome', sans-serif;
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
    content: "\f110";
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

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

/*wishlist*/
.yith-wcwl-add-to-wishlist {
    font-size: 0;
}

.yith-wcwl-add-to-wishlist a {
    display: inline-block;
    width: 100%;
}

.yith-wcwl-add-button {
    position: relative;
}

.yith-wcwl-add-button .ajax-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.add_to_wishlist::before {
    font-family: 'Simple-Line-Icons', sans-serif;
    content: "\e08a";
    font-size: 15px;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f004';
    font-size: 15px;
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

/*compare*/
.compare {
    font-size: 0;
}

.compare::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0ec';
    font-size: 15px;
}

.compare.added::before {
    content: '\f00c';
}

/*.product-inner:hover*/
.product-inner:hover .add_to_cart_button,
.product-inner:hover .added_to_cart,
.product-inner:hover .product_type_variable,
.product-inner:hover .product_type_grouped,
.product-inner:hover .product_type_simple,
.product-inner:hover .product_type_external {
    opacity: 1;
    top: -webkit-calc(100% - 16px);
    top: -moz-calc(100% - 16px);
    top: calc(100% - 16px);
}

/*.star-rating*/
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 87px;
    letter-spacing: 7px;
}

.star-rating:before,
.star-rating span:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
    color: #cccccc;
    line-height: 100%;
}

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

.star-rating span:before {
    color: #ffa749;
}

.preview-count {
    display: none;
}

/*.product-item.style-1*/
.product-item.style-1 .product-inner:hover .price {
    opacity: 0;
}

/*.product-item.style-2*/
.product-item.style-2 .product-inner .nost-loop-title-rate {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 25px;
    bottom: 19px;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    z-index: 1;
}

.product-item.style-2 .product-inner .price {
    color: #5b5a5a;
    position: absolute;
    left: 25px;
    top: 22px;
    z-index: 1;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

.product-item.style-2 .product-inner .add_to_cart_button,
.product-item.style-2 .product-inner .added_to_cart,
.product-item.style-2 .product-inner .product_type_variable,
.product-item.style-2 .product-inner .product_type_simple,
.product-item.style-2 .product-inner .product_type_external,
.product-item.style-2 .product-inner .product_type_grouped {
    display: none;
}

.product-item.style-2 .product-inner:hover .nost-loop-title-rate {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   8.4 SINGLE PRODUCT
========================================================================== */
body.single-product .single-left {
    width: 54.2142857%;
    float: left;
    position: relative;
    overflow: hidden;
}

/*.woocommerce-product-gallery*/
body.single-product .woocommerce-product-gallery {
    position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery .onsale {
    position: absolute;
    top: 10px;
    right: 70px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
    /*display: block;*/
    position: absolute;
    top: -60px;
    right: -60px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 170px;
    padding: 0 25px;
    z-index: 1;
    background-color: #ffffff;
    color: #000000;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: #ffa749;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font-family: 'Simple-Line-Icons', sans-serif;
    content: '\e090';
    font-size: 20px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
    opacity: 0;
    visibility: hidden;
}

.pswp__button:hover {
    background: transparent;
}

.woocommerce-product-gallery .flex-viewport {
    text-align: center;
    cursor: zoom-in;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs > li {
    width: 25%;
    padding: 5px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li.slick-slide img {
    opacity: 0.3;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li.slick-slide img.flex-active {
    opacity: 1;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    color: #ffa749;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-up {
    top: 10px;
    left: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-down {
    bottom: 10px;
    left: 33px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-left {
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.fa-caret-right {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

/*.summary*/
body.single-product .detail-content {
    width: 45.7857143%;
    float: left;
    padding-left: 84px;
}

.summary .woocommerce-product-rating {
    margin-top: -7px;
    margin-bottom: 18px;
}

.summary .woocommerce-product-rating .star-rating {
    display: inline-block;
}

.summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    color: #919191;
    display: inline-block;
    vertical-align: top;
}

.summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #ffa749;
}

.summary .entry-title {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.summary .price {
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #ffa749;
    margin-bottom: 37px;
}

.summary > .price {
    margin-bottom: 39px;
}

.summary .woocommerce-product-details__short-description {
    margin-bottom: 47px;
}

.summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.summary .stock {
    display: block;
    width: 275px;
    height: 57px;
    line-height: 57px;
    padding: 0 15px;
    text-align: center;
    border: 1px solid;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
}

/*variations*/
.variations .variation::before,
.variations .variation::after {
    content: '';
    display: table;
}

.variations .variation::after {
    clear: both;
}

.variations .variation select {
    float: left;
    width: 270px;
    margin-bottom: 14px;
    margin-right: 14px;
}

.variations .reset_variations {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 56px;
    letter-spacing: 0.3em;
    color: #ffffff;
    display: block;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    width: 100px;
    background-color: #000000;
    float: left;
    margin-bottom: 14px;
}

.variations .reset_variations:hover {
    background-color: #ffa749;
}

.woocommerce-variation-description p:last-child {
    margin-bottom: 0;
}

.woocommerce-variation-price .price {
    margin-bottom: 15px;
    margin-top: 10px;
}

/*form single product*/
.summary .cart .quantity {
    width: 270px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e5e5e5;
    color: #000000;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 14px;
}

.summary .cart .quantity .control {
    float: right;
    width: 100px;
    overflow: hidden;
}

.summary .cart .quantity .input-qty {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    width: 40px;
    padding: 0 5px;
    text-align: center;
    float: left;
    border: none;
}

.summary .cart .quantity .btn-number {
    font-size: 15px;
    width: 30px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    float: left;
}

.summary .cart .quantity .btn-number.qtyminus {
    text-align: right;
}

.summary .cart .quantity .btn-number.qtyplus {
    text-align: left;
}

.summary p.cart {
    margin-bottom: 0;
}

.summary .cart .single_add_to_cart_button {
    display: block;
    width: 275px;
    letter-spacing: 0.3em;
    margin-bottom: 14px;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    background: #000000;
    border: none;
    border-radius: 0;
}

.summary .cart .single_add_to_cart_button:hover {
    background-color: #ffa749;
}

.summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.summary .yith-wcwl-add-to-wishlist,
.summary .compare,
.summary .social-share {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    min-width: 130px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e5e5e5;
    margin: 0 11px 15px 0;
}

.summary .compare {
    position: relative;
    top: -1px;
}

/*.summary .social-share {*/
/*margin-right: 0;*/
/*}*/

.summary .social-share .icons {
    font-size: 15px;
    line-height: 50px;
}

.summary .social-share .nost-social {
    left: 50%;
    transform: translateX(-50%);
}

.summary .clear {
    display: inline-block;
}

.product_meta {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.product_meta > span {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 28px;
}

.product_meta .meta-title {
    color: #000000;
}

.product_meta a {
    color: #a9a9a9;
}

.product_meta a:hover {
    color: #ffa749;
}

/*.product-type-grouped*/
.product-type-grouped .summary .woocommerce-product-details__short-description {
    margin-bottom: 23px;
}

.product-type-grouped .summary .cart .group_table {
    border: none;
    margin-bottom: 30px;
}

.product-type-grouped .summary .cart .group_table td {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-top: none;
}

.product-type-grouped .summary .cart .group_table td.label,
.product-type-grouped .summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.product-type-grouped .summary .cart .group_table td:last-child {
    text-align: right;
}

.product-type-grouped .summary .cart .group_table .quantity {
    width: 54px;
    padding: 0;
    margin: 0 !important;
    border: none;
    font-size: 0;
    height: 26px;
}

.product-type-grouped .summary .cart .group_table .quantity .control {
    width: 54px;
}

.product-type-grouped .summary .cart .group_table .quantity .btn-number {
    width: 7px;
    height: 26px;
    line-height: 26px;
}

.product-type-grouped .summary .cart .group_table .quantity .input-qty {
    height: 26px;
    line-height: 26px;
}

.product-type-grouped .summary .cart .group_table label {
    margin-bottom: 0;
    font-weight: normal;
}

.product-type-grouped .summary .cart .group_table .stock {
    display: none;
}

/*default*/
.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    margin-top: 20px;
}

.default .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
    padding: 0 10px;
}

/*vertical_thumnail*/
.slick-track {
    margin: 0 auto;
}

.vertical_thumnail .flex-viewport {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 120px;
    float: left;
    padding-right: 23px;
    margin-top: -10px;
}

.vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    padding: 10px 0;
}

/* Single Product Sticky */
.sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:last-child) {
    margin-bottom: 38px;
}

.sticky_detail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    display: none !important;
}

/*gallery_detail*/
body.single-product .gallery_detail .single-left {
    width: 100%;
    text-align: center;
}

.gallery_detail .nost-product-single-gallery:not(.nost-center-mode) .nost-product-gallery__image {
    display: inline-block;
}

.gallery_detail .nost-product-single-gallery:not(.nost-center-mode) .nost-product-gallery__image a {
    padding: 0 40px;
}

.gallery_detail .nost-product-gallery__image a {
    display: block;
    padding: 0 4.7619048%;
}

.gallery_detail .slick-dots {
    text-align: center;
    margin-top: 34px;
}

.gallery_detail .slick-dots li {
    display: inline-block;
    margin: 5px;
}

.gallery_detail .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 22px;
    height: 2px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #000000;
    opacity: 0.3;
}

.gallery_detail .slick-dots li.slick-active button {
    opacity: 1;
}

body.single-product .gallery_detail .detail-content {
    display: inline-block;
    width: 100%;
    padding: 33px 0 0 0;
    text-align: center;
}

.gallery_detail .summary {
    width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery_detail .variations .variation select {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
}

.gallery_detail .variations .reset_variations {
    float: none;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.gallery_detail .woocommerce-variation-add-to-cart {
    display: inline-block;
}

.gallery_detail .summary .cart .quantity,
.gallery_detail .summary .cart .single_add_to_cart_button,
.gallery_detail .summary .yith-wcwl-add-to-wishlist,
.gallery_detail .summary .compare,
.gallery_detail .summary .social-share {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

.gallery_detail .summary > .price {
    margin-bottom: 44px;
}

.gallery_detail .woocommerce-product-details__short-description {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 58px auto;
}

.gallery_detail .product_meta {
    margin-top: 19px;
}

.gallery_detail .product_meta > span {
    margin-left: 14px;
    margin-right: 14px;
}

.gallery_detail .woocommerce-tabs {
    margin-top: 42px;
}

/*360deg*/

.default .nost-product-button,
.sticky_detail .nost-product-button {
    top: 10px;
    left: 10px;
}

.vertical_thumnail .nost-product-button {
    bottom: 28px;
    left: 155px;
}

.nost-product-button {
    position: absolute;
    z-index: 1;
}

.nost-bt-video a,
.product-360-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
}

.nost-bt-video a::before,
.product-360-button a::before {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06);
}

.nost-bt-video a::before {
    content: "\F0da";
    font-family: 'FontAwesome', sans-serif;
    font-size: 24px;
    padding-left: 4px;
}

.product-360-button a::before {
    content: "\E098";
    font-family: 'Simple-Line-Icons', sans-serif;
    font-size: 18px;
    padding-left: 2px;
}

.nost-bt-video a span,
.product-360-button a span {
    vertical-align: middle;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    font-weight: 400;
}

.mfp-close-btn-in .mfp-close:hover {
    background: transparent;
}

.product-360-button + .nost-bt-video {
    margin-top: 10px;
}

/*threed 360deg*/
.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative;
}

.spinner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.nost-threed-view::after {
    border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
}

.nost-threed-view {
    cursor: ew-resize;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.nost-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nost-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9;
}

.nost-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.nost-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

.nost-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    font-size: 0;
    text-align: center;
}

.nost-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}

.nost-threed-view .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    position: relative;
    top: 4px;
}

.nost-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.nost-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}

.nost-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}

.nost-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051";
}

.nost-dark .nost-threed-view .nav_bar a {
    color: black;
}

/*woocommerce-tabs*/
.woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 31px;
    margin-top: 69px;
    text-align: center;
}

.woocommerce-tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-calc(100vw - 80px);
    width: -moz-calc(100vw - 80px);
    width: calc(100vw - 80px);
    height: 1px;
    background-color: #ebebeb;
}

.has-sidebar .woocommerce-tabs::before {
    width: 100%;
}

/*.wc-tabs*/
.wc-tabs {
    padding-left: 0;
    text-align: center;
}

.wc-tabs li {
    list-style: none;
    display: inline-block;
    margin-right: 17px;
    margin-left: 17px;
    text-align: center;
}

.wc-tabs li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    color: #a9a9a9;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
}

.wc-tabs li a::before {
    border-bottom: 1px solid #000000;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

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

.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
    max-width: 100%;
    margin-top: 59px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel .woocommerce-Reviews {
    text-align: center;
}

.woocommerce-Tabs-panel h2 {
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

/*comment star*/
.comment-form-rating label {
    vertical-align: top;
}

p.stars {
    margin-left: 15px;
    line-height: 18px;
    display: inline-block;
}

p.stars,
p.stars a {
    display: inline-block
}

p.stars a {
    font-weight: 400;
    height: 1em
}

p.stars a:before,
p.stars a:hover ~ a:before {
    color: #e2e2e2;
    content: "\f005"
}

p.stars a {
    position: relative;
    width: 1em;
    text-indent: -999em;
    margin-right: 1px
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'FontAwesome', sans-serif;
    text-indent: 0;
}

p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
    color: #ffa749;
}

p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    color: #e2e2e2;
}

/*comment product*/
.commentlist .avatar {
    width: 120px;
    float: left;
}

.commentlist .comment-text .meta {
    margin-bottom: 0;
}

/*.upsells + related*/
.upsells,
.related {
    position: relative;
}

.upsells::before,
.related::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-calc(100vw - 80px);
    width: -moz-calc(100vw - 80px);
    width: calc(100vw - 80px);
    height: 1px;
    background-color: #ebebeb;
}

.has-sidebar .upsells::before,
.has-sidebar .related::before {
    width: 100%;
}

.product-grid-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 64px;
}

/* ==========================================================================
   8.5 SHOP TABLE
========================================================================== */
/*shop table empty*/
.wishlist-empty,
.cart-empty {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
}

.return-to-shop {
    text-align: center;
    margin-bottom: 224px;
}

.return-to-shop .button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 11px;
    letter-spacing: 0.3em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 15px;
    background-color: #000000;
    min-width: 200px;
}

.return-to-shop .button:hover {
    background-color: #ffa749;
}

/*table shop*/

.product-name {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.product-name a {
    display: inline-block;
    max-height: 48px;
    overflow: hidden;
    vertical-align: middle;
}

.product-price,
.product-subtotal {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.product-quantity .quantity {
    font-size: 0;
    height: 58px;
}

.product-quantity .quantity .control {
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e5e5e5;
}

.product-quantity .quantity .control .btn-number {
    float: right;
    display: block;
    width: 47px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    text-align: center;
}

.product-quantity .quantity .control .btn-number i {
    transform: rotate(-90deg);
}

.product-quantity .quantity .control .input-qty {
    float: right;
    display: block;
    width: 104px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    border: none;
}

/*table account wishlist*/
.wishlist_table .yith-wcqv-button {
    display: none;
}

body .woocommerce table.shop_table {
    margin-bottom: 27px;
    border: 2px solid #e3e3e3;
}

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

body .woocommerce table.shop_table thead {
    background: transparent;
}

body .woocommerce table.shop_table thead th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    padding: 15px 20px;
}

body .woocommerce table.shop_table thead th,
body .woocommerce table.shop_table tbody td {
    border-left: none;
    border-right: none;
    text-align: left;
    vertical-align: baseline;
}

body .woocommerce table.shop_table td {
    padding: 25px 20px;
}

body .woocommerce table.shop_table .product-thumbnail {
    width: 220px;
    padding-left: 80px;
}

body .woocommerce table.shop_table .product-thumbnail a {
    display: inline-block;
}

body .woocommerce table.shop_table tr td.product-remove {
    padding-left: 10px;
    padding-right: 80px;
    width: 10px;

}

body .woocommerce table.shop_table tr td.product-remove a {
    font-size: 16px;
    color: #6f6f6f;
}

body .shop_table tr td.product-stock-status {
    width: 240px;
}

body .shop_table tr td.product-stock-status > span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    width: 200px;
    padding: 17px 15px;
    line-height: 21px;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a9a9a9 !important;
    border: 1px solid #e5e5e5;
    text-align: center;
}

body .woocommerce table.shop_table .product-add-to-cart {
    width: 240px;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 240px;
    margin: 0 auto;
    padding: 0 15px;
    height: 57px;
    line-height: 57px;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    text-align: center;
    border-radius: 0;
}

body .woocommerce table.shop_table .product-add-to-cart .add_to_cart:hover {
    background: #ffa749;
}

body .shop_table tr td.product-quantity {
    width: 240px;
}

.yith-wcwl-share {
    padding-left: 60px;
}

/*.actions*/
.actions-btn {
    text-align: right;
    margin-bottom: 19px;
}

.actions-btn .button {
    min-width: 275px;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}

.actions-btn .shopping {
    min-width: 275px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    margin-left: 9px;
}

.actions-btn .shopping:hover {
    background-color: #ffa749;
}

.actions .coupon {
    overflow: hidden;
    padding: 66px 120px 75px 80px;
    border: 2px solid #e3e3e3;
    margin-bottom: 53px;
}

.actions .coupon label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 56px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
}

.actions .coupon .input-text {
    float: left;
    border-color: #e5e5e5;
    width: -webkit-calc(100% - 377px);
    width: -moz-calc(100% - 377px);
    width: calc(100% - 377px);
    margin-left: 52px;
    margin-right: 15px;
}

.actions .coupon .button {
    display: block;
    float: left;
    width: 240px;
    letter-spacing: 0.3em;
    vertical-align: top;
}

/*.cart-collaterals */
.cart-collaterals .cart_totals {
    border: 2px solid #e3e3e3;
    padding: 41px 80px 63px 80px;
    overflow: hidden;
}

.cart-collaterals .cart_totals h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 0;
    width: -webkit-calc(100% - 960px);
    width: -moz-calc(100% - 960px);
    width: calc(100% - 960px);
    float: left;
    padding: 17px 20px 17px 0;
}

.cart-collaterals .cart_totals .shop_table {
    width: 960px;
    border: none;
    float: left;
}

.cart-collaterals .cart_totals .shop_table tr th,
.cart-collaterals .cart_totals .shop_table tr td {
    border-width: 0 0 1px 0;
    padding: 17px 0;
    width: 50%;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 33px;
    display: inline-block;
}

.cart-collaterals .cart_totals .shop_table .shipping-calculator-button::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"] {
    display: none;
}

.cart-collaterals .cart_totals .shop_table .shipping label {
    font-weight: normal;
    margin-bottom: 0;
}

.cart-collaterals .cart_totals .shop_table .shipping label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    transition: all 0.3s;
}

.cart-collaterals .cart_totals .shop_table .shipping label:hover::before,
.cart-collaterals .cart_totals .shop_table .shipping input[type="radio"]:checked + label::before {
    background: #000000;
    border-color: #000000;
}

.wc-proceed-to-checkout {
    float: right;
}

.wc-proceed-to-checkout .checkout-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    min-width: 444px;
    height: 57px;
    line-height: 57px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    margin-right: 40px;
    margin-top: 12px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #ffa749;
}

/* ==========================================================================
   9.0 SHORTCODE
========================================================================== */
/* ==========================================================================
   9.1 NOST SOCIALS
========================================================================== */
.nost-socials .social-item {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 39px;
    color: #a5a5a5;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid;
    margin: 8px;
}

.nost-socials .social-item:hover {
    color: #000000;
}

/* ==========================================================================
   9.2 NOST TITLE
========================================================================== */
.nost-title {
    overflow: hidden;
}

.nost-title .block-title {
    font-family: 'Chapaza', sans-serif;
    line-height: 1.2;
    color: inherit;
}

.nost-title .block-title a {
    color: inherit;
}

.nost-title .block-title a:hover {
    color: #ffa749;
}

.nost-title .block-smtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 26px;
}

.nost-title .block-des {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    color: #a9a9a9;
}

.nost-title .block-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    min-width: 201px;
    height: 56px;
    line-height: 56px;
    background-color: #000000;
    color: #ffffff;
    padding: 0 15px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 4px;
}

.nost-title .block-link:hover {
    background-color: #ffffff;
    color: #000000;
}

/*.nost-title.default*/
.nost-title.default {
    position: relative;
    overflow: visible;
}

.nost-title.default .block-title {
    position: relative;
    font-size: 20px !important;
    color: #000000;
    padding-bottom: 8px;
    margin-left: 120px;
    margin-right: 120px;
}

.nost-title.default.text-center .block-title {
    font-size: 30px;
}

.nost-title.default .block-title::before {
    content: '';
    display: block;
    width: 41px;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    bottom: 0;
}

.nost-title.default a {
    position: absolute;
    right: 0;
    top: -2px;
    display: inline-block;
    min-width: 148px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding-left: 21px;
    padding-right: 47px;
}

.nost-title.default a:hover {
    color: #ffa749;
    border-color: #ffa749;
}

.nost-title.default a::before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 19px;
}

.nost-title.default a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 21px;
    top: 14px;
}

.nost-title.default.text-center .block-title::before {
    left: 0;
    right: 0;
    margin: auto;
}

.nost-title.default.text-left .block-title::before {
    left: 0;
}

.nost-title.default.text-right .block-title::before {
    right: 0;
}

.nost-title.default.text-right a {
    left: 0;
    right: auto;
}

/*.nost-title.style1*/
.nost-title.style1.dark {
    color: #000000;
}

.nost-title.style1.dark .block-link:hover {
    color: #000000;
    background-color: #ffffff;
}

.nost-title.style1.light {
    color: #ffffff;
}

.nost-title.style1.light .block-link {
    background-color: #ffffff;
    color: #000000;
}

.nost-title.style1.light .block-link:hover {
    color: #ffffff;
    background-color: #000000;
}

.nost-title.style1 .block-title {
    font-size: 60px;
    margin-bottom: 2px;
}

/*.nost-title.style2 style3*/
.nost-title.style2 .block-title,
.nost-title.style3 .block-title {
    font-size: 40px;
    color: #000000;
}

.nost-title.style2 .block-title {
    margin-bottom: 30px;
}

.nost-title.style3 .block-title {
    margin-bottom: 45px;
}

.nost-title.style2 .block-smtitle,
.nost-title.style3 .block-smtitle {
    color: #000000;
}

.nost-title.style3 .block-smtitle {
    font-size: 16px;
}

/*.nost-title.style4*/
.nost-title.style4 .block-des {
    font-family: 'Chapaza', sans-serif;
    margin-top: 60px;
    font-size: 24px;
    color: #000;
    line-height: 30px;
}

/*.nost-title.style5*/
.nost-title.style5 .block-smtitle {
    margin-bottom: 14px;
}

.nost-title.style5 .block-title {
    font-size: 60px;
    position: relative;
    padding: 0 15px 9px 15px;
    margin-bottom: 28px;

}

.nost-title.style5 .block-title::before {
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
}

.nost-title.style5.text-center .block-title::before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.nost-title.style5.text-left .block-title::before {
    left: 0;
}

.nost-title.style5.text-right .block-title::before {
    right: 0;
}

.nost-title.style5.dark {
    color: #000000;
}

.nost-title.style5.dark .block-link:hover {
    color: #000000;
    background-color: #ffffff;
}

.nost-title.style5.light {
    color: #ffffff;
}

.nost-title.style5.light .block-link {
    background-color: #ffffff;
    color: #000000;
}

.nost-title.style5.light .block-link:hover {
    color: #ffffff;
    background-color: #000000;
}

/* ==========================================================================
   9.3 NOST BLOCK INFO
========================================================================== */
.nost-block-info .block-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 7px;
    color: inherit;
}

.nost-block-info .block-smtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
}

.nost-block-info .block-price {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #ffa749;
    margin-bottom: 32px;
}

.nost-block-info .block-des {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 0;
}

.nost-block-info .block-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block;
    min-width: 201px;
    height: 56px;
    line-height: 56px;
    background-color: #000000;
    color: #ffffff;
    padding: 0 15px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 36px;
    transition: all 0.4s;
}

.nost-block-info .block-link:hover {
    background-color: #ffa749;
    color: #ffffff;
}

/* ==========================================================================
   9.4 NOST PRODUCT SIMPLE
========================================================================== */
.nost-productsimple.default .nost-block-info {
    margin-top: 75px;
}

.product-simple-style1 .equal-elem {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.product-simple-style1 .block-des {
    padding-left: 50px;
    padding-right: 50px;
}

/* ==========================================================================
   9.5 NOST BANNER
========================================================================== */
.nost-banner {
    position: relative;
}

.nost-banner img {
    width: 100%;
}

.nost-banner .block-content {
    display: block;
    width: 760px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nost-banner .block-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: inherit;
}

.nost-banner .block-title a {
    color: inherit;
}

.nost-banner .block-title a:hover {
    color: #ffa749;
}

.nost-banner .block-smtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 26px;
}

.nost-banner .block-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    display: inline-block;
    min-width: 201px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 15px;
    background-color: #ffffff;
    transition: all 0.4s;
}

/*nost-banner.default*/
.nost-banner.default .block-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

/*nost-banner.style1 .nost-countdown*/
.nost-banner.style1 {
    text-align: center;
    color: #ffffff;
}

.nost-banner.style1 .block-title {
    font-size: 60px;
    margin-bottom: 9px;
}

.nost-banner.style1 .timers {
    margin-bottom: 63px;
}

.nost-banner.style1 .timers .box {
    display: inline-block;
    text-align: center;
}

.nost-banner.style1 .timers .box .time {
    display: block;
    font-size: 80px;
    line-height: 1.2;
    position: relative;
    padding: 0 39px;
}

.nost-banner.style1 .timers .box:first-child .time {
    padding-left: 0;
}

.nost-banner.style1 .timers .box:last-child .time {
    padding-right: 0;
}

.nost-banner.style1 .timers .box:not(:last-child) .time::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.nost-banner.style1 .timers .box .time-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding-top: 3px;
}

.nost-banner.style1.nost-countdown img {
    min-height: 450px;
    object-fit: cover;
}

.nost-banner.style1.nost-countdown .block-title {
    font-size: 30px;
}

.nost-banner.style1.nost-countdown .block-link {
    color: #ffffff;
    background-color: #000000;
}

.nost-banner.style1.nost-countdown .block-link:hover {
    background-color: #ffffff;
    color: #000000;
}

/*.nost-banner.style2*/
.nost-banner.style2 img {
    min-height: 450px;
    object-fit: cover;
}

.nost-banner.style2 .block-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 3px;
}

.nost-banner.style2 .block-smtitle {
    padding-bottom: 10px;
}

.nost-banner.style2 .light {
    color: #ffffff;
}

.nost-banner.style2 .light .block-link {
    background-color: #ffffff;
}

.nost-banner.style2 .light .block-link:hover {
    background-color: #000000;
    color: #ffffff;
}

.nost-banner.style2 .dark {
    color: #000000;
}

.nost-banner.style2 .dark .block-link {
    color: #ffffff;
    background-color: #000000;
}

.nost-banner.style2 .dark .block-link:hover {
    color: #000000;
    background-color: #ffffff;
}

/* ==========================================================================
   9.6 NOST BLOG
========================================================================== */
.nost-blog .post-thumb {
    margin-bottom: 23px;
}

.nost-blog .post-info .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.nost-blog .post-info .post-meta {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
    padding-bottom: 11px;
    margin-bottom: 16px;
}

.nost-blog .post-info .post-meta .post-date {
    font-size: 9px;
}

.nost-blog .post-content {
    color: #919191;
}

/* ==========================================================================
   9.7 LOOKBOOK
========================================================================== */
.item-lookbook-inner {
    padding: 0 15.6108597%;
}

.item-lookbook-inner .media-item-lookbook {
    position: relative;
}

.item-lookbook-inner .media-item-lookbook::before {
    content: "";
    background: rgba(0, 0, 0, .17);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.item-lookbook-inner .media-item-lookbook img {
    width: 100%;
}

/*item-lookbook-content*/
.media-item-lookbook .item-lookbook-content {
    left: 44px;
    bottom: -32px;
    position: absolute;
    transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.media-item-lookbook .item-lookbook-content .lookbook-content-wrap {
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.media-item-lookbook:hover .item-lookbook-content .lookbook-content-wrap {
    -webkit-transform: translateY(-91px);
    -moz-transform: translateY(-91px);
    -ms-transform: translateY(-91px);
    -o-transform: translateY(-91px);
    transform: translateY(-91px);
}

.media-item-lookbook .item-lookbook-content .lookbook-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.media-item-lookbook .item-lookbook-content .lookbook-title a {
    color: inherit;
}

.media-item-lookbook .item-lookbook-content .lookbook-title a:hover {
    color: #ffa749;
}

.media-item-lookbook .item-lookbook-content .lookbook-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-top: -6px;
}

.media-item-lookbook .item-lookbook-content .lookbook-desc::before {
    border-top: 3px solid;
    bottom: 0;
    content: "";
    position: absolute;
    width: 81px;
}

.media-item-lookbook .item-lookbook-content > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    display: inline-block;
    min-width: 201px;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    margin-bottom: 6px;
}

.media-item-lookbook .item-lookbook-content > a:hover {
    background-color: #ffa749;
}

.media-item-lookbook:hover .item-lookbook-content > a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-91px);
    -moz-transform: translateY(-91px);
    -ms-transform: translateY(-91px);
    -o-transform: translateY(-91px);
    transform: translateY(-91px);
}

/*slider setting*/
.nost-slider .slick-active .item-lookbook-inner .media-item-lookbook::before,
.nost-slider .owl-item.active .item-lookbook-inner .media-item-lookbook::before,
.nost-slider .slick-active .media-item-lookbook .item-lookbook-content,
.nost-slider .owl-item.active .media-item-lookbook .item-lookbook-content {
    opacity: 1;
    visibility: visible;
}

/*lookbook arrow*/
.slick-slide-wrap .slick-arrow {
    content: "";
    position: absolute;
    top: 50%;
    display: block !important;
    width: 6.306%;
    height: 40px;
    z-index: 3;
    cursor: pointer;
}

.slick-slide-wrap .slick-arrow.arrow-prev {
    left: 26.7368421%;
    transform: translate(-57%, -50%);
}

.slick-slide-wrap .slick-arrow.arrow-next {
    right: 26.7368421%;
    transform: translate(57%, -50%);
}

.arrow_sep {
    display: block;
    position: relative;
    top: 50%;
}

.slick-arrow.arrow-prev .arrow_sep {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.arrow_begin,
.arrow_bottom,
.arrow_end,
.arrow_top {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    will-change: transform;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .38, 1) .2s;
    transition: transform 1s cubic-bezier(.23, 1, .38, 1) .2s;
}

.arrow_begin {
    left: 0;
    width: 70%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.74, 0, .77, .25) 0s;
    transition: transform .2s cubic-bezier(.74, 0, .77, .25) 0s;
}

.arrow_end {
    right: 0;
    left: auto;
    width: 40%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.arrow_bottom,
.arrow_top {
    right: 0;
    left: auto;
    width: 15%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.arrow_top {
    -webkit-transform: rotate(45deg) scale(0, 1);
    -ms-transform: rotate(45deg) scale(0, 1);
    transform: rotate(45deg) scale(0, 1);
}

.arrow_bottom {
    -webkit-transform: rotate(-45deg) scale(0, 1);
    -ms-transform: rotate(-45deg) scale(0, 1);
    transform: rotate(-45deg) scale(0, 1);
}

/*hover*/
.slick-arrow:hover .arrow_begin {
    -webkit-transform: scale(.9, 1);
    -ms-transform: scale(.9, 1);
    transform: scale(.9, 1);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
}

.slick-arrow:hover .arrow_end {
    -webkit-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    transform: scale(.5, 1);
}

.slick-arrow:hover .arrow_top {
    -webkit-transform: rotate(45deg) scale(1, 1);
    -ms-transform: rotate(45deg) scale(1, 1);
    transform: rotate(45deg) scale(1, 1);
}

.slick-arrow:hover .arrow_bottom {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

/* ==========================================================================
   9.8 NOST CATEGORIES
========================================================================== */
.nost-categories {
    position: relative;
}

.nost-categories .thumb {
    position: relative;
    overflow: hidden;
}

.nost-categories .thumb figure {
    overflow: hidden;
}

.nost-categories .thumb img {
    width: 100%;
    display: block;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nost-categories:hover .thumb img {
    transform: scale(1.1);
}

.nost-categories .info .category-name {
    font-family: 'Chapaza', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    color: inherit;
}

.nost-categories .info .category-name a {
    display: inline-block;
}

.nost-categories .info .category-name a:hover {
    color: #ffa749;
}

.nost-categories .category-link {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    padding-bottom: 3px;
}

.nost-categories .category-link:hover {
    color: #ffa749;
}

.nost-categories .category-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    border-bottom: 2px solid;
}

.nost-categories .category-link i {
    font-size: 9px;
    margin-left: 5px;
}

/*nost-categories.default*/
.nost-categories.default .info {
    position: absolute;
    left: 54px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nost-categories.default:hover .info {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.nost-categories.default .info .category-name {
    margin-bottom: 0;
}

.nost-categories.default .info .category-name a,
.nost-categories.default .category-link {
    color: inherit;
}

.nost-categories.default .category-link {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nost-categories.default:hover .category-link {
    opacity: 1;
    visibility: visible;
}

.nost-categories.default .info .category-name a:hover,
.nost-categories.default .category-link:hover {
    color: #ffa749;
}

.nost-categories.default.dark {
    color: #000000;
}

.nost-categories.default.dark .info {
    bottom: 28px;
}

.nost-categories.default.light {
    color: #ffffff;
}

.nost-categories.default.light .info {
    bottom: 45px;
}

/*.nost-categories.style1*/
.nost-categories.style1 .info {
    display: block;
    min-width: 202px;
    height: 73px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.nost-categories.style1 .info .category-name {
    line-height: 73px;
    margin-bottom: 0;
}

/*.nost-categories.style2*/
.nost-categories.style2 {
    padding-left: 80px;
    padding-right: 80px;
}

.nost-categories.style2 .category-link-wrap {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -56px;
    height: 56px;
    padding: 8px 10px;
    background-color: #ffffff;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    z-index: 2;
}

.nost-categories.style2:hover .category-link-wrap {
    bottom: 0
}

.nost-categories.style2 .info .category-name {
    font-size: 24px;
    margin: 45px 40px;
}

.cat-des {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 23px;
    color: #000000;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 100%;
    top: -12px;
    position: absolute;
    transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    text-align: right;
}

.nost-categories.style2.left .cat-des {
    left: -44%;
}

.nost-categories.style2.right .cat-des {
    right: -44%;
}

.cat-des::before {
    content: '';
    display: inline-block;
    border-bottom: 1px solid;
    width: 57px;
    margin-bottom: 3px;

}

/* ==========================================================================
   9.9 NOST INSTAGRAM
========================================================================== */
.nost-instagram {
    width: 1070px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nost-instagram .item a {
    display: block;
    overflow: hidden;
}

.nost-instagram .item a img {
    transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
}

.nost-instagram .item:hover a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* ==========================================================================
   9.10 NOST TAB
========================================================================== */
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}

.nost-tabs .tab-link {
    margin-bottom: 72px;
    text-align: center;
    padding-left: 0;
}

.nost-tabs .tab-link li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
}

.nost-tabs .tab-link li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a6a6a6;
    position: relative;
    padding-bottom: 5px;

}

.nost-tabs .tab-link li a::before {
    border-bottom: 1px solid #000000;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.nost-tabs .tab-link li a:hover,
.nost-tabs .tab-link li.active a {
    color: #000000;
}

.nost-tabs .tab-link li a:hover::before,
.nost-tabs .tab-link li.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* ==========================================================================
   10.0 PAGE THEME
========================================================================== */
/* home parralax */
.nost-bg-parallax {
    overflow: visible !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

/*.woocommerce-page-headermid*/
.woocommerce-page-headermid {
    text-align: center;
    padding-top: 83px;
    padding-bottom: 46px;
}

.woocommerce-page-headermid .title-page {
    font-family: 'Chapaza', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
}

.woocommerce-page-headermid .trail-items {
    padding: 0 15px;
    background-color: transparent;
    margin-bottom: 20px;
}

.woocommerce-page-headermid .trail-items .trail-item + .trail-item::before {
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #d5d5d5;
    margin: 5px;
}

/*woocommerce-page-header*/
.woocommerce-page-header {
    background-color: #efefef;
    padding: 32px 0 27px 0;
}

.woocommerce-page-header ul {
    padding: 0;
    text-align: center;
}

.woocommerce-page-header ul .line-hover {
    list-style: none;
    display: inline-block;
    margin: 0 11px 11px 11px;
}

.woocommerce-page-header ul .line-hover a {
    display: inline-block;
    min-width: 95px;
    height: 39px;
    line-height: 39px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a9a9a9;
    padding: 0 15px;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
}

.woocommerce-page-header ul .line-hover a:hover,
.woocommerce-page-header ul .line-hover.active a {
    color: #000000;
    border-color: #000000;
    background-color: #ffffff;
}

.woocommerce-page-header ul .line-hover a:hover::before,
.woocommerce-page-header ul .line-hover.active a::before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #000000 transparent transparent transparent;
}

/* ==========================================================================
   10.1 ORDER TRACKING
========================================================================== */
.track_order {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 117px;
}

.track_order > p {
    margin-top: -8px;
    margin-bottom: 54px;
    text-align: center;
    color: #919191;
}

.track_order .form-tracking {
    padding: 41px 80px 29px 80px;
    background-color: #efefef;
    display: inline-block;
    width: 100%;
}

.track_order .form-tracking label {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 14px;
}

.track_order .form-tracking input {
    width: 100%;
}

.track_order .form-tracking .input-text {
    background: #ffffff;
}

.track_order .form-tracking .button {
    letter-spacing: 0.3em;
    margin-top: 10px;
}

/* ==========================================================================
   10.2 MY ACCOUNT
========================================================================== */
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 84px;
}

.nav-tabs > li {
    display: inline-block;
    float: none;
    text-align: center;
}

.nav-tabs > li {
    padding: 0 40px;
    width: 50%;
    float: left;;
}

.nav-tabs > li:not(:last-child) {
    text-align: right;
    padding-left: 0;
}

.nav-tabs > li:not(:first-child) {
    text-align: left;
    padding-right: 0;
}

.nav-tabs > li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 28px;
    background-color: #000000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.nav-tabs > li > a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-right: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
    position: relative;
    padding-bottom: 3px;
    color: #a9a9a9;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #000000;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    cursor: default;
    background-color: transparent;
    border: none;
    color: #000000;
}

.nav-tabs > li a::before {
    border-bottom: 2px solid #000000;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    width: 100%;
}

.nav-tabs > li a:hover::before,
.nav-tabs > li.active a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.woocommerce-account .woocommerce .customer-form {
    margin: 0 auto 300px auto;
    width: 680px;
    max-width: 100%;
    position: relative;
}

form.login,
form.register {
    overflow: hidden;
}

.login-form .form-row:nth-child(3),
.register-form .form-row:nth-child(3) {
    margin-bottom: 0;
}

.customer-form .form-row-wide label,
.login .form-row-wide label {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 9px;
}

.customer-form input[type="text"],
.customer-form input[type="email"],
.customer-form textarea,
.customer-form input[type="password"],
.customer-form input[type="tel"],
.login input[type="text"],
.login input[type="email"],
.login textarea,
.login input[type="password"],
.login input[type="tel"] {
    padding: 0 22px;
    width: 100%;
}

.customer-form input[type="submit"],
.login input[type="submit"] {
    width: 100%;
    letter-spacing: 0.3em;
}

.lost_password {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #a9a9a9;
    position: relative;
    margin-bottom: 22px;
}

.lost_password::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lost_password:hover,
.lost_password:focus {
    color: #000000;
}

.woocommerce-ResetPassword {
    margin: 0 auto 300px auto;
    max-width: 680px;
    position: relative;
    overflow: hidden;
}

.woocommerce-ResetPassword label {
    display: block;
}

.woocommerce-ResetPassword .form-row-first {
    width: 100%;
}

.woocommerce-ResetPassword input[type="text"] {
    padding: 0 22px;
    width: 100%;
}

.woocommerce-ResetPassword input[type="submit"] {
    width: 100%;
    text-align: center;
}

.rememberme {
    float: left;
    color: #a4a4a4;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 22px;
}

.rememberme input[type="checkbox"] {
    display: none;
}

.rememberme > span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    margin-bottom: -1px;
    transition: all 0.3s;
}

.rememberme:hover span,
.rememberme input[type="checkbox"]:checked + span {
    color: #000000;
}

.rememberme:hover span::before,
.rememberme input[type="checkbox"]:checked + span::before {
    background: #000000;
    border-color: #000000;
}

.register-button,
.login-button {
    border: 1px solid #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    width: 100%;
}

.form-row {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 28px;
}

/*login social*/
.divider {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 27px;
}

.divider::before,
.divider::after {
    border-top: 1px solid #e4e4e4;
    top: 50%;
    content: "";
    position: absolute;
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

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

.theme-4 .apsl-icon-block {
    font-size: 14px !important;
    height: 50px;
    line-height: 34px !important;
    border-radius: 0 !important;
    margin: 0 7px 18px 7px;
}

.theme-4 .fa {
    vertical-align: middle !important;
    font-size: 18px !important;
    padding-top: 0 !important;
    padding-right: 10px !important;
}

.myaccount-wellcome, .title {
    color: #000000;
    font-weight: 400;
    margin: 0 0 30px;
}

.woocommerce-Address {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    padding: 20px;
}

.woocommerce-MyAccount-content .form-row label {
    color: #000000;
    display: block;
    font-weight: normal;
}

.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 50px;
}

.woocommerce-MyAccount-content fieldset legend {
    color: #000000;
    display: block;
    font-weight: 500;
    border-bottom: none;
}

.woocommerce-MyAccount-content input.button {
    background: #000000;
    border: medium none;
    color: #ffffff;
    line-height: 52px;
    padding: 0 40px;
}

.woocommerce-MyAccount-content input.button:hover {
    background: #ffa749;
    color: #ffffff;
}

.woocommerce-MyAccount-content .form-row {
    margin-top: 0;
}

.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}

.woocommerce-MyAccount-content h3 {
    color: #000000;
    margin: 0 0 30px;
}

.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
    margin-bottom: 52px;
}

.woocommerce-MyAccount-navigation > ul li {
    border-top: 1px solid #ededed;
    line-height: 50px;
    list-style: none;
}

.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #ffa749;
}

/*.woocommerce-password*/
.woocommerce-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength.short::after {
    background-color: #f44336;
    width: 25%;
}

.woocommerce-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%;
}

.woocommerce-password-strength.good::after {
    background-color: #2196F3;
    width: 75%;
}

.woocommerce-password-strength.strong::after {
    background-color: #4CAF50;
    width: 100%;
}

/* ==========================================================================
   10.3 CHECKOUT
========================================================================== */
/*SELECT2 RESET*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 57px;
    line-height: 57px;
    border-radius: 0;
    border: 1px solid #dddddd;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 57px;
    padding-left: 20px;
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
}

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

.select2-dropdown {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;;
}

.select2-dropdown .select2-search .select2-search__field {
    background-color: #ffffff;
    padding: 0 16px;
    height: 57px;
    line-height: 57px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}

.select2-results__option {
    padding: 0 20px;
    height: 57px;
    line-height: 57px;
}

.select2-dropdown .select2-result {
    color: #888888;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f0f2f5;
    color: #000000;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #000000;
}

/*required*/
.validate-required label .required {
    display: none;
}

.validate-required label::after {
    content: '*';
    font-size: 15px;
    color: #ff0000;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    display: none;
}

.woocommerce-form__label-for-checkbox > span {
    display: inline-block;
}

.woocommerce-form__label-for-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    margin-bottom: 3px;
    vertical-align: middle;
    transition: all 0.3s;
}

.woocommerce-form__label-for-checkbox:hover span,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span {
    color: #000000;
}

.woocommerce-form__label-for-checkbox:hover span::before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
    background: #000000;
    border-color: #000000;
}

/*.woocommerce-checkout*/

.checkout.woocommerce-checkout .input-text {
    width: 100%;
}

.checkout.woocommerce-checkout label {
    font-weight: normal;
    margin-bottom: 11px;
}

.checkout.woocommerce-checkout p {
    margin-bottom: 40px;
}

.form-row-first,
.form-row-last {
    display: inline-block;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    overflow: visible;
}

.form-row-last {
    float: right;
}

#billing_phone_field,
#billing_email_field {
    width: 100%;
}

/*.checkout-before-top*/
.checkout-before-top {
    overflow: hidden;
}

.checkout-before-top .nost-checkout-login {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}

.checkout-before-top .nost-checkout-login ~ .nost-checkout-coupon {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: right;
}

.checkout-before-top .nost-checkout-login form.login {
    margin-bottom: 64px;
}

.checkout-before-top .nost-checkout-login form.login p:first-child {
    margin-bottom: 45px;
}

.checkout-before-top .nost-checkout-login form.login p:nth-child(4) {
    margin-bottom: 0;
}

.checkout-before-top .nost-checkout-login form.login label {
    color: #a9a9a9;
    font-weight: normal;
}

.checkout-before-top .nost-checkout-coupon .checkout_coupon {
    overflow: hidden;
    margin-bottom: 54px;
}

.checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-first {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-right: 15px;
}

.checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-first .input-text {
    width: 100%;
}

.checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-last {
    width: 240px;
}

.checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-last .button {
    width: 100%;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.checkout-before-top .woocommerce-info {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    padding: 26px 15px;
    margin: 0 0 51px;
    background-color: transparent;
    color: #a9a9a9;
    border: 2px solid #e3e3e3;
}

/*.col2-set*/
.col2-set:not(.woocommerce-Addresses) {
    padding: 58px 80px 36px 80px;
    border: 2px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 64px;
}

.woocommerce-Address {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 20px !important;
}

.col2-set .col-1,
.col2-set .col-2 {
    padding: 0;
}

.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
    overflow: hidden;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox > span::before,
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox > span::before {
    width: 17px;
    height: 17px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 49px;
}

.woocommerce-shipping-fields h2 {
    margin-bottom: 21px;
}

.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

/*.woocommerce-checkout-review-order-wrap*/
.woocommerce-checkout-review-order-wrap {
    padding: 48px 80px 38px 80px;
    border: 2px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 77px;
}

.woocommerce-checkout-review-order-wrap #order_review_heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 0;
    width: -webkit-calc(100% - 960px);
    width: -moz-calc(100% - 960px);
    width: calc(100% - 960px);
    float: left;
    padding: 17px 20px 17px 0;
}

body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order {
    width: 960px;
    float: left;
}

body .woocommerce .woocommerce-checkout-review-order-wrap table.shop_table {
    border: none;
}

/*input[type="radio"]*/
.shipping #shipping_method {
    list-style: none;
    padding-left: 0;
}

.shipping th,
.shipping td {
    vertical-align: top;
}

.shipping input[type="radio"],
.wc_payment_methods input[type="radio"] {
    display: none;
}

.shipping input[type="radio"] + label::before,
.wc_payment_methods input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 11px;
    transition: all 0.3s;
}

.shipping input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before {
    background: #000000;
    border-color: #000000;
}

body .woocommerce-checkout-review-order .shop_table {
    margin-bottom: 41px;
}

body .woocommerce-checkout-review-order .shop_table tr th,
body .woocommerce-checkout-review-order .shop_table tr td {
    border-width: 0 0 1px 0;
    padding: 17px 0;
    width: 50%;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}

body .woocommerce-checkout-review-order .shop_table tr:last-child th,
body .woocommerce-checkout-review-order .shop_table tr:last-child td {
    padding: 23px 0;
    border-bottom: 1px solid #ebebeb;;
}

body .woocommerce-checkout-review-order .shop_table .product-name img {
    margin-right: 40px;
}

body .woocommerce-checkout-review-order .shop_table .product-name strong {
    margin-left: 40px;
}

.woocommerce-thankyou-order-details {
    padding-bottom: 20px;
}

body .woocommerce-table--order-details th,
body .woocommerce-table--order-details td,
body .woocommerce-table--customer-details th,
body .woocommerce-table--customer-details td {
    color: #000000;
    padding: 17px 10px !important;
    border-left: none;
    border-right: none;
}

body .woocommerce-table--order-details .product-quantity {
    vertical-align: bottom;
}

.woocommerce-checkout-payment {
    overflow: hidden;
}

.woocommerce-checkout-payment .wc_payment_methods {
    list-style: none;
    padding-left: 0;
}

.woocommerce-checkout-payment p {
    margin-bottom: 34px;
}

.woocommerce-checkout-payment li:last-child p {
    margin-bottom: 0;
}

#place_order {
    width: 100%;
    margin-top: 50px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* ==========================================================================
   10.4 FULLPAGE (Home Collection)
========================================================================== */
/** Fullpage **/
.page-template-fullpage .header-wrap {
    position: relative;
    z-index: 1;
}

.page-template-box-page .header-position .container-wapper {
    width: auto;
    padding: 0 15px;
    margin: 0 45px;
}

.page-template-slide-page .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #ffffff;
    padding: 28px 0 12px 0;
    display: block;
    width: 100%;
}

.page-template-slide-page .footer-slide {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
}

.footer.footer-slide {
    padding: 15px 0 5px;
    text-align: right;
    background: #ffffff;
}

.footer-slide .socials a {
    padding-left: 15px;
    color: #000000;
}

.footer-slide .socials a i {
    font-size: 13px;
}

.fullpage-template .section-slide {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.page-template-slide-page .content-slide {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#fp-nav {
    position: fixed;
    top: 53%;
    right: 25px;
}

#fp-nav ul,
#fp-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#fp-nav a {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

#fp-nav a.active {
    background: #ffffff;
}

.fullpage-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ==========================================================================
   10.5 SEARCH PAGE
========================================================================== */
.page-header {
    padding-bottom: 0;
    margin: 25px 0 86px;
    border-bottom: none;
}

body.search .search-page,
body.search .shop-page {
    min-height: -webkit-calc(100vh - 181px);
    min-height: -moz-calc(100vh - 181px);
    min-height: calc(100vh - 181px);
}

.page-header .page-title,
body.search .main-product > h1 {
    font-family: 'Chapaza', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-header .page-title span,
body.search .main-product > h1 > span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 16px;
    text-transform: capitalize;
}

body.search .main-product > h1 {
    margin-top: 25px;
}

body.search .main-product > h1 > span {
    margin-bottom: 86px;
}

/* ==========================================================================
   10.6 CONTACT PAGE
========================================================================== */
.contact-form-title {
    font-family: 'Chapaza', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.spacing03 {
    letter-spacing: 0.3em;
    font-weight: 500 !important;
}

.contact-form-container {
    width: 760px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-container label {
    font-weight: normal;
    width: 100%;
    padding-bottom: 17px;
}

.contact-form-container .required {
    color: #ff0000;
}

.contact-form-container .contact-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3em;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-form-container .wpcf7-text,
.contact-form-container .wpcf7-textarea {
    width: 100%;
}

.contact-form-container .contact-submit {
    position: relative;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 35px;
}

.contact-form-container .wpcf7-submit {
    width: 156px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3em;
}

div.wpcf7 .contact-form-container .ajax-loader {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/* ==========================================================================
   10.7 PAGE 404
========================================================================== */
.page-404 {
    padding-top: 98px;
    padding-bottom: 100px;
}

.page-404 .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 270px;
    color: #000000;
}

.page-404 .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 14px;
}

.page-404 p {
    font-size: 18px;
    line-height: 36px;
    color: #a4a4a4;
    margin-bottom: 55px;
}

.page-404 .button {
    display: inline-block;
    min-width: 156px;
    padding: 0 15px;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    height: 59px;
    line-height: 59px;
    color: #ffffff;
}

.page-404 .button:hover {
    background-color: #ffa749;
}

/* ==========================================================================
   10.8 HOME INSTAGRAM PAGE
========================================================================== */
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .add_to_cart_button,
body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .added_to_cart {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffa749;
    width: 100%;
}

body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .add_to_cart_button.added {
    display: none;
}

body .ziss-item .ziss-figure-wrap .ziss-hotspot-wrap .ziss-hotspot-popup .ziss-close-hotspot-popup {
    display: block;
}

/*home lanđing product 1*/
.landing-product1-img img {
    min-height: 300px;
    object-fit: cover;
}

.ziss-row::before,
.ziss-row::after {
    content: '';
    display: table;
}

.ziss-row::after {
    clear: both;
}

.nost-mapper .csre-pin .csre-title {
    display: none;
}

/* ==========================================================================
   11.0 RESPONSIVE
========================================================================== */
@media ( max-width: 1366px) {
    /*header*/
    .horizon-menu .main-navigation .main-menu > .menu-item {
        margin: 0 25px;
    }

    .currency-language .wcml-dropdown-click a.wcml-cs-item-toggle,
    .currency-language .dropdown > a {
        padding: 0 7px;
    }

    .instant-search-modal .instant-search-title,
    .instant-search-modal .product-cats {
        margin-bottom: 10px;
    }

    .instant-search-modal .instant-search-wrap {
        padding-top: 10px;
    }

    .instant-search-close {
        top: 10px;
    }

    .container-search {
        margin-top: 20px;
    }

    .container-search .scrollbar-macosx {
        max-height: -webkit-calc(100vh - 300px);
        max-height: -moz-calc(100vh - 300px);
        max-height: calc(100vh - 300px);
    }

    .search-view {
        margin-top: 15px;
    }

    /*.header-control-left*/
    .header-control-left .currency-language .wcml-dropdown-click,
    .header-control-left .currency-language > li,
    .header-control-left .block-account,
    .header-control-left .nost-minicart {
        margin-right: 7px;
    }

    /*.header-control-right*/
    .header-control-right .currency-language .wcml-dropdown-click,
    .header-control-right .currency-language > li,
    .header-control-right .block-account,
    .header-control-right .nost-minicart {
        margin-left: 7px;
    }

    /*.header.style2*/
    .header.style2 .header-control-right {
        width: 435px;
    }

    .header.style2 .header-menu {
        width: -webkit-calc(100% - 635px);
        width: -moz-calc(100% - 635px);
        width: calc(100% - 635px);
    }

    /*banner*/
    .page-template-minimal .arrow-down {
        height: 70px;
    }

    /*blog*/
    .blog-content.grid .post-info {
        padding: 19px 15px 25px 15px;
    }

    .blog-content.grid .post-product-carousel,
    .blog-content.grid .social-share,
    .blog-content.typography .post-product-carousel,
    .blog-content.typography .social-share {
        position: static;
    }

    .blog-content.grid .post-expand > div,
    .blog-content.typography .post-expand > div {
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog-content.grid .post-product-carousel .post-product-list,
    .blog-content.grid .social-share .nost-social {
        max-width: -webkit-calc(100% + 60px);
        max-width: -moz-calc(100% + 60px);
        max-width: calc(100% + 60px);
    }

    .blog-content.typography .post-product-carousel .post-product-list,
    .blog-content.typography .social-share .nost-social {
        max-width: -webkit-calc(100% + 30px);
        max-width: -moz-calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    /*SINGLE BLOG*/
    .comment:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .commentlist .children {
        padding-left: 25px;
        padding-top: 25px;
        margin-top: 25px;
    }

    .comment_container .flex {
        padding-right: 0;
        vertical-align: top;
    }

    /*SHOP THEME*/
    body.single-product .detail-content {
        padding-left: 30px;
    }

    .backtotop {
        right: 40px;
    }

    .gallery_detail .nost-product-single-gallery:not(.nost-center-mode) {
        display: table;
        width: 100%;
    }

    .gallery_detail .nost-product-single-gallery:not(.nost-center-mode) .nost-product-gallery__image {
        display: table-cell;
    }

    .gallery_detail .nost-product-single-gallery:not(.nost-center-mode) .nost-product-gallery__image a {
        display: block;
        padding: 0 4.7619048%;
    }

    .has-sidebar .vertical_thumnail .nost-product-button {
        top: 10px;
        left: 130px;
        bottom: auto;
    }

    .has-sidebar .product-360-button a::before,
    .has-sidebar .nost-bt-video a::before {
        margin-right: 0;
    }

    .has-sidebar .product-360-button a span,
    .has-sidebar .nost-bt-video a {
        font-size: 0;
    }

    /*table cart wishlist*/
    .cart-collaterals .cart_totals h2,
    .cart-collaterals .cart_totals .shop_table {
        width: 100%;
    }

    .wc-proceed-to-checkout .checkout-button {
        margin: 0;
        min-width: 230px;
    }

    body .woocommerce table.shop_table .product-thumbnail {
        width: 120px;
        padding-left: 20px;
    }

    body .woocommerce table.shop_table tr td.product-remove {
        padding-right: 20px;
    }

    .yith-wcwl-share {
        padding-left: 0;
    }

    .actions .coupon,
    .cart-collaterals .cart_totals {
        padding: 25px 20px;
    }

    .cart-collaterals .cart_totals .shop_table tr th {
        width: 200px;
    }

    .cart-collaterals .cart_totals .shop_table tr td {
        width: auto;
    }

    /*table checkout*/
    body .woocommerce .woocommerce-checkout-review-order-wrap .woocommerce-checkout-review-order,
    .woocommerce-checkout-review-order-wrap #order_review_heading {
        display: block;
        width: 100%;
    }

    .col2-set:not(.woocommerce-Addresses),
    .woocommerce-checkout-review-order-wrap {
        padding: 25px 20px;
    }

    /*quickview*/
    #yith-quick-view-content div.summary {
        padding: 35px 0 20px 40px;
    }

    /*shortcode*/
    .nost-title.default .block-title {
        margin-left: 0;
        margin-right: 0;
    }

    .product-simple-style1 .block-des {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 1280px) {
    .main-navigation .main-menu > .menu-item > a,
    .currency-language .dropdown > a,
    .block-account,
    .nost-minicart .mini-cart-icon {
        letter-spacing: 0;
    }

    .block-account a::before {
        font-family: 'Simple-Line-Icons', sans-serif;
        content: "\e005";
        font-size: 15px;
        display: block;
    }

    .block-account a > span {
        display: none;
    }

    .header .nost-minicart .mini-cart-icon::before {
        font-family: 'Simple-Line-Icons', sans-serif;
        content: "\e04e";
        font-size: 15px;
        display: block;
        float: left;
    }

    .header .nost-minicart .mini-cart-icon .minicart-text {
        display: none;
    }

    /*.header.style2*/
    .header.style2 .header-control-right {
        width: 345px;
    }

    .header.style2 .header-menu {
        width: -webkit-calc(100% - 545px);
        width: -moz-calc(100% - 545px);
        width: calc(100% - 545px);
    }

    /*shortcode*/
    .nost-categories.style2 .category-link-wrap {
        position: static;
    }

    .nost-categories.default:hover .info {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .nost-categories.default .category-link {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    /*header*/
    /*vertical-menu*/
    .close-vertical-menu {
        margin-bottom: 10px;
    }

    .menu-scroll {
        padding-bottom: 20px;
        height: -webkit-calc(100vh - 325px);
        height: -moz-calc(100vh - 325px);
        height: calc(100vh - 325px);
    }

    .menu-scroll .scrollbar-macosx {
        height: -webkit-calc(100vh - 345px);
        height: -moz-calc(100vh - 345px);
        height: calc(100vh - 345px);
    }

    /*.header.style6*/
    .header.style6 {
        width: 100%;
        position: static;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .nost-header-sidebar {
        margin-left: 0;
    }

    .nost-header-sidebar .btn-canvas {
        left: -16px;
    }

    .nost-header-sidebar.sidebar-canvas-open .btn-canvas {
        left: 345px;
    }

    .header.style6 .header-vertical-top {
        padding-bottom: 10px;
    }

    .header.style6 .header-menu {
        position: fixed;
        top: 0;
        left: -400px;
        width: 360px;
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-height: 100vh;
        padding-top: 46px;
        padding-bottom: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 7px 0 20px 0 rgba(0, 0, 0, 0.05);
        transition: left 0.4s;
        z-index: 99;
    }

    .vertical-menu-open .header.style6 .header-menu {
        left: 0;
    }

    .header.style6 .header-logo,
    .header.style6 .header-control-right {
        display: block;
        width: 50% !important;
    }

    .header.style6 .header-logo {
        text-align: left;
    }

    .header.style6 .header-control-right {
        text-align: right;
    }

    /*single product*/
    .vertical_thumnail .nost-product-button {
        top: 10px;
        left: 130px;
        bottom: auto
    }

    .product-360-button a::before,
    .nost-bt-video a::before {
        margin-right: 0;
    }

    .product-360-button a span,
    .nost-bt-video a {
        font-size: 0;
    }

    /*.product-type-grouped*/
    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table tbody,
    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr,
    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr td {
        display: block !important;
        border-width: 0 0 1px 0;
        text-align: center !important;
    }

    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr:last-child td {
        border-bottom: 1px solid #ebebeb;
    }

    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table tr:last-child td:last-child {
        border-bottom: none;
    }

    .product-type-grouped:not(.gallery_detail) .summary .cart .group_table .quantity {
        margin: 0 auto !important;
    }

    /*table*/
    body .shop_table tr td.product-stock-status,
    body .shop_table tr td.product-stock-status > span {
        width: auto;
    }

    body .woocommerce table.shop_table .product-add-to-cart {
        width: auto;
    }

    body .woocommerce table.shop_table .product-add-to-cart .add_to_cart {
        width: 57px;
        font-size: 0;
    }

    body .woocommerce table.shop_table .product-add-to-cart .add_to_cart::before {
        font-family: 'FontAwesome', sans-serif;
        content: '\f217';
        font-size: 20px;
    }

    .checkout-before-top .nost-checkout-login,
    .checkout-before-top .nost-checkout-login ~ .nost-checkout-coupon {
        width: 100%;
    }

    /*shortcode*/
    .nost-categories.style1 .info {
        min-width: 0;
    }

    .nost-categories.style2.left {
        padding-left: 55px;
        padding-right: 0;
    }

    .nost-categories.style2.right {
        padding-right: 55px;
        padding-left: 0;
    }

    .nost-categories.style2 .info .category-name {
        margin: 20px 0;
    }

}

@media (min-width: 1025px) {
    .sticky_detail .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }

    .sticky_detail .flex-viewport figure.woocommerce-product-gallery__wrapper * {
        float: none !important;
    }
}

@media (max-width: 1024px) {
    /*minicart*/
    .header .minicart-content-inner .close-minicart {
        display: block;
    }

    .header .minicart-content-inner .minicart-title {
        text-align: center;
    }

    /*sticky menu*/
    .header-position:not(.hide-header).fixed {
        box-shadow: none;
        position: static;
    }

    .header-type-transparent-light .header-position:not(.hide-header).fixed,
    .header-type-transparent-dark .header-position:not(.hide-header).fixed {
        background-color: transparent;
    }

    .horizon-menu .main-navigation .main-menu .menu-item .toggle-submenu {
        display: block;
    }

    .horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
        top: 100%;
        left: -31px;
    }

    .horizon-menu .main-navigation .main-menu .menu-item .submenu .toggle-submenu::before {
        content: '\f107';
    }

    .sidebar-canvas-open .page-wrapper {
        margin-left: 0;
    }

    /*owl*/
    .owl-carousel.nav-angle .owl-nav .owl-prev,
    .owl-carousel.nav-caret .owl-nav .owl-prev {
        left: 0;
    }

    .owl-carousel.nav-angle .owl-nav .owl-next,
    .owl-carousel.nav-caret .owl-nav .owl-next {
        right: 0;
    }

    /*shop*/
    .product-inner .add_to_cart_button,
    .product-inner .added_to_cart,
    .product-inner .product_type_variable,
    .product-inner .product_type_simple,
    .product-inner .product_type_external,
    .product-inner .product_type_grouped {
        opacity: 1;
        position: static;
    }

    .product-item.style-1 .product-inner:hover .price {
        opacity: 1;
    }

    .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
    }

    .product-item.style-2 .product-inner .nost-loop-title-rate {
        opacity: 1;
        visibility: visible;
    }

    /*single product vertical*/
    .vertical_thumnail .flex-viewport,
    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 100%;
    }

    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        margin-top: 20px;
        padding-right: 0;
    }

    .vertical_thumnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
        padding: 0 10px;
    }

    .has-sidebar .vertical_thumnail .nost-product-button,
    .vertical_thumnail .nost-product-button {
        left: 10px;
    }

    .backtotop {
        font-size: 0;
        bottom: 50px;
    }

    .nost-bg-parallax {
        background-attachment: inherit !important;
    }
}

@media (max-width: 991px) {
    /*header*/
    .header-container {
        padding-bottom: 20px;
    }

    .horizon-menu .main-navigation {
        padding-top: 0;
        padding-bottom: 0;
    }

    .horizon-menu .main-navigation .main-menu > .menu-item:first-child {
        margin-left: 25px;
    }

    .horizon-menu .main-navigation .main-menu > .menu-item:last-child {
        margin-right: 25px;
    }

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

    /*.header.style1*/
    .header.style1 .header-menu {
        display: none;
    }

    .header.style1 .header-logo,
    .header.style1 .header-control-right {
        width: 100%;
    }

    .header.style1 .header-control-right .header-control-wrap {
        float: none;
    }

    .header.style1 .header-control-wrap {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header.style1 .mobile-navigation {
        display: inline-block;
    }

    .header.style1 .header-search-box,
    .header.style1 .header-control-left .currency-language .wcml-dropdown-click,
    .header.style1 .header-control-right .currency-language .wcml-dropdown-click,
    .header.style1 .header-control-left .currency-language > li,
    .header.style1 .header-control-right .currency-language > li,
    .header.style1 .header-control-left .block-account,
    .header.style1 .header-control-right .block-account,
    .header.style1 .header-control-left .nost-minicart,
    .header.style1 .header-control-right .nost-minicart {
        margin: 0 7px;
    }

    /*.header.style2*/
    .header.style2 .header-logo {
        width: 100%;
    }

    .header.style2 .header-menu {
        width: -webkit-calc(100% - 345px);
        width: -moz-calc(100% - 345px);
        width: calc(100% - 345px);
    }

    .header.style2 .header-control-wrap {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header.style2 .horizon-menu .main-navigation .main-menu > .menu-item:first-child {
        margin-left: 0;
    }

    /*.header.style3*/
    .header.style3 .header-menu {
        text-align: left;
    }

    .header.style3 .header-control-wrap {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    /*.header.style4*/
    .header.style4 .header-container {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header.style4 .header-control-wrap {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    /*reset post-title*/
    .post-title {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    /*single blog*/
    .single-container .post-expand {
        position: static;
        transform: inherit;
        padding-bottom: 60px;
    }

    .has-sidebar .footer-post .post-navigation .nav-links .nav-previous,
    .has-sidebar .footer-post .post-navigation .nav-links .nav-next {
        width: 100%;
    }

    .has-sidebar .footer-post .post-navigation .nav-links .nav-previous {
        padding-bottom: 40px;
    }

    .post-thumb img {
        width: 100%;
    }

    /*blog-content.list*/
    .has-sidebar .blog-content.list .post-list-item-cols,
    .has-sidebar .blog-content.list .post-list-item-cols .post-thumb,
    .has-sidebar .blog-content.list .post-list-item-cols .post-info {
        display: block;
        width: 100%;
        border-top: none;
    }

    /*SHOP THEME*/
    body.single-product .has-sidebar .single-left,
    body.single-product .has-sidebar .detail-content {
        width: 100%;
    }

    body.single-product .has-sidebar .detail-content {
        padding-left: 0;
        padding-top: 30px;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name img {
        margin-right: 10px;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name strong {
        margin-left: 0;
    }

    /*quickview*/
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        width: 100%;
        position: static;
    }

    /*shortcode*/
    .nost-categories.style2 .info .category-name {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .nost-categories.style2.left {
        padding-left: 0;
    }

    .nost-categories.style2.right {
        padding-right: 0;
    }

    .cat-des {
        text-align: center;
        position: static;
        transform: none;
        -o-transform: none;
        -webkit-transform: none;
    }

    .cat-des::before {
        display: none;
    }

    .nost-banner.style1 .timers {
        margin-bottom: 25px;
    }

    .nost-banner.style1 .timers .box .time {
        font-size: 40px;
        padding: 0 30px;
    }

}

@media (max-width: 767px) {
    .admin-bar .box-mobile-menu .back-menu,
    .admin-bar .box-mobile-menu .close-menu {
        top: 46px;
    }

    .admin-bar .box-mobile-menu .main-menu .submenu {
        top: 91px;
    }

    .instant-search-modal .product-cats {
        display: none;
    }

    .container-search .scrollbar-macosx {
        max-height: -webkit-calc(100vh - 240px);
        max-height: -moz-calc(100vh - 240px);
        max-height: calc(100vh - 240px);
    }

    .header-type-transparent-white .header-wrap,
    .header-type-transparent-dark .header-wrap {
        position: static;
    }

    .header-type-transparent-white .header-wrap {
        background-color: #ffffff;
    }

    .header-type-transparent-dark .header-wrap {
        background-color: #000000;
    }

    /*menu mobile*/
    .header-menu.horizon-menu {
        display: none;
    }

    .mobile-navigation {
        display: inline-block;
    }

    .header-control-left {
        display: none;
    }

    .header-control-right {
        width: 100% !important;
    }

    .header-control-right .header-control-wrap {
        float: none;
    }

    /*.header.style4*/
    .header.style4 .header-logo {
        width: 100%;
    }

    .header.style4 .header-control-right .currency-language,
    .header.style4 .header-control-right .block-account {
        display: inline-block;
    }

    /*.header.style5*/
    .header.style5 .header-control-wrap {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header.style5 .header-logo {
        width: 100%;
    }

    .header.style5 .header-control-right .vertical-menu-btn {
        display: inline-block;
    }

    /*search*/
    .instant-search-close {
        top: 5px;
        right: 20px;
        font-size: 0;
        min-width: 33px;
        padding: 0;
    }

    .instant-search-close span {
        right: 5px;
    }

    .instant-search-modal .instant-search-title {
        font-size: 24px;
    }

    /*owl*/
    .owl-carousel .owl-nav > div {
        display: none;
    }

    .owl-carousel .owl-dots .owl-dot {
        bottom: 10px;
        width: 12px;
    }

    /*page*/
    .page-header .page-title,
    .banner-page .content-banner .title-page {
        font-size: 34px;
    }

    /*single blog*/
    .single-container .post-expand {
        position: static;
        transform: inherit;
        padding-bottom: 60px;
    }

    .single-container .header-post {
        margin-bottom: 30px;
    }

    .single-container .header-post .post-thumb {
        margin-top: 30px;
    }

    .blog-content.classic .nost-post-meta > span:not(:last-child)::after {
        content: '';
    }

    .footer-post .post-navigation .nav-links .nav-previous,
    .footer-post .post-navigation .nav-links .nav-next {
        width: 100%;
    }

    .footer-post .post-navigation .nav-links .nav-previous {
        padding-bottom: 40px;
    }

    .comment_container .nost-avatar {
        width: 100%;
    }

    .commentlist .avatar {
        width: 90px;
        margin-bottom: 15px;
    }

    .comment-text {
        padding-left: 0;
        width: 100%;
    }

    /*sidebar*/
    .sidebar {
        padding-top: 50px;
    }

    /*.blog-content.list*/
    .blog-content.list .post-list-item-cols,
    .blog-content.list .post-list-item-cols .post-thumb,
    .blog-content.list .post-list-item-cols .post-info {
        display: block;
        width: 100%;
        border-top: none;
        padding-right: 0;
    }

    /*SHOP THEME*/
    .product-toolbar .post-navigation {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .product-toolbar .post-navigation .nav-links {
        overflow: hidden;
    }

    .product-toolbar .post-navigation .nav-links > div {
        float: left;
    }

    .product-toolbar .post-navigation .nav-links .nav-next {
        float: right;
    }

    .product-thumb img {
        width: 100%;
    }

    /*quickview*/
    .yith-wcqv-button {
        display: none;
    }

    .gallery_detail .summary .compare,
    .summary .compare,
    .compare {
        display: none;
    }

    body.single-product .single-left,
    body.single-product .detail-content {
        width: 100%;
    }

    body.single-product .detail-content {
        padding-left: 0;
        padding-top: 30px;
        text-align: center;
    }

    .summary .stock {
        margin-left: auto;
        margin-right: auto;
    }

    .summary .cart .quantity,
    .summary .cart .single_add_to_cart_button {
        margin-left: auto;
        margin-right: auto;
    }

    .variations .variation select,
    .variations .reset_variations {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .variations .reset_variations {
        height: 30px;
        line-height: 30px;
    }

    .summary .yith-wcwl-add-to-wishlist,
    .summary .compare,
    .summary .social-share {
        margin: 7px;
    }

    /*.product-type-grouped*/
    .product-type-grouped.gallery_detail .summary .cart .group_table tbody,
    .product-type-grouped.gallery_detail .summary .cart .group_table tr,
    .product-type-grouped.gallery_detail .summary .cart .group_table tr td {
        display: block !important;
        border-width: 0 0 1px 0;
        text-align: center !important;
    }

    .product-type-grouped.gallery_detail .summary .cart .group_table tr:last-child td {
        border-bottom: 1px solid #ebebeb;
    }

    .product-type-grouped.gallery_detail .summary .cart .group_table .quantity {
        margin: 0 auto !important;
    }

    /*table cart wishlist*/
    body .woocommerce table.shop_table,
    body .woocommerce table.shop_table tbody,
    body .woocommerce table.shop_table tfoot,
    body .woocommerce table.shop_table tr,
    body .woocommerce table.shop_table tr th,
    body .woocommerce table.shop_table tr td,
    .actions .coupon label,
    .actions .coupon .input-text,
    .cart-collaterals .cart_totals .shop_table,
    .cart-collaterals .cart_totals .shop_table tbody,
    .cart-collaterals .cart_totals .shop_table tr,
    .cart-collaterals .cart_totals .shop_table tr th,
    .cart-collaterals .cart_totals .shop_table tr td {
        text-align: center;
        display: block;
        width: 100% !important;
    }

    body .woocommerce table.shop_table thead {
        display: none;
    }

    body .woocommerce table.shop_table tr td {
        border-top: none;
        border-bottom: 1px solid #ebebeb;
    }

    .actions .coupon label {
        text-decoration: underline;
    }

    .actions .coupon .input-text {
        margin: 0 0 20px 0;
    }

    .actions .coupon .button {
        float: none;
        margin: 0 auto;
    }

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

    .actions-btn .shopping {
        margin-left: 0;
    }

    .cart-collaterals .cart_totals h2 {
        padding: 17px 20px;
        text-align: center;
        text-decoration: underline;

    }

    .cart-collaterals .cart_totals .shop_table tr th {
        border-bottom: none;
    }

    .wc-proceed-to-checkout {
        float: none;
        text-align: center;
        width: 100%;
    }

    /*table checkout*/
    .form-row-first,
    .form-row-last {
        width: 100%;
    }

    .woocommerce-billing-fields h3,
    .woocommerce-shipping-fields h2 {
        text-align: center;
        text-decoration: underline;
    }

    .woocommerce-checkout-review-order-wrap #order_review_heading {
        text-align: center;
        padding: 17px 20px;
        text-decoration: underline;
    }

    body .woocommerce-checkout-review-order .shop_table tr th,
    body .woocommerce-checkout-review-order .shop_table tr td {
        width: 100%;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name img {
        display: block;
        margin: 0 auto 10px auto;
    }

    body .woocommerce-checkout-review-order .shop_table .product-name strong {
        margin-left: 0;
    }

    .checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-first,
    .checkout-before-top .nost-checkout-coupon .checkout_coupon .form-row-last {
        width: 100%;
        padding-right: 0;
    }

    /*quickview*/
    .yith-wcqv-button {
        display: none;
    }

    .woocommerce-page-header ul .line-hover {
        width: 100%;
    }

    /*order tracking*/
    .track_order .form-tracking {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*instagram shop*/
    .ziss-popup-wrap {
        display: none !important;
    }

    /*Shortcode*/
    /*lookbook*/
    .slick-slide-wrap .slick-arrow {
        display: none !important;
    }

    /*nost-banner*/
    .nost-banner .block-title {
        font-size: 30px !important;
    }

    /*nost-newsletter*/
    .nost-newsletter .newsletter-form-wrap .email {
        padding-right: 70px;
    }

    .nost-newsletter .newsletter-form-wrap .submit-newsletter {
        font-size: 0;
        min-width: 65px;
    }

    .nost-newsletter .newsletter-form-wrap .submit-newsletter::before {
        font-family: 'FontAwesome', sans-serif;
        content: '\f1d8';
        font-size: 16px;
    }

    /*.nost-title*/
    .nost-title {
        text-align: center;
    }

    .nost-title .block-title {
        font-size: 35px !important;
    }

    .nost-title .block-title::before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .nost-title.default a {
        position: relative;
        top: auto;
    }

    /*nost-productsimple*/
    .product-simple-style1 .equal-elem {
        display: block;
        width: 100%;
        height: auto !important;
    }

    .nost-productsimple.default .nost-block-info,
    .product-simple-style1 .nost-block-info {
        margin-top: 40px;
    }

    .nost-banner.style1 .block-title {
        font-size: 40px;
    }

    .nost-banner.style1.nost-countdown .block-title {
        font-size: 28px;
    }

    /*footer*/
    .footer,
    .footer .nost-socials.text-left,
    .footer .nost-socials.text-right {
        text-align: center;
    }

    .footer.style1 {
        position: static;
        background-color: #000000;
    }

    .nost-custommenu.style1 .menu > li {
        margin-right: 5px;
        margin-left: 5px;

    }

    /*.page-404*/
    .page-404 .heading {
        font-size: 140px;
    }
}

@media (max-width: 480px) {
    /*header*/
    .nost-header-sidebar.sidebar-canvas-open .btn-canvas {
        left: 249px
    }

    .toolbar-products .category-filter li,
    .nost-tabs .tab-link li {
        display: block;
    }

    /*single blog*/
    #cancel-comment-reply-link {
        display: block;
        margin-top: 10px;
    }

    /*blog*/
    .blog-content.list .post-expand,
    .blog-content.list .post-product-carousel,
    .blog-content.list .social-share {
        position: static;
    }

    .blog-content.list .post-product-carousel .post-product-list,
    .blog-content.list .social-share .nost-social {
        max-width: 100%;
        right: 0;
    }

    /*vertical menu*/
    .close-vertical-menu {
        margin-left: 20px;
    }

    .menu-scroll .menu-scroll-inner,
    .menu-social {
        padding: 0 20px;
    }

    /*.minicart*/
    .header .minicart-content-inner .minicart-title {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header .minicart-items {
        padding: 0 20px;
    }

    /*sidebar-canvas*/
    .sidebar-canvas {
        width: 265px;
    }

    .sidebar-canvas-open .btn-canvas {
        left: 249px;
    }

    .sidebar-canvas-inner {
        padding: 0 20px;
    }

    /*shortcode*/
    .item-lookbook-inner {
        padding: 0 15px;
    }

    .nost-banner.style1 .block-title {
        font-size: 28px;
    }

    .nost-banner.style1 .timers .box .time {
        font-size: 30px;
        padding: 0 10px;
    }

    .nost-banner.style1 .timers .box:not(:last-child) .time::before {
        width: 16px;
    }
}

@media (max-width: 320px) {
    th, td {
        padding: 6px;
    }

    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none;
    }

    .instant-search-modal .product-cats label {
        display: block;
    }

    .header .minicart-content-inner .subtotal {
        margin-top: 59px;
    }

    .header .minicart-content-inner .actions {
        position: absolute;
        left: 0;
        bottom: 59px;
        width: 100%;
    }
}

.title-page {

   display: none;
}
