/** 
 * custom
 */
body {
    /* background-color: #f8f8f8; */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

svg {
    pointer-events: none;
}

a {
    color: #222;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.menu-toggle {
    cursor: pointer;
    display: inline-block;
    color: #231f20;
}

.menu-toggle i {
    font-size: 2.3rem !important;
}

a,
button,
input {
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

h2 {
    font-size: 1.2rem;
}

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

img.lazy {
    background: url(../images/loader-black.svg) center center no-repeat;
    background-size: 50px 50px;
}

.form-control,
.form-select,
.btn {
    border-radius: unset;
}

iframe {
    background: url(../images/loader-black.svg) center center no-repeat;
    background-size: 50px 50px;
}

.lazy-container {
    min-height: 400px;
    background: url(../images/loader-black.svg) center center no-repeat;
    background-size: 50px 50px;
}

.lazy-container > * {
    display: none;
}

[disabled] {
    cursor: not-allowed;
}

[v-cloak] {
    display: none;
}

#header {
    position: relative;
    background-color: #ffffff;
    z-index: 9;
}

#top {
    background: #F2F0E9;
}

#top-left .nav-link {
    font-size: 13px;
    color: #222222;
    padding: 5px;
}

.add-to-cart > *,
.not-clickable,
i {
    pointer-events: none;
}

.wishlist-button {
    color: #000000;
    border-radius: unset;
}

.btn-link {
    color: #e22cbc;
}

i.pointer {
    pointer-events: unset;
}

.modal {
    overflow-y: auto;
}

.close-cart {
    font-size: 36px;
    padding-top: 12px;
    line-height: 0 !important;
}

.show-min-cart {
    position: relative;
    background: 0 0;
    color: #eeeeee;
    padding: 0;
    border: none;
    line-height: 1;
    display: inline-block;
}

.list-unstyled {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.tab-pane {
    display: none;
}

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

.description a {
    color: #007bff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

h1.title {
    margin: 0 0 20px;
    font-size: 1.7rem;
    line-height: 2rem;
}

.user-menu-top > li > a .caret {
    border-top: .2em solid #464a4e;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -3px;
}

.user-menu-top > li > a > i,
.show-min-cart > i {
    font-size: 26px;
    line-height: inherit;
}

.dropdown-menu {
    font-size: 14px;
    padding: 0;
}

.dropdown-menu .nav-link:hover {
    background-color: #f1f1f1;
}

#top p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

/** header **/
.site-header {
    width: 100%;
    background-color: #073e40;
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Custom sticky header behavior for md and up */
@media (min-width: 768px) {
    #header {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    /* Hide top nav on scroll */
    #header.scrolled #top {
        transform: translateY(-100%);
        opacity: 0;
        height: 0;
        transition: transform 0.1s ease, opacity 0.3s ease, height 1s ease, visibility 0s 0.3s;
    }

    #top {
        transition: all 0.3s ease;
        transform: translateY(0);
        opacity: 1;
        transition: transform 0.3s ease, opacity 0.7s ease, height 1s ease, visibility 0s 0.5s;
    }
}

#logo {
    margin: 5px 0;
}

#logo img {
    width: 100%;
}

.navbar-brand {
    margin: 0;
}

button.action-search {
    background: 0 0;
    padding: 0;
    border: none;
    color: #000;
    display: inline-block;
    margin: 0 2px;
}

#search {
    position: relative;
}

#search.active::before {
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#search input {
    padding: 10px 40px 10px 10px;
    width: 100%;
    border-radius: 40px;
    border-color: #757575;
    color: #757575;
    border-width: 1.5px;
}

#search input:focus {
    outline: none;
}

#search button {
    position: absolute;
    height: 100%;
    right: 0;
    background-color: transparent;
    width: initial;
    border: none;
    color: #222222;
    padding: .3rem .75rem;
    z-index: 6;
    font-size: 24px;
}

