
/*
Theme Name: La Vivente
Theme URI: https://lavivente.lk/
Author: DoMedia
Author URI: https://domedia.lk
Description: DoMedia Templates brings your site to life.
Version: 16.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Normalize */
html {
    font-family: 'Spartan', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Spartan', sans-serif;
    margin: 0 auto;
    color: #444;
    font-size: 15px;
    overflow-x: hidden;
    max-width: 1920px;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

pre {
    font-family: 'Spartan', sans-serif;
    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: 'Spartan', sans-serif;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    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: 'Spartan', 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;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
/* Normalize */

/* Framework Styles */

body.do-ls-full-area-overlay-after:after{
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
}

.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loader .pgl-spinner,
.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 .pgl-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 img{
    animation: pulsate 1.0s linear infinite;
}

@-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); }
}

@keyframes pulsate {
    0% { transform: scale(0.4, 0.4); }
    50% { transform: scale(0.46, 0.46); }
    100% { transform: scale(0.4, 0.4); }
}

.do-lv-theme-button,
#popup-product-inquiry input[type="submit"],
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-cart table.cart .actions button{
    border-radius: 20px;
    padding: 10px 20px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    max-width: 330px;
}

a.wc-backward,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-shipping-calculator button[type="submit"],
.woocommerce-wishlist .add_to_cart_button,
body.woocommerce-checkout .checkout_coupon button,
.do-lv-theme-button-imp{
    border-radius: 20px !important;
    padding: 10px 20px !important;
    line-height: 1 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    font-size: 14px !important;
    max-width: 330px !important;
}

.do-lv-theme-button.dolv-tb-dark-1,
#popup-product-inquiry input[type="submit"],
.woocommerce-cart table.cart .actions button{
    background-color: #D4D2D2;
}

.do-lv-theme-button.dolv-tb-light-2{
    background-color: #D5D3D3;
    color: #000;
}

.do-lv-theme-button.dolv-tb-light-2:focus,
.do-lv-theme-button.dolv-tb-light-2:active,
.do-lv-theme-button.dolv-tb-light-2:hover{
    /*background-color: #707070;*/
    color: #fff;
}

#popup-product-inquiry input[type="submit"],
.woocommerce-wishlist .add_to_cart_button,
.do-lv-theme-button.dolv-tb-dark-2,
body.single-product form.cart .buy-now-button.disabled:hover,
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-cart table.cart .actions button,
.woocommerce-cart table.cart .actions button:disabled:hover,
.woocommerce-cart table.cart .actions button:disabled[disabled]:hover{
    background-color: #000;
    color: #fff;
}

a.wc-backward,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-shipping-calculator button[type="submit"],
body.woocommerce-checkout .checkout_coupon button,
.woocommerce-wishlist .add_to_cart_button,
.do-lv-theme-button-imp.dolv-tb-dark-2-imp{
    background-color: #000 !important;
    color: #fff !important;
}

#popup-product-inquiry input[type="submit"],
.do-lv-theme-button.dolv-tb-dark-2:focus{
    color: #fff;
}

.do-lv-theme-button-imp.dolv-tb-dark-2-imp:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:focus,
.woocommerce-wishlist .add_to_cart_button,
body.woocommerce-checkout .checkout_coupon button:focus{
    color: #fff !important;
}

.do-lv-theme-button.dolv-tb-light-1{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    min-width: 135px;
    max-width: 330px;
}

