/*
  // Shiva - Responsive WooCommerce WordPress Theme

    * General
      - General Style
      - Typography Style
      - Button Style
      - Form Style
      - Spacing Style
      - Pages Style
    * Loader
    * Header
    * Top Header
    * Header Main
    * Intro
    * Promo Box
    * Promo Banner
    * Product Carousel
    * Quickview Popup
    * Home Newsletter
    * Testimonial
    * Latest Post
    * Instagram
    * Brand Logo
    * Breadcrumb
    * ShopPage
    * Sidebar
    * Blog Page
    * Galleries
    * Comments
    * About Page
    * Portfolio
    * Contact Page
    * Footer
    * Newsletter Popup
    * Back To Top
    * 404 page
    * SiteOrigin
*/

/*----------------------------------------------*/
/* General */
/*----------------------------------------------*/

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #e5e5e5;
    color: #6f6f6f;    
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;  
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
       
}
::-moz-selection {
    background-color: #f45245;
    color: #ffffff;
}

::selection {
    background-color: #f45245;
    color: #ffffff;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::after,
*::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:focus {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a:hover,
a.color,
.color, .dark-bg a:hover ,.dark-bg a.color{
    color: #f45245;
}

a:focus,
a:hover {
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}

.overlay-black,
.overlay-black20,
.overlay-black30,
.overlay-black40,
.overlay-black50,
.overlay-black60,
.overlay-black70,
.overlay-black80,
.overlay-black90,
.overlay-light,
.overlay-light20 .overlay-light30,
.overlay-light40,
.overlay-light50 .overlay-light60,
.overlay-light70 .overlay-light80,
.overlay-light90 {
    position: relative;
    z-index: 1;
}

.overlay-black:before,
.overlay-black20:before,
.overlay-black30:before,
.overlay-black40:before,
.overlay-black50:before,
.overlay-black60:before,
.overlay-black70:before,
.overlay-blackk80:before,
.overlay-blackk90:before,
.overlay-light:before,
.overlay-light20:before,
.overlay-light30:before,
.overlay-light40:before,
.overlay-light50:before,
.overlay-light60:before,
.overlay-light70:before,
.overlay-light80:before,
.overlay-light90:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    display: block;
}

.overlay-black:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.overlay-black20:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.overlay-black30:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay-black40:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay-black50:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-black60:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-black70:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-black80:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-black90:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.1);
}

.overlay-light20:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.overlay-light30:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.overlay-light40:before {
    background-color: rgba(255, 255, 255, 0.4);
}

