/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: This is html5 template
    Author:  
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    1. Theme default CSS
    2. Header CSS
    3. Hero CSS
    4. Features CSS
    5. Watch Video CSS
    6. Team CSS
    7. Portfolio CSS
    8. Pricing CSS
    9. Funfact CSS
    10. Testimonial CSS
    11. How We Work CSS
    12. Blog CSS
    13. Clients CSS
    14. Contact CSS
    15. Footer CSS
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/
.validation-summary-valid {
    display: none;
}
.datepicker-container {
    z-index: 2000 !important
}


.text-iq {
    color: #14A4B7 !important;
}

.impostazioni-title {
    margin-right: 4px;
}

.select2-dropdown {
    margin-top: 3px;
    border: 1px solid;
}

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

div#preloader {
    background: url("../img/loader.gif") rgba(255,255,255,0.8) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding-top: 20px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: 0;
    }

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.editableAnticipo, .editable, .editableCredito, .editableImponibile {
    border-bottom: 1px dotted;
}

.edit-by-user-cell {
    width: 7px;
    position: absolute;
    height: 8px;
}

.edit-by-user-cell2 {
    color: #00A4B7;
    padding-left: 4px;
    padding-top: 5px;
    font-size: 12px;
}

button,
input,
textarea {
    letter-spacing: 1px;
}



/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: inherit;
        font-family: 'Poppins', sans-serif;
    }

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

    p img {
        margin: 0;
    }

span {
    font-family: 'Poppins', sans-serif;
}


/* em and strong */

em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}


/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

    blockquote::before {
        color: #4e5665;
        content: "";
        font-family: FontAwesome;
        font-size: 36px;
        left: 20px;
        line-height: 0;
        margin: 0;
        opacity: 0.5;
        position: absolute;
        top: 20px;
    }

    blockquote p {
        font-style: italic;
        padding: 0;
        font-size: 18px;
        line-height: 36px;
    }

    blockquote cite {
        display: block;
        font-size: 12px;
        font-style: normal;
        line-height: 18px;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #8B9798;
            border: none
        }

/* abbreviations */

abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

    abbr:hover {
        cursor: help;
    }

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 12px;
    /*color: #ffffff;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

    a:hover,
    a:active {
        /*color: #ffffff;*/
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48 !important;
}


/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

    ul ul li,
    ul ol li,
    ol ol li,
    ol ul li {
        margin-bottom: 0px;
    }

li {
    line-height: 18px;
    margin-bottom: 0px;
}

ul.large li {
}

li p {
}


/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

button {
}

a.rm-btn {
    background-color: #1bc26c;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 25px;
    color: #fcf6ff;
    font-size: 16px;
    letter-spacing: 0px;
}


.section-title {
    position: relative;
    text-align: center;
    max-width: 767px;
    margin: 25px auto;
}

    .section-title span {
        display: block;
        color: #1bc26c;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 30px;
    }

    .section-title h3 {
        font-size: 44px;
        letter-spacing: 0px;
        color: #12100e;
        font-weight: 600;
        margin: 15px auto;
        line-height: 50px;
    }

    .section-title p {
        font-size: 18px;
        line-height: 28px;
        color: #12100e;
        font-weight: 300;
        max-width: 700px;
        margin: 0 auto;
    }

a.rm-btn:hover {
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 12px -4px rgba(0,0,0,0.75);
}

.section-padding {
    padding: 80px 0px;
}
/*----------------------------------------*/
/*  Inquery CSS
/*----------------------------------------*/

.login-register-area {
    position: relative;
}

    .login-register-area .lr-img-area {
        padding-right: 0px;
    }

.lr-img {
    position: relative;
    height: 100vh;
}

    .lr-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.lr-form-area {
    position: relative;
    height: 100vh;
}

.lr-form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    max-width: 570px;
    margin: 0px auto;
}

.lr-logo {
    margin-bottom: 30px;
}

.lr-form .iq-input {
    border: none;
    display: block;
    height: 65px;
}

.iq-input.iq-alert {
    background-color: #f49292;
    color: #fff;
}

.iq-input {
    background-color: #F8F8F8;
    border: 1px solid #707070;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 25px;
}

input.iq-submit {
    background-color: #15A9B9;
    font-size: 24px;
    letter-spacing: 0px;
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

ul.checkbox-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    width: 100%;
}

    ul.checkbox-list li {
        width: calc(50% - 3px);
        display: inline-block;
        text-align: right;
    }

.remember-check {
    position: relative;
    text-align: left;
    margin: 10px auto;
    top: 1px;
}

    .remember-check span {
        font-size: 18px;
        position: relative;
        display: inline-block;
        color: #424553;
        line-height: 24px;
        letter-spacing: 0px;
        top: -1px;
        font-weight: 300;
    }

    .remember-check input {
        height: 14px;
    }

a.login-link,
a.register-link {
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #424553;
    line-height: 24px;
    letter-spacing: 0px;
    top: -1px;
    font-weight: 300;
    text-decoration: underline;
}

.or-divider {
    position: relative;
    display: block;
    margin: 30px auto;
}

    .or-divider:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #F0F0F0;
        left: 0px;
        top: 18px;
    }

    .or-divider span {
        position: relative;
        display: inline-block;
        background-color: #fff;
        z-index: 1;
        padding: 5px 20px;
        font-size: 18px;
        color: #424553;
        line-height: 24px;
        letter-spacing: 0px;
        font-weight: 300;
    }

ul.social-login-list {
    position: relative;
    list-style-type: none;
    padding: 0px;
    text-align: center;
}

    ul.social-login-list li {
        position: relative;
        display: inline-block;
        margin: 5px;
    }