.do-lv-theme-button:focus{ color: initial; }
.do-lv-theme-button:hover{ color: #fff; }

.do-lv-theme-button > span{
    position: relative;
    top: 2px;
}

@media(min-width: 768px){
    .do-lv-theme-button{
        font-size: 13px;
    }
}

@media(min-width: 992px){
    .do-lv-theme-button{
        font-size: 15px;
    }
}


.do-lv-tt-1{
    color: #fff;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    line-height: 1.3;
}

@media(min-width: 768px) {
    .do-lv-tt-1{
        font-size: 30px;
    }
}

@media(min-width: 992px) {
    .do-lv-tt-1{
        font-size: 35px;
    }
}

@media(min-width: 1200px) {
    .do-lv-tt-1{
        font-size: 40px;
    }
}


.do-lv-pg-title{
    /*margin: 3px 0 23px;*/
    /*padding-bottom: 15px;*/
    margin: 2px 0 23px;
    padding-bottom: 10px;
    font-size: 25px;
}

.pg-temp-contact .do-lv-pg-title{
    margin-bottom: 40px;
}

.do-lv-pg-title:after{
    background-color: #DADADA;
    bottom: 0;
    width: 100vw;
    height: 1px;
}

@media(max-width: 1199px){
    .do-lv-pg-title{
        font-size: 25px;
        padding-bottom: 10px;
        margin-top: -4px;
    }
}

@media(max-width: 767px){
    .do-lv-pg-title{
        font-weight: 400;
        font-size: 19px;
    }
}
/* Framework Styles */

/* Header ham icon */
.header-ham-icon .header-ham-icon-l-1{
    float: right;
    width: 17px;
    height: 15px;
    position: relative;
    top: -1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.header-ham-icon .header-ham-icon-l-1:after{
    content: "";
    width: 28px;
    height: 28px;
    border: 2px solid;
    border-radius: 50%;
}

.header-ham-icon .header-ham-icon-l-1 > span{
    display: block;
    position: absolute;
    height: 2px;
    /*width: 85%;*/
    width: 14px;
    /*width: 0.55em;*/
    background: #4d4f50;
    border-radius: 9px;
    opacity: 1;
    /*left: 3px;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*#site-header */.header-ham-icon .header-ham-icon-l-1 > span{
    /*left: 49%;*/
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}

/*body.woocommerce .header-ham-icon .header-ham-icon-l-1 > span{ left: 2px; }*/
.header-ham-icon .header-ham-icon-l-1 span:nth-child(1) { top: 8px; }
.header-ham-icon .header-ham-icon-l-1 span:nth-child(2),.header-ham-icon .header-ham-icon-l-1 span:nth-child(3) { top: 13px; }
.header-ham-icon .header-ham-icon-l-1 span:nth-child(4) { top: 18px; }

.header-ham-icon.open .header-ham-icon-l-1 span:nth-child(1) {
    top: 9px;
    width: 0% !important; 
    left: 50%;
}
.header-ham-icon.open .header-ham-icon-l-1 span:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.header-ham-icon.open .header-ham-icon-l-1 span:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.header-ham-icon.open .header-ham-icon-l-1 span:nth-child(4) {
    top: 18px;
    width: 0% !important;
    left: 50%;
}

@media(min-width: 768px){
    #floating-navbar .header-ham-icon-l-1{
        width: 22px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(4) {
        top: 25px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(2),
    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(3) {
        top: 17px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(1) {
        top: 9px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1:after{
        width: 43px;
        height: 43px;
        top: 40%;
    }
}

@media(max-width: 991px){
    .header-ham-icon .header-ham-icon-l-1 > span{ width: 21px; }
}

@media(max-width: 767px){
    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span{
        height: 2px;
        width: 100%;
        left: 50%;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(4) {
        top: 16px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(2),
    .header-ham-icon .header-ham-icon-l-1 span:nth-child(3) {
        top: 12px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1 span:nth-child(1) {
        top: 8px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1{
        width: 11px;
        height: 25px;
        top: -3px;
        margin-bottom: 0px;
    }

    #floating-navbar .header-ham-icon .header-ham-icon-l-1:after{
        width: 24px;
        height: 24px;
    }
}
/* Header ham icon */

/* Header */
#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;
}
.header-logo img{
    max-width: 300px;
    max-height: 65px;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.sticky .header-logo img{
    max-height: 56px;
}

/* Navbar Serach */
.nav-search{
    float: right;
    /*position: relative;*/
    /*padding-left: 15px;*/
}

.nav-search-field{
    position: absolute;
    display: none;
    padding: 8px;
    right: 0;
    top: 100%;
    z-index: 999;
    width: 260px;
    margin-top: 15px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.7);
}
.nav-search-field .input-group .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
    outline: 0 none;
}
.nav-search-field .input-group .input-group-btn .btn-default{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 35px;
}
.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{
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    outline: 0;
}

#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;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#site-header .nav-search-field {
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    visibility: hidden;
    height: 100vh;
    opacity: 0;
    right: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-top: 0;
    z-index: 10000;
    max-width: 1920px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#site-header .nav-search-field.visible {
    opacity: 1;
    visibility: visible;
}

#site-header .nav-search-close {
    position: absolute;
    color: #555;
    right: 40px;
    top: 20px;
    opacity: 0;
    font-size: 50px;
    visibility: hidden;
}

#site-header .nav-search-field.visible .nav-search-close {
    visibility: visible;
    opacity: 1;
}

#site-header .nav-search-field form {
    margin-top: 35vh;
}

#site-header .input-group {
    border-collapse: separate;
    position: relative;
    display: table;
}

#site-header .nav-search-field .input-group {
    border-bottom: 1px solid #959595;
}

#site-header .nav-search-field .input-group .form-control,
#site-header .nav-search-field .input-group .form-control:active,
#site-header .nav-search-field .input-group .form-control:hover, 
#site-header .nav-search-field .input-group .form-control:focus {
    border: 0;
    outline: 0 none;
    box-shadow: none;
    padding: 6px 12px;
    background-color: #fff;
    border-bottom: none;
}

#site-header .nav-search-field .input-group .form-control {
    font-size: 45px;
    height: 85px;
    width: 768px;
    border-radius: 0;
}

#site-header .input-group-addon,
#site-header .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

#site-header .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

#site-header .nav-search-field .input-group .input-group-btn .btn-default:hover,
#site-header .nav-search-field .input-group .input-group-btn .btn-default:focus,
#site-header .nav-search-field .input-group .input-group-btn .btn-default:active,
#site-header .nav-search-field .input-group .input-group-btn .btn-default{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

#site-header .nav-search-field .input-group .input-group-btn .btn-default {
    /*display: none;*/
    border: none;
    height: auto;
    color: #555;
    padding: 13px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#site-header .nav-search-field .input-group .input-group-btn .btn-default i{ font-size: 35px; }

.nav-mi-text-l-1{ font-size: 10px; }

.nav-mi-text-l-1 i{ font-size: 8px; }

#site-header .navbar-menu-items .nav-mi-text-down-chevron{
    top: -1px;
    display: none;
}

.navbar-menu-items > div:not(:last-child){ margin-right: 30px; }
.navbar-menu-items .nav-woo-user .nav-mi-icon{ margin-bottom: 5px; }
#toggle-search { padding: 0 15px 0 0; }
.nav-country-select{ height: auto; }

.nav-country-select .nav-mi-text-l-1:first-child{
    margin-right: 3px;
    max-height: 20px;
}

.nav-size-select .nav-mi-icon .nmi-size-uk{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 11px;
    border: 2px solid #0a0a0a;
    color: #0a0a0a;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-size-select.selected .nmi-size-uk{
    background-color: #0a0a0a;
    color: #fff;
    font-size: 13px;
}
.nav-size-select > a:hover .nav-mi-icon .nmi-size-uk{
    color: #fff;
}

.lv-size-select-notice{
    position: fixed;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1029;
    color: #fff;
    height: 30px;
    text-align: center;
    padding: 9px 15px 8px;
    line-height: 1;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.body-scrolled .lv-size-select-notice{
    top: 70px;
}
.lv-size-select-notice > a{
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
}
.lv-size-select-notice > a:hover,
.lv-size-select-notice > a:focus{
    color: #fff;
    text-decoration: none;
}

body.has-prefered-size .lv-size-select-notice{
    display: block;
}

.nav-country-select .nav-mi-text-l-1:first-child{ margin-right: 0 }

.wsf-mobile-trigger{ display: none; }

@media(min-width: 4000px){
    #site-header .nav-search-field form {
        margin-top: 15vh;
    }
}

@media(max-width: 1199px) and (orientation: portrait){
    #site-header .nav-search-field form {
        margin-top: 15vh;
    }
}
/* Header */

/* Side Navbar */
.sidebar-nav .navbar-nav>li>a,
.sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
    color: #000; 
    background-color: transparent !important;
    border-bottom: 1px solid #e5e5e5; 
    word-wrap: break-word;
    white-space: pre-wrap;
}

.sidebar-nav #menu-clothing-categories > li:last-child > a,
.sidebar-nav .navbar-nav .open .dropdown-menu > li:last-child > a{
    border-bottom: 0;
}

