/*

Theme Name: nesos

Theme URI: http://nesos.inwavethemes.com

Author: inwavethemes

Author URI: http://inwavethemes.com

Description: Nesos Theme is a clean, modern, user friendly, fast-loading, customizable, flexible, functional and fully responsive WooCommerce

Version: 1.0.1

License: gnu general public license v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: nesos

Tags: post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar

*/



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

[Table of contents]

1. Common style

2. Panel

          Panel setting

3. Layout

4. Header

        + 4.1 Header DEFAULT

        + 4.2 Header V2

        + 4.3 Header V3

        + 4.4 Header V4

        + 4.5 Header V5

        + 4.6 Header V6

        + 4.7 Header V7

        + 4.8 Header V8

        + 4.9 Header V9

        + 4.10 Header V10

        + 4.11 Header V11

        + 4.19 Header v19

5. Content

          Blog

            - BLOG LISTING

            - BLOG DETAIL

6. FOOTER

7. WIDGET

8. RESPONSIVE



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

/** 1. COMMON STYLE **/

body {

    font-size: 13px;

    line-height: 1.2;

    font-weight: 400;

    color: #777;

    overflow-x: hidden;

}

h1, h2, h3, h4, h5, h6 {

    font-weight: 700;

    color: #000000;

}

h1 {

    font-size: 75px;

    line-height: 1.4;

}

h2 {

    font-size: 40px;

    line-height: 1.4;

}

h3 {

    font-size: 36px;

    line-height: 1.7;

}

h4 {

    font-size: 30px;

    line-height: 1.6;

}

h5 {

    font-size: 25px;

    line-height: 1.6;

}

h6 {

    font-size: 14px;

    line-height: 1.4;

}

p {

    margin-bottom: 25px;

}

p:last-child{

    margin:0;

}

img{

    max-width:100%;

    height:auto;

}

img.main-logo {

    width: auto;

}

pre{

    background: #232323 linear-gradient(#fff 50%, #f1f1f1 50%);

    background-size: 38px 38px;

    border: 1px solid #e5e5e5;

    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    color: #838383;

    display: block;

    line-height: 19px;

    margin: 5px 0;

    overflow-x: visible;

    overflow-y: hidden;

    padding: 0 10px;

    white-space: pre-wrap;

    word-wrap: break-word;

}

button, a {

    outline: none;

}

.clear{

    clear:both;

}

dl, dd{

    margin-bottom:20px;

}

address {

    font-style: italic;

    margin: 0 0 15px;

}

a:hover, a:focus{

    text-decoration: none;

    color: #333;

}

*:focus {

    outline: none;

}

.post-text ul,.post-text li,

.entry-content ul,.entry-content li{

    list-style:inherit;

}

.page-links{

    margin:5px 0;

    clear: both;

}

.page-links > a,.page-links > span{

    padding: 3px 10px;

    margin: 0 5px 5px 0;

    border: 1px solid rgba(51, 51, 51, 0.1);

}

.page-links > a:last-child {

    margin-right: 0;

}

.post-text ul,.entry-content ul{

    margin-left: 0;

}

.entry-content a{

    color: #000;

}

input[type="button"], input[type="submit"] {

    border: medium none;

    cursor: pointer;

    display: inline-block;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 15px;

    margin-right: 5px;

    outline: medium none;

    padding: 3px 25px;

    color:#fff;

}

.float-right {

    float: right;

}

.float-left {

    float: left;

}

ul, ol{

    list-style-position: inside;

}

.d-flex {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.flex-auto {

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

}

.align-items-center {

    -webkit-align-items: center;

    align-items: center;

}

/** =WordPress Core

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

.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 10px auto 10px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}

p img.alignleft{

    margin-right: 50px;

}

a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}

.MaxWidth__1800{

    max-width: 1800px;

    margin: 0 auto;

}

.text-right-align{

    text-align: right;

}

.text-left-align{

    text-align: left;

}

a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}

mark, .mark {

    padding: .2em 0.5em;

    background-color: #fcf8e3;

}

.wp-caption {

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 0 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption .wp-caption-text {

    line-height: 17px;

    margin: 0;

    font-style:italic;

    background:#f1f1f1;

    text-align:left;

    padding: 12px 20px;

    width:calc(100% - 3px);

}

body pre{

    background: #eee;

    padding: 10px;

}

table {

    border-collapse: collapse;

    margin: 0 0 1.5em;

    width: 100%;

}

thead tr th, tbody tr td, tbody tr th, tfoot tr td, thead tr th{

    padding: 8px;

    line-height: 1.42857143;

    vertical-align: top;

    border-top: 1px solid #ddd;

}

thead tr th {

    vertical-align: bottom;

    border-bottom: 2px solid #ddd;

    border-top: none;

}



/* Text meant only for screen readers. */

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

    height: 1px;

    width: 1px;

    overflow: hidden;

}

.post-text ol{

    padding-left:15px;

    line-height:36px;

}

.post-text ol ol{

    padding-left:30px;

}

.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000; /* Above WP toolbar. */

}

.gallery-caption {

    font-weight: normal;

}

.bypostauthor {

    font-weight: normal;

}

.sticky{

    font-weight: normal;

}



.sticky .post-icon i::before{

    content: '\f08d'!important;

}



.iw-parallax,.iw-parallax-overlay{

    position: absolute;

    width:100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 0;

}



/** 2. Panel Setting **/

.panel-tools {

    position:fixed;

    left: auto;

    right: -350px;

    top: 0;

    z-index:9999;

    color:#848484;

    font-size:11px;

    height: 100%;

    -webkit-transition: right 0.3s ease;

    transition: right 0.3s ease;

    overflow: visible !important;

}

.panel-tools:after {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    right: -54px;

    width: 100%;

    background-color: #ffffff;

    z-index: -1;

}

.panel-tools.active {

    right: 0;

    padding-left: 54px;

    -webkit-transition: right 0.3s ease;

    transition: right 0.3s ease;

    overflow: hidden !important;

}

.panel-tools .panel-content{

    padding:30px;

    width:350px;

    background:#fff;

    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.05);

    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.05);

}

.admin-bar .panel-tools .panel-content {

    padding-top: 70px;

}

.panel-tools a:active > span.button-command {

    top:2px;

}

.panel-tools h3{

    font-size:13px;

    margin-top:12px;

    text-transform:uppercase;

}

.panel-tools .panel-buttons {

    right: auto;

    left: -52px;

    position: absolute;

    text-align: center;

    top: 40%;

    padding: 0;

    background: #fff;

    border-radius: 6px 0 0 6px;

    -webkit-border-radius: 6px 0 0 6px;

    -webkit-box-shadow: -3px 0 10px 2px rgba(0,0,0,0.05);

    box-shadow: -3px 0 10px 2px rgba(0,0,0,0.05);

}

.panel-tools.active .panel-buttons {

    left: 2px;

}

.panel-tools .panel-buttons > a, .panel-tools .panel-buttons > span{

    display: block;

    cursor: pointer;

    font-size:18px;

    color: #777;

    padding: 0;

    border-bottom: 1px solid #f1f1f1;

    width: 52px;

    height: 52px;

    line-height: 52px;

    text-align: center;

}

.panel-tools .panel-buttons > a:last-child{

    border-bottom: none;

}

.off-canvas-enabled body.rtl .panel-tools{

    left: 0!important;

    right: auto!important;

    -webkit-transform: translateX(0px);

    -moz-transform: translateX(0px);

    -o-transform: translateX(0px);

    transform: translateX(0px);

}

.panel-tools .panel-button:hover i{

    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear;

}

.panel-tools .panel-button.active i{

    -webkit-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear;

}

.panel-tools .panel-rows{

}

.panel-tools .row-setting{

    margin-bottom: 35px;

}

.panel-tools .purchase-row{

    margin-bottom: 0;

}

.panel-tools .purchase-row a {

    color: #fff;

    padding: 10px;

    text-transform: uppercase;

    display: block;

    font-size: 14px;

    border-radius: 4px;

    text-align: center;

}

.panel-tools .purchase-row{

    padding-bottom: 20px;

    margin-bottom: 20px;

}

.panel-tools h3{

    margin:5px 0 25px;

    text-align: center;

    text-transform: uppercase;

    color: #777;

}

.panel-tools .layout-setting .setting{

    display: table;

    width: 100%;

}

.panel-tools .button-command-wrap{

    display: table-cell;

    width: 50%;

    padding-right: 7px;

}

.panel-tools .button-command-wrap:last-child{

    padding-right: 0;

    padding-left: 7px;

}

.panel-tools button {

    border: none;

}

.panel-tools .button-command{

    background:#eaeaea;

    width:100%;

    margin-right:0;

    line-height:42px;

    font-size:14px;

    color:inherit;

    text-transform:uppercase;

    border-radius: 4px;

    font-weight: normal;

}

.panel-tools .button-command.active,.reset-button button{

    color:#fff;

}

.panel-tools .color-setting{

    text-align: center;

    display: none;

}

.panel-tools .color-setting button{

    width:31px;

    height:31px;

    margin-right:12px;

    margin-bottom: 5px;

    padding: 0;

    border-radius: 4px;

}

.panel-tools .color-setting button.active{

    border:1px solid #eee;

}

.panel-tools .color-setting button:last-child{

    margin-right:0;

}

.panel-tools .row-setting .description{

    margin-top: -10px;

    margin-bottom: 15px;

    text-align: center;

    line-height: 2;

    padding: 0 15px;

}

.panel-tools .overlay-setting{

    position:relative;

}

.panel-tools .overlay-setting.disabled:after{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    content:'';

    background:#fff;

    z-index:1;

    opacity:0.7;

}

.panel-tools .demo-list {

    display: table;

    width: 100%;

}

.panel-tools .demo-list .demo-item{

    float: left;

    width: 50%;

}

.panel-tools .demo-list .demo-item img{

    padding: 3px;

}





/*Reset visualcomposer */

body .vc_col-has-fill > .vc_column-inner,

body .vc_row-has-fill + .vc_row-full-width   .vc_row > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,

body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{

    padding-top: 0;

}

a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{

    background: #f7f7f7;

    color: #232323;

}

a.vc_btn3.vc_btn3-shape-rounded{

    border-radius: 25px;

    -webkit-border-radius: 25px;

    -moz-border-radius: 25px;

}

a.vc_btn3.vc_btn3-size-sm{

    padding: 10px 27px;

    font-size: 14px;

    font-weight: 500;

}



.iw-has-parallax{

    position: relative;

}

.iw-has-parallax .iw-parallax{

    background-size: cover !important;

}



/*Bootstrap 5 columns per row*/

.col-xs-15,

.col-sm-15,

.col-md-15,

.col-lg-15 {

    position: relative;

    min-height: 1px;

    padding-right: 15px;

    padding-left: 15px;

}



.col-xs-15 {

    width: 20%;

    float: left;

}



@media (min-width: 768px) {

    .col-sm-15 {

        width: 20%;

        float: left;

    }

}



@media (min-width: 992px) {

    .col-md-15 {

        width: 20%;

        float: left;

    }

}



@media (min-width: 1200px) {

    .col-lg-15 {

        width: 20%;

        float: left;

    }

}

/*END Bootstrap 5 columns per row*/



/*preload*/

#preview-area{

    height: 100%;

    left: 0;

    overflow: visible;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 9999999;

    background: #1abc9c;

}

#preview-spinners{

    width: 60px;

    height: 60px;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 60px;

    right: 0;

    margin: auto;

}