.header-search {
    position: absolute;
    min-width: 280px;
    width: 100%;
    right: 0;
    top: 100%;
    padding: 10px;
    z-index: 2;
    max-height: 570px;
    overflow-y: auto;
    background: #FFF;
    box-shadow: inset 1px 1px 0 0 hsla(0,0%,100%,0.5), 0 3px 8px 0 #555a64;
}

.header-search-results {
    min-width: 280px;
    right: 0;
    top: 100%;
    z-index: 2;
    max-height: 570px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.header-search-results .name {
    line-height: 18px;
    font-size: 12px;
    display: block;
    color: #666;
    margin-bottom: 10px;
}

#search.mobile-search input[type="text"] {
    border: 0;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    box-shadow: none;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
}

#search ::placeholder {
    color: #3b3b3b;
    opacity: .8; /* Firefox */
}

#search ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #3b3b3b;
}

#search.mobile-search input:focus-visible {
    text-align: left;
    outline: unset;
    border-bottom: 2px solid #50ad55;
}

#search.mobile-search input:focus-visible::placeholder {
    opacity: 0; /* Firefox */
}

#search-container {
    position: fixed;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .95);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

#header.search-open #search-container {
    opacity: 1;
    top: 0;
}

#search.active::before {
    display: none;
}

.search-close {
    color: #fff;
    width: 60px;
    height: 60px;
    background: 0 0;
    border: none;
    font-size: 50px;
}

/* Track */
.header-search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.header-search-results::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.header-search-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#mainMenu {
    margin-bottom: 50px;
    padding: 0;
}

.home #mainMenu {
    margin-bottom: 15px;
}

#mainMenu ul > li {
    list-style: none;
    display: initial;
    white-space: nowrap;
}

#mainMenu ul > li > a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #eeeeee;
    padding: 15px 0;
}

.user-menu-top svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1288px) {
    #mainMenu ul > li > a {
        padding: 15px 11px;
        font-size: .7rem;
    }

    #logo img {
        max-width: 125px;
    }
}

#mainMenu .dropdown > .dropdown-menu {
    position: absolute;
    z-index: 9;
    max-width: 1140px;
    min-width: 270px;
    background-color: #333333;
    border-top: 2px solid #ffdeae;
    left: auto !important;
    box-shadow: 0 0 4px 0 #00000026;
    border-radius: unset;
    padding: 8px 0;
}

#mainMenu .dropdown:hover > .dropdown-menu {
    display: block;
}

#mainMenu .dropdown:hover > .dropdown-menu li {
    position: relative;
    display: block !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#mainMenu .dropdown > .dropdown-menu a.nav-link {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    display: block !important;
    color: #b3b3b3;
    font-weight: 500;
    line-height: 1.3;
    /* text-transform: capitalize; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#mainMenu .dropdown > .dropdown-menu a.nav-link:after,
.user-menu-top > li > * {
    line-height: 70px;
}

.user-menu-top > li > * {
    color: #eeeeee;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.m-text {
    padding-top: 5px;
    font-size: 11px;
    color: #666;
}

.user-menu-top > li > * > * {
    line-height: normal;
}

@media (max-width: 992px) {
    #mainMenu .dropdown > .dropdown-menu a.nav-link:after, .user-menu-top > li {
        line-height: 30px;
    }

    .user-menu-top svg {
        width: 28px;
        height: 28px;
    }

    .user-menu-top > li > * {
        line-height: .7;
    }
}

footer a.nav-link:before {
    font-family: bootstrap-icons !important;
    content: "\f285";
    float: right;
    font-size: 10px;
    margin-right: 5px;
}

footer a.nav-link:before {
    float: unset;
}

#mainMenu .dropdown > .dropdown-menu .top-child ul {
    padding-left: 10px
}

#mainMenu .dropdown > .dropdown-menu a.nav-link:hover, #mainMenu li:hover > a.nav-link {
    color: #ffdeae;
    background-color: transparent;
}

#mainMenu .dropdown > .dropdown-menu a.not-has-child {
    margin-bottom: 0
}

.top-child {
    position: relative;
}

.top-child .sub-menu {
    display: none;
    position: absolute;
    left: 100%;   /* Sağda çıkması için */
    top: 0;
    min-width: 200px;
    background: #333;
    color: #fff;
    z-index: 1000;
}