.sidebar-nav .navbar-nav > li > a > i,
.sidebar-nav .navbar-nav .open .dropdown-menu > li > a > i{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: black;*/
    /*color: white;*/
    color: #000;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-nav .navbar-nav .open > a > i{ transform: rotateZ(180deg); }
#left-sidebar .menu-item.hide-menu > a > i{ transform: rotateZ(0); }

.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);*/
    border-color: #e5e5e5;
    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 .menu-item-clicked .dropdown-menu>li>a,
.sidebar-nav .navbar-nav .open .dropdown-menu>li>a{
    padding: 16px 15px 11px;
    /*padding: 12px 0px 7px;*/
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
}

#left-sidebar .navbar-nav .dropdown-menu{ padding: 0 15px; }

.navbar-nav>li.menu-item-clicked > a:focus,
.navbar-nav>li.open > a:focus,
.navbar-nav>li.menu-item-clicked > a,
.navbar-nav>li.open > a{
    background-color: transparent;
}

#left-sidebar .social-icons{
    padding: 0 15px;
    /*margin-top: 20px;*/
    margin-top: 60px;
    margin-bottom: 30px;
}

#left-sidebar .social-icons .single-icon{ 
    display: inline-block;
}
#left-sidebar .social-icons .single-icon img{ 
    width: 20px;
    height: auto;
}
#left-sidebar .social-icons .single-icon:hover img{
    filter: invert(24%) sepia(43%) saturate(2394%) hue-rotate(264deg) brightness(96%) contrast(85%);
}

#left-sidebar .social-icons .single-icon:not(:nth-child(7n)){ margin-right: 15px; }

@media (max-width: 767px){
    #left-sidebar .social-icons{
        /*margin-top: 10px;*/
        padding: 0 10px;
    }

    #left-sidebar .navbar-nav .dropdown-menu{ padding: 0 10px; }
}
/* End side navbar */

/* End Overrides */

/* Sidebar navigation */
#left-sidebar .navbar-nav .menu-item-clicked .dropdown-menu,
#left-sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #F1F1F1;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*padding: 0;*/
    margin: 0 !important;
    display: block !important;
}

#left-sidebar .menu-item.hide-menu .dropdown-menu{
    display: none !important;
}

.sidebar-nav{
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    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;
    padding-top: 10px;
}

#left-sidebar.open{ left: 0; }

#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; }
#left-sidebar > ul > li{ float: none; }
.sidebar-search{ margin: 15px 10px 0 10px; }
.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);
}

#menu-clothing-categories{
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    /*margin-bottom: 13px !important;*/
}

/*.nav-country-select img {margin-bottom: 7px;}*/

@media(min-width: 768px){
    #left-sidebar > ul{
        width: 100%;
        margin: 0 auto !important;
    }

    #left-sidebar{
        width: 325px;
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }
}
/* Sidebar navigation */

/*body.tax-product_cat #site-header,
body.single-product #site-header,
body.woocommerce-checkout #site-header,
body.woocommerce-cart #site-header,
body.post-type-archive-product #site-header{
*/
body:not(.home) #site-header{
    box-shadow: 0px 0px 3px 0px rgb(0, 0, 0, 0.5);
}

@media (min-width: 992px){

    #site-header{
        background-color: #fff;
        border-color: transparent;
        height: 80px;
        max-width: 1920px;
        margin: auto;
    }

    #site-header .navbar-collapse{ flex: 1; }
    #site-header .navbar-nav>li>a{ color: #444; }

    #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;
    }
    
    /* Dropdown menu */
    #site-header .dropdown-menu{
        margin-top: 15px;
    }
    .dropdown-menu>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .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 */
    body #site-header.sticky{
        background-color: #fff;
        height: 70px;
        box-shadow: 0px 0px 3px 0px rgba(0, 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;
    }
    
    .nav-country-select{
        width: 38px;
    }

    .nav-mi-icon {
        font-size: 25px;
        min-height: 28px;
    }
    .nav-sale .nav-mi-icon{
        font-size: 25px;
        color: #cf3535;
        margin-bottom: -3px;
    }
    .nav-sale .nav-mi-text{
        color: #cf3535;
    }

    .nav-country-select .nav-mi-icon {
        position: relative;
        top: -3px;
    }

    .nav-country-select .nav-mi-icon img {
        position: relative;
        top: 5px;
        margin: 0 !important;
        font-size: 28px;
    }
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        margin-left: 0;
    }
}

@media (max-width: 991px){

    #site-header{
        background-color: #fff;
        height: 65px;
        border: none;
    }
    #site-header.sticky{
        background-color: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
    }
    .header-logo img{
        max-height: 50px;
        max-width: 200px;
    }
    .sticky .header-logo img{
        max-height: 50px;
    }

    .lv-size-select-notice,
    body.body-scrolled .lv-size-select-notice{
        top: 65px;
    }
    
    /* 
    *
    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;
        padding: 0
    }
    .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;
    }     

    .navbar-menu-items{
        align-items: center !important;
        /*gap: 15px;*/
    }

    .navbar-menu-items > *{ margin-right: 15px; }

    .navbar-menu-items > .nav-country-select{ margin-right: 0px !important; }
    
    .nav-country-select-l-1{
        display: flex !important;
        align-items: center;
    }

    .nav-country-select .nav-mi-icon{
        align-items: center;
        display: flex !important;
        margin-right: 2px;
    }

    .nav-country-select .nav-mi-text-l-1 i{
        font-weight: 600 !important;
    }

    .nav-country-select img{
        width: 35px;
        font-size: 21px;
    }

    .nav-mi-text-l-1{ font-size: 27px; }

    .nav-mi-text-l-1 i {
        font-size: 17px;
        position: relative;
        /*top: -2px;*/
    }

    .navbar-menu-items .nav-size-select{
        margin-right: 20px !important;
        margin-left: 10px;
    }
    .nav-size-select > a .nav-mi-icon{
        height: auto !important;
    }
    .nav-size-select > a .nav-mi-icon .nav-mi-text-l-1{
        font-size: 20px;
    }
    .nav-size-select > a .nav-mi-text{
        text-align: center;
    }
    .nav-size-select .nav-mi-icon .nmi-size-uk{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 15px;
    }
}

