﻿/*********************************************************************************
    Template Name: Hema Multipurpose eCommerce Bootstrap 5 Template 
    Description: A perfect template to build beautiful and unique Fashion websites. It comes with nice and clean design.
    Version: 1.0
**********************************************************************************/

/* =======================================================================
Table of Content:

1. Google Fonts
2. Basic Styles
3. Typography
4. Buttons
5. Container
6. Breadcrumbs
7. Headers Style
8. Homepage Sections
   8.01 Slideshow  
   8.02 Collection Banner
   8.03 Products With Tabs
   8.04 Featured Content
   8.05 Hero/Parallax Banners  
   8.06 Newletter Section
   8.07 Testimonial Slider
   8.08 Blog Post   
   8.09 One Image Banner   
   8.10 Products With Lookbook
   8.11 Imgage with text
   8.12 Instagram Section
   8.13 Miniproduct List Section
   8.14 Brands Logo  
   8.15 Store Features
   8.16 Custom Content   
9. Homepage Demo's   
10. Blog Page
11. Shop page
12. Collection Pages
13. Wishlist Pages
14. Compare Pages
15. Cart Pages
16. Checkout Pages
17. Checkout Success Pages
18. Product Details Pages
19. Brands Pages
20. FAQ's Pages
21. About us Pages
22. Contact Pages
23. My Account Pages
24. Lookbook Pages
25. Portfolio Pages
26. Footer Style
28. Quickshop Modal
29. Addtocart Modal
30. Quickview Modal
31. Cookie Meassage
32. Promotion Product Popup
33. 404 Error Page
34. Comming Soon Page
35. Nesletter Popup Styles
=======================================================================*/

/*======================================================================
  1. Google Fonts
========================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,400;1,500;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400;500;600;700&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap');


/*======================================================================
  2. Basic Styles
========================================================================*/
body {
    font-family: 'Poppins', sans-serif;
    color: #171717;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    top: 0 !important;
}

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

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

label {
    margin-bottom: 5px;
}

html, button, input, select, textarea {
    font-family: 'Poppins', sans-serif;
}

input, textarea, .form-control {
    padding: 10px 15px;
}

input, button, select, textarea, .form-control {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #171717;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    outline: none !important;
    box-shadow: none !important;
}

    input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus {
        outline: none;
        border-color: #bdbdbd;
    }

input, select, textarea {
    width: 100%;
}

input, select {
    height: 45px;
}

    input[type="checkbox"], input[type="radio"] {
        width: auto;
        height: auto;
    }

        input[type="checkbox"]:focus, input[type="radio"]:focus {
            outline: 0;
            box-shadow: none;
        }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    background-color: #ffffff;
    line-height: 1.2;
    text-indent: inherit;
    text-overflow: '';
    cursor: pointer;
    padding: 8px 25px 8px 10px;
}

iframe {
    border: 0;
    width: 100%;
}

table, .table {
    color: #171717;
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 600;
    text-transform: capitalize;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dddddd;
}

.input-group > .form-control, .input-group > .btn {
    height: 45px;
}

.required {
    color: #ff0202;
}

.anm {
    vertical-align: middle;
}

a {
    color: #171717;
    text-decoration: none;
    outline: none;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    a, a:after, a:before {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }

        a:active, a:hover {
            color: #1b795d;
            text-decoration: none;
            outline: 0;
        }

        a:hover {
            color: #1b795d;
            opacity: 1;
        }

pre {
    background: #f5f5f5;
    color: #171717;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    background-color: #f7f7f7;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    margin: 25px 0;
    padding: 20px 20px;
    border: 1px solid #ececec;
    border-left: 2px solid #1b795d;
}

    blockquote cite, blockquote small {
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

.blockquote-footer:before {
    content: "- ";
}

svg:not(:root) {
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
}

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

.list-styled {
    list-style: outside;
    margin-left: 15px;
}

.hide {
    display: none !important;
}

.form-group {
    margin-bottom: 15px;
}

hr {
    margin: 20px 0;
    border: 0;
    opacity: 1;
    border-bottom: 1px solid #ececec;
}

.border-top {
    border-top: 1px solid #dddddd !important;
}

.border-bottom {
    border-bottom: 1px solid #dddddd !important;
}

.border-start {
    border-left: 1px solid #dddddd !important;
}

.border-end {
    border-right: 1px solid #dddddd !important;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-transform-none {
    text-transform: none !important;
}

.clr-none {
    color: inherit !important;
}

.tooltip > .tooltip-inner {
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
    padding: 4px 8px 5px;
    text-shadow: none;
    height: auto;
    text-transform: uppercase;
    border-radius: 3px;
}

.tooltip.show {
    z-index: 9999;
}

.col-row {
    margin-top: -30px;
}

    .col-row .col-item {
        padding-bottom: 10px;
    }

.col-row-20 {
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}

    .col-row-20 .col-item {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

.sp-row {
    margin-top: -1.5rem;
}

    .sp-row .sp-col {
        padding-top: 1.5rem;
    }

.list--inline {
    padding: 0;
    margin: 0;
}

    .list--inline li {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
}

.display-table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.w-22 {
    width: 22%;
}

.w-34 {
    width: 34%;
}

.lists-style1 > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

    .lists-style1 > li:before {
        content: "\eb68";
        font-family: 'annimex-icons';
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -2px;
    }

.mt-n2 {
    margin-top: -.5rem !important;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

    .form-row > * {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

/* Model */
.modal .btn-close {
    width: 33px;
    height: 33px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 12px;
    z-index: 3;
}

.modal .modal-body {
    padding: 30px;
}

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: .5rem;
    margin: 0 auto;
    min-height: 100%;
}

.modal.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal .modal-lg {
    max-width: 800px;
}

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

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

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

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

.anm-spin {
    animation: anm-spin 1.5s infinite linear;
    -webkit-animation: anm-spin 1.5s infinite linear;
}

@keyframes scaleimg {
    0%, 100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1)
    }

    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

/*.blur-up.lazyloaded { -webkit-filter:blur(0); filter:blur(0); }
.blur-up { -webkit-filter:blur(5px); filter:blur(5px); transition:filter 400ms, -webkit-filter 400ms; -webkit-transition:filter 400ms, -webkit-filter 400ms; } */

.alert.alert-dismissible .btn-close {
    padding: 12px;
    background-size: 10px;
}

.list-decimal {
    list-style: decimal;
    margin-left: 15px;
}

.list-dot {
    list-style: outside;
    margin-left: 15px;
}

.start-auto {
    left: auto !important;
}

.mt-m6 {
    margin-top: -6px;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* Text Size */
.text-extra-small {
    font-size: 11px !important;
    line-height: 14px !important;
}

.text-small {
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.text-medium {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.text-medium-18 {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.text-large {
    font-size: 20px !important;
    line-height: 1.9 !important;
}

.text-extra-large {
    font-size: 26px !important;
    line-height: 2 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-upprcase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-none {
    text-transform: none !important;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

/*======================================================================
  3. Typography
========================================================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000000;
    margin: 0 0 20px; /*font-family: 'Heebo',sans-serif;*/
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 14px;
}

p {
    margin: 0 0 20px;
}

    p:last-child {
        margin-bottom: 0;
    }

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

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

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

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

/* Font specialized */
.body-font {
    font-family: "Poppins", sans-serif !important;
}

.head-font {
    font-family: 'Heebo',sans-serif !important;
}

.alt-font {
    font-family: 'Edu VIC WA NT Beginner', cursive !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

/*======================================================================
  4. Buttons
========================================================================*/
.btn, .btn-primary {
    font-family: 'Poppins', sans-serif;
    background-color: #1b795d;
    color: #ffffff;
    border: 1px solid #1b795d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    white-space: normal;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:hover, .btn:focus {
        background-color: #e96f84;
        color: #ffffff;
        border-color: #e96f84;
        text-decoration: none;
        opacity: 1;
    }

.btn-secondary, .btn-secondary:focus {
    background-color: #e96f84;
    color: #ffffff;
    border: 1px solid #e96f84;
}

    .btn-secondary:hover {
        background-color: #1b795d;
        color: #ffffff;
        border-color: #1b795d;
    }

.btn-light, .btn-light:focus {
    background-color: #ffffff;
    color: #171717;
    border: 1px solid #ffffff;
}

    .btn-light:hover {
        background-color: #f0f0f0;
        color: #171717;
        border-color: #f0f0f0;
    }

.btn-gray, .btn-gray:focus {
    background-color: #f3f3f3;
    color: #171717;
    border: 1px solid #f3f3f3;
}

    .btn-gray:hover {
        background-color: #1b795d;
        color: #ffffff;
        border-color: #1b795d;
    }

.btn-outline-primary, .btn-outline-primary:focus {
    color: #174638;
    border: 1px solid #174638;
    background-color: transparent;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #06563e;
        border-color: #06563e;
    }

.btn-outline-secondary, .btn-outline-secondary:focus {
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
}

    .btn-outline-secondary:hover {
        color: #ffffff;
        background-color: #222;
        border-color: #222;
    }

.btn-outline-light {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
}

    .btn-outline-light:hover {
        color: #171717;
        border-color: #ffffff;
        background-color: #ffffff;
    }

.btn-sm, .btn-small {
    font-size: 13px;
    padding: 8px 14px;
    border-radius: .2rem;
}

.btn-md {
    font-size: 13px;
    padding: 10px 20px;
}

.btn-lg {
    font-size: 15px;
    padding: 10px 25px;
}

.btn-xl {
    font-size: 15px;
    padding: 15px 35px;
}

.same-width-btn .btn {
    min-width: 200px;
}

.btn.rounded-pill {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-link {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #1b795d;
    text-align: left;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-link:hover, .btn-link:focus {
        color: #171717;
        text-decoration: none;
        background-color: transparent;
    }

.text-link {
    color: #171717;
    text-decoration: underline;
    text-underline-offset: 3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}

    .text-link:hover {
        color: #e80016;
        text-decoration: underline;
    }

.btn-brd {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #1b795d;
    padding: 0 0 2px;
    margin: 0;
    color: #1b795d;
    text-align: center;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-brd:hover, .btn-brd:focus {
        background-color: transparent;
        color: #171717;
        border-color: #171717;
    }

.btn.btn3d {
    box-shadow: 0 0 0 1px #222222 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #2f2f2f, 0 8px 8px 1px rgba(0,0,0,0.5) !important;
    background-color: #222222;
    border-color: #222222;
}

    .btn.btn3d:hover, .btn.btn-primary.btn3d:focus, .btn.btn3d:active {
        box-shadow: 0 0 0 1px #444444 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #444444, 0 5px 5px 1px rgba(0,0,0,0.5) !important;
        background-color: #444444;
        border-color: #444444;
    }

.btn.animated {
    -webkit-animation: pulse 1s infinite ease-in-out alternate;
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1.1);
    }
}

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

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

.text-gray {
    color: #757575;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* Custom Radio */
.customRadio {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
    line-height: 20px;
}

    .customRadio input[type="radio"] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        display: none;
    }

        .customRadio input[type="radio"] + label {
            position: relative;
            padding: 0 0 0 30px;
            margin-bottom: 0;
            cursor: pointer;
            line-height: 20px;
            font-weight: 500;
        }

            .customRadio input[type="radio"] + label:before {
                content: '';
                background: #ffffff;
                border: 1px solid #d0d0d0;
                height: 20px;
                width: 20px;
                border-radius: 50%;
                position: absolute;
                top: 0;
                left: 0;
            }

            .customRadio input[type="radio"] + label:after {
                content: '';
                background: #171717;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                position: absolute;
                top: 5px;
                left: 5px;
                opacity: 0;
                -webkit-transform: scale(2);
                transform: scale(2);
                -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
                transition: transform 0.3s linear, opacity 0.3s linear;
            }

        .customRadio input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* Custom Checkbox */
.customCheckbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    line-height: 18px;
}

    .customCheckbox input[type="checkbox"] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        display: none;
    }

        .customCheckbox input[type="checkbox"] + label {
            position: relative;
            padding: 0 0 0 25px;
            margin-bottom: 0;
            cursor: pointer;
            line-height: 18px;
        }

            .customCheckbox input[type="checkbox"] + label:before {
                content: '';
                background: #ffffff;
                border: 1px solid #d0d0d0;
                height: 18px;
                width: 18px;
                position: absolute;
                top: 0;
                left: 0;
            }

            .customCheckbox input[type="checkbox"] + label:after {
                content: '';
                border-style: solid;
                border-width: 0 0 2px 2px;
                border-color: transparent transparent #333333 #333333;
                width: 12px;
                height: 6px;
                position: absolute;
                top: 5px;
                left: 3px;
                opacity: 0;
                -webkit-transform: scale(1) rotate(-45deg);
                transform: scale(1) rotate(-45deg);
                -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
                transition: transform 0.3s linear, opacity 0.3s linear;
            }

        .customCheckbox input[type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
            color: #6d6d6d;
        }

/* display flex/wrap */
.d-flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* display flex/wrap/align center */
.d-flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: space-between;*/
}
/* display flex/wrap/align center/justify center; */
.d-flex-justify-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

/* Hover Effects */
.zoom-scal {
    position: relative;
    overflow: hidden;
    display: block;
}

    .zoom-scal:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
        overflow: hidden;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .zoom-scal:hover:before, .zoomscal-hov:hover .zoom-scal:before {
        overflow: visible;
        opacity: 1;
    }

    .zoom-scal img {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease; /*padding:10px;*/
        background: #ffffff;
        border-radius: 50%;
    }

.category-title {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.zoom-scal:hover img, .zoomscal-hov:hover .zoom-scal img {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.zoom-scal-nopb:before {
    content: none;
}

.zoom-scalno img, .zoom-scalno:hover img {
    -webkit-transform: none;
    transform: none;
}

.bg-square-hv {
    position: relative;
    overflow: hidden;
    display: block;
}

    .bg-square-hv:before,
    .bg-square-hv:after {
        content: "";
        background: rgba(255,255, 255,0.2) none repeat scroll 0 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: all 700ms ease-in 0s;
        transition: all 700ms ease-in 0s;
    }

    .bg-square-hv:before {
        bottom: 0;
        left: 50%;
        right: 51%;
        top: 0;
    }

    .bg-square-hv:after {
        bottom: 50%;
        left: 0;
        right: 0;
        top: 50%;
    }

    .bg-square-hv:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
    }

    .bg-square-hv:hover:after {
        bottom: 0;
        top: 0;
        opacity: 0;
    }

.rounded-3 {
    border-radius: 3px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-7 {
    border-radius: 7px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-left0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-right0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-start-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-end-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-pill-start {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
}

.rounded-pill-end {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.p-20 {
    padding: 20px;
}

.shadow-15 {
    box-shadow: 0 5px 15px rgba(33,37,41,0.08);
}

.grid-mr-20 {
    margin: -10px;
}

    .grid-mr-20 .col-item {
        padding: 10px;
        margin: 0;
    }

.row.g-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .row.g-0 > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

/* Slick slider */
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 0px;
    padding: 6px 10px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 1;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

    .slick-prev:before, .slick-next:before {
        font-family: "annimex-icons";
        font-size: 18px;
        color: #000000;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        display: block;
    }

    .slick-prev:hover:before, .slick-next:hover:before {
        opacity: 1;
    }

.slick-prev:before {
    content: "\ea8b";
}

.slick-next:before {
    content: "\ea8c";
}

.slick-dots {
    margin: 0;
    width: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: -10px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        padding: 0;
        cursor: pointer;
        margin: 0 4px;
    }

        .slick-dots li button {
            color: transparent;
            line-height: 0;
            font-size: 0;
            background: transparent;
            display: block;
            cursor: pointer;
            color: #ffffff;
            width: 14px;
            height: 14px;
            text-indent: -9999px;
            padding: 0;
            border-radius: 50px;
            border: 1px solid #01a575;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
            -ms-transition: all 0.2s;
            opacity: 1;
        }

        .slick-dots li.slick-active button {
            background: #01a575;
            border-color: #01a575;
        }

.slick-arrow-dots .slick-arrow {
    opacity: 0;
    visibility: hidden;
    width: 35px;
    height: 35px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 100%;
}

    .slick-arrow-dots .slick-arrow:before {
        font-size: 16px;
    }

.slick-arrow-dots:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 2px rgba(0,0,0,0.2) !important;
}

.slick-arrow-dots .slick-arrow:hover {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
}

.slick-arrow-dots .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.dots-hide .slick-dots {
    display: none !important;
}

.arwOut5 .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 100px;
}

    .arwOut5 .slick-arrow:before {
        font-size: 16px;
    }

    .arwOut5 .slick-arrow:hover {
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
    }

.arwOut5 .slick-prev {
    left: -50px;
}

.arwOut5 .slick-next {
    right: -50px;
}

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

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

.slick-slider.gp5 .slick-list {
    margin: 0 -5px;
}

.slick-slider.gp5 .slick-slide {
    padding: 0 5px;
}

.slick-slider.gp10 .slick-list {
    margin: 0 -10px;
}

.slick-slider.gp10 .slick-slide {
    padding: 0 10px;
}

.slick-slider.gp15 .slick-list {
    margin: 0 -15px;
}

.slick-slider.gp15 .slick-slide {
    padding: 0 15px;
}

.circle-dots .slick-dots li button {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
}

    .circle-dots .slick-dots li button:after {
        content: "";
        width: 7px;
        height: 7px;
        display: block;
        background: transparent;
        border-radius: 50%;
        margin: 0 auto;
    }

.circle-dots .slick-dots li.slick-active button:after {
    background: #333333;
}

.rounded-dots .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
}

.rounded-dots .slick-dots li.slick-active button {
    background: #333333;
}

.secure-dots .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #333;
    background: transparent;
}

.secure-dots .slick-dots li.slick-active button {
    background: #333333;
}

.circle-arrow .slick-arrow {
    border-radius: 50% !important;
}

.rounded-pill-dots .slick-dots li button {
    width: 10px;
    height: 10px;
}

.layout-fullwidth .slick-slider .slick-prev {
    left: -10px;
}

.layout-fullwidth .slick-slider .slick-next {
    right: -10px;
}

.slideshow img.mobile-hide {
    display: none;
}

/* Pre Loader */
#pre-loader {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 999999;
}

.pre-loader-in {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.preLoader {
    color: #FFF;
    position: relative;
    display: inline-block;
    margin-top: 0;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 4px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 600;
}

    .preLoader:before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        right: 86px;
        bottom: 4px;
        height: 34px;
        width: 7px;
        background: #e96f84;
    }

    .preLoader:after {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        left: 144px;
        top: -11px;
        border-radius: 50%;
        background: #e96f84;
        box-sizing: border-box;
        animation: animloader 1s ease-in infinite;
    }

@keyframes animloader {
    0% {
        transform: translateY(8px) scaleY(1) scaleX(1.25);
    }

    25%, 75% {
        transform: translateY(-5px) scaleY(1.2) scaleX(1);
    }

    50% {
        transform: translateY(-10px) scaleY(1) scaleX(1);
    }

    100% {
        transform: translateY(8px) scaleY(0.8) scaleX(0.8);
    }
}

/*======================================================================
  5. Container
========================================================================*/
.container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding: 0 50px;
}

.container-1330 {
    max-width: 1330px;
}

/* Boxed Layout */
.layout-boxed {
    max-width: 1400px;
    margin: 0 auto 30px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.15);
}

    .layout-boxed .container,
    .layout-boxed .container-fluid {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .layout-boxed .sticky-header {
        max-width: 1400px;
        margin: 0 auto;
        right: 0;
    }

/* Fullwidth Layout */
.layout-fullwidth .container,
.layout-fullwidth .container-fluid {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

/*======================================================================
  6. Breadcrumbs
========================================================================*/
.breadcrumbs-wrapper {
    background: #f9f9f9;
    margin: 0 0 30px;
}

    .breadcrumbs-wrapper .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.breadcrumbs a, .breadcrumbs span, .breadcrumbs .icon {
    color: #171717;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
}

    .breadcrumbs span.main-title {
        padding-right: 0;
        margin-right: 0;
    }

.breadcrumbs .icon {
    font-size: 15px;
    position: relative;
    top: 0;
    padding: 0 5px;
    margin: 0 5px;
}

.breadcrumbs .main-title {
    font-weight: 700;
}

.page-header {
    background-color: #b5e1d4;
    padding: 20px 0;
    margin-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title h1 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.newsletter-modal.style2 .newsltr-text {
    padding: 40px;
    border: 4px solid #ffffff;
}

.newsletter-modal.style2 .title {
    font-size: 25px;
}

/*======================================================================
  Section
========================================================================*/
.section-header {
    margin-bottom: 15px;
    text-align: center;
}

    .section-header h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 auto 10px;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 5px 0 0;
        display: block;
        color: #888;
        font-size: 16px; /*font-family: 'Edu VIC WA NT Beginner', cursive;*/
    }

    .section-header .small-tlt {
        margin: 0 0 10px;
    }

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-md {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-section {
    padding-bottom: 40px;
}

.pt-section {
    padding-top: 40px;
}

.no-pb-section {
    padding-bottom: 0 !important;
}

.no-pt-section {
    padding-top: 0 !important;
}

#page-content {
    margin: 0 0 60px;
}

/*======================================================================
  7. Headers Style
========================================================================*/
.top-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background: #1b795d;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 12px;
    min-height: 35px;
    text-transform: uppercase;
}

    .top-header a {
        color: #002215;
    }

        .top-header a:hover {
            color: #007e61;
        }

    .top-header .social-icons {
        display: inline-block;
        font-weight: normal;
        margin: 0;
    }

        .top-header .social-icons li, .top-header .social-icons li a {
            list-style: none;
            display: inline-flex;
            align-items: center;
        }

            .top-header .social-icons li:not(:last-child) {
                margin-right: 14px;
            }

    .top-header.bg-white {
        color: #171717;
        border-bottom: 1px solid #ececec;
    }

        .top-header.bg-white a {
            color: #171717;
        }

            .top-header.bg-white a:hover, .top-header.bg-white .select-wrap.active {
                color: #1b795d;
            }

    .top-header .left-brd > *:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #494c51;
    }

    .top-header .left-brd .select-wrap {
        margin-left: 0;
    }

.top-promo-bar.style1 {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

    .top-promo-bar.style1 .alert {
        padding: 0;
        margin: 0;
        border: 0 !important;
    }

    .top-promo-bar.style1 .item {
        padding: 5px 20px 5px 0;
        min-height: 35px;
    }

        .top-promo-bar.style1 .item, .top-promo-bar.style1 .item a {
            color: #ffffff;
            font-size: 13px;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }

            .top-promo-bar.style1 .item .btn-close {
                color: #ffffff;
                font-size: 15px;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                height: auto;
                width: auto;
                line-height: 1;
                background: none;
                padding: 0;
                margin: 0;
                opacity: 1;
            }

            .top-promo-bar.style1 .item .btn-sm {
                font-size: 12px;
                padding: 7px 10px;
            }

.top-promo-bar .slick-track {
    display: flex;
    align-items: center;
}

.top-info-bar {
    background-color: #cb8161;
    color: #ffffff;
    position: relative;
    z-index: 49;
}

    .top-info-bar .item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .top-info-bar .item a {
            color: #ffffff;
            font-size: 14px;
        }

            .top-info-bar .item a:hover {
                color: #ffffff;
                opacity: 0.8;
            }

/* Marquee text */
.marquee-text {
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

    .marquee-text .top-info-bar {
        background-color: transparent;
        padding: 5px 0;
    }

        .marquee-text .top-info-bar .flex-item {
            animation: ticker 30s infinite linear;
            -webkit-animation: ticker 30s infinite linear;
            flex-shrink: 0;
        }

        .marquee-text .top-info-bar:hover .flex-item {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            -ms-animation-play-state: paused;
            animation-play-state: paused;
        }

        .marquee-text .top-info-bar a {
            color: #ffffff;
        }

            .marquee-text .top-info-bar a i {
                color: #ffea00;
                vertical-align: middle;
                font-size: 16px;
                margin-right: 6px;
                font-weight: 400;
                position: relative;
                top: -1px;
            }

            .marquee-text .top-info-bar a span {
                padding: 0 40px;
            }

@-webkit-keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

/* Main Header */
.header {
    position: relative;
    width: 100%;
    min-height: 70px;
}

    .header.is-fixed {
        position: fixed;
        max-width: 100%;
        right: 0;
        top: -120px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #ffffff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .header.is-fixed.is-small {
            top: 0;
            box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
        }

.main-menu-outer.is-fixed {
    position: fixed;
    max-width: 100%;
    right: 0;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .main-menu-outer.is-fixed.is-small {
        top: 0;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.header-7 .main-menu-outer.is-fixed {
    position: fixed;
}

.header-9 .main-menu-outer.is-fixed {
    background-color: #ffffff;
}

.header-10.is-fixed {
    background-color: #090909;
}

.logo a {
    display: block;
    opacity: 1;
}

.logo img {
    display: block;
    max-width: 100%;
    /* max-width: 185px;*/ /*max-height:39px;*/
}

.iconset {
    display: inline-block;
    position: relative;
    color: #171717;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
}

    .iconset .hdr-icon {
        color: #171717;
        font-size: 18px;
        vertical-align: middle;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .iconset .hdr-icon:hover {
            color: #1b795d;
        }

.wishlist-count, .cart-count {
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #1b795d;
    border-radius: 50%;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: -4px;
}

#settingsBox, #accountBox, #cart-drawer {
    color: #171717;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(5,0,0,0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#settingsBox, #accountBox {
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    margin: 10px 0 0;
    width: 230px;
    border-radius: 0;
    position: absolute;
    top: 130%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

    #settingsBox.active, #accountBox.active {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.setting-parent:hover #settingsBox,
.account-parent:hover #accountBox {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#settingsBox {
    width: 253px;
}

    #settingsBox .ttl {
        margin: 0 0 10px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
    }

.cnrLangList li {
    display: inline-block;
    margin: 0 6px 6px 0;
    cursor: pointer;
}

    .cnrLangList li a {
        display: block;
        font-size: 13px;
        text-transform: none;
        padding: 2px 10px;
        border: 1px solid rgba(0,0,0,0.3);
    }

        .cnrLangList li a:hover, .cnrLangList li a.active {
            color: #ffffff;
            border: 1px solid #000000;
            text-decoration: none;
            background: #000000;
        }

.customer-links li .icon {
    min-width: 20px;
    font-size: 14px;
    margin-right: 5px;
}

.customer-links li:not(:last-child) {
    margin: 0 0 7px;
}

/*.customer-links li:hover {
    background:#1b795d;
    color:#ffffff;
}
.customer-links li a:hover {
    color: #ffffff;
}*/

#minicart-drawer {
    width: 350px;
}

#cart-drawer {
    color: #171717;
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
}

    #cart-drawer.active {
        right: 0;
    }

#minicart-drawer .close-cart {
    color: #050000;
    font-size: 17px;
    float: right;
    margin-top: -10px;
    opacity: 0.8;
    text-decoration: none;
}

#cart-drawer .minicart-bottom {
    font-size: 13px;
}

.minicart-header {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

    .minicart-header > h4 {
        color: #171717;
        font-weight: 700;
        text-align: left;
        margin: 0 0;
        text-transform: uppercase;
    }

.minicart-content {
    padding: 0 20px;
    margin: 0;
    z-index: 1001;
    position: absolute;
    left: 0;
    overflow: hidden auto;
    width: 100%;
    height: calc(100% - 295px);
}

    .minicart-content .item {
        padding: 0 0 5px;
        margin: 0 0 15px;
        line-height: normal;
        display: block;
        border-bottom: solid 1px #eee;
    }

        .minicart-content .item .product-image {
            max-width: 15%;
            flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
        }

        .minicart-content .item .product-details {
            width: 75%;
            flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            padding-left: 15px;
            padding-right: 10px;
            text-align: left;
        }

        .minicart-content .item .product-title {
            color: #171717;
            font-size: 11px;
            font-weight: 500;
            white-space: normal;
            text-decoration: none;
            display: block;
            margin-bottom: 0;
        }

        .minicart-content .item .remove {
            color: #5c5c5c;
            display: inline-block;
            font-size: 12px;
            padding: 10px 5px 0;
        }

            .minicart-content .item .remove:hover {
                color: #1b795d;
            }

        .minicart-content .item .qtyField span {
            display: inline-block;
            padding: 0;
            border: 0;
        }

        .minicart-content .item .variant-cart {
            color: #5a5a5a;
            font-size: 10px;
        }

    .minicart-content .product-price .price span {
        font-size: 11px !important;
    }

    .minicart-content .product-price .price {
        font-size: 12px !important;
    }

        .minicart-content .product-price .price .offerprice_sc {
            font-size: 10px !important;
        }

    .minicart-content .item .qtyField {
        width: 77px;
    }

        .minicart-content .item .qtyField .qtyBtn {
            height: 35px;
        }

        .minicart-content .item .qtyField .qty {
            width: 77px;
            height: 35px;
            padding: 0 20px;
        }

.minicart-bottom {
    color: #171717;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 20px 20px;
}

    .minicart-bottom .shipinfo {
        background-color: #f6f6f6;
        padding: 15px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .minicart-bottom .shipinfo .progress-bar {
            width: 50%;
            background-color: rgba(41,51,85,.7);
        }

    .minicart-bottom .subtotal .totalInfo span {
        float: left;
        text-transform: uppercase;
        font-size: 16px;
        text-align: left;
        font-weight: 700;
        margin: 0;
    }

    .minicart-bottom .subtotal .totalInfo .product-price {
        float: right;
        color: #1b795d;
    }

/*----- Minicart Model Style 2 -----*/
.minicart-modal-style .minicart-right-drawer .modal-dialog {
    max-width: 770px;
}

.minicart-modal-style .minicart-bottom,
.minicart-modal-style .minicart-content {
    position: static;
}

.minicart-modal-style #minicart-drawer {
    width: 100%;
}

.minicart-modal-style .minicart-content {
    width: 55%;
    height: auto;
    float: left;
    padding: 0 20px 0 0;
    border-right: 1px solid #eee;
}

.minicart-modal-style .minicart-bottom {
    width: 45%;
    height: auto;
    float: left;
    padding: 0 0 0 20px;
}

.minicart-modal-style .minicart-right-drawer .modal-content,
.minicart-modal-style #cart-drawer {
    height: auto;
    border-radius: 10px;
}

.minicart-modal-style .minicart-content .item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.minicart-modal-style .minicart-bottom .shipinfo {
    margin-left: 0;
    margin-right: 0;
}

.minicart-modal-style .minicart-content .item .product-title {
    font-size: 14px;
}

.minicart-modal-style .minicart-content .item .variant-cart {
    font-size: 13px;
}

.product-vendor {
    color: #9b9b9b;
    font-size: 12px;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.product-review {
    margin: 7px -2px 0;
    line-height: 1;
}

    .product-review .icon {
        color: #174638;
        font-size: 13px;
        margin: 0 2px;
        font-weight: 600;
    }

.product-price {
    margin: 5px 0;
}

    .product-price .old-price {
        opacity: 0.4;
        text-decoration: line-through;
    }

        .product-price .old-price + .price {
            padding-left: 0px;
            color: #1b795d;
            display: inline-flex;
            align-content: center;
            align-items: center;
        }

.qtyField {
    position: relative;
    display: flex;
    align-items: center;
    width: 86px;
    margin: 0;
}

    .qtyField input {
        margin: 0;
        padding: 0 25px;
        width: 86px;
        height: 40px;
        text-align: center;
    }

    .qtyField .qtyBtn {
        margin: 0;
        padding: 8px;
        color: #171717;
        width: 30px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: none;
        border: none;
        position: absolute;
        left: 0;
    }

        .qtyField .qtyBtn:hover {
            color: #1b795d;
        }

        .qtyField .qtyBtn .icon {
            font-size: 10px;
        }

        .qtyField .qtyBtn.plus {
            left: auto;
            right: 0;
        }

    .qtyField.md, .qtyField.md input {
        width: 90px !important;
    }

        .qtyField.md .qtyBtn, .qtyField.md .qty {
            height: 40px !important;
        }

.search-drawer {
    padding: 20px 0;
    height: auto;
    max-height: inherit;
    bottom: auto;
}

    .search-drawer .btn-close {
        padding: 0;
        width: 15px;
        height: 15px;
    }

    .search-drawer .action {
        width: 50px;
        font-size: 16px;
        padding: 0;
    }

    .search-drawer .search-products {
        border-top: 1px dashed #dddddd;
        margin-top: 30px;
        padding-top: 30px;
    }

.search-inline-brd .searchField .rgsearch-category,
.search-inline-brd .searchField .input-group-field,
.search-inline-brd .searchField .input-group-btn {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    height: 35px;
    border-bottom: 1px solid #ccc !important;
}

.search-inline-brd .searchField .input-group-field {
    padding-right: 25px;
}

.search-inline-brd .searchField .input-group-btn {
    position: absolute;
    right: 10px;
    width: auto;
    min-width: inherit;
    padding: 0;
}

/* Site Navigation */
#siteNav {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    #siteNav.right {
        text-align: right;
        justify-content: flex-end;
    }

    #siteNav.left {
        text-align: left;
    }

    #siteNav.center {
        text-align: center;
        justify-content: center;
    }

.mobile-nav-wrapper {
    display: none;
}