.forgot-p {
    text-align: left;
}

.lr-form label {
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #424553;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 15px;
}

.forgot-p a.login-link {
    margin-bottom: 20px;
}

.lr-form.register-wrapper {
    max-width: 960px;
}

.input-check-with-description {
    position: relative;
    background-color: #F8F8F8;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 25px;
}

    .input-check-with-description h4 {
        background-color: #00A4B7;
        display: inline-block;
        padding: 8px 14px;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        line-height: 16px;
        border-radius: 20px;
        float: left;
        margin-right: 11px;
    }

    .input-check-with-description p {
        font-size: 9px;
        color: #424553;
        letter-spacing: 0px;
        position: relative;
        padding-left: 0px;
        line-height: 15px;
    }

.input-check-with-description {
}

    .input-check-with-description .icwd {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        margin: 10px auto;
    }

        .input-check-with-description .icwd span {
            font-size: 9px;
            color: #424553;
            letter-spacing: 0px;
            position: relative;
            line-height: 12px;
            display: inline-block;
            padding-left: 15px;
        }

        .input-check-with-description .icwd input[type="checkbox"] {
            display: inline-block;
            float: left;
            position: absolute;
            left: 0;
            top: 3px;
            z-index: 1;
        }

.icwd ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

    .icwd ul li {
        display: inline-block;
        position: relative;
        margin-right: 10px;
    }

        .icwd ul li input[type="radio"] {
            position: absolute;
            left: 0px;
            top: 3px;
            z-index: 1;
        }

.lr-form-area.register-wrapper-main {
    min-height: 100vh;
    height: auto;
    padding-top: 80px;
}

header.header-area {
    position: relative;
    background-color: #F7F7F7;
    padding: 0px;
}

.menu-icon-area {
    position: relative;
    text-align: right;
    margin-bottom: -9px;
}

.main-logo-area {
    position: relative;
    padding: 15px;
}

ul.mia-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

    ul.mia-list li {
        position: relative;
        display: inline-block;
    }

        ul.mia-list li a {
            position: relative;
            width: 80px;
            height: 80px;
            background-color: #fff;
            display: block;
            text-align: center;
            padding: 20px;
            border: 1px solid #f7f7f7;
        }

            ul.mia-list li a p {
                display: none;
            }

            ul.mia-list li a:hover {
                background-color: #00A4B7;
            }

            ul.mia-list li a img:first-child {
                display: block;
            }

            ul.mia-list li a img:nth-child(2) {
                display: none;
            }

            ul.mia-list li a:hover img:first-child {
                display: none;
            }

            ul.mia-list li a:hover img:nth-child(2) {
                display: block;
            }


            ul.mia-list li a img {
                margin: 0px auto;
            }

.menu-icon-area ul.user-info {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    padding-top: 13px;
}

ul.user-info li {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.user-profile-box {
    position: relative;
    display: block;
    padding-left: 65px;
    text-align: left;
    padding-top: 4px;
}

    .user-profile-box img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .user-profile-box h4 {
        font-size: 22px;
        color: #00A4B7;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 26px;
    }

    .user-profile-box p {
        color: #424553;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
    }

a.pbar-i {
    position: relative;
    display: block;
    top: -15px;
}

.service-area {
    position: relative;
    padding: 20px 0px;
}

.service-box {
    position: relative;
    max-width: 1336px;
    margin: 0px auto;
}

ul.services-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

    ul.services-list li {
        position: relative;
        display: inline-block;
        width: calc(25% - 25px);
        border-radius: 15px;
        margin: 15px 10px;
        vertical-align: top;
    }

.single-service-list {
    position: relative;
    -webkit-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.75);
    background-color: #fff;
    /* modifiche*/
    min-height: 320px;
    display: grid;
}

    .single-service-list .si-body {
        position: relative;
        padding: 25px;
        text-align: left;
        min-height: 280px;
    }

        .single-service-list .si-body img {
            width: 72px;
            margin-bottom: 10px;
        }

        .single-service-list .si-body p {
            font-size: 14px;
            color: #6D7080;
            font-weight: 300;
            font-style: italic;
            display: block;
            margin: 3px 0px;
            line-height: 16px;
        }

        .single-service-list .si-body h4 {
            color: #424553;
            font-size: 28px;
            letter-spacing: 0px;
            font-weight: 600;
            line-height: 32px;
        }

    .single-service-list .si-footer {
        background-color: #E5FCFF;
        position: relative;
        height: 45px;
        padding: 10px;
    }

        .single-service-list .si-footer h5 {
            float: left;
            font-size: 20px;
            letter-spacing: 0px;
            font-weight: 500;
            color: #00A4B7;
        }

        .single-service-list .si-footer p {
            float: right;
            color: #00A4B7;
            font-weight: 400;
        }

    .single-service-list:hover {
        border: 2px solid #00A4B7;
        border-radius: 10px;
        overflow: visible;
    }

        .single-service-list:hover .si-footer {
            background-color: #00A4B7;
        }

            .single-service-list:hover .si-footer h5, .single-service-list:hover .si-footer p {
                color: #fff;
            }

.catalog-area {
    position: relative;
    padding: 80px 0px;
    background-color: #F8F8F8;
}

.catalog-wrapper {
    position: relative;
    max-width: 1336px;
    margin: 0px auto;
}

    .catalog-wrapper h2 {
        margin-bottom: 50px;
        color: #00A4B7;
        font-size: 60px;
        letter-spacing: 0px;
        font-weight: 500;
        line-height: 88px;
    }

