/*--------------------------/*
Tempale name : Herald

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

[Table of contents]
[Color codes]
Background: #ffffff
Body Color : #868686
[Typography]
Body:       14px/24px Open Sans, sans-serif;
Heading:    Open Sans, sans-serif;
Input, textarea: 14px/24px Open Sans, sans-serif;

1 COMPONENT STYLES
2. HEADER
  2.1 General
  2.2 Header Skin
3. MAIN
4. BLOG
  4.1 Blog page
  4.2 Blog single
5. SIDEBAR
  5.1 Left Sidebar
  5.2 Right Sidebar
6. SHOP
  6.1 Shop Page
  6.2 Shop Single
7.INNER PAGES
8. FOOTER
9. RESPONSIVE
SLIDESHOW
REPONSIVE
/*-------------------------*/


/*==========================================================================
  1.0 COMPONENT STYLES
============================================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #868686;
    width: 100%;
    overflow-x: hidden;
}

label {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

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

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: 600;
    color: #222;
    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-weight: 600;
    display: inline-block;
    border-left: none;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
    margin-top: 10px;
    margin-bottom: 38px;
}

blockquote p,
q p {
    font-style: italic;
    font-size: 14px;
}

blockquote::before {
    content: url('../images/quote-item.png');
    display: block;
}


/* ==========================================================================
  1.1 FORM
============================================================================ */

.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 #eeeeee;
    padding: 7px 20px;
    max-width: 100%;
    background: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 42px;
    border-radius: 0;
}

textarea {
    line-height: 28px;
    padding: 11px 26px;
    height: auto;
    width: 100%;
    border-radius: 0;
}

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

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

.button,
button,
input[type="submit"] {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    font-family: 'Open Sans', serif;
    font-weight: 700;
}

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,
button:focus,
select:focus {
    outline: none;
    border-color: #e6e6e6 !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
============================================================================ */

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

table thead {
    background-color: #f8f8f8;
}

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

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

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


/*----------------------------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: 15px;
        padding-left: 15px
    }

    .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: 15px;
        padding-left: 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hidden-ts {
        display: none;
    }
}


/*---------------------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: 15px;
    padding-left: 15px
}

.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-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row10::before,
.row10::after {
    display: table;
    content: "";
}

.row10::after {
    clear: both;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*----------------------------AUTO CLEAR--------------------------------*/

@media (min-width: 1200px) {
    .auto-clear .vc_col-lg-1:nth-child(12n+1),
    .auto-clear .vc_col-lg-2:nth-child(6n+1),
    .auto-clear .vc_col-lg-15:nth-child(5n+1),
    .auto-clear .vc_col-lg-3:nth-child(4n+1),
    .auto-clear .vc_col-lg-4:nth-child(3n+1),
    .auto-clear .vc_col-lg-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 1500px) {
    .auto-clear .col-bg-1:nth-child(12n+1),
    .auto-clear .col-bg-2:nth-child(6n+1),
    .auto-clear .col-bg-15:nth-child(5n+1),
    .auto-clear .col-bg-3:nth-child(4n+1),
    .auto-clear .col-bg-4:nth-child(3n+1),
    .auto-clear .col-bg-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .auto-clear .col-lg-1:nth-child(12n+1),
    .auto-clear .col-lg-2:nth-child(6n+1),
    .auto-clear .col-lg-15:nth-child(5n+1),
    .auto-clear .col-lg-3:nth-child(4n+1),
    .auto-clear .col-lg-4:nth-child(3n+1),
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .vc_col-md-1:nth-child(12n+1),
    .auto-clear .vc_col-md-2:nth-child(6n+1),
    .auto-clear .vc_col-md-15:nth-child(5n+1),
    .auto-clear .vc_col-md-3:nth-child(4n+1),
    .auto-clear .vc_col-md-4:nth-child(3n+1),
    .auto-clear .vc_col-md-6:nth-child(odd),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-15:nth-child(5n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .vc_col-sm-1:nth-child(12n+1),
    .auto-clear .vc_col-sm-2:nth-child(6n+1),
    .auto-clear .vc_col-sm-15:nth-child(5n+1),
    .auto-clear .vc_col-sm-3:nth-child(4n+1),
    .auto-clear .vc_col-sm-4:nth-child(3n+1),
    .auto-clear .vc_col-sm-6:nth-child(odd),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-15:nth-child(5n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-15:nth-child(5n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1),
    .auto-clear .col-ts-2:nth-child(6n+1),
    .auto-clear .col-ts-15:nth-child(5n+1),
    .auto-clear .col-ts-3:nth-child(4n+1),
    .auto-clear .col-ts-4:nth-child(3n+1),
    .auto-clear .col-ts-6:nth-child(odd) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .auto-clear .vc_col-xs-1:nth-child(12n+1),
    .auto-clear .vc_col-xs-2:nth-child(6n+1),
    .auto-clear .vc_col-xs-15:nth-child(5n+1),
    .auto-clear .vc_col-xs-3:nth-child(4n+1),
    .auto-clear .vc_col-xs-4:nth-child(3n+1),
    .auto-clear .vc_col-xs-6:nth-child(odd) {
        clear: both;
    }
}


/*-----------------------CUSTOM COL > 1500---------------------------*/

@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: 15px;
        padding-left: 15px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*-----------------------CUSTOM 5 COLUMNS---------------------------*/

.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

.col-ts-35 {
    width: 60%;
}

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

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

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

    .col-xs-25 {
        width: 40%;
    }

    .col-xs-35 {
        width: 60%;
    }

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

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

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

    .col-sm-25 {
        width: 40%;
    }

    .col-sm-35 {
        width: 60%;
    }

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

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

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

    .col-md-25 {
        width: 40%;
    }

    .col-md-35 {
        width: 60%;
    }

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

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

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

    .col-lg-25 {
        width: 40%;
    }

    .col-lg-35 {
        width: 60%;
    }

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

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

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

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

    .col-bg-35 {
        width: 60%;
    }

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


/*---------------------------SLICK SLIDER------------------------------*/


/* Slider */

.slick-list {
    margin: 0 -15px;
    padding: 0;
}

.owl-slick .slick-list {
    margin-top: -5px !important;
    padding-top: 5px;
    margin-bottom: -5px !important;
    padding-bottom: 5px;
}

.slick-track {
    margin-left: 0;
}

.slick-slide {
    padding: 0 15px;
}

.slick-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: rgb(238, 188, 29);
    z-index: 1;
    cursor: pointer;
    border-radius: 0;
}

.slick-slider .slick-arrow:first-child {
    right: 29px;
}

.slick-vertical .slick-slide {
    border: none;
}

.slick-slider.nav-center {
    position: relative !important;
}

.slick-slider.nav-center > .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 30px;
    background-color: transparent;
    color: #aaaaaa;
}

.slick-slider.nav-center > .slick-arrow:hover {
    color: #222222;
}

.slick-slider.nav-center > .slick-arrow::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
}

.slick-slider.nav-center > .slick-arrow:first-child {
    right: auto;
    left: 0;
}

.slick-slider.nav-center > .slick-arrow:first-child::before {
    content: '\f104';
}

.slick-slide > div:not([class]) > * {
    display: block !important;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: 40px;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #acacac;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.slick-dots li.slick-active {
    border-color: transparent;
    background-color: #978f6e;
}

.slick-dots li button {
    display: none;
}

.slick-dots .slick-slide img {
    cursor: pointer;
    margin: auto;
}

.slick-slider.nav-botton-center > .slick-arrow {
    top: auto;
    bottom: 0;
    right: 43.5%;
}


/*---------------------------------CHOSEN------------------------------*/

.chosen-container {
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    width: auto !important;
}

.chosen-container-single .chosen-single {
    padding: 8px 17px;
    height: auto;
    border: 1px solid #eee;
    background: #f6f6f6;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    border-radius: 0;
}

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

.chosen-container-single .chosen-single div b::after {
    content: "\f0d7";
    font-size: 14px;
    font-weight: normal;
    color: #aaaaaa;
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: normal;
    margin-left: -5px;
    margin-top: -8px;
}

.chosen-container-single .chosen-single span {
    vertical-align: top;
    margin-right: 17px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #eee;
    background: #f6f6f6;
    box-shadow: none;
}

.chosen-container-single .chosen-drop {
    top: calc(100% + 1px);
    left: -1px;
    clip: auto;
    border-radius: 0;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: none;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.chosen-container:not(.chosen-with-drop) .chosen-drop {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.chosen-container-single .chosen-drop .chosen-search {
    display: none;
}

.chosen-container-single .chosen-results {
    color: #888;
    padding: 0;
    margin: 0;
}

.chosen-container .chosen-results li {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 20px;
    text-transform: capitalize;
}

.chosen-container .chosen-results li.result-selected {
    background-color: #f6f6f6;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    color: inherit;
    background-color: #f6f6f6;
}


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


/*   custom container   */


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

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


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


/*     HEADER        */


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


/*header-style-1*/

.header .main-header {padding-top: 35px;padding-bottom: 10px;}

.social-header,
.header-language {
    display: inline-block;
    vertical-align: middle;
}

.social-header .socials {
    padding-top: 10px;
    overflow: hidden;
}

.social-header .social-item {
    font-size: 23px;
    line-height: 20px;
    display: inline-block;
    padding: 0 15px;
    color: #222;
    float: left;
}

.social-header .social-item:first-child {
    padding-left: 0;
}

.header-language .herald-language {
    padding-top: 10px;
    margin-left: 100px;
    position: relative;
}

.herald-language .language-toggle {
    color: #888888;
}

.herald-submenu {
    position: absolute;
    background-color: #fff;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left;
}

.herald-dropdown.open .herald-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1001;
}

.herald-dropdown .language-toggle:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.header-language .herald-submenu {
    margin: 15px 0 0;
    min-width: 175px;
    top: 100%;
    left: 0;
}

.header-language .herald-submenu li {
    list-style: none;
}

.header-language .herald-submenu > li > a {
    display: block;
    padding: 11px 20px;
    color: #888;
}

.header-language .herald-submenu > li > a:hover {
    background: #f1f1f1;
}

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

.header-control {
    text-align: right;
}

.header.style7 .header-control {
    margin-top: 10px;
}

.header-control .block-header {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.header-control .block-header:first-child {
    padding-left: 0;
}


/*minicar*/

.shopcart-description .content-wrap .title {
    font-size: 18px;
    color: #222;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}

.shopcart-description .content-wrap ul {
    padding: 0 20px;
    margin: 0;
    overflow-y: auto;
    max-height: 250px;
}

.shopcart-description .content-wrap ul li {
    list-style: none;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.mini_cart_item .product-media {
    float: left;
    width: 80px;
}

.mini_cart_item .product-details {
    overflow: hidden;
    padding-left: 10px;
}

.mini_cart_item .product-name {
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shopcart-description .subtotal {
    padding: 15px 20px;
    overflow: hidden;
}

.shopcart-description .actions {
    padding: 0 20px 30px;
}

.mini_cart_item .variations {
    font-size: 13px;
    color: #888888;
    margin-bottom: 0px;
}

.mini_cart_item .variations .attribute_color {
    text-transform: capitalize;
}

.mini_cart_item .variations .attribute_size {
    text-transform: uppercase;
}

.mini_cart_item .product-price {
    font-size: 16px;
    color: #111111;
}

.mini_cart_item .product-quantity {
    color: #888881;
    font-size: 16px;
}

.mini_cart_item .product-remove {
    display: inline-block;
    float: right;
    color: #ccc;
    font-size: 15px
}

.shopcart-description .subtotal .total-title {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.shopcart-description .subtotal .total-price {
    font-size: 20px;
    color: #111;
    font-weight: normal;
}

.shopcart-description .actions .button-viewcart {
    width: 140px;
    background: transparent;
    color: #333;
    border: 2px solid;
    padding: 7px 20px;
}

.shopcart-description .actions .button-viewcart:hover {
    color: #ffffff;
}

.shopcart-description .actions .button-checkout {
    width: 110px;
    float: right;
    color: #ffffff;
}

.minicart-items .mCSB_scrollTools {
    right: -5px;
}

.minicart-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #222222;
}

.minicart-items .mCSB_scrollTools .mCSB_draggerRail {
    background: #aaaaaa;
}

.minicart-items .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.block-minicart .shopcart-icon {
    font-size: 15px;
    color: #555555;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid rgb(238, 188, 29);
    padding: 0 15px;
    height: 43px;
    display: inline-block;
    line-height: 37px;
    width: 102px;
    border-radius: 0;
}

.block-minicart .shopcart-icon::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    display: inline-block;
    color: #888;
    top: 0;
    right: 30px;
    font-weight: normal;
}

.block-minicart .shopcart-icon .count {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    top: -5px;
    right: -5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.block-minicart .fav-icon .count-fav {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    top: -5px;
    right: -5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.header-control .block-header .herald-submenu {
    top: 100%;
    right: 0;
}

.block-minicart .herald-submenu {
    min-width: 300px;
    margin: 10px 0 0;
}

.block-minicart .no-product.herald-submenu {
    text-align: center;
    padding: 20px
}

.block-minicart .no-product .text {
    color: #888;
    font-weight: 700;
    margin-bottom: 0;
}

.block-minicart .no-product .text span {
    text-transform: uppercase;
}


/*search header*/

.header-control .block-search {
    padding-left: 35px;
}

.block-search .icon-search::before {
    content: "\f12d";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
}

.block-search .herald-submenu {
    min-width: 425px;
    margin-top: 17px;
}

.block-search .title-search {
    font-size: 18px;
    color: #222222;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}

.form-search .form-content {
    padding: 30px 20px;
}

.form-search .form-content .inner {
    display: inline-block;
    width: 100%
}

.form-search .form-content .input {
    width: 261px;
    color: #888;
}

.form-search .form-content .btn-search {
    width: 110px;
    float: right;
}


/*account header*/

.block-account > a {
    font-size: 26px;
    color: #555555;
}

.block-account .herald-submenu {
    min-width: 270px;
    margin-top: 17px;
}

.header-user-form-tabs .tab-link {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}

.header-user-form-tabs .tab-link li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #aaaaaa;
    text-transform: capitalize;
}

.header-account form {
    padding: 15px 20px;
}

.header-account form .form-row-wide {
    margin-bottom: 10px;
}

.header-account form .input-text {
    width: 100%;
    color: #888;
    font-size: 13px;
}


/*header-tab-login */

.header-account .form-checkbox {
    display: block;
}

.form-checkbox .input-checkbox {
    display: none;
}

.form-checkbox span {
    position: relative;
    padding-left: 31px;
    cursor: pointer
}

.form-checkbox span::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #f1f1f1;
    left: 0px;
    top: -2px;
}

.form-checkbox input[type="checkbox"]:checked + span::after,
.form-checkbox:hover span::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px;
}

.header-account .form-row .button {
    display: block;
    width: 100%;
}

.header-account .login .lost_password {
    font-size: 13px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px
}


/*main menu*/

.main-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 175px;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

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

.header.style1 .header-nav,
.header.style10 .header-nav {
    border-top: 1px solid #f1f1f1;
}

.main-menu {
    display: table;
    padding: 0;
}

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

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

.main-menu > li > a {
    font-size: 14px;
    padding: 18px 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    font-weight: 700;
}

.main-menu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    vertical-align: top;
}


/*megamenu*/

.submenu.mega-menu {
    padding: 30px 20px;
}

.home-menu .home-item {
    padding: 0 10px;
}

.herald-demolink {
    text-align: center;
    margin-top: 30px;
}

.herald-demolink .image {
    position: relative;
    margin-bottom: 5px;
}

.herald-demolink .image::before {
    content: '';
    background-color: #222;
    transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

.herald-demolink .image:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.herald-demolink .image a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: #222222;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    min-width: 134px;
}

.herald-demolink .image:hover a {
    opacity: 1;
    visibility: visible;
}

.herald-demolink .title {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0;
}

.submenu.menu-page {
    background-size: cover;
    padding: 28px 0 40px;
    border-top: solid;
    border-width: 5px;
    border-top-color: #ffc67c;
}

.herald-nav .mega-menu .menu-page-item:first-child .herald-custommenu {
    /* padding-left: 15px; */
}

.herald-nav .mega-menu .menu-page-item:nth-child(2) .herald-custommenu {
    /* padding-left: 15px; */
}

.herald-nav .mega-menu .menu-page-item:nth-child(3) .herald-custommenu {
    /* padding-left: 17px; */
}

.herald-nav .mega-menu .menu-page-item:last-child .herald-custommenu {
    padding-right: 20px;
}

.herald-nav .mega-menu .herald-custommenu {
    margin-bottom: -15px;
}

.mega-menu .herald-custommenu .widgettitle {
    font-size: 15px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.mega-menu .herald-custommenu .widgettitle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgb(238, 188, 29);
    width: 30px;
}

.mega-menu .herald-custommenu ul {
    padding: 0;
    margin: 0;
}

.mega-menu .herald-custommenu ul li {
    font-size: 16px;
    line-height: 32px;
    color: black;
}

.mega-menu .herald-custommenu ul li a {
    line-height: 28px;
}

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

.main-menu .submenu > li > a {
    display: block;
    padding: 11px 20px;
    color: #555555;
}

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

.main-menu .submenu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
}


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


/*      MAIN         */


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

.main-content {
    padding-bottom: 65px;
}

.main-content.main-content-inlookbook {
    padding-bottom: 0;
}

.main-content.mansory {
    padding-bottom: 120px;
}

.home-01 .main-content {
    padding-bottom: 0;
}

.home-03 .main-content {
    padding-bottom: 55px;
}

.home-05 .main-content {
    padding-bottom: 0;
}

.home-08 .main-content {
    padding-bottom: 0;
}

.left-sidebar .content-area {
    float: right;
}

.no-sidebar .sidebar {
    display: none;
}

.no-sidebar .content-area {
    width: 100% !important;
}


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


/*      Blog         */


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

.content-blog .custom_blog_title {
    margin-top: -8px;
}

.main-content-blog.right-sidebar .content-blog::after {
    right: -15px;
}

.main-content-blog.left-sidebar .content-blog::after {
    left: -15px;
}

.main-content-blog.no-sidebar .content-blog::after {
    display: none;
}

.custom_blog_title {
    font-size: 22px;
    letter-spacing: 0;
    color: #222;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-articles > .custom_blog_title,
.comments-area > .custom_blog_title {
    font-size: 18px;
}

.category-blog {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.post-item .post-format {
    position: relative;
    overflow: hidden;
}

.post-title {
    font-weight: 600;
}

.post-item .post-title {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.post-item .post-title a:not(:hover) {
    color: inherit;
}

blockquote .author .name {
    display: block;
    color: #222;
}

blockquote .author .desc {
    display: block;
    color: #aaa;
    font-size: 13px;
    line-height: 1.1;
    font-weight: normal;
}

.blog-articles {
    position: relative;
}

.blog-articles .owl-slick {
    position: static;
}

.blog-articles .owl-slick .slick-arrow {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 24px;
    border: 1px solid #eeeeee;
    width: 37px;
    height: 35px;
    line-height: 31px;
    color: #aaa;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
}

.blog-articles .owl-slick .fa-angle-left {
    margin-right: 47px;
}

.blog-articles .owl-slick .slick-arrow:hover {
    color: #222;
}

.owl-slick.blog-slider .slick-list {
    margin: 0 !important;
    padding: 0 !important;
}

.blog-slider.style-1 .blog-item {
    width: 570px;
    margin: 0 15px;
    padding: 0
}

.blog-item {
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.blog-item .post-format {
    float: left;
}

.blog-item .post-info {
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
}

.blog-item .category-blog {
    margin-top: 20px;
}

.blog-item .post-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.blog-item .main-info-post p {
    margin-bottom: 15px;
}

.blog-item .post-title a span {
    color: #aaa;
    display: none;
}

.author-view .author,
.author-view .review {
    display: inline-block;
    vertical-align: middle;
}

.author-view .avt {
    display: inline-block;
    float: left;
}

.author-view .avt img {
    display: inline-block;
    width: 31px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
}

.author-view .name {
    display: inline-block;
    overflow: hidden;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
    padding-left: 5px;
    margin: 0;
    font-weight: 600;
}

.author-view .review {
    padding: 3px 0;
    color: #aaa;
    display: none;
}

.review .view,
.review .s-comments {
    display: inline-block;
    cursor: pointer;
}

.review .icon-cmt {
    margin-left: 10px;
}

.main-info-post {
    margin-bottom: 20px;
}

.herald-blog-item .main-info-post {
    margin-bottom: 0;
}

.herald-blog-item .main-info-post p {
    margin-bottom: 10px;
}

.herald-blog-item .readmore {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    font-size: 11px;
    color: #000;
    overflow: hidden;
}

@-webkit-keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.herald-blog-item .readmore:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}

.blog-articles > .main-info-post {
    margin-top: 40px;
    margin-bottom: 45px;
}

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


/*tags*/

.tags-blog {
    margin-bottom: 15px;
}

.tags .widgettitle {
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding-right: 10px;
}

.tagcloud {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.tag-cloud-link {
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #ececec;
    height: 28px;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 0;
}

.tag-cloud-link a {
    color: #888888;
}


/*view-share*/

.view-share {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 13px;
    margin-bottom: 50px;
}

.view-share .author-view .author {
    float: none;
}

.view-share .author-view,
.view-share .share {
    display: inline-block;
    vertical-align: middle;
}

.author-view .author {
    float: left;
    margin-right: 20px;
}

.view-share .share {
    float: right;
    padding: 6px 0;
}

.share .title {
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding-right: 5px;
    margin: 0;
}

.share .icon {
    font-size: 16px;
    padding: 0 10px;
    color: #222;
    cursor: pointer;
}


/*comment*/

.comments-area {
    margin-bottom: 75px;
}

.comment-form {
    border: 1px solid #F1F1F1;
    padding-top: 30px;
    margin-bottom: 50px;
}

.comment-form .comment-reply-content {
    padding: 0 30px;
}

.comment-form .input-form {
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-radius: 0;
    min-width: 100%;
}

.comment-form .form-submit {
    border-top: 1px solid #F1F1F1;
    padding: 20px 30px;
    margin: 0;
    overflow: hidden
}

.comment-form .form-submit .controll {
    display: block;
    float: right;
}

.comment-form .controll .icon {
    line-height: 43px;
    padding: 0 8px;
    font-size: 18px;
    color: #888;
}

.comment-form .controll .submit {
    margin-left: 20px;
}

.comments-area ul {
    padding: 0;
    margin: 0;
}

.comments-area ul li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.comments-area ul li:last-child {
    border: none;
    margin-bottom: 0;
}

.comment-item .author-view {
    display: inline-block;
    width: 100%;
}

.date-reply-comment {
    display: inline-block;
    padding: 5px 0;
    padding-left: 0px;
    font-size: 14px;
    color: #aaa;
}

.comments-area .comment-reply-link {
    margin-bottom: 30px;
}

.comment-reply-link > * {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #aaa;
}

.comment-reply-link .Comment {
    padding-left: 0;
}

.comments-area .comment-reply-link .icon {
    font-size: 18px;
}

.comments-area .comment .children {
    list-style: none;
    padding-left: 60px;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
}

.blog-list .blog-item {
    margin-bottom: 30px;
}

.blog-list .blog-item .post-format {
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
    position: relative;
    max-width: 50%;
}

.blog-list .blog-item .post-format img {
    width: 100%;
}

.blog-list .blog-item .post-format > a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}

.blog-list .blog-item .post-format:hover > a::before {
    left: 10px;
    right: 10px;
}

.blog-list .blog-item .post-format > a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}

.blog-list .blog-item .post-format:hover > a::after {
    top: 6px;
    bottom: 6px;
}


/*blog list*/


/*blog grid*/


/*blog mansory*/

.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
    width: 33.333333% !important;
    padding: 0 15px;
}

.masonry-grid .blog-item {
    margin-bottom: 42px;
    border: none;
}

.masonry-grid .blog-item .post-info {
    overflow: visible;
    padding: 0;
}

.blog-list.masonry-style .blog-item .post-format {
    margin: 0;
    float: none;
}

.masonry-grid .category-blog {
    margin-top: 13px;
    margin-bottom: 3px;
}


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


/*      LOOKBOOK        */


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


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


/*        login         */


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

.customer_login .title-login {
    border: 1px solid #f1f1f1;
    margin: 0;
    border-bottom: 0;
    font-size: 18px;
    padding: 25px 40px;
    color: #222;
    font-weight: 600;
}

.customer_login .login,
.customer_login .register {
    border: 1px solid #f1f1f1;
    padding: 25px 40px;
}

.login .social-account {
    margin-bottom: 20px;
}

.social-account .title-social {
    color: #aaa;
    margin-bottom: 20px;
    font-family: inherit;
    letter-spacing: 0;
}

.social-account .mxh-item {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-right: 30px;
}

.social-account .icon {
    font-size: 23px;
    vertical-align: middle;
}

.social-account .text {
    vertical-align: middle;
    padding-left: 5px;
}

.customer_login .form-row-wide .text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    text-transform: none;
    display: block;
}

.customer_login input[type="text"],
.customer_login input[type="email"],
.customer_login input[type="password"] {
    margin-bottom: 0;
    width: 100%;
    border-color: #f1f1f1;
}

.customer_login input[type="checkbox"] {
    display: none;
}

.customer_login .label-text {
    cursor: pointer;
    font-size: 14px;
    color: #888;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
}

.customer_login input[type="checkbox"]:checked + label::before,
.customer_login .label-text:hover::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #222;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}

.customer_login input[type="checkbox"] + label::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: solid 1px #eeeeee;
}

.customer_login .lost_password .forgot-pw {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    float: right
}

.customer_login .label-text span {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.customer_login .login-item:hover {
    box-shadow: 0 0 10px #ddd;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
}


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


/*      Short Code      */


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


/*herald-countdown*/

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

.herald-countdown .box-count {
    display: inline-block;
    border: 2px solid #333;
    border-radius: 0;
    background-color: #333;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 7px 5px 7px;
    min-width: 47px;
    margin-right: -7px;
    margin-bottom: 7px;
}

.herald-countdown .box-count:last-child {
    margin-right: 0;
}

.herald-countdown .box-count span {
    display: block;
    text-align: center;
    line-height: 12px;
}

.herald-countdown .box-count .number {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding-bottom: 5px;
}

.herald-countdown .box-count .text {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
}


/*herald-ionbox*/

.herald-iconbox.default {
    padding: 50px 0;
    border-radius: 0;
}

.herald-iconbox.default .iconbox-inner {
    display: table;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 auto;
}

.herald-iconbox.default .icon,
.herald-iconbox.default .content {
    display: table-cell;
    vertical-align: middle;
}

.herald-iconbox.default .icon {
    font-size: 50px;
    padding: 0 20px 0 0;
    color: rgb(238, 188, 29);
}

.herald-iconbox.default .icon .fa.fa-life-ring {
    font-size: 48px;
}

.herald-iconbox.default .iconbox-inner .content .title {
    font-weight: 700;
    margin-bottom: 0;
}

.herald-iconbox-wrapp.layout2 .herald-iconbox.default .iconbox-inner .content .title {
    color: #fff;
}

.herald-iconbox.default .iconbox-inner .content .text {
    font-size: 15px;
    color: #888;
}

.herald-iconbox-wrapp.rows-space-40 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.herald-iconbox-wrapp.rows-space-40 .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.herald-iconbox-wrapp.rows-space-10 {
    background-color: #f4f4f4;
    margin-bottom: 90px;
}


/*kt-popup-quickview*/

.kt-popup-quickview {
    width: 770px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 40px 30px;
}

.kt-popup-quickview:after,
.kt-popup-quickview:before {
    display: table;
    content: '';
}

.kt-popup-quickview:after {
    clear: both;
}

.kt-popup-quickview .details-thumb {
    width: 51.9480519%;
    float: left;
    padding-right: 20px;
    position: relative;
}

.kt-popup-quickview .details-infor {
    width: 48.0519481%;
    padding-left: 30px;
    border-left: 0;
}

.kt-popup-quickview .details-thumb .slider-product {
    margin-bottom: 20px;
}

.kt-popup-quickview .slider-product-button .slick-list {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.kt-popup-quickview .slider-product-button .details-item {
    padding: 0 12.5px;
}

.kt-popup-quickview .slider-product-button .details-item img {
    border: 1px solid #eeeeee;
}

.kt-popup-quickview .slider-product-button .details-item.slick-current img {
    border-color: #333333;
}

.kt-popup-quickview .slider-product-button .slick-arrow {
    width: 37px;
    height: 35px;
    line-height: 31px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
}

.kt-popup-quickview .slider-product-button:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    right: -20px;
}

.kt-popup-quickview .slider-product-button .slick-arrow:first-child {
    left: 30px;
}

.kt-popup-quickview .slider-product-button:hover .slick-arrow:first-child {
    left: -20px;
}

.kt-popup-quickview .mfp-close {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
}

.mfp-bg {
    opacity: 0.5;
}


/*popup-newsletter*/

.kt-popup-newsletter {
    position: relative;
    margin: 0 auto;
}

.kt-popup-newsletter .popup-content {
    overflow: hidden;
}

.kt-popup-newsletter.style-1 {
    width: 770px;
}

.kt-popup-newsletter .image-newsletter {
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
    background-size: cover;
}

.kt-popup-newsletter.style-1 .image-newsletter {
    width: 38.9610%;
    display: inline-block;
    float: left;
    padding: 40px 40px 24px 40px;
}

.kt-popup-newsletter .newsletter-infor {
    background: #ffffff;
    overflow: hidden;
    text-align: center;
}

.kt-popup-newsletter.style-1 .newsletter-infor {
    width: 61.039%;
    display: inline-block;
    padding: 40px 40px 24px 40px;
}

.kt-popup-newsletter .title {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    letter-spacing: -0.05em;
    margin-bottom: 5px;
}

.kt-popup-newsletter .sub-title {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    margin-bottom: 50px;
}

.kt-popup-newsletter .sub-title span {
    color: #111111;
    text-decoration: underline;
}

.kt-popup-newsletter .newsletter-form-wrap {
    margin-bottom: 56px;
}

.kt-popup-newsletter .newsletter-form-wrap input {
    width: 100%;
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
    height: 43px;
    text-align: center;
}

.kt-popup-newsletter .newsletter-form-wrap button {
    width: 100%;
    font-size: 13px;
    height: 43px;
}

.herald-disablepopupnewsletter .checkbox {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    font-style: italic;
}

.herald-disablepopupnewsletter input.herald_disabled_popup_by_user {
    display: none;
}

.herald-disablepopupnewsletter .checkbox label {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.herald-disablepopupnewsletter span {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.herald-disablepopupnewsletter span::before {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #e9e9e9;
    left: 0;
    top: 0;
}

.herald-disablepopupnewsletter input[type="checkbox"]:checked + span::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 1px;
    left: 2px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px;
}


/*popup-newsletter* style-2*/

.kt-popup-newsletter.style-2 {
    width: 570px;
}

.kt-popup-newsletter.style-2 .newsletter-infor {
    padding-right: 70px;
    padding-bottom: 10px;
    padding-left: 70px;
}

.kt-popup-newsletter.style-2 .title {
    padding-bottom: 0;
    padding-top: 18px;
}

.kt-popup-newsletter.style-2 .sub-title {
    margin-top: 1px;
    margin-bottom: 0;
}

.kt-popup-newsletter.style-2 .newsletter-form-wrap {
    margin-top: 25px;
    margin-bottom: 0;
}

.kt-popup-newsletter.style-2 .herald-disablepopupnewsletter .checkbox {
    margin-top: 42px;
    text-decoration: underline;
    font-style: normal;
}

.kt-popup-newsletter.style-2 .herald-disablepopupnewsletter span {
    padding: 0;
}

.kt-popup-newsletter.style-2 .herald-disablepopupnewsletter span::before {
    display: none;
}

.kt-popup-newsletter.style-2 .mfp-close {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
}

.kt-popup-newsletter.style-2 .newsletter-form-wrap input {
    margin-bottom: 10px;
}


/*popup-newsletter* style-3*/

.kt-popup-newsletter.style-3 {
    width: 770px;
    background-color: #ffffff;
}

.kt-popup-newsletter.style-3 .newsletter-infor {
    width: 48.0519%;
    display: inline-block;
    float: left;
    padding: 44px 30px 15px 30px;
}

.kt-popup-newsletter.style-3 .newsletter-slider {
    padding: 44px 50px 15px 50px;
    width: 51.9481%;
    display: inline-block;
}

.kt-popup-newsletter.style-3 .sub-title {
    font-size: 16px;
    color: #888888;
    text-align: left;
    margin-bottom: 7px;
}

.kt-popup-newsletter.style-3 .newsletter-infor .sub-title span {
    color: #ffffff;
}

.kt-popup-newsletter.style-3 .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    text-align: left;
    margin-bottom: 53px;
}

.kt-popup-newsletter.style-3 .input-text {
    background-color: #fff;
    border-color: #fff;
    color: #888;
    text-align: left;
    margin-bottom: 20px;
}

.kt-popup-newsletter.style-3 input:focus {
    border-color: #ffffff !important;
}

.herald-newsletter-form .input-text,
.herald-newsletter-form .submit-newsletter {
    width: 100%;
    text-align: center;
}

.kt-popup-newsletter.style-3 .newsletter-slider .title {
    font-size: 30px;
    color: #222222;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 6px;
}

.kt-popup-newsletter.style-3 .newsletter-slider .sub-title {
    font-size: 16px;
    color: #888888;
    text-align: center;
    margin-bottom: 45px;
}

.kt-popup-newsletter.style-3 .herald-slider-wrapp .slick-dots {
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.kt-popup-newsletter.style-3 .herald-slider-wrapp .slick-dots > li {
    width: 8px;
    height: 8px;
    float: none;
    margin: 0 5px;
}

.kt-popup-newsletter.style-3 .herald-slider-wrapp .slick-dots > li.slick-active {
    background-color: #222222;
}

.kt-popup-newsletter.style-3 .herald-disablepopupnewsletter span {
    padding-left: 0;
}

.kt-popup-newsletter.style-3 .herald-disablepopupnewsletter span::before {
    display: none;
}

.kt-popup-newsletter.style-3 .herald-disablepopupnewsletter .checkbox {
    margin-top: 22px;
    text-decoration: underline;
    font-style: normal;
}

.kt-popup-newsletter.style-3 .owl-product .newsletter-slider-item img {
    width: 278px;
    margin: 0 auto;
}

.kt-popup-newsletter.style-3 .herald-disablepopupnewsletter input[type="checkbox"]:checked + span::after {
    display: none;
}

.newsletter-slider-item .product-item {
    margin-bottom: 0;
}

.newsletter-slider-item .product-item .product-inner {
    padding: 0;
    border: none;
}

.newsletter-slider-item .product-item .product-thumb {
    margin-bottom: 0;
}

.newsletter-slider-item .product-item:hover .product-inner {
    box-shadow: none;
}

.newsletter-slider-item .product-item .product-thumb .variations {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.newsletter-slider-item .attribute_color .list-color a {
    margin-right: 0;
}

.newsletter-slider-item .attribute_color .list-color a:hover::before,
.newsletter-slider-item .attribute_color .list-color a.active::before {
    display: none;
}

.newsletter-slider-item .product-item .product-thumb .attribute_color .list-color a.active {
    border: none;
}


/*.load-more*/

.load-more {
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

.load-more a {
    display: inline-block;
    height: 43px;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    width: 149px;
    color: #222;
    font-weight: 700;
    border-radius: 40px;
}

.load-more a:hover,
.load-more a:hover .icon {
    color: #ffffff;
}

.load-more a:hover {
    border-color: transparent;
}

.load-more .icon {
    color: #aaa;
    font-weight: normal;
    margin-right: 5px;
}


/*header mobile*/

.header-device-mobile {
    padding: 25px 0;
    display: none;
    position: relative;
}

.header-device-mobile .wapper {
    display: table;
    width: 100%;
    padding: 0 15px;
}

.header-device-mobile .item {
    display: table-cell;
    vertical-align: middle;
}

.header-device-mobile .item .block-sub {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 15px;
    left: 0;
    z-index: 100;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    display: block;
    visibility: hidden;
    padding-top: 50px;
}

.header-device-mobile .item.open .block-sub {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.header-device-mobile .mobile-search-box,
.header-device-mobile .mobile-settings-box,
.header-device-mobile .menu-bar {
    width: 40px;
    padding-left: 5px;
}

.header-device-mobile .mobile-navigation {
    top: auto;
}

.header-device-mobile .mobile-navigation,
.mobile-search-box > a,
.mobile-settings-box > a {
    width: 40px;
    height: 40px;
    float: left;
    /* border: 2px solid rgb(238, 188, 29); */
    padding: 0;
    text-align: center;
    line-height: 36px;
    color: #ce8c44;
    font-size: 26px;
    border-radius: 0;
}

.header-device-mobile .mobile-navigation {
    margin: 0;
    text-align: center;
    padding: 13px 11px 10px;
}

.header-device-mobile .mobile-navigation span {
    background-color: #ce8c44;
}

.mobile-search-box > a,
.mobile-settings-box > a:hover {
    /* color: #A9886A; */
}

.header-device-mobile .item .block-sub .close {
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: none;
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 27px;
    border: 1px solid #eee;
}

.header-device-mobile .header-searchform-box {
    padding: 19px 0;
}

.header-device-mobile .header-searchform-box .search-input {
    width: calc(100% - 100px);
    font-size: 13px;
    color: #999999;
    background: #ffffff;
}

.header-device-mobile .block-item-title {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mobile-settings-box .herald-language-wrap {
    padding: 0;
    margin: 0;
}

.mobile-settings-box .herald-language-wrap li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #888;
    margin-right: 20px;
    margin-bottom: 20px;
}

.mobile-settings-box .herald-language-wrap li.active {
    color: #222222;
}


/*footer-device-mobile*/

.footer-device-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: none;
}

.footer-device-mobile-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer-device-mobile .wapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-device-mobile-item > a {
    display: inline-block;
    padding: 5px 0;
    color: #222;
    line-height: normal;
}

.footer-device-mobile-item > a .icon {
    font-size: 20px;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.footer-device-mobile-item.device-cart .count-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
}


/*border - style*/

.mega-menu .border-custom {
    margin-top: 30px;
}

.footer .border-custom span {
    border-bottom: 1px solid #2b2b2b;
}

.border-custom span {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: inline-block;
    float: left
}


/*mobile menu*/

.kt-clone-wrap .kt-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.kt-clone-wrap {
    position: fixed;
    overflow-x: hidden;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
}

.kt-clone-wrap.open {
    left: 0;
}

.kt-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}

.kt-panels-actions-wrap .kt-close-btn,
.kt-panels-actions-wrap .kt-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #222;
}

.kt-panels-actions-wrap .kt-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;
}

.kt-panels-actions-wrap .kt-prev-panel:before {
    content: "\f104";
    font-family: FontAwesome;
}

.kt-clone-wrap .kt-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}

.kt-clone-wrap .kt-panel {
    border-color: #fff;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}

.kt-clone-wrap .kt-main-panel,
.kt-clone-wrap .kt-panel.kt-panel-opened {
    transform: translateX(0);
    z-index: 10
}

.kt-panel > ul {
    padding: 0;
    margin: 0;
}

.kt-panel li {
    list-style: none;
    position: relative
}

.kt-panel > ul > li {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.kt-panel > ul > li > a {
    display: block;
    font-size: 14px;
    color: #222;
    padding: 10px 20px;
    text-transform: uppercase;
}

.kt-next-panel {
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.kt-next-panel:before {
    content: "\f105";
    font-family: FontAwesome;
}

.kt-panels-actions-wrap .kt-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    color: #222222;
}

.kt-clone-wrap .kt-panel .menu-page {
    background-image: none;
}

.herald-menu-panels .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    text-align: left;
}


/*backtotop*/

.backtotop {
    display: none;
    width: 34px;
    height: 34px;
    font-size: 23px;
    background: #fff;
    color: #333;
    position: fixed;
    bottom: 8px;
    right: 23px;
    text-align: center;
    line-height: 42px;
    border: 2px solid #333;
    z-index: 999;
}

.backtotop.show {
    display: block;
}

.backtotop:hover {
    background: rgb(238, 188, 29);
    border-color: rgb(238, 188, 29);
    color: #fff !important;
}


/*coppyright*/

.coppyright {
    font-size: 15px;
    color: #888888;
    padding: 5px 0;
    text-align: right;
}

.coppyright a:not(:hover) {
    color: #fff;
}


/*herald-payment*/

.footer-end .herald-payment {
    cursor: pointer;
}

.footer-end .herald-payment:hover {
    opacity: 0.6;
}


/*footer demo*/

.footer-end .demos {
    text-align: right;
}

.footer-end .demos a {
    min-width: 139px;
    height: 34px;
    border: 1px solid #363636;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    color: #888888;
    font-size: 13px;
}

.footer-end .demos a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    vertical-align: top;
}

.footer-end .demos span {
    color: #ffffff;
}


/*header-top-message*/

.header-top-message {
    background-color: #111111;
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 12px 15px;
}

.header-top-message .icon {
    color: #fff;
    font-size: 22px;
}

.header-top-message a {
    color: #fff;
    text-decoration: underline;
}

.header-top-message a:hover {
    color: #ffffff;
}


/*header-block-text*/

.header-block-text {
    background-color: #111111;
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 12px 0;
}

.header-block-text .icon {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.header-block-text a {
    color: #ffffff;
    text-decoration: underline;
}

.header-block-text a:hover {
    color: #aaaaaa;
}


/*tabs*/

.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden
}

.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}


/*---------BREADCRUMB-----------*/

.breadcrumb {
    padding: 34px 0 30px;
    background: #ffffff;
    margin: 0;
}

.breadcrumb > li {
    display: inline-block;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb a {
    color: #888888;
}

.breadcrumb > .active {
    color: #222;
}

.breadcrumb > li + li:before {
    padding: 0 8px;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 400;
}


/*--------PAGINATION--------------*/

.pagination {
    display: block;
    margin: 50px 0 0;
    padding: 0;
}

.pagination.grid {
    margin-top: 20px;
}

.pagination .page-numbers {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 39px;
    text-align: center;
    border: 2px solid #F1F1F1;
    font-size: 16px;
    color: #888;
    font-weight: 600;
    margin-left: 5px;
    border-radius: 0;
}

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

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    border-color: transparent;
    background-color: rgb(238, 188, 29);
}

.pagination .page-numbers .icon {
    font-weight: 700;
}

.pagination.style1 {
    text-align: right;
}

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

.shop-grid-content .pagination {
    margin-top: 10px;
}

.content-inlookbook .pagination {
    margin-top: 10px;
    margin-bottom: 60px
}

.main-content-blog.mansory .pagination {
    margin-top: 10px;
}


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


/*        SIDEBAR       */


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

.widget {
    margin-bottom: 40px;
}

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

.widget .widgettitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    margin-top: -3px;
    z-index: 1;
    border-bottom: 2px solid #e8e8e8;
}

.widget .widgettitle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    border-bottom: 2px solid rgb(238, 188, 29);
}

.widget ul,
.widget ol {
    padding: 0;
    margin: 0;
}

.widget li {
    list-style: none;
    line-height: 28px;
}

.widget a {
    color: #555555;
}

.sidebar input[type="checkbox"] {
    display: none;
}

.sidebar .label-text {
    cursor: pointer;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-weight: normal;
}

.sidebar input[type="checkbox"] + label::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: solid 1px #eeeeee;
    border-radius: 0;
}

.sidebar input[type="checkbox"]:checked + label::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    color: #222;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}

.widget-socials .social-list {
    overflow: hidden;
}

.widget-socials .social-list .social-item {
    font-size: 23px;
    color: #222;
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
}

.widget-socials .social-list .social-item:first-child {
    padding-left: 0;
}

.widget-socials .social-list .social-item:last-child {
    padding-right: 0;
}

.widget-post .widget-post-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-post .widget-post-item:last-child {
    margin-bottom: 0;
}

.widget-post .widget-post-item .thumb-blog {
    width: 100px;
    float: left;
}

.widget-post .widget-post-item .post-content {
    overflow: hidden;
    padding-left: 10px;
}

.widget-post .widget-post-item .cat {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaaaaa;
    line-height: normal;
    margin-top: 0;
}

.widget-post .widget-post-item .cat a:not(:hover) {
    color: inherit;
}

.widget-post .widget-post-item .post-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 6px;
}

.widget-post .widget-post-item .post-title a {
    color: #333333;
}

.widget-post .widget-post-item .post-title span {
    color: #aaaaaa;
    display: none;
}

.widget-tags .tagcloud {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.widget-tags .tag-cloud-link {
    color: #888888;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 0;
}

.widget-tags .tag-cloud-link a {
    color: #888888;
}

.widget .view-all:not(:hover) {
    color: #aaa;
    text-decoration: underline;
}

.woof_Widget .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
}


/*sidebar shop*/

.woof_Widget {
    border-radius: 0;
}

.widget_filter_price .ui-widget-content {
    background: #ddd;
    border-radius: 2px;
    height: 4px;
    border: none;
}

.widget_filter_price .ui-slider .ui-slider-range {
    background: rgb(238, 188, 29);
}

.widget_filter_price .ui-slider .ui-slider-handle {
    width: 0;
    height: 0;
    border: none;
    top: -6px;
    border-radius: 1em;
    cursor: ew-resize;
    margin-left: -0.3em;
    outline: 0 none;
    position: absolute;
    z-index: 2;
    border-color: rgb(238, 188, 29) transparent;
}

.widget_filter_price .ui-slider .ui-slider-handle::before {
    content: '';
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: rgb(238, 188, 29) transparent;
}

.widget_filter_price .price-slider-amount {
    margin-top: 25px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
}

.woof_Widget .price-slider-amount span {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    border: 1px solid #eeeeee;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 0;
}

.woof_Widget .price-slider-amount span:first-child {
    margin-right: 10px;
}

.widget_filter_size li {
    display: inline-block;
    min-width: 54px;
    line-height: 30px;
    height: 30px;
    border: 2px solid #eeeeee;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 0;
}

.widget_filter_size li a {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.widget_filter_size li.active a,
.widget_filter_size li:hover a {
    color: #fff;
}

.widget-color .list-color a {
    display: inline-block;
    height: 27px;
    margin-bottom: 3px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 26px;
    line-height: 27px;
    border-radius: 0;
}

.widget-color .list-color .color1 {
    border: 1px solid #eeeeee;
}

.widget-color .list-color .color2 {
    background: #222222;
}

.widget-color .list-color .color3 {
    background: #4a5365;
}

.widget-color .list-color .color4 {
    background: #84664d;
}

.widget-color .list-color .color5 {
    background: #d27d53;
}

.widget-color .list-color .color6 {
    background: #719271;
}

.widget-color .list-color .color7 {
    background: #5f8ea9;
}

.list-color a.active::before,
.list-color a:hover::before {
    color: #fff;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 100%;
}

.list-color .colo1.active::before,
.list-color .colo1:hover::before {
    color: #222222;
}

.tag-cloud-link a:hover,
.tag-cloud-link.active a {
    color: #111111;
}


/*sidebar Details page*/

.sidebar-details .widget {
    position: relative;
}

.sidebar-details .widget .slick-slider {
    position: static;
}

.sidebar-details .widget .slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    background: none;
    color: #aaaaaa;
    font-size: 20px;
}

.sidebar-details .widget .slick-slider .slick-arrow:first-child {
    right: 45px;
}

.widget-related-products .product-item {
    margin-bottom: 0;
}

.sidebar-details .widgettitle {
    margin-bottom: 25px;
}

.sidebar-details .widget-categories .widgettitle {
    margin-bottom: 20px;
}

.sidebar-details .widget-banner {
    text-align: center;
}

.sidebar-details .widget-banner img {
    border-radius: 0;
}

.Testimonial-inner {
    padding: 17px 22px 20px;
    border: 1px solid #f4f4f4;
    border-radius: 0;
}

.Testimonial-inner .comment {
    font-size: 14px;
    color: #555555;
    margin-bottom: 33px;
    position: relative;
    padding-top: 30px;
}

.Testimonial-inner .comment::before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ';
    font-size: 60px;
    font-family: Georgia;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    line-height: 1;
}

.Testimonial-inner .author {
    overflow: hidden;
}

.Testimonial-inner .author .avt {
    float: left;
    width: 41px;
}

.Testimonial-inner .author .avt img {
    border-radius: 50%;
}

.Testimonial-inner .author .name {
    overflow: hidden;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
}

.Testimonial-inner .author .name span {
    font-size: 13px;
    font-weight: normal;
    color: #aaaaaa;
    display: block;
    letter-spacing: 0;
}


/*newlletter-widget*/

.newsletter-widget {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 32px;
    border: 2px solid #F1F1F1;
    position: relative;
    border-radius: 0;
}

.newsletter-widget:before {
    font-family: 'FontAwesome';
    content: "\f003";
    font-size: 150px;
    color: #f5f5f5;
    position: absolute;
    top: 15px;
    left: 32px;
    line-height: normal;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.newsletter-widget .newsletter-form-wrap {
    position: relative;
    z-index: 2
}

.newsletter-widget .title {
    font-size: 20px;
    color: #222;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
}

.newsletter-widget .subtitle {
    font-size: 15px;
    color: #555;
    line-height: 20px;
    margin-bottom: 60px;
}

.newsletter-widget .email,
.newsletter-widget .submit-newsletter {
    width: 100%;
    text-align: center
}

.newsletter-widget .email {
    margin-bottom: 10px;
}


/*---------FORM control shop--------------*/

.shop-top-control {
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
    border-radius: 0;
    padding: 15px 0 15px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
    font-weight: 600;
    color: #888888;
    position: relative;
}

.shop-top-control .select-form,
.shop-top-control .grid-view-mode {
    padding: 0 13px;
    border-right: 1px solid #F1F1F1;
    display: table-cell;
    vertical-align: middle;
}

.shop-top-control .select-form {
    position: relative;
    z-index: 999;
    line-height: 28px;
}

.shop-top-control .select-form .title {
    margin-right: 3px;
}

.shop-top-control .select-form.select-item {
    z-index: 1000;
}

.shop-top-control .chosen-container-single .chosen-single {
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    background: #fff !important;
    padding: 0 10px;
    max-width: 100%;
    background: none;
    box-shadow: none;
    width: 154px;
    color: #222;
    border-radius: 0;
}

.shop-top-control .chosen-container-single .chosen-single span {
    font-size: 13px;
    line-height: 26px;
    margin-right: 0;
}

.shop-top-control .chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #222222;
}

.shop-top-control .grid-view-mode {
    border-right: none;
    width: 125px;
    padding: 0;
}

.grid-view-mode .inner {
    display: table;
    margin: 0 auto;
}

.grid-view-mode .modes-mode {
    display: inline-block;
    padding: 4px 0;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top;
}

.grid-view-mode .modes-mode.active {
    color: rgb(238, 188, 29);
}

.grid-view-mode .modes-mode.mode-grid::before {
    content: "\f118";
    font-family: Flaticon;
    font-size: 17px;
}

.grid-view-mode .modes-mode.mode-list::before {
    content: "\f119";
    font-family: Flaticon;
    font-size: 23px;
}


/*list-products*/

ul.list-products {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/*product item*/

.product-item {
    list-style: none;
    margin-bottom: 30px;
}

.product-item .product-inner {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border: 2px solid #F1F1F1;
    padding: 15px 15px 20px;
    background-color: #fff;
    min-height: 400px;
}

.product-item:hover .product-inner {
    z-index: 2;
    border-color: rgb(238, 188, 29);
}

.product-item .product-top {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
}

.product-item .flash {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: right;
    line-height: 24px;
    height: 24px;
    min-width: 50px;
    padding: 0 5px;
    text-align: center;
    background-color: #978f6e;
    color: #fff;
    position: relative;
}

.product-item.style-list .flash {
    float: right;
}

.product-item .yith-wcwl-add-to-wishlist > div a:before {
    font-size: 18px;
    font-family: 'FontAwesome';
    content: "\f08a";
}

.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
    content: "\f004";
}

.product-item .product-thumb {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.product-item.style-list .button.quick-wiew-button,
.product-item.style2 .button.quick-wiew-button,
.product-item.style-3 .button.quick-wiew-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    font-size: 0;
    background-color: #fff;
    color: #222;
    border-radius: 100%;
    z-index: 10;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-list:hover .button.quick-wiew-button,
.product-item.style2:hover .button.quick-wiew-button,
.product-item.style-3:hover .button.quick-wiew-button {
    opacity: 1;
    visibility: visible;
}

.product-item.style-list .button.quick-wiew-button::before,
.product-item.style2 .button.quick-wiew-button::before,
.product-item.style-3 .button.quick-wiew-button::before {
    font-size: 18px;
    content: "\f12d";
    font-family: 'Flaticon';
    font-weight: normal;
}

.product-item.style-list .button.quick-wiew-button:hover,
.product-item.style2 .button.quick-wiew-button:hover,
.product-item.style-3 .button.quick-wiew-button:hover {
    color: #fff;
}

.product-item .product-info {
    text-align: center;
    position: relative;
}

.product-item .product-name {
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-bottom: 4px;
    letter-spacing: 0;
}

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

.product-item .thumb-group {
    position: absolute;
    top: 0;
    left: 0;
}

.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #222;
    border-radius: 0;
    margin: 4px 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    position: relative !important;
    display: block;
    vertical-align: top;
}

.product-item:hover .thumb-group .quick-wiew-button,
.product-item:hover .thumb-group .yith-wcwl-add-to-wishlist,
.product-item:hover .thumb-group .loop-form-add-to-cart {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item .thumb-group .yith-wcwl-add-to-wishlist {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 0;
    background-color: #222;
}
.product-item .thumb-group .quick-wiew-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 0;
    background-color: #222;
    padding: 0;
}
.product-item .thumb-group .quick-wiew-button::before {
    font-size: 18px;
    content: "\f12d";
    font-family: 'Flaticon';
    font-weight: normal;
}

.product-item .thumb-group .loop-form-add-to-cart {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button {
    font-size: 0;
    background-color: transparent;
    padding: 0;
}

.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button::before {
    font-family: 'Flaticon';
    content: "\f137";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.product-item .thumb-group .loop-form-add-to-cart .viewProduct {
    background-color: transparent;
    padding: 14px;
}
.product-item .thumb-group .loop-form-add-to-cart .viewProduct::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06e";
    font-size: 19px;
    color: #fff;
    font-weight: normal;
}

.product-item .thumb-group .loop-form-add-to-cart .addedToCart {
    background-color: transparent;
    padding: 14px;
}
.product-item .thumb-group .loop-form-add-to-cart .addedToCart::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f058";
    font-size: 19px;
    color: #fff;
    font-weight: normal;
}

.product-item .thumb-group .loop-form-add-to-cart .loading {
    background-color: transparent;
    padding: 14px;
}
.product-item .thumb-group .loop-form-add-to-cart .loading::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f110";
    font-size: 19px;
    color: #fff;
    font-weight: normal;
}

.product-item .thumb-group .loop-form-add-to-cart .addedingTocart::before {
    font-family: 'Flaticon';
    content: "\f137";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.product-item .thumb-group .loop-form-add-to-cart .addededTocart::before {
    font-family: 'Flaticon';
    content: "\f137";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
.product-item:hover .thumb-group .quick-wiew-button,
.product-item:hover .thumb-group .yith-wcwl-add-to-wishlist,
.product-item:hover .thumb-group .loop-form-add-to-cart {
    opacity: 1;
    visibility: visible;
}

.product-item .thumb-group .loop-form-add-to-cart:hover {
    background-color: rgb(238, 188, 29);
}

.product-item .thumb-group .loop-form-add-to-cart:hover .single_add_to_cart_button::before {
    color: #fff;
}

.product-item .thumb-group .quick-wiew-button:hover,
.product-item .thumb-group .button.quick-wiew-button:hover {
    color: #fff;
    background-color: rgb(238, 188, 29);
}


.shop-grid-content.full-width .shop-top-control .select-item {
    width: 23.2%;
}


/*product item style2*/

.product-item.style2 .product-inner {
    display: table;
    border: 1px solid #eee;
}

.product-item.style2 .product-thumb {
    width: 240px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle
}

.product-item.style2 .yith-wcwl-add-to-wishlist {
    display: none;
}

.product-item.style2 .product-info {
    text-align: left;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
}

.product-item.style2 .product-name {
    font-size: 22px;
    margin-bottom: 9px;
}

.product-item.style2 .product-name a {
    color: #222222;
}

.product-item.style2 .stars-rating {
    margin-bottom: 5px;
}

.product-item.style2 .desc {
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
}

.product-item.style2 .group-buttons .price,
.product-item.style2 .group-buttons .added_to_cart {
    vertical-align: middle;
    color: #222222;
}

.product-item.style2 .group-buttons .price {
    padding: 0 10px 15px 0;
    border-right: 0;
    font-size: 16px
}

.product-item.style2 .group-buttons .button {
    background-color: #000;
}

.product-item.style-2 .group-buttons .added_to_cart {
    background: transparent;
    border: 1px solid #dddddd;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.product-item.style-2 .group-buttons .added_to_cart:hover {
    color: #ffffff;
}

.slider-product .slick-slider > .slick-arrow {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #fff;
    color: #aaaaaa;
    right: -22px;
    z-index: 33;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.slider-product:hover .slick-slider > .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-product .slick-slider > .slick-arrow:first-child {
    left: -22px;
}


/*produc list*/

.product-item.style-list .product-top {
    position: absolute;
    z-index: 1;
}

.product-item.style-list .products-bottom-content {
    display: table;
    width: 100%
}

.product-item.style-list .product-thumb {
    width: 250px;
}

.product-item.style-list .product-thumb .thumb-inner {
    position: relative;
}

.product-item.style-list .product-thumb,
.product-item.style-list .product-info-left,
.product-item.style-list .product-info-right {
    display: table-cell;
    vertical-align: top;
}

.product-item.style-list .product-info-left {
    vertical-align: top;
    padding: 0 30px;
}

.product-item.style-list .product-info-right {
    padding-left: 30px;
    border-left: 1px solid #eee;
    width: 250px;
}

.product-item .quantity {
    display: none;
}

.product-item.style-list .yith-wcwl-add-to-wishlist {
    width: 100%;
    margin-bottom: 15px;
    display: none;
}

.product-item.style-list .stars-rating {
    margin-bottom: 20px;
}

.product-item.style-list .product-info-left ul {
    padding: 0;
    margin: 0;
}

.product-item.style-list .product-info-left ul li {
    font-size: 14px;
    color: #222;
    line-height: 30px;
    display: inline-block;
}

.product-item.style-list .product-info-left ul li a {
    color: #888888;
}

.product-item.style-list .product-info-left .attributes-display li a:after {
    content: "/";
    display: inline-block;
    color: #888888;
}

.product-item.style-list .product-info-left .attributes-display li:last-child a:after {
    display: none;
}

.product-item.style-list .price {
    font-size: 22px;
    margin-bottom: 15px;
}

.product-item.style-list .product-list-message {
    font-size: 13px;
    color: #111;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.product-item.style-list .product-list-message::after {
    content: '';
    height: 2px;
    width: 36px;
    bottom: 0;
    left: 0;
    background: #e7e7e7;
    display: inline-block;
    position: absolute;
}

.product-item.style-list .product-list-message .icon {
    font-size: 20px;
}

.product-item.style-list .single_variation_wrap > .button {
    margin-bottom: 20px;
    background-color: #000;
    font-weight: normal;
    vertical-align: middle;
    height: 43px;
    padding: 0 20px;
    line-height: 41px;
}

.product-item.style-list .single_variation_wrap > .button:hover {
    color: #ffffff;
}

.full-width .product-item.style-list .product-info-right {
    width: 270px;
}


/*quantity*/

.quantity .control {
    display: table;
    border: 1px solid #e9e9e9;
    width: 100%;
    padding: 0 10px;
}

.quantity .control {
    display: table;
    border: 1px solid #e9e9e9;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
}

.quantity .control .btn-number,
.quantity .control .input-qty {
    display: table-cell;
    vertical-align: middle;
}

.quantity .control .btn-number {
    font-size: 23px;
    color: #d9d9d9;
    font-weight: 600;
}

.quantity .control .input-qty {
    border: none;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    width: 34px;
    height: inherit;
}


/*STARS-RATING*/

.star-rating {
    font-size: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.star-rating:before,
.star-rating > span::before {
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    content: "\f006\f006\f006\f006\f006";
    font-size: 13px;
    line-height: 13px;
    color: #333;
    letter-spacing: 0.1em;
}

.star-rating > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 13px;
}

.star-rating .star-1 {
    width: 20%;
}

.star-rating .star-2 {
    width: 40%;
}

.star-rating .star-3 {
    width: 60%;
}

.star-rating .star-4 {
    width: 80%;
}

.star-rating .star-5 {
    width: 100%
}

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

.count-star {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 14px;
}


/*-----------------PRICE----------------------*/

.product-item .price {
    display: block;
    font-size: 14px;
    color: rgb(238, 188, 29);
    font-weight: 600;
    line-height: 100%;
}

.product-item .price del {
    color: #aaa;
    margin-right: 5px;
    font-size: 14px;
}

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


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


/*   Product Style     */


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


/*404 page*/

.error-404 {
    display: table;
    padding: 60px 0 0;
    width: 100%;
}

.error-404 .images {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.error-404 .text-404 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}

.text-404 .page-title {
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1;
    margin-top: 110px;
}

.text-404 .page-content {
    font-size: 15px;
    line-height: 24px;
    color: #888888;
}

.text-404 .page-content .hightlight {
    color: #222222;
    font-weight: 600;
    cursor: pointer;
}

.error-404 .search-form .search-field {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 30px;
}

.error-404 .search-form {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.error-404 .search-form.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/*contact page*/

.herald-google-maps {
    min-height: 480px;
}

.form-contact {
    margin-top: -380px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
    box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
    border-radius: 0;
    overflow: hidden;
}

.form-contact::after,
.form-contact::before {
    display: table;
    content: '';
}

.form-contact::after {
    clear: both;
}

.form-message {
    padding-top: 55px;
    padding-right: 70px;
    padding-bottom: 55px;
    padding-left: 70px;
    background-color: #ffffff;
}

.form-message .title {
    font-size: 16px;
    color: #222222;
    text-align: left;
    font-style: normal;
    margin-bottom: 27px;
    text-transform: uppercase;
}

.herald-contact-fom p:last-child {
    margin-bottom: 0;
}

.herald-contact-fom .form-label {
    font-size: 14px;
    line-height: 30px;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.herald-contact-fom .form-control {
    position: relative;
    overflow: hidden;
}

.herald-contact-fom .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.herald-contact-fom .your-textarea {
    border: 1px solid #eeeeee;
}

.herald-contact-fom .button-submit {
    min-width: 157px;
    margin-top: 10px;
}

.form-contact-information {
    padding-top: 55px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    background-color: #111111;
}

.herald-contact-info .title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.herald-contact-info .item {
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
}

.herald-contact-info .item .icon {
    display: inline-block;
    float: left;
    border: 1px solid rgb(238, 188, 29);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
}

.herald-contact-info .item .icon::before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: rgb(238, 188, 29);
    display: inline-block;
    text-align: center;
}

.herald-contact-info .address .icon::before {
    content: "\f041";
}

.herald-contact-info .phone .icon::before {
    content: "\f095";
}

.herald-contact-info .email .icon::before {
    content: "\f003";
}

.herald-contact-info .item .text {
    display: block;
    color: #dddddd;
    text-transform: capitalize;
    font-size: 14px;
    overflow: hidden;
}

.herald-contact-info .socials {
    padding-top: 238px;
}

.herald-contact-info .socials .social-item {
    font-size: 23px;
    color: #555;
    margin-right: 20px;
}

.herald-contact-info .socials .social-item:hover {
    color: #ffffff;
}


/*shopping cart page*/

.cart-form {
    border: 1px solid #f1f1f1;
    border-radius: 0;
}

.cart-form .shop_table {
    border: none;
    margin-bottom: 0;
}

.cart-form .shop_table thead {
    display: none;
}

.cart-form .shop_table thead > tr,
.cart-form .shop_table tbody > tr.cart_item {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    text-align: left;
}

.cart-form .shop_table thead tr,
.cart-form .shop_table tr.cart_item {
    border-bottom: 1px solid #f1f1f1;
}

.cart-form .shop_table th,
.cart-form .shop_table td {
    border: none;
    text-align: left;
}

.cart-form .shop_table tbody > tr > td {
    padding: 30px 30px 30px 0;
}

.cart-form .shop_table tbody tr.cart_item td.product-remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    width: 20px;
    font-size: 0;
    font-weight: 700;
    text-align: right;
    padding: 30px 0;
}

.shop_table td.product-remove a {
    display: block;
    font-size: 20px
}

.cart-form .shop_table thead th,
.cart-form .shop_table tbody tr.cart_item td {
    display: inline-block;
    line-height: 24px;
    border: none;
    text-align: left;
}

.cart-form .shop_table .product-thumbnail {
    width: 160px;
    padding-left: 30px;
}

.cart-form .shop_table .product-thumbnail img {
    width: 200px;
}

.cart-form .shop_table .product-name {
    color: #333333;
    width: 35%;
    font-size: 16px;
}

.cart-form .shop_table .product-name a {
    display: block;
    font-size: 16px;
}

.cart-form .shop_table .product-name .attributes-select {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    cursor: pointer;
}

.cart-form .shop_table .product-name .attributes-size {
    text-transform: capitalize;
}

.cart-form .shop_table .product-quantity {
    width: 22%
}

.cart-form .shop_table .product-quantity .quantity {
    display: block;
    border: 1px solid #f1f1f1;
    padding: 0 6px;
    width: 75px;
    text-align: center;
}

.cart-form .shop_table .product-quantity .quantity .control {
    border: none;
}

.cart-form .shop_table .product-price {
    width: 20%;
    font-size: 20px;
    color: #111;
    font-weight: 600;
}

.cart-form .shop_table tbody > tr > td.actions {
    padding: 50px 60px 50px 30px;
}

.shop_table .actions .coupon {
    position: relative;
    display: inline-block;
}

.shop_table .actions > .order-total {
    float: right;
    padding: 8px 0;
}

.cart-form .shop_table .actions .coupon_code {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.cart-form .shop_table .actions input[type="text"] {
    min-width: 281px;
    color: #888888;
}

.cart-form .coupon .button {
    font-size: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 40px;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    cursor: pointer;
    background: transparent;
}

.shop_table .actions .coupon .button::after {
    content: '\f061';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
}

.shop_table .actions .order-total span {
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
}

.shop_table .actions .order-total .title {
    font-size: 16px;
}

.shop_table .actions .order-total .total-price {
    font-size: 20px;
    text-align: right;
    float: right;
}

.shoppingcart-content .control-cart {
    text-align: right;
    margin-top: 30px;
}

.shoppingcart-content .control-cart .button {
    background: transparent;
    color: #333333;
    border: 1px solid #e9e9e9;
    margin-left: 15px;
}

.shoppingcart-content .control-cart .button:hover {
    color: #ffffff;
}


/*about page*/


/*banner about*/

.header-banner.banner-image .banner-wrap {
    background-image: url(../images/about-background.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.header-banner.banner-image .banner-wrap::after,
.header-banner.banner-image .banner-wrap::before {
    display: table;
    content: '';
}

.header-banner.banner-image .banner-wrap::after {
    clear: both;
}

.header-banner.banner-image .banner-wrap .content-inner {
    padding-top: 65px;
    padding-bottom: 65px;
}

.header-banner .title {
    font-size: 34px;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
    color: #fff;
}

.header-banner .sub-title {
    font-size: 16px;
    color: #888888;
    text-align: left;
    margin-bottom: 35px;
}

.header-banner .button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 5px;
    min-width: 110px;
    border-radius: 0;
}

.header-banner .button:hover {
    background-color: rgb(238, 188, 29);
    border-color: rgb(238, 188, 29);
    color: #fff;
}


/*herald-iconbox */

.herald-iconbox.layout1 {
    margin-top: 63px;
}

.herald-iconbox.layout1 .icon-item {
    position: relative;
    margin-bottom: 15px;
    color: #222222;
}

.herald-iconbox.layout1 .icon-item .placeholder-text {
    font-size: 90px;
    color: #555;
    opacity: 0.1;
    line-height: 1;
    display: block;
    font-weight: 600;
    display: none;
}

.herald-iconbox.layout1 .icon-item .icon {
    /*position: absolute;*/
    left: 3px;
    font-size: 60px;
    bottom: 20px;
    color: rgb(238, 188, 29);
}

.herald-iconbox .content .title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.herald-iconbox.layout1 .content .title {
    color: #222;
    margin-bottom: 8px;
}

.herald-iconbox.layout1 .iconbox-inner .content .text {
    color: #888;
}


/*team-member*/

.team-member .border-custom {
    margin-top: 75px;
}

.team-member .custom_blog_title {
    margin-top: 65px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

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

.herald-team-member {
    text-align: center;
    padding: 0 15px;
}

.herald-team-member .member_avatar img {
    margin: 0 auto;
    border-radius: 50%;
}

.herald-team-member .member_name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-top: 20px;
    margin-bottom: 3px;
}

.team-member-slider.nav-center .slick-arrow {
    top: calc(50% - 50px);
    transform: none;
    opacity: 0;
    visibility: hidden;
}

.team-member-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}


/*inlookbook page*/

.sevice-item.style-1 {
    padding-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 60px;
}

.sevice-box-wrap {
    position: relative;
}

.sevice-box-content {
    padding: 0 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.sevice-box-content .sevice-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: 25px;
}

.sevice-box-content .sevice-title span {
    display: block;
}

.sevice-box-content .sevide-desc {
    margin: 0 0 35px;
}

.sevice-box-content .sevice-button {
    border: 1px solid #e9e9e9;
    min-width: 206px;
    height: 43px;
    line-height: 38px;
    color: #333;
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
}

.sevice-box-content .sevice-button:hover {
    color: #ffffff;
}

.wapper-slider-lookbook {
    padding: 60px 0;
    background: #f4f4f4;
}

.slider-lookbook-item {
    padding: 0 15px;
}

.slider-lookbook-item .lookbook-inner {
    padding: 30px;
    background: #ffffff;
    overflow: hidden;
}

.slider-lookbook-item .lookboox-thumb {
    float: left;
    max-width: 200px;
}

.slider-lookbook-item .lookboox-infore {
    text-align: center;
    padding: 35px 0 0 50px;
    overflow: hidden;
}

.slider-lookbook-item .name-lookbook {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 45px;
    font-weight: 700;
}

.slider-lookbook-item .view-the-look {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.slider-lookbook.nav-center > .slick-arrow {
    width: 50px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 48px;
    background: #ffffff;
}

.slider-lookbook.nav-center > .slick-arrow:hover {
    background: #ffffff;
}

.slick-slider.slider-lookbook.nav-center > .slick-arrow {
    right: -40px;
}

.slick-slider.slider-lookbook.nav-center > .slick-arrow:first-child {
    left: -40px;
}

.sevice-item.style-1:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}


/*check out*/

.checkout-form {
    display: inline-block;
    padding: 40px 30px;
    border: 1px solid #f3f3f3;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 0;
}

.checkout-wrapp .row-col {
    display: inline-block;
    float: left;
}

.checkout-wrapp .row-col-1 {
    width: 57.264957%;
    padding-right: 15px;
}

.checkout-wrapp .row-col-2 {
    width: 42.735043%;
    padding-left: 135px;
}

.title-form {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}

.title-form::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid rgb(238, 188, 29);
    width: 30px;
}

.shipping-address .form-row:not(.form-row-last) {
    clear: left;
}

.shipping-address .form-row.form-row-first,
.shipping-address .form-row.form-row-last {
    display: inline-block;
    width: calc(50% - 10px);
    overflow: visible;
}

.shipping-address .form-row.form-row-last {
    float: right;
}

.shipping-address .form-row .text {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.checkout-wrapp .form-row .input-text {
    width: 100%;
}

.checkout-wrapp .forn-row-col {
    width: 33%;
    display: inline-block;
    padding: 0 8px;
}

.checkout-wrapp .forn-row-col.forn-row-col-1 {
    padding-left: 0
}

.checkout-wrapp .forn-row-col.forn-row-col-3 {
    padding-right: 0;
    float: right;
}

.checkout-wrapp .chosen-container {
    width: 100% !important;
}

.checkout-wrapp .chosen-container-single .chosen-single {
    background: transparent;
    font-weight: 400;
    text-transform: capitalize;
}

.checkout-wrapp .chosen-container-single .chosen-single div {
    right: 10px;
}

.your-order .title-form {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 10px;
}

.list-product-order {
    padding: 0;
    margin: 0;
}

.list-product-order li {
    list-style: none;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3
}

.list-product-order li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 35px;
}

.list-product-order .product-thumb {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.list-product-order .product-order-inner {
    overflow: hidden;
}

.list-product-order .product-name {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.list-product-order .attributes-select {
    font-size: 14px;
    color: #888888;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}

.list-product-order .attributes-size {
    text-transform: uppercase;
}

.list-product-order .price {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
}

.list-product-order .price .count {
    color: #888881;
}

.your-order .order-total {
    color: #333333;
    font-weight: 600;
}

.your-order .order-total .title {
    font-size: 16px;
    text-transform: capitalize;
}

.your-order .order-total .total-price {
    font-size: 20px;
}

.checkout-wrapp .button {
    min-width: 110px;
    background: transparent;
    color: #333333;
    border: 1px solid #e9e9e9;
    margin-bottom: 50px;
}

.checkout-wrapp .button-payment {
    float: right;
    min-width: 135px;
}

.checkout-wrapp .button-payment::after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #aaaaaa;
    margin-left: 10px;
}

.checkout-wrapp .button:hover,
.checkout-wrapp .button:hover:after,
.button-control .btn-back-to-shipping:hover::before {
    color: #ffffff;
}

.payment-method-wrapp .button-control {
    float: right;
}

.payment-method .title-form {
    margin-bottom: 35px;
}

.checkout-wrapp .group-button-payment .button {
    margin-bottom: 20px;
    margin-right: 15px;
}

.checkout-wrapp .group-button-payment .btn-credit-card {
    min-width: 155px;
    color: #ffffff;
}

.payment-method .form-row-card-number {
    max-width: 360px;
}

.form-row-card-number .input-text {
    text-align: center;
}

.payment-method-wrapp .button-control .button {
    margin-left: 15px;
}

.payment-method-wrapp .button-control .btn-pay-now {
    color: #ffffff;
}

.button-control .btn-back-to-shipping::before {
    content: "\f060";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #aaaaaa;
    margin-right: 10px;
}

.end-checkout {
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 0;
}

.end-checkout .icon {
    display: inline-block;
    width: 98px;
    padding: 32px;
    height: 98px;
    border: 3px solid #555555;
    border-radius: 50%;
    line-height: 102px;
    text-align: center;
    margin-bottom: 25px;
}

.end-checkout .icon::before {
    content: url("../images/icon-checkout.png");
}

.end-checkout .title-checkend {
    font-size: 18px;
    color: #222222;
}

.end-checkout .sub-title {
    font-size: 14px;
    color: #555555;
    margin: 0 auto 40px;
    max-width: 570px;
}

.end-checkout .button {
    min-width: 200px;
    margin-bottom: 0;
    color: #ffffff;
}

.end-checkout .button:hover,
.payment-method-wrapp .button-control .btn-pay-now:hover,
.checkout-wrapp .group-button-payment .btn-credit-card:hover {
    background: #333333 !important;
    border-color: #333333 !important;
}


/*detaills page*/

.details-thumd {
    width: 51.7241%;
    float: left;
    padding-right: 50px;
    position: relative;
}

.details-infor {
    width: 48.2759%;
    float: right;
}

.details-thumd .thumbnails_carousel .owl-item a {
    display: block;
    position: relative;
}

.details-thumd .thumbnails_carousel .owl-item a::before {
    border: 1px solid #eee;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    content: '';
    z-index: 1;
    border-radius: 0;
}

.details-thumd .thumbnails_carousel .owl-item a.active::before {
    border-color: rgb(238, 188, 29);
}

.details-thumd .thumbnails_carousel .owl-item img {
    margin: 0 auto;
}

.details-thumd .image-preview-container {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 0;
}

.btn-zoom.open_qv {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dddddd;
    background-color: #fff;
    text-align: center;
    line-height: 38px;
    z-index: 32;
}

.btn-zoom.open_qv:hover {
    color: #ffffff;
}

.zoomContainer:nth-child(n+1),
.zoomContainer:first-child {
    display: none !important;
}

.zoomContainer:last-child {
    display: block !important;
}

.details-thumd .product-preview {
    padding: 0 40px;
}

.details-thumd .owl-thumb-item {
    font-size: 0;
    display: none;
}

.details-thumd .owl-nav .owl-next {
    right: -40px;
}

.details-thumd .owl-nav .owl-prev {
    left: -40px;
}

.details-thumd .owl-nav div {
    width: 35px;
    height: 35px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 29px;
    color: #aaaaaa;
    background: #ffffff;
    z-index: 33;
    border-radius: 50%;
}

.details-infor .product-title {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 9px;
    margin-top: -5px;
}

.details-infor .stars-rating {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.details-infor .availability {
    text-transform: capitalize;
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
}

.details-infor .availability a {
    font-weight: 700;
}

.details-infor .price {
    font-size: 22px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
}

.details-infor .product-details-description {
    font-size: 14px;
    color: #555555;
    margin-bottom: 15px;
}

.details-infor .variations .text-attribute {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.details-infor .variations .text-attribute span {
    color: #555555;
    font-weight: normal;
}

.attribute .list-item {
    overflow: hidden;
    margin: 15px 0 20px;
}

.attribute select {
    height: 40px;
}

.attribute select:focus {
    border-color: #eeeeee !important;
}

.attribute_color .list-color a {
    display: inline-block;
    height: 27px;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 26px;
    line-height: 27px;
    float: left;
    border-radius: 0;
}

.attribute_color .list-color a:last-child {
    margin-right: 0;
}

.attribute_color .list-color .color1 {
    border: 1px solid #eeeeee
}

.attribute_color .list-color .color2 {
    background: #222222;
}

.attribute_color .list-color .color3 {
    background: #4a5365;
}

.attribute_color .list-color .color4 {
    background: #84664d;
}

.attribute_color .list-color a:hover::before,
.attribute_color .list-color a.active::before {
    color: #fff;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 100%;
}

.attribute_color .list-color .color1:hover::before,
.attribute_color .list-color .color1.active::before {
    color: #222222;
}

.attribute_size .list-size a {
    display: inline-block;
    min-width: 54px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #eeeeee;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}

.attribute_size .list-size a.active,
.attribute_size .list-size a:hover {
    color: #ffffff;
}

.details-infor .group-button .yith-wcwl-add-to-wishlist,
.details-infor .group-button .size-chart-wrapp {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
    font-size: 14px;
    color: #555555;
}

.details-infor .group-button .size-chart-wrapp {
    margin-left: 25px;
}

.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before,
.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #ccc;
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

.details-infor .group-button .yith-wcwl-add-to-wishlist div a::before {
    content: "\f08a";
}

.details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before {
    content: "\f004";
}

.details-infor .group-button .size-chart-wrapp .btn-size-chart a::before {
    content: "\f11b";
    font-family: 'Flaticon';
}

.details-infor .quantity,
.details-infor .group-button .button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.details-infor .quantity .control {
    padding: 1px 8px;
}

.details-infor .group-button .button {
    min-width: 150px;
}

.tab-details-product {
    margin-top: 80px;
    width: 100%;
    float: left;
}

.tab-details-product .tab-link {
    margin-bottom: 35px;
    padding: 0;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 4px;
}

.no-sidebar .tab-details-product .tab-link {
    text-align: center;
}

.tab-details-product .tab-link li {
    list-style: none;
    display: inline-block;
    padding: 0 30px;
    font-weight: 600;
}

.tab-details-product .tab-link li:first-child {
    padding-left: 0;
}

.tab-details-product .tab-link li:last-child {
    padding-right: 0;
}

.tab-details-product .tab-link li a {
    display: inline-block;
    font-size: 18px;
    color: #bbb;
    position: relative;
}

.tab-details-product .tab-link li.active a::after {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
}

.tab-details-product #product-descriptions p {
    margin-bottom: 0;
}

.reviews-tab .comments .reviews-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reviews-tab .commentlist {
    padding: 0;
    margin: 0;
}

.reviews-tab .conment {
    list-style: none;
    margin-bottom: 30px;
}

.reviews-tab .avatar {
    float: left;
}

.reviews-tab .comment-text {
    overflow: hidden;
    padding-left: 30px;
}

.reviews-tab .stars-rating {
    float: right;
    display: inline-block;
}

.reviews-tab .comment-text .meta {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.review_form .comment-reply-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.comment-form-review p {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.comment-form-review label {
    display: block;
    font-weight: normal;
}

.review_form .comment-form-review .stars {
    margin-bottom: 0;
}

.review_form .comment-form-review .stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 10px;
    line-height: 13px;
    float: left;
}

.review_form .comment-form-review .stars a:last-child {
    border: none;
}

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

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

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

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

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

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

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

.comment-form-review input[type="text"],
.comment-form-review input[type="email"],
.comment-form input[type="url"] {
    clear: both;
    float: left;
    padding: 6px 15px;
    width: 48%;
}

.comment-form-review .form-submit .submit {
    padding: 9px 30px;
}


/*product related/ product upsells*/

.related,
.up-sells {
    position: relative;
}

.product-grid-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 60px;
}

.product-grid-title::before {
    position: absolute;
    content: '';
    width: 70px;
    border-bottom: 4px solid rgb(238, 188, 29);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.related .product-item,
.up-sells .product-item {
    margin-bottom: 0;
}

.related .slick-slider.nav-center > .slick-arrow,
.up-sells .slick-slider.nav-center > .slick-arrow {
    color: #aaaaaa;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f3f3f3;
    font-size: 20px;
    opacity: 0;
    right: 50px;
    visibility: hidden;
    background: #ffffff;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
}

.related .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells .slick-slider.nav-center > .slick-arrow:first-child {
    left: 50px;
}

.related:hover .slick-slider.nav-center > .slick-arrow,
.up-sells:hover .slick-slider.nav-center > .slick-arrow {
    opacity: 1;
    visibility: visible;
    right: -20px;
}

.related:hover .slick-slider.nav-center > .slick-arrow:first-child,
.up-sells:hover .slick-slider.nav-center > .slick-arrow:first-child {
    left: -20px;
}


/*details full width*/

.full-width .details-thumd {
    padding-right: 70px;
}

.full-width .details-thumd .product-preview {
    padding: 0;
}

.full-width .details-thumd .owl-nav .owl-prev {
    left: -16px;
}

.full-width .details-thumd .owl-nav .owl-next {
    right: -17px;
}


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

===================HOME PAGE=================

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


/*-------------------------
----------HOME 01----------
--------------------------*/


/*home-slider*/

.slider-item .slider-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.slider-item .title-small {
    color: rgb(238, 188, 29);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.slider-item.slick-active .title-small {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown;
}

.slider-item .title-big {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    max-width: 370px;
    text-transform: capitalize;
}

.slider-item.slick-active .title-big {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
}

.slider-item .price {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 600;
    display: block;
    color: #dbdbdb;
    margin-bottom: 35px;
}

.slider-item.slick-active .price,
.slider-item.slick-active .description {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
}

.slider-item .price .number-price {
    text-transform: uppercase;
    font-size: 28px;
    color: rgb(238, 188, 29);
    font-weight: 700;
    position: relative;
}

.slider-item .slider-infor .button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 5px;
    min-width: 110px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-item .slider-infor .button::after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
    font-weight: normal;
}

.slider-item.slick-active .slider-infor .button {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
}

.slider-item .slider-infor .button:last-child {
    margin-right: 0;
}

.slider-item .slider-infor .button:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.slider-item.style1 .slider-inner {
    background-image: url(../images/slider-thumb1.jpg);
}

.slider-item.style1 .slider-inner .slider-infor,
.slider-item.style3 .slider-inner .slider-infor {
    padding-bottom: 160px;
    padding-top: 155px;
    padding-left: 680px;
    padding-right: 170px;
}

.slider-item.style2 .slider-inner {
    background-image: url(../images/slider-thumb2.jpg);
}

.slider-item.style2 .slider-inner .slider-infor {
    padding-bottom: 160px;
    padding-top: 155px;
    padding-left: 680px;
    padding-right: 170px;
}

.slider-item.style2 .title-big span {
    position: relative;
    color: rgb(238, 188, 29);
}

.slider-item.style3 .slider-inner {
    background-image: url(../images/slider-thumb3.jpg);
}

.home-slider.style1 {
    padding-top: 30px;
}

.home-slider .slick-slider.nav-center > .slick-arrow {
    width: 52px;
    height: 52px;
    background-color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 52px;
    opacity: 0;
    right: 30px;
    visibility: hidden;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
}

.home-slider .slick-slider.nav-center > .slick-arrow:first-child {
    left: 30px;
}

.home-slider:hover .slick-slider.nav-center > .slick-arrow:first-child {
    left: 15px;
}

.home-slider:hover .slick-slider.nav-center > .slick-arrow {
    right: 15px;
    opacity: 1;
    visibility: visible;
}


/*herald newsletter*/

.herald-newsletter.default {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    background-image: url(../images/newsletter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 0;
}

.herald-newsletter.default .title {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
}

.herald-newsletter.default .subtitle {
    font-size: 15px;
    margin-bottom: 54px;
}

.herald-newsletter.default .newsletter-form-wrap .email-newsletter {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    text-align: center;
    color: #888;
    border-color: #fff;
}

.herald-newsletter.default .newsletter-form-wrap .submit-newsletter {
    width: 100%;
}


/*herald-tabs*/

.herald-tabs.default.rows-space-40 {
    padding-top: 9px;
}

.herald-tabs .tab-head {
    margin-bottom: 55px;
}

.herald-tabs .tab-link {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}

.herald-tabs .tab-link::before {
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 2px solid #F1F1F1;
    display: none;
}

.herald-tabs .tab-link li {
    display: inline-block;
    list-style: none;
}

.herald-tabs .tab-link li a {
    margin: 0 15px;
    padding: 9px 20px;
    background-color: #fff;
    border: 2px solid #222;
    font-size: 15px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    display: block;
    font-weight: 700;
}

.herald-tabs .tab-link li:first-child a {
    margin-left: 0;
}

.herald-tabs .tab-link li:last-child a {
    margin-right: 0;
}

.herald-tabs .tab-link li.active a {
    color: #fff;
    background-color: #978f6e;
    border-color: transparent;
}

.herald-tabs .tab-link li.active a::before,
.herald-tabs .tab-link li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*herald-blog*/

.herald-blog-wraap.default {
    padding-top: 12px;
    padding-bottom: 42px;
}

.custommenu-title-blog {
    font-size: 30px;
    color: #222222;
    /* text-transform: uppercase; */
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 0;
    display: table;
    padding-bottom: 6px;
    padding-top: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.custommenu-title-blog::before {
    position: absolute;
    content: '';
    width: 60px;
    border-bottom: 4px solid rgb(238, 188, 29);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.custommenu-title-blog-wrap {
    overflow: hidden;
}

.custommenu-title-blog-wrap .view-all {
    float: right;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    border: 2px solid rgb(238, 188, 29);
    color: rgb(238, 188, 29);
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 9px;
    display: none;
}

.instagram-wrapp .custommenu-title-blog-wrap .view-all {
    margin-top: 60px;
}

.custommenu-title-blog-wrap .view-all::after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
}

.custommenu-title-blog-wrap .view-all:hover {
    color: #fff;
    background-color: rgb(238, 188, 29);
}

.herald-blog .owl-slick .slick-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

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

.herald-blog-item .post-thumb > a::after,
.herald-blog-item .post-thumb .video-herald-blog figure::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.herald-blog-item .post-thumb:hover .video-herald-blog figure::after,
.herald-blog-item .post-thumb:hover > a::after {
    opacity: 1;
}

.herald-blog-item .post-thumb .post-item-share {
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}

.herald-blog-item .post-item-share .icon {
    color: #fff;
    opacity: 0.5
}

.post-item-share .icon {
    font-size: 16px;
    color: #a3a4a6;
}

.post-item-share .box-content {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 5;
}

.post-item-share .box-content a {
    display: list-item;
    list-style: none;
    color: #a3a4a6;
    font-size: 15px;
}

.herald-blog-item .post-item-share .icon:hover {
    opacity: 1
}

.post-item-share:hover .box-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.post-item-share .box-content a:hover {
    color: #fff;
}

.herald-blog-item .post-date {
    font-size: 11px;
    color: #aaa;
    padding: 15px 20px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.herald-blog-item .blog-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.herald-blog-item .blog-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid rgb(238, 188, 29);
    width: 40px;
}

.herald-blog-item .blog-title span {
    color: #aaaaaa;
}

.herald-blog-item .blog-meta {
    padding: 10px 0 5px;
}

.herald-blog-item .blog-meta .author {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

.herald-blog-item .blog-meta .author img {
    display: inline-block;
    width: 29px;
    height: 28px;
    border-radius: 50%;
    text-align: center
}

.herald-blog-item .blog-meta .view,
.herald-blog-item .blog-meta .comment {
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
    display: none;
}

.herald-blog .slick-slider > .slick-arrow {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    right: -40px;
    z-index: 33;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.herald-blog .slick-slider > .slick-arrow:first-child {
    left: -40px;
}

.herald-blog:hover .slick-slider > .slick-arrow {
    opacity: 1;
    visibility: visible;
}


/*herald-blog style2*/

.herald-blog-item.style2 .herald-blog-inner {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 0;
}

.herald-blog-item.style2 .post-thumb {
    float: left;
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
}

.herald-blog-item.style2 .blog-info {
    overflow: hidden;
    border-left: 0;
}

.herald-blog-item.style2 .post-top {
    margin: 20px 20px 20px;
    position: relative;
    padding-bottom: 5px;
}

.herald-blog-item.style2 .post-date {
    padding-top: 0;
}

.herald-blog-item .post-top > a {
    font-size: 14px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.herald-blog-item .post-top .post-item-share {
    position: relative;
    display: none;
    float: right;
}

.herald-blog-item.style2 .post-top > a {
    color: #fff;
    padding: 3px 10px;
    background-color: rgb(238, 188, 29);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.herald-blog-item.style2 .post-item-share .icon {
    color: #aaa;
    font-size: 16px;
    opacity: 1;
}

.post-top .post-item-share .box-content {
    padding-top: 20px;
}

.herald-blog-item.style2 .post-item-share .icon:hover,
.herald-blog-item.style2 .post-item-share .box-content a:hover {
    color: #333333;
}

.herald-blog-item.style2 .blog-title {
    height: 75px;
    margin-bottom: 59px;
    overflow: hidden;
    font-size: 18px;
    padding: 0 20px;
}

.herald-blog-item.style2 .blog-title::before {
    left: 20px;
    display: none;
}

.herald-blog-item.style2 .blog-meta {
    border: none;
    padding: 0 20px;
}

.herald-blog-item.style2 .blog-meta .blog-meta-wrapp {
    padding: 11px 0 12px;
    border-top: 1px solid #e4e4e4;
}


/*video blog herald*/

.video-herald-blog .quick-install {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 64px;
    left: 50%;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    font-size: 64px;
    color: #fff;
}

.video-herald-blog .quick-install::before {
    content: "\f115";
    font-family: 'Flaticon', sans-serif;
}

.video-herald-blog .quick-install:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}

#slvj-close-icon {
    background-image: url(../images/close-icon.png);
    width: 30px;
    height: 30px;
}


/*========================================
-----------------home 02------------------
=========================================*/

.top-bar {
    border-bottom: 1px solid #ececec;
}

.top-bar-left {
    display: inline-block;
    line-height: 48px;
    width: 62%;
}

.top-bar-right {
    display: inline-block;
    float: right;
}

.top-bar .header-language {
    float: left;
}

.top-bar .header-user-links {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding-left: 15px;
}

.top-bar .social-header {
    float: right;
}

.top-bar .header-language .herald-language {
    padding-top: 0;
    margin: 0;
}

.top-bar .herald-language .language-toggle {
    line-height: 48px;
    padding-right: 7px;
    padding-left: 7px;
}

.top-bar .header-language .herald-submenu {
    margin-top: 0;
}

.top-bar .header-language .bar::after {
    content: '|';
}

.top-bar .header-user-links a {
    line-height: 48px;
}

.top-bar-right .social-header .socials {
    padding-top: 0;
}

.top-bar-right .social-header .social-item {
    color: #fff;
    line-height: 48px;
    padding: 0 12px;
}

.top-bar-right .social-header .social-item:last-child {
    padding-right: 0;
}

.header.style2 .top-bar {
    background: #111;
}

.header.style2 .header-nav-container {
    background: rgb(238, 188, 29);
}

.header.style2 .main-menu {
    margin: 0 auto;
}

.header.style2 .main-menu > li > a,
.header.style2 .main-menu > li.menu-item-has-children > a::after {
    color: #fff;
}

.header.style2 .main-menu > li > a {
    padding: 18px 25px;
}

.header.style2 .form-search .form-content {
    padding: 0;
}

.header.style2 .form-search .form-content .inner {
    border: 2px solid rgb(238, 188, 29);
    width: 251px;
    position: relative;
    padding: 0;
    text-align: left;
    margin: 0;
    border-radius: 0;
}

.header.style2 .form-search .form-content .input {
    width: 171px;
    border: none;
}

.header.style2 .form-search .form-content .btn-search {
    top: 0;
    right: 0;
    border: none;
    line-height: 38px;
    position: absolute;
    width: 25%;
    padding: 0;
    height: 100%;
    background: transparent;
    color: #888;
    font-size: 22px;
    font-weight: normal;
    margin: 0
}

.form-search .form-content .btn-search .icon-search::before {
    content: "\f12d";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


/*produc slider home2*/

.product-item.layout-3 .product-thumb ul {
    margin: 0;
    padding: 0;
}

.product-item.layout-3 .product-thumb ul li {
    list-style: none;
    position: relative;
}

.product-item.layout-3 .product-thumb .slick-slider.nav-center > .slick-arrow {
    font-size: 23px;
    color: #222222;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.product-item.layout-3 .product-thumb .slick-slider .thumb-inner img {
    margin: 0 auto;
}

.product-item.layout-3:hover .product-thumb .slick-slider.nav-center > .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.product-item.layout-3 .product-thumb .slick-slider.nav-center > .slick-arrow {
    right: 0;
}

.product-item.layout-3 .product-thumb .slick-slider.nav-center > .slick-arrow:first-child {
    left: 0;
}

.product-item .product-thumb .variations {
    border: none;
    text-align: center;
    position: absolute;
    bottom: 100%;
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    visibility: hidden;
    left: 0;
    right: 0;
}

.product-item:hover .product-thumb .variations {
    opacity: 1;
    visibility: visible;
    bottom: -6px;
}

.product-item .product-thumb .attribute .list-item {
    margin: 0;
}

.product-item .product-thumb .attribute_color .list-color a {
    margin-bottom: 0;
    float: none;
}

.product-item .product-thumb .attribute_color .list-color a {
    border: 1px solid #ffffff;
}

.product-item .product-thumb .attribute_color .list-color a:hover::before,
.product-item .product-thumb .attribute_color .list-color a.active::before {
    left: 1px;
    top: -1px;
}

.herald-tabs-wrapp.style2 .custommenu-title-blog {
    margin-bottom: 13px;
}

.herald-tabs.style2 .tab-link li a {
    margin: 0 15px;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 30px;
}

.herald-tabs.style2 .tab-link li.active a {
    border-bottom: none;
    font-weight: 700;
    color: #222222;
}

.herald-tabs.style2 .tab-link li:after {
    content: '';
    width: 2px;
    height: 30px;
    background: #f1f1f1;
    display: inline-block;
    vertical-align: middle
}

.herald-tabs.style2 .tab-link li:last-child:after {
    display: none;
}

.herald-product.style2 .product-list-owl .slick-dots {
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

.herald-product.style2 .product-list-owl .slick-dots li {
    width: 72px;
    height: 7px;
    background: #f9f9f9;
    margin: 0;
    border-radius: 0;
    float: none;
}

.herald-product.style2 .product-list-owl .slick-dots .slick-active {
    background: #666666;
}

.herald-product.style2 .product-list-owl .slick-dots li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}


/*slider home 02*/

.fullwidth .slick-list {
    margin: 0 !important;
    padding: 0;
}

.fullwidth .slick-list .slick-slide {
    padding: 0;
}

.slider-item.style4 .slider-inner {
    background-image: url(../images/slider-thumb-full-1.jpg);
    border-radius: 0;
}

.slider-item.style4 .slider-inner .slider-infor {
    padding-bottom: 162px;
    padding-top: 153px;
    /* padding-left: 770px; */
    padding-right: 30px;
}

.slider-item.style5 .slider-inner {
    background-image: url(../images/slider-thumb-full-2.jpg);
    border-radius: 0;
}

.slider-item.style5 .slider-inner .slider-infor {
    padding-bottom: 162px;
    padding-top: 153px;
    padding-left: 735px;
    padding-right: 30px
}

.slider-item.style4 .title-big,
.slider-item.style5 .title-big,
.slider-item.style6 .title-big {
    font-size: 40px;
}

.slider-inner .when-code {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px;
    position: relative;
    color: #dbdbdb;
}

.slider-inner .when-code .number-code {
    color: rgb(238, 188, 29);
    font-size: 18px;
    font-weight: 700;
}

.slider-item.style6 .slider-inner {
    background-image: url(../images/slider-thumb-full-3.jpg);
}

.slider-item.style6 .slider-inner .slider-infor {
    padding-bottom: 162px;
    padding-top: 153px;
    padding-left: 770px;
    padding-right: 30px
}


/*===========================
==========HOME 03============
=============================*/


/*header 03*/

.header.style3 .main-header {
    padding: 33px 0;
}

.header.style3 .logo {
    text-align: left;
    line-height: 74px;
}

.header.style3 .header-control {
    padding: 15px 0 16px;
}

.header.style3 .main-menu {
    margin: 7px auto 0;
}


/*slider-banner*/

.home-slider-banner {
    margin-bottom: 38px;
}

.home-slider-banner .silider-wrapp,
.home-slider-banner .banner-wrapp {
    padding: 0 10px;
}

.home-slider-banner .silider-wrapp {
    margin-bottom: 20px;
}

.slider-item.style7 .slider-inner {
    background-image: url(../images/slider-thumb4.jpg);
}

.slider-item.style7 .slider-inner .slider-infor {
    padding-bottom: 215px;
    padding-top: 170px;
    padding-left: 50px;
    padding-right: 300px;
}

.slider-item.style8 .slider-inner {
    background-image: url(../images/slider-thumb5.jpg);
}

.slider-item.style8 .slider-inner .slider-infor {
    padding-bottom: 215px;
    padding-top: 170px;
    padding-left: 50px;
    padding-right: 300px;
}

.slider-item.style9 .slider-inner {
    background-image: url(../images/slider-thumb6.jpg);
}

.slider-item.style9 .slider-inner .slider-infor {
    padding-bottom: 215px;
    padding-top: 170px;
    padding-left: 50px;
    padding-right: 300px;
}

.slider-owl .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_element .block-text {
    font-size: 15px;
    color: #222;
    font-weight: 700;
}

.content_element .block-text .icon {
    font-size: 22px;
}

.content_element .block-text span {
    color: #666666;
    text-decoration: underline;
}


/*===========================
==========HOME 04============
=============================*/


/*header*/

.home .header.style4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1001;
}

.header.style4 .main-header {
    padding: 30px 0;
}

.bar-open-menu {
    display: inline-block;
    padding: 11px 0;
}

.bar-open-menu span {
    width: 20px;
    display: block;
    background: #fff;
    height: 2px;
    margin-bottom: 5px;
}

.bar-open-menu span:nth-child(2) {
    width: 17px;
}

.header.style4 .block-minicart .shopcart-icon {
    border-color: #363d44;
    color: #eeeeee;
}

.header.style4 .block-minicart .shopcart-icon .count {
    background-color: #333333;
}

.header.style4 .block-account > a {
    color: #eeeeee;
}

.vertical-style .header-nav {
    text-align: left;
    position: fixed;
    top: 0;
    left: -500px;
    width: 365px;
    max-width: 100%;
    min-height: 100vh;
    background-color: #090909;
    z-index: 1001;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    padding: 35px 40px 30px 60px;
}

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

.vertical-style .main-menu > li .toggle-submenu {
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
    top: 18px;
}

.vertical-style .main-menu > li .toggle-submenu:before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    vertical-align: top;
    display: block;
    text-align: center;
}

.vertical-style .main-menu > li > a {
    padding: 18px 0;
    color: #fff;
    display: block;
    width: 100%;
}

.vertical-style .main-menu .submenu,
.vertical-style .header-nav .header-language .herald-submenu {
    display: none;
    position: static;
    box-shadow: none;
    background: none;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    transition: none;
    transform: none;
    padding-left: 20px;
}

.vertical-style .main-menu .submenu > li > a {
    padding-left: 0;
}

.vertical-style .main-menu > li {
    width: 100%;
}

.vertical-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background: transparent;
    z-index: 10;
}

body.vertical-menu-open .vertical-menu-overlay {
    left: 0;
}

.vertical-style .header-nav .mCustomScrollbar {
    height: calc(100vh - 148px);
    overflow-x: hidden;
}

.vertical-style.main-menu > li.menu-item-has-children > a:after {
    display: none;
}

.vertical-style .main-menu {
    display: block;
}

.vertical-style .herald-demolink .title {
    color: #eeeeee;
}

.vertical-style .herald-demolink {
    margin-top: 0;
    margin-bottom: 30px;
}

.vertical-style .header-nav .header-language .herald-language {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.vertical-style .header-nav .header-language {
    display: block;
}

.vertical-style.header .social-header .social-item {
    color: #ffffff;
}

.vertical-style.header .header-copyright {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #888;
}

.vertical-style.header .header-copyright span {
    color: #ffffff;
}

.vertical-style.header .social-header {
    width: 100%;
    margin-bottom: 25px;
}

.vertical-style .header-language .herald-dropdown.open .herald-submenu {
    display: block;
}

.vertical-style .main-menu .submenu > li.menu-item-has-children > a:after {
    display: none;
}

.vertical-style .main-menu .submenu > li > a {
    background: transparent;
    color: #9b9b9b;
}

.vertical-style .main-menu .submenu > li:hover > a {
    color: #9b9b9b;
    background-color: transparent;
}

.vertical-style .main-menu > li .submenu .toggle-submenu {
    top: 10px;
}

.vertical-style .main-menu > li.menu-item-has-children > a:after {
    display: none;
}

.vertical-style .clone-main-menu .mega-menu .menu-page-item:first-child .herald-custommenu,
.vertical-style .clone-main-menu .mega-menu .menu-page-item:nth-child(2) .herald-custommenu,
.vertical-style .clone-main-menu .mega-menu .menu-page-item:nth-child(3) .herald-custommenu {
    padding-left: 0;
}

.vertical-style .mega-menu .herald-custommenu .widgettitle {
    color: #eeeeee;
}

.vertical-style .mega-menu .herald-custommenu ul li a {
    color: #9b9b9b;
}

.vertical-style .header-nav .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.vertical-style .header-nav .header-language .herald-submenu > li > a {
    padding-left: 0;
    background: transparent;
    color: #888888 !important;
}


/*slider*/

.slider-item.style22 .slider-inner .slider-infor,
.slider-item.style23 .slider-inner .slider-infor {
    padding-bottom: 193px;
    padding-top: 222px;
    padding-left: 760px;
    padding-right: 15px;
}

.slider-item.style24 .slider-inner .slider-infor {
    padding-bottom: 193px;
    padding-top: 212px;
    padding-left: 808px;
    padding-right: 15px;
}

.slider-item.style24 .price {
    margin-bottom: 45px;
}

.header-block-text-wrapp .header-block-text .icon {
    font-size: 22px;
}


/*===========================
==========HOME 05============
=============================*/

.header.style5 .bar-open-menu {
    width: 44px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #e9e9e9;
    padding: 11px 10px;
    float: left;
    margin-right: 50px;
}

.header.style5 .bar-open-menu span {
    background: #555555;
}

.header.style5 .logo {
    text-align: left;
}

.header.style5 .block-search-block {
    display: inline-block;
}

.header.style5 .form-search .form-content {
    padding: 0;
}

.header.style5 .form-search .form-content .inner {
    width: 251px;
    position: relative;
    border: 1px solid #f1f1f1;
}

.header.style5 .form-search .form-content .input {
    width: 75%;
    border: none;
}

.header.style5 .form-search .form-content .btn-search {
    top: 0;
    right: 0;
    border: none;
    line-height: 38px;
    position: absolute;
    width: 25%;
    padding: 0;
    height: 100%;
    background: transparent;
    color: #888;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

.header.style5 .header-language .herald-language {
    padding-top: 0;
    margin-right: 38px;
    margin-left: 62px;
}

.header.style5 .header-nav .header-language .herald-language {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.header.style5 .header-nav .header-language {
    display: none;
}


/*slider*/

.fullwidth.style2 .slick-list .slick-slide {
    padding: 0 15px;
}

.slider-item.style25 .slider-inner .slider-infor {
    padding-bottom: 139px;
    padding-top: 116px;
    padding-left: 720px;
    padding-right: 15px
}

.slider-item.style25 .price {
    margin-bottom: 45px;
}

.slider-item.style26 .slider-inner .slider-infor {
    padding-bottom: 139px;
    padding-top: 115px;
    padding-left: 720px;
    padding-right: 15px
}

.slider-item .description {
    font-size: 16px;
    line-height: 22px;
    color: #888;
    margin-bottom: 30px;
}

.slider-item.style27 .slider-inner .slider-infor {
    padding-bottom: 139px;
    padding-top: 126px;
    padding-left: 720px;
    padding-right: 15px
}


/*newletter*/

.newsletter-wrapp {
    background-image: url(../images/news.jpg);
    background-repeat: no-repeat;
}

.herald-newsletter.style3 {
    overflow: hidden;
    padding: 81px 0 73px;
    background-position: center;
    position: relative;
    text-align: center;
}

.herald-newsletter.style3 .newsletter-form-wrap {
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
}

.herald-newsletter.style3 .title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.herald-newsletter.style3 .title::before {
    position: absolute;
    content: '';
    width: 60px;
    border-bottom: 4px solid rgb(238, 188, 29);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

.herald-newsletter.style3 .subtitle {
    margin-bottom: 15px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.herald-newsletter.style3 .email-newsletter {
    width: 313px;
    border-color: #e9e9e9;
    background: #fff;
    color: #888;
    margin-bottom: 10px;
    border: none;
    text-align: left;
}

.herald-newsletter.style3 .submit-newsletter {
    min-width: 139px;
    margin-left: 5px;
    background-color: #978f6e;
    color: #ffffff;
    vertical-align: top;
}


/*===========================
==========HOME 06============
=============================*/

.header-vertical {
    padding-left: 375px;
}

.header.style6 {
    padding: 80px 40px 80px 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #090909;
    min-height: 100vh;
    bottom: 0;
    max-width: 100%
}

.header-vertical .header {
    width: 375px;
    float: left;
}

.header.style6.vertical-style .header-nav {
    position: static;
    padding: 0;
    min-height: 0;
}

.header.style6 .header-nav .mCustomScrollbar {
    height: calc(100vh - 405px);
}

.header.style6 .logo,
.header.style6 .header-control {
    text-align: left;
}

.header.style6 .logo {
    padding-bottom: 50px;
}

.header.style6 .header-control {
    margin-bottom: 35px;
}

.header.style6 .form-search .form-content {
    padding: 0;
}

.header.style6 .form-search .form-content .inner {
    position: relative;
    border: 1px solid #353535;
    margin-bottom: 85px;
    width: 100%;
}

.header.style6 .form-search .form-content .input {
    width: 75%;
    border: none;
}

.header.style6 .form-search .form-content .btn-search {
    position: absolute;
    height: 100%;
    background: transparent;
    color: #888;
    font-size: 20px;
    font-weight: normal;
    top: 0;
    right: 0;
    border: none;
    padding: 0 15px;
    width: auto;
}

.header.style6 .header-language {
    margin-bottom: 35px;
}

.header.style6 .block-account > a,
.header.style6 .block-minicart .shopcart-icon {
    color: #ffffff;
}

.header.style6 .block-minicart .shopcart-icon {
    border-color: #353535;
}

.header-vertical .block-header .herald-submenu {
    right: auto;
    left: 0;
}

.header.style6 .block-minicart .shopcart-icon .count {
    background-color: #444444;
}


/*banner*/

.item-banner .banner-content.full-height {
    text-align: center;
}

.item-banner .banner-content.full-height .title {
    font-size: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.item-banner.style28 .banner-content {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 705px;
    padding-left: 30px;
}

.item-banner.style29 .banner-content {
    padding-top: 705px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}

.item-banner.style30 .banner-content {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 705px;
    padding-left: 30px;
}

.item-banner.style30 .title sup {
    color: #888888;
    font-size: 16px;
    top: -0.5em;
}

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

.header-vertical .main-content::after {
    clear: both;
}

.header-vertical .main-content {
    padding: 0;
}

.item-banner .banner-content.full-height .title span {
    text-decoration: underline;
}


/*===========================
==========HOME 07============
=============================*/

.header.style7 .logo {
    text-align: left;
    margin-top: -49px;
    padding: 20px;
}

.header.style7 .form-search .form-content {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 584px;
    padding: 0;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 0;
}

.header.style7 .form-search-width-category .category,
.header.style7 .form-search-width-category .inner,
.header.style7 .form-search-width-category .btn-search {
    display: table-cell;
    vertical-align: middle;
}

.header.style7 .form-search-width-category .category {
    width: 154px;
}

.header.style7 .form-search-width-category .category .chosen-container {
    width: 154px !important;
}

.header.style7 .form-search-width-category .btn-search {
    width: 60px;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding: 9px 0;
    margin: 0;
}

.form-search-width-category .chosen-container-single .chosen-single {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 20px;
    line-height: 40px !important;
    height: 40px !important;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-radius: 0;
}

.form-search-width-category .chosen-container-single .chosen-single > span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}

.header.style7 .form-search .form-content .input {
    border: none;
    width: 100%;
}

.form-search-width-category .chosen-container-single .chosen-single div {
    right: 20px;
}

.form-search-width-category .chosen-container-single .chosen-single div b::after {
    margin-top: -8px;
}

.header.style7 .header-control .block-header {
    vertical-align: top;
}

.header-nav-container {
    background: #151515;
}

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

.header-nav-wapper .vertical-wapper,
.header-nav-wapper .header-nav {
    display: table-cell;
    vertical-align: middle;
}

.header-nav-wapper .vertical-wapper {
    width: 270px;
    position: relative;
}

.vertical-wapper .block-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    height: 60px;
    line-height: 28px;
    cursor: pointer;
    display: block;
    padding: 12px 30px 17px;
    font-weight: 700;
}

.vertical-wapper .block-title::after {
    content: '';
    position: absolute;
    left: -8px;
    top: -10px;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: transparent #333 transparent transparent;
}

.vertical-wapper .block-title::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    content: '';
    background-color: #978f6e;
    height: 10px;
}

.vertical-wapper .block-title .text {
    display: inline-block;
    vertical-align: top;
}

.verticalmenu-content {
    background-color: #fff;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    z-index: 9999999;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.3s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}

.verticalmenu-content.show-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.vertical-wapper .icon-bar {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.vertical-wapper .icon-bar span {
    width: 20px;
    display: block;
    background: #fff;
    height: 3px;
    margin-bottom: 5px;
}

.vertical-wapper .icon-bar span:nth-child(2) {
    width: 16px;
}

.header.style7 .main-menu > li > a {
    padding: 18px 16px;
}

.header-nav-wapper .vertical-wapper ~ .header-nav {
    padding-left: 20px;
}

.vertical-menu {
    padding: 0;
    list-style: none;
}

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

.vertical-menu .menu-item a {
    line-height: 41px;
    font-size: 15px;
    color: #555555;
    text-transform: capitalize;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 25px;
}

.vertical-menu .menu-item a:hover {
    color: rgb(238, 188, 29);
}

.vertical-menu .menu-item:last-child a {
    border: none;
}

.vertical-menu .submenu {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 0;
    left: 100%;
    top: 0;
    min-width: 100%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    display: block;
    visibility: hidden;
    list-style: none;
}

.vertical-menu .menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.vertical-menu .menu-item-has-children > a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #aaa;
}


/*slider*/

.home-slider-7 .slider-item .slider-infor .button {
    color: #000;
}

.slider-item .slider-infor .button:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.slider-item.style19 .slider-inner .slider-infor {
    padding-bottom: 169px;
    padding-top: 136px;
    padding-left: 800px;
    padding-right: 15px;
}

.slider-item.style19 .price {
    margin-bottom: 45px;
}

.slider-item.style20 .slider-inner .slider-infor {
    padding-bottom: 154px;
    padding-top: 136px;
    padding-left: 800px;
    padding-right: 15px;
}

.slider-item.style20 .description {
    font-size: 13px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.slider-item.style20 .title-big {
    font-weight: 900;
    margin-bottom: 6px;
}

.slider-item.style20 .title-small {
    color: #909090;
}

.slider-item.style21 .slider-inner .slider-infor {
    padding-bottom: 199px;
    padding-top: 179px;
    padding-left: 755px;
    padding-right: 38px;
    text-align: center;
}

.tabs-sidebar-wrapp .product-deal-slider {
    border-width: 2px;
    padding: 29px 15px 40px;
}

.tabs-sidebar-wrapp .product-deal-slider .title {
    border: none;
}

.tabs-sidebar-wrapp .product-deal-slider .sub-title {
    margin-bottom: 25px;
}

.tabs-sidebar-wrapp .product-item.style-4 .product-thumb {
    margin-bottom: 25px;
}

.tabs-sidebar-wrapp .herald-tabs .tab-head {
    margin-bottom: 40px;
}

.tabs-sidebar-wrapp .herald-tabs.default {
    margin-top: 25px;
}

.herald-iconbox-wrapp.layout2 .herald-iconbox.default {
    margin-top: 30px;
    padding-top: 34px;
    padding-bottom: 34px;
    background-color: #070707;
    border: none;
}

.product-item.style-3 .product-inner {
    overflow: hidden;
}

.product-item.style-3 .product-top {
    display: none;
}

.product-item.style-3 .product-thumb {
    float: left;
    margin-right: 20px;
    max-width: 140px;
    margin-bottom: 0;
}

.product-item.style-3 .product-info {
    overflow: hidden;
    text-align: left;
    opacity: 1;
}

.product-item.style-3 .group-buttons .button {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    min-width: 103px;
    background-color: #000;
}

.product-item.style-3 .group-buttons .button:hover {
    background-color: rgb(238, 188, 29);
}

.product-item.style-3 .product-name a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.product-item.style-3 .price {
    margin-bottom: 20px;
}

.product-item.style-3 .quantity {
    margin-bottom: 0;
    display: none;
}

.herald-blog-item .blog-meta .post-date {
    margin: 0;
    padding: 0;
}

.herald-blog-item .post-thumb .category-blog {
    margin: 0 70px 0 0;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

.category-blog .list-category {
    margin: 0;
    padding: 0;
}

.list-category .category-item {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    background: rgb(238, 188, 29);
    min-width: 77px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 26px;
}

.list-category .category-item a {
    color: #ffffff;
}


/*===========================
==========HOME 08============
=============================*/

.header.style8 .main-header {
    padding: 10px 0;
}

.header.style8 .logo {
    line-height: 74px;
}

.header.style8 .header-control {
    padding-top: 16px;
    padding-bottom: 15px;
}

.home-slider-8 .slider-item .slider-infor .button:hover {
    color: #ffffff;
}


/*silider*/

.slider-item.style16 .slider-inner .slider-infor,
.slider-item.style17 .slider-inner .slider-infor,
.slider-item.style18 .slider-inner .slider-infor {
    padding-bottom: 60px;
    padding-top: 305px;
    padding-left: 40px;
    padding-right: 15px;
}


/*product*/


/*.herald-product.layout1 .product-item .price {*/


/*color: #fff;*/


/*}*/


/*.herald-product.layout1 .product-item .product-name a {*/


/*color: #fff;*/


/*}*/

.herald-product.layout1 {
    background-color: #151515;
    background: url('../images/bg-pro.jpg');
    padding: 70px 0 35px;
    background-size: cover;
    background-attachment: fixed;
}

.herald-product.layout1 .container-wapper {
    position: relative;
}

.herald-product.layout1 .head {
    width: 270px;
    margin-right: 30px;
    float: left;
    padding-top: 100px;
}

.herald-product.layout1 .head .title {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.herald-product.layout1 .head .title::before {
    position: absolute;
    content: '';
    width: 60px;
    top: auto;
    bottom: -10px;
    left: 0;
    border-bottom: 4px solid rgb(238, 188, 29);
}

.herald-product.layout1 .head .subtitle {
    font-size: 15px;
    line-height: 28px;
}

.herald-product.layout1 .product-list-owl {
    width: calc(100% - 300px);
    display: inline-block;
}

.slick-slider.nav-center-left {
    position: static;
}

.slick-slider.nav-center-left .slick-arrow {
    display: block;
    left: 70px;
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 47px;
    top: 52%;
    color: #fff;
    border-radius: 0;
}

.slick-slider.nav-center-left .slick-arrow:first-child {
    left: 0;
}

.slick-slider.nav-center-left .slick-arrow:hover {
    color: #eeeeee;
}


/*herald-testimonials*/

.herald-testimonials.default {
    margin-bottom: 30px;
    background-image: url("../images/test-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.herald-testimonials.default .testimonial-item {
    overflow: hidden;
    padding: 67px 60px 66px 60px;
}

.testimonial-item .image {
    display: inline-block;
    width: 167px;
    height: 167px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-item .info {
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 50px;
    position: relative;
}

.testimonial-item .info .text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-item .info .name {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}

.testimonial-item .info .name span {
    display: block;
    font-size: 13px;
    color: rgb(238, 188, 29);
}

.herald-testimonials.default .owl-slick .slick-list {
    margin: 0 !important;
    padding: 0 !important;
}

.herald-testimonials.default .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}


/*instagram*/

.instagram-wrapp {
    border-top: 2px solid #eee;
    text-align: center;
}

.instagram-wrapp .custommenu-title-blog-wrap {
    margin-top: 10px;
}

.instagram-wrapp .brand {
    margin-top: 0px !important;
}

.instagram-wrapp .custommenu-title-blog {
    position: relative;
}

.instagram-wrapp .custommenu-title-blog i {
    display: block;
    font-size: 60px;
    color: #978f6e;
    font-weight: normal;
}

.herald-instagram {
    overflow: hidden;
}

.herald-instagram .instagram {
    padding: 0;
    margin: 0;
}

.instagram .item-instagram {
    position: relative;
    padding: 0;
}

.instagram .item-instagram img {
    width: 100%;
}

.instagram .item-instagram .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
}

.pointer {
    pointer-events: none;
}

.instagram .item-instagram:hover .text {
    opacity: 1;
    visibility: visible;
}

.menu-item a:hover {
    color: rgb(238, 188, 29);
}

.instagram .item-instagram::after {
    position: absolute;
    top: 0px;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.instagram .item-instagram:hover::after,
.instagram .item-instagram.active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.instagram .item-instagram .text .icon {
    font-size: 36px;
    color: #f7f7f7;
    display: block;
    margin-bottom: 8px;
}

.instagram .item-instagram .text a {
    text-decoration: underline;
}

.brand-slider-wrapp.layout1 {
    background-color: #030303;
}


/*===========================
==========HOME 10============
=============================*/

.header.style10 .block-minicart .shopcart-icon,
.header.style9 .block-minicart .shopcart-icon,
.header.style8 .block-minicart .shopcart-icon,
.header.style7 .block-minicart .shopcart-icon {
    font-size: 0;
    border: none;
    border-radius: 0;
    width: auto;
}


.header.style10 .block-minicart .fav-icon,
.header.style9 .block-minicart .fav-icon,
.header.style8 .block-minicart .fav-icon,
.header.style7 .block-minicart .fav-icon {
    font-size: 0;
    border: none;
    border-radius: 0;
    width: auto;
}


.header.style10 .block-minicart .shopcart-icon:before,
.header.style9 .block-minicart .shopcart-icon:before,
.header.style8 .block-minicart .shopcart-icon:before,
.header.style7 .block-minicart .shopcart-icon:before {
    content: "\f137";
    font-family: Flaticon;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    top: -5px;
}


.header.style10 .block-minicart .fav-icon:before,
.header.style9 .block-minicart .fav-icon:before,
.header.style8 .block-minicart .fav-icon:before,
.header.style7 .block-minicart .fav-icon:before {
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    top: -5px;
}

.header.style10 .block-minicart .shopcart-icon .count,
.header.style9 .block-minicart .shopcart-icon .count,
.header.style8 .block-minicart .shopcart-icon .count,
.header.style7 .block-minicart .shopcart-icon .count {
    top: -11px;
    right: 0;
    font-size: 12px;
}

.header.style10 .block-minicart .fav-icon .count-fav,
.header.style9 .block-minicart .fav-icon .count-fav,
.header.style8 .block-minicart .fav-icon .count-fav,
.header.style7 .block-minicart .fav-icon .count-fav {
    top: -11px;
    right: -18px;
    font-size: 12px;
}

.header.style10 .header-control .block-header,
.header.style9 .header-control .block-header,
.header.style8 .header-control .block-header,
.header.style7 .header-control .block-header {
    padding-left: 15px;
}

.slider-item.style10 .slider-inner .slider-infor,
.slider-item.style11 .slider-inner .slider-infor,
.slider-item.style12 .slider-inner .slider-infor {
    padding-bottom: 130px;
    padding-top: 133px;
    padding-left: 494px;
    padding-right: 70px;
}

.slider-item.style10 .title-big,
.slider-item.style11 .title-big,
.slider-item.style12 .title-big {
    letter-spacing: -0.05em;
    font-size: 32px;
    margin-bottom: 16px;
}

.slider-item.style10 .title-small,
.slider-item.style11 .title-small,
.slider-item.style12 .title-small {
    margin-bottom: 6px;
}

.slider-product.style6 .slick-slider > .slick-arrow {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    right: -20px;
    z-index: 33;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.slider-product.style6:hover .slick-slider > .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-product.style6 .slick-slider > .slick-arrow:first-child {
    left: -20px;
}

.home-slider-10 .slider-item .slider-infor .button.bgroud-style-2,
.home-slider-10 .slider-item .slider-infor .button:hover {
    color: #ffffff
}

.slider-product.style6 .product-thumb .slick-slider > .slick-arrow:first-child {
    left: 0;
}

.product-item.style-6 .product-inner {
    border-width: 4px;
    padding: 15px;
}

.product-item.style-6 .product-info {
    opacity: 1;
}

.product-item.style-6 .loop-form-add-to-cart {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    margin-top: 15px;
}

.product-item.style-6.product-type-variable .product-inner {
    padding-bottom: 0;
}

.product-item.style-6 .product-thumb .variations {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}

.product-item.style-6 .loop-form-add-to-cart .button {
    width: 100%;
    background-color: #75905e;
    border-color: #75905e;
    color: #ffffff;
}

.product-item.style-6 .loop-form-add-to-cart .button:hover {
    opacity: 0.8;
}

.product-item.style-6 .product-top {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 999;
}

.product-item.style-6:hover .product-inner {
    box-shadow: none;
}

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

.product-item.style-4:hover .product-inner {
    box-shadow: none;
}

.product-item.style-4 .product-info {
    opacity: 1;
}

.product-deal-slider {
    border: 4px solid #eeeeee;
    padding: 19px 15px 25px;
}

.product-deal-slider .title {
    font-size: 26px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 3px solid #75905e;
    margin: 0 25px 3px;
}

.product-deal-slider .sub-title {
    color: #888888;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.product-item.style-4 .product-thumb {
    margin-bottom: 10px;
}

.product-item.style-4 .group-info {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px
}

.product-item.style-4 .price {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
}

.product-item.style-4 .stars-rating {
    display: inline-block;
}

.product-item.style-4 .group-buttons .button,
.product-item.style-4 .group-buttons .added_to_cart {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.product-item.style-4 .group-buttons .button:hover,
.product-item.style-4 .group-buttons .added_to_cart:hover {
    opacity: 0.8;
}

.product-item.style-4 {
    margin-bottom: 0;
}

.weekly-featured-wrapp .custommenu-title-blog {
    margin-top: -9px;
}

.herald-product .product-list-owl.nav-botton-center {
    padding-bottom: 51px
}

.slider-product .slick-slider.nav-botton-center > .slick-arrow {
    right: 43.5%;
    bottom: 0px;
    opacity: 1;
    visibility: visible;
    font-size: 30px;
}

.slider-product .slick-slider.nav-botton-center > .slick-arrow:hover {
    color: #222222;
}

.slider-product .slick-slider.nav-botton-center > .slick-arrow:first-child {
    left: 43.5%;
}

.sevice-item {
    position: relative;
}

.sevice-item .quick-install {
    background: rgba(0, 0, 0, 0.3) url(../images/play.png) no-repeat scroll 24px 20px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 64px;
    left: 50%;
    line-height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    text-align: center;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.sevice-item .quick-install:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.9);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.loadmore-wapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.loadmore-wapper a {
    display: inline-block;
    min-width: 161px;
    height: 42px;
    padding: 8px 10px;
    border: 1px solid #eeeeee;
    color: #222222;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.brand-slider-wrapp .owl-slick .slick-arrow {
    width: 51px;
    height: 51px;
    line-height: 45px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #F1F1F1;
    z-index: 9;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1280px) {
    .brand-slider-wrapp .owl-slick .slick-arrow:first-child {
        left: -41px;
    }

    .brand-slider-wrapp .owl-slick .slick-arrow {
        right: -41px;
    }
}

.brand-item img {
    border: 1px solid transparent;
    margin: 0 auto;
}

.brand-slider-wrapp:hover .owl-slick .slick-arrow {
    opacity: 1;
    visibility: visible;
}


/*===========================
==========HOME 09============
=============================*/

.header.style9 .logo {
    text-align: left;
}

.header.style9 .bar-open-menu {
    padding: 12px 10px;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
    display: block;
    width: 44px;
}

.bar-open-menu span {
    width: 20px;
    display: block;
    background: #fff;
    height: 2px;
    margin-bottom: 5px;
}

.header.style9 .bar-open-menu span {
    background: #555555;
}

.bar-open-menu span:last-child {
    margin-bottom: 0;
}

.bar-open-menu span:nth-child(2) {
    width: 17px;
}

.header.style9 .main-header {
    position: relative;
}

.header.style9 .header-nav {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 99;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.header.style9 .header-nav.show-menu {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.header.style9 .bar-open-menu.active:before {
    display: inline-block;
    position: absolute;
    content: url(../images/hover-menu.png);
    width: 100%;
    top: 0;
    border: 0;
    text-align: center;
    left: 0;
    line-height: 44px;
}

.header.style9 .bar-open-menu.active span {
    width: 0;
}

.slider-item.style13 .slider-inner .slider-infor {
    padding-bottom: 165px;
    padding-top: 188px;
    padding-left: 700px;
    padding-right: 70px;
}

.slider-item.style13 .price,
.slider-item.style14 .price {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
}

.slider-item.style13 .price .number-price,
.slider-item.style14 .price .number-price {
    font-weight: 400
}

.slider-item.style14 .slider-inner .slider-infor {
    padding-bottom: 165px;
    padding-top: 145px;
    padding-left: 700px;
    padding-right: 70px;
}

.slider-item.style14 .title-big {
    font-weight: 900;
}

.slider-item.style15 .slider-inner .slider-infor {
    padding-bottom: 167px;
    padding-top: 158px;
    padding-left: 700px;
    padding-right: 170px
}

.slider-item.style15 .title-big {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.05em;
    margin-bottom: 6px;
}

.home-slider-9 .slider-item .slider-infor .button.bgroud-style-2,
.home-slider-9 .slider-item .slider-infor .button:hover {
    color: #ffffff;
}

.product-item.style-5 {
    margin-bottom: 0;
}

.product-item.style-5 .product-thumb {
    margin-bottom: 10px;
}

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

.product-item.style-5 .thumb-inner {
    margin-bottom: 20px;
}

.product-item.style-5 .product-thumb img {
    margin: 0 auto;
}


/*pin map*/

.group-pinap {
    display: none;
}

.group-pinap .pinmap-buttom {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.group-pinap .pinmap-buttom .icon {
    font-size: 15px;
    color: #ffffff;
}

.slider-item.style13 .pinmap-buttom.btn-pinmap-1 {
    top: 230px;
    left: 475px;
}

.slider-item.style13 .pinmap-buttom.btn-pinmap-2 {
    top: 365px;
    left: 330px;
}

.slider-item.style14 .pinmap-buttom.btn-pinmap-1 {
    top: 270px;
    left: 500px;
}

.slider-item.style14 .pinmap-buttom.btn-pinmap-2 {
    top: 400px;
    left: 515px;
}

.slider-item.style15 .pinmap-buttom.btn-pinmap-1 {
    top: 290px;
    left: 340px;
}

.popup-pinmap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.popup-pinmap.left {
    right: calc(100% + 20px)
}

.popup-pinmap.right {
    left: calc(100% + 20px);
}

.pinmap-popup-main {
    min-width: 279px;
    background: #ffffff;
    text-align: center;
    padding: 20px;
}

.pinmap-popup-main .product-thumbnail {
    margin-bottom: 15px;
}

.pinmap-popup-main .product-thumbnail img {
    margin: 0 auto;
}

.pinmap-popup-main .product-name-pinmap {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0;
}

.pinmap-popup-main .pinmap-price {
    font-size: 16px;
    color: #111111;
    text-decoration: none;
    font-weight: 700;
}

.pinmap-price del {
    font-weight: 300;
    color: #888888;
    margin-right: 10px;
}

.pinmap-price ins {
    text-decoration: none;
}

.popup-pinmap::before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    opacity: 0;
    visibility: hidden;
}

.popup-pinmap.left:before {
    border-left: 8px solid #fff;
    right: -16px;
}

.popup-pinmap.right:before {
    border-right: 8px solid #fff;
    left: -16px;
}

.popup-pinmap.left:before,
.popup-pinmap.right:before {
    top: calc(50% - 8px);
}

.pinmap-popup-buttons .button {
    width: 100%;
    border: 1px solid #e9e9e9;
    color: #222222;
    font-size: 14px;
    height: 43px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 39px;
    background: transparent;
}

.group-pinap .pinmap-buttom:hover .popup-pinmap,
.group-pinap .pinmap-buttom:hover .popup-pinmap::before {
    opacity: 1;
    visibility: visible;
}

.popup-pinmap::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    display: inline-block;
    top: 0;
}

.popup-pinmap.left::after {
    right: -20px;
}

.popup-pinmap.right::after {
    left: -20px;
}


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


/*       banner         */


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


/*banner shop*/

.banner-shop {
    margin-bottom: 30px;
}

.item-banner .inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    position: relative;
}



.item-banner.style1 .banner-content {
    padding-left: 150px;
    padding-right: 30px;;
    padding-top: 70px;
    padding-bottom: 70px;
}

.item-banner .herald-subtitle {
    color: rgb(238, 188, 29);
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.item-banner.style1 .herald-subtitle {
    margin-bottom: 9px;
}

.item-banner .title {
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.item-banner.style1 .inner .title {
    font-size: 40px;
    margin-bottom: 8px;
}

.item-banner .when-code {
    font-size: 13px;
    text-transform: uppercase;
    color: #dbdbdb;
    margin-bottom: 22px;
    display: block;
    font-weight: 700;
}

.item-banner .when-code .code {
    font-size: 18px;
    color: rgb(238, 188, 29);
    position: relative;
}

.item-banner .banner-content > .button {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-banner .banner-content > .button::after {
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 10px;
    font-weight: normal;
}

.item-banner .banner-content > .button:last-child {
    margin-right: 0;
}

.item-banner .button:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}



.item-banner.style2 .banner-content {
    padding-left: 130px;
    padding-right: 30px;;
    padding-top: 70px;
    padding-bottom: 78px;
}

.item-banner .description {
    line-height: 22px;
    margin-bottom: 17px;
    display: block;
}

.item-banner .hot-price {
    font-size: 16px;
    text-transform: capitalize;
    color: #dbdbdb;
    display: block;
}

.item-banner .hot-price .price-number {
    font-size: 30px;
    letter-spacing: -0.05em;
    color: rgb(238, 188, 29);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.item-banner.style2 .hot-price {
    margin-bottom: 25px;
}

.item-banner.style2 .title {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 32px;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*banner home 01*/

.item-banner.style3 .banner-content {
    padding-top: 57px;
    padding-right: 70px;
    padding-bottom: 58px;
    padding-left: 480px;
    margin-bottom: 30px;
}

.item-banner.style3 .title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 7px;
    font-weight: 700;
}

.item-banner.style3 .herald-subtitle {
    margin-bottom: 7px;
}

.item-banner.style3 .description {
    margin-bottom: 25px;
}


/*banner home 02*/


.item-banner.style4 .banner-content {
    padding-left: 40px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-top: 57px;
    margin-bottom: 30px;
}

.item-banner.style4 .title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px;
}

.item-banner.style4 .description {
    margin-bottom: 28px;
}



.item-banner.style5 .banner-content {
    padding-left: 40px;
    padding-bottom: 60px;
    padding-right: 300px;
    padding-top: 60px;
    margin-bottom: 30px;
}

.item-banner.style5 .title {
    font-size: 26px;
    line-height: 32px;
}

.item-banner.style5 .code {
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
    text-transform: none;
}

.item-banner.style5 .code span {
    font-weight: 700;
    color: rgb(238, 188, 29);
    position: relative;
}

.item-banner.style6 .inner {
    background-image: url(../images/banner-home-4.jpg);
    border-radius: 0;
}

.item-banner.style6 .banner-content {
    padding-left: 0 !important;
    padding-bottom: 180px;
    padding-right: 0 !important;
    padding-top: 180px;
}

.item-banner.style6 .title {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.2;
}


/*banner home 03*/



.item-banner.style7 .banner-content {
    padding-top: 58px;
    padding-right: 165px;
    padding-bottom: 60px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.item-banner.style7 .title,
.item-banner.style8 .title {
    font-size: 26px;
    line-height: 32px;
}

.item-banner.style7 .description {
    margin-bottom: 15px;
}

.item-banner.style8 .banner-content {
    padding-top: 61px;
    padding-right: 166px;
    padding-bottom: 70px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.item-banner.style8 .description {
    margin-bottom: 13px;
}

.item-banner .price {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(238, 188, 29);
    position: relative;
}


/*banner video*/

iframe {
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 66.666667%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    border: none;
}

.videoWrapper .player .vp-player-layout {
    top: 0 !important;
}


.item-banner.style9 .banner-content {
    padding-top: 74px;
    padding-right: 300px;
    padding-bottom: 77px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.item-banner.style9 .title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.item-banner.style9 .herald-subtitle {
    font-style: normal;
}

.item-banner.style9 .code {
    font-size: 13px;
    color: #dbdbdb;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.item-banner.style9 .code .nummer-code {
    font-size: 18px;
    color: rgb(238, 188, 29);
    font-weight: 700;
    position: relative;
}


/*banner home 04*/

.item-banner.style22 .banner-content {
    padding-top: 88px;
    padding-right: 15px;
    padding-bottom: 99px;
    padding-left: 39px;
    margin-bottom: 30px;
}

.item-banner.style22 .title {
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}

.item-banner.style23 .banner-content {
    padding-top: 110px;
    padding-right: 15px;
    padding-bottom: 109px;
    padding-left: 41px;
    margin-bottom: 30px;
}

.item-banner.style23 .title {
    font-size: 30px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}


/*banner home 05*/

.item-banner.style24 .banner-content {
    padding-top: 324px;
    padding-right: 15px;
    padding-bottom: 39px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.item-banner.style24 .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
}

.item-banner.style25 .banner-content {
    padding-top: 190px;
    padding-right: 15px;
    padding-bottom: 110px;
    padding-left: 27px;
    margin-bottom: 30px;
}

.item-banner.style25 .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-banner.style25 .code {
    font-size: 13px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.item-banner.style25 .code span {
    font-size: 18px;
    color: #ffffff;
}

.item-banner.style25 .code span {
    border-bottom: 1px solid;
}

.item-banner.style26 .banner-content {
    padding-top: 72px;
    padding-right: 15px;
    padding-bottom: 53px;
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.item-banner.style26 .title {
    font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    display: inline-block;
}

.item-banner .icon {
    font-size: 48px;
    color: #f7f7f7;
    margin-bottom: 6px;
    display: block;
}

.item-banner .sub-title {
    font-size: 15px;
    color: #888888;
    font-weight: 700;
    line-height: 30px;
}

.item-banner.style27 .banner-content {
    padding-top: 43px;
    padding-right: 15px;
    padding-bottom: 59px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.item-banner.style27 .title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.item-banner.style27 .description {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 0;
}

.item-banner.style27 .herald-subtitle {
    margin-bottom: 0;
}


/*banner home 08*/

.item-banner.style18 .banner-content {
    padding-top: 53px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 50px;
}

.item-banner.style18 .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 13px;
}

.item-banner.style18 .description {
    margin-bottom: 20px;
}

.item-banner.style19 .banner-content {
    padding-top: 86px;
    padding-right: 15px;
    padding-bottom: 90px;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.item-banner.style19 .icon {
    color: #f7f7f7;
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}

.item-banner.style19 .title {
    font-size: 24px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.item-banner.style19 .sub-title {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
}

.item-banner.style20 .banner-content {
    padding-top: 69px;
    padding-right: 15px;
    padding-bottom: 56px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.item-banner.style20 .title {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-banner.style20 .code {
    font-size: 13px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 23px;
}

.item-banner.style20 .code .nummer-code {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 1px solid
}

.banner-pinmap-wrapp .item-banner .inner {
    position: relative;
}



.item-banner.style21 .banner-content {
    padding-top: 180px;
    padding-right: 15px;
    padding-bottom: 180px;
    padding-left: 830px;
}

.item-banner.style21 .title {
    font-size: 46px;
}

.item-banner.style21 .start-from {
    text-transform: capitalize;
    margin-bottom: 23px;
    color: #dbdbdb;
}

.item-banner.style21 .start-from span {
    color: rgb(238, 188, 29);
    font-weight: 600;
    font-size: 120%;
}

.item-banner.style21 .group-pinap .btn-pinmap-1 {
    top: 92px;
    left: 520px;
}

.item-banner.style21 .group-pinap .btn-pinmap-2 {
    bottom: 20px;
    left: 313px;
}

.popup-pinmap.right.style1 {
    top: -83px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.popup-pinmap.right.style1:before {
    top: 90px;
}

.popup-pinmap.left.style1 {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: -5px;
}

.popup-pinmap.left.style1:before {
    top: auto;
    bottom: 10px;
}

.pinmap-popup-main.style1 {
    min-width: 231px;
}


/*banner home 09*/


.item-banner.style12 .banner-content {
    padding-top: 53px;
    padding-right: 160px;
    padding-bottom: 57px;
    padding-left: 23px;
    margin-bottom: 30px;
}

.item-banner.style12 .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}

.item-banner.style12 .description {
    margin-bottom: 20px;
}

.item-banner.style12 .button {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 39px;
}

.item-banner.style13 .banner-content {
    padding-top: 48px;
    padding-right: 160px;
    padding-bottom: 76px;
    padding-left: 35px;
    margin-bottom: 30px;
    text-align: center;
}

.item-banner.style13 .sub-title {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}

.item-banner.style13 .icon {
    font-size: 48px;
    color: #f7f7f7;
    margin-bottom: 15px;
    display: block;
}

.item-banner.style13 .title {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 7px;
    letter-spacing: 0;
}


.item-banner.style14 .banner-content {
    padding-top: 45px;
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.item-banner.style14 .title {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 21px;
}

.item-banner.style14 .code {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dbdbdb;
    margin-bottom: 0;
}

.item-banner.style14 .code .nummer-code {
    font-size: 18px;
    color: rgb(238, 188, 29);
    position: relative;
}



.item-banner.style15 .banner-content {
    padding-left: 40px;
    padding-right: 500px;
    margin-bottom: 30px;
    padding-top: 36px;
    padding-bottom: 42px;
}

.item-banner.style15 .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.item-banner.style15 .description {
    margin-bottom: 20px;
}

.item-banner.style15 .banner-price {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    text-decoration: underline;
}


.item-banner.style16 .banner-content {
    padding-top: 36px;
    padding-right: 40px;
    padding-bottom: 42px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.item-banner.style16 .title {
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
}

.item-banner.style16 .description {
    margin-bottom: 20px;
}

.item-banner.style16 .button {
    height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.item-banner.style17 .banner-content {
    padding-top: 57px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.item-banner.style17 .title {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 10px;
}

.item-banner.style17 .description {
    margin-bottom: 15px;
}

.item-banner.style17 .banner-price {
    line-height: 28px;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    color: #dbdbdb;
}

.item-banner.style17 .number-price {
    font-size: 30px;
    color: rgb(238, 188, 29);
    font-weight: 700;
    position: relative;
}


/*banner home 10*/


.item-banner.style10 .banner-content {
    padding-top: 80px;
    padding-right: 180px;
    padding-bottom: 75px;
    padding-left: 50px;
    margin-bottom: 30px;
}

.item-banner.style10 .herald-subtitle {
    line-height: 24px;
}

.item-banner.style10 .title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.item-banner.style10 .description {
    margin-bottom: 0;
}



.item-banner.style11 .banner-content {
    padding-top: 68px;
    padding-right: 330px;
    padding-bottom: 63px;
    padding-left: 50px;
    margin-bottom: 30px;
}

.item-banner.style11 .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}

.item-banner.style11 .description {
    margin-bottom: 25px;
}


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


/*       FOOTER         */


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

.footer {
    background: #151515;
}

.footer .container-wapper {
    padding-top: 60px;
}

.footer .footer-end {
    padding: 20px 0;
}

.footer .single-img {
    margin-bottom: 7px;
    max-width: 270px;
    padding-top: 5px;
}

.footer .widget-box .text-content-elememnt {
    font-size: 15px;
}

.footer.default .widget-box .text-content-elememnt {
    padding-right: 100px;
}

.footer .widget-box .text-content-elememnt p {
    margin-bottom: 0;
}

.footer .widgettitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 26px;
    line-height: 24px;
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}

.footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .menu .menu-item {
    color: #868686;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer .menu .menu-item a strong {
    color: #fff;
    font-weight: normal;
}

.herald-newsletter.style1 {
    margin-bottom: 10px;
}

.herald-newsletter.style1 .title,
.herald-newsletter.style2 .title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 29px;
    position: relative;
    margin-top: 11px;
}

.herald-newsletter.style1 .title,
.herald-newsletter.style2 .title,
.footer .widgettitle {
    font-family: 'Open Sans', sans-serif;
}

.herald-newsletter.style1 .list {
    margin-bottom: 20px;
    max-width: 330px;
}

.herald-newsletter.style1 .list .text {
    font-size: 15px;
}

.herald-newsletter.style1 .list label {
    font-size: 15px;
    color: #bbbbbb;
    font-weight: 700;
    margin: 0 0 0 20px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.herald-newsletter.style1 .list input[type=radio] {
    display: none;
}

.herald-newsletter.style1 .list input[type=radio]:checked + span {
    border-bottom: 1px solid #bbbbbb;
}

.herald-newsletter.style1 .list label span:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #666666;
    left: 0px;
    top: 5px;
    border-radius: 50%;
}

.herald-newsletter.style1 .list input[type=radio]:checked + span:after {
    content: "";
    display: inline-block;
    top: 9px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bbbbbb;
    position: absolute;
    z-index: 11;
    padding: 0;
}

.herald-newsletter.style1 .newsletter-form-wrap .input-text {
    width: 100%;
    background: #fff;
    border-color: #fff !important;
    color: #bbbbbb;
    font-size: 15px;
}

.herald-newsletter.style1 .newsletter-form-wrap .submit-newsletter {
    color: #fff;
    margin-top: 15px;
    background: #978f6e;
    min-width: 200px;
}

.footer .herald-socials {
    display: inline-block;
}

.footer .herald-socials .socials {
    margin: 0;
    padding: 0;
}

.footer .herald-socials li {
    list-style: none;
    display: inline-block;
    font-size: 23px;
    color: #555555;
}

.footer .herald-socials li:first-child {
    padding-left: 0;
}

.footer .herald-socials li a {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.footer .border-custom span {
    margin-top: 45px;
}


/*footer style 2*/

.footer.style2 .container-wapper {
    padding-top: 60px;
}

.footer.style2 .herald-custommenu {
    padding-left: 20px;
}

.footer.style2 .box-footer:first-child .herald-custommenu {
    padding-left: 0;
}

.footer.style2 .herald-newsletter {
    padding-left: 100px;
    margin-bottom: 40px;
    padding-right: 100px;
}

.footer.style2 .herald-payment {
    padding-left: 100px;
}

.footer .menu-connect li a::before {
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #eeeeee;
    margin-right: 20px;
}

.footer .menu-connect li.facebook a::before {
    content: "\f082";
}

.footer .menu-connect li.twitter a::before {
    content: "\f099";
}

.footer .menu-connect li.instagram a::before {
    content: "\f16d";
}

.footer .menu-connect li.youtube a::before {
    content: "\f16a";
}

.footer .menu-connect li.pinterest a::before {
    content: "\f0d2";
}


/*============footer style 3==============*/

.footer.style3 .herald-socials {
    padding-top: 13px;
}

.footer.style3 .herald-socials .social-item {
    list-style: none;
    display: inline-block;
    padding: 17px 12px;
    font-size: 23px;
    color: #555555;
}

.footer.style3 .herald-socials .social-item:first-child {
    padding-left: 0;
}

.footer.style3 .herald-socials .social-item:hover {
    color: #ffffff;
}

.footer .herald-custommenu.style1 .menu .menu-item {
    width: 50%;
    float: left;
}

.footer.style3 .herald-custommenu.style1 {
    padding-left: 22px;
    overflow: hidden;
}

.herald-lastestblog .post {
    overflow: hidden;
    margin-bottom: 20px;
}

.herald-lastestblog .post:last-child {
    margin-bottom: 0;
}

.herald-lastestblog .post .time {
    display: inline-block;
    float: left;
    margin-right: 15px;
    min-width: 48px;
    height: 49px;
    text-align: center;
    border: 1px solid #888;
    overflow: hidden;
    padding: 7px 5px;
    font-weight: 700;
}

.herald-lastestblog .post .time span {
    display: block;
    font-weight: 700;
}

.herald-lastestblog .post .time .date {
    font-size: 16px;
    color: #ccc;
    line-height: 16px
}

.herald-lastestblog .post .time .month {
    font-size: 13px;
    color: #888;
    line-height: 13px;
}

.herald-lastestblog .post .infor {
    overflow: hidden;
}

.footer .herald-lastestblog .widgettitle {
    margin-bottom: 20px;
}

.herald-lastestblog .post .infor .post-title {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.2;
}

.herald-lastestblog .post .infor .post-title a {
    color: #888888;
}

.herald-lastestblog .post .infor .post-title a:hover {
    color: #ffffff;
}

.herald-lastestblog .post .infor .meta {
    font-size: 12px;
    color: #444444;
}

.herald-newsletter.style2 .subtitle {
    color: #888;
    margin-bottom: 25px;
}

.herald-newsletter.style2 .newsletter-form-wrap .input-text {
    width: 100%;
    font-size: 15px;
    color: #888;
    background: #fff;
    border-color: #fff;
    margin-bottom: 20px;
}

.herald-newsletter.style2 .newsletter-form-wrap .submit-newsletter {
    min-width: 116px;
    background-color: #333333;
    color: #ffffff;
}

.footer .herald-newsletter .newsletter-form-wrap .input-text:focus {
    border-color: transparent !important;
}


/*footer style 10*/

.footer.style10 .herald-newsletter.style1 .newsletter-form-wrap .submit-newsletter {
    background-color: #75905e;
}


/*footer style 09*/

.footer.style9 .herald-iconbox.default {
    margin-bottom: 0;
    margin-top: 38px;
    border-color: #282828;
}

.footer.style9 .herald-iconbox-wrapp .border-custom span {
    margin-top: 40px;
}

.footer.style9 .herald-iconbox.default .icon {
    color: #444444;
}

.footer.style9 .herald-iconbox.default .iconbox-inner .content .title {
    color: #eeeeee;
}

.footer.style9 .herald-iconbox.default .iconbox-inner .content .text {
    color: #555555;
}


/*footer style 08*/

.footer.style8 {
    background-color: #060606;
}


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


/*   RESPONSIVE      */


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

@media (max-width: 1199px) {
    .item-banner.style1 .inner .title {
        font-size: 30px;
    }

    .item-banner.style2 .title {
        font-size: 28px;
    }

    .item-banner .hot-price .price-number {
        font-size: 26px;
    }

    .product-item.style-list .product-name {
        font-size: 15px;
    }

    .herald-product.layout1 .head .title {
        font-size: 24px;
    }

    .herald-newsletter.default .title {
        font-size: 26px;
    }

    .herald-blog-item .blog-title {
        font-size: 18px;
    }

    .herald-tabs .tab-link li a {
        font-size: 13px;
    }

    .item-banner.style15 .title,
    .item-banner.style16 .title {
        font-size: 26px;
    }

    .herald-tabs.default.rows-space-40 {
        margin-bottom: 35px;
    }

    .item-banner.style17 .title,
    .item-banner.style4 .title,
    .item-banner.style5 .title,
    .item-banner.style7 .title,
    .item-banner.style8 .title,
    .item-banner.style17 .title,
    .item-banner.style4 .title,
    .item-banner.style5 .title,
    .item-banner.style7 .title,
    .item-banner.style8 .title {
        font-size: 24px;
    }

    .herald-newsletter.style3 .title {
        font-size: 24px;
    }

    .team-member .border-custom {
        margin-top: 55px;
    }

    .item-banner.style12 .banner-content {
        margin-bottom: 18px;
    }

    .herald-newsletter.style3::before,
    .item-banner .inner::before,
    .slider-item .slider-inner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0.5;
        display: none;
    }

    .header-banner.banner-image .banner-wrap .banner-header,
    .herald-newsletter > *,
    .item-banner .banner-content {
        position: relative;
    }

    .banner-wrapp.rows-space-65,
    .herald-product.produc-featured .rows-space-65 {
        margin-bottom: 55px;
    }

    .home-slider-banner {
        margin-bottom: 33px;
    }

    .item-banner.style9 .banner-content {
        padding-right: 15px;
    }

    .herald-newsletter.default .subtitle {
        margin-bottom: 20px;
    }

    .herald-iconbox.default {
        padding: 25px 10px;
    }

    .slider-item.style4 .title-big,
    .slider-item.style5 .title-big,
    .slider-item.style6 .title-big {
        font-size: 34px;
    }

    .sevice-box-content .sevice-title,
    .header-banner .title {
        font-size: 28px;
        font-weight: 600;
    }

    .comments-area {
        margin-bottom: 50px;
    }

    .pagination {
        margin-top: 35px;
    }

    .pagination.grid {
        margin-top: 10px;
    }

    .post-item .post-title {
        font-size: 24px;
    }

    .herald-product.produc-featured.rows-space-65 {
        margin-bottom: 55px;
    }

    .item-banner.style9 .title {
        font-size: 28px;
    }

    .herald-tabs.default.rows-space-30 {
        margin-bottom: 20px;
    }

    .item-banner.style21 .title {
        font-size: 36px;
    }

    .slick-dots {
        margin-top: 30px;
    }

    .herald-blog-wraap.default {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .banner-pinmap-wrapp.rows-space-70 {
        margin-bottom: 55px;
    }

    .home-slider.fullwidth.rows-space-60 {
        margin-bottom: 45px;
    }

    .banner-video-wrapp.rows-space-40,
    .herald-product.produc-featured.rows-space-40 {
        margin-bottom: 25px;
    }

    .herald-product.layout1 {
        padding: 55px 0 20px;
    }

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

    .slider-item .title-big {
        font-size: 30px;
    }

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

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

    .herald-tabs.default.rows-space-40 {
        margin-bottom: 35px;
    }

    .item-banner.style6 .banner-content {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .item-banner.style6 .title {
        font-size: 36px;
    }

    .product-in-stock-wrapp.rows-space-40 {
        margin-bottom: 20px;
    }

    .product-grid-title,
    .custommenu-title-blog {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .main-content {
        padding-bottom: 55px;
    }

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

    .instagram-wrapp .custommenu-title-blog-wrap {
        margin-top: 50px;
    }

    .herald-tabs .tab-head {
        margin-bottom: 35px;
    }

    .footer .container-wapper {
        padding-top: 55px;
    }

    .footer .widgettitle {
        margin-bottom: 26px;
    }

    .home-slider.style1 {
        padding-top: 0;
    }

    .form-message {
        padding: 45px;
    }

    .blog-slider.style-1 .blog-item {
        margin: 0;
    }

    .footer .border-custom span {
        margin-top: 20px;
    }

    .slider-product .slick-slider > .slick-arrow:first-child,
    .herald-blog .slick-slider > .slick-arrow:first-child {
        left: 0;
    }

    .slider-product .slick-slider > .slick-arrow,
    .herald-blog .slick-slider > .slick-arrow {
        right: 0;
    }

    /*header style1*/
    .header.style1 .header-element {
        float: right;
        text-align: right;
    }

    .header.style1 .header-language .herald-language {
        margin-left: 25px;
        float: left;
    }

    .header .logo {
        text-align: left;
    }

    .header .header-nav {
        display: none;
    }

    .header .header-block-text,
    .herald-menu-panel .header-block-text {
        display: none;
    }

    .header-control {
        text-align: center;
        padding: 20px 0 0;
    }

    .header-language .herald-submenu {
        left: auto;
        right: 0
    }

    .block-search .herald-submenu {
        left: -100%;
        right: auto;
    }

    .submenu.menu-page {
        padding: 30px 20px;
    }

    .mega-menu .herald-custommenu {
        margin-bottom: 30px;
    }

    /*footer*/
    .footer .box-footer {
        margin-bottom: 20px;
    }

    /*contact page*/
    .herald-contact-info .socials {
        padding-top: 15px;
    }

    /*product list*/
    .product-item.style-list .product-info-left {
        width: auto;
        padding: 0 10px;
    }

    .product-item.style-list .product-info-right {
        border: 0;
        text-align: left;
        padding: 0 0 0 10px;
        width: auto;
    }

    .full-width .product-item.style-list .product-info-right {
        width: auto;
    }

    .product-item.style-list .product-thumb {
        border: none;
        padding-right: 10px;
    }

    .slider-lookbook.nav-center > .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }

    /*in lookbook*/
    .slider-lookbook:hover > .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .slick-slider.slider-lookbook.nav-center > .slick-arrow {
        right: 0;
    }

    .slick-slider.slider-lookbook.nav-center > .slick-arrow:first-child {
        left: 0;
    }

    /*menu mobile*/
    .header.style7 .mobile-navigation {
        top: -10px;
    }

    .mobile-navigation {
        display: inline-block;
        vertical-align: top;
        margin-left: 17px;
        /* border: 2px solid rgb(238, 188, 29); */
        border-radius: 0;
        padding: 14px 11px 10px;
        position: relative;
    }

    .mobile-navigation span {
        background-color: #333;
        display: block;
        width: 27px;
        margin-bottom: 5px;
        height: 2px;
    }

    /*checkout page*/
    .checkout-wrapp .row-col-2 {
        padding-left: 15px;
    }

    /*shop page*/
    .full-width .details-thumd {
        padding-left: 0;
    }

    /*==========home 01=========*/
    .product-item.style2 .product-inner {
        display: block;
    }

    .slider-item.style1 .slider-inner .slider-infor,
    .slider-item.style3 .slider-inner .slider-infor,
    .slider-item.style2 .slider-inner .slider-infor {
        padding-left: 200px;
    }

    .item-banner.style3 .banner-content {
        padding-left: 320px;
    }

    /*==========home 02=========*/
    /*header*/
    .header.style2 .header-control {
        padding: 0;
        text-align: right;
    }

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

    /*slider*/
    .slider-item.style4 .slider-inner .slider-infor,
    .slider-item.style5 .slider-inner .slider-infor,
    .slider-item.style6 .slider-inner .slider-infor {
        padding-left: 200px;
    }

    /*banner home 02*/
    .item-banner.style4 .banner-content,
    .item-banner.style5 .banner-content {
        padding-right: 130px;
    }

    /*footer styel2*/
    .footer.style2 .herald-custommenu {
        padding-left: 0;
    }

    .footer.style2 .herald-newsletter {
        padding-left: 0;
        padding-right: 0;
    }

    /*==========home 03=========*/
    /*header style3*/
    .header.style3 .block-search .herald-submenu {
        left: auto;
        right: 0;
    }

    /*footer*/
    .footer.style3 .herald-custommenu.style1 {
        padding-left: 0;
    }

    /*==========home 04=========*/
    .header.vertical-style .header-nav {
        display: block;
    }

    .header.vertical-style .mobile-navigation {
        display: none;
    }

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

    .header.style4 .header-control {
        padding-top: 0;
        text-align: right;
    }

    .header.style4 .header-control .block-header .herald-submenu {
        left: auto;
    }

    .slider-item.style22 .slider-inner .slider-infor,
    .slider-item.style23 .slider-inner .slider-infor,
    .slider-item.style24 .slider-inner .slider-infor {
        padding-left: 420px;
    }

    /*==========home 05=========*/
    .header.style5 .header-language {
        display: none;
    }

    .header.style5 .header-nav .header-language {
        display: block;
    }

    .header.style5 .header-control {
        padding: 0;
    }

    .header.style5 .header-element {
        text-align: right;
    }

    .header.style5 .block-search-block {
        text-align: left;
    }

    .slider-item.style25 .slider-inner .slider-infor,
    .slider-item.style26 .slider-inner .slider-infor,
    .slider-item.style27 .slider-inner .slider-infor {
        padding-left: 550px;
    }

    .fullwidth.style2 .slick-list .slick-slide {
        padding: 0;
    }

    /*==========home 06=========*/
    .header.style6 {
        padding: 30px;
    }

    .header.style6 .logo {
        padding-bottom: 0;
    }

    .header.style6 .header-control {
        margin-bottom: 20px;
    }

    .header.style6 .header-nav .mCustomScrollbar {
        height: calc(100vh - 260px);
    }

    .item-banner.style28 .banner-content,
    .item-banner.style29 .banner-content,
    .item-banner.style30 .banner-content {
        padding-bottom: 250px;
        padding-top: 250px;
    }

    .item-banner.style29 .inner {
        background-position: top;
    }

    /*==========home 07=========*/
    .header .main-header {
        padding: 40px 0 37px;
    }

    .header.style7 .header-nav-container,
    .header.style7 .header-nav-wapper {
        display: none;
    }

    .header.style7 .header-control {
        padding-top: 0;
    }

    .slider-item.style19 .slider-inner .slider-infor,
    .slider-item.style20 .slider-inner .slider-infor,
    .slider-item.style21 .slider-inner .slider-infor {
        padding-left: 300px;
    }

    /*==========home 08=========*/
    .header.style8 .header-control .block-header .herald-submenu {
        left: auto;
    }

    .item-banner.style20 .title {
        font-size: 30px;
    }

    .item-banner.style20 .code .nummer-code {
        font-size: 15px;
    }

    .item-banner.style21 .banner-content {
        padding-left: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .item-banner.style21 .group-pinap .btn-pinmap-1 {
        left: 360px;
    }

    /*==========home 09=========*/
    /*herder*/
    .header.style9 .bar-open-menu {
        display: none;
    }

    .header.style9 .header-control {
        padding-top: 0;
    }

    .header.style9 .block-search .herald-submenu {
        right: 0;
        left: auto;
    }

    .slider-item.style13 .slider-inner .slider-infor,
    .slider-item.style14 .slider-inner .slider-infor,
    .slider-item.style15 .slider-inner .slider-infor {
        padding-left: 450px;
    }

    .slider-item.style13 .pinmap-buttom.btn-pinmap-1 {
        top: 260px;
        left: 340px;
    }

    .slider-item.style13 .pinmap-buttom.btn-pinmap-2 {
        left: 230px;
    }

    .slider-item.style14 .pinmap-buttom.btn-pinmap-1 {
        top: 270px;
        left: 345px;
    }

    .slider-item.style14 .pinmap-buttom.btn-pinmap-2 {
        left: 300px;
    }

    .slider-item.style15 .pinmap-buttom.btn-pinmap-1 {
        left: 390px;
    }

    .item-banner.style9 .banner-content,
    .item-banner.style15 .banner-content,
    .item-banner.style12 .banner-content,
    .item-banner.style13 .banner-content,
    .item-banner.style14 .banner-content,
    .item-banner.style16 .banner-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*==========home 10=========*/
    .header.style10 .logo {
        text-align: center;
    }

    .header.style10 .header-language .herald-language {
        margin-left: 30px;
    }

    .header.style10 .header-control {
        padding: 0;
    }

    .header.style10 .header-control .block-header .herald-submenu {
        right: 0;
        left: auto;
    }

    .item-banner.style10 .banner-content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .item-banner.style11 .banner-content {
        padding-right: 160px;
        padding-left: 40px;
    }

    .herald-product .product-list-owl.nav-botton-center {
        padding: 0;
    }

    .slider-product .slick-slider.nav-botton-center > .slick-arrow {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-product .slick-slider.nav-botton-center > .slick-arrow:first-child {
        left: 0;
    }

    .slider-item.style10 .slider-inner .slider-infor,
    .slider-item.style11 .slider-inner .slider-infor,
    .slider-item.style12 .slider-inner .slider-infor {
        padding-left: 230px;
    }

    .product-item.style-6 .product-thumb {
        margin-bottom: 2px;
    }

    .breadcrumb {
        border-top: 1px solid #e8e8e8;
    }

    .custom_blog_title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .team-member .custom_blog_title {
        margin-top: 53px;
        margin-bottom: 37px;
    }
}

@media (max-width: 1024px) {
    /*header*/
    .main-menu .submenu .submenu {
        left: 60%;
        top: 50%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .col-lg-4.banner-wrapp .banner {
        width: calc(50% - 10px);
        float: left;
    }

    .col-lg-4.banner-wrapp .banner:last-child {
        float: right;
    }
}

@media (max-width: 991px) {
    .item-banner.style4 .banner-content,
    .item-banner.style5 .banner-content {
        padding-left: 30px;
    }

    .custommenu-title-blog-wrap .view-all {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 5px;
    }

    .item-banner.style7 .banner-content {
        padding-right: 130px;
    }

    .item-banner.style8 .banner-content {
        padding-right: 136px;
    }

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

    /*popup*/
    .kt-popup-newsletter .image-newsletter {
        display: none !important;
    }

    .kt-popup-newsletter.style-1 {
        width: 100%;
    }

    .kt-popup-newsletter .popup-content {
        text-align: center;
    }

    /*single blog*/
    .sidebar .wrapper-sidebar {
        margin-top: 40px;
    }

    /*login*/
    .customer_login .login-item {
        margin-bottom: 30px;
    }

    /*shop page*/
    .woof_Widget {
        padding: 20px;
    }

    /*footer*/
    .coppyright,
    .footer-end .herald-payment,
    .footer-end .demos {
        text-align: center;
        padding: 5px 0;
    }

    .footer .widget-box .text-content-elememnt {
        padding-right: 0;
    }

    /*in lookbook*/
    .sevice-item .sevice-thumb {
        text-align: center;
        margin-bottom: 30px;
    }

    .sevice-item .col-sm-6 ~ .col-sm-6 > .sevice-thumb {
        margin-bottom: 0;
    }

    .sevice-box-content {
        position: static;
        transform: none;
        padding: 0;
    }

    .sevice-item.style-1.has-item-sevice .sevice-box-content {
        padding-bottom: 40px;
        padding-top: 0;
    }

    /*checkout page*/
    .checkout-wrapp .row-col {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }

    .checkout-form {
        padding: 30px 20px 10px;
    }

    .your-order .title-form {
        margin-bottom: 25px;
    }

    .checkout-wrapp .button {
        margin-bottom: 30px;
    }

    /*GridProducts page*/
    .shop-grid-content.full-width .shop-top-control .select-item {
        width: auto;
    }

    /*===========home 02=========*/
    /*header*/
    .header.style2 .header-control {
        text-align: center;
        padding: 20px 0 0;
    }

    .header.style2 .header-element {
        float: right;
    }

    .header.style2 .form-search .form-content {
        text-align: right;
    }

    .header.style2 .logo {
        text-align: left;
    }

    /*popup newletter*/
    .kt-popup-newsletter {
        display: none;
    }

    /*===========home 04=========*/
    .header.style4 .header-control {
        text-align: left;
        padding-top: 0;
    }

    .header.style4 .mobile-navigation {
        display: none;
    }

    .header.style4 .mobile-navigation span {
        background: #eeeeee;
    }

    .vertical-style .herald-demolink .title {
        color: #222222;
    }

    /*===========home 05=========*/
    .slider-item.style25 .slider-inner .slider-infor,
    .slider-item.style26 .slider-inner .slider-infor,
    .slider-item.style27 .slider-inner .slider-infor {
        padding-left: 420px;
    }

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

    /*===========home 07=========*/
    .product-item.style-3 .quantity {
        display: none;
    }

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

    /*===========home 08=========*/
    .item-banner.style18 .banner-content {
        margin-bottom: 20px;
    }

    .item-banner.style21 .banner-content {
        padding-left: 244px;
    }

    .herald-product.layout1 .product-list-owl .product-item .thumb-inner img {
        margin: 0 auto;
    }

    /*===========home 09=========*/
    .slider-item.style13 .slider-inner .slider-infor,
    .slider-item.style14 .slider-inner .slider-infor,
    .slider-item.style15 .slider-inner .slider-infor {
        padding-left: 200px;
    }

    .group-pinap .pinmap-buttom {
        display: none;
    }

    .item-banner.style14 .title {
        font-size: 35px;
    }

    .item-banner.style14 .code {
        font-size: 10px;
    }

    /*===========home 10=========*/
    .slider-item.style10 .slider-inner .slider-infor,
    .slider-item.style11 .slider-inner .slider-infor,
    .slider-item.style12 .slider-inner .slider-infor {
        padding-left: 200px;
    }

    .product-deal-slider .product-list-owl .thumb-link img {
        margin: 0 auto;
    }

    .product-deal-slider {
        margin-bottom: 30px;
    }

    .herald-iconbox.default .iconbox-inner {
        display: block;
        text-align: center;
    }

    .herald-iconbox.default .iconbox-inner .icon,
    .herald-iconbox.default .content {
        display: block;
        width: 100%;
        padding: 0
    }

    .herald-iconbox.default .iconbox-inner .icon {
        padding-bottom: 20px;
    }

    .cart-form .shop_table tbody > tr > td {
        padding: 10px;
    }

    .cart-form .shop_table .product-thumbnail {
        padding-left: 10px;
    }

    .herald-newsletter.default .title,
    .product-grid-title,
    .custommenu-title-blog {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .item-banner.style11 .banner-content,
    .item-banner.style10 .banner-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .instagram-wrapp .custommenu-title-blog-wrap .view-all {
        margin-top: 54px;
    }

    .product-item.style-list .product-name {
        font-size: 14px;
    }

    .title-form {
        font-size: 16px;
    }

    .item-banner.style15 .title,
    .item-banner.style16 .title {
        font-size: 22px;
    }

    .banner-video-wrapp.rows-space-40 {
        margin-bottom: 15px;
    }

    .herald-product.produc-featured.rows-space-40 {
        margin-bottom: 20px;
    }

    .herald-blog-wraap.default {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .instagram-wrapp .custommenu-title-blog-wrap {
        margin-top: 45px;
    }

    .item-banner.style11 .title {
        font-size: 24px;
    }

    .herald-product.produc-featured.rows-space-65 {
        margin-bottom: 45px;
    }

    .slider-item .title-big {
        font-size: 24px;
        font-weight: 600;
    }

    .slider-item .price .number-price,
    .item-banner.style17 .number-price {
        font-size: 20px;
        font-weight: 600;
    }

    .item-banner .herald-subtitle {
        font-size: 13px;
    }

    .item-banner.style17 .title,
    .item-banner.style4 .title,
    .item-banner.style5 .title,
    .item-banner.style7 .title,
    .item-banner.style8 .title,
    .item-banner.style17 .title,
    .item-banner.style4 .title,
    .item-banner.style5 .title,
    .item-banner.style7 .title,
    .item-banner.style8 .title {
        font-size: 20px;
    }

    .herald-tabs .tab-link::before {
        display: none;
    }

    .item-banner.style6 .banner-content {
        padding-bottom: 75px;
        padding-top: 75px;
    }

    .footer .widgettitle {
        margin-bottom: 13px;
    }

    .shop-top-control {
        padding-bottom: 10px;
    }

    .herald-newsletter.style1 .title,
    .herald-newsletter.style2 .title,
    .footer .widgettitle {
        margin-bottom: 13px;
    }

    .herald-newsletter.style3 .title {
        font-size: 20px;
    }

    .herald-iconbox .content .title {
        font-size: 14px;
    }

    .herald-newsletter.style3 {
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .slider-item.style4 .slider-inner .slider-infor,
    .slider-item.style5 .slider-inner .slider-infor,
    .slider-item.style6 .slider-inner .slider-infor,
    .slider-item.style1 .slider-inner .slider-infor,
    .slider-item.style3 .slider-inner .slider-infor,
    .slider-item.style2 .slider-inner .slider-infor,
    .slider-item.style7 .slider-inner .slider-infor,
    .slider-item.style8 .slider-inner .slider-infor,
    .slider-item.style9 .slider-inner .slider-infor,
    .slider-item.style13 .slider-inner .slider-infor,
    .slider-item.style14 .slider-inner .slider-infor,
    .slider-item.style15 .slider-inner .slider-infor,
    .slider-item.style19 .slider-inner .slider-infor,
    .slider-item.style20 .slider-inner .slider-infor,
    .slider-item.style21 .slider-inner .slider-infor,
    .slider-item.style25 .slider-inner .slider-infor,
    .slider-item.style26 .slider-inner .slider-infor,
    .slider-item.style27 .slider-inner .slider-infor {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .item-banner.style1 .inner .title {
        font-size: 26px;
    }

    .item-banner.style2 .title {
        font-size: 24px;
    }

    .herald-newsletter.style1 .newsletter-form-wrap .input-text {
        font-size: 13px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    textarea,
    select {
        padding: 7px 10px;
    }

    .button,
    button,
    input[type="submit"] {
        font-size: 11px;
    }

    .item-banner.style10 .title {
        font-size: 28px;
        line-height: 1.2;
    }

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

    .home-slider-banner {
        margin-bottom: 25px;
    }

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

    .details-infor .product-title {
        font-size: 22px;
    }

    .details-infor .price {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sevice-item.style-1 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .content-inlookbook .pagination {
        margin-bottom: 40px;
    }

    .wapper-slider-lookbook {
        padding: 40px 0;
    }

    .slider-lookbook-item .lookbook-inner {
        padding: 15px;
    }

    .sevice-box-content .sevice-title,
    .header-banner .title {
        font-size: 22px;
    }

    .pagination {
        margin-top: 30px;
    }

    .comments-area {
        margin-bottom: 30px;
    }

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

    .comment-form .comment-reply-content {
        padding: 0 15px;
    }

    .comment-form {
        padding-top: 0;
        margin-bottom: 30px;
    }

    blockquote,
    q {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .post-item .post-title {
        font-size: 22px;
    }

    .blog-articles > .custom_blog_title,
    .comments-area > .custom_blog_title {
        font-size: 16px;
    }

    .widget .widgettitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .widget {
        margin-bottom: 30px;
    }

    .newsletter-widget {
        padding: 20px 15px;
    }

    .form-message .title {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .herald-newsletter.style3 {
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .herald-tabs.default.rows-space-30 {
        margin-bottom: 10px;
    }

    .banner-wrapp.rows-space-60,
    .herald-product.produc-featured.rows-space-60 {
        margin-bottom: 35px;
    }

    .item-banner.style9 .title {
        font-size: 22px;
    }

    .item-banner.style21 .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .item-banner.style21 .title {
        font-size: 26px;
    }

    .herald-product.layout1 .head .title {
        font-size: 22px;
    }

    .herald-product.layout1 {
        padding: 40px 0 20px;
    }

    .banner-pinmap-wrapp.rows-space-70 {
        margin-bottom: 40px;
    }

    .home-slider.fullwidth.rows-space-60 {
        margin-bottom: 35px;
    }

    .item-banner.style16 .title,
    .item-banner.style12 .title {
        font-size: 26px;
    }

    .item-banner.style14 .title {
        font-size: 30px;
    }

    .product-in-stock-wrapp.rows-space-40 {
        margin-bottom: 10px;
    }

    .instagram-wrapp .custommenu-title-blog i {
        font-size: 50px;
    }

    .home-slider .slick-slider.nav-center > .slick-arrow {
        display: none !important;
    }

    .herald-newsletter.default .title,
    .product-grid-title,
    .custommenu-title-blog {
        font-size: 22px;
    }

    .product-grid-title,
    .custommenu-title-blog {
        margin-bottom: 30px;
    }

    .herald-tabs .tab-head {
        margin-bottom: 30px;
    }

    .herald-tabs.default.rows-space-40 {
        margin-bottom: 25px;
    }

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

    .logo img {
        max-width: 162px;
    }

    .slick-dots {
        margin-top: 25px;
    }

    .herald-tabs .tab-link li a {
        margin: 0 6px;
        font-size: 12px;
    }

    .item-banner.style6 .title {
        font-size: 24px;
    }

    .product-grid-title {
        padding-top: 35px;
    }

    .tab-details-product {
        margin-top: 40px;
    }

    .cart-form .shop_table tbody tr.cart_item td.product-remove {
        position: static;
        transform: none;
        padding: 20px 0 10px;
    }

    .cart-form .shop_table,
    .cart-form .shop_table tbody,
    .cart-form .shop_table tr,
    .cart-form .shop_table td {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }

    .cart-form .shop_table .product-price {
        padding-bottom: 20px;
    }

    .cart-form .shop_table tbody > tr > td.actions {
        padding: 20px;
    }

    .shop_table .actions > .order-total {
        float: none;
    }

    .cart-form .shop_table .product-quantity .quantity {
        margin: 0 auto;
    }

    .breadcrumb {
        padding: 25px 0 20px;
    }

    .custom_blog_title {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .blog-articles > .main-info-post {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .error-404 {
        padding: 35px 0 0;
    }

    .footer {
        margin-bottom: 60px;
    }

    .footer .footer-end {
        padding: 20px 0;
    }

    .footer .container-wapper {
        padding-top: 40px;
    }

    .footer .border-custom span {
        margin-top: 20px;
    }

    .col-sm-12:last-child .item-banner.style11 .banner-content,
    .col-xs-12:last-child .item-banner.style16 .banner-content {
        margin-bottom: 0;
    }

    .header .main-header,
    .header .top-bar {
        display: none;
    }

    .footer-device-mobile,
    .header-device-mobile {
        display: block;
    }

    /*single blog*/
    .blog-item .post-format {
        float: none;
        width: auto;
    }

    .blog-list .blog-item .post-format {
        max-width: 100%;
    }

    .blog-item .post-info {
        width: 100%;
        padding: 0;
        overflow: visible;
    }

    .blog-item .post-info::before {
        display: none;
    }

    .blog-slider.style-1 .blog-item {
        margin: 0;
        padding: 15px;
    }

    .blog-list .blog-item {
        padding: 20px;
    }

    /*short code*/
    /*pagination*/
    .pagination .page-numbers {
        margin-bottom: 10px;
    }

    /*404 page*/
    .error-404 {
        display: block;
    }

    .error-404 .images,
    .error-404 .text-404 {
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .error-404 .images {
        margin-bottom: 30px;
    }

    .error-404 .search-form .search-field {
        margin-right: 0
    }

    .text-404 .page-title {
        margin-top: 0;
    }

    /*about page*/
    .herald-iconbox.layout1 {
        text-align: center;
        margin-top: 50px;
    }

    .herald-iconbox.layout1 .icon-item {
        display: inline-block;
    }

    /*shop page*/
    .shop-top-control .select-form,
    .shop-top-control .grid-view-mode,
    .shop-top-control {
        display: inline-block;
        /* text-align: center; */
        vertical-align: top;
    }

    .shop-top-control .select-form,
    .grid-view-mode {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .shop-top-control .grid-view-mode {
        width: auto;
    }

    .full-width .details-thumd {
        padding: 0;
    }

    .full-width .details-thumd .owl-nav .owl-prev {
        left: 0;
    }

    .full-width .details-thumd .owl-nav .owl-next {
        right: 0;
    }

    .item-banner.style1 .banner-content,
    .item-banner.style2 .banner-content {
        padding-left: 30px;
    }

    /*product item*/
    .product-item .loop-form-add-to-cart {
        display: none;
    }

    /*product list*/
    .product-item.style-list .product-thumb,
    .product-item.style-list .product-info-left,
    .product-item.style-list .product-info-right {
        display: block;
        padding: 0;
        border: none;
        text-align: center;
        margin: 0 auto
    }

    .product-item.style-list .yith-wcwl-add-to-wishlist {
        width: auto;
        float: none;
    }

    .slider-lookbook-item .lookboox-thumb {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .slider-lookbook-item .lookboox-infore {
        padding: 15px 0 0;
    }

    .slider-lookbook-item .name-lookbook {
        margin-bottom: 20px;
    }

    /*details page*/
    .details-thumd {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .details-infor {
        width: 100%;
        padding: 0;
        border: 0;
        float: none;
    }

    .tab-details-product .tab-link li {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    /*backtotop*/
    .backtotop.show {
        display: none !important;
    }

    /*====================home 01==============*/
    .product-item.style2 .product-thumb,
    .product-item.style2 .product-info {
        display: block;
        text-align: center;
        padding: 0;
        width: 100%
    }

    .product-item.style2 .product-thumb .thumb-inner img,
    .product-item.style2 .group-buttons {
        margin: 0 auto;
    }

    .herald-tabs .tab-link li {
        padding: 10px 0;
    }

    .slider-item.style1 .slider-inner .slider-infor,
    .slider-item.style3 .slider-inner .slider-infor,
    .slider-item.style2 .slider-inner .slider-infor,
    .slider-item.style4 .slider-inner .slider-infor,
    .slider-item.style5 .slider-inner .slider-infor,
    .slider-item.style6 .slider-inner .slider-infor,
    .slider-item.style7 .slider-inner .slider-infor,
    .slider-item.style8 .slider-inner .slider-infor,
    .slider-item.style9 .slider-inner .slider-infor,
    .slider-item.style10 .slider-inner .slider-infor,
    .slider-item.style11 .slider-inner .slider-infor,
    .slider-item.style12 .slider-inner .slider-infor,
    .slider-item.style13 .slider-inner .slider-infor,
    .slider-item.style14 .slider-inner .slider-infor,
    .slider-item.style15 .slider-inner .slider-infor,
    .slider-item.style19 .slider-inner .slider-infor,
    .slider-item.style20 .slider-inner .slider-infor,
    .slider-item.style21 .slider-inner .slider-infor,
    .slider-item.style22 .slider-inner .slider-infor,
    .slider-item.style23 .slider-inner .slider-infor,
    .slider-item.style24 .slider-inner .slider-infor,
    .slider-item.style25 .slider-inner .slider-infor,
    .slider-item.style26 .slider-inner .slider-infor,
    .slider-item.style27 .slider-inner .slider-infor {
        padding-right: 30px;
        padding-left: 30px;
    }

    .item-banner.style3 .banner-content {
        padding-left: 30px;
    }

    /*====================home 04==============*/
    .vertical-style .mega-menu .herald-custommenu .widgettitle,
    .vertical-style .mega-menu .herald-custommenu ul li a {
        color: #222222;
    }

    /*====================home 05==============*/
    .herald-newsletter.style3 .submit-newsletter {
        margin-left: 0;
    }

    .herald-newsletter.style3 .newsletter-head {
        margin: 0;
    }

    /*====================home 06==============*/
    .header-vertical .header {
        left: -100%;
    }

    .header-vertical {
        padding-left: 0;
    }

    /*====================home 07==============*/
    .product-item.style-3 .product-thumb {
        float: none;
        max-width: 100%;
        margin: 0;
    }

    .owl-products .product-item.style-3 .product-thumb img {
        margin: 0 auto;
    }

    .product-item.style-3 .product-info {
        text-align: center;
    }

    .product-item.style-3 .group-buttons {
        display: none;
    }

    /*====================home 08==============*/
    .herald-product.layout1 .head {
        width: 100%;
        padding-top: 0;
        margin-bottom: 30px;
        margin-right: 0;
        padding-bottom: 70px;
    }

    .herald-product.layout1 .product-list-owl {
        width: 100%;
    }

    .slick-slider.nav-center-left .slick-arrow {
        top: 85px;
        left: auto;
        right: calc(50% - 80px);
        transform: translateX(-50%);
    }

    .slick-slider.nav-center-left .slick-arrow:first-child {
        left: calc(50% - 25px);
    }

    .herald-testimonials.default .testimonial-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*====================home 09==============*/
    /*====================home 10==============*/
    .product-item.style-6.product-type-variable .product-inner {
        padding-bottom: 30px;
    }

    .herald-iconbox.default {
        border: none;
    }

    .herald-contact-info .title {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .main-content {
        padding-bottom: 50px;
    }

    .herald-newsletter.style1 .title,
    .herald-newsletter.style2 .title,
    .footer .widgettitle {
        margin-top: 5px;
    }

    .slider-item.style4 .title-big,
    .slider-item.style5 .title-big,
    .slider-item.style6 .title-big {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .herald-newsletter.default {
        padding-right: 15px;
        padding-left: 15px;
    }

    .herald-tabs .tab-link li {
        display: block;
    }

    .herald-tabs .tab-link li a {
        margin: 0;
    }

    .custommenu-title-blog-wrap .view-all {
        font-size: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .custommenu-title-blog-wrap .view-all::after {
        margin-left: 5px;
    }

    .herald-newsletter.style3 .title,
    .herald-newsletter.default .title,
    .product-grid-title,
    .custommenu-title-blog {
        font-size: 25px;
    }

    .slider-item .title-big {
        max-width: 100%;
    }

    .herald-blog-item.style2 .post-thumb {
        float: none;
        width: auto;
    }

    .herald-blog-item.style2 .blog-title {
        margin-bottom: 30px;
    }

    .herald-blog-item.style2 .blog-info {
        width: 100%;
        padding: 0;
        overflow: visible;
    }

    .coppyright {
        font-size: 13px;
    }

    .product-item .product-inner {
        text-align: center;
    }

    .product-list-owl .product-item .thumb-inner img {
        margin: 0 auto;
    }

    /*footer*/
    .herald-newsletter.style1 .newsletter-form-wrap .submit-newsletter {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*single blog*/
    .view-share .author-view,
    .view-share .share {
        display: block;
        float: none;
    }

    .comment-form .form-submit .controll {
        float: none;
        text-align: center;
    }

    /*short code*/
    .pagination.style1 {
        text-align: center;
    }

    /*login*/
    .customer_login .login,
    .customer_login .register {
        padding: 20px 15px 10px;
    }

    .customer_login .title-login {
        padding: 15px;
    }

    /*contact page*/
    .form-message,
    .form-contact-information {
        padding: 20px 15px
    }

    .herald-contact-info .socials {
        padding-top: 0;
    }

    .herald-contact-info .item {
        margin-bottom: 20px;
    }

    /*shop page*/
    .shop-top-control .select-form,
    .shop-top-control .grid-view-mode,
    .shop-top-control {
        display: block;
        width: 100%;
        border: none;
    }

    .shop-top-control {
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .shop-top-control .grid-view-mode {
        margin-bottom: 0;
    }

    /*lookbook*/
    .sevice-box-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*checkout page*/
    .shipping-address .form-row.form-row-first,
    .shipping-address .form-row.form-row-last {
        width: 100%;
    }

    .shipping-address .form-row.form-row-last {
        float: none;
    }

    .checkout-wrapp .forn-row-col {
        width: 100%;
        padding: 0;
    }

    .payment-method .form-row-card-number {
        max-width: 100%;
    }

    .list-product-order .product-thumb {
        float: none;
        width: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }

    /*shop page*/
    .item-banner .button {
        padding-right: 10px;
        padding-left: 10px;
    }

    /*===============home 01===============*/
    .herald-blog-item .post-thumb img {
        width: 100%;
    }

    .header-block-text-wrapp {
        background: #111111;
    }

    .header-top-message {
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 16px;
    }

    .header-block-text {
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 16px;
    }

    .header-top-message .icon {
        font-size: 15px;
    }

    .header-block-text .icon {
        font-size: 15px;
    }

    .header-device-mobile .mobile-search-box,
    .header-device-mobile .mobile-settings-box,
    .header-device-mobile .menu-bar {
        width: 36px;
    }

    .header-device-mobile .mobile-navigation,
    .mobile-search-box > a,
    .mobile-settings-box > a {
        width: 35px;
        height: 36px;
        line-height: 32px;
    }

    .header-device-mobile .mobile-navigation {
        padding: 6px 8px 10px;
    }

    .slider-item.style4 .slider-inner .slider-infor,
    .slider-item.style5 .slider-inner .slider-infor,
    .slider-item.style6 .slider-inner .slider-infor {
        padding-right: 0;
        padding-left: 0;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .slider-item.style1 .slider-inner .slider-infor,
    .slider-item.style3 .slider-inner .slider-infor,
    .slider-item.style2 .slider-inner .slider-infor,
    .slider-item.style7 .slider-inner .slider-infor,
    .slider-item.style8 .slider-inner .slider-infor,
    .slider-item.style9 .slider-inner .slider-infor,
    .slider-item.style13 .slider-inner .slider-infor,
    .slider-item.style14 .slider-inner .slider-infor,
    .slider-item.style15 .slider-inner .slider-infor,
    .slider-item.style19 .slider-inner .slider-infor,
    .slider-item.style20 .slider-inner .slider-infor,
    .slider-item.style21 .slider-inner .slider-infor,
    .slider-item.style25 .slider-inner .slider-infor,
    .slider-item.style26 .slider-inner .slider-infor,
    .slider-item.style27 .slider-inner .slider-infor {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    /*===================home 02======================*/
    .slider-item.style4 .title-big,
    .slider-item.style5 .title-big,
    .slider-item.style6 .title-big {
        font-size: 26px;
    }

    .item-banner .banner-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    /*===================home 05======================*/
    .herald-newsletter.style3 .newsletter-form-wrap,
    .herald-newsletter.style3 .email-newsletter {
        text-align: center;
        width: 100%;
    }

    .herald-newsletter.style3 {
        padding-left: 0;
        padding-right: 0;
    }

    /*===================home 08======================*/
    .herald-testimonials.default .testimonial-item {
        padding: 20px;
        text-align: center;
    }

    .testimonial-item .image {
        float: none;
    }

    .testimonial-item .info {
        padding: 20px 0;
    }
}

.button,
button,
input[type="submit"],
.block-minicart .shopcart-icon .count,
.block-minicart .fav-icon .count-fav,
.load-more a:hover,
.herald-newsletter.style1 .newsletter-form-wrap .submit-newsletter:hover,
.product-item .button:hover,
.customer_login input[type="submit"],
.sevice-box-content .sevice-button:hover,
.footer-device-mobile-item.device-cart .count-icon,
.widget_filter_size li.active,
.widget_filter_size li:hover,
.product-item.style-list .single_variation_wrap > .button:hover,
.shoppingcart-content .control-cart .button:hover,
.checkout-wrapp .button:hover,
.product-item .button.quick-wiew-button:hover,
.checkout-wrapp .group-button-payment .btn-credit-card,
.payment-method-wrapp .button-control .btn-pay-now,
.end-checkout .button,
.btn-zoom.open_qv:hover,
.attribute_size .list-size a.active,
.attribute_size .list-size a:hover,
.tab-details-product .tab-link li a::after,
.product-item.style2 .group-buttons .button:hover,
.product-item.style-2 .group-buttons .added_to_cart:hover,
.kt-popup-newsletter.style-2 .mfp-close,
.shopcart-description .actions .button-viewcart:hover,
.kt-popup-quickview .mfp-close,
.herald-newsletter.style2 .newsletter-form-wrap .submit-newsletter:hover,
.product-item.style-6 .loop-form-add-to-cart .button,
.pinmap-buttom,
.header-nav-wapper .vertical-wapper,
.slider-item .slider-infor .button:hover,
.list-category .category-item:hover {
    background-color: #978f6e;
}

.product-item .button:hover,
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,
button:focus,
select:focus,
.sevice-box-content .sevice-button:hover,
.widget_filter_size li.active,
.widget_filter_size li:hover,
.shoppingcart-content .control-cart .button:hover,
.checkout-wrapp .button:hover,
.checkout-wrapp .group-button-payment .btn-credit-card,
.payment-method-wrapp .button-control .btn-pay-now,
.end-checkout .button,
.btn-zoom.open_qv:hover,
.attribute_size .list-size a.active,
.attribute_size .list-size a:hover,
.shopcart-description .actions .button-viewcart:hover,
.product-item.style-6 .loop-form-add-to-cart .button,
.slider-item .slider-infor .button:hover {
    border-color: #fff !important;
}

a:hover,
a:focus,
a:active,
.product-item.style-2 ul li a:hover,
.quantity .btn-number:hover,
.header-user-form-tabs .tab-link li.active,
.review .view:hover,
.review .s-comments:hover,
.product-item.style-list .product-info-left .attributes-display li a:hover,
.cart-form .product-remove:hover a:before,
.cart-form .shop_table .product-name .attributes-select:hover,
.cart-form .coupon .button:hover,
.slick-slider.slider-lookbook.nav-center > .slick-arrow:hover,
.slider-lookbook-item .view-the-look:hover,
.list-product-order .attributes-select:hover,
.header-language .herald-submenu > li > a:hover,
.sidebar input[type="checkbox"]:checked + label::before,
.main-menu .submenu > li:hover > a,
.main-menu .submenu > li.active > a,
.block-minicart .no-product .text span,
.header-account .login .lost_password,
.details-thumd .owl-nav div:hover,
.details-infor .availability a,
.details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before,
.details-infor .group-button .size-chart-wrapp .btn-size-chart a:hover::before,
.tab-details-product .tab-link li.active a,
.review_form .comment-form-review .stars a.active,
.review_form .comment-form-review .stars a:hover,
.related .slick-slider.nav-center > .slick-arrow:hover,
.up-sells .slick-slider.nav-center > .slick-arrow:hover,
.slider-item .button:hover,
.slick-slider.nav-center > .slick-arrow:hover,
.herald-iconbox.default .icon {
    color: rgb(238, 188, 29);
}

.details-thumd .thumbnails_carousel .owl-item .active img {
    border-color: rgb(238, 188, 29);
}

@media (min-width: 1367px) {
    .home-slider.fullwidth.rows-space-60 {
        margin-bottom: 80px;
    }

    .banner-wrapp.rows-space-35 {
        margin-bottom: 55px;
    }

    .herald-tabs.default.rows-space-40 {
        margin-bottom: 60px;
    }

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

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

    .main-content {
        padding-bottom: 85px;
    }

    .instagram-wrapp .custommenu-title-blog-wrap {
        margin-top: 70px;
    }

    .home-slider-banner {
        margin-bottom: 58px;
    }

    .herald-product.produc-featured.rows-space-65 {
        margin-bottom: 82px;
    }

    .banner-wrapp.rows-space-65 {
        margin-bottom: 85px;
    }

    .herald-blog-wraap.default {
        padding-top: 72px;
        padding-bottom: 75px;
    }

    .home-slider.fullwidth.rows-space-60 {
        margin-bottom: 80px;
    }

    .herald-product.produc-featured.rows-space-40 {
        margin-bottom: 60px;
    }

    .banner-pinmap-wrapp.rows-space-70 {
        margin-bottom: 90px;
    }

    .herald-product.layout1 {
        padding: 90px 0 52px;
    }
}

.product-item .product-inner img {
    width: 100%;
}

.c-button-white {
    background-color: white !important;
    color: black !important;
}

#countdown #tiles > span{
    width: 30px;
    max-width: 30px;
    text-align: center;
    color: white;
    background-color: rgb(238, 188, 29) ;
    border-top: 1px solid #fff;
    border-radius: 3px;
    margin: 0 7px;
    padding: 8px 0;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
#countdown{
    text-align: left;
}
.section-padding{
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title{
    font-size: 30px;
    margin: auto;
}
.open_qv .fa {
    display: inline-block;
    font: normal normal normal 14px/2.4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.has-error{
    border: 1px solid #cc0033;
    outline: none;
}
.loading-layer{
    background: rgb(200 197 197 / 56%);
    z-index: 999999999999999999999;
}
.swal2-popup {
    width: 45em !important;
}
.account-sidebar{
    /* text-align: center; */
    list-style: none;
}
.account-sidebar li {
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.card-2 {
    box-shadow: 0 3px 2px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 18%);
    background: #fff;
    border-radius: 10px;
}
.bb {
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}
.mactive{
    background-color: black;
    color: white !important;
}
.row{
    max-width: 100%;
}
.dn{
    display: none;
}
.form-control{
    height: 42px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.over-loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.over-loading td{
    z-index:  -1 !important;
}
.over-loading .product-name{
    color: gray !important;
}
.over-loading .product-price{
    color: gray !important;
}
.loading_btn{
    content: '66';
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.mb-20{
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {

    .section-padding{
        text-align: center !important;
        font-size: 25px;
    }
    #countdown {
        text-align: center;
        margin-top: 10px;
    }
    .product-item .product-inner{

    }
    .negative-margin-40{
        width: 94%;
        justify-content: center;
        margin-top: -40px;
        padding-left:6%;
        margin-bottom: -40px;
    }
    .instagram-wrapp .custommenu-title-blog-wrap {
        margin-top: 0px;
    }
    .account-sidebar {
        text-align: left;
        list-style: none;
    }

}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.delivery-instructions li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.box {
    background: #fff;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: 0 auto;
    z-index: 9;
    /* width: 70%; */
    height: 40%;
    display: table;
}
.box .box-left,
.box .box-right {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 5%;
}
@media (min-width: 54em) {
    .box .box-left,
    .box .box-right {
        /* display: table-cell; */
        vertical-align: middle;
        width: 100%;
    }
}
.box .box-left p,
.box .box-right p {
    position: relative;
    z-index: 3;
    padding: 0.3em 0.5em 0.4em;
    margin: 1em auto;
}
.box .box-left {
    background-size: cover;
    color: #fff;
}
.box .box-left img {
    position: relative;
    z-index: 4;
    max-width: 14em;
}
.box .box-left:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.box .box-right {
    text-align: center;
}
.box .box-right h3 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin: 0 auto;
}
.box .box-right p {
    color: #aaa;
}
.box .box-right small {
    color: #ccc;
}
.box .box-right .btn {
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0.9em 1em 0.7em;
    margin: 1em auto;
    display: block;
}
.modal-backdrop {
    background-color: white;
    opacity:0.9 !important;
}
.invalid-feedback{
    color: darkred;
}
.is-invalid{
    border: 1px solid darkred;
}
.text-secondary{
    color: rgb(238, 188, 29);
}
.product-item .thumb-group .active {
    background-color: rgb(238, 188, 29);
}
.product-item .thumb-group .active a {
    color: white !important;
}
.product-item .thumb-group .active a:before{
    content: "\f004" !important;
}

.section-padding{
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title{
    font-size: 30px;
    margin: auto;
}
.open_qv .fa {
    display: inline-block;
    font: normal normal normal 14px/2.4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.has-error{
    border: 1px solid #cc0033;
    outline: none;
}
.loading-layer{
    background: rgb(200 197 197 / 56%);
    z-index: 999999999999999999999;
}
.swal2-popup {
    width: 45em !important;
}
.account-sidebar{
    /* text-align: center; */
    list-style: none;
}
.account-sidebar li {
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.card-2 {
    box-shadow: 0 3px 2px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 18%);
    background: #fff;
    border-radius: 10px;
}
.bb {
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}
.mactive{
    background-color: black;
    color: white !important;
}
.row{
    max-width: 100%;
}
.dn{
    display: none;
}
.form-control{
    height: 42px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.over-loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.over-loading td{
    z-index:  -1 !important;
}
.over-loading .product-name{
    color: gray !important;
}
.over-loading .product-price{
    color: gray !important;
}
.loading_btn{
    content: '66';
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.mb-20{
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .w-float {
        position: fixed;
        bottom: 70px !important;
        left: auto !important;
        right: 2px;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 50px;
        z-index: 100;
    }
    .dropdown-content a {
        color: black;
        padding: 0px 0px !important;
        text-decoration: none;
        display: block;
    }
    .ml-100 {
        margin-left: 0 !important;
    }
    .mr-100 {
        margin-right: 0 !important;
    }
    .ml-700 {
        margin-left: 0 !important;
    }
    .mr-700 {
        margin-right: 0 !important;
    }
    .fr{
        float: right;
    }
    .dropdown-content {
        display: block;
        position: absolute;
        background-color: #f6f6f6;
        min-width: 81% !important;
        overflow: auto;
        border: 1px solid #ddd;
        z-index: 1;
    }
    .form-search .form-content .btn-search {
        width: 56px;
        float: right;
    }
    .form-search .form-content .inner {
        display: inline-block;
        width: 80%;
    }
    .section-padding{
        text-align: center !important;
        font-size: 25px;
    }
    #countdown {
        text-align: center;
        margin-top: 10px;
    }
    .product-item .product-inner{

    }
    .negative-margin-40{
        width: 94%;
        justify-content: center;
        margin-top: -40px;
        padding-left:6%;
        margin-bottom: -40px;
    }
    .instagram-wrapp .custommenu-title-blog-wrap {
        margin-top: 0px;
    }
    .account-sidebar {
        text-align: left;
        list-style: none;
    }

}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.delivery-instructions li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.box {
    background: #fff;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: 0 auto;
    z-index: 9;
    /* width: 70%; */
    height: 40%;
    display: table;
}
.box .box-left,
.box .box-right {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 5%;
}
@media (min-width: 54em) {
    .box .box-left,
    .box .box-right {
        /* display: table-cell; */
        vertical-align: middle;
        width: 100%;
    }
}
.box .box-left p,
.box .box-right p {
    position: relative;
    z-index: 3;
}
.box .box-left {
    background-size: cover;
    color: #fff;
}
.box .box-left img {
    position: relative;
    z-index: 4;
    max-width: 14em;
}
.box .box-left:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.box .box-right {
    text-align: center;
}
.box .box-right h3 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin: 0 auto;
}
.box .box-right p {
    color: #aaa;
}
.box .box-right small {
    color: #ccc;
}
.box .box-right .btn {
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0.9em 1em 0.7em;
    margin: 1em auto;
    display: block;
}
.modal-backdrop {
    background-color: white;
    opacity:0.9 !important;
}
.invalid-feedback{
    color: darkred;
}
.is-invalid{
    border: 1px solid darkred;
}
.text-secondary{
    color: rgb(238, 188, 29);
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px !important;
}
.text-info {
    color: #004750!important;
}
.nt_currency{
    margin-left:10px;
    margin-right:10px;
}
.ml-100{
    margin-left:100px;
}
.mr-100{
    margin-left:100px;
}
.ml-700{
    margin-left:700px;
}

.mr-700{
    margin-left:700px;
}
.swal2-icon.swal2-info{
    color: #978f6e !important;
    border-color: #978f6e !important;
}
.product-item{
    padding:0 !important;
}
.product-thumb img{
    max-height:258px;
}
@media only screen and (max-width: 600px) {
    .product-item{
        padding:1 !important;
        margin-bottom: 15px;
    }
    .mb-20{
        margin-bottom:0px;
    }
    .product-item .product-inner{
        padding: 15px 10px 19px;
        min-height: 303px;
    }
    .margin-0{
        margin:0;
        padding:0;
    }

}
.tb-2{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(228 164 81);
    color: white;
}
.brand-title{
    font-size: 15px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    line-height: 45px;text-align: right;padding-bottom: 10px;
}

.lang {
     line-height: 48px;
    padding-right: 7px;
    padding-left: 7px;
}