.top-child.has-child:hover > .sub-menu {
    display: block;
}

.top-child .sub-menu li {
    padding: 10px 20px;
}

.top-child .sub-menu li a {
    color: #fff;
    text-decoration: none;
}

.top-child .sub-menu li a:hover {
    background: #444;
}

#mini-cart .custom-offcanvas {
    position: fixed;
    background: #fff;
    width: 320px;
    height: 100%;
    bottom: 0;
    text-align: left;
    top: 0;
    right: -320px;
    z-index: 1050;
    overflow-y: hidden;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
}

.offcanvas-header {
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    padding: 1.5rem;
}

.offcanvas-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.mini-cart-contents {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: 60%;
}

.mini-cart-totals {
    overflow-y: auto;
    max-height: calc(35% - 12px);
}

.mini-cart-buttons {
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.mini-cart .subtotal {
    color: #222;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

#mini-cart .custom-offcanvas.active {
    right: 0;
}

.mini-cart-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.custom-offcanvas > h3 {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
}

.custom-offcanvas > h3 i {
    line-height: 45px;
    height: 49px;
    cursor: pointer;
    font-size: 40px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #DDD;
    z-index: 1020;
}

.dropdown-toggle::after {
    content: "\f124";
    font-family: bootstrap-icons !important;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.cart-description {
    padding: 6px 10px;
}

.cart-description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.cart-description > span + span {
    display: none;
}

.cart-description .counter.qty {
    color: #fff;
    background-color: #50ad55;
    text-align: center;
    white-space: normal;
    position: absolute;
    pointer-events: none;
    height: 20px;
    min-width: 20px;
    font-size: 12px;
    line-height: 22px;
    right: -10px;
    top: -7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.mask-overlay {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.mobile-hr {
    display: none;
}

a.filter-button {
    display: inline-block;
    color: #231f20;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

a.filter-button:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.section.odd {
    background-color: #ffffff;
}

.post-grid .blog-page-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f0f2f5e6;
    display: flex;
    justify-content: center;
}

.post-grid .blog-page-meta >li {
    padding: 7px;
}

.post-grid .read-more {
    position: absolute;
    bottom: 15px;
}

.loader {
    position: fixed;
    background: rgba(0, 0, 0, .85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10500;
    display: none
}

.loader-inner {
    background: url(../images/loader.svg) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

footer .social a {
    color: #ffffff;
    background-color: #e22cbc;
    padding: 5px;
    font-size: 1.75rem;
    border-radius: 4px;
}

footer .social a:hover {
    background-color: #0f3a8d;
}

/** Buttons **/
.actions button {
    display: inline-block;
    border: none;
    background: #fff;
    font-size: 24px;
    color: #253237;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

.actions .cart-btn {
    display: inline-block;
    background: #fff;
    color: #253237;
    font-weight: 700;
    padding: 0;
    border: 2px none;
    border-bottom-style: solid;
    line-height: 24px;
    height: 26px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.btn-custom {
    position: relative;
    padding: 0 55px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    background: #000000;
    display: block;
    color: #fff;
    margin-left: 10px;
}

.btn-custom:hover {
    background: #222222;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* form elements */
button,
input[type="submit"] {
    cursor: pointer;
}

.button,
input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    border: 2px solid;
    padding: .375rem .75rem;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    height: 40px;
}

.button:hover,
input[type="submit"]:hover {
    color: #56cfe1;
    text-decoration: none;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="text"] {
    font-size: 12px !important;
}

.error-container input {
    border-color: #ff9800 !important;
}

.message {
    padding: 5px 8px;
    font-style: italic;
}

.success::before,
.info:before,
.error:before {
    font-family: bootstrap-icons !important;
    margin-right: 8px;
}

.error:before {
    content: '\e681'
}

.info:before {
    content: '\e647'
}

.success:before {
    content: '\e66c'
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: middle;
}

.nice-checkbox,
.nice-radio {
    position: relative;
}

.nice-checkbox input[type="checkbox"],
.nice-radio input[type="radio"] {
    display: none;
    position: relative;
}

.nice-checkbox > *,
.nice-radio > * {
    display: inline-block;
}

.nice-checkbox label,
.nice-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border: 1px solid #231f20;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.nice-checkbox input:checked ~ label > .checkmark:after {
    display: block;
}

/* On mouse-over, add a grey background color */
.nice-checkbox:hover input ~ label > .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.nice-checkbox input:checked ~ label > .checkmark {
    background-color: #231f20;
}

/* Style the checkmark/indicator */
.nice-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmarkradio {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 50%;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* On mouse-over, add a grey background color */
.nice-radio:hover input ~ label > .checkmarkradio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.nice-radio input:checked ~ label > .checkmarkradio {
    background-color: #fff;
    border: 6px solid #231f20;
}

/** filter Bar */

.filter-bar input,
.filter-bar select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    height: 40px;
    padding: 8px 30px 8px 15px;
}

/** product thumb */
.product-thumb {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-thumb:hover {
    border-color: #222222;
}

.product-thumb .box-top {
    position: relative;
    transition: all .3s;
}

.product-thumb .caption {
    flex: 1 1 auto !important;
    padding: 20px 15px 50px 15px;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-thumb h3 {
    min-height: 36px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.product-thumb h3 a {
    color: #757575;
}

.product-thumb h3 a:hover {
    text-decoration: none;
    color: #50ad55;
}

.product-thumb .price span {
    color: #222222;
    padding: 5px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

.product-thumb .price del {
    color: #999
}

.product-thumb .price-new {
    font-weight: 600
}

.price-old {
    color: #999 !important;
    text-decoration: line-through;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.image-container {
    transition: .6s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0;
}

.fast-shipping {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    background: url(../images/24-hour-shipping.svg) center center no-repeat;
    background-size: cover
}

.mobile .fast-shipping {
    bottom: 0;
    background-image: url(../images/24-hour-shipping-detail-page.svg);
    background-size: contain;
}

span.discount-label,
span.new-label {
    position: absolute;
    top: 10px !important;
    left: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: capitalize;
    z-index: 1;
    background-color: #4fb68d;
}

span.discount-label {
    background-color: #f1752c;
}

span.new-label + span.discount-label {
    top: 35px !important;
}

.product-thumb .hover-image,
.product-thumb .image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0
}

.product-thumb .image {
    transition: all .2s;
    -webkit-transition: all .2s;
    z-index: 1
}

.product-thumb .hover-image {
    transition: all .4s;
    -webkit-transition: all .4s;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    z-index: 2
}

.product-thumb:hover .hover-image {
    visibility: visible;
    top: 0
}

.product-thumb:hover .hover-image + .image {
    opacity: 0
}

.product-thumb .actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background: #fff;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.product-grid-alt {
    overflow: hidden;
}

header .navbar-toggler {
    padding: .5rem .75rem;
}

.page-link {
    color: #231f20;
    padding: .35rem .75rem;
}

.page-item.active .page-link {
    background-color: #fbcd20;
    border-color: #fbcd20;
    color: #fff;
}

@media (min-width: 992px) {
    header .navbar-toggler {
        display: none;
    }

    .right {
        padding-right: 30px;
    }
    .left {
        border-width: 0;
        border-left-width: 1px;
        border-style: solid;
        border-color: rgba(226, 226, 226, 1);
        padding-left: 30px;
    }

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

    #mainMenu .dropdown:hover > .dropdown-menu {
        display: block;
        box-shadow: 0 5px 7px #00000035;
    }
}

/** page heading */

.nice-page-header {
    position: relative;
}

.page-title-wrapper h1.title, .nice-page-header h1.title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    color: #222222;
    border-width: 0;
    padding-bottom: 20px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-weight: 500;
}

.page-title-wrapper .breadcrumb {
    z-index: 1;
}

/** breadcrumb */

#breadcrumb-container {
    background: #ffffff;
    padding: 10px 10px 3px;
    margin-bottom: 25px;
    font-size: 12px;
}

.breadcrumb {
    position: relative;
    margin: 0 0 5px;
    padding: 0;
    background-color: transparent;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li::after {
    font-family: bootstrap-icons !important;
    content: "\f285";
    font-size: x-small;
    margin: 0 4px;
}

.breadcrumb > li:last-child:after,
h2.sub-heading:after {
    content: '';
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

#most-ordered h4,
#sub-categories h3 {
    font-size: 14px;
}

/** product */

.slick-slide {
    padding: 1px;
}

.slick-slider > button {
    border: none;
    font-weight: 600;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
}

.product-slider.slick-slider > button {
    top: 45%;

}

.tns-outer {
    position: relative;
}

[data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: transparent;
    border: 0;
}

.tns-controls {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;

}

.tns-controls button {
    position: absolute;
    border: none;
    padding: 0;
    opacity: .7;
    width: 3em !important;
    height: 5em !important;
    margin-top: -2.5em;
    font-size: 16px;
    background-color: #222 !important;
    color: #fff;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
}

.tns-nav {
    position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    z-index: 1;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #999;
}

.splide__slide {
    overflow: hidden;
}

.splide__arrow {
    width: 3em !important;
    height: 5em !important;
    font-size: 16px;
    background-color: #222 !important;
    border-radius: 0 !important;
    color: #fff;
}

.splide__arrow[disabled] {
    opacity: .3 !important;
    cursor: no-drop !important;
}

.splide__arrow--prev {
    left: 0 !important;
}

.splide__arrow--next {
    right: 0 !important;
}

.splide__arrow svg {
    display: none;
}

.slider-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #00000085;
}

.slider-caption:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.slider-caption-inner {
    width: 100%;
    padding: 7px;
}

.slider-caption-inner > * {
    color: #FFF;
}

.mt-n-3 {
    margin-top: -3rem;
}

#product .slider .slick-slide img {
    border: 1px solid transparent;
    transition: transform .2s;
}

#images-quick .splide__slide img:hover,
#images .slick-track img:hover {
    cursor: zoom-in;
    transform: scale(1.5);
}

.slider-nav .slick-track img:hover {
    cursor: pointer;
}

#product-info-top {
    line-height: 1.5;
}

#product-info-top .brand a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #757575;
    text-transform: uppercase;
    font-weight: 600;
}

.rating .fa-stack {
    width: 1rem;
    height: 1rem;
    font-size: 12px;
    line-height: 1;
}

.price > span {
    font-weight: 500;
    font-size: 16px;
    color: #231f20;
    line-height: 1;
}

.quantity {
    position: relative;
    display: flex;
    border: 1px solid #222;
    width: fit-content;
}

.quantity .qty {
    display: flex;
    flex-direction: column;
}

.quantity input.input-text[type=number] {
    -moz-appearance: textfield;
    width: 40px;
    height: 40px;
    position: relative;
    background: 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    border: unset;
}

.quantity .qty a {
    line-height: 1;
    padding: 1px 5px;
    border: 1px solid #222;
    border-right: none;
    height: 50%;
}

.quantity .qty a:hover {
    background: #d3d3d3;
}

.quantity .qty a.plus {
    border-top: none;
}

.quantity .qty a.minus {
    border-bottom: none;
}

.accessory {
    cursor: pointer;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
}

.accessory:hover {
    outline: 0;
    box-shadow: 0 0 6px 0 #fbcd20;
    border-color: transparent !important;
}

.accessory > i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
}

.accessory > i + img,
.accessory > i + img + div {
    opacity: .4;
}

#share-this a:hover {
    color: #56cfe1;
    text-decoration: none;
}

#modal-quick {
    padding-top: 0;
}