ul.catalog-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

    ul.catalog-list li {
        position: relative;
        display: inline-block;
        width: calc(50% - 5px);
        padding: 15px 12px;
    }



        ul.catalog-list li.active {
            width: 100%;
        }

.single-catalog {
    position: relative;
    -webkit-box-shadow: 0px 0px 12px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 12px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -7px rgb(0 0 0 / 75%);
    background-color: #fff;
    border-radius: 10px;
}

.single-service-list {
    border-radius: 10px;
}

.single-catalog .cscbody {
    position: relative;
    padding: 20px;
    min-height: 325px;
}

    .single-catalog .cscbody img {
        width: 85px;
        margin-bottom: 5px;
    }

    .single-catalog .cscbody h4 {
        color: #424553;
        font-size: 28px;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 32px;
        margin: 5px auto;
    }

    .single-catalog .cscbody p, .SecSec {
        font-size: 16px;
        color: #424553;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
    }

    .single-catalog .cscbody span {
        font-size: 14px;
        color: #6D7080;
        font-weight: 300;
        font-style: italic;
        display: block;
        margin: 3px 0px;
        line-height: 16px;
    }

.single-catalog .cs-footer {
    background-color: #E5FCFF;
    padding: 10px;
}

a.csft-btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0px;
    color: #00A4B7;
    line-height: 26px;
}

    a.csft-btn span {
    }

    a.csft-btn img {
        margin-right: 10px;
    }

    a.csft-btn i {
        margin-left: 7px;
    }

