/* ---------------------------------
Font definition 
--------------------------------- */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin-top: 0 !important;
    color: #444;
    font-size: 15px;
    overflow-x: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    color: #4d4f50;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
    text-decoration: none;
    outline: 0;
    color: #3c3c3c;
    cursor: pointer;
}
p {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ---------------------------------
Framework Styles 
--------------------------------- */

.do-ls-ff-poppins{
    font-family: 'Poppins' !important;
}

.h-p-ul-m-0 h1, .h-p-ul-m-0 h2, .h-p-ul-m-0 h3, .h-p-ul-m-0 h4, .h-p-ul-m-0 h5, .h-p-ul-m-0 h6,
.h-p-ul-m-0 p,
.h-p-ul-m-0 ul{
    margin: 0;
}

.do-ls-trans-p-2{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.do-ls-trans-p-3{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.do-ls-trans-p-4{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.do-ls-pos-absolute{
    position: absolute;
}

.do-ls-pos-absolute-imp{
    position: absolute !important;
}

.do-ls-pos-relative{
    position: relative;
}

.do-ls-pos-relative-imp{
    position: relative !important;
}

.do-ls-pos-fixed{
    position: fixed;
}


.do-ls-top-0{
    top: 0;
}

.do-ls-left-0{
    left: 0;
}

.do-ls-right-0{
    right: 0;
}


.do-ls-disp-inline-block{
    display: inline-block;
}

.do-ls-disp-block{
    display: block;
}

.do-ls-disp-block-imp{
    display: block !important;
}

.do-ls-disp-table{
    display: table;
}

.do-ls-disp-flex{
    display: flex;
}

.do-ls-disp-none{
    display: none;
}


.do-ls-visibility-hidden{
    visibility: hidden;
}

.do-ls-opacity-0{
    opacity: 0;
}


.do-ls-flex-wrap{
    flex-wrap: wrap;
}

.do-ls-justify-center{
    justify-content: center;
}

.do-ls-justify-flex-start{
    justify-content: flex-start;
}

.do-ls-justify-flex-end{
    justify-content: flex-end;
}

.do-ls-justify-space-between{
    justify-content: space-between;
}

.do-ls-justify-space-around{
    justify-content: space-around;
}

.do-ls-vertical-align-center{
    align-items: center;
}

.do-ls-vertical-align-baseline{
    align-items: baseline;
}

.do-ls-vertical-align-flex-end{
    align-items: flex-end;
}

.do-ls-flex-dir-col{
    flex-direction: column;
}

.do-ls-flex-dir-col-rev{
    flex-direction: column-reverse;
}

.do-ls-flex-dir-row-rev{
    flex-direction: row-reverse;
}


.do-ls-margin-auto{
    margin: auto;
}

.do-ls-margin-left-auto-imp{
    margin-left: auto !important;
}

.do-ls-margin-right-auto-imp{
    margin-right: auto !important;
}


.do-ls-text-align-center{
    text-align: center;
}

.do-ls-text-align-left{
    text-align: left;
}

.do-ls-text-align-right{
    text-align: right;
}

.do-ls-text-align-justify{
    text-align: justify;
}

.do-ls-whitespace-nw{
    white-space: nowrap;
}


.do-ls-fw-800{
    font-weight: 800;
}

.do-ls-fw-700{
    font-weight: 700;
}

.do-ls-fw-600{
    font-weight: 600;
}

.do-ls-fw-600-imp{
    font-weight: 600 !important;
}

.do-ls-fw-500{
    font-weight: 500;
}

.do-ls-fw-400{
    font-weight: 400;
}

.do-ls-fw-400-imp{
    font-weight: 400 !important;
}

.do-ls-fw-300{
    font-weight: 300;
}

.do-ls-fw-100{
    font-weight: 100 !important;
}


.do-ls-uppercase{
    text-transform: uppercase;
}

.do-ls-capitalize{
    text-transform: capitalize;
}

.do-ls-lowercase{
    text-transform: lowercase;
}


.do-ls-checkbox-type-1{
    width: 15px;
    height: 15px;
    border: 1px solid rgba(22, 45, 61, 0.25);
}

.do-ls-checkbox-type-1-parent:hover .do-ls-checkbox-type-1{
    border-color: rgba(22, 45, 61, 0.50);
}

.do-ls-checkbox-type-1:checked{
    border-color: rgba(22, 45, 61, 1);
}

.do-ls-line-breaker{
    display: block;
}


.do-ls-list-style-none{
    list-style: none;
}


.before-content-blank:before,
.after-content-blank:after{
    content: " ";
}

.after-content-none-imp:after,
.before-content-none-imp:before{
    content: none !important;
}

.before-content-pos-absolute:before,
.after-content-pos-absolute:after{
    position: absolute;
}

.before-content-y-center:before,
.after-content-y-center:after{
    top: 50%;
    transform: translateY(-50%);
}

.before-content-x-center:before,
.after-content-x-center:after{
    left: 50%;
    transform: translateX(-50%);
}

.before-content-xny-center:before,
.after-content-xny-center:after{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.before-content-max-height:before,
.after-content-max-height:after{
    height: 100%;
}

.before-content-max-width:before,
.after-content-max-width:after{
    width: 100%;
}

.before-content-left-0:before,
.after-content-left-0:after{
    left: 0;
}

.before-content-right-0:before,
.after-content-right-0:after{
    right: 0;
}

.before-content-top-0:before,
.after-content-top-0:after{
    top: 0;
}

.before-content-font-fam-fa-free:before,
.after-content-font-fam-fa-free:after{
    font-family: "Font Awesome 5 Free";
}

.before-content-font-fam-fa-pro:before,
.after-content-font-fam-fa-pro:after{
    font-family: "Font Awesome 5 Pro";
}

.before-content-bg-no-repeat:before,
.after-content-bg-no-repeat:after{
    background-repeat: no-repeat;
}

.before-content-bg-size-cover:before,
.after-content-bg-size-cover:after{
    background-size: cover;
}

.before-content-bg-size-contain:before,
.after-content-bg-size-contain:after{
    background-size: contain;
}

.before-content-bg-pos-center:before,
.after-content-bg-pos-center:after{
    background-position: center;
}

.before-content-bg-pos-right:before,
.after-content-bg-pos-right:after{
    background-position: right;
}

.before-content-bg-pos-left:before,
.after-content-bg-pos-left:after{
    background-position: left;
}

.before-content-trans-p-2:before,
.after-content-trans-p-2:after{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.do-ls-element-center-x{
    left: 50%;
    transform: translateX(-50%);
}

.do-ls-element-center-y{
    top: 50%;
    transform: translateY(-50%);
}

.do-ls-element-center-xny{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.do-ls-elem-bg-no-repeat{
    background-repeat: no-repeat;
}

.do-ls-elem-bg-size-cover{
    background-size: cover;
}

.do-ls-elem-bg-size-contain{
    background-size: contain;
}

.do-ls-elem-bg-pos-center{
    background-position: center;
}

.do-ls-elem-bg-pos-right{
    background-position: right;
}

.do-ls-elem-bg-pos-left{
    background-position: left;
}

.do-ls-elem-flip-x{
    transform: scaleX(-1);
}

.do-ls-theme-button a,
.wpcf7 input[type="submit"]{
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.do-ls-theme-button a:after{
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.do-ls-theme-button.do-ls-theme-button-transparent a{
    border: 1px solid #fff;
    background-color: transparent;
}

.do-ls-theme-button.do-ls-theme-button-transparent a:focus{
    background-color: transparent;
}

.do-ls-theme-button.do-ls-theme-button-transparent.do-ls-tb-transparent-black a{
    border-color: #000;
    color: #000;
}

.do-ls-theme-button.do-ls-theme-button-transparent.do-ls-tb-transparent-black a:hover{
    border-color: transparent;
}

.do-ls-theme-button.do-ls-theme-button-transparent.do-ls-tb-transparent-black a:focus,
.do-ls-theme-button.do-ls-theme-button-transparent.do-ls-tb-transparent-black a:hover,
.do-ls-theme-button.do-ls-theme-button-transparent a:focus,
.do-ls-theme-button.do-ls-theme-button-transparent a:hover{
    color: #fff;
}

.do-ls-theme-button.do-ls-theme-button-transparent a:hover{
    background-color: #fff;
}

.do-ls-theme-button a.load-more:after{
    content: "\f063";
}

@media (min-width: 768px){
    .do-ls-theme-button a{
        min-width: 145px;
        max-width: 145px;
        font-size: 12px;
        padding: 10px;
        padding-right: 25px;
    }
    
    .do-ls-theme-button a:after{
        right: 10px;
    }
}

@media (min-width: 992px){
    
    .do-ls-theme-button a:after{
        right: 12px;
    }
    
    .wpcf7 input[type="submit"]{
        min-width: 230px;
        max-width: 230px;
        font-size: 20px;
        padding: 15px;
        padding-right: 40px;
    }
}

@media (min-width: 1200px){
    .do-ls-theme-button a{
        min-width: 230px;
        max-width: 230px;
        font-size: 20px;
        padding: 15px;
        padding-right: 40px;
    }
    
    .do-ls-theme-button a:after{
        right: 15px;
    }
}

@media (max-width: 767px){
    .do-ls-theme-button a{
        min-width: 135px;
        max-width: 115px;
        font-size: 11px;
        padding: 10px;
        padding-right: 25px;
    }
    
    .do-ls-theme-button a:after{
        right: 10px;
    }
}


.do-ls-cursor-default{
    cursor: default;
}


.do-ls-owl-nav .owl-nav button{
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.do-ls-owl-nav .owl-nav button:before{
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 100;
}

.do-ls-owl-nav .owl-nav button span,
.do-ls-owl-nav .owl-nav button i{
    display: none;
}

.do-ls-owl-nav .owl-nav .owl-next:before,
.do-ls-owl-nav .owl-nav .owl-next{
    transform: rotateZ(180deg);
}


.owl-dots{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.owl-dots .owl-dot span{
    /* background: rgba(189, 139, 165, 0.38) !important; */
    border: none !important;
    margin: 5px 0px 5px 0 !important;
}

.owl-dots .owl-dot:not(:last-child) span{
    margin-right: 20px !important;
}

.owl-dots .owl-dot.active span{
    /* background: rgba(189, 139, 165, 1) !important; */
    border: none !important;
}

.do-ls-owl-dots-style-1 .owl-dots .owl-dot span{
    width: 42px;
    height: 4px;
    margin-top: 5px !important;
    border-radius: 0;
}

.do-ls-owl-dots-style-1 .owl-dots .owl-dot:not(:last-child) span{
    margin-right: 10px !important;
}

@media (min-width: 768px){
    
    .do-ls-owl-nav .owl-nav button{
        width: 45px;
        height: 45px;
        background-size: 9px !important;
    }
}

@media (min-width: 1200px){
    .do-ls-owl-nav .owl-nav button{
        width: 60px;
        height: 60px;
        background-size: 12px !important;
    }
}

@media (max-width: 1199px){
    .do-ls-owl-nav .owl-nav button:before{
        font-size: 19px;
    }
}

@media (max-width: 767px){
    .do-ls-owl-nav .owl-nav button{
        width: 40px;
        height: 40px;
        background-size: 8px !important;
    }
}

.full-area-overlay:before,
.full-area-overlay:after,
.full-area-overlay-before:before,
.full-area-overlay-after:after{
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}


.do-ls-full-w{
    width: 100%;
}

.do-ls-full-h{
    height: 100%;
}

.do-ls-full-h-imp{
    height: 100% !important;
}

.do-ls-half-w{
    width: 50%;
}

.do-ls-auto-h{
    height: auto;
}

.do-ls-auto-w{
    width: auto;
}

.do-ls-auto-w-imp{
    width: auto !important;
}

.do-ls-max-h-100{
    height: 100%;
}

.do-ls-max-w-100{
    width: 100%;
}

.do-ls-border-radius-circle{
    border-radius: 50%;
}

.do-ls-border-radius-5{
    border-radius: 5px;
}


.do-ls-overflow-hidden{
    overflow: hidden;
}

.do-ls-overflow-y-auto{
    overflow-y: auto;
}

.do-ls-overflow-x-auto{
    overflow-x: auto;
}

.do-ls-overflow-x-auto-imp{
    overflow-x: auto !important;
}

.do-ls-limit-text-height{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.z-index_-1{
    z-index: -1;
}

.z-index_0{
    z-index: 0;
}

.z-index_1{
    z-index: 1;
}

.z-index_2{
    z-index: 2;
}


.do-ls-scroll-type-1::-webkit-scrollbar{
    width: 5px;               /* width of the entire scrollbar */
}

.do-ls-scroll-type-2::-webkit-scrollbar{
    width: 3px;               /* width of the entire scrollbar */
}

.do-ls-scroll-type-3::-webkit-scrollbar{
    width: 9px;               /* width of the entire scrollbar */
}

/* Works on Firefox */
.do-ls-scroll-type-1,
.do-ls-scroll-type-2{
    scrollbar-width: 5px;
    scrollbar-color: #000 #fff; /*thumb, track*/
}

.do-ls-scroll-type-3{
    scrollbar-width: 9px;
    scrollbar-color: #cfcdce #f3f3f3; /*thumb, track*/
}

.do-ls-scroll-type-2{
    scrollbar-height: 3px; /* width of the entire scrollbar */
}

.do-ls-scroll-type-1::-webkit-scrollbar-track,
.do-ls-scroll-type-2::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
    border-radius: 20px; /* roundness of the scroll track */
}

.do-ls-scroll-type-3::-webkit-scrollbar-track {
    background: #f3f3f3; /* color of the tracking area */
    border-radius: 20px; /* roundness of the scroll track */
}

.do-ls-scroll-type-1::-webkit-scrollbar-thumb,
.do-ls-scroll-type-2::-webkit-scrollbar-thumb {
    background-color: #000; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
}

.do-ls-scroll-type-3::-webkit-scrollbar-thumb {
    background-color: #cfcdce; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
}

.do-ls-stt-1{
    line-height: 1.04;
}

.do-ls-stt-1.do-ls-st-light{
    color: #fff;
}

.do-ls-stt-2{
    position: relative;
}

.do-ls-stt-2:before,
.do-ls-stt-2:after{
    content: "";
    position: absolute;
    top: -7px;
    height: 1px;
    width: 158px;
    /* background-color: #BD8BA5; */
    left: 2px;
}

.do-ls-stt-2:after{
    top: auto;
    bottom: -7px;
}

.do-ls-stt-2.do-ls-stt-2-center{
    text-align: center;
}

.do-ls-stt-2.do-ls-stt-2-center:before,
.do-ls-stt-2.do-ls-stt-2-center:after{
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 992px){
    .do-ls-stt-1{
        font-size: 40px;
    }
}

@media (min-width: 1200px){
    .do-ls-stt-1{
        font-size: 65px;
    }
    
    .do-ls-stt-2{
        font-size: 37px;
    }
}

@media (max-width: 767px){
    
    .do-ls-stt-2,
    .do-ls-stt-1{
        font-size: 25px;
        text-align: center;
        line-height: 1.2;
    }
    
    .do-ls-stt-1{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .do-ls-stt-2:before,
    .do-ls-stt-2:after{
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
}

.do-ls-cf-1 .do-ls-cf-simple-text{
    padding: 10px 20px 6px;
}

.do-ls-cf-1 .do-ls-cf-simple-text,
.do-ls-cf-1 .do-ls-cf-simple-text:active,
.do-ls-cf-1 .do-ls-cf-simple-text:focus,
.do-ls-cf-1 .do-ls-cf-simple-text:hover,
.do-ls-cf-1 .do-ls-cf-button,
.do-ls-cf-1 .do-ls-cf-button:active,
.do-ls-cf-1 .do-ls-cf-button:focus,
.do-ls-cf-1 .do-ls-cf-button:hover{
    border: none;
    outline: none;
}

.do-ls-cf-1 .do-ls-cf-simple-text{
    background-color: #fff;
}

.do-ls-cf-1 .do-ls-cf-simple-text:focus{
    box-shadow: 0 1px 7px 0 rgb(0, 0, 0, 0.09);
}

.do-ls-cf-1 .do-ls-cf-button{
    color: #fff;
    padding: 10px;
}

.do-ls-cf-1 .do-ls-cf-simple-text::placeholder,
.do-ls-cf-1 .do-ls-cf-simple-text::-webkit-input-placeholder,
.do-ls-cf-1 .do-ls-cf-simple-text::-moz-placeholder,
.do-ls-cf-1 .do-ls-cf-simple-text:-ms-input-placeholder,
.do-ls-cf-1 .do-ls-cf-simple-text:-moz-placeholder{
    font-size: 16px;
    color: #BBBBBB;
    color: red !important;
    line-height: 1;
}

@media(max-width: 767px){
    .do-ls-cf-1 .do-ls-cf-simple-text{
        padding: 6px 10px;
    }
}


.do-ls-obsolete-browser-detected #site-header{
/*#site-header{*/
    top: 40px;
}

#do-ls-browser-notice{
    padding: 10px;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1031;
}

#do-ls-browser-notice.visible{
    visibility: visible;
    opacity: 1;
}

.do-ls-bn-close-btn{
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.do-ls-bn-close-btn i{
    font-size: 13px;
}

.page-loader-alt,
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
}

.page-loader-alt{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.disable .page-loader-alt{
    opacity: 1;
    visibility: visible;
}

.page-loader-alt .pgl-spinner,
.page-loader .pgl-spinner{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader-alt .pgl-spinner:after,
.page-loader .pgl-spinner:after,
.spinner:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    border-color: #3e3e3e transparent #3e3e3e transparent;
    animation: pgl-dual-ring 1.2s linear infinite;
}

.page-loader-alt.pl-small .pgl-spinner:after{
    width: 25px;
    height: 25px;
}

.do-ls-loading-parent{
    position: relative;
}

.page-loader .pgl-spinner,
.do-ls-loading-parent .do-ls-loading,
.product .blockUI{
    top: 50%;
    left: 50%;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-loader .pgl-spinner:after,
.product .blockUI:after,
.do-ls-loading-parent .do-ls-loading:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #bd8ba6;
    border-color: #bd8ba6 transparent #bd8ba6 transparent;
    animation: pgl-dual-ring 1.2s linear infinite;
}

.do-ls-loading-parent.do-ls-loading-parent-white .do-ls-loading:after{
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
}

@-webkit-keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes pgl-dual-ring {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@keyframes pgl-dual-ring {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

/* ---------------------------------
Header
--------------------------------- */
#site-header{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
}

#site-header > .container{
    height: 100%;
}
#site-header > .container > .flex-parent{
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display: block;
    padding: 0;
    height: auto;
    /* box-shadow: 0px 3px 11px 3px rgba(0, 0, 0, 0.1); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header-logo img{
    max-width: 300px;
    max-height: 70px;
}

.sticky .header-logo{
    /*box-shadow: 0px 0px 3px 0px rgb(0, 0, 0, 0.1);*/
    box-shadow: none;
}

/* Navbar Serach */
.nav-search{
    float: right;
    /*position: relative;*/
    padding-left: 0;
}

.nav-search-field{
    display: flex !important;
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    padding: 8px;
    background-color: #fff;
    z-index: 10000;
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-search-field.visible{
    opacity: 1;
    visibility: visible;
}

.nav-search-field .input-group .form-control,
.nav-search-field .input-group .form-control:active,
.nav-search-field .input-group .form-control:hover,
.nav-search-field .input-group .form-control:focus{
    box-shadow: none;
    outline: 0 none;
    border: 0;
    border-bottom: 1px solid #959595;
    background-color: #fff;
    padding: 6px 12px;
}

.nav-search-field .input-group .form-control{
    font-size: 50px;
    height: 85px;
    width: 768px;
    border-radius: 0;
}

.nav-search-field form{
    margin-top: 35vh;
}

.nav-search-close{
    font-size: 50px;
    position: absolute;
    right: 40px;
    top: 20px;
    color: #959595;
    visibility: hidden;
    opacity: 0;
}

.nav-search-field.visible .nav-search-close{
    visibility: visible;
    opacity: 1;
}

.nav-search-bg-design{
    left: -110px;
    top: 0;
}

.nav-search-field .input-group .input-group-btn .btn-default{
    display: none;
    height: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-search-field .input-group .input-group-btn .btn-default:hover{
    background-color: #4d4f50;
    border-color: #4d4f50;
    color: #fff;
    outline: 0;
}
.nav-search-field .input-group .input-group-btn .btn-default:focus{
    outline: 0;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

@media (min-width: 2000px){
    .nav-search-bg-design{
        display: none;
    }
    
    .nav-search-field form{
        margin-top: 250px;
    }
}

@media (max-width: 1199px){
    .nav-search-field .input-group .form-control{
        width: 690px;
    }
    
    .nav-search-bg-design{
        left: -170px;
    }
}

@media (max-width: 767px){
    .nav-search-field .input-group .form-control{
        font-size: 25px;
        height: 35px;
        padding: 6px;
    }
    
    .nav-search-field .input-group .form-control,
    .nav-search-field .input-group,
    .nav-search-field form{
        width: 100%;
    }
    
    .nav-search-field form{
        margin-top: 50px;
    }
    
    .nav-search-field .nav-search-close{
        font-size: 33px;
        right: 13px;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) and (orientation: portrait){
    .nav-search-bg-design{
        display: none;
    }
    
    .nav-search-field form{
        margin-top: 10vh;
    }
}

@media(min-width: 1366px) and (min-height: 1024px) and (max-height: 1049px){
    .nav-search-bg-design{
        left: -160px;
    }
}

#site-header{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

#site-header .nav-phone,
#site-header .nav-wishlist,
#site-header .nav-woo-user,
#site-header .nav-cart{
    display: inherit;
    margin-right: 5px;
}

#site-header .nav-phone,
#site-header .nav-wishlist,
#site-header .nav-woo-user,
#site-header .nav-cart,
.nav-woo-button,
.nav-phone > a,
.nav-cart-toggler,
#toggle-search,
.nav-wishlist > a,
.nav-search,
.nav-search > ul,
.nav-search > ul > li{
    height: 100% !important;
}

#site-header .nav-phone > a,
#site-header .nav-wishlist > a,
#site-header .nav-woo-user > a{
    font-size: 23px;
}

#site-header .nav-phone > a,
#site-header .nav-wishlist > a,
#site-header .nav-woo-user > a,
.nav-cart .nav-cart-toggler{
    padding: 0px 5px;
}

#site-header .nav-phone > a > i{
    transform: rotateZ(90deg);
}

@media (min-width: 768px){

    /*.sticky .header-logo{*/
    .header-logo{
        margin-left: 0 !important;
    }
    
    #site-header > .container > .flex-parent > .navbar-header{
        width: 11.6%;
    }
}

@media (min-width: 992px){
    
    #site-header > .container > .flex-parent{
        /* align-items: flex-end; */
    }
    
    #site-header{
        background-color: #fff;
        border-color: transparent;
        height: 80px;
    }
    #site-header .navbar-collapse{
        flex: 1;
    }
    
    #site-header #main-navbar{
        display: flex !important;
        justify-content: center;
    }
    
    #site-header .navbar-nav>li a,
    #header-user-menu > ul > li a{
        font-size: 17px;
        text-transform: uppercase;
    }
    #toggle-search{
        font-size: 23px !important;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 19px;
    }
    #site-header .navbar-nav>li>a,
    #site-header .nav-phone > a,
    #site-header .nav-cart .nav-cart-toggler,
    #site-header .nav-woo-user > a,
    #header-user-menu > ul li a,
    .dropdown-menu>li>a,
    #site-header .nav-wishlist > a{
        color: #3f3f3f;
    }
    /* #site-header .navbar-nav>li>a:not(:last-child){
        margin-right: 40px;
    } */
    #site-header .navbar-nav>li:not(:last-child){
        margin-right: 40px;
    }
    #site-header .navbar-nav>li>a:hover,
    #site-header .navbar-nav>li>a:focus,
    #site-header .navbar-nav>.active>a,
    #site-header .navbar-nav>.active>a:focus,
    #site-header .navbar-nav>.active>a:hover,
    #site-header .navbar-nav>.open>a,
    #site-header .navbar-nav>.open>a:focus,
    #site-header .navbar-nav>.open>a:hover{
        color: #4d4f50;
        background-color: transparent;
    }
    
    #site-header #main-navbar > ul > li > a{
        padding: 0;
        /*padding-bottom: 15px;*/
        height: 80px;
        /*align-items: flex-end;*/
        align-items: center;
        display: flex;
    }
    
    #site-header.sticky #main-navbar > ul > li > a{
        height: 70px;
    }
    
    #site-header.sticky .navbar-nav > ul > li > a{
        padding-bottom: 10px;
    }
    
    #site-header #main-navbar .menu-item-has-children > a:before,
    #site-header .nav-cart .nav-cart-toggler:before,
    #site-header .nav-woo-button:before{
        z-index: 1;
    }
    
    #site-header #main-navbar .menu-item-has-children > a:after,
    #site-header .nav-cart .nav-cart-toggler:after,
    #site-header .nav-woo-button:after{
        z-index: 0;
    }
    
    #site-header #main-navbar .menu-item-has-children > a:before,
    #site-header #main-navbar .menu-item-has-children > a:after,
    #site-header .nav-cart .nav-cart-toggler:before,
    #site-header .nav-cart .nav-cart-toggler:after,
    #site-header .nav-woo-button:before,
    #site-header .nav-woo-button:after{
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        bottom: -8px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 7px solid #fff;
        opacity: 0;
    }
    
    #site-header #main-navbar .menu-item-has-children > a:after,
    #site-header .nav-cart.open .nav-cart-toggler:after,
    #site-header .nav-woo-button.do-ls-clicked:after{
        border-left-width: 12px;
        border-right-width: 12px;
        border-top: 10px solid #000;
        bottom: -11px;
        z-index: 0;
    }
    
    #site-header #main-navbar .menu-item-has-children.open > a:before,
    #site-header .nav-cart.open .nav-cart-toggler:before,
    #site-header .nav-woo-button.do-ls-clicked:before{
        opacity: 1;
    }
    
    #site-header #main-navbar .menu-item-has-children.open > a:after,
    #site-header .nav-cart.open .nav-cart-toggler:after,
    #site-header .nav-woo-button.do-ls-clicked:after{
        opacity: 0.05;
    }
    
    #site-header #main-navbar li a i{
        margin-left: 4px;
    }
    
    .nav-woo-button,
    .nav-phone > a,
    .nav-cart-toggler,
    #toggle-search,
    .nav-wishlist > a{
        /*height: 60px !important;*/
        display: flex !important;
        align-items: center !important;
    }
    
    .nav-woo-button{
        position: relative;
    }
    
    #toggle-search i,
    .nav-cart-toggler i{
        position: relative;
    }
    
    #toggle-search i{
        top: 3px;
    }
    
    .header-logo{
        /* margin-bottom: -40px; */
    }
    
    .sticky .header-logo{
        /* margin-bottom: 0; */
    }
    
    .sticky .header-logo img{
        max-height: 30px;
    }
    
    /* Dropdown menu */
    #site-header .dropdown-menu{
        margin-top: 15px;
        min-width: 200px;
        left: 0;
        right: auto;
    }
    #header-user-menu{
        top: 94px;
    }
    
    .sticky #header-user-menu{
        top: 86px;
    }
    
    #header-user-menu > ul > li > a,
    .dropdown-menu>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #header-user-menu > ul > li > a:focus,
    #header-user-menu > ul > li > a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover{
        background-color: #4d4f50;
        color: #fff;
    }
    /* Dropdown menu > Dropdown menu */
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu > a:after{
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    /* sticky Header */
    #site-header.sticky{
        background-color: #fff;
        height: 70px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }
    .header-logo,
    .nav-search,
    .navbar-collapse{
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    #site-header .nav-cart,
    #site-header .nav-search{
        margin-left: 0px;
    }
    
}