.funny-message {
    width: 300px;
    position: fixed;
    top: 100%;
    right: 100%;
    background-color: #fbcd20;
    border-radius: 8px;
    opacity: 0;
    color: #000;
    padding: 15px;
    z-index: 1070;
    transition: all .4s ease-in-out;
}

.funny-message.active {
    top: 10px;
    right: 20px;
    opacity: 1;
}

.nav-tabs .nav-link,
#product-info-bottom .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: rgba(105, 105, 115, 1);
    text-transform: uppercase;
    background: #eeeeee !important;
    border-radius: unset;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
}

.nav-tabs .nav-link,
#product-tabs li.nav-item > a {
    font-weight: 700;
    font-size: 13px;
    color: #696973;
    text-transform: uppercase;
    background: #eeeeee;
    border-radius: unset;
}

.nav-tabs .nav-link::after,
#product-info-bottom .nav-link::after {
    content: "";
    position: absolute;
    background: transparent;
    border: 10px solid transparent;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top-color: #000000;
    border-top-width: 10px;
    display: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.nav-tabs .nav-link.active::after,
#product-info-bottom .nav-link.active::after {
    display: block;

}

.nav-tabs .nav-link.active,
#product-info-bottom .nav-link.active,
#product-info-bottom .show > .nav-link > a {
    background-color: #000000 !important;
    color: #FFFFFF;
}