.sk-chasing-dots {

    margin: 40px auto;

    width: 40px;

    height: 40px;

    position: relative;

    text-align: center;

    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;

    animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-chasing-dots .sk-child {

    width: 60%;

    height: 60%;

    display: inline-block;

    position: absolute;

    top: 0;

    background-color: #fff;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;

    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-dot2 {

    top: auto;

    bottom: 0;

    -webkit-animation-delay: -1s;

    animation-delay: -1s;

}

@-webkit-keyframes sk-chasingDotsRotate {

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {

    0%, 100% {

        -webkit-transform: scale(0);

        transform: scale(0); }

    50% {

        -webkit-transform: scale(1);

        transform: scale(1); } }

@keyframes sk-chasingDotsBounce {

    0%, 100% {

        -webkit-transform: scale(0);

        transform: scale(0); }

    50% {

        -webkit-transform: scale(1);

        transform: scale(1); } }



/*modal bootstrap*/

.modal-header {

    color: #ffffff;

    text-transform: uppercase;

    background: #f16e8e;

    padding: 25px 15px;

    text-align: center;

    border-radius: 5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    -moz-border-radius: 5px 5px 0 0;

    border-bottom: none;

}

.modal-header .close {

    color: #ffffff;

    opacity: 1;

    width: 24px;

    z-index: 9;

    margin-top: -23px;

    display: none;

}

.modal-title {

    font-weight: 600;

    color: #fff;

}

.modal-content{

    -webkit-box-shadow: 0 15px 50px rgba(0,0,0,.3);

    -moz-box-shadow: 0 15px 50px rgba(0,0,0,.3);

    box-shadow: 0 15px 50px rgba(0,0,0,.3);

    border: none;

}

.modal-content form{

    text-align: left;

}



.background-scroll{

    -webkit-animation:100s bgscroll infinite linear;

    -moz-animation:100s bgscroll infinite linear;

    -o-animation:100s bgscroll infinite linear;

    -ms-animation:100s bgscroll infinite linear;

    animation:100s bgscroll infinite linear;

    background-repeat: repeat-x;

}



@-webkit-keyframes bgscroll{

    100%{

        background-position:3000px 0px;

    }

}



@-moz-keyframes bgscroll{

    100%{

        background-position:3000px 0px;

    }

}



@-o-keyframes bgscroll{

    100%{

        background-position:3000px 0px;

    }

}



@-ms-keyframes bgscroll{

    100%{

        background-position:3000px 0px;

    }

}



@keyframes bgscroll{

    100%{

        background-position:3000px 0px;

    }

}



/*lazy load*/

.lazy-hidden{

    opacity: 0;

}

.lazyloaded{

    animation: lazy_animation 2s;

}



@keyframes lazy_animation {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

/** END COMMON STYLE **/



/*fancybox*/

body.admin-bar .fancybox-container .fancybox-infobar,

body.admin-bar .fancybox-container .fancybox-toolbar,

body.admin-bar .fancybox-container .fancybox-progress{

	top: 32px;

}



/** 3. LAYOUT ***/

.body-boxed .wrapper {

    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 1);

    margin: auto;

    max-width: 1300px;

    overflow: hidden;

    position: relative;

}

.wrapper{

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    overflow: hidden;

}

.canvas-menu-open .iw-overlay,

.iw-overlay-sidebar-canvas {

    position: absolute;

    background: rgba(0,0,0, 0.3);

    width: 100%;

    height: 100%;

    z-index: 99999;

    display: none;

}

.main-content {

    padding-bottom: 60px;

    padding-top: 60px;

}

.page-template-default .contents-main{

    padding-top: 60px;

    padding-bottom: 60px;

}

.page-template-home-page .contents-main, .page-template-home-page .main-content {

    padding-bottom: 0;

    padding-top: 0;

}

.page-template-full-width-page .contents-main, .page-template-full-width-page .main-content {

    padding-bottom: 0;

    padding-top: 0;

}

.iw-logo.edge-inverse-section {

    display: none;

}

.page-template-edge-page.inverse-section .iw-logo.edge-inverse-section {

    display: block;

}

.page-template-edge-page.inverse-section .iw-logo.default-page {

    display: none;

}

.page-template-edge-page .contents-main, .page-template-edge-page .main-content {

    padding-bottom: 0;

    padding-top: 0;

    z-index: 1;

    position: relative;

}

body.page-template-edge-page:not(.elementor-editor-active){

    overflow: hidden;

    height: 100%;

}

body.page-template-edge-page .contents-main .elementor-section-wrap{

    height: 100%;

    transition: all .5s cubic-bezier(.77,0,.175,1);

    transition-timing-function: cubic-bezier(.77,0,.175,1);

}

body.page-template-edge-page .contents-main .elementor-section-wrap > section{

    height: 100vh;

    z-index: 1;

}

body.page-template-edge-page .iw-footer{

    position: absolute;

    left: 0;

    top: auto;

    bottom: -32px;

    width: 100%;

    z-index: 0;

}

.section-hide-header div.header{

    display: none;

}

@media (max-width: 991px) {

    body.page-template-edge-page:not(.elementor-editor-active){

        overflow: visible;

        height: auto;

    }

    body.page-template-edge-page .contents-main .elementor-section-wrap > section{

        height: auto !important;

    }

}

.edge-layout-1 .edge-navigation{

    position: absolute;

    width: 60px;

    height: 120px;

    background: #000;

    display: inline-block;

    bottom: 0;

    right: 0;

    z-index: 9;

}

.edge-layout-1 .edge-navigation:after{

    position: absolute;

    width: 30px;

    height: 1px;

    background: #fff;

    display: inline-block;

    bottom: 60px;

    right: 15px;

    content: "";

}

.edge-layout-1 .edge-navigation span.edge-prev{

    color: #fff;

    position: absolute;

    bottom: 60px;

    right: 0;

    cursor: pointer;

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

}

.edge-layout-1 .edge-navigation span.edge-next{

    color: #fff;

    position: absolute;

    bottom: 0;

    right: 0;

    cursor: pointer;

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: center;

}

.edge-layout-1 .edge-navigation span.edge-prev.disabled, .edge-layout-1 .edge-navigation span.edge-next.disabled{

    opacity: 0.5;

    cursor: not-allowed;

}

.edge-layout-1 .edge-page-number{

    position: absolute;

    top: auto;

    left: 75px;

    bottom: 257px;

    z-index: 9;

    color: #fff;

    font-size: 16px;

    transform: rotate(-90deg) translateX(-100%);

}

.edge-layout-1 .edge-page-number .separator{

    width: 50px;

    height: 1px;

    background: #fff;

    display: inline-block;

    position: relative;

    bottom: 5px;

    margin: 0 20px;

}

.edge-layout-1 .edge-page-number .current-page{

    font-size: 24px;

    position: relative;

    top: 2px;

}



.edge-layout-2 .edge-pagination {

    position: absolute;

    top: 50%;

    left: auto;

    right: 100px;

	z-index: 99;

}



.edge-layout-2 span.edge-dot {

    width: 7px;

    height: 7px;

	border-radius: 50%;

    background: #fff;

    display: block;

    cursor: pointer;

	margin: 7px 0;

}

.inverse-section.edge-layout-2 span.edge-dot {

    background: #000;

}

.edge-layout-2 span.edge-dot.active {

    border: 2px solid #f26522;

	background: transparent;

}

.edge-layout-2 .edge-page-number{

	position: absolute;

    top: auto;

	bottom: 60px;

    left: auto;

    right: 100px;

	z-index: 99;

	color: #fff;

	font-size: 14px;

}

.inverse-section.edge-layout-2 .edge-page-number{

	color: #000;

}

.edge-layout-2 .edge-page-number .current-page{

	font-size: 30px;

    position: relative;

    bottom: -9px;

}



.edge-layout-3 .edge-pagination {

    position: absolute;

    top: 50%;

    left: auto;

    right: 90px;

	z-index: 99;

	width: 30px;

	text-align: left;

}



.edge-layout-3 span.edge-dot {

    width: 6px;

    height: 6px;

	border-radius: 50%;

    background: #fff;

    display: block;

    cursor: pointer;

	margin: 7px 0;

}

.inverse-section.edge-layout-3 span.edge-dot{

    background: #000;

}

.edge-layout-3 span.edge-dot.active {

    border-radius: 3px;

	width: 30px;

}

.edge-layout-3 .edge-navigation{

	position: absolute;

    top: auto;

    bottom: 60px;

    left: auto;

    right: 90px;

	z-index: 99;

	color: #fff;

	font-size: 45px;

}

.edge-layout-3 .edge-navigation span{

	display: block;

	line-height: 1;

	cursor: pointer;

}

.inverse-section.edge-layout-3 .edge-navigation{

    color: #000;

}

.edge-layout-3 .edge-navigation span.disabled{

	opacity: 0.5;

	cursor: not-allowed;

}



.edge-layout-4 .edge-navigation{

	position: absolute;

    top: auto;

    bottom: 190px;

    left: auto;

    right: 100px;

	z-index: 99;

	color: #fff;

	font-size: 45px;

}

.inverse-section.edge-layout-4 .edge-navigation{

	color: #000;

}

.edge-layout-4 .edge-navigation span{

	display: inline-block;

	line-height: 1;

	cursor: pointer;

    float: left;

}

.edge-layout-4 .edge-navigation span.edge-next{

	margin-left: 15px;

}

.edge-layout-4 .edge-navigation span.disabled{

	opacity: 0.5;

	cursor: not-allowed;

}



.edge-layout-5 .edge-navigation{

    z-index: 99;

    width: 100%;

    position: absolute;

    top: 50%;

}

.edge-layout-5 .edge-navigation .edge-prev{

    cursor: pointer;

    position: absolute;

    top: 50%;

    bottom: 60px;

    left: 0;

    color: #fff;

    font-size: 45px;

    width: 43px;

    height: 99px;

    margin-top: -50px;

    background: url("assets/images/edge-prev.png") no-repeat;

}

.edge-layout-5 .edge-navigation .edge-next{

    cursor: pointer;

    position: absolute;

    top: 50%;

    bottom: 60px;

    left: auto;

    right: 0;

    color: #fff;

    font-size: 45px;

    width: 60px;

    height: 172px;

    margin-top: -85px;

    background: url("assets/images/edge-next.png") no-repeat;

}

.edge-layout-5 .edge-navigation span.disabled{

    opacity: 0.5;

}



.edge-layout-5 .edge-pagination {

    position: absolute;

    top: 50%;

    left: 100px;

    right: auto;

    z-index: 99;

    text-align: left;

}



.edge-layout-5 span.edge-dot {

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background: #000;

    display: block;

    cursor: pointer;

    margin: 7px 0;

}

.edge-layout-5 span.edge-dot.active {

    background: transparent;

    width: 12px;

    height: 12px;

    border: 2px solid #fff;

    position: relative;

    left: -3px;

}

.edge-layout-5 span.edge-dot.active:after {

    position: absolute;

    content: "";

    width: 40px;

    height: 1px;

    background: #fff;

    left: 9px;

    top: 5px;

}



.edge-layout-6 .edge-navigation{

    position: absolute;

    top: 50%;

    left: auto;

    right: 120px;

    z-index: 99;

    color: #000;

    font-size: 16px;

    margin-top: -45px;

}

.edge-layout-6 .edge-navigation span{

    display: block;

    line-height: 1;

    cursor: pointer;

    position: relative;

}

.edge-layout-6 .edge-navigation span i{

    position: relative;

    z-index: 2;

}

.edge-layout-6 .edge-navigation span:hover:after{

    content: "";

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: #fff;

    border-radius: 50%;

    position: absolute;

    right: -18px;

    top: -17px;

    z-index: 1;

}

.edge-layout-6 .edge-navigation span.edge-next{

    margin-top: 55px;

}

.edge-layout-6 .edge-navigation span.disabled{

    opacity: 0.5;

}

.edge-layout-6 .edge-page-number{

    position: absolute;

    top: auto;

    right: 58px;

    bottom: 250px;

    z-index: 9;

    color: #000;

    font-size: 16px;

    transform: rotate(-90deg) translateX(-100%);

}

.edge-layout-6 .edge-page-number .separator{

    width: 50px;

    height: 1px;

    background: #000;

    display: inline-block;

    position: relative;

    bottom: 5px;

    margin: 0 20px;

}

.edge-layout-6 .edge-page-number .current-page{

    font-size: 24px;

    position: relative;

    top: 2px;

}



.edge-layout-7 .edge-pagination {

    position: absolute;

    top: 50%;

    left: auto;

    right: 100px;

    z-index: 99;

    width: 27px;

    text-align: left;

}



.edge-layout-7 span.edge-dot {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #000;

    color: #000;

    display: block;

    cursor: pointer;

    margin: 7px 0;

}

.inverse-section.edge-layout-7 span.edge-dot {

    background: #000;

}

.edge-layout-7 span.edge-dot.active {

    width: auto;

    height: auto;

    background: transparent;

    border: none;

    line-height: 1;

    position: relative;

    left: -9px;

    font-size: 24px;

}



.edge-layout-8 .edge-pagination {

    position: absolute;

    top: auto;

    bottom: 100px;

    margin-top: 0 !important;

    left: auto;

    right: 100px;

    z-index: 99;

    width: 27px;

    text-align: left;

}



.edge-layout-8 span.edge-dot {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #000;

    color: #000;

    display: block;

    cursor: pointer;

    margin: 7px 0;

}

.inverse-section.edge-layout-8 span.edge-dot {

    background: #000;

}

.edge-layout-8 span.edge-dot.active {

    width: auto;

    height: auto;

    background: transparent;

    border: none;

    line-height: 1;

    position: relative;

    left: -9px;

    font-size: 24px;

}



.edge-layout-8 .edge-navigation{

    position: absolute;

    top: 50%;

    left: auto;

    right: 110px;

    z-index: 99;

    color: #000;

    font-size: 16px;

    margin-top: -45px;

}

.edge-layout-8 .edge-navigation span{

    display: block;

    line-height: 1;

    cursor: pointer;

    position: relative;

}

.edge-layout-8 .edge-navigation span i{

    position: relative;

    z-index: 2;

}

.edge-layout-8 .edge-navigation span:hover:after{

    content: "";

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: #fff;

    border-radius: 50%;

    position: absolute;

    right: -18px;

    top: -17px;

    z-index: 1;

}

.edge-layout-8 .edge-navigation span.edge-next{

    margin-top: 55px;

}

.edge-layout-8 .edge-navigation span.disabled{

    opacity: 0.5;

}

@media (max-width: 991px) {

    .edge-layout-3 .edge-pagination,

    .edge-layout-3 .edge-navigation,

    .edge-layout-4 .edge-navigation {

        right: 15px;

    }

    .edge-layout-6 .edge-navigation {

        right: 20px;

    }

    .edge-layout-6 .edge-page-number {

        right: -42px;

    }

    .edge-layout-7 .edge-pagination {

        right: 5px;

    }

    .edge-page-number,

    .edge-navigation {

        display: none !important;

    }

}

@media (max-width: 767px) {

    body.page-template-edge-page .elementor-section.elementor-section-items-middle > .elementor-container {

        height: 100%;

    }

    .edge-layout-6 .edge-page-number {

        right: 15px;

        bottom: 20px;

        transform: rotate(0) translateX(0);

        -webkit-transform: rotate(0) translateX(0);

    }

    .edge-layout-3 .edge-navigation {

        bottom: 20px;

    }

}

/** END LAYOUT ***/



/** 4. HEADER **/

/* 4.1 Header DEFAULT */



.header.header-default .iw-header {

    padding: 0 100px;

    height: 80px;

    width: 100%;

    line-height: 80px;

    background: #ffffff;

    position: relative;

    z-index: 9999;

}

body.blog .header.header-default .iw-header,

body.woocommerce-page:not(.page-template) .header.header-default .iw-header {

    border-bottom: 1px #ebebeb solid;

}

body.woocommerce-page.page-template .header.header-default .iw-header {

    border-bottom: 0;

}

.header.header-default .iw-logo {

    margin: 0;

    text-align: center;

    font-size: 0;

    line-height: 80px;

}

.header.header-default .iw-logo .sticky-logo,

.header.header-default .iw-logo .logo-mobile {

    display: none;

}

@media (min-width: 992px) {

    .header.header-default.absolute .iw-header,

    .header.header-default.yes-rev-slider .iw-header {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        padding: 40px 100px;

        z-index: 9999;

        background: transparent;

        -webkit-box-shadow: none;

        box-shadow: none;

    }

    .header.header-default.absolute .iw-header{

        padding: 20px 100px;

    }

    .header.header-default.absolute .iw-header,

    .header.header-default.yes-rev-slider .iw-header {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

        z-index: 9999;

        background: transparent;

        -webkit-box-shadow: none;

        box-shadow: none;

    }

    .header.header-default.clone,

    .header.header-default.yes-rev-slider.clone {

        -webkit-transition: animation 0.5s ease 0s;

        transition: animation 0.5s ease 0s;

        animation: smoothStickyHeader 0.5s forwards;

        -webkit-animation: smoothStickyHeader 0.5s forwards;

    }

    .header.header-default.clone .iw-header,

    .header.header-default.yes-rev-slider.clone .iw-header {

        padding: 0 100px;

        background: #ffffff;

        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);

        box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);

        z-index: 9999;

        border: none !important;

    }

    @keyframes smoothStickyHeader {

        0% {

            transform: translateY(-40px);

        }

        100% {

            transform: translateY(0px);

        }

    }

    @-webkit-keyframes smoothStickyHeader {

        0% {

            transform: translateY(-40px);

        }

        100% {

            transform: translateY(0px);

        }

    }

    body.admin-bar .header.header-default.clone {

        top: 32px;

    }

    body.admin-bar .header.header-default.absolute .iw-header,

    body.admin-bar .header.header-default.yes-rev-slider .iw-header {

        top: 32px;

    }

    body.admin-bar .header.header-default.absolute.clone .iw-header,

    body.admin-bar .header.header-default.yes-rev-slider.clone .iw-header {

        top: 0;

    }

    .header.header-default.clone .iw-logo .main-logo {

        display: none;

    }

    .header.header-default.clone .iw-logo .sticky-logo {

        display: inline-block;

    }

}

.header.header-default .content-left:after {

    content: "";

    display: table;

    clear: both;

}

.header.header-default .content-left > div {

    float: left;

    padding-right: 25px;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

}

.header.header-style-default .content-left div.convert-currency {

    padding-left: 25px;

    position: relative;

}

.header.header-style-default .content-left div.convert-currency:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 30px;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    background: #000000;

}

.header.header-default .content-left .off-canvas-btn {

    font-size: 14px;

    cursor: pointer;

}

.header.header-default .content-left .off-canvas-btn .icon-menu {

    margin-right: 15px;

}

.header.header-default .content-left .off-canvas-btn .text-menu {

    position: relative;

    top: 1px;

}

/** canvas menu **/

/* Style1 */

.off-canvas-menu {

    position: fixed;

    z-index: 99999;

    transition: 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;

}

.off-canvas-menu.menu_popup_v1,

.off-canvas-menu.menu_popup_v3 {

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    padding: 145px 100px 75px;

    background: rgba(0, 255, 255, 0.9);

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

}

.off-canvas-menu.menu_popup_v1 {

    text-align: center;

}

.off-canvas-menu .off-canvas-menu-scroll {

    max-height: 100%;

}

body.jet-desktop-menu-active .off-canvas-menu .off-canvas-menu-scroll {

    overflow: visible !important;

}

body.admin-bar .off-canvas-menu {

    top: 32px;

}

.canvas-menu-open .off-canvas-menu {

    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0) !important;

    transform: translate3d(0, 0, 0) !important;

}

.off-canvas-menu .canvas-menu-title {

    position: absolute;

    top: 75px;

    left: 100px;

    margin: 0;

    line-height: 1;

    font-size: 16px;

    z-index: 9999;



}

.off-canvas-menu .canvas-menu-title .title-menu {

    display: none;

}

.off-canvas-menu .canvas-menu-title #off-canvas-close i {

    font-size: 20px;

    color: #838383;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    line-height: 40px;

    text-align: center;

    background: #ffffff;

    box-shadow: 0 0 34.2px 3.8px rgba(150, 176, 203, 0.31);

    -webkit-box-shadow: 0 0 34.2px 3.8px rgba(150, 176, 203, 0.31);

    font-weight: 400;

}

.off-canvas-menu .canvas-menu {

    padding: 0;

    margin: 0;

}

.off-canvas-menu.menu_popup_v1 .canvas-menu {

    text-align: center;

}

.off-canvas-menu.menu_popup_v2 .canvas-menu {

    padding: 0 60px;

}

.off-canvas-menu .canvas-menu li {

    list-style: none;

}

body .jet-menu .jet-menu-item > a,

.off-canvas-menu .canvas-menu li a {

    position: relative;

    text-transform: none;

    line-height: 40px;

    color: #000000;

    font-weight: 600;

    outline: none !important;

    padding: 8px 40px;

}

.off-canvas-menu .canvas-menu li a {

    display: inline-block;

    font-size: 30px;

}

.off-canvas-menu .canvas-menu a .icon-arrow {

    right: 0;

    top: 0;

    position: absolute;

    float: right;

    padding: 8px 10px;

    transition: transform 0.3s linear 0s;

    -webkit-transition: transform 0.3s linear 0s;

    font-size: 20px;

}

.off-canvas-menu .canvas-menu a .icon-arrow:before {

    content: "\f107";

    font-family: FontAwesome;

    margin: 0;

}

.off-canvas-menu .canvas-menu .menu-item .sub-menu {

    padding: 0 0 0 15px;

    margin: 0;

}

.off-canvas-menu .canvas-menu .menu-item .sub-menu li a {

    font-size: 24px;

    font-weight: 400;

}

/* Style2 */

.off-canvas-menu.menu_popup_v2 {

    padding: 200px 0 45px;

    width: 475px;

    height: 100%;

    top: 0;

    left: 0;

    background: #ffffff;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.4);

    -webkit-box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.4);

}

.off-canvas-menu.menu_popup_v2 .canvas-menu-title {

    top: 65px;

    left: calc(50% - 20px);

}

html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item {

    display: block;

    padding: 0;

}

html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > a {

    display: inline-block;

    text-transform: none;

    font-size: 30px;

    line-height: 40px;

    color: #000000;

    font-weight: 600;

    outline: none !important;

    padding: 8px 100px;

}

html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > .top-level-link .jet-dropdown-arrow {

    position: absolute;

    top: calc(50% - 10px);

    right: 25px;

    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    margin: 0;

}

.off-canvas-menu.off-canvas-menu.menu_popup_v2 .jet-menu > li > .jet-sub-menu,

html body .menu_popup_v2.off-canvas-menu .jet-menu > li.jet-menu-item > .jet-sub-menu.right-side {

    top: 0 !important;

    right: auto;

    left: 100% !important;

    opacity: 0;

    -webkit-transition: opacity 0.3s linear;

    transition: opacity 0.3s linear;

    z-index: 0;

}

html body .menu_popup_v2.off-canvas-menu .jet-sub-mega-menu {

    width: 767px;

    max-height: 350px;

    top: 0 !important;

    left: 100%;

    right: auto;

    padding: 25px 30px;

    text-align: left;

    opacity: 0;

    -webkit-transition: opacity 0.3s linear;

    transition: opacity 0.3s linear;

}

.off-canvas-menu.off-canvas-menu.menu_popup_v2 .jet-menu > li:hover > .jet-sub-menu,

html body .menu_popup_v2.off-canvas-menu .jet-menu > li.jet-menu-item:hover > .jet-sub-menu.right-side {

    opacity: 1;

}

html body .menu_popup_v2.off-canvas-menu .jet-menu-item {

    position: relative;

}

html body .menu_popup_v2.off-canvas-menu .jet-menu-item:hover .jet-sub-mega-menu {

    opacity: 1;

}

body .menu_popup_v2.off-canvas-menu .jet-menu-item-wrapper .jet-menu-badge {

    display: none;

}



/* Style 3 */



.off-canvas-btn-2 {

    display: none;

}

.header.header-v2 .iw-header .main-menu {

    display: none;

}

@media (min-width: 992px) {

    .header.menu_popup_v3 .off-canvas-btn {

         display: none;

    }

    .header.menu_popup_v3 .off-canvas-btn-2 {

        display: block;

    }

}

.header-default.menu_popup_v3 .iw-main-menu ul.iw-nav-menu > li,

.header-default.menu_popup_v3 .iw-main-menu ul.jet-menu > li {

    -webkit-opacity: 0;

    opacity: 0;

}

.canvas-menu-open .header-default.menu_popup_v3 .iw-main-menu ul.iw-nav-menu > li,

.canvas-menu-open .header-default.menu_popup_v3 .iw-main-menu ul.jet-menu > li {

    -webkit-opacity: 1;

    opacity: 1;

    -webkit-transition: all 0.3s linear 0s;

    transition: all 0.3s linear 0s;

}



/** End canvas menu **/



.header.header-default .select2-container {

    width: 100% !important;

    outline: none;

}

.header.header-default .select2-container--default .select2-selection--single {

    background: none;

    border: none;

    margin: 0;

}

.header.header-default .select2-container .select2-selection--single .select2-selection__rendered {

    padding-left: 0;

    color: #000000;

}

.header.header-default .select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;

    left: auto;

    right: 0;

}

body .select2-container--open .select2-dropdown {

    -webkit-border-radius: 4px;

    border-radius: 4px;

    padding: 0;

}

body .select2-container--open .select2-dropdown {

    border: 1px #eee solid;

    -webkit-border-radius: 0 0 4px 4px;

    border-radius: 0 0 4px 4px;

    background: #ffffff;

    position: relative;

}

body .select2-container--default .select2-search--dropdown .select2-search__field {

    border: 1px solid #eee;

    outline: none;

}

body .select2-container--open .select2-dropdown {

    min-width: 185px !important;

}

body .select2-container--default .select2-results > .select2-results__options {

    padding: 10px 0;

}

body .select2-container--default .select2-results__option {

    padding: 8px 25px;

    background: none !important;

    border: none;

    color: #333333;

}