@media (min-width: 1200px){
    
    .header-logo{
        /* margin-bottom: -57px; */
    }
}

@media (max-width: 991px){
    
    #site-header{
        background-color: #fff;
        height: 60px;
        border: none;
    }
    #site-header.sticky{
        background-color: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }
    
    .sticky .header-logo{
        box-shadow: none;
    }
    
    .header-logo{
        box-shadow: none;
    }
    
    .home .header-logo{
        /* position: absolute; */
        /* top: 0; */
        /* box-shadow: 0px 3px 11px 3px rgb(0, 0, 0, 0.1); */
    }
    
    .home .sticky .header-logo{
        /* box-shadow: none; */
        /* top: 5px; */
    }
    
    .header-logo img,
    .sticky .header-logo img{
        max-height: 25px;
        max-width: 200px;
    }
    
    /* 
    *
    Bootstrap navbar collapse override 
    Mobile Menu Open in iPads also
    */
    .navbar-header {
        float: none;
        flex: 1;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        margin-right: -15px !important;
    }
    .navbar{
        max-height: 350px;
        /*overflow-y: auto;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: auto !important;
    }
    .navbar-nav>li>a,
    .navbar-nav .open .dropdown-menu>li>a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>.active>a,
    .navbar-nav>.active>a:focus,
    .navbar-nav>.active>a:hover,
    .navbar-nav>.open>a:focus,
    .navbar-nav>.open>a:hover,
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover,
    .current-menu-parent.dropdown > a{
        background-color: transparent !important;
    }
    .dropdown > a .caret:after{
        font-family: 'FontAwesome';
        content: '\f105';
        position: absolute;
        right: 10px;
        font-size: 25px;
        top: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .dropdown.open > a .caret:after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    /* Inverse Navbar (Dark theme) */
    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff; 
        border-bottom: 1px solid rgba(255,255,255,0.08);  
        word-wrap: break-word;
        white-space: pre-wrap;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .current-menu-parent.dropdown > a{
        border-color: rgba(255,255,255,0.08);
        color: #4d4f50;
    }   
    .navbar-inverse .dropdown > a .caret{
        color: #222;
    }
    .navbar-inverse .dropdown > a .caret:after{
        color: #fff;
    }
    
    /* Default Navbar (Light theme) */
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #777; 
        border-bottom: 1px solid rgba(0,0,0,0.05);
        word-wrap: break-word;
        white-space: pre-wrap;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .current-menu-parent.dropdown > a{
        border-color: rgba(0,0,0,0.05);
        color: #4d4f50;
    }   
    .navbar-default .dropdown > a .caret{
        color: #fff;
    }
    .navbar-default .dropdown > a .caret:after{
        color: #777;
    }
    
    /* Side Navbar */
    .sidebar-nav .navbar-nav>li>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        color: #fff; 
        background-color: transparent;
        word-wrap: break-word;
        white-space: pre-wrap;
        text-transform: uppercase;
    }
    
    .sidebar-nav .navbar-nav>li:not(:last-child)>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li:not(:last-child)>a{
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    
    .sidebar-nav .navbar-nav>.active>a,
    .sidebar-nav .navbar-nav>.active>a:focus,
    .sidebar-nav .navbar-nav>.active>a:hover,
    .sidebar-nav .navbar-nav>.open>a:focus,
    .sidebar-nav .navbar-nav>.open>a:hover,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:focus,
    .sidebar-nav .navbar-nav .open .dropdown-menu>.active>a:hover,
    .sidebar-nav .current-menu-parent.dropdown > a{
        border-color: rgba(255,255,255,0.08);
        color: #4d4f50;
    }   
    .sidebar-nav .dropdown > a .caret{
        color: #282f37;
    }
    .sidebar-nav .dropdown > a .caret:after{
        color: #fff;
    }
    
    .dropdown-submenu > a{
        position: relative;
    }
    .dropdown-submenu > a:after{
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        right: 17px;
        top: 15px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .dropdown.open > a .fa,
    .dropdown-submenu.open > a:after{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sidebar-nav .navbar-nav>li>a,
    .sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
        padding: 12px 15px;
        display: flex;
        justify-content: space-between;
    }
    
    .sidebar-nav .navbar-nav>li>a{
        padding: 12px 0px;
    }
    
    .navbar-nav>li.open{
        /*background-color: #2f3336;*/
    }
    
    /* End side navbar */
    
    /* End Overrides */
    
    /* Sidebar navigation */
    .sidebar-nav{
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #282f37;
        z-index: 1032;
        width: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #left-sidebar{
        left: -85%;      
        box-shadow: -7px 0 15px 5px #010101;
    }
    #left-sidebar.open{
        left: 0;
    }
    
    .sidebar-nav > ul:not(:last-child){
        border-bottom: 1px solid;
        margin-bottom: 10px !important;
        padding-bottom: 10px;
    }
    
    #right-sidebar{
        right: -85%;
        background-color: #fff;
        box-shadow: 7px 0 15px 5px #010101;
    }
    #right-sidebar.open{
        right: 0;
    }
    
    .sidebar-nav ul{
        margin: 0 10px !important;
    }
    
    .sidebar-search{
        margin: 15px 10px 5px ;
    }
    .sidebar-search .search-group{
        position: relative;
    }
    .sidebar-search .search-group input[type="search"]{
        width: 100%;
        height: 35px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0 10px 0 35px;
        color: #fff;
        border-radius: 4px;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.39);
    }
    .sidebar-search .search-group button{
        position: absolute;
        background-color: transparent;
        border: none;
        height: 35px;
        width: 35px;
        color: #fff;
        top: 0;
        left: 0;
    }
    .sidebar-search .search-group input[type="search"]:focus{
        outline-color: #4d4f50;
    }
    .sidebar-search .search-group button:focus{
        outline: 0;
        color: #4d4f50;
    }
    .sidebar-search .search-group input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255,255,255,0.8);
    }
    .sidebar-search .search-group input[type="search"]::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255,255,255,0.8);
    }
    .sidebar-search .search-group input[type="search"]:-ms-input-placeholder { /* IE 10+ */
        color: rgba(255,255,255,0.8);
    }
    .sidebar-search .search-group input[type="search"]:-moz-placeholder { /* Firefox 18- */
        color: rgba(255,255,255,0.8);
    }
    
    .sidebar-overlay{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1031;
        background-color: rgba(0,0,0,0.6);
    }
    
    /* Mobile menu icon */
    .header-ham-icon{
        float: right;
        margin-top: 15px;
        width: 35px;
        height: 32px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    .home .header-ham-icon{
        margin-top: 10px;
    }
    
    .header-ham-icon span{
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #4d4f50;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .header-ham-icon span:nth-child(1) { top: 0px; }
    .header-ham-icon span:nth-child(2),.header-ham-icon span:nth-child(3) { top: 10px; }
    .header-ham-icon span:nth-child(4) { top: 20px; }
    .header-ham-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .header-ham-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-ham-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-ham-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    
    .page-loader-alt.pl-small .pgl-spinner:after{
        width: 15px;
        height: 15px;
        border-width: 1px;
    }
}

@media (max-width: 767px) {
   
    .load-more-parent{
        margin-top: 10px;
    }
}

/* ---------------------------------
Page Header Banner
--------------------------------- */
.page-header-banner{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
.page-header-banner .phb-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-header-banner .phb-content{
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
.page-header-banner .phb-heading{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
}
.page-header-banner .phb-bg:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

@media ( min-width: 1440px ){
    .page-header-banner .phb-content{
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media ( max-width: 991px ){
    .page-header-banner{
        margin-top: 60px;
    }
    .page-header-banner .phb-heading{
        font-size: 40px;
    }
}

@media ( max-width: 767px ){
    .page-header-banner .phb-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-header-banner .phb-heading{
        font-size: 35px;
    }
}

/* ---------------------------------
Page Layout
--------------------------------- */
.body-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
.page-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-container.pg-home{
    padding-top: 0;
    padding-bottom: 0;
}

.page-container.pg-home,
.page-template .page-container,
.search:not(.post-type-archive) .page-container,
.page-template-default .page-container,
.blog .page-container,
.post-type-archive .page-container{
    margin-top: 80px;
}

.page-container p:last-child{
    margin-bottom: 0;
}

@media (min-width: 1921px){
    body {
        background-color: #fafafa;
    }
}

@media (max-width: 991px){
    .page-container.pg-home,
    .page-template .page-container,
    .search:not(.post-type-archive) .page-container,
    .page-template-default .page-container,
    .blog .page-container,
    .post-type-archive .page-container{
        margin-top: 60px;
    }
    
    body.search .page-woo-shop{
        margin-top: 60px;
    }
}

@media (max-width: 767px){
    .page-container{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    
    body.search .page-woo-shop{
        margin-top: 80px;
    }
}
/*-----------------------------------
Breadcumb
------------------------------------ */
.breadcumb-container{
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}


/* ---------------------------------
404 Page
--------------------------------- */
.page-404{
    text-align: center;
}
.page-404 .error-404{
    font-size: 100px;
    margin-top: 0;
}

/* --------------------------------------
Contact form 7
-------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea{
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    border: 1px solid #a2a2a2;
    color: #262626;
}
.wpcf7 textarea{
    height: 140px;
    max-height: 140px;
    margin-bottom: 0 !important;
    margin: 0;
    resize: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
.wpcf7 input::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
    outline: 0;
    border-color: #494949;
}

.theme-contact-form .row {
    margin-left: -5px;
    margin-right: -5px;
}
.theme-contact-form .row > div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.theme-contact-form .tcf-l-1 .name-field{
    padding-right: 5px;
}

.theme-contact-form .tcf-l-1 .phone-field{
    padding-left: 5px;
}

.wpcf7-form-control-wrap{
    position: relative;
    display: block;
    margin-bottom: 15px;
}

div.wpcf7-response-output{
    margin: 0 0 2em;
    color: #444;
    font-size: 14px;
}
.wpcf7 span.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 input[type="submit"]{
    color: #fff;
    padding: 8px 25px;
    display: block;
    height: 40px;
    font-family: inherit;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
}

.wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 180px;
}

.wpcf7 input[type="submit"]:focus{
    outline: 0;
}
.wpcf7 input[type="submit"]:hover{
    color: #fff;
    background-color: #3c3c3c;
}
div.wpcf7 .ajax-loader{
    background-image: none !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    position: absolute;
    top: 9px;
    right: 15px;
}
div.wpcf7 .ajax-loader:after{
    content: '';
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.wpcf7 form div.wpcf7-response-output,
.wpcf7 form div.wpcf7-validation-errors { 
    margin: 1em 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
}

.wpcf7 form div.wpcf7-response-output{
    margin-bottom: 0;
}

div.wpcf7-response-output:before,
div.wpcf7-validation-errors:before{
    display: table;
    content: '';
    clear: both;
}

div.wpcf7-response-output{
    padding: 7px 12px !important;
    border-radius: 0 !important;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors{
    background-color: #ed736f;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #6dab3c;
}
span.wpcf7-not-valid-tip { display: none; }
.wpcf7 input[aria-invalid="true"],
.wpcf7 select[aria-invalid="true"],
.wpcf7 textarea[aria-invalid="true"]{
    border-color: #f4524d !important;
    border-width: 1px !important;
}

@media (max-width: 991px){
    .wpcf7 input[type="submit"]{
        width: 100%;
    }
}

@-moz-keyframes spin{
    100%{
        -moz-transform:rotate(360deg)
    }
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

/* Popup Form */
#popup-quote{
    display: none;
    padding: 25px;
}

@media (min-width: 768px){
    #popup-quote{
        min-width: 500px;
        width: 500px;
    }
}

@media(max-width: 991px){
    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select{
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}

/* ---------------------------------
Footer CTA Banner
--------------------------------- */
.footer-cta-banner{
    position: relative;
}
.footer-cta-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-cta-banner > .container{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}
.footer-cta-banner .cta-title{
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
.footer-cta-banner .cta-caller-area .vc-theme-button,
.footer-cta-banner .cta-caller-area .cta-or{
    display: inline-block;
    margin-bottom: 10px;
}
.footer-cta-banner .cta-caller-area .cta-or{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
@media(max-width: 767px){
    .footer-cta-banner .cta-title{ font-size: 25px;}
}

/* ---------------------------------
Footer 
--------------------------------- */

/* 
Footer Contact Strip
*/
.footer-cta-strip{
    background-color: #4d4f50;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-cta-strip .strip-text{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.footer-cta-strip .vc-theme-button a{
    border: 1px solid #fff;
}

/*
Footer Widget Area
*/
#footer-widget-area{
    background-color: #181818;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
}
.footer-logo{
    max-width: 250px;
    max-height: 80px;
    margin-bottom: 15px;
}
.footer-widget-box .widget-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget-box .widget-para{
    text-align: justify;
}
.footer-widget-box .widget-para-link{
    color: #4d4f50;
}

.footer-widget-box a{
    color: #fff;
    word-wrap: break-word;
}
.footer-widget-box a:hover{
    color: #3c3c3c;
}

.footer-widget-box .widget-nav-list,
.footer-widget-box .widget-post-list,
.footer-widget-box .widget-contact-list,
.footer-widget-box .widget-social-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-widget-box .widget-nav-list li,
.footer-widget-box .widget-post-list li{
    margin-bottom: 10px;
}
.footer-widget-box .widget-nav-list li:last-child,
.footer-widget-box .widget-post-list li:last-child{
    margin-bottom: 0;
}

/* Footer Widget Nav List */
.footer-widget-box .widget-nav-list li a:before{
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 7px;
}
.footer-widget-box .widget-nav-list li.active a{
    color: #4d4f50;
}

/* Footer Widget Post List */
.footer-widget-box .widget-post-list li{
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.footer-widget-box .widget-post-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.footer-widget-box .widget-post-list li .post-date{
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
    font-size: 13px;
}

/* Footer Widget Contact List */
.footer-widget-box .widget-contact-list li{
    margin-bottom: 20px;
}
.footer-widget-box .widget-contact-list li .list-icon{
    width: 30px;
    float: left;
    margin-top: 4px;
}
.footer-widget-box .widget-contact-list li .list-content{
    margin-left: 30px;
}
.footer-widget-box .widget-contact-list li .list-icon .fa{
    font-size: 18px;
}
.footer-widget-box .widget-contact-list li .list-content p{
    margin-bottom: 0;
}
.footer-widget-box .widget-contact-list li:after{
    content: '';
    display: table;
    clear: both;
}

/* Footer Widget Social List */
.footer-widget-box .widget-social-list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-widget-box .widget-social-list li{
    display: inline-block;
}
.footer-widget-box .widget-social-list li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: transparent;
}
.footer-widget-box .widget-social-list li a:hover{
    border-color: #3c3c3c;
}

/*
Footer Bottom
*/
#footer-bottom{
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
}
#footer-bottom .developer-note a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
}
#footer-bottom .developer-note img{
    width: 25px;
    height: 25px;
    opacity: 0.8;
    margin-right: 7px;
}
#footer-bottom .copyright-note{
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 992px){
    #footer-bottom .fb-payment-options{
        padding-right: 0;
    }
}

/*
Scroll Top
*/
#scroll-top{
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: default;
    z-index: 999;
}
#scroll-top img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#scroll-top:hover img{
    opacity: 1;
}