.nav-tabs .nav-link:hover,
#product-info-bottom .nav-link:hover {
    background-color: #222222 !important;
    color: #FFFFFF;
}

#product-info-bottom .tab-content {
    overflow: hidden;
    font-size: 15px;
    background: #fff;
    line-height: 24px;
    text-align: left;
    padding: 40px 30px 30px 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 60px;
}

h2.block-title-alt, h2.block-title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #253237;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
}

h2.block-title:after {
    content: '';
    display: block;
    max-width: 50px;
    height: 2px;
    background: rgba(233, 102, 49, 1);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
}

/** cart */
.cart-contents table.cart-products th,
.cart-contents table.cart-products td {
    border: 1px solid #dee2e6;
}

.cart-contents table.cart-products th {
    font-weight: 500;
    color: #262223;
    text-align: center;
}

.cart-contents table.cart-products td {
    padding: .75rem;
}

.cart-contents td.price {
    font-size: 15px;
}

.block-content h3 {
    font-size: 14px;
    font-weight: 700;
}

#servicesLine {
    position: relative;
    background-color: #F2F0E9;
}

div#servicesLine > div {
    position: relative;
    z-index: 1;
}

.service-block .icon {
    color: #000000;
    font-size: 42px;
    line-height: 2;
}

.service-block .heading {
    font-weight: 500;
    color: #000000;
    margin: 0 0 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

/** footer */
footer {
    padding: 0;
    color: #666;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home #servicesLine {
    margin-top: 0 !important;
}

#servicesLine + footer {
    margin-top: 0 !important;
}

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

