/** Shopify CDN: Minification failed

Line 11987:41 Expected ")" to end URL token

**/
/* ==========================================================================
   COLORS SETTINGS
   ========================================================================== */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-weight: 400;
}

body {
    font-size: 0.9375rem;
    font-family: 'Roboto', sans-serif;
    color: #0f0f0f;
    line-height: 1.55rem;
    letter-spacing: 0.28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-family:'Domine', serif;
    color: #313131;
}

p {
    color: #212529;
    font-weight: 400;
}

h1 {
    font-size: 2rem;
    letter-spacing: 0.63px;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.488125rem;
        letter-spacing: -0.35px;
        line-height: 2.8125rem;
    }
}

h2 {
    font-size: 1.75rem;
    letter-spacing: -0.23px;
    line-height: 2rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.07375rem;
        letter-spacing: -0.35px;
        line-height: 2.5rem;
    }
}

h3 {
    font-size: 1.5rem;
    letter-spacing: -0.43px;
    line-height: 1.875rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.728125rem;
        line-height: 2.25rem;
    }
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #f58726;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

.aut-add-contrast [class*="aut-bg"] {
    background: rgba(0, 0, 0, 0.7);
}

.aut-bg-gray {
    background: #f1f1f1;
}

.aut-bg-black {
    background: #000;
}

.aut-bg-white {
    background: #fff;
}

.aut-bg-primary {
    background: #f58726;
}

.aut-section {
    padding: 45px 0;
}

@media (min-width: 768px) {
    .aut-section {
        padding: 100px 0;
    }
}

.bt-faint-orange {
    background: rgba(245, 135, 38, 0.07);
}

.bt-faint-gold {
    background: rgba(204, 160, 0, 0.07);
}

.bt-faint-gray {
    background: rgba(241, 241, 241, 0.47);
}

.bt-faint-gold-p {
    background: rgba(204, 160, 0, 0.04);
}

.aut-section-title {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aut-section-title {
        margin-bottom: 75px;
    }
}

.padding-40 {
    padding: 40px 0;
}

.padding-60 {
    padding: 60px 0;
}

.padding-80 {
    padding: 80px 0;
}

.padding-100 {
    padding: 100px 0;
}

.button_small_none {
    display: block;
}

@media (max-width: 767px) {
    .button_small_none {
        display: none;
    }
}

.title_roboto {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.3125rem;
}

.price {
    text-align: center;
    font-family: 'Jost', sans-serif;
    margin-top: 0.3125rem;
}

.breadcrumb__ .breadcrumb {
    background: none;
    padding-left: 0;
}

.breadcrumb__ .breadcrumb .breadcrumb-item {
    font-size: 0.8125rem;
    font-weight: 400;
}

.breadcrumb__ .breadcrumb .breadcrumb-item a {
    font-size: 0.8125rem;
}

.zoom {
    width: auto !important;
    height: 360px;
    display: block !important;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .zoom {
        height: auto;
    }
}

.box_primary {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
}

.product_notice {
    border: 1px solid #f58726;
    background: #fcfcfc;
    padding: 0.875rem;
    margin-top: 1rem;
}

.product_notice p {
    font-size: 0.875rem;
    font-style: italic;
}

.pagination__ nav {
    display: flex;
    justify-content: center;
}

.pagination__ nav .page-item.active .page-link {
    background: #f58726;
}

.pagination__ nav .page-item:last-child {
    margin-right: 0;
}

.pagination__ nav .page-item:last-child .page_link.next {
    margin-right: 0;
}

.pagination__ nav .page-item .page-link {
    background: none;
    border: none;
    color: #313131;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    border-radius: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
    margin-right: 0.6rem;
}

.pagination__ nav .page-item .page-link.pren {
    color: #8b8b8b;
}

.pagination__ nav .page-item .page-link.pren.prev:hover {
    transform: translateX(-5px);
}

.pagination__ nav .page-item .page-link.pren.next {
    margin-right: 0;
}

.pagination__ nav .page-item .page-link.pren.next:hover {
    transform: translateX(5px);
}

.pagination__ nav .page-item:hover .page-link {
    background: #f58726;
}

.pagination__ nav .page-item:hover .page-link.pren {
    background: none;
    color: #f58726;
}

.cat_tag {
    position: absolute;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: #cca000;
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    padding: 0.1em 0.6em;
    letter-spacing: 0.06em;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
}

.chat_btn {
    position: fixed;
    right: -2rem;
    z-index: 100;
    top: 28%;
    transform: rotate(-90deg);
}

.chat_btn a {
    padding: 0.3rem 0.8rem;
    background: #f58726;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none;
    font-style: italic;
}

@media (max-width: 767px) {
    .chat_btn {
        bottom: 279px;
        z-index: 99;
        right: -78px;
        top: inherit;
    }
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-b-20{
    margin-bottom: 20px;
}
.m-b-30{
    margin-bottom: 30px;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-tb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

@media (max-width: 767px) {
    .p-tb-60 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.m-l-10 {
    margin-left: 0.625rem;
}

.p-30 {
    padding: 30px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.fw-medium {
    font-weight: 500;
}

.text-primary {
    color: #f58726 !important;
}

.text-secondary {
    color: #cca000 !important;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.text-header-color {
    color: #313131;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        width: 530px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 15px;
        width: 730px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1480px) {
    .container {
        width: 1430px;
    }
}

.aut-add-contrast {
    background: #000;
}

.aut-add-contrast * {
    color: #fff;
}

.aut-add-contrast svg g {
    fill: #fff;
}

.aut-add-contrast .aut-accessibility-action svg g {
    fill: #fff;
}

.top_nav {
    padding-top: 1.2rem;
    position: relative;
}

.top_nav .currency {
    border: none;
    font-size: 0.875rem;
    background: none;
}

.top_nav .numbers_select {
    border: none;
    font-size: 0.875rem;
}

.top_nav .call img {
    width: 1.125rem;
    margin-right: 0.3125rem;
    vertical-align: middle;
}

.top_nav .top_menu_right {
    justify-content: flex-end;
}

.top_nav .top_menu_right li {
    margin-left: 1.5rem;
}

.top_nav .top_menu_right li a {
    text-transform: uppercase;
    font-size: 0.8125rem;
    min-height: 1rem;
    display: flex;
    align-items: center;
}

.top_nav .top_menu_right li a:hover .contact_icon svg {
    fill: #f58726;
    transition: all 0.25s ease-in-out;
}

.top_nav .top_menu_right li a i {
    margin-right: 3px;
    line-height: 1;
}

.top_nav .top_menu_right li a i.contact_icon {
    vertical-align: top;
}

.top_nav .top_menu_right li a i.contact_icon svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 767px) {
    .top_nav .top_menu_right li a i.contact_icon svg {
        width: 18px;
        height: 18px;
    }
}

.main_nav {
    position: relative;
    margin-top: 1.2rem;
}

@media (max-width: 767px) {
    .main_nav {
        display: none;
    }
}

.main_nav .main_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(204, 160, 0, 0.2);
    border-bottom: 1px solid rgba(204, 160, 0, 0.2);
}

.main_nav .nav_item {
    padding: 0.2rem 0;
}

.main_nav .nav_item.has_child .nav_link:after {
    content: "\f0d7";
    line-height: 1;
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-left: 5px;
}


/* 
.main_nav .nav_item.has_child:hover .sub_nav {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-in-out;
} */

.main_nav .nav_item .nav_link {
    font-size: 0.875rem;
    padding: 1.5em 1.5em;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .main_nav .nav_item .nav_link {
        padding: 1.5em 1.2em;
    }
}

.main_nav .nav_item.has-child:hover .sub_nav {
    visibility: visible;
    opacity: 1;
}

.main_nav .sub_nav {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 100%;
    left: 0%;
    width: 100vw;
    max-width: 100%;
    z-index: 99;
    background: #fcfcfc;
    font-size: 0.875rem;
    padding: 0.8rem 0;
    border-top: 1px solid #cca000;
    border-bottom: 1px solid #cca000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.main_nav .sub_nav .sub_nav_col {
    width: 12rem;
    padding: 0 1rem;
}

.main_nav .sub_nav .sub_nav_col ul li a {
    line-height: 1.2;
    display: inline-block;
}

.main_nav .sub_nav .sub_nav_col:not(:last-child) {
    border-right: 1px solid #8b8b8b;
}

.main_nav .sub_nav .sub_nav_col:first-child {
    width: 15rem;
}

.main_nav .sub_nav .sub_nav_col h6 {
    font-family: "roboto";
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.5xem;
}

.main_nav .sub_nav .sub_nav_col.half_width {
    width: 22rem;
}

.main_nav .sub_nav .sub_nav_col.half_width ul {
    display: flex;
    flex-wrap: wrap;
}

.main_nav .sub_nav .sub_nav_col.half_width ul li {
    width: 45%;
}

.main_nav .sub_nav .sub_nav_col.img_item {
    width: 80%;
}

.main_nav .sub_nav .sub_nav_col.img_item ul {
    display: flex;
    flex-wrap: wrap;
}

.main_nav .sub_nav .sub_nav_col.img_item ul li {
    width: 33.33%;
    padding: 1rem;
}

.main_nav .sub_nav .sub_nav_col.img_item ul li a {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.main_nav .sub_nav .sub_nav_col.img_item ul li a img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 1rem;
}

.main_nav .sub_nav.two_col .sub_nav_col {
    width: 20rem;
}

.main_nav .nav_item.has_small_child {
    position: relative;
}

.main_nav .nav_item.has_small_child .sub_nav {
    width: auto;
    max-width: 120%;
    padding: 1rem 2rem 1rem;
    top: calc(100% + 3px);
    border: 1px solid #cca000;
    max-width: 150px;
}

.main_nav .nav_item.has_small_child .sub_nav ul li a {
    white-space: nowrap;
}
      
 .customize-link{
   background: #459155;
   padding: 0.25rem 0.5rem;
   margin-top: 2px;
   display: block;
   color: #fff;
 }
 .customize-link:hover{
   color: #fff;
 }

.main_nav_list.mobile_nav {
    display: none;
    position: fixed;
    width: 60vw;
    left: -50px;
    top: 85px;
    z-index: -1;
    height: 100vh;
    overflow-y: auto;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    padding-top: 0.625rem;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .main_nav_list.mobile_nav {
        display: block;
    }
    
}

.main_nav_list.mobile_nav.active {
    opacity: 1;
    visibility: visible;
    left: 0%;
    transition: all 0.25s ease-in-out;
}

.main_nav_list.mobile_nav .nav_item {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.main_nav_list.mobile_nav .nav_item a {
    display: inline-block;
    padding: 0.2rem 1.5rem;
}

.main_nav_list.mobile_nav .nav_item.button a{
    
    padding: 0.2rem 1rem;
}

.main_nav_list.mobile_nav .nav_item.has_child {
    position: relative;
    width: 100%;
}

.main_nav_list.mobile_nav.nav_item.has_child>div .item_expand_min.minus i.fa-plus::before {
    content: "\f068";
}

.main_nav_list.mobile_nav .nav_item.has_child a:last-child {
    margin-left: auto;
}

.main_nav_list.mobile_nav .nav_item.has_child a:last-child i {
    color: #8b8b8b;
}

.main_nav_list.mobile_nav .nav_item.has_child a:last-child i:hover {
    color: #f58726;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col {
    width: 100%;
    background: #f1f1f1;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col>div {
    justify-content: space-between;
    align-items: center;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col>div>a {
    margin-left: 0;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col>div .item_expand_child_ico.minus i.fa-plus::before {
    content: "\f068";
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col>div>a {
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col h6 {
    font-size: 0.875rem;
    font-family: "roboto";
    font-weight: 400;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    padding: 0.2rem 1.5rem;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col ul li {
    background: #fcfcfc;
}

.main_nav_list.mobile_nav .nav_item.has_child .sub_nav_col ul li a {
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.3;
    padding: 0.2rem 1.5rem;
}

.nav_trigger_mobile {
    display: none;
    cursor: pointer;
}

.nav_trigger_mobile i {
    font-size: 12px;
    min-width: 22px;
    text-align: center;
}

.nav_trigger_mobile:hover {
    color: #f58726;
}

@media (max-width: 767px) {
    .nav_trigger_mobile {
        display: block;
        margin-right: 1rem;
    }

    .nav_trigger_mobile i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .top_nav {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .top_nav .container {
        padding: 0 15px;
    }

    .top_nav_selectors {
        display: none !important;
    }

    .top_menu_right li {
        margin-left: 1rem !important;
        flex: 0 0 10px;
    }

    .top_menu_right li a i {
        font-size: 1.125rem;
    }

    .top_menu_right li a span {
        display: none;
    }

    .hero_brand {
        display: inline-block;
    }

    @media (max-width: 768px) {
        .hero_brand img {
            width: 70px;
        }
    }

    .nav_bran_col {
        width: 40%;
        height: 45px;
    }

    .button_col_nav {
        width: 50%;
        margin-left: auto;
    }

    .top_menu_right a {
        min-width: 16px;
        display: flex;
        align-items: center;
    }

    .top_menu_right .contact_icon svg {
        width: 16px;
        height: 16px;
    }

    .top_nav {
        padding: 0.4rem;
    }
}

.search_button {
    position: relative;
}

.search_button .search_field {
    position: absolute;
    top: 0%;
    right: -100%;
    opacity: 1;
    transform: translateY(-50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.search_button .search_field input {
    border: 1px solid #f58726;
    padding: 0.2rem 0.4rem;
    width: 15rem;
}

.search_button .search_field.get__ {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .search_button .search_field.get__ {
        left: none;
        right: 0;
    }
}

.search_button .search_field .closeInp {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #f58726;
    z-index: 2;
    transform: translateY(-50%);
}

.search_button .search_field .closeInp i {
    color: #f58726;
    font-size: 1rem;
}

.top_bar_height_adjust {
    display: none;
}

@media (max-width: 767px) {
    .top_bar_height_adjust {
        display: block;
    }
}

.dropdown--flag {
    border: none;
    background: none;
}

#call_flag .dropdown-item {
    padding: 0.2rem 2rem 0.2rem 1rem;
}

#call_flag .dropdown:hover>.dropdown-menu {
    display: block;
}

#call_flag .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu.show {
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
}

@media (min-width: 992px) {
    .aut-nav {
        width: 610px;
    }
}

@media (min-width: 1200px) {
    .aut-nav {
        width: 775px;
    }
}

@media (min-width: 1480px) {
    .aut-nav {
        width: 1004px;
    }
}

@media (min-width: 1200px) {
    .aut-nav ul {
        margin-left: -20px;
    }
}

@media (min-width: 1480px) {
    .aut-nav ul {
        margin-left: -45px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
    color: #000;
    letter-spacing: 0.13px;
    font-size: 21px;
    padding: 0;
}

@media (min-width: 1200px) {

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 1480px) {

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        font-size: 21px;
    }
}

.aut-add-contrast .navbar-expand-lg .navbar-nav .nav-link,
.aut-add-contrast .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.nav-item.active .caret,
.nav-item:hover .caret {
    border-top-color: #f58726;
}

.aut-add-contrast .nav-item.active .caret,
.aut-add-contrast .nav-item:hover .caret {
    border-top-color: #fff;
}

.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link,
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link {
    color: #f58726;
}

.aut-add-contrast .navbar-nav .nav-item.active>.nav-link,
.aut-add-contrast .navbar-nav .nav-item:active:focus>.nav-link,
.aut-add-contrast .navbar-nav .nav-item:active>.nav-link,
.aut-add-contrast .navbar-nav .nav-item:focus>.nav-link,
.aut-add-contrast .navbar-nav .nav-item:hover>.nav-link {
    color: #fff;
}

.bsnav {
    background: none;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        margin-left: 20px;
    }
}

@media (min-width: 1480px) {
    .navbar-nav .nav-item {
        margin-left: 45px;
    }
}

.nav-item.dropdown>.navbar-nav {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.nav-item.dropdown>.navbar-nav .nav-item {
    margin-left: 0;
}

.nav-item.dropdown>.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}

.aut-add-contrast .nav-item.dropdown>.navbar-nav .nav-item .nav-link {
    color: #000;
}

.nav-item.dropdown>.navbar-nav {
    width: auto;
}

.aut-header-contact {
    margin-left: auto;
}

.bsnav-mobile .navbar {
    background: #f7f7f7;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    padding: 100px 40px 50px 50px;
}

.aut-add-contrast .bsnav-mobile .navbar {
    background: #000;
}

.bsnav-mobile .navbar .navbar-toggler {
    top: -60px;
    right: -10px;
}

.bsnav-mobile .navbar .navbar-nav {
    padding: 0;
}

.bsnav-mobile .navbar .nav-item {
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .bsnav-mobile .navbar .nav-item {
        margin-bottom: 20px;
    }
}

.bsnav-mobile .navbar .nav-item .nav-link {
    font-size: 25px;
    letter-spacing: 0.16px;
    line-height: 24px;
    padding: 0;
}

.bsnav-mobile .navbar .aut-header-contact {
    margin-left: 0;
    order: 3;
}

.navbar-toggler {
    background: none;
    width: 40px;
    height: 26px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
    background: #f58726;
    border-radius: 0;
}

.aut-add-contrast .navbar-toggler .navbar-toggler-icon,
.aut-add-contrast .navbar-toggler .navbar-toggler-icon::after,
.aut-add-contrast .navbar-toggler .navbar-toggler-icon::before {
    background: #fff;
}

.aut-hidden .navbar-toggler {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aut-hidden .bsnav-mobile .navbar-toggler {
    opacity: 1;
}

.top_bar {
    width: 100%;
    height: 1.875rem;
    background: #f58726;
    display: flex;
    position: relative;
    z-index: 100;
}

.top_bar .container {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
}

.iso-prof {
    color: #fff;
    flex: 1;
}

.top_bar .anchor_list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.875rem;
}

.top_bar .anchor_list li {
    margin-left: 1.5rem;
}

.top_bar .anchor_list li a {
    text-transform: uppercase;
    color: white;
    font-size: 0.8125rem;
    letter-spacing: 0.08rem;
    line-height: 1;
    font-weight: 600;
}

.top_bar .anchor_list li a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .top_bar {
        height: auto;
    }

    .iso-prof {
        font-size: 10px;
        line-height: 1.4;
    }

    .top_bar .container {
        padding: 0 5px;
    }

    .top_bar .anchor_list {
        justify-content: flex-end;
        align-items: center;
        height: auto;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .header1 {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #shopify-section-announcement-bar {
        z-index: 0;
    }

    #shopify-section-header.animate {
        transition: none !important;
    }

    .shopify-section-header-hidden{
        transform: inherit
    }
    .header-wrapper--border-bottom{
        border-bottom: 0;
    }
}

.mobile_show {
    display: none;
}

@media screen and (max-width: 767px) {
    .top_bar {
        padding: 5px 0;
    }

    .mobile_show {
        display: block;
    }

    .anchor_list span {
        display: none;
    }

    .anchor_list img {
        height: 17px;
    }

    .top_bar .anchor_list li {
        margin-left: 1rem;
    }
}

.aut-foot-logo-block a {
    line-height: 1;
    display: inline-block;
}

.aut-foot-logo-block p {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-top: 10px;
    opacity: 0.7;
}

@media (min-width: 992px) {
    .aut-foot-logo-block p {
        margin-top: 20px;
    }
}

.aut-foot-logo-block img {
    height: 70px;
    display: block;
}

@media (min-width: 768px) {
    .aut-foot-logo-block img {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .aut-foot-logo-block .aut-foot-logo-alt img {
        height: 160px;
        margin-left: auto;
    }
}

.aut-foot-logo-block .aut-foot-logo {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .aut-foot-logo-block .aut-foot-logo {
        margin-bottom: 0;
    }
}

.aut-foot-menu-action {
    font-size: 1rem;
    opacity: 0.7;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .aut-foot-menu-action {
        margin-top: 5px;
    }
}

.aut-foot-menu-action a {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .aut-foot-menu-action ul {
        margin-left: 25px;
    }
}

.aut-foot-menu-action ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

.aut-foot-menu-action ul li:last-child:after {
    display: none;
}

footer p {
    margin-bottom: 0.3em;
    font-size: 0.875rem;
}

footer p a {
    color: #8b8b8b;
}

footer h5 {
    margin-bottom: 1.25em;
}

footer .footer_pay {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    justify-content: center;
}

footer .footer_pay li:not(:last-child) {
    margin-right: 5px;
}

footer .footer_pay li img {
    width: 50px;
}

footer .footer_social {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

footer .footer_social li:not(:last-child) {
    margin-right: 1rem;
}

footer .footer_social li a i {
    color: #8b8b8b;
    font-size: 1.125rem;
}

footer .footer_social li a i:hover {
    color: #f58726;
}

footer li a {
    color: #8b8b8b;
}

footer .service_links li:not(:last-child) {
    margin-bottom: 0.4em;
}

footer .service_links li a {
    letter-spacing: 0.05em;
}

footer .service_links li a:hover {
    color: #f58726;
}

footer a:hover {
    color: #f58726;
}

footer .footer_top .row>.col-md-4 {
    text-align: center;
}

@media (max-width: 767px) {
    footer .footer_top .row>.col-md-4 {
        margin-bottom: 2rem;
    }

    footer .footer_top .row>.col-md-4:last-child {
        margin-bottom: 0;
    }
}

footer .footer_links ul li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

footer .footer_links ul li:not(:last-child) {
    margin-top: 0.375rem;
}

@media (max-width: 767px) {
    footer .footer_links>.container .row>.col-md-4 {
        margin-bottom: 2rem;
    }

    footer .footer_links>.container .row>.col-md-4:last-child {
        margin-bottom: 0;
    }
}

.footer_form form .form-group {
    display: flex;
    flex-direction: column;
}

.footer_form form label {
    color: #8b8b8b;
    font-size: 0.875rem;
    line-height: 1;
    display: block;
}

footer .footer_form form label {
    margin-bottom: 0;
}

.footer_form form label input {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.4rem;
}

.footer_form form label textarea {
    display: block;
    margin-top: 5px;
    width: 100%;
    padding: 0.4rem;
}

.product_list_footer {
    display: flex;
    flex-wrap: wrap;
}

.product_list_footer li {
    margin-bottom: 0.4em;
}

.product_list_footer li a {
    text-transform: capitalize;
    margin-right: 5px;
}

.product_list_footer li a::after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
}

.product_list_footer li:last-child a::after {
    content: "";
}

.footer_banks_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.75rem;
}

.footer_banks_list li {
    margin-top: 0 !important;
}

.footer_banks_list li:not(:last-child) {
    margin-top: 0;
}

.footer_banks_list a {
    display: inline-block;
    padding: 0 0.4rem;
}

@media (min-width: 767px) {
    .footer_banks_list a {
        padding: 0 2rem;
    }
}

.footer_banks_list img {
    height: 30px;
    vertical-align: bottom;
    width: auto;
}

@media (max-width: 575px) {
    .footer_banks_list img {
        height: 20px;
    }
}

.gdpr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f58726;
    padding: 0.5rem 0;
}

@media (max-width: 767px) {
    .gdpr .pparent {
        flex-direction: column;
    }

    .gdpr .pparent .button_right {
        text-align: left;
        margin-top: 1rem;
        margin-left: 0;
    }
}

.gdpr .gdpr_text {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .gdpr .gdpr_text {
        font-size: 1rem;
        font-weight: 600;
    }
}

.gdpr .gdpr_text a {
    text-decoration: underline;
}

.gdpr .gdpr_text a:hover {
    color: #fff;
}

.gdpr .pparent {
    position: relative;
}

.gdpr .pparent .gdpr_text {
    position: relative;
    z-index: 1;
}

.gdpr .pparent img {
    position: absolute;
    width: 80px;
    z-index: 0;
    left: -1rem;
}

@media (max-width: 767px) {
    .gdpr .pparent img {
        right: 0.2rem;
        left: 80%;
        bottom: 0.2rem;
        transform: rotate(270deg);
    }
}

.gdpr .button_right {
    margin-left: 2rem;
}

.copyright {
    background: #cca000;
    padding: 1rem 0;
    text-align: center;
}

.copyright p {
    text-align: center;
    color: white;
}

.copyright p a {
    color: white;
    text-decoration: underline;
}

.copyright p a:hover {
    color: #313131;
}

.aut-btn {
    -webkit-border-radius: 0 25px 25px 25px;
    -khtml-border-radius: 0 25px 25px 25px;
    -moz-border-radius: 0 25px 25px 25px;
    -ms-border-radius: 0 25px 25px 25px;
    -o-border-radius: 0 25px 25px 25px;
    border-radius: 0 25px 25px 25px;
    border: 2px solid transparent;
    background: transparent;
    padding: 13px 30px;
    text-align: center;
    font-size: 1.3125rem;
    letter-spacing: 0.13px;
    display: inline-block;
    line-height: 1;
}

.aut-btn.aut-btn-primary {
    background: #f58726;
    color: #fff;
}

.aut-btn.aut-btn-primary:hover {
    background: #000;
}

.aut-add-contrast .aut-btn.aut-btn-primary {
    background: #fff;
    color: #000;
}

.aut-add-contrast .aut-btn.aut-btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #fff;
}

.aut-add-contrast .aut-btn.aut-btn-primary [class*="nr-"] {
    color: #000;
}

.aut-btn.aut-btn-bordered {
    border-color: #f58726;
    color: #f58726;
}

.aut-btn.aut-btn-bordered:hover {
    color: #fff;
    background: #f58726;
}

.aut-add-contrast .aut-btn.aut-btn-bordered {
    border-color: #fff;
    color: #fff;
}

.aut-add-contrast .aut-btn.aut-btn-bordered:hover {
    background: #fff;
    color: #000;
}

.btn_primary{
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6em 1.6em;
    background: #f58726;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
    border: 1px solid #f58726;
    border-radius: 0;
}



.btn_primary:hover {
    opacity: 0.8;
    color: #fff;
}

.btn_secondary {
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    border: 1px solid #4e4e4e;
    background: transparent;
    font-family: font;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.6em 1.6em;
    font-family: "roboto";
    letter-spacing: 0.08em;
}

.btn_secondary:hover {
    background: #fff;
}

.btn_secondary.white_bg:hover {
    background: #f1f1f1;
}

.cat_description .btn_secondary {
    color: #fff;
    border-color: #f1f1f1;
}

.cat_description .btn_secondary:hover {
    color: #f58726;
    border-color: #fff;
}

@media (max-width: 767px) {
    .cat_description .btn_secondary {
        margin-top: 15px;
    }
}

.btn-tag {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    background: #cca000;
    font-family: font;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.4em 1em;
    opacity: 0.7;
}

.btn-tag:hover {
    opacity: 1;
}

.toggle-content p,
.toggle-content {
    color: #fff;
}

.about-content.toggle-content p {
    color: #000;
}

.accept {
    display: inline-block;
    font-size: 1rem;
    color: #313131;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.3em 1.6em;
    background: #fff;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
}

.accept:hover {
    opacity: 0.8;
}

.btn_link {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn_link:hover {
    color: #f58726;
    text-decoration: underline;
}

.btn-ghost {
    border: 1px solid #4e4e4e;
    padding: 0.7rem 1.4375rem;
    text-transform: uppercase;
}

.btn-link {
    color: #cca000;
}

.login__ {
    margin-bottom: 60px;
    margin-top: 60px;
}

.starter_form_type form {
    padding: 30px;
    margin-top: 1rem;
    border: 1px solid label;
}

.starter_form_type form label {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #8b8b8b;
}

.starter_form_type form input,
.starter_form_type form textarea {
    width: 100%;
    padding: 5px 10px;
}

.starter_form_type form input {
    height: 40px;
    margin-top: 5px;
}

.starter_form_type form .t1 {
    font-size: 1rem;
    color: #313131;
    font-weight: 400;
    text-align: center;
}

.starter_form_type form .t2 {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

.form_box {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
}

form {
    border: 1px solid label;
}

form label {
    font-size: 0.875rem;
    color: #8b8b8b;
}

form input,
form textarea {
    width: 100%;
    padding: 5px 10px;
}

form input {
    height: 40px;
}

.login_buttons button {
    width: 100%;
}

.forgot_password {
    font-size: 0.8125rem;
    color: #f58726;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: -0.6rem;
}

.or_divide {
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #8b8b8b;
    position: relative;
}

.or_divide::before {
    content: "";
    position: absolute;
    width: 36%;
    height: 1px;
    background: #8b8b8b;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.or_divide::after {
    content: "";
    position: absolute;
    width: 36%;
    height: 1px;
    background: #8b8b8b;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.social_login {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.social_login .facebook {
    background: #507cc0;
}

.social_login .google {
    background: #df4930;
    margin-left: 1rem;
}

.social_login .btn_social_login {
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 0.8em 1em;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .social_login .btn_social_login {
        font-size: 0.8rem;
        line-height: 1.5;
    }
}

.social_login .btn_social_login i {
    font-size: 1.5rem;
    margin-right: 0.4rem;
}

.social_login .btn_social_login:hover {
    opacity: 0.9;
}

.italic {
    font-style: italic;
    text-align: center;
}

.t12 {
    margin-bottom: 1rem;
}

.signup_form .tele label:first-child .inp_grp {
    display: flex;
}

.signup_form .tele label:first-child .inp_grp input:first-child {
    width: 25%;
}

.signup_form .tele label:first-child .inp_grp input:last-child {
    width: 70%;
    margin-left: auto;
}

.form-group span {
    color: #f58726;
}

.checkout_main {
    margin-bottom: 60px;
}

.checkout_main h1 {
    text-align: center;
    margin-bottom: 0.6em;
}

.checkout_form .btn_primary {
    width: 100%;
}

.checkout_form .checkout_form_title {
    font-family: "roboto";
    font-size: 1.125rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}

.checkout_form .checkout_form_single {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}

.checkout_form .checkout_form_single>p {
    margin-bottom: 2rem;
}

.checkout_form .checkout_form_single .pay_img {
    display: flex;
    align-items: center;
}

.checkout_form .checkout_form_single .pay_img img {
    height: 30px;
}

.checkout_form .checkout_form_single .pay_img p {
    font-style: normal;
    margin-left: 0.2rem;
}

.checkout_form .checkout_form_single .pay_img p::before {
    content: "(";
}

.checkout_form .checkout_form_single .pay_img p::after {
    content: ")";
}

.checkout_form .form_flex {
    display: flex;
}

@media (max-width: 767px) {
    .checkout_form .form_flex {
        flex-direction: column;
    }
}

.checkout_form .form_flex .form-group {
    width: calc(100% / 2 - 15px);
}

@media (max-width: 767px) {
    .checkout_form .form_flex .form-group {
        width: 100%;
    }
}

.checkout_form .form_flex .form-group:last-child {
    margin-left: auto;
}

.checkout_form .form_flex .form-group .inp_grp {
    display: flex;
    justify-content: space-between;
}

.checkout_form .form_flex .form-group .inp_grp input:first-child {
    width: 25%;
}

.checkout_form .form_flex .form-group .inp_grp input:last-child {
    width: 70%;
    margin-left: auto;
}

.checkout_form .radio_grp label {
    font-weight: 400;
    display: flex;
    align-items: center;
}

.checkout_form .radio_grp input {
    position: relative;
    height: auto;
    width: auto;
    margin-right: 5px;
}

.checkout_form:not(:first-child) {
    display: none;
}

.checkout_form .info_grp {
    margin-top: 2rem;
}

.checkout_form .info_grp p {
    font-size: 0.875rem;
    color: #313131;
    font-weight: 400;
    text-align: center;
}

.checkout_form .info_grp .price_purchase {
    font-size: 1.3rem;
    color: #f58726;
}

.checkout_form .info_grp i {
    color: #f58726;
    line-height: 1;
    margin-right: 0.3rem;
}

.checkout_form .info_grp .tr {
    padding: 0.625rem 0;
}

.checkout_form .info_grp .tr .price_purchase {
    font-size: 1rem;
}

.checkout_form .info_grp .vat_added {
    font-size: 0.75rem;
    color: #8b8b8b;
    width: 100%;
    text-align: right;
}

.checkout_form .info_grp .tr_total {
    padding: 0.625rem 0;
    border-top: 1px solid rgba(204, 160, 0, 0.5);
}

.primary {
    color: #f58726;
}

.layout_back {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}

.border-color {
    border: 1px solid #cca000;
}

.shipping p {
    font-weight: 500;
    color: #313131;
}

.s-title {
    font-family: "roboto";
    font-size: 1.125rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}

.p-title {
    color: #313131;
    font-weight: 500;
}

.payment-form {
    margin-top: 20px;
}

.payment-form input[type="radio"] {
    border: 1px solid #f4923e;
    flex: 0 0 17px;
    height: 17px;
    display: inline-block;
    margin-top: 6px;
    cursor: pointer;
}


/*
.payment-form input[type='radio']:checked:after {
     width: 11px;
     height: 11px;
     border-radius: 100%;
     top: -5px;
     left: 3px;
     position: relative;
     background-color: #F4923E;
     content: '';
     display: inline-block;
     visibility: visible;
}*/

.payment-form img {
    width: 100px;
}

.payment-form__content {
    line-height: 1;
}

.payment-form__content p {
    font-size: 14px;
}

.payment-form .form-group {
    margin-bottom: 30px;
}

.payment-form .form-group+.form-group input[type="radio"] {
    margin-top: 15px;
}

.purchase-summary-text {
    margin-top: 40px;
}

.purchase-summary-text p {
    font-weight: 400;
    color: #4e4e4e;
}

.confirmation-email {
    padding: 30px;
}

.confirmation-email {
    padding: 2.5rem;
    border: 1px solid #cca000;
    background: #fefdf8;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    font-weight: 400;
    color: #4e4e4e;
}

.confirmation-email .fas {
    color: #f58726;
    margin-right: 10px;
}

.order-summary {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .order-summary {
        margin-top: 40px;
    }
}

.order-summary p {
    color: #313131;
    font-weight: 500;
}

.order-summary table {
    font-weight: 400;
}

.order-summary table td {
    border: none;
}

.order-summary table label {
    display: block;
    font-size: 0.75rem;
    color: #8b8b8b;
}

.order-summary table span {
    color: #f58726;
    font-size: 1.5rem;
}

.btn-wrap--m-t-80 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .btn-wrap--m-t-80 {
        margin-top: 40px;
    }
}

.aut-form-wrapper input[type="text"],
.aut-form-wrapper input[type="email"],
.aut-form-wrapper input[type="password"],
.aut-form-wrapper input[type="color"],
.aut-form-wrapper input[type="date"],
.aut-form-wrapper input[type="datetime-local"],
.aut-form-wrapper input[type="email"],
.aut-form-wrapper input[type="month"],
.aut-form-wrapper input[type="number"],
.aut-form-wrapper input[type="range"],
.aut-form-wrapper input[type="search"],
.aut-form-wrapper input[type="tel"],
.aut-form-wrapper input[type="time"],
.aut-form-wrapper input[type="url"],
.aut-form-wrapper input[type="week"],
.aut-form-wrapper input[type="range"],
.aut-form-wrapper select,
.aut-form-wrapper textarea {
    background: #fff;
    border: 1px solid #4e4e4e;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    font-family: "roboto", sans-serif;
    padding: 16px 19px;
    letter-spacing: -0.05px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    resize: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.aut-add-contrast .aut-form-wrapper input[type="text"],
.aut-add-contrast .aut-form-wrapper input[type="email"],
.aut-add-contrast .aut-form-wrapper input[type="password"],
.aut-add-contrast .aut-form-wrapper input[type="color"],
.aut-add-contrast .aut-form-wrapper input[type="date"],
.aut-add-contrast .aut-form-wrapper input[type="datetime-local"],
.aut-add-contrast .aut-form-wrapper input[type="email"],
.aut-add-contrast .aut-form-wrapper input[type="month"],
.aut-add-contrast .aut-form-wrapper input[type="number"],
.aut-add-contrast .aut-form-wrapper input[type="range"],
.aut-add-contrast .aut-form-wrapper input[type="search"],
.aut-add-contrast .aut-form-wrapper input[type="tel"],
.aut-add-contrast .aut-form-wrapper input[type="time"],
.aut-add-contrast .aut-form-wrapper input[type="url"],
.aut-add-contrast .aut-form-wrapper input[type="week"],
.aut-add-contrast .aut-form-wrapper input[type="range"],
.aut-add-contrast .aut-form-wrapper select,
.aut-add-contrast .aut-form-wrapper textarea {
    border-color: #fff;
}

.aut-form-wrapper input[type="text"]:focus,
.aut-form-wrapper input[type="email"]:focus,
.aut-form-wrapper input[type="password"]:focus,
.aut-form-wrapper input[type="color"]:focus,
.aut-form-wrapper input[type="date"]:focus,
.aut-form-wrapper input[type="datetime-local"]:focus,
.aut-form-wrapper input[type="email"]:focus,
.aut-form-wrapper input[type="month"]:focus,
.aut-form-wrapper input[type="number"]:focus,
.aut-form-wrapper input[type="range"]:focus,
.aut-form-wrapper input[type="search"]:focus,
.aut-form-wrapper input[type="tel"]:focus,
.aut-form-wrapper input[type="time"]:focus,
.aut-form-wrapper input[type="url"]:focus,
.aut-form-wrapper input[type="week"]:focus,
.aut-form-wrapper input[type="range"]:focus,
.aut-form-wrapper select:focus,
.aut-form-wrapper textarea:focus {
    outline: none;
    border-color: #f58726;
}

.aut-form-wrapper input[type="text"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="email"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="password"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="color"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="date"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="datetime-local"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="email"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="month"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="number"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="range"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="search"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="tel"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="time"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="url"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="week"]::-webkit-input-placeholder,
.aut-form-wrapper input[type="range"]::-webkit-input-placeholder,
.aut-form-wrapper select::-webkit-input-placeholder,
.aut-form-wrapper textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.aut-form-wrapper input[type="text"]:-ms-input-placeholder,
.aut-form-wrapper input[type="email"]:-ms-input-placeholder,
.aut-form-wrapper input[type="password"]:-ms-input-placeholder,
.aut-form-wrapper input[type="color"]:-ms-input-placeholder,
.aut-form-wrapper input[type="date"]:-ms-input-placeholder,
.aut-form-wrapper input[type="datetime-local"]:-ms-input-placeholder,
.aut-form-wrapper input[type="email"]:-ms-input-placeholder,
.aut-form-wrapper input[type="month"]:-ms-input-placeholder,
.aut-form-wrapper input[type="number"]:-ms-input-placeholder,
.aut-form-wrapper input[type="range"]:-ms-input-placeholder,
.aut-form-wrapper input[type="search"]:-ms-input-placeholder,
.aut-form-wrapper input[type="tel"]:-ms-input-placeholder,
.aut-form-wrapper input[type="time"]:-ms-input-placeholder,
.aut-form-wrapper input[type="url"]:-ms-input-placeholder,
.aut-form-wrapper input[type="week"]:-ms-input-placeholder,
.aut-form-wrapper input[type="range"]:-ms-input-placeholder,
.aut-form-wrapper select:-ms-input-placeholder,
.aut-form-wrapper textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.aut-form-wrapper input[type="text"]::placeholder,
.aut-form-wrapper input[type="email"]::placeholder,
.aut-form-wrapper input[type="password"]::placeholder,
.aut-form-wrapper input[type="color"]::placeholder,
.aut-form-wrapper input[type="date"]::placeholder,
.aut-form-wrapper input[type="datetime-local"]::placeholder,
.aut-form-wrapper input[type="email"]::placeholder,
.aut-form-wrapper input[type="month"]::placeholder,
.aut-form-wrapper input[type="number"]::placeholder,
.aut-form-wrapper input[type="range"]::placeholder,
.aut-form-wrapper input[type="search"]::placeholder,
.aut-form-wrapper input[type="tel"]::placeholder,
.aut-form-wrapper input[type="time"]::placeholder,
.aut-form-wrapper input[type="url"]::placeholder,
.aut-form-wrapper input[type="week"]::placeholder,
.aut-form-wrapper input[type="range"]::placeholder,
.aut-form-wrapper select::placeholder,
.aut-form-wrapper textarea::placeholder {
    color: #a5a5a5;
}

.aut-form-wrapper input[type="text"]::-ms-clear,
.aut-form-wrapper input[type="email"]::-ms-clear,
.aut-form-wrapper input[type="password"]::-ms-clear,
.aut-form-wrapper input[type="color"]::-ms-clear,
.aut-form-wrapper input[type="date"]::-ms-clear,
.aut-form-wrapper input[type="datetime-local"]::-ms-clear,
.aut-form-wrapper input[type="email"]::-ms-clear,
.aut-form-wrapper input[type="month"]::-ms-clear,
.aut-form-wrapper input[type="number"]::-ms-clear,
.aut-form-wrapper input[type="range"]::-ms-clear,
.aut-form-wrapper input[type="search"]::-ms-clear,
.aut-form-wrapper input[type="tel"]::-ms-clear,
.aut-form-wrapper input[type="time"]::-ms-clear,
.aut-form-wrapper input[type="url"]::-ms-clear,
.aut-form-wrapper input[type="week"]::-ms-clear,
.aut-form-wrapper input[type="range"]::-ms-clear,
.aut-form-wrapper select::-ms-clear,
.aut-form-wrapper textarea::-ms-clear {
    display: none;
}

.aut-form-wrapper form {
    width: 100%;
}

.aut-form-wrapper.aut-search-form input[type="text"],
.aut-form-wrapper.aut-search-form input[type="search"] {
    padding: 21.5px 40px 21.5px 15px;
    border: none;
    background: #fff;
    font-size: 18px;
    position: absolute;
    left: 243px;
    width: auto;
    border-left: 1px solid #fcfcfc;
}

@media (min-width: 768px) {

    .aut-form-wrapper.aut-search-form input[type="text"],
    .aut-form-wrapper.aut-search-form input[type="search"] {
        position: static;
        width: 162px;
        padding: 21.5px 50px 21.5px 25px;
    }
}

.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="text"],
.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="search"] {
    color: #fff;
    background: #000;
}

.aut-form-wrapper.aut-search-form input[type="text"]:focus,
.aut-form-wrapper.aut-search-form input[type="search"]:focus {
    border: none;
    left: -1px;
    right: 0;
}

@media (min-width: 768px) {

    .aut-form-wrapper.aut-search-form input[type="text"]:focus,
    .aut-form-wrapper.aut-search-form input[type="search"]:focus {
        width: 100%;
        border-left: 1px solid #fcfcfc;
    }
}

.aut-form-wrapper.aut-search-form input[type="text"]::-webkit-input-placeholder,
.aut-form-wrapper.aut-search-form input[type="search"]::-webkit-input-placeholder {
    color: #000;
}

.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="text"]::-webkit-input-placeholder,
.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

.aut-form-wrapper.aut-search-form input[type="text"]:-ms-input-placeholder,
.aut-form-wrapper.aut-search-form input[type="search"]:-ms-input-placeholder {
    color: #000;
}

.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="text"]:-ms-input-placeholder,
.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="search"]:-ms-input-placeholder {
    color: #fff;
}

.aut-form-wrapper.aut-search-form input[type="text"]::placeholder,
.aut-form-wrapper.aut-search-form input[type="search"]::placeholder {
    color: #000;
}

.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="text"]::placeholder,
.aut-add-contrast .aut-form-wrapper.aut-search-form input[type="search"]::placeholder {
    color: #fff;
}