@media(max-width: 767px){
    #site-header{
        height: 65px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    body.woocommerce-checkout #site-header,
    body.woocommerce-cart #site-header,
    body.tax-product_cat #site-header .navbar-header .header-logo{
        display: none;
    }

    .navbar-menu-items{
        /*gap: 11px;*/
        align-items: center !important;
        height: 100%;
    }

    .navbar-menu-items > *{
        margin-right: 16px;
    }

    .nav-country-select img {
        width: 30px;
        font-size: 19px;
        top: 1px;
        position: relative;
    }

    .nav-mi-text-l-1{ 
        font-size: 12px;
        font-weight: 500 !important;
    }
    
    .nav-mi-text-l-1 i{
        font-size: 11px;
        /*top: -1px;*/
        top: 1px;
    }

    .nav-country-select .nav-mi-text{
        position: relative;
        top: -3px;
    }

    .sidebar-nav .navbar-nav > li > a,
    .sidebar-nav .navbar-nav .open .dropdown-menu > li > a{
        font-size: 13px;
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar-nav .navbar-nav .open .dropdown-menu > li > a{
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px; 
    }

    .archive.tax-product_cat .nav-country-select,
    .archive.post-type-archive-product .nav-country-select{
        display: none;
    }

    .tax-product_cat .wsf-mobile-trigger{ display: block; }

    .nav-country-select-l-1{ align-items: baseline; }

    .nav-size-select > a{
        margin-top: -3px;
    }
    .nav-size-select .nav-mi-icon .nmi-size-uk{
        width: 26px;
        height: 26px;
        line-height: 25px;
        font-size: 10px;
        margin-bottom: 2px;
    }

    .lv-size-select-notice{
        top: 0;
        font-size: 11px;
        padding: 11px 10px 8px;
    }
    body.body-scrolled .lv-size-select-notice{
        top: 0;
    }
}

@media(max-width: 320px){
    .lv-size-select-notice{
        font-size: 10px;
        padding-left: 7px;
        padding-right: 7px;
    }
}


@media(min-width: 768px) and (max-width: 991px){
    .nav-mi-text{
        position: relative;
        top: 2px;
    }

    .nav-country-select .nav-mi-text{ top: 1px; }
    .nav-mi-text-l-1{ font-size: 16px; }
    .nav-mi-text-l-1 i { font-size: 13px; }
}

#country-popup-trigger{
    /*pointer-events: none;
    cursor: initial;*/
}

/*Floating mobile menu*/
@media(min-width: 768px){
    #floating-navbar .flex-parent{ justify-content: center; }

    #floating-navbar .flex-parent > *:not(:last-child){ margin-right: 35px; }

    #floating-navbar .nav-mi-text-l-1{ font-size: 15px; }

    #floating-navbar .nav-mi-icon{
        min-height: 45px;
        font-size: 35px;
    }

    #floating-navbar .nav-cart .cart-item-count .count,
    #floating-navbar .nav-wishlist .count{
        height: 13px;
    }
}

@media(max-width: 991px){
    #floating-navbar{
        bottom: 0;
        background-color: #fff;
        padding-bottom: 11px;
        z-index: 1000;
        box-shadow: 0 -1px 14px -7px rgb(0, 0, 0, 0.25);
    }

    #floating-navbar .nav-wishlist .wish-item-count,
    #floating-navbar .nav-cart .nav-cart-toggler .cart-item-count{
        right: -7px;
        width: 24px;
        height: 24px;
    }

    #floating-navbar .nav-wishlist .wish-item-count .count,
    #floating-navbar .nav-cart .nav-cart-toggler .count{
        font-size: 12px;
    }

    #floating-navbar .nav-wishlist .wish-item-count{
        right: 11px;
    }

    #floating-navbar .nav-mi-text{
        line-height: 1;
        display: block;
    }

    .navbar-menu-items .nav-size-select,
    .navbar-menu-items .nav-woo-user .nav-mi-text{
        display: none !important;
    }
    .navbar-menu-items .nav-woo-user{
        margin-left: 10px;
        margin-right: 25px !important;
    }
    .navbar-menu-items .nav-woo-user .nav-woo-button{
        width: 32px;
        height: 32px;
        line-height: 31px;
        border: 1px solid #0a0a0a;
        border-radius: 100%;
        font-size: 15px;
    }
    body.woocommerce-account #site-header .nav-woo-user > a,
    .navbar-menu-items .nav-woo-user .nav-woo-button:hover,
    .navbar-menu-items .nav-woo-user .nav-woo-button:focus{
        color: #fff !important;
    }
}

@media(max-width: 767px){

    #floating-navbar{
        padding: 15px 0 5px;
        height: 65px;
    }

    #floating-navbar .nav-mi-text-l-1{ font-size: 10px; }

    #floating-navbar .nav-mi-icon{
        font-size: 20px;
        /*height: 40px;*/
        height: 25px;
    }

    #floating-navbar .nav-wishlist .wish-item-count,
    #floating-navbar .nav-cart .nav-cart-toggler .cart-item-count{
        width: 17px;
        height: 17px;
        top: -8px;
        right: -4px;
    }

    #floating-navbar .nav-wishlist .wish-item-count{
        right: 7px;
    }

    #floating-navbar .nav-wishlist .wish-item-count .count,
    #floating-navbar .nav-cart .nav-cart-toggler .count{
        font-size: 8px;
        height: 10px;
        padding-top: 1px;
    }
}

@media(max-width: 991px) and (min-width: 768px){
    #floating-navbar .flex-parent{ justify-content: space-between; }
}

/*Styling relative to floating navbar and footer*/
@media(max-width: 991px){
    #footer-bottom{ margin-bottom: 89px; }
}

@media(max-width: 767px){
    #footer-bottom{ margin-bottom: 73px; }

    body.woocommerce-cart #footer-bottom,
    body.woocommerce-cart #footer-widget-area,
    body.woocommerce-cart .cta-banner,
    body.woocommerce-checkout .cta-banner,
    body.woocommerce-checkout #footer-widget-area,
    body.woocommerce-checkout #floating-navbar,
    body.woocommerce-checkout #footer-bottom{
        display: none;
    }

    body.woocommerce-checkout.woocommerce-order-received .cta-banner,
    body.woocommerce-checkout.woocommerce-order-received #footer-widget-area,
    body.woocommerce-checkout.woocommerce-order-received #floating-navbar,
    body.woocommerce-checkout.woocommerce-order-received #footer-bottom{
        display: block;
    }

    body.woocommerce-checkout #footer-bottom{ margin-bottom: 0 }

    body.woocommerce-checkout.woocommerce-order-received #footer-bottom{ margin-bottom: 73px; }
}
/*Styling relative to floating navbar and footer*/