footer .row .bg-effect::before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
}

.need-help {
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZCNTI0NTg0RTJGMTFFQUI3NTVDMEIxQUU4RTgyNkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZCNTI0NTk0RTJGMTFFQUI3NTVDMEIxQUU4RTgyNkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkI1MjQ1NjRFMkYxMUVBQjc1NUMwQjFBRThFODI2RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkI1MjQ1NzRFMkYxMUVBQjc1NUMwQjFBRThFODI2RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiCIJiwAAAXySURBVHjaxJkJbBVF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) 0 5px no-repeat;
}

.phone-info {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 55px;
}

.phone-info span {
    font-size: 22px;
    font-weight: 600;
    color: #253237;
    display: block;
    margin: 5px 0 0;
    line-height: 30px;
}

footer .address i {
    font-size: 24px;
}

footer a.nav-link {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer a.nav-link:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #4fb68d;
}

.text_wrap-heading h3 {
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #253237;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    line-height: 24px;
}

.text_wrap-heading h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #4fb68d;
}

#footer-bottom {
    padding-bottom: 60px;
}

#footer-bottom a {
    color: inherit;
    text-decoration: underline;
}

#returnTop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #4fb68dBF;
    border: 1px solid #4fb68d;
    width: 60px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#returnTop i {
    line-height: .5;
    margin: 0;
    color: #FFFFFF75;
    position: relative;
    left: 0;
    top: 13px;
    font-size: 32px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#returnTop:hover {
    background: #4fb68d;
}