.aut-form-wrapper.aut-search-form button {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 25px;
    top: 20px;
    background: none;
    border: none;
}

.aut-add-contrast .aut-form-wrapper.aut-search-form button svg g {
    fill: #fff;
    stroke: #fff;
}

.aut-form-wrapper.aut-search-form form {
    display: flex;
    justify-content: flex-end;
    margin-left: -1px;
}

@media (min-width: 768px) {
    .aut-form-wrapper.aut-search-form form {
        width: 324px;
        position: relative;
    }
}

.aut-form-wrapper.aut-membership-form input[type="text"],
.aut-form-wrapper.aut-membership-form input[type="email"],
.aut-form-wrapper.aut-membership-form input[type="password"],
.aut-form-wrapper.aut-membership-form input[type="color"],
.aut-form-wrapper.aut-membership-form input[type="date"],
.aut-form-wrapper.aut-membership-form input[type="datetime-local"],
.aut-form-wrapper.aut-membership-form input[type="email"],
.aut-form-wrapper.aut-membership-form input[type="month"],
.aut-form-wrapper.aut-membership-form input[type="number"],
.aut-form-wrapper.aut-membership-form input[type="range"],
.aut-form-wrapper.aut-membership-form input[type="search"],
.aut-form-wrapper.aut-membership-form input[type="tel"],
.aut-form-wrapper.aut-membership-form input[type="time"],
.aut-form-wrapper.aut-membership-form input[type="url"],
.aut-form-wrapper.aut-membership-form input[type="week"],
.aut-form-wrapper.aut-membership-form input[type="range"],
.aut-form-wrapper.aut-membership-form select,
.aut-form-wrapper.aut-membership-form textarea {
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
    border: 2px solid #616161;
    padding: 19px 25px;
}

.aut-form-wrapper.aut-membership-form input[type="text"]:focus,
.aut-form-wrapper.aut-membership-form input[type="email"]:focus,
.aut-form-wrapper.aut-membership-form input[type="password"]:focus,
.aut-form-wrapper.aut-membership-form input[type="color"]:focus,
.aut-form-wrapper.aut-membership-form input[type="date"]:focus,
.aut-form-wrapper.aut-membership-form input[type="datetime-local"]:focus,
.aut-form-wrapper.aut-membership-form input[type="email"]:focus,
.aut-form-wrapper.aut-membership-form input[type="month"]:focus,
.aut-form-wrapper.aut-membership-form input[type="number"]:focus,
.aut-form-wrapper.aut-membership-form input[type="range"]:focus,
.aut-form-wrapper.aut-membership-form input[type="search"]:focus,
.aut-form-wrapper.aut-membership-form input[type="tel"]:focus,
.aut-form-wrapper.aut-membership-form input[type="time"]:focus,
.aut-form-wrapper.aut-membership-form input[type="url"]:focus,
.aut-form-wrapper.aut-membership-form input[type="week"]:focus,
.aut-form-wrapper.aut-membership-form input[type="range"]:focus,
.aut-form-wrapper.aut-membership-form select:focus,
.aut-form-wrapper.aut-membership-form textarea:focus {
    border-color: #f58726;
}

.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="text"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="email"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="password"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="color"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="date"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="datetime-local"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="email"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="month"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="number"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="range"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="search"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="tel"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="time"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="url"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="week"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="range"]:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form select:focus,
.aut-add-contrast .aut-form-wrapper.aut-membership-form textarea:focus {
    border-color: #fff;
}

.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="text"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="email"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="password"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="color"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="date"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="datetime-local"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="email"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="month"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="number"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="range"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="search"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="tel"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="time"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="url"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="week"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form input[type="range"],
.aut-add-contrast .aut-form-wrapper.aut-membership-form select,
.aut-add-contrast .aut-form-wrapper.aut-membership-form textarea {
    border-color: #fff;
}