@media (min-width:990px) {
    .header .container, .header .container-fluid {
        position: relative;
    }

        .header .container .d-menu-col {
            position: static;
        }

    #siteNav a {
        text-decoration: none;
        font-size: 15px;
        display: block;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.04em;
        position: relative;
    }

    #siteNav > li {
        display: inline-block;
        text-align: left;
    }

    .header-9 #siteNav > li {
        margin: 0 10px;
    }

    #siteNav > li > a {
        color: #171717;
        line-height: 40px;
        padding: 8px 15px;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
    }

    #siteNav.medium > li a {
        font-weight: 600;
    }

    .classicHeader #siteNav.medium > li a {
        font-size: 14px;
    }

    #siteNav.hidearrow > li > a .icon {
        display: none;
    }

    #siteNav > li > a .icon {
        font-size: 18px;
        margin-left: 5px;
        -ms-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    #siteNav > li:hover > a, #siteNav > li > a:hover:hover, #siteNav > li > a:hover {
        color: #1b795d;
    }

        #siteNav > li:hover > a > .icon {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    #siteNav > li .megamenu {
        opacity: 0;
        visibility: hidden;
        padding: 25px;
        max-width: 100%;
        min-width: 900px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #ffffff;
        border-radius: 0;
        box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
        pointer-events: none;
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-height: 600px;
        overflow: auto;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    }

        #siteNav > li .megamenu ul {
            padding: 0;
            list-style: none;
        }

    #siteNav > li:hover > .megamenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    #siteNav > li .megamenu .menu-title {
        color: #171717;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 8px !important;
        font-weight: 400;
    }

    #siteNav > li .megamenu li.lvl-1 li .site-nav {
        color: #171717;
        padding: 3px 0;
        font-weight: 400;
    }

        #siteNav > li .megamenu li.lvl-1 li .site-nav:hover {
            color: #1b795d;
        }

    #siteNav > li .megamenu .subLinks .site-nav:before {
        content: "";
        display: inline-block;
        width: 0px;
        height: 2px;
        vertical-align: middle;
        background-color: #1b795d;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #siteNav > li .megamenu .subLinks .site-nav:hover:before {
        width: 5px;
        margin-right: 3px;
    }

    #siteNav > li .megamenu.style2 {
        width: 800px;
    }

    #siteNav > li .megamenu .menu-title {
        font-weight: 600 !important;
    }

    #siteNav > li.mdropdown {
        position: relative;
    }

    #siteNav > li .megamenu .imageCol {
        padding-bottom: 25px;
    }

    #siteNav > li .megamenu .lvl-1 .site-nav {
        padding: 3px 0;
        font-weight: 400;
    }

    #siteNav > li > a .navLbl {
        white-space: nowrap;
        color: #ffffff;
        background-color: #f19280;
        font-size: 10px;
        font-weight: 400;
        line-height: normal;
        display: inline-block;
        padding: 1px 5px;
        border-radius: 0;
        position: absolute;
        top: -1px;
        left: 50%;
    }

        #siteNav > li > a .navLbl:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border: 3px solid transparent;
            border-top-color: #f19280;
            border-left-color: #f19280;
            position: absolute;
            bottom: -4px;
            left: 0;
        }

        #siteNav > li > a .navLbl.new {
            background-color: #83cc52;
        }

            #siteNav > li > a .navLbl.new:after {
                border-top-color: #83cc52;
                border-left-color: #83cc52;
            }

    #siteNav a .lbl {
        color: #ffffff;
        background-color: #0a9339;
        font-size: 9px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 5px;
        position: relative;
        vertical-align: middle;
        border-radius: 2px;
        margin-left: 3px;
    }

        #siteNav a .lbl:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            bottom: 5px;
            left: -8px;
            border: 4px solid transparent;
            border-right-color: transparent;
            border-right-color: #0a9339;
        }

        #siteNav a .lbl.nm_label1 {
            background-color: #ff0000;
        }

            #siteNav a .lbl.nm_label1:after {
                border-right-color: #ff0000;
            }

        #siteNav a .lbl.nm_label2 {
            background-color: #0a9339;
        }

            #siteNav a .lbl.nm_label2:after {
                border-right-color: #0a9339;
            }

        #siteNav a .lbl.nm_label3 {
            background-color: #fb6c3e;
        }

            #siteNav a .lbl.nm_label3:after {
                border-right-color: #fb6c3e;
            }

        #siteNav a .lbl.nm_label4 {
            background-color: #fdb818;
        }

            #siteNav a .lbl.nm_label4:after {
                border-right-color: #fdb818;
            }

        #siteNav a .lbl.nm_label5 {
            background-color: #af4de2;
        }

            #siteNav a .lbl.nm_label5:after {
                border-right-color: #af4de2;
            }

    #siteNav > li ul.dropdown li a .icon {
        font-size: 17px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #siteNav > li.dropdown {
        position: relative;
    }

        #siteNav > li .dropdown, #siteNav > li .dropdown ul {
            background-color: #ffffff;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            width: 250px;
            border-radius: 0;
            position: absolute;
            top: 130%;
            left: 0;
            z-index: 999;
            box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
            -ms-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 10px;
        }

            #siteNav > li:hover > .dropdown,
            #siteNav > li .dropdown li:hover > ul {
                top: 100%;
                opacity: 1;
                visibility: visible;
            }

    #siteNav > li ul.dropdown li {
        position: relative;
        border-top: 1px solid #f4f4f4;
    }

        #siteNav > li ul.dropdown li:first-child {
            border: 0;
        }

        #siteNav > li ul.dropdown li a {
            color: #171717;
            background-color: #ffffff;
            font-weight: 400;
            padding: 8px 12px;
        }

            #siteNav > li ul.dropdown li:hover > a, #siteNav > li ul.dropdown li a:hover {
                color: #1b795d;
                background-color: #ffffff;
            }

        #siteNav > li ul.dropdown li ul {
            top: 20px;
            left: 100%;
        }

        #siteNav > li ul.dropdown li:hover > ul {
            top: 0;
        }

    #siteNav .grid-products.slick-slider .slick-arrow {
        margin: 0px;
    }

    .hdr-menu-left #siteNav > li .megamenu {
        margin: 0;
    }

    .menu-position-left #siteNav > li {
        position: relative;
    }

    .index-demo2 .hdr-menu-left #siteNav > li > a {
        padding: 8px 13px;
    }

    .index-demo2 .hdr-menu-left #siteNav > li:first-child > a {
        padding-left: 0;
    }

    .index-demo4 .hdr-menu-left #siteNav > li > a {
        padding: 8px 14px;
    }

    .index-demo4 .hdr-menu-left #siteNav > li:first-child > a {
        padding-left: 0;
    }

    .header-10 #siteNav > li .megamenu {
        max-width: 1300px;
    }
}

@media only screen and (min-width:1025px) {
    .shop-grid-5 .grid-products .item.col-lg-2,
    .shop-grid-5 .item.col-xl-2 {
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
    }
}

.weekly-product .product-name a {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.weekly-product .product-price {
    margin: 0;
}

.weekly-product .product-review {
    margin-top: 5px;
}

.weekly-product .product-details {
    bottom: -1px;
}

/* Menu deals banner */
.banner-wrap {
    position: relative;
    overflow: hidden;
}

    .banner-wrap .banner-content {
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .banner-wrap .banner-content h4 {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            margin: 0;
        }

        .banner-wrap .banner-content h3 {
            font-size: 24px;
            margin: 10px 0;
        }

        .banner-wrap .banner-content .banner-save {
            margin: 0 0 15px;
            font-size: 20px;
            font-weight: 700;
            color: #1b795d;
        }

    .banner-wrap .banner-discount {
        padding: 10px 15px;
        border-radius: 0;
        background-color: rgba(255,213,90,.8);
        position: absolute;
        top: 0;
        right: 0;
    }

        .banner-wrap .banner-discount h3 {
            color: #171717;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            line-height: 1;
            margin: 0;
        }

/* Weekly product */
.weekly-product .product-details {
    position: static;
    bottom: 0;
    z-index: 9;
    padding: 10px;
    width: 100%;
    border-radius: 0 0 3px 3px;
    background-color: rgba(255,255,255,.8);
    background-image: linear-gradient(0deg,rgba(255,255,255,.99) 0,transparent 150px);
}

    .weekly-product .product-details .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
    }

#siteNav .weekly-product .product-details .product-name a {
    display: inline;
}

.weekly-product .product-labels .lbl {
    padding: 4px 12px;
}

.weekly-product .slick-prev,
.weekly-product .slick-next {
    top: -32px;
    transform: none;
    right: 0;
    left: auto;
    width: auto;
    height: auto;
}

    .weekly-product .slick-prev:before,
    .weekly-product .slick-next:before {
        font-size: 13px;
    }

.weekly-product .slick-prev {
    right: 20px;
}

/* Dropdown Picker */
.select-wrap {
    position: relative;
    user-select: none;
    margin-left: 15px;
}

    .select-wrap .default-option {
        background: transparent;
        position: relative;
        cursor: pointer;
        margin: 0;
        padding-right: 10px;
    }

        .select-wrap .default-option:before {
            content: "\eb66";
            position: absolute;
            top: 50%;
            right: 0;
            font-family: "annimex-icons";
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 1px;
            /*color: #92f7cd;*/
        }

    .select-wrap .select-ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 130%;
        right: 0;
        z-index: 3;
        min-width: 65px;
        background: #f4f4f4;
        color: #171717;
        border-radius: 0;
        padding: 0;
        margin: 5px 0 0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .select-wrap .select-ul li {
            padding: 5px 10px;
            cursor: pointer;
            /*border-top: 1px solid #024a2f;*/
        }

            .select-wrap .select-ul li:hover {
                background: #eaedf2;
                color: #044c30;
            }

            .select-wrap .select-ul li:first-child {
                border-top: none;
            }

    .select-wrap .option {
        display: flex;
        align-items: center;
        /*color: #92f7cd;*/
    }

        .select-wrap .option .icon {
            width: 17px;
            margin-right: 5px;
        }

    .select-wrap.active .select-ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .select-wrap.active .default-option:before {
        content: "\eb69";
    }

.text-left .select-wrap {
    margin-left: 0;
    margin-right: 15px;
}

    .text-left .select-wrap .select-ul {
        left: 0;
        right: auto;
    }