.single-catalog .cscbody p a {
    display: inline-block;
    color: #00A4B7;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

footer.footer-area {
    background-color: #F0F0F0;
}

.footer-widget {
    position: relative;
    padding: 80px 0px 20px;
    border-bottom: 1px solid #d4d4d4;
}

.fw-content {
    position: relative;
}

    .fw-content p {
        color: #646877;
        font-size: 16px;
        line-height: 24px;
        margin: 10px auto;
    }

.fw-logo {
    position: relative;
    margin-top: -75px;
}

.fw-content h5 {
    color: #646877;
    font-size: 16px;
    line-height: 24px;
    margin: 10px auto;
    font-weight: 500;
}

ul.fw-links {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

    ul.fw-links li {
        position: relative;
    }

        ul.fw-links li a {
            position: relative;
            color: #646877;
            font-size: 16px;
            line-height: 24px;
            margin: 10px auto;
            letter-spacing: 0px;
        }

    ul.fw-links.fw-social li {
        display: inline-block;
        margin-right: 12px;
    }

    ul.fw-links li a:hover {
        color: #008796;
    }


.fcopyright p {
    color: #646877;
    font-size: 14px;
    line-height: 20px;
    margin: 10px auto;
}

ul.footer-c-links {
    position: relative;
    padding: 0px;
    list-style-type: none;
    top: 5px;
}

    ul.footer-c-links li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
    }

        ul.footer-c-links li a {
            position: relative;
            color: #646877;
            font-size: 14px;
            line-height: 24px;
            margin: 10px auto;
            letter-spacing: 0px;
        }

.footer-bottom {
    position: relative;
    text-align: right;
    padding: 5px 0px;
}

.fcopyright {
    text-align: left;
}

.pbar-user-panel {
    position: absolute;
    right: 0px;
    width: 160px;
    background-color: #e5fcff;
    border: 1px solid #00a4b7;
    top: 25px;
    padding: 5px;
    z-index: 9;
    border-radius: 5px;
    display: none;
}

    .pbar-user-panel ul li a {
        position: relative;
        width: 100%;
        display: block;
        font-size: 14px;
        letter-spacing: 0px;
        padding: 4px;
    }

    .pbar-user-panel ul li {
        position: relative;
        width: 100%;
        right: 0px;
        margin: 2px auto;
    }

    .pbar-user-panel ul {
        position: relative;
        padding: 0px;
    }

        .pbar-user-panel ul li a:hover {
            background-color: #00a4b7;
            color: #fff;
        }

.d-block {
    display: block !important;
}

a.expand-mobile-nav {
    position: absolute;
    right: 0;
    top: 17px;
    border: 1px solid #05a6b8;
    padding: 3px 5px;
    z-index: 1;
    display: none;
}

.single-catalog .cscbody span.redText {
    color: #f00;
    letter-spacing: 0px;
}

.single-catalog .cscbody span {
    letter-spacing: 0px;
}



/* =====================Cart CSS===================== */
.cart_modal {
    border: 1px solid #C7C7C7;
    border-radius: 0px;
}

    .cart_modal .modal-content {
        border-radius: 0px;
    }

        .cart_modal .modal-content .modal-header {
            position: relative;
            padding: 18px 25px 20px;
            border-bottom: 1px solid #C7C7C7;
        }

            .cart_modal .modal-content .modal-header span.citem-count {
                position: relative;
                display: inline-block;
                height: 50px;
                width: 50px;
                background-color: #00A4B7;
                border-radius: 50%;
                padding-top: 7px;
                top: 2px;
                margin-right: 5px;
            }

            .cart_modal .modal-content .modal-header h5 {
                color: #424553;
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                letter-spacing: 0px;
                line-height: 36px;
            }

            .cart_modal .modal-content .modal-header span.citem-count span {
                font-size: 20px;
                line-height: 22px;
                display: block;
                color: #fff;
            }

            .cart_modal .modal-content .modal-header span.citem-count p {
                color: #fff;
                font-size: 10px;
                line-height: 14px;
                display: block;
            }

        .cart_modal .modal-content .cart-body {
            position: relative;
        }

        .cart_modal .modal-content .modal-body {
            position: relative;
            padding: 0px;
        }

        .cart_modal .modal-content .cart-body ul.cart-list {
            position: relative;
            padding: 0px;
            list-style-type: none;
            display: block;
        }

            .cart_modal .modal-content .cart-body ul.cart-list li {
                position: relative;
                display: block;
                padding: 15px 25px;
                border-bottom: 1px solid #C7C7C7;
            }

    .cart_modal .single-cart-item {
    }

        .cart_modal .single-cart-item ul {
            position: relative;
            padding: 0px;
            list-style-type: none;
            width: 100%;
        }

    .cart_modal .modal-content .cart-body ul.cart-list li .single-cart-item ul li {
        position: relative;
        padding: 0px;
        display: inline-block;
        border: none;
        vertical-align: middle;
    }

.single-cart-item ul li {
}

    .single-cart-item ul li:first-child {
        width: 47%;
    }

    .single-cart-item ul li:nth-child(2) {
        width: 30%;
    }

    .single-cart-item ul li:nth-child(3) {
        width: calc(23% - 15px);
    }

.sci-name {
    position: relative;
}

    .sci-name h4 {
        color: #424553;
        font-size: 20px;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 30px;
    }

    .sci-name p {
        font-size: 14px;
        letter-spacing: 0px;
        color: #424553;
        line-height: 22px;
        letter-spacing: 0px;
    }

        .sci-name p span {
            color: #00A4B7;
        }

.cart_modal .modal-content .cart-body ul.cart-list li:last-child {
    border: none;
}

.sci-price {
    position: relative;
    padding: 15px;
    text-align: center;
}

    .sci-price h5 {
        font-size: 22px;
        letter-spacing: 0px;
        font-weight: 600;
        color: #424553;
        line-height: 28px;
    }

.cart_modal .modal-content .cart-body ul.cart-list li .single-cart-item ul li:last-child {
    text-align: right;
}

.sci-button {
    position: relative;
}

    .sci-button a {
        position: relative;
        display: inline-block;
        background-color: #15A9B9;
        font-size: 15px;
        letter-spacing: 0px;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
    }

a.checkout-btn {
    position: relative;
    display: inline-block;
    background-color: #15A9B9;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.cart_modal .modal-footer {
    padding: 15px 25px;
}


/* =====================Cart CSS End=====================*/

/* -----------------Profile CSS----------------- */
.profile-area {
    position: relative;
}

.p-pagetitle {
    position: relative;
    padding-top: 13px;
    letter-spacing: 0;
}

    .p-pagetitle span {
        font-size: 18px;
        font-weight: bolder;
    }

    .p-pagetitle h3 {
        color: #424553;
        font-size: 30px;
        letter-spacing: 0px;
        font-weight: 600;
        line-height: 44px;
    }

.profile-tab-area {
    position: relative;
    background-color: #F7F7F7;
    /*padding: 15px 0;*/
}

.profile-tab-box {
    position: relative;
}

    .profile-tab-box ul.nav {
        position: relative;
        margin-top: -44px;
    }

        .profile-tab-box ul.nav li {
        }

            .profile-tab-box ul.nav li button {
                color: #9699A7;
                font-size: 18px;
                letter-spacing: 0px;
                font-weight: 400;
                line-height: 24px;
                padding: 10px 25px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .profile-tab-box ul.nav li button.active, .profile-tab-box ul.nav li button:hover {
                    background-color: #F7F7F7;
                    color: #00A4B7;
                }

    .profile-tab-box .tab-content {
        position: relative;
        padding: 30px 0px 0px;
    }

a.btn-with-icon {
    position: relative;
    background-color: #00A4B7;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
}

    a.btn-with-icon svg, a.btn-with-icon i {
        margin-right: 5px;
    }

.tcw-border {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}

.profile-tab-box .tab-content .form-group {
    position: relative;
    margin-bottom: 15px;
}

    /*.profile-tab-box .tab-content .form-group label {
        font-size: 20px;
        color: #424553;
        letter-spacing: 0px;
        display: block;
        margin-bottom: 4px;
        line-height: 22px;
    }*/

    .profile-tab-box .tab-content .form-group label {
        font-size: 18px;
        color: #424553;
        letter-spacing: 0px;
        display: block;
        margin-bottom: 8px;
        line-height: 22px;
    }




    .profile-tab-box .tab-content .form-group input {
        font-size: 20px;
        color: #424553;
        letter-spacing: 0px;
        display: block;
        margin-bottom: 4px;
        line-height: 22px;
        border: 1px solid #aaa;
        width: 100%;
        border-radius: 5px;
        padding: 10px;
    }

.gen-pass-btn-box {
    position: relative;
    padding-top: 35px;
}

span.p-hints-text {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
}

a.next-tab-button {
    position: relative;
    background-color: #00A4B7;
    padding: 7px 30px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    border-radius: 5px;
    min-width: 120px;
    text-align: center;
}

.profile-tab-box .tab-content .radio-buttons {
    position: relative;
    margin-bottom: 30px;
}

    .profile-tab-box .tab-content .radio-buttons .form-check {
        position: relative;
        display: inline-block;
    }

.profile-tab-box .form-check {
    margin-right: 15px;
}

.form-check input {
    position: relative;
    display: inline-block;
}

.form-check label {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #646877;
    font-weight: 400;
}

/*.profile-tab-box .tab-content .form-group select {
    font-size: 20px;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    height: 60px;
    padding: 10px;
}*/

.profile-tab-box .tab-content .form-group select {
    font-size: 20px;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
    border: 1px solid #aaa;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}



.profile-tab-box .tab-content .input-check-with-description {
    background-color: #fff;
}

    .profile-tab-box .tab-content .input-check-with-description .icwd span {
        font-size: 16px;
        padding-left: 20px;
    }

    .profile-tab-box .tab-content .input-check-with-description .icwd
    input[type="checkbox"] {
        top: 8px;
    }

    .profile-tab-box .tab-content .input-check-with-description p {
        font-size: 16px;
        line-height: 26px;
    }
/* -----------------Profile CSS End----------------- */

/* -----------------Checkout CSS----------------- */

.checkout-continue-btn-box {
    position: relative;
    text-align: right;
}

a.checkout-contine-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 6px 20px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
}

.checkout-wrapper-tab-area {
    position: relative;
    background-color: #F7F7F7;
    padding: 12px 0px 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.checkout-tab-header {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .checkout-tab-header ul.nav {
        position: relative;
        margin-bottom: 0px !important;
    }

        .checkout-tab-header ul.nav li {
            border-right: 1px solid #dee2e6;
        }

            .checkout-tab-header ul.nav li button {
                background-color: #fff;
                padding: 5px 10px;
            }

                .checkout-tab-header ul.nav li button.active, .checkout-tab-header ul.nav li button:hover {
                    background-color: #EAEAEA;
                }

                .checkout-tab-header ul.nav li button span {
                    position: relative;
                    display: inline-block;
                    color: #fff;
                    font-size: 12px;
                    letter-spacing: 0px;
                    font-weight: 300;
                    line-height: 24px;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    height: 24px;
                    width: 24px;
                    background-color: #646877;
                    padding: 0px;
                    border-radius: 50%;
                }

                .checkout-tab-header ul.nav li button p {
                    position: relative;
                    display: inline-block;
                    color: #646877;
                    font-size: 18px;
                    letter-spacing: 0px;
                    font-weight: 300;
                    line-height: 24px;
                    padding: 10px 16px;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                }

                .checkout-tab-header ul.nav li button.active span,
                .checkout-tab-header ul.nav li button:hover span {
                    background-color: #00A4B7;
                }

                .checkout-tab-header ul.nav li button.active p,
                .checkout-tab-header ul.nav li button:hover p {
                }

.cth-next-prev {
    position: relative;
    text-align: right;
    padding: 5px;
}

.cth-np-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 7px 14px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 0px auto;
    color: white;
}

    .cth-np-btn i, button.cth-np-btn svg, a.cth-np-btn svg {
        margin: 0px 2px;
    }

    .cth-np-btn:hover {
        background-color: #017785;
        color: #fff;
    }

.checkout-step-title {
    position: relative;
    margin: 25px auto;
}

    .checkout-step-title h4 {
        font-size: 24px;
        letter-spacing: 0px;
        font-weight: 500;
        color: #424553;
        line-height: 28px;
    }

.checkout-cart-box {
    position: relative;
}

    .checkout-cart-box ul.csb-list {
        position: relative;
        padding: 0px;
        list-style-type: none;
    }

        .checkout-cart-box ul.csb-list li {
            position: relative;
            display: block;
        }

.single-ccb {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .single-ccb ul {
        position: relative;
        padding: 0px;
        list-style-type: none;
    }

.checkout-cart-box ul.csb-list li .single-ccb ul li {
    display: inline-block;
    vertical-align: middle;
}

    .checkout-cart-box ul.csb-list li .single-ccb ul li:first-child {
        width: 30%;
    }

    .checkout-cart-box ul.csb-list li .single-ccb ul li:nth-child(2) {
        width: 30%;
        text-align: center;
    }

    .checkout-cart-box ul.csb-list li .single-ccb ul li:nth-child(3) {
        width: 30%;
        text-align: center;
    }

    .checkout-cart-box ul.csb-list li .single-ccb ul li:nth-child(4) {
        width: calc(10% - 20px);
        text-align: right;
    }

ul.checkout-cart-calc {
    position: relative;
    list-style-type: none;
    background-color: #fff;
    padding: 18px;
    text-align: right;
}

    ul.checkout-cart-calc li {
        display: block;
        position: relative;
        margin: 4px auto;
    }

        ul.checkout-cart-calc li ul {
            position: relative;
            padding: 0px;
            list-style-type: none;
            max-width: 540px;
            margin: 0px 0px 0px auto;
        }

            ul.checkout-cart-calc li ul li {
                position: relative;
                display: inline-block;
                font-size: 16px;
                color: #424553;
                line-height: 22px;
                letter-spacing: 0px;
            }

                ul.checkout-cart-calc li ul li:first-child {
                    width: calc(100% - 210px);
                }

li {
}

ul.checkout-cart-calc li ul li:nth-child(2) {
    width: 200px;
}

ul.checkout-cart-calc li ul li span {
    font-weight: 500;
}

.sccb-title {
}

    .sccb-title p {
        position: relative;
        display: inline-block;
        font-size: 12px;
        color: #424553;
        line-height: 18px;
        letter-spacing: 0px;
    }

    .sccb-title h4 {
        font-size: 24px;
        letter-spacing: 0px;
        font-weight: 600;
        color: #424553;
        line-height: 28px;
    }

.sccb-count {
}

    .sccb-count input {
        width: 110px;
        height: 50px;
        font-size: 20px;
        color: #424553;
        font-weight: 500;
        text-align: center;
        border: 1px dashed #00A4B7;
        border-radius: 5px;
    }

    .sccb-count span {
        display: inline-block;
        color: #00A4B7;
        letter-spacing: 0px;
        position: relative;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin-left: 10px;
    }

.sccb-price {
}

    .sccb-price h4 {
        font-size: 24px;
        letter-spacing: 0px;
        font-weight: 600;
        color: #424553;
        line-height: 28px;
    }


.sccb-remove a {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #424553;
}

.checkout-tab-box .tcw-border {
    position: relative;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 30px;
}

.checkout-tab-box .tab-content .form-group {
    position: relative;
    margin-bottom: 15px;
}

    .checkout-tab-box .tab-content .form-group input {
        font-size: 18px;
        color: #424553;
        letter-spacing: 0px;
        display: block;
        /*margin-bottom: 4px;*/
        line-height: 22px;
        border: 1px solid #aaa;
        width: 100%;
        border-radius: 5px;
        height: 40px;
        padding: 10px;
    }

    .checkout-tab-box .tab-content .form-group label {
        font-size: 18px;
        color: #424553;
        letter-spacing: 0px;
        display: block;
        margin-bottom: 8px;
        line-height: 22px;
    }

.checkout-tab-box .tab-content .radio-buttons .form-check {
    position: relative;
    display: inline-block;
}

.checkout-tab-box .tab-content .form-group select {
    font-size: 18px;
    color: #424553;
    letter-spacing: 0px;
    display: block;
    line-height: 22px;
    border: 1px solid #aaa;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.checkout-tab-box .tab-content .radio-buttons {
    position: relative;
    margin-bottom: 30px;
}

.checkout-info-box {
    position: relative;
    background-color: #DBF1F4;
    border-radius: 5px;
    border-left: 5px solid #AEEFF7;
    padding: 30px 20px;
    margin-bottom: 25px;
}

    .checkout-info-box ul {
        padding: 0px;
        list-style-type: none;
        position: relative;
    }

        .checkout-info-box ul li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }

            .checkout-info-box ul li:first-child {
                width: 90%;
            }

            .checkout-info-box ul li:nth-child(2) {
                width: calc(10% - 10px);
                text-align: right;
            }

span.cib-close {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #424553;
    cursor: pointer;
}

    span.cib-close svg, span.cib-close i {
    }

.checkout-info-box ul li p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #424553;
    font-weight: 400;
    line-height: 24px;
    margin-left: 33px;
    margin-top: 8px;
}

.checkout-info-box ul li h4 {
    color: #00A4B7;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 28px;
}

    .checkout-info-box ul li h4 span {
        position: relative;
        width: 26px;
        height: 26px;
        font-size: 16px;
        border: 1px dashed #00A4B7;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        top: -3px;
    }

.complete-checkout-cart-box {
    position: relative;
    margin-top: 65px;
}

    .complete-checkout-cart-box h3 {
        font-size: 30px;
        letter-spacing: 0px;
        font-weight: 500;
        color: #424553;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .complete-checkout-cart-box ul.checkout-cart-calc {
        padding: 0px;
        text-align: left;
        background-color: transparent;
        padding-right: 60px;
    }

        .complete-checkout-cart-box ul.checkout-cart-calc li ul {
            margin: 0px auto;
            width: 100%;
            max-width: 100%;
        }

            .complete-checkout-cart-box ul.checkout-cart-calc li ul li:nth-child(2) {
                text-align: right;
            }

            .complete-checkout-cart-box ul.checkout-cart-calc li ul li {
                font-size: 24px;
                line-height: 32px;
                margin-bottom: 10px;
            }

.complete-cart-next-payment-box {
    position: relative;
    padding: 30px;
    background-color: #EAEAEA;
    border-radius: 15px;
    text-align: center;
}

    .complete-cart-next-payment-box p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        font-weight: 500;
        color: #424553;
        letter-spacing: 0px;
    }

    .complete-cart-next-payment-box h4 {
        font-size: 45px;
        line-height: 50px;
        margin: 10px auto;
        font-weight: 500;
        color: #424553;
        letter-spacing: 0px;
    }

    .complete-cart-next-payment-box a {
    }

a.checkout-payment-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 7px 30px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 0px auto;
}

    a.checkout-payment-btn i, a.checkout-payment-btn svg {
        margin-left: 8px;
    }

.payment-info-title-text {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .payment-info-title-text p {
        color: #424553;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 24px;
        font-weight: 400;
    }

.payment-info-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    margin-left: 30px;
}

    .payment-info-box p {
        color: #424553;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .payment-info-box .pif-img {
        position: relative;
        margin: 20px auto;
        padding: 18px;
        border: 1px solid #DBDBDB;
        border-radius: 5px;
        max-width: 390px;
    }

        .payment-info-box .pif-img img.pbr-img {
            position: absolute;
            top: -10px;
            left: 10px;
            z-index: 1;
            background-color: #fff;
            padding: 0px 10px;
        }

        .payment-info-box .pif-img img.all-payment-thumb {
        }

a.procced-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 6px 35px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    margin: 0px auto;
}

.cst-blank-box {
    position: relative;
    height: 100%;
    background-color: #EAEAEA;
    border-radius: 10px;
}

.checkout-wrapper-success {
    position: relative;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.75);
    border-radius: 5px;
    padding: 25px;
}

    .checkout-wrapper-success p {
        font-size: 20px;
        letter-spacing: 0px;
        color: #6E7180;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 20px;
    }

        .checkout-wrapper-success p span {
            font-weight: 500;
        }

    .checkout-wrapper-success .cwsuccess-info {
        position: relative;
        padding: 30px 25px;
        background-color: #F7F7F7;
        border-radius: 10px;
    }

        .checkout-wrapper-success .cwsuccess-info p {
            margin-bottom: 0px;
            font-size: 15px;
            line-height: 20px;
            margin-left: 35px;
            font-weight: 400;
        }

        .checkout-wrapper-success .cwsuccess-info h4 {
            font-size: 20px;
            letter-spacing: 0px;
            color: #00A4B7;
            font-weight: 500;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .checkout-wrapper-success .cwsuccess-info span.cwsicon {
            position: relative;
            display: inline-block;
            border: 2px solid #00C13B;
            color: #00C13B;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
            font-size: 16px;
            line-height: 30px;
        }

.cwsuccess-status {
    position: relative;
    text-align: center;
}

    .cwsuccess-status h4 {
        font-size: 24px;
        letter-spacing: 0px;
        color: #00A4B7;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 20px;
        font-weight: 500;
    }
/* -----------------Checkout CSS End----------------- */


/* -------------------Shop CSS------------------- */
.shop-filter-area {
    position: relative;
    margin: 25px auto;
}

    .shop-filter-area .form-group {
        position: relative;
    }

        .shop-filter-area .form-group select {
            font-size: 20px;
            color: #424553;
            letter-spacing: 0px;
            display: block;
            margin-bottom: 4px;
            line-height: 22px;
            border: 1px solid #A0A0A0;
            width: 100%;
            border-radius: 5px;
            height: 40px;
            padding: 4px;
        }

        .shop-filter-area .form-group.fg-with-btn {
        }

            .shop-filter-area .form-group.fg-with-btn button.removeFilterBtn {
                padding: 0px;
                border: none;
                background-color: #fff;
                display: inline-block;
                height: 60px;
                overflow: hidden;
                float: right;
                margin-left: -5px;
            }

                .shop-filter-area .form-group.fg-with-btn button.removeFilterBtn i, .shop-filter-area .form-group.fg-with-btn button.removeFilterBtn svg {
                    font-size: 40px;
                    position: relative;
                    top: -5px;
                    color: #00A4B7;
                }

            .shop-filter-area .form-group.fg-with-btn select {
                width: calc(100% - 66px);
                display: inline-block;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
                z-index: 1;
                position: relative;
            }


.terif-tempo {
    position: relative;
    margin: 25px auto 45px;
}

    .terif-tempo h4 {
        font-size: 20px;
        letter-spacing: 0px;
        color: #424553;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 5px;
    }

        .terif-tempo h4 i, .terif-tempo h4 svg {
            color: #00A4B7;
            margin-right: 10px;
            font-size: 26px;
            position: relative;
            top: 2px;
        }

    .terif-tempo p {
        font-size: 20px;
        letter-spacing: 0px;
        color: #424553;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 5px;
        margin-left: 37px;
    }

.shop-tab-area {
    position: relative;
    background-color: #F7F7F7;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

.shop-tab-header {
    position: relative;
    border-bottom: 1px solid #00A4B7;
}

    .shop-tab-header ul.nav {
        margin-bottom: 0px !important;
    }

        .shop-tab-header ul.nav li {
        }

            .shop-tab-header ul.nav li button {
                padding: 12px 25px;
                border-radius: 0px;
            }

                .shop-tab-header ul.nav li button p {
                    font-size: 18px;
                    letter-spacing: 0px;
                    color: #424553;
                    font-weight: 400;
                    line-height: 26px;
                    margin-bottom: 5px;
                    display: inline-block;
                    margin: 0px auto;
                }

                .shop-tab-header ul.nav li button.active p,
                .shop-tab-header ul.nav li button:hover p {
                    color: #fff;
                }

                .shop-tab-header ul.nav li button.active,
                .shop-tab-header ul.nav li button:hover {
                    background-color: #00A4B7;
                }

                .shop-tab-header ul.nav li button .shop-notification-icon {
                }


span.shop-notification-icon {
    position: relative;
    display: inline-block;
    color: #f00;
    font-size: 18px;
}

.shop-tab-header ul.nav li button span.shop-notification-icon {
    margin-left: 7px;
}

.shop-single-tab-content {
    position: relative;
    padding: 40px;
}

.shop-tab-area .shop-single-tab-content h3 {
    margin-bottom: 15px;
}

.shop-tab-area .shop-single-tab-content p {
    font-size: 20px;
    letter-spacing: 0px;
    color: #424553;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

    .shop-tab-area .shop-single-tab-content p span {
        color: #00A4B7;
    }

.shop-single-tab-content ul.sstc-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin-left: -10px;
}

    .shop-single-tab-content ul.sstc-list li {
        display: inline-block;
    }

.single-shop-pricing {
    position: relative;
    width: 250px;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
}

.shop-tab-area .shop-single-tab-content .single-shop-pricing p {
    font-size: 20px;
    letter-spacing: 0px;
    color: #424553;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.single-shop-pricing h4 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 5px;
    color: #00A4B7;
}

.single-shop-pricing:hover p, .single-shop-pricing:hover h4 {
    color: #fff !important;
}

.single-shop-pricing:hover {
    background-color: #00A4B7;
}

a.sst-btn {
    position: relative;
    background-color: #00A4B7;
    padding: 8px 18px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
    min-width: 120px;
    text-align: center;
}

    a.sst-btn.remove-sst {
        background-color: #C15249;
    }

    a.sst-btn span {
        margin-right: 10px;
        font-size: 15px;
    }

    a.sst-btn i, a.sst-btn svg {
        margin-right: 5px;
    }

.shop-single-tab-content a.sst-btn {
    margin: 25px auto;
}

.elenco-table {
    position: relative;
}

    .elenco-table h4 {
        font-size: 24px;
        letter-spacing: 0px;
        color: #424553;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 5px;
        border-bottom: 1px solid #C1C1C1;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

        .elenco-table h4 span {
            color: #00A4B7;
        }

.et-box {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    height: 560px;
    overflow-x: scroll;
}

    .et-box::-webkit-scrollbar {
        width: 6px;
    }


    .et-box::-webkit-scrollbar-track {
        background: #F7F7F7;
    }

    .et-box::-webkit-scrollbar-thumb {
        background: #424553;
    }


        .et-box::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .et-box ul {
        padding: 0px;
        list-style-type: none;
    }

        .et-box ul li {
            font-size: 16px;
            letter-spacing: 0px;
            color: #424553;
            font-weight: 400;
            line-height: 26px;
            padding-left: 12px;
            position: relative;
        }

            .et-box ul li:after {
                position: absolute;
                content: '';
                height: 5px;
                width: 5px;
                background-color: #424553;
                border-radius: 50%;
                left: 0px;
                top: 10px;
            }

/* -------------------Shop CSS End------------------- */

/* Fixing CSS */

.single-service-list {
    border: 2px solid #00000008;
}

.cart-item-number {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 99;
    height: 25px;
    width: 25px;
    border: 1px solid #00bcd4;
    border-radius: 50%;
    background-color: #00bcd4;
}

    .cart-item-number p {
        display: block !important;
        color: #fff;
        letter-spacing: 0px;
        font-size: 13px !important;
        line-height: 24px;
        font-weight: 500;
    }

/* Grid CSS */
.table-grid-area {
    position: relative;
    margin: 0px auto;
    padding: 40px 20px;
}

.table-grid-wrapper {
    position: relative;
}

.tabble-grid-top-btn {
    position: relative;
    margin-bottom: 30px;
    text-align: right;
}

.tg-filter {
    position: relative;
    display: inline-block;
    background-color: #15A9B9;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.table-grid-head {
    position: relative;
    margin-bottom: 25px;
}

ul.tgh-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

    ul.tgh-list li {
        position: relative;
        display: inline-block;
        width: 14%;
    }

        ul.tgh-list li label {
            display: block;
            position: relative;
            font-size: 15px;
            letter-spacing: 0px;
            color: #14A4B7;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .filters-header input,
        .filters-header select,
        ul.tgh-list li input,
        ul.tgh-list li select {
            width: 100%;
            border: 1px solid #C1C1C1;
            border-radius: 5px;
            height: 60px;
            padding: 10px 15px;
            margin-top: 5px;
        }

.table-grid-box {
    position: relative;
}

table {
    position: relative;
    width: 100%;
    border-collapse: separate !important;
}

    table thead tr {
    }

        table thead tr th:first-child {
            border-radius: 10px 0 0 0;
        }

        table thead tr th:last-child {
            border-radius: 0 10px 0 0;
        }

        table thead
        .grid-wrap tr th,
        table thead tr th {
            background-color: #14A4B7 !important;
            /*   border: 2px solid #fff;*/
            font-size: 15px;
            letter-spacing: 0px;
            font-weight: 400;
            color: #fff;
            padding: 10px;
            position: relative;
            line-height: 24px;
        }

    table thead {
        position: relative;
    }

    table tbody tr td {
        font-size: 16px;
        letter-spacing: 0px;
        color: #131419;
        line-height: 22px;
        padding: 8px;
    }

/*  table tbody tr td ul.action-btn {
                    position: relative;
                    padding: 0px;
                    list-style-type: none;
                    display: inline-block;
                    float: right;
                }

                    table tbody tr td ul.action-btn li {
                        position: relative;
                        display: inline-block;
                        margin: 3px;
                    }*/
.btn-circle-lg {
    font-size: 20px !important;
}

.btn-circle {
    position: relative;
    background-color: #707070;
    border: 1px solid #707070;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

    .btn-circle:hover {
        background-color: #14A4B7;
        border: 1px solid #14A4B7;
        color: #fff;
    }

    .btn-circle:visited {
        color: #fff;
    }


table tbody tr:nth-child(even) {
    background-color: #F7FEFF;
}

table tbody tr:nth-child(odd) {
    background-color: #EBFDFF;
}


.table-grid-head {
    display: none;
}

div.dataTables_paginate {
    float: right;
    margin: 0
}


    div.dataTables_paginate ul.pagination {
        margin: 2px 0 10px;
        white-space: nowrap
    }
/*----------------------------------------*/
/*  Inquery CSS End
/*----------------------------------------*/
.circle {
    border: 1px solid #707070;
    padding: 5px 10px;
    border-radius: 75%;
    cursor: pointer;
}

.attiva {
    color: #f49292;
}

.mx-n1 {
    margin: 0 -0.7rem !important;
}

textarea.form-control {
    height:unset !important;
}

td[data-name="DOC_Condivisi.Descrizione"] > a {
    font-weight: 400;
    font-size: 16px;
    color: #424553;
    text-decoration:underline;
}

/*
    BADGES
*/
ul.services-list li.new {
    position: relative;
    display: inline-block;
    width: calc(50% - 25px);
    border-radius: 15px;
    margin: 15px 10px;
    vertical-align: top;
}

.text-badge {
    font-family: 'Poppins', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: aliceblue;
    letter-spacing: normal;
}

.badge-danger {
    position: absolute;
    top: -6%;
    right: -6%;
    left: 81%;
    bottom: 78%;
    background-color: red;
    border: 7px solid #ececec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-warning {
    position: absolute;
    top: -6%;
    right: -6%;
    left: 81%;
    bottom: 78%;
    background-color: orange;
    border: 7px solid #ececec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-success {
    position: absolute;
    top: -6%;
    right: -6%;
    left: 81%;
    bottom: 78%;
    background-color: green;
    border: 7px solid #ececec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}