@media (min-width: 768px) {
    .aut-form-wrapper.aut-membership-form form {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .aut-form-wrapper.aut-membership-form .gform_body {
        width: calc(100% - 214px - 25px);
    }
}

@media (min-width: 1480px) {
    .aut-form-wrapper.aut-membership-form .gform_body {
        width: 462px;
    }
}

@media (min-width: 576px) {
    .aut-form-wrapper.aut-membership-form .gform_body ul {
        margin-left: -25px;
        display: flex;
        flex-wrap: wrap;
    }
}

.aut-form-wrapper.aut-membership-form .gform_body ul li {
    margin-bottom: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .aut-form-wrapper.aut-membership-form .gform_body ul li {
        width: calc(50% - 25px);
        margin-bottom: 0;
        margin-left: 25px;
    }
}

@media (min-width: 1480px) {
    .aut-form-wrapper.aut-membership-form .gform_body ul li {
        width: 214px;
    }
}

.aut-form-wrapper.aut-membership-form .gform_footer {
    width: 100%;
}

@media (min-width: 768px) {
    .aut-form-wrapper.aut-membership-form .gform_footer {
        width: 214px;
        margin-left: auto;
        margin-top: 0;
    }
}

.aut-form-wrapper.aut-membership-form .gform_footer .gform_button {
    background: #f58726;
    color: #fff;
    width: 100%;
}

.aut-form-wrapper.aut-membership-form .gform_footer .gform_button:hover {
    background: #000;
}

.aut-add-contrast .aut-form-wrapper.aut-membership-form .gform_footer .gform_button {
    color: #fff;
    background: none;
}

.aut-add-contrast .aut-form-wrapper.aut-membership-form .gform_footer .gform_button:hover {
    background: #fff;
    color: #000;
}

.aut-form-wrapper textarea {
    height: 167px;
    resize: none;
    vertical-align: top;
}

.aut-form-wrapper ul {
    margin-top: -22px;
}

.aut-form-wrapper ul li {
    position: relative;
    margin-top: 22px;
}

.aut-form-wrapper select {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='8px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icons8-collapse-arrow' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M6,2.929 L9.821,6.75 C10.235,7.164 10.907,7.164 11.321,6.75 L11.321,6.75 C11.735,6.336 11.735,5.664 11.321,5.25 L6.707,0.636 C6.316,0.245 5.683,0.245 5.293,0.636 L0.679,5.25 C0.265,5.664 0.265,6.336 0.679,6.75 L0.679,6.75 C1.093,7.164 1.765,7.164 2.179,6.75 L6,2.929 Z' id='arrow-down' transform='translate(6.000000, 3.701625) rotate(180.000000) translate(-6.000000, -3.701625) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) center;
}

.gform_heading {
    display: none;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    box-shadow: none;
    outline: none;
}

input[type="checkbox"].css-checkbox,
input[type="radio"].css-checkbox,
input[type="checkbox"],
input[type="radio"] {
    overflow: hidden;
}

input[type="checkbox"].css-checkbox+label.css-label,
input[type="radio"].css-checkbox+label.css-label,
input[type="checkbox"]+label,
input[type="radio"]+label {
    padding-left: 29px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
}

.aut-add-contrast input[type="checkbox"].css-checkbox+label.css-label,
.aut-add-contrast input[type="radio"].css-checkbox+label.css-label,
.aut-add-contrast input[type="checkbox"]+label,
.aut-add-contrast input[type="radio"]+label {
    color: #fff;
}

input[type="checkbox"].css-checkbox+label.css-label:before,
input[type="checkbox"].css-checkbox+label.css-label:after,
input[type="radio"].css-checkbox+label.css-label:before,
input[type="radio"].css-checkbox+label.css-label:after,
input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after,
input[type="radio"]+label:before,
input[type="radio"]+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="checkbox"].css-checkbox+label.css-label:after,
input[type="radio"].css-checkbox+label.css-label:after,
input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border: 1px solid #f1f1f1;
}

input[type="radio"].css-checkbox+label.css-label:after,
input[type="radio"].css-checkbox+label.css-label:before,
input[type="radio"]+label:after,
input[type="radio"]+label:before {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

input[type="radio"].css-checkbox+label.css-label:before,
input[type="radio"]+label:before {
    width: 16px;
    height: 16px;
    background: none;
    left: 4px;
    top: 4px;
}

input[type="checkbox"].css-checkbox:checked+label.css-label,
input[type="checkbox"]:checked+label {
    color: #000;
}

.aut-add-contrast input[type="checkbox"].css-checkbox:checked+label.css-label,
.aut-add-contrast input[type="checkbox"]:checked+label {
    color: #fff;
}

input[type="checkbox"].css-checkbox:checked+label.css-label:before,
input[type="checkbox"]:checked+label:before {
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 9px;
    top: 4px;
    z-index: 1;
}

.aut-add-contrast input[type="checkbox"].css-checkbox:checked+label.css-label:before,
.aut-add-contrast input[type="checkbox"]:checked+label:before {
    border-color: #000;
}

input[type="checkbox"].css-checkbox:checked+label.css-label:after,
input[type="checkbox"]:checked+label:after {
    background: #000;
    border-color: #000;
}

.aut-add-contrast input[type="checkbox"].css-checkbox:checked+label.css-label:after,
.aut-add-contrast input[type="checkbox"]:checked+label:after {
    border-color: #fff;
    background: #fff;
}

input[type="radio"].css-checkbox:checked+label.css-label,
input[type="radio"]:checked+label {
    color: #000;
}

.aut-add-contrast input[type="radio"].css-checkbox:checked+label.css-label,
.aut-add-contrast input[type="radio"]:checked+label {
    color: #fff;
}

input[type="radio"].css-checkbox:checked+label.css-label:after,
input[type="radio"]:checked+label:after {
    border: 1px solid #000;
}

.aut-add-contrast input[type="radio"].css-checkbox:checked+label.css-label:after,
.aut-add-contrast input[type="radio"]:checked+label:after {
    border-color: #fff;
}

input[type="radio"].css-checkbox:checked+label.css-label:before,
input[type="radio"]:checked+label:before {
    background: #000;
}

.aut-add-contrast input[type="radio"].css-checkbox:checked+label.css-label:before,
.aut-add-contrast input[type="radio"]:checked+label:before {
    background: #fff;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
    display: block;
    line-height: 24px;
}

.validation_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="password"],
.gfield_error input[type="color"],
.gfield_error input[type="date"],
.gfield_error input[type="datetime-local"],
.gfield_error input[type="email"],
.gfield_error input[type="month"],
.gfield_error input[type="number"],
.gfield_error input[type="range"],
.gfield_error input[type="search"],
.gfield_error input[type="tel"],
.gfield_error input[type="time"],
.gfield_error input[type="url"],
.gfield_error input[type="week"],
.gfield_error input[type="range"],
.gfield_error select,
.gfield_error textarea,
.aut-membership-form .gfield_error input[type="text"],
.aut-membership-form .gfield_error input[type="email"],
.aut-membership-form .gfield_error input[type="password"],
.aut-membership-form .gfield_error input[type="color"],
.aut-membership-form .gfield_error input[type="date"],
.aut-membership-form .gfield_error input[type="datetime-local"],
.aut-membership-form .gfield_error input[type="email"],
.aut-membership-form .gfield_error input[type="month"],
.aut-membership-form .gfield_error input[type="number"],
.aut-membership-form .gfield_error input[type="range"],
.aut-membership-form .gfield_error input[type="search"],
.aut-membership-form .gfield_error input[type="tel"],
.aut-membership-form .gfield_error input[type="time"],
.aut-membership-form .gfield_error input[type="url"],
.aut-membership-form .gfield_error input[type="week"],
.aut-membership-form .gfield_error input[type="range"],
.aut-membership-form .gfield_error select,
.aut-membership-form .gfield_error textarea {
    border-color: #a50203;
}

.gfield_error label,
.aut-membership-form .gfield_error label {
    color: #a50203;
}

.validation_message {
    font-size: 16px;
    color: #a50203;
}

.aut-add-contrast .validation_message {
    color: #a50203;
}

.gform_ajax_spinner {
    margin-left: 20px;
    border: 4px solid rgba(245, 135, 38, 0.7);
    border-left: 4px solid white;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 9px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gform_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 33px;
}

.gform_button {
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
    border: 2px solid #f58726;
    background: transparent;
    padding: 18px 30px;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.13px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-width: 214px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.gform_button:hover {
    color: #fff;
    background: #f58726;
}

.aut-add-contrast .gform_button {
    border-color: #fff;
    color: #fff;
}

.aut-add-contrast .gform_button:hover {
    background: #fff;
    color: #000;
}

.hidden_label label {
    display: none;
}

.ginput_complex span {
    display: block;
    margin-bottom: 22px;
}

.ginput_complex span:last-child {
    margin-bottom: 0;
}

.hidden_label .ginput_complex label {
    display: block;
}

input,
textarea {
    border: 1px solid #c9c9c9;
    outline: none;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus, 
select:hover,
select:focus 

{
    border: 1px solid #f58726;
}

.inquiry_form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
    top: 0;
    left: 0;
}

.inquiry_form .form_box {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.inquiry_form .form_box .form_wrapper {
    position: absolute;
    width: 50%;
    height: auto;
    border: 1px solid #f58726;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

@media (max-width: 767px) {
    .inquiry_form .form_box .form_wrapper {
        width: 90%;
    }
}

.inquiry_form .form_box .form_wrapper {
    position: relative;
    background: #fff;
    padding: 1.875rem;
}

.inquiry_form .form_box .form_wrapper .close_modal {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: translate(50%, -50%);
}

.inquiry_form .form_box .form_wrapper .close_modal i {
    font-size: 2rem;
    background: white;
}

.inquiry_form .form_box .form_wrapper .close_modal i:hover {
    color: #f58726;
}

.inquiry_form .form_box .form_wrapper .form-group {
    margin-bottom: 0.6rem;
}

.inquiry_form .form_box .form_wrapper h4 {
    margin-bottom: 1em;
}

.inquiry_form .form_box .form_wrapper label {
    color: #8b8b8b;
    margin-bottom: 0.6rem;
}

.inquiry_form .form_box .form_wrapper label span {
    color: #f58726;
}

.inquiry_form .form_box .form_wrapper label input,
.inquiry_form .form_box .form_wrapper label textarea {
    width: 100%;
    padding: 5px 0.625rem;
}

.inquiry_form .form_box .form_wrapper label textarea {
    height: 5rem;
}

.inquiry_form .form_box .form_wrapper .lay_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inquiry_form .form_box .form_wrapper .lay_form label {
    width: calc(100% / 2 - 15px);
}

.inquiry_form .form_box .form_wrapper .tele label:first-child .inp_grp {
    display: flex;
}

.inquiry_form .form_box .form_wrapper .tele label:first-child .inp_grp input:first-child {
    width: 25%;
}

.inquiry_form .form_box .form_wrapper .tele label:first-child .inp_grp input:last-child {
    width: 70%;
    margin-left: auto;
}

.index_blog .blog_content_text a:hover img {
    transform: scale(1.02);
    transition: all 0.25s ease-in-out;
}

.index_blog .blog_content_text img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
}

.index_blog .blog_content_text figure {
    border: 5px solid #fff;
    max-width: 100%;
    overflow: hidden;
    max-height: 230px;
}

.index_blog .blog_content_text h4 {
    margin-top: 0.5rem;
    line-height: 1.2;
}

.index_blog .blog_content_video {
    position: relative;
}

.index_blog .blog_content_video figure {
    position: relative;
    border: 5px solid #fff;
    max-width: 100%;
    overflow: hidden;
    max-height: 230px;
}

.index_blog .blog_content_video figure::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.index_blog h4 {
    margin-top: 0.5rem;
    line-height: 1.2;
}

.index_blog a:hover h4 {
    color: #f58726;
}

.index_blog a:hover .play_video {
    color: #f58726;
}

.index_blog .play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4rem;
    color: white;
    background: none;
    border: none;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .index_blog .container .row .col-md-4 {
        margin-bottom: 2rem;
    }

    .index_blog .container .row .col-md-4:last-child {
        margin-bottom: 0;
    }
}

.blog_tile {
    margin-bottom: 1.875rem;
}

.blog_tile figure {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog_tile figure img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}

.blog_tile h4 {
    margin-top: 0.6rem;
    line-height: 1.2;
}

.blog-articles1 .article-card__title{
    margin-top: 0.6rem;
    line-height: 1.2;
    font-size: 1.3rem;  
    text-align: left;
}
.article-content:hover .article-card__title {
    text-decoration: none !important ;
    text-underline-offset: inherit;
}
.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: 0.13rem;
    line-height: 1.2;
    text-transform: inherit;
}

.blog-articles1 .article-card{
    background-color: transparent;
}

.blog-articles1  .article-card__info{
    padding: 0;
}


.blog_tile>a:hover h4 {
    color: #f58726;
}

.blog_tile>a:hover img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.blog_post .featured_image img {
    width: 100%;
}

.blog_post h1 {
    font-size: 2rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog_post h1 {
        font-size: 1.5rem;
    }
}

.blog_post .blog_text p ,
.blog_post p,
.blog_post{
    margin-bottom: 1em;
    color: #313131;
    letter-spacing: 0.02em;
}



.blog_credits {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    align-items: center;
    margin: 0.625rem 0;
}