/*Floating mobile menu*/
/*Header end*/

/* 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 Header Banner */

/* Page Layout */
.body-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
    /*.page-container{
        padding-top: 40px;
        padding-bottom: 40px;
    }*/
    .page-container{
        margin-top: 80px;
        padding-top: 20px;
        padding-bottom: 25px;    
    }

    .page-container.pg-home,
    .page-container.page-woo-shop{
        padding-top: 0px;
    }

    .page-container.pg-home{ padding-bottom: 0px; }

    .page-container.woo-single-wrapper{ padding-top: 30px; }

    .page-container.woo-wrapper:not(.page-woo-shop){
        padding-top: 60px;
        padding-bottom: 40px;
    }

    body.has-prefered-size .page-container{
        margin-top: 110px;
    }

    body.woocommerce-checkout .page-container,
    body.woocommerce-cart .page-container,
    .page-container.woo-wrapper{
        padding-top: 13px;
    }

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

    @media (min-width: 1920px){
        body { background-color: #fafafa; }
    }

    @media (max-width: 1199px){
        body.woocommerce-checkout .page-container,
        body.woocommerce-cart .page-container,
        .page-container.woo-wrapper{
            padding-top: 20px
        }
    }

    @media (max-width: 991px){
        .page-container.pg-home{ margin-top: 80px; }
        body.has-prefered-size .page-container{
            margin-top: 95px;
        }
    }

    @media (max-width: 767px){
        body.page-template-default .page-container{
            font-size: 13px;
            margin-top: 70px;
        }
        body.page-template-default.has-prefered-size .page-container{
            margin-top: 65px;
        }

        .page-container.pg-home{
            padding-bottom: 10px;
            margin-top: 75px !important;
        }

        body.woocommerce-checkout .page-container,
        body.woocommerce-cart .page-container{
            margin-top: 0;
        }

        body.woocommerce-cart .page-container{ margin-bottom: 70px; }

        /*body.page-template-default .page-container{ margin-top: 20px; }*/

    }

    @media (min-width: 768px) and (max-width: 991px){
        .page-container.woo-wrapper:not(.page-woo-shop){
            padding-top: 100px;
            padding-bottom: 50px;
        }
    }
/* Page Layout */

/*-----------------------------------
            Breadcumb
 ------------------------------------ */
 .breadcumb-container{
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}


/* ---------------------------------
    404 Page
   --------------------------------- */
   .page-404{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 55px;
}
.page-404 .error-404{
    font-size: 100px;
}

@media (max-width: 991px){
    .page-404 .error-404{ font-size: 70px; }

    .page-404 h3{ font-size: 70px; }

}

@media (max-width: 767px){
    .page-404{
        margin-top: 65px;
        padding-top: 20px;
        padding-bottom: 36px;
    }

    .page-404 h3{ font-size: 20px; }

}

/* --------------------------------------
    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{
    background-color: rgba(255,255,255,0.9) !important;
    width: 100% !important;
    padding: 11px 10px 8px !important;
    border-radius: 3px !important;
    max-width: 100% !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 40px !important;
    font-family: 'Spartan', sans-serif !important;
    border: 1px solid #a2a2a2 !important;
    color: #262626 !important;
}

.wpcf7 textarea{
    background-color: rgba(255,255,255,0.9) !important;
    width: 100% !important;
    padding: 8px 10px !important;
    border-radius: 3px !important;
    max-width: 100% !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: 'Spartan', sans-serif !important;
    border: 1px solid #a2a2a2 !important;
    color: #262626 !important;
}


/*#popup-product-inquiry .wpcf7 input[type="text"],
#popup-product-inquiry .wpcf7 input[type="email"],
#popup-product-inquiry .wpcf7 input[type="date"],
#popup-product-inquiry .wpcf7 input[type="tel"],
#popup-product-inquiry .wpcf7 input[type="url"],
#popup-product-inquiry .wpcf7 input[type="number"],
#popup-product-inquiry .wpcf7 input[type="file"],
#popup-product-inquiry .wpcf7 select,
#popup-product-inquiry .wpcf7 textarea{

}*/

.wpcf7 textarea{
    height: 140px;
    max-height: 140px;
    margin-bottom: 0 !important;
    margin: 0;
    resize: none;
}

.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{
    padding-top: 12px;
}

.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;
}
.wpcf7-form-control-wrap{
    position: relative;
    display: block;
    margin-bottom: 10px;
}

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"]{
    background-color: #4d4f50;
    color: #fff;
    padding: 8px 25px 5px;
    display: block;
    width: 100%;
    height: 40px;
    font-family: inherit;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
}
.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;
    padding: 8px 15px;
    margin-bottom: 0;
}
div.wpcf7-response-output:before,
div.wpcf7-validation-errors:before{
    display: table;
    content: '';
    clear: both;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors{
    background-color: #f4524d;
}
.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;
}

.theme-contact-form .wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
}

.wpcf7-form input[type="submit"].do-lv-theme-button-imp{
    padding-top: 14px !important;
}

.wpcf7-form.submitting input[type="submit"]{
    pointer-events: none;
    cursor: not-allowed;
}

@-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
   --------------------------------- */
.cta-banner{ 
    background-color: #E1E1E1;
    position: relative;
}
.cta-text{ font-size: 28px; }
.cta-phone{ 
    font-size: 26px;
    position: relative;
}

.cta-phone .cta-p-number{
    padding-top: 5px;
    white-space: nowrap;
}