/*----- Classic Header Style -----*/
.classicTopbar {
    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

.classic-topHeader {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.classicHeader.header.is-fixed {
    background-color: #2e2e2e;
}

.classicHeader:not(.is-fixed) {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.classicHeader:not(.stickyNav) #siteNav > li > a,
.classicHeader:not(.stickyNav) .iconset .hdr-icon,
.classicHeader:not(.stickyNav) .iconset .hdr-text {
    color: #ffffff;
}

    .classicHeader:not(.stickyNav) #siteNav > li > a:hover,
    .classicHeader:not(.stickyNav) .iconset .hdr-icon:hover,
    .classicHeader:not(.stickyNav) .iconset .hdr-text:hover {
        color: #ffffff;
        opacity: 0.8;
    }

/* Header vertical menu */
.header-vertical-menu .menuTitle {
    color: #ffffff;
    font-size: 16px;
    padding: 20px 20px 10px;
    margin: 0;
    text-transform: uppercase;
}

.header-vertical-menu {
    position: relative;
}

    .header-vertical-menu .menu-title {
        background-color: #333;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 16px 15px;
        cursor: pointer;
        line-height: normal;
    }

        .header-vertical-menu .menu-title:after {
            content: "\ea45";
            font-family: "annimex-icons";
            font-style: normal;
            font-size: 18px;
            font-weight: 400;
            position: absolute;
            right: 15px;
        }

        .header-vertical-menu .menu-title.active:after {
            content: "\ea48";
        }

        .header-vertical-menu .menu-title .icon {
            font-size: 16px;
            margin-right: 10px;
        }

    .header-vertical-menu .vertical-menu-content {
        width: 100%;
        background-color: #333333;
        padding: 0 0 5px;
    }

.vertical-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vertical-menu-content ul > li {
        padding: 0 20px;
        position: relative;
    }

        .vertical-menu-content ul > li .moreSlideOpen {
            margin: 0;
        }

            .vertical-menu-content ul > li .moreSlideOpen li {
                padding: 0;
            }

        .vertical-menu-content ul > li .nav-link,
        .vertical-menu-content .moreCategories {
            color: #ffffff;
            font-size: 13px;
            text-transform: uppercase;
            padding: 10px 0;
            border-bottom: 1px solid #434343;
        }

            .vertical-menu-content ul > li .nav-link:hover,
            .vertical-menu-content .moreCategories:hover {
                color: #e96f84;
            }

.vertical-menu-content .moreCategories {
    position: relative;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
}

    .vertical-menu-content .moreCategories:after {
        content: "\eafb";
        font-family: "annimex-icons";
        font-weight: 400;
        font-size: 12px;
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .vertical-menu-content .moreCategories.show:after {
        content: "\ead8";
    }

.vertical-menu-content li .megamenu,
.vertical-menu-content li .dropdown {
    min-width: 800px;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: -9999px;
    left: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0,0,0,0.1);
    z-index: 1001;
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(10px,0,0);
    -ms-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.vertical-menu-content li:hover .megamenu,
.vertical-menu-content li:hover .dropdown {
    left: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.vertical-menu-content .megamenu > li {
    padding: 20px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    margin: 0;
}

    .vertical-menu-content .megamenu > li:last-child {
        flex: none;
        -webkit-flex: none;
        -ms-flex: none;
    }

.vertical-menu-content .has-submenu > a:after,
.vertical-menu-content .sub-menu > a:after {
    content: "\eb68";
    font-family: 'annimex-icons';
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 15px;
    margin-top: -3px;
}

.vertical-menu-content .megamenu .sub-menu-title {
    color: #171717;
    font-size: 15px;
    background-color: transparent;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.vertical-menu-content .megamenu li ul li {
    padding: 0;
}

    .vertical-menu-content .megamenu li ul li a {
        color: #000000;
        display: block;
        font-size: 14px;
        padding: 4px 0;
    }

        .vertical-menu-content .megamenu li ul li a:hover {
            color: #e96f84;
        }

.vertical-menu-content li.dropdown-in {
    position: relative;
}

.vertical-menu-content .sub-menu > a:after {
    color: #000000;
    right: 0;
}

.vertical-menu-content li .dropdown {
    min-width: 230px;
    padding: 20px;
}

    .vertical-menu-content li .dropdown li {
        padding: 0;
    }

        .vertical-menu-content li .dropdown li a {
            color: #000000;
            display: block;
            font-size: 14px;
            padding: 4px 0;
        }

            .vertical-menu-content .sub-menu:hover > a:after,
            .vertical-menu-content li .dropdown li:hover > a,
            .vertical-menu-content li .dropdown li a:hover {
                color: #e96f84;
            }

    .vertical-menu-content li .dropdown .sub-menu {
        position: relative;
    }

        .vertical-menu-content li .dropdown .sub-menu > .sub-level2 {
            top: -20px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate3d(10px,0,0);
            -ms-transform: translate3d(10px,0,0);
            transform: translate3d(10px,0,0);
        }

        .vertical-menu-content li .dropdown .sub-menu:hover > .sub-level2 {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

.header-vertical-menu.toggle .vertical-menu-content {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 100;
}

/* Sticky Menubar Mobile */
.menubar-mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    overflow: auto hidden;
    padding: 5px;
    height: 47px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    transition: transform .25s;
}

    .menubar-mobile .menubar-item {
        position: relative;
        -ms-flex: 1 0 19%;
        flex: 1 0 19%;
    }

        .menubar-mobile .menubar-item > a {
            position: relative;
            padding-right: 10px;
            padding-left: 10px;
            font-size: 15px;
            line-height: 1;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

    .menubar-mobile .menubar-label {
        display: block;
        padding: 0;
        margin: 5px 0 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
    }

    .menubar-mobile .counter {
        right: -18px;
    }

/*======================================================================
  8. Homepage Sections
========================================================================*/
/* 8.01 Slideshow */
.slideshow-medium .slideshow-wrap {
    height: 600px;
}

.slideshow-large .slideshow-wrap {
    height: 700px;
}

.slideshow-xlarge .slideshow-wrap {
    height: 900px;
}

.slideshow-wrapper, .slideshow .slide {
    position: relative;
}

.slideshow .bottom-middle .slideshow-content-in {
    text-align: center;
    top: auto;
    bottom: 60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slideshow .bottom-left .slideshow-content-in {
    top: auto;
    left: 60px;
    bottom: 60px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slideshow .middle-center .slideshow-content-in {
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.slideshow .middle-right .slideshow-content-in {
    text-align: left;
    right: 16%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow .middle-left .slideshow-content-in {
    text-align: left;
    left: 10%;
}

.slideshow .middle-bottom .slideshow-content-in {
    right: 14%;
    bottom: 8%;
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.slideshow .slideshow-content-in {
    position: absolute;
    max-width: 610px;
    width: 100%;
    top: 50%;
    z-index: 3;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slideshow .wrap-caption {
    display: inline-block;
    padding: 25px;
}

.slideshow .slideshow-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 3;
}

.slideshow .wrap-caption.bg-white {
    background-color: rgba(255,255,255,.8) !important;
}

/* Slide Caption Animation */
/* Animation 1 */
.slideshow .animation.style1 {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.slideshow .slick-active .animation.style1 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
/* Animation 2 */
.slideshow .animation.style2 {
    opacity: 0;
    margin-bottom: -30px;
    transition: 1s all .1s;
    -webkit-transition: 1s all .1s;
    -ms-transition: 1s all .1s;
}

.slideshow .slick-active .animation.style2 {
    opacity: 1;
    margin-bottom: 0;
}
/* Animation 3 */
.slideshow .animation.style3 {
    opacity: 0;
    transform: translateY(-15px);
    transition: .8s all .2s;
}

.slideshow .slick-active .animation.style3 {
    opacity: 1;
    transform: translateY(0);
}

.slideshow .animation.style3 .ss-btnWrap {
    opacity: 0;
    transition: .6s all .4s;
    transform: translateY(10px);
}

.slideshow .slick-active .animation.style3 .ss-btnWrap {
    opacity: 1;
    transform: translateY(0);
}
/* Animation 4 */
.slideshow .slick-active .animation.style4 .ss-small-title {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

.slideshow .slick-active .animation.style4 .ss-mega-title {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

.slideshow .slick-active .animation.style4 .ss-sub-title {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.slideshow .slick-active .animation.style4 .ss-btnWrap {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* End Slide Caption Animation */

.slideshow .ss-small-title {
    color: #036448;
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}

.slideshow .ss-mega-title {
    color: #005c41;
    font-size: 45px;
    /* line-height: 23px;*/
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

    .slideshow .ss-mega-title b {
        font-weight: 700;
    }

.slideshow .ss-sub-title {
    color: #00140e;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0 0;
}

.slideshow .ss-btnWrap {
    margin: 26px 0 0;
}

    .slideshow .ss-btnWrap .btn {
        min-width: 140px;
        font-size: 14px;
        padding: 12px 25px;
    }

.slideshow .btn + .btn {
    margin-left: 15px;
}

.slideshow .slick-slide img {
    width: 100%;
}

.slideshow .slick-arrow-dots .slick-arrow {
    width: 40px;
    height: 40px;
}

    .slideshow .slick-arrow-dots .slick-arrow:before {
        font-size: 18px;
    }

.slideshow .slick-arrow-dots .slick-prev {
    left: 30px;
}

.slideshow .slick-arrow-dots .slick-next {
    right: 30px;
}

.slideshow .slick-arrow-dots .slick-dots {
    position: absolute;
    bottom: 40px;
    margin-top: 0px;
}

/* Caption White text */
.slideshow .whiteText .ss-small-title,
.slideshow .whiteText .ss-mega-title,
.slideshow .whiteText .ss-sub-title {
    color: #ffffff;
}

.slideshow > .container .middle-left .slideshow-content-in {
    left: 60px;
}

.slideshow > .container .middle-right .slideshow-content-in {
    right: 60px;
}

.slideshow .container .slick-arrow-dots .slick-prev {
    left: 30px;
}

.slideshow .container .slick-arrow-dots .slick-next {
    right: 30px;
}

/* 8.02 Collection Banner */
.collection-banner-grid a:hover {
    color: inherit;
}

.collection-banner-grid .details {
    padding: 20px;
    position: absolute;
    z-index: 2;
}

    .collection-banner-grid .details .title {
        font-size: 22px;
        margin: 0;
        text-transform: uppercase;
    }

        .collection-banner-grid .details .title + .btn {
            margin: 15px 0 0;
        }

    .collection-banner-grid .details .counts {
        opacity: 0.7;
        display: block;
        margin-top: 5px;
    }

    .collection-banner-grid .details.middle-center {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }

    .collection-banner-grid .details.middle-left {
        top: 50%;
        left: 20px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .collection-banner-grid .details.middle-right {
        top: 50%;
        right: 20px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .collection-banner-grid .details.top-center {
        left: 50%;
        top: 0px;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .collection-banner-grid .details.top-left {
        left: 0px;
        top: 0px;
    }

    .collection-banner-grid .details.top-right {
        right: 0px;
        top: 0px;
    }

    .collection-banner-grid .details.bottom-center {
        left: 50%;
        bottom: 0px;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .collection-banner-grid .details.bottom-left {
        left: 0px;
        bottom: 0px;
    }

    .collection-banner-grid .details.bottom-right {
        right: 0px;
        bottom: 0px;
    }

    .collection-banner-grid .details.whiteText h3,
    .collection-banner-grid .details.whiteText .small-title,
    .collection-banner-grid .details.whiteText p {
        color: #ffffff;
    }

    .collection-banner-grid .details.offerText .tex-top {
        position: absolute;
        top: 40px;
        font-size: 15px;
        font-weight: 600;
    }

    .collection-banner-grid .details.offerText .tex-bom {
        position: absolute;
        bottom: 0px;
        background: rgba(0,0,0,.3);
        padding: 15px;
        font-size: 15px;
        width: 100%;
    }

    .collection-banner-grid .details.offerText .tex1 {
        font-size: 28px;
    }

    .collection-banner-grid .details.offerText .tex2 {
        font-size: 60px;
    }

    .collection-banner-grid .details.offerText .tex3 {
        font-size: 20px;
    }

.collection-banner-grid .img img {
    object-fit: cover;
}

.collection-banner-grid .details .text {
    color: #000000;
    background-color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.collection-banner-grid .sale-banner .details .title {
    font-size: 40px;
}

.collection-banner-grid.two-bnr .details {
    background-color: #ffffff;
    max-width: 320px;
    width: 90%;
    margin-bottom: 10px;
    padding: 30px;
}

    .collection-banner-grid.two-bnr .details .title {
        font-size: 22px;
        font-weight: bold;
    }

    .collection-banner-grid.two-bnr .details .subtitle {
        font-size: 15px;
        font-weight: 400;
        margin: 10px 0;
    }

/* 8.03 Products With Tabs */
.tab-slider-product .section-header {
    margin-bottom: 20px;
}

.tab-slider-product .nav-tabs {
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}

    .tab-slider-product .nav-tabs .nav-link {
        background-color: transparent;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        border-radius: 0;
        position: relative;
        padding: 0;
        margin: 0 20px;
        border: none;
        text-transform: uppercase;
    }

    .tab-slider-product .nav-tabs.style1 .nav-link:after {
        width: 0;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background: #111111;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }

    .tab-slider-product .nav-tabs.style1 .nav-link.active:after {
        width: 100%;
    }

    .tab-slider-product .nav-tabs.style1 .nav-link:hover:after {
        width: 100%;
        opacity: 1;
    }

    .tab-slider-product .nav-tabs.style2 .nav-link {
        font-size: 15px;
        line-height: normal;
        padding: 10px 18px;
        margin: 0 7px;
        background-color: #ffffff;
        color: #333;
        font-weight: 600;
    }

        .tab-slider-product .nav-tabs.style2 .nav-link:hover, .tab-slider-product .nav-tabs.style2 .nav-link.active {
            background-color: #cb8161;
            color: #ffffff;
        }

/* 8.04 Featured Content */
.featured-content .featured-text {
    padding: 30px 30px;
    margin: 0 auto;
}

.featured-content .popup-video.zoom-scal:before {
    background-color: rgba(0,0,0,0.25);
    opacity: 1;
}

.featured-content .featured-details.large-font .small-text {
    font-size: 18px;
}

.featured-content .featured-details.large-font h2 {
    font-size: 24px;
}

.featured-content .featured-details.large-font .dec {
    font-size: 14px;
}

.featured-content .featured-details.large-font .btn {
    padding: 12px 25px;
}

.featured-content .featured-details.large-font .zoom-scal:before {
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
}

/* 8.05 Hero/Parallax Banners  */
.hero-title {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 22px;
    margin: 20px 0 0;
}

.hero-saleTime {
    margin: 20px 0 0;
}

.hero-details {
    font-size: 16px;
    margin: 20px 0 0;
}

.hero-btn {
    font-size: 15px;
    padding: 14px 24px;
    margin: 30px 0 0;
}

.hero-saleTime .count-inner {
    color: #000000;
    background-color: #ffffff;
    min-width: 70px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 12px 10px;
    margin: 0 5px;
    display: block;
}

    .hero-saleTime .count-inner .time-count {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .hero-saleTime .count-inner .text {
        font-size: 12px;
        line-height: 12px;
        display: block;
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 5px 0 0;
        min-width: 100%;
    }

.hero-saleTime.dark .time-count, .hero-saleTime.dark span > span {
    color: #ffffff;
}

.hero-saleTime.dark .count-inner {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.hero-saleTime.dark .ht-count:not(:last-child) .count-inner {
    border-color: #333;
}

.hero-saleTime.saleTime-circle .count-inner {
    border-radius: 50%;
    min-width: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-inner {
    position: relative;
    padding: 40px 0;
    height: 100%;
    z-index: 2;
}

    .hero-inner .wrap-text {
        max-width: 560px;
    }

        .hero-inner .wrap-text.center {
            margin: 0 auto;
            text-align: center;
        }

.hero-exlarge {
    height: 900px;
}

.hero-xlarge {
    height: 800px;
}

.hero-large {
    height: 600px;
}

.hero-medium {
    height: 450px;
}

.hero-small {
    height: 380px;
}

/* 8.06 Newletter Section */

/* 8.07 Testimonial Slider */
.testimonial-slider.style1 .testimonial-slide {
    background-color: #f3f3f3;
    padding: 30px;
}

.testimonial-content .product-review .icon {
    font-size: 15px;
}

/* 8.08 Blog Post */
.home-blog-post .slick-arrow {
    margin-top: -50px;
}

/* Product with price */
.product-details {
    position: relative;
    width: 100%;
}

.product-name-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    font-weight: 500;
}

    .product-name-price .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
    }

.button-bottom-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
}

    .button-bottom-action .button-right {
        display: flex;
        align-items: center;
    }

    .button-bottom-action .btn-icon {
        font-size: 16px;
        margin-left: 15px;
    }

/* Collection banner wrap */
.ctg-bnr-wrap .ctg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px;
    text-align: center;
}

.ctg-bnr-wrap .ctg-title {
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
}

    .ctg-bnr-wrap .ctg-title span {
        font-weight: 100;
        margin: 0 0 5px;
    }

.ctg-bnr-wrap .ctg-des {
    font-size: 16px;
}

.ctg-bnr-wrap .saleText {
    border-top: 2px solid #ffffff;
    font-size: 46px;
    font-weight: bold;
    color: #cbff11;
    line-height: 1;
    margin-top: 20px;
    padding-top: 20px;
}

.ctg-bnr-wrap.two .ctg-title {
    line-height: 42px;
}

/* Category banner */
.category-item .details.whiteText .category-title {
    color: #ffffff;
}

.category-item .details.whiteText .btn-brd {
    color: #ffffff;
    border-color: #ffffff;
    font-size: 13px;
    padding: 0 0 5px;
}

    .category-item .details.whiteText .btn-brd:hover {
        color: #e96f84;
        border-color: #e96f84;
    }

.category-item.overlay-content .category-link {
    position: relative;
    display: block;
}

.category-item.overlay-content .zoom-scal:before {
    overflow: visible;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
}

.category-item.overlay-content .details {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
}

.category-item .details.box {
    background: #f7f7f7;
    padding: 16px;
}

/* Product hover button */
.grid-products.pro-hover4 .product-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .grid-products.pro-hover4 .product-details .details-left {
        width: calc(100% - 50px);
    }

    .grid-products.pro-hover4 .product-details .product-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
    }

    .grid-products.pro-hover4 .product-details .addtocart-btn .btn {
        height: 37px;
        width: 37px;
        padding: 0;
        font-size: 16px;
        border-radius: 4px;
    }

.grid-products.pro-hover4 .product-vendor {
    font-size: 13px;
    color: #8a8a8a;
    text-transform: uppercase;
}

.grid-products.pro-hover4 .product-name a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.grid-products.pro-hover4 .product-price .price {
    font-size: 14px;
    font-weight: 600;
}

.grid-products.pro-hover4 .product-review .icon {
    color: #171717;
}

/* 8.09 One Image Banner */
.one-banner-section .bg-size {
    min-height: 120px;
    display: block;
    background-color: #131313;
    background-repeat: repeat !important;
    background-size: contain !important;
}

.one-banner-section .details {
    font-size: 15px;
    padding: 20px 40px;
}

    .one-banner-section .details.middle-center {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

/* 8.10 Products With Lookbook */
.products-lookbook-section .bg-size {
    min-height: 650px;
}

.products-lookbook-section .lookbook-shop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .products-lookbook-section .lookbook-shop .products .btn-shop {
        height: 35px;
        width: 35px;
        outline: 1px solid #ffffff;
        outline-offset: 3px;
    }

        .products-lookbook-section .lookbook-shop .products .btn-shop .icon {
            font-size: 16px;
        }

        .products-lookbook-section .lookbook-shop .products .btn-shop.active {
            color: #ffffff;
            background-color: #f57c00;
        }

    .products-lookbook-section .lookbook-shop .grid-lb {
        width: 200px;
    }

        .products-lookbook-section .lookbook-shop .grid-lb .pro-img {
            margin: 0 0 15px;
        }

        .products-lookbook-section .lookbook-shop .grid-lb .detail .title {
            font-size: 15px;
            margin: 0 0 8px;
        }

        .products-lookbook-section .lookbook-shop .grid-lb .detail .product-price .price {
            font-size: 15px;
        }

        .products-lookbook-section .lookbook-shop .grid-lb .detail .btn {
            margin-top: 8px;
            margin-bottom: 5px;
            font-size: 13px;
            padding: 9px 22px;
        }

.products-lookbook-section .look-position1 {
    left: 13%;
    top: 54%;
    bottom: auto;
}

.products-lookbook-section .look-position2 {
    right: 65%;
    top: 6%;
    bottom: auto;
}

.products-lookbook-section .look-position3 {
    top: 36%;
    left: 40%;
}

.products-lookbook-section .look-position4 {
    bottom: 22%;
    left: auto;
    right: 36%;
}

.products-lookbook-section .look-position5 {
    bottom: 52%;
    left: auto;
    right: 13%;
}

/* 8.11 Imgage with text */
.about-section .about-details .small-text {
    font-size: 18px;
}

.about-section .about-details .title {
    font-size: 35px;
}

.about-section .about-details .service-info .icon {
    font-size: 28px;
    width: 40px;
    height: auto;
    line-height: normal;
    background-color: transparent !important;
}

.about-section .about-details .service-info h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* 8.12 Instagram Grid */
.instagram-grid .instagram-item .ins-icon {
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.instagram-grid .instagram-item:hover .ins-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
}

.instagram-grid .instagram-item .zoom-scal:before {
    background-color: rgba(0,0,0,0.5) !important;
}

.instagram-grid .instagram-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.9);
    padding: 30px;
    z-index: 3;
}

/* 8.13 Miniproduct List Section */
.mini-product .column-ttl {
    font-size: 22px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.mini-product .mini-list-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.mini-product .mini-list-item .item-link,
.mini-product .mini-list-item .mini-image img { /*width: 85px;*/
}

.mini-product .mini-list-item .item-title {
    font-weight: 500;
}

.mini-product .product-review {
    margin-top: 7px;
}

.mini-list-item:not(:last-child) {
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mini-list-item .item-link, .mini-list-item .mini-image img {
    width: 80px;
    /* display: block;*/
    border: 1px solid #dddddd;
    box-shadow: none;
}

.top-info-bar {
    background-color: #e96f84;
}

.topbar-slider .top-info-bar {
    padding: 0 5px;
}

.topbar-slider .container-fluid {
    padding: 0;
}

.topbar-slider-items {
    margin: 0 40px;
}

    .topbar-slider-items a {
        color: #ffffff;
    }

    .topbar-slider-items .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }

    .topbar-slider-items:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .topbar-slider-items .slick-arrow:before {
        color: #ffffff;
        font-size: 16px;
    }

    .topbar-slider-items .slick-next {
        right: -40px;
    }

    .topbar-slider-items .slick-prev {
        left: -40px;
    }


/*======================================================================
  9. Homepage Demo's
========================================================================*/
.index-demo1 .testimonial-slider.style1 .testimonial-slide {
    background-color: #ffffff;
    border: 1px solid #f3f4f5;
}

.index-demo1 .home-blog-post {
    background-color: #f3f4f5;
}

.index-demo1 .collection-slider .category-item .details {
    background-color: rgba(234,236,241,0.3);
    padding: 15px 10px;
    margin: 0 !important;
}

.index-demo1 .collection-slider .category-title {
    font-size: 18px;
}

.index-demo1 .collection-slider .category-item .counts {
    font-size: 13px;
}


/*----- Homepage Demo 2 -----*/
.index-demo2 h1, .index-demo2 .h1, .index-demo2 h2, .index-demo2 .h2, .index-demo2 h3,
.index-demo2 .h3, .index-demo2 h4, .index-demo2 .h4, .index-demo2 h5, .index-demo2 .h5,
.index-demo2 h6, .index-demo2 .h6, .index-demo2 .head-font {
    text-transform: uppercase;
}

.index-demo2 .btn {
    border-radius: 0 !important;
}

.index-demo2 .section-header h2 {
    color: #000000;
    margin-bottom: 0;
}

.index-demo2 .section-header p {
    color: #8c8c8c;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.index-demo2 .slideshow .ss-mega-title {
    font-size: 40px;
}

.index-demo2 .slideshow .ss-sub-title {
    font-size: 15px;
}

.index-demo2 .btn, .index-demo2 .btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

    .index-demo2 .btn:hover, .index-demo2 .btn-primary:hover,
    .index-demo2 .btn:focus, .index-demo2 .btn-primary:focus {
        color: #ff;
        background-color: #333;
        border-color: #333;
    }

.index-demo2 .btn-secondary {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}

    .index-demo2 .btn-secondary:hover,
    .index-demo2 btn-secondary:focus {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

.index-demo2 .wishlist-count, .index-demo2 .cart-count {
    background-color: #000000;
}

.index-demo2 .slideshow .ss-btnWrap .btn {
    font-size: 13px;
    padding: 12px 20px;
    min-width: 120px;
}

.index-demo2 .service-section {
    border-bottom: 1px solid #212121;
}

    .index-demo2 .service-section h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }

.index-demo2 .service-info.separate-line .service-wrap:not(:last-child) {
    border-color: #424242;
}

.index-demo2 .blog-article h2 {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px !important;
}

.index-demo2 .service-info .icon {
    height: auto;
    line-height: normal;
    background-color: transparent !important;
    border-radius: 0;
    margin-right: 10px;
}

.index-demo2 .service-section {
    background-color: #262626;
    padding: 40px 0;
}

.index-demo2 .footer-newsletter .input-group > .form-control, .index-demo2 .footer-newsletter .input-group > .btn {
    height: 50px;
}

.index-demo2 #site-scroll {
    background-color: #000000;
    box-shadow: none;
}

.index-demo2 .grid-products .item .product-image > a {
    border: 1px solid #eee;
}

.index-demo2 .grid-products .item .button-set-bottom .btn .icon {
    display: none;
}

.index-demo2 .newsletter-modal.style2 .title {
    font-size: 25px;
}


/*----- Homepage Demo 3 -----*/
.index-demo3 h1, .index-demo3 .h1, .index-demo3 h2, .index-demo3 .h2, .index-demo3 h3,
.index-demo3 .h3, .index-demo3 h4, .index-demo3 .h4, .index-demo3 h5, .index-demo3 .h5,
.index-demo3 h6, .index-demo3 .h6, .index-demo3 .head-font {
    color: #000000;
}

.index-demo3 .collection-banner-grid .large-bnr .details .title {
    color: #000000;
    font-size: 30px;
}

.index-demo3 .top-info-bar .item a:hover,
.index-demo3 .top-info-bar .item a:focus {
    color: #f4f4f4;
}

.index-demo3 .wishlist-count, .index-demo3 .cart-count {
    color: #ffffff;
    background-color: #000000;
}

.index-demo3 .cnrLangList li a:hover,
.index-demo3 .cnrLangList li a.active {
    color: #ffffff;
    background-color: #cb8161;
    border-color: #cb8161;
}

.index-demo3 .minicart-bottom .shipinfo .progress-bar {
    background-color: rgba(203,129,97,.7);
}

.index-demo3 .bg-light {
    background-color: rgba(238,231,228,0.4) !important;
    ;
}

.index-demo3 a:not(.btn):hover, .index-demo3 a:not(.btn):focus,
.index-demo3 .text-link:hover,
.index-demo3 #siteNav > li ul.dropdown li:hover > a,
.index-demo3 #siteNav > li ul.dropdown li a:hover,
.index-demo3 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
.index-demo3 #siteNav > li:hover > a,
.index-demo3 #siteNav > li > a:hover:hover,
.index-demo3 #siteNav > li > a:hover,
.index-demo3 .iconset .hdr-icon:hover,
.index-demo3 .qtyField .qtyBtn:hover,
.index-demo3 .minicart-bottom .subtotal .totalInfo .product-price,
.index-demo3 .product-price .old-price + .price,
.index-demo3 .minicart-content .item .remove:hover,
.index-demo3 .addtocart-modal .price,
.index-demo3 .social-sharing .btn:hover,
.index-demo3 #MobileNav li a:hover,
.index-demo3 #MobileNav li a:hover .icon,
.index-demo3 .footer .footer-top .footer-links .h4.active {
    color: #cb8161;
}

.index-demo3 #siteNav > li .megamenu li.lvl-1 li .site-nav:before,
.index-demo3 .product-availability .progress-bar,
.index-demo3 .footer-links a:before {
    background-color: #cb8161;
}

.index-demo3 .btn-secondary, .index-demo3 .btn-secondary:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

    .index-demo3 .btn-secondary:hover, .index-demo3 .footer-newsletter .input-group > .btn:hover {
        color: #ffffff;
        background-color: #cb8161;
        border-color: #cb8161;
    }

.index-demo3 .swatches li:hover,
.index-demo3 .swatches li.active,
.index-demo3 .filterBox .swatches li:hover,
.index-demo3 .filterBox .swatches li.active,
.index-demo3 .size-swatches li.active,
.index-demo3 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #cb8161,0 0 0 0px #fff inset;
}

.index-demo3 .footer-logo-links .social-icons li a:hover {
    border-color: #cb8161;
}

.index-demo3 .text-primary, .index-demo3 .pro-stockLbl .items, .index-demo3 .discount-badge .off {
    color: #cb8161 !important;
}

.index-demo3 .btn-primary, .index-demo3 #site-scroll {
    color: #ffffff;
    background-color: #cb8161;
    border-color: #cb8161;
}

    .index-demo3 .btn-primary:hover, .index-demo3 #site-scroll:hover {
        color: #ffffff;
        background-color: #b87558;
        border-color: #b87558;
    }

.index-demo3 .btn-outline-primary,
.index-demo3 .btn-outline-primary:focus {
    background-color: transparent;
    color: #cb8161;
    border-color: #cb8161;
}

    .index-demo3 .btn-outline-primary:hover {
        background-color: #cb8161;
        color: #ffffff;
        border-color: #cb8161
    }

.index-demo3 .model-thumbnail-img .list-inline-item.active img {
    border-color: #cb8161;
}

.index-demo3 .section-header h2 {
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
}

.index-demo3 .collection-banner-grid .col-lg-4 {
    width: 36%;
}

.index-demo3 .collection-banner-grid .col-lg-3 {
    width: 28%;
}

.index-demo3 .product-vendor {
    font-size: 12px;
    text-transform: uppercase;
}

.index-demo3 .testimonial-slider.style1 .testimonial-slide {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.index-demo3 .rounded-dots .slick-dots li button {
    border-color: #cb8161;
}

.index-demo3 .rounded-dots .slick-dots li.slick-active button {
    background-color: #cb8161;
}

.index-demo3 .collection-banner-grid .sale-banner .details .btn {
    color: #ffffff;
    background-color: #d8a28a;
    border-color: #d8a28a;
}

    .index-demo3 .collection-banner-grid .sale-banner .details .btn:hover {
        color: #ffffff;
        background-color: #bf8c76;
        border-color: #bf8c76;
    }

.index-demo3 .top-info-bar {
    background-color: #cb8161;
}

    .index-demo3 .top-info-bar .item a {
        font-size: 13px;
    }

    .index-demo3 .top-info-bar .item {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.index-demo3 .collection-banner-grid .collection-item .btn-lg {
    font-size: 18px;
    text-transform: uppercase !important;
    font-weight: 600;
    padding: 8px 20px;
    background-color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.8);
}

    .index-demo3 .collection-banner-grid .collection-item .btn-lg:hover {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.index-demo3 .testimonial-slider .authour {
    margin-bottom: 0 !important;
    text-transform: none !important;
}

.index-demo3 .testimonial-slider .text-muted {
    font-size: 13px;
}

.index-demo3 .newsletterbg {
    background-color: #cb8161;
    padding: 60px;
}

    .index-demo3 .newsletterbg label {
        font-size: 22px;
        text-transform: uppercase;
    }

    .index-demo3 .newsletterbg .news-icon img {
        max-width: 71px
    }

.index-demo3 .footer-newsletter .input-group > .form-control {
    padding-right: 155px;
    padding-left: 25px;
    height: 55px;
}

.index-demo3 .footer-newsletter .input-group > .btn {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 3;
    height: 43px;
}

.index-demo3 .footer-newsletter .news-icon {
    border-right: 1px solid #af6f54;
    padding-right: 30px;
    margin-right: 30px;
}

.index-demo3 .service-info .title {
    font-size: 16px !important;
    margin: 0 0 5px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.index-demo3 .service-info .icon {
    color: #cb8161;
    background-color: rgba(238, 231, 228, 0.36);
}


/*----- Homepage Demo 4 -----*/
.index-demo4 h1, .index-demo4 .h1, .index-demo4 h2, .index-demo4 .h2, .index-demo4 h3, .index-demo4 .h3, .index-demo4 h4, .index-demo4 .h4, .index-demo4 h5,
.index-demo4 .h5, .index-demo4 h6, .index-demo4 .h6, .index-demo4 .head-font {
    color: #000000;
}

.index-demo4 .wishlist-count, .index-demo4 .cart-count, .index-demo4 .select-wrap .select-ul li:hover {
    background-color: #000000;
    color: #ffffff;
}

.index-demo4 .top-header .left-brd > :not(:last-child) {
    border-color: rgba(255,255,255,0.4);
}

.index-demo4 #siteNav > li .megamenu li.lvl-1 li .site-nav:before, .index-demo4 .product-availability .progress-bar, .index-demo4 .footer-links a:before {
    background-color: #40667b;
}

.index-demo4 .swatches li:hover, .index-demo4 .swatches li.active,
.index-demo4 .filterBox .swatches li:hover, .index-demo4 .filterBox .swatches li.active,
.index-demo4 .size-swatches li.active, .index-demo4 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #ff6363,0 0 0 0px #fff inset;
}

.index-demo4 .text-primary {
    color: #cbff11 !important;
}

.index-demo4 .btn-primary, .index-demo4 #site-scroll {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}

    .index-demo4 .btn-primary:hover, .index-demo4 #site-scroll:hover {
        color: #ffffff;
        background-color: #3a3a3a;
        border-color: #3a3a3a;
    }

.index-demo4 .btn-secondary, .index-demo4 .button-set-top .btn-icon {
    color: #ffffff;
    background-color: #40667b;
    border-color: #40667b;
}

    .index-demo4 .btn-secondary:hover, .index-demo4 .btn-secondary:focus,
    .index-demo4 .button-set-top .btn-icon:hover, .index-demo4 .button-set-top .btn-icon:focus {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
    }

.index-demo4 .btn-outline-primary, .index-demo4 .btn-outline-primary:focus {
    background-color: transparent;
    color: #fca600;
    border-color: #fca600;
    border-radius: 0;
}

    .index-demo4 .btn-outline-primary:hover {
        background-color: #f4aa1b;
        color: #ffffff;
        border-color: #f4aa1b
    }

.index-demo4 .btn-brd {
    border-color: #000000;
    color: #000000;
    border-radius: 0;
}

.index-demo4 .slideshow .slideshow-content-in {
    margin-top: 85px;
}

.index-demo4 .slideshow .ss-btnWrap .btn {
    font-size: 15px;
    padding: 12px 25px;
}

.index-demo4 .brands-list .brands-logo a:hover, .index-demo4 .model-thumbnail-img .list-inline-item.active img {
    border-color: #3a3a3a;
}

.index-demo4 .top-header {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .index-demo4 .top-header a {
        color: #ffffff;
    }

.index-demo4 .rounded-dots .slick-dots li button {
    border-color: #ffffff;
}

.index-demo4 .rounded-dots .slick-dots li.slick-active button {
    background: #ffffff;
}

.index-demo4 .section-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.index-demo4 .section-header-right .btn {
    padding: 13px 25px;
}

.index-demo4 .minicart-content .item .product-title,
.index-demo4 .minicart-bottom {
    font-size: 14px;
}

.index-demo4 .slideshow .slick-arrow-dots .slick-arrow {
    display: none !important;
}

.index-demo4 .product-subtitle,
.index-demo4 .quickshop-modal .variant-cart,
.index-demo4 .addtocart-modal .variant-cart,
.index-demo4 .grid-products .product-vendor {
    color: #a5a5a5;
    font-size: 13px;
    text-transform: uppercase;
}

.index-demo4 .grid-products .product-name a {
    font-size: 15px;
    font-weight: 600 !important;
}

.index-demo4 .grid-products .product-price .price {
    font-size: 15px;
    font-weight: 600;
}

.index-demo4 .grid-products .addtocart-btn .btn {
    font-size: 13px;
    font-weight: 600;
}

    .index-demo4 .grid-products .addtocart-btn .btn i {
        display: none;
    }

.index-demo4 .grid-products .button-action {
    margin: 15px 0 0;
}

.index-demo4 .button-set-top .btn-icon {
    border-radius: 0 !important;
}

.index-demo4 .newsletter-section {
    margin-top: -6px;
}

    .index-demo4 .newsletter-section .newsletter-wrap {
        min-height: 266px;
        padding: 15px 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .index-demo4 .newsletter-section .newsletter-wrap .section-header p {
            font-size: 15px;
        }

.index-demo4 .footer .footer-top {
    color: #000000;
    background-color: #ffffff;
    border-color: #ddd;
}

.index-demo4 .footer .footer-bottom {
    color: #ffffff;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    padding: 20px 0;
}

.index-demo4 .footer .footer-top .h4 {
    font-size: 16px;
    font-weight: 700;
}

.index-demo4 .footer .footer-top .h4, .index-demo4 .footer .footer-top a {
    color: #000000;
}

.index-demo4 .footer .footer-bottom .social-icons li a {
    color: #ffffff;
}

    .index-demo4 .footer .footer-top a:hover, .index-demo4 .footer .footer-bottom .social-icons li a:hover {
        color: #40667b;
    }

.index-demo4 .section-clr {
    background-color: #f7f7f7;
}

.index-demo4 .section-header p {
    color: #a0a0a0;
    font-size: 15px;
    line-height: normal;
}

.index-demo4 .collection-banner-grid.two-bnr .details .title {
    font-size: 20px;
    font-weight: 700;
}

.index-demo4 .collection-banner-grid.two-bnr .details .subtitle {
    font-size: 13px;
}

.index-demo4 .slideshow .ss-mega-title {
    font-size: 50px;
    font-weight: 700;
}

.index-demo4 .slideshow .ss-small-title {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.index-demo4 .slideshow .ss-sub-title {
    font-size: 18px;
}

.index-demo4 #site-scroll {
    font-size: 24px;
}

.index-demo4 .product-availability .text-primary,
.index-demo4 .quickview-modal .text-primary {
    color: #e96f84 !important;
}

.header-4 #siteNav > li .dropdown, .header-4 #siteNav > li .dropdown ul, .header-4 #siteNav > li .megamenu {
    border-radius: 0 !important;
}

.index-demo4 .newsletter-modal .title {
    font-size: 28px;
    line-height: normal;
}

.index-demo4 .newsletter-modal .text {
    font-size: 16px;
}

.index-demo4 .service-info .icon {
    width: 50px;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index-demo4 .service-info .service-wrap:hover .icon {
    background-color: #171717;
    color: #ffffff;
}

.index-demo4 .service-info h6 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.index-demo4 .service-info p {
    font-size: 13px;
}

.index-demo4 .collection-slider .slick-dots li.slick-active button {
    background-color: #000000;
    border-color: #000000;
}

.index-demo4 .collection-slider .slick-dots li button {
    border-color: #000000;
}


/*----- Homepage Demo 5 -----*/
.index-demo5 .collection-slider.cs_1 {
    margin-top: -7px;
}

    .index-demo5 .collection-slider.cs_1 .category-title {
        color: #000000;
        text-transform: none;
        font-size: 17px;
    }

    .index-demo5 .collection-slider.cs_1 .category-item {
        position: relative;
        border: 5px solid #fff;
    }

    .index-demo5 .collection-slider.cs_1 .details {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.85);
        padding: 10px;
    }

.index-demo5 .collection-slider.section-text .category-title {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 700;
}

.index-demo5 .service-info .icon {
    font-size: 22px;
    background-color: #ffffff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index-demo5 .service-info .service-wrap:hover .icon {
    background-color: #000000;
    color: #ffffff;
}

.index-demo5 .category-item .counts {
    font-size: 13px;
}

.index-demo5 .top-promo-bar.style1 {
    background-color: #e05c0b;
}

    .index-demo5 .top-promo-bar.style1 .item a {
        color: #ffffff;
    }

.index-demo5 .wishlist-count, .index-demo5 .cart-count {
    font-size: 11px;
}

.index-demo5 .service-info .fs-5 {
    color: #000000;
    font-size: 15px !important;
    text-transform: uppercase;
}

.index-demo5 .section-header h2 {
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
}

.index-demo5 .collection-banner-grid.three-bnr .details .title {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.index-demo5 .collection-banner-grid .details.whiteText h3, .index-demo5 .collection-banner-grid .details.whiteText .small-title, .index-demo5 .collection-banner-grid .details.whiteText p {
    text-transform: uppercase;
}

.index-demo5 .grid-products .product-vendor {
    font-size: 12px;
    text-transform: uppercase;
}

.index-demo5 .grid-products .product-name a {
    font-size: 14px;
    font-weight: 500;
}

.index-demo5 .grid-products .product-price .price {
    font-size: 14px;
    font-weight: 600;
}

.index-demo5 .wishlist-count, .index-demo5 .cart-count,
.index-demo5 .select-wrap .select-ul li:hover {
    background-color: #e05c0b;
    color: #ffffff;
}

.index-demo5 .minicart-bottom .shipinfo .progress-bar {
    background-color: rgba(255,99,56,.7);
}

.index-demo5 .cnrLangList li a:hover, .index-demo5 .cnrLangList li a.active,
.index-demo5 .button-set .btn-icon:hover {
    color: #ffffff;
    background: #e05c0b;
    border-color: #e05c0b;
}

.index-demo5 a:not(.btn):hover, .index-demo5 a:not(.btn):focus,
.index-demo5 .text-link:hover, .index-demo5 .iconset .hdr-icon:hover,
.index-demo5 #siteNav > li:hover > a, .index-demo5 #siteNav > li > a:hover:hover,
.index-demo5 #siteNav > li > a:hover, .index-demo5 #siteNav > li ul.dropdown li:hover > a,
.index-demo5 #siteNav > li ul.dropdown li a:hover, .index-demo5 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
.index-demo5 .product-price .old-price + .price, .index-demo5 .minicart-bottom .subtotal .totalInfo .product-price,
.index-demo5 .minicart-content .item .remove:hover, .index-demo5 .qtyField .qtyBtn:hover, .index-demo5 .addtocart-modal .price,
.index-demo5 .footer.ftr-bg-black .footer-top a:hover, .index-demo5 .footer.ftr-bg-black .footer-middle a:hover,
.index-demo5 .footer .footer-top .footer-links .h4.active {
    color: #e05c0b;
}

.index-demo5 .mobileMenu-bg-black #MobileNav li a:hover,
.index-demo5 .mobileMenu-bg-black #MobileNav li a:hover .icon {
    color: #7bb5d8;
    opacity: 1;
}

.index-demo5 #siteNav > li .megamenu li.lvl-1 li .site-nav:before, .index-demo5 .product-availability .progress-bar, .index-demo5 .footer-links a:before {
    background-color: #e05c0b;
}

.index-demo5 .circle-dots .slick-dots li.slick-active button:after, .index-demo5 .slick-dots li.slick-active button {
    background-color: #e05c0b;
}

.index-demo5 .circle-dots .slick-dots li button {
    border-color: #e05c0b;
}

.index-demo5 .slick-dots li button {
    opacity: 0.9;
}

.index-demo5 .circle-dots .slick-dots li button::after {
    margin-left: -1px;
}

.index-demo5 .text-dark {
    color: #050505;
}

.index-demo5 .swatches li:hover, .index-demo5 .swatches li.active,
.index-demo5 .filterBox .swatches li:hover, .index-demo5 .filterBox .swatches li.active,
.index-demo5 .size-swatches li.active, .index-demo5 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #e05c0b,0 0 0 0px #ffffff inset;
}

.index-demo5 .text-primary {
    color: #e05c0b !important;
}

.index-demo5 .btn-primary, .index-demo5 #site-scroll, .index-demo5 .button-set .btn-icon {
    color: #ffffff;
    background-color: #7bb5d8;
    border-color: #7bb5d8;
}

    .index-demo5 .btn-primary:hover, .index-demo5 #site-scroll:hover, .index-demo5 .button-set .btn-icon:hover {
        color: #ffffff;
        background-color: #6dacd2;
        border-color: #6dacd2;
    }

.index-demo5 .btn-outline-primary,
.index-demo5 .btn-outline-primary:focus {
    background-color: transparent;
    color: #e05c0b;
    border-color: #e05c0b;
}

    .index-demo5 .btn-outline-primary:hover {
        background-color: #e05c0b;
        color: #ffffff;
        border-color: #e05c0b
    }

.index-demo5 .btn-secondary,
.index-demo5 .btn-secondary:focus {
    color: #ffffff;
    background-color: #e05c0b;
    border-color: #e05c0b;
}

    .index-demo5 .btn-secondary:hover {
        color: #ffffff;
        background-color: #d25407;
        border-color: #d25407;
    }

.index-demo5 .btn-brd {
    border-color: #fdde58;
    color: #fdde58;
}

.index-demo5 .brands-list .brands-logo a:hover,
.index-demo5 .model-thumbnail-img .list-inline-item.active img {
    border-color: #e05c0b;
}

.index-demo5 .section-clr {
    background-color: #f7f7f7;
}

.index-demo5 .blog-article h2 {
    font-size: 18px;
    text-transform: uppercase !important;
}

.index-demo5 .blog-article .blog-bottom a {
    font-size: 13px;
    font-weight: 700;
}

    .index-demo5 .blog-article .blog-bottom a i {
        vertical-align: middle;
    }

.index-demo5 .ftr-promo-bar {
    color: #ffffff;
    background-color: #d25407;
}

.index-demo5 .footer.ftr-bg-black .footer-top a:before {
    background-color: #e05c0b;
}

.index-demo5 .tab-slider-product .nav-tabs .nav-link, .index-demo5 .newsletter-modal .title {
    color: #000000;
}

    .index-demo5 .tab-slider-product .nav-tabs .nav-link:hover, .index-demo5 .tab-slider-product .nav-tabs .nav-link.active {
        color: #000000;
    }

.index-demo5 .top-info-bar {
    background-color: #7bb5d8;
}

.index-demo5 .tab-slider-product .nav-tabs.style1 .nav-link:after {
    background-color: #000000;
}

.index-demo5 .top-info-bar .slick-slide:not(:last-child) {
    border-right: 0;
}

.index-demo5 .top-info-bar {
    font-size: 18px;
}

    .index-demo5 .top-info-bar .item {
        padding-top: 25px;
        padding-bottom: 20px;
    }

.index-demo5 .footer-newsletter .input-group > .form-control,
.index-demo5 .footer-newsletter .input-group > .btn {
    height: 50px;
}

.index-demo5 .footer.ftr-bg-black .footer-top .h4 {
    font-size: 18px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.index-demo5 .three-bnr .sp-row {
    margin-left: -20px;
    margin-right: -20px;
}

.index-demo5 #page-content {
    margin-bottom: 0;
}


/*----- Homepage Demo 6 -----*/
.index-demo6 h1, .index-demo6 .h1, .index-demo6 h2, .index-demo6 .h2, .index-demo6 h3, .index-demo6 .h3, .index-demo6 h4, .index-demo6 .h4, .index-demo6 h5,
.index-demo6 .h5, .index-demo6 h6, .index-demo6 .h6, .index-demo6 .head-font {
    color: #333;
    text-transform: uppercase;
}

.index-demo6 .top-header {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}

    .index-demo6 .top-header.bg-white a:hover,
    .index-demo6 .top-header.bg-white .select-wrap.active {
        color: #f69c63;
    }

    .index-demo6 .top-header .left-brd > :not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
        border-right-color: #dddddd;
    }

.minisearch-inline .rgsearch-category,
.minisearch-inline .input-group-field,
.minisearch-inline .input-group-btn {
    height: 37px;
    line-height: normal;
    /* border: 1px solid #dddddd;*/
}

.minisearch-inline .input-group-btn {
    width: 45px;
    min-width: 45px;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    right: 0;
}

.header-6 .iconset .text {
    margin: 0;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
}

.header-6 .wishlist-count,
.header-6 .cart-count {
    background-color: #f69c63;
    right: 7px;
}

.header-6 .header-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-6 .menu-outer {
    position: relative;
    background-color: #f69c63;
    padding: 0 10px;
}

.header-6 #siteNav > li > a,
.header-6 .store-link {
    color: #ffffff;
}

    .header-6 #siteNav > li:hover > a,
    .header-6 #siteNav > li > a:hover:hover,
    .header-6 #siteNav > li > a:hover,
    .header-6 .menu-outer .store-link:hover,
    .header-6 .menu-outer .store-link:focus {
        color: #171717;
    }

.header-6 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
.header-6 #siteNav > li ul.dropdown li:hover > a,
.header-6 #siteNav > li ul.dropdown li a:hover,
.header-6 .iconset .icon-link:hover,
.header-6 .iconset .icon-link:hover .hdr-icon,
.header-6 .minisearch-inline .input-group-btn:hover {
    color: #f69c63;
}

.header-6 #siteNav > li .megamenu li.lvl-1 li .site-nav:before,
.header-6 #siteNav > li .megamenu .subLinks .site-nav:before {
    background-color: #f69c63;
}

.header-6.stickyNav {
    min-height: inherit;
}

    .header-6.stickyNav .header-main {
        display: none !important;
    }

    .header-6.stickyNav .main-menu-outer {
        background-color: #f69c63;
    }

.index-demo6 .minicart-bottom .shipinfo .progress-bar {
    background-color: rgba(246,156,99,.7);
}

.index-demo6 a:not(.btn):hover, .index-demo6 a:not(.btn):focus, .index-demo6 .text-link:hover, .index-demo6 .vertical-menu-content ul > li .nav-link:hover,
.index-demo6 .vertical-menu-content .megamenu li ul li a:hover,
.index-demo6 .vertical-menu-content .moreCategories:hover,
.index-demo6 .vertical-menu-content .sub-menu:hover > a:after,
.index-demo6 .vertical-menu-content ul > li:hover > a, .index-demo6 .vertical-menu-content li .dropdown li:hover > a,
.index-demo6 .vertical-menu-content li .dropdown li a:hover,
.index-demo6 .collection-slider .category-item:hover .category-title,
.index-demo6 .product-price .price,
.index-demo6 .product-price .old-price + .price,
.index-demo6 .minicart-bottom .subtotal .totalInfo .product-price,
.index-demo6 .minicart-content .item .remove:hover,
.index-demo6 .qtyField .qtyBtn:hover,
.index-demo6 .addtocart-modal .price,
.index-demo6 .social-sharing .btn:hover,
.index-demo6 .mobileMenu-bg-black #MobileNav li a:hover,
.index-demo6 .mobileMenu-bg-black #MobileNav li a:hover .icon,
.index-demo6 .footer .footer-top .footer-links .h4.active,
.index-demo6 .footer.footer-6 .footer-links a:hover {
    color: #f69c63;
    opacity: 1;
}

.index-demo6 .section-header .small-tlt {
    color: #a5a5a5;
}

.index-demo6 .product-availability .progress-bar,
.index-demo6 .footer-links a:before {
    background-color: #f69c63;
}

.index-demo6 .select-wrap .select-ul li:hover,
.index-demo6 .button-set-top .btn-icon {
    color: #ffffff;
    background-color: #f69c63;
}

    .index-demo6 .button-set-top .btn-icon:hover {
        color: #ffffff;
        background-color: #d9773b;
    }

.index-demo6 .swatches li:hover,
.index-demo6 .swatches li.active,
.index-demo6 .filterBox .swatches li:hover,
.index-demo6 .filterBox .swatches li.active,
.index-demo6 .size-swatches li.active,
.index-demo6 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #f69c63,0 0 0 0px #ffffff inset;
}

.index-demo6 .text-primary {
    color: #f69c63 !important;
}

.index-demo6 .btn-primary, .index-demo6 #site-scroll {
    color: #ffffff;
    background-color: #f69c63;
    border-color: #f69c63;
    border-radius: 4px;
}

    .index-demo6 .btn-primary:hover, .index-demo6 #site-scroll:hover {
        color: #ffffff;
        background-color: #d9773b;
        border-color: #d9773b;
    }

.index-demo6 .btn-secondary {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    border-radius: 4px;
}

    .index-demo6 .btn-secondary:hover, .index-demo6 .btn-secondary:focus {
        color: #ffffff;
        background-color: #222;
        border-color: #222;
    }

.index-demo6 .btn-outline-primary,
.index-demo6 .btn-outline-primary:focus {
    background-color: transparent;
    color: #f69c63;
    border-color: #f69c63;
}

    .index-demo6 .btn-outline-primary:hover {
        background-color: #f69c63;
        color: #ffffff;
        border-color: #f69c63
    }

.index-demo6 .brands-list .brands-logo a:hover,
.index-demo6 .model-thumbnail-img .list-inline-item.active img {
    border-color: #f69c63;
}

.index-demo6 .section-header h2 {
    font-size: 25px;
}

.index-demo6 .section-clr,
.index-demo6 .addtocart-modal .addcart-total {
    background-color: #faf8f6;
}

.index-demo6 .product-review .icon {
    color: #333333;
}

.index-demo6 .product-price .old-price {
    opacity: 1;
    color: #838383;
}

.index-demo6 .slideshow .ss-mega-title {
    color: #333333;
    font-size: 40px;
}

.index-demo6 .gemstone .category-item img {
    max-width: 80px;
}

.index-demo6 .featured-content .featured-text {
    padding: 70px;
}

.index-demo6 .featured-content .image img {
    height: 100%;
    object-fit: cover;
}

.index-demo6 .service-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent !important;
    color: #171717 !important;
}

.footer.footer-6 .footer-top, .footer.footer-6, .footer-6 .footer-top, .footer-6 .footer-bottom, .footer.footer-6 .footer-top .h4, .footer.footer-6 .footer-links a, .footer.footer-6 .footer-contact a, .footer-6 .payment-icons .icon {
    color: #333;
}

.index-demo6 .collection-banner-grid .details .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.index-demo6 .ftr-logoText img {
    max-width: 130px;
}

.index-demo6 .slideshow .ss-btnWrap {
    margin-top: 20px;
}

.index-demo6 .input-group > .form-control {
    border-radius: 4px 0 0 4px !important;
    border: 0 !important;
}

.index-demo6 .input-group > .btn {
    border-radius: 0 4px 4px 0 !important;
}

.index-demo6 #minicart-drawer .close-cart {
    margin-top: -7px;
}

.index-demo6 .footer-newsletter.icon-arrow .newsletter-input {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

.index-demo6 .footer-newsletter .input-group > .form-control, .index-demo6 .footer-newsletter .input-group > .btn {
    height: 45px;
}

.index-demo6 .slideshow .slideshow-content-in {
    max-width: max-content;
}

.index-demo6 .slideshow > .container .middle-left .slideshow-content-in {
    left: 30px;
}

.index-demo6 .slideshow > .container .middle-right .slideshow-content-in {
    right: 30px;
}


/*----- Homepage Demo 7 -----*/
.index-demo7 .btn.btn-small {
    padding: 10px 20px;
}

.index-demo7 .btn-outline-secondary {
    border-color: #2b7c63;
}

    .index-demo7 .btn-outline-secondary:hover, .index-demo7 .btn-outline-secondary:focus {
        background-color: #2b7c63;
        border-color: #2b7c63;
    }

.header-7 .header-main {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-7 .main-menu-outer {
    position: relative;
    background-color: #18604a;
}

.header-7 .header-vertical-menu .menu-title,
.header-7 .header-vertical-menu.toggle .vertical-menu-content {
    background-color: #23755c;
}

.header-7 #siteNav > li > a, .header-7 .store-link {
    color: #ffffff;
}

.header-7 #siteNav > li > a {
    line-height: 34px;
}

    .header-7 #siteNav > li:hover > a,
    .header-7 #siteNav > li > a:hover:hover,
    .header-7 #siteNav > li > a:hover,
    .header-7 .menu-outer .store-link:hover,
    .header-7 .menu-outer .store-link:focus {
        color: #f4f4f4;
    }

.header-7 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
.header-7 #siteNav > li ul.dropdown li:hover > a,
.header-7 #siteNav > li ul.dropdown li a:hover,
.header-7 .minisearch-inline .input-group-btn:hover {
    color: #2b7c63;
}

.header-7 .vertical-menu-content ul > li .nav-link,
.header-7 .vertical-menu-content .moreCategories {
    border-color: #1a7559;
}

    .header-7 .vertical-menu-content ul > li .nav-link:hover,
    .header-7 .vertical-menu-content .moreCategories:hover {
        color: #f4f4f4;
    }

.header-7 .vertical-menu-content .megamenu li ul li a:hover,
.header-7 .vertical-menu-content .sub-menu:hover > a:after,
.header-7 .vertical-menu-content li .dropdown li:hover > a,
.header-7 .vertical-menu-content li .dropdown li a:hover {
    color: #2b7c63;
}

.header-7 #siteNav > li .megamenu li.lvl-1 li .site-nav:before,
.header-7 .wishlist-count,
.header-7 .cart-count {
    background-color: #2b7c63;
}

.header-7.stickyNav {
    min-height: inherit;
}

    .header-7.stickyNav .header-main {
        display: none !important;
    }

.header-7 .iconset .iconCot {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    background: #f5f5f5;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

.header-7 .iconset .text {
    font-size: 13px;
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

    .header-7 .iconset .text small {
        color: #6c757d;
        font-size: 13px;
        font-weight: 500;
        display: block;
        line-height: normal;
    }

    .header-7 .iconset .text a {
        color: #6c757d;
    }

        .header-7 .iconset .text a:hover {
            color: #2b7c63;
        }

    .header-7 .iconset .text .price {
        font-size: 14px;
        font-weight: 600;
        display: block;
        line-height: normal;
    }

.header-7 .iconset:hover .iconCot {
    background-color: #2b7c63;
}

    .header-7 .iconset:hover .iconCot .hdr-icon {
        color: #ffffff;
    }

.index-demo7 h1, .index-demo7 h2, .index-demo7 h3, .index-demo7 h4, .index-demo7 h5, .index-demo7 h6 {
    color: #000000;
}

.index-demo7 .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

    .index-demo7 .top-header.bg-white a:hover,
    .index-demo7 .top-header.bg-white .select-wrap.active {
        color: #2b7c63;
    }

.index-demo7 .select-wrap .select-ul li:hover {
    color: #ffffff;
    background-color: #2b7c63;
}

.index-demo7 .slick-dots li.slick-active button,
.index-demo7 .product-availability .progress-bar {
    background: #60a103;
}

.index-demo7 .minicart-bottom .shipinfo .progress-bar {
    background-color: rgba(96,161,3,.7);
}

.index-demo7 a:not(.btn):hover, .index-demo7 a:not(.btn):focus,
.index-demo7 .minicart-content .item .remove:hover,
.index-demo7 .product-price .old-price + .price,
.index-demo7 .social-sharing .btn:hover {
    color: #60a103;
}

.index-demo7 .minicart-bottom .subtotal .totalInfo .product-price,
.index-demo7 .text-primary {
    color: #60a103 !important;
}

.index-demo7 .btn-primary, .index-demo7 #site-scroll {
    color: #ffffff;
    background-color: #60a103;
    border-color: #60a103;
}

    .index-demo7 .btn-primary:hover, .index-demo7 #site-scroll:hover {
        color: #ffffff;
        background-color: #528c01;
        border-color: #528c01;
    }

.index-demo7 .btn-outline-primary,
.index-demo7 .btn-outline-primary:focus {
    background-color: transparent;
    color: #60a103;
    border-color: #60a103;
}

    .index-demo7 .btn-outline-primary:hover {
        background-color: #60a103;
        color: #ffffff;
        border-color: #60a103
    }

.index-demo7 .swatches li:hover,
.index-demo7 .swatches li.active,
.index-demo7 .filterBox .swatches li:hover,
.index-demo7 .filterBox .swatches li.active,
.index-demo7 .size-swatches li.active,
.index-demo7 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #60a103,0 0 0 0px #ffffff inset;
}

.index-demo7 .brands-list .brands-logo a:hover,
.index-demo7 .model-thumbnail-img .list-inline-item.active img {
    border-color: #60a103;
}

.index-demo7 .footer.ftr-bg-black .footer-top a:hover,
.index-demo7 .footer.ftr-bg-black .footer-middle a:hover,
.index-demo7 .footer.ftr-bg-black .footer-bottom a:hover,
.index-demo7 .footer .footer-top .footer-links .h4.active {
    color: #60a103;
}

.index-demo7 .footer-links a:before {
    background-color: #e6e6e6;
}

.index-demo7 .footer.ftr-bg-black .footer-top a:before {
    background-color: #60a103;
}

.index-demo7 .section-clr {
    background-color: #ffffff;
    border-top: 1px solid #e9e9e9;
}

.index-demo7 .collection-banner-grid .details.middle-center {
    margin-top: 0;
}

.index-demo7 .slideshow .ss-mega-title {
    color: #000000;
    font-size: 40px;
}

.index-demo7 .slideshow {
    background: url('../images/slideshow/demo7-banner-overlay.jpg') repeat center;
    width: 100%;
    padding: 30px 0;
}

    .index-demo7 .slideshow .middle-right .slideshow-content-in {
        max-width: fit-content;
    }

.index-demo7 .category-item:hover .category-title {
    color: #2b7c63;
}

.index-demo7 .category-item .category-link {
    background: #f7f6f1;
    padding: 20px 20px 25px;
    display: block;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.index-demo7 .collection-banner-grid.onelarge-four-bnr .details .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase !important;
}

.index-demo7 .collection-banner-grid .collection-item.ctImg3 .details .btn,
.index-demo7 .collection-banner-grid .collection-item.ctImg4 .details .btn {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.3;
}

.index-demo7 .collection-banner-grid .collection-item.ctImg1 .details.bottom-right {
    right: 125px;
    bottom: 70px;
}

.index-demo7 .collection-banner-grid .details .small-title {
    font-size: 16px;
}

.index-demo7 .collection-banner-grid .sale-banner .details .btn {
    color: #ffffff;
    background-color: #60a103;
    border-color: #60a103;
}

    .index-demo7 .collection-banner-grid .sale-banner .details .btn:hover {
        color: #ffffff;
        background-color: #568e06;
        border-color: #568e06;
    }

.index-demo7 .tab-slider-product .nav-tabs .nav-link:hover,
.index-demo7 .tab-slider-product .nav-tabs.style1 .nav-link.active {
    color: #60a103;
}

.index-demo7 .tab-slider-product .nav-tabs.style1 .nav-link:after {
    background: #60a103;
}

.index-demo7 .hero-saleTime.dark.saleTime-circle .count-inner {
    background: #2b7c63;
    color: #ffffff;
    border-color: #2b7c63;
}

.index-demo7 .hero-btn {
    padding: 14px 40px 11px 40px;
}

.index-demo7 .ctg-bnr-wrap .ctg-title {
    font-size: 30px;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.index-demo7 .ctg-bnr-wrap .ctg-des {
    font-size: 20px;
    font-weight: 500;
}

.index-demo7 .newsletterbg {
    background-color: #18604a;
    color: #ffffff;
    padding: 30px 0;
}

    .index-demo7 .newsletterbg label {
        font-size: 24px;
        margin-bottom: 0;
    }

    .index-demo7 .newsletterbg .newsletter-submit, .index-demo7 .newsletterbg .newsletter-input {
        border-radius: 5px;
    }

    .index-demo7 .newsletterbg .info {
        font-size: 14px;
    }

.index-demo7 #site-scroll {
    font-size: 26px;
}

.index-demo7 .collection-banner-grid .details .title, .index-demo7 .collection-slider-5items .category-title, .index-demo7 .section-header h2 {
    color: #000000;
}

.index-demo7 .collection-slider-5items .category-title {
    text-transform: uppercase;
    font-weight: 700;
}

.index-demo7 .section-header h2 {
    font-size: 25px;
}

.index-demo7 .tab-slider-product .nav-tabs .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.index-demo7 .quickview-modal .product-action .addtocart .btn i {
    display: none;
}

.index-demo7 .pop_cate {
    border-top: 1px solid #e9e9e9;
}

.index-demo7 .quickshop-modal .product-form-submit .btn {
    padding-left: 20px;
    padding-right: 20px;
}


/*----- Homepage Demo 8 -----*/
.index-demo8 h1, .index-demo8 .h1, .index-demo8 h2, .index-demo8 .h2, .index-demo8 h3, .index-demo8 .h3, .index-demo8 h4, .index-demo8 .h4, .index-demo8 h5,
.index-demo8 .h5, .index-demo8 h6, .index-demo8 .h6, .index-demo8 .head-font {
    color: #000000;
}

.index-demo8 .top-header {
    background: #000000;
}

.index-demo8 .btn-primary {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0 !important;
}

    .index-demo8 .btn-primary:hover, .index-demo8 .btn-primary:focus {
        background-color: #222;
        color: #ffffff;
        border-color: #222;
    }

.index-demo8 .btn-secondary {
    background-color: #333;
    color: #ffffff;
    border: 1px solid #333;
    border-radius: 0 !important;
}

    .index-demo8 .btn-secondary:hover, .index-demo8 .btn-secondary:focus {
        background-color: #111;
        color: #ffffff;
        border-color: #111;
    }

.index-demo8 .btn-outline-light,
.index-demo8 .btn-outline-secondary {
    border-radius: 0 !important;
}

.index-demo8 .category-item .counts {
    font-size: 12px;
}

.index-demo8 .button-set.style2 .btn-icon:last-child,
.index-demo8 .button-set.style2 .btn-icon:first-child {
    border-radius: 0 !important;
}

.index-demo8 .button-set .btn-icon:hover {
    background-color: #000000;
}

.index-demo8 .wishlist-count, .index-demo8 .cart-count {
    background-color: #222;
}

.header-8 .header-main {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-8 .minisearch-inline {
    max-width: 260px;
}

    .header-8 .minisearch-inline .rgsearch-category,
    .header-8 .minisearch-inline .input-group-field,
    .header-8 .minisearch-inline .input-group-btn {
        height: 40px;
    }

    .header-8 .minisearch-inline .input-group-btn {
        border-left: 1px solid #dddddd;
        border-radius: 0;
    }

    .header-8 .minisearch-inline .input-group-field {
        padding-right: 50px;
    }

.header-8 .menu-outer {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0;
    padding-top: 0;
}

.index-demo8 .cnrLangList li a:hover, .index-demo8 .cnrLangList li a.active {
    background: #000000;
}

.index-demo8 .product-labels .lbl {
    border-radius: 0 !important;
}

.index-demo8 .category-item .details.box {
    background: #f6f6f6;
}

.index-demo8 .category-item .category-title {
    font-size: 16px;
    text-transform: uppercase;
}

.index-demo8 .featured-content .featured-details.large-font h2 {
    font-size: 25px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.index-demo8 .featured-content .featured-details.large-font .small-text {
    font-size: 15px;
    font-weight: 700;
}

.index-demo8 .section-header h2 {
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

    .index-demo8 .section-header h2:after {
        content: "";
        background-color: #000000;
        height: 2px;
        width: 30px;
        position: absolute;
        right: -45px;
        top: 50%;
    }

    .index-demo8 .section-header h2:before {
        content: "";
        background-color: #000000;
        height: 2px;
        width: 30px;
        position: absolute;
        left: -45px;
        top: 50%;
    }

.index-demo8 .collection-banner-grid .details .subtitle {
    margin: 10px 0 15px;
}

.index-demo8 .collection-banner-grid .details .btn {
    padding: 8px 16px;
}

.index-demo8 .grid-products .product-vendor {
    text-transform: uppercase;
}

.index-demo8 .grid-products .product-name a {
    font-weight: 500;
    text-transform: uppercase;
}

.index-demo8 .grid-products .product-price .price {
    font-weight: 500;
    text-transform: uppercase;
}

.index-demo8 .brands-list .brands-logo a {
    border: 1px solid #ddd;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.index-demo8 .newsletter-section .newsletter-wrap {
    min-height: 160px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .index-demo8 .newsletter-section .newsletter-wrap .section-header h2 {
        font-size: 22px;
    }

        .index-demo8 .newsletter-section .newsletter-wrap .section-header h2:before,
        .index-demo8 .newsletter-section .newsletter-wrap .section-header h2:after {
            display: none;
        }

.index-demo8 .newsletter-section .section-header p {
    color: #000000;
}

.index-demo8 .section-clr {
    background-color: #f6f6f6;
}

.index-demo8 .logo-section .section-clr {
    padding: 60px !important;
}

.index-demo8 #site-scroll {
    color: #ffffff;
    background: #000000;
}

    .index-demo8 #site-scroll:hover {
        color: #ffffff;
        background: #333333;
    }

.index-demo8 .collection-banner-grid .details .title {
    font-size: 20px;
}

.index-demo8 .one-banner-section .details {
    font-size: 20px;
}


/*----- Homepage Demo 9 -----*/
.index-demo9 h1, .index-demo9 .h1, .index-demo9 h2, .index-demo9 .h2, .index-demo9 h3, .index-demo9 .h3, .index-demo9 h4, .index-demo9 .h4,
.index-demo9 h5, .index-demo9 .h5, .index-demo9 h6, .index-demo9 .h6, .index-demo9 .head-font {
    color: #314662;
    font-weight: bold;
    text-transform: uppercase;
}

.index-demo9 .section-header h2 {
    font-size: 26px;
}

.index-demo9 .top-promo-bar.style1 {
    background-color: #3e516a;
}

    .index-demo9 .top-promo-bar.style1 .counter-inline .ht-count {
        color: #ffffff;
    }

.header-9 .header-main {
    background-color: #f8f8fa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-9 .minisearch-inline {
    max-width: 260px;
}

    .header-9 .minisearch-inline .input-group-btn {
        border-left: none;
    }

    .header-9 .minisearch-inline .input-group-field {
        padding-right: 50px;
    }

    .header-9 .minisearch-inline .rgsearch-category, .header-9 .minisearch-inline .input-group-field, .header-9 .minisearch-inline .input-group-btn {
        height: 40px;
    }

.header-9 #siteNav > li .dropdown, .header-9 #siteNav > li .dropdown ul, .header-9 #siteNav > li .megamenu {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.index-demo9 .section-header p, .index-demo9 .about-section .about-details .small-text {
    color: #a6b0bd;
    font-size: 18px;
    font-family: 'Edu VIC WA NT Beginner', cursive !important;
    font-weight: 400;
    margin: 0 0 10px;
}

.index-demo9 .top-info-bar .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.index-demo9 .top-promo-bar.style1 .item a {
    font-size: 12px;
}

.index-demo9 .wishlist-count,
.index-demo9 .cart-count,
.index-demo9 #siteNav > li .megamenu li.lvl-1 li .site-nav:before,
.index-demo9 .lookbook-shop .grid-lb .btn-shop-close:hover,
.index-demo9 .footer-links a:before {
    background-color: #f57c00;
}

.index-demo9 .footer-3 .newsletterbg {
    background-color: #3e516a;
    padding: 40px 0;
}

.index-demo9 .minicart-bottom .shipinfo .progress-bar {
    background-color: rgba(245,124,0,.7);
}

.index-demo9 .footer-logo-links .social-icons li a:hover {
    border-color: #f57c00;
}

.index-demo9 .cnrLangList li a:hover,
.index-demo9 .cnrLangList li a.active {
    color: #ffffff;
    border-color: #f57c00;
    background: #f57c00;
}

.index-demo9 a:not(.btn):hover,
.index-demo9 a:not(.btn):focus,
.index-demo9 .text-link:hover,
.index-demo9 #siteNav > li:hover > a,
.index-demo9 #siteNav > li > a:hover:hover,
.index-demo9 #siteNav > li > a:hover,
.index-demo9 #siteNav > li ul.dropdown li:hover > a,
.index-demo9 #siteNav > li ul.dropdown li a:hover,
.index-demo9 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
.index-demo9 .iconset .hdr-icon:hover,
.index-demo9 .minicart-content .item .remove:hover,
.index-demo9 .product-price .old-price + .price,
.index-demo9 .minicart-bottom .subtotal .totalInfo .product-price,
.index-demo9 .social-sharing .btn:hover,
.index-demo9 .footer .footer-top .footer-links .h4.active {
    color: #f57c00;
}

.index-demo9 #siteNav > li .megamenu li.lvl-1 a.lvl-1, .index-demo9 .footer .footer-top .h4 {
    color: #314662;
}

.index-demo9 .product-availability .progress-bar {
    background-color: #3e516a;
}

.index-demo9 .footer-3 .footer-newsletter .news-icon {
    border-color: #506075;
}

.index-demo9 .model-thumbnail-img .list-inline-item.active img {
    border-color: #f57c00;
}

.index-demo9 .footer-logo-links {
    background-color: #f7f7f7;
}

.index-demo9 .footer-3 .footer-top, .index-demo9 .footer-3 .footer-bottom {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
}

.index-demo9 .swatches li:hover,
.index-demo9 .swatches li.active,
.index-demo9 .filterBox .swatches li:hover,
.index-demo9 .filterBox .swatches li.active,
.index-demo9 .size-swatches li.active,
.index-demo9 .size-swatches li:hover {
    box-shadow: 0 0 0 1px #f57c00,0 0 0 0px #ffffff inset;
}

.index-demo9 .text-primary {
    color: #f57c00 !important;
}

.index-demo9 .btn-primary, .index-demo9 #site-scroll {
    color: #ffffff;
    background-color: #f57c00;
    border-color: #f57c00;
}

    .index-demo9 .btn-primary:hover, .index-demo9 #site-scroll:hover, .index-demo9 .footer-newsletter .input-group > .btn:hover {
        color: #ffffff;
        background-color: #ff9426;
        border-color: #ff9426;
        opacity: 1;
    }

.index-demo9 .btn-outline-primary,
.index-demo9 .btn-outline-primary:focus {
    background-color: transparent;
    color: #f57c00;
    border-color: #f57c00;
}

    .index-demo9 .btn-outline-primary:hover {
        background-color: #f57c00;
        color: #ffffff;
        border-color: #f57c00
    }

.index-demo9 .btn-secondary,
.index-demo9 .btn-secondary:focus {
    background-color: #3e516a;
    color: #ffffff;
    border: 1px solid #3e516a;
}

    .index-demo9 .btn-secondary:hover {
        background-color: #30507b;
        color: #ffffff;
        border-color: #30507b;
    }

.index-demo9 .minicart-content .item .product-title,
.index-demo9 .minicart-bottom {
    font-size: 14px;
}

.index-demo9 .collection-banners.four-bnr .btn-light {
    font-size: 18px;
    padding: 12px 25px;
    color: #3e516a;
    text-transform: uppercase !important;
}

.index-demo9 .collection-banners.four-bnr sup {
    font-size: 14px;
    top: -.5em;
    left: .2rem;
}

.index-demo9 .collection-banners.four-bnr .zoom-scal:before {
    background-color: rgba(0,0,0,0.3);
}

.index-demo9 .collection-banners.four-bnr .collection-item:hover .btn-light {
    background-color: #f57c00;
    color: #ffffff;
    border-color: #f57c00;
}

.index-demo9 .top-info-bar {
    background-color: #3e516a;
}

.index-demo9 .section-clr {
    background-color: #f7f9fb;
}

.index-demo9 .product-collection .collection-banner-grid.two-bnr .details {
    max-width: 310px;
}

.index-demo9 .collection-banner-grid.two-bnr .details {
    max-width: 380px;
    margin-bottom: 0;
    padding-bottom: 26px;
}

    .index-demo9 .collection-banner-grid.two-bnr .details .btn {
        padding: 13px 30px 12px 30px;
        margin-top: 6px;
    }

.index-demo9 .testimonial-slider.style1 .testimonial-slide {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.index-demo9 .testimonial-slider .slick-arrow {
    display: none !important;
}

.index-demo9 .testimonial-slider .content {
    font-size: 18px;
}

.index-demo9 .grid-products .product-name a {
    font-size: 15px;
    font-weight: 500;
}

.index-demo9 .grid-products .product-price .price {
    font-size: 15px;
}

.index-demo9 .grid-products .button-set-top .btn-icon {
    color: #ffffff;
    background-color: #3e516a;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

    .index-demo9 .grid-products .button-set-top .btn-icon:hover {
        color: #ffffff;
        background-color: #f57c00;
    }

.index-demo9 .footer-3 .footer-newsletter .news-text {
    font-size: 14px;
}

.index-demo9 .service-info .service-content h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.index-demo9 .collection-banner-grid.two-bnr .details .title {
    font-size: 22px;
}

.index-demo9 .footer-3 .footer-logo-links {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-9 .payment-icons .icon {
    color: #646464;
}


/*----- Homepage Demo 10 -----*/
.header-10 {
    background-color: #090909;
}

    .header-10 .iconset .hdr-icon, .header-10 #siteNav > li > a {
        color: #ffffff;
    }

        .header-10 #siteNav > li:hover > a, .header-10 #siteNav > li > a:hover:hover, .header-10 #siteNav > li > a:hover, .header-10 #siteNav > li ul.dropdown li:hover > a, .header-10 #siteNav > li ul.dropdown li a:hover {
            color: #fc4f4f;
        }

    .header-10 .wishlist-count, .header-10 .cart-count {
        background-color: #fc4f4f;
    }

    .header-10 .cnrLangList li a, .header-10 #siteNav > li .dropdown, .header-10 #siteNav > li .dropdown ul, .header-10 #siteNav > li .megamenu, .header-10 #settingsBox, .header-10 #accountBox {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }

        .header-10 .cnrLangList li a:hover, .header-10 .cnrLangList li a.active {
            background-color: #fc4f4f;
            border-color: #fc4f4f;
        }

.index-demo10 h1, .index-demo10 .h1, .index-demo10 h2, .index-demo10 .h2, .index-demo10 h3,
.index-demo10 .h3, .index-demo10 h4, .index-demo10 .h4, .index-demo10 h5, .index-demo10 .h5,
.index-demo10 h6, .index-demo10 .h6, .index-demo10 .head-font {
    color: #000000;
    text-transform: uppercase;
}

.index-demo10 a:hover, .index-demo10 a:focus {
    color: #fc4f4f;
}

.index-demo10 .btn, .index-demo10 .btn-primary {
    color: #ffffff;
    background-color: #fc4f4f;
    border-color: #fc4f4f;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

    .index-demo10 .btn:hover, .index-demo10 .btn-primary:hover,
    .index-demo10 .btn:focus, .index-demo10 .btn-primary:focus {
        color: #ffffff;
        background-color: #f23636;
        border-color: #f23636;
    }

.index-demo10 .one-banner-section .bg-size {
    min-height: 173px;
}

.index-demo10 .home-blog-post .blog-article .blog-content {
    background-color: #f9f7f5;
}

.index-demo10 .blog-article .publish-detail li {
    font-size: 14px;
}

.index-demo10 .newsletter-section .newsletter-wrap {
    min-height: 200px;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-demo10 .newsletter-section .section-header p {
    color: #333333;
    font-size: 14px;
}

.index-demo10 .slideshow .ss-mega-title,
.index-demo10 .home-blog-post .blog-content h2 a:not(:hover) {
    color: #000000;
}

.index-demo10 .btn-secondary, .index-demo10 .btn-secondary:focus {
    background-color: #090909;
    color: #ffffff;
    border: 1px solid #090909;
}

    .index-demo10 .btn-secondary:hover {
        background-color: #444444;
        color: #ffffff;
        border-color: #444444;
    }

.index-demo10 .slideshow-large .slideshow-wrap {
    height: 800px;
}

.index-demo10 .collection-slider .category-item .category-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.index-demo10 .collection-slider-section2 .category-item .category-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.index-demo10 .category-item .details.box {
    background-color: #060606;
    color: #ffffff;
}

.index-demo10 .collection-slider .category-item:hover a {
    color: #fc4f4f;
}

.index-demo10 .collection-slider .category-item .pr-2 {
    padding-right: 20px;
}

.index-demo10 .collection-slider .category-item .btn {
    border-radius: 100px !important;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0 !important;
}

.index-demo10 .section-header h2 {
    font-size: 24px;
    font-weight: 800;
}

.index-demo10 .section-clr {
    background-color: #efefef;
}

.index-demo10 .button-set-top .btn-icon {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-color: #090909;
}

    .index-demo10 .button-set-top .btn-icon:hover {
        background-color: #222;
    }

.index-demo10 .blog-article h2 {
    font-size: 17px;
    font-weight: 700;
}

.index-demo10 .blog-article .text-link i {
    vertical-align: middle;
    margin-top: -3px;
}

.index-demo10 .service-section {
    background-color: #090909 !important;
}

    .index-demo10 .service-section h6 {
        font-size: 13px;
    }

.index-demo10 .service-info.separate-line .service-wrap:not(:last-child) {
    border-right: 1px solid #535353;
}

.index-demo10 #site-scroll {
    color: #ffffff;
    background-color: #f23636;
    border-color: #f23636;
}

    .index-demo10 #site-scroll:hover {
        color: #ffffff;
        background-color: #f23636;
    }

.index-demo10 .ftr-promo-bar {
    color: #ffffff;
    background-color: #f23636;
}

.index-demo10 .featured-content .featured-details.large-font .dec {
    font-size: 15px;
}

.index-demo10 .collection-banner-grid .sale-banner .details .title {
    font-size: 30px;
}

.index-demo10 .ftr-promo-bar {
    padding-top: 25px;
    padding-bottom: 25px;
}

.index-demo10 .mini-product .column-ttl {
    font-size: 20px;
    font-weight: 700;
}

    .index-demo10 .mini-product .column-ttl:after {
        background-color: #000000;
        width: 50px;
    }

.index-demo10 .section-clr.mini-product .mini-list-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.index-demo10 .service-info .icon {
    background-color: transparent !important;
    height: auto;
    line-height: normal;
}

.index-demo10 .tab-slider-product .nav-tabs .nav-link {
    text-transform: none;
    font-weight: 500;
}

.footer-10.footer.ftr-bg-black .footer-top,
.footer-10.footer.ftr-bg-black .footer-bottom {
    background-color: #090909;
    border-color: #1e1e1e;
}

    .footer-10.footer.ftr-bg-black .footer-top .h4 {
        font-weight: 700;
    }


/*----- Homepage Demo 11 -----*/
.index-demo11 {
    background-color: #f1f3f7;
}

    .index-demo11 h1, .index-demo11 .h1, .index-demo11 h2, .index-demo11 .h2, .index-demo11 h3, .index-demo11 .h3, .index-demo11 h4, .index-demo11 .h4,
    .index-demo11 h5, .index-demo11 .h5, .index-demo11 h6, .index-demo11 .h6, .index-demo11 .head-font { /*font-family: 'Roboto Condensed', sans-serif;*/
        color: #171717;
        font-weight: 600;
        text-transform: none;
    }

    .index-demo11 .btn {
        text-transform: none;
    }

    .index-demo11 .btn-primary {
        background-color: #148765;
        color: #ffffff;
        border-color: #097c5a;
    }

        .index-demo11 .btn-primary:hover, .index-demo11 .btn-primary:focus {
            background-color: #171717;
            color: #ffffff;
            border-color: #171717;
        }

    .index-demo11 .btn-secondary {
        background-color: #171717;
        color: #ffffff;
        border-color: #171717;
    }

        .index-demo11 .btn-secondary:hover, .index-demo11 .btn-secondary:focus {
            background-color: #148765;
            color: #ffffff;
            border-color: #148765;
        }

    .index-demo11 .text-link:hover {
        color: #148765;
    }

    .index-demo11 .border {
        border: 1px solid #ffffff !important;
    }

    .index-demo11 .text-primary {
        color: #06976c !important;
    }

    .index-demo11 .container {
        max-width: 1400px;
    }

    .index-demo11 .slick-arrow {
        background-color: transparent;
        border-radius: 5px;
    }

        .index-demo11 .slick-arrow:hover {
            background-color: #d9d9d9;
        }

.header-11.top-header {
    background: #f4f4f4;
    color: #171717;
    border-bottom: 1px solid #ececec;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    /* border-bottom: 1px solid #a0cbb9;*/
}

.header-11, .header-11 .main-menu-outer.is-fixed {
    background: #ffffff;
    min-height: inherit;
}

    .header-11 .header-main {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .header-11 .minisearch-inline .input-group-field,
    .header-11 .minisearch-inline .rgsearch-category { /*border-color: #fff;*/
    }

    .header-11 .minisearch-inline .rgsearch-category {
        border-right-color: #dddddd;
        width: 150px;
    }

    .header-11 .main-menu-outer {
        background-color: #075840;
    }

    .header-11 #siteNav > li > a {
        color: #ffffff;
    }

    .header-11 #siteNav > li > a {
        line-height: 38px;
        text-transform: none;
    }

        .header-11 #siteNav > li:hover > a,
        .header-11 #siteNav > li > a:hover:hover,
        .header-11 #siteNav > li > a:hover {
            color: #f4f4f4;
        }

    .header-11 #siteNav > li .megamenu li.lvl-1 li .site-nav:hover,
    .header-11 #siteNav > li ul.dropdown li:hover > a,
    .header-11 #siteNav > li ul.dropdown li a:hover,
    .header-11 .minisearch-inline .input-group-btn:hover {
        color: #148765;
    }

    .header-11 #siteNav > li .megamenu .subLinks .site-nav:before {
        background-color: #148765;
    }

    .header-11 #siteNav > li .megamenu .menu-title {
        text-transform: none;
    }

    .header-11 .header-vertical-menu {
        max-width: calc(100% - 18px);
    }

    .header-11 .main-menu-outer:not(.is-fixed) .header-vertical-menu.toggle .vertical-menu-content { /*display: none !important;*/
    }

    .header-11 .iconset .iconCot {
        position: relative;
    }

    .header-11 .iconset .hdr-icon, .header-11 .discount-banner .icon {
        color: #26835c;
        font-size: 28px;
    }

    .header-11 .iconset:hover .hdr-icon, .header-11 .discount-banner:hover .icon {
        color: #d5d5d5;
    }

    .header-11 .iconset .text, .header-11 .discount-banner .text {
        color: #404040;
        font-size: 13px;
        margin-left: 15px;
        /*line-height: 1.1;*/
    }

        .header-11 .iconset .text small, .header-11 .discount-banner small {
            color: #171717;
            font-size: 14px;
            font-weight: 600;
            display: block;
            line-height: normal;
        }

    .header-11 .wishlist-count,
    .header-11 .cart-count {
        background-color: #075840;
        color: #FFF;
        right: -10px;
        top: -10px;
        width: 18px;
        height: 21px;
        font-size: 12px;
        font-weight: 600;
    }

.index-demo11 .header-vertical-menu .menu-title {
    background-color: #047c59;
    text-transform: none;
}

.index-demo11 .header-vertical-menu .vertical-menu-content {
    background-color: #ffffff;
    border: 1px solid #cfcece;
    box-shadow: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index-demo11 .vertical-menu-content .megamenu .sub-menu-title {
    font-weight: bold;
}

.index-demo11 .vertical-menu-content ul > li .nav-link,
.index-demo11 .vertical-menu-content .moreCategories {
    border-bottom-color: #dee2e6;
}

.index-demo11 .vertical-menu-content ul > li .nav-link,
.index-demo11 .vertical-menu-content .moreCategories {
    color: #171717;
    font-size: 14px;
    text-transform: capitalize;
}

    .index-demo11 .vertical-menu-content ul > li .nav-link:hover,
    .index-demo11 .vertical-menu-content .moreCategories:hover,
    .index-demo11 .vertical-menu-content .megamenu li ul li a:hover,
    .index-demo11 .vertical-menu-content .sub-menu:hover > a:after,
    .index-demo11 .vertical-menu-content li .dropdown li:hover > a,
    .index-demo11 .vertical-menu-content li .dropdown li a:hover {
        color: #148765;
    }

.index-demo11 .vertical-menu-content .has-submenu > a:after, .index-demo11 .vertical-menu-content .sub-menu > a:after {
    right: 30px;
}

.index-demo11 .slideshow { /*padding-top: 30px;*/
}

    .index-demo11 .slideshow .header-vertical-menu .vertical-menu-content {
        display: block !important;
        margin: -30px 0 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

.index-demo11 .slideshow-medium .slideshow-wrap { /*height: 600px; */
    height: 400px;
}

.index-demo11 .slideshow .ss-small-title {
    font-size: 16px;
    margin: 0 0 5px;
    font-family: 'Poppins', sans-serif;
}

.index-demo11 .slideshow picture img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.index-demo11 .section-header h2 {
    font-size: 21px;
    font-weight: 600;
}

.index-demo11 .section-header p {
    font-size: 16px;
}

.index-demo11 .section-header .btn-link {
    color: #148765;
    font-size: 15px;
}

    .index-demo11 .section-header .btn-link:hover {
        color: #171717;
    }

    .index-demo11 .section-header .btn-link .icon {
        font-size: 20px;
    }

.index-demo11 .section-header .salecountdown {
    /*background-color: #148765;*/
    background-color: transparent;
    border: 1px solid #9fbbb3;
    color: #ffffff;
    padding: 2px 15px 2px;
}

.index-demo11 .section-header .sale-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 0 0;
    font-family: 'Poppins', sans-serif;
}

.index-demo11 .section-header .saleTime {
    position: static;
    box-shadow: none;
    display: flex;
}

    .index-demo11 .section-header .saleTime span > span {
        background: transparent;
        color: #0b644a;
        font-size: 15px;
        line-height: normal;
        margin: 0;
        padding: 0;
        display: flex;
        max-width: inherit;
        min-width: inherit;
    }

    .index-demo11 .section-header .saleTime .ht-count:not(:last-child) .count-inner {
        border-bottom: none;
    }

        .index-demo11 .section-header .saleTime .ht-count:not(:last-child) .count-inner:after {
            content: ":";
            margin: 0 8px;
        }

    .index-demo11 .section-header .saleTime span > span.text {
        display: none;
    }

.index-demo11 .our-service-section .service-icon {
    min-width: 64px;
}

.index-demo11 .our-service-section h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.index-demo11 .tab-slider-product .section-header {
    margin-bottom: 15px;
}

.index-demo11 .tab-slider-product .nav-tabs .nav-link {
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    margin: 0 10px;
}

.index-demo11 .tab-slider-product .nav-tabs.style1 .nav-link:after {
    bottom: -3px;
    background: #171717;
}

.index-demo11 .product-vendor {
    font-size: 14px;
    text-transform: none;
}

.index-demo11 .grid-products .item .product-box,
.index-demo11 .testimonial-slider.style1 .testimonial-slide,
.index-demo11 .blog-article {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #dddddd !important;
    margin-bottom: 10px;
}

    .index-demo11 .grid-products .item .product-box:hover,
    .index-demo11 .testimonial-slider.style1 .testimonial-slide:hover,
    .index-demo11 .blog-article:hover {
        border-color: #14876594 !important;
    }

.index-demo11 .grid-products .item .product-details {
    padding: 10px 10px;
}

    .index-demo11 .grid-products .item .product-details .product-name {
        /* border-bottom: 1px dashed #dddddd;*/
        padding-bottom: 5px;
        margin-bottom: 0px;
        /*margin-bottom: 10px;*/
    }

.index-demo11 .grid-products .item .product-name a { /*font-family: 'Roboto Condensed', sans-serif;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
    max-height: 37px;
    text-align: left;
}

.index-demo11 .product-price {
    font-weight: 500;
}
    /*.index-demo11 .product-price .old-price + .price { color: #1b795d; }*/
    .index-demo11 .product-price .price {
        color: #1b795d;
        margin-bottom: 0;
        font-family: Arial;
    }

        .index-demo11 .product-price .price span {
            font-size: 12px;
        }

    .index-demo11 .product-price .old-price {
        color: #4e4d4d;
        margin-bottom: 5px;
        font-family: Arial;
    }

        .index-demo11 .product-price .old-price span {
            color: #1b795d;
            text-decoration: none;
        }

.header-11 .grid-products .item .product-image img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-delivery-time {
    font-size: 12px;
    color: #235849;
    margin: 7px 0 0;
    background-color: #f0f9f3;
    padding: 5px;
}

.button-set-top.style11 .btn-icon {
    background-color: #171717;
    color: #ffffff;
}

    .button-set-top.style11 .btn-icon:hover {
        background-color: #148765;
        color: #ffffff;
    }

.button-bottom-action.style11 {
    justify-content: center;
    position: relative;
    padding: 0;
    margin-top: 0px;
    width: auto;
    display: inline-flex;
}

    .button-bottom-action.style11 .btn {
        padding: 3px 10px;
        /* margin-left: 5px;
        margin-right: 5px;*/
        font-weight: 500;
        font-size: 12px;
    }

    .button-bottom-action.style11 .btn-icon {
        background-color: #171717;
        color: #ffffff;
        border-color: #171717;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
    }

        .button-bottom-action.style11 .btn-icon:hover {
            background-color: #148765;
            color: #ffffff;
            border-color: #148765;
        }

.index-demo11 .product-availability .progress-bar {
    background-color: #adadadb8;
}

.index-demo11 .collection-banner-grid .details .title {
    font-size: 24px;
    text-transform: none;
}

.index-demo11 .collection-banner-grid .details .price-amount {
    font-size: 18px;
    font-weight: bold;
}

.video-section .video-embed {
    position: relative;
    height: 310px;
    overflow: hidden;
}

    .video-section .video-embed video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.video-section .bg-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.25;
    z-index: 3;
}

.video-section .small-title {
    font-size: 15px;
}

.video-section .title {
    font-size: 30px;
}

.video-section .sub-title {
    font-size: 18px;
}

.video-section .btn-lg {
    padding: 5px 15px;
}

.index-demo11 .blog-article .blog-tag,
.index-demo11 .blog-article .publish-detail li {
    font-size: 14px;
}

.index-demo11 .brands-list .brands-logo a:hover {
    border-color: #148765;
}

.index-demo11 #site-scroll {
    color: #ffffff;
    background: #148765;
}

    .index-demo11 #site-scroll:hover {
        color: #ffffff;
        background: #171717;
    }

.footer-11.footer.ftr-bg-black .footer-top {
   /* background-color: #d8f3eb;*/
    background-color: #f1f1f1;
    color: #666666;
}

    .footer-11.footer.ftr-bg-black .footer-top .h4 {
        font-size: 17px;
    }

.footer-11.footer.ftr-bg-black .footer-bottom {
    background-color: #03241a;
    color: #ffffff;
    border-color: #0b5640;
    padding: 20px 0;
}

.footer-11.footer.ftr-bg-black .payment-icons .icon {
    color: #ffffff;
}

.footer-11 .phone-info .phone-text a {
    font-size: 16px;
}

.footer-11 .phone-info .phone-icon {
    font-size: 30px;
}

.footer-11 .service-section {
   /* background-color: #c2e7dc;*/
    background-color: #e5e5e5;
    color: #111;
    /* margin-top: 40px;*/
}

.footer-11 .service-info .icon {
    color: #148765;
    font-size: 30px;
}

.footer-11 .service-info .service-wrap:hover .icon {
    color: #111;
    opacity: 0.8;
}

.footer-11 .footer-newsletter .input-group > .form-control,
.footer-11 .footer-newsletter .input-group > .btn {
    height: 50px;
    font-size: 14px;
}

.footer-11 .footer-newsletter.icon-arrow .newsletter-submit {
    width: 50px;
}

/*----- Homepage Demo 11 -----*/
.index-demo12 .btn-primary {
    background-color: #d12a29;
    color: #ffffff;
    border-color: #d12a29;
}

    .index-demo12 .btn-primary:hover, .index-demo12 .btn-primary:focus {
        background-color: #2d6060;
        color: #ffffff;
        border-color: #2d6060;
    }

.index-demo12 .btn-secondary {
    background-color: #2d6060;
    color: #ffffff;
    border-color: #2d6060;
}

    .index-demo12 .btn-secondary:hover, .index-demo12 .btn-secondary:focus {
        background-color: #d12a29;
        color: #ffffff;
        border-color: #d12a29;
    }

.index-demo12 .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.index-demo12 .btn-brd {
    border-bottom-color: #2d6060;
    color: #2d6060;
}

    .index-demo12 .btn-brd:hover {
        border-bottom-color: #d12a29;
        color: #d12a29;
    }

.header-12 .classicHeader.header.is-fixed {
    background-color: #2d6060;
}

.header-12 .wishlist-count, .header-12 .cart-count {
    color: #171717;
    background-color: #ffffff;
}

.index-demo12 .section-header p {
    color: #6c757d;
    font-size: 14px;
    font-family: inherit;
}

.index-demo12 .saleTime {
    border-radius: 5px;
    overflow: hidden;
}

.index-demo12 .product-price {
    font-weight: 500;
}

    .index-demo12 .product-price .old-price + .price {
        color: #2d6060;
    }

.index-demo12 .grid-products .product-box.border,
.index-demo12 .service-section .service-info .box.border,
.index-demo12 .blog-article.border {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .index-demo12 .grid-products .product-box.border:hover,
    .index-demo12 .service-section .service-info .box.border:hover,
    .index-demo12 .blog-article.border:hover {
        border-color: #2d6060 !important;
    }

.index-demo12 .button-set-top .btn-icon {
    color: #ffffff;
    background-color: #2d6060;
}

    .index-demo12 .button-set-top .btn-icon:hover {
        color: #ffffff;
        background-color: #d12a29;
    }

.index-demo12 .product-availability .progress-bar {
    background-color: #2d6060;
}

.index-demo12 .collection-banner-grid .btn-brd.btn-light {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

    .index-demo12 .collection-banner-grid .btn-brd.btn-light:hover {
        opacity: 0.8;
    }

.index-demo12 .collection-banner-grid .btn-brd {
    border-bottom-color: #000000;
    color: #000000;
}

    .index-demo12 .collection-banner-grid .btn-brd:hover {
        opacity: 0.8;
    }

.index-demo12 .marquee-text {
    background-color: #ffffff;
    color: #171717;
    font-size: 18px;
}

    .index-demo12 .marquee-text .top-info-bar a {
        color: #171717;
    }

        .index-demo12 .marquee-text .top-info-bar a span:nth-child(2n+1) {
            color: #d12a29;
        }

        .index-demo12 .marquee-text .top-info-bar a span {
            padding: 0;
            position: relative;
        }

            .index-demo12 .marquee-text .top-info-bar a span:after {
                content: "";
                width: 10px;
                height: 10px;
                border: 1px solid #171717;
                border-radius: 50%;
                display: inline-block;
                margin: 0 40px;
            }

.index-demo12 .service-info .service-wrap .icon {
    font-size: 35px;
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent;
}

.index-demo12 .service-info .service-wrap:hover .icon {
    background-color: transparent;
    color: #171717;
}

.index-demo12 .featured-content.style1 .light-primary-bg .content-wrap {
    background-color: rgba(209,42,41,0.12);
}

.index-demo12 .featured-content.style1 .light-secondary-bg .content-wrap {
    background-color: rgba(45,96,96,0.12);
}

.index-demo12 .lookbook-grid .lookbook-caption.mainclr {
    background: rgba(209,42,41,0.77);
}

.index-demo12 .input-group > .form-control,
.index-demo12 .input-group > .btn {
    height: 50px;
}

.index-demo12 .newsletter-section img {
    object-fit: cover;
    min-height: 250px;
}

.index-demo12 .newsletter-section .newsletter-wrap {
    max-width: 600px;
    width: 100%;
}

.index-demo12 #site-scroll {
    color: #ffffff;
    background: #d12a29;
}

    .index-demo12 #site-scroll:hover {
        color: #ffffff;
        background: #2d6060;
    }

.footer-12.footer.ftr-bg-black .footer-top {
    background-color: #2d6060;
    color: #ffffff;
}

    .footer-12.footer.ftr-bg-black .footer-top .h4 {
        font-size: 17px;
    }

.footer-12.footer.ftr-bg-black .footer-bottom {
    background-color: #2d6060;
    color: #ffffff;
    border-color: rgba(255,255,255,0.1);
}

.footer-12.footer.ftr-bg-black .payment-icons .icon {
    color: #ffffff;
}

/* Christmas Shower */
.falling-snow {
    position: relative;
}

    .falling-snow.style1:before {
        background-color: transparent;
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
        background-image: url(../images/icons/snowballs-sm.png),url(../images/icons/snowballs-lg.png),url(../images/icons/snowballs-md.png);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-animation: falling-down-snow 10s linear infinite;
        -moz-animation: falling-down-snow 12s linear infinite;
        -ms-animation: falling-down-snow 10s linear infinite;
        animation: falling-down-snow 10s linear infinite;
    }

@keyframes falling-down-snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 0 700px, 0 500px, 0 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}