.blog_credits>div:not(:last-child)::after {
    content: "|";
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.blog_credits>span:not(:last-child)::after {
    content: "|";
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}



.blog_credits .writer .writer_name {
    color: #f58726;
    font-weight: 400;
}

.blog_credits .tags .tag {
    display: inline-block;
    background: #9cadce;
    color: #fff;
    padding: 0.05em 0.6em;
    border-radius: 1rem;
}


.blog_credits .tags .tag:hover {
    background: #313131;
}

.blog_credits .tags .tag:not(:last-child) {
    margin-right: 5px;
}

.blog_credits .comments .comments_count {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .reccomended_art {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .sidebar_blog {
        margin-top: 1.875rem;
    }
}

.single_post {
    margin-top: 1rem;
}

.single_post figure {
    overflow: hidden;
    height: 230px;
}

.single_post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.single_post h5 {
    margin-top: 0.6em;
    line-height: 1.2;
}

.single_post>a:hover img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.single_post>a:hover h5 {
    color: #f58726;
}

.sidebar_avert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sidebar_avert .avert_single {
    margin-top: 1rem;
}

.sidebar_blog_filter {
    margin-top: 20px;
}

.sidebar_blog_filter select {
    width: 100%;
    padding: 8px 0;
    border: 1px solid #ccc;
}

.sidebar_blog_filter select:focus,
.sidebar_blog_filter select:active {
    border-color: #f58726;
}

.consulation_index {
    background: url("../../dist/images/front-bg1.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
    height: 658px;
}


/* .consulation_index .back_gold {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(204, 160, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 1;
} */

.consulation_index .col-md-6.position-relative {
    z-index: 2;
}

@media (max-width: 767px) {
    .consulation_index.padding-60 {
        padding: 30px 0;
    }

    .consulation_index .line_separator {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

.consultation_zodiac img {
    max-width: 75%;
}

@media (max-width: 767px) {
    .consultation_zodiac img {
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .exclusive_list {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

.consulation_index .row>.col-md-6 {
    text-align: center;
}

.consulation_index .row>.col-md-6 h5 {
    font-weight: 700;
    line-height: 1.5;
}

.consulation_index .row>.col-md-6 p {
    font-weight: 400;
    color: #313131;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .consulation_index .row>.col-md-6 p {
        line-height: 1.7;
        font-size: 0.8rem;
    }
}

.consulation_index .row>.col-md-6 button {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .consulation_index .row>.col-md-6 {
        margin-bottom: 0.6rem;
    }

    .consulation_index .row>.col-md-6:last-child {
        margin-bottom: 0;
    }
}

.exclusives-carousel .item {
    width: 100%;
}

.exclusives-carousel .item a figure {
    width: 100%;
}

.exclusives-carousel .item a {
    display: block;
}

.exclusives-carousel .item a:hover img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.exclusives-carousel .item a:hover h4 {
    color: #f58726;
}

.exclusives-carousel .item figure {
    height: 220px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .exclusives-carousel .item figure {
        height: 270px;
    }
}

.exclusives-carousel .item figure img {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .exclusives-carousel .item figure img {
        object-fit: cover;
    }
}

.exclusives-carousel .item figure .cat_tag {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.exclusives-carousel .item h4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
    font-weight: 500;
}

.exclusives-carousel .item .price {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    margin-top: 0.4rem;
    text-align: center;
}

.exclusives-carousel .owl-nav .owl-prev,
.exclusives-carousel .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 50px;
    height: auto;
    background: rgba(204, 160, 0, 0.1);
}

.exclusives-carousel .owl-nav .owl-prev img,
.exclusives-carousel .owl-nav .owl-next img {
    filter: invert(70%) sepia(47%) saturate(3870%) hue-rotate(13deg) brightness(93%) contrast(102%);
}

.exclusives-carousel .owl-nav .owl-prev {
    left: -4rem;
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
    .exclusives-carousel .owl-nav .owl-prev {
        left: -30px;
    }
}

.exclusives-carousel .owl-nav .owl-next {
    right: -4rem;
}

@media (max-width: 767px) {
    .exclusives-carousel .owl-nav .owl-next {
        right: -30px;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(204, 160, 0, 0.07);
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 0.4em 0.2em !important;
}

.aut-banner {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 225px 0 75px;
    background-image: url("../images/watercolour-mobile.jpg");
}

@media (min-width: 768px) {
    .aut-banner {
        background-image: url("../images/watercolour.jpg");
    }
}

.aut-banner.aut-banner-lg {
    min-height: 100vh;
    background-image: url("../images/watercolour-mobile.jpg");
}

@media (min-width: 768px) {
    .aut-banner.aut-banner-lg {
        background-image: url("../images/watercolour.jpg");
    }
}

.aut-banner.aut-banner-lg .aut-banner-content {
    padding: 55px 30px;
}

@media (min-width: 768px) {
    .aut-banner.aut-banner-lg .aut-banner-content {
        padding: 100px 90px 80px 130px;
    }
}

.aut-banner .aut-banner-content {
    background: #fff;
    width: 100%;
    padding: 55px 30px;
    -webkit-border-radius: 0 75px 75px 75px;
    -khtml-border-radius: 0 75px 75px 75px;
    -moz-border-radius: 0 75px 75px 75px;
    -ms-border-radius: 0 75px 75px 75px;
    -o-border-radius: 0 75px 75px 75px;
    border-radius: 0 75px 75px 75px;
}

.aut-add-contrast .aut-banner .aut-banner-content {
    background: #000;
}

@media (min-width: 768px) {
    .aut-banner .aut-banner-content {
        min-height: 319px;
        padding: 47px 90px 47px 130px;
        max-width: 705px;
    }
}

.aut-banner .aut-banner-content h2 {
    margin-bottom: 20px;
    font-size: 1.875rem;
    letter-spacing: -0.63px;
    line-height: 2.8125rem;
}

@media (min-width: 768px) {
    .aut-banner .aut-banner-content h2 {
        margin-bottom: 2.8125rem;
        font-size: 3.75rem;
        letter-spacing: -1.25px;
        line-height: 4.0625rem;
    }
}

.aut-banner .aut-banner-content h2:last-child {
    margin-bottom: 0;
}

.aut-banner .aut-banner-content h2 strong {
    font-weight: 400;
}

@media (min-width: 768px) {
    .aut-banner .aut-banner-content h2 strong {
        font-weight: 700;
    }
}

.aut-add-contrast .aut-banner .aut-banner-content h2 strong {
    color: #fff;
}

.aut-add-contrast .aut-banner .aut-banner-content .aut-btn {
    background: #fff;
    color: #000;
}

.aut-add-contrast .aut-banner .aut-banner-content .aut-btn:hover {
    opacity: 0.7;
}

.hero_banner {
    width: 100%;
}

.hero_banner .hero_carousel {
    height: auto;
}

@media (max-width: 767px) {
    .hero_banner .hero_carousel {
        height: auto;
    }
}

.hero_banner .hero_carousel .owl-stage-outer {
    height: 100%;
}

.hero_banner .hero_carousel .owl-dots {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.hero_banner .hero_carousel .owl-dots .owl-dot.active span {
    background: #f58726;
}

.hero_banner .hero_carousel .hero-item figure {
    position: relative;
}

.hero_banner .hero_carousel .hero-item figure img {
    height: sauto;
    width: 100%;
    object-fit: cover;
}

.hero_banner .hero_carousel .hero-item figure .btn_primary {
    position: absolute;
    z-index: 2;
    top: 70%;
    right: 25%;
}

.hero_banner .hero_carousel .owl-nav .owl-prev,
.hero_banner .hero_carousel .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 50px;
    height: auto;
    /* background: rgb(235, 235, 235); */
}

.hero_banner .hero_carousel .owl-nav .owl-prev img,
.hero_banner .hero_carousel .owl-nav .owl-next img {
    filter: invert(70%) sepia(47%) saturate(3870%) hue-rotate(13deg) brightness(93%) contrast(102%);
}

.hero_banner .hero_carousel .owl-nav .owl-prev {
    left: 0rem;
    transform: translateY(-50%) rotate(180deg);
}

.hero_banner .hero_carousel .owl-nav .owl-next {
    right: 0rem;
}

.hero_banner .hero_carousel .owl-theme .owl-nav [class*="owl-"] {
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.hero_banner .hero_carousel .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(204, 160, 0, 0.07);
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.hero_banner .hero_carousel .owl-carousel .owl-nav button.owl-next,
.hero_banner .hero_carousel .owl-carousel .owl-nav button.owl-prev {
    padding: 0.4em 0.2em !important;
}

@media (max-width: 767px) {
    .shop_category {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.shop_category .category_item a:hover img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.shop_category .category_item a:hover h5 {
    color: #f58726;
}

.shop_category .category_item figure {
    overflow: hidden;
}

.shop_category .category_item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.shop_category .category_item h5 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
    /* font-family: 'roboto'; */
    font-weight: 500;
}

.shop_category .shop_category_carousel .owl-nav .owl-prev,
.shop_category .shop_category_carousel .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 50px;
    height: auto;
}

.shop_category .shop_category_carousel .owl-nav .owl-prev img,
.shop_category .shop_category_carousel .owl-nav .owl-next img {
    filter: invert(70%) sepia(47%) saturate(3870%) hue-rotate(13deg) brightness(93%) contrast(102%);
}

.shop_category .shop_category_carousel .owl-nav .owl-prev {
    left: -4rem;
    transform: translateY(-50%) rotate(180deg);
}

.shop_category .shop_category_carousel .owl-nav .owl-next {
    right: -4rem;
}

.shop_category .shop_category_carousel .owl-nav [class*="owl-"] {
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.shop_category .shop_category_carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(204, 160, 0, 0.07);
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.shop_category .shop_category_carousel .owl-nav button.owl-next,
.shop_category .shop_category_carousel .owl-nav button.owl-prev {
    padding: 0.4em 0.2em !important;
}

@media (max-width: 767px) {
    .shop_category_carousel {
        display: flex;
        flex-wrap: wrap;
    }

    .shop_category_carousel .category_item {
        width: calc(100% / 3);
        margin-bottom: 2rem;
    }

    .shop_category_carousel .category_item img {
        height: 85px;
    }
  
  
}

@media (max-width: 767px) {
    .button_small_none {
        display: none;
    }

    .cat_description.padding-60 {
        padding-top: 30px;
    }

    .rudra_fig img {
        display: none;
    }
  

  
}

@media (max-width: 767px) {
    .banner_cat {
        display: none;
    }
}
      



.exclusive_rudraksha-list h5 {
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  /* font-family: 'roboto'; */
  font-weight: 500;
}            
.banner_cat_img {
    display: flex;
}

.banner_cat_img figure {
    height: 250px;
}

.banner_cat_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_cat_img h5 {
    margin-top: 1rem;
    text-align: center;
}

.cat_description h2 {
    margin-bottom: 1em;
    text-align: left;
}

.cat_description--bg h2 {
    color: #fff;
}

.nav-tab-outer {
    background: #f3f3f3 url("pattern-bg.jpg") repeat left top;
}

.cat_description .item_tabs {
    display: block;
}

@media (max-width: 767px) {
    .cat_description .item_tabs {
        display: none;
    }
}

.cat_description .item_tabs .tab-content {
    padding: 1rem 0.5rem;
}

.cat_description .item_tabs .nav .nav-item a {
    color: #fff;
    font-weight: 400;
}

.cat_description .item_tabs .nav .nav-item a.active {
    color: #fff;
    border: none;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.cat_description .item_tabs .nav-tabs .nav-link {
    border: none;
}

.cat_description>.container>.row .col-md-7 {
    order: 1;
}

@media (max-width: 767px) {
    .cat_description>.container>.row .col-md-7 {
        order: 2;
    }
}

.cat_description>.container>.row .col-md-5 {
    order: 2;
}

@media (max-width: 767px) {
    .cat_description>.container>.row .col-md-5 {
        order: 1;
        margin-bottom: 1rem;
    }
}

.collection_single {
    margin-bottom: 2rem;
}

.category_item {
    margin-bottom: 2rem;
}

.collection_single>a:hover h6 {
    color: #f58726;
}

.collection_single>a:hover figure img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.collection_single figure {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.625rem;
    height: 15.625rem;
    background: #f8f9fa;
}

.collection_single figure img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.item_tabs_mobile {
    display: none;
}

@media (max-width: 767px) {
    .item_tabs_mobile {
        margin-top: 3.75rem;
        display: block;
    }
}

.item_tabs_mobile .card {
    background: none;
    border: none;
    border-top: 2px solid #8b8b8b;
    border-bottom: 2px solid #8b8b8b;
    border-radius: 0;
}

.item_tabs_mobile .card:not(:last-child) {
    border-bottom: none;
}

.item_tabs_mobile .card .card-header {
    background: none;
    border: none;
}

.item_tabs_mobile .card .card-header h5 {
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.item_tabs_mobile .card .card-header h5 i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.item_tabs_mobile .card .card-body {

    color: #4e4e4e;
}

.banner_section {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .banner_section .banners .col-md-4 {
        margin-bottom: 2rem;
    }

    .banner_section .banners .col-md-4:last-child {
        margin-bottom: 0;
    }
}

h2 {
    text-align: center;
}

.line_separator {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.aut-img-with-content-wrap {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 600px;
}

.aut-img-with-content-wrap.aut-section {
    padding: 20px 0;
}

.aut-img-with-content-wrap .container {
    height: 100%;
}

.aut-img-with-content-wrap .aut-img-content {
    margin-left: auto;
    position: relative;
    background: #fff;
    max-width: 1155px;
    -webkit-border-radius: 0 0 0 100px;
    -khtml-border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -ms-border-radius: 0 0 0 100px;
    -o-border-radius: 0 0 0 100px;
    border-radius: 0 0 0 100px;
    padding: 60px 0 60px 35px;
    font-size: 1.875rem;
    letter-spacing: -0.28px;
    line-height: 2.6875rem;
}

@media (min-width: 768px) {
    .aut-img-with-content-wrap .aut-img-content {
        padding: 60px 0 60px 60px;
        font-size: 2.5rem;
        letter-spacing: -0.43px;
        line-height: 2.6875rem;
    }
}

.aut-add-contrast .aut-img-with-content-wrap .aut-img-content {
    background: #000;
}

.aut-img-with-content-wrap .aut-img-content:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -999em;
    left: 99%;
}

.aut-add-contrast .aut-img-with-content-wrap .aut-img-content:after {
    background: #000;
}

.aut-img-with-content-wrap .aut-img-content span {
    font-size: 1.25rem;
    letter-spacing: -0.28px;
    display: block;
    margin-top: 0.9375rem;
}

.aut-add-contrast .aut-img-with-content-wrap .aut-img-content span {
    color: #000;
}

.aut-img-with-content-wrap .aut-img-content.aut-without-author p {
    font-size: 1.5rem;
    letter-spacing: -0.28px;
    line-height: 2.6875rem;
    margin-bottom: 40px;
}

.aut-img-with-content-wrap .aut-img-content.aut-without-author p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .aut-img-with-content-wrap .aut-img-content.aut-without-author p {
        font-size: 1.875rem;
    }
}

@media (min-width: 1200px) {
    .aut-contact-wrap .container {
        max-width: 1120px;
    }
}

@media (min-width: 768px) {
    .aut-contact-wrap h2 {
        font-size: 2.1875rem;
        line-height: 2.625rem;
        margin-bottom: 20px;
        letter-spacing: -0.12px;
    }
}

.aut-contact-wrap h2:last-child {
    margin-bottom: 0;
}

.aut-contact-wrap p {
    margin-bottom: 30px;
}

.aut-contact-wrap p:last-child {
    margin-bottom: 0;
}

.aut-contact-wrap .aut-contact-content {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .aut-contact-wrap .aut-contact-content {
        width: 45%;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .aut-contact-wrap .aut-contact-content {
        width: 410px;
    }
}

@media (min-width: 768px) {
    .aut-contact-wrap .aut-contact-form {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .aut-contact-wrap .aut-contact-form {
        width: 580px;
    }
}

.contact_page_form form {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}

@media (max-width: 767px) {
    .contact_page_form form {
        margin-bottom: 2rem;
    }
}

.contact_page_form form h4 {
    margin-bottom: 1em;
}

.contact_page_form form .form-group {
    margin-bottom: 1.2rem;
}

.contact_page_form form label {
    color: #8b8b8b;
    font-size: 0.875rem;
}

.contact_page_form form input,
.contact_page_form form textarea {
    width: 100%;
    padding: 0.3125rem 0.625rem;
    background: #fff;
}

.contact_page_form form textarea {
    height: 5rem;
}

.contacts .contact_single {
    margin-bottom: 2rem;
}

.contacts .contact_single h5 {
    margin-bottom: 0.8rem;
}

.contacts .contact_single p {
    margin-top: 0.2rem;
}

.contacts .contact_single p a {
    color: #8b8b8b;
}

s .contacts .contact_single p a:hover {
    color: #f58726;
}

.contact_map {
    border: 2px solid #f58726;
    border-radius: 5px;
    margin: 60px 0;
}

@media (max-width: 767px) {
    .contact_map {
        margin: 30px 0;
    }
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    .contact_map iframe {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .dashboard_content {
        padding: 0;
    }
}

.dashboard_content .tabs_nav ul.nav {
    display: flex;
    flex-direction: column;
    border: none;
    margin-top: 1rem;
}

.dashboard_content.padding-60 .tabs_nav ul.nav .nav-link.active {
    background: none;
    border: none;
    color: #f58726;
}

.dashboard_content .tabs_nav ul.nav .nav-link:hover,
.dashboard_content .tabs_nav ul.nav .nav-link {
    border: none;
    padding: 0.2rem 0;
}

.dashboard_content .tabs_nav ul.nav .nav-link {
    font-size: 1rem !important;
    text-transform: capitalize;
    color: #8b8b8b;
    font-weight: 400;
}

.dashboard_content .tabs_nav ul.nav .nav-link:hover {
    color: #f58726;
    border: none;
}

@media (max-width: 767px) {
    .dashboard_content ul.nav {
        flex-direction: row !important;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .dashboard_content ul.nav .nav-link.active {
        background: rgba(245, 135, 38, 0.2);
    }

    .dashboard_content ul.nav .nav-link {
        background: #f1f1f1;
        padding: 0.2rem 0.5rem !important;
        margin-right: 0.4rem;
        margin-bottom: 0.4rem !important;
    }
}

.tab_content h3 {
    text-align: left;
    margin-bottom: 1.25rem;
}

.tab_content>p {
    margin-bottom: 1.5rem;
}

.dash_form {
    padding: 1rem 0;
    border-top: 1px solid rgba(245, 135, 38, 0.5);
    border-bottom: 1px solid rgba(245, 135, 38, 0.5);
}

.dash_form .form_section_title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #313131;
    margin-bottom: 1em;
}

.dash_form .form_flex {
    display: flex;
}

@media (max-width: 767px) {
    .dash_form .form_flex {
        flex-direction: column;
    }
}

.dash_form .form_flex .form-group {
    width: calc(100% / 2 - 15px);
}

@media (max-width: 767px) {
    .dash_form .form_flex .form-group {
        width: 100%;
    }
}

.dash_form .form_flex .form-group:last-child {
    margin-left: auto;
}

.dash_form .form_flex .form-group .inp_grp {
    display: flex;
    justify-content: space-between;
}

.dash_form .form_flex .form-group .inp_grp input:first-child {
    width: 25%;
}

.dash_form .form_flex .form-group .inp_grp input:last-child {
    width: 70%;
    margin-left: auto;
}

.dash_form .radio_grp label {
    font-weight: 400;
    display: flex;
    align-items: center;
}

.dash_form .radio_grp input {
    position: relative;
    height: auto;
    width: auto;
    margin-right: 5px;
}

.form_group_dash h6 {
    font-family: "roboto";
    font-weight: 500;
    padding-bottom: 15px;
}

.form_group_dash .form_box {
    background: #fff;
    border: none;
}

.form_group_dash .user_name,
.form_group_dash .user_email {
    color: #313131;
}

.form_group_dash button.btn_primary {
    width: 100%;
}

.order_table .order_table_head,
.order_table .order_table_single {
    background: rgba(245, 135, 38, 0.07);
    padding: 0 1.5rem;
}

.order_table .mobile_img_des {
    display: flex;
}

@media (max-width: 767px) {
    .order_table .mobile_img_des {
        flex-direction: column;
    }

    .order_table .mobile_img_des .order_item_image {
        width: 100% !important;
    }

    .order_table .mobile_img_des .order_item_image img {
        width: 120px;
        max-width: 100%;
    }
}

.order_table .order_table_head {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
}

.order_table .order_table_head p {
    padding: 0 1.8rem;
    color: #313131;
    font-weight: 500;
}

.order_table .order_table_single {
    margin-top: 0.8rem;
    display: flex;
    align-items: flex-start;
    padding: 1rem;
}

.order_table .order_table_single .order_item_image {
    width: 20%;
}

.order_table .order_table_single .order_item_image img {
    max-width: 90%;
}

.order_table .order_item_status {
    background: #f1f1f1;
    display: inline-block;
    text-transform: capitalize;
    padding: 0.2rem 0.8rem;
    font-weight: 400;
}

.order_table .order_item_status>.cart_item_price {
    text-align: left;
}

.order_table .order_item_description {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.order_table .order_item_description .des_item {
    margin-top: 0.4rem;
}

.order_table .order_item_description .des_item:first-child {
    margin-bottom: 0.2rem;
}

.order_table .order_item_description .des_item p {
    font-size: 0.875rem;
}

.order_table .order_item_description .des_item p span {
    color: #8b8b8b;
}

.order_table .order_item_description .des_item .title {
    color: #313131;
    font-weight: 500;
    line-height: 1;
}

.order_table .order_item_description .des_item .content_p {
    font-weight: 400;
}

.order_table .order_item_status {
    width: auto;
}

.wishlist_item figure {
    height: 250px;
    overflow: hidden;
}

.wishlist_item figure:hover a img {
    transform: scale(1.04);
    transition: all 0.3s ease-in-out;
}

.wishlist_item figure:hover+h6 {
    color: #f58726;
}

.wishlist_item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.wishlist_item figure .wishlist_button_test {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.wishlist_item h6,
.wishlist_item p {
    text-align: center;
}

.wishlist_item h6 {
    margin-top: 0.8em;
    font-family: "roboto";
    font-weight: 400;
}

.wishlist_tabs .tab_content .col-md-4 {
    margin-bottom: 1rem;
}

h3>.order_text {
    font-size: 1rem;
    display: inline;
    margin-left: 5px;
}

h3>.order_text .orders_count {
    margin-right: 5px;
}

.order_table .cart_orders .order_item_description {
    width: 35%;
}

.order_table .cart_orders .order_item_status,
.order_table .cart_orders .order_item_subtotal {
    width: 18%;
    margin: 0 auto;
    background: none;
    padding: 0;
}

.order_table .cart_orders .order_item_status>div,
.order_table .cart_orders .order_item_status p,
.order_table .cart_orders .order_item_subtotal>div,
.order_table .cart_orders .order_item_subtotal p {
    text-align: center;
}

.order_table .cart_orders .order_item_quantity {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.order_table .cart_orders .order_item_quantity .add_cart_item {
    margin-right: 5px;
}

.order_table .cart_orders .order_item_quantity .subtract_cart_item {
    margin-left: 5px;
}

.order_table .cart_orders .order_item_quantity>div i {
    font-size: 0.75rem;
    color: #8b8b8b;
    line-height: 1;
    padding: 0.4em 0;
    cursor: pointer;
}

.order_table .cart_orders .order_item_quantity>div i:hover {
    color: #f58726;
}

.order_table .cart_orders .order_item_quantity .quantity_no {
    background: #fff;
    border: 1px solid #8b8b8b;
    padding: 0.1em 0.6em;
}

.order_table .cart_orders .btn_remove_order i {
    color: #8b8b8b;
    cursor: pointer;
}

.order_table .cart_orders .btn_remove_order i:hover {
    color: #f58726;
}

.banner_left {
    margin-top: 2rem;
}

.banner_left img {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .banner_left {
        display: none !important;
    }
}

.cart_content .order_table_head {
    padding: 0.4rem 1.8rem;
}

.cart_content .order_table_head p {
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.cart_content .order_table_head p:first-child {
    width: 55%;
}

.cart_content .order_table_head p:nth-child(2) {
    width: 18%;
}

.cart_content .order_table_head p:nth-child(3) {
    width: auto;
}

.cart_content .order_table_head p:nth-child(4) {
    width: 18%;
}

@media (max-width: 767px) {
    .order_table_single.cart_orders {
        flex-direction: column;
        position: relative;
    }

    .order_table .cart_orders .order_item_description {
        width: 100%;
    }

    .order_table .order_table_single.cart_orders .order_item_image {
        width: 100%;
    }

    .mobile_only_header {
        font-size: 0.875rem;
        font-weight: 500;
        color: #313131;
    }

    .order_table .cart_orders .order_item_status,
    .order_table .cart_orders .order_item_subtotal {
        width: 100%;
        text-align: left;
    }

    .order_table .cart_orders .order_item_status p,
    .order_table .cart_orders .order_item_subtotal p {
        text-align: left;
    }

    .order_table .cart_orders .order_item_quantity {
        align-items: flex-start !important;
        margin: 0;
    }

    p.mobile_only_header {
        width: 100%;
    }

    .add_cart_item {
        margin-left: 1rem;
    }

    .btn_remove_order {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        z-index: 2;
    }

    .tab_content.cart_content .order_table_head {
        display: none;
    }
}

.product_single .product_show .insize {
    max-width: 100%;
}

.product_single .product_show .owl-thumbs .owl-thumb-item {
    height: 150px;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
}

.product_single .product_show .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
}

.product_single .product_show .owl-dots {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
}

.wishlist_button_test {
    color: #cca000;
    display: block;
    width: auto !important;
    cursor: pointer;
}

.wishlist_button div,
.wishlist_button_test div {
    margin: 0 auto;
    position: relative;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist_button_test i {
    border: 1px solid #cca000;
    border-radius: 50%;
    line-height: 1;
}

.wishlist_button_test i {
    cursor: pointer;
    padding: 1rem;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #aaa;
    transition: 0.2s;
    font-style: normal !important;
    font-weight: 900;
}

.wishlist_button_test i:hover {
    color: #666;
}

.wishlist_button_test i::before {
    font-family: "font awesome 5 free";
    content: "\f004";
    font-style: solid;
}

.wishlist_button_test.active i{
    color: #cca000;
}

.wishlist_button_test span {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: 0.6s;
    z-index: -2;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
}

.wishlist_button_test i.press {
    animation: size 0.4s;
    transform-origin: 50% 50%;
    color: #cca000;
}

.wishlist_button_test span.press {
    bottom: 60px;
    font-size: 14px;
    visibility: visible;
    animation: fade 1s;
    transform-origin: 50% 50%;
}

@keyframes fade {
    0% {
        color: transparent;
    }

    50% {
        color: #cca000;
    }

    100% {
        color: transparent;
    }
}

@keyframes size {
    0% {
        padding: 1rem;
    }

    50% {
        padding: 1.3rem;
        margin-top: -4px;
    }

    100% {
        padding: 1rem;
    }
}

#sync1 {
    position: relative;
}

#sync1 .item {
    height: 360px;
    text-align: center;
}

#sync1 .item a {
    display: block;
}

#sync2 .item {
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#sync2 .item img {
    object-fit: contain;
    cursor: pointer;
    height: 100%;
}

.product_show {
    position: relative;
}

.product_show .insize {
    position: relative;
}

.product_show .insize .wishlist_button_test {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.product_show .product_share {
    position: absolute;
    top: 0;
    left: -2.8rem;
    z-index: 10;
}

@media (max-width: 767px) {
    .product_show .product_share {
        left: -2rem;
    }
}

.product_show .product_share .social_share {
    display: flex;
    flex-direction: column;
}

.product_show .product_share .social_share li {
    margin-bottom: 0.4em;
    list-style: none;
}

.product_show .product_share .social_share li a {
    opacity: 0.8;
}

.product_show .product_share .social_share li a:hover {
    opacity: 1;
    color: #313131;
}

.product_show .product_share .social_share li a i {
    background: #cca000;
    padding: 0.6rem;
    border-radius: 50%;
    min-width: 35px;
    min-height: 36px;
    text-align: center;
}

@media (max-width: 767px) {
    .product_show .product_share .social_share li a i {
        min-width: 33px;
        min-height: 29px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .product_details {
        margin-top: 1.5rem;
    }

    .product_details .sku.border_bottom {
        margin-top: 0;
    }
}

.product_details h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.product_details .price {
    font-family: 'Jost', sans-serif;
    font-size: 1.25rem;
    text-align: left;
    color: #313131;
}

.product_details .sku {
    font-weight: 600;
    color: #313131;
    font-size: 0.875rem;
    /* margin-top: 30px; */
}

.product_details .sku .sku_no {
    color: #8b8b8b;
    font-weight: 400;
}

.product_details .certification {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_details p.title-1 {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #313131;
}



.product_details p.title span {
    color: #f58726;
}

.product_details select {
    font-size:13px;
    height:32px;
    width: 56%;
    color: #8b8b8b;
    border: 1px solid #8b8b8b;
    outline: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0.4rem;
    text-transform: capitalize;
}



.product_details select option {
    text-transform: capitalize;
}

.product_details .border_bottom {
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(204, 160, 0, 0.2);
}

.product_details .pooja {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_details .pooja.select_style {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product_details .select_style .style_selector {
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    .product_details .select_style .style_selector {
        flex-wrap: wrap;
    }
}

.product_details .select_style .style_selector .single_selector {
    width: calc(100% / 4 - 10px);
    margin-top: 1rem;
    background: #fff;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .product_details .select_style .style_selector .single_selector {
        width: calc(100% / 2 - 10px);
    }
}

.product_details .select_style .style_selector .single_selector:hover .box_border,
.product_details .select_style .style_selector .single_selector.active .box_border {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
}

.product_details .select_style .style_selector .single_selector:hover .added_price,
.product_details .select_style .style_selector .single_selector.active .added_price {
    color: #f58726;
}

.product_details .select_style .style_selector .single_selector img {
    width: 40%;
}

.product_details .select_style .style_selector .single_selector .box_border {
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0;
    cursor: pointer;
}

.product_details .select_style .style_selector .single_selector h6 {
    font-family: "roboto";
    color: #8b8b8b;
    text-align: center;
    text-transform: capitalize;
    margin-top: 2rem;
    font-size: 0.875rem;
    font-size: 0.75rem;
}

.product_details .select_style .style_selector .single_selector .added_price {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 5px;
}

.product_details .select_style .style_selector .single_selector .added_price::before {
    content: "+";
    margin-right: 2px;
}

.logo_list li:last-child img {
    height: 25px !important;
}

.payment_options_cart {
    padding: 15px 0;
}

.payment_options_cart .logo_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .payment_options_cart .logo_list {
        justify-content: flex-start;
    }
}

.payment_options_cart .logo_list li {
    display: flex;
    align-items: center;
    margin-right: 0.875rem;
}

@media (max-width: 767px) {
    .payment_options_cart .logo_list li {
        margin-bottom: 0.5rem;
    }
}

.payment_options_cart .logo_list li img {
    height: 17px;
    filter: grayscale(1);
}

.payment_options_cart .logo_list li p {
    text-transform: uppercase;
    font-weight: 500;
    color: #8b8b8b;
    font-size: 0.8125rem;
    font-style: italic;
    margin-left: 5px;
}

.payment_options_cart .logo_list li.dot img {
    height: 40px;
}

.product_description {
    margin: 2.5rem 0;
}

.product_description h2 {
    text-align: left;
}

.product_description .row {
    margin-top: 1.5rem;
}

.product_description .row .col-md-3 {
    margin-bottom: 1.5rem;
}

.product_description .row .col-md-3:last-child {
    margin-bottom: 0;
}

.product_description .title-1 {
    font-weight: 500;
    color: #313131;
    text-transform: uppercase;
}

.product_details {
    margin-bottom: 2.5rem;
}


.product_single .col-md-5 ,.product_single .col-md-5 .product_details.product__info-container--sticky{
  background:#fff;
}
@media (max-width: 767px) {
    .product_details .item_tabs_mobile {
        margin-top: 0;
    }

    .payment_options_cart .logo_list li p {
        font-size: 8px;
        line-height: 1.3;
    }

    .payment_options_cart .logo_list li.dot img {
        height: 27px;
    }

    .payment_options_cart .logo_list li {
        margin-bottom: 0.5rem;
    }

    .payment_options_cart .logo_list {
        flex-wrap: nowrap;
    }
}

.product_details .item_tabs {
    display: block;
    margin-top: 3.75rem;
}

@media (max-width: 767px) {
    .product_details .item_tabs {
        display: none;
    }
}

.product_details .item_tabs .tab-content {
    background: #f1f1f1;
    padding: 1.875em;
}

.product_details .item_tabs .nav .nav-item a {
    text-transform: uppercase;
    font-weight: 400;
}

.product_details .item_tabs .nav .nav-item a.active {
    color: #fff;
    border: none;
    border-bottom: 1px solid #313131;
}

.product_details .item_tabs .nav-tabs .nav-link {
    border: none;
}


/*****************************************
     # product Inquiry (product single) 
*****************************************/

.product_inquiry_summary {
    padding: 1.875rem;
    margin-top: 1.875rem;
}

.product_showcase_carousel .item .video iframe {
    height: 300px;
    width: 100%;
}

#sync1 .owl-nav .owl-prev,
#sync1 .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}

#sync1 .owl-nav .owl-prev {
    left: 0rem;
    transform: translateY(-50%) rotate(0deg);
}

#sync1 .owl-nav .owl-next {
    right: 0rem;
    transform: translateY(-50%) rotate(0deg);
}

#sync1 .owl-nav [class*="owl-"]:hover {
    background: rgba(204, 160, 0, 0.7);
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.product-brief-outer,
.product_pop {
    position: relative;
    width: 100%;
}

.product_brief {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    background: #efefef;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 1;
    height: 74%;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Jost', sans-serif;
}

.product_brief a {
    color: #f58726;
    font-weight: 500;
}

.single_selector {
    position: relative;
}

.style_select {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    width: 100%;
}

.owl-carousel .fixed-video-aspect {
    position: relative;
}

.owl-carousel .fixed-video-aspect:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.owl-carousel .fixed-video-aspect>.item-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 1200px) {
    .aut-contact-wrap .container {
        max-width: 1120px;
    }
}

@media (min-width: 768px) {
    .aut-contact-wrap h2 {
        font-size: 2.1875rem;
        line-height: 2.625rem;
        margin-bottom: 20px;
        letter-spacing: -0.12px;
    }
}

.aut-contact-wrap h2:last-child {
    margin-bottom: 0;
}

.aut-contact-wrap p {
    margin-bottom: 30px;
}

.aut-contact-wrap p:last-child {
    margin-bottom: 0;
}

.aut-contact-wrap .aut-contact-content {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .aut-contact-wrap .aut-contact-content {
        width: 45%;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .aut-contact-wrap .aut-contact-content {
        width: 410px;
    }
}

@media (min-width: 768px) {
    .aut-contact-wrap .aut-contact-form {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .aut-contact-wrap .aut-contact-form {
        width: 580px;
    }
}

.contact_page_form form {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}


@media (max-width: 767px) {
    .contact_page_form form {
        margin-bottom: 2rem;
    }
}

.contact_page_form form h4 {
    margin-bottom: 1em;
}

.contact_page_form form .form-group {
    margin-bottom: 1.2rem;
}

.contact_page_form form label {
    color: #8b8b8b;
    font-size: 0.875rem;
}

.contact_page_form form input,
.contact_page_form form textarea {
    width: 100%;
    padding: 0.3125rem 0.625rem;
    height: 40px !important;
}

.contact_page_form form textarea {
    height: 5rem;
}

.contacts .contact_single {
    margin-bottom: 2rem;
}

.contacts .contact_single h5 {
    margin-bottom: 0.8rem;
}

.contacts .contact_single p {
    margin-top: 0.2rem;
}

.contacts .contact_single p a {
    color: #8b8b8b;
}

s .contacts .contact_single p a:hover {
    color: #f58726;
}

.contact_map {
    border: 2px solid #f58726;
    border-radius: 5px;
    margin: 60px 0;
}

@media (max-width: 767px) {
    .contact_map {
        margin: 30px 0;
    }
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    .contact_map iframe {
        height: 200px;
    }
}

.aut-add-contrast {
    background: #000;
}

.aut-add-contrast * {
    color: #fff;
}

.aut-add-contrast svg g {
    fill: #fff;
}

.aut-add-contrast .aut-accessibility-action svg g {
    fill: #fff;
}


/* .index_faq {
	background: url('../../dist/images/background.png');
	background-size: cover;
	background-position: center center;
	position: relative;
} */


/* .index_faq .fill_white {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
} */

.index_faq>.container h2 {
    position: relative;
    z-index: 1;
}

.index_faq .accordion {
    margin-top: 2rem;
}

.index_faq .accordion .card {
    background: none;
    border: none;
    border-top: 2px solid #8b8b8b;
    border-bottom: 2px solid #8b8b8b;
}

.index_faq .accordion .card:not(:last-child) {
    border-bottom: none;
}

.index_faq .accordion .card .card-header {
    background: none;
    border: none;
}

.index_faq .accordion .card .card-header h5 {
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .index_faq .accordion .card .card-header h5 {
        line-height: 1.3;
    }
}

.index_faq .accordion .card .card-header h5 i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.index_faq .accordion .card .card-body {
    color: #4e4e4e;
}

.zx {
    position: relative;
    z-index: 2;
}

.why_us_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why_us_list li {
    width: 100px;
    margin-bottom: 1rem;
    list-style: none !important;
}

@media (max-width: 767px) {
    .why_us_list li {
        width: 80px;
    }
}

.why_us_list li figure {
    background: #f58726;
    border-radius: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (max-width: 767px) {
    .why_us_list li figure {
        height: 80px;
    }
}

.why_us_list li figure img {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.why_us_list li h6 {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1em;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .why_us_list li h6 {
        font-size: 0.75rem;
        font-weight: 500;
    }
}

.testimonials {
    position: relative;
}

.testimonials .tes_pn {
    position: absolute;
    font-family: 'Jost', sans-serif;
    color: #f1f1f1;
    z-index: -1;
    font-size: 8rem;
    left: 11%;
    top: 15%;
}

.testimonials .testimonial_carousel {
    margin-top: 3.125rem;
}

.testimonials .testimonial_carousel .owl-nav .owl-prev,
.testimonials .testimonial_carousel .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 50px;
    height: auto;
}

.testimonials .testimonial_carousel .owl-nav .owl-prev img,
.testimonials .testimonial_carousel .owl-nav .owl-next img {
    filter: invert(70%) sepia(47%) saturate(3870%) hue-rotate(13deg) brightness(93%) contrast(102%);
}

.testimonials .testimonial_carousel .owl-nav .owl-prev {
    left: -5rem;
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
    .testimonials .testimonial_carousel .owl-nav .owl-prev {
        left: -30px;
    }
}

.testimonials .testimonial_carousel .owl-nav .owl-next {
    right: -5rem;
}

@media (max-width: 767px) {
    .testimonials .testimonial_carousel .owl-nav .owl-next {
        right: -30px;
    }
}

.testimonials .testimonial_carousel .owl-nav .owl-theme .owl-nav [class*="owl-"] {
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.testimonials .testimonial_carousel .owl-nav .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(204, 160, 0, 0.07);
    padding: 0.4em 0.2em !important;
    border-radius: 0;
}

.testimonials .testimonial_carousel .owl-nav .owl-carousel .owl-nav button.owl-next,
.testimonials .testimonial_carousel .owl-nav .owl-carousel .owl-nav button.owl-prev {
    padding: 0.4em 0.2em !important;
}

.testimonials .testimonial_single h5 {
    margin-top: 0.625rem;
    line-height: 1.4;
}

.testimonials .testimonial_single p {
    margin-top: 0.8em;
    font-size: 0.8125rem;
}

.testimonials .testimonial_single .tes_writer {
    margin-top: 1.25rem;
    text-transform: uppercase;
}

.rating span::before {
    content: "\f005";
    font-family: "font awesome 5 free";
    font-size: 1.25rem;
    color: #f58726;
}

.rating.five-star span::before {
    font-weight: 800;
}

.rating.four-star span::before {
    font-weight: 800;
}

.rating.four-star span:last-child::before {
    font-weight: 400;
}

.rating.three-star span::before {
    font-weight: 800;
}

.rating.three-star span:nth-child(n+4)::before {
    font-weight: 400;
}

.rating.two-star span::before {
    font-weight: 800;
}

.rating.two-star span:nth-child(n+3)::before {
    font-weight: 400;
}

.rating.one-star span::before {
    font-weight: 800;
}

.rating.one-star span:nth-child(n+2)::before {
    font-weight: 400;
}

.index_collection {
    background-size: cover;
    background-color: #eae6d7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23eaceb6' fill-opacity='0.3' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
    background-size: auto;
}

.index_collection .content_right h2 {
    line-height: 1.3;
}

.index_collection .content_right p {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #8b8b8b;
}

@media (max-width: 767px) {
    .index_collection>.container>.row .col-md-6 img {
        display: none;
    }
}

.aut-membership-content {
    margin-bottom: 60px;
}

.aut-membership-content:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .aut-membership-content {
        width: 400px;
    }
}

@media (min-width: 1480px) {
    .aut-membership-content {
        margin-bottom: 0;
        width: 533px;
    }
}

.aut-membership-form {
    width: 100%;
}

@media (min-width: 1200px) {
    .aut-membership-form {
        width: 650px;
        margin-left: auto;
    }
}

@media (min-width: 1480px) {
    .aut-membership-form {
        width: 693px;
    }
}

.aut-membership-form h3:last-child,
.aut-membership-form p:last-child {
    margin-bottom: 0;
}

.aut-membership-form h3 {
    margin-bottom: 20px;
}

.aut-membership-form p {
    margin-bottom: 40px;
}

.aut-unsubscribe {
    margin-top: 1.875rem;
}

.aut-unsubscribe a {
    font-size: 1.125rem;
    letter-spacing: 0.11px;
    text-decoration: underline;
    display: inline-block;
}

.aut-unsubscribe a:hover {
    color: #f58726;
}

.aut-add-contrast .aut-unsubscribe a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.aut-show-top-border {
    border-top: 1px solid #f1f1f1;
}

.aut-our-team-pop {
    max-width: 720px;
    padding: 30px;
}

.aut-add-contrast .aut-our-team-pop {
    background: #000;
}

.aut-our-team-pop .aut-team-pop-img {
    max-width: 50%;
    margin-bottom: 15px;
}

.aut-our-team-pop .aut-team-pop-img img {
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

.aut-our-team-pop .aut-team-pop-content {
    margin-top: 30px;
}

.aut-our-team-pop .aut-team-pop-content h2 {
    font-size: 30px;
    line-height: 1;
}

.aut-our-team-pop .aut-team-pop-content span {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.aut-our-team-pop .aut-team-pop-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.aut-our-team-pop .aut-team-pop-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .aut-our-team-pop .aut-team-detail {
        margin-left: 30px;
    }
}

.aut-team-list ul {
    margin-top: -60px;
}

@media (min-width: 576px) {
    .aut-team-list ul {
        margin-left: -30px;
    }
}

@media (min-width: 992px) {
    .aut-team-list ul {
        margin-left: -30px;
        margin-top: -90px;
    }
}

.aut-team-list ul li {
    margin: 60px auto 0;
    text-align: center;
}

@media (min-width: 576px) {
    .aut-team-list ul li {
        margin-left: 30px;
        margin-right: 0;
        width: calc(50% - 30px);
        text-align: left;
    }
}

@media (min-width: 768px) {
    .aut-team-list ul li {
        width: calc(33.33% - 30px);
    }
}

@media (min-width: 992px) {
    .aut-team-list ul li {
        width: calc(25% - 60px);
        margin-left: 60px;
        margin-top: 90px;
    }
}

.aut-team-list ul li * {
    display: block;
}

.aut-team-list ul li h3 {
    line-height: 2.3125rem;
    font-weight: 700;
}

.aut-team-list ul li a:hover {
    opacity: 0.7;
}

.aut-team-list ul li a img {
    width: 100%;
    -webkit-border-radius: 0 50px 50px 50px;
    -khtml-border-radius: 0 50px 50px 50px;
    -moz-border-radius: 0 50px 50px 50px;
    -ms-border-radius: 0 50px 50px 50px;
    -o-border-radius: 0 50px 50px 50px;
    border-radius: 0 50px 50px 50px;
    margin-bottom: 30px;
}

.aut-pagination {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .aut-pagination {
        margin-top: 170px;
    }
}

.aut-pagination ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.aut-pagination ul li {
    margin: 0 2px;
    padding: 0;
    width: auto;
}

.aut-pagination ul li span,
.aut-pagination ul li a {
    min-width: 41px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: block;
}

.aut-pagination ul li span.current,
.aut-pagination ul li a.current {
    border: 2px solid #f58726;
    color: #f58726;
    text-decoration: underline;
    font-weight: 700;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

.aut-add-contrast .aut-pagination ul li span.current,
.aut-add-contrast .aut-pagination ul li a.current {
    color: #fff;
    border-color: #fff;
}

.aut-pagination ul li.prev-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .aut-pagination ul li.prev-btn {
        position: absolute;
        left: 0;
        margin-right: auto;
        width: 130px;
        margin-left: 0 !important;
    }
}

.aut-pagination ul li.next-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .aut-pagination ul li.next-btn {
        position: absolute;
        right: 0;
        margin-left: auto;
        width: 130px;
    }
}

.aut-pagination ul li a {
    border: 2px solid transparent;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
    height: 100%;
}

.aut-pagination ul li a:hover {
    border: 2px solid #f58726;
}

.aut-add-contrast .aut-pagination ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.aut-pagination ul li a.prev,
.aut-pagination ul li a.next {
    height: 60px;
    line-height: 56px;
    min-width: 100%;
    margin: 30px 0;
    border: 2px solid #f58726;
    color: #f58726;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

@media (min-width: 768px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: fit-content;
    }
}

@media (min-width: 768px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: 120px;
    }
}

@media (min-width: 1480px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: 130px;
    }
}

.aut-pagination ul li a.prev:hover,
.aut-pagination ul li a.next:hover {
    background: #f58726;
    color: #fff;
}

.aut-add-contrast .aut-pagination ul li a.prev,
.aut-add-contrast .aut-pagination ul li a.next {
    border-color: #fff;
    color: #fff;
}

.aut-add-contrast .aut-pagination ul li a.prev:hover,
.aut-add-contrast .aut-pagination ul li a.next:hover {
    background: #fff;
    color: #000;
}

.aut-pagination ul li a.prev {
    margin-left: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .aut-pagination ul li a.prev {
        margin-bottom: 0;
    }
}

.aut-pagination ul li a.next {
    margin-right: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .aut-pagination ul li a.next {
        margin-top: 0;
    }
}

.aut-sidebar {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .aut-sidebar {
        width: 250px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .aut-resource-list {
        margin-left: auto;
        width: calc(100% - 250px - 50px);
    }
}

@media (min-width: 1480px) {
    .aut-resource-list {
        width: calc(100% - 250px - 150px);
    }
}

.aut-resource-list ul {
    margin-top: -40px;
}

@media (min-width: 576px) {
    .aut-resource-list ul {
        margin-left: -30px;
    }
}

@media (min-width: 992px) {
    .aut-resource-list ul {
        margin-left: -60px;
        margin-top: -80px;
    }
}

.aut-resource-list ul li {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

@media (min-width: 576px) {
    .aut-resource-list ul li {
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-top: 40px;
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .aut-resource-list ul li {
        width: calc(33.33% - 60px);
        margin-left: 60px;
        margin-top: 80px;
    }
}

.aut-resource-list ul li a {
    display: block;
}

.aut-resource-list ul li a:hover {
    color: #f58726;
}

.aut-resource-list ul li .aut-img-wrap {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 230px;
}

@media (min-width: 768px) {
    .aut-resource-list ul li .aut-img-wrap {
        height: 230px;
    }
}

.aut-resource-list ul li img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 1480px) {
    .aut-resource-list ul li img {
        width: auto;
    }
}

.aut-resource-list ul li h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    letter-spacing: -0.26px;
}

.aut-resource-list ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.08px;
}

.aut-resource-list ul li a.aut-btn {
    font-size: 18px;
    letter-spacing: 0.11px;
    color: #000;
    padding: 19px 26px;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
    min-width: 214px;
    margin-top: 15px;
}

@media (min-width: 576px) {
    .aut-resource-list ul li a.aut-btn {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.aut-resource-list ul li ul {
    margin: 10px 0;
}

.aut-resource-list ul li ul li {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    letter-spacing: -0.17px;
    line-height: 1.1875rem;
    color: #6b6b6b;
    padding: 0;
}

.aut-resource-list ul li ul li a {
    color: #6b6b6b;
}

.aut-resource-list ul li ul li a:hover {
    color: #000;
}

.aut-detail-title {
    margin-bottom: 30px;
}

.aut-detail-title h2 {
    margin-bottom: 10px;
}

.aut-detail-title ul li {
    color: #6b6b6b;
    font-size: 1rem;
}

.aut-detail-title ul li a {
    color: #6b6b6b;
}

.aut-detail-title ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #6b6b6b;
    display: inline-block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.aut-detail-title ul li:last-child:after {
    display: none;
}

@media (min-width: 1200px) {
    .aut-resouce-detail-wrap .container {
        max-width: 60%;
    }
}

.aut-resouce-detail-wrap .aut-single-content figure figcaption {
    background: none;
    color: #000;
    padding: 10px 0;
    font-size: 1rem;
}

.aut-add-contrast .aut-resouce-detail-wrap .aut-single-content figure figcaption {
    color: #fff;
    background: none;
}

.aut-resource-post-nav ul li {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .aut-resource-post-nav ul li {
        max-width: 47%;
        margin-bottom: 0;
    }
}

.aut-resource-post-nav ul li:last-child {
    margin-bottom: 0;
}

.aut-resource-post-nav a {
    font-size: 1.5rem;
}

.aut-resource-post-nav a span {
    display: block;
    color: #f58726;
    font-size: 1.25rem;
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aut-add-contrast .aut-resource-post-nav a {
    opacity: 0.8;
}

.aut-add-contrast .aut-resource-post-nav a span {
    color: rgba(255, 255, 255, 0.7);
}

.aut-add-contrast .aut-resource-post-nav a:hover {
    opacity: 1;
    color: #fff;
}

.aut-add-contrast .aut-resource-post-nav a:hover span {
    color: white;
}

.aut-resource-post-nav a:hover {
    color: #f58726;
}

@media (min-width: 768px) {
    .aut-full-width-content.aut-offset-content .aut-single-content {
        margin-left: 120px;
    }
}

.aut-single-content * {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .aut-single-content * {
        margin-bottom: 30px;
    }
}

.aut-single-content *:last-child {
    margin-bottom: 0;
}

.aut-single-content a {
    text-decoration: underline;
}

.aut-single-content h1,
.aut-single-content h2,
.aut-single-content h3,
.aut-single-content h4,
.aut-single-content h5,
.aut-single-content h6 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .aut-single-content h1,
    .aut-single-content h2,
    .aut-single-content h3,
    .aut-single-content h4,
    .aut-single-content h5,
    .aut-single-content h6 {
        margin-bottom: 50px;
    }
}

.aut-single-content h1:last-child,
.aut-single-content h2:last-child,
.aut-single-content h3:last-child,
.aut-single-content h4:last-child,
.aut-single-content h5:last-child,
.aut-single-content h6:last-child {
    margin-bottom: 0;
}

.aut-single-content blockquote {
    background: rgba(245, 135, 38, 0.1);
    padding: 25px;
    border-left: 10px solid rgba(245, 135, 38, 0.6);
    font-size: 1.125rem;
    line-height: 1.5625rem;
    letter-spacing: -0.57px;
}

@media (min-width: 768px) {
    .aut-single-content blockquote {
        font-size: 1.875rem;
        line-height: 2.6875rem;
        padding: 50px 100px;
        border-left: 30px solid rgba(245, 135, 38, 0.6);
    }
}

.aut-add-contrast .aut-single-content blockquote {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
}

.aut-single-content img {
    display: block;
}

.aut-single-content figure img {
    margin-bottom: 0;
}

.aut-single-content figure figcaption {
    background: rgba(245, 135, 38, 0.8);
    color: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    .aut-single-content figure figcaption {
        padding: 20px;
    }
}

.aut-add-contrast .aut-single-content figure figcaption {
    background: #fff;
    color: #000;
}

.aut-single-content ul,
.aut-single-content ol {
    padding-left: 1.875rem;
}

@media (min-width: 768px) {

    .aut-single-content ul,
    .aut-single-content ol {
        padding-left: 3.75rem;
    }
}

.aut-single-content ul li,
.aut-single-content ol li {
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    .aut-single-content ul li,
    .aut-single-content ol li {
        margin-bottom: 20px;
    }
}

.aut-single-content ul li ul,
.aut-single-content ul li ol,
.aut-single-content ol li ul,
.aut-single-content ol li ol {
    padding-left: 1.875rem;
}

.aut-single-content ul li {
    list-style-type: disc;
}

.aut-single-content ul li ul {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .aut-single-content ul li ul {
        margin-top: 20px;
    }
}

.aut-single-content ul li ul li {
    list-style-type: circle;
}

.aut-single-content ul li ul li ul li {
    list-style-type: square;
}

.aut-single-content ol li {
    list-style-type: decimal;
}

.aut-single-content ol li ol {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .aut-single-content ol li ol {
        margin-top: 20px;
    }
}

.aut-single-content ol li ol li {
    list-style-type: lower-roman;
}

.aut-single-content ol li ol li ol li {
    list-style-type: lower-alpha;
}

.aut-single-content h2 {
    font-size: 1.875rem;
    letter-spacing: -0.43px;
    line-height: 2.6875rem;
}

@media (min-width: 768px) {
    .aut-single-content h2 {
        font-size: 2.5rem;
        letter-spacing: -0.57px;
    }
}

.aut-search-list ul li {
    border-bottom: 1px solid #fcfcfc;
    margin-bottom: 30px;
    padding: 50px 0;
}

.aut-search-list ul li p {
    margin: 15px 0 30px;
}

.aut-search-list ul li .aut-cta {
    margin-top: 30px;
}

.aut-search-list ul li:first-child {
    padding-top: 0;
}

.aut-search-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.aut-common-list ul li {
    position: relative;
}

.aut-common-list ul li .aut-img-wrap {
    -webkit-border-radius: 0 50px 50px 50px;
    -khtml-border-radius: 0 50px 50px 50px;
    -moz-border-radius: 0 50px 50px 50px;
    -ms-border-radius: 0 50px 50px 50px;
    -o-border-radius: 0 50px 50px 50px;
    border-radius: 0 50px 50px 50px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.aut-common-list ul li .aut-img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.37);
}

.aut-common-list ul li .aut-img-wrap:last-child {
    margin-bottom: 0;
}

.aut-common-list ul li .aut-img-wrap img {
    display: block;
    width: 100%;
}

.aut-common-list ul li h3 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.43px;
}

.aut-common-list ul li h3 a {
    font-weight: 700;
    margin-bottom: 1.5625rem;
    letter-spacing: -0.43px;
}

.aut-common-list ul li h3:last-child {
    margin-bottom: 0;
}

.aut-common-list ul li p {
    margin-bottom: 1.875rem;
}

.aut-common-list ul li p:last-child {
    margin-bottom: 0;
}

.aut-common-list ul li a.aut-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 214px;
    font-size: 18px;
    letter-spacing: 0.11px;
    padding: 19px;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

.aut-news-wrap ul {
    margin-top: -35px;
}

@media (min-width: 576px) {
    .aut-news-wrap ul {
        margin-left: -40px;
    }
}

@media (min-width: 1480px) {
    .aut-news-wrap ul {
        margin-left: -89px;
    }
}

.aut-news-wrap ul li {
    margin-top: 60px;
    padding-bottom: 51px;
}

@media (min-width: 576px) {
    .aut-news-wrap ul li {
        width: calc(50% - 40px);
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    .aut-news-wrap ul li {
        width: calc(25% - 40px);
    }
}

@media (min-width: 1480px) {
    .aut-news-wrap ul li {
        width: calc(25% - 89px);
        margin-left: 89px;
    }
}

@media (min-width: 576px) {
    .aut-news-wrap ul li h3 {
        min-height: 90px;
    }
}

.aut-news-wrap ul li h3 a {
    letter-spacing: -0.43px;
    line-height: 2.3125rem;
}

.aut-news-wrap ul li h3 a:hover {
    color: #f58726;
}

.aut-add-contrast .aut-news-wrap ul li h3 a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.aut-news-wrap ul li .aut-img-wrap {
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-border-radius: 0 50px 50px 50px;
    -khtml-border-radius: 0 50px 50px 50px;
    -moz-border-radius: 0 50px 50px 50px;
    -ms-border-radius: 0 50px 50px 50px;
    -o-border-radius: 0 50px 50px 50px;
    border-radius: 0 50px 50px 50px;
    overflow: hidden;
    position: relative;
}

.aut-news-wrap ul li .aut-img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.37);
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aut-news-wrap ul li .aut-img-wrap a {
    -webkit-border-radius: 0 50px 50px 50px;
    -khtml-border-radius: 0 50px 50px 50px;
    -moz-border-radius: 0 50px 50px 50px;
    -ms-border-radius: 0 50px 50px 50px;
    -o-border-radius: 0 50px 50px 50px;
    border-radius: 0 50px 50px 50px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}

.aut-news-wrap ul li .aut-img-wrap a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.37);
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aut-news-wrap ul li .aut-img-wrap a:last-child {
    margin-bottom: 0;
}

.aut-news-wrap ul li .aut-img-wrap a img {
    display: block;
}

.aut-news-wrap ul li .aut-img-wrap a:hover:after {
    background: none;
}

.aut-news-wrap ul li .aut-slide-content {
    display: none;
}

.aut-news-wrap ul li .aut-slide-link {
    font-size: 1.25rem;
    letter-spacing: -0.43px;
    line-height: 37px;
    margin-bottom: 30px;
    display: block;
}

@media (min-width: 768px) {
    .aut-news-wrap ul li .aut-slide-link {
        font-size: 1.875rem;
    }
}

.aut-news-wrap ul li .aut-slide-link small,
.aut-news-wrap ul li .aut-slide-link span {
    width: 16px;
    display: inline-block;
}

.aut-news-wrap ul li .aut-slide-link small {
    display: none;
}

.aut-news-wrap ul li .aut-slide-link.aut-slide-active span {
    display: none;
}

.aut-news-wrap ul li .aut-slide-link.aut-slide-active small {
    display: inline-block;
}

@media (min-width: 768px) {
    .aut-what-we-do ul {
        margin-left: -30px;
    }
}

@media (min-width: 1480px) {
    .aut-what-we-do ul {
        margin-left: -200px;
    }
}

.aut-what-we-do ul li {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .aut-what-we-do ul li {
        width: calc(33.33% - 30px);
        margin-left: 30px;
    }
}

@media (min-width: 1480px) {
    .aut-what-we-do ul li {
        width: calc(33.33% - 200px);
        margin-left: 200px;
        margin-bottom: 0;
    }
}

.aut-what-we-do ul li:last-child {
    margin-bottom: 0;
}

.aut-alt-content-wrap {
    position: relative;
}

.aut-alt-content.aut-boxed-content ul li .aut-img-wrap {
    position: static;
    margin-bottom: 30px;
    border-radius: 0;
}

@media (min-width: 768px) {
    .aut-alt-content.aut-boxed-content ul li .aut-img-wrap {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {

    .aut-alt-content.aut-boxed-content ul li .aut-img-wrap,
    .aut-alt-content.aut-boxed-content ul li .aut-single-content {
        width: 41%;
    }
}

.aut-alt-content.aut-boxed-content ul li .aut-single-content {
    padding-top: 0;
}

@media (min-width: 768px) {
    .aut-alt-content.aut-boxed-content ul li .aut-single-content {
        margin-left: 60px;
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .aut-alt-content.aut-boxed-content ul li .aut-single-content {
        margin-left: auto;
        width: 41%;
        margin-right: 120px;
    }
}

.aut-alt-content.aut-boxed-content ul li .aut-single-content h3 {
    font-size: 1.875rem;
    letter-spacing: -0.29px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aut-alt-content.aut-boxed-content ul li .aut-single-content h3 {
        font-size: 3.125rem;
        line-height: 4.0625rem;
    }
}

@media (min-width: 768px) {
    .aut-alt-content.aut-boxed-content ul li:nth-child(2n+2) .aut-img-wrap {
        order: 2;
        margin-left: auto;
        text-align: right;
    }

    .aut-alt-content.aut-boxed-content ul li:nth-child(2n+2) .aut-img-wrap img {
        margin-left: auto;
    }

    .aut-alt-content.aut-boxed-content ul li:nth-child(2n+2) .aut-single-content {
        order: 1;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .aut-alt-content.aut-boxed-content ul li:nth-child(2n+2) .aut-img-wrap {
        margin-right: 120px;
    }
}

.aut-alt-content ul li {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .aut-alt-content ul li {
        margin-bottom: 130px;
    }
}

.aut-alt-content ul li:last-child {
    margin-bottom: 0;
}

.aut-alt-content ul li .aut-img-wrap {
    border-radius: 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aut-alt-content ul li .aut-img-wrap {
        position: absolute;
        margin-bottom: 0;
        width: 41%;
        -webkit-border-radius: 0 50px 50px 0;
        -khtml-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        -ms-border-radius: 0 50px 50px 0;
        -o-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
        overflow: hidden;
    }
}

@media (min-width: 1480px) {
    .aut-alt-content ul li .aut-img-wrap {
        width: 45%;
    }
}

.aut-alt-content ul li .aut-img-wrap img {
    display: block;
}

@media (min-width: 768px) {
    .aut-alt-content ul li .aut-single-content {
        margin-left: auto;
        width: 55%;
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .aut-alt-content ul li .aut-single-content {
        margin-right: 120px;
        width: 41%;
        padding-top: 60px;
    }
}

.aut-alt-content ul li .aut-single-content h3 {
    font-size: 1.875rem;
    letter-spacing: -0.29px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aut-alt-content ul li .aut-single-content h3 {
        font-size: 3.125rem;
        line-height: 4.0625rem;
    }
}

@media (min-width: 768px) {
    .aut-alt-content ul li:nth-child(2n+2) .aut-img-wrap {
        order: 2;
        margin-left: auto;
        text-align: right;
        right: 0;
    }

    .aut-alt-content ul li:nth-child(2n+2) .aut-single-content {
        order: 1;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .aut-alt-content ul li:nth-child(2n+2) .aut-img-wrap {
        -webkit-border-radius: 50px 0 0 50px;
        -khtml-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -ms-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
    }
}

.aut-search-bar {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

.aut-search-bar.aut-form-wrapper input[type="search"],
.aut-search-bar.aut-form-wrapper input[type="text"] {
    background: url("../images/search.svg") no-repeat 15px center rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border-color: transparent;
    padding-left: 65px;
}

.aut-filter-cat ul li {
    border-bottom: 1px solid #c2c2c2;
}

.aut-filter-cat ul li a {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}

.aut-filter-cat ul li a.aut-slide-active {
    text-decoration: underline;
}

.aut-filter-cat ul li a img,
.aut-filter-cat ul li a svg {
    margin-left: auto;
}

.aut-filter-cat ul li ul li {
    border: none;
    margin-bottom: 25px;
}

.aut-filter-cat ul li ul li:last-child {
    margin-bottom: 15px;
}

.aut-filter-cat ul li ul li a {
    padding: 0;
    font-size: 1.125rem;
    letter-spacing: 0.09px;
    line-height: 25px;
    font-weight: 400;
}

.aut-slide-link svg {
    -webkit-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.aut-slide-link.aut-slide-active svg {
    transform: rotate(180deg);
}

.aut-pagination {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .aut-pagination {
        margin-top: 170px;
    }
}

.aut-pagination ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.aut-pagination ul li {
    margin: 0 2px;
    padding: 0;
    width: auto;
}

.aut-pagination ul li span,
.aut-pagination ul li a {
    min-width: 41px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: block;
}

.aut-pagination ul li span.current,
.aut-pagination ul li a.current {
    border: 2px solid #f58726;
    color: #f58726;
    text-decoration: underline;
    font-weight: 700;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

.aut-add-contrast .aut-pagination ul li span.current,
.aut-add-contrast .aut-pagination ul li a.current {
    color: #fff;
    border-color: #fff;
}

.aut-pagination ul li.prev-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .aut-pagination ul li.prev-btn {
        position: absolute;
        left: 0;
        margin-right: auto;
        width: 130px;
        margin-left: 0 !important;
    }
}

.aut-pagination ul li.next-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .aut-pagination ul li.next-btn {
        position: absolute;
        right: 0;
        margin-left: auto;
        width: 130px;
    }
}

.aut-pagination ul li a {
    border: 2px solid transparent;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
    height: 100%;
}

.aut-pagination ul li a:hover {
    border: 2px solid #f58726;
}

.aut-add-contrast .aut-pagination ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.aut-pagination ul li a.prev,
.aut-pagination ul li a.next {
    height: 60px;
    line-height: 56px;
    min-width: 100%;
    margin: 30px 0;
    border: 2px solid #f58726;
    color: #f58726;
    -webkit-border-radius: 0 30px 30px 30px;
    -khtml-border-radius: 0 30px 30px 30px;
    -moz-border-radius: 0 30px 30px 30px;
    -ms-border-radius: 0 30px 30px 30px;
    -o-border-radius: 0 30px 30px 30px;
    border-radius: 0 30px 30px 30px;
}

@media (min-width: 768px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: fit-content;
    }
}

@media (min-width: 768px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: 120px;
    }
}

@media (min-width: 1480px) {

    .aut-pagination ul li a.prev,
    .aut-pagination ul li a.next {
        min-width: 130px;
    }
}

.aut-pagination ul li a.prev:hover,
.aut-pagination ul li a.next:hover {
    background: #f58726;
    color: #fff;
}

.aut-add-contrast .aut-pagination ul li a.prev,
.aut-add-contrast .aut-pagination ul li a.next {
    border-color: #fff;
    color: #fff;
}

.aut-add-contrast .aut-pagination ul li a.prev:hover,
.aut-add-contrast .aut-pagination ul li a.next:hover {
    background: #fff;
    color: #000;
}

.aut-pagination ul li a.prev {
    margin-left: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .aut-pagination ul li a.prev {
        margin-bottom: 0;
    }
}

.aut-pagination ul li a.next {
    margin-right: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .aut-pagination ul li a.next {
        margin-top: 0;
    }
}

.aut-event-cat-list {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .aut-event-cat-list {
        margin-bottom: 80px;
    }
}

.aut-event-cat-list:last-child {
    margin-bottom: 0;
}

.aut-event-cat-list h2 {
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    .aut-event-cat-list h2 {
        font-size: 3.125rem;
        line-height: 4.0625rem;
        letter-spacing: -0.29px;
        margin-bottom: 70px;
    }
}

.aut-event-cat-list h3 {
    margin-bottom: 10px;
    max-width: 670px;
}

@media (min-width: 1200px) {
    .aut-event-cat-list h3 {
        font-size: 2.5rem;
        line-height: 3.4375rem;
        letter-spacing: -0.23px;
    }
}

.aut-event-cat-list ul li {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .aut-event-cat-list ul li {
        margin-bottom: 80px;
    }
}

.aut-event-cat-list ul li:last-child {
    margin-bottom: 0;
}

.aut-event-cat-list ul li .aut-img-wrap {
    -webkit-border-radius: 0 50px 50px 50px;
    -khtml-border-radius: 0 50px 50px 50px;
    -moz-border-radius: 0 50px 50px 50px;
    -ms-border-radius: 0 50px 50px 50px;
    -o-border-radius: 0 50px 50px 50px;
    border-radius: 0 50px 50px 50px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .aut-event-cat-list ul li .aut-img-wrap {
        margin-bottom: 0;
        margin-right: 65px;
    }
}

.aut-event-cat-list ul li .aut-img-wrap img {
    display: block;
    width: 100%;
}


/* screen reader css */

label#nr-webreader-trigger:before,
label#nr-webreader-trigger:after {
    content: unset;
}

label#nr-webreader-trigger {
    padding-left: 0;
}

.nr-trigger-placeholder button {
    background-image: url("../images/speaker.svg") !important;
    width: 26px !important;
    height: 22px !important;
    background-size: 26px 22px !important;
    background-color: transparent;
    padding: 20px;
}

.aut-add-contrast .nr-trigger-placeholder button {
    background-image: url("../images/speaker-white.svg") !important;
}

@media (max-width: 992px) {
    .main_nav .nav_item .nav_link {
        padding: 1em 0.2em;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .top_nav .top_menu_right {
        justify-content: center;
    }

    .top_nav .top_menu_right li {
        margin-left: 0.9rem;
    }

    body {
        overflow-x: hidden;
    }

    .hero_brand {
        margin-right: 20px;
    }

    .top_nav .top_menu_right li a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__ {
        margin-top: 85px;
    }

    .cat_description--bg {
        height: auto !important;
        background: #f3f3f3;
    }

    .top_nav .top_menu_right li a {
        font-size: 0.65rem;
        line-height: 1;
    }
}


/*Add css*/

#comments {
    margin-bottom: 30px;
}

.comment-author {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    align-items: center;
    font-size: 18px;
}

.comment-author img {
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.comment-content {
    padding-left: 60px;
}

.commentlist .comment-content p {
    font-size: 15px;
}

.comment-author .fn {
    display: inline-block;
    margin-right: 4px;
}

.comment-meta {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    justify-content: space-between;
}

.comment-metadata {
    font-size: 14px;
}

.says {
    font-weight: bold;
}

.comment-metadata {
    display: flex;
    align-items: center;
}

.comment-metadata a {
    color: #8b8b8b;
}

.commentlist .reply {
    text-align: right;
    margin-right: 80px;
}

.commentlist .reply a,
.commentlist .comment-edit-link {
    font-size: 13px;
    padding: 0.1em 0.8em;
    border: 1px solid #ccc;
    display: inline-block;
}

.commentlist .comment-edit-link {
    position: relative;
}

.commentlist .comment-edit-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f304";
    margin-right: 6px;
    display: inline-block;
    color: rgb(94, 93, 93);
}

.commentlist .edit-link a {
    display: inline-block;
    color: inherit;
}

.commentlist .reply a:hover,
.commentlist .comment-edit-link:hover {
    border-color: #f58726;
    color: #f58726;
}

.commentlist .comment-edit-link:hover:before,
.commentlist .reply a:hover::before {
    color: #f58726;
}

.commentlist .reply a {
    position: relative;
}

.commentlist .reply a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3e5";
    margin-right: 6px;
    display: inline-block;
    color: rgb(94, 93, 93);
}

.commentlist li {
    position: relative;
    margin-bottom: 30px;
}

.commentlist .edit-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-submit input[type="submit"] {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    background: #f58726;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
}

.form-submit input[type="submit"]:hover {
    opacity: 0.8;
}


/*single page*/

.blog_post--edit {
    margin-bottom: 60px;
}

.blog_post--edit h1 {
    margin-bottom: 30px;
}

.blog_text h1,
.blog_text h2,
.blog_text {
    text-align: left;
}

.blog_text h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog_text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.cat_description--bg {
    background: #f3f3f3 url(../images/neparudraksha-banner1.jpg) no-repeat center center;
    width: 100%;
}

#archives-2 {
    margin-bottom: 30px;
}

#archives-2 h5,
#recent-posts-3 h5 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

#secondary {
    padding-left: 20px;
}

aside#secondary ul li {
    list-style: disc inside;
}

@media screen and (max-width: 767px) {
    .comment-meta {
        display: block;
    }

    .comment-metadata {
        padding-left: 60px;
    }

    .commentlist .comment-content p {
        font-size: 15px;
    }

    #secondary {
        padding-left: 0;
    }

    .mfb-component--br {
        right: 0;
        bottom: 10px;
        z-index: 100;
    }
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

#wpcf7-f5-o1 input[type="submit"] {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    width: 150px;
    background: #f58726;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
    border: 1px solid #f58726;
}

#wpcf7-f5-o1 input[type="submit"]:hover {
    opacity: 0.8;
}

.tab-outer .tab-pane {
    padding-top: 20px;
}

.reccomended_art .col-md-4 {
    margin-bottom: 30px;
}

.reccomended_art .col-md-4 img {
    height: 260px;
    object-fit: cover;
}

.heading_rel_posts {
    margin-bottom: 30px;
}

.item_tabs p,
.item_tabs ul,
.item_tabs table,
.item_tabs h1,
.item_tabs h2,
.item_tabs h3,
.item_tabs img {
    margin-bottom: 15px;
}

.tab-content ul li {
    list-style: disc inside;
    margin-bottom: 0.625em;
}

.tab-content ul.edit-list li{
   list-style: none;
}
  

.tab-content a {
    color: #f58726;
}

.tab-content .cartTable  a {
    color: inherit
}

.tab-content a:hover {
    text-decoration: underline;
}

.tab-content ul,
.tab-content p,
.tab-content img,
.tab-content ol,
.tab-content table {
    margin-bottom: 1.25em;
}

.item_tabs h1,
.item_tabs h2,
.item_tabs h3,
.item_tabs h4,
.item_tabs h5 {
    text-align: left;
}

.rm-link {
    color: #f58726;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #f58726;
    color: #fff;
}

button {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6em 1.6em;
    background: #f58726;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
    border: 1px solid #f58726;
}

.button {
    opacity: 0.8;
}


/*css for page loading*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/trident.gif) center no-repeat #fff;
}

.lagest_collection h2 {
    text-align: center;
}


/*2020-12-27*/

.consultation {
    padding: 30px;
    border: 1px solid #f58726;
}

.consultation-body {
    margin-top: 20px;
}

.consultation-title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
}

.consultation-body p {
    margin-bottom: 20px;
}

.consultation-body ul {
    margin-bottom: 20px;
}

.main ul li {
    list-style: disc inside;
}

.footer_wrapper ul li {
    list-style: none;
}

.main ul li.nav-item,
.mfb-component__list li {
    list-style: none;
}

.form-check-flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
}

.form-check-flex img {
    width: 150px;
}

#payment_mehtods_form input {
    width: auto;
}

#payment_mehtods_form input[type="radio"].css-checkbox:checked+label.css-label:after,
#payment_mehtods_form input[type="radio"]:checked+label:after {
    border: none;
}

#payment_mehtods_form input[type="radio"].css-checkbox:checked+label.css-label:before,
#payment_mehtods_form input[type="radio"]:checked+label:before {
    background: none;
}

#payment_mehtods_form input[type="radio"].css-checkbox+label.css-label:after,
#payment_mehtods_form input[type="radio"]+label:after {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border: none;
}

#payment_mehtods_form input[type="radio"].css-checkbox+label.css-label,
#payment_mehtods_form input[type="radio"]+label {
    padding-left: 9px;
}

.order-table-img img {
    width: 20%;
    margin-right: 20px;
}

.cart_orders .input-group.item-quantity input {
    flex: 0 0 120px;
}

.grid {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
}

.grid-4 {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.product-img-info {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
}

.product-img-info img {
    flex: 0 0 120px;
    width: 120px;
    margin-right: 20px;
}

.cart-table input[type="text"] {
    flex: 0 0 40px;
    border-radius: 0;
}

.des_item .title {
    color: #000;
    margin-bottom: 6px;
    line-height: 1.6;
}

.cart-table th,
.cart-table td {
    text-align: center;
}

.cart-table .input-group.item-quantity {
    width: 130px;
    margin: 0 auto;
}

.cart-margin .cart-table .input-group.item-quantity {
    width: 50px;
    margin: 0 auto;
}

.btn_remove_order {
    cursor: pointer;
}

.order_item_description {
    text-align: left !important;
}

.btn-swip {
    margin: 0 20px;
}

.btn_primary.swipe-to-top:hover {
    color: #fff;
}

#sync2 .owl-nav.disabled {
    display: none;
}

.bottom-table {
    margin-top: 30px;
}

.bottom-table .d-flex {
    align-items: flex-start;
}

.dashboard_content.padding-60 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    color: #f58726;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #f58726;
    color: #fff;
}

.view-btn {
    font-size: 10px;
    padding: 5px 10px;
    text-transform: inherit;
}

.view-btn:hover {
    color: #fff;
}

.summary-table {
    margin-left: auto;
}

.summary-table.table td,
.summary-table.table th {
    padding: 0.4rem 0.75rem;
}

.cart-table td,
.cart-table th {
    padding: 0.75rem 0;
}

.cart-table th {
    font-size: 0.9rem;
}

.mfb-component--br {
    left: 0;
    bottom: 20px;
}

@media (max-width: 767px) {
    .mfb-component--br {
        right: 0;
        bottom: 60px;
    }
}


/*12/28/2020*/

.milestone {
    background-color: #eae6d7;
    background-image: url(data:image/svg + xml,
 %3Csvgxmlns=http: //www.w3.org/2000/svgviewBox=0 0 56 28width=56height=28%3E%3Cpathfill=%23eaceb6fill-opacity=0.3d=M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z%3E%3C/path%3E%3C/svg%3E);
        background-size: auto;
}

.milestone-block {
    text-align: center;
}

.milestone-block h2 {
    text-align: center;
}

.milestone-block h4 {
    font-size: 0.9375rem;
}

.toggleContent p {
    color: inherit;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.leadership-block h3 {
    font-size: 1.375rem;
}

.transfer-details {
    display: flex;
    -webkit-display: flex;
    margin-bottom: 2.5em;
}

.transfer-left {
    flex: 0 0 43%;
}

.content1 {
    margin-bottom: 1.875em;
}

.transfer {
    margin-top: 2.5em;
}

.transfer h2 {
    margin-bottom: 1.5em;
    text-align: left;
}

.transfer-left h3 {
    margin-bottom: 1.25em;
    font-size: 22px;
}

.transfer-details strong {
    color: #000;
}

.about-title h2 {
    font-weight: 500;
}

.descTable,
.tab-content table {
    width: 100%;
    margin-top: 1.25em;
}

.tab-content table th {
    font-size: 1.3rem;
    padding-bottom: 20px;
}

.tab-content table th,
.tab-content table td {
    padding: 15px;
}

/* .tab-content table td {
    border: 1px solid #ccc;
} */

.dropdown--flag a {
    font-size: 0.8125rem;
}

#call_flag a {
    font-family: 'Jost', sans-serif;
}

.dropdown--flag .fa-chevron-down {
    margin-left: 5px;
}


/*12/29/2020*/

.box-outer h4 {
    margin-bottom: 10px;
}

.order-row {
    margin-bottom: 30px;
}

.tab-content ol {
    list-style: decimal;
}

.tab-content ol li {
    list-style: decimal inside;
}


/*12/29/2020*/

.track {
    padding: 50px;
    text-align: center;
    border: 1px solid #ffdcbd;
    background: rgba(204, 160, 0, 0.04);
}

.track h2 {
    margin-bottom: 20px;
}

.track form input[type="text"] {
    width: 300px;
    border: 1px solid #ccc;
    height: 46px;
}

.track-module {
    padding: 30px 50px;
    border: 1px solid #ffdcbd;
    text-align: center;
    background: rgba(204, 160, 0, 0.04);
}

@media (max-width: 768px) {
    .track-module {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

.status-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.track-table {
    margin-top: 30px;
}

.track-table table {
    width: 100%;
}

.track-note h4,
.track-note {
    text-align: left;
}

.track-note {
    margin-bottom: 30px;
}

.track-note h4 {
    margin-bottom: 20px;
}

ul.progress_bar {
    margin-top: 1.875rem;
    width: 100%;
    padding: 0 18px;
    height: 2em;
    padding: 0;
    font-size: 10px;
    /* change font size only to scale*/
    margin-left: 110px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    ul.progress_bar {
        width: 100% !important;
        margin-left: 0;
    }
}

ul.progress_bar li {
    width: 30%;
    float: left;
    height: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.progress_bar li span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #8ac148;
    height: 0.4em;
    z-index: 1;
}

ul.progress_bar li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #8ac148;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    z-index: 2;
}

ul.progress_bar li:last-child:after {
    content: "Delivered";
    display: block;
    position: absolute;
    bottom: -40px;
    z-index: 2;
}

ul.progress_bar li.activated:before {
    background: #fff;
    border: 0.2em solid #8ac148;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    text-align: center;
    font-size: 20px;
    color: #8ac148;
    top: -9px;
}

.progress_bar_first::after {
    content: "Pending";
    left: -3px;
    bottom: -40px;
    position: absolute;
}

.progress_bar_2nd::after {
    content: "Processing";
    left: -3px;
    bottom: -40px;
    position: absolute;
}

.progress_bar_3nd::after {
    content: "Shipped";
    left: -3px;
    bottom: -40px;
    position: absolute;
}

ul.progress_bar li:last-child {
    width: 0;
}


/*12/30/2020*/

.index_faq--remove {
    background: none;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.index_faq.index_faq--remove .accordion .card .card-header h5 {
    text-align: left;
}

.index_faq.index_faq--remove .accordion .card {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.consulation_index1 img {
    width: 100%;
}

.includes h4 {
    margin-bottom: 20px;
}

.includes ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}

.includes ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    left: 0;
    color: #51b813;
}

.includes ul li.exclude::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    left: 0;
    color: #f58726;
}

.price-size {
    font-size: 20px;
    margin: 12px;
}

.m-t-20 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .exclusive_list--edit .col-lg-3.col-md-3 {
        margin-bottom: 30px;
    }

    .exclusive a figure {
        width: 100%;
    }

    .exclusive figure {
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .exclusive a {
        display: block;
    }

    .exclusive img {
        height: 100%;
        transition: all 0.3s ease-in-out;
    }

    .exclusive:hover img {
        transform: scale(1.04);
        transition: all 0.3s ease-in-out;
    }

    .exclusive h4 {
        font-size: 1rem;
        text-align: center;
        margin-top: 1rem;
        font-weight: 500;
    }
}

.exclusive_list {
    display: none;
}

@media (max-width: 767px) {
/*     .exclusive_rudraksha-list {
        display: none;
    } */

    .exclusive_list {
        display: block;
    }
}

.img-wrap img {
    display: block;
}

.img-wrap.col-md-6 {
    padding: 0;
    margin-bottom: 0;
}

.index_collection--edit .row {
    margin: 0;
}

.content_right {
    height: 100%;
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .product_show .alert-dismissible {
        padding-right: 1rem;
        line-height: 1.5;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .content_right {
        padding: 40px 0;
    }

    .menu-drawer__navigation-container .menu-drawer__navigation{
        padding: 0;
    }

   .menu-drawer__menu .menu-drawer__menu-item {
        padding: 0.7rem 0.8rem;
        font-size: 0.875rem;
    }
    .js .menu-drawer__menu li {
        margin-bottom: 0;
    }

    .header__heading, .header__heading-link {
        grid-area: heading;
        justify-self: left;
    }
    .hero_banner .hero_carousel {
        height: auto;
        margin-top: 75px;
    }
}

@media (min-width: 769px) {

    /* .main_nav .nav_item.has_child:hover > .sub_nav {
		visibility: visible;
		opacity: 1;
		transition: inherit;
	} */
    .main_nav .sub_nav.menuShow {
        display: flex !important;
        visibility: visible;
        opacity: 1;
        transition: inherit;
    }

    .main_nav .sub_nav {
        display: flex;
        position: absolute;
        justify-content: center;
        top: 100%;
        left: 0%;
        width: 100vw;
        max-width: 100%;
        z-index: 99;
        background: #fcfcfc;
        font-size: 0.875rem;
        padding: 0.8rem 0;
        border-top: 1px solid #cca000;
        border-bottom: 1px solid #cca000;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
}


/*Product Inquiry details css*/

.inquiry_form.inquiry_form--details .form_box .form_wrapper {
    position: absolute;
    width: 70%;
    height: auto;
    border: 1px solid #f58726;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.box-inquiry__figure {
    flex: 0 0 30%;
    margin-right: 1.25rem;
}

.inquiry-left-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.inquiry-total {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
}

.btn-inquiry-wrap .btn_primary+.btn_secondary {
    margin-left: 8px;
}

@media (min-width: 767px) {
    .btn-inquiry-wrap .btn_primary+.btn_secondary {
        margin-left: 0;
    }
}

.inquiry_form.inquiry_form--details .form_wrapper {
    position: relative;
    background: #fff;
    padding: 1.875rem;
}

.inquiry_form.inquiry_form--details .close_modal i {
    font-size: 2rem;
    background: white;
}

.inquiry_form.inquiry_form--details .close_modal {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: translate(50%, -50%);
}

.inquiry_form.inquiry_form--details .form_wrapper h4 {
    margin-bottom: 50px;
}

.box-inquiry+.box-inquiry {
    margin-top: 30px;
}

.box-inquiry-outer {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}


/*payment-outer*/

.checkout_form_title {
    text-align: left !important;
    margin: 30px 0;
}

.payment-outer .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
    z-index: -1;
}

.payment-outer input[type="checkbox"] {
    line-height: normal;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    vertical-align: middle;
}


/* 
.payment-outer input:checked ~ .control-indicator::after {
	content: '\f00c';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	background-image: none;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	position: initial;
}

.payment-outer input ~ .control-indicator {
	color: #2a9dcc;
	border: 1px solid #2a9dcc;
	background-color: #fff;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: -17px;
	vertical-align: top;
	line-height: 19px;
}

.payment-outer input:checked ~ .control-indicator {
	color: #2a9dcc;
	border: 1px solid #2a9dcc;
	background-color: #fff;
}

.payment-outer input:checked ~ .control-indicator {
	background-image: none;
}

.payment-outer input:active ~ .control-indicator {
	color: #2a9dcc;
	background-color: #fff;
} */

.payment_information {
    display: none;
}

.order_summery {
    border: 1px solid rgb(245, 135, 38);
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}

.order_summery p {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    justify-content: space-between;
}

.order_summery p:last-child {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#checkout-button {
    margin-top: 20px;
}

.lb {
    cursor: pointer;
}


/*1/4/2021*/

.btn_primary.send_inquiry+.btn_primary {
    text-align: center;
    background: #2ea44f;
    border-color: #2ea44f;
}

@media (max-width: 1200px) {
    .btn_primary.send_inquiry+.btn_primary {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .why_us_list {
        width: 100%;
        display: grid;
        -webkit-display: grid;
        -ms-display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
}

.mobile_only {
    display: none;
}

@media (max-width: 767px) {
    .mobile_only {
        display: block;
    }

    .mobile_only a,
    .mobile-customize a {
        display: block;
        color: #fff;
        margin-left: 20px;
        width: 180px;
    }
  
  
    .customize-link {
        display: block;
        color: #fff;
        margin-left: 20px !important;
        width: 180px;
    }
  

    .mobile_only a {
        background: #f58726;
    }

    .mobile-customize a {
        background: #59a96a;
    }

    .order_summery {
        margin-top: 20px;
    }
}

#guest-checkout-button {
    margin-top: 20px;
}

#wishlist {
    padding-bottom: 30px;
}

@media (max-width: 500px) {
    #update_cart {
        padding: 0.1rem 0.5rem;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .track .btn_primary {
        margin-top: 10px;
        width: 100%;
    }

    .track form input[type="text"] {
        width: 100%;
    }

    .track {
        margin-bottom: 30px;
    }
}

.modal-dialog.modal-dialog--edit {
    max-width: 70%;
}

.inq-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .consultation {
        margin-top: 20px;
    }

    .modal-dialog.modal-dialog--edit {
        max-width: 100%;
    }

    .btn-inquiry-wrap .btn_primary+.btn_secondary {
        margin-left: 0;
        margin-top: 10px;
    }

    .box-inquiry-outer {
        border-right: 0;
        padding-right: 0;
    }

    .table.cart-table {
        width: 700px;
    }

    .track {
        width: 100% !important;
    }

    .track h2 {
        font-size: 1.375rem;
    }

    .main_nav_list.mobile_nav .nav_item a {
        display: block;
        padding: 0.2rem 1.5rem;
    }

    .mobile_only {
        margin-top: 6px;
    }
}

.product_details .select_style .style_selector .single_selector.active .added_price .price {
    color: #f58726;
}

.single_selector .added_price::before {
    content: "";
    display: none;
    margin-right: 2px;
}

.product_details .select_style .style_selector .single_selector .added_price .price {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 5px;
}

pre.sf-dump,
pre.sf-dump .sf-dump-default {
    margin-bottom: 20px;
    display: inline-block;
}

#productEnquiryModal {
    padding-right: 0 !important;
}

@media (min-width: 576px) {
    #exampleModalCenter .modal-dialog.modal-dialog-centered {
        max-width: 700px;
    }
}