@media(min-width: 768px){
    
    .footer-cta-strip > .container > .row{
        display: flex;
        align-items: center;
    }
    .footer-cta-strip .strip-text{
        margin-bottom: 0;
        font-size: 20px;
    } 
    
    #footer-bottom .developer-note{
        text-align: right;
    }
    #scroll-top{
        width: 35px;
        height: 35px;
        bottom: 90px;
        right: 6%;
    }
}

@media(max-width: 991px){
    .footer-widget-box{
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dashed rgba(255,255,255,0.5);
    }
}
@media(max-width: 767px){
    #footer-widget-area > .container > .row > .col-xs-12:last-child .footer-widget-box{
        border-bottom: none; 
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* ---------------------------------
Custom Pagination 
--------------------------------- */

.pagination-wrapper{
    margin-bottom: 20px;
}
.pagination-wrapper:before{
    display: table;
    content: '';
    clear: both;
}
.pagination-wrapper span,
.pagination-wrapper a {
    display: inline-block;
    padding: 2px 10px;
}
.pagination-wrapper a.page-numbers,
.pagination-wrapper .current{
    background-color: #ebebeb;
    color: #4d4f50;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.pagination-wrapper a.prev,
.pagination-wrapper a.next{
    width: auto;
}
.pagination-wrapper a.page-numbers:hover {
    background-color: #4d4f50;
    color: #fff;
}
.pagination-wrapper span.page-num {
    margin-right: 10px;
    padding: 0 15px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 50px;
    font-size: 14px;
}
.pagination-wrapper span.dots {
    padding: 0;
    color: gainsboro;
}
.pagination-wrapper .current {
    background-color: #4d4f50;
    color: #fff !important;;
}

/* ---------------------------------
Helpers 
--------------------------------- */
.section-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.txt-center{
    text-align: center;
}

.flex-parent{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Owl Carousel Pagination dots */
.owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline;
}
.owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:transparent;
    border: 1px solid #4d4f50;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    border-radius:100%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background:#4d4f50;
    border-color: #4d4f50;
}

/* Owl Carousel Navigation Text */
.owl-nav > button{
    position: absolute;
    top: 45%;
    transform: translate(-50%);
    background-color: rgba(255,255,255,0.8);
    padding: 6px 7px;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    background-color: rgba(255,255,255,0.8);
}

.mb-10{ margin-bottom: 10px;}

/* ---------------------------------
Contact us page template 
--------------------------------- */
.contact-group{
    position: relative;
    margin-bottom: 15px;
}
.contact-group .cg-heading{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
}
.cg-heading .cg-h-icon{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.contact-group .cg-text{
    margin-bottom: 0;
    line-height: 1.3;
    margin-left: 5px;
}
.contact-group .cg-socials{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: -15px;
}
.contact-group .cg-socials li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.contact-group .cg-socials li a{
    display: inline-block;
    font-size: 20px;
}

@media( max-width: 767px ){
    .pg-temp-contact .ptc-form{
        margin-bottom: 25px;
    }
}

/*Site launch css*/
.launch-mode #site-header,
.launch-mode .page-loader,
.launch-mode .section-footer,
.launch-mode .mobile-woo-search,
.launch-mode .mobile-cart-icon,
.launch-mode #footer-bottom{
    display: none !important;
}

.launch-pg{
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.launch-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.launch-logo img{
    width: 140px;
    margin-bottom: 40px;
}

#btn-launch{
    border-radius: 50px;
    display: inline-block;
    padding: 15px 40px;
    background-color: #bd8ba5;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 40px;
    border: none;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
}

#btn-launch:hover,
#btn-launch:focus{
    background-color: #c1186f;
}

#btn-launch:active {
    background-color: #c1186f;
    transform: translateY(4px);
}

#btn-launch i{
    font-size: 90%;
}

.launch-link{
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #bd8ba5;
    font-family: 'Poppins';
}

.launch-link:hover{
    color: #c1186f;
}

@media (min-width: 768px){
    #btn-launch i{
        margin-left: 15px;
    }
}
/*Site launch css*/