/*======================================================================
  10. Blog Pages
========================================================================*/
.search-form {
    position: relative;
}

    .search-form .search-input {
        padding-right: 35px;
    }

    .search-form .search-btn {
        border: none;
        padding: 0;
        margin: -1px 0 0;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 1;
    }

        .search-form .search-btn:hover {
            color: #e96f84;
        }

.toolbar-wrapper {
    margin: 0 0 50px;
    /* padding-bottom: 15px; */
    background: #ffffff;
    padding: 8px;
}

    .toolbar-wrapper .search-form {
        max-width: 300px;
        width: 100%;
    }

    .toolbar-wrapper select {
        height: 30px;
        line-height: 12px;
        min-width: 65px;
    }

.blog-article .featured-image {
    position: relative;
    margin: 0 0 20px;
}

.blog-article .blog-tag {
    font-size: 13px;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-article h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
}

    .blog-article h2.h3 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .blog-article h2.h1 {
        font-size: 30px;
        margin: 20px 0 10px !important;
    }

.blog-article .content {
    margin: 10px 0 15px 0;
}

.blog-article .publish-detail li {
    color: #828282;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    margin-right: 15px;
}

    .blog-article .publish-detail li a {
        color: #828282;
    }

        .blog-article .publish-detail li a:hover {
            color: #1b795d;
        }