.consultation-price {
    margin-bottom: 10px;
}

.checkout_form_title.text-center {
    text-align: center !important;
}

.main ul.pagination li {
    list-style: none inside;
}

.pagination__ nav .page-item.previous:hover .page-link {
    background: none;
    color: #f58726;
}

.pagination__ nav .page-item.next:hover .page-link {
    background: none;
    color: #f58726;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #dee2e6;
}

.pagination__ {
    margin-top: 30px;
}

.pagination__ .pagination {
    flex-wrap: wrap;
}

.pagination__ nav li .page-link {
    background: none;
    border: none;
    color: #313131;
    padding: 0.5rem 0.8rem;
    font-size: 1.2rem;
    border-radius: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    min-width: 40px;
    text-align: center;
    margin-right: 0.6rem;
}

.pagination__ nav li:hover .page-link {
    background: #f58726;
}

.delivery-box h4 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ccc;
}

.customize__ {
    padding-bottom: 60px;
}

.customize__ .form-group label {
    display: block;
}

.customize__ .starter_form_type form select {
    height: 40px;
    width: 100%;
    border: 1px solid #8b8b8b;
}

.rc-anchor-invisible-text {
    font-size: 9px !important;
    line-height: 16px !important;
    padding: 0 11px !important;
}

.alert {
    border-radius: 0;
    position: relative;
}

.alert-danger {
    border-color: #d53f30;
    color: #ffe4e1;
    background-color: #e84c3d;
}

.alert-success {
    border-color: #0fa98c;
    color: #d7fbf4;
    background-color: #18bb9c;
}

.customize-important {
    padding: 1.875rem;
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
}

.customize-important strong {
    color: #f58726;
}

.top-box {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 0.625em;
    margin-top: 30px;
    display: inline-block;
    margin-left: auto;
    font-size: 11px;
}

.top-box-title {
    line-height: 1.7;
    padding-top: 5px;
    font-size: 0.8125rem;
}

.top-box-flex {
    display: grid;
    -webkit-display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 30px;
}

@media (max-width: 767px) {
    .top-box-flex {
        grid-gap: 10px;
    }
}

.top-box-content span {
    font-size: 13px;
}

.top-box-fig {
    width: 120px;
    margin-top: 0.625rem;
}

.top-box-flex .btn_primary {
    padding: 0.1em 0.4em;
    width: 83px;
    font-size: 0.5625rem;
}

.nav-item .btn_primary {
    padding: 0.2em 1.9em;
    display: inline-block;
    margin-top: 10px;
}


/*error page*/

.error-404 {
    padding: 130px 0;
}

.error-title {
    font-size: 100px;
    margin-bottom: 40px;
    position: relative;
}

.error-title::before {
    content: "\f119";
    margin-right: 10px;
    font-family: "font awesome 5 free";
    font-weight: 400;
}

.error-404 p {
    margin-bottom: 40px;
}

.error-404 .btn_primary+.btn_primary {
    margin-left: 10px;
}

.error-404 .btn_primary:hover {
    color: #fff;
}

#shipping_form .checkout_form_title {
    margin-top: 0;
    margin-bottom: 1.25em;
}

#payments-wrapper h4 {
    margin-bottom: 1.875em;
    line-height: 1.6;
    font-size: 1.1rem;
}

.delivery-information .checkout_form_title {
    margin-top: 0;
    margin-bottom: 1.25em;
}

.checkout_form_title a {
    font-size: 14px;
    text-decoration: underline;
    color: #f58726;
}

.delivery-box p {
    font-size: 0.8125rem;
    line-height: 1.5;
}

#payment_mehtods_form label {
    color: #000;
}

#payment_mehtods_form label {
    font-size: 0.8125rem;
}

.checkout_form_title {
    margin-top: 0;
    margin-bottom: 0.625em;
}

.delivery-information {
    margin-bottom: 1.875em;
}

.checkout_form_single1 .checkout_form_title {
    margin-bottom: 0;
}

.form-check input[type="radio"] {
    height: 30px;
}

.top-outer {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.row-top {
    justify-content: flex-end;
}

.des_small {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.8;
}

.first-title {
    font-size: 1rem;
}

.second-title {
    font-size: 0.9375rem;
}

.order-free-outer {
    text-align: right;
    margin-top: 20px;
}

.order-free {
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #bdedc4;
    background: #d3f4d8;
}

.payment-outer h3 {
    font-size: 1.4375rem;
}

.content1 h3 {
    margin-bottom: 20px;
}

.cart-margin {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .box-outer+.box-outer {
        margin-top: 30px;
    }
}

ul.progress_bar li.closed:before {
    background: #fff;
    border: 0.2em solid #f58726;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    text-align: center;
    font-size: 20px;
    color: #f58726;
    top: -9px;
}

ul.progress_bar--edit li:before {
    background: #f58726;
}

ul.progress_bar--edit li span {
    background: #f58726;
}

.progress_bar_first::after {
    /* display: none; */
}

ul.progress_bar--edit li:last-child:after {
    display: none;
}

.index_collection .row {
    width: 100%;
}

 
.index_collection .row.counter-area {
    width: auto;
}  
      

      
#payment_description .form-check.form-check-flex label::before,
#payment_description .form-check.form-check-flex label::after {
    display: none;
}

#payment_description input[type="checkbox"].css-checkbox:checked+label.css-label:before,
#payment_description input[type="checkbox"]:checked+label:before {
    display: none;
}

#payment_description .form-check-inline .form-check-input {
    width: 36px;
}

#bank_transfer_button {
    margin-top: 30px;
}

.accordion .card-body a {
    color: #3370ec;
    text-decoration: underline;
}

.currency-mb {
    display: none;
}

@media (max-width: 767px) {
    .top_bar .container {
        padding: 0 5px;
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
    }

    .currency-mb {
        display: inline-flex;
        font-size: 10px;
        margin: 0 auto;
        border: none !important;
    }

    .currency-mb:focus {
        outline: none;
    }
  .counter-area .col-md-3 + .col-md-3{
    margin-top: 30px;
  }	
}

.track-note-ed {
    margin-top: 20px;
}

.track-note-ed h2 {
    margin-bottom: 30px;
}

.track-note table {
    width: 100%;
}

.track-note table th {
    font-weight: bold;
}

@media (max-width: 767px) {
    .track-note table td {
        font-size: 0.8125rem;
    }
}

.assistance {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #a5d5ec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #c6ebfd;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
}

.assistance h4 {
    margin-bottom: 0;
}

.assistance img {
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
}

.aasistance-body {
    flex: 1;
}

.assistance i {
    margin-right: 5px;
    color: #f58726;
}

.asit {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
}

.asit p+p {
    margin-left: 10px;
}

.asit a {
    text-decoration: underline;
    color: #0e8ac7;
}

.asit a:hover {
    text-decoration: none;
}

.assistance img {
    width: 60px;
}

.hero_brand a {
    display: block;
}

.logo-slogan {
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -15px;
    color: #f58726;
}

.iso-p {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.iso-p p {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    width: 77%;
    margin: 0 auto;
}

.iso-p-border img {
    border: 1px solid #f58726;
    margin-top: 10px;
    width: 44%;
}

.iso-img {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.iso-img img {
    flex: 0 0 120px;
    max-width: 120px;
}

.iaf {
    max-width: 55px !important;
}

.ak {
    max-width: 36px !important;
}

.io-net {
    max-width: 90px !important;
}

.iso-img img+img {
    margin-left: 10px;
}

.iso-p.l-iso {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 767px) {
    .logo-slogan {
        font-size: 5px;
        top: -19px;
    }

    .hero_brand {
        position: relative;
        display: inline-block;
    }

    .assistance {
        display: block;
        text-align: center;
    }

    .assistance img {
        width: 60px;
        height: 60px;
        margin-left: 0;
    }

    .asit {
        display: block;
    }

    .asit p+p {
        margin-left: 0;
    }

    .header__icon.small-hide {
        display: flex !important;
    }

    .header__icons span{
        display: none;
    }

    .mobile-facets__wrapper.medium-hide,
    .collection-product-count.light.medium-hide.large-up-hide{
        display: none;
    }


}

.p-t-40{
    padding-top: 40px;
}
.p-t-30{
    padding-top: 30px;
}
.p-t-60{
    padding-top: 60px;
}
.p-b-60{
    padding-bottom: 60px;
}

/*4/15/2021*/


/*Add css*/

.header__icons {
    text-transform: uppercase;
}

.header__icons a {
    margin-right: 20px;
}

.header__icons i {
    margin-right: 5px;
}

.header__icon {
    text-decoration: none;
}

.header__icon span {
    height: 100%;
    font-size: 12px;
}




.header__search_area details {
    display: flex !important;
    -ms-display: flex !important;
}

.header__icon,
.header__icon--cart .icon {
    width: auto;
    height: auto;
}
.header__search_area .icon{
    width: auto;
}
@media screen and (min-width: 990px) {
    .header:not(.header--middle-left) .header__inline-menu {
        margin-top: 60px;
        padding-bottom: 20px;
    }
    .header__icon .icon {
        height: auto;
        width: auto;
        margin-right: 5px;
    }


}

.link,
.customer a {
    font-size: 1rem;
}

.list-menu__item {
    text-transform: uppercase;
    font-size: 14px;
}

.header__active-menu-item,
.list-menu__item {
    text-decoration: none;
}

.header__icon span i {
    display: flex;
    -ms-display: flex;
    align-items: center;
}

.button.nav_item {
    min-width: auto;
    min-height: auto;
    box-shadow: none;
    padding: 0;
    line-height: 1.9;
    background: none;
}

.button.nav_item:hover {
    box-shadow: none;
}

.main_nav .nav_item .nav_link {
    font-size: 0.875rem;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    display: inline-block;
}

.spaced-section {
    margin-top: 0;
}


.iso-p {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.iso-p p {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    width: 77%;
    margin: 0 auto;
}

.iso-p-border img {
    border: 1px solid #f58726;
    margin-top: 10px;
    width: 44%;
}
.iso-img img {
    flex: 0 0 120px;
    max-width: 120px;
}
.ak {
    max-width: 36px !important;
}

.iso-img img + img {
    margin-left: 10px;
}
.io-net {
    max-width: 90px !important;
}
.iaf {
    max-width: 55px !important;
}


footer .footer_pay li img {
    width: 50px;
}

.banner__media.media img{
    height: auto;
    object-fit: inherit
}

.banner.banner--mobile-bottom{
    min-height: 484px;
}

.index_collection .col-md-5.offest-md-1{

    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
  
    .rte{
      padding: 0 15px;
    }
  .has-white-background-color.has-background{
        margin-top: 1rem;
  }
    
    .index_collection .col-md-5.offest-md-1{
        display: block;
        padding: 40px 0;
    }
    .header__heading {
        left: -20px;
        position: relative;
    }
        
    .header__icon svg.icon {
        height: 1.3rem;
        width: 2rem;
        margin-right: 5px;
    }
         
    .header__icon--menu .icon{
        left: 15px;
    }
    
    .header__icons span.search-mo{
        display: block;
    }

    .search-modal__form .field__button{
        width: 3rem;
        height: 3rem;
    }
    .search-modal__form .search__button .icon {
        height: 1.3rem;
    }
    .search-modal__form .field__label {
        font-size: 14px;
        line-height: 1;
    }
    .search-modal__form .field__input{
        padding: 1.5rem;
    }
    .search-modal__form .field__input {
        height: 3rem ;
    }
    .search-modal__form .field__input:focus {
        box-shadow: none
    }

    .modal__close-button .icon {
        height: 1.4rem;
    }

}


.index_collection .col-md-5.offest-md-1 p {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    color: #8b8b8b;
 
}

.index_collection .col-md-5.offest-md-1 h2 {
    line-height: 1.3;
    font-size: 1.9rem;
}

.blog_content_text .article-card__info {
    padding: 16px 0 0 0;
}
.blog_content_text .article-card{
    background: none;
}

.blog_content_text h2.article-card__title{
    font-size: 1.3rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    text-align: left;
}


.blog_content_text a:hover h2.article-card__title {
    color: #f58726;
    text-decoration: none;
}


.testimonials h2{
    width: 280px;
    margin: 0 auto;
} 


.hero_brand .header__heading-link{
    padding: 0;
}

.header{
    display: block;
}

.page-width{
    padding: 0;
}

/* .search.search-modal__form .field{
    width: 190px;
} */

.search-modal__content{
    padding: 0;
}


.search.search-modal__form .field label{

}

.search-modal{
    border: 0;
}


.search-modal__content .search__button .icon {
    height: 1.2rem;
}

.search-modal__content .field__button{
    height: 40px;
    width: 3rem;
}

.search-modal__content .field__label{
    font-size: 14px;
    left: 1rem;
    top: 1rem;
    line-height: 1.5;
}

.search-modal__content .search__input.field__input {
    padding-right: 2rem !important;
}

.search-modal__content .field__input{
    padding-right: 2rem;
}

/* .search-modal__form {
    width: auto;
}
 */

 .modal__content{
     right: 0 !important;
     left: inherit !important;
 }

.search-modal__content .field__input:focus{
    box-shadow: none !important;
}

.header__search_area .icon {
    width: 1rem;
}

.search-modal__content .modal__close-button .icon {
    height: 1.2rem;
}


.search-modal__content .modal__close-button.link{
    width: 3rem;
    height: 3rem;
}

.search-modal__content .field__input{
    height: 3rem;
    font-size: 14px;
}

.search-modal__form {
    background: #fff;
}
@media screen and (min-width: 990px){
    .search-modal__form {
        max-width: 18rem;
    }
}

@media (max-width: 767px) {
    .search-modal__form .field__input {
        padding: 1rem;
    }
    
    .search-modal__content .field__label {
        font-size: 0.6875rem;
        left: 0.5rem;
        top: 0.6rem;
    }
    
    .search-modal__content .field__input {
        height: 2rem;
        font-size: 0.8125rem;
    }
    .search-modal__content .field__button {
        height: 40px;
        width: 2rem;
    }

    .field__input:focus~.field__label, 
    .field__input:not(:placeholder-shown)~.field__label, 
    .field__input:-webkit-autofill~.field__label, .customer 
    .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, 
    .customer .field input:-webkit-autofill~label {
        font-size: 9px;
        letter-spacing: 0.04rem;
    }

    .top_nav {
        padding: 0.4rem;
        top: -1px;
    }

}

.card__badge .badge {
    font-size: 12px;
    border-radius: 0;
    margin: 0;
    padding: 0.4rem 0.6rem;   
    background: #f58726;
    font-family: "roboto", sans-serif;
    border: 1px solid #f58726;
}


.card__badge .badge:hover{
    color: #fff;
}

.card-information__text {
    display: block;
    padding-right: 0;
}

.card-information__text.h5{
    font-size: 1rem;
    text-align: center;
    margin-top:0;
    margin-bottom: 0;
}

.price-item.price-item--regular{
    font-size: 0.875rem;
    line-height: 1.75rem;
}

.collection_single{
    text-align: center;
}

.card-information__wrapper .price{
    display: block;
    font-size: 0.875rem;
}

.price dd {
    margin: 0;
}
.card-information__wrapper > *:not(.visually-hidden:first-child) + *:not(.rating) {
    margin-top: 0 !important;
}

.card + .card-information {
    margin-top: 1rem;
}

.card-wrapper:hover span{
    text-decoration: none !important;
    color: #f58726;
}

.card-wrapper:hover span.badge {
    text-decoration: none !important;
    color: #fff;
}

table:not([class]){
    font-size: 0.875rem;
    border-style: inherit;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table:not([class]){
    box-shadow: none;
}

table:not([class]) td, table:not([class]) th{
    border: 1px solid #ccc;
}

.facets__heading{
    font-size: 1rem !important;
    margin: 0 20px 0 0 !important;
}

.facets{
    margin-top: 60px;
}

.facets__summary span{
    font-size: 1rem;

}


summary .icon-caret {
    height: 0.4rem;
}
.collection-filters__field .collection-filters__label{
    font-size: 1rem;
    
}
.collection-filters__sort,
.collection-product-count__text{
    font-size: 1rem !important;

}
.collection-filters__sort{
    padding-right: 0 !important;
}

.select .collection-filters__sort{
    padding-right: 1.75rem !important;
    padding-left: 0.6875rem;
}


.collection-filters__field label{
    margin-bottom: 0;
}

.select .icon-caret, .customer select+svg{
    height: 0.4rem;

}
.facets__summary{
    margin-bottom: 1rem;
}

.facets__summary span:hover{
    text-decoration: none !important;
}
 .facets__summary:hover,
 .facets__disclosure:hover{
    text-decoration: none !important;

}

.facets__header {
    font-size: 14px !important;
    padding:0.8rem 1rem !important;
}
.facets__list {
    padding: 0.2rem 1.2rem!important;
}

.facets__reset{
    text-decoration: none;
}
.facets__reset:hover{
    color:#f58726;
}

.facet-checkbox{
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}
.facet-checkbox {
    padding: 1rem 2rem 1rem 2rem !important;
}
.facet-checkbox .icon-checkmark {
    left: 0;
    top: 1.3rem !important;
}

.facets__wrapper .disclosure-has-popup:nth-child(1) .facets__display{
    width: 18em !important;
}

.facets__item label{
    font-size: 0.875rem !important;
}
.facets__display{
    width: 24rem !important;
}
.facets__display .field__input{
    padding:0.8rem 0.6rem;    
}

.facets__display .field__input:focus,
.facets__display .field__input:hover{
    box-shadow: 0 !important;
}

.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: 1rem !important;
}
.facets__display .field__label{  
    font-size: 0.875rem !important;
}
.facets__price {
    padding: 1rem !important;
}

.field__input, .select__select, .customer .field input, .customer select{
    height: 2.5rem;
    font-size: 0.9375rem;
    box-shadow: 0;
}


.field__input:focus~.field__label, 
.field__input:not(:placeholder-shown)~.field__label, 
.field__input:-webkit-autofill~.field__label, 
.customer .field input:focus~label, 
.customer .field input:not(:placeholder-shown)~label, 
.customer .field input:-webkit-autofill~label{
    top: 0;
}

.field__label, .customer .field label{
    top: 0.625rem;
}

.field__input:focus, 
.select__select:focus, 
.customer .field input:focus, 
.customer select:focus, 
.localization-form__select:focus{
    box-shadow: none !important;
}
.field__input:hover, 
.select__select:hover, 
.customer .field input:hover, 
.customer select:hover, 
.localization-form__select:hover{
    box-shadow:none!important;
}

.facets__display .field__input{  
    box-shadow:none!important;
    border: 1px solid #ccc;
}

.collection_single .card__badge{
    display: inline-block;
    left: inherit;
    top: 1rem;
    right: 1rem;
}
.facets {
    border-bottom: 1px solid #ccc;
}

.facets__summary{
    margin-bottom: 0 !important;
}

.tab-outer .nav-tabs {
    border-bottom: 0;
}

.facets{
    padding: 10px 10px 0;
    background: #f1f1f1;
}


.collection-filters__sort:focus, .mobile-facets__sort .select__select:focus{
    outline: 0 !important;
}

.facets__price .field__label {
    left: 1rem !important;
}

.facet-checkbox > svg {
    position: absolute;
    top: 16px;
    left: -2px;
}

.card--review{
    border: 0;
    text-align: center;
}

.card__fig--round{
    width: 89px;
    height: 89px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-bottom: 1rem;
}

.card__blockquote p {
    margin-bottom: 1em;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: #313131;
    letter-spacing: 0.02em;
    font-style: italic;
    line-height: 1.6;
}

.card__blockquote{
    margin-bottom: 1em;
    padding: 0 1em;
}

.card__blockquote cite{
    font-size: 1.125em;
    text-align: right;
    color: #0f0f0f;
}

.btn_review{
    border-radius:50px;
    color:#06a4ff;
    display: block;
    background-color: #fff;
    border: 2px solid;
    padding: .667em 1.333em;
    font-size: 1.125em;
    text-align: center;
    text-decoration: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    background: none !important;
}



*:focus{
    outline-offset: 0;
    border: none;
    outline: 0;
    box-shadow: none;
}


.pagination__list{
    width: 100%;
}

.pagination__item:hover{
    text-decoration: none !important;
}

.pagination__item--current::after, 
.pagination__item:hover::after{
    display: none !important;
}


.pagination__item.link,
.pagination__item.pagination__item--current {
    background: none;
    border: none;
    color: #313131;
    font-size: 1.2rem;
    border-radius: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-right: 0.6rem;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0;
}

.pagination__item.pagination__item--current {
    background: #f58726;
}


element.style {
}
.pagination__list > li:not(:last-child) {
    margin-right: 12px !important;
}
.pagination__list > li {
    flex: 1 0 2.5rem !important;
    max-width: 2.5rem !important;
}

.icon-arrow {
    width: 1.2rem ;
}
.element-margin .article-template__link {
    font-size: 1.2rem;
}

.tab_content h3 {
    text-align: left;
    margin-bottom: 1.25rem;
}

.cartTable .cart-item__quantity{
    padding-left: 2rem !important;
    border-bottom: 0;

}

.cartTable thead th{
    border-bottom: 0;
}

.cartTable .cart-item__details a:hover{
    text-decoration: none;
}

.title-wrapper-with-link a:hover{
    text-decoration: none;
}

.cartTable .price,
.cartTable .quantity__input,
.cartTable .cart-item__details a{
    font-size: 1rem;
}

.cartTable .quantity{
    height: 3rem;
}
.cartTable .quantity__input{
    height: 100%;
}

.cartTable .cart-item cart-remove-button{
    margin: 0;
    height: 3rem;
}

.title-wrapper-with-link a.btn_primary{
    color: #fff
}

.cart-count-bubble{
    bottom: 1rem;
    height: 1.2rem;
    width: 1.2rem;
    background: #f58726;
    left: 0.7rem;
}


.cart__footer.cart__footer--1{
    padding-top:2rem !important;
}
.dashboard_content .cart__items {
    padding-bottom: 2rem;
}
.cart__footer--1 .totals > * {
    font-size: 20px;
    margin: 0;
}

.cart__footer--1 .totals__subtotal{
    margin-right: 0.625rem;
}

.cart__footer--1 .tax-note{
    margin-top: 1rem;
}

.cart__footer--1 .tax-note.caption-large{
   font-size: 1rem;

}
.cart__footer--1 .cart__ctas button {
    width: 60%;
    margin-left: auto;
}

.dashboard_content .title-wrapper-with-link{
    margin-top: 0;
}
.dashboard_content .tabs_nav ul.nav .nav-link.active {
    background: none;
    border: none;
    color: #f58726;
}
.cartTable .cart-item__media {
    width: 22rem;
}

.table .thead-light th{
    font-size: 1rem;
}

.cartTable .cart-item__error {
    font-size: 0.875rem;
}

@media screen and (min-width: 750px){
    .cartTable .cart-item .loading-overlay {
        right: 1.1875rem;
        padding-top:1.625rem;
        bottom: auto;
    }
}

.loading-overlay__spinner {
    width: 2rem !important;
    display: inline-block;
}

.cart-notification{
    background: #fef7f0 !important;
    z-index: 1 !important;
}

.cart-notification__heading.caption-large{
    font-size: 1rem;
}
@media screen and (min-width: 750px){
    .cart-notification {
        border-width: 1px;
        max-width: 24rem !important;
        right: 4rem;
        border-color: #f58726 !important;
    }
}
.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
}
.button, .shopify-challenge__button, .customer button{
    min-height: 3rem !important;
}


.cart-notification-product__info .cart-notification-product__name.h4{
    font-size: 1rem;
}

.cart-items__heading--wide.small-hide.caption-with-letter-spacing{
    text-align: center;
}

.cart-notification__links a:hover{
    color: #111;
}

.price__regular dd{
    float: left;
}

.product_details .price.price--large{
    display: block;
    width: 100%;
}

.price__regular::after{
    content: "";
    display: table;
    clear: both
}
#currency_form{
    float: right;
    width: 53%;
}

.video-icon{
    position: relative;;
    cursor: pointer;
}

.video-icon .fa-play{
    color: #e92121;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    height: 28px;
    width: 28px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 28px;
}

.video-icon:hover .fa-play{
    background: rgba(255, 255, 255, 1);
}

.product_showcase_carousel .owl-item a{
    display: block !important;
}

.product_showcase_carousel .owl-item .magnify{
    display: block;
}

.track form input[type="text"] {    
    flex: 0 0 300px;
    border: 1px solid #ccc;
    height: 41px;
}

.track h3{
    margin-bottom: 20px;
}

.track form{
    margin-bottom: 20px;
}

.table.cartTable{
    border: 1px solid #dee2e6;
}

.cart-item>td+td {
    padding-left: 1rem;
}

@media screen and (max-width: 749px){
    .cartTable .cart-item {
        display: flex;
    }
}

@media screen and (max-width: 767px){
    .cartTable .cart-item__media {
        width: 8rem;
    }
    .cartTable .cart-item__quantity {
      padding-left: 0 !important;
    }
    .header__icons .cart-count-bubble span{
        display: block;
        font-size: 11px;
    }

    .cart-count-bubble {
        bottom: 24px;
        line-height: 18px;
        height: 18px;
        font-size: 3px;
        width: 18px;
        background: #f58726;
        left: 13px;
    }

    .cartTable .cart-item__quantity{
        flex-wrap: inherit;
    }
}
.main-page-title.page-title.h0{
    display: none;
}

.customer .field input, 
.customer select, 
.field__input, 
.select__select{
    box-shadow: none !important;
    border: 1px solid #bdbdbd;
    background: #fff;
}

iframe{
    width: 100%;
}

/*About us*/

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.p-tb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.milestone-block {
    text-align: center;
}

.milestone-block{
	font-size: 14px;
}
.milestone-block h2 {
    text-align: center;
}
.milestone-block h4 {
    font-size: 0.9375rem;
}
.leadership-block h3 {
    font-size: 1.375rem;
}

.toggle-content .blockquote span::after{
    content: '';
    display: table;
    clear: both;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

@media screen and (min-width: 990px){
    .pagination-wrapper {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

}

.button, .customer button, .shopify-challenge__button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgb(var(--color-button-text));
    min-width: 12rem;
    min-height: 4.5rem;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;


    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.6em 1.6em;
    background: #F58729;
    font-family: "roboto", sans-serif;
    border: none;
    letter-spacing: 0.08em;
    border: 1px solid #F58729;
    border-radius: 0;

}

.button:not([disabled]):hover, .customer button:hover, .shopify-challenge__button:hover{
    box-shadow: none;
    opacity: 0.8;
    color: #fff;
}

.form_box.customer:not(.account,.order) {
    padding: 1.5rem !important;
    margin: 0 !important;
    font-size: 15px;
}
.customer .field label, .field__label {
    font-size: 1rem;
}

.customer form {
    margin-top: 2rem;
}

.form_box.customer button {
    margin: 20px 0;
    display: block;
    width: 100%;
}

.form_box.login .field + a {
    text-align: center;
    font-size: 0.9375rem;
    text-decoration: none;
}


.cartTable .button.button--tertiary{
    background: none;
    border: none;
}
.main_nav .button{
    border: none;
}

.facets__form .facets__summary:hover{
    text-decoration: none !important; 
}

.facets__form .select .collection-filters__sort {
    border-color: #ababab;
}


.template-search__search .field__button{
    height: 3.4rem;
}

.productTable .wishlist_item{
    margin-bottom: 30px;
}

.productTable .wishlist_item .price{
    font-size: .875rem;
    display: block;
}

.wishlist_item figure .wishlist_button_test {
    left: 12px;
}

.customer-title{
    font-size: 24px;
    margin-bottom: 8px;
}


    :is(.account,.order) {
        padding: 0 60px !important;
    }
    .customer.account td:first-of-type, .customer.account th:first-of-type {
        padding-left: 16px;
    }
    .customer.account tbody td, .customer.account thead th {
        padding-top: 16px;
        padding-bottom: 16px;     
        font-size: 16px;
        text-transform: inherit;
    }

    .customer.account tbody td{
        font-size: 0.875rem;
    }

    .order-history{
        margin-bottom: 40px;
    }

    .account table td:first-of-type a{
        font-size: 14px !important;
        padding: 8px 16px!important
    }

    :is(.account,.order) p {
        margin: 0 0 2rem !important;
        font-size: 0.875rem !important;
    }

    .customer-account-details h2{
        text-align: left;
    }

    .customer a, .link {
        font-size: 0.875rem !important;
    }

    .customer-account-details{
        padding: 24px;    
        border: 1px solid #f58726;
        background: rgba(245, 135, 38, 0.07);
        
        text-align: center;
    }

    .cart-item__details>*+*{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;

    }

    .customer-account-details h3{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cartTable .cart-item__details a, .cartTable .price, .cartTable .quantity__input{
        font-size: 0.875rem !important;
    }

    .product-option *{  
         font-size: 0.75rem  !important;
    }

    .product-option {
        font-size: 0.75rem !important;
        line-height: 20px !important;
    }

        
    li[data-address] {
        margin-top: 1rem !important;
    }
    .addresses li>button:first-of-type {
        margin-top: 2rem !important;
    }

    li[data-address]>h2 {
        font-size: 2rem !important;
        margin-bottom: 10px !important;
    }

    .activate button[name=decline], .addresses form button[type], .addresses li>button{
        box-shadow: none !important;
        color: inherit;
    }
    .activate button[name=decline]:hover, .addresses form button[type]:hover, .addresses li>button:hover{
        box-shadow: none !important;
        color: inherit;

    }

    .customer form {
        margin-top: 2rem !important;
    }

    .edit-address{
        border: 1px solid #f58726;
        background: rgba(245,135,38,.07);
        padding: 1.875rem;
    }

    .customer.addresses .field input, .customer.addresses select, .field__input, .select__select {
        height: 32px !important;
        font-size: 13px !important;
    }
	
     .customer.addresses #AddAddress select{
           height: 3rem !important;
     }
      

    .customer.addresses .field label, .field__label {
        font-size: 0.875rem !important;
    }

    .customer.addresses input[type=checkbox] {
        margin-top: 0;
    }
    .checkbox-wrap{
        align-items: center;
        margin-top: 8px;
    }

    input[type=checkbox]+label, 
    input[type=checkbox].css-checkbox+label.css-label, 
    input[type=radio]+label, input[type=radio].css-checkbox+label.css-label{
        padding-left: 2px !important;
        font-size: 0.875rem !important;
    }


    .customer.addresses button {
        margin:1rem 0.5rem 1.5rem !important;
    }

    .customer.addresses:not(.account,.order){
        max-width: 100%;
    }

    .edit-list li:nth-child(2n){
        padding-top: 0;
    }

@media (max-width: 600px){
    .shop-name__cell {
        display: block;
        text-align: center !important;
    }
    
}

.partners-form input{
    display: block;
}

.partners-form-inner {
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}

#partnerFormID  .partners-form-inner {
    border:0;
    background: none;
    padding: 0;
}
     

.partners-form-inner input{
    width: 100%;
    height: 40px;
    padding: 5px 10px;
}

.partners-form-inner textarea{
    padding: 5px 10px;
    width: 100%;
}


.cart-notification{
    z-index: 10px !important;
}

.product_details .price-item.price-item--regular{
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    text-align: left;
    color: #313131;
}

.line-item-property__field{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.line-item-property__field select {
    max-width: 25rem;
    flex: 0 0 53%;
}

.line-item-property__field label{
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product__description.rte{
    margin-top: 1.25rem;
}


.product__description.rte ul{
    margin-top: 1.25rem;
    padding-left: 1.2rem;
}

.product__description.rte ul li{
   list-style: disc;
}

.product__description.rte .includes  ul li{
    list-style: none;
}

.product_details .share-button__button{
    font-size: 1rem;
    margin-top: 1.25rem;
}

.product_single-form{
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
    padding: 1.875rem;
}



.product_single-form .form-group{
    margin-bottom: 1.2rem;
}

.product_single-form  label {
    color: #8b8b8b;
    font-size: 14px;
}

.product_single-form  input, 
.product_single-form  select, 
.product_single-form  textarea {
    width: 100%;
    padding: 0.3125rem 0.625rem;
}

.product_single-form  select{
    height: 45px;
}



 .cart-ot .product-form__buttons button{
   margin-bottom: 0;
 }



 .cart-ot .shopify-payment-button__button {
    font-size: 0;
    letter-spacing:0;
  }
  

  .cart-ot .shopify-payment-button__button--unbranded{
    box-shadow: 0;
    font-size: .875rem;
    padding: 0.6em 1.6em;
    font-family: roboto,sans-serif;
    text-transform: uppercase;
}

.product_single-form-outer {
    margin-bottom: 60px;
}

 .product_single-form textarea{
    height: 130px;
 }

.cartTable .cart-item__details dl,
.order-summary__sections .product__description,
.product-option-list {
    padding: 1rem;
    border: 1px solid #f58726;
    background: rgba(245, 135, 38, 0.07);
 }

 .product-option-list {
    padding-left: 1.4rem;
 }

 .product-option-list li{
     list-style: disc;
     margin-top: 0.2rem !important;
     line-height: 1.4 !important;
 }

.product_single-form .form-group{
    margin-bottom: 0;
}

.product_single-form > .col-md-6{
    margin-bottom: 0.75rem;
}

.product-form__buttons .shopify-payment-button__button{
    min-height: 50px;
}
#faqlite-topage-entry-container .fplite-page-tr-form .fqlite-ca-text, 
#faqlite-topage-entry-container .fplite-page-tr-form .fqlite-tr-text, 
#faqlite-topage-entry-container .fplite-page-tr-form .fplite-page-tr-text, 
#faqlite-topage-entry-container  .fplite-page-tr-form .fplite-page-ca-text{
    border-radius: 0 !important;
}

#faqlite-topage-entry-container .fplite-page-tr-form  .fplite-page-tr-submit{
    background: #f58726 !important;
    margin-bottom: 0 !important;
}


.fplite-page-tr-form, .fplite-page-ca-form{
    border: 1px solid #f58726;
    background: rgba(245,135,38,.07);
    margin: 0 !important;
    padding: 1.875rem;
}

.fplite-page-tr-note, .fplite-page-ca-note {
    font-size: 12px !important;
    opacity: .8 !important;
}

.fplite-page-tr-submit, .fplite-page-ca-submit{
    border-radius: none !important;
}

#faqlite-topage-entry-container .fplite-page-tr-label{
    margin-top: 0 !important; 
}

.product_single-form .product-form__buttons{
    margin-top: 10px;
}
/* 
.footer_form .field{
    margin-bottom: 12px;
}

.form__message {
    font-size: 0.875rem;
}

.footer_form .btn_primary{
    width: 100%;
}

.form-status {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.form-status-list {
    margin: 1rem 0;
} */




/*Dec-14*/
.product-form__input{
    display: flex;
    -webkit-display:flex;
    justify-content: space-between;
    align-items: center;

}

.product-form__input .form__label {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #313131;
}

.product-form__input .select {
    max-width: 25rem;
    flex: 0 0 53%;
}
 
.product_details .product-form__input select{
    width: 100%;
}
.product_details .price.price--large{
    margin: 0 0 1.2rem 0;
}

.mw-option__container{
    align-items: flex-end;
    display: flex;
    -webkit-display:flex;
    justify-content: space-between;
}

.mw-option__container .mw-stack--vertical>.mw-stack__item{
    margin-left: 8px;
}
/* 
.style_selector.product-brief-outer{
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
}

.style_selector.product-brief-outer img{
    width: 50px;
    margin: 0 auto;
}

.style_selector.product-brief-outer .box_border,
.style_selector.product-brief-outer .added_price{
    text-align: center;
} */

.style_selector.product-brief-outer .single_selector {
    cursor: pointer;
}

.cart-notification{
    z-index: 1000 !important;
    padding: 2rem !important;
}

.cart-notification-product__info .h4{
    font-size: 0.875rem !important;
}
.cart-notification-product{
    padding-bottom: 0rem !important;
    padding-top: 0.5rem !important;
}

.shopify-payment-button__button {
    font-size: 0.875rem !important;
    letter-spacing: 0 !important;
}

.product-form__buttons .shopify-payment-button__button--unbranded:hover, 
.product-form__buttons .shopify-payment-button__button--unbranded:hover:not([disabled]){
    background-color: none !important;
    box-shadow: 0  !important;
}

.product-form__buttons .shopify-payment-button__button{
    
    font-size: 0.875rem !important;
    letter-spacing: 0 !important;
    box-shadow: none;
}

.footer_form .field{
    margin-bottom: 10px;
}
      

@media (max-width: 767px) {

  .consulation_index1.p-b-60 {
    padding-bottom: 30px;
   }
  
  .page-width{
    padding: 0 !important;
   }

    .main_nav_list.mobile_nav .nav_item{
        border: none;
    } 
    .padding-60 {
        padding: 30px;
    }

    .mobile_nav .button{
        min-height: 0 !important;
    }
    .btn_primary.send_inquiry+.btn_primary {
        margin-top: 0;
    }
}


      
.product_single--custom .product_single-form{
  padding: 0.3rem;
}

      
.product_single--custom .product_single-form label {
    font-size: 14px;
}
      
.product_single--custom .product_single-form>.col-md-6 {
    margin-bottom:0;
    padding: 10px;
} 
#cart-notification-product .product-option{
   display: flex;
   -webkit-display: flex;
 }
      
#cart-notification-product .product-option * {
    margin-right: 10px;
}
   
#cart-notification-product .product-option dd{
  font-weight: bold;
}
#cart-notification-product .cart-notification-product__name{
    margin-bottom: 10px;
    line-height: 1.2;
}
      
.line-item-property__field .font-weight-bold{
    font-weight: 600!important;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
}

 #zify-loginModal + div{
    display: none !important;
 }
      
 .view-count{
   font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
 }
      
      
 .cat_tag {
    z-index: 100;
 }
      
#Search-In-Modal   {
  padding: 5px 10px !important;
  height: 40px !important;
}
      
.header__icons .fa-shopping-cart {
   font-size: 16px;
}
      
 .header__icons .fa-shopping-cart + span{
   display: none;
 }
      
 #admin-bar-iframe{
    display: none;
 }

.youtube-iframe iframe{
  height: 560px;
}
      

      
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .youtube-iframe iframe{
     height: 400px;
   }

}      
      
           
@media (max-width: 767px) {     
   .youtube-iframe iframe{
     height: 300px;
   }
   .exclusive_rudraksha-list{
     display: none;
    }
  
  
 }
      
 
@media (min-width: 767px) {
    .exclusive_slider{
     display: none;
   }
  
  
}

.customer .tab_content h2{
  text-align:left;
}
     
.customer-log .tab_content a{
  font-size:
}
      
 .customer-log ul.nav-tabs{
   line-height: 2;
 }

.field__input-pad{
  padding: 1.25rem !important;
}

 .login #recover{
   font-size: 2rem;
 }

 .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
      
      
.has-luminous-vivid-amber-background-color{
      background-color: #fcb900;
}      

.wp-block-button__link {
    width: 100%;
}  
      
.has-black-color {
    color: #000;
}
.wp-block-button__link:hover{
    color: #000;
}
      
 .article-template__content h2{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
     
 .article-template__content h1,
 .article-template__content h2{    
       text-align: left;
  }
 

.spentInfo span{
  font-size: 1.5rem;
 display: block;
}
    
.spentInfo > div p{
 border: 1px solid #ddd;
 padding: 1rem;
}      
      
.dashboard_content{
  text-align: left !important;
}
      
      


.edit-list  li>button:first-of-type{
  margin-top: 0!important;
}
      
.customer.addresses .edit-list  button {
  margin: 1rem !important;
}
      
     

           
@media (min-width: 767px) {     
  .edit-list   button{
    min-width: 8rem;
  }    

	.customer.addresses .edit-list  li>button:first-of-type{
  	margin-left: 0!important;
	}     
  .customer.addresses .edit-list  li>button:last-of-type{
    margin-right: 0!important;
   }   
   .customer.addresses .edit-list button {
      margin:1.5rem 0.5rem !important;
  } 
  

  
}      
      
@media (max-width: 767px) { 
  .customer.addresses .edit-list button {
      margin: 0.5rem 0 !important;
  }
  
   .customer.addresses #address_form_new  button + button{
     margin-top: 0 !important;
  }
  
   .customer.addresses .edit-address  button + button{
     margin-top: 0.5rem  !important;
  }
  
  
 
  .customer.addresses.dashboard_content{
    padding: 0;
  }
  
  .edit-address{
      margin-top:20px;
  }
  
  
}
            
.er{
    font-size: 80px;
    font-weight: 500;
}      
  
.login .field1{
  margin-bottom: 20px;
}
  
.login .field1 input,    
.register .field1 input{
     border: 1px solid #8b8b8b;
}
      
 
.login .field1 input:hover,
.login .field1 input:focus,
 .register .field1 input:hover,
 .register .field1 input:focus{
   border: 1px solid #f58726;
 }
        
 .shopify-challenge__button.btn{
   margin-top: 20px;
 }
      
.frcp-app .frcp-new-address:hover{
      border-color: #f58726;
}
      
 .frcp-btn{
   border-radius: 0 !important;
 }
      
 .frcp-btn.frcp-btn--primary, 
 .frcp-btn.frcp-btn--primary:focus, 
 .frcp-btn.frcp-btn--primary:hover{
   background: #f58726 !important;
   border-color:  #f58726 !important;
 }
   
 

  .frcp-nav-button[active=true] {
    border-right-color:  #f58726 !important;
  }

 @media only screen and (max-width: 767px){
   iframe{
     height: auto;
   }
   .frcp-nav__menu{
     margin-top: 40px;
   }
   
    .frcp-nav-button[active=true]{
      background: #f58726 !important;
      border-color:  #f58726 !important;
  }
   .counter-area.p-t-60{
     padding-top: 30px !important;
   }
}
      
.frcp-form__input, .frcp-form__select{
    border-radius: 0 !important;
    border: 1px solid #c9c9c9 !important;
}
      
 .frcp-form__label{
   margin-bottom: 4px !important;
 }
      
.frcp-form__input-block input[type="checkbox"]{
  display: inline-block;
  height: auto;
}
      
      
      
.frcp-form__input-block .frcp-form__label.frcp-form__label--inline{
  display: inline-block;
}
.wp-block-button__link {
  background-color: #fcb900 !important;
  margin-top: 1rem;
}
      
/*# sourceMappingURL=style.css.map */