.overlay-light50:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.overlay-light60:before {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay-light70:before {
    background-color: rgba(255, 255, 255, 0.7);
}

.overlay-light80:before {
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-light90:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.parallex-img {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;    
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

hr.dark {
    border-top: 1px solid #333;
}

b,
strong,
.strong {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

small,
small a {
    font-size: 13px;
    color: #999;
}

ul.list-inside {
    list-style: inside;
}

ol,
ul {
    margin: 0 0 1em;
    padding-left: 20px;
}

ul.list-none {
    list-style: none;
    margin-left: 0;
}

ul.list-inline li,
.list-inline {
    display: inline-block;
}
i.left,span.left{
    margin-left: 5px;
}
i.right,span.right{
    margin-right: 5px;
}
del{
    color: #666;
    padding-right: 5px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
abbr, acronym {  
  cursor: help;
}

mark,
ins {
  background:none;
  text-decoration: none;
}

@media(max-width: 1400px) and (min-width: 992px){
    .col-mt-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 50%;
        max-width: 100%;
    }
   .col-mt-10{
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-mt-9{
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }    
    .col-mt-8{
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-mt-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
    .col-mt-4{
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    } 
    .col-mt-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-mt-2{
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}
/*----------------------------------------------*/
/* Typography Style */
/*----------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;    
    margin-bottom: 15px;
    color: #333;
    font-variant-ligatures: common-ligatures; 
    text-transform: uppercase;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg p, .dark-bg a, .dark-bg span, .dark-bg label{
    color: #fff;
} 
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-transform: none;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal {
    font-weight: normal;
}

h1 {
    font-size: 40px;   
}

h2 {
    font-size: 26px;
    line-height: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px; 
}

h5 {
    font-size: 18px;    
}

h6 {
    font-size: 16px;    
}

.page-title,
.section-title {
    border-bottom: 1px dashed #b2b2b2;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;    
}
.blog-title{
   margin-bottom: 15px; 
}
p {
    font-weight: inherit;
    font-size: inherit; 
    font-family: inherit;
    margin-bottom: 15px;
    color: #6f6f6f;
}
p:last-child{
    margin-bottom: 0;
}
p.xs {
    font-size: 10px;
}

p.small {
    font-size: 12px;
}

p.large {
    font-size: 16px;
}

p.xl {
    font-size: 18px;
}
blockquote,.blockquote{  
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px; 
    margin-bottom: 20px;    
    background: #f5f5f5;
    font-style: italic;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
}
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large),blockquote,.blockquote{
    border-left: 4px solid #f45245;
    padding-left: 80px;
} 

blockquote:before,.blockquote:before{
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 28px;
    position: absolute;
    left: 22px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;  
}
.wp-block-quote cite, 
.wp-block-quote footer, 
.wp-block-quote__citation,
blockquote cite{
    display: block;
    margin-top: 10px;
    font-weight: 600;    
    font-size: 14px;
    font-style: inherit;
    color: inherit;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer{
    padding-right: 20px;
}
/*----------------------------------------------*/
/* Button Style */
/*----------------------------------------------*/
.btn.focus, .btn:focus{
    box-shadow:none;
}
button:focus{
    outline: none;
}
.btn, .button, button, input[type="button"], input[type="reset"], input[type="submit"]{
    font-size: 14px;
    line-height: 1;
    font-weight: 300;    
    text-decoration: none;    
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;     
    padding: 9px 25px; 
    text-transform: uppercase; 
    background: #333; 
    border: 2px solid #333;
    color: #fff;
}

.btn:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffffff;
    color: #333;
}
input[type="button"].btn-xs,
input[type="submit"].btn-xs,
button.btn-xs,.btn-xs{
    padding: 7px 15px;
    display: inline-block;
}
input[type="button"].btn-sm,
input[type="submit"].btn-sm,
button.btn-sm,.btn-sm{
    padding: 9px 20px;
    display: inline-block;
}
input[type="button"].btn-md,
input[type="submit"].btn-md,
button.btn-md,.btn-md {
    padding: 11px 25px;
    display: inline-block;
}
input[type="button"].btn-lg,
input[type="submit"].btn-lg,
button.btn-lg,.btn-lg{
    padding: 13px 30px;
    display: inline-block;
}

.btn-black {
    background-color: #333 !important;
    border-color: transparent;
    color: #fff !important;
}

    .btn-black:hover {
        background-color: #4b4b4b !important;
        border-color: transparent;
        color: #fff !important;
    }

.btn-color {
    background-color: #f45245 !important;
    border-color: transparent;
    color: #fff !important;
}

    .btn-color:hover {
        background-color: #333 !important;
        border-color: transparent;
        color: #fff !important;
    }

.btn-gray {
    background-color: #eee !important;
    border-color: transparent;
    color: #222 !important;
}

    .btn-gray:hover {
        background-color: #f4f4f4 !important;
        border-color: transparent;
        color: #222 !important;
    }

.btn-white {
    background-color: #fff !important;
    border-color: transparent;
    color: #222 !important;
}

.btn-white:hover {
    background-color: #0e5ba4 !important;
    border-color: transparent;
    color: #fff !important;
}
/*----------------------------------------------*/
/* Form Style */
/*----------------------------------------------*/
form {
    position: relative;    
}

form .required {
    color: #fd6262;
    text-decoration: none;
    margin-left: 2px;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    
}

    input:not([type="submit"]), input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        
        border: 1px solid #b2b2b2;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #333;
        outline: none;
        font-weight: normal;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 11px;
        padding-top: 11px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        display: inline-block;
        text-transform: none;
        line-height: 1;
        font-family: inherit;
        vertical-align: middle;      
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea{
        appearance: none;
        -webkit-appearance: none;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
           border-color: #f45245;
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #f45245;
            color: #333;
        }

        input[type="number"], input[type="tel"]{
            appearance: none;
            -webkit-appearance: none;
        }
        input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
          -webkit-appearance: none; 
          margin: 0; 
        }
        select{
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;            
            height: 36px;
            padding: 0 10px;
        }
        input.input-xs, .input-xs {
            padding-top: 7px;
            padding-bottom: 7px;
            
        }

        input.input-sm, .input-sm {
            padding-top: 9px;
            padding-bottom: 9px;
            
        }

        input.input-md, .input-md {
            padding-top: 11px;
            padding-bottom: 11px;
            
        }

        input.input-lg, .input-lg {
            padding-top: 13px;
            padding-bottom: 13px;
            
        }

textarea {
    height: 130px;    
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
}

label {
    margin-bottom: 7px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    color: #333; 
    font-size: 14px;
    font-weight: normal;
    display: block;

}
   
    label.list-inline {
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: middle;
    }

input.block {
    display: block;
}


.form-full-width {
    width: 100%;
}

.form-full-height {
    height: 100%;
}

.field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

.form-required {
    color: #f00;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {    
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px
}
table{
    border: 1px solid #eee;
    margin-bottom: 30px;
    width: 100%;
}
table td, table th {
    border: 1px solid #eee;
    padding: 4px 8px;
}
legend {
    border-bottom: none;
    font-size: 18px;
    text-transform: uppercase;    
}
/*----------------------------------------------*/
/* Spacing Style */
/*----------------------------------------------*/
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-top {
    padding-top: 60px;
}

.section-padding-bottom {
    padding-bottom: 60px;
}

.section-padding-sm {
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-padding-sm-top {
    padding-top: 30px;
}

.section-padding-sm-bottom {
    padding-bottom: 30px;
}
/******/
.p-90 {
    padding: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}
/******/
.p-80 {
    padding: 80px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}


/******/
.p-70 {
    padding: 70px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

/******/
.p-60 {
    padding: 60px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}
/******/
.p-50 {
    padding: 50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

/******/
.p-40 {
    padding: 40px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}
/******/
.p-30 {
    padding: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

/******/
.p-20 {
    padding: 20px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}
.pt-15 {
    padding-top: 15px;
}
/******/
.p-10 {
    padding: 10px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}
/******/
.p-5 {
    padding: 5px;
}
.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}
/******/
.p-0 {
    padding: 0px;
}
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px  !important;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plt-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}
/******/
/******/
.m-90 {
    margin: 90px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}
/******/
.m-80 {
    margin: 80px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}


/******/
.m-70 {
    margin: 70px;
}
.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

/******/
.m-60 {
    margin: 60px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}
/******/
.m-50 {
    margin: 50px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

/******/
.m-40 {
    margin: 40px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}
/******/
.m-30 {
    margin: 30px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}
/******/
.m-25 {
    margin: 25px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

/******/
.m-20 {
    margin: 20px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}
/******/
.m-15 {
    margin: 15px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}
/******/
.m-10 {
    margin: 10px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}
/******/
.m-5 {
    margin: 5px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}
/******/
.m-0 {
    margin: 0px;
}
.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

@media (max-width: 991px) {
     .mt-sm-30{
        margin-top: 30px;
     }
 }
@media (max-width: 767px) {
     .mt-sm-30{
        margin-top: 30px;
     }
     .mb-sm-30{
        margin-bottom: 30px;
     }
     .mt-sm-20{
        margin-top: 20px;
     }
     .mb-sm-20{
        margin-bottom: 20px;
     }
    
}
@media (min-width: 992px) {
    .mb-lg-0{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .order-summary{
        margin-top:30px; 
    }
}

@media (max-width: 767px) {
    
    .hidden-sm{
        display: none;
    }
    
}
@media (max-width: 560px) {
    
}
/*----------------------------------------------*/
/* Pages Style */
/*----------------------------------------------*/
.gray-bg{
    background: #f9f9f9;
}
.black-bg{
    background: #333;
    color: #fff;
}
.wrapper-page {
    padding-bottom: 40px;
    padding-top: 40px;
}
.page-wrapper{
    position: relative;
    width: 100%;
}
.page-container{
    position: relative;
    width: 100%;     
}
.page-content{
    padding-bottom: 30px;
    padding-top: 30px; 
}
.page-content-top{   
    padding-bottom: 0; 
}
.page-content-bottom{  
     padding-top: 0; 
}
.boxed-layout .wrapper{
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
    background: #ffffff;
}
/*----------------------------------------------*/
/* Loader */
/*----------------------------------------------*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    display: block;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}
.loader span {
    position:absolute;
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:100%;
    background:rgba(244,82,69,1);
    -webkit-animation:loader 1.5s linear infinite;
    animation:loader 1.5s linear infinite;
    top: 0;
    left: 0;
}
.loader span:last-child {
   animation-delay:-0.9s;
   -webkit-animation-delay:-0.9s;
}
@keyframes loader {
   0% {transform: scale(0, 0);opacity:0.8;}
   100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader {
   0% {-webkit-transform: scale(0, 0);opacity:0.8;}
   100% {-webkit-transform: scale(1, 1);opacity:0;}
} 

/*----------------------------------------------*/
/* Header */
/*----------------------------------------------*/
.site-header{
    position: relative;
    z-index: 222;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
@media screen and (min-width: 992px) {
    .site-header.header-classic{
        position: absolute;
        width: 100%;
    }
}
.site-header .header-main-wrapper{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: relative;
   
}
@media (min-width: 992px) {
    .header-sticky.header-fixed.site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;        
        -webkit-animation: fadeInDown 0.5s ease-out forwards;
        -moz-animation: fadeInDown 0.5s ease-out forwards;
        -o-animation: fadeInDown 0.5s ease-out forwards;
        animation: fadeInDown 0.5s ease-out forwards; 
        background: #e5e5e5;       
    }
   .admin-bar .header-sticky.header-fixed.site-header{
        top: 32px;
    }
    .header-sticky.header-fixed.site-header .header-main-innner {
        display: none;
    }
}
/*** header dark ***/
.header-dark.site-header{
    background: #333;
}
.header-sticky.header-fixed.header-dark.site-header{
    background: rgba(51,51,51,0.8);
}
/*----------------------------------------------*/
/* Top Header */
/*----------------------------------------------*/
.top-header-wrapper{
    color: #ffffff;
    background: #333;
    display: table;
    width: 100%;
    padding-top: 7px; 
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}
.header-sticky.header-fixed .top-header-wrapper{
    display: none;
}

@media (max-width: 1220px) {
    .header-main-wrapper{
        padding-right: 15px;
        padding-left: 15px;  
    }
    .header-main-wrapper .container{
        padding: 0;
    }
}
@media (max-width: 1080px) {   
}
.top-header-wrapper .top-header-innner{
    display: table;
}
.header-classic .top-header-wrapper .top-header-innner,
.header-classic .header-main-wrapper .header-main-innner,
.header-classic .search-wrapper .search-wrapper-inner{
    max-width: 1140px;
}
@media screen and (min-width: 992px) {
    .header-classic .top-header-wrapper .top-header-innner,
    .header-classic .header-main-wrapper .header-main-innner,
    .header-classic .search-wrapper .search-wrapper-inner{        
        padding-right: 15px;
        padding-left: 15px;
    }
}
.top-header-wrapper .topbar-left,.top-header-wrapper .topbar-right{    
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.top-header-wrapper .topbar-left{
    text-align: left;
}
.top-header-wrapper .topbar-right{
    text-align: right;    
}
.topbar-link ul li{
    display: table-cell;
}
.topbar-left .topbar-link > ul > li:first-child, .topbar-right .topbar-link > ul > li:first-child, .topbar-right .topbar-link > ul > li.topbar-menu ul > li:first-child{
    border-left: none;
    padding-left: 0; 
}
.topbar-left .topbar-link > ul > li:last-child, .topbar-right .topbar-link > ul > li:last-child{
    border-right: none;
    padding-right: 0; 
}
.topbar-left .topbar-link > ul > li, .topbar-right .topbar-link > ul > li, .topbar-right .topbar-link > ul > li.topbar-menu ul > li{
    
}
.black-wrapper .topbar-left .topbar-link > ul > li, .black-wrapper .topbar-right .topbar-link > ul > li, .black-wrapper .topbar-right .topbar-link > ul > li.topbar-menu ul > li{
   
}
.topbar-right .topbar-link > ul > li.topbar-menu{
    border-left: none;
    padding: 0; 
}
.topbar-right .topbar-link > ul > li.topbar-social ul > li a{
    padding: 10px 6px;
}
.topbar-right .topbar-link{
    vertical-align: top;
    display: inline-block;
}
.topbar-right .topbar-link > ul,.topbar-left .topbar-link > ul{
    margin-bottom: 0;   
    padding-left: 0; 
}
.topbar-link > ul > li > a{ 
    color: #ffffff;
    padding-right: 15px;   
    display: block;
}
.topbar-link > ul > li > a:hover {
    color: #f45245;
}
.topbar-link > ul > li:last-child > a{
    padding-right: 0;
}
.topbar-link .myaccount-icon a:before{
    content: "\f2c0";
    font-family: FontAwesome;
    margin-right: 10px; 
}
@media (max-width: 991px) {    
    .top-header-wrapper .topbar-right{
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) { 
    .hidden-sm{
        display: none !important;
    }
}

/*** header dark ***/
.header-dark .top-header-wrapper{
    background: #333;
}
/*----------------------------------------------*/
/* Header Main */
/*----------------------------------------------*/
.header-main-innner{   
}
.header-main-innner{
    float: left;
    padding: 20px 0px;
    width: 100%;
}
.header-main-innner .header-search,
.header-main-innner .logo,
.header-main-innner .header-nav-sidebar{
    width: 33.33%;
    float: left;
}
.wishlist-icon {
    margin-right: 5px;
    position: relative;
}
.wishlist-icon i,
.cart-icon i{
    background: #f45245;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.wishlist-icon:hover i,
.cart-icon:hover i{
    background: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.logo{
}
.header-main-innner .logo{
}
.logo a{
    display: block;
}
.logo img{
    width: auto;
    vertical-align: middle;    
    max-height: 28px;      
}
.logo .site-title{
    margin-bottom: 0;
    font-size: 21px;
}
.logo .site-title a{
    
}

/*** header sidebar ***/
.header-nav-sidebar{
    float: right;
}
.header-nav-icon{
    display: inline-block;
    font-size: 18px;    
    margin-left: 15px;
}
.header-nav-sidebar ul{
    display: inline-block;
    margin: 0;
    padding: 0;    
}
.header-nav-sidebar ul li{
   display: inline-block;   
   margin: 0;
}
.header-nav-sidebar ul li.cart-icon-box{
    margin-right: 5px;
}
.header-nav-sidebar  ul li:last-child{
    margin-right: 0;
}
.header-nav-sidebar ul li a{
    position: relative;
    display: block;
    line-height: 1;
    color: inherit;
}
.header-nav-sidebar ul li a.search-icon{
    color: #0d5ba4;
}
.header-dark .header-nav-sidebar ul li a.search-icon{
    color: inherit;
}
.header-nav-sidebar li.cart-icon-box .cart-count, .header-nav-sidebar li.wishlist-link .wishlist-count{
    font-size: 10px;
    position: absolute;
    top: -9px;
    right: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
}
.header-nav-sidebar li.wishlist-link .wishlist-count{
    right: 15px;
}
/**** Block content ***/
.block-content{
    background: #ffffff;
    padding: 30px;
}
/*** header dark ***/
.header-dark .header-nav-sidebar{
    color: #fff;
}
.header-dark .header-nav-sidebar ul li a:hover{
    color: #f45245;
}
.mobilemenu_icon{    
    width: 20px;    
    top: 0;
    left: 0;
    z-index: 1;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;   
}
.mobile_menu_icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.mobile_menu_icon, .mobile_menu_icon:before, .mobile_menu_icon:after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.mobile_menu_icon:before, .mobile_menu_icon:after {
    position: absolute;
    content: "";
}
.mobile_menu_icon:before {
    top: -7px;
}
.mobile_menu_icon:after {
    top: 7px;
}
.mobilemenu-wrapper.active .mobile_menu_icon {
    background-color: transparent;
}
.mobilemenu-wrapper.active .mobile_menu_icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.mobilemenu-wrapper.active .mobile_menu_icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
@media screen and (min-width: 992px) {
    .header-nav-sidebar ul li.mobilemenu-wrapper{
        display: none;        
    }
}
@media screen and (max-width: 991px) {
    .header-nav-sidebar ul li.mobilemenu-wrapper{
        display: inline-block;        
    }
    .wishlist-icon{
        margin-left: 10px;
    }
}
/*** Navigation Menu ***/
.main-navigation{
    display: inline-block;
    margin: 0;  
}
@media screen and (min-width: 992px) {
    .header-normal .main-navigation,.header-classic .main-navigation{
        display: inherit;
        margin: 0 auto;
    }
    .main-navigation{
        width: 100%;
    }
    .main-navigation .menu-primary-menu-container{
        display: table;
        margin: 0 auto;
    }
    .main-navigation .main-menu > li:first-child > a {
        padding-left: 0;
    }
    .main-navigation .main-menu > li:last-child > a {
        padding-right: 0;
    }

}

.main-navigation ul.main-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation > ul.main-menu{
    text-align: center;
}
.main-navigation .main-menu > li{   
  display: inline-block;
  position: relative;
}
.main-navigation .main-menu > li > a {
    font-weight: 400;
    font-size: 16px;
    padding: 13px 30px;
    display: inline-block;
    text-transform: uppercase;
}

.main-navigation .main-menu > li:last-child > a:after{
    display: none;
}
.main-navigation .main-menu > li > a + svg {
  
}
.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li > a:hover + svg {
  color: #f45245;
}

@media screen and (min-width: 992px) {
    .main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
       position: relative;
       right: 20px;
       top: -1px;
    }
    .main-navigation ul.main-menu li > ul.sub-menu {
        background: #fff;        
        left: -999em;
        padding: 8px 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
        display: none;
        box-shadow: 0 2px 9px -5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 9px -5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 2px 9px -5px rgba(0,0,0,0.1);
    }
    .main-navigation ul.main-menu li.menu-item-has-children:hover > ul.sub-menu,
    .main-navigation ul li.menu-item-has-children:hover > .sub-menu {
      left: 0;
      display: block;   
    }   
    .main-navigation .sub-menu > li {
        display: block;
        position: relative;       
    }
    .main-navigation .sub-menu > li:last-child {
        border-bottom: none;
    }

}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
    display: inline-block;
    position: absolute;    
    right: 0;
    top: 0;
    bottom: 0;  
    line-height: 1;    
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
    display: block;
    background: rgba(255,255,255,0); 
    font-weight: 400;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    width: 15em;
    line-height: 22px;
}


.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  color: #f45245;
}

.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  color: #f45245;
}

.main-navigation .sub-menu > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item{
  display: none;  
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem);
}

.main-navigation ul li:not(.mega-menu-column) ul li.menu-item-has-children:hover > .sub-menu {
  left: 100%;
  top: 0;
  margin-top: -1px;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc( 100vh - 46px);
  /* WP core breakpoint */
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc( 100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}
/** MegaMenu **/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:first-child > a.mega-menu-link{
    padding-left: 0px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item .mega-sub-menu .mega-mobile-parent-nav-menu-item{
    display: none;
}
@media only screen and (min-width: 992px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, 
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear{
        margin-top: 15px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:after,
    .main-navigation .main-menu > li > a:after{
        content: "";
        background: #b2b2b2;
        position: absolute;
        top: 20px;
        right: 0;
        width: 1px;
        height: 15px;
        display: block;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child > a.mega-menu-link:after{
        display: none;
    }
}
/**** Mobile Menu ***/
.menu-toggle{
    background: #f0f0f0;
    color: #333;
    padding: 8px 15px;
    font-family: inherit;
    display: none;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    border: none;
    text-transform: uppercase;    
}
.menu-toggle:after{
    content: "\f0c9";
    font-family: "FontAwesome";   
    padding: 0;    
    position: absolute;    
    color: #333;
    top: 0; 
    right: 15px;
    float: right;
    line-height: 40px; 
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;   
}
.menu-toggle.active:after{
    content: "\f00d";
}
@media (min-width: 992px) and (max-width: 1024px){
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu{
    left: -56px
  } 
}
@media screen and (max-width: 991px) {
    .main-navigation{
        position: relative;
        text-transform: uppercase;
        clear: both;
        z-index: 99;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .main-navigation ul.main-menu{
        display: none;
        position: absolute;
        top: 100%;
        width: 100%; 
        background: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul.main-menu.active{
        display: block;
    }
    .main-navigation .main-menu > li{
        display: block;
        margin-top: 0;
        background: #fff;
        border-bottom: none 0;
        border-top: 1px solid #eee;
    }
    .main-navigation .main-menu > li > a{
        padding: 8px 15px;
        display: block;
        font-weight: 400;
    }
    .menu-toggle{
        display: none;        
    }
    .main-navigation .main-menu > li.menu-item-has-children > .submenu-expand {
        background-color: #eee;
        color: #333;
        display: block;
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        right: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        text-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        top: 5px;
        text-align: center;

    }
    .main-navigation .main-menu > li.menu-item-has-children ul.sub-menu .submenu-expand,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:after,
    .main-navigation ul.main-menu > li > ul.sub-menu{
        display: none;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
        padding: 0 15px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0;
    }

    .main-navigation ul.main-menu > li ul.sub-menu {
        margin: 0 0 0 15px;
        padding: 0;
        list-style: none;
    }
    .main-navigation ul.main-menu > li ul.sub-menu ul.sub-menu {
        display: block !important;
    }    
    .main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return{
        width: 100%;
    }
    /** MegaMenu **/
    .mega-menu-primary-menu .menu-toggle{
        display: none;
    }
    .main-navigation .mega-menu-toggle{
        margin-bottom: 20px;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu{
        position: absolute;
        width: 100%;
        /*top: calc(0% + 40px);*/
        top: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:first-child > a.mega-menu-link{
        border-bottom: 1px solid #e5e5e5;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child a.mega-menu-link{
        border-bottom: none;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu{
        box-shadow: none;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
        padding-left: 0px;
        padding-right: 0px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        line-height: 30px;
        right: 0px;
        position: absolute;
        top: 5px;        
        text-align: center;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
        margin: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{
        margin-left: 15px;
        position: relative;
        width: auto;
        float: none;
        box-shadow: none;
        overflow: hidden;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;

    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
        width: 100%;
        padding:0; 
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.widget_media_image{
        display: none;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item  a.mega-menu-link{        
        margin-bottom: 0;
        font-weight: inherit;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item  a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
        padding: 8px 15px;
        line-height: 22px;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle{
        display: none !important;
    }
    #mega-menu-wrap-primary-menu.megamenu_active .mega-menu-toggle + #mega-menu-primary-menu {
        display: block;
    }
}
/*** header dark ***/
.header-dark .main-navigation,
.header-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
}
/*** Cart popup ***/
.cart-overlay-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.cart-popup {
    background-color: #fff;    
    position: fixed;
    top: 0;    
    width: 320px;
    height: 100%;
    z-index: 99999;
    margin-top: 0;      
    padding: 0; 
    overflow: auto;    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;    
    right: -320px;
    border:none; 
}
.admin-bar .cart-popup {
    top: 32px;
}
@media only screen and (max-width: 767px) {
    .admin-bar .cart-popup {
        top: 46px;
    }
}
.cart-popup.cart-sidebar-open {
    right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08); 
}
.cart-content-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.cart-content-wrapper .cart-heading{
    display: block;
    padding: 20px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.cart-content-wrapper .cart-heading .cart-heading-title{
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}
.cart-popup-close{
    border: 0;
    background: none;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;    
    cursor: pointer;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    text-align: center;
}
.cart-content .cart-empty{
    display: none;
}
.cart-content  .cart-widget-content{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
}
.cart-content  .cart-widget-content .cart-widget-product{
    position: relative;
}
.cart-content .cart-content-product{   
    margin: 0;
    padding:0;
}
.cart-content .cart-content-product ul{
    display: block;
    margin: 0 0 30px;
    list-style: none;
    padding: 0;
}
.cart-content .cart-content-product ul li.mini_cart_item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.cart-content .cart-content-product ul li.mini_cart_item:last-child{   
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cart-content .cart-content-product ul li a.product-img{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    position: relative;
}
.cart-content .cart-content-product ul li .cart-product-content{
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    width: 75%;
    padding-right: 20px;
    position: relative;
    vertical-align: top;
}
.cart-content .cart-content-product ul li .product-item-name{
    line-height: 1.2;
    display: block;
    margin-bottom: 7px;
}
.cart-content .cart-content-product ul li.woocommerce-mini-cart__empty-message{
    
}
.cart-content .cart-content-product ul li a.remove{
    font-size: 14px;
    color: #333 !important;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    line-height: 14px;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 100%;
}
.cart-content .cart-content-product ul li a.remove:hover{
    color: #f45245 !important;
    background: none;
}
.cart-content .cart-content-footer{
    display: block;
    width: 100%;    
}
.cart-content .cart-content-footer-inner{
    padding: 30px;
    display: block;
    width: 100%;
}
.cart-content .woocommerce-mini-cart__total{
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    text-transform: none;
}
.cart-content .woocommerce-mini-cart__total > span{
    float: right;
    color: #f45245;
}
.cart-content .woocommerce-mini-cart__buttons{  
   display: block;
    padding: 0;
    text-align: center;
}
.cart-content .woocommerce-mini-cart__buttons a{
    width: 100%;
    margin-bottom: 15px;
     display: block;
}
.cart-content .woocommerce-mini-cart__buttons a:last-child{   
    margin-bottom: 0;
}
.cart-content .woocommerce-mini-cart__buttons a.checkout{
    background-color: #f45245;
}
.cart-content .woocommerce-mini-cart__buttons a.checkout:hover{
    background-color: #333;
}
/*** search popup ***/
.search-wrapper{
   /* position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
    right: 0;
    margin: 0 auto;*/
}
.search-wrapper-inner{
    /*position: relative;
    height: 100%;*/
}
.search-wrapper.search-wrapper-open{
   /* visibility: visible;
    opacity: 1;*/
}
.search-form-wrapper .search-icon-btn,.search-wrapper .search-close-icon,.search-wrapper .search-submit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(0);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);    
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.2;
}
.search-form-wrapper .search-icon-btn{
    right: 0;
    background: none;
    border: none;
    padding: 0;
    color: #333;
}
.header-dark .search-form-wrapper .search-icon-btn{
    color: #ffffff;
}
.search-wrapper .search-close-icon{
    /*right: 0;*/
}
.search-wrapper .search-form-wrapper{
    position: relative;
    display: table;
    width: 100%;
     height: 100%;
}
.search-wrapper form{
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}
.search-wrapper .search-field{
    width: 100%;
    border:none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
}
.search-wrapper .search-submit{
}
/* AjaxSearch */
ul.search_result_data{
    list-style: none;
    margin: 0;
    padding:0;
}
ul.search_result_data li{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
ul.search_result_data li.empty{
    padding-top: 0;
    padding-bottom: 0
}
.search_img_wrapper{    
    display: inline-table;
    overflow: hidden;
    padding-right: 15px;
}
.search_img_wrapper img{
    width: auto;
    max-height: 80px;
}
.ajax-search-wrapper{
    position: absolute;    
    width: 100%;
    display: none;
    opacity: 0;
    visibility: hidden; 
    left: 0;
    right: 0;  
    top: 100%; 
    z-index: 999;
}
.ajax-search-wrapper-inner{
    background: #fff;
    width: 100%;
    padding: 15px;
    max-width: 1820px;
    margin: 0 auto;
}
.ajax-search-wrapper.active,.serach-loader.active{
    display: block;
    opacity: 1;
    visibility: visible;
}
.serach-loader{
    text-align: center;
    display: none;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;    
}
.serach-loader .fa-loader {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.search-form-wrapper .search-field {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px dashed #b2b2b2;
    padding: 11px 0px;
}
.search-form-wrapper {
    width: 262px;
    max-width: 71%;
}
.search-icon{
    display: none;
}
@media(max-width: 480px){
    .search-form-wrapper {
        display: none;
        left: auto;
        position: absolute;
        left: 15px;
        top: 80px;
        width: 250px;
    } 
    .search-form-wrapper .search-icon-btn{
        right: 15px;
    } 
    .search-form-wrapper .search-field {
        width: 100%;
        background: #ffffff; 
        border: none;
        border:1px solid #b2b2b2; 
        padding: 11px 32px 11px 15px;
    }    
    .search-icon{
        display: block;
    }
    .search-icon i{
        color: #333;
        font-size: 20px;
    }
     .search-icon:hover i{
        color: #f45245;
    }    
    .header-main-innner .header-search, .header-main-innner .logo, .header-main-innner .header-nav-sidebar {
        width: auto;
    }
    .header-main-innner .header-nav-sidebar {
        float: right;
    }
    .header-main-innner .logo {
        padding: 0;
        margin-left: 20px;
    }
    .header-main-innner .header-search,
    .header-main-innner .logo{
        margin-top: 8px; 
    }
   .search-icon.active .fa-search:before{
        content: "\f00d";
        font-family: "FontAwesome";
        font-size: 24px;       
   }
}
@media(max-width: 320px){
    .header-nav-icon,
    .header-main-innner .logo{
        margin-left: 10px;
    }
    .topbar-link > ul > li > a{
        padding-right: 15px;
    }
    .topbar-link ul li {
        display: inline-block;
        width: 50%;
        float: left;
    }
}
@media (min-width: 1821px) {
   .search-wrapper-inner,.ajax-search-wrapper {
       
    } 
}
@media (max-width: 1820px) {
    .search-wrapper-inner,.ajax-search-wrapper {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media (max-width: 1220px) {
    .search-wrapper-inner,.ajax-search-wrapper{
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 1080px) {
   .search-wrapper-inner,.ajax-search-wrapper {
         padding-right: 15px;
        padding-left: 15px;
    }
}
/*----------------------------------------------*/
/* Intro */
/*----------------------------------------------*/
.intro-slider{
    position: relative;
    width: 100%;
}
.intro-item {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.intro-slider .intro-item > .container {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.intro-slider .intro-item .row, .intro-slider [class*="col-"] {
    height: 100%;
}
.intro-text-wrapper{
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.intro-slider .caption-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: transparent;
    opacity:1;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1140px;
}
.intro-slider .caption-text{
    white-space: nowrap;
    width: 100%;
    height: 100%;
}
.intro-slider .caption-inner{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);    
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.intro-slider .caption-inner.text-right{
    right: 0;
    left: auto;
    text-align: left !important;
}
.intro-slider .caption-inner.text-center{
    right: 0;
    text-align: center;
}
.intro-slider .owl-carousel .item {
    width: 100%;
    position: relative;
}

.intro-owl-slider .owl-item.active .intro-desc{
    animation: 1s .2s fadeIn both;
        -moz-animation: 1s .2s fadeIn both;
        -o-animation: 1s .2s fadeIn both;
        -webkit-animation: 1s .2s fadeIn both;
        transition: all 0.45s ease-in-out 0.3s;
        -moz-transition: all 0.45s ease-in-out 0.3s;
        -o-transition: all 0.45s ease-in-out 0.3s;
        -webkit-transition: all 0.45s ease-in-out 0.3s;
}
.intro-owl-slider .owl-item.active .intro-title {
        animation: 1s .6s fadeIn both;
        -moz-animation: 1s .6s fadeIn both;
        -o-animation: 1s .6s fadeIn both;
        -webkit-animation: 1s .6s fadeIn both;
        transition: all 0.45s ease-in-out 0.3s;
        -moz-transition: all 0.45s ease-in-out 0.3s;
        -o-transition: all 0.45s ease-in-out 0.3s;
        -webkit-transition: all 0.45s ease-in-out 0.3s;
    }

    .intro-owl-slider .owl-item.active .intro-btn {
        animation: 1s 1s fadeIn both;
        -moz-animation: 1s 1s fadeIn both;
        -o-animation: 1s 1s fadeIn both;
        -webkit-animation: 1s 1s fadeIn both;
        transition: all 0.45s ease-in-out 0.3s;
        -moz-transition: all 0.45s ease-in-out 0.3s;
        -o-transition: all 0.45s ease-in-out 0.3s;
        -webkit-transition: all 0.45s ease-in-out 0.3s;
    }
.intro-owl-slider .owl-item.active .intro-btn a + a{
    margin-left: 15px;
} 
.intro-slider .dark-bg .intro-desc {
    color: #fff;
}
.intro-slider .intro-btn {
    margin-top: 0;    
}
.intro-slider .caption-inner .intro-desc{
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;    
}
.intro-slider .intro-title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.intro-slider .text-center img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
@media only screen and (max-width: 991px) {
    .intro-slider .intro-title{
        font-size: 200%;
    }
     .intro-slider .caption-inner .intro-desc{
        font-size: 100%;
    }
    .intro-slider .caption-inner{
        left: 15px;
    }
    .intro-slider .caption-inner.text-right{
        right: 15px;
        left: auto;       
    }
}

@media only screen and (max-width: 575px) {
    .intro-slider .intro-title{
        font-size: 130%;
        margin-bottom: 10px;
        line-height: 1.2;
        margin-top: 0;
    }
    .intro-slider .caption-inner .intro-desc{
        font-size: 100%;
        margin-bottom: 10px;
    }
    
    .intro-slider .caption-inner.text-right{
        right: 0;
        left: 0;
        text-align: center !important;
    }
    
    .intro-slider .caption-inner .btn{
        padding: 8px 20px;
        font-size: 100%;
    }
    
}
@media only screen and (max-width: 480px) {
    .intro-slider .intro-title{
        font-size: 150%;
        margin-bottom: 20px;       
        margin-top: 0;
    }
}
.intro-slider .owl-carousel .owl-nav button.owl-prev, .intro-slider .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #333;
    background: #ffffff;
    color: #333;   
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    margin-top: -30px;    
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    outline: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    visibility: visible; 
}

.intro-slider .owl-carousel .owl-nav button.owl-prev:hover, .intro-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #f45245;
    border: 1px solid #f45245;
    color: #ffffff;  
}
.intro-slider .owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.intro-slider .owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

.owl-dots {
    display: inline-block;
    margin-top: 0;
    line-height: normal;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.intro-slider .owl-carousel .owl-dots  {
    bottom: 15px;
}
.owl-carousel button.owl-dot {   
    margin: 0;
}
.owl-carousel button.owl-dot span{    
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    background: #e5e5e5;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    box-sizing: content-box;
}
.owl-carousel button.owl-dot.active span{ 
    background: #333;
}
/*----------------------------------------------*/
/* Promo Box */
/*----------------------------------------------*/
.promo-box-section {
    margin-top: 30px;
}
.promo-box-section .row{   
   margin: 0px;
} 
.promo-item-inner{
    border: 5px solid rgba(255,255,255,.8);
    padding: 7px;
}
.promo-box{
    display: block;
    padding: 30px;
    border: 1px dashed #b2b2b2;
    position: relative;
    overflow: hidden;
}
.promo-item{
    padding: 30px;
}
.promo-item.promo-item1,
.promo-item.promo-item3{
    background: rgba(244,82,69,.7);
}
.promo-item:last-child{
    
}
.promo-box .promo-icon {
    position: relative;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.promo-box .promo-icon i{
    font-size: 28px;
    line-height: 60px;
    margin: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.promo-box .promo-info {
    text-align: center;
}
.promo-box .promo-info .promo-title{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.promo-box .promo-info .promo-title a{
    color: #ffffff;
}
.promo-box .promo-info .promo-desc{
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.5;
}
@media only screen and (max-width: 1150px) {
    .promo-item {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .promo-item.promo-item1, .promo-item.promo-item2{
        padding: 30px 30px 0px 30px
    }   
}
@media screen and (max-width: 991px) and (min-width: 768px) {

}
@media only screen and (max-width: 991px) {
    .promo-box .promo-icon{
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .promo-box .promo-info{
        padding-left: 0px;
        margin-top: 15px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {    
    .promo-item:last-child .promo-box{
        margin-bottom: 0px;
    }
    .promo-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .promo-item.promo-item1, .promo-item.promo-item2 {
        padding: 30px;
    }
}
/*----------------------------------------------*/
/* Our Product */
/*----------------------------------------------*/
.section-block .block-content {
    padding: 15px 15px 30px 15px;
}
.promo-banner-wrapper .block-content {
    padding: 30px 15px;
    margin: 0;
}
.latest-post-section .block-content{
    padding:15px 30px 30px 30px;
}
.breadcrumb-wrapper .block-content {
    padding: 26px 30px;
}
@media (max-width: 1220px){
    .breadcrumb-wrapper .container{
        padding: 0;
    }
}
@media(max-width: 1200px){
    footer .block-content{
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .section-block .block-content {
        padding: 15px 0px 15px 0px;
    } 
    .promo-banner-wrapper .block-content {
        padding: 15px 0px;
    }
    .block-content,
    .latest-post-section .block-content{
        padding: 15px;
    }
    footer .block-content{
        padding: 15px;
    }
    .breadcrumb-wrapper .block-content {
        padding: 11px 15px;
    }
    .block-content.tab-block, .block-content.related-block {
        padding: 15px;
    }
}
/*----------------------------------------------*/
/* Promo Banner */
/*----------------------------------------------*/
.promo-banner-wrapper .subbanner1,
.promo-banner-wrapper .subbanner2 {
    margin-bottom: 30px;
}

.promo-banner-wrapper .subbanner5,
.promo-banner-wrapper .subbanner6 {
    margin-top: 10px;
}
.promo-banner-wrapper img{
    width: 100%;
}
.promo-banner-wrapper .promo-banner a{
    display: block;
    overflow: hidden;
    margin:0 auto;
    text-align: center;
}
.promo-banner-wrapper .promo-banner-title{
    position: absolute;    
    top: calc(100% - 55px);       
    background: #fff;    
    padding: 10px 15px;
    box-shadow: 0 2px 3px rgba(0,0,0,.06);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06); 
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    min-width: 120px;
    text-align: center; 
    border: 1px solid transparent;
    font-weight: 400;
    line-height: normal;
}
.promo-banner-wrapper .subbanner5 .promo-banner-title,
.promo-banner-wrapper .subbanner6 .promo-banner-title{
    top: calc(100% - 60px);
}
.promo-banner-wrapper a:hover .promo-banner-title{
    top: auto;
    bottom: 30px;
    background: #333; 
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.promo-banner-wrapper .subbanner1 .promo-banner-title,
.promo-banner-wrapper .subbanner2 .promo-banner-title{
    right: 30px;
}
.promo-banner-wrapper .subbanner5 .promo-banner-title,
.promo-banner-wrapper .subbanner6 .promo-banner-title{
    left: 30px;
}
.promo-banner-wrapper .promo-banner img{
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.promo-banner-wrapper .promo-banner:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}
@media(max-width: 767px){
    .promo-banner-wrapper img{
        width: 100%;
    } 
    .promo-banner-wrapper .subbanner1, .promo-banner-wrapper .subbanner2,
    .promo-banner-wrapper .subbanner3,.promo-banner-wrapper .subbanner5, .promo-banner-wrapper .subbanner4{
        margin-bottom: 30px;
    }  
}

/*----------------------------------------------*/
/* Product Tab */
/*----------------------------------------------*/
ul.top-product-tab{
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
    display: block;   
}
ul.top-product-tab li{
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
ul.top-product-tab li a{   
    color: #666;
    display: block;
    padding: 0 15px; 
    font-weight: 500;   
}
ul.top-product-tab li a.active,
ul.top-product-tab li a:hover{
    color: #333;    
}
.tooltip{
    font-size: 12px;
}
/*----------------------------------------------*/
/* Product Carousel */
/*----------------------------------------------*/
.product-carousel > ul.products {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .product-carousel > ul.products.owl-loaded {
        display: block;
    }

    .product-carousel > ul.products.owl-hidden {
        opacity: 0;
    }

.product-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.product-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.product-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.product-carousel .owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-carousel .owl-nav.disabled, .product-carousel .owl-dots.disabled {
   opacity: 0.5 !important;
   cursor: default;
}
.product-carousel .owl-dots{
    display: none;
}
.product-carousel.testimonial-inner  .owl-dots{
    display: block;
}
.product-carousel .owl-nav,
.blog-item .owl-nav{
    position: absolute;
    right: -21.5%;
    top: -50px;
}
.blog-item .owl-nav,.related-products .owl-nav{
    right: 3%;
}
.product-carousel .owl-nav [class*='owl-'],
.blog-item  .owl-nav [class*='owl-'] {
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 28px !important;
    margin-top: -44px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 16px !important;
    padding: 0;
    background: none;
    border: 1px solid #b2b2b2 !important;;
    color: #333 !important;
    display: inline-block;
    cursor: pointer;    
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    opacity: 1;
    visibility: visible;
}

.product-carousel:hover .owl-nav [class*='owl-'],
.blog-item:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    visibility: visible;
}
.product-carousel .owl-nav [class*='owl-']:hover,
.blog-item .owl-nav [class*='owl-']:hover {
    background: #f45245;  
    border: 1px solid #f45245 !important;          
    text-decoration: none;
    color: #fff !important;
}
.product-carousel .owl-prev i,
.blog-item .owl-prev i {
    margin-right: 2px;
}
.product-carousel .owl-next i,
.blog-item .owl-next i {
    margin-left: 2px;
}

.product-carousel .owl-nav .owl-prev,
.blog-item .owl-nav .owl-prev {
    right: 5px;
}
@media(max-width: 1400px){
    .blog-item .owl-nav, .related-products .owl-nav{
        right: 4%;
    }
    .product-carousel .owl-nav {
        right: -19.5%;
    }
}
@media(max-width: 1200px){
    .product-carousel .owl-nav {
        right: -18.5%;
    }
    .blog-item .owl-nav,.related-products .owl-nav {
        right: 5%;
    }
}
@media(max-width: 991px){
    .related-products .owl-nav,.blog-item .owl-nav {
        right: 0;
    }
}
@media(max-width: 767px){
    .product-carousel .owl-nav,.blog-item .owl-nav,.related-products .owl-nav{
        right: 0;
    }    
}
@media(min-width: 992px){
    .product-carousel .owl-nav .owl-prev:before, .product-carousel .owl-nav .owl-next:after,
    .blog-item .owl-nav .owl-prev:before, .blog-item .owl-nav .owl-next:after {
        background: transparent url(../images/line.png) no-repeat scroll center center ;  
        content: "";
        height: 30px;
        position: absolute;
        width: 50px;
        z-index: 7;
        top: 0px;
    }
    .product-carousel .owl-nav .owl-prev:before, .blog-item .owl-nav .owl-prev:before {
        left: auto;
        right: 29px;
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }   
    .product-carousel .owl-nav .owl-next:after, .blog-item .owl-nav .owl-next:after{
        left: 29px;
    } 
}
.product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next, .product-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* product hover icon */
.prdouct-btn-wrapper{
    
}
.product-item:hover .prdouct-btn-wrapper{
    opacity: 1;
}
.product-item:hover .prdouct-btn-wrapper{
}

.prdouct-btn-wrapper .product-btn-icon.wishlist-icon,
.prdouct-btn-wrapper .product-btn-icon.compare-icon,
.prdouct-btn-wrapper .product-btn-icon.quick-icon .quick-icon-button {    
    background: rgb(255,255,255);
    color: #222;    
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
     transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.wishlist-icon,
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.compare-icon,
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.quick-icon .quick-icon-button {
    opacity: 1;
}  
.prdouct-btn-wrapper .product-btn-icon.wishlist-icon,
.prdouct-btn-wrapper .product-btn-icon.compare-icon,
.prdouct-btn-wrapper .product-btn-icon.quick-icon {
    position: absolute;
}
.prdouct-btn-wrapper .product-btn-icon.quick-icon  {
    top: -20%;
    left: 0;
    right: 0;   
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.prdouct-btn-wrapper .product-btn-icon.wishlist-icon {
    left: 0px;
} 
 .prdouct-btn-wrapper .product-btn-icon.compare-icon {
    right: 0px;
} 
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.quick-icon  {
    top: 40%;
    left: 0;
    right: 0;   
}
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.wishlist-icon {
    left: 10px;
    bottom: 10px;
} 
.product-item:hover .prdouct-btn-wrapper .product-btn-icon.compare-icon {
    right: 10px;
    bottom: 10px;
} 
.prdouct-btn-wrapper .product-btn-icon:last-child{
    border: none;
}
.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.product-item .prdouct-btn-wrapper a:before {
    content: "\f1ce";
    color: #333;
    font-family: 'FontAwesome'; 
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.product-item .prdouct-btn-wrapper a:hover,
.product-item .prdouct-btn-wrapper a:hover:before{
    color: #f45245;
}
.product-item .prdouct-btn-wrapper a.add_to_wishlist:before, .product-item .prdouct-btn-wrapper .yith-wcwl-wishlistexistsbrowse a:before, .product-item .prdouct-btn-wrapper .yith-wcwl-wishlistaddedbrowse a:before{
    content: "\f004";
}
.product-item .prdouct-btn-wrapper .compare-icon a:before {
    content: "\f074";
}
.product-item .prdouct-btn-wrapper .quick-icon a:before {
    content: "\f002";
}

.product-item .prdouct-btn-wrapper .yith-wcwl-add-button a,
.prdouct-btn-wrapper .quick-icon a,
.prdouct-btn-wrapper .compare-icon a, 
.yith-wcwl-wishlistexistsbrowse a, 
.yith-wcwl-wishlistaddedbrowse a{
    font-size: 0;
    display: block;
    margin: 0 auto;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;  
}
.yith-wcwl-wishlistexistsbrowse span, .yith-wcwl-wishlistaddedbrowse span {
    display: none;
}
.yith-wcwl-add-to-wishlist img.ajax-loading {
    display: none !important;
}
#yith-wcwl-popup-message{
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.popup-active {    
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;      
}
.popup-loader{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; 
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.popup-loader:before {
    content: "\f1ce";
    color: #fff;
    font-family: 'FontAwesome'; 
    font-size: 16px;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*------------------------------------------------------------------*/
/* Quickview Popup */
/*------------------------------------------------------------------*/
.mfp-content .quickview-popup {
    position: relative;
    background: #FFF;
    padding: 0px;
    max-width: 900px;
    width: 100%;
    margin: 25px auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height:80vh;
}

@media all and (min-width: 992px) {
    .mfp-content .quickview-popup .container {
        padding-left: 0;
        padding-right: 0;
    }

    .quickview-popup .summary.entry-summary {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 30px;
    }
}

@media all and (max-width: 991px) {
    .mfp-content .quickview-popup .product-image-wrapper {
        padding-top: 15px;
    }
}
.mfp-close-btn-in .mfp-close{
    font-weight: normal;
    top: 0;
}
.mfp-close-btn-in .mfp-close:hover{
    background: none;
    color: #f45245;
}

/*----------------------------------------------*/
/* Home Newsletter */
/*----------------------------------------------*/
.home-newsletter{
    background: rgba(255,255,255,1);
    padding: 60px 30px;
    position: relative;
    margin: 0;
}
.about-our-shop,.about-our-newsletter{
    padding: 0 40px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.about-our-shop .about-logo{
    margin-bottom: 30px;
}
.home-newsletter p{
    margin-bottom: 20px;    
}
.home-newsletter-wrapper input[type="email"]{
    display: block;
    margin: 0 auto 20px;
}
.home-newsletter-wrapper{    
    margin: 0 auto;
}
.home-newsletter-wrapper input[type="submit"]{    
    border-color: transparent;
    color: #fff;
}
.home-newsletter-wrapper input[type="submit"]:hover{    
    border-color: transparent;
    color: #fff;
}
.home-newsletter:after{
    width: 1px;
    height: 100%;       
    position: absolute;
    content: "";
    background: #eee;
    display: block;
}
@media (min-width: 768px){
    .home-newsletter-wrapper input[type="email"]{
       width: 100%;
    }
    .home-newsletter:after{
        top: 0;
        left: 50%;
        margin-left: -0.5px;       
    }
    .home-newsletter-wrapper{
        max-width: 350px;
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .home-newsletter-wrapper input[type="email"]{
        min-width: 100%;
        margin-bottom: 20px;
    }
    .home-newsletter:after{
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        margin-top: -0.5px; 
    }
    .about-our-shop, .about-our-newsletter{
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-our-shop{
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 575px){
    .home-newsletter{
        margin: 0;
    }
    .about-our-shop, .about-our-newsletter{
       padding-left: 0;
        padding-right: 0; 
    }
}
/* */
.bestseller-category .block-content,
.latest-category .block-content{
    padding-top: 15px;
}
/*----------------------------------------------*/
/* Testimonial */
/*----------------------------------------------*/
.testimonial-section{   
    display: block;    
    position: relative;
    width: 100%;  
}

.testimonial-section .testimonial-intro p{
    color: #6f6f6f;
    font-size: 16px;
    line-height: 24px;   
    position: relative;
    margin-bottom: 28px;
}
.testimonial-section .testimonial-author{    
    margin-bottom: 8px;
    text-transform: none; 
}
.testimonial-designation{  
    font-size: 12px;
    text-transform: uppercase;     
}
.testimonial-section .owl-carousel .owl-dots{
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0); 
    -o-transform: translateX(0);
    transform: translateX(0); 
    margin-top: 18px;
}
.testimonial-item{  
    position: relative; 
    text-align: center; 
}  
.testimonial-img-wrapper{
    margin: 0px auto 28px;
    text-align: center;
    display: table;
    width: auto;
}
.product-carousel .testimonial-img-wrapper img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: auto;
    max-height: 100px;
}
.quotes-icon{

}
@media (max-width: 1399px){
     .latest-testmonial-product .latest-category {
        margin-bottom: 30px;
    }
    .latest-testmonial-product .bestseller-category {
        margin-top: 30px;
    }
}
@media (min-width: 767px) and (max-width: 1399px){
    .latest-testmonial-product .row > div{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }   
}

@media (min-width: 767px){
    .testimonial-intro{
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }    
    .testimonial-intro p .quotes-icon-left:before,
    .testimonial-intro p .quotes-icon-right:after{
        font-size: 24px;
        font-family: FontAwesome; 
        color: #e5e5e5;
        position: relative;
    }
    .testimonial-intro p .quotes-icon-left:before{
        content: "\f10d";  
        top: 0px; 
        left: -10px; 
    }
    .testimonial-intro p .quotes-icon-right:after{
        content: "\f10e";  
        bottom: -10px;
        right: -10px      
    }
}
@media(min-width: 1399px){
    .testimonial-intro{
        max-width: 435px;
        margin: 0 auto;
        position: relative;
    } 
}
/*----------------------------------------------*/
/* Latest Post */
/*----------------------------------------------*/
.latest-post-item{   
    position: relative;    
}  
.latest-post-item .latest-post-inner .latest-post-img-wrapper{
    position: relative;
    overflow: hidden; 
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;      
}
.latest-post-item .latest-post-inner .latest-post-img-wrapper img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 100%;
}
.latest-post-item:hover .latest-post-inner .latest-post-img-wrapper img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.latest-post-item .latest-post-content .post-title{   
    text-transform: none;
    margin-bottom: 8px;
    margin-top: 20px;
    line-height: 1.4;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 18px;
}
.latest-post-item .post-info{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    padding:11px 23px;
    min-width: 50px;
}
.post-date-year {
    position: relative;
    padding-left: 20px;
}
.post-date-year:before {
    content: "/";
    position: absolute;
    top: -2px;
    left: 6px;
}
.latest-post-item .post-info span > span{
    text-align: center;
    color: #333;
}
.latest-post-item .post-info span .post-date-day{
    font-size: 24px;
    font-weight: 500;
}
.latest-post-content .blog-description-content{
    color: #6f6f6f;
} 
/*----------------------------------------------*/
/* Instagram */
/*----------------------------------------------*/
.instagram-section{
    text-align: center;
    position: relative;
}
 ul.instagram-pics{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.instagram-pics li{
    display: inline-block;
    width: 16.66%;
    position: relative;
}

ul.instagram-pics li:hover a:before{
    opacity: 1;
    visibility: visible;
}
ul.instagram-pics li img{
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
ul.instagram-pics li a img:hover{
    opacity: 0.87;
}
.instagram-section p.clear{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
    text-transform: uppercase;
}

.instagram-section p.clear a{
    background: #fff;
    padding: 10px 35px;
    color: #333;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 9px 6px rgba(0,0,0, 0.15);
    -ms-box-shadow: 0px 0px 9px 6px rgba(0,0,0, 0.15);
    box-shadow: 0px 0px 9px 6px rgba(0,0,0, 0.15);    
    font-weight: 500;
}
.instagram-section p.clear a:hover{
    background-color: #f45245;
    color: #fff;
}
@media (max-width: 991px){
    .instagram-section ul li{
        width: 25%;
    }
}
/*----------------------------------------------*/
/* Brand Logo */
/*----------------------------------------------*/
.brand-section{   
}
.brand-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.brand-section ul li{
    
}
.brand-item a{
    display: block;
     transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.brand-item a:hover{
    opacity: 0.6;  
}
.brand-item img{
    margin: 0 auto;   
}
.brand-section .owl-carousel .owl-item img,.brand-section .brand-item img{
    width: 100%;
    max-width: 100%;   
}
.brand-section .owl-carousel .owl-item:hover img{
    opacity: 0.7;
}
/*----------------------------------------------*/
/* Breadcrumb */
/*----------------------------------------------*/
.breadcrumb-wrapper{    
    position: relative;
    text-align: left;
}
@media (min-width: 992px) {
    .page-header-classic .breadcrumb-wrapper{  
        padding-top: 107px; 
    }
}
.breadcrumb{
    display: block;
    margin: 0 auto;
    background: none;
    list-style: none;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.breadcrumb-wrapper .woocommerce-products-header__title.page-title,.breadcrumb-wrapper .page-title{
   margin-bottom: 0;
   font-size: 24px;
   float: left;
   border: none;
   padding:0;
}
.breadcrumb-wrapper .woocommerce-products-header__title.page-title + .breadcrumb,
.breadcrumb-wrapper .page-title + .breadcrumb{
     float: right;
}
.breadcrumb-wrapper .breadcrumb span{
    color: #666;
}
.breadcrumb-wrapper .breadcrumb a {
    font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb span.breadcrumb_last,
.breadcrumb-wrapper .breadcrumb a {
    padding-right: 5px;
    padding-left: 5px;
}
@media(max-width: 991px){
    .breadcrumb-wrapper .container{
        padding: 0;
    }
}
@media(max-width: 425px){
    .breadcrumb-wrapper .woocommerce-products-header__title.page-title, .breadcrumb-wrapper .page-title,
    .breadcrumb-wrapper .woocommerce-products-header__title.page-title + .breadcrumb, .breadcrumb-wrapper .page-title + .breadcrumb{
        float: none;
        text-align: center;
    }
    .breadcrumb-wrapper .woocommerce-products-header__title.page-title, .breadcrumb-wrapper .page-title {        
        margin-bottom: 5px;
    }
}
/*----------------------------------------------*/
/* ShopPage */
/*----------------------------------------------*/
.product-sorting{
    margin-bottom: 30px;
    background: #ffffff;
    position: relative;
    width: 100%;
    padding:10px 30px;
    line-height: normal;
}
.product-sorting .product-sorting-inner{
    display: inline-block;
    width: 100%;
}
.product-sorting  label, .product-sorting  p, .product-sorting  form, .product-sorting  input, .product-sorting  .product-sorting-inner > div {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            padding-left: 0;
        }

    .product-sorting label {
        padding-right: 5px;
    }

@media (min-width: 767px) {
    .product-sorting  > .product-sorting-inner > form, .product-sorting  > .product-sorting-inner > p, .product-sorting  > .product-sorting-inner > div {
        /*margin-left: 25px;*/
    }
    .product-sorting  > .product-sorting-inner > form {
        margin-left: 50px;
    }
}
@media(max-width: 767px){
    .product-sorting  > .product-sorting-inner > form {
        float: right;
    }
    .product-sorting{
        padding: 10px 15px;
    }
}
@media (max-width: 375px){
    .product-sorting > .product-sorting-inner > form {
        float: left;
        margin-bottom: 15px;
    }
}
.product-sorting > *:last-child {
    margin-right: 0;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    display: inline-block;
}

.woocommerce .product-sorting  > .product-sorting-inner .woocommerce-result-count, .woocommerce-page .product-sorting  > .product-sorting-inner .woocommerce-result-count {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 36px;

}

.product-grid-list-wrapper {
    float: left;
}

    .product-grid-list-wrapper .grid-list-btn {
        display: inline-block;
    }   
        .product-grid-list-wrapper .view-label {
           float: left;
           padding-right: 15px;
           line-height: 36px;
        } 
        

        .product-grid-list-wrapper .grid-list-btn {
            height: 36px;
            border: 1px solid #b2b2b2;
            width: 36px;
            display: inline-block;
            text-align: center;
            line-height: 36px;
            color: #333;
            margin: 0;
            float: left;
        }


            .product-grid-list-wrapper .grid-list-btn.active,  .product-grid-list-wrapper .grid-list-btn:hover {
                color: #f45245;
            }
            .product-grid-list-wrapper .grid-list-btn.grid-btn {
                margin-right: -1px;
            }
 .product-grid-view{
    background: #ffffff;
    padding: 30px 30px 0 30px;
 }           
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.product-sorting  .product-sorting-inner  > div.woocommerce-notices-wrapper {
    display: block;
}
@media (max-width: 767px){
    .woocommerce .product-sorting > .product-sorting-inner .woocommerce-result-count, .woocommerce-page .product-sorting > .product-sorting-inner .woocommerce-result-count{
        display: none;
    }
    .product-grid-view {
        background: #ffffff;
        padding: 30px 15px 0 15px;
    }
}
/*----------------------------------------------*/
/* Sidebar */
/*----------------------------------------------*/
.page-content .widget-area {
    background: #fff;
    padding: 15px 30px 30px 30px;
}
@media (max-width: 767px){
    .page-content .widget-area{
        padding: 15px 15px 30px 15px;  
    }
}
.page-content .widget-area .widget{
    margin-bottom: 35px;  
    display: block;
    background: #fff;    
}
.page-content .widget-area .widget.widget_product_tag_cloud,
.page-content .widget-area .widget.widget_top_rated_products{
    margin-bottom: 48px
}
.page-content .widget-area .widget:last-child{
   padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;  
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul ,
.widget_product_categories ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_layered_nav ul li,
.widget_product_categories ul li{
    display: block;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  
}
.widget_recent_comments ul li{
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.widget_recent_comments ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget_recent_comments ul li > a {
    font-weight: normal;    
}
.widget_recent_comments ul li:before{
    content: "\f086";
    display: inline-block;
    font-weight: 400;
    margin-right: 7px;
    font-family: FontAwesome;
}
.widget.widget_rss ul li a {
    font-weight: 500;
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
}
.widget.widget_rss ul li .rss-date {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;    
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_layered_nav ul li:last-child,
.widget_product_categories ul li:last-child{
    margin-bottom: 0;
}
.widget_pages ul li, .widget_categories ul li,.widget_meta ul li,.widget_archive ul li,.widget_product_categories ul li{    
    position: relative; 
}
.widget_pages ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_archive ul li:before,.widget_product_categories ul li:before{
   
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  padding-top: 10px;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  
}
.widget select {
    width: 100%;
    padding: 0px 10px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 3px;    
}
.widget_recent_entries .post-date {
    display: block;
    font-size: 13px; 
    padding-bottom: 0;
}
.widget_recent_comments ul li.recentcomments .comment-author-link {   
    text-transform: capitalize;
}
.widget select{
    width: 100%;
}
.widget_nav_menu .dropdown-arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}
.widget_nav_menu .dropdown-arrow:before {
    content: "\f067";
    font-family: FontAwesome;    
    color: #666;
}
.widget_nav_menu .active > .dropdown-arrow:before {
    content: "\f068";    
}
.widget-area .widget-title{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #b2b2b2;
}
.widget-area  .widget_layered_nav .widget-title,
.widget-area .widget_product_categories .widget-title,
.widget-area .widget_categories .widget-title,
.widget-area .widget_recent_entries .widget-title,
.widget-area .widget_recent_comments .widget-title,
.widget-area .widget_archive .widget-title{
    margin-bottom: 25px;
}
.widget_nav_menu .sub-menu {
    
}
.widget_nav_menu li ul.sub-menu{
   margin-left: 15px;
}
.widget_nav_menu li .sub-menu li:last-child {
    margin-bottom: 0;
}
.widget_tag_cloud .tagcloud {  
}
.widget_search .search-field,
.error-404 .search-field{
  width: 100%;
}
.search-form .search-submit {
  margin-top: 1rem; 
}
.widget_search .search-submit,
.search-form .search-submit {
    background: none;
    border: none;
    display: block;
    margin-top: 0;
    font-size: 0;
    position: absolute;
    top: 30%;
    right: 10px;
    padding: 0px;
}
.widget_search .search-submit:before,
.search-form .search-submit:before{
    content: "\f002";
    font-family: "FontAwesome";
    color: #333;
    font-size: 18px;
}
.widget_media_image {
    overflow: hidden;
    position: relative;
}
#secondary .widget_media_image img {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    display: block;
}
#secondary .widget_media_image:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.widget_calendar caption {
    padding-bottom: 0;
    color: inherit;
}
.widget_calendar .calendar_wrap table th {
    
}
.widget_calendar .calendar_wrap table td, .widget_calendar .calendar_wrap table th {
    text-align: center;
    padding: 2px;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}
.widget_calendar .calendar_wrap table td a{
    color: #f45245;
    text-decoration: none;
}
.widget_calendar .calendar_wrap table td a:hover{
    color: inherit;
}
.widget_calendar .calendar_wrap table td#today{
    background: #f45245;
    color: #fff;
}
.widget_calendar .calendar_wrap table td#today a{
    color: #fff
}
.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}
.widget_recent_entries ul li{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;     
}
.mahardhi_recent_post.widget_recent_entries ul li{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;   
}
.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.recent_post_img{
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}
.recent_post_content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.recent_post_img img{        
    max-width: 75px;    
}
.widget_recent_entries li a{
    display: block;
    font-weight: 500;
    line-height: 1.4;
}
.widget_recent_entries .recent-post-title + .post-date{
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}
/*----------------------------------------------*/
/* Blog Page */
/*----------------------------------------------*/
article.post,
.search-results .content-area article,
.blog-shortcode-wrapper{
    margin-bottom: 30px;  
    /*float: left;  */
}
article.post{
    display: flex;
}
article .post-thumbnail{
    margin-bottom: 0;
}
.site-main article.post:last-child{
    margin-bottom: 0px;
}
/*****/
.site-main[class*="blog-columns-"],
.blog-shortcode-main{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.search-results [class*="blog-columns-"] article,
.blog [class*="blog-columns-"] article,
.blog-shortcode-main[class*="blog-columns-"] .post{    
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .search-results .blog-columns-2 article,
    .blog .blog-columns-2 article,
    .blog-shortcode-main.blog-columns-2 .post{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;   
    }
    .blog-shortcode-main.blog-columns-2 .post.type-post .article-inner-wrapper,
    .blog-shortcode-main.blog-columns-3 .post.type-post .article-inner-wrapper{
        padding-left: 0;
    }
    .blog-shortcode-main.blog-columns-2 .post.type-post .post-thumbnail,
    .blog-shortcode-main.blog-columns-3 .post.type-post .post-thumbnail{
        padding-right: 0; 
    }
    .blog-shortcode-main.blog-columns-2 .post.type-post .article-inner-wrapper,
    .blog-shortcode-main.blog-columns-3 .post.type-post .article-inner-wrapper{
        margin-top: 20px; 
    }
    .search-results .blog-columns-3 article,
    .blog .blog-columns-3 article,
    .blog-shortcode-main.blog-columns-3 .post{
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;   
    }
    .search-results .blog-columns-4 article,
    .blog .blog-columns-4 article,
    .blog-shortcode-main.blog-columns-4 .post{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;   
    }
}
@media (max-width: 767px) {
    .search-results [class*="blog-columns-"] article,
    .blog [class*="blog-columns-"] article,
    .blog-shortcode-main[class*="blog-columns-"] .post{ 
       -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;  
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .search-results [class*="blog-columns-"] article,
    .blog [class*="blog-columns-"] article,
    .blog-shortcode-main[class*="blog-columns-"] .post{ 
       -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; 
    }
    .search-results .blog-columns-1 article,
    .blog .blog-columns-1 article,
    .blog-shortcode-main.blog-columns-1 .post{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;   
    }
}

/*****/

.post.type-post:not(.sticky) .article-inner-wrapper,
.post.type-post:not(.sticky) .article-inner-wrapper{    
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
     padding-left: 15px;
     background: #fff;
}
.single-post .post.type-post .article-inner-wrapper{  
    box-shadow: none;
    -moz-box-shadow: none;
    -moz-box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
    width: 100%;
}
.post-thumbnail + .article-inner-wrapper{
}
article.hentry.sticky{
    background: #f5f5f5;
    padding: 20px 25px;
    border: none;
}
.single-post article.post{
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
    display: block;
}
.single-post article.post .blog-title{
    font-size: 24px;
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: capitalize;
}
.entry-header .entry-title{
    text-transform: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 24px;
    margin-bottom: 5px;
}
.entry-footer.entry-footer-bottom{
    margin-top: 20px;
    margin-bottom: 0;
}
article .entry-footer > span{
    margin-right: 10px;
    vertical-align: middle;
}
article .entry-footer > span.byline .svg-icon,
article .entry-footer > span.posted-on .svg-icon{
    display: none;
}
article .entry-footer > span.byline:before,
article .entry-footer > span.posted-on:before {
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
}
article .entry-footer > span.byline:before{
    content: "\f007";
}
article .entry-footer > span.posted-on:before {
    content: "\f017";
}
article .entry-footer > span i{
    padding-right: 5px;
}
article .entry-footer.entry-footer-bottom > span{
    margin-right: 0;
    vertical-align: middle;
    display: block;
}
article .entry-footer > span a{
    line-height: 30px;
    color: #333;
}
article .entry-footer > span svg{
    margin-right: 5px;
}
.entry .entry-content .more-link {
    display: table;
    background-color: transparent;
    border:2px solid #333;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    padding: 0 26px;
    line-height: 32px;
    margin-top: 25px;
    text-transform: uppercase;
}
.blog-shortcode-main .entry-content .more-link{
    margin-top: 5px;
}
.entry .entry-content .more-link:hover {
    background-color: #333;
    border:2px solid #333;
    color: #fff;
    text-decoration: none;
}
.entry .entry-content p:last-child{
    margin-bottom: 0;
}
.pagination .nav-links a .nav-next-text,
.pagination .nav-links a .nav-prev-text {
  display: none;
}
.pagination{
    display: block;
    border-radius: 0;
    border: none;
    padding-top: 0;
    width: 100%;
}
.pagination .nav-links {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.pagination .nav-links > * {
   background-color: #f6f6f6;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #333;
}
.pagination .nav-links > span,.pagination .nav-links > *:hover {
    background: #f45245;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  
}

.pagination .nav-links a:focus {
  text-decoration: none;
  outline-offset: -1px;
}
.post-navigation .nav-links,
.comment-navigation .nav-links{    
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    display: table;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.post-navigation .nav-links:after{
    position: absolute;
    height: 100%;
    width: 1px;
    background: #eee;
    left: 50%;
    content: '';
}
.comment-navigation .nav-links{
    margin-bottom: 0;
    margin-top:30px; 
}
.post-navigation .nav-previous {
    padding-right: 15px;
    float: left;
}
.post-navigation .nav-next {
    text-align: right;
    padding-left: 15px;
    float: right;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    vertical-align: middle;
}
.nav-links .nav-previous, 
.nav-links .nav-next {
    display: inline-block;
    width: 50%;
}
.comment-navigation .nav-links .nav-previous, 
.comment-navigation .nav-links .nav-next {
    width: 100%;
}
.post-navigation .nav-links a .post-title{
    display: none;
}
.post-navigation .nav-next a .meta-nav:after,
.post-navigation .nav-previous a .meta-nav:before{
    font-family: FontAwesome;
}
.post-navigation .nav-previous a .meta-nav:before {
    content: "\f100";
    margin-right: 5px;
}
.post-navigation .nav-next a .meta-nav:after {
    content: "\f101";
    margin-left: 5px;
}
.post-navigation .nav-links .nav-previous a, 
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links a{
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
}
.post-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a{
    padding-left: 0;
}
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a{
    padding-right: 0;
}
@media only screen and (max-width: 767px){    
    .nav-links .nav-previous, .nav-links .nav-next {
        width: 100%;
    }
    .nav-links .nav-previous {
        padding-right: 0;
        margin-bottom: 0;
    }
    .nav-links .nav-next {
        padding-left: 0px;
    }
    .post-navigation .nav-links .nav-previous, 
    .post-navigation .nav-links .nav-next,
    .comment-navigation .nav-links .nav-previous, 
    .comment-navigation .nav-links .nav-next{
        display: block;  
        text-align: center;      
    }
    .post-navigation .nav-links:after{
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
    }

}
article.hentry .entry-social-share {
    position: relative;
    clear: both;
    margin-top: 30px;
}
.single-post article.hentry .entry-social-share .entry-social .share-btn:after {
    content: attr(data-title);
    padding-left: 5px;
}
.entry-social-share .entry-social{
    display: table;
}
.entry-social-share .entry-social > a{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.entry-social-share .social-share-box{
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;    
}
.entry-social-share .social-share-box li{
    display: table-cell;
}
.entry-social-share .social-share-box li a{
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #eee;
    margin: 0 2px;
    border-radius: 3px;
}
.entry-social-share .social-share-box li a.facebook-share{
    color: #3b5998;
}
.entry-social-share .social-share-box li a.facebook-share:hover{
    background: #3b5998;
    color: #ffffff;
    border-color: transparent;
}
.entry-social-share .social-share-box li a.twitter-share{
    color: #55acee;
}
.entry-social-share .social-share-box li a.twitter-share:hover{
    background: #55acee;
    color: #ffffff;
    border-color: transparent;
}
.entry-social-share .social-share-box li a.linkedin-share{
    color: #007bb5;
}
.entry-social-share .social-share-box li a.linkedin-share:hover{
    background: #007bb5;
    color: #ffffff;
    border-color: transparent;
}
.entry-social-share .social-share-box li a.googleplus-share{
    color: #fc5b4d;
}
.entry-social-share .social-share-box li a.googleplus-share:hover{
    background: #fc5b4d;
    color: #ffffff;
    border-color: transparent;
}
.entry-social-share .social-share-box li a.pinterest-share{
    color: #ca2028;
}
.entry-social-share .social-share-box li a.pinterest-share:hover{
    background: #ca2028;
    color: #ffffff;
    border-color: transparent;
}
.owl-carousel .owl-item .related_img_wrapper img{
    width: auto;
}
.related_post .related_img_wrapper{
    margin-bottom: 0;
} 
.related_post .related_title{
    font-size: 18px;
}
.related_post_title .post-title,.portfolio-detail .portfolio-title{
    text-transform: none;
    margin-bottom: 0;
    font-size: 16px;
}
.related_post_innner .item{
   margin-bottom: 30px;
}
.related_post_title,
.portfolio-detail {
    display: block;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.06);
    box-shadow: 0 2px 3px rgba(0,0,0,.06);
}
.post-date{
    background: #fff;
    display: inline-block;
}
.related_post .item .related_img_wrapper + .post-date,
.related_post .item .portfolio-image-wrapper + .post-date{
    top: 0px;
    left: 0px;
    position: absolute;
     box-shadow: 0 0 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);    
    padding: 8px 15px;  
    border-radius: 0 20px 0 0; 
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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. */
}
.post.type-post .entry-content,
.blog-shortcode-wrapper .entry-content {
    color: #666;
    margin-top: 18px;
}
.post.type-post .entry-content p,
.blog-shortcode-wrapper .entry-content p{
    /*margin-bottom: 10px;*/
}
.post.type-post .entry-content p:last-child,
.blog-shortcode-wrapper .entry-content p:last-child{
    margin-bottom: 0;
}
.post.type-post .entry-content ul:not(.wp-block-gallery),.post.type-post .entry-content ol:not(.wp-block-gallery){
    margin: 0 0 1em;
    padding: 0 0 0 30px;
}
.post.type-post .entry-content ul:last-child,.post.type-post .entry-content ol:last-child{
    margin-bottom: 0;
}
.sticky {
  display: block;
}

.sticky-post {
    background: #f45245;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: .25rem 0.5rem;
    z-index: 1;
    margin-bottom: 0.5em;
}
/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
  max-width: 100%;
}

.wp-caption-text {  
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    /*left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);*/
  }
}

@media only screen and (min-width: 1168px) {
  /*.wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }*/
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative; 
   width: 100%;
    max-width: 100%;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {    
    max-width: 100%;
  }
}

.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
  padding-right: 15px;
}
.single-post.image-filters-enabled .entry .post-thumbnail,
.single-portfolio .entry .post-thumbnail{
    width: 100%;
    padding-right: 0px;
}
.single-post.image-filters-enabled .entry .post-thumbnail img,
.single-portfolio .entry .post-thumbnail img{
    width: 100%;
}
@media(max-width: 767px){
    .image-filters-enabled .entry .post-thumbnail,
    .post.type-post:not(.sticky) .article-inner-wrapper, .post.type-post:not(.sticky) .article-inner-wrapper {
        width: 100%;
        padding: 0px;
    }
    .article-inner-wrapper{
        margin-top: 20px;
    }
    article.post{
        display: block;
    }
}
.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin-top: 15px;
}
.page-links > span,.page-links .post-page-numbers{
    background-color: #f45245;
    border: 1px solid transparent;
    box-sizing: border-box;    
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    height: 36px;
    line-height: 35px;
    padding: 0 12px; 
    margin:  0 3px 0 0;   
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
}
.page-links a span:hover,.page-links .post-page-numbers.current,.page-links .post-page-numbers:hover{
    background-color: #f45245;
    color: #fff;
}
.page-links a,.page-links .post-page-numbers{
   background-color: #f6f6f6; 
   color: #333;
}
.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}
.post .post-thumbnail .post-thumbnail-inner{
    overflow: hidden;
    width: 100%;
}
.post .post-thumbnail .post-thumbnail-inner img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.post:hover .post-thumbnail .post-thumbnail-inner img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.post-password-form label{
    display: inline-block;
    margin-bottom: 0;
}
.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.author-bio{
    padding: 30px;
    background: #f8f8f8;
    margin: 30px 0;
    border: 1px solid #eee;
}
.author-bio .author-avatar{
    border: 1px solid #eee;
    position: absolute;
    vertical-align: middle;    
    padding: 5px;
    background: #fff;
    max-width: 70px;
}

.author-bio .author-title {
  margin-bottom: 10px;
}

.author-bio .author-description {
    display: inline-block;
    vertical-align: middle;
    padding-left: 100px;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}
/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.has-large-font-size{
    line-height: 1;
}
/*----------------------------------------------*/
/* Galleries */
/*----------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  border: 1px solid transparent;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(100% / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc(100% / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc(100% / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc(100% / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc(100% / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc(100% / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc(100% / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc(100% / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 12px;  
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
/*----------------------------------------------*/
/* Comments */
/*----------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
.comments-area .comments-title-wrap .comments-title,
.comment-form-flex #respond + .comments-title {
  margin: 0;
  font-size: 18px;
}
.comments-area .discussion-meta{
    padding-top: 15px;
}
#comment {
  max-width: 100%;
  box-sizing: border-box;
}
.comments-area {
   width: 100%;
   margin-top: 30px;
}
.related_post + .comments-area {
   margin-top: 0px;
}

.comment-respond {
  position: relative;
}

.comments-area .comment-respond .comment-form-email,
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-url{
    display: inline-block;
    width: 31.33333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
.comments-area .comment-respond .comment-form-email{
    margin-left: 0;
}
.comments-area .comment-respond .comment-form-url{
    margin-right: 0;
}
.comments-area .comment-respond .comment-form-cookies-consent label,
.woocommerce-Reviews .comment-respond .comment-form-cookies-consent label{
    display: inline-block;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-url{
        float: none;
        margin-right: 0;
        width: 100%;
    } 
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}
.comments-area p.no-comments{
    margin-top: 15px;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    border: 1px solid #b2b2b2;
}
.comment-list li {
    padding: 30px;   
    border-bottom: 1px solid #b2b2b2;
}
.comment-list li.pingback {
    padding: 15px;
}
.comment-list .comment-content ul{
    margin-bottom: 1em;
}
.comment-list .comment-content li {
    padding: 0;
    border: none;
}
.comment-list > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.comment-list .children {
    margin-top: 30px;
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
}
.comments-area .comment-list li.comment .children li {
    border-top: 1px solid #b2b2b2;
    border-bottom: none;
}
.comments-area .comment-list li.comment .children li:last-child {
    padding-bottom: 0;
}


.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {  
  
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  
}


#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}
.comment .comment-body,.comment .comment-reply  {
    position: relative;
    padding-left: 100px;
}
.comment .comment-reply{
    padding-top: 10px;
}
.comment .comment-reply-title  {
    padding-top: 20px;
}
.comments-area .comment-body .comment-author {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}
.comments-area .comment-body .comment-metadata {
    line-height: normal;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: right;
}
.comment .comment-meta {
}
.comment .comment-author .avatar {
 
}
.comments-area .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b2b2b2;
    padding: 5px;
}
.comment .comment-author .fn {
    position: relative;
    display: block;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 500;
}
.comment .comment-author .fn a {
  color: inherit;
}
.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #333;
  left: 0;
  top: -3px;
  width: 18px;
}
.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}
.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
    font-weight: 500;
    color: #666;
    vertical-align: baseline;
    line-height: 1.3;
}
.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}
.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {  
  text-decoration: none;
}
.comment .comment-metadata > * {
  display: inline-block;
}
.comment .comment-metadata .edit-link-sep {
    margin: 0 0.2em;
    vertical-align: middle;
}
.comment .comment-metadata .edit-link {
  
}
.comment .comment-metadata .edit-link svg {
  vertical-align: middle;
  margin-right: 0.1em;
}
.comment .comment-metadata .comment-edit-link {
    position: relative;
    padding-left: 1rem;
    margin-left: -1rem;
    z-index: 1;
}
.comment .comment-metadata .comment-edit-link:hover,
.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover,
.comment .comment-author .fn a:hover,
.comments-area .comment-reply a {
  color: #f45245;
}

.comment .comment-content blockquote {
  margin-left: 0;
}
.comment .comment-content a {
  
}
.comment .comment-content a:hover {
  text-decoration: none;
}
.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}
.comment-form .form-submit{
  margin: 0;  
}
.discussion-avatar-list {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.discussion-avatar-list li {
    position: relative;
    list-style: none;
    margin: 0 -8px 0 0;
    padding: 0;
    float: left;
}

.discussion-avatar-list .comment-user-avatar img {
    height: calc(1.5 * 1rem);
    width: calc(1.5 * 1rem);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.discussion-meta .discussion-meta-info {
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px){
    .comments-area .comment-body .comment-author{
        float: none;
    }
    .comments-area .comment-body .comment-metadata{
        text-align: left;
    }
}
@media only screen and (max-width: 320px){
   .comments-area .comment-body .comment-author img {
        position: relative;
        margin-bottom: 20px;
   }
   .comment .comment-body, .comment .comment-reply{
        padding: 0;
   }
}

/*----------------------------------------------*/
/* About Page */
/*----------------------------------------------*/
.about-us-wrapper{   
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.about-image{
    padding-right: 0px;
}
.about-inner h4 {
    font-size: 18px;
    color: #f45245;
}
.about-tab-wrapper{
    padding-left: 0px;
}
.about-inner{   
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: -1;
    background: #f2f2f2;
}
.about-info-rat{
    list-style: none;
    margin: 50px 0 65px 0;
    padding: 0;
}
.about-tab-heading li{  
}
.about-info-rat li {
    padding-right: 60px;
}
.about-info-rat li:last-child {
    padding-right: 0px;
}
.nav-item{
    color: #333;
}
.nav-item span {
    color: #f45245;
    font-size: 36px;
    display: block;
    margin-bottom: 8px; 
}
.about-tab-heading li:last-child{
    margin-right: 0;
}
.about-tab-heading li a{
    border-right: 1px solid #ddd;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
.about-tab-heading li a.active{
    color: #f45245;
}
.about-tab-heading li:first-child a{
    padding-left: 0;
}
.about-tab-heading li:last-child a{
    border-right: none;
    padding-right: 0;
}
.feature-section .block-content,
.team-section.block-content {
    padding: 15px 30px 30px;
}
.team-box{
    position: relative;
    padding: 0px 15px;   
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.service-box {
    width: 20%;
    padding: 0 15px;
    float: left;
}
.feature-box{
    position: relative;
    background: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; 
    border: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center;
}
.feature-box:hover{
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
.feature-box .feature-title{    
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 15px;
}
.feature-box p:last-child{
    margin-bottom: 0;
}
.feature-icon i{
    font-size: 36px;
    color: #f45245;
} 
.team-box {
    position: relative;  
    padding: 0 15px;    

}
.team-box-wrapper img {
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.20, 1, 0.30, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.20, 1, 0.30, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.20, 1, 0.30, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.20, 1, 0.30, 1) 0s;
}
.team-box:hover .team-box-wrapper img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.team-item-inner{    
    overflow: hidden;
    margin: 0 auto;
}
.team-info-wrapper{
    text-align: center;    
    width: 100%; 
    margin-top: -30px;
    position: relative;
    z-index: 9;
}
.team-content-info{    
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.team-info-wrapper .team-title{
    text-transform: none;
    margin-bottom: 15px;
    color: #444;
    position: relative;
}
.team-info-wrapper .team-designation{
    margin-bottom: 0;   
    line-height: normal; 
}
.team-social {
    margin-top: 20px;
}
.team-hover-wrapper{

}
.team-info-wrapper{
    padding: 0 20px;
}
.team-info-wrapper-inner{
   background: #fbfbfb;
   text-align: center;
   padding: 30px;
}
@media(max-width: 1400px){
    .about-section .about-image,
    .about-section .about-tab-wrapper{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-section .about-image img{
        width: 100%;
    }
    .about-image {
        padding-right: 15px;
    }
    .about-tab-wrapper {
        padding-left: 15px;
    }
    .about-info-rat{
        margin: 50px 0 0px 0;
    }
    .service-box{
        width: 33.33%;
    }
    .service-box.service-box5,.service-box.service-box4{
        margin-top: 30px;
    }
    .team-box{
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
     .team-box{
        margin-bottom: 30px;
     }
    .team-section .col-lg-3.col-md-6:nth-child(5).team-box,
    .team-section .col-lg-3.col-md-6:nth-child(6).team-box {
        margin: 0;
    }
}
@media(max-width: 768px){
    .service-box {
        width: 50%;
    }
    .service-box.service-box5, .service-box.service-box4{
        margin-top: 0px;
    }
    .service-box {        
        margin-bottom: 30px
    }
    .service-box.service-box5 {
        margin-bottom: 0px
    }
    .team-box{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .team-section .col-lg-3.col-md-6:nth-child(5).team-box{
        margin-bottom: 30px;
    }
}
@media(max-width: 540px){
    .service-box {
        width: 100%;
    }
    .team-box{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-inner{
        padding: 15px;
    }
    .about-info-rat li {
        padding-right: 20px;
    }   
}
@media(max-width: 480px){
     .about-info-rat{
        display: block;
    }
    .about-info-rat li:not(:last-child){
        margin-bottom: 30px
    }
}
.page-template-left-sidebar .team-info-wrapper-inner,
.page-template-right-sidebar .team-info-wrapper-inner{
    padding: 20px;
}
.page-template-left-sidebar .about-image,
.page-template-left-sidebar .about-tab-wrapper,
.page-template-right-sidebar .about-image,
.page-template-right-sidebar .about-tab-wrapper{
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.page-template-left-sidebar .about-image,
.page-template-left-sidebar .about-tab-wrapper,
.page-template-right-sidebar .about-image,
.page-template-right-sidebar .about-tab-wrapper {
    padding: 0px 15px;
} 
.page-template-left-sidebar .about-image,
.page-template-right-sidebar .about-image  {
    margin-bottom: 30px;
}
.page-template-left-sidebar .about-image img,
.page-template-right-sidebar .about-image img{
    width: 100%;
}
.team-box:hover .team-info-wrapper-inner{
    background: #f45245;   
    color: #ffffff; 
}
.team-box:hover .team-info-wrapper .team-designation,
.team-box:hover .team-social ul li a,
.team-box:hover .team-info-wrapper .team-title{
    color: #ffffff; 
}
.team-social ul {
    margin: 0;
    padding: 0;
}
.team-social ul li{
    display: inline-block;
}
.team-social ul li a{
    padding: 0;    
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 40px; 
    border: 1px solid #e5e5e5;
}
.team-social ul li a:hover{
    background: #333;
    border: 1px solid #333;
    color: #ffffff;
}
@media only screen and (max-width: 450px) {
   .about-tab-heading li a{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .team-box{
        margin-bottom: 30px;
    }  

    .about-tab-inner{
        margin-left:0; 
    } 
    .team-info-wrapper-inner{
        padding: 15px;
    } 
}

/*----------------------------------------------*/
/* Portfolio */
/*----------------------------------------------*/
.portfolio-section .block-content {
    padding-bottom: 0;
}
.portfolio-section .portfolio-grid > div:nth-last-child(2) .portfolio-box,
.portfolio-section .portfolio-grid > div:nth-last-child(1) .portfolio-box,
.portfolio-section .portfolio-grid > div:nth-last-child(3) .portfolio-box{
    margin: 0px;
} 
ul.filter-portifolio {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 13px 0;
    background: #f5f5f5;
}
.filter-portifolio li{
    display: inline-block;
}
.filter-portifolio li:not(:last-child) a{
    margin-right: 40px;
}
.filter-portifolio li a{
    text-transform: uppercase;
    display: block;
}
.filter-portifolio li a.active,
.filter-portifolio li a:hover{
    color: #f45245 !important;
}
.portfolio-box{
    margin-bottom: 30px;  
    position: relative; 
}
.portfolio-box .portfolio-image-wrapper{
    display: block;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;    
    position: relative;
}
.portfolio-box .portfolio-image-wrapper img{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.portfolio-box:hover .portfolio-image-wrapper img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.portfolio-box .portfolio-detail{
    display: block;
    text-align: center;
}
.portfolio-box .portfolio-detail .portfolio-title{
    margin-bottom: 5px;    
}
.single-portfolio .content-area .type-portfolio{
    padding-bottom: 30px;
}
.portfolio-wrapper .portfolio-title, .portfolio-wrapper .entry-content{
     margin-bottom: 20px;
}
.porfolio-content .porfolio-meta{
    list-style: none;
    margin: 0;
    padding: 0;
}
.porfolio-content .porfolio-meta li:not(:last-child){
    margin-bottom: 5px;
}
.porfolio-content .porfolio-meta li span{
   font-weight: 600;
}
.portfolio-content-wrapper{
    margin-top: 20px;
}
.portfolio-content-wrapper .portfolio-title{
    font-size: 24px;
}
.nm-portfolio-item-details {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
     transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; 
}
.portfolio-box:hover .nm-portfolio-item-details {
    background-color: #ffffff;
    background-color: rgba(255,255,255,.9);
    opacity: 1;
    box-shadow: none;
    border: none;
}
.nm-portfolio-item-details .portfolio-title,
.nm-portfolio-item-details .portfolio-category-name{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
     transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;    
}
.nm-portfolio-item-details .portfolio-category-name{
    bottom: 30px;
}
.nm-portfolio-item-details .portfolio-title{
    bottom: 50px;
}
.portfolio-title a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.portfolio-category-name{
    text-transform: uppercase;
}
.portfolio-icon {
    width: 50px;
    height: 50px;
    border: 1px solid;
    padding: 14px 18px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.related_post .product-carousel .owl-nav{
    position: absolute;
    right: 4%;
    top: -23px;
}
@media(max-width: 1200px){
    .related_post .product-carousel .owl-nav{
        right: 8%;
    }
}
@media(max-width: 991px){
    .related_post .product-carousel .owl-nav{
        right: 0;
    }
}
@media(max-width: 767px){
    .portfolio-section .portfolio-grid > div:nth-last-child(2) .portfolio-box,
    .portfolio-section .portfolio-grid > div:nth-last-child(3) .portfolio-box{
        margin-bottom: 30px;
    } 
}
@media(max-width: 375px){
    .filter-portifolio li:not(:last-child) a {
        margin-right: 0px;
    }
    .filter-portifolio li {
        display: block;
    }
}
/*----------------------------------------------*/
/* Contact Page */
/*----------------------------------------------*/
.contact-us-bottom{
    margin-bottom: 30px
}
.map{   
    min-height: 500px;
    width: 100%;
}
.contact-box{
    position: relative;
    display: inline-block;
}
.contact-frm-wrapper,
.contact-box-wrapper{
    background: #fff;
    height: 100%;
}
.contact-frm-wrapper .section-title,
.contact-box-wrapper .section-title{    
    text-align: left;
}
.contact-frm-wrapper .field-wrapper i{
    position: absolute;
    left: 15px;
    top: 12px;    
    z-index: 9;
    color: #f45245;
}
.contact-frm-wrapper .field-wrapper input[type="text"], 
.contact-frm-wrapper .field-wrapper input[type="email"], 
.contact-frm-wrapper .field-wrapper input[type="tel"], 
.contact-frm-wrapper .field-wrapper input[type="number"], 
.contact-frm-wrapper .field-wrapper input[type="password"], 
.contact-frm-wrapper .field-wrapper textarea{
    padding-left: 35px;
}
.contact-frm-wrapper form.wpcf7-form  p{
    margin-bottom: 0;
}
.contact-box-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-box-wrapper > ul > li{
    margin-bottom: 20px;
    display: block;
    padding-left: 30px;
}
.contact-box-wrapper ul li.social-box-icon{
    padding-left: 0;
    margin-bottom: 0;
}
.social-block li{
    display: inline-block;
    margin-right: 4px;
}
.social-block li:last-child{
    margin-right:0; 
}
.social-block li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    background: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.page-footer .footer-newsletter-top .social-block li a:hover{    
    background: #f45245;
    color: #fff;
}
.page-footer .social-block li.facebook-icon a:hover{    
    background: #3b5998;
    border: 1px solid #3b5998;
}
.page-footer .social-block li.twitter-icon a:hover{    
    background: #55ACEE;
    border: 1px solid #55ACEE;
}
.page-footer .social-block li.google-icon a:hover{    
    background: #dd4b39;
    border: 1px solid #dd4b39;
}
.page-footer .social-block li.youtube-icon a:hover{    
    background: #007bb5;
    border: 1px solid #007bb5;
}
.page-footer .social-block li.pinterest-icon a:hover{    
    background: #c8232c;
    border: 1px solid #c8232c;
}
.contact-box-wrapper ul li p,
.contact-box-wrapper  .contact-text p{
    margin-bottom: 0;
}
.contact-box-wrapper  .contact-text{
    position: relative;
     display: inline-block;     
     vertical-align: top;
}
.contact-box .contact-icon{ 
    color: #f45245;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 24px;
}
@media only screen and (max-width: 540px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea{
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .contact-box-wrapper{
        margin-top: 10px;
    }
}
/*----------------------------------------------*/
/* Footer */
/*----------------------------------------------*/
.home .page-footer{
    margin-top: 30px;
}
.page-footer{   
   background: none;
}
.page-footer .widget-title a{
    color: inherit;
}   
.page-footer.footer-light,.page-footer.footer-dark{
    margin-bottom: 30px;
}
.footer-light .block-content{
    background: #ffffff;
}
.footer-dark .block-content{
    background: #333;
}
.page-footer.footer-light .footer-top{
}
.footer-widget-inner {
    border-top: 1px dashed #b2b2b2;    
    border-bottom: 1px dashed #b2b2b2;
    margin: 30px 0;
    padding: 24px 0;
}
.footer-bottom-section{
    text-align: center; 
}
.footer-block ul{
    list-style: none;
    margin:0;
    padding: 0; 
}

.footer-block + .footer-block {
    margin-top:30px; 
    display: block;
}
.footer-block ul li{
    position: relative;
    display: block; 
    width: 100%;  
}
.page-footer li,.page-footer li a,.page-footer p,.page-footer .calendar_wrap table td, .page-footer .calendar_wrap table th,.page-footer .widget_calendar caption {
    color: #6f6f6f;
}
.page-footer.footer-light li,.page-footer.footer-light li a,.page-footer.footer-light p{
   
}
.page-footer.footer-dark li,
.page-footer.footer-dark li a,
.page-footer.footer-dark .textwidget,
.page-footer p,
.page-footer.footer-dark .calendar_wrap table td,
.page-footer.footer-dark .calendar_wrap table th,
.page-footer.footer-dark .widget_calendar caption {
    color: #ffffff;
}
.page-footer li a:hover{
    color: #f45245;
}

.footer-block ul li{
    margin-bottom: 8px;
}
.footer-block ul.menu li a{
    position: relative;
    padding: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.footer-block ul.social-block li{
    margin-right: 6px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}
.footer-block ul.social-block li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,0.13);
    display: block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.page-footer.footer-light .footer-block ul.social-block li a{
     background: rgba(0,0,0,0.05);
}
.footer-block ul.social-block li a:hover{
    background: rgba(255,255,255,1);
}
.footer-block ul li:last-child{
    margin-bottom: 0;
}
.footer-block .contact-info-block ul li{
    padding-left: 25px;    
}
.footer-block .contact-info-block ul li [class*="ti-"],.footer-block .contact-info-block ul li [class*="fa-"]{
    position: absolute;
    left: 0; 
    line-height: inherit;   
}
.social-block ul {
    margin: 0;
    padding: 0;
}
.social-block ul li{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}
.widget-sidebar.social-block ul li{
    margin-bottom: 0;
}
.social-block ul li + li{
    margin-left: 8px; 
    margin-top: 0;
}
.social-block ul li a{
      
}
.page-footer .footer-bottom-section p a{
    color: #f45245;
}
.page-footer .footer-bottom-section p a:hover{
    text-decoration: underline;
}
.page-footer .footer-bottom-section p.payment{
    margin-bottom: 0;
}
.page-footer .widget-title{
    color: #333;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    position: relative;
}
.page-footer .footer-top .widget-title{
    padding: 0;
}
.page-footer .footer-top .widget-title:before{
    content: "";
    width: 30px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: -6px;
}
.page-footer.footer-light .widget-title{
    color: #333;   
}
.page-footer.footer-dark .widget-title{
    color: #fff;   
}

.site-footer .footer-block .input-newsltter{
     margin-bottom: 15px; 
}
.site-footer .footer-block .input-newsltter,.site-footer .footer-block .btn-newsletter{
    width: 100%;
}
.site-footer .footer-block  .widget + .widget{
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
    .site-footer .footer-widget-block{
        margin-bottom: 30px;
    }
    footer .container{
        padding: 0;
    }
    .footer-widget-inner{
        padding: 30px 0px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer.header-style3 .footer-widget-block{
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .footer-widget-inner{
        margin: 30px 0 15px;
    }
}
.page-footer.footer-top-visible{
    padding-top: 0;
}
/** footer top **/
.footer-newsletter-top{
    position: relative;
}
.footer-newsletter-top .mc4wp-response {
    position: absolute;
}
.footer-newsletter-top .widget-title,
.footer-newsletter-top .widget_mc4wp_form_widget,
.footer-newsletter-top .widget_mc4wp_form_widget .mc4wp-form,
.follow-us,
.follow-us .section-title,
.follow-us .social-block{
    display: inline-block;
    vertical-align: middle;
}
.footer-newsletter-top .widget-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-right: 30px;
    margin: 0;
}
.follow-us .section-title{
    border: none;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 40px;
    padding-bottom: 0px;
}
.follow-us .social-block{
    margin: 0px;
}
.footer-newsletter-top .newsletter-desc{
    margin-bottom: 18px;
    color: #666;
} 
.footer-newsletter-top  .input-newsltter{
    width: 500px;
    border-color: #b2b2b2;
}
.footer-newsletter-top .mc4wp-form-fields{
    position: relative;
}
.footer-newsletter-top  .input-newsltter{
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}
.footer-newsletter-top  .btn-newsletter{
    background: url(../images/email-icon.png) no-repeat 0 0 ;  
    border: none;
    margin-left: -5px;
    position: absolute;
    font-size: 0;
    right: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
}
.footer-newsletter-top .btn-newsletter:hover{
    background: #fff url(../images/email-icon.png) no-repeat 0 0 ; 
}

.footer-about p{
    margin-top: 25px;
}
@media (max-width: 1200px) {
    .footer-newsletter-top .input-newsltter{
        width: 400px;
    }
}
@media (max-width: 1199px) {
    .footer-newsletter-top .input-newsltter{
        width: 500px;
    }
    .footer-newsletter-top .widget-title,
    .follow-us .section-title{
        display: block;
        margin-bottom: 10px;
    }
    .follow-us .section-title{
        padding-left: 20px; 
    }
    .follow-us {
        padding-left: 30px;
    }
}
@media (max-width: 768px){
    .follow-us{
        margin-top: 30px;
    }
    .follow-us,
    .follow-us .section-title,
    .follow-us .social-block {
        padding-left: 0;
    }
    .footer-newsletter-top .widget-title, .follow-us .section-title {
        margin-bottom: 0px;
    }
    
}
@media only screen and (max-width: 767px) {
    .footer-newsletter-top .input-newsltter{
        margin-bottom: 20px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .follow-us{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .footer-newsletter-top .input-newsltter {
        width: 280px;
    }
}
@media only screen and (max-width: 320px){
   .footer-newsletter-top .input-newsltter {
        width: 250px;
    } 
}

/*----------------------------------------------*/
/* Newsletter Popup */
/*----------------------------------------------*/
.newsletter-popup-wrapper{
    background: #FFF;
    padding: 15px;
    text-align: left;
    max-width: 750px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}    
.newsletter-popup-inner-wrapper{
    display: table;
}
.newsletter-popup-close{
    color: #333;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 6px #ddd;
    position: absolute;
    top: -24px;
    background: #fff;
    opacity: 1;
    right: -17px;
    padding: 0;
    line-height: 1;
}
.newsletter-popup-inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;      
}
.newsletter-popup-image-wrapper,
.newsletter-popup-text{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;        
}
.newsletter-popup-text{
    padding: 30px 15px 30px 15px;
}
.newsletter-title{
}
.newsletter-popup-text p{
    margin-bottom: 30px;
    font-size: 16px;
}
.newsletter-popup-text form .input-newsltter{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%;
}
.newsletter-checkbox-wrapper{
    display: block;
    margin-top: 10px;
    color: #666;
    line-height: 22px;
}
.newsletter-checkbox-wrapper input{
    margin-right: 5px;
    display: inline-block;
}
/*----------------------------------------------*/
/* Back To Top */
/*----------------------------------------------*/
.back-top{
    position: fixed;
    bottom: 50px;
    right: 40px;
    background: #f45245;
    color: #fff !important;
    width: 40px;
    height: 40px;    
    line-height: 38px;
    text-align: center;
    z-index: 99; 
    font-size: 18px; 
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.back-top.visible{    
    opacity: 1; 
    visibility: visible;
}
/*----------------------------------------------*/
/* 404 page */
/*----------------------------------------------*/
.error404 .search-form {
    max-width: 450px;
    margin: 0 auto;
}
/*----------------------------------------------*/
/* SiteOrigin */
/*----------------------------------------------*/
.panel-grid-cell .widget-title{
    display: none;
}
/*----------------------------------------------*/
/* Maintenance Mode */
/*----------------------------------------------*/
.maintenance_mode .page-container{
    height: 100%;
    background-image: url(../images/coming-soon.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0;
}
.maintenance_mode .logo{
    float: none;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 50px; 
}
.maintenance_wrapper{
    align-items: center;
    justify-content: center;    
    display: flex;
    padding: 0;     
    min-height: 100%;
    background: rgba(0,0,0,.4);
    color: #fff;
}
    .maintenance_wrapper_inner{
        margin: 0 auto;
        max-width: 800px;        
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: transparent;
        width: 100%;
        padding: 30px;
    }
   .maintenance_mode .maintenance_title,
   .maintenance_mode .maintenance_description{
        color: inherit;
        margin-bottom: 30px;
    }
    .countdown,
    .countdown p{
        color: inherit;
    }
    .maintenance_mode .page-wrapper,
    .maintenance_mode .page-container{
        height: 100%;
    }   
    .countdown {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    color: inherit;
}
.maintenance_mode .input-newsltter{
    width: 40%;
}
    .countdown > div {
        display: inline-block;  

    }

        .countdown > div > span {
            display: block;
            font-size: 35px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            border:2px solid rgba(255,255,255,0.9);
            box-shadow: 0 0 5px rgba(0,0,0,0.08);
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.08);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
            padding: 0;
            width: 100px;
            height: 100px;
            line-height: 100px;            
            text-align: center; 
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
        }
.maintenance_social_icons{
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.maintenance_social_icons li{
    display: inline-block;
    margin: 2px 5px;
}
.maintenance_social_icons li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-color: inherit;
    color: inherit;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.maintenance_social_icons li a:hover{
    opacity: 0.7;
}
@media (min-width: 1200px) {
    .container-large {
        max-width: 1920px;
        width: 100%;
        margin: auto;
        padding: 0 30px;
    }
}      
.container-large {    
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .container {    
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .container-large {
        padding: 0 15px;
    }
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