.blog-article .publish-detail .icon {
    font-size: 13px;
    margin-right: 7px;
    margin-top: -2px;
}

.blog-action .tags-list li a {
    padding: 0;
    border: none;
}

.social-sharing .btn {
    color: #333333;
    background-color: transparent;
    padding: 0;
    justify-content: center;
    margin: 0 0 0 15px;
}

    .social-sharing .btn:hover {
        color: #e96f84;
        background-color: transparent;
    }

    .social-sharing .btn:first-child {
        margin-left: 0;
    }

.social-sharing .share-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin-left: 8px;
    display: none;
}

.author-bio {
    background: #f7f7f7;
    padding: 30px;
    margin: 30px 0 0;
}

    .author-bio .author-img {
        min-width: 100px;
        width: 100px;
    }

.blog-comment h2 {
    margin-bottom: 30px !important;
}

.blog-item .blog-img {
    position: relative;
}

.blog-item .date {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

    .blog-item .date span {
        display: block;
    }

    .blog-item .date .dt {
        font-size: 25px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 2px;
    }

    .blog-item .date .mt {
        font-weight: 500;
        line-height: 1.2;
    }

/* Tags */
.tags-list {
    margin: -4px;
}

    .tags-list .item {
        padding: 4px;
    }

    .tags-list li a {
        background-color: #ffffff;
        display: inline-flex;
        align-items: center;
        padding: 6px 12px;
        border: 1px solid #ececec;
        font-size: 13px;
    }

        .tags-list li a:hover, .tags-list li.active a {
            color: #e96f84;
        }

        .tags-list li a i {
            color: #B6B6B6;
            margin-left: 5px;
        }

.btn.brd-link {
    background: none;
    color: #333333;
    padding: 0 0 2px;
    margin: 15px 0 0;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
}

    .btn.brd-link:hover {
        background: none;
        border-color: #e96f84;
        color: #e96f84;
    }

.comment-img {
    width: 75px;
    margin-right: 20px;
}

.comments-item + .comments-item {
    border-top: 1px solid #ececec;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 40px;
}

.comment-form {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #ececec;
}


/*======================================================================
  11. Shop pages | Filter Sidebar
========================================================================*/
.sidebar-bg .sidebar-widget {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
}

.sidebar h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.sidebar .widget-content {
    padding-top: 15px;
}

.sidebar .tags-list li a {
    padding: 5px 12px;
}

.sidebar .item-title {
    line-height: 17px;
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 13px;
}

.sidebar .item-meta {
    font-size: 13px;
}

.sidebar .scrollspy {
    max-height: 450px;
    overflow: hidden auto;
}

.filter-widget .widget-title {
    position: relative;
    cursor: pointer;
}

    .filter-widget .widget-title:after {
        content: "\ea48";
        font-family: 'annimex-icons';
        display: inline-block;
        position: absolute;
        right: 0;
        top: -3px;
        font-size: 17px;
    }

    .filter-widget .widget-title.active:after {
        content: "\ea45";
    }

/* Categories */
.sidebar-categories li {
    position: relative;
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: block;
}

    .sidebar-categories li:last-of-type a {
        margin-bottom: 0;
    }

    .sidebar-categories li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 8px;
    }

    .sidebar-categories li .count {
        font-size: 13px;
        color: #7e7e7e;
        margin-left: 10px;
    }

.sidebar-categories .sub-level ul {
    margin: 0 0 10px;
    display: none;
}

    .sidebar-categories .sub-level ul li a {
        padding-left: 10px;
    }

.sidebar-categories .sub-level .sub-sub-level ul li a {
    padding-left: 20px;
}

.sidebar-categories .sub-level > a {
    padding-right: 25px;
}

    .sidebar-categories .sub-level > a:after {
        content: '\ebe0';
        font-family: 'annimex-icons';
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
    }

    .sidebar-categories .sub-level > a.active:after {
        content: '\ebd1';
        font-family: 'annimex-icons';
        color: #00976b;
    }

    .sidebar-categories .sub-level > a:hover, .sidebar-categories .sub-level > a.active {
        color: #00976b;
        font-weight: 500;
    }

.morelist .more {
    position: relative;
    cursor: pointer;
    color: #6c757d;
}

    .morelist .more:hover {
        color: #e96f84;
    }

    .morelist .more:after, .morelist .more:before {
        content: "\ea48";
        font-family: 'annimex-icons';
        position: absolute;
        right: 0;
        top: 0;
        line-height: 1;
    }

    .morelist .more:after {
        content: "\ea45";
        top: 7px;
    }

/* Price Range */
.price-filter input[type="text"] {
    height: 34px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    width: 100px;
}

.price-filter .ui-slider-horizontal {
    background: #777777;
    border: none;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 20px;
}

    .price-filter .ui-slider-horizontal .ui-slider-range {
        background: #e96f84;
    }

.price-filter .ui-slider-handle {
    background: #ffffff;
    border: 2px solid #e96f84;
    height: 12px;
    width: 12px;
    outline: none;
    top: -5px;
    border-radius: 50%;
    cursor: w-resize;
    margin-left: 0px;
}

    .price-filter .ui-slider-handle + .ui-slider-handle {
        margin-left: -12px;
    }

.pagination-bottom {
    padding-top: 60px;
}