.cta-phone i{
    transform: rotateZ(90deg);
    color: #fff;
    padding: 9px;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

.cta-phone .cta-p-circle{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #000;
}

.cta-banner-col{
    padding: 30px 0 30px 15px;
}
.cta-banner-col .cta-awards{
    margin-top: 35px;
    margin-bottom: 30px;
}
.cta-awards .cta-cat-heading{
    margin-top: 0;
}
.cta-banner-col .cta-awards a{
    display: inline-block;
    position: relative;
}
.cta-banner-col .cta-awards .cta-a-bestweb .do-ls-disp-flex{
    gap: 25px;
}
.cta-banner-col .cta-awards .cta-a-bestweb a{
    width: 210px;
}
.cta-banner-col .cta-awards a.no-url{
    pointer-events: none !important;
}
.cta-banner-col .cta-awards .cta-award-separater{
    margin: 0px 30px;
    height: 270px;
    width: 4px;
}

.cta-banner-l-1{ overflow: hidden; }
/*.cta-banner-l-2{ min-height: 290px; }*/
.cta-banner-l-2{ min-height: 390px; }

.cta-bg-img{
    right: 0;
    width: 490px;
    height: auto;
}

.cta-banner-text{
    font-size: 24px;
    margin-bottom: 10px;
}

@media(max-width: 1199px){
    .cta-banner-l-1 .row{
        flex-direction: column-reverse;
    }

    .cta-banner-contact{
        padding-top: 10px !important;
        padding-bottom: 40px !important;
        display: block;
        min-height: 75px;
    }
    .cta-banner-col{
        padding-bottom: 0;
    }

    .cta-text{
        text-align: center;
    }

    .cta-phone{
        justify-content: center;
    }

    .cta-banner-text{
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media(max-width: 991px){
    .cta-bg-img{
        width: 270px;
    }

    .cta-banner-text{
        font-size: 17px;
    }
    .cta-banner-col .cta-awards .cta-a-bestweb a{
        width: 160px;
    }
    .cta-banner-col .cta-awards .cta-a-other a img{
        width: 300px;
    }
}

@media(max-width: 767px){
    
    .footer-cta-banner .cta-title{ font-size: 25px; }
    .cta-phone{ font-size: 20px; }
    .cta-banner-l-2{ 
        min-height: unset;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .cta-text{ 
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px !important;
    }

    .cta-phone i:after{
        width: 30px;
        height: 30px;
    }

    .cta-bg-img{
        /*right: -72px;*/
        width: 280px;
        opacity: 0.6;
    }

    .cta-banner-l-1 .row{
        flex-direction: column-reverse;
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .cta-banner-col{
        padding: 0 15px;
        flex-direction: column-reverse !important;
    }
    .cta-banner-col .cta-awards{
        flex-direction: column;
        align-items: center;
    }
    .cta-awards .cta-cat-heading{
        font-size: 18px;
        font-weight: 300;
    }
    .cta-banner-col .cta-awards .cta-a-bestweb{
        margin-top: 40px;
    }
    .cta-banner-col .cta-awards .cta-award-separater{
        display: none;
    }

}

/* ---------------------------------
    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: #F1F1F1;
    color: #000;
    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: 10px;
}

.footer-widget-box .widget-title h4{
    font-size: 15px;
}

.footer-widget-box .widget-para-link{
    color: #4d4f50;
}

.footer-widget-box a{
    color: #000;
    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-box .nav > li > a{
    padding: 0;
    display: inline-block;
}

.footer-widget-box #menu-mobile-footer > li{
    margin-bottom: 10px;
}

.footer-widget-box .nav > li:not(:last-child){
    margin-bottom: 6px;
}

.footer-widget-box .nav > li > a:hover{
    background-color: transparent;
}

.fwc-list-item-l-0:not(:last-child){
    margin-bottom: 35px;
}

.fwc-list-item i{
    min-width: 29px;
    font-size: 20px;
}

.fwc-phone i{
    transform: rotate(90deg);
    margin-left: -8px;
    font-size: 18px;
    margin-right: 6px;
}


/* 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;
}

.fwc-ws-form-button span,
.woocommerce .fwc-ws-form-button span{
    line-height: 2;
}

.fwc-ws-form form input,
.woocommerce .fwc-ws-form form input,
.fwc-ws-form form button,
.woocommerce .fwc-ws-form form button,
.woocommerce-checkout .coupon-form .cf-submit,
.woocommerce-checkout .coupon-form .cf-code{
    height: 45px;
    padding: 0px 22px;
}

.fwc-ws-form form input,
.woocommerce .fwc-ws-form form input,
.woocommerce-checkout .coupon-form .cf-code{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: rgba(107, 107, 107, 0.1);
}

.fwc-ws-form form input:focus,
.woocommerce .fwc-ws-form form input:focus,
.woocommerce-checkout .coupon-form .cf-code:focus{
    background-color: rgba(107, 107, 107, 0.2);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.mini-cart-wrapper .buttons a,
.fwc-ws-form form button,
.woocommerce-checkout .coupon-form .cf-submit,
.woocommerce .fwc-ws-form form button{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

.fwc-ws-form form button > span{
    position: relative;
    top: 2px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.mini-cart-wrapper .buttons a{
    border-radius: 50px;
}

.fwc-ws-form form input{ padding-top: 5px; }

.fwc-ws-form form input:-ms-input-placeholder,
.woocommerce .fwc-ws-form form input:-ms-input-placeholder,
.woocommerce-checkout .coupon-form .cf-code:-ms-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.fwc-ws-form form input:-moz-placeholder,
.woocommerce-checkout .coupon-form .cf-code:-moz-placeholder,
.woocommerce .fwc-ws-form form input:-moz-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.fwc-ws-form form input::-moz-placeholder,
.woocommerce-checkout .coupon-form .cf-code::-moz-placeholder,
.woocommerce .fwc-ws-form form input::-moz-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.fwc-ws-form form input::-webkit-input-placeholder,
.woocommerce-checkout .coupon-form .cf-code::-webkit-input-placeholder,
.woocommerce .fwc-ws-form form input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.fwc-ws-form form input::placeholder,
.woocommerce-checkout .coupon-form .cf-code::placeholder,
.woocommerce .fwc-ws-form form input::placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.footer-widget-box .widget-para{
    line-height: 1.3;
}

.fwc-single-icon{
    font-size: 30px;
}

.fwc-single-icon:not(:last-child){
    margin-right: 10px;
}

a.fwc-list-item{
    max-width: 195px;
}

.form-cloudmail-subscription .mc4wp-response{
    margin-top: 10px;
}

.form-cloudmail-subscription .mc4wp-response p{
    font-size: 13px;
}

.form-cloudmail-subscription form{
    margin: 0;
}

.fwc-ws-form .fwc-ws-form-msg{
    margin-top: 15px;
}

.fwc-social-icons{
    margin-top: 20px;
}
.fwc-social-icons .fwc-single-icon{
    font-size: initial;
}
.fwc-social-icons .fwc-single-icon:not(:last-child){
    margin-right: 20px;
}
.fwc-social-icons .fwc-single-icon img{
    width: 26px;
    height: auto;
}
.fwc-social-icons .fwc-single-icon:hover img{
    filter: invert(24%) sepia(43%) saturate(2394%) hue-rotate(264deg) brightness(96%) contrast(85%);
}

@media(min-width: 1200px){
    .footer-widget-box.widget-subscription{
        max-width: 33%;
    }

    .fwc-ws-form form .do-ls-cf-element-wrapper{
        max-width: 66%;
    }

    .fwc-ws-form form input{
        max-width: 270px;
    }
}

@media(max-width: 1199px){
    #footer-widget-area{
        font-size: 16px;
    }

    .footer-widgets-l-1{
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .fwc-list-item i{
        font-size: 18px;
    }

    .footer-widget-box{
        width: 50%;
    }

    .footer-widget-box a{
        max-height: 42px;
    }

    .footer-widget-box.widget-menu-1,
    .footer-widget-box.widget-contact-us{
        margin-bottom: 30px;
    }

    .fwc-list-item-l-0:not(:last-child){
        margin-bottom: 15px;
    }

    .fwc-ws-form form input,
    .fwc-ws-form form .do-ls-cf-element-wrapper:first-child{
        width: 100%;
    }
}

@media(max-width: 991px){
    .footer-widget-box{
        /*padding-bottom: 30px;*/
        border-bottom: 1px dashed rgba(255,255,255,0.5);
    }

    .footer-widget-box:not(:last-child){
        margin-bottom: 30px;
    }

    .fwc-list-item i{
        position: relative;
        top: 3px;
    }
}

/*@media(min-width: 992px) and (max-width: 1199px){*/
    @media(max-width: 767px){
        #footer-widget-area{
            background-color: #fff
        }

        .footer-widget-box{
            width: 100%;
        }

        #footer-widget-area > .container > .row > .col-xs-12:last-child .footer-widget-box{
            border-bottom: none; 
            padding-bottom: 0;
            margin-bottom: 0;
        }

        #footer-widget-area{
            padding: 28px 0 2px;
        }

        .footer-widget-box:not(:last-child) {
            margin-bottom: 20px;
        }

        .fwc-ws-form{
            margin-top: 15px;
            margin-bottom: 0 !important;
        }

        .fwc-ws-form form button,
        #footer-widget-area{
            font-size: 14px;
        }

        .fwc-ws-form form input{
            background-color: #fff;
            border: 1px solid #d1d1d1;
        }

        .fwc-ws-form form input:focus{
            border: 1px solid #d1d1d1;
        }

        .fwc-ws-form form input, .fwc-ws-form form button{
            height: 45px;
        }

        .fwc-ws-form form button{
            padding: 0 15px;
        }

        .fwc-ws-form form input:-ms-input-placeholder{
            font-size: 14px;
        }

        .fwc-ws-form form input:-moz-placeholder{
            font-size: 14px;
        }

        .fwc-ws-form form input::-moz-placeholder{
            font-size: 14px;
        }

        .fwc-ws-form form input::-webkit-input-placeholder{
            font-size: 14px;
        }

        .fwc-ws-form form input::placeholder{
            font-size: 14px;
        }

        a.fwc-list-item{
            max-width: 160px;
        }

        .fwc-social-icons{
            justify-content: center;
            margin-top: 15px;
            margin-bottom: 20px;
        }

        .footer-widget-box.widget-subscription .widget-para{
            font-weight: 700;
            padding-left: 25px;
            padding-right: 25px;
            text-align: center;
            font-size: 15px;
        }

        .footer-widget-box #menu-mobile-footer > li{
            white-space: nowrap;
        }

        .footer-widget-box #menu-mobile-footer > li:not(:last-child){
            margin-right: 19px;
        }

        .widget-social-mobile{
            margin-top: -20px;
        }

        .cta-p-number{
            top: 3px;
            position: relative;
        }

        .form-cloudmail-subscription .mc4wp-response p{ text-align: center; }
    }

    @media(max-width: 359px){
        .footer-widget-box #menu-mobile-footer > li:nth-child(3n){
            margin-right: 0px;
        }
    }

