﻿

/*
@font-face {
    font-family: 'SofiaProBold';
    src: url('../fonts/sofiaprobold.woff') format('woff');
}
*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 2px solid #135E63;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #fff !important;
            cursor: default;
            background-color: #135E63;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .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;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }



.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}




.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " ";
}


.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

nav {
    display: block;
}

.navbar {
    display: none;
}


.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.panel-group {
    margin-bottom: 20px;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #d3d3d3;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }


.fade.in {
    opacity: 1;
}


@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

/*.collapse:not(.show) {
    display: none;
}*/


.product-single__price .detail-price {
    font-size: 28px;
}

.product-single__price .detail-mrp {
    font-size: 16px;
    margin-left: 5px;
}

.product-single__price .detail-discount-precent {
    font-size: 24px;
    margin-left: 5px;
    color: #CC0C39 !important;
}

.product-card__price .cardItem-price {
    font-size: 28px;
}

.product-card__price .cardItem-mrp {
    font-size: 14px;
    margin-left: 5px;
}

.product-card__price .cardItem-discount-precent {
    font-size: 14px;
    margin-left: 5px;
    color: #CC0C39 !important;
}

.inclusive-all-taxes {
    font-size: 14px;
}

.product-single__details-tab .product-single__description {
    font-size: 16px !important;
}

.deails-tab-header-section {
    font-size: 16px;
    font-weight: 700;
}

#frm-login #ConfirmPassword, #frm-login #OldPassword {
    letter-spacing: 0.18em;
}

.note-msg {
    font-size: 18px;
}

.success-msg {
    color: forestgreen;
}

.error-msg {
    color: darkred;
}

#whatsapp-chat-widget {
    display: block;
}

.wa-widget-send-button {
    margin: 0 0 40px 0 !important;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 52px;
    min-width: 52px;
    border: 0 solid #363636;
    border-radius: 100px;
    visibility: visible;
    transition: none !important;
    background-color: #00e785;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
    left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider-title, .slider-content {
    display: none;
}

.contact-us-email a, .contact-us-mobile a {
    color: #ffffff !important;
}

    .contact-us-email a:hover, .contact-us-mobile a:hover {
        text-shadow: 1px 1px;
    }


.order-list-header {
    width: 100%;
    padding: 20px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-color: #135e63;
    border-style: solid;
    border-radius: 15px 15px 0px 0px;
    background-color: #f6f6f6 !important;
}

.order-list-main {
    width: 100%;
    border: 1px solid #135e63;
    border-radius: 0px;
    padding: 20px;
}

.order-list-footer {
    width: 100%;
    padding: 10px;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #135e63;
    border-style: solid;
    border-radius: 0px 0px 15px 15px;
    background-color: #f6f6f6 !important;
}

.order-status-part {
    margin-left: 10px;
}

.order-amount-part {
    margin-left: 10px;
}

.order-image-part {
    width: 15%;
}

.order-name-part {
    margin-left: 10px;
    width: 75%;
}

.order-action-part {
    width: 10%;
}

.order-status-part span, .order-amount-part span {
    margin-left: 5px;
}

.page-title {
    text-align: center;
}

.order-list-header div {
    width: 23%;
    color: #565959 !important;
    line-height: 16px !important;
}

.order-items a, .shopping-cart-items-mobile a {
    color: #007185;
}

    .order-items a:hover, .shopping-cart-items-mobile a:hover {
        color: #E47911;
        text-decoration-line: underline;
    }

.order-items {
    width: 70%;
    margin: auto;
}


.popover-title {
    font-size: 14px;
}

.popover-content {
    font-size: 12px;
}

.popover {
    padding: 15px;
}


.cumulative-review {
    height: 12px !important;
    width: 12px !important;
}


.product-single__review-form {
    width: 100%;
    background : #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #E4E2DE !important;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
}


#section-product-details > li {
    margin-bottom: 3px;
}

.glow-on-hover-hold,
.glow-on-hover {
    width: 10.5rem;
    height: 3.75rem;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    color: rgba(255,255,255,0.9);
    border-radius: 50px;
    background: linear-gradient(-45deg, #135E63, #173c00, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    float: right;
}

.glow-on-hover {
    position: absolute;
    margin-top: 0px;
    z-index: 2;
    /* filter: blur(30px); */
    opacity: 0.8;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/** Checkout Style **/
.input-wrapper {
    position: relative;
    /* display: inline-block; */
}

#txtDiscountCoupon {
    text-transform: uppercase;
}

.input-wrapper input {
    padding-right: 40px;
}

.input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #135E63;
    cursor: pointer;
    color: #fff;
    font-size: 31px;
    width: 50px;
}

.align-right {
    text-align: right;
}
/** Checkout Style End **/

/** Add to cart Style Start **/

.productlist-header {
    color: #fff;
    background-color: #F29D57;
}

    .productlist-header th, .productlist-row td {
        padding: 5px !important;
    }

    .productlist-header th {
        font-weight: 600 !important;
    }

.addr-styl9.addr-styl10 {
    color: #fff;
    background-color: #F29D57;
}

.addr-styl10 {
    height: 48px;
    text-transform: uppercase;
    color: #878787;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 0px;
}

.cPHDOP {
    display: block;
}

.col-12-12 {
    width: 100%;
}

.DOjaWF.gdgoEp {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.DOjaWF {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gnoSpt {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .gnoSpt ._8cG2Zv {
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 58px;
        color: #111112;
        font-size: 16px;
    }

        .gnoSpt ._8cG2Zv .oSBuY3 {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-pack: center;
            -ms-flex-align: center;
        }

        .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .gnoSpt ._8cG2Zv .oSBuY3 .e1Z\+OY {
                border-bottom: 3px solid #2a55e5;
                padding: 17px;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50%;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 ._844jJT {
                color: #2a55e5;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

.eGXlor:last-child {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.eGXlor:first-child {
    border-top: 0;
}

.pk3Guc {
    border-top: 1px solid #f0f0f0 !important;
}

.eGXlor {
    border-top: 1px solid #f0f0f0;
    padding: 10px;
    position: relative;
    max-width: 950px;
}

    .eGXlor ._8X-K8p, .eGXlor .hdD-MA {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .eGXlor .x9LoV\+ {
        padding: 0 24px 12px;
        vertical-align: top;
        min-height: 112px;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        overflow: hidden;
    }

    .eGXlor .p04umj, .eGXlor .RtTqPQ {
        vertical-align: top;
        -webkit-flex: 0 0 242px;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        margin-left: auto;
    }

        .eGXlor .p04umj .EjzVkx {
            margin-bottom: 5px;
        }

        .eGXlor .p04umj .-uWaXu {
            font-size: 12px;
            color: #878787;
            margin-top: 9px;
        }

    .eGXlor .x9LoV\+ .gE4Hlh {
        display: block;
        margin-bottom: 10px;
    }

    .eGXlor .x9LoV\+ .T2CNXf {
        font-size: 16px;
        line-height: 1;
        display: inline;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

._9hLNY4, .CXS9LU, .KkRCni {
    font-size: 14px;
    margin-right: 10px;
}

.KkRCni {
    color: #878787;
    text-decoration: line-through;
}

.re6bBo {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

._9hLNY4, .CXS9LU {
    font-weight: 500;
    color: #388e3c;
}

.VU2A2V {
    display: inline-block;
    color: #388e3c;
    font-weight: 500;
}

.eGXlor .x9LoV\+ .BMGVv3 {
    font-size: 12px;
    margin: 12px 0 0;
}

.KU1keN {
    background: #fef8e0;
}

.uiRQXm {
    display: table;
    font-size: 14px;
    padding: 4px 8px 2px;
    border-radius: 1px;
}

.eGXlor .p04umj, .eGXlor .RtTqPQ {
    vertical-align: top;
    -webkit-flex: 0 0 242px;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    margin-left: auto;
}

    .eGXlor .p04umj .EjzVkx {
        margin-bottom: 5px;
    }

    .eGXlor .p04umj .-uWaXu {
        font-size: 12px;
        color: #878787;
        margin-top: 9px;
    }

.pk3Guc .JefwG6 {
    padding-top: 10px;
}

.eGXlor .d\+mEZR {
    display: block;
}

    .eGXlor .d\+mEZR .ocFP1P {
        width: var(--cart-item-image-width);
        text-align: center;
        display: inline-block;
    }

.remove-cart {
    font-weight: bold;
    color: #343434;
    margin-left: 50px;
}

    .remove-cart:hover {
        color: #2874f0;
    }

.remove-cart-holder {
    padding-top: 15px;
}
/** Add to cart Style End **/

.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.frequanlty_bought_content:first-child {
    padding-top: 0;
}

.frequanlty_bought_content {
    padding: 22px 0;
    border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
    position: relative;
}

    .frequanlty_bought_content:first-child::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 20px;
        bottom: -10px;
        background-image: url(https://cdn.shopify.com/s/files/1/0034/7901/1441/files/Frame_355.png?v=1712214998);
        background-size: contain;
    }

    .frequanlty_bought_content input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none !important;
        cursor: pointer;
    }


        .frequanlty_bought_content input, .frequanlty_bought_content input:-webkit-autofill, .frequanlty_bought_content input:-webkit-autofill:hover, .frequanlty_bought_content input:-webkit-autofill:focus {
            -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0) inset !important;
            background-color: transparent !important;
            background-clip: text;
            -webkit-text-fill-color: #000;
        }

    .frequanlty_bought_content label {
        display: grid;
        gap: 20px;
        grid-template-columns: 62px 1fr;
        position: relative;
        cursor: pointer;
        padding-right: 30px;
    }

        .frequanlty_bought_content label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #135E63;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.005), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.005);
            padding: 9px;
            display: inline-block;
            position: absolute;
            vertical-align: middle;
            cursor: pointer;
            right: 0;
            border-radius: 3px;
            top: 50%;
            transform: translateY(-50%);
        }

    .frequanlty_bought_content input:checked + label:before {
        background-color: #135E63;
    }

    .frequanlty_bought_content input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 7px);
        right: 8px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .frequanlty_bought_content .left_img {
        display: flex;
    }

        .frequanlty_bought_content .left_img img {
            width: 62px;
            height: 62px;
            object-fit: cover;
            border-radius: 8px;
        }

    .frequanlty_bought_content .title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        margin: 0;
    }

    .frequanlty_bought_content .product_price-wrapper {
        display: flex;
        flex-wrap: wrap;
        /* gap: 7px; */
        margin-top: 8px;
        align-items: center;
    }

        .frequanlty_bought_content .product_price-wrapper span.currency_symbol {
            font-size: 20px;
            line-height: 23px;
        }

span.currency_symbol {
    font-weight: 400 !important;
}

.frequanlty_bought_content .product_price-wrapper .main_price {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
}

.frequanlty_bought_together .button.cart_button {
    font-size: 18px;
    padding: 13px 20px 18px;
    font-weight: 700 !important;
}

.frequanlty_bought_content:last-child {
    border-bottom: none;
}

.secondy_cart_button .cart_button {
    width: 100%;
    background: transparent;
    border: 1px solid #135E63;
    color: #135E63;
    padding: 5px 10px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}

    .secondy_cart_button .cart_button:hover {
        background: #135E63;
        border: 1px solid #135E63;
        color: #fff;
    }

.frq-list-prod {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .frq-list-prod h3 {
        font-size: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }


#topNavCarousel {
    height: 30px;
    overflow: hidden;
    z-index: 9999;
    background: #af6b00;
}

#topNavCarousel .carousel-inner,
#topNavCarousel .carousel-item {
    height: 100%;
    align-items: center;
    justify-content: center;
}

div#topNavCarousel button.carousel-control-prev span, div#topNavCarousel button.carousel-control-next span {
    background-size: 16px;
}

div#topNavCarousel .text-white {
    font-size: 14px;
    line-height: 30px;
    font-weight:500;
}

.product-single_media.vertical-thumbnail .product-single_image,
.product-single_media.vertical-thumbnail .product-single_thumbnail {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.product-single_media.vertical-thumbnail .product-single_image-item {
    width: 100% !important;
}

.product-single_media.vertical-thumbnail .product-single_thumbnail,
.swiper-container-vertical > .swiper-wrapper,
.product-single_media.vertical-thumbnail .product-single_thumbnail .swiper-slide {
    height: 114px !important;
}


.review-summary .side {
    font-size: 12px;
    padding: 0px;
    text-align: left;
}

.jdgm-rev__header {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
span.jdgm-rev__author-wrapper {
    float: left;
}
.jdgm-row-rating {
    margin-bottom: 8px;
}



.jdgm-rev_timestamp, .jdgm-rev_location {
    opacity: 1;
    color: #7b7b7b;
    font-size: 80%;
    min-height: 10px;
}



.jdgm-rev__buyer-badge-wrapper {
 margin-left: 0px;
}

.jdgm-rev__buyer-badge-wrapper {
   margin-left: 0;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #f6a109;
}
.jdgm-rev__body p {
    font-size: 14px;
    color: #828080;
    margin-bottom: 0;
}

.jdgm-rev_buyer-badge.jdgm-rev_buyer-badge {
    color: white;
    background-color: #000;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 5px
}



@@media (min-width: 992px) {
    .product-single__media {
        flex-direction: column-reverse !important;
        margin-bottom: 0;
    }
}

.review-not-selected {
    fill: #ccc !important;
}

.reviews-group {
    margin-left: 15px;
    line-height:10px;
}

.productlist-header {
    color: #fff;
    background-color: #F29D57;
}

    .productlist-header th, .productlist-row td {
        padding: 5px !important;
    }

    .productlist-header th {
        font-weight: 600 !important;
    }

.addr-styl9.addr-styl10 {
    color: #fff;
    background-color: #F29D57;
}

.addr-styl10 {
    height: 48px;
    text-transform: uppercase;
    color: #878787;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 0px;
}

.cPHDOP {
    display: block;
}

.col-12-12 {
    width: 100%;
}

.DOjaWF.gdgoEp {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.DOjaWF {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gnoSpt {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .gnoSpt ._8cG2Zv {
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 58px;
        color: #111112;
        font-size: 16px;
    }

        .gnoSpt ._8cG2Zv .oSBuY3 {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-pack: center;
            -ms-flex-align: center;
        }

        .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .gnoSpt ._8cG2Zv .oSBuY3 .e1Z\+OY {
                border-bottom: 3px solid #2a55e5;
                padding: 17px;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50%;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 ._844jJT {
                color: #2a55e5;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

.eGXlor:last-child {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.eGXlor:first-child {
    border-top: 0;
}

.pk3Guc {
    border-top: 1px solid #f0f0f0 !important;
}

.eGXlor {
    border-top: 1px solid #f0f0f0;
    padding: 10px;
    position: relative;
}

    .eGXlor ._8X-K8p, .eGXlor .hdD-MA {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .eGXlor .x9LoV\+ {
        padding: 0 24px 12px;
        vertical-align: top;
        min-height: 112px;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        overflow: hidden;
    }

    .eGXlor .p04umj, .eGXlor .RtTqPQ {
        vertical-align: top;
        -webkit-flex: 0 0 242px;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        margin-left: auto;
    }

        .eGXlor .p04umj .EjzVkx {
            margin-bottom: 5px;
        }

        .eGXlor .p04umj .-uWaXu {
            font-size: 12px;
            color: #878787;
            margin-top: 9px;
        }

    .eGXlor .x9LoV\+ .gE4Hlh {
        display: block;
        margin-bottom: 10px;
    }

    .eGXlor .x9LoV\+ .T2CNXf {
        font-size: 16px;
        line-height: 1;
        display: inline;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

._9hLNY4, .CXS9LU, .KkRCni {
    font-size: 14px;
    margin-right: 10px;
}

.KkRCni {
    color: #878787;
    text-decoration: line-through;
}

.re6bBo {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

._9hLNY4, .CXS9LU {
    font-weight: 500;
    color: #388e3c;
}

.VU2A2V {
    display: inline-block;
    color: #388e3c;
    font-weight: 500;
}

.eGXlor .x9LoV\+ .BMGVv3 {
    font-size: 12px;
    margin: 12px 0 0;
}

.KU1keN {
    background: #fef8e0;
}

.uiRQXm {
    display: table;
    font-size: 14px;
    padding: 4px 8px 2px;
    border-radius: 1px;
}

.eGXlor .p04umj, .eGXlor .RtTqPQ {
    vertical-align: top;
    -webkit-flex: 0 0 242px;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    margin-left: auto;
}

    .eGXlor .p04umj .EjzVkx {
        margin-bottom: 5px;
    }

    .eGXlor .p04umj .-uWaXu {
        font-size: 12px;
        color: #878787;
        margin-top: 9px;
    }

.pk3Guc .JefwG6 {
    padding-top: 10px;
}

.eGXlor .d\+mEZR {
    display: block;
}

    .eGXlor .d\+mEZR .ocFP1P {
        width: var(--cart-item-image-width);
        text-align: center;
        display: inline-block;
    }

.remove-cart {
    font-weight: bold;
    color: #343434;
    margin-left: 50px;
}

    .remove-cart:hover {
        color: #2874f0;
    }

.remove-cart-holder {
    padding-top: 15px;
}


.heading {
    font-size: 20px;
}




/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 85%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #04AA6D;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

.centered-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.addr-styl1 {
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.addr-styl2, .addr-styl3 {
    margin: 0 0 0 11px;
}

.addr-styl4 {
    font-weight: 500;
}


.addr-styl5 {
    max-width: 325px;
    float: right;
}

.addr-styl6:not(.J9kgT\+) {
    display: block;
}


.addr-styl7 {
    cursor: auto;
}

.addr-styl6 {
    cursor: pointer;
}

.addr-styl8 {
    margin-top: 10px;
    display: block;
}

.addr-styl3 {
    text-transform: uppercase;
    font-size: 11px;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
}

.addr-styl9.addr-styl10 {
    color: #fff;
    background-color: #F29D57;
}

.addr-styl10 {
    height: 48px;
    text-transform: uppercase;
    color: #878787;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 0px;
}

.MJrwCP {
    max-width: 523px;
    float: left;
    cursor: pointer;
    /* width: 100%; */
}

.zGVBds {
    visibility: hidden;
    position: absolute;
}

.LtTRsN {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.AWaTLw {
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    width: 100%;
}

.Pg\+ADy {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.AWaTLw .pMJ9ZM {
    position: relative;
}

.gIBRFT {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px 12px;
}

.VTUEC- {
    display: inline-block;
    margin-left: 8px;
    width: calc(100% - 34px);
}

.add-address-text {
    float: right;
}

.addr-styl10 a {
    color: #fff;
    font-weight: 600;
}

.productlist-header th, .productlist-row td {
    padding: 5px !important;
}

.productlist-header th {
    font-weight: 600 !important;
}


.cPHDOP {
    display: block;
}

.col-12-12 {
    width: 100%;
}

.DOjaWF.gdgoEp {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.DOjaWF {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gnoSpt {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .gnoSpt ._8cG2Zv {
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 58px;
        color: #111112;
        font-size: 16px;
    }

        .gnoSpt ._8cG2Zv .oSBuY3 {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-pack: center;
            -ms-flex-align: center;
        }

        .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .gnoSpt ._8cG2Zv .oSBuY3 .e1Z\+OY {
                border-bottom: 3px solid #2a55e5;
                padding: 17px;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50%;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 ._844jJT {
                color: #2a55e5;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

.eGXlor:last-child {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.eGXlor:first-child {
    border-top: 0;
}

.pk3Guc {
    border-top: 1px solid #f0f0f0 !important;
}

.eGXlor {
    border-top: 1px solid #f0f0f0;
    padding: 10px;
    position: relative;
    max-width: 950px;
}

    .eGXlor ._8X-K8p, .eGXlor .hdD-MA {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .eGXlor .x9LoV\+ {
        padding: 0 24px 12px;
        vertical-align: top;
        min-height: 112px;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        overflow: hidden;
    }

    .eGXlor .p04umj, .eGXlor .RtTqPQ {
        vertical-align: top;
        -webkit-flex: 0 0 242px;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        margin-left: auto;
    }

        .eGXlor .p04umj .EjzVkx {
            margin-bottom: 5px;
        }

        .eGXlor .p04umj .-uWaXu {
            font-size: 12px;
            color: #878787;
            margin-top: 9px;
        }

    .eGXlor .x9LoV\+ .gE4Hlh {
        display: block;
        margin-bottom: 10px;
    }

    .eGXlor .x9LoV\+ .T2CNXf {
        font-size: 16px;
        line-height: 1;
        display: inline;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

    .eGXlor .x9LoV\+ .KTpSwS, .eGXlor .x9LoV\+ .qmkQop {
        display: block;
        color: #878787;
        font-size: 14px;
        height: 20px;
    }

._9hLNY4, .CXS9LU, .KkRCni {
    font-size: 14px;
    margin-right: 10px;
}

.KkRCni {
    color: #878787;
    text-decoration: line-through;
}

.re6bBo {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

._9hLNY4, .CXS9LU {
    font-weight: 500;
    color: #388e3c;
}

.VU2A2V {
    display: inline-block;
    color: #388e3c;
    font-weight: 500;
}

.eGXlor .x9LoV\+ .BMGVv3 {
    font-size: 12px;
    margin: 12px 0 0;
}

.KU1keN {
    background: #fef8e0;
}

.uiRQXm {
    display: table;
    font-size: 14px;
    padding: 4px 8px 2px;
    border-radius: 1px;
}

.eGXlor .p04umj, .eGXlor .RtTqPQ {
    vertical-align: top;
    -webkit-flex: 0 0 242px;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    margin-left: auto;
}

    .eGXlor .p04umj .EjzVkx {
        margin-bottom: 5px;
    }

    .eGXlor .p04umj .-uWaXu {
        font-size: 12px;
        color: #878787;
        margin-top: 9px;
    }

.pk3Guc .JefwG6 {
    padding-top: 10px;
}

.eGXlor .d\+mEZR {
    display: block;
}

    .eGXlor .d\+mEZR .ocFP1P {
        width: var(--cart-item-image-width);
        text-align: center;
        display: inline-block;
    }

.remove-checkout {
    font-weight: bold;
    color: #343434;
}

    .remove-checkout:hover {
        color: #2874f0;
    }


.addr-styl1 {
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.addr-styl2, .addr-styl3 {
    margin: 0 0 0 11px;
}

.addr-styl4 {
    font-weight: 500;
}


.addr-styl5 {
    max-width: 325px;
    float: right;
}

.addr-styl6:not(.J9kgT\+) {
    display: block;
}


.addr-styl7 {
    cursor: auto;
}

.addr-styl6 {
    cursor: pointer;
}

.addr-styl8 {
    margin-top: 10px;
    display: block;
}

.addr-styl3 {
    text-transform: uppercase;
    font-size: 11px;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
}

.addr-styl9.addr-styl10 {
    color: #fff;
    background-color: #F29D57;
}

.addr-styl10 {
    height: 48px;
    text-transform: uppercase;
    color: #878787;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 0px;
}

.MJrwCP {
    max-width: 523px;
    float: left;
    cursor: pointer;
    /* width: 100%; */
}

.zGVBds {
    visibility: hidden;
    position: absolute;
}

.LtTRsN {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.AWaTLw {
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    width: 100%;
}

.Pg\+ADy {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}



.gIBRFT.tC-hMK {
   background-color: #f5faff;
    border: 1px solid #135e63;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom:15px;
}

.gIBRFT {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px 12px;
}

.VTUEC- {
    display: inline-block;
    margin-left: 8px;
    width: calc(100% - 34px);
}

.add-address-text {
    float: right;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    color: #fff !important;
    padding: 3px 6px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: #f19d57;
    border-radius: 50px;
    line-height: 17px;
}
.checkout-form .billing-info__wrapper .card {
    border: 1px solid #135e63;
}
.billing-info__wrapper .card-header h5 {
    height: 22px;
    font-size: 16px;
    line-height: 22px;
}
.addr-styl10 a {
    color: #fff;
    font-weight: 600;
}

.productlist-header th, .productlist-row td {
    padding: 5px !important;
}

.productlist-header th {
    font-weight: 600 !important;
}



.col-12-12 {
    width: 100%;
}

.DOjaWF.gdgoEp {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.DOjaWF {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gnoSpt {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .gnoSpt ._8cG2Zv {
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 58px;
        color: #111112;
        font-size: 16px;
    }

        .gnoSpt ._8cG2Zv .oSBuY3 {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-pack: center;
            -ms-flex-align: center;
        }

        .gnoSpt ._8cG2Zv, .gnoSpt ._8cG2Zv .oSBuY3 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
        }

            .gnoSpt ._8cG2Zv .oSBuY3 .e1Z\+OY {
                border-bottom: 3px solid #2a55e5;
                padding: 17px;
                text-align: center;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50%;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 ._844jJT {
                color: #2a55e5;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }

            .gnoSpt ._8cG2Zv .oSBuY3 .IFZV3u {
                cursor: pointer;
            }




._9hLNY4, .CXS9LU, .KkRCni {
    font-size: 14px;
    margin-right: 10px;
}

.KkRCni {
    color: #878787;
    text-decoration: line-through;
}

.re6bBo {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}

._9hLNY4, .CXS9LU {
    font-weight: 500;
    color: #388e3c;
}

.VU2A2V {
    display: inline-block;
    color: #388e3c;
    font-weight: 500;
}

.eGXlor .x9LoV\+ .BMGVv3 {
    font-size: 12px;
    margin: 12px 0 0;
}

.KU1keN {
    background: #fef8e0;
}

.uiRQXm {
    display: table;
    font-size: 14px;
    padding: 4px 8px 2px;
    border-radius: 1px;
}

.eGXlor .p04umj, .eGXlor .RtTqPQ {
    vertical-align: top;
    -webkit-flex: 0 0 242px;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    margin-left: auto;
}

    .eGXlor .p04umj .EjzVkx {
        margin-bottom: 5px;
    }

    .eGXlor .p04umj .-uWaXu {
        font-size: 12px;
        color: #878787;
        margin-top: 9px;
    }


.eGXlor .d\+mEZR {
    display: block;
}

    .eGXlor .d\+mEZR .ocFP1P {
        width: var(--cart-item-image-width);
        text-align: center;
        display: inline-block;
    }

.remove-checkout {
    font-weight: bold;
    color: #343434;
}

    .remove-checkout:hover {
        color: #2874f0;
    }

.review-not-selected {
    fill: #ccc !important;
}

.reviews-group {
    margin-left: 15px;
}



.product-single_media.vertical-thumbnail .product-single_image,
.product-single_media.vertical-thumbnail .product-single_thumbnail {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.product-single_media.vertical-thumbnail .product-single_image-item {
    width: 100% !important;
}

.product-single_media.vertical-thumbnail .product-single_thumbnail,
.swiper-container-vertical > .swiper-wrapper,
.product-single_media.vertical-thumbnail .product-single_thumbnail .swiper-slide {
    height: 114px !important;
}

.ourwork-tab-wrap {
    padding: 25px 0px !important;
    display: table;
    width: 100%;
}
.swiper-slide.product-card .pc__atc {
    border-radius: 0 0 15px 15px;
}
.review-summary .side {
    font-size: 12px;
}

.jdgm-rev__header {
    margin-bottom: 10px;
}

.jdgm-row-rating {
    margin-bottom: 0px;
     float: left;
    width: 100%;
}



.jdgm-rev_timestamp, .jdgm-rev_location {
    opacity: 1;
    color: #7b7b7b;
    font-size: 80%;
    min-height: 10px;
}




.jdgm-rev_buyer-badge.jdgm-rev_buyer-badge {
    color: white;
    background-color: #000;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 5px
}



@media (min-width: 992px) {
    .product-single__media {
        flex-direction: column-reverse !important;
        margin-bottom: 0;
    }
}

.product-single__media.vertical-thumbnail .product-single__image {
    flex: 0 0 100%;
    max-width: 100%;
}

.review-summary {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #E4E2DE;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto;
    width: 85%;
}

ul#Imagefiles {
    padding: 0px 15px;
}

ul#Imagefiles li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 5px;
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
}

    ul#Imagefiles li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        min-height: 100px !important;
    }

.dropzone {
    min-height: 60px !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.empty-cart {
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
    font-weight: 600;
    color: #135E63;
    background: none !important;
    border-radius: 10px;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    flex-direction: column;
}

.navigation .navigation__list .navigation__link {
    color: #010f10 !important;    
    font-weight: 600;
    font-size: 16px;
}

.product-single__name {
    font-size: 32px;
    font-weight: 600;
}

.gray-text {
    color: #7a7979;
}


.pulse-button {
  /*  padding: 20px 40px;*/
    font-size: 24px;
  /*  color: #fff;
    background: #6200ea;*/
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.shipping-address {
    float: right;
    margin-left: auto;
    margin-right: 0;
}

.swiper-slide.product-card:hover .pc__atc {
    border-radius: 0;
}
.jdgm-list-img ul {
    padding: 0;
    list-style: none;
}

.jdgm-list-img li img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}
.jdgm-list-img li {
    display: flex;
    float: left;
}
div#imageModal .modal-body img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}
div#imageModal .modal-body,div#videoModal .modal-body{
    padding: 20px !important;
}