.pagination .page-item {
    margin: 0 5px;
}

    .pagination .page-item .page-link {
        padding: 5px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        color: #333333;
        background-color: #d9dddc;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

    .pagination .page-item.active .page-link,
    .pagination .page-item:hover .page-link {
        color: #ffffff;
        background: #08815d;
    }

    .pagination .page-item .page-link .icon {
        font-size: 22px;
    }

.sidebar-sticky .sidebar-widget .store-info-item:before,
.sidebar-sticky .sidebar-widget .store-info-item:after {
    content: '';
    display: block;
    clear: both;
}

.sidebar-sticky .sidebar-widget .store-info-item {
    margin-bottom: 30px;
}

    .sidebar-sticky .sidebar-widget .store-info-item .title {
        margin-bottom: 5px;
    }

    .sidebar-sticky .sidebar-widget .store-info-item:last-of-type {
        margin-bottom: 10px;
    }




/*======================================================================
  Shop pages | Product Grid
========================================================================*/
.grid-products .item .product-name a {
    font-weight: 600;
}

.grid-products .item .product-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 15px;
}

    .grid-products .item .product-image > a {
        position: relative;
        overflow: hidden;
        display: block;
        opacity: 1;
    }

    .grid-products .item .product-image img {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        -ms-transition: all ease-out 0.4s;
        -webkit-transition: all ease-out 0.4s;
        transition: all ease-out 0.4s;
        border-bottom: 1px solid #e9e7e7;
        height: 185px;
        object-fit: contain;
        padding: 25px;
    }

    .grid-products .item .product-image .hover {
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: 50%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .grid-products .item .product-image:hover .primary {
        opacity: 0;
        visibility: hidden;
    }

    .grid-products .item .product-image:hover .hover {
        opacity: 1;
        visibility: visible;
    }

.grid-products .item .product-details.text-center .swatches {
    justify-content: center;
}

.grid-products .item .swatches {
    margin: -3px -3px;
    padding: 15px 0 0;
}

    .grid-products .item .swatches li {
        margin: 3px 3px;
    }

.grid-products.slick-slider .slick-arrow {
    margin-top: -40px;
}

.hoverDetails .product-des .button-set.style2 {
    display: none;
    position: static;
    -webkit-transform: none;
    transform: none;
    box-shadow: none;
    margin-top: 15px;
}

.hoverDetails .product-des .button-set .btn-icon {
    color: #ffffff;
    background-color: #333333;
}

    .hoverDetails .product-des .button-set .btn-icon:hover {
        color: #ffffff;
        background-color: #e96f84;
    }

.product-availability {
    position: absolute;
    bottom: 0;
    background: #ffffff8c;
    font-size: 12px;
    padding: 10px;
    margin: 5px;
    left: 0;
    right: 0;
}

    .product-availability .progress {
        height: 6px;
        margin: 5px 0 0;
    }

    .product-availability .progress-bar {
        background-color: #e96f84;
    }

    .product-availability .textd {
        font-size: 11px;
        margin-top: 3px;
    }

.product-labels {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

    .product-labels.rectangular, .product-labels.radius, .product-labels.round, .product-labels.rounded, .product-labels.round-pill {
        left: 5px;
        top: 5px;
    }

        .product-labels.rectangular .lbl {
            border-radius: 0;
        }

        .product-labels.radius .lbl {
            border-radius: 3px;
        }

        .product-labels.round .lbl {
            border-radius: 50%;
            width: 43px;
            height: 43px;
            line-height: 43px;
            padding: 0 10px;
        }

        .product-labels.rounded .lbl {
            border-radius: 50%;
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            word-break: break-all;
            text-align: center;
            min-height: 45px;
            min-width: 45px;
        }

        .product-labels.round-pill .lbl {
            border-radius: 50rem;
        }

    .product-labels .lbl {
        display: block;
        white-space: nowrap;
        /* color: #ffffff;*/
        color: #004631;
        font-size: 9px;
        line-height: 12px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        padding: 3px 6px;
        margin-bottom: 3px;
    }

    .product-labels .on-sale {
        right: 0px;
        background: #f54337;
    }

    .product-labels .pr-label1, .product-labels .new {
        background: #01bad4;
    }

    .product-labels .pr-label2, .product-labels .hot {
        background: #e9a400;
    }

    .product-labels .pr-label3 {
        left: 0px;
        /*    background: #549520;*/
        background: #e4fcf6;
    }

    .product-labels .pr-label4 {
        left: 0px;
        background: #fb6c3e;
    }

.button-set {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

    .button-set .btn-icon {
        color: #333333;
        background-color: #ffffff;
        font-size: 14px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0;
    }

        .button-set .btn-icon:hover {
            color: #ffffff;
            background-color: #1b795d;
        }

        .button-set .btn-icon:not(:last-child) {
            border-bottom: 1px solid #ececec;
        }

        .button-set .btn-icon .text {
            display: none;
        }

    .button-set.style2 {
        display: flex;
        justify-content: center;
        align-items: center;
        top: auto;
        bottom: 5px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .button-set.style2 .btn-icon:first-child {
            border-radius: 0;
        }

        .button-set.style2 .btn-icon:last-child {
            border-radius: 0;
        }

        .button-set.style2 .btn-icon:not(:last-child) {
            border-bottom: none;
            border-right: 1px solid #ececec;
        }

    .button-set.style3 {
        left: 5px;
        right: auto;
    }

.button-set-top {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

    .button-set-top .text {
        display: none;
    }

    .button-set-top .btn-icon {
        color: #ffffff;
        background-color: #333333;
        font-size: 16px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0 0 5px;
    }

        .button-set-top .btn-icon:hover {
            color: #ffffff;
            background-color: #000000;
        }

.button-set-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 5;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

    .button-set-bottom .btn {
        font-size: 13px;
    }

.swatches {
    margin: -5px -5px;
    padding: 7px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .swatches li {
        position: relative;
        display: inline-flex;
        height: 17px;
        width: 17px;
        margin: 5px 5px;
        cursor: pointer;
        box-shadow: 0 0 1px 1px #dddddd;
        border: 1px solid #ffffff;
    }

        .swatches li img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

        .swatches li .swatchLbl, .size-swatches li .swatchLbl {
            width: 100%;
            height: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .swatches li.square img {
            border-radius: 0;
        }

        .swatches li.radius, .swatches li.radius .swatchLbl, .swatches li.radius img, .size-swatches li.radius, .size-swatches li.radius .swatchLbl {
            border-radius: 0;
        }

        .swatches li.rounded, .swatches li.rounded .swatchLbl,
        .swatches li.rounded img, .size-swatches li.rounded, .size-swatches li.rounded .swatchLbl,
        .swatches li.rounded:after, .size-swatches li.rounded:after {
            border-radius: 50% !important;
        }

        .swatches li:hover, .swatches li.active,
        .filterBox .swatches li:hover, .filterBox .swatches li.active {
            border-color: #ffffff;
            box-shadow: 0 0 0 1px #000,0 0 0 0px #fff inset;
        }

        .swatches li.small {
            border-width: 2px;
        }

        .swatches li.rectangle {
            width: 34px;
            height: 24px;
        }

        .swatches li.medium {
            height: 20px;
            width: 20px;
        }

        .swatches li.large {
            height: 30px;
            width: 30px;
        }

        .swatches li.x-large {
            height: 40px;
            width: 40px;
        }

        .swatches li.navy {
            background-color: #000082;
        }

        .swatches li.green {
            background-color: #007d00;
        }

        .swatches li.gray {
            background-color: #828282;
        }

        .swatches li.aqua {
            background-color: #01dfdf;
        }

        .swatches li.orange {
            background-color: #ffa602;
        }

        .swatches li.purple {
            background-color: #930293;
        }

        .swatches li.teal {
            background-color: #007d7d;
        }

        .swatches li.black {
            background-color: #000000;
        }

        .swatches li.red {
            background-color: #fb0404;
        }

        .swatches li.yellow {
            background-color: #fbfb02;
        }

        .swatches li.darkgreen {
            background-color: #00ac00;
        }

        .swatches li.maroon {
            background-color: #7b0202;
        }

        .swatches li.white {
            background-color: #ffffff;
            border: 1px solid #ddd;
        }

        .swatches li.blue {
            background-color: #0000fe;
        }

        .swatches li.pink {
            background-color: #ffc1cc;
        }

        .swatches li.blueviolet {
            background-color: #8A2BE2;
        }

        .swatches li.brown {
            background-color: #A52A2A;
        }

        .swatches li.khaki {
            background-color: #F0E68C;
        }

/* Swatches Size */
.size-swatches {
    margin: -5px -5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .size-swatches li {
        position: relative;
        color: #222;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 5px 5px;
        min-width: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        background-color: #ffffff;
        box-shadow: 0 0 1px 1px #dddddd;
        border: 1px solid #ffffff;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        -ms-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }

        .size-swatches li.active, .size-swatches li:hover {
            border-color: #ffffff;
            box-shadow: 0 0 0 1px #000,0 0 0 0px #fff inset;
        }

        .size-swatches li .swatchLbl {
            padding: 0 5px;
            line-height: normal;
        }

        .size-swatches li.x-large {
            min-width: 36px;
            height: 36px;
        }

.swatch-rectangle-style .swatches li, .swatch-rectangle-style .size-swatches li {
    width: auto;
    min-width: auto;
    height: 30px;
    padding: 0 10px;
    background-color: #f7f7f7;
    box-shadow: 0 0 1px 1px #dddddd;
}

    .swatch-rectangle-style .swatches li.active, .swatch-rectangle-style .size-swatches li.active {
        background-color: #333;
        color: #ffffff;
        border: 1px solid #333;
    }

.filterBox ul:not(.filter-color) input[type="checkbox"] + label {
    display: block;
    padding: 0;
    margin: 0 0 5px;
    cursor: pointer;
}

    .filterBox ul:not(.filter-color) input[type="checkbox"] + label > span {
        background: #ffffff;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: -3px 10px 0 0;
        border: 1px solid #d0d0d0;
        vertical-align: middle;
    }

.filterBox ul:not(.filter-color) input[type="checkbox"]:checked + label > span {
    border-color: #333333;
}

    .filterBox ul:not(.filter-color) input[type="checkbox"]:checked + label > span:before {
        content: "\ea7f";
        font-family: "annimex-icons";
        display: block;
        width: 15px;
        color: #ffffff;
        background: #333333;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
    }

.filterBox ul:not(.filter-color) input[type="checkbox"] {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

.filterBox ul:not(.filter-color) li:last-child label {
    margin: 0 0;
}

/* Countdown Timer On listing */
.grid-products .item:hover .saleTime {
    display: none
}

.saleTime {
    position: absolute;
    bottom: 5px;
    left: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 2;
}

    .saleTime .time-count {
        color: #141414;
        font-weight: 700;
        font-size: 12px;
    }

    .saleTime span > span {
        max-width: 50px;
        min-width: 30px;
        padding: 6px 4px 4px;
        line-height: 12px;
        font-weight: 700;
        display: block;
        margin: 0 0;
        text-align: center;
        background: rgba(255,255,255,0.8);
        color: #333333;
    }

        .saleTime span > span span {
            display: block;
            background: none;
            font-size: 10px;
            font-weight: 400;
            margin-top: -3px;
            text-transform: uppercase;
            line-height: 8px
        }

    .saleTime .ht-count:not(:last-child) .count-inner {
        border-bottom: 1px solid #ececec;
    }

    .saleTime.horizonal {
        display: flex;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .saleTime.horizonal .ht-count:not(:last-child) .count-inner {
            border-bottom: none;
            border-right: 1px solid #ececec;
        }

    .saleTime.dark .time-count, .saleTime.dark span > span {
        color: #ffffff;
    }

    .saleTime.dark .count-inner {
        background: #000000;
        color: #ffffff;
    }

    .saleTime.dark .ht-count:not(:last-child) .count-inner {
        border-color: #333;
    }

/* Swatches Soldout */
.swatches li.soldout, .size-swatches li.soldout {
    opacity: 0.5;
    cursor: no-drop;
    box-shadow: 0 0 1px 1px #dddddd;
    border: 1px solid #ffffff;
}

    .swatches li.soldout:after, .size-swatches li.soldout:after {
        content: "";
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/icons/soldout.svg) no-repeat 50% 50%/cover;
        -webkit-transform: none;
        transform: none;
        border: none;
        margin: 0;
        z-index: 100;
    }

    .swatches li.soldout img, .size-swatches li.soldout .swatchLbl, .swatches li.soldout .swatchLbl {
        position: relative;
        z-index: 2;
    }

/* Toolbar */
.toolbar .view-mode .icon-mode {
    position: relative;
    min-width: 19px;
    height: 26px;
    display: none;
    border: 1px solid #9b9b9b;
    margin-left: 5px;
    cursor: pointer;
}

    .toolbar .view-mode .icon-mode:first-of-type {
        margin-left: 0;
    }

    .toolbar .view-mode .icon-mode:before {
        content: "";
        background: #9b9b9b;
        position: absolute;
        top: 3px;
        left: 3px;
    }

    .toolbar .view-mode .icon-mode.mode-list:before {
        width: 18px;
        height: 4px;
        box-shadow: 0 7px 0 #9b9b9b,0 14px 0 #9b9b9b;
    }

    .toolbar .view-mode .icon-mode.grid-3,
    .toolbar .view-mode .icon-mode.mode-list {
        width: 26px;
    }

    .toolbar .view-mode .icon-mode.mode-grid:before {
        width: 4px;
        height: 18px;
    }

    .toolbar .view-mode .icon-mode.grid-2 {
        width: 19px;
    }

        .toolbar .view-mode .icon-mode.grid-2:before {
            box-shadow: 7px 0 0 #9b9b9b;
        }

    .toolbar .view-mode .icon-mode.grid-3:before {
        box-shadow: 7px 0 0 #9b9b9b,14px 0 0 #9b9b9b;
    }

    .toolbar .view-mode .icon-mode.grid-4 {
        width: 33px;
    }

        .toolbar .view-mode .icon-mode.grid-4:before {
            box-shadow: 7px 0 0 #9b9b9b,14px 0 0 #9b9b9b,21px 0 0 #9b9b9b;
        }

    .toolbar .view-mode .icon-mode.grid-5 {
        width: 40px;
    }

        .toolbar .view-mode .icon-mode.grid-5:before {
            box-shadow: 7px 0 0 #9b9b9b,14px 0 0 #9b9b9b,21px 0 0 #9b9b9b,28px 0 0 #9b9b9b;
        }

    .toolbar .view-mode .icon-mode.active {
        border-color: #1b795d;
    }

        .toolbar .view-mode .icon-mode.active.mode-list:before {
            box-shadow: 0 7px 0 #1b795d,0 14px 0 #1b795d;
        }

        .toolbar .view-mode .icon-mode.active.grid-2:before {
            box-shadow: 7px 0 0 #1b795d;
        }

        .toolbar .view-mode .icon-mode.active.grid-3:before {
            box-shadow: 7px 0 0 #1b795d,14px 0 0 #1b795d;
        }

        .toolbar .view-mode .icon-mode.active.grid-4:before {
            box-shadow: 7px 0 0 #1b795d,14px 0 0 #1b795d,21px 0 0 #1b795d;
        }

        .toolbar .view-mode .icon-mode.active.grid-5:before {
            box-shadow: 7px 0 0 #1b795d,14px 0 0 #1b795d,21px 0 0 #1b795d,28px 0 0 #1b795d;
        }

        .toolbar .view-mode .icon-mode.active:before {
            background-color: #1b795d;
        }

/* Sidebar Filter */
.btn.btn-filter {
    padding: 8px 15px;
}

    .btn.btn-filter:before {
        font-family: 'annimex-icons';
        font-size: 18px;
        margin-right: 6px;
    }

.sidebar-filter .filterbar {
    width: 300px;
    height: 100%;
    padding: 0 !important;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: -335px;
    z-index: 9999;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .sidebar-filter .filterbar.active {
        left: 0;
    }

    .sidebar-filter .filterbar .sidebar-tags {
        position: relative;
        z-index: 9;
        background: #f8f9fa;
        padding: 30px 20px;
        height: 100%;
        overflow: auto;
    }

    .sidebar-filter .filterbar .filterBox {
        padding: 0;
        border: none;
        margin-bottom: 30px;
    }

    .sidebar-filter .filterbar .sidebar-widget:not(.filterBox), .filterbar .static-banner-block {
        display: none;
    }

    .sidebar-filter .filterbar.active .closeFilter {
        color: #ffffff;
        background-color: #1b795d;
        font-size: 15px;
        line-height: 37px;
        height: 35px;
        width: 35px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 10px;
        left: 100%;
        box-shadow: 0 0 1px #ffffff;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .sidebar-filter .filterbar.active .closeFilter i {
            vertical-align: inherit;
        }

        .sidebar-filter .filterbar.active .closeFilter:after {
            content: '';
            background: rgba(0,0,0,0.5);
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .sidebar-filter .filterbar.active .closeFilter:hover {
            color: #ffffff;
            background-color: #171717;
        }

/* Sidebar Products */
.sideProSlider .slick-arrow {
    opacity: 0;
    visibility: hidden;
    width: 32px;
    height: 32px;
    background: #ffffff;
}

.sideProSlider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.sideProSlider .slick-next {
    right: 0;
}

.sideProSlider .slick-prev {
    left: 0;
}

    .sideProSlider .slick-prev:before,
    .sideProSlider .slick-next:before {
        font-size: 16px;
    }

/* List View - Change view */
.grid-products {
    margin-bottom: 0px;
}

    .grid-products .list-style.col-row {
        margin-top: -30px;
    }

    .grid-products .list-style .item {
        padding-top: 30px;
        width: 100%;
    }

    .grid-products .list-style .product-box {
        width: 100%;
        display: flex;
        align-items: flex-start;
        /* align-items: center;*/
        border: 1px solid #dddddd;
        padding: 10px;
        background: #ffffff;
        margin-bottom: 10px;
    }

    .grid-products .list-style .product-image {
        position: relative;
        flex: 0 0 95px;
        width: 95px;
        margin: 0 20px 0 0;
        border: 1px dashed #d1e7dde6;
        padding: 3px;
    }

        .grid-products .list-style .product-image img {
            object-fit: contain;
        }

    .grid-products .list-style .product-details {
        text-align: left !important;
    }

        .grid-products .list-style .product-details p {
            text-align: left !important;
            font-size: 12px;
        }

        .grid-products .list-style .product-details.text-center .swatches {
            justify-content: flex-start;
        }

    .grid-products .list-style .product-name a {
        font-weight: 600;
        font-size: 15px;
        text-transform: capitalize !important;
        margin-bottom: 4px;
    }

    .grid-products .list-style .product-price .price {
        font-size: 18px !important;
        color: #1b795d;
        margin-bottom: 0;
        font-family: Arial;
    }

        .grid-products .list-style .product-price .price span {
            font-size: 17px !important;
        }


    .grid-products .list-style .product-review .caption {
        display: inline-block;
    }

    .grid-products .list-style .sort-desc {
        display: inline-block;
        margin: 0px 0 8px 0;
        font-size: 12px;
    }

    .grid-products .list-style .swatches {
        padding: 2px 0;
    }

    .grid-products .list-style .button-action {
        display: inline-block;
        margin: 15px 0 0;
    }

    .grid-products .list-style .button-set .btn-icon.addtocart {
        display: none;
    }

    .grid-products .list-style .button-set .btn-icon.quickview {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.shop-swatches-style-page .grid-products .list-style .button-set-bottom.style1,
.shop-swatches-style-page .grid-products .list-style .button-action.mt-3,
.shop-swatches-style-page .grid-products .list-style .button-set-top .btn-icon.addtocart {
    display: none;
}

/* Collection top filters */
.collection-top-filters .flTtl {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    background: transparent;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    outline: none;
    padding: 6px 15px;
}

    .collection-top-filters .flTtl:after {
        content: "\ea45";
        font: normal normal normal 15px/1 annimex-icons;
        padding: 0 0 0 5px;
        margin: 0;
        border: none;
    }

    .collection-top-filters .flTtl.show:after {
        content: "\ea48";
    }

.collection-top-filters .filterDD {
    font-size: 14px;
}

    .collection-top-filters .filterDD .swacth-list {
        max-height: 450px;
        overflow: hidden auto;
    }

.collection-top-filters .count-bubble {
    color: #ffffff;
    background-color: #333333;
    display: inline-block;
    margin: 0 auto 0 5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 10px;
    font-weight: 400;
}

    .collection-top-filters .count-bubble:empty {
        display: none;
    }

.product-three-loadmore .item, .product-four-loadmore .item, .product-listview-loadmore .item,
.blog-listview-loadmore .blog-article {
    display: none;
}

.category-image {
    background-color: #f7f7f7;
}

    .category-image .image {
        width: 100px;
        min-width: 100px;
    }

    .category-image .contain {
        padding: 10px 10px 10px 10px;
        width: 100%;
    }

        .category-image .contain h4 {
            font-size: 16px;
            text-transform: capitalize;
            margin: 0 0 7px;
        }

.category-image-3items.slick-slider .slick-arrow {
    margin-top: -20px;
}

.category-image-3items.slick-slider .slick-dots {
    margin-top: 0px;
}

.category-item .counts {
    opacity: 0.7;
    display: block;
    margin-top: 5px;
}

.sub-collection .slick-arrow {
    margin-top: -50px;
}

.hot-categories .hot-cat-wrap:hover .bg-light {
    background-color: #efefef !important;
}

.hot-categories .hot-cat-wrap:hover h6 a {
    color: #e96f84;
}

.sub-collection .category-item .details {
    background-color: #f3f3f3;
    padding: 15px 10px;
}

.sub-collection .category-item .category-title {
    text-transform: uppercase;
    font-size: 15px;
}

.sub-collection .category-item .counts {
    font-size: 13px;
}


/*======================================================================
  12. Collection Pages
========================================================================*/
/* Collection Style 2 */
.collection-style2 .category-link {
    position: relative;
    display: block;
}

.collection-style2 .details {
    margin: 0;
    padding: 15px 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
}

    .collection-style2 .details h4 {
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .collection-style2 .details .btn {
        position: relative;
        min-width: 130px;
        height: 45px;
    }

        .collection-style2 .details .btn span {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .collection-style2 .details .btn .onhover {
            opacity: 0;
            visibility: hidden;
        }

.collection-style2 .category-link:hover .details .onhover {
    opacity: 1;
    visibility: visible;
}

.collection-style2 .category-link:hover .details .default {
    opacity: 0;
    visibility: hidden;
}

.collection-style2 .category-link:hover .btn-light {
    background-color: #e96f84;
    color: #ffffff;
    border-color: #e96f84;
}

.collection-style2-page .collection-style2 .details {
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 110px);
    background-image: linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 110px);
    background-color: transparent;
    padding-top: 35px;
}

/* Collection Style 3 */
.collection-style3 .category-item .details .description {
    font-size: 13px;
    margin: 0 0 20px;
}

.collection-style3 .category-item .category-title {
    font-size: 18px;
    text-transform: uppercase;
}

.collection-style3 .category-item .f-item {
    background-color: #f7f7f7;
}

/* Collection Style 4 */
.collection-style4 .category-link {
    position: relative;
    display: block;
}

.collection-style4 .details {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.collection-style4 .counts {
    margin-bottom: 10px;
}

.collection-style4 .category-link:hover .btn {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

/* Collection Text banner */
.category-text-banner .banner-large {
    position: relative;
    height: 225px;
}

.category-text-banner .banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
}

/* Sub collection page */
.sub-collection-style1 .content-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px;
    text-align: center;
}

.product-countdown .count-inner {
    background-color: #e9ecf2;
    min-width: 60px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 10px;
    margin: 0 3px;
    display: block;
}

    .product-countdown .count-inner .time-count {
        color: #000000;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .product-countdown .count-inner .text {
        color: #000000;
        font-size: 12px;
        line-height: 12px;
        display: block;
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 5px 0 0;
        min-width: 100%;
    }

.category-item .fprice {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    line-height: 1;
    background: #ffffff;
    padding: 7px 12px;
    text-align: center;
}

    .category-item .fprice .ftxt {
        opacity: 0.7;
        display: block;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .category-item .fprice .fprc {
        color: #e96f84;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }

.category-item .foffer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.collection-style1 .category-item .category-title {
    text-transform: uppercase;
}

.collection-style1 .category-item:hover .category-title {
    color: #e96f84;
}

.collection-style1 .category-item .counts {
    margin: 0;
}

/* Countdown */
.countdown-text .prcountdown > span {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .05em;
}

    .countdown-text .prcountdown > span + span {
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

        .countdown-text .prcountdown > span + span:before {
            content: ":";
            position: absolute;
            left: -2px;
        }

.countdown-text.style1 {
    background-color: #f4f7fb;
    padding: 10px;
    text-align: center;
}

    .countdown-text.style1 label {
        color: #1b795d;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        font-size: 16px;
        text-decoration: underline;
        margin: 0;
    }

    .countdown-text.style1 .prcountdown .ht-count,
    .countdown-text.style1 .prcountdown {
        color: #000 !important;
    }


/* Inline Countdown */
.inline-countdown .count-inner {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    line-height: 1;
}

.inline-countdown .time-count {
    color: #e96f84;
    font-size: 20px;
    font-weight: 700;
    margin: 0 6px 0 0;
    padding: 0;
}

.inline-countdown .text {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
    padding: 1px 0 0;
}

.inline-countdown .ht-count + .ht-count .count-inner:before {
    content: ":";
    position: absolute;
    left: -11px;
}

.inline-countdown .ht-count:last-child .count-inner {
    padding: 0;
    margin: 0;
}


/*======================================================================
  13. Wishlist Pages
========================================================================*/
.text-in-stock {
    color: #090;
    text-transform: uppercase;
    font-weight: 600;
}

.text-out-stock {
    color: #DD0101;
    text-transform: uppercase;
    font-weight: 600;
}

.btn.remove-icon {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

    .btn.remove-icon .icon {
        font-size: 12px;
        margin-left: 1px;
    }

.btn.soldOutBtn {
    background-color: #f54337;
    border-color: #f54337;
    opacity: 1;
}

.soldOutBtn {
    pointer-events: none;
    opacity: .75;
}

.table-bottom-brd table tr {
    border-bottom: 1px solid #dddddd;
}

.table-bottom-brd table th,
.table-bottom-brd table td {
    padding: 15px 10px;
    border: none;
    box-shadow: none;
}

.table-bottom-brd table th {
    padding: 12px 10px;
}

.table-bottom-brd table > :not(:first-child) {
    border-color: #dddddd;
}

.table-bottom-brd table tfoot {
    border: none !important;
}

.wishlist-table table .product-thumbnail {
    position: relative;
    width: 120px;
}

    .wishlist-table table .product-thumbnail .btn {
        opacity: 0;
        visibility: hidden;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 35px;
        height: 35px;
        padding: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
    }

.wishlist-table table .product-img {
    width: 100px;
    display: block;
}

.wishlist-table table tr:hover .product-thumbnail .btn {
    opacity: 1;
    visibility: visible;
}


/*======================================================================
  14. Compare Pages
========================================================================*/
.compare-table table tr th:first-child {
    min-width: 180px;
    text-align: right;
}

.compare-table table th,
.compare-table table td {
    padding: 15px;
    text-align: center;
}

.compare-table table tr:nth-of-type(2n) {
    background-color: #f8f9fa;
}

.compare-table table .image {
    margin: 0 auto;
    display: block;
}

.compare-table .product-review .icon {
    font-size: 16px;
}

.compare-table .product-action .btn {
    min-width: 150px;
}

.compare-table table .product-image .quick-view-modal {
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
}

.compare-table table .product-image:hover .quick-view-modal {
    opacity: 1;
    visibility: visible;
}

.compare-style2-page .compare-table table tr th:first-child,
.compare-style2-page .compare-table table th, .compare-table table td {
    text-align: left;
}


/*======================================================================
  15. Cart Pages
========================================================================*/
.cart-col h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-meta-text {
    color: #222222;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0;
}

.cart-image {
    width: 100px;
}

.cart-delete {
    width: 30px;
}

.cart-info {
    padding: 20px;
    /* background-color: #f7f7f7;*/
    border: 1px solid #ececec;
    background: #ffffff;
}

.cart-subtotal-title {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px;
}

.cart-subtotal {
    padding-left: 15px;
    display: inline-block;
}

.cart-shipping { /*font-style:italic;*/
    font-size: 13px;
}

.cart-style2-page .table-bottom-brd table thead {
    background: #f7f7f7;
}

.cart-style2-page .table-bottom-brd table tfoot {
    background: #f7f7f7;
}

/* Counter Style Days Hr:Min:Sec */
.counter-inline {
    display: flex;
}

    .counter-inline .ht-count {
        position: relative;
        color: #e96f84;
        font-size: 14px;
        font-weight: 600;
        margin: 0 8px;
    }

        .counter-inline .ht-count:not(.days):after {
            content: ":";
            position: absolute;
            left: -10px;
            font-weight: 600;
        }

        .counter-inline .ht-count:not(.days) .text {
            display: none;
        }


/*======================================================================
  16. Checkout Pages
========================================================================*/
.checkout-form .block {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 20px;
}

    .checkout-form .block .title {
        text-transform: uppercase;
    }

.card {
    background-color: #ffffff;
    border-color: #f7f7f7;
    border-radius: 0;
    margin-bottom: 10px;
}

.card-header {
    position: relative;
    padding: 10px 15px;
    border-color: #f7f7f7;
}

    .card-header .card-link {
        position: relative;
        text-decoration: none;
    }

        .card-header .card-link:before {
            content: "\eb66";
            font-family: 'annimex-icons';
            font-size: 20px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .card-header .card-link[aria-expanded="true"]:before {
            content: "\eb69";
        }

.order-table .table .thumbImg,
.order-table .table .thumb {
    width: 60px;
    display: block;
}

.order-table.table-bottom-brd table tr:last-child {
    border-bottom: none;
}

.payment-accordion .card {
    background: transparent;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

    .payment-accordion .card .card-header {
        background-color: transparent;
        padding: 0;
        border: none;
    }

        .payment-accordion .card .card-header .card-link {
            background-color: transparent;
            color: #333333;
            padding: 10px 15px 8px;
            display: block;
            font-size: 14px;
            font-weight: 400;
            width: 100%;
            text-align: left;
            margin: 0;
            border: none;
            border-bottom: 1px solid transparent;
        }

            .payment-accordion .card .card-header .card-link:hover,
            .payment-accordion .card .card-header .card-link[aria-expanded="true"] {
                border-color: #ddd;
                color: #e96f84;
                border-radius: 0;
            }

            .payment-accordion .card .card-header .card-link:before {
                right: 15px;
            }

.step-checkout .step-items {
    margin: -5px -15px;
    padding-bottom: 30px;
    justify-content: center;
    border: none;
}

.step-checkout .nav-link {
    width: auto;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    margin: 5px 15px;
    background-color: #1b795d;
    color: #ffffff;
    border-color: #1b795d;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 150ms ease-in-out 0s;
}

    .step-checkout .nav-link.active, .step-checkout .nav-link:focus, .step-checkout .nav-link:hover {
        background-color: #1b795d;
        color: #ffffff;
        border-color: #1b795d;
    }

    .step-checkout .nav-link:after {
        content: "";
        cursor: default;
        width: 31px;
        height: 4px;
        background-color: #1b795d;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 100%;
        z-index: -1;
    }

.step-checkout .nav-item:first-child .nav-link:after {
    content: none;
}

.step-checkout .nav-item.onactive ~ .nav-item .nav-link {
    background-color: #ebebeb;
    color: #888;
    border-color: #ebebeb;
}

    .step-checkout .nav-item.onactive ~ .nav-item .nav-link:after {
        background-color: #ebebeb;
    }

.payment-accordion-radio .card {
    background: transparent;
    border: none;
    border-radius: 0;
}

    .payment-accordion-radio .card .card-header {
        background-color: transparent;
        padding: 0;
        border: none;
        border-radius: 0;
    }

        .payment-accordion-radio .card .card-header .card-link {
            background-color: #e5e5e5;
            color: #333333;
            padding: 10px 15px;
            display: block;
            width: 100%;
            text-align: left;
            margin: 0;
            border: none;
            display: block;
            width: 100%;
            text-align: left;
            margin: 0;
            border: none;
        }

            .payment-accordion-radio .card .card-header .card-link:hover,
            .payment-accordion-radio .card .card-header .card-link[aria-expanded="true"] {
                color: #e96f84;
                border-radius: 0;
            }

            .payment-accordion-radio .card .card-header .card-link:before {
                content: none;
            }


/*======================================================================
  17. Checkout Success Pages
========================================================================*/
.checkout-card h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.checkout-card .icon {
    color: #198754;
    font-size: 70px;
    margin: 0 0 20px;
    display: block;
}

.checkout-card .text-order {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}

.shipping-details p:not(:last-child), .billing-details p:not(:last-child) {
    margin: 0 0 5px;
}


/*======================================================================
  18. Product Details Pages
========================================================================*/
.template-product .page-header {
    padding: 15px 0;
    text-align: left !important;
}

.product-details-img .zoompro-wrap {
    position: relative;
    border: 1px solid #dddddd;
    padding: 10px;
}

.product-details-img .product-thumb .slick-slide {
    border: 0;
}

.product-details-img .product-thumb-horizontal .slick-list {
    margin: 0 -5px;
}

.product-details-img .product-thumb-horizontal div.slick-slide {
    padding: 0 5px;
    cursor: pointer;
}

.product-details-img .product-thumb .slick-arrow {
    background-color: rgba(255,255,255,0.8);
    border-radius: 100% !important;
    width: 25px;
    height: 25px;
}

    .product-details-img .product-thumb .slick-arrow:hover {
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 0 4px rgba(0,0,0,0.1) !important;
    }

    .product-details-img .product-thumb .slick-arrow:before {
        font-size: 12px;
    }

.product-details-img .product-thumb .slick-prev {
    left: 0px;
}

.product-details-img .product-thumb .slick-next {
    right: 0px;
}

.product-details-img .product-thumb .slick-slide img {
    border: 1px solid transparent;
}

.product-details-img .product-thumb .slick-slide.active img {
    border-color: #c1c1c1;
}

.product-details-img .product-buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

    .product-details-img .product-buttons .btn {
        font-size: 15px;
        height: 36px;
        width: 36px;
        text-align: center;
        margin-top: 5px;
        clear: both;
        padding: 0;
    }

.product-thumb-left-style .thumb-left {
    width: 15.5%;
    padding: 0;
    margin: 0;
}

.product-thumb-left-style .product-zoom-right {
    width: calc(85% - 20px);
    padding: 0;
    margin: 0 0 0 15px;
}

.product-thumb-left-style .product-thumb-vertical div.slick-slide {
    padding: 0 0 10px;
    cursor: pointer;
}

.product-thumb-left-style .product-thumb .slick-arrow,
.product-thumb-left-style .model-thumbnail-img .carousel-arrow {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

    .product-thumb-left-style .product-thumb .slick-arrow.slick-prev,
    .product-thumb-left-style .model-thumbnail-img .carousel-control-prev {
        top: 0;
        left: auto;
        bottom: auto;
    }

    .product-thumb-left-style .product-thumb .slick-arrow.slick-next,
    .product-thumb-left-style .model-thumbnail-img .carousel-control-next {
        bottom: 0;
        right: auto;
        top: auto;
    }

.product-thumb-left-style .product-thumb .slick-prev:before {
    content: "\ea91";
}

.product-thumb-left-style .product-thumb .slick-next:before {
    content: "\ea8a";
}

.product-thumb-right-style .product-zoom-right {
    margin: 0 15px 0 0;
}

.product-main-title {
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-main-subtitle {
    color: #9b9b9b;
    font-size: 14px;
    margin: 0 0 6px;
}

.product-main-title + .product-main-subtitle {
    margin: -5px 0 10px;
}

.product-single-meta .product-review .icon {
    font-size: 15px;
}

.product-single-meta .reviewLink:before {
    content: "|";
    margin: 0 10px;
    color: #6c757d;
}

.product-single-meta .product-price .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #1b795d;
}

.product-single-meta .product-price .old-price {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 600;
}

.product-single-meta .product-availability .progress {
    margin: 12px 0 20px;
}

.product-single-meta .orderMsg .icon {
    color: #e96f84;
    font-size: 18px;
    margin-right: 10px;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.6, 0, 1, 1);
    -webkit-animation-duration: 0.8s;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.product-form-submit .btn {
    height: 45px;
    width: auto;
    border-radius: 5px;
}

.product-form-quantity .qtyField {
    width: 100px;
}

    .product-form-quantity .qtyField input {
        font-size: 15px;
        width: 100px;
        height: 45px;
        border-radius: 5px;
    }

        .product-form-quantity .qtyField input[type="button"] {
            font-size: 15px;
            width: 25px;
            /*height: 35px;*/
            border-radius: 5px;
        }

.product-form .swatches-size .sizelink {
    font-size: 13px;
    margin-left: 90px;
    text-transform: uppercase;
    font-weight: 600;
}

.infolinks .text-link {
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
}

.featureText {
    margin-bottom: 10px;
}

    .featureText .icon {
        min-width: 25px;
        font-size: 16px;
        vertical-align: sub;
        text-align: left;
    }

.uersView {
    font-size: 13px;
    font-weight: 700;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #e96f84;
    color: #ffffff;
    padding: 1px 5px;
    margin: 0 5px 0 3px;
}

.product-form-border {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0 10px;
    margin: 20px 0 15px;
}

.variable-select select {
    height: 40px;
}

.product-two-gallery .product-labels {
    left: 0.5rem;
    top: 1.5rem;
}

.bg-block {
    padding: 20px 20px;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

    .bg-block.sm {
        padding: 10px 15px;
    }

    .bg-block.xsm {
        padding: 10px 10px;
    }

.product-wrap-bg.bg-block {
    padding: 30px 25px;
    background-color: #fbfbfb;
    border: 0;
}

.orderMsg {
    background-color: #fee;
    padding: 10px;
}

    .orderMsg strong {
        color: #ea0000;
    }

#productInquiry .page-title h3, #sizechart h4 {
    font-size: 20px;
    text-transform: uppercase;
}

/* Product tabs */
.tabs-listing .product-tabs li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 0 0 10px;
    background-color: transparent;
    color: #333333;
    border: none;
    cursor: pointer;
    margin-right: 40px;
}

.tabs-listing .product-tabs li.active a,
.tabs-listing .product-tabs li:hover a {
    color: #1b795d;
}

.tabs-listing .product-tabs li a:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1b795d;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.tabs-listing .product-tabs li.active a:before,
.tabs-listing .product-tabs li:hover a:before {
    width: 100%;
}

.tabs-listing .product-tabs.style2 li a {
    color: #333333;
    background-color: #d7d7d7;
    padding: 7px 20px;
    margin: 0 5px;
    line-height: normal;
}

.tabs-listing .product-tabs.style2 li.active a,
.tabs-listing .product-tabs.style2 li:hover a {
    background-color: #003c2b;
    color: #ffffff;
}

.tabs-listing .product-tabs.style2 li a:before {
    content: none;
}

.tabs-listing .product-tabs.style3 li a {
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 10px 25px;
    margin-right: 10px;
}

.tabs-listing .product-tabs.style3 li.active a,
.tabs-listing .product-tabs.style3 li:hover a {
    background-color: #ffffff;
    color: #333333;
    border-color: #dddddd;
}

.tabs-listing .product-tabs.style3 li a:before {
    background: #dddddd;
}

.tabs-listing .product-tabs.style3 li.active a:before {
    background: #ffffff;
}

.tabs-listing .acor-ttl.active {
    border-bottom: 1px solid #333333;
}

.tabs-listing .acor-ttl {
    display: block;
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #e8e9eb;
    font-family: Poppins,Helvetica,Tahoma,Arial,sans-serif;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
}

.tabs-listing .tab-container {
    padding: 30px 0 0;
    text-align: left;
}

    .tabs-listing .tab-container .tab-content {
        display: none;
    }

        .tabs-listing .tab-container .tab-content .size-chart-tbl tbody tr th {
            text-align: left;
            width: 150px;
        }

.tabs-listing .prstyle2 .tabs-listing .acor-ttl:before {
    position: absolute;
    right: 15px;
    top: 15px;
    content: "\f107";
    font-family: 'annimex-icons';
    font-size: 16px;
    font-weight: normal;
}

.tabs-listing .prstyle2 .tabs-listing .acor-ttl.active:before {
    content: "\f106";
    color: #333333;
}

.tab-accordian-style .accordion-button {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 12px 30px 12px 15px;
    text-transform: uppercase;
    color: #333333;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 0 !important;
}

    .tab-accordian-style .accordion-button:after {
        content: "\ea45";
        font-family: 'annimex-icons';
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        top: 52%;
        right: 12px;
        background: none;
        width: auto;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tab-accordian-style .accordion-button:not(.collapsed):after {
        content: "\ea48";
    }

    .tab-accordian-style .accordion-button:not(.collapsed), .tab-accordian-style .accordion-button:hover {
        color: #ffffff;
        background-color: #222b4c;
        border-color: #222b4c;
    }

.tab-vertical-style .nav-pills .nav-link {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 8px 15px;
    text-transform: capitalize;
    color: #333333;
    background-color: #d4f3ea;
    border: 1px solid #eeeeee;
    border-radius: 0;
}

    .tab-vertical-style .nav-pills .nav-link.active, .tab-vertical-style .nav-pills .nav-link:hover {
        color: #ffffff;
        background-color: #1b795d;
        border-color: #1b795d;
    }

.checkmark-info li {
    position: relative;
    list-style: none;
    margin-left: 25px;
}

    .checkmark-info li:before {
        content: "\eb8c";
        font-family: 'annimex-icons';
        position: absolute;
        left: -25px;
        top: 4px;
        color: #e96f84;
        text-align: left;
        font-size: 15px;
        line-height: normal;
    }

    .checkmark-info li:not(:last-child) {
        margin-bottom: 8px;
    }

.table-part tr th {
    background-color: #f7f7f7;
    font-weight: 500;
}

.table-part tr th, .table-part tr td {
    text-align: left;
    padding: 10px 15px;
}

.size-chart-tbl tr th {
    background: #f7f7f7;
    color: #333333;
    white-space: nowrap;
}

.size-chart-tbl tr th, .size-chart-tbl tr td {
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
}

.avg-rating .avg-mark {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

.avg-rating .text-rating {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.avg-rating .product-review .icon {
    font-size: 16px;
}

.ratings-list .progress {
    margin: 0 20px;
    height: 10px;
    background-color: #eeeeee;
    width: 100%;
}

.ratings-list .progress-bar {
    background-color: #1b795d;
}

.spr-header {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dddddd;
}

    .spr-header .product-review .icon {
        font-size: 16px;
    }

.spr-review-profile {
    width: 80px;
    margin-right: 20px;
}

    .spr-review-profile img {
        border-radius: 100%;
    }

.product-review-form .product-review .anm {
    font-size: 20px;
}

.product-review-form {
    padding: 20px;
    background-color: #f5f5f5;
}

.spr-form-title {
    text-transform: uppercase;
}

.spr-reviews .review-inner {
    max-height: 500px;
    overflow-y: auto;
}

.spr-reviews .spr-review:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.spr-review-byline {
    opacity: 0.7;
    display: block;
    margin: 0;
}

.spr-form-label {
    font-weight: 500;
}

.checkmark-info {
    margin-bottom: 25px;
}

.productInquiry-modal .modal-dialog {
    max-width: 600px;
}

.productVideo-modal .btn-close, .aboutVideo-modal .btn-close {
    right: -10px;
    top: -40px;
}

.video-button .icon {
    font-size: 70px;
    border-radius: 50%;
    opacity: .8;
    color: #ffffff;
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    -webkit-animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
}

    .video-button .icon:hover {
        color: #e96f84;
    }

@-webkit-keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

@-moz-keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

@keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

/* Upsell bundle */
.upsell-bundle .usbImgCall {
    position: relative;
    align-self: center;
    width: auto;
    flex: none;
}

    .upsell-bundle .usbImgCall + .usbImgCall:before {
        content: "\eafb";
        font-family: 'annimex-icons';
        font-size: 12px;
        position: absolute;
        top: 44%;
        left: -5px;
    }

.upsell-bundle .usbRow select {
    width: auto;
    height: 34px;
    white-space: nowrap;
}

.upsell-bundle .usbRow:not(.active) .customCheckbox input[type="checkbox"]:checked + label:after {
    opacity: 0;
}

.upsell-bundle .usbRow:not(.active) .customCheckbox input[type="checkbox"] + label::after {
    opacity: 1;
}

.upsell-bundle .usbbtnCall {
    margin-left: 20px;
    max-width: 320px;
}

/* Product choose style */
.product-choose-style .product-box {
    padding: 10px;
    box-shadow: 0 0 1px 1px #dddddd;
    border: 1px solid #ffffff;
}

.product-choose-style .choose-item.active .product-box {
    border-color: #e96f84;
}

/* Grouped Table */
.grouped-product-list td {
    padding: 15px 0px;
}

.grouped-product-list .product-thumb {
    max-width: 60px;
    min-width: 60px;
}

.grouped-product-list .selectbox {
    position: relative;
    width: 155px;
    height: 37px;
}

/* 360 Degree View */
.threesixty-modal .modal-dialog {
    max-width: 420px;
}

.threesixty-modal .modal-content {
    background-color: transparent;
    border: none;
}

.threesixty-modal .btn-close {
    right: -10px;
    top: -40px;
}

.threesixty {
    overflow: hidden;
    position: relative;
    max-width: 386px;
    margin: 0 auto;
}

    .threesixty .nav_bar {
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 11;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        box-shadow: 0 1px 4px rgba(0,0,0,.15);
    }

        .threesixty .nav_bar a {
            font-size: 0;
            width: 40px;
            line-height: 40px;
            height: 40px;
            float: left;
            background-color: #ffffff;
            text-align: center;
        }

            .threesixty .nav_bar a::before {
                display: inline-block;
                font-size: 24px;
                font-family: "annimex-icons";
            }

            .threesixty .nav_bar a.nav_bar_previous::before {
                content: "\ea46";
            }

            .threesixty .nav_bar a.nav_bar_play::before {
                content: "\ebdf";
            }

            .threesixty .nav_bar a.nav_bar_next::before {
                content: "\ea47";
            }

            .threesixty .nav_bar a.nav_bar_stop::before {
                content: "\ebd8";
            }

    .threesixty .spinner {
        width: 60px;
        display: block;
        margin: 0 auto;
        height: 30px;
        background: #333;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .threesixty .spinner span {
            font-family: Arial, "MS Trebuchet", sans-serif;
            font-size: 12px;
            font-weight: bolder;
            color: #FFF;
            text-align: center;
            line-height: 30px;
            display: block;
        }

    .threesixty .threesixty_images {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .threesixty .threesixty_images img {
            position: absolute;
            top: 0;
            left: 50%;
            height: auto;
            max-height: 500px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            border-radius: 0px;
        }

            .threesixty .threesixty_images img.current-image {
                visibility: visible;
            }

            .threesixty .threesixty_images img.previous-image {
                visibility: hidden;
            }

/* Product Nav */
.product-nav {
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    max-width: 200px;
    padding: 5px;
    opacity: 0.6;
    position: fixed;
    top: 45%;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

    .product-nav.prev-pro {
        left: -130px;
    }

    .product-nav.next-pro {
        right: -130px;
    }

    .product-nav .details {
        width: 125px;
        padding: 10px;
    }

    .product-nav span.img {
        width: 60px;
    }

    .product-nav:hover.prev-pro {
        left: 0;
        opacity: 1;
    }

    .product-nav:hover.next-pro {
        right: 0;
        opacity: 1;
    }

    .product-nav .name:hover {
        color: #e96f84;
        opacity: 1;
    }

    .product-nav .price {
        margin-top: 10px;
        display: block;
    }

/* Product Sticky Bottom Cart */
.stickyCart {
    display: none;
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
}

    .stickyCart .product-featured-img {
        max-width: 50px;
    }

    .stickyCart .stickyOptions .selectedOpt, .stickyCart .selectbox {
        position: relative;
        background-color: #333333;
        color: #ffffff;
        border: 1px solid #535353;
        padding: 0 30px 0 15px;
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .stickyCart .stickyOptions .selectedOpt:after {
            content: "\ea45";
            font-family: "annimex-icons";
            font-size: 14px;
            position: absolute;
            top: 9px;
            right: 10px;
        }

    .stickyCart .stickyOptions ul {
        position: absolute;
        bottom: 115%;
        left: 0;
        display: none;
        list-style: none;
        min-width: 100%;
        max-height: 300px;
        overflow: auto;
        background-color: #333333;
        margin: 0 0;
    }

        .stickyCart .stickyOptions ul li {
            font-size: 90%;
            overflow: hidden;
            border-bottom: 1px solid #353535;
            padding: 7px 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
        }

            .stickyCart .stickyOptions ul li.soldout {
                opacity: 0.5;
                text-decoration: line-through;
            }

    .stickyCart .qtyField .qtyBtn {
        background: transparent;
        color: #ffffff;
        height: 40px;
    }

    .stickyCart .qtyField .qty {
        background: #333333;
        color: #ffffff;
        border-color: #535353;
        height: 40px;
    }

        .stickyCart .qtyField .qty:focus {
            border-color: #848484;
        }

    .stickyCart .btn {
        padding: 8px 20px;
    }


/*======================================================================
  19. Brands Pages
========================================================================*/
.letter-title {
    background-color: #f7f7f7;
    color: #333333;
    border: 1px solid #ececec;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    margin: 20px 0;
}

.brands-list .brands-logo a {
    display: block;
    background-color: #ffffff;
    border: 1px solid transparent;
}

    .brands-list .brands-logo a:hover {
        border-color: #000000;
    }

.brands-list .brands-logo img {
    padding: 5px;
    margin: 0 auto;
    display: block;
    filter: grayscale(100%);
}

.brands-list .brands-logo a:hover img {
    filter: grayscale(0);
}

.brands-list.box-border .brands-logo a {
    border: 1px solid #dddddd;
}

    .brands-list.box-border .brands-logo a:hover {
        border-color: #ec0016;
    }

.brands-search {
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    padding: 10px;
}

    .brands-search .listing li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .brands-search .listing li .alpha {
            background-color: #ffffff;
            padding: 3px 11px;
            border: 1px solid transparent;
        }

            .brands-search .listing li .alpha.active {
                color: #ffffff;
                background-color: #000000;
                border-color: #000000;
            }

            .brands-search .listing li .alpha:not(.active):hover {
                color: #333333;
                background-color: #ffffff;
                border-color: #e96f84;
            }

.brands-search-logo {
    padding: 20px 0;
    margin-bottom: 20px;
}


/*======================================================================
  20. FAQ's Pages
========================================================================*/
.faqs-style .accordion .accordion-item {
    border: 1px solid #ececec;
    border-radius: 0;
    margin: 0 0 10px;
}

.faqs-style .accordion .accordion-header .accordion-button:after {
    content: "\eafb";
    font-family: 'annimex-icons';
    position: absolute;
    top: 50%;
    right: 15px;
    background: transparent;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: normal;
}

.faqs-style .accordion .accordion-header .accordion-button[aria-expanded="true"]:after {
    content: "\ead8";
}

.faqs-style .accordion .accordion-header .accordion-button {
    background: #f7f7f7;
    color: #333333;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px 12px 15px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

    .faqs-style .accordion .accordion-header .accordion-button.collapsed {
        border-radius: 0;
    }

.faqs-style .accordion .accordion-body {
    padding: 15px;
}

.faqs-style2 .accordion .accordion-item {
    border: none;
    border-radius: 0;
    margin: 0;
}

.faqs-style2 .accordion .accordion-header .accordion-button {
    background: transparent;
    color: #e96f84;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    padding: 15px 30px 15px 0px;
}

    .faqs-style2 .accordion .accordion-header .accordion-button:after {
        right: 0;
    }

    .faqs-style2 .accordion .accordion-header .accordion-button.collapsed:hover {
        color: #e96f84;
    }

    .faqs-style2 .accordion .accordion-header .accordion-button.collapsed {
        border-radius: 0;
        color: #333333;
    }

.faqs-style2 .accordion .accordion-body {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}


/*======================================================================
  21. About us Pages
========================================================================*/
.section-clr {
    background-color: #eaeaea;
}

.section-color-light {
    background-color: #f9f9f9;
}

.sec-bg-black {
    background-color: #000000;
    color: #ffffff;
}

    .sec-bg-black h6 {
        color: #ffffff;
    }

.service-info .icon {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f3f4f5;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-info .service-wrap:hover .icon {
    background-color: #171717;
    color: #ffffff;
}

.service-info .title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.service-info.separate-line .service-wrap:not(:last-child) {
    border-right: 1px solid #d6d6d6;
}

.service-section .service-info .box {
    border: 1px solid #ebebeb;
    padding: 30px;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .service-section .service-info .box:hover {
        border-color: #314662;
    }

.team-section .team-item .social-icons {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    background: rgba(255, 255, 255,0.7);
    color: #ffffff;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.team-section .team-item:hover .social-icons {
    -webkit-transform: none;
    transform: none;
}

.team-section .team-item .social-icons a {
    background-color: rgba(51,51,51,0.7);
    width: 27px;
    height: 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterup-items:not(:last-child) {
    border-right: 1px solid #d6d6d6;
}

.counterup-title {
    font-size: 16px;
    font-weight: 500;
    color: #888;
    line-height: 1;
    margin: 0;
}

.counterup-number {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 1;
    margin: 0 0 10px;
}

.awards-items .awards-icon {
    background: #171717;
    color: #ffffff;
    font-size: 40px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 30px auto 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.awards-items:hover .awards-icon {
    background: #333333;
}

.awards-items .awards-title {
    font-size: 18px;
    margin: 0;
}

.video-popup-content .icon {
    font-size: 70px;
    border-radius: 50%;
    opacity: .8;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    -webkit-animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: video-button 1.25s infinite cubic-bezier(0.66,0,0,1);
}

    .video-popup-content .icon:hover {
        color: #e96f84;
    }

@-webkit-keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

@-moz-keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

@keyframes video-button {
    to {
        box-shadow: 0 0 0 45px rgba(255,255,255,0);
    }
}

.aboutus-style1-page .service-info .icon {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.aboutus-style1-page .brands-list .brands-logo a, .aboutus-style1-page .brands-list .brands-logo img {
    background-color: transparent;
}

.aboutus-style1-page .service-info .service-wrap:hover .icon {
    background-color: #1b795d;
    color: #ffffff !important;
}


/*======================================================================
  22. Contact Pages
========================================================================*/
.mailsendbtn {
    display: inline-block;
    position: relative;
}

    .mailsendbtn .loading {
        display: none;
        position: absolute;
        left: 175px;
        top: 7px;
        width: 28px;
        height: 28px;
        padding: 3px;
        box-shadow: 0 0 3px #999;
        text-align: center;
    }

.response-msg .alert {
    padding: 11px 20px;
    margin: 18px 0 0;
}

.error_msg {
    display: block;
    color: #ff4141;
}

.map-section {
    height: 400px;
    overflow: hidden;
}

.map-section-overlay {
    background: rgba(255,255,255,0.8);
    width: 250px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
}


/*======================================================================
  23. My Account Pages
========================================================================*/
.dashboard-sidebar {
    position: sticky;
    top: 30px;
    z-index: 1;
    padding: 20px 0 15px 0;
}

.dashboard-tab .nav-tabs .nav-item .nav-link {
    color: #333;
    font-size: 15px;
    padding: 8px 20px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .dashboard-tab .nav-tabs .nav-item .nav-link:hover,
    .dashboard-tab .nav-tabs .nav-item.show .nav-link,
    .dashboard-tab .nav-tabs .nav-link.active {
        color: #e96f84;
    }

.dashboard-content .counter-box img { /*height: 45px;*/
    margin-right: 20px;
}

.dashboard-content .box-info .box-title {
    position: relative;
    background-color: #ffffff;
    padding: 10px 15px;
}

    .dashboard-content .box-info .box-title h4 {
        color: #333;
        font-size: 15px;
        margin: 0;
        text-transform: capitalize;
    }

.dashboard-content .address-box {
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 1px #e3e3e3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .dashboard-content .address-box .bottom {
        border-top: 1px solid #dddddd;
        padding-top: 15px;
        margin-top: 15px;
    }

.dashboard-content .custom-badge {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
}

.dashboard-content .details .left {
    width: 150px;
    margin-right: 15px;
}

.dashboard-content .profileImg {
    width: 130px;
}

.dashboard-content .btn-link {
    color: #e96f84;
}

    .dashboard-content .btn-link:hover {
        color: #171717;
    }

.login-divide {
    text-align: center;
    position: relative;
    padding: 1rem 0;
}

    .login-divide:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }

.login-divide-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    background: #ffffff;
    color: #898686;
}

.social-link {
    padding: 10px 15px;
    margin: 0 6px;
    min-width: 130px;
    text-align: center;
}

    .social-link.facebook {
        background: #4867aa;
        color: #ffffff;
    }

    .social-link.google {
        background: #e94235;
        color: #ffffff;
    }

    .social-link.twitter {
        background: #55adee;
        color: #ffffff;
    }

.tracking-detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

    .tracking-detail ul li .left {
        min-width: 220px;
        text-transform: capitalize;
        font-weight: 600;
    }

    .tracking-detail ul li .right {
        color: #6c757d;
    }

.tracking-map iframe {
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.09);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.09);
    border-radius: 8px;
}

.tracking-steps .step {
    text-align: center;
    margin: 0 5px 8px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    position: relative;
    background-color: #f0f0f0;
    min-height: 44px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

    .tracking-steps .step span {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .tracking-steps .step:before, .tracking-steps .step:after {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 17px solid #f0f0f0;
        z-index: 2;
        -webkit-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

    .tracking-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #ffffff;
        z-index: 0;
    }

    .tracking-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .tracking-steps .step:first-child:before {
            border: none;
        }

    .tracking-steps .step.done {
        color: #333333;
        background-color: #e2e2e2;
    }

        .tracking-steps .step.done:after {
            border-left: 17px solid #e2e2e2;
        }

    .tracking-steps .step.current {
        color: #ffffff;
        background-color: #e96f84;
    }

        .tracking-steps .step.current:after {
            border-left: 17px solid #e96f84;
        }

.orderstracking-from .form-group .btn {
    height: 45px;
}


/*======================================================================
  24. Lookbook Pages
========================================================================*/
.lookbook-grid .lookbook-inner {
    position: relative;
    overflow: hidden;
}

.lookbook-grid .zoom-img {
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

    .lookbook-grid .zoom-img:hover {
        background-color: #222;
        color: #ffffff;
    }

.lookbook-grid .lookbook-caption {
    background: #f7f7f7;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 15px 20px;
    -webkit-transition: transform .3s ease-in-out;
    ;
    transition: transform .3s ease-in-out;
}

    .lookbook-grid .lookbook-caption.mainclr {
        background: rgba(41,51,85,0.77);
    }

        .lookbook-grid .lookbook-caption.mainclr .content > * {
            color: #ffffff;
        }

    .lookbook-grid .lookbook-caption.black {
        background: rgba(0,0,0,0.77);
    }

        .lookbook-grid .lookbook-caption.black .content > * {
            color: #ffffff;
        }

    .lookbook-grid .lookbook-caption.white {
        background: rgba(255,255,255,0.77);
    }

        .lookbook-grid .lookbook-caption.white .content > * {
            color: #333333;
        }

/* Lookbook Shop */
.lookbook-shop .look-share {
    transition: transform 0.2s ease-out, opacify 0.2s ease-out;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 33%;
}

    .lookbook-shop .look-share:hover {
        background: rgba(0,0,0,0.9);
    }

.lookbook-shop .look-shop {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,0.5);
    -webkit-transition: all .225s .01s ease-out;
    transition: all .225s .01s ease-out;
    bottom: 3%;
    right: 3%;
}

    .lookbook-shop .look-shop:hover {
        background-color: rgba(0,0,0,0.9);
    }

.lookbook-shop .products .btn-shop {
    background: #ffffff;
    color: #212529;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    -webkit-animation: box-shadow 2s linear infinite;
    -moz-animation: box-shadow 2s linear infinite;
    animation: box-shadow 2s linear infinite;
}

    .lookbook-shop .products .btn-shop .icon {
        font-size: 12px;
    }

    .lookbook-shop .products .btn-shop.active {
        background: #e96f84;
        color: #ffffff;
    }

        .lookbook-shop .products .btn-shop.active .icon:before {
            content: "\ead8";
        }

@-webkit-keyframes box-shadow {
    to {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }
}

@-moz-keyframes box-shadow {
    to {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }
}

@keyframes box-shadow {
    to {
        box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }
}

.lookbook-shop .grid-lb {
    visibility: hidden;
    z-index: 2;
    box-shadow: 0 0 2px #bbb;
    flex-direction: column;
    opacity: 0;
    display: none;
    position: absolute;
    width: 150px;
    background: #ffffff;
    padding: 10px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .lookbook-shop .grid-lb.active {
        opacity: 1;
        visibility: visible;
        display: flex;
    }

    .lookbook-shop .grid-lb:before {
        content: "";
        position: absolute;
        border: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
        left: 50%;
        top: -20px;
    }

    .lookbook-shop .grid-lb .pro-img {
        margin: 0 0 10px;
    }

    .lookbook-shop .grid-lb.top {
        top: auto;
        left: 50%;
        bottom: calc(100% + 10px);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

        .lookbook-shop .grid-lb.top:before {
            border-bottom: none;
            border-top: 10px solid #ffffff;
            top: auto;
            left: 50%;
            bottom: -10px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .lookbook-shop .grid-lb.bottom {
        bottom: auto;
        left: 50%;
        top: calc(100% + 10px);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

        .lookbook-shop .grid-lb.bottom:before {
            left: 50%;
            top: -20px;
            bottom: auto;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .lookbook-shop .grid-lb.left {
        right: calc(100% - -10px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .lookbook-shop .grid-lb.left:before {
            border: 10px solid transparent;
            border-left: 10px solid #ffffff;
            top: calc(50% - 10px);
            left: auto;
            right: -20px;
        }

    .lookbook-shop .grid-lb.right {
        left: calc(100% - -10px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .lookbook-shop .grid-lb.right:before {
            border: 10px solid transparent;
            border-right: 10px solid #ffffff;
            top: calc(50% - 10px);
            left: -20px;
            right: auto;
        }

    .lookbook-shop .grid-lb .btn-shop-close {
        background: #333333;
        color: #ffffff;
        position: absolute;
        right: -8px;
        top: -8px;
        z-index: 5;
        cursor: pointer;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 2px rgba(255, 255, 255,0.5);
    }

        .lookbook-shop .grid-lb .btn-shop-close .icon {
            font-size: 13px;
        }

        .lookbook-shop .grid-lb .btn-shop-close:hover {
            background: #e96f84;
            color: #ffffff;
        }

    .lookbook-shop .grid-lb .detail .title {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0 0 5px;
        display: block;
    }

    .lookbook-shop .grid-lb .detail .product-price .price {
        font-size: 13px;
    }

    .lookbook-shop .grid-lb .detail .btn {
        margin-top: 5px;
        font-size: 12px;
        padding: 8px 12px;
    }

.look-position1 {
    bottom: 15%;
    left: 45%;
}

.look-position2 {
    bottom: 25%;
    right: 55%;
}

.look-position3 {
    top: 38%;
    left: 25%;
}

.look-position4 {
    bottom: 10%;
    left: 35%;
}

.look-position5 {
    bottom: 50%;
    left: 40%;
}

.look-position6 {
    top: 10%;
    left: 62%;
}

.look-position7 {
    top: 60%;
    right: 27%;
}

.look-position8 {
    top: 50%;
    left: 25%;
}

.look-position9 {
    top: 20%;
    right: 55%;
}

.look-position10 {
    bottom: 20%;
    right: 40%;
}

.look-position11 {
    top: 8%;
    left: 24%;
}

.look-position12 {
    bottom: 30%;
    left: 40%;
}

.look-position13 {
    bottom: 30%;
    left: 50%;
}

.look-position14 {
    top: 20%;
    left: 65%;
}


/*======================================================================
  25. Portfolio Pages
========================================================================*/
.portfolio-nav .nav-item {
    background-color: #efefef;
    color: #888;
    border-color: #efefef;
    margin: 3px 5px;
}

    .portfolio-nav .nav-item.active {
        background-color: #000000;
        color: #ffffff;
        border-color: #000000;
    }

.portfolio-list .overlay .caption {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfolio-list .overlay:hover .caption {
    opacity: 1;
    visibility: visible;
}

.portfolio-list .btn-outline-light {
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
}

    .portfolio-list .btn-outline-light:hover {
        color: #e8e8e8;
        background-color: transparent;
        border-color: #e8e8e8;
    }


/*======================================================================
  26. Footer Style
========================================================================*/
.footer-newsletter .input-group > .form-control, .footer-newsletter .input-group > .btn {
    height: 60px;
}

    .footer-newsletter .input-group > .btn:hover {
        background-color: #e96f84;
        border-color: #e96f84;
        opacity: 0.8;
    }

.footer-newsletter .input-group > .form-control {
    font-size: 15px;
    padding: 10px 20px;
}

.footer .footer-top {
    background-color: #d8f3eb;
    color: #666666;
    border-top: 1px solid #9ac5b8;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .footer .footer-top .h4 {
        color: #ffffff;
        font-size: 16px;
        margin: 0 0 15px;
        text-transform: capitalize;
    }

.footer-links ul {
    padding: 0;
    margin: -3px 0;
}

.footer-links li {
    padding: 3px 0;
    margin: 0;
}

.footer-links a, .footer-contact a {
    color: #ffffff;
}

    .footer-links a:hover, .footer-contact a:hover {
        color: #e96f84;
    }

    .footer-links a:before {
        content: "";
        display: inline-block;
        width: 0px;
        height: 3px;
        vertical-align: middle;
        background-color: #e96f84;
    }

    .footer-links a:hover:before {
        width: 4px;
        margin-right: 3px;
    }

.footer-contact p {
    margin: 0 0 10px;
}

    .footer-contact p i {
        padding-right: 10px;
        font-weight: 600;
        color: #333333;
    }

.footer-contact .social-icons .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

.footer-middle {
    background-color: #1b795d;
    padding: 25px 0;
    clear: both;
}

.ftr-info .list-inline-item:not(:last-child) {
    border-right: 1px solid #d6d6d6;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-bottom {
    color: #ffffff;
    background: #1b795d;
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #40516d;
}

.payment-icons li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.payment-icons .icon {
    font-size: 22px;
    color: #ffffff;
    margin-left: 10px;
}

.footer-bottom .social-icons li, .footer-bottom .social-icons li a {
    display: inline-flex;
    align-items: center;
}

    .footer-bottom .social-icons li:not(:last-child) {
        margin-right: 14px;
    }

.newsletterbg {
    background-color: #ffffff;
    border: 1px solid #1487657d;
    color: #333333;
    padding: 30px;
}

    .newsletterbg .newsletter-input {
        border: 0;
    }

    .newsletterbg label {
        font-size: 22px;
        text-transform: uppercase;
    }

.footer-newsletter .social-icons li, .footer-newsletter .social-icons li a {
    display: inline-flex;
    align-items: center;
}

    .footer-newsletter .social-icons li:not(:last-child) {
        margin-right: 15px;
    }

.footer-newsletter.icon-arrow .newsletter-input {
    padding-right: 40px;
}

.footer-newsletter.icon-arrow .newsletter-submit {
    height: 100%;
    width: 40px;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

/* Footer gray bg */
.footer.ftr-bg-gray .footer-top {
    background-color: #333333;
    color: #c6c6c6;
}

    .footer.ftr-bg-gray .footer-top .h4 {
        color: #ffffff;
    }

    .footer.ftr-bg-gray .footer-top a, .footer.ftr-bg-gray .footer-middle a {
        color: #c6c6c6;
    }

        .footer.ftr-bg-gray .footer-top a:hover, .footer.ftr-bg-gray .footer-middle a:hover {
            color: #e96f84;
        }

.footer.ftr-bg-gray .footer-middle {
    background-color: #383838;
    color: #c6c6c6;
}

.footer.ftr-bg-gray .footer-bottom {
    background-color: #333333;
    color: #c6c6c6;
}

.footer.ftr-bg-gray .payment-icons .icon {
    color: #666666;
}

.footer.ftr-bg-gray .ftr-info .list-inline-item:not(:last-child) {
    border-color: #929292;
}

/* Footer black bg */
.footer.ftr-bg-black .footer-top {
    background-color: #d8f3eb;
    color: #666666;
}

.footer.ftr-bg-black .footer-bottom {
    background-color: #1e1e1e;
    color: #ffffff;
    border-color: #2d2d2d;
}

.footer.ftr-bg-black .footer-top .h4 {
    color: #3d3d3d;
    font-size: 16px;
}

.footer.ftr-bg-black .footer-top a, .footer.ftr-bg-black .footer-middle a, .footer.ftr-bg-black .footer-bottom a {
    color: #666666;
}

    .footer.ftr-bg-black .footer-top a:hover, .footer.ftr-bg-black .footer-middle a:hover, .footer.ftr-bg-black .footer-bottom a:hover {
        color: #000000;
        opacity: 0.8;
    }

    .footer.ftr-bg-black .footer-top a:before {
        background-color: #000000;
    }

.footer.ftr-bg-black .payment-icons .icon {
    color: #c6c6c6;
}

/* Footer Logo links */
.footer-logo-links {
    color: #333333;
    background-color: #eee7e45c;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .footer-logo-links .inline-links.left-brd .list-inline-item:not(:last-child) {
        border-right: 2px solid #d8d8d8;
        margin-right: 30px;
        padding-right: 30px;
    }

    .footer-logo-links .inline-links .list-inline-item:not(:last-child) {
        margin-right: 15px;
    }

    .footer-logo-links .social-icons .list-inline-item:not(:last-child) {
        margin-right: 10px;
    }

    .footer-logo-links .social-icons li a {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

/* Footer 2 */
.footer-2 .footer-middle {
    color: #ffffff;
    background-color: #181818;
}

/* Footer 3 */
.footer-3 .ftr-logo {
    max-width: 120px;
}

.footer-3 .footer-logo-links {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-3 .footer-top {
    color: #333333;
    background-color: #eee7e45c;
    border-color: #ece7e4;
}

    .footer-3 .footer-bottom, .footer-3 .footer-top .h4 {
        color: #000000 !important;
    }

    .footer-3 .footer-top .h4 {
        font-size: 17px;
    }

.footer-3 .phone-info .phone-text a {
    font-size: 19px;
}

.footer-3 .footer-bottom {
    background: #eee7e45c;
    border-color: #ece7e4;
    font-weight: 400;
}

.footer-3 .footer-links a, .footer-3 .footer-contact a {
    color: #222;
}

/* Footer 4 */
.footer-4 .copytext, .footer-4 .footer-contact p, .footer-4 .footer-links ul {
    font-size: 14px;
}

.footer-4 .payment-icons .icon {
    font-size: 20px;
}

/* Footer 5 */
.footer-5.ftr-bg-black .footer-top {
    background-color: #171717;
}

.footer-5.ftr-bg-black .footer-bottom {
    background-color: #171717;
    border-color: #242424;
}

.footer-5.footer .newsletter-submit {
    border-left: 1px solid #c6c6c6;
}

/* Footer 6 */
.footer-6 .phone-info .phone-icon {
    font-size: 30px;
}

.footer-6 .phone-info .phone-text a {
    font-size: 18px;
}

.footer-6 .footer-top,
.footer-6 .footer-bottom {
    background-color: #ffffff;
    border-color: #e3e3e3;
}

.phone-info .phone-icon {
    font-size: 35px;
    -webkit-transform: rotate(105deg);
    transform: rotate(105deg);
    margin-right: 10px;
}

.phone-info .phone-text a {
    font-size: 23px;
    font-weight: 600;
}

.ftr-promo-bar {
    background-color: #fdde58;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

    .ftr-promo-bar strong {
        font-size: 17px;
        ;
    }

.footer-7 {
    background: url(../images/slideshow/demo7-banner-overlay.jpg) repeat center;
}

    .footer-7.footer.ftr-bg-black .footer-top {
        background-color: transparent;
        color: #171717;
        border: none;
    }

    .footer-7.footer.ftr-bg-black .footer-bottom {
        background-color: transparent;
        color: #171717;
        border-top: 1px solid #d5d2c4c2;
    }

    .footer-7.footer.ftr-bg-black .payment-icons .icon {
        color: #171717;
    }

    .footer-7.ftr-bg-black .footer-top a, .footer-7.ftr-bg-black .footer-middle a, .footer-7.ftr-bg-black .footer-bottom a, .footer-7.ftr-bg-black .footer-top .h4 {
        color: #171717;
    }

.footer.ftr-bg-black .footer-top .h4 {
    font-size: 16px;
}

.footer-8 {
    color: #ffffff;
    background-color: #000000;
}

    .footer-8 .footer-logo-links {
        background-color: #000000;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .footer-8 .footer-logo-links .social-icons li a, .footer-8 .ftr-links a {
            color: #ffffff;
        }

    .footer-8 .ftr-links li:after {
        content: "|";
        padding: 0 20px;
        color: #646464;
    }

    .footer-8 .ftr-links li:last-of-type:after {
        content: "";
    }

    .footer-8 .footer-logo-links .inline-links .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .footer-8 .ftr-links a {
        font-weight: 500;
        text-transform: uppercase;
    }

        .footer-8 .ftr-links a:hover {
            opacity: 0.7;
        }

    .footer-8 .footer-bottom {
        color: #ffffff;
        background-color: #000000;
        border-color: #282828;
    }

    .footer-8 .footer-logo-links .logoImg {
        max-width: 120px;
    }

    .footer-8 .footer-logo-links .social-icons .list-inline-item:not(:last-child) {
        margin-right: 15px;
    }

    .footer-8 .footer-logo-links .social-icons li a {
        font-size: 15px;
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
    }

    .footer-8 .payment-icons .icon {
        color: #ffffff;
        margin-left: 10px;
    }

    .footer-8 .copytext {
        text-transform: uppercase;
    }

.footer.footer-9 .footer-top {
    padding-bottom: 35px;
}

.ftr-logoText .logoImg {
    max-width: 130px;
}

/* Bottom to Top scroll */
#site-scroll {
    display: none;
    color: #ffffff;
    background: #e96f84;
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    right: 30px;
    position: fixed;
    bottom: 40px;
    z-index: 444;
    box-shadow: 0 0 1px #d8d8d8;
    border-radius: 100px;
    text-align: center;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    #site-scroll:hover {
        color: #ffffff;
        background: #171717;
        border-color: #171717;
    }


/*======================================================================
  28. Quickshop Modal
========================================================================*/
.quickshop-modal .modal-dialog {
    max-width: 380px;
}

.quickshop-modal .qtyField input, .quickshop-modal .qtyField .qtyBtn {
    height: 35px;
}

.quickshop-modal .variant-cart, .addtocart-modal .variant-cart {
    font-size: 13px;
    color: #888888;
}

.quickshop-modal .product-form-submit .btn {
    height: auto;
    width: auto;
    min-width: 130px;
}

    .quickshop-modal .product-form-submit .btn.rounded-pill {
        padding-left: 20px;
        padding-right: 20px;
    }


/*======================================================================
  29. Addtocart Modal
========================================================================*/
.addtocart-modal .modal-dialog {
    max-width: 630px;
}

.addtocart-modal .price {
    color: #e96f84;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
}

.addtocart-modal .addcart-total {
    background: #f7f7f7;
    margin: 15px 0;
    padding: 10px;
}

#product-form-addtocart .title {
    text-transform: uppercase;
}

#product-form-addtocart .product-details {
    text-align: left;
}

#product-form-addtocart .product-title,
#product-form-quickshop .product-title {
    font-weight: 600;
}


/*======================================================================
  30. Quickview Modal
========================================================================*/
.quickview-modal.modal .modal-body {
    padding: 30px;
}

.quickview-modal .modal-dialog {
    max-width: 860px;
}

.quickview-modal .product-title {
    font-size: 22px;
    margin: 0 0 10px;
    text-transform: none;
    color: #171717;
}

.quickview-modal .product-review .icon {
    font-size: 14px;
}

.quickview-modal .product-arrow .icon {
    font-size: 22px;
    margin-left: 10px;
}

.quickview-modal .sort-description {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bdbdbd;
}

.quickview-modal .product-price {
    border-bottom: 1px dotted #bdbdbd;
    border-top: 0;
    padding: 0 0 20px;
}

    .quickview-modal .product-price .price {
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        text-transform: none;
    }

.quickview-modal .product-subtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.quickview-modal .product-price .old-price {
    font-size: 18px;
}

.quickview-modal .product-action .addtocart .btn {
    height: 40px;
}

.model-thumbnail-img {
    position: relative;
    margin: 10px 0 0;
}

    .model-thumbnail-img .list-inline {
        position: static;
        margin: 0 -4px;
        padding: 0;
    }

    .model-thumbnail-img .list-inline-item {
        position: relative;
        width: 100px;
        height: auto;
        opacity: 1;
        text-indent: initial;
        margin: 0;
        padding: 0 4px;
        border: none;
    }

        .model-thumbnail-img .list-inline-item img {
            display: block;
            border: 1px solid #ececec;
        }

        .model-thumbnail-img .list-inline-item.active img {
            border-color: #333;
        }

    .model-thumbnail-img .carousel-arrow {
        color: #333333;
        background-color: rgba(255,255,255,0.5);
        font-size: 18px;
        opacity: 1;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 22px;
        height: 22px;
        text-align: center;
    }

        .model-thumbnail-img .carousel-arrow:hover {
            background-color: #ffffff;
        }

/* Model viewer */
.product-thumb-left-style .model-thumbnail-img .list-inline-item {
    width: auto;
    padding: 0 0 10px;
}

.product-details-img .carousel-inner .youtubeSlide.ratio:before {
    padding-top: 127.586%;
}

.model-thumbnail-img .thumb-play {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #ffffff;
    background-color: rgba(51,51,51,.8);
    padding: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
}

.model-viewer-model {
    background-color: #f7f7f7;
}

.loading .loadingBox {
    display: block;
    position: fixed;
}

.loadingBox {
    display: none;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    z-index: 1050;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .loadingBox .anm {
        font-size: 40px;
        opacity: 0.9;
    }

.loading .modalOverly {
    display: block;
}

.modalOverly {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 666;
    background-color: rgba(0,0,0,0.6);
    -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.product-subtitle {
    color: #9b9b9b;
}

.pro-stockLbl .stockLbl {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.pro-stockLbl .icon {
    color: #e96f84;
    margin-right: 5px;
}

.pro-stockLbl .instock .icon {
    color: #447900;
}

.pro-stockLbl .outstock .icon {
    color: #f00;
}

.pro-stockLbl .items, .discount-badge .off {
    color: #e96f84;
}

.product-info p {
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
}

    .product-info p span {
        padding-left: 10px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .product-info p span.instock {
            color: #447900;
        }

.text-content h3 {
    margin: 20px 0;
}

.text-content p {
    margin: 0 0 10px;
}


/*======================================================================
  31. Cookie Meassage
========================================================================*/
#cookie-message {
    text-align: center;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 99;
    background-color: rgba(51,51,51,.9);
    color: #ffffff;
    padding: 10px 0;
    border-radius: 0;
    border: none;
}


/*======================================================================
  32. Promotion Product Popup
========================================================================*/
.product-notification {
    display: block;
    width: 270px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0 7px 2px rgba(158,158,158,0.2);
    margin: 15px;
    position: fixed;
    bottom: 0;
    -webkit-animation: movebottom 15s infinite;
    animation: movebottom 15s infinite;
    z-index: 999;
}

    .product-notification .mediaImg {
        width: 80px;
        display: block;
    }

    .product-notification .smtlt {
        color: #6c757d;
        font-size: 12px;
        font-weight: 500;
    }

    .product-notification .pname {
        font-size: 14px;
        font-weight: 600;
        margin: 5px 0 10px;
    }

    .product-notification .detail {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        color: #6c757d;
    }

    .product-notification .close {
        font-size: 13px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 6px;
        z-index: 99;
    }

@-webkit-keyframes movebottom {
    0% {
        display: block;
        bottom: -200px;
    }

    25% {
        bottom: 0px;
    }

    75% {
        bottom: 0px;
    }

    100% {
        display: none;
        bottom: -200px;
    }
}

@keyframes movebottom {
    0% {
        display: block;
        bottom: -200px;
    }

    25% {
        bottom: 0px;
    }

    75% {
        bottom: 0px;
    }

    100% {
        display: none;
        bottom: -200px;
    }
}


/*======================================================================
  33. 404 Error Page
========================================================================*/
.four0-img {
    max-width: 500px;
    margin: 0 auto;
}

.search-404 .action {
    width: 45px;
    padding: 0;
}

.four0-img .cls-1 {
    fill: #dcdcdc;
}

.four0-img .cls-2 {
    fill: #333333;
}

.four0-img .cls-3 {
    fill: #e96f84;
}

.four0-img .cls-4 {
    fill: #f78d5e;
}

.four0-img .cls-5 {
    fill: #fa976c;
}

.four0-img .cls-6, .four0-img .cls-7, .four0-img .cls-8 {
    fill: #b65c32;
}

.four0-img .cls-10, .four0-img .cls-6 {
    opacity: 0.6;
}

.four0-img .cls-7 {
    opacity: 0.4;
}

.four0-img .cls-9 {
    fill: #f4b73b;
}

.four0-img .cls-11 {
    fill: #f9c358;
}

.four0-img .cls-12 {
    fill: #9b462c;
}

.four0-img .cls-13 {
    fill: #aa512e;
}

.four0-img .cls-14 {
    fill: #e8ecff;
}

/* Animations */
.four0-img .wheel {
    animation: wheel-rotate 6s ease infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes wheel-rotate {
    50% {
        transform: rotate(360deg);
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

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

.four0-img .clock-hand-1 {
    animation: clock-rotate 3s linear infinite;
    transform-origin: bottom;
    transform-box: fill-box;
}

.four0-img .clock-hand-2 {
    animation: clock-rotate 6s linear infinite;
    transform-origin: bottom;
    transform-box: fill-box;
}

@keyframes clock-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.four0-img #stripe {
    animation: stripe-anim 3s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes stripe-anim {
    25% {
        transform: translate(10px, 0) rotate(-10deg);
    }

    75% {
        transform: translateX(10px);
    }
}

.four0-img #bike {
    animation: bike-anim 6s ease infinite;
}

@keyframes bike-anim {
    0% {
        transform: translateX(-1300px);
    }

    50% {
        transform: translateX(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    100% {
        transform: translateX(1300px);
    }
}

.four0-img .circle {
    animation: circle-anim ease infinite;
    transform-origin: center;
    transform-box: fill-box;
    perspective: 0px;
}

    .four0-img .circle.c1 {
        animation-duration: 2s;
    }

    .four0-img .circle.c2 {
        animation-duration: 3s;
    }

    .four0-img .circle.c3 {
        animation-duration: 1s;
    }

    .four0-img .circle.c4 {
        animation-duration: 1s;
    }

    .four0-img .circle.c5 {
        animation-duration: 2s;
    }

    .four0-img .circle.c6 {
        animation-duration: 3s;
    }

@keyframes circle-anim {
    50% {
        transform: scale(.2) rotateX(360deg) rotateY(360deg);
    }
}

.four0-img .four, .four0-img #ou {
    animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

    .four0-img .four.a {
        transform-origin: bottom left;
        animation-duration: 3s;
        transform-box: fill-box;
    }

    .four0-img .four.b {
        transform-origin: bottom right;
        animation-duration: 3s;
        transform-box: fill-box;
    }

.four0-img #ou {
    animation-duration: 6s;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes four-anim {
    50% {
        transform: scale(.98)
    }
}


/*======================================================================
  34. Comming Soon Page
========================================================================*/
.template-password {
    background-image: url("../images/coming-soon.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}

.password-header {
    position: absolute;
    right: 20px;
    top: 20px;
}

.password-title {
    font-size: 45px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.password-main .pwd-timer > span {
    font-size: 13px;
    line-height: 1.2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 12px;
    color: #444;
    background: #f9f9f9;
    border: 1px dashed #e96f84;
    margin: 0 5px;
    min-width: 40px;
    display: block;
}

.password-main .time-count {
    font-size: 22px;
    font-weight: 600;
    min-width: 40px;
    display: block;
    margin: 0 0 2px;
}

.password-loginModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    padding: 0;
    border: none;
}


/*======================================================================
  35. Nesletter Popup Styles
========================================================================*/
.newsletter-modal .newsltr-text {
    position: relative;
    padding: 20px 40px 30px;
    z-index: 2;
}

.newsletter-modal .social-icons li:not(:last-child) {
    margin-right: 13px;
}

.newsletter-modal .social-icons .icon {
    font-size: 15px;
}

.newsletter-modal .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

.newsletter-modal .text {
    font-size: 15px;
    margin-bottom: 20px;
}

.newsletter-modal .checkboxlink {
    line-height: 1.3;
}

.newsletter-modal .newsltr-img.overlay:before {
    opacity: 0.6;
}

.newsletter-modal.style1 .modal-dialog {
    max-width: 830px;
}

.newsletter-modal.style2 .modal-dialog {
    max-width: 546px;
}

.newsletter-modal.style3 .modal-dialog {
    max-width: 500px;
}

.newsletter-modal.style4 .modal-dialog {
    max-width: 700px;
}

.newsletter-modal .whiteText,
.newsletter-modal .whiteText .title,
.newsletter-modal .whiteText .social-icons a:not(:hover) {
    color: #ffffff;
}

    .newsletter-modal .whiteText .btn-close {
        color: #ffffff;
        font-size: 18px;
        opacity: 1;
        background: transparent;
    }

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: #000000;
}

.modal-backdrop.show {
    opacity: .8;
}

.vdr_grid .item {
    margin-bottom: 20px;
}

.vdr_store_prl .card-image {
    padding-bottom: 275px;
}

.card-profile .card-content {
    background: rgba(255,255,255,0.9);
}

.vendor-profile-page .card-profile .img-thumbnail {
    height: 190px;
    width: 200px;
    margin-top: -70px;
}

.vendor-settings-page .card-profile .img-thumbnail {
    height: 150px;
    width: 200px;
    margin-top: -40px;
}

.form-color-box input {
    width: 40px;
    height: 30px;
}

.tox .tox-dialog__body-nav {
    display: none !important;
}

.tox .tox-notifications-container {
    display: none !important;
}

.tox.tox-tinymce {
    border-radius: 6px;
    border-color: #d7d7d7;
}

.table > :not(:first-child) {
    border-color: #dee2e6;
}

.checkmark-info .icon {
    margin-right: 15px;
    color: #2db858;
    font-size: 20px;
}

.about-review {
    background-color: #333333;
    color: #ffffff;
}

    .about-review .quote-wraper .quotes-slide {
        background: #111111;
        box-shadow: 0 0 5px rgba(0,0,0,.05);
        border-radius: 4px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .about-review .quote-wraper .quotes-slide:hover {
            background: rgba(17,17,17,0.7);
        }

    .about-review .quote-wraper blockquote {
        font-size: 16px;
        color: #ffffff;
    }

    .about-review .quote-wraper .product-review {
        color: rgba(248,212,6,0.8);
        margin: 12px 0;
    }

    .about-review .quote-wraper .authour {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .about-review .slick-dots li button {
        background-color: #ffffff;
    }

/* Elements icons */
#elements-icons .iconList-content {
    font-size: 15px;
}

    #elements-icons .iconList-content .anm {
        font-size: 22px;
        margin-right: 12px;
    }

#elements-icons .glyph-icon, #elements-icons .iconInfo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    #elements-icons .glyph-icon:hover {
        color: #fe877b;
    }

#elements-icons .iconList .glyph:hover .anm {
    color: #fe877b;
    -webkit-animation: pulse 1s infinite ease-in-out alternate;
    animation: pulse 1s infinite ease-in-out alternate;
}


/* Animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.skiptranslate {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.searchField {
    /*border: 1px solid #418a6b;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 10px;*/
    /*border: 1px solid #418a6b;*/

    border-radius: 0;
    height: 39px;
    margin-bottom: 0;
}


.offerprice_sc {
    float: left;
    color: #e51515;
    background: #e6d3ca;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    padding: 1px 5px 1px;
    line-height: 18px;
    margin-top: 0;
    margin-left: 6px;
}

/*.RXbox_prdtl {
    background-color: #f4f7fb;
    padding: 10px;
    text-align: left;
}*/
.RXbox_prdtl h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    width: auto;
    background: #ffd7d7;
    color: #414146;
    line-height: 21px;
    padding: 2px 6px 2px;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 3px;
}

    .RXbox_prdtl h5 img {
        width: 15px;
        float: left;
        margin-top: 3px;
        margin-right: 4px;
    }

.inctax {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 6px;
}

.sidebar-sticky .sidebar-widget .widget-content .store-info-item .title {
    color: #4a4a4a;
    font-weight: 600;
}

.fontFamily {
    font-family: Arial !important;
}

.textcolorPrimary {
    color: #03815b !important;
}

.btnDisables {
    background: #8897a2;
    pointer-events: none;
    color: #fff;
    filter: grayscale(1);
}

.CartViewbox {
    display: block;
}

.CartIcon {
    display: none;
}

.rx {
    display: none;
}

.cartCountmb {
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #1b795d;
    border-radius: 50%;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: -8px;
    top: -4px;
}

@media (max-width: 1023px) {
    .CartViewbox {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        border: 0;
        z-index: 5;
        border-top: 1px solid #dfe3e6;
        border-radius: 0;
        background: #fff;
        display: inline-block;
        padding: 12px;
        margin-bottom: 0 !important;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

        .CartViewbox button {
            width: 100%;
        }

    .btnMobile50 {
        width: 49% !important;
    }
}

#addedCart {
}


.grid-products .list-style .product-details .product-name {
    text-align: left !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.removeCart {
    position: relative;
}

.removeBtn {
    position: absolute;
    top: -5px;
    right: 5px;
    color: #d50202c9;
}


.presLabel {
    -webkit-justify-content: flex-start;
    flex-direction: row;
    display: inline-flex;
    padding: 4px 8px;
    background: #f5efe9;
    gap: 4px;
    position: relative;
}

    .presLabel p {
        color: #d18f0a;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
        word-wrap: break-word;
        padding: 1px 5px;
    }

.prodbatchtagset {
    display: inline-block;
    width: 100%;
}

    .prodbatchtagset p {
        color: red;
        margin: 0;
        background: #ffdde7;
        border: 1px dashed #E01D5A;
        width: auto;
        display: inline-block;
        padding: 3px 8px 3px;
        border-radius: 3px;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0px;
        margin-left: 0;
        font-weight: 500;
    }

.CouponEngine {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    border: 1px solid rgba(0, 0, 0, .16);
    padding: 12px 4px 12px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    background: #ffffff;
}

.CouponEngine-Icon {
    margin-right: 10px;
    width: 35px;
    overflow: hidden;
    margin-top: 0;
}

    .CouponEngine-Icon img {
        width: 85px;
    }

.CouponEngine_applyCoupon__Vkwya {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    cursor: pointer;
}

.CouponEngine_linkText {
    font-size: 15px;
    line-height: 31px;
    font-weight: 600;
    width: 80%;
    cursor: pointer;
    margin-bottom: 0;
    color: #333;
    text-align: left;
}

.CouponEngine_applyCoupon__Vkwya > i {
    cursor: pointer;
    height: 33px;
    overflow: hidden;
    font-size: 21px;
    font-weight: 300;
    padding-top: 5px;
    padding-right: 10px;
}

.profileinMenu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: linear-gradient(273deg, #e7e7e7 1.59%, #ddfff5 104.56%);
    color: #333333;
}

.nameBtn {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.profileinMenu .customerName {
    font-size: 15px;
    font-weight: 500;
    line-height: 10px;
    color: #000000;
}

.profileinMenu .mobileNo {
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    color: #333333;
}

.profileinMenu .email {
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    color: #666666;
}

.editBtn {
    background: #06775e;
    color: #ffffff !important;
    border: 0px;
    padding: 3px 10px !important;
}

.form-group {
    text-align: left;
}

.footerPrivacyFix {
    display: block;
    margin-top: var(--space-2);
    color: var(--colors-neutralDark400);
    position: fixed;
    bottom: 0px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: var(--lineHeights-2);
    width: 90%;
    text-align: center;
}

    .footerPrivacyFix a {
        font-weight: 600;
        color: #000000;
    }
/*
#verification-code {
    display: flex;
    gap: 6px;
    margin: 10px 0 10px;
    justify-content: space-around;
    width: 100%;
}

    #verification-code input {
        width: 40px;
        height: 40px;
        font-size: 15px;
        border: 1px solid #e1e1e1;
        text-align: center;
        margin: 0;
        border-radius: 6px;
    }*/

#offcanvasOTP input {
    margin: 10px;
    padding: 13px 8px;
    max-width: 65px;
    text-align: center;
    height: 50px;
    font-size: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.offcanvas-header h5 {
    font-weight: 500;
}

.offcanvas-body .btnFooter {
    border-top: 1px solid #dfe3e6;
    padding: 12px 16px;
    position: sticky;
    bottom: 0;
    background: #fff;
}


/*SELECT ADDRESS CARD START*/
.grid-wrapper {
    display: block;
    grid-gap: 30px;
    place-items: center;
    place-content: center;
}

.grid-col-auto {
    grid-auto-flow: row;
    grid-template-rows: auto;
}

/*.AddressCard_addressCardBox{
    border-radius: 6px;
    margin: 0 0 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dce4f1;
}*/

/* ******************* Main Styeles : Radio Card */
label.radio-card {
    cursor: pointer;
    width: 100%;
}

    label.radio-card .card-content-wrapper {
        background: #fff;
        border-radius: 5px;
        max-width: 100%;
        min-height: 170px;
        padding: 15px;
        /* display: grid;*/
        /*     box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);*/
        transition: 200ms linear;
        position: relative;
        border-radius: 6px;
        margin: 0 0 16px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #dce4f1;
    }

    label.radio-card .check-icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: solid 2px #e3e3e3;
        border-radius: 50%;
        transition: 200ms linear;
        position: absolute;
        top: 15px;
        right: 15px;
    }

        label.radio-card .check-icon:before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-size: 12px;
            background-position: center center;
            transform: scale(1.6);
            transition: 200ms linear;
            opacity: 0;
        }

    label.radio-card input[type=radio] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: none;
    }

        label.radio-card input[type=radio]:checked + .card-content-wrapper {
            box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
        }

            label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
                background: #3057d5;
                border-color: #3057d5;
                transform: scale(1.2);
            }

                label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
                    transform: scale(1);
                    opacity: 1;
                }

        label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
            box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
            border-color: #3056d5;
        }

    label.radio-card .card-content img {
        margin-bottom: 10px;
    }

    label.radio-card .card-content h4 {
        font-size: 16px;
        letter-spacing: -0.24px;
        text-align: center;
        color: #1f2949;
        margin-bottom: 10px;
    }

    label.radio-card .card-content h5 {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
        color: #686d73;
    }
/*.AddressCard_addressDetailsContainer {
    line-height: 1.5;
    color: #4f585e;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px dashed #dce4f1;
}*/

.AddressCard_addressDetails {
    line-height: 1.5;
    color: #4f585e;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px dashed #dce4f1;
}

.addressType {
    color: #30363c;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.AddressCard_fullDtl {
    line-height: 16px;
    color: #6e787e;
    padding-right: 10px;
    word-break: break-word;
    font-size: 12px;
}

    .AddressCard_fullDtl p {
        margin-bottom: 4px;
    }

.AddressCard_footer {
    display: flex;
    justify-content: space-between;
    padding: 8px 1px 0;
    align-items: center;
    color: #666666;
}

.AddressCard_footer_remove {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.AddressCard_editBtn {
    font-weight: 500;
    margin-left: auto;
}

.AddressCard_editcontainer {
    display: flex;
    align-items: center;
}

.AddressCard_editIcon {
    width: 24px;
    height: 24px;
}
/*SELECT ADDRESS CARD END*/

/*select address type*/

.addType input[type="radio"] {
    display: none;
}

.addType label {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}

.addType .blank-label {
    display: none;
}

.addType input[type="radio"]:checked + label {
    background: #1b795d;
    color: #fff;
}

.form-label {
    margin-bottom: 1px;
    font-size: 13px;
}

.deliverto {
    width: max-content;
    padding: 4px 8px;
    background: #e5e7e6;
    color: rgb(64, 68, 76);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 5px;
    white-space: pre;
}


.addressBox {
    font-size: 13px;
    font-weight: 500;
    color: #8897a2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 15px;
    border-bottom: 1px solid #e6ebf4;
    margin-bottom: 15px;
    background: #ffffff;
}

    .addressBox .addType {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .addressBox .addType .typeName {
            word-break: break-word;
            flex: 1 1;
            display: flex;
            align-items: center;
            margin-right: 16px;
            max-width: calc(100% - 61px);
        }

            .addressBox .addType .typeName .typeNameIcon {
                display: inline-block;
                font-size: 20px;
                margin-right: 12px;
            }

            .addressBox .addType .typeName .addDelivery {
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                color: #333;
            }

        .addressBox .addType .changeAddbtn {
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            font-size: 13px !important;
            font-weight: 600;
            color: #1b795d;
        }

            .addressBox .addType .changeAddbtn:hover {
                color: #ff0000;
            }

    .addressBox .addressdelivery {
        max-width: 75%;
        margin: 0 28px;
    }

.addressLine {
    margin-top: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.block {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

.item-req-prescription {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
}

    .item-req-prescription .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: rgb(27, 105, 222);
        margin-right: 6px;
    }

    .item-req-prescription .pxMedname {
        font-size: 12px;
        color: rgb(108, 119, 137);
        font-weight: 500;
        line-height: 1.8rem;
    }

@media (max-width: 768px) {
    .addressBox .addType .typeName {
        max-width: 75%;
    }

    .addressBox {
        margin-bottom: -1px;
        position: fixed;
        width: 100%;
        bottom: 65px;
        left: 0;
        z-index: 99;
        border-top: 1px solid #dfe3e6;
        border-bottom: none;
        padding: 4px 12px;
        height: 66px;
        background: #fff radial-gradient(102.08% 918.75% at -2.08% 6.25%, hsla(0, 0%, 100%, .7) 0, rgba(226, 236, 252, .85) .01%, rgba(240, 245, 251, .6) 99.48%);
        border-radius: 0;
    }

        .addressBox .addType .typeName .addDelivery {
            line-height: 18px;
            color: #30363c;
            white-space: nowrap;
            font-size: 12px;
            font-weight: 600;
        }

    .addressLine {
        line-height: 18px;
        max-height: 4em;
        overflow: hidden;
        color: #4f585e;
        font-weight: 700;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        font-size: 12px;
    }

    .addressBox .addType .changeAddbtn {
        color: #10847e;
        font-weight: 700;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 12px !important;
        font-weight: 600;
        line-height: 24px;
    }

    .addressBox .addType .typeName {
        word-break: break-word;
        flex: 1 1;
        display: flex;
        align-items: center;
        margin-right: 16px;
        max-width: calc(100% - 61px);
    }
}


:root {
    --card-line-height: 1.2em;
    --card-padding: 1em;
    --card-radius: 0.5em;
    --color-green: #558309;
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
}

.priscriptionBox .grid {
    display: grid;
    grid-gap: var(--card-padding);
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

.priscriptionBox input[type="radio"] {
    width: 25px !important;
    height: 25px !important;
    padding: 5px !important;
}

@media (min-width: 42em) {
    .priscriptionBox .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.priscriptionBox .card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
}

    .priscriptionBox .card:hover {
        /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);*/
    }

.priscriptionBox .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .priscriptionBox .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: 25px;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 25px;
    }

        .priscriptionBox .radio::after {
            border: var(--radio-border-width) solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 0.75rem;
            left: 25%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.375rem;
        }

        .priscriptionBox .radio:checked {
            background: #106c51;
            border-color: #106c51;
        }

    .priscriptionBox .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

        .priscriptionBox .card:hover .radio:checked {
            border-color: #106c51;
        }
}

.priscriptionBox .plan-details {
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: border-color 0.2s ease-out;
}

.priscriptionBox .card:hover .plan-details {
    border-color: var(--color-dark-gray);
}

.priscriptionBox .radio:checked ~ .plan-details {
    border-color: #106c51;
}

.priscriptionBox .radio:focus ~ .plan-details {
    /*box-shadow: 0 0 0 2px var(--color-dark-gray);*/
}

.priscriptionBox .radio:disabled ~ .plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

    .priscriptionBox .radio:disabled ~ .plan-details .plan-type {
        color: var(--color-dark-gray);
    }

.priscriptionBox .card:hover .radio:disabled ~ .plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.priscriptionBox .card:hover .radio:disabled {
    border-color: var(--color-gray);
}

.priscriptionBox .plan-type {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.priscriptionBox .plan-dtl {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.priscriptionBox .plan-callinfo {
    color: #484848;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}

.priscriptionBox .plan-call {
    font-size: 18px;
    font-weight: 600;
    color: #1b795d;
}

.priscriptionBox .plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.priscriptionBox .slash {
    font-weight: normal;
}

.priscriptionBox .plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.priscriptionBox .hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/*OLD PRESBOX CHECK*/
.priscriptionBoxpast .grid {
    display: grid;
    grid-gap: var(--card-padding);
    margin: 0 auto;
    max-width: 60em;
    padding: 0;
}

.priscriptionBoxpast input[type="radio"] {
    width: 25px !important;
    height: 25px !important;
    padding: 5px !important;
}

@media (min-width: 42em) {
    .priscriptionBoxpast .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.priscriptionBoxpast .card {
    background-color: #fff;
    border-radius: var(--card-radius);
    position: relative;
}

    .priscriptionBoxpast .card:hover {
        /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);*/
    }

.priscriptionBoxpast .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .priscriptionBoxpast .radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: var(--radio-border-width) solid var(--color-gray);
        border-radius: 50%;
        cursor: pointer;
        height: 25px;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 25px;
    }

        .priscriptionBoxpast .radio::after {
            border: var(--radio-border-width) solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 0.75rem;
            left: 25%;
            position: absolute;
            top: 50%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.375rem;
        }

        .priscriptionBoxpast .radio:checked {
            background: #106c51;
            border-color: #106c51;
        }

    .priscriptionBoxpast .card:hover .radio {
        border-color: var(--color-dark-gray);
    }

        .priscriptionBoxpast .card:hover .radio:checked {
            border-color: #106c51;
        }
}

.priscriptionBoxpast .plan-details {
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: border-color 0.2s ease-out;
}

.priscriptionBoxpast .card:hover .plan-details {
    border-color: var(--color-dark-gray);
}

.priscriptionBoxpast .radio:checked ~ .plan-details {
    border-color: #106c51;
}

.priscriptionBoxpast .radio:focus ~ .plan-details {
    /*box-shadow: 0 0 0 2px var(--color-dark-gray);*/
}

.priscriptionBoxpast .radio:disabled ~ .plan-details {
    color: var(--color-dark-gray);
    cursor: default;
}

    .priscriptionBoxpast .radio:disabled ~ .plan-details .plan-type {
        color: var(--color-dark-gray);
    }

.priscriptionBoxpast .card:hover .radio:disabled ~ .plan-details {
    border-color: var(--color-gray);
    box-shadow: none;
}

.priscriptionBoxpast .card:hover .radio:disabled {
    border-color: var(--color-gray);
}

.priscriptionBoxpast .plan-type {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.priscriptionBoxpast .plan-dtl {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.priscriptionBoxpast .plan-callinfo {
    color: #484848;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
}

.priscriptionBoxpast .plan-call {
    font-size: 18px;
    font-weight: 600;
    color: #1b795d;
}

.priscriptionBoxpast .plan-cost {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
}

.priscriptionBoxpast .slash {
    font-weight: normal;
}

.priscriptionBoxpast .plan-cycle {
    font-size: 2rem;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}

.priscriptionBoxpast .hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/*upload prescription upload image START*/
.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #174638;
    border: 1px solid #174638;
    background-color: transparent;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

    .btn_upload:hover,
    .btn_upload:focus {
        color: #ffffff;
        background-color: #06563e;
        border-color: #06563e;
    }

.yes {
    display: flex;
    align-items: flex-start;
    margin-top: 0px !important;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}

.it {
    width: 100px;
    margin-left: 0;
    border: 1px solid #dddddd;
    padding: 2px;
    margin-top: 20px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}

.rmv {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #ff0000;
    display: inline-block;
    background: rgba(255, 0, 0, 1);
    margin: -5px -10px;
    width: 25px;
    line-height: 20px;
    font-size: 20px;
    height: 25px;
    position: absolute;
    top: 15px;
}

    .rmv:hover {
        background: rgba(255, 0, 0, 0.5);
    }
/*upload prescription upload image END*/

/*UPLOAD IMAGE ZOOM*/
.product-img--main {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 30px; */
    width: 100px;
    height: auto;
    float: left;
    margin: 10px;
}

    .product-img--main::after {
        content: 'Scale: ' attr(data-scale) '';
        position: absolute;
        font-size: 3rem;
        color: #333;
    }

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.service-content h4 {
    font-weight: 600 !important;
    font-size: 15px;
}

/*OFFER CARD*/
.cardOffer {
}

.OffersCard_container {
    width: 100%;
    height: 191px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.OfferCard_content {
    cursor: auto;
}

.OffersCard_expiresOn {
    font-size: 12px;
    color: #f76b6d;
    font-weight: 600;
    margin-top: 5px;
    line-height: 16px;
}

.OfferCard_content .dtl {
    display: flex;
    align-items: flex-start;
    flex: 1 1;
    padding: 15px 15px 20px;
    background-color: #fff;
    border-radius: 6px;
}

    .OfferCard_content .dtl .imgdtl {
        margin-right: 20px;
        max-width: 62px;
    }

.OffersCard_offerInnerContainer {
    text-align: left;
    flex: 1 1;
}

    .OffersCard_offerInnerContainer .OffersCard_heading {
        height: auto;
        margin-bottom: 15px;
    }

        .OffersCard_offerInnerContainer .OffersCard_heading .lineheading {
            height: auto;
            -webkit-line-clamp: unset;
        }

.OffersCard_title {
    font-weight: 600;
    line-height: 0;
    height: auto;
    -webkit-line-clamp: unset;
    padding-top: 10px;
}

discountDetails {
    max-height: none;
}

discountDetails {
    height: auto;
    -webkit-line-clamp: unset;
}
/*COUPON CARD*/
.OffersCard_footer {
    border: 1px dashed #dfe3e6;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

    .OffersCard_footer:before {
        left: -1px;
        border-radius: 0 80px 80px 0;
        border-left-color: #f4f7fb;
        box-shadow: inset -4px 0 5px -5px rgba(0, 0, 0, .2), -4px 0 0 0 #f4f7fb;
    }

    .OffersCard_footer:after {
        right: -1px;
        border-radius: 80px 0 0 80px;
        border-right-color: #f4f7fb;
        box-shadow: inset 4px 0 5px -5px rgba(0, 0, 0, .2), 4px 0 0 0 #f4f7fb;
    }

    .OffersCard_footer:after, .OffersCard_footer:before {
        content: "";
        position: absolute;
        height: 18px;
        width: 9px;
        top: -11px;
        background: #f4f7fb;
        border: 1px solid #dfe3e6;
    }

.OffersCard_code {
    font-size: 14px;
}

.OffersCard_code_bold {
    font-weight: 700;
}

.OffersCard_footer_link {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.OffersCard_footer_link_btn {
    display: flex;
    align-items: center;
    color: #10847e;
    font-weight: 700;
}
/*COUPON CCCAARD END*/




.custom-toast-container {
    position: fixed;
    left: 5%;
    bottom: 65px;
    z-index: 1050;
    margin-bottom: 1rem;
}

.custom-toast {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
    width: 330px;
    height: auto;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #919191;
    border-radius: 8px;
    box-shadow: 0 9px 10px rgb(0 0 0 / 29%);
    margin-right: 1rem;
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
}

    .custom-toast.show {
        opacity: 1;
        transform: translateY(0);
    }

    .custom-toast .icon-container {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .custom-toast .icon-container > svg {
            height: 34px;
        }

    .custom-toast .content-container {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .custom-toast .content-container .title {
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 2px;
        }

        .custom-toast .content-container .message {
            font-size: 14px;
            font-weight: 400;
            color: #111215;
        }

    .custom-toast > button {
        background-color: transparent;
        font-size: 25px;
        color: #9b9dab;
        cursor: pointer;
        border: 0;
        padding: 0;
        margin: 0;
        height: 34px;
        width: 34px;
    }

    .custom-toast.success .icon-container > svg {
        fill: #2ba17e;
    }

    .custom-toast.success .content-container .title {
        color: #2ba17e;
    }

    .custom-toast.error .icon-container > svg {
        fill: #ff355b;
    }

    .custom-toast.error .content-container .title {
        color: #ff355b;
    }

    .custom-toast.info .icon-container > svg {
        fill: #2F86EB;
    }

    .custom-toast.info .content-container .title {
        color: #2F86EB;
    }

    .custom-toast.warning .icon-container > svg {
        fill: #FFC021;
    }

    .custom-toast.warning .content-container .title {
        color: #FFC021;
    }

.custom-toast-container .custom-toast:last-child {
    margin-bottom: 1rem;
}

@media (max-width: 568px) {
    .custom-toast {
        margin: auto 0.5rem;
        left: 0;
        right: 0;
        width: calc(100% - 1rem);
        margin-bottom: 0.5rem;
    }

    .custom-toast-container {
        margin: 0;
    }
}
/*ALEWRT END*/

/*CATEGORY BOX HOME PAGE*/
.categoryBox .service-wrap {
    display: block;
}

.categoryBox .service-info {
    margin-bottom: 10px;
}

    .categoryBox .service-info .service-wrap {
        padding: 15px 10px;
    }

        .categoryBox .service-info .service-wrap .service-icon img {
            margin: 0 auto;
            display: block;
            margin-bottom: 15px;
            height: 60px;
            width: 60px;
            object-fit: contain;
        }

    .categoryBox .service-info .service-content h4 {
        font-weight: 500 !important;
        font-size: 15px;
        text-align: center;
        margin-bottom: 0;
    }

.imgPresUpload {
    border: 1px solid #1487657d;
    padding: 5px;
}

.newsletter-wrap {
    padding: 30px;
}

.alert {
    margin-bottom: 10px;
}

/*PRELOADER*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top: 5px solid #4CAF50;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.backIcon {
    float: left;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.backIconAfter {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.dashboard-tab {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 10px;
}

/*MY ORDER CARD START*/
.myOrderCard {
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
    padding: 0px;
    /*   margin: 0 15px 15px 0;*/
    vertical-align: top;
    min-height: 177px;
    border: 1px solid #dfe3e6;
    position: relative;
}

    .myOrderCard .orderDtl {
        display: block;
        width: 100%;
        padding-right: 0;
        color: #4f585e;
        font-size: 14px;
        line-height: 1.25;
        height: 7rem;
        overflow: auto;
    }

    .myOrderCard .ordertitle {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: #333333;
        padding: 10px 10px 10px 15px;
    }

    .myOrderCard .statusbox {
        position: relative;
    }

    .myOrderCard .statusbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* min-height: 40px;
        padding: 15px 15px 15px 10px;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: inherit;
    }

        .myOrderCard .statusbox .status {
            position: absolute;
            top: -1px;
            right: -1px;
            vertical-align: top;
            background-color: #62bf9f;
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 4px 10px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-height: 25px;
            width: 145px;
            text-align:center;
        }

            .myOrderCard .statusbox .status .status2 {
                /* width: 0;
                height: 0;*/
                position: absolute;
                /*   border-top: 21px solid #62bf9f;
                border-left: 8px solid transparent;*/
                /* left: -6px;
                top: 0;*/
                left: 8px;
                top: 1px;
                border-bottom-right-radius: 10px;
            }


    .myOrderCard .orderDtl ul li {
        margin-bottom: 8px;
        font-size: 13px;
        position: relative;
    }

.orderDetails {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    /* background: #ededed; */
    border: 1px solid #dddddd;
    border-right: 0;
    border-left: 0;
    padding: 8px 0px;
    margin-bottom: 10px;
}

.cross {
    display: flex;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 14px;
    background: #9b9b9b;
}
table tr{
    position:relative;
}
.crossline::after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    z-index: 99;
    left: 0;
    position: absolute;
    top: 16px;
    background: gray;
}

.myOrderCard .myOrderCardfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 8px 15px;
    /*padding-top: 0;*/
    background-color: transparent;
    /*background-color: #d0efe6;*/
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #e9e9e9;
}

    .myOrderCard .myOrderCardfooter .orderLeft, .orderRight {
        vertical-align: middle;
    }

    .myOrderCard .myOrderCardfooter .orderLeft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
        color: #4f585e;
        line-height: 1.5;
    }

        .myOrderCard .myOrderCardfooter .orderLeft .place {
            margin-top: 0px;
        }

        .myOrderCard .myOrderCardfooter .orderLeft .placedate {
            font-size: 13px;
            font-weight: 600;
        }

    .myOrderCard .myOrderCardfooter .orderRight {
        display: inline-block;
        text-align: right;
    }

        .myOrderCard .myOrderCardfooter .orderRight .textLink {
            min-width: 85px;
            white-space: nowrap;
            background-color: transparent;
            border: 0 !important;
            color: #10847e;
            padding: 0 20px 0 0;
            font-size: 14px;
            font-weight: 700;
            height: auto;
            background-image: url(https://assets.pharmeasy.in/web-assets/dist/00d19996.svg);
            background-position: 100%;
            background-repeat: no-repeat;
        }

.qustatus {
    position: absolute;
    top: 6px;
    right: 8px;
    border-radius: 5px;
    background: #ebebeb;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #075840;
}


.qutextLink {
    color: #ffffff;
    font-weight: 600;
}

.qudate {
    color: #004864 !important;
    font-weight: 600;
}


/*MY ORDER CARD END*/
.Searchproduct-list {
    display: none; /* Hide initially */
    flex-wrap: wrap;
    /* gap: 20px;*/
    position: relative;
}

.Searchproduct-item {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    width: 100%;
    /* margin-bottom: 10px; */
    /* position: absolute;*/
    z-index: 999999;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
}

    .Searchproduct-item .searchPrName {
        /* width: 75%;*/
    }

        .Searchproduct-item .searchPrName h4 {
            font-weight: 600;
            font-size: 13px;
            line-height: 15px;
            margin-bottom: 5px;
        }

    .Searchproduct-item .searchPrBtn {
        width: 40%;
    }

        .Searchproduct-item .searchPrBtn .btn {
            border-radius: 4px;
            padding: 5px 5px;
            height: 25px;
            font-size: 12px;
            font-weight: 500;
        }

.eac-light {
    width: 100% !important;
}

.eac-item {
    width: 100% !important;
}
/*.product-list {
    display: none;*/ /* Hide initially */
/*flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;
    margin-bottom: 10px;
    z-index: 9999;
    background: #fff;
}

@media (max-width: 768px) {
    .product-list {
        flex-direction: column;
    }

    .product-item {
        width: 100%;
    }
}*/

.emailUser {
    /*text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    width:150px;*/

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 160px;
    height: 45px;
    white-space: nowrap;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 23px;
    white-space: nowrap;
}


.Paidshowopt input[type=radio] {
    display: none;
}

    .Paidshowopt input[type=radio]:not(:disabled) ~ label {
        cursor: pointer;
    }

    .Paidshowopt input[type=radio]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

.Paidshowopt label {
    height: 100%;
    display: block;
    background: #c9efe4;
    border-radius: 5px;
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    border-left: 4px solid #81d7be;
}

.Paidshowopt input[type=radio]:checked + label {
    background: #c9efe4;
    /* color: white; */
    /* box-shadow: 0px 0px 5px rgb(23 0 255 / 75%); */
    border-left: 4px solid #1b795d;
}

.Paidshowopt input[type=radio] + label::after {
    /* color: #501fcd; */
    /* font-family: FontAwesome; */
    /* border: 1px solid #dddddd; */
    content: "";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 26%;
    right: 10px;
    height: 15px;
    width: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25); */
}

.Paidshowopt input[type=radio]:checked + label::after {
    /* color: #501fcd;
    font-family: FontAwesome;
    content: "";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 14%;
    right: 0;
    transform: translateX(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: white;*/

    color: #1b795d;
    background: #1b795d;
    position: absolute;
    top: 26%;
    right: 10px;
    height: 15px;
    width: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.Paidshowopt a i {
    font-size: 21px;
    margin-top: 10px;
    position: absolute;
    right: 15px;
    top: 5%;
    color: #333333;
}

.Paidshowopt h6 {
    font-size: 14px;
    font-weight: 500;
}

.Paidshowopt p {
    font-size: 12px;
    font-weight: 500;
}

.imageTemplate {
    opacity: 0.9;
    width: 100%;
    /* height: 200px; */
    background-position: center center;
    /*  background-color: gray;*/
    display: inline-block;
    margin: 0;
    padding: 8px;
}

    .imageTemplate:hover {
        opacity: 1;
    }

.radio-img > input {
    display: none;
}

.radio-img > .imageTemplate {
    cursor: pointer;
    border: 1px solid #d9d9d9;
    width: 100%;
    display: block;
}

.radio-img > input:checked + .imageTemplate {
    border: 1px solid #047c59;
}


.patientDtl {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
    max-height: 43px;
    text-align: left;
}



.shop-checkout-payment .nav-link.active {
    border-color: #1b795d;
}

.shop-checkout-payment .nav-link {
    background: transparent !important;
    border: 1px solid #d8f3eb;
    text-align: center;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    width: 170px;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

    .shop-checkout-payment .nav-link.active::before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .shop-checkout-payment .nav-link::before {
        content: "\f058";
        position: absolute;
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 20px;
        color: #1b795d;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        left: 4px;
        top: -4px;
        transition: all .5s ease-in-out;
    }

.shop-checkout-payment .checkout-card-img {
    padding-top: 12px;
    margin-bottom: 8px;
}

    .shop-checkout-payment .checkout-card-img img {
        width: 34px;
    }

.shop-checkout-payment .nav-link span {
    color: #333333;
}

.container1 {
    max-width: 100%;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

    .container1 h2 {
        text-align: left;
        margin-bottom: 20px;
        color: #333;
    }

.product-info {
    text-align: left;
    margin-bottom: 30px;
}

    .product-info .name {
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

    .product-info .current-status {
        margin-top: 8px;
        color: #555;
        font-size: 14px;
    }

.progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

    .progress-container::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #d3d3d3;
        z-index: 0;
    }

.progress-bar-fill {
    position: absolute;
    top: 20px;
    left: 0;
    height: 4px;
    background-color: #4caf50;
    width: 0%;
    z-index: 1;
    transition: width 1s ease-in-out;
}

.step {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 2;
    min-width: 90px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
}

    .step.show {
        opacity: 1;
        transform: translateY(0);
    }

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #d3d3d3;
    color: white;
    font-size: 18px;
    transition: background-color 0.4s;
}

.step.completed .circle {
    background-color: #4caf50;
}

.label {
    font-size: 14px;
    color: #555;
}

.step.completed .label {
    font-weight: bold;
    color: #4caf50;
}

.timestamp {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

/* Mobile-specific styles */
@media (max-width: 600px) {
    .progress-container {
        flex-direction: column;
        align-items: stretch;
    }

        .progress-container::before,
        .progress-bar-fill {
            display: none;
        }

    .step {
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 20px;
        background: #f9f9f9;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .circle {
        margin-bottom: 0;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .step-content {
        flex: 1;
    }

    .label {
        font-size: 15px;
        margin-bottom: 4px;
    }   
}
.loader1 {
    display: none;
    background: #080808c4;
    top: 0;
    left: 0;
    padding: 42%;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    bottom: 0;
    z-index: 999;
    position: absolute;
}


.badge-label {
    margin-left: 8px;
    position: relative;
}
    .badge-label:before {
        content: "";
        position: absolute;
        border: 8px solid transparent;
        border-right-color: #f06548;
        left: -14px;
        top: 0;
    }
.badge-label.bg-danger:before {
    border-right-color: #f06548;
}

.timeline {
    position: relative;
    margin: 0px auto;
    padding: 30px 0;
    width: 100%;
    box-sizing: border-box;
}

    .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: 97%;
        background: #c5c5c5;
    }

    .timeline ul {
        padding: 0;
        margin: 0;
    }

        .timeline ul li {
            list-style: none;
            position: relative;
            width: 50%;
            padding: 15px 20px;
            box-sizing: border-box;
        }

            .timeline ul li:nth-child(odd) {
                float: left;
                text-align: right;
                clear: both;
            }

            .timeline ul li:nth-child(even) {
                float: right;
                text-align: left;
                clear: both;
            }

.content {
    background: #f2fffb;
    padding: 10px;
    box-shadow: 0 0 0 1px #1487658a;
    border-radius: 5px;
    position:relative;
}

  /*  .content:after {
        content: "";
        border-top: 15px solid #ffffff;
        border-bottom: 15px solid #ffffff;
        border-left: 15px solid #ffffff;
        border-right: 15px solid #ffffff;
        display: inline-grid;
        position: absolute;
        right: -15px;
        top: 42%;
        transform: rotate(45deg);
        box-shadow: 3px -2px 3px 0px #00000036;
        z-index: 1;
    }*/

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #0c7456;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1487658a;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #0c7456;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1487658a;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #148765;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline ul li p {
    margin: 0px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -150px;
    margin: 0;
    padding: 8px 35px;
    background: transparent;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #1487658a;
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -150px;
    margin: 0;
    padding: 8px 35px;
    background: transparent;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #1487658a;
}

@media(max-width:1000px) {
    .timeline {
        width: 100%;
    }
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

        .timeline ul li:nth-child(odd):before,
        .timeline ul li:nth-child(even):before {
            top: -18px;
            left: 16px;
        }

        .timeline ul li:nth-child(odd) .time,
        .timeline ul li:nth-child(even) .time {
            top: -30px;
            left: 50px;
            right: inherit;
        }
}

@media (min-width: 990px) {
     .lbl {
        background-color: #0a9339;
        font-size: 9px;
        line-height: 1;
        text-transform: uppercase;
        padding: 4px 5px;
        position: relative;
        vertical-align: middle;
        border-radius: 2px;
        margin-left: 3px;
        color: #fff;
        display: inline-block;
        font-weight: 400;
    }

    .lbl:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 5px;
        left: -8px;
        border: 4px solid transparent;
        border-right-color: #0a9339;
    }

     .lbl.nm_label2:after {
        border-right-color: #0a9339;
    }

    .lbl.nm_label2 {
        background-color: #0a9339;
    }
}