/* Footer Bottom */
#footer-bottom{
    background-color: #000;
    color: rgba(255,255,255,0.7);
    font-size: 11px;
}
#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;
}

#footer-bottom .copyright-note,
#footer-bottom .site-creater,
#footer-bottom .site-creater a{
    color: #fff;
}

#footer-bottom .site-creater a{
    margin-left: 4px;
}

@media(min-width: 768px){
    #footer-bottom{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer-bottom .developer-note{
        text-align: right;
    }

    #footer-bottom .site-creater{
        margin-left: 10px;
    }
}

@media(min-width: 992px){
    #footer-bottom > .container > .row{
        display: flex;
        align-items: center;
    }

    #footer-bottom .copyright-note-l-0{
        padding-top: 5px;
    }

    #footer-bottom .payment-methods-l-0 img{
        max-height: 30px;
    }
}

@media(max-width: 991px){
    #footer-bottom{
        padding-bottom: 25px;
    }

    #footer-bottom .copyright-note-l-0, #footer-bottom .payment-methods-l-0{
        justify-content: center;
    }

    #footer-bottom .copyright-note-l-0{
        margin-bottom: 10px;
        flex-direction: column;
    }

    #footer-bottom .payment-methods-l-0 img{
        max-height: 28px;
    }
}

@media(max-width: 767px){
    #footer-bottom{
        background-color: #fff;
        font-size: 10px;
    }

    .footer-bottom-l-1{
        padding-top: 15px;
    }

    .footer-bottom-l-1:before{
        background-color: rgba(128, 128, 128, 0.5);
        height: 2px;
        width: 90%;
        top: 0px;
    }

    .footer-bottom-l-2{
        display: flex;
        flex-direction: column-reverse;
    }

    #footer-bottom .copyright-note{
        text-align: center;
        margin-bottom: 2px;
    }

    #footer-bottom .copyright-note-l-0{
        margin-bottom: 0;
    }

    #footer-bottom .payment-methods-l-0{
        margin-bottom: 15px;
    }
}
/* Footer Bottom */