#returnTop:hover i {
    color: #fff;
    top: 2px
}

.modal-content {
    border: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    #basicFilter {
        position: sticky;
        top: 0;
        margin: 10px 0;
        padding: 10px 0;
        z-index: 2;
        background: #ffffff;
    }
}

@media (min-width: 992px) {
    .container,
    #mainMenu .dropdown > .dropdown-menu {
        max-width: 1140px;
    }
}

@media (min-width: 1170px) {
    .container {
        max-width: 1310px;
    }
}

@media (max-width: 992px) {
    #logo {
        margin: 8px 0;
    }

    #search ::placeholder {
        color: #f9f9f9;
        opacity: .35; /* Firefox */
    }

    #header #search input[type="text"] {
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        border-top: 1px solid rgba(255, 255, 255, .08);
        background: #00000099;
        padding: 0;
        text-align: center;
        font-size: 20px;
        color: #fff;
        box-shadow: none;
        letter-spacing: 2px;
        width: 100%;
        height: 50px;
    }

    #mainMenu ul.menu > li > .dropdown-toggle::after {
        display: none;
    }

    #mainMenu.custom-offcanvas {
        left: -320px;
        border-top: none;
        display: block;
    }

    #mainMenu.custom-offcanvas.menu-active {
        left: 0;
    }

    #mainMenu .dropdown-toggle-split::after {
        display: none;
    }

    #mainMenu ul > li {
        display: block;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1px solid #e9e9e9;
    }

    #mainMenu .menu .nav-link {
        font-size: 14px;
        color: #333333;
    }

    #mainMenu.offcanvas,
    #mainMenu.custom-offcanvas {
        position: fixed;
        background: #fff;
        width: 320px;
        height: 100%;
        bottom: 0;
        text-align: left;
        top: 0;
        z-index: 1050;
        overflow-y: auto;
        transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    }

    #mainMenu .dropdown:hover > .dropdown-menu {
        position: relative;
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .close-menu > i::before {
        width: 18px !important;
        height: 18px !important;
    }

    .menu > li {
        position: relative !important;
    }

    .menu .toggle-menu,
    .mobile-menu .nav-item > .nav-link + .toggle-menu {
        position: absolute;
        right: 0;
        top: 0;
    }

    .menu .toggle-menu .toggle-menu-item,
    .mobile-menu .nav-item > .nav-link + .toggle-menu .toggle-menu-item {
        display: block;
        padding: 19px 20px;
        line-height: 1;
    }

    .collapse-container {
        position: relative;
    }

    .collapse {
        display: none;
        position: relative;
    }

    .mobile-menu .collapse .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }

    /** cart widget */
    #mini-cart {
        display: inline-block;
    }

    .mini-cart-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f7f7f7;
    }

    .nice-page-header {
        padding: 15px 0;
    }

    .nice-page-header h1.title {
        margin-top: 30px;
    }

    .slick-prev {
        left: 0 !important;
    }

    .slick-next {
        right: 0 !important;
    }

    .tns-controls button {
        width: 2.5em !important;
        height: 3.5em !important;
        font-size: inherit;
    }

    .product-slider .product-thumb .caption {
        color: #111;
    }

    .product-slider .product-thumb h3 {
        color: #111;
        line-height: 16px;
    }

    .product-thumb h3 {
        font-size: 12px;
    }

    .product-thumb .actions {
        visibility: visible;
        opacity: 1;
        left: 0;
        right: 0;
        padding: 5px 15px;
    }

    .new-label + .mobile-wishlist-button {
        top: 45px;
    }

    .mobile-wishlist-button:hover {
        background-color: #fbcd20;
        color: #FFF;
        border-color: #fbcd20;
    }

    .splide__arrow {
        width: 2.5em !important;
        height: 3.5em !important;
        font-size: inherit;
    }

    .add-to-cart {
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        font-weight: 700;
        line-height: 1;
        padding: 0 12px;
        font-size: initial;
    }

    .add-to-cart.btn-outline-dark {
        border-color: #CCC !important;
    }

    h2.block-title > span::after,
    h2.block-title > span::before {
        content: '';
        left: 50%;
        position: absolute;
    }

    #addToCart .add-to-cart {
        padding: 0 34px;
        text-transform: uppercase;
        font-size: 14px;
        transition: all .3s;
        position: relative;
        border-radius: unset;
        font-weight: 700;
        line-height: 35px !important;
    }
}