.page-template-edge-page .header.header-default .iw-header,

.parallax .header.header-default .iw-header{

    position: fixed;

    width: 100%;

    left: 0;

    z-index: 9999;

    background: transparent;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.header.header-default .content-right:after {

    content: "";

    display: table;

    clear: both;

}

.header.header-default .content-right > div {

    float: right;

    padding-left: 24px;

    font-size: 14px;

    font-weight: 600;

    position: relative;

}

.header.header-default .content-right > div:last-child {

    padding-left: 0;

}

.header.header-default .iw-dropdown-header {

    position: relative;

}

.header.header-default .iw-dropdown-header .btn-dropdown,

.header.header-default .content-right > div > a {

    display: inline-block;

    line-height: 30px;

    outline: none !important;

    text-transform: uppercase;

}

.header.header-default .content-right > div.iw-search-form a {

    font-size: 18px;

    line-height: 30px;

    padding-right: 25px;

    border-right: 1px #cccccc solid;

}

.header.header-default .iw-search-form a {

    outline: none !important;

}

.header.header-default .iw-search-form a i.icon-close {

    display: none;

    font-size: 20px;

    color: #cccccc;

}

.header.header-default.color-white .iw-search-form a i.icon-close {

    color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-default.color-white .iw-search-form a i.icon-close {

    color: #000000;

}

.show-dropdown-form-search .header.header-default .iw-search-form a i.icon-close {

    display: inline-block;

}

.show-dropdown-form-search .header.header-default .iw-search-form a i.icon-open {

    display: none;

}

.search-form-dropdown {

    position: fixed;

    width: 100%;

    top: 0;

    height: 100vh;

    left: 0;

    line-height: 1;

    z-index: 99999;

    background: rgba(255, 255, 255, 0.9);

}

.search-form-dropdown .iw-search-form .btn-close-search-form {

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

.search-form-dropdown .content-search-wrap {

    position: absolute;

    width: auto;

    top: calc(50% - 200px);

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

}

.search-form-dropdown .content-search-wrap .title {

    font-size: 30px;

    font-weight: 600;

    color: #000000;

    text-align: center;

    padding: 0 0 80px;

    margin: 0;

}

.search-form-dropdown .search-form-header {

    position: relative;

    display: table;

    background: #ffffff;

    width: 700px;

    border-radius: 30px;

    -webkit-border-radius: 30px;

    box-shadow: 0 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);

    -webkit-box-shadow: 0 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);

}

.search-form-dropdown .filter-cat-product {

    float: left;

    width: 200px;

    height: 50px;

    line-height: 50px;

    border-right: 1px #cccccc solid;

    background: none;

    position: relative;

}

.search-form-dropdown .filter-cat-product.iw-dropdown-header .btn-dropdown {

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    text-transform: capitalize;

    color: #000000;

    max-width: 100%;

    width: 100%;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    outline: none !important;

    background: none;

    border: none;

    padding: 0 60px 0 30px;

    position: relative;

    box-shadow: none;

    -webkit-box-shadow: none;

    text-align: left;

}

.search-form-dropdown .filter-cat-product.iw-dropdown-header .btn-dropdown i {

    color: #cccccc;

    padding: 0;

    font-size: 18px;

    position: absolute;

    top: 1px;

    right: 30px;

}

.iw-dropdown-header .dropdown-menu {

    position: absolute;

    top: 100%;

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    background: #ffffff;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    min-width: 200px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    z-index: 999;

    max-height: 190px;

    border: none;

    margin: 0;

}

.iw-dropdown-header .dropdown-menu ul {

    padding: 10px 0;

    margin: 0;

}

.iw-dropdown-header .dropdown-menu li {

    list-style: none;

    line-height: 24px;

}

.iw-dropdown-header .dropdown-menu li a {

    display: block;

    font-size: 14px;

    font-weight: 400;

    padding: 5px 25px;

    position: relative;

    text-transform: capitalize;

    -webkit-transition: padding 0.3s linear;

    transition: padding 0.3s linear;

    color: #000000;

}

.search-form-dropdown div.input-search {

    float: left;

    width: 500px;

    height: 50px;

    position: relative;

}

.search-form-dropdown input.top-search {

    width: 100%;

    height: 50px;

    padding: 0 80px 0 30px;

    border: none;

    background: none;

}

.search-form-dropdown div.input-search .ajax-loading-icon {

    position: absolute;

    top: 17px;

    right: 75px;

    font-size: 16px;

    display: none;

}

.search-form-dropdown div.input-search.loading .ajax-loading-icon {

    display: none;

}

.search-form-dropdown .button-search {

    position: absolute;

    width: 80px;

    text-align: center;

    height: 50px;

    line-height: 50px;

    top: 0;

    right: 0;

    border: none;

    font-size: 18px;

    color: #000000;

    background: none;

    box-shadow: none;

    -webkit-box-shadow: none;

}

.dropdow-result-search {

    position: absolute;

    width: 100%;

    max-height: 400px;

    top: 100%;

    left: 0;

    background: #ffffff;

    -webkit-border-radius: 30px;

    border-radius: 30px;

    box-shadow: 0 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);

    -webkit-box-shadow: 0 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);

}

.dropdow-result-search .title-list {

    font-size: 20px;

    color: #000000;

    font-weight: 600;

    padding: 20px 30px;

}

.dropdow-result-search .list-items {

    padding: 0 30px;

}

.dropdow-result-search .list-items .item {

    padding: 30px 0;

    border-top: 1px #eeeeee solid;

    display: table;

    width: 100%;

}

.dropdow-result-search .list-items .item .image {

    float: left;

}

.dropdow-result-search .list-items .item .image img {

    max-width: 90px;

}

.dropdow-result-search .list-items .item .content {

    padding-left: 120px;

}

.dropdow-result-search .list-items .item .content .title-item {

    font-size: 12px;

    font-weight: 500;

    text-transform: uppercase;

    color: #000000;

    padding: 0;

    margin: 0 0 10px;

}

.dropdow-result-search .list-items .item .content .title-item a {

    color: #000000;

}

.dropdow-result-search .list-items .item .content .price {

    font-size: 14px;

    font-weight: 500;

    color: #555555;

    letter-spacing: 1px;

}

.dropdow-result-search .list-items .item .content .price del {

    opacity: .5;

    display: inline-block;

}

.dropdow-result-search .list-items .item .content .price ins {

    background: 0 0;

    font-weight: 700;

    display: inline-block;

}

.iw-dropdown-header .btn-dropdown i {

    color: rgba(0, 0, 0, 0.2);

    padding-left: 10px;

    font-size: 18px;

    position: relative;

    top: 2px;

}

.iw-dropdown-header .dropdown {

    display: none;

    position: absolute;

    top: 100%;

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    background: #ffffff;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    min-width: 200px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    border-top: 1px #e1e1e1 solid;

    z-index: 999;

}

.iw-dropdown-header .dropdown ul {

    padding: 10px 0;

    margin: 0;

}

.iw-dropdown-header .dropdown li {

    list-style: none;

    line-height: 24px;

}

.iw-dropdown-header .dropdown li a {

    display: block;

    font-size: 14px;

    font-weight: 400;

    padding: 5px 25px;

    position: relative;

    text-transform: capitalize;

    -webkit-transition: padding 0.3s linear;

    transition: padding 0.3s linear;

    color: #000000;

}

.header.header-default .content-right > div.cart-quickaccess{

    position: relative;

}

.header.header-default .cart-quickaccess > a {

    width: 60px;

    height: 60px;

    line-height: 60px !important;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    background: #252525;

    text-align: center;

    color: #ffffff;

    position: relative;

}

.header.header-default .cart-quickaccess > a i {

    color: #ffffff;

    font-size: 20px;

}

.header.header-default .cart-quickaccess > a .cart-number {

    position: absolute;

    padding: 0;

    width: 30px;

    height: 30px;

    line-height: 30px;

    top: -10px;

    right: -10px;

    text-align: center;

    background: #ffffff;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    color: #000000;

    font-size: 14px;

}

.header.header-default .btn-toggle-menu {

    background: transparent;

    border: none;

    cursor: pointer;

    outline: none;

}

.header.header-default .btn-toggle-menu .icon,

.header.header-default .btn-toggle-menu .text{

    display: inline-block;

    vertical-align: middle;

}

.header.header-default .btn-toggle-menu .icon{

    overflow: hidden;

}

.header.header-default .btn-toggle-menu .text{

    margin-left: 15px;

}

.header.header-default .btn-toggle-menu .icon .line{

    background-color: #000000;

    height: 3px;

    width: 35px;

    margin-bottom: 3px;

    transition: all 500ms ease-in-out;

}

.header.header-default .btn-toggle-menu:hover .icon .line{

    margin-left: -5px;

}

.header.header-default .btn-toggle-menu .icon .line-center{

    position: relative;

    margin-left: -15px;

    transition: all 500ms ease-in-out;

}

.header.header-default .btn-toggle-menu .icon .line:last-child{

    margin-bottom: 0;

}

.header.header-default .btn-toggle-menu .icon .line-center:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000000;

    transition: all 500ms ease-in-out;

    z-index: 999;

}

.btn-toggle-menu.btn-toggle-v2 .icon .line:nth-child(3){

    margin-left: -5px;

}



.header.header-default .iw-menu-main ul.iw-nav-menu li.menu-item{

    float: none;

    display: inline-block;

}

.header.header-default .iw-menu-main ul.iw-nav-menu .sub-menu li.menu-item{

    display: block;

}

.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item{

    padding: 0 17px;

}

.header.header-default .iw-menu-main ul.iw-nav-menu li.menu-item a {

    font-size: 14px;

}

.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item > a{

    padding: 0;

    line-height: 32px;

    position: relative;

    font-weight: 600;

}

.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item > a::before{

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    opacity: 0;

    background: transparent;

    -webkit-transform: translate3d(0, -30px, 0);

    transform: translate3d(0, -30px, 0);

    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;

    transition: transform 0s 0.3s, opacity 0.2s;

}

.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item:hover > a::before,

.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item.active > a::before{

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;

    transition: transform 0.3s, opacity 0.1s;

    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

}

ul.iw-nav-menu > li.menu-item > a:hover,

ul.iw-nav-menu > li.menu-item > a:focus{

    background: transparent;

}



.header.header-default .iw-menu-main ul.iw-nav-menu > li.menu-item.menu-item-has-children{

    position: relative;

}

.header .navbar-nav > li > .sub-menu,

.header .jet-menu > li > .jet-sub-menu,

.off-canvas-menu .jet-menu > li > .jet-sub-menu,

html body .jet-menu > li.jet-menu-item > .jet-sub-menu.right-side {

    position: absolute;

    top: 100% !important;

    left: 0;

    right: auto;

    z-index: 100;

    width: 250px;

    box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

    -webkit-box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

    background-color: #ffffff;

    padding: 15px 0;

    display: block !important;

    text-align: left;

}

.header .navbar-nav > li > .sub-menu,

.header .jet-menu > li > .jet-sub-menu,

.off-canvas-menu .jet-menu > li > .jet-sub-menu {

    visibility: hidden;

}

.header .navbar-nav > li:hover > .sub-menu,

.header .navbar-nav > li.jet-menu-hover > .sub-menu,

.off-canvas-menu .jet-menu > li.jet-menu-hover > .jet-sub-menu,

.off-canvas-menu .jet-menu > li:hover > .jet-sub-menu {

     visibility: visible !important;

 }



.header .navbar-nav > li .sub-menu li a,

.header .jet-menu > li .jet-sub-menu li a {

    display: block;

    padding: 5px 30px;

    -webkit-transition: padding 0.2s linear;

    transition: padding 0.2s linear;

}

.header .navbar-nav > li:hover .sub-menu li a,

.header .jet-menu > li:hover .jet-sub-menu li a,

.off-canvas-menu .jet-menu > li .jet-sub-menu li a {

    padding: 5px 30px;

}

.header .navbar-nav > li .sub-menu > li,

.header .jet-menu > li .jet-sub-menu > li,

.off-canvas-menu .jet-menu > li .jet-sub-menu > li {

    line-height: 28px;

    font-size: 13px;

}

.header .navbar-nav > li > .sub-menu > li {

    position: relative;

    display: block !important;

}

.header .navbar-nav > li > .sub-menu li .sub-menu,

.header .jet-menu > li > .jet-sub-menu li .jet-sub-menu,

.off-canvas-menu .jet-menu > li > .jet-sub-menu li .jet-sub-menu,

html body .jet-menu-item .jet-sub-menu.right-side .jet-sub-menu {

    left: 100%;

    opacity: 0;

    position: absolute;

    top: 0;

    visibility: hidden;

    z-index: 0;

    width: 250px;

    padding: 15px 0;

    -webkit-transition: opacity 0.3s linear;

    transition: opacity 0.3s linear;

    display: block !important;

    box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

    -webkit-box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

    background: #ffffff;

}

.header .navbar-nav > li > .sub-menu li:hover > .sub-menu,

.header .jet-menu > li > .jet-sub-menu li:hover > .jet-sub-menu,

.off-canvas-menu .jet-menu > li > .jet-sub-menu li:hover > .jet-sub-menu {

    opacity: 1;

    visibility: visible;

    z-index: 10;

}



/* color header */

.header.header-default .iw-header,

.header.header-default .iw-header a {

    color: #000000;

}

.header.header-default.color-white:not(.clone) .iw-header,

.header.header-default.color-white:not(.clone) .iw-header a,

.header.header-default.color-white:not(.clone) .iw-dropdown-header .btn-dropdown i {

    color: #ffffff;

}

.header.header-default .cart-mini-header-wrap a.checkout {

    color: #ffffff;

}

.header.header-default.color-white:not(.clone) .cart-mini-header-wrap a.view-cart {

    color: #000000;

}

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .iw-header,

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .iw-header a,

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .iw-dropdown-header .btn-dropdown i {

    color: #000000;

}

.header.header-style-default.color-white:not(.clone) .content-left div.convert-currency:after,

.header.header-default.color-white:not(.clone) .btn-toggle-menu .icon .line,

.header.header-default.color-white:not(.clone) .btn-toggle-menu .icon .line-center:after,

.header.header-default.color-white:not(.clone) .cart-quickaccess > a {

    background: #ffffff;

}