/*
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;
    } 

    #scroll-top{
        width: 35px;
        height: 35px;
        bottom: 90px;
        right: 6%;
    }
}
/* ---------------------------------
    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,
.owl-nav > button i{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-nav > button{
    position: absolute;
    top: 40%;
    transform: translate(-50%);
    /*background-color: rgba(255,255,255,0.8);*/
    outline: 0;
    padding: 0 !important;
    background-color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0px 6px -3px rgb(0, 0, 0, 0.55);
}

.owl-nav > button:hover{
    box-shadow: 0 0px 6px -1px rgb(0, 0, 0, 0.55);
}

.owl-nav > button.owl-prev{
    left: 0px;
}
.owl-nav > button.owl-next{
    right: -41px;
}

.owl-nav > button i{
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mb-10{ margin-bottom: 10px;}

/* ---------------------------------
    Contact us page template 
   --------------------------------- */
   .contact-group{
    position: relative;
    margin-bottom: 20px;
}

.contact-group:last-child{
    margin-bottom: 0;
}

.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;
}

.cg-heading .cg-h-icon .fa-phone{ transform: rotateZ(90deg); }

.contact-group .cg-text{
    margin-bottom: 0;
    line-height: 1.3;
    margin-left: 25px;
}
.contact-group .cg-text a{
    color: #444;
}
.contact-group .cg-socials{
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
}
.contact-group .cg-socials li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.contact-group .cg-socials li a{
    display: inline-block;
}
.contact-group .cg-socials li a > img{
    width: 26px;
    height: auto;
}
.contact-group .cg-socials li a:hover > img{
    filter: invert(24%) sepia(43%) saturate(2394%) hue-rotate(264deg) brightness(96%) contrast(85%);
}

.ptc-map iframe{
    width: 100%;
    height: 370px;
}

.ptc-editor-content{ margin-bottom: 30px; }

@media( min-width: 768px ){
    .pg-temp-contact{
        padding-top: 14px;
        padding-bottom: 40px;
    }

    .ptc-map iframe{
        margin-bottom: -6px;
    }

    .contact-group-l-0{
        margin-bottom: -15px;
    }
}

@media( min-width: 992px ){
    .contact-group .cg-heading-social{
        font-size: 20px;
    }

    .pg-temp-contact{
        padding-bottom: 50px;
    }
}

@media( max-width: 991px ){
    .pg-temp-contact .ptc-form{
        margin-bottom: 35px;
    }

    .contact-group{
        padding-left: 5px;
        padding-right: 5px;
    }

    .contact-group .cg-heading{
        font-weight: 600;
    }

    .ptc-map iframe{
        height: 230px;
    }
}

@media( max-width: 767px ){
    .pg-temp-contact{
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .pg-temp-contact .do-lv-pg-title{ margin-bottom: 35px; }

    .ptc-map iframe{
        width: calc( 100% - 30px );
        margin: auto;
        display: table;
        margin-bottom: 10px;
        /*margin-left: 15px;*/
        /*margin-right: 15px;*/
    }

    .contact-group .cg-socials{
        margin-bottom: -15px;
    }

    .wpcf7-form input[type="submit"]{
        max-width: 100% !important;
    }
}

/*ui-datepicker*/
.page .ui-datepicker .ui-datepicker-header{
    background: #cccccc;
}

.page #ui-datepicker-div{
    min-width: 285px;
}
/*ui-datepicker

/*Menu drop down triangle*/
.nav-cart.open .nav-cart-toggler:after,
.nav-cart.open .nav-cart-toggler:before{
    display: block;
}

.do-ls-dropdown-triangle:after,
.do-ls-dropdown-triangle:before{
    width: 0;
    height: 0;
    bottom: -21px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #fff;
    z-index: 1;
    pointer-events: none;
}

.do-ls-dropdown-triangle:after{
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 8px solid #cecece;
    bottom: -22px;
    z-index: 0;
    /*opacity: 0.4;*/
}

.sticky .do-ls-dropdown-triangle:after{
    bottom: -17px;
}

.sticky .do-ls-dropdown-triangle:before{
    bottom: -16px;
}

.trigger-clicked .do-ls-dropdown-triangle:before,
.trigger-clicked .do-ls-dropdown-triangle:after{
    display: block;
}
/*Menu drop down triangle*/

.spinner{
    float: left;
    margin-left: 0;
    visibility: visible;
    display: none;
    z-index: 2;
}

.spinner.is-active{
    display: inline-block;
}
/*
    button .spinner{
        filter: brightness(0) invert(1);
    }

    .spinner{
        background: url('framework/images/loader-old.gif') no-repeat;
        background-size: 20px 20px;
        display: inline-block;
        visibility: hidden;
        float: right;
        vertical-align: middle;
        opacity: .7;
        width: 20px;
        height: 20px;
        margin: 4px 10px 0;
    }*/

/* WYSIWYG editor styles */
.page-visual-editor ul li,
.page-visual-editor ol li{
    margin-bottom: 10px;
}

.do-sc-country-selector[data-country="gb"],
.do-sc-country-selector[data-country="in"],
.do-sc-country-selector[data-country="ae"],
.do-sc-country-selector[data-country="au"]{
    pointer-events: none !important;
    opacity: 0.5;
}
.visitor-au.woocommerce-checkout .woocommerce #coupons_list,
.visitor-au.woocommerce-cart .woocommerce #coupons_list{
    display: none !important;
}

/* Bestweb Logo begin */
.bestweb-logo{
    position: fixed;
    z-index: 1030;
    right: 20px;
    bottom: 10px;
}
.bestweb-logo > a{
    display: inline-block;
} 

@media(max-width: 1199px){
    .woocommerce-cart .bestweb-logo,
    .woocommerce-checkout .bestweb-logo{
        display: none !important;
    }
}

@media(max-width: 991px){
    .bestweb-logo{
        bottom: 95px;
    }
    .bestweb-logo img{
        width: auto;
        height: 80px;
    }  

    .woocommerce-checkout .pojo-a11y-toolbar-toggle-link,
    .woocommerce-cart .pojo-a11y-toolbar-toggle-link{
        display: none !important;
    }  
}

@media(max-width: 767px){
    .bestweb-logo{
        right: auto;
        left: 10px;
        bottom: 65px;
    }
}
/* Bestweb Logo end */