@media (max-width: 576px) {
    #desktop-search #search input {
        width: 160px;
        min-width: auto;
    }

    .page-title-wrapper {
        padding: 15px 0;
    }

    .breadcrumb {
        margin-bottom: 0 !important;
    }

    .product-slider .tns-controls {
        top: -5px;
        width: 100%;
        right: 0;
        position: relative;
        text-align: right;
    }

    .tns-controls button {
        width: 2.5em !important;
        height: 3.5em !important;
        font-size: inherit;
    }

    .product-slider .tns-controls button {
        height: 2.1em !important;
        position: relative;
        border: 1px solid;
    }

    .product-slider .tns-controls button:nth-child(1) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .product-slider .tns-controls button:nth-child(2) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #modal-login .modal-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        margin-left: 0;
        height: 100%;
    }

    #modal-login .modal-body {
        padding-top: 40px !important;
    }

    .subcategories {
        border-bottom: none;
    }

    .product-grid {
        border-bottom: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-left: none;
    }

    .product-grid:nth-child(1), .product-grid:nth-child(2) {
        border-top: 1px solid #EEE;
    }

    .product-grid.even {
        border-right: none;
    }

    .product-grid .product-thumb {
        margin: 10px -5px;
        width: auto;
    }

    .product-thumb h3 {
        height: 35px;
        overflow: hidden;
    }

    .product-thumb h3 a {
        line-height: 0;
    }

    .mobile-hr {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }

    .slick-prev,
    .slick-next {
        opacity: 1 !important;
    }

    .slick-prev {
        left: 5px !important;
    }

    .slick-next {
        right: 5px !important;
    }

    .mini-cart .subtotal {
        font-size: 14px;
    }

    #product-tabs > li > a {
        padding: 0 12px;
        font-weight: 500;
        font-size: .8rem;
        color: #231f20;
    }

    #product-tabs > li > a:hover {
        color: #FFF;
    }
}

.responsive-table {
    overflow-x: auto;
    min-height: 0.01%;
}

.strong {
    font-weight: 600 !important;
    color: #222;
}

.bg-theme {
    background: #2c426a;
    color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .w-20-large {
        width: 20% !important;
        flex: 0 0 20%;
        -ms-flex: 0 0 25%;
    }
}

@media (min-width: 601px) {
    .w-10-medium {
        width: 10% !important;
    }

    .w-20-medium {
        width: 20% !important;
    }

    .w-30-medium {
        width: 30% !important;
    }

    .w-40-medium {
        width: 40% !important;
    }

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

    .w-60-medium {
        width: 60% !important;
    }

    .w-70-medium {
        width: 70% !important;
    }

    .w-80-medium {
        width: 80% !important;
    }

    .w-90-medium {
        width: 90% !important;
    }

    .w-100-medium {
        width: 100% !important;
    }
}

.lg-toolbar .lg-icon {
    color: #EEE !important;
}

.lg-backdrop {
    z-index: 1060 !important;
}

.lg-outer {
    z-index: 1070 !important;
}

.spin,
i.spin:before {
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}