.header.header-default.color-white:not(.clone) .content-right > div.iw-search-form a {

    border-color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-style-default.color-white:not(.clone) .content-left div.convert-currency:after,

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .btn-toggle-menu .icon .line,

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .btn-toggle-menu .icon .line-center:after,

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .cart-quickaccess > a {

    background: #000000;

}

.page-template-edge-page.inverse-section .header.header-default.color-white:not(.clone) .cart-quickaccess > a i {

    color: #ffffff;

}

.header.header-default.color-white:not(.clone) .cart-quickaccess > a i,

.header.header-default .navbar-nav .sub-menu li a,

.header.header-default.color-white .navbar-nav .sub-menu li a,

.header.header-default.color-white .jet-menu > li .jet-sub-menu > li a,

.header.header-default.color-white .iw-dropdown-header .dropdown li a {

    color: #000000;

}

.header.header-default.color-white:not(.clone) .cart-quickaccess > a .cart-number {

    background: #000000;

    color: #ffffff;

}

.header.header-default .iw-header-content.login-links .login i {

    font-size: 18px;

    margin-right: 8px;

}



    /* Megamenu */

body .jet-menu-container {

    line-height: 1.2;

}

body .jet-menu-container .jet-sub-mega-menu {

    box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

    -webkit-box-shadow: 0 17px 16.92px 1.08px rgba(204, 204, 203, 0.16);

}

body ul.jet-menu > li.jet-menu-item {

    padding: 0 17px;

}

body .jet-menu > .jet-menu-item > a {

    padding: 0;

    position: relative;

    text-transform: uppercase;

}

body .jet-menu > .jet-menu-item > a .jet-menu-title,

body .jet-menu > .jet-menu-item > a i {

    display: inline-block;

}

body .jet-menu-item-wrapper .jet-menu-badge {

    position: absolute;

    top: -20px;

    left: 0;

}

body .jet-menu-item-wrapper .jet-menu-badge__inner {

    display: inline-block;

    font-size: 10px;

    height: 16px;

    line-height: 16px;

    padding: 0 5px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    color: #ffffff;

    font-weight: 400;

    text-transform: uppercase;

}

html body .jet-menu-inner {

    max-width: 1170px;

    margin: 0 auto;

}

html body .jet-menu-inner > .jet-menu {

    display: block;

}

html body .jet-menu-inner > .jet-menu > .jet-menu-item {

    display: inline-block;

}

html body .jet-sub-mega-menu {

    padding: 25px 30px;

    text-align: left;

}

.jet-desktop-menu-active .jet-menu--animation-type-none .jet-menu-item:hover > .jet-sub-mega-menu {

    opacity: 1;

    visibility: visible;

}

.jet-menu-template-default .elementor-widget-wp-widget-nav_menu ul li,

body .jet-sub-mega-menu .elementor-widget-wp-widget-nav_menu ul li {

    width: 100%;

    line-height: 30px;

    padding: 0;

}

.jet-menu-template-default .elementor-widget-wp-widget-nav_menu ul li a,

.header.header-default .iw-header .jet-sub-mega-menu .elementor-widget-wp-widget-nav_menu ul li a,

body .jet-sub-mega-menu .elementor-widget-wp-widget-nav_menu ul li a {

    display: inline-block;

    font-size: 14px;

    line-height: 30px;

    padding: 5px 0;

    font-weight: 500;

    color: #000000;

    text-transform: capitalize;

}

/* End Megamenu */



/* End 4.1 Header default */



/* 4.2 Header v2 */

.header.header-v2-3 .iw-header .content-left .iw-logo{

    float: left;

}

.header.header-v2-3 .iw-header .content-left .iwnesos-desc{

    line-height: 22px;

    font-size: 12px;

    display: block;

    clear: both;

    text-transform: initial;

}

.header.header-v2-3 .iw-header .content-left .off-canvas-btn,

.header.header-v2-3 .iw-header .content-left .off-canvas-btn-2 {

    margin-left: 44px;

}

.header.header-v2 .iw-header .main-menu {

    float: left;

    position: relative;

}

.header.header-v2-3 .iw-header .main-menu .iw-nav-menu > .menu-item > a,

.header.header-v2-3 .iw-header .main-menu .jet-menu > .jet-menu-item > a {

    line-height: 80px;

}

/* End 4.2 Header v2 */



/* 4.2 Header v3 */

.header.header-v3 .iw-header {

    padding: 40px 100px 60px;

}

.header.header-v3 .iw-header .content-left .iw-logo{

    float: left;

}

.header.header-v3 .iw-header .content-left .off-canvas-btn{

    margin-left: 44px;

}

.header.header-v3 .content-right > div.iw-search-form a{

    border-right-color: #e1e1e1;

}

.header.header-v3 .iw-second-menu{

    float: left;

    width: 100%;

}

.header.header-v3 .iw-second-menu li{

    width: 200px;

    height: 50px;

}

.header.header-v3 .iw-second-menu a{

    font-weight: bold;

    text-transform: uppercase;

    font-size: 13px;

    padding: 2px 15px;

    display: inline;

}

.header.header-v3 .iw-second-menu a:hover{

    background: #000;

    color: #fff;

}

.header.header-v3.clone .iw-second-menu{

    display: none;

}

/* End 4.2 Header v3 */



/* 4.4 Header v4 */

.header.header-default.header-v4  .iw-header{

    height: auto;

}

.header.header-default.header-v4 .content-left .off-canvas-btn {

    display: none;

}

.header.header-default.header-v4 .iw-menu-main ul.iw-nav-menu > li.menu-item > a,

body .header.header-default.header-v4 .jet-menu > .jet-menu-item > a {

    padding-bottom: 20px;

}

.header.header-default.header-v4 .iw-menu-main ul.iw-nav-menu > li.menu-item > a {

    padding-bottom: 10px;

    text-transform: capitalize;

}

.header.header-v4 .content-left > div.multi-language:after{

    content: none;

}

.header.header-v4 .content-left > div.iw-search-form{

    position: relative;

}

.header.header-v4 .content-left > div.iw-search-form a{

    font-size: 18px;

    padding-left: 26px;

    display: inline-block;

    color: #000000;

    outline: none;

    text-transform: uppercase;

    position: relative;

}

.header.header-v4 .content-left > div.iw-search-form a:after{

    content: "";

    position: absolute;

    width: 1px;

    height: 30px;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    background: #e1e1e1;

}

.header.header-v4.color-white .content-left > div.iw-search-form a:after{

    background: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-v4.color-white .content-left > div.iw-search-form a:after{

    background: #000000;

}

.header.header-v4 .iw-header .iw-menu-main{

    text-align: center;

    line-height: 32px;

}

.header.header-v4 .iw-header .iw-menu-main .iw-nav-menu{

    float: none;

    text-align: center;

}

.header.header-v4 .content-left > div:first-child{

    padding-left: 0;

}

/* End 4.4 Header v4 */



/* 4.5 Header V5   V6 */

.header.header-v5-6.header-default .iw-header {

    height: auto;

}

.header.header-v5-6 .off-canvas-btn {

    display: none;

}

.header.header-v5-6 .iw-logo{

    float: left;

}

.header.header-v5-6 .main-menu{

    margin-left: 0;

}

.header.header-v5-6 .main-menu .navbar-nav {

    float: none;

}

.header.header-v5-6 .iw-menu-main ul.iw-nav-menu > li.menu-item > a::before{

    background: transparent;

}

.header.header-v5-6 .iw-menu-main ul.iw-nav-menu > li.menu-item > a,

body .header.header-v5-6 .jet-menu > .jet-menu-item > a {

    text-transform: uppercase;

    letter-spacing: 0.5px;

    line-height: 80px;

}

.header.header-v5-6 .iw-menu-main ul.iw-nav-menu > li.menu-item {

    padding: 0 15px;

}



/* 4.5 End Header V5 */



/* 4.7 Header V7 */

.header.header-v7 .content-left > div.iw-search-form {

    position: relative;

}

.header.header-v7 .content-left > div.iw-search-form a {

    font-size: 18px;

    padding-left: 26px;

    display: inline-block;

    outline: none;

    text-transform: uppercase;

    position: relative;

}

.header.header-v7 .content-left > div.iw-search-form a:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 30px;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    background: #e1e1e1;

}

.header.header-v7.color-white .content-left > div.iw-search-form a:after {

    background: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-v7.color-white .content-left > div.iw-search-form a:after {

    background: #000000;

}

.header.header-v7 .content-left > .btn-toggle-menu .text {

    margin-left: 0;

    letter-spacing: 8px;

    max-width: 37px;

    -ms-word-break: break-all;

    word-break: break-all;

    line-height: 19px;

}

/* End 4.7 Header V7 */



/* 4.8 Header V8 */

body .wrapper.for-header-v8 {

    margin-right: 320px;

}

body .wrapper.for-header-v10 {

    margin-left: 320px;

}

.header.header-default.header-v8-10 {

    position: fixed;

    top: 0;

    right: 0;

    z-index: 1000;

    width: 320px;

    height: 100%;

    display: block;

    background-color: #ffffff;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    text-align: right;

}

.header.header-default.header-v8-10.color-white .btn-toggle-menu .icon .line {

    color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .btn-toggle-menu .icon .line {

    color: #000000;

}

.header.header-default.header-v8.color-white,

.header.header-default.header-10.color-white {

    background: #000000;

}

.header.header-default.header-v10{

    right:auto;

    left: 0;

    text-align: left;

}

.header.header-default.header-v8-10 .iw-header-v810{

    padding: 0 65px 50px 35px;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    justify-content: space-between;

}

.header.header-default.header-v10 .iw-header-v810{

    padding: 0 50px 50px 50px;

    align-items: flex-start;

}

.header.header-default.header-v8-10 .iw-header-v810 .header-top{

    display: inline-block;

}

.header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container{

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}

.header.header-default.header-v8-10 .iw-header-v810 .iw-logo{

    margin: 60px 0 20px;

    text-align: right;

    line-height: initial;

}

.header.header-default.header-v8-10 .iw-header-v810 .btn-toggle-menu,

.header.header-default.header-v8-10 .iw-header-v810 .iw-search-form,

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess{

    display: block;

    width: auto;

    margin-top: 10px;

    clear: both;

}

.header.header-default.header-v8-10 .iw-header-v810 .iw-search-form,

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess{

    margin-top: 20px;

}

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon{

    position: relative;

    background: none !important;

    color: #000000;

}

.header.header-default.header-v8-10 .iw-header-v810 .iw-search-form a,

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon i {

    color: #000000;

}

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon .cart-number {

    position: absolute;

    width: 17px;

    height: 17px;

    line-height: 17px;

    bottom: -6px;

    right: -11px;

    text-align: center;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    font-size: 12px;

    background: #000000;

    color: #ffffff;

}

.header.header-default.header-v8-10 .iw-header-v810 .iw-search-form .btn-open-search-form > i,

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon > i{

    font-size: 18px;

}

.header.header-default.header-v8-10 .iw-header-v810 .navbar-menu-vertical{

    background: none;

    border: 0;

    margin-top: 30px;

    margin-bottom: 40px;

}

.header.header-default.header-v8-10 .iw-header-v810 .widget ul.menu{

    float: right;

    padding: 0;

    margin: 0;

}

.header.header-default.header-v10 .iw-header-v810 .widget ul.menu{

    float: left;

}

.header.header-default.header-v8 .iw-header-v810 .widget ul.menu > li.menu-item{

    display: block;

    padding-right: 0;

    margin: 0;

}

.header.header-default.header-v10 .iw-header-v810 .widget ul.menu > li.menu-item{

    display: block;

    padding-left: 0;

    margin: 0;

}

.header.header-default.header-v8-10 .iw-header-v810 .widget ul.menu > li.menu-item:before{

    content: '';

}

.header.header-default.header-v8-10 .iw-header-v810 .widget ul.menu > li.menu-item a{

    font-size: 17px;

    line-height: 40px;

    text-transform: uppercase;

    font-weight: 700;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    color: #000;

}

.header.header-default.header-v8-10.color-white .iw-header-v810 .widget ul.menu > li.menu-item a {

    color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .iw-header-v810 .widget ul.menu > li.menu-item a {

    color: #000000;

}

.header.header-default.header-v8-10 .iw-header-v810 .widget ul.menu > li.menu-item.active a,

.header.header-default.header-v8-10 .iw-header-v810 .widget ul.menu > li.menu-item:hover a{

    color: #aab9e6 !important;

    background: transparent;

}

.header.header-default.header-v8-10 .nesos-bk-header{

    width: 100%;

    display: table;

}

.header.header-default.header-v8-10 .nesos-bk-header > div{

    position: relative;

    font-size: 12px;

    color: #000;

}

.header.header-default.header-v8-10 .nesos-bk-header > div > a{

    text-transform: uppercase;

    outline: none;

    color: #898989;

}

.header.header-default.header-v8 .nesos-bk-header .iw-dropdown-header {

    float: right;

}

.header.header-default.header-v8 .nesos-bk-header .iw-dropdown-header:last-child {

    padding-right: 15px;

}

.header.header-default.header-v10 .nesos-bk-header .iw-dropdown-header {

    float: left;

}

.header.header-default.header-v10 .nesos-bk-header .iw-dropdown-header:last-child {

    padding-left: 15px;

}

.header.header-default.header-v8 .nesos-bk-header .convert-currency {

    margin-left: 15px;

}

.header.header-default.header-v10 .nesos-bk-header .header-account {

    margin-right: 15px;

}

.header.header-default.header-v8 .iw-dropdown-header .dropdown {

    left: auto;

    right: 0;

    transform: translateX(0);

    -webkit-transform: translateX(0);

}

.header.header-default.header-v10 .iw-dropdown-header .dropdown {

    left: 0;

    transform: translateX(0);

    -webkit-transform: translateX(0);

}

.header.header-default.header-v8-10 .header-bottom .iwnesos-desc{

    font-size: 12px;

    line-height: 22px;

    color: #000000;

    margin-top: 25px;

    text-transform: uppercase;

    font-weight: 500;

}

.header.header-default.header-v8-10 .header-bottom .copyright-header{

    margin-top: 5px;

    color: #9fa4af;

    font-size: 12px;

    line-height: 22px;

}

.header.header-default.header-v8-10 .header-bottom .copyright-header a {

    color: #9fa4af;

}

.header.header-default.header-v8-10 .widget .iw__text_rotate{

    clear: both;

    float: left;

    margin-left: -20px;

    color: #000;

    font-size: 12px;

    line-height: 27px;

    font-weight: 500;

    -moz-transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    transform: rotate(-90deg);

}

.header.header-default.header-v8-10 .widget .iw__text_rotate .call-phone{

    width: 45px;

    height: 45px;

    margin-right: 10px;

    background: #f66240;

    color: #fff;

    padding: 15px 18px;

    font-size: 18px;

    line-height: 45px;

    font-weight: 400;

    border-radius: 45px;

    transition: none 0s ease 0s;

    text-align: center;

}

.header.header-default.header-v8-10 .widget .iw__text_rotate .call-phone > i{

    -moz-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

}

.off-canvas-menu.v8 .canvas-menu-title{

    text-align: right;

    padding-top: 10px;

    padding-right: 40px;

}

.off-canvas-menu.v10 .canvas-menu-title{

    text-align: left;

    padding-top: 10px;

    padding-left: 40px;

}

.search-form-dropdown .search-full-container{

    position: relative;

}

.search-form-dropdown .search-full-container .btn--search-close{

    transition: opacity 0.1s;

    transition-delay: 0.3s;

    font-size: 2em;

    position: fixed;

    z-index: 1001;

    top: 1.25em;

    right: 1.25em;

    outline: none;

}

.search-form-dropdown .search-full-container .btn--search-close i{

    display: block;

    font-size: 60px;

    margin: 0 auto;

}

.search-form-dropdown .search-full-container .search__input{

    border: 0;

    background: transparent;

    border-radius: 0;

    -webkit-appearance: none;

    font-family: inherit;

    font-size: 6vw;

    line-height: 1;

    display: inline-block;

    box-sizing: border-box;

    width: 50%;

    padding: 0.05em 0;

    border-bottom: 2px solid;

    outline: none;

}

.search-form-dropdown .search-full-container .search__info{

    font-size: 90%;

    letter-spacing: 1.1px;

    font-weight: 600;

    display: block;

    width: 50%;

    padding: 0.85em 0;

}

.search-form-dropdown .search-full-container .search__related{

    display: flex;

    width: 35%;

    padding: 4em 0 0 0;

    pointer-events: none;

}

.search-form-dropdown .search-full-container .search__suggestion h3{

    font-size: 1.35em;

    margin: 0;

    font-weight: 500;

    letter-spacing: 1.5px;

    color: #ff4848;

}

.search-form-dropdown .search-full-container .search__suggestion h3::before{

    content: '\21FE';

    display: inline-block;

    padding: 0 0.5em 0 0;

    color: #ff4848;

}

.search-form-dropdown .search-full-container .search__suggestion p{

    font-size: 1.15em;

    line-height: 1.4;

    margin: 0.75em 0 0 0;

    color: #ff4848;

    font-weight: 300;

    letter-spacing: 0.3px;

}

.header.header-default.header-v8-10.color-white .header-bottom .copyright-header,

.header.header-default.header-v8-10.color-white .header-bottom .copyright-header a,

.header.header-default.header-v8-10.color-white .header-bottom .iwnesos-desc,

.header.header-default.header-v8-10.color-white .nesos-bk-header > div > a,

.header.header-default.header-v8-10.color-white .widget .iw__text_rotate,

.header.header-default.header-v8-10.color-white .iw-header-v810 .iw-search-form a,

.header.header-default.header-v8-10.color-white .iw-header-v810 .cart-quickaccess .cart-icon i {

    color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .header-bottom .copyright-header,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .header-bottom .copyright-header a,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .header-bottom .iwnesos-desc,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .nesos-bk-header > div > a,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .widget .iw__text_rotate,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .iw-header-v810 .iw-search-form a,

.page-template-edge-page.inverse-section .header.header-default.header-v8-10.color-white .iw-header-v810 .cart-quickaccess .cart-icon i {

    color: #000000;

}

.header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon .cart-number {

    background: #ffffff;

    color: #000000;

}

.page-template-edge-page.inverse-section .header.header-default.header-v8-10 .iw-header-v810 .cart-quickaccess .cart-icon .cart-number {

    background: #000000;

    color: #ffffff;

}



/* End 4.8 Header V8 */



/* 4.9 Header V9 */

.header.header-v9:not(.clone) .iw-header{

    box-shadow: none;

}

.header.header-v9 .content-right > div.cart-quickaccess > a .cart-number{

    top: -8px;

    right: -7px;

}

.header.header-v9 .content-left div.convert-currency {

    padding-left: 25px;

    position: relative;

}

.header.header-v9 .content-left div.convert-currency:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 30px;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    background: #cccccc;

}

.header.header-v9.color-white .content-left div.convert-currency:after {

    background: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-v9.color-white .content-left div.convert-currency:after {

    background: #cccccc;

}



/* End 4.9 Header V9 */



/*Start head 11*/

.header.header-v11.header-v9:not(.clone) .content-right > div.cart-quickaccess > a{

    color: #fff !important;

    background: #f66240;

}

.header.header-v11.header-v9:not(.clone) .content-right > div.cart-quickaccess > a .cart-number {

    color: #ffffff;

    background: #212530;

}

.header.header-v11.header-v9 .content-left div.convert-currency li a {

    color: #000;

}

.header.header-default.header-v11 .iw-dropdown-header .dropdown ul{

    padding: 0;

}

.header.header-default.header-v11 .iw-dropdown-header .dropdown li a{

    padding: 10px 25px;

    transition: 300ms;

}

.header.header-default.header-v11 .iw-dropdown-header .dropdown li a:hover{

    background: #000;

    color: #fff;

}

.header.header-default .iw-dropdown-header .dropdown{

    border-top: 0;

}

.header.header-default.header-v11 .iw-dropdown-header .dropdown li:first-child a:hover{

    border-radius: 4px 4px 0 0;

}

.header.header-default.header-v11 .iw-dropdown-header .dropdown li:last-child a:hover{

    border-radius: 0 0 4px 4px;

}

.header.header-v11.header-v9:not(.clone) .iw-header{

    background: transparent;

}

.header.header-v11.header-default .content-right > div.cart-quickaccess > a{

    background: #f66240;

    top: 10px;

}

.header.header-v11 .content-right > div.cart-quickaccess > a .cart-number{

    background: #000;

    color: #fff;

}

.header.header-v11.header-v9 .content-right > div.cart-quickaccess > a i{

    display: none;

}

.header.header-v11.header-v9 .content-right > div.cart-quickaccess > a{

    position: relative;

}

.header.header-v11.header-v9 .content-right > div.cart-quickaccess > a:after{

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    background-image: url('assets/images/Bag.png');

    width: 19px;

    height: 22px;

    transform: translate3d(-50%,-50%,0);

}

/*End head 11*/



/* 4.14 Header V14 */



body .wrapper.for-header-v14 {

    margin-right: 200px;

}

.header.header-default.header-v14 {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    width: 200px;

    padding: 15px;

    background-color: #fff568;

    z-index: 1000;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: space-between;

    justify-content: space-between;

}

.header.header-default.header-v14.color-white {

    background-color: #f7941d;

}

.header.header-default.header-v14 .header-top,

.header.header-default.header-v14 .header-bottom {

    text-align: center;

}

.header.header-default.header-v14 .iw-search-form a {

    color: #000000;

    font-size: 16px;

}

.header.header-default.header-v14 .iw-logo {

    margin-bottom: 25px;

}

.header.header-default.header-v14 .btn-toggle-menu {

    margin-bottom: 50px;

}

.header.header-default.header-v14 .cart-quickaccess a {

    position: relative;

    display: inline-block;

    width: 60px;

    height: 60px;

    line-height: 60px !important;

    text-align: center;

    color: #ffffff;

    font-size: 18px;

    border-radius: 50%;

}

.header.header-default.header-v14 .cart-quickaccess a span.cart-number {

    position: absolute;

    top: 0;

    right: -10px;

    width: 25px;

    height: 25px;

    line-height: 25px;

    font-size: 14px;

    text-align: center;

    background-color: #fff568;

    border-radius: 50%;

}

@media (min-width: 1367px) {

    .header-v14 .iw-dropdown-header .dropdown {

        top: auto;

        bottom: 100%;

    }

}

.header.header-default.header-v14.header-v8-10 .nesos-bk-header > div > a,

.header.header-default.header-v14.header-v8-10 .header-bottom .copyright-header,

.header.header-default.header-v14.header-v8-10 .header-bottom .copyright-header a {

    color: #000000;

}

.header.header-default.header-v14.color-white .iw-search-form a,

.header.header-default.header-v14.header-v8-10.color-white .nesos-bk-header > div > a,

.header.header-default.header-v14.header-v8-10.color-white .header-bottom .copyright-header,

.header.header-default.header-v14.header-v8-10.color-white .header-bottom .copyright-header a {

    color: #ffffff;

}

.page-template-edge-page.inverse-section .header.header-default.header-v14.color-white .iw-search-form a,

.page-template-edge-page.inverse-section .header.header-default.header-v14.header-v8-10.color-white .nesos-bk-header > div > a,

.page-template-edge-page.inverse-section .header.header-default.header-v14.header-v8-10.color-white .header-bottom .copyright-header,

.page-template-edge-page.inverse-section .header.header-default.header-v14.header-v8-10.color-white .header-bottom .copyright-header a {

    color: #000000;

}



/* End 4.14 Header V14 */



/* 4.15 Header V15 */

.wrapper.for-header-v15 {

    padding-left: 200px;

}

.header.header-default.header-v15 .iw-header {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1000;

    width: 200px;

    height: 100%;

    display: block;

    padding: 55px 20px;

    background-color: #f7941d;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    text-align: center;

    line-height: inherit;

}

.header.header-default.header-v15 .iw-header .cart-quickaccess{

    position: relative;

}



.header.header-default.header-v15 .iw-header .cart-mini-header-wrap{

    left: 0;

}

body.admin-bar .header.header-default.header-v15 .iw-header {

    padding-top: 85px;

}

.header.header-default.header-v15 .iw-header .header-center {

    position: absolute;

    width: 100%;

    height: auto;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    padding: 20px;

}

.header.header-default.header-v15 .iw-header .iw-search-form .search-form-dropdown {

    left: 0;

    right: auto;

}

.header.header-default.header-v15 .iw-header .header-center a {

    color: #ffffff;

}

.header.header-default.header-v15 .iw-header .cart-quickaccess a {

    font-size: 20px;

    position: relative;

    background: none !important;

    color: #000000;

}

.header.header-default.header-v15 .iw-header .cart-quickaccess a i {

    opacity: 0.9;

    font-size: 24px;

}

.header.header-default.header-v15 .iw-header .cart-quickaccess a .cart-number {

    display: inline-block;

    width: auto;

    height: auto;

    position: absolute;

    padding: 4px;

    text-align: center;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    background: #ffffff;

    top: 15px;

    right: -10px;

    color: #000000;

    font-size: 12px;

    line-height: 1;

}

.header.header-default.header-v15 .iw-header .btn-toggle-menu {

    padding-top: 65px;

}

.header.header-default.header-v15 .iw-header .btn-toggle-menu .text {

    color: #ffffff;

    letter-spacing: 8px;

    max-width: 37px;

    -ms-word-break: break-all;

    word-break: break-all;

    line-height: 19px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 0;

}

.header.header-default.header-v15 .iw-header .iw-search-form {

    padding-top: 60px;

}

.header.header-default.header-v15 .iw-header .header-bottom {

    position: absolute;

    width: 100%;

    height: auto;

    bottom: 50px;

    left: 0;

    padding: 0 20px;

}

.header-v15 .iw-dropdown-header .dropdown {

    top: auto;

    bottom: 100%;

}

.header.header-default.header-v15 .iw-dropdown-header .btn-dropdown {

    color: #ffffff;

    font-weight: 600;

    font-size: 13px;

}

.header.header-default.header-v15 .iw-dropdown-header .btn-dropdown i {

    color: #fcd4a5;

}

.header.header-default.header-v15.color-black .iw-header .cart-quickaccess a i,

.header.header-default.header-v15.color-black .iw-header .header-center a,

.header.header-default.header-v15.color-black .iw-header .btn-toggle-menu .text,

.header.header-default.header-v15.color-black .iw-dropdown-header .btn-dropdown {

    color: #000000;

}

.header.header-default.header-v15.color-black .iw-header .cart-quickaccess a .cart-number {

    background: #000000;

    color: #ffffff;

}

/* End 4.15 Header V15 */



/* 4.2 Header v16 */

.header.header-v15-v16 .iw-header{

    padding: 50px 100px 0;

}

.header.header-v15-v16 .iw-header .content-left .iw-logo{

    text-align: left;

}

.header.header-v15-v16.iw-header .content-left .iwnesos-desc{

    line-height: 22px;

    font-size: 12px;

    display: block;

    clear: both;

    text-transform: initial;

}

/* End Header v15 */



/* Header v16 */

.header.header-v16 .content-left .off-canvas-btn{

    position: absolute;

    top: 0;

    left: 100%;

    z-index: 999;

}

/* End Header v16 */



/* Header v19 */

.header.header-v19 .main-menu{

	margin: 0;

}

.header.header-v19 .iw-menu-main ul.iw-nav-menu li.menu-item a{

	text-transform: uppercase;

	letter-spacing: 0.5px;

}

.header.header-v19 .iw-menu-main ul.iw-nav-menu > li.menu-item{

	padding: 0 15px;

}

.header.header-v19 .iw-menu-main ul.iw-nav-menu > li.menu-item:first-child{

	padding-left: 0;

}

@media (min-width: 1701px) {

    .header.header-v19 .off-canvas-btn {

        display: none;

    }

}

@media (max-width: 1700px) {

    .header.header-v19 .main-menu {

        display: none;

    }

}

/* End Header v19 */

/** END 4. HEADER **/



.widget_mc4wp_form_widget form .mc4wp-form-fields {

    position: relative;

    display: table;

    width: auto;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields:after {

    content: "\f28a";

    font-family: Ionicons;

    position: absolute;

    top: 5px;

    right: 25px;

    font-size: 16px;

    color: #000000;

    z-index: 0;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"] {

    height: 40px;

    line-height: 40px;

    padding: 0 60px 0 20px;

    background: #eef4f7;

    border: none;

    -webkit-border-radius: 30px;

    border-radius: 30px;

    font-size: 11px;

    font-weight: 600;

    color: #a1a1a1;

    opacity: 1;

    width: 100%;

    max-width: 300px;

    box-shadow: none;

    -webkit-box-shadow: none;

    outline: none;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"]::placeholder {

    color: #a1a1a1;

    opacity: 1;

    text-transform: uppercase;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {

    color: #a1a1a1;

    opacity: 1;

    text-transform: uppercase;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"]::-ms-input-placeholder {

    color: #a1a1a1;

    opacity: 1;

    text-transform: uppercase;

}

.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {

    position: absolute;

    width: 60px;

    height: 40px;

    border: none;

    background: none;

    font-size: 0;

    padding: 0;

    margin: 0;

    top: 0;

    right: 0;

    z-index: 4;

}

.widget-social-link ul {

    padding: 0;

    margin-top: 0;

    margin-bottom: 0;

}

.widget-social-link ul li {

    list-style: none;

    float: left;

    width: 33.33333333%;

    padding: 0 15px;

    margin: 0 !important;

    line-height: 24px;

}

.widget .widget-social-link ul li a {

    font-size: 12px !important;

    font-weight: 600;

    text-transform: capitalize;

    color: #898989;

}



/** End 6. FOOTER **/



/*Page heading*/

.page-heading.v1 {

    text-align: center;

}

.page-heading h1{

    font-size: 36px;

    margin: 0 0 10px;

}

.page-heading .container-inner {

    padding: 50px 0 0;

}

.page-heading ul{

    list-style: none;

    padding: 0;

    margin: 0;

}

.page-heading ul li{

    display: inline-block;

    color: #9fa4af;

    font-weight: 600;

    font-size: 15px;

}

.page-heading ul li a{

    color: #000;

}

.page-heading ul li .seperate{

    width: 5px;

    height: 5px;

    background-color: #959595;

    display: inline-block;

    border-radius: 50%;

    margin: 0 22px 3px;

}

/* style2 */

.page-heading .full-width {

    padding: 0 100px;

}

.page-heading.v2 .container-inner {

    display: table;

    width: 100%;

}

.page-heading.v2 h1 {

    margin: 0;

    float: left;

    width: 50%;

}

.page-heading.v2 ul.breadcrumbs {

    margin: 0;

    float: right;

    width: 50%;

    text-align: right;

    padding-top: 10px;

}

@media (max-width: 640px) {

    .page-heading.v2 h1,

    .page-heading.v2 ul.breadcrumbs {

        width: 100%;

        text-align: left;

    }

}



/*End Page heading*/



/*404 page*/

.page-content-404{

    text-align: center;

}

.page-content-404 .text-404{

    font-weight: 300;

    font-size: 36px;

    margin-top: 10px;

}

.page-content-404 .text-label-404{

    font-weight: bold;

    font-size: 18px;

    text-transform: uppercase;

    color: #f26522;

    margin-bottom: 20px;

}

.page-content-404 .home-link{

    font-size: 16px;

    margin-bottom: 50px;

}

.page-content-404 .home-link a{

    font-size: 16px;

    border-bottom: 1px solid #f26522;

    line-height: 1;

    display: inline-block;

}

.page-content-404 .search-form input[type="text"]{

    width: 430px;

    background-color: #eef4f7;

    color: #7d7d7d;

    height: 50px;

    padding: 0 35px;

    border: none;

    border-radius: 30px;

}

.page-content-404 .search-form input[type="text"]::-webkit-input-placeholder,

.page-content-404 .search-form input[type="text"]::-moz-placeholder,

.page-content-404 .search-form input[type="text"]:-ms-input-placeholder,

.page-content-404 .search-form input[type="text"]:-moz-placeholder

{

    color: #7d7d7d;

}

.page-content-404 .search-form {

    margin-bottom: 100px;

}

.page-content-404 .search-form > span{

    position: relative;

}

.page-content-404 .search-form > span button{

    color: #000;

    font-size: 20px;

    position: absolute;

    left: auto;

    right: 25px;

    top: 1px;

    background: none;

    border: none;

    line-height: 1;

}

/*end 404 page*/



/*==== Blog ====*/

/* Blog Detail */

.single-detail .main-content .iw-content-width.left{

    padding-left: 75px;

}

.single-detail .main-content .iw-content-width.right{

    padding-right: 75px;

}

.single-detail .main-content .post-content-top .post-breadcrumbs{

    font-weight: 600;

}

.single-detail .main-content .post-content-top .post-breadcrumbs a{

    color: #b2b6bf;

}

.single-detail .main-content .post-content-top .post-breadcrumbs span a{

    color: #000;

    padding-left: 30px;

    position: relative;

}

.single-detail .main-content .post-content-top .post-breadcrumbs span a:before {

    content: '';

    height: 4px;

    width: 4px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    background: #b0b0b0;

    position: absolute;

    left: 14px;

    top: 8px;

}

.single-detail .main-content .post-content-top .post-breadcrumbs .post-title{

    padding: 0 0 25px;

    margin-top: 10px;

    font-size: 36px;

    line-height: 48px;

    color: #000;



}

.single-detail .main-content .post-item .featured-image {

    text-align: center;

}

.single-detail .main-content .post-content-top .author-avatar img{

    width: 40px;

    border-radius: 50%;

}

.single-detail .main-content .post-content-top .post-info > div {

    display: inline-block;

    padding-right: 15px;

}

.single-detail .main-content .post-content-top .post-info > div a{

    color: #000;

}

.single-detail .main-content .post-content-top .post-info .author-name a{

    text-transform: capitalize;

    color: #9fa4af;

}

.single-detail .main-content .post-content-top .post-info .post-meta .post-category{

    padding-left: 30px;

    position: relative;

    font-weight: 600;

}

.single-detail .main-content .post-content-top .post-info .post-meta .post-category:before {

    content: '';

    display: inline-block;

    height: 10px;

    width: 1px;

    background: #333;

    left: 15px;

    top: 5px;

    position: absolute;

}



.single-detail .main-content .post-item .post-text{

    margin-bottom: 30px;

}

.single-detail .main-content .post-item{

    padding-top: 60px;

}

.single-detail .main-content .post-item .featured-image{

    padding-bottom: 60px;

}

.single-detail .main-content .post-item .post-tags {

    display: inline-block;

    padding: 0 0 40px;

    font-weight: 600;

    color: #9fa4af;

    clear: both;

}

.single-detail .main-content .post-item .post-tag{

   margin-right: 3px;

}

.single-detail .main-content .post-item .post-tags a{

    color: #000;

    text-transform: uppercase;

    padding: 5px 10px;

    background: #ddd;

    font-size: 13px;

}

.single-detail .main-content .post-item .post-tags a:hover {

    color: #fff !important;

}

.single-detail .main-content .post-item .post-share{

    display: inline-block;

    padding: 0 0 40px;

    text-transform: uppercase;

    font-weight: 600;

    color: #9fa4af;

    float: right;

}

.single-detail .main-content .post-item  .post-share a{

    color: #9fa4af;

}

.single-detail .main-content .post-item  .post-share a i{

    padding-left: 30px;

}

.single-detail .prev-next-post{

    clear: both;

    padding: 25px 0;

    text-align: center;

    border-top: 1px solid #9fa4af;

    border-bottom: 1px solid #9fa4af;

    margin: 30px 0 0 0;

}

.single-detail .prev-next-post > div > div > a > i{

    display: inline-block;

    color: #111;

    font-size: 16px;

}

.single-detail .prev-next-post .prev-post{

    position: relative;

}

.single-detail .prev-next-post .prev-post:after {

    content: '';

    width: 2px;

    height: 60px;

    background: #9fa4af;

    position: absolute;

    right: -15px;

    bottom: -18px;

}

.single-detail .prev-next-post > div > div > a .prev-post-title{

    display: inline-block;

    margin-left: 8px;

    text-transform: uppercase;

    font-weight: bold;

    letter-spacing: 1px;

    color: #111;

}

.single-detail .prev-next-post > div > div > a .next-post-title{

    display: inline-block;

    margin-right: 8px;

    text-transform: uppercase;

    font-weight: bold;

    letter-spacing: 1px;

    color: #111;

}

.single-detail .post-main-content .page-links {

    margin-top: 30px;

    margin-bottom: 50px;

}

.post-password-form p label {

    color: #000;

    text-transform: uppercase;

}

.post-password-form p label input{

    margin-left: 30px;

    padding-left: 10px;

    border: 1px solid #000;

}

.post-password-form input[type="submit"]{

    margin-left: 10px;

    background: #000;

    color: #fff;

}

body.page #comments{

    margin-top: 30px;

}



h3.comments-title{

    margin: 70px 0 35px;

    font-size: 16px;

    text-transform: uppercase;

}

h3.comments-title span{

    padding-left: 10px;

}

.form-comment{

    float: left;

    width: 100%;

}

#comment-nav-above, #comment-nav-bellow{

    float: left;

    width: 100%;

    border: 1px solid;

    margin-bottom: 30px;

    border-width: 1px 0 1px 0;

    margin-top: -10px;

    padding: 4px 0;

    text-transform: uppercase;

}

#comment-nav-above a, #comment-nav-bellow a{

    color: #333;

}

#comment-nav-above div, #comment-nav-bellow div{

    display: inline-block;

}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {

    content: "\2215";

    font-weight: 400;

    margin: 0 0.7em;

}

#comment-nav-bellow{

    margin-bottom: 40px;

}

ul.comment_list{

    padding: 0;

    float: left;

    width: 100%;

}

ul.comment_list > li{

    list-style: none;

    float: left;

    width: 100%;

}

ul .comment.answer{

    background: #f1f1f1;

    padding: 25px 30px;

    margin-bottom: 10px;

}

.commentList > ul > .comment.answer:last-child{

    margin-bottom: 0;

}

ul.comment_list li .commentAvt{

    float: left;

}

ul.comment_list li .commentAvt img{

    width: 40px;

    border-radius: 50%;

}

ul.comment_list li .commentRight{

    padding-left: 60px;

}

ul.comment_list li .comment_reply {

    font-size: 13px;

    margin-top: -8px;

}

ul.comment_list li .comment_reply .comment-reply-link,

ul.comment_list li .comment_reply .edit-link{

    padding-right: 20px;

    text-transform: uppercase;

    font-weight: 600;

    letter-spacing: 1px;

}

ul.comment_list li .commentRight .name-cmt,

ul.comment_list li .commentRight .name-cmt a{

    text-transform: capitalize;

    padding-right: 10px;

    color: #000;

    font-weight: 600;

}

ul.comment_list li .commentRight .date-cmt{

    color: #9fa4af;

}

ul.comment_list li .commentRight .content-reply{

    padding: 5px 0 10px;

}

ul.comment_list > li ul.children li{

    list-style: none;

}

ul.comment_list > li.pingback{

    padding-bottom: 20px;

    border-bottom: 1px solid #777;

}

ul.comment_list > li.pingback{

    margin-bottom: 20px;

}

ul.comment_list > li.pingback p{

    display: flex;

}

ul.comment_list > li.pingback p > a {

    padding: 0 3px 0 10px;

}

ul.comment_list > li.pingback + li.comment{

    margin-top: 15px;

}

ul.comment_list > li.pingback .edit-link a{

    color: #898989;

}

ul.comment_list > li.pingback .edit-link:before{

    content: "\f044";

    font-family: "FontAwesome";

    margin: 0 5px 0 0;

}

ul.comment_list > li.pingback a{

    color: #000;

}



.comment-reply-title{

    text-transform: uppercase;

    font-size: 16px;

    margin: 50px 0 0;

}

.comment .comment-reply-title{

    margin-top: 40px;

}

.comment-reply-title small a{

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 600;

    padding-left: 50px;

}

.comment-form .note-comments{

    margin: 10px 0 20px;

}

.comment .comment-form{

    margin-bottom: 48px;

}

.comments-closed{

    font-weight: 500;

    font-size: 18px;

}

.logged-in-as a{

    color: #000;

}

.logged-in-as a:last-child {

    padding-left: 25px;

}

.commentFormField input[type="email"],

.commentFormField input[type="text"]{

    border: none;

    border-bottom: 1px solid;

    width: 100%;

    margin-bottom: 50px;

    padding: 10px;

}

.commentFormField input[type="email"]:focus,

.commentFormField input[type="text"]:focus{

    color: #000;

}

.commentFormField input[type="email"]::placeholder {

    color: #9fa4af;

    opacity: 1;

}

.commentFormField input[type="email"]:-ms-input-placeholder {

    color: #9fa4af;

}

.commentFormField input[type="email"]::-ms-input-placeholder {

    color: #9fa4af;

}

.commentFormField input[type="text"]::placeholder {

    color: #9fa4af;

    opacity: 1;

}

.commentFormField input[type="text"]:-ms-input-placeholder {

    color: #9fa4af;

}

.commentFormField input[type="text"]::-ms-input-placeholder {

    color: #9fa4af;

}

.commentFormField textarea::placeholder {

    color: #9fa4af;

    opacity: 1;

}

.commentFormField textarea:-ms-input-placeholder {

    color: #9fa4af;

}

.commentFormField textarea::-ms-input-placeholder {

    color: #9fa4af;

}



.commentFormField textarea{

    width: 100%;

    border: none;

    border-bottom: 1px solid;

    padding: 10px;

    margin-bottom: 40px;

}

.commentFormField textarea:focus{

    color: #000;

}

.form-submit input[type="submit"] {

    padding: 8px 40px;

    background: #000;

    border-radius: 20px;

    text-transform: uppercase;

    margin-bottom: 0;

}



/* Blog Detail Style 1*/

.single-detail-style1 .main-content{

    padding: 90px 100px 60px;

}

.single-detail.single-post.single-detail-style1 .main-content .container{

    width: auto;

}



/* End Blog Detail Style 1*/

/* Blog Detail Style 3*/

.single-detail-style3 .main-content .post-content-top .post-breadcrumbs .post-title{

    padding-left: 15px;

    padding-right: 15px;

}

.single-detail-style3 .post-content-top{

    text-align: center;

}

.single-detail-style3 .featured-image img{

    width: 100% !important;

}

.single-detail.single-detail-style3 .main-content .post-item .post-share{

    float: none;

}

.single-detail-style3 .post-main-content .post-share .share-title{

    display: block;

    margin-bottom: 20px;

}

.single-detail.single-detail-style3 .main-content .post-item .post-share{

    padding: 0;

}

.single-detail.single-detail-style3 .main-content .post-item .post-share a{

    color: #9fa4af;

}

.single-detail.single-detail-style3 .main-content .post-item .post-share .list-share-item {

    margin-left: -30px;

}

/* Blog Detail Style 3*/

/* Blog Detail Style 4*/

.single-detail-style4 .main-content .post-content-top .post-breadcrumbs .post-title{

    padding-left: 15px;

    padding-right: 15px;

}

.single-detail-style4 .post-content-top{

    text-align: center;

}

.single-detail-style4 .featured-image img{

    padding: 0 100px;

}

/* Blog Detail Style 4*/

/* End Blog Detail */



/* Blog Listing */

body.blog .iw-content-width.left,

.page-template-default .contents-main .iw-content-width.left {

    padding-left: 75px;

}

body.blog .iw-content-width.right,

.page-template-default .contents-main .iw-content-width.right {

    padding-right: 75px;

}

/* Blog Listing style 1 */

body.blog.default .page-heading{

    display: none;

}

.page-content.blog-list.default .main-content {

    padding: 60px 100px;

}

.page-content.blog-list .main-content .post-item{

    margin-bottom: 50px;

}

.page-content.blog-list .main-content .post-item .post-image{

    margin-bottom: 20px;

}

.page-content.blog-list .main-content .post-item .author-name{

    text-transform: capitalize;

}

.page-content.blog-list .main-content .post-item .author-name,

.page-content.blog-list .main-content .post-item .author-name a,

.page-content.blog-list .main-content .post-item .time-ago{

    font-size: 12px;

    font-weight: 600;

    color: #9fa4af;

}

.page-content.blog-list .main-content .post-item .sticky{

    font-size: 12px;

    font-weight: 600;

    color: #fff;

    padding: 3px 10px;

    margin-right: 10px;

    margin-bottom: 10px;

    display: inline-block;

    border-radius: 30px;

    line-height: 1;

    text-transform: uppercase;

}

.page-content.blog-list .main-content .post-item .post-title{

    font-size: 18px;

    line-height: 26px;

    margin: 5px 0 10px;

    word-wrap: break-word;

}

.page-content.blog-list .main-content .post-item .post-title a {

    color: #000;

}

.page-content.blog-list .main-content .post-item .readmore a{

    color: #9fa4af;

    font-size: 12px;

    line-height: 32px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.page-content.blog-list .page-nav-blog{

    text-align: center;

}

/* End Blog Listing style 1 */



/* Blog Listing style 2 */

.page-content.blog-list.v3 .main-content{

    padding-top: 40px;

}

/* End Blog Listing style 2 */

.blog-list.v3 .main-content .filter-items {

    max-width: 90%;

    text-align: center;

    margin: 0 auto 40px;

}

.blog-list.v3 .main-content .filter-items ul {

    padding: 0;

    margin: 0;

}

.blog-list.v3 .main-content .iw-list-category-filter {

    display: inline-flex;

    list-style: none;

}

.blog-list.v3 .main-content .filter-items ul li {

    list-style: none;

    display: inline-block;

    padding: 15px;

}

.blog-list.v3 .main-content .filter-items ul.auto-nav-more-list li.auto-nav-more {

    position: relative;

}

.blog-list.v3 .main-content .filter-items ul li a {

    display: inline-block;

    color: #9fa4af;

    font-weight: bold;

    text-transform: capitalize;

}

.blog-list.v3 .main-content .filter-items ul li a.is-checked{

    color: #000;

}

.blog-list.v3 .main-content .filter-items .auto-nav-more-list {

    position: absolute;

    top: 100%;

    left: auto;

    right: 0;

    background: #ffffff;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    min-width: 200px;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

    z-index: 999;

    margin: 0;

    visibility: hidden;

    opacity: 0;

    transition: 0.2s;

    -webkit-transition: 0.2s;

    padding: 10px 0;

    text-align: left;

}

.blog-list.v3 .main-content .auto-nav-more:hover .auto-nav-more-list {

    opacity: 1;

    visibility: visible;

}

.blog-list.v3 .main-content .filter-items ul.auto-nav-more-list li {

    display: block;

    padding: 5px 25px;

}

.blog-list.v3 .main-content .filter-items ul.hidden-links li a {

    padding: 0;

}

/* Blog Listing style 3 */



/* Blog Listing style 3 */

/* End Blog Listing */



/*==== End Blog ====*/

/*==== Widget ====*/

aside.widget{

    margin-bottom: 50px;

}

.widget .widget-title{

    font-size: 18px;

    color: #000;

}

.widget > ul{

    padding-left: 25px;

}

.iw-footer-middle .widget > ul{

    padding-left: 0;

}

.widget ul li{

    list-style: none;

    position: relative;

    margin-bottom: 10px;

}

.widget ul.children,

.widget ul.sub-menu{

    padding-left: 20px;

    position: relative;

}

.widget ul.children > li:before,

.widget ul.sub-menu > li:before{

    content: '\f101';

    display: block;

    position: absolute;

    left: -20px;

    top: 2px;

    font-family: FontAwesome;

    font-size: 11px;

    color: #9fa4af;

}

.widget > ul > li:before,

.widget > div > ul > li:before{

    content: '\f054';

    display: block;

    position: absolute;

    left: -25px;

    top: 2px;

    font-family: FontAwesome;

    font-size: 11px;

    color: #9fa4af;

}

.widget.widget_product_categories ul li:before{

    content: '';

}

footer .widget ul li:before{

    display: none;

}

.widget form select{

    padding: 5px 10px;

}

.widget ul li ul.children{

    margin-top: 10px;

}

.widget ul.menu > li > .sub-menu > li > .sub-menu > li .sub-menu{

    padding-left: 0;

}

.widget ul li a,

.widget .tagcloud a,

.default-sidebar .menu li a {

    color: #9fa4af;

    font-size: 14px !important;

    font-weight: 600;

    padding:  0 !important;

    text-transform: capitalize;

}

.widget ul li a{

    margin-bottom: 10px;

}

.widget_calendar td{

    font-weight: 600;

}

.widget .search-box{

    position: relative;

}

.widget_archive select, .widget_categories select, .widget_text select{

    width: 100%;

    padding: 4px 10px;

}

body.search-no-results .no-results {

    text-align: center;

}

body.search-no-results .page-content .search-box {

    position: relative;

    max-width: 645px;

    margin: 0 auto 200px;

}

.page-content .search-box input[type="search"],

.widget .search-box input[type="search"]{

    border: none;

    border-bottom: 1px solid #9fa4af;

    width: 100%;

    color: #000;

    font-weight: 600;

    padding: 10px 0;

}

.search-no-results .search-box input[type="search"]{

    font-weight: normal;

}

.page-content .search-box input[type="search"]::placeholder {

    color: #9fa4af;

    opacity: 1;

}

.page-content .search-box input[type="search"]:-ms-input-placeholder {

    color: #9fa4af;

}

.page-content .search-box input[type="search"]::-ms-input-placeholder {

    color: #9fa4af;

}



.widget .search-box input[type="search"]::placeholder {

    color: #9fa4af;

    opacity: 1;

}

.widget .search-box input[type="search"]:-ms-input-placeholder {

    color: #9fa4af;

}

.widget .search-box input[type="search"]::-ms-input-placeholder {

    color: #9fa4af;

}



.page-content .search-box i,

.widget .search-box i{

    position: absolute;

    right: 10px;

    top: 15px;

    font-size: 18px;

}

/* Recent Post */

.widget_inwave-recent-posts .list-post-item .post-item{

    padding-top: 20px;

    margin: 0 !important;

    display: inline-block;

}

.widget_inwave-recent-posts .list-post-item .post-item .post-image{

    float: left;

    max-height: 110px;

    overflow: hidden;

    margin-bottom: 0 !important;

}

.widget_inwave-recent-posts .list-post-item .post-item .post-image img{

    width: 100px;

    height: auto;

    float: left;

}

.widget_inwave-recent-posts .list-post-item .post-item .post-info{

    padding-left: 120px;

}

.widget_inwave-recent-posts .list-post-item .post-item .post-info .post-title{

    margin: 0;

    line-height: 0;

}

.widget_inwave-recent-posts .list-post-item .post-item .post-info .post-title a{

    font-size: 15px;

    line-height: 22px;

    color: #000;

}

.widget .calendar_wrap caption{

    padding: 0;

}

/* End Recent Post */

/*==== End Widget ====*/

/*style checkbox*/

.inwave-checkbox{

    width: 17px;

    height: 17px;

    display: inline-block;

    border: 1px solid #b7b7b7;

    background-color: #fff;

    position: relative;

    border-radius: 50%;

    margin: 0 5px 0 0;

    top: 3px;

}

.inwave-checkbox input{

    display: none;

}

.inwave-checkbox.checked:before{

    content: "";

    width: 9px;

    height: 9px;

    display: inline-block;

    background-color: #f26522;

    border-radius: 50%;

    position: absolute;

    top: 3px;

    left: 3px;



}

/*end style checkbox*/



/*Popup newsletter*/

.inwave_popup_newsletter_overlay{

    background-color: #ffffff;

    opacity: 0.9;

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 99998;

    top: 0;

    left: 0;

    display: none;

}

.inwave_popup_newsletter {

    top: 0;

    left: 0;

    position: fixed;

    z-index: 99999;

    width: 630px;

    display: none;

    box-shadow: 0 2px 31.488px 0.512px rgba(204, 204, 223, 0.5);

    background-color: #fff;

}

.inwave_popup_newsletter .close-popup{

    position: absolute;

    top: 30px;

    left: auto;

    right: 35px;

    font-size: 22px;

    color: #000;

    font-weight: 300;

    cursor: pointer;

}

.inwave_popup_newsletter .popup-main{

    padding: 40px 50px 30px;

    text-align: center;

}

.inwave_popup_newsletter .popup-title{

    font-weight: bold;

    font-size: 36px;

    color: #000;

    margin-bottom: 30px;

}

.inwave_popup_newsletter .popup-description{

    font-size: 12px;

    font-weight: 500;

    color: #898989;

    text-transform: uppercase;

    padding: 0 42px;

    margin-bottom: 45px;

}

.inwave_popup_newsletter .no-form{

    text-align: center;

    font-size: 12px;

    font-weight: 500;

    color: #898989;

    margin-bottom: 24px;

}

.inwave_popup_newsletter label{

    font-size: 15px;

    font-weight: normal;

    color: #7d7d7d;

}

.inwave_popup_newsletter .mc4wp-form{

    margin-bottom: 24px;

}

.inwave_popup_newsletter input[type='text'], .inwave_popup_newsletter input[type='email'], .inwave_popup_newsletter input[type='number'],

.inwave_popup_newsletter input[type='password'], .inwave_popup_newsletter input[type='tel'], .inwave_popup_newsletter input[type='url']{

    color: #000;

    background-color: #eef4f7;

    font-weight: 500;

    text-transform: uppercase;

    padding: 5px 25px;

    border-radius: 25px;

    height: 50px;

    border: none;

    font-size: 11px;

    margin-right: 15px;

    width: 68%;

}

.inwave_popup_newsletter input[type='text']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='text']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='text']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='text']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='email']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='email']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='email']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='email']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='number']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='number']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='number']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='number']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='password']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='password']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='password']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='password']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='tel']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='tel']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='tel']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='tel']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='url']::-webkit-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='url']::-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='url']:-ms-input-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='url']:-moz-placeholder{

    color: #a1a1a1;

}

.inwave_popup_newsletter input[type='submit']{

    border: none;

    height: 50px;

    text-align: center;

    background-color: #f26522;

    color: #fff;

    font-weight: bold;

    font-size: 12px;

    text-transform: uppercase;

    border-radius: 25px;

    width: 27%;

    margin: 0;

}



/* page search results */

body.search-results .search-content article{

    margin-bottom: 40px;

}

body.search-results .search-content article h3 {

    color: #000000;

    font-size: 24px;

}

body.search-results .search-content article h3 a {

    color: #000000;

}

body.search-results .search-content article .entry-meta ul {

    margin: 0;

    padding: 0;

    font-size: 12px;

    font-weight: 600;

    color: #9fa4af;

}

body.search-results .search-content article .entry-meta ul li {

    list-style: none;

    display: inline-block;

    padding-right: 15px;

}

body.search-results .search-content article .entry-meta ul li a {

    color: #9fa4af;

}

.page-nav {

    padding-top: 30px;

    padding-bottom: 30px;

    margin-top: 27px;

    border-top: 2px solid #f2f2f2;

}

.page-nav .page-numbers {

    border: 1px solid #ebebeb;

    color: #292929;

    display: inline-block;

    font-size: 11px;

    font-weight: 600;

    height: 35px;

    line-height: 34px;

    margin: 0 6px 0 0;

    text-align: center;

    width: 35px;

    float: left;

}

.page-nav span.current, .page-nav a.page-numbers:hover {

    color: #ffffff;

}

/* end Page search results */



/* Shop cart */

.cart-mini-header-wrap .buttons {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: space-between;

    justify-content: space-between;

}

.cart-mini-header-wrap .buttons .view-cart {

    margin-right: 0;

}

.woocommerce table.shop_table thead tr th.product-thumbnail {

    float: none;

}

.woocommerce table.shop_table tbody tr td.product-thumbnail {

    float: none;

    padding-right: 0;

    margin: 0;

    width: 100px;

}

.woocommerce table.shop_table tbody tr td.product-thumbnail a.product-thumbnail {

    float: none;

    margin: 0;

    display: inline-block;

}

.woocommerce .woocommerce-cart-form .actions:after {

    display: table;

    clear: both;

    content: "";

}

.woocommerce .woocommerce-cart-form .clear-shopping,

.woocommerce .woocommerce-cart-form .actions button[type="submit"] {

    margin-bottom: 15px;

}

.woocommerce .woocommerce-cart-form .cart-collaterals-coupon {

    margin-top: 30px;

}

.woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon input {

    margin: 0 20px 15px 0;

}

.woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon button {

    margin-left: 0;

}



/*6. FOOTER*/

.iw-footer .widget {

    margin-bottom: 50px;

}

.iw-footer .widget:last-child {

    margin-bottom: 0;

}



/*===== Footer v1  =====*/

.iw-footer.iw-footer-default {

    padding: 0 100px;

}



.iw-footer.iw-footer-default .iw-footer-middle {

    padding: 55px 0;

    border-top: 1px #ebebeb solid;

}



.iw-footer-default .about-us-footer {

    margin-top: 12px;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    color: #000000;

    line-height: 22px;

}

.iw-footer-default .copyright {

    color: #898989;

}

.iw-footer-default .copyright a {

    color: #898989;

}



.iw-footer-default .iw-footer-middle .widget-title {

    font-weight: 600;

    color: #000000;

    margin: 0 0 20px;

    text-transform: capitalize;

}

.iw-footer-default .iw-footer-middle .widget_mc4wp_form_widget .widget-title{

    font-size: 12px;

}



/*===== End Footer v1  =====*/



/*===== Footer v2  =====*/

footer.iw-footer-v2{

    padding: 0 100px;

}

footer.iw-footer-v2 .iw-footer-container{

    padding: 50px 0;

    border-top: 1px solid #ebebeb;

    font-weight: 600;

    font-size: 12px;

}

footer.iw-footer-v2 .iw-footer-container a {

    color: #898989;

}

footer.iw-footer-v2 .iw-footer-container a{

    color: #898989;

}

footer.iw-footer-v2 .iw-footer-container .copyright a{

    color : #9fa4af;

}

/*===== End Footer v2  =====*/



/*===== Footer v3  =====*/

footer.iw-footer-v3 .iw-footer-container {

    padding: 100px 0 80px;

    background: #1e2537;

    color: #fff;

    font-weight: 600;

    font-size: 12px;

}

footer.iw-footer-v3 .iw-footer-container .textwidget p{

    margin: 0;

}

footer.iw-footer-v3 .iw-footer-container a {

    color: #fff;

}

footer.iw-footer-v3 .copyright a {

    color: #9fa4af;

}

/*===== End Footer v3  =====*/



/*===== Footer v4  =====*/

footer.iw-footer-v4 .iw-footer-container {

    color: #000;

    font-size: 12px;

    font-weight: 600;

}

footer.iw-footer-v4 .iw-footer-container a{

   color: #000;

}

footer.iw-footer-v4 .iw-footer-container a:hover{

   color: #f66240;

}

footer.iw-footer-v4 .iw-footer-container .textwidget p{

    margin: 0;

}

footer.iw-footer-v4 .iw-footer-container {

    border-top: 1px solid #ebebeb;

    padding-top: 60px;

    padding-bottom: 50px;

}



footer.iw-footer-v4 .iw-footer-container .copyright a {

    color: #a1a1a1;

}

/*===== End Footer v3  =====*/





/*===== Footer v5  =====*/

.iw-footer-v5{

    background: #fff568;

    color: #000;

    font-weight: 500;

}

footer.iw-footer-v5 .iw-footer-container{

    padding: 135px 0 100px;

}

footer.iw-footer-v5 a{

    color: #000;

}

footer.iw-footer-v5 a:hover{

    color: #f26522;

}

footer.iw-footer-v5 .color-col aside.widget .widget-title,

body footer.iw-footer-v5 .iw-copy-right p,

footer.iw-footer-v5 .textwidget span{

    color: #000;

}

footer.iw-footer-v5 .textwidget h3{

    color: #000000 !important;

    font-size: 24px;

    margin: 16px 0 10px !important;

}

footer.iw-footer-v5 .textwidget p{

    margin: 0;

}

footer.iw-footer-v5  h3.widget-title{

    font-size: 36px;

    text-transform: inherit;

    font-weight: 700;

    letter-spacing: 3px;

    margin-top: 0;

    line-height: 36px;

}

footer.iw-footer-v5 .widget:not(:last-child){

    margin-bottom: 35px;

}

footer.iw-footer-v5 .footer-row{

    font-size: 12px;

    margin-top: 22px;

    font-weight: 600;

}

.elementor-widget-wp-widget-nav_menu ul a:hover{

    color: #f26522;

}

footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields{

    display: inline-block;

    width: 100%;

}

footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields:after{

    content: none;

}

footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"]{

    background: #ffffff;

}

footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"]{

    background: #000;

    position: inherit;

    margin-left: 25px;

    display: inline-block;

    padding: 4px 40px;

    border-radius: 40px;

    width: auto;

    font-size: 11px;

    line-height: 28px;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: 1px;

}

/*===== End Footer v5  =====*/



/*===== Footer v6  =====*/

footer.iw-footer-v6{

    background: linear-gradient(to right, #fd3341 50%, #FFFFFF 50%);

    font-weight: 600;

    font-size: 12px;

}

footer.iw-footer-v6 .iw-footer-container{

    padding: 100px 0;

}

footer.iw-footer-v6 .iw-footer-container .textwidget p{

    margin: 0;

}

footer.iw-footer-v6.iw-other-mailchip-form .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"]{

    background: #000;

}

footer.iw-footer-v6 aside.widget{

    margin-bottom: 22px;

}

footer.iw-footer-v6 .color-col aside.widget{

    padding-right: 85px;

    color: #FFFFFF;

}

footer.iw-footer-v6 .color-col aside.widget .widget-title{

    color: #FFFFFF;

}

footer.iw-footer-v6 .right-col{

    color: #000;

}

footer.iw-footer-v6 .right-col a{

    color: #000;

}

footer.iw-footer-v6 .right-col aside.widget,

footer.iw-footer-v6 .right-col .iw-copy-right{

    padding: 0 85px;

}

footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields{

    display: inline-block;

    width: 100%;

}

footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields:after{

    content: none;

}

footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"]{

    background: #ffffff;

    max-width: 270px;

    margin: 0 25px 20px 0;

}

footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"]{

    background: #000;

    position: inherit;

    margin-left: 0;

    display: inline-block;

    padding: 4px 40px;

    border-radius: 40px;

    width: auto;

    font-size: 11px;

    line-height: 28px;

    text-transform: uppercase;

    font-weight: 500;

    letter-spacing: 1px;

}



footer.iw-footer-v6 .footer-row{

    margin-top: 22px;

}

/*===== End Footer v6  =====*/



/*===== Footer v7  =====*/

.iw-footer-v7 .iw-footer-container {

    padding: 55px 15px;

    font-size: 12px;

    color: #898989;

    font-weight: 600;

}

.iw-footer-v7 .iw-footer-container a{

    font-size: 12px;

    color: #898989;

}

.iw-footer-v7 aside.widget {

    margin-bottom: 30px;

}

/*===== End Footer v7  =====*/



/*Start home v15*/

.product_filterv15 .iw-product-filter .iw-list-categories .title-block:after{

    content: none;

}

.product_filterv15 .iw-product-filter .iw-list-categories .title-block{

    font-size: 20px;

}

.selection-v19 h3 {

    font-size: 48px;

    font-weight: 300;

    line-height: 39px;

    margin-bottom: 40px;

}

.selection-v19 h6 {

    font-size: 12px;

    font-weight: bold;

    color: rgb(137, 137, 137);

    display: inline-block;

    padding-bottom: 35px;

}

.selection-v19 h6 em, .selection-v19 h3 em {

    font-style: initial;

    display: block;

}

.selection-v19 button {

    font-size: 12px;

    color: rgb(0, 0, 0);

    font-weight: 600;

    border-width: 0px;

    border-style: initial;

    border-color: initial;

    border-image: initial;

    background: rgb(255, 255, 255);

    padding: 8px 20px;

    border-radius: 20px;

    transition: 500ms;

}

.selection-v19 button:hover {

    background: #fff568;

}

.auto-maxwidth img {

    max-width: none !important;

}

.scroll-text-v19{

    position: absolute;

    right: -300px;

    bottom: 80px;

    transform: rotate(-90deg);

    color: #000;

    font-size: 12px;

    font-weight: bold;

}

.scroll-text-v19:before {

    content: "";

    position: absolute;

    width: 100px;

    height: 1px;

    background: #000;

    top: 13px;

    left: -133px;

}

.elementor-element.elementor-widget-html,.elementor-element.elementor-widget-html >div{

    position: initial;

}

.scroll-number-v19{

    position: absolute;

    top: 50%;

    right: -300px;

    transform: rotate(-90deg);

    color: #000;

    font-weight: 500;

}

.scroll-number-v19 span{

    padding-right: 80px;

    font-weight: 400;

}

.scroll-number-v19 span:before{

    content: "";

    width: 30px;

    height: 1px;

    position: absolute;

    background: #000;

    left: 50%;

    top: 12px;

    transform: translateX(-50%);

}



.CountNumberPage b{

    position: relative;

    padding-left: 85px;

    font-size: 24px;

    font-weight: normal;

}

.CountNumberPage b:before{

    position: absolute;

    content: "";

    width: 50px;

    height: 1px;

    top: 50%;

    left: 15px;

    background: #fff;

}

.TextCustomv1{

    text-align: right;

}

.elementor-widget.CategoryStyle2{

    text-align: right;

    position: absolute;

    top: 50%;

    transform: translate3d(0,-50%,0);

}

.elementor-widget.CategoryStyle2.iw-right0{

	right: 0;

}

.elementor-widget.CategoryStyle2.iw-right0 aside.widget,

.elementor-widget.CategoryStyle2.iw-mb0 aside.widget {

	margin-bottom: 0;

}

.CategoryStyle2 .widget ul.product-categories li ul.children li a{

    color: inherit;

}

.CategoryStyle2 .widget ul.product-categories li a{

    color: inherit;

    font-size: 24px !important;

}

.CategoryStyle2 .widget ul li:before{

    content: none;

}

.CategoryStyle2 .widget ul.product-categories li .children{

    padding-left: 0;

    padding-right: 15px;

    margin: 10px 0 20px;

}

.min-600 .owl-carousel .owl-stage-outer{

    min-height: 600px;

}

.min-600 .element-product-trending .item-product{

    padding: 0;

}



body .iw-mailchimp.style2 .mc4wp-form{

    display: flex;

}

footer.EditCosmeticV3.iw-footer-v8,.maxW1700{

    margin: 0 auto;

    max-width: 1700px;

}

footer.EditCosmeticV3.iw-footer-v8{

    margin-bottom: 60px;

}

footer.EditCosmeticV3.iw-footer-v8 .iw-footer-container{

    padding: 90px 0;

}

.maxW1700 .elementor-widget-container > div{

    max-width: 1140px;

    margin: 0 auto;

}

.maxW1700 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{

    padding: 0;

}

.CssOnlyCosmeticv3 .header.header-default.yes-rev-slider .iw-header {

    position: inherit;

    padding: 30px 0 60px;

    max-width: 1200px;

    margin: 0 auto;

}

/*END cosmetic*/

.inw--item_recent a img{

    position: absolute;

    top:  0;

    left: 0;

}

.inw--item_recent a{

    position: relative;

}

.main--item_ecent{

    margin-left: 80px;

}

.main--item_ecent > *{

    display: block;

}

.main--item_ecent .product-title{

    color: #000;

}

.MaxW1720 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{

    max-width: 1720px;

    padding: 0;

    margin: 0 auto;



}

.RotateIconAlign-right i{

    position: absolute;

    right: -65px;

    top: -10px;

    font-size: 8px;

    width: 50px;

    height: 50px;

    line-height: 49px;

    transform: rotate(90deg);

}

/*End home v15*/

/*contact*/

.iw-contact-info .contact-address{

    font-size: 24px;

    line-height: 28px;

    margin-bottom: 27px;

    margin-top: 0;

}

.iw-contact-info a{

    color: #000;

}

.iw-contact-info .contact-socials {

    display: flex;

    flex-wrap: wrap;

    margin-top: 20px;

}

.iw-contact-info .contact-socials a{

    width: 33.333333%;

    color: #898989;

    font-size: 12px;

    font-weight: bold;

    transition: 300ms;

}

.iw-contact-info .contact-socials a:hover{

    color: #000;

}

/*end contact*/

/*===== Responsive =====*/

.page-content-product .container {

    max-width: 100%;

    width: 100%;

    padding: 0;

}



.d-flex-style {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.align-items-center {

    -webkit-align-items: center;

    align-items: center;

}

.justify-content-space-between {

    -webkit-justify-content: space-between;

    justify-content: space-between;

}

@media ( max-width: 1600px ){



    body ul.jet-menu > li.jet-menu-item {

        padding: 0 10px;

    }

}



@media ( min-width: 1367px ) and ( max-width: 1769px ) {



    .header.header-default .content-right > div {

        padding-left: 15px;

    }

    .header.header-default .content-right > div.iw-search-form a {

        padding-right: 15px;

    }

    .header.header-default .cart-quickaccess > a {

        width: 40px;

        height: 40px;

        line-height: 40px !important;

    }

    .header.header-default .cart-quickaccess > a i {

        font-size: 17px;

    }

    .header.header-default .cart-quickaccess > a .cart-number {

        width: 25px;

        height: 25px;

        line-height: 25px;

    }



}



@media( min-width: 1367px ) and ( max-width: 1549px ) {



    .header.header-default .iw-header,

    .header.header-default.clone .iw-header,

    .header.header-default.yes-rev-slider.clone .iw-header,

    .header.header-default.absolute .iw-header,

    .header.header-default.yes-rev-slider .iw-header,

    .iw-footer.iw-footer-default,

    footer.iw-footer-v2 {

        padding: 0 30px;

    }

    .header.header-v5-6 .main-menu ul.jet-menu > li.jet-menu-item,

    .header.header-v2.menu_popup_v3 .iw-header .main-menu ul.jet-menu > li.jet-menu-item {

        padding: 0 5px;

    }

    .single-detail-style1 .main-content,

    .page-content.blog-list.default .main-content {

        padding-left: 30px;

        padding-right: 30px;

    }



}



@media ( min-width: 1367px ){



	.header-v14 .iw-dropdown-header .dropdown {

		top: auto;

		bottom: 100%;

	}

    .page-content.blog-list.default .container {

        width: auto;

        padding: 0 100px;

    }

    .header.header-v2.menu_popup_v3 .iw-header .main-menu {

        display: block;

    }

    body .off-canvas-menu.menu_popup_v3 {

        display: none;

    }

	.for-header-v810 .page-content.blog-list.default .container,

	.for-header-v14 .page-content.blog-list.default .container,

	.for-header-v15 .page-content.blog-list.default .container{

		width: 100%;

	}



}

@media ( min-width: 1366px ) and ( max-width: 1800px ) {



    .header.header-v3 .iw-second-menu{

        display: none;

    }

    /* header */

    body .wrapper.for-header-v8 {

        margin-right: 200px;

    }

    body .wrapper.for-header-v10 {

        margin-left: 200px;

    }

    .header.header-default.header-v8-10 {

        width: 200px;

    }

    .header.header-default.header-v8-10 .iw-header-v810,

    .header.header-default.header-v10 .iw-header-v810 {

        padding: 0 20px 50px 20px;

    }



}





@media ( max-width: 1366px ) {

    .iw-hide-desktop-small {

        display: none !important;

    }

    .header.header-v4 .content-left > div.iw-search-form a{

        padding: 0;

    }

    .header.header-v4 .content-left > div.iw-search-form a:after{

        content: none;

    }

    

    body .wrapper.for-header-v8,

    body .wrapper.for-header-v10,

    body .wrapper.for-header-v14 {

        margin: 0;

    }

    .header.header-default.header-v8-10 {

        width: auto;

        position: relative;

        text-align: inherit;

    }

    .header.header-default.header-v8-10 .iw-header-v810 {

        padding: 0 15px;

        display: table;

        width: 100%;

        height: auto;

        line-height: 80px;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top {

        float: left;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container {

        display: table;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container .iw-logo,

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container > div {

        display: inline-block;

        margin: 0;

        float: left;

        clear: none;

        line-height: 80px;

        padding-right: 15px;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container .iw-logo {

        font-size: 0;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .navbar-menu-vertical {

        float: left;

        margin: 0 0 0 40px;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .navbar-menu-vertical aside.widget {

        margin: 0;

    }

    .header.header-default.header-v8 .iw-header-v810 .widget ul.menu > li.menu-item {

        display: inline-block;

        padding-right: 20px;

    }

    .header.header-default.header-v8-10 .header-bottom {

        float: right;

    }

    .header.header-default.header-v8-10 .header-bottom .iwnesos-desc,

    .header.header-default.header-v8-10 .header-bottom .copyright-header {

        display: none;

    }

    .header.header-default.header-v8-10.header-v10 .iw-header-v810 .navbar-menu-vertical {

        display: none;

    }

    .header.header-v3 {

        padding: 0;

    }

    .header.header-v3 .col-nav-menu {

        display: none;

    }

    .header.header-default.header-v14 {

        display: table;

        width: 100%;

        padding: 0 20px;

        line-height: 80px;

    }

    .header.header-default.header-v14 .header-top {

        float: left;

    }

    .header.header-default.header-v14 .cart-quickaccess,

    .header.header-default.header-v14 .header-bottom {

        float: right;

    }

    .header.header-default.header-v14 .top-v-container {

        display: table;

    }

    .header.header-default.header-v14 .iw-logo,

    .header.header-default.header-v14 .btn-toggle-menu,

    .header.header-default.header-v14 .iw-search-form {

        float: left;

        margin: 0;

        padding-right: 15px;

    }



    body .wrapper.for-header-v15 {

        margin: 0;

        padding: 0;

    }

    .header.header-default.header-v15 .iw-header {

        display: table;

        width: 100%;

        text-align: inherit;

        height: auto;

    }

    .header.header-default.header-v15 .iw-header,

    body.admin-bar .header.header-default.header-v15 .iw-header {

        padding: 0 100px;

    }

    body.admin-bar .header.header-default.header-v15 .iw-header {

        top: 32px;

    }

    .header.header-default.header-v15 .iw-header .header-top {

        float: left;

        width: 20%;

    }

    .header.header-default.header-v15 .iw-logo {

        text-align: inherit;

    }

    .header.header-default.header-v15 .iw-header .header-center {

        float: left;

        position: relative;

        width: 50%;

        height: auto;

        top: auto;

        left: 0;

        transform: translateY(0);

        -webkit-transform: translateY(0);

        padding: 0;

        text-align: center;

    }

    .header.header-default.header-v15 .iw-header .header-center > div {

        display: inline-block;

        padding: 0 0 0 30px;

        line-height: 80px;

    }

    .header.header-default.header-v15 .iw-header .btn-toggle-menu .text {

        margin-left: 10px;

    }

    .header.header-default.header-v15 .iw-header .cart-quickaccess a .cart-number {

        top: -10px;

        right: -10px;

    }

    .header.header-default.header-v15 .iw-header .header-bottom {

        float: right;

        position: relative;

        width: 30%;

        left: auto;

        bottom: auto;

        padding: 0;

        text-align: right;

    }

    .header.header-default.header-v15 .iw-header .header-bottom .iw-dropdown-header {

        display: inline-block;

        padding: 0 15px;

        line-height: 80px;

    }

    .header-v15 .iw-dropdown-header .dropdown {

        top: 100%;

        bottom: auto;

        text-align: left;

    }

    .header.header-default.header-v15 .iw-dropdown-header .btn-dropdown i {

        color: #cccccc;

    }

    body .off-canvas-menu.menu_popup_v3 {

        display: block;

    }

    .page-content.blog-list.default .main-content {

        padding-left: 15px;

        padding-right: 15px;

    }



}



@media ( max-width: 1280px ) {

    /* megamenu */

    .off-canvas-menu.menu_popup_v2 {

        padding: 150px 0 45px;

        width: 300px;

    }
    
    html body .menu_popup_v2.off-canvas-menu .jet-sub-mega-menu {

        width: 680px;

    }

    html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > .top-level-link .jet-dropdown-arrow {

        right: 10px;

    }

    html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > a {

        padding: 8px 15px;

    }

    .off-canvas-menu.menu_popup_v2 .canvas-menu {

        padding: 0 15px;

    }

}



@media ( max-width: 1200px ) {

    .container-product-detail{

        padding-left: 15px;

        padding-right: 15px;

    }

    .iw-hide-desktop-small {

        display: none !important;

    }

}



@media ( min-width: 992px ) and ( max-width: 1366px ) {



    .header.header-v5-6 .col-left {

        width: 40%;

    }

    .header.header-v5-6 .col-right {

        width: 60%;

    }



    .header.header-default .iw-header,

    .header.header-default.clone .iw-header,

    .header.header-default.absolute .iw-header,

    .header.header-default.yes-rev-slider .iw-header,

    .header.header-default.yes-rev-slider.clone .iw-header,

    .iw-footer.iw-footer-default,

    footer.iw-footer-v2 {

        padding: 0 15px;

    }

    .single-detail-style1 .main-content {

        padding-left: 15px;

        padding-right: 15px;

    }



}



@media screen and (max-width: 991px){

	/* header */
    .header.header-v5-6 .off-canvas-btn {
        display: block;
        padding-left: 20px;
    }
    .header.header-v5-6 .main-menu {
        display: none;
    }

    .iw-hide-desktop-small-2 {

        display: none !important;

    }



    /* header */

    .header.header-default,

    .page-template-edge-page .header.header-default .iw-header,

    .header.header-default.header-v15 .iw-header,

    .parallax .header.header-default .iw-header {

        position: relative !important;

        top: auto !important;

        left: auto !important;

        right: auto !important;

        max-width: none !important;

    }

    .header.header-default.sticky-placeholder {

        height: 0 !important;

    }

    .header.header-default .iw-header {

        padding: 0 15px;

        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05) !important;

        box-shadow: 0 0 8px 0 rgba(0,0,0,0.05) !important;;

    }

    .header.header-default.color-white .iw-header {

        background: #000000;

    }

    .search-form-dropdown .content-search-wrap {

        top: 150px;

    }

    .search-form-dropdown .content-search-wrap .title {

        display: none;

    }

    .header.header-default.header-v4 .iw-nav-desktop {

        display: none;

    }

    .header.header-default.header-v4 .content-left .off-canvas-btn {

        display: block;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .navbar-menu-vertical {

        display: none;

    }

    .header.header-v3 {

        padding: 0;

    }

    .header.header-default.header-v15 .iw-header,

    body.admin-bar .header.header-default.header-v15 .iw-header {

        padding: 0 15px;

        background-color: #f7941d !important;

    }

    body:not(.page-template-edge-page) .header.header-default.header-v15 .iw-header {

        position: relative;

        top: auto !important;

        left: auto;

        padding: 0 15px;

    }

    .header.header-default.header-v15 .iw-header .header-top {

        width: 40%;

    }

    .header.header-default.header-v15 .iw-header .header-center {

        width: 60%;

    }

    .header.header-default.header-v15 .iw-header .header-center > div {

        padding: 0 0 0 15px;

        float: right;

    }

    .header.header-default.header-v15 .iw-header .header-bottom {

        display: none;

    }

    .off-canvas-menu.menu_popup_v1, .off-canvas-menu.menu_popup_v3 {

        padding: 145px 50px 75px;

    }

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon input {

        margin-right: 0;

    }

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon button {

        margin: 0;

    }

    /* footer */



    .iw-footer.iw-footer-default,

    footer.iw-footer-v2 {

        padding: 0 15px;

    }

    .iw-footer .widget {

        margin-bottom: 30px;

    }

    .iw-footer.iw-footer-default .iw-footer-middle {

        padding: 55px 0 25px;

    }

    /*blog*/



    .page-content.blog-list .page-nav-blog {

        padding-bottom: 30px;

    }

    .page-content.blog-list .iw-content-width .page-nav-blog {

        padding-bottom: 60px;

    }

    .widget_inwave-recent-posts .list-post-item .post-item{

        width: 100%;

    }

    .single-detail .main-content .post-item .post-share{

        float: none;

        padding-top: 10px;

        padding-bottom: 15px;

    }



    body.blog .iw-content-width.left,

    .single-detail .main-content .iw-content-width.left,

    .single-detail .main-content .iw-content-width.right,

    .page-template-default .contents-main .iw-content-width.left,

    .page-template-default .contents-main .iw-content-width.right {

        padding-left: 15px;

        padding-right: 15px;

    }

    body.blog .iw-content-width.left,.single-detail .main-content .iw-content-width.left,

    .single-detail .main-content .iw-content-width.right,

    .product-detail [class^="col-"]{

        padding-left: 15px;

        padding-right: 15px;

    }

    .single-detail .main-content .post-item .post-tags{

        display: block;

        padding-top: 10px;

        padding-bottom: 15px;

    }

    .single-detail .main-content .post-item {

        padding-top: 30px;

    }

    .single-detail .main-content .post-content-top .post-breadcrumbs .post-title{

        margin-bottom: 0;

    }

    ul.comment_list li ul li ul li ul{

        padding: 0;

    }

    .single-detail .main-content .post-item .featured-image{

        padding-bottom: 30px;

    }

    .page-heading .full-width {

        padding: 0 15px;

    }

    .single-detail-style1 .main-content {

        padding: 90px 15px 60px;

    }

    /* Megamenu */

    html body .menu_popup_v2.off-canvas-menu .jet-sub-mega-menu {

        width: 500px;

    }

    .iw-footer.iw-footer-default {

        max-width: 1170px;

        width: 100%;

        padding: 0 15px;

        margin: 0 auto;

    }

}



@media ( min-width: 768px ) and ( max-width: 1700px ) {



    .header.header-v3 .iw-second-menu li {

        width: 33.333333%;

    }



}



@media (min-width: 768px){

    .container {

        max-width: 1170px;

        width: auto;

    }

    .page-content.blog-list.default .container,

    .single-detail.single-post.single-detail-style1 .main-content .container{

        max-width: 100%;

    }

	.modal-quick-view .modal-dialog {

		width: auto;

		margin: 0 auto;

		max-width: 100%;

	}

	.modal-quick-view .modal-dialog .modal-body{

		padding: 0;

	}

}



@media ( min-width: 768px ) and ( max-width: 1366px ) {



    .header.header-v3 .iw-header > .row > div {

        width: 50%;

    }



}

@media (max-width: 860px) {

    .header .convert-currency,

    .header .header-account {

        display: none;

    }

}

@media (max-width: 782px) {

    body.page-template-edge-page.admin-bar .header.header-default.header-v15 .iw-header,

    body.admin-bar .off-canvas-menu {

        top: 0;

    }

}





@media ( min-width: 768px ) and ( max-width: 991px ) {



    .woocommerce .woocommerce-cart-form .quantity-input-wrap input {

        width: 120px;

    }

    .woocommerce .woocommerce-cart-form tbody .product-remove a {

        margin-left: 0;

    }

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon {

        margin: 30px -15px 0;

        float: none;

        width: auto;

    }

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon,

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon .cart-collaterals {

        float: left;

        width: 50%;

        padding: 0 15px;

    }

    footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {

        margin: 20px 0 0;

    }



}



@media ( min-width: 768px ) and ( max-width: 1200px ) {



	.elementor-widget.CategoryStyle2.iw-mb0{

		right: 0;

	}

    footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {

        margin: 15px 0 0;

    }

    footer.iw-footer-v6 .right-col aside.widget {

        padding: 0 15px;

    }



}



@media ( max-width: 768px ) {



    .woocommerce table.shop_table {

        margin-bottom: 30px;

    }

    .woocommerce-cart.woocommerce-page .contents-main {

        padding: 0 0 60px;

    }

    .woocommerce table.shop_table_responsive tr {

        position: relative;

        padding-left: 100px;

        margin-bottom: 10px;

        border-bottom: 1px solid rgba(129,129,129,.2);

    }

    .woocommerce table.shop_table_responsive tr:last-child {

        margin-bottom: 0;

        border-bottom: 0;

    }

    .woocommerce-page table.cart .product-thumbnail {

        display: block;

    }

    .woocommerce table.shop_table tbody tr td {

        padding: 10px 0;

        line-height: 2.5em;

        border-bottom: 1px dashed rgba(129,129,129,.2);

        display: -webkit-box;

        display: -moz-box;

        display: -ms-flexbox;

        display: -webkit-flex;

        display: flex;

        -webkit-align-items: center;

        align-items: center;

        -webkit-justify-content: space-between;

        justify-content: space-between;

    }

    .woocommerce table.shop_table tbody tr:last-child td {

        border-bottom: 1px dashed rgba(129,129,129,.2);

    }

    .woocommerce table.shop_table tbody tr td {

        border-top: 0;

    }

    .woocommerce table.shop_table tbody tr td:before {

        font-weight: 400;

        color: #000000;

        font-size: 14px;

    }

    .woocommerce table.shop_table tbody tr td:first-child,

    .woocommerce table.shop_table tbody tr td:last-child {

        border-bottom: none;

        line-height: normal;

    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {

        background-color: transparent;

    }

    .woocommerce table.shop_table tbody tr td.product-thumbnail {

        position: absolute;

        top: 0;

        left: 0;

    }

    .woocommerce table.shop_table tbody tr td.product-name {

        text-align: inherit !important;

    }

    .woocommerce table.shop_table tbody tr td.product-name .name {

        font-size: 14px;

        line-height: 1.5em;

        padding-right: 40px;

    }

    .woocommerce table.shop_table tbody tr td.product-thumbnail:before,

    .woocommerce table.shop_table tbody tr td.product-name:before {

        display: none;

    }

    .woocommerce table.shop_table tbody tr td.product-subtotal {

        border-bottom: none;

    }

    .woocommerce table.shop_table tbody tr td.product-remove {

        position: absolute;

        top: 4px;

        right: 0;

        padding: 0;

    }

    .woocommerce table.shop_table tbody tr td.product-remove a {

        width: 30px;

        height: 30px;

        line-height: 33px;

        margin: 0;

        font-size: 25px;

    }

    .woocommerce table.shop_table tbody tr td.product-quantity .quantity-input-wrap span {

        top: 50%;

        -moz-transform: translateY(-50%);

        -webkit-transform: translateY(-50%);

        -o-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        transform: translateY(-50%);

    }

    .woocommerce table.shop_table tbody tr td.product-quantity .quantity-input-wrap input {

        width: 120px;

        height: 40px;

        padding: 0;

    }



}



@media (max-width: 767px) {

    .iw-hide-tablet {

        display: none !important;

    }

    /* Header */



    .header.header-default.header-v15 .iw-header {

        position: relative !important;

        top: auto !important;

        left: auto !important;

        right: auto !important;

        max-width: none !important;

    }

    .header.header-default.header-v14 .iw-logo,

    .header.header-default.header-v15 .iw-logo {

        line-height: 80px;

    }

    .header.header-default .cart-quickaccess > a,

    .header.header-default.header-v14 .cart-quickaccess a {

        width: 30px;

        height: 30px;

        line-height: 30px !important;

    }

    .header.header-default .cart-quickaccess > a i {

        font-size: 12px;

    }

    .header.header-default .cart-quickaccess > a .cart-number,

    .header.header-default.header-v14 .cart-quickaccess a span.cart-number {

        width: 20px;

        height: 20px;

        line-height: 20px;

        font-size: 11px;

    }

    .header.header-default.header-v14 .cart-quickaccess a span.cart-number {

        top: -10px;

    }

    .off-canvas-menu {

        padding: 75px 30px 0;

    }

    .off-canvas-menu .canvas-menu li a {

        font-size: 18px;

        line-height: 30px;

        padding: 8px 30px;

    }

    .off-canvas-menu .canvas-menu .menu-item .sub-menu li a {

        font-size: 16px;

    }

    .off-canvas-menu .canvas-menu-title {

        margin: 0;

    }

    .off-canvas-menu .canvas-menu a .icon-arrow {

        font-size: 15px;

    }

    .search-form-dropdown .search-form-header {

        width: 550px;

    }

    .search-form-dropdown div.input-search {

        width: 350px;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top,

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container {

        width: 100%;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container > div.iw-search-form {

        float: right;

        padding: 0 0 0 20px;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container > div.cart-quickaccess {

        float: right;

        padding: 0;

    }

    .woocommerce .woocommerce-cart-form .cart-collaterals-coupon .coupon {

        float: none;

        width: 100%;

        margin-bottom: 30px;

    }



    /* footer */

    footer.iw-footer-v2 {

        text-align: center;

    }

	.CategoryStyle2 .widget ul.product-categories li a{

		font-size: 15px;

	}

    footer.iw-footer-v6 {

        background: linear-gradient(to right, #fd3341 100%, #FFFFFF 100%);

    }

    footer.iw-footer-v6 .right-col aside.widget {

        padding: 0;

    }

    footer.iw-footer-v6 .color-col aside.widget {

        padding: 0;

    }

    footer.iw-footer-v6 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {

        margin-left: 0;

    }

    .iw-footer.iw-footer-default {

        padding-left: 15px;

        padding-right: 15px;

    }

	.iw-footer-v7 .iw-footer-container{

		padding-left: 0;

		padding-right: 0;

	}

    body.search-no-results .page-content .search-box {

        margin: 0 auto 50px;

    }



    /* Megamenu */



    .off-canvas-menu .canvas-menu-title {

        top: 40px;

        left: 50%;

        transform: translateX(-50%);

        -webkit-transform: translateX(-50%);

    }

    .jet-mobile-menu-active .jet-menu {

        padding: 100px 15px;

    }

    body ul.jet-menu > li.jet-menu-item {

        padding: 0;

    }

    body.jet-mobile-menu-active .jet-menu-container .jet-mobile-menu-toggle-button {

        display: none;

    }

    body.jet-mobile-menu-active .jet-menu-container.jet-mobile-menu {

        position: fixed;

        width: 100%;

        top: 0;

        right: 0;

        z-index: 998;

        max-width: none;

        height: 100vh;

        background-color: transparent;

        -webkit-transition: right 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);

        transition: right 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);

    }

    html body .off-canvas-menu .jet-menu-inner > .jet-menu > .jet-menu-item {

        display: block;

    }

    .off-canvas-menu .jet-menu > li > .jet-sub-menu,

    html body .jet-menu > li.jet-menu-item > .jet-sub-menu.right-side {

        position: relative;

        width: 100%;

        max-width: none;

        height: 0;

    }

    .off-canvas-menu .jet-menu > li:hover > .jet-sub-menu,

    html body .jet-menu > li.jet-menu-item:hover > .jet-sub-menu.right-side {

        height: auto;

        visibility: visible;

    }

    .off-canvas-menu.off-canvas-menu.menu_popup_v2 .jet-menu > li > .jet-sub-menu,

    html body .menu_popup_v2.off-canvas-menu .jet-menu > li.jet-menu-item > .jet-sub-menu.right-side {

        left: 0 !important;

    }

    html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > a {

        padding: 8px 0;

    }

    html body .off-canvas-menu.menu_popup_v2 .jet-menu-inner > .jet-menu > .jet-menu-item > .top-level-link .jet-dropdown-arrow {

        right: 0;

    }

    .single-detail-style4 .featured-image img {

        padding: 0;

    }

    }



@media (max-width: 640px) {

    .iw-hide-mobile {

        display: none !important;

    }

    /* Header */

    .header.header-default .btn-toggle-menu .text {

        display: none;

    }

    .header.header-default.header-v15 .btn-toggle-menu .text {

        display: inline-block;

    }

    .header.header-default.header-v7 .btn-toggle-menu .text {

        display: block;

        padding-top: 6px;

    }

    .header.header-default .content-right > div.iw-search-form a {

        padding-right: 5px;

        border-right: none;

    }

    .header.header-default .content-right > div {

        padding-left: 10px;

    }

    .search-form-dropdown .search-form-header {

        width: 300px;

    }

    .search-form-dropdown .filter-cat-product {

        width: 120px;

        padding: 0;

    }

    .search-form-dropdown .filter-cat-product.iw-dropdown-header .btn-dropdown {

        padding: 0 20px 0 15px;

        font-size: 13px;

    }

    .search-form-dropdown .filter-cat-product.iw-dropdown-header .btn-dropdown i {

        right: 10px;

    }

    .search-form-dropdown div.input-search {

        width: 180px;

    }

    .search-form-dropdown input.top-search {

        padding: 0 40px 0 15px;

    }

    .search-form-dropdown div.input-search .ajax-loading-icon {

        right: 40px;

        font-size: 12px;

    }

    .search-form-dropdown .button-search {

        width: 40px;

        font-size: 14px;

    }

    .dropdow-result-search {

        max-height: 260px;

    }

    .dropdow-result-search .title-list {

        font-size: 16px;

        padding: 20px;

    }

    .dropdow-result-search .list-items {

        padding: 0 20px;

    }

    .dropdow-result-search .list-items .item {

        padding: 20px 0;

    }

    .dropdow-result-search .list-items .item .image img {

        max-width: 60px;

    }

    .dropdow-result-search .list-items .item .content {

        padding-left: 80px;

    }

    .header.header-v2-3 .iw-header .content-left .iw-logo,

    .header.header-v5-6 .iw-header .iw-logo,

    .header.header-default.header-v14 .iw-logo {

        max-width: 80px;

    }

    .header.header-v2-3 .iw-header .content-left .off-canvas-btn {

        margin-left: 20px;

    }

    .header.header-default .content-left > div {

        padding-right: 15px;

    }

    .header.header-default .content-left > div.iw-search-form,

    .header.header-v4 .content-left > div.iw-search-form a {

        padding: 0;

    }

    .header.header-v4 .content-left > div.iw-search-form a:after {

        display: none;

    }

    .header.header-v5-6 .content-left .off-canvas-btn {

        padding: 0 0 0 15px;

    }

    .header.header-v7 .content-left > div.iw-search-form a {

        padding: 0;

    }

    .header.header-v7 .content-left > div.iw-search-form a:after {

        display: none;

    }

    .header.header-default.header-v8-10 .iw-header-v810 .header-top .top-v-container .iw-logo {

        max-width: 105px;

    }

    .header.header-v3 .iw-header .content-left .iw-logo {

        max-width: 80px;

    }

    .header.header-default .btn-toggle-menu .icon .line {

        height: 2px;

        width: 25px;

    }

    .header.header-v3 .iw-header .content-left .off-canvas-btn {

        margin: 0;

        padding-left: 15px;

    }

    .header.header-default.header-v9 .content-right > div.iw-search-form {

        padding: 0;

    }



    /*Popup newsletter*/

    .inwave_popup_newsletter {

        width: 300px;

    }

    .inwave_popup_newsletter .popup-main {

        padding: 20px 15px;

    }

    .inwave_popup_newsletter .popup-title {

        font-size: 20px;

        margin-bottom: 10px;

    }

    .inwave_popup_newsletter .popup-description {

        text-transform: none;

        padding: 0;

        margin-bottom: 20px;

        line-height: 20px;

    }

    .inwave_popup_newsletter input[type="text"],

    .inwave_popup_newsletter input[type="email"],

    .inwave_popup_newsletter input[type="number"],

    .inwave_popup_newsletter input[type="password"],

    .inwave_popup_newsletter input[type="tel"],

    .inwave_popup_newsletter input[type="url"] {

        color: #000;

        background-color: #eef4f7;

        font-weight: 500;

        text-transform: uppercase;

        padding: 0 25px;

        border-radius: 25px;

        height: 40px;

        border: none;

        font-size: 11px;

        margin-right: 0;

        width: 100%;

        margin-bottom: 20px;

    }

    .inwave_popup_newsletter input[type="submit"] {

        height: 40px;

        border-radius: 25px;

        width: 100%;

        margin: 0;

    }

    .inwave_popup_newsletter .mc4wp-form {

        margin-bottom: 15px;

    }

}



@media (max-width: 782px) {

    body.admin-bar .off-canvas-menu {

        top: 0;

    }

}



@media ( max-width: 575px ) {



    .woocommerce table.shop_table tbody tr td:before,

    .woocommerce table.shop_table tbody tr td.product-name .name {

        font-size: 12px;

    }

    .woocommerce table.shop_table tbody tr td.product-quantity .quantity-input-wrap input {

        width: 90px;

    }

    .woocommerce .woocommerce-cart-form .actions .left {

        margin-bottom: 15px;

    }

    .woocommerce .woocommerce-cart-form .actions .left,

    .woocommerce .woocommerce-cart-form .actions .right {

        width: 100%;

        float: none;

        text-align: inherit;

    }

    .woocommerce .woocommerce-cart-form .clear-shopping,

    .woocommerce .woocommerce-cart-form .actions button[type="submit"],

    .woocommerce .woocommerce-cart-form .continue-shopping {

        width: 100%;

        text-align: center;

    }



}



@media ( max-width: 489px ) {



    .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"] {

        max-width: 100%;

        margin-bottom: 15px;

    }

    footer.iw-footer-v5 .widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {

        margin-left: 0;

    }



}



@media ( max-width: 480px ) {



    /* panel settings */

    .panel-tools {

        right: -270px;

    }

    .panel-tools .panel-content{

        width: 270px;

        padding: 15px;

    }

    .panel-tools .purchase-row a {

        padding: 5px 10px;

        font-size: 12px;

    }

    .panel-tools .row-setting.layout-setting {

        display: none;

    }

    .panel-tools .color-setting button {

        margin-right: 5px;

    }

    .panel-tools .panel-buttons > a {

        display: none;

    }

    .panel-tools .panel-buttons > span {

        border: none;

    }



}





/*===== End Responsive =====*/

