/*============================================ 
Template Name: Karte
Version: 1.0 
Author: Mate_Themes
Author URI: https://themeforest.net/user/mate_themes
Description: Karte - Multipurpose E-Commerce Html Template  

/*======================================================================
Preloader Css Start 
========================================================================*/
#pre-loader {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 999999;
}

    #pre-loader img {
        text-align: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 99;
        margin: 0 auto;
    }

/*** 
=====================================================
Scss Start
=====================================================
***/
/*** 
=====================================================
01. Normalize Css Start 
=====================================================
***/
:root {
    --body-font: "Urbanist", sans-serif;
    --body-weight: 400;
    --heading_weight: 700;
    --thm-base-size: 16px;
    --thm-base: #0E0D10;
    --thm-white: #fff;
    --thm-black: #0E0D10;
    --thm-border: #e3e3e3;
    --body-text: #777777;
    --body-color: #fff;
    --heading-color: #0E0D10;
    --color-green: #00c307;
    --color-yeallow: #ffc107;
    --color-red: #ff033e;
}

* {
    padding: 0px;
    margin: 0px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Urbanist", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

button,
select {
    text-transform: none;
}

button,
html input {
    cursor: pointer;
}

textarea {
    overflow: auto;
}

button {
    background: transparent;
}

optgroup {
    font-weight: bold;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler {
    border: none !important;
    margin: 0px;
    padding: 0px;
}

    .navbar-toggler:focus {
        outline: 0px;
    }

img {
    max-width: 100%;
    height: auto;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.color-black {
    color: black !important;
}

.vh60 {
    height: 65vh !important;
}

li {
    list-style: none;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    border: none;
    cursor: pointer;
}

select {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
}

textarea {
    min-height: 150px;
    resize: none;
}

span {
    display: inline-block;
}

.table thead th,
.table td,
.table th {
    border: none;
}

iframe {
    border: 0;
    width: 100%;
}

p,
span,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

/*** 
=====================================================
Normalize Css End  
=====================================================
***/
/*** 
=====================================================
02. Global Css Start
=====================================================
***/
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    overflow: hidden !important;
    overflow-y: auto !important;
    margin: 0;
    padding: 0;
    padding-right: 0px !important;
    font-family: "Jost", sans-serif;
    color: #777777;
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Marcellus", serif;
    word-wrap: break-word;
    color: #0E0D10;
}

    h1 a,
    h1 span,
    h2 a,
    h2 span,
    h3 a,
    h3 span,
    h4 a,
    h4 span,
    h5 a,
    h5 span,
    h6 a,
    h6 span {
        font-family: "Marcellus", serif;
        font-weight: inherit;
        color: inherit;
        line-height: inherit;
        text-decoration: none;
        font-weight: inherit;
    }

.h2,
h2 {
    font-size: 48px;
    line-height: 1.25;
}

.h3,
h3 {
    font-size: 40px;
    line-height: 1.25;
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.25;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 1.25;
}

.h6,
h6 {
    font-size: 16px;
    line-height: 1.25;
}

a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    color: #777777;
}

    a:hover {
        text-decoration: none;
        color: #777777;
    }

.mega-title {
    font-size: 72px;
    line-height: 1.13;
}

.mega-title2 {
    font-size: 60px;
    line-height: 1.13;
}

    .mega-title2.font65 {
        font-size: 65px;
        line-height: 1.13;
    }

    .mega-title2.font55 {
        font-size: 55px;
        line-height: 1.13;
    }

@media only screen and (max-width: 1600px) {
    .mega-title {
        font-size: 65px;
    }

    .mega-title2,
    .mega-title2.font65,
    .mega-title2.font55 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1399px) {
    .mega-title {
        font-size: 55px;
    }

    .mega-title2,
    .mega-title2.font65,
    .mega-title2.font55 {
        font-size: 45px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199px) {
    .mega-title {
        font-size: 45px;
    }

    .mega-title2,
    .mega-title2.font65,
    .mega-title2.font55 {
        font-size: 38px;
    }

    .h2,
    h2 {
        font-size: 34px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 26px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .mega-title {
        font-size: 38px;
    }

    .mega-title2,
    .mega-title2.font65,
    .mega-title2.font55 {
        font-size: 34px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }
}
/*** 
=====================================================
Global Css End 
=====================================================
***/
/*==============================================
03. Button Css Start
===============================================*/
.radious0 {
    border-radius: 0px !important;
}

.radious2 {
    border-radius: 2px;
}

.radious3 {
    border-radius: 3px;
}

.radious50 {
    border-radius: 50px;
}

.radious5 {
    border-radius: 5px;
}

.radious20 {
    border-radius: 20px;
}

.radiousp50 {
    border-radius: 50%;
}

/*==============================================
03. Button Css Start
===============================================*/
.btn-primary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 18px 30px 18px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: normal;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    overflow: hidden;
    border: 1px solid #000000;
}

    .btn-primary:hover {
        color: #000000;
        background-color: transparent;
        border-color: #000000;
        text-decoration: none;
    }

    .btn-primary.whitebtn {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
    }

        .btn-primary.whitebtn:hover {
            color: #ffffff;
            background-color: transparent;
            border-color: #ffffff;
        }

    .btn-primary.transparentWhite {
        background-color: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

        .btn-primary.transparentWhite:hover {
            color: #000000;
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .btn-primary.transparentBlack {
        background-color: transparent;
        color: #000000;
        border: 1px solid #000000;
    }

        .btn-primary.transparentBlack:hover {
            color: #ffffff;
            background-color: #000000;
            border-color: #000000;
        }

    .btn-primary.yellowBtn {
        background-color: #8f743d;
        color: #ffffff;
        border: 1px solid #8f743d;
    }

        .btn-primary.yellowBtn:hover {
            color: #000000;
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .btn-primary.sotobtn {
        padding: 13px 20px 13px;
    }

@media (max-width: 1199px) {
    .btn-primary {
        padding: 12px 26px 12px;
    }

        .btn-primary.sotobtn {
            padding: 12px 20px 12px;
        }
}

@media (max-width: 991px) {
    .btn-primary.sotobtn {
        padding: 10px 18px 10px;
    }
}
/* Karte Button */
/*** 
=============================================
    btn--primary  Css
=============================================
***/
.btn--primary {
    position: relative;
    display: inline-block;
    border: 1px solid #1a1a1a;
    background: transparent;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px 0px;
    border-radius: 0px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: "Fira Sans", sans-serif;
    z-index: 1;
}

    .btn--primary::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background:  #fff;
        z-index: -1;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        transition: -webkit-transform 0.4s ease;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    .btn--primary:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .btn--primary:hover {
        color: #ffffff;
        border-color: #8f743d;
    }

    /*** 
=============================================
   btn--primary  style 2 Css
=============================================
***/
    .btn--primary.style2 {
        position: relative;
        display: inline-block;
        background: #1a1a1a;
        color: #ffffff;
        font-size: 12px;
        line-height: 40px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0px 20px 0px;
        border-radius: 0px;
        border: 0px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        overflow: hidden;
        font-family: "Fira Sans", sans-serif;
        z-index: 1;
    }

        .btn--primary.style2::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            background: #3D434B;
            z-index: -1;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            transition: -webkit-transform 0.4s ease;
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform-origin: right center;
            transform-origin: right center;
        }

        .btn--primary.style2:hover:before {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        .btn--primary.style2:hover {
            color: #ffffff;
        }

/*** 
=============================================
  btn--secondary Css
=============================================
***/
.btn--secondary {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px 0px;
    border-radius: 0px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: "Fira Sans", sans-serif;
    z-index: 1;
}

    .btn--secondary::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: #8f743d;
        z-index: -1;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        transition: -webkit-transform 0.4s ease;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    .btn--secondary:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .btn--secondary:hover {
        color: #ffffff;
    }

    /*** 
=============================================
  btn--secondary .style2 Css
=============================================
***/
    .btn--secondary.style2 {
        position: relative;
        display: inline-block;
        background: #ffffff;
        color: #1a1a1a;
        font-size: 12px;
        line-height: 40px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0px 20px 0px;
        border-radius: 0px;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        overflow: hidden;
        font-family: "Fira Sans", sans-serif;
        z-index: 1;
    }

        .btn--secondary.style2::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            background: #8f743d;
            z-index: -1;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            transition: -webkit-transform 0.4s ease;
            -webkit-transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform-origin: right center;
            transform-origin: right center;
        }

        .btn--secondary.style2:hover:before {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        .btn--secondary.style2:hover {
            color: #ffffff;
        }

@media (min-width: 1800px) {
    .btn--primary,
    .btn--primary.style2,
    .btn--secondary,
    .btn--secondary.style2 {
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .btn--primary,
    .btn--primary.style2,
    .btn--secondary,
    .btn--secondary.style2 {
        padding: 0px 40px 0px;
    }
}

@media (min-width: 768px) {
    .btn--primary,
    .btn--primary.style2,
    .btn--secondary,
    .btn--secondary.style2 {
        padding: 0px 30px 0px;
    }
}
/*** 
=============================================
  btn redstyle Css
=============================================
***/
.btn-primary.redstyle {
    background: #fa323c;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.redstyle:hover {
        background: #1a1a1a;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

.btn-primary.redtransparent {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.redtransparent:hover {
        border: 1px solid #fa323c;
        background: #fa323c;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

.btn-primary.redstyle2 {
    background: #fb4862;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.redstyle2:hover {
        background: #1a1a1a;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

.btn-primary.redtransparent2 {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.redtransparent2:hover {
        border: 1px solid #fb4862;
        background: #fb4862;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

/*** 
=============================================
 Btn Green Style2 Css
=============================================
***/
.btn-primary.greenstyle {
    background: #139227;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.greenstyle:hover {
        background: #1a1a1a;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

.btn-primary.diffcolor {
    background: #ff5a00;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .btn-primary.diffcolor:hover {
        background: #1a1a1a;
        color: #ffffff;
        -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    }

/* Padding Margin */
.pt-10 {
    padding-top: 10px;
}

.pt-10 {
    padding-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-10 {
    margin-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-30 {
    margin-right: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt--30 {
    margin-top: -30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .pt-120 {
        padding-top: 100px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .mt-60 {
        margin-top: 50px;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .mt-120 {
        margin-top: 100px;
    }

    .mb-120 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-40 {
        padding-top: 30px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .pt-60 {
        padding-top: 55px;
    }

    .pb-60 {
        padding-bottom: 55px;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .pb-120 {
        padding-bottom: 90px;
    }

    .mt-60 {
        margin-top: 55px;
    }

    .mb-60 {
        margin-bottom: 55px;
    }

    .mt-120 {
        margin-top: 90px;
    }

    .mb-120 {
        margin-bottom: 90px;
    }
}
/*==============================================
05. Components Css Start  
===============================================*/
/*==============================================
Ratting
===============================================*/
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0px;
}

    .rating li {
        margin: -1px;
        color: #FFA11F;
    }

        .rating li i {
            margin: 2px;
        }

        .rating li.tex {
            margin-bottom: -2px;
        }

@media only screen and (min-width: 1400px) {
    .auto-container {
        max-width: 1780px;
    }
}
/*==============================================
Slick Arrrows
===============================================*/
.globalarrow .slick-prev:focus,
.globalarrow .slick-next:focus,
.globalarrow .slick-prev,
.globalarrow .slick-next,
.globalarrow .arrow-back,
.globalarrow .arrow-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    line-height: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    z-index: 9;
    cursor: pointer;
}

.globalarrow .slick-prev,
.globalarrow .arrow-back {
    left: 30px;
}

.globalarrow .slick-next,
.globalarrow .arrow-next {
    left: unset;
    right: 30px;
}

.globalarrow.roundarrow .arrow-back,
.globalarrow.roundarrow .arrow-next,
.globalarrow.roundarrow .slick-prev:focus,
.globalarrow.roundarrow .slick-next:focus,
.globalarrow.roundarrow .slick-prev,
.globalarrow.roundarrow .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(221, 221, 221, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    color: #0D0D0D;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

    .globalarrow.roundarrow .arrow-back:hover,
    .globalarrow.roundarrow .arrow-next:hover,
    .globalarrow.roundarrow .slick-prev:focus:hover,
    .globalarrow.roundarrow .slick-next:focus:hover,
    .globalarrow.roundarrow .slick-prev:hover,
    .globalarrow.roundarrow .slick-next:hover {
        border: 1px solid rgba(248, 136, 33, 0);
        background: #8f743d;
        color: #ffffff;
    }

.globalarrow.roundarrow .slick-prev,
.globalarrow.roundarrow .arrow-back {
    left: -8px;
}

.globalarrow.roundarrow .slick-next,
.globalarrow.roundarrow .arrow-next {
    left: unset;
    right: -8px;
}

/* Slide Caption Animation */
.globalSlider .animation {
    opacity: 0;
    -webkit-transition: 0.5s all 100ms;
    transition: 0.5s all 100ms;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.globalSlider .slick-active .animation {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.globalSlider .animation.style2 {
    opacity: 0;
    margin-bottom: -30px;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.globalSlider .slick-active .animation.style2 {
    opacity: 1;
    margin-bottom: 0;
}

/* Global Dots Start */
.globaldots .slick-dots {
    margin: 0;
    width: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .globaldots .slick-dots li button {
        color: transparent;
        line-height: 0;
        font-size: 0;
        background: #ffffff;
        display: block;
        cursor: pointer;
        color: #ffffff;
        width: 8px;
        height: 8px;
        text-indent: -9999px;
        margin: 3px;
        padding: 0;
        border-radius: 100%;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        opacity: 0.8;
    }

    .globaldots .slick-dots li.slick-active button {
        background-color: #8f743d;
        opacity: 1;
    }

.globaldots.whiteDot .slick-dots li button {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.globaldots.whiteDot .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.globalarrow.mobileArrow .slick-prev:focus,
.globalarrow.mobileArrow .slick-next:focus,
.globalarrow.mobileArrow .slick-prev,
.globalarrow.mobileArrow .slick-next {
    opacity: 0;
    visibility: hidden;
}

.globalarrow.hoverArrow .slick-prev:focus,
.globalarrow.hoverArrow .slick-next:focus,
.globalarrow.hoverArrow .slick-prev,
.globalarrow.hoverArrow .slick-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .globalarrow.hoverArrow .slick-prev:focus:hover,
    .globalarrow.hoverArrow .slick-next:focus:hover,
    .globalarrow.hoverArrow .slick-prev:hover,
    .globalarrow.hoverArrow .slick-next:hover {
        opacity: 1;
        visibility: visible;
    }

.globalarrow.hoverArrow:hover .slick-prev:focus,
.globalarrow.hoverArrow:hover .slick-next:focus,
.globalarrow.hoverArrow:hover .slick-prev,
.globalarrow.hoverArrow:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .globalarrow.roundarrow .slick-prev:focus,
    .globalarrow.roundarrow .slick-next:focus,
    .globalarrow.roundarrow .slick-prev,
    .globalarrow.roundarrow .slick-next {
        height: 36px;
        width: 36px;
        font-size: 12px;
    }

    .globalarrow.roundarrow .slick-prev {
        left: -5px;
    }

    .globalarrow.roundarrow .slick-next {
        right: -5px;
    }

    .globalarrow.mobileArrow .slick-prev:focus,
    .globalarrow.mobileArrow .slick-next:focus,
    .globalarrow.mobileArrow .slick-prev,
    .globalarrow.mobileArrow .slick-next {
        opacity: 1;
        visibility: visible;
    }
}
/*==============================================
newsletterBox with button 
===============================================*/
.newsletterBox .newsletter-input-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DADDDF;
}

    .newsletterBox .newsletter-input-group input {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: var(--thm-black);
        background: transparent;
        border: 0;
    }

        .newsletterBox .newsletter-input-group input::-webkit-input-placeholder {
            color: #bdbdbd;
        }

        .newsletterBox .newsletter-input-group input::-moz-placeholder {
            color: #bdbdbd;
        }

        .newsletterBox .newsletter-input-group input:-ms-input-placeholder {
            color: #bdbdbd;
        }

        .newsletterBox .newsletter-input-group input::-ms-input-placeholder {
            color: #bdbdbd;
        }

        .newsletterBox .newsletter-input-group input::placeholder {
            color: #bdbdbd;
        }

.newsletterBox button {
    min-width: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*==============================================
Media  Box
===============================================*/
.media-box .mediaLIst {
    margin-right: 10px;
}

    .media-box .mediaLIst:last-child {
        margin-right: 0;
    }

    .media-box .mediaLIst .media {
        background: #FFFFFF;
        font-size: 16px;
        height: 40px;
        line-height: 0px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #777777;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .media-box .mediaLIst .media i {
            line-height: 0;
        }

        .media-box .mediaLIst .media:hover {
            color: #ffffff;
            background: #8f743d;
        }

/*==============================================
Mega-Hover Start 
===============================================*/
.mega-hover {
    position: relative;
    overflow: hidden;
}

    .mega-hover:after,
    .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
    }

    .mega-hover:before {
        top: 0;
        right: 51%;
        bottom: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.2);
    }

    .mega-hover:after {
        top: 50%;
        right: 0;
        bottom: 50%;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

.hover-scale img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale:hover img {
    -webkit-transform: scale(1.061);
    transform: scale(1.061);
}

.hover-scale2 img {
    -webkit-transform: scale(1.061);
    transform: scale(1.061);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale2:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-scale3 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale3:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.effect-three::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    width: 70%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.effect-three:hover::before {
    -webkit-animation: effectShine 0.95s;
    animation: effectShine 0.95s;
}

@-webkit-keyframes effectShine {
    100% {
        left: 125%;
    }
}

@keyframes effectShine {
    100% {
        left: 125%;
    }
}

.shakeInner:hover .shakebox {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.shake:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes shake {
    16% {
        -webkit-transform: translate(8px);
        transform: translate(8px);
    }

    33% {
        -webkit-transform: translate(-6px);
        transform: translate(-6px);
    }

    49% {
        -webkit-transform: translate(4px);
        transform: translate(4px);
    }

    66% {
        -webkit-transform: translate(-2px);
        transform: translate(-2px);
    }

    83% {
        -webkit-transform: translate(1px);
        transform: translate(1px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes shake {
    16% {
        -webkit-transform: translate(8px);
        transform: translate(8px);
    }

    33% {
        -webkit-transform: translate(-6px);
        transform: translate(-6px);
    }

    49% {
        -webkit-transform: translate(4px);
        transform: translate(4px);
    }

    66% {
        -webkit-transform: translate(-2px);
        transform: translate(-2px);
    }

    83% {
        -webkit-transform: translate(1px);
        transform: translate(1px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/*==============================================
Components Css End  
===============================================*/
/*==============================================
.anouncement-bar Start
===============================================*/
.colorBlack {
    color: #000000 !important;
}

.bg-black {
    background: #000000;
}

.bg-green {
    background: #0D6846;
}

.mb--4 {
    margin-bottom: -5px;
}

.anouncement-bar {
    padding: 10px 0px 10px;
}

.anouncement-list li,
.anouncement-list a,
.anouncement-list span,
.anouncement-list p,
.anouncement-list i {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.anouncement-list li,
.anouncement-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .anouncement-list li i,
    .anouncement-list a i {
        line-height: 0px;
    }

    .anouncement-list li .anounc-icon,
    .anouncement-list a .anounc-icon {
        margin-bottom: -3px;
    }

.sellector .btn {
    border: 0px;
    padding: 0px;
    font-size: 14px;
    background: transparent;
    color: #777777;
}

.sellector .dropdown-menu.dropdown-menu-end {
    top: 100% !important;
    left: 50% !important;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
}

.sellector .dropdown-menu.dropdown-menu-end {
    -webkit-transform: translate(-56%, 10px) !important;
    transform: translate(-56%, 10px) !important;
}

.sellector .dropdown-menu.language-sellector {
    -webkit-transform: translate(-50%, 10px) !important;
    transform: translate(-50%, 10px) !important;
}

.sellector .btn.white {
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0E0D10;
    text-decoration: none;
    background-color: unset;
}

.anouncAfter {
    position: relative;
}

    .anouncAfter::after {
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #494949;
        content: "";
        width: 1px;
        height: 15px;
    }

    .anouncAfter.anouncAfterHeight2::after {
        height: 41px;
    }

.mediaLIst.borderright {
    margin-right: 15px;
    border-right: 1px solid white;
    padding-right: 15px;
}

/*=== Menu Stiky ===*/
.mbg {
    background: #F5F5F5;
}

.menu-box.fixed {
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .navbar-nav .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: #121111;
        font-weight: 400;
        text-transform: capitalize;
        margin: 25px 15px;
        padding: 0px;
    }

        .navbar-nav .nav-item .nav-link i {
            line-height: 0px;
            font-size: 12px;
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .navbar-nav .nav-link.has-after {
        position: relative;
    }

        .navbar-nav .nav-link.has-after::after {
            position: absolute;
            bottom: 8px;
            left: 15px;
            height: 2px;
            width: 0%;
            border-radius: 6px;
            content: "";
            background: #000;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .navbar-nav .nav-link.has-after:hover::after {
            width: calc(100% - 30px);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

@media (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        margin: 10px 10px;
    }
}
/*=== Has Dropdown ===*/
.has-dropdown {
    position: relative;
}

    .has-dropdown .dropdown {
        top: 100%;
        left: -15px;
        z-index: 999;
    }

    .has-dropdown:hover .dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    .has-dropdown .dropdown,
    .has-sub-menu .sub-menu {
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        background: #FFF7EF;
        -webkit-box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
        box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
    }

        .has-dropdown .dropdown .dropdown-item,
        .has-sub-menu .sub-menu .sub-menu-item {
            padding: 2px 0px;
            margin: 2px 10px;
            font-size: 16px;
            color: #121111;
            display: inline-block;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            background: transparent;
        }

            .has-dropdown .dropdown .dropdown-item:hover,
            .has-sub-menu .sub-menu .sub-menu-item:hover {
                background: transparent;
            }

.has-dropdown2 {
    position: relative;
}

    .has-dropdown2 .dropdown {
        top: 100%;
        left: -170px;
        z-index: 999;
    }

    .has-dropdown2:hover .dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    .has-dropdown2 .dropdown,
    .has-sub-menu .sub-menu {
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        width: 220px;
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        background: #FFF7EF;
        -webkit-box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
        box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
    }

        .has-dropdown2 .dropdown .dropdown-item,
        .has-sub-menu .sub-menu .sub-menu-item {
            padding: 2px 0px;
            margin: 2px 10px;
            font-size: 16px;
            color: #121111;
            display: inline-block;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            background: transparent;
        }

            .has-dropdown2 .dropdown .dropdown-item:hover,
            .has-sub-menu .sub-menu .sub-menu-item:hover {
                background: transparent;
            }

/*=== Has Sub Menu ===*/
.has-sub-menu {
    position: relative;
}

    .has-sub-menu .sub-menu {
        left: 100%;
        top: 0px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        z-index: 999;
    }

    .has-sub-menu:hover .sub-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    .has-sub-menu .dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .has-sub-menu .dropdown-item span i {
            font-size: 10px;
        }

/*=== Has Megamenu ===*/
.megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 30px;
    margin: 0;
    position: absolute;
    top: 100%; /* Position directly below the category */
    z-index: 10000; /* Increased z-index to ensure it’s above other elements */
    overflow: auto;
    background: #FFF7EF;
    -webkit-box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
    box-shadow: 0px 30px 23px rgba(115, 68, 21, 0.25);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100vw; /* Full screen width */
    left: 50%;
    pointer-events: none; /* Hidden by default */
}

.has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.grid-item > a {
    font-weight: 500;
    color: #0E0D10;
    display: block;
    margin: 0px 0px 12px;
    padding: 0px 0px 8px;
    position: relative;
    text-transform: capitalize;
}

.grid-item .subLinks li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #121111;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 2px 0;
    margin: 3px 0px;
    font-size: 16px;
}

.grid-item .subLinks a {
    position: relative;
}

.grid-item .commonbtn {
    border: 1px solid #8f743d;
    padding: 16px 28px 16px !important;
    background-color: #8f743d;
    color: #fff !important;
}

/*=== Logo Start ===*/
.logo-holder .logo {
    display: inline-block;
    max-width: 145px;
}

header .logo {
    display: inline-block;
    max-width: 120px;
}

/*=== Mobile Nav Wrapper ===*/
.mobile-nav-wrapper {
    padding: 0px 0px 10px;
}

    .mobile-nav-wrapper .offcanvas-header {
        background-color: #eee;
    }

    .mobile-nav-wrapper .animationCloser {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.navbar-nav.mobile-nav .dropdown-list {
    width: 100%;
    position: relative;
}

    .navbar-nav.mobile-nav .dropdown-list .dropdown {
        display: none;
    }

.navbar-nav.mobile-nav .dropdown-item:focus {
    background-color: transparent;
}

.navbar-nav.mobile-nav .dropdown-item:hover {
    color: #222222;
}

.navbar-nav.mobile-nav .dropdown-item.active {
    background-color: transparent;
}

.navbar-nav.mobile-nav .nav-link,
.navbar-nav.mobile-nav .dropdown-item {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    color: #0E0D10;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 13px 13px;
    margin: 0px;
    opacity: 1;
    position: relative;
}

    .navbar-nav.mobile-nav .nav-link:hover,
    .navbar-nav.mobile-nav .dropdown-item:hover {
        background: transparent;
    }

.navbar-nav.mobile-nav .dropdown-item {
    padding-left: 25px;
}

.navbar-nav.mobile-nav .mnav-plus-minus {
    height: 16px;
    width: 16px;
    line-height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .navbar-nav.mobile-nav .mnav-plus-minus i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #0E0D10;
        font-size: 14px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-weight: 400;
    }

        .navbar-nav.mobile-nav .mnav-plus-minus i:first-child {
            opacity: 1;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .navbar-nav.mobile-nav .mnav-plus-minus i:last-child {
            opacity: 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

    .navbar-nav.mobile-nav .mnav-plus-minus.active i:first-child {
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .navbar-nav.mobile-nav .mnav-plus-minus.active i:last-child {
        opacity: 1;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.menu-flex-box .logo-holder,
.menu-flex-box .searchStyle3,
.menu-flex-box .micon-box {
    width: 25%;
}

.menu-flex-box nav {
    width: 50%;
}

@media (max-width: 1199px) {
    .menu-flex-box .logo-holder,
    .menu-flex-box .micon-box,
    .menu-flex-box .searchStyle3 {
        width: 20%;
    }

    .menu-flex-box nav {
        width: 60%;
    }
}

.dropdown .dropdown-menu {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: 0px;
    right: 0px;
    border-radius: 0px;
}

    .dropdown .dropdown-menu a.active,
    .dropdown .dropdown-menu a:hover,
    .dropdown .dropdown-menu button.active,
    .dropdown .dropdown-menu button:hover {
        background: transparent;
    }

.aurthorlog .dropdown-item {
    font-size: 14px;
    padding: 4px 10px;
}

.mobile-contact-info {
    margin: 13px 13px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 20px;
}

    .mobile-contact-info li {
        margin-bottom: 13px;
        line-height: 0px;
    }

        .mobile-contact-info li:last-child {
            margin-bottom: 0px;
        }

        .mobile-contact-info li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            font-size: 16px;
            text-transform: capitalize;
        }

            .mobile-contact-info li a i {
                margin-right: 8px;
                color: #8f743d;
            }

.site-copyright {
    position: fixed;
    text-align: left;
    bottom: 10px;
    font-size: 14px;
    padding-left: 8px;
    z-index: 100;
}

/*=== Menu Search Box Start ===*/
.newsletterBox.menusearch {
    width: 100%;
    max-width: 740px;
    padding: 0px;
}

    .newsletterBox.menusearch .newsletter-input-group {
        border-radius: 0px;
        border: 1px solid #E0E0E0;
        width: 100%;
        position: relative;
    }

        .newsletterBox.menusearch .newsletter-input-group input {
            font-size: 14px;
            min-height: 40px;
            padding: 0px;
        }

            .newsletterBox.menusearch .newsletter-input-group input::-webkit-input-placeholder {
                font-size: 14px;
            }

            .newsletterBox.menusearch .newsletter-input-group input::-moz-placeholder {
                font-size: 14px;
            }

            .newsletterBox.menusearch .newsletter-input-group input:-ms-input-placeholder {
                font-size: 14px;
            }

            .newsletterBox.menusearch .newsletter-input-group input::-ms-input-placeholder {
                font-size: 14px;
            }

            .newsletterBox.menusearch .newsletter-input-group input::placeholder {
                font-size: 14px;
            }

    .newsletterBox.menusearch .newsletter-input-btn {
        padding: 8px 20px 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        height: 40px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        font-weight: 400;
    }

        .newsletterBox.menusearch .newsletter-input-btn:hover {
            background: #000000;
        }

    .newsletterBox.menusearch .msearchicon {
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 17px;
        color: #0E0D10;
        margin-bottom: -8px;
    }

@media (max-width: 1399px) {
    .newsletterBox.menusearch {
        width: 100%;
        max-width: 500px;
        padding: 0px;
    }
}
/*=== Color Offer ===*/
.lineAfterBlack {
    position: relative;
}

    .lineAfterBlack::after {
        content: "";
        height: 1px;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 2px;
        background-color: #121111;
        -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .lineAfterBlack:hover::after {
        width: 100%;
    }

.badge.badgeRIght {
    right: 10px;
    top: 10px;
    left: unset;
}

/*=== Sidebar Line ===*/
.sidebarLine {
    position: relative;
    display: block;
    width: 40px;
    overflow: hidden;
}

.sline {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 1px;
    background-color: #121111;
}

    .sline::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0px;
        background-color: #ffffff;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .sline:first-child::before {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .sline:nth-child(2)::before {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .sline:nth-child(3)::before {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.sidebarLine:hover .sline::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.sline.whiteSline {
    background-color: #ffffff;
}

    .sline.whiteSline::before {
        background-color: #8f743d;
    }

/*=== LineY Start ===*/
.menuLineY {
    position: relative;
}

    .menuLineY::before, .menuLineY::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        left: 50%;
        top: 95%;
        opacity: 0;
    }

    .menuLineY::before {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        background: #8f743d;
    }

    .menuLineY::after {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
        background: #ffffff;
    }

    .menuLineY:hover::before, .menuLineY:hover::after {
        opacity: 1;
    }

    .menuLineY:hover::before {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .menuLineY:hover::after {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

/*=== LineY Start ===*/
.menuborderTop {
    border-top: 1px solid #3D3D3D;
}

/*=== Menu 3 NewsletterBox Start ===*/
.newsletterBox.searchStyle3 .newsletter-input-group {
    border: 0px;
    border-bottom: 1px solid rgba(218, 221, 223, 0);
}

    .newsletterBox.searchStyle3 .newsletter-input-group .form-control {
        text-transform: uppercase;
        color: #121111;
        font-size: 14px;
    }

        .newsletterBox.searchStyle3 .newsletter-input-group .form-control::-webkit-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle3 .newsletter-input-group .form-control::-moz-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle3 .newsletter-input-group .form-control:-ms-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle3 .newsletter-input-group .form-control::-ms-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle3 .newsletter-input-group .form-control::placeholder {
            color: #121111;
        }

    .newsletterBox.searchStyle3 .newsletter-input-group button {
        width: unset;
        height: unset;
        min-width: unset;
    }

    .newsletterBox.searchStyle3 .newsletter-input-group:focus-within {
        border-bottom: 1px solid #DADDDF;
    }

/*=== Newsletter Start ===*/
.menu-box.bgBlack.fixed {
    background: #000000;
}

/*=== Mbadge Start ===*/
.menubadge {
    background: #8f743d;
    border-radius: 0px;
    font-size: 12px;
    line-height: 1;
    padding: 3px 8px;
    color: #ffffff;
    font-weight: 400;
}

/*==============================================
QuickView Popup Start
===============================================*/
.modal-dialog.quickview-modal-width {
    max-width: 900px;
}

.quickview-modal {
    padding: 20px 0px 20px 20px;
}

.modalcloser {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*==============================================
QuickView Popup Start
===============================================*/
.quick-view-slider .tabs {
    border: 0px;
}

.quick-view-slider .ui-tabs .ui-tabs-panel {
    padding: 0px;
}

.popup-product-single-image img {
    min-width: 100%;
}

.qvBigImgBob {
    position: relative;
    width: 100%;
}

    .qvBigImgBob .prev,
    .qvBigImgBob .next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
        background-color: #FF805D;
        border: 1px solid transparent;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
        border-radius: 50%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .qvBigImgBob .prev:hover,
        .qvBigImgBob .next:hover {
            background-color: #000000;
            color: #fff;
            border-color: #000000;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .qvBigImgBob .prev {
        left: 5px;
    }

    .qvBigImgBob .next {
        right: 5px;
    }

.tab-nav.qvSliderNav {
    padding: 0px;
    margin-bottom: 3px;
    background: transparent;
    border: 0px;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

    .tab-nav.qvSliderNav:last-child {
        margin-bottom: 0px;
    }

    .tab-nav.qvSliderNav a.ui-tabs-anchor {
        display: block;
        padding: 0px;
        margin: 0px;
    }

.qvSliderNavBox ul {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border-radius: 0px;
    border: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.qvSliderNavBox li.ui-tabs-active {
    margin: 5px 5px !important;
}

.qvSliderNavBox .qvSliderNav {
    margin: 5px 5px !important;
}

    .qvSliderNavBox .qvSliderNav img {
        width: 80px;
    }

.qvSliderNavBox .tab-nav.ui-tabs-active {
    border: 1px solid #FF805D;
}

/*==============================================
 QuickView Popup Start 
===============================================*/
.product-switcher.style2 .pswitch-item {
    height: 60px;
    width: 60px;
}

.productSize.style2 .productSizeitem {
    font-size: 13px;
    height: 30px;
    width: 30px;
}

.product-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pswitch-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 80px;
    width: 88px;
    border: 1px solid rgba(189, 189, 189, 0);
}

    .pswitch-item img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .pswitch-item.active {
        border: 1px solid #8f743d;
    }

.pswitch-item {
    position: relative;
}

    .pswitch-item span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-16px);
        transform: translateX(-50%) translateY(-16px);
        top: calc(0% - 20px);
        font-size: 10px;
        line-height: 1;
        color: #ffffff;
        background: #000000;
        text-transform: capitalize;
        padding: 6px 8px 4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
    }

        .pswitch-item span::before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
            top: 75%;
            content: "";
            background: #000000;
            height: 8px;
            width: 8px;
            z-index: -1;
        }

    .pswitch-item:hover span {
        -webkit-transform: translateX(-50%) translateY(-7px);
        transform: translateX(-50%) translateY(-7px);
        opacity: 1;
        visibility: visible;
    }

.productSize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0px;
}

    .productSize .productSizeitem {
        height: 40px;
        width: 40px;
        border: 1px solid #BDBDBD;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: #828282;
    }

        .productSize .productSizeitem:hover {
            color: #828282;
        }

        .productSize .productSizeitem.active {
            border: 1px solid #111111;
            color: #111111;
        }

/*==============================================
product-quantity
===============================================*/
.qtySelector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BDBDBD;
}

    .qtySelector .decreaseQty,
    .qtySelector .qtyValue,
    .qtySelector .increaseQty {
        background: transparent;
        border: 1px solid transparent;
        width: 50px;
        height: 46px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: #000000;
        line-height: 0px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .qtySelector .decreaseQty:hover,
        .qtySelector .qtyValue:hover,
        .qtySelector .increaseQty:hover {
            color: #000000;
        }

    .qtySelector .decreaseQty {
        color: #74787C;
    }

    .qtySelector .increaseQty {
        font-size: 18px;
    }

    .qtySelector .qtyValue {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

        .qtySelector .qtyValue::-webkit-input-placeholder {
            color: #000000;
        }

        .qtySelector .qtyValue::-moz-placeholder {
            color: #000000;
        }

        .qtySelector .qtyValue:-ms-input-placeholder {
            color: #000000;
        }

        .qtySelector .qtyValue::-ms-input-placeholder {
            color: #000000;
        }

        .qtySelector .qtyValue::placeholder {
            color: #000000;
        }

.quickCross {
    position: absolute;
    top: 0px;
    right: 0px;
}

/*==============================================
 Sidebar Start 
===============================================*/
.sidebarOffcanvas {
    background: #FFF7EF;
}

.newsletter-input-group .sidebarinput {
    border: 1px solid #ECE2D7 !important;
    border-radius: 0px;
    color: #121111;
    height: 50px;
}

    .newsletter-input-group .sidebarinput:focus-within, .newsletter-input-group .sidebarinput:focus {
        border: 1px solid #121111 !important;
    }

    .newsletter-input-group .sidebarinput::-webkit-input-placeholder {
        color: #121111 !important;
    }

    .newsletter-input-group .sidebarinput::-moz-placeholder {
        color: #121111 !important;
    }

    .newsletter-input-group .sidebarinput:-ms-input-placeholder {
        color: #121111 !important;
    }

    .newsletter-input-group .sidebarinput::-ms-input-placeholder {
        color: #121111 !important;
    }

    .newsletter-input-group .sidebarinput::placeholder {
        color: #121111 !important;
    }

.bt {
    border-top: 1px solid #EDDECF;
}

.dropup button {
    border: none;
}

    .dropup button:hover {
        color: #121111;
        border: none;
    }

.dropup .dropdown-menu {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    border-radius: 0px;
}

/*==============================================
 Animation Closer Start 
===============================================*/
.animationCloser {
    background: transparent;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

    .animationCloser .span1 {
        -webkit-transform: rotate(-45deg) translate(4px, 10px);
        transform: rotate(-45deg) translate(4px, 10px);
    }

        .animationCloser .span1::before, .animationCloser .span1::after {
            -webkit-transition-delay: 0.15s !important;
            transition-delay: 0.15s !important;
        }

    .animationCloser .span2 {
        -webkit-transform: rotate(45deg) translate(-4px, 10px);
        transform: rotate(45deg) translate(-4px, 10px);
    }

    .animationCloser .animationLine {
        height: 2px;
        width: 40px;
    }

    .animationCloser .animationLine {
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

        .animationCloser .animationLine::before, .animationCloser .animationLine::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 2px;
            left: 0;
            bottom: 0px;
            background-color: #000000;
        }

        .animationCloser .animationLine::before {
            -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        }

        .animationCloser .animationLine::after {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
            transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        }

        .animationCloser .animationLine:hover::before {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .animationCloser .animationLine:hover::after {
            -webkit-transform: translateX(200%);
            transform: translateX(200%);
        }

    .animationCloser:hover .animationLine::before, .animationCloser:hover .animationLine::after {
        background-color: #8f743d;
    }

    .animationCloser:hover .animationLine::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .animationCloser:hover .animationLine::after {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

/*==============================================
Newsletter Modal Start 
===============================================*/
.newsletterModalBox {
    border-radius: 0px;
}

.height100vh {
    height: 100vh;
}

/*==============================================
Offcanvas Menu Search Start 
===============================================*/
.menusearch-offcanvas-top.offcanvas-top {
    min-height: 120px;
    height: 120px;
}

.menusearch {
    padding: 15px 0px 15px;
}

    .menusearch .newsletterBox.searchbox {
        border-radius: 0px;
        border-bottom: 1px solid rgba(130, 130, 130, 0.3);
    }

        .menusearch .newsletterBox.searchbox input {
            padding: 0px;
            color: #0E0D10;
        }

            .menusearch .newsletterBox.searchbox input::-webkit-input-placeholder {
                color: #BDBDBD;
            }

            .menusearch .newsletterBox.searchbox input::-moz-placeholder {
                color: #BDBDBD;
            }

            .menusearch .newsletterBox.searchbox input:-ms-input-placeholder {
                color: #BDBDBD;
            }

            .menusearch .newsletterBox.searchbox input::-ms-input-placeholder {
                color: #BDBDBD;
            }

            .menusearch .newsletterBox.searchbox input::placeholder {
                color: #BDBDBD;
            }

.searchboxButton {
    min-width: unset !important;
}

.sideGallary li {
    width: 30%;
}

    .sideGallary li img {
        min-width: 100%;
    }

/*==============================================
Newsletter Start 
===============================================*/
.checkBoxcommon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

/*==============================================
08. Home Page Css Start 
===============================================*/
/*==============================================
Hero-banner Start 
===============================================*/
.underline {
    text-decoration: underline;
}

.color-white {
    color: #ffffff !important;
}

.colorGray {
    color: #74787C !important;
}

.color-textwhite {
    color: rgba(255, 255, 255, 0.8) !important;
}

.bgWhite {
    background: #ffffff !important;
}

.hover-white {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .hover-white:hover {
        color: #ffffff;
    }

.bgBlack {
    background: #000000;
}

.colorrBlack {
    color: #0E0D10 !important;
}

.bgBage1 {
    background: #8f743d;
}

.colorBage1 {
    color: #8f743d !important;
}

.lh-0 {
    line-height: 0px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.hover-base {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hover-base:hover {
        color: #8f743d !important;
    }

.hoverScale {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .hoverScale img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .hoverScale:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.hoverScaleX img {
    -webkit-transform: scale(1.05) translateX(0);
    transform: scale(1.05) translateX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.hoverScaleX:hover img {
    -webkit-transform: scale(1.05) translateX(10px);
    transform: scale(1.05) translateX(10px);
}

.margintop--7 {
    margin-top: -7px;
}

.margintop--5 {
    margin-top: -5px;
}

@media only screen and (max-width: 1399px) {
    .font-20 {
        font-size: 18px;
    }

    .font-22 {
        font-size: 20px;
    }

    .font-24 {
        font-size: 22px;
    }

    .font-36 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1199px) {
    .bannerheight500 {
        min-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (max-width: 991px) {
    .font-18 {
        font-size: 16px;
    }

    .font-20 {
        font-size: 18px;
    }

    .font-22 {
        font-size: 16px;
    }

    .font-24 {
        font-size: 20px;
    }

    .font-36 {
        font-size: 28px;
    }

    .mobileColorBlack {
        color: #0E0D10 !important;
    }

    .mobilewhite {
        color: #ffffff !important;
    }

    .bannerheight500 {
        min-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
/*==============================================
Category Start      
===============================================*/
.after-line {
    position: relative;
}

    .after-line::after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 1px;
        width: 0%;
        content: "";
        background: #8f743d;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .after-line:hover::after {
        width: 100%;
    }

.height50 {
    height: calc(50% - 12px);
}

    .height50 img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.line {
    height: 1px;
    width: 40px;
    background: white;
}

/*==============================================
Product badge
===============================================*/
.badge {
    font-size: 16px;
    text-align: center;
    background: #8f743d;
    letter-spacing: 1px;
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 10px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 1.1;
    padding: 4px 11px 4px;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
    border-radius: 0px;
    font-weight: 400;
}

    .badge.bgBlack {
        background: #000000;
    }

/*==============================================
 Product Grid 
===============================================*/
.fitem {
    margin: 1px 12px;
}

.productNav .nav-link {
    padding: 0px;
    font-size: 20px;
    color: #74787C;
    font-family: "Marcellus", serif;
    margin: 0px 10px;
}

    .productNav .nav-link:hover {
        color: #8f743d;
    }

.productNav .animationLine::before, .productNav .animationLine::after {
    opacity: 0;
    visibility: hidden;
}

.productNav .animationLine:hover::before, .productNav .animationLine:hover::after {
    opacity: 1;
    visibility: visible;
}

.productNav .animationLine.active::before, .productNav .animationLine.active::after {
    opacity: 1;
    visibility: visible;
}

.productNav .nav-link.active {
    color: #8f743d;
    background: transparent;
}

.animationLine {
    position: relative;
    overflow: hidden;
}

    .animationLine::before, .animationLine::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0px;
        background-color: #8f743d;
    }

    .animationLine::before {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .animationLine::after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .animationLine:hover::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .animationLine:hover::after {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

.compared-price {
    color: #74787C;
}

.regular-price {
    text-decoration: line-through;
    color: #74787C;
}

.product-title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-weight: 400;
}

    .product-title:hover {
        color: #8f743d;
    }

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

    .product-image-wrapper img {
        min-width: 100%;
        max-width: 100%;
    }

.product-button-set {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 91;
    opacity: 0;
    visibility: hidden;
    right: 16px;
    top: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

    .product-button-set .buttonLInk {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px;
        color: #8f743d;
        font-weight: 900;
        font-size: 16px;
        margin: 5px;
        border: 1px solid rgba(18, 17, 17, 0.1019607843);
        line-height: 0px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .product-button-set .buttonLInk:hover {
            background: #000000;
            border: 1px solid #000000;
            color: #ffffff;
        }

.addBtn {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

    .addBtn:hover {
        background: #ffffff;
    }

.product-item:hover .product-button-set {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.product-item:hover .addBtn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 575px) {
    .addBtn {
        right: 15px;
        left: 15px;
        bottom: 15px;
        padding: 12px 15px 12px;
    }

    .product-title {
        font-size: 16px;
    }

    .fitem {
        margin: 1px 8px;
    }
}
/*==============================================
Video Box
===============================================*/
.height500 {
    min-height: 500px;
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        /* transform:scale(2.1); */
        opacity: 0;
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        /* transform:scale(2.1); */
        opacity: 0;
    }
}

@-webkit-keyframes sotoboro {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes sotoboro {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
/*==============================================
Partner Start
===============================================*/
.partner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*==============================================
Instagram-gallary Start
===============================================*/
.gallary-item {
    position: relative;
    overflow: hidden;
}

    .gallary-item .insta-text {
        position: absolute;
        bottom: 10%;
        left: 50%;
        -webkit-transform: translate(-50%, 50px);
        transform: translate(-50%, 50px);
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        border-radius: 6px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 30px;
        padding: 8px 8px 8px 26px;
    }

        .gallary-item .insta-text .icon {
            background: #8f743d;
            height: 35px;
            width: 35px;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 50%;
        }

    .gallary-item:hover .insta-text {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        opacity: 1;
        visibility: visible;
    }

.globalarrow.gallary-arrow .slick-prev:focus,
.globalarrow.gallary-arrow .slick-next:focus,
.globalarrow.gallary-arrow .slick-prev,
.globalarrow.gallary-arrow .slick-next {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

    .globalarrow.gallary-arrow .slick-prev:focus:hover,
    .globalarrow.gallary-arrow .slick-next:focus:hover,
    .globalarrow.gallary-arrow .slick-prev:hover,
    .globalarrow.gallary-arrow .slick-next:hover {
        border: 1px solid #8f743d;
        background: #8f743d;
        color: #ffffff;
    }

.globalarrow.gallary-arrow .slick-prev {
    left: 5px;
}

.globalarrow.gallary-arrow .slick-next {
    right: 5px;
}

@media only screen and (max-width: 991px) {
    .globalarrow.gallary-arrow .slick-prev:focus,
    .globalarrow.gallary-arrow .slick-next:focus,
    .globalarrow.gallary-arrow .slick-prev,
    .globalarrow.gallary-arrow .slick-next {
        opacity: 1;
        visibility: visible;
    }

    .gallary-item .insta-text {
        display: none;
    }
}
/*==============================================
  .Footer
===============================================*/
.logo {
    max-width: 120px;
}

.footer-link {
    position: relative;
    padding-left: 16px;
    color: #9A9A9A;
}

    .footer-link::after {
        position: absolute;
        top: 10px;
        left: 0px;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #8f743d;
        content: "";
    }

/*==============================================
Home Page Css End 
===============================================*/
/*==============================================
08. Home Page Css Start 
===============================================*/
.bg2 {
    background: #FBE8D6;
}

.bgBage1 {
    background: #8f743d;
}

.colorBage1 {
    color: #8f743d !important;
}

/*==============================================
video Start  
===============================================*/
.popupVideo {
    position: relative;
}

    .popupVideo .icon {
        position: absolute;
        top: 50%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #ffffff;
        height: 100px;
        width: 100px;
        border: 1px solid #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 0px;
        border-radius: 50%;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

        .popupVideo .icon:hover .icon {
            color: #8f743d;
            border: 1px solid #8f743d;
        }

@media only screen and (max-width: 1399px) {
    .popupVideo .icon {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
/*==============================================
 Product Grid Strat  
===============================================*/
.badge.roundBadge {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 30px;
    left: 30px;
}

.product-item:hover .pbutton.pbutton1 {
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    opacity: 1;
    visibility: visible;
}

.product-item:hover .pbutton.pbutton2 {
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 1;
    visibility: visible;
}

.bgWhite {
    background: #ffffff;
}

@media only screen and (max-width: 991px) {
    .pbutton {
        display: none;
    }

    .badge.roundBadge {
        top: 10px;
        left: 10px;
    }

    .badge {
        top: 0px;
        left: 0px;
    }

        .badge.roundBadge {
            height: 40px;
            width: 40px;
            font-size: 12px;
        }
}
/*==============================================
Home Page Css Start 
===============================================*/
.bg3 {
    background: #FFFAF5;
}

.anouncement3Border {
    position: relative;
}

    .anouncement3Border::before {
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        height: 1px;
        width: 100vw;
        background: #F3E1CF;
    }

/*==============================================
Hero-banner Start 
===============================================*/
.common-contentBox img {
    width: 100%;
}

.absolute-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 3;
}

.wrap-caption {
    padding: 25px;
}

/*==============================================
productNav Start
===============================================*/
.productNav.style2 .nav-link {
    font-size: 14px;
    color: #121111;
}

    .productNav.style2 .nav-link.active {
        color: #8f743d;
    }

/*==============================================
Product Grid Start 
===============================================*/
.badge.badgeRIght {
    left: unset;
    right: 15px;
    top: 15px;
}

.product-image-wrapper {
    padding-bottom: 1px;
}

.commonAccordion {
    border: 0px;
}

    .commonAccordion:first-of-type .accordion-button, .commonAccordion:last-of-type .accordion-button.collapsed {
        border-radius: 0px 0px 0px 0px;
    }

    .commonAccordion .accordion-button {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000000;
        background: #eee;
        padding: 15px 30px;
    }

        .commonAccordion .accordion-button[aria-expanded=false] {
            color: #eee;
            background: #000;
        }

            .commonAccordion .accordion-button[aria-expanded=false]::after {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                color: #ffffff;
            }

        .commonAccordion .accordion-button[aria-expanded=true] {
            color: #ffffff;
            background: #8f743d;
        }

            .commonAccordion .accordion-button[aria-expanded=true]::after {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

        .commonAccordion .accordion-button::after {
            background-image: unset;
            font-family: flaticon !important;
            content: "\f107";
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .commonAccordion .accordion-button:not(.collapsed)::after {
            background-image: unset;
            font-family: flaticon !important;
            content: "\f107";
            font-size: 14px;
        }

@media only screen and (max-width: 991px) {
    .commonAccordion .accordion-button {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 24px;
    }
}

.font-josefin {
    font-family: "Fira Sans", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

.font-54 {
    font-size: 54px;
}

.font-36 {
    font-size: 36px;
}

.font-48 {
    font-size: 48px;
}

.margintop--11 {
    margin-top: -11px;
}

@media only screen and (max-width: 1399px) {
    .font-54 {
        font-size: 48px;
    }

    .font-36 {
        font-size: 32px;
    }

    .font-48 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .font-54 {
        font-size: 42px;
    }

    .font-36 {
        font-size: 28px;
    }

    .font-48 {
        font-size: 36px;
    }
}
/*==============================================
Mega-Hover Start 
===============================================*/
.mega-hover {
    position: relative;
    overflow: hidden;
}

    .mega-hover:after,
    .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: 3;
    }

    .mega-hover:before {
        top: 0;
        right: 51%;
        bottom: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.2);
    }

    .mega-hover:after {
        top: 50%;
        right: 0;
        bottom: 50%;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
    }

.hover-scale img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale:hover img {
    -webkit-transform: scale(1.061);
    transform: scale(1.061);
}

.hover-scale2 img {
    -webkit-transform: scale(1.061);
    transform: scale(1.061);
    -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale2:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-scale3 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale3:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*==============================================
Hover Animation Start 
===============================================*/
.effect-three {
    position: relative;
    overflow: hidden;
}

    .effect-three::before {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 9;
        display: block;
        width: 70%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        opacity: 0;
    }

    .effect-three:hover::before {
        -webkit-animation: effectShine 0.95s;
        animation: effectShine 0.95s;
        opacity: 1;
    }

@keyframes effectShine {
    100% {
        left: 125%;
    }
}

.shake:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@keyframes shake {
    16% {
        -webkit-transform: translate(8px);
        transform: translate(8px);
    }

    33% {
        -webkit-transform: translate(-6px);
        transform: translate(-6px);
    }

    49% {
        -webkit-transform: translate(4px);
        transform: translate(4px);
    }

    66% {
        -webkit-transform: translate(-2px);
        transform: translate(-2px);
    }

    83% {
        -webkit-transform: translate(1px);
        transform: translate(1px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/*==============================================
08. Home Page Css Start 
===============================================*/
.underline {
    text-decoration: underline;
}

/*=== Menu 4 NewsletterBox Start ===*/
.newsletterBox.searchStyle4 .newsletter-input-group {
    border: 1px solid rgb(228, 228, 228);
    width: 300px;
}

    .newsletterBox.searchStyle4 .newsletter-input-group .form-control {
        max-width: 300px;
        text-transform: uppercase;
        color: #121111;
        font-size: 14px;
        height: 46px;
    }

        .newsletterBox.searchStyle4 .newsletter-input-group .form-control::-webkit-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle4 .newsletter-input-group .form-control::-moz-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle4 .newsletter-input-group .form-control:-ms-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle4 .newsletter-input-group .form-control::-ms-input-placeholder {
            color: #121111;
        }

        .newsletterBox.searchStyle4 .newsletter-input-group .form-control::placeholder {
            color: #121111;
        }

    .newsletterBox.searchStyle4 .newsletter-input-group button {
        width: unset;
        height: unset;
        min-width: unset;
    }

    .newsletterBox.searchStyle4 .newsletter-input-group:focus-within {
        border: 1px solid #121111;
    }

/*=== Home-4 Banner Start ===*/
.backgroundText {
    position: absolute;
    top: -10px;
    left: 0px;
    bottom: 0;
    max-width: 330px;
    width: 100%;
    z-index: -1;
}

    .backgroundText h2 {
        color: transparent;
        -webkit-text-stroke: 2px rgba(241, 236, 233, 0.8);
        font-size: 120px;
        line-height: 0.9em;
        font-weight: 400;
        text-transform: capitalize;
    }

.globalarrow.rightleft30 .slick-prev,
.globalarrow.rightleft30 .arrow-back {
    left: 30px;
}

.globalarrow.rightleft30 .slick-next,
.globalarrow.rightleft30 .arrow-next {
    right: 30px;
}

/*** 
=============================================
 Info Start
=============================================
***/
.highlight-info__skew_one {
    position: relative;
}

    .highlight-info__skew_one::before {
        position: absolute;
        top: 0%;
        right: -20%;
        height: 200%;
        width: 200%;
        background: #000000;
        content: "";
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: -2;
    }

    .highlight-info__skew_one:hover::before {
        background: #252525;
    }

.highlight-info__skew_bg {
    background-color: #8f743d;
}

    .highlight-info__skew_bg::before {
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        height: 200%;
        width: 100%;
        background: #8f743d;
        content: "";
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: -1;
    }

    .highlight-info__skew_bg:hover::before {
        background: #8f743d;
    }

.highlight-info__box {
    padding: 15px 0px 15px;
}

    .highlight-info__box .thumb {
        margin-right: 10px;
    }

        .highlight-info__box .thumb img {
            min-width: 32px;
        }

    .highlight-info__box h5 {
        text-transform: uppercase;
        color: #ffffff;
    }

    .highlight-info__box.two {
        position: relative;
    }

@media (min-width: 992px) {
    .highlight-info__skew_bg {
        background: transparent;
    }

        .highlight-info__skew_bg::before {
            display: block;
        }
}

@media (max-width: 991px) {
    .highlight-info__box {
        padding: 10px 0px 10px;
    }

        .highlight-info__box .thumb {
            margin-right: 10px;
        }

            .highlight-info__box .thumb img {
                min-width: unset;
                max-width: 25px;
            }
}
/*** 
=============================================
products-grid start
=============================================
***/
.product-price {
    padding: 6px 0px 0px;
}

    .product-price .compared-price {
        margin-bottom: 0;
        color: #0E0D10;
    }

    .product-price .regular-price {
        text-decoration: line-through;
        font-size: 14px;
        color: #777777;
    }

.product-color-varient.imagevarient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

    .product-color-varient.imagevarient .product-color {
        position: relative;
        height: 36px;
        width: 36px;
        border-radius: 5px;
        background: #2C2C2C;
        border: 2px solid #fff;
        margin: 3px 5px 0px 0px;
        display: inline-block;
    }

        .product-color-varient.imagevarient .product-color img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 36px;
            width: 36px;
        }

        .product-color-varient.imagevarient .product-color::after {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 38px;
            width: 38px;
            background: transparent;
            content: "";
            border-radius: 5px;
            border: 0.5px solid rgba(248, 137, 33, 0.4431372549);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .product-color-varient.imagevarient .product-color .colorName {
            position: absolute;
            top: -30px;
            left: 50%;
            -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
            background: #0E0D10;
            border-radius: 2px;
            color: #ffffff;
            font-size: 10px;
            font-weight: 400;
            line-height: 1.1;
            display: inline-block;
            padding: 4px 10px 4px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

            .product-color-varient.imagevarient .product-color .colorName::after {
                position: absolute;
                bottom: -50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
                width: 10px;
                height: 10px;
                background: #0E0D10;
                content: "";
                z-index: -1;
            }

        .product-color-varient.imagevarient .product-color:hover .colorName {
            -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
            opacity: 1;
            visibility: visible;
        }

        .product-color-varient.imagevarient .product-color:hover::after {
            opacity: 1;
            visibility: visible;
        }

        .product-color-varient.imagevarient .product-color.active::after {
            opacity: 1;
            visibility: visible;
        }

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

    .product-image-wrapper img {
        min-width: 100%;
        max-width: 100%;
    }

    .product-image-wrapper .normal-image {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        z-index: 1;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        will-change: z-index;
        cursor: pointer;
    }

    .product-image-wrapper .hover-image {
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

.product-item:hover .normal-image {
    opacity: 0;
    z-index: -1;
}

.product-item:hover .hover-image {
    opacity: 1;
    z-index: 1;
}

.product-button-set.style4 {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 50%;
    right: -10px;
    left: unset;
    bottom: unset;
    opacity: 0;
    visibility: hidden;
}

    .product-button-set.style4 .buttonLInk {
        border: none;
        background: #ffffff;
        height: 50px;
        width: 50px;
    }

        .product-button-set.style4 .buttonLInk i {
            line-height: 0px;
            -webkit-transition: 0s;
            transition: 0s;
        }

        .product-button-set.style4 .buttonLInk .hoverText {
            position: absolute;
            top: 50%;
            right: calc(100% + 10px);
            -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
            font-size: 10px;
            line-height: 1;
            color: #ffffff;
            background: #000000;
            text-transform: capitalize;
            padding: 6px 8px 6px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            font-weight: 400;
            border-radius: 2px;
            text-align: center;
            white-space: nowrap;
            letter-spacing: 1px;
        }

            .product-button-set.style4 .buttonLInk .hoverText::before {
                position: absolute;
                top: 50%;
                -webkit-transform: translate(8px, -50%) rotate(45deg);
                transform: translate(8px, -50%) rotate(45deg);
                right: 4px;
                content: "";
                background: #000000;
                height: 8px;
                width: 8px;
                z-index: -1;
            }

        .product-button-set.style4 .buttonLInk:hover {
            background: #000000;
            color: #ffffff;
        }

            .product-button-set.style4 .buttonLInk:hover .hoverText {
                -webkit-transform: translate(-3px, -50%);
                transform: translate(-3px, -50%);
                opacity: 1;
                visibility: visible;
            }

.product-item:hover .product-button-set.style4 {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.badge.radious5 {
    border-radius: 5px;
}

.pmarginbttm {
    margin-bottom: -10px;
}

/*** 
=============================================
products-grid start
=============================================
***/
.pbuttonabsolute {
    position: absolute;
    left: 20px;
    right: 20px;
    top: -45px;
    background: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
}

.bcb {
    display: inline-block;
    margin-bottom: -3px;
    font-size: 14px;
    position: relative;
}

    .bcb::after {
        position: absolute;
        top: 45%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 16px;
        width: 1px;
        content: "";
        background: #ddd;
    }

@media only screen and (max-width: 575px) {
    .bcb {
        display: none;
    }
}
/*** 
=============================================
productNav Start
=============================================
***/
.productNav .nav-link.font-36 {
    font-size: 36px;
    font-family: "Fira Sans", sans-serif;
}

    .productNav .nav-link.font-36::before, .productNav .nav-link.font-36::after {
        bottom: 2px;
        height: 2px;
    }

.productNav.productNavone .nav-link {
    color: #0E0D10;
}

    .productNav.productNavone .nav-link:hover {
        color: #8f743d;
    }

    .productNav.productNavone .nav-link.active {
        color: #8f743d;
    }

/***
=============================================
categories-one Start
=============================================
***/
.categories-one::before {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: calc(100% - 120px);
    width: 100%;
    background: rgb(250, 247, 244);
    content: "";
    z-index: -1;
}

.h260 {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.borderCat {
    border: 4px solid transparent;
}

    .borderCat .wrap-caption {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

    .borderCat:hover {
        border: 4px solid #8f743d;
    }

        .borderCat:hover .wrap-caption {
            opacity: 1;
            visibility: visible;
        }

/*** 
=============================================
Upcoming Product
=============================================
***/
.upcoming-item {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: center;
    overflow: auto;
    background-image: url('/assets/images/innerpage/scheme-01.jpg');
}

.upcoming-item__signature {
    position: absolute;
    bottom: 9%;
    right: 5%;
}

.upcoming-item__info {
    background: #ffffff;
    padding: 30px 30px 30px;
    text-align: center;
    max-width: calc(100% - 10vh);
    margin: 40px auto 0px;
}

    .upcoming-item__info .ratting {
        padding: 30px 0px 5px;
    }

    .upcoming-item__info h6 {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .upcoming-item__info h6 span {
            padding-top: 5px;
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #555555;
        }

        .upcoming-item__info h6:hover {
            color: #8f743d;
        }

            .upcoming-item__info h6:hover span {
                color: #555555;
            }

    .upcoming-item__info .image img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .upcoming-item__info:hover .image img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.upcoming-item__label {
    position: absolute;
    top: 1%;
    left: 1%;
    z-index: 2;
}

    .upcoming-item__label .content {
        border-radius: 50%;
        background-color: #8f743d;
        width: 144px;
        height: 88px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .upcoming-item__label .content h4 {
            color: #fff;
            text-transform: uppercase;
        }

    .upcoming-item__label::after {
        position: absolute;
        top: 0%;
        left: 10px;
        content: "";
        border: 1px solid rgb(255, 255, 255);
        border-radius: 50%;
        width: 166px;
        height: 102px;
        z-index: -1;
    }

.upcoming-item__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 510px;
    width: 100%;
}

    .upcoming-item__thumb::before {
        position: absolute;
        top: 0;
        left: -100%;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        z-index: 2;
    }

    .upcoming-item__thumb img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .upcoming-item__thumb:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

    .upcoming-item__thumb:hover::before {
        -webkit-animation: shine 1.5s;
        animation: shine 1.5s;
    }

.upcoming-item__right-box {
    margin-top: 40px;
}

.upcoming-item__section-title .tagline h5 {
    color: #8f743d;
}

.upcoming-item__section-title h2.title {
    color: #fff;
    margin-bottom: 0px;
}

    .upcoming-item__section-title h2.title::after {
        display: none;
    }

.upcoming-item__section-title p {
    color: #888888;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes joom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes joom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 768px) {
    .upcoming-item__left-box {
        margin-bottom: 60px;
    }

    .upcoming-item__info {
        position: absolute;
        bottom: -60px;
        right: 0px;
        width: 270px;
        padding: 69px 30px 31px;
        z-index: 5;
    }
}

@media (min-width: 992px) {
    .upcoming-item__label {
        top: 15px;
        left: -70px;
    }
}

@media (min-width: 1200px) {
    .upcoming-item__info {
        right: 50px;
    }
}

.pbg {
    background: rgb(242, 242, 242);
}

/*** 
=============================================
    core-features two Css
=============================================
***/
.core-features__box {
    border: 1px solid rgb(26, 26, 26);
    padding: 30px 30px 30px;
    position: relative;
}

    .core-features__box::before {
        position: absolute;
        top: 0px;
        left: -1px;
        width: 1px;
        height: 0%;
        content: "";
        background: #8f743d;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .core-features__box::after {
        position: absolute;
        bottom: -1px;
        right: 0px;
        width: 0%;
        height: 1px;
        content: "";
        background: #8f743d;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .core-features__box span.one {
        position: absolute;
        top: -1px;
        left: 0px;
        height: 1px;
        width: 0%;
        background: #8f743d;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .core-features__box span.two {
        position: absolute;
        bottom: 0px;
        right: -1px;
        height: 0%;
        width: 1px;
        background: #8f743d;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .core-features__box .icon {
        margin-right: 20px;
    }

        .core-features__box .icon img {
            min-width: 40px;
            max-width: 40px;
            -webkit-transition: 0.8s;
            transition: 0.8s;
        }

    .core-features__box:hover .icon img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    .core-features__box:hover::before {
        height: 100%;
    }

    .core-features__box:hover::after {
        width: 100%;
    }

    .core-features__box:hover span.one {
        width: 100%;
    }

    .core-features__box:hover span.two {
        height: 100%;
    }

.core-features__box-content a {
    margin-bottom: 10px;
}

    .core-features__box-content a h4 {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .core-features__box-content a h4:hover {
            color: #8f743d;
        }

.core-features-two__box .icon {
    margin-right: 20px;
}

    .core-features-two__box .icon img {
        min-width: 40px;
        max-width: 40px;
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }

.core-features-two__box .more-info-btn {
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: -5px;
}

    .core-features-two__box .more-info-btn i {
        -webkit-transform: translate(5px, 3px);
        transform: translate(5px, 3px);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .core-features-two__box .more-info-btn:hover {
        color: #8f743d;
    }

        .core-features-two__box .more-info-btn:hover i {
            -webkit-transform: translate(10px, 3px);
            transform: translate(10px, 3px);
        }

.core-features-two__box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.core-features-two__box a {
    margin-bottom: 10px;
}

    .core-features-two__box a h4 {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .core-features-two__box a h4:hover {
            color: #8f743d;
        }

/*** 
=============================================
gallary_one
=============================================
***/
.hovertext .wrap-caption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hovertext:hover .wrap-caption {
    opacity: 1;
    visibility: visible;
}

.overlaygi {
    position: relative;
}

    .overlaygi::after {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .overlaygi:hover::after {
        opacity: 1;
    }

/*** 
=============================================
feature-aurthor
=============================================
***/
.feature-aurthor__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.feature-aurthor__content {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-top: 5px solid #8f743d;
    padding: 50px 50px 50px;
}

/*** 
=============================================
review_one start
=============================================
***/
.review-one__section-head {
    padding-bottom: 16px;
}

    .review-one__section-head .title {
        position: relative;
    }

        .review-one__section-head .title::before {
            position: absolute;
            width: 100%;
            content: "";
            height: 1px;
            background: #e4e4e4;
            top: 26px;
            left: 0;
            z-index: -1;
        }

    .review-one__section-head h2 {
        position: relative;
        display: inline-block;
        background: #ffffff;
        padding-left: 38px;
        padding-right: 40px;
        letter-spacing: -0.02em;
        margin-bottom: 7px;
    }

.review-one__single-review {
    padding: 50px 20px;
    position: relative;
    display: block;
    z-index: 1;
}

.review-one__single-content {
    position: relative;
    padding: 50px 50px 50px;
}

    .review-one__single-content::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff;
        border-radius: 50px;
        -webkit-box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
        box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
        -webkit-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg);
        content: "";
        z-index: -1;
    }

.review-one__aurthor {
    position: relative;
    height: 100px;
    width: 100px;
}

    .review-one__aurthor .thumb {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

    .review-one__aurthor .quate {
        position: absolute;
        right: 5px;
        bottom: -5px;
        width: 30px;
        height: 30px;
        color: #8f743d;
        text-align: center;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .review-one__aurthor .quate i {
            position: relative;
            z-index: 2;
            color: #8f743d;
            font-size: 12px;
            line-height: 0px;
        }

        .review-one__aurthor .quate::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #ffffff;
            border-radius: 5px;
            -webkit-box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
            -webkit-transform: skew(0deg, -7deg);
            transform: skew(0deg, -7deg);
            content: "";
            z-index: 2;
        }

.review-one__review-text p {
    padding: 40px 0px 25px;
}

.review-one__review-text h4 a {
    color: #000000;
}

.review-one__review-text span {
    display: block;
}

.reviewOneSlider {
    padding-bottom: 50px;
    position: relative;
}

    .reviewOneSlider.globalarrow .slick-next {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50% + 15px);
        top: unset;
        bottom: 0px;
    }

    .reviewOneSlider.globalarrow .slick-prev {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50% - 55px);
        top: unset;
        bottom: 0px;
    }

@media (max-width: 1199px) {
    .review-one__single-content {
        padding: 30px 30px 30px;
    }
}
/*** 
=============================================
newsLetter-one
=============================================
***/
.newsLetter-one {
    background: #8f743d;
}

.newsLetter-one__content-box span {
    display: block;
    font-size: 16px;
}

.newsLetter-one__content-box .thumb {
    margin-right: 20px;
}

    .newsLetter-one__content-box .thumb img {
        min-width: 100%;
    }

.newsLetter-one__content-box .form {
    width: 100%;
}

.newsLetter-one__subscribe-box {
    position: relative;
}

    .newsLetter-one__subscribe-box input {
        width: calc(100% - 50px);
        height: 50px;
        background: #ffffff;
        font-family: "Fira Sans", sans-serif;
        padding-right: 130px;
        height: 60px;
    }

    .newsLetter-one__subscribe-box .subscrib-btn {
        position: absolute;
        top: 5px;
        right: 0px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #000000;
        padding: 10px 30px 10px;
        color: #ffffff;
        font-family: "Fira Sans", sans-serif;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin-left: -10px;
    }

        .newsLetter-one__subscribe-box .subscrib-btn:hover {
            background: #3e3a3a;
        }

    .newsLetter-one__subscribe-box .subscrib-btn {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

.newsLetter-one__content-box.three {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .newsLetter-one__content-box h6 {
        margin-top: 0px;
        position: relative;
        padding-left: 40px;
    }

        .newsLetter-one__content-box h6::after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0px;
            content: "";
            height: 100%;
            width: 1px;
            background: #ffffff;
        }
}

@media (min-width: 992px) {
    .newsLetter-one__content-box.three {
        margin-top: 0px;
    }
}
/*** 
=============================================
map-one
=============================================
***/
.map-one {
    position: relative;
}

    .map-one iframe {
        height: 600px;
        margin-bottom: -7px;
    }

.map-one__content-holder {
    max-width: 1200px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0px auto;
    display: block;
}

.map-one__content {
    background: #000000;
    padding: 30px;
    width: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

    .map-one__content h4 {
        color: #ffffff;
    }

    .map-one__content ul {
        padding-top: 10px;
    }

        .map-one__content ul li {
            color: #888888;
        }

    .map-one__content .text {
        padding-top: 10px;
    }

    .map-one__content p {
        color: #888888;
    }

    .map-one__content .btn-box {
        margin-top: 20px;
    }

@media (min-width: 576px) {
    .map-one__content {
        width: 417px;
        padding: 50px;
    }
}
/*** 
=============================================
blog-one start
=============================================
***/
.blog-one__section-title h5 {
    color: #8f743d;
}

.blog-one__section-title .title {
    margin-bottom: 0px;
}

    .blog-one__section-title .title::after {
        display: none;
    }

.blog-one__blog-middle-thumb {
    overflow: hidden;
    position: relative;
}

    .blog-one__blog-middle-thumb img {
        min-width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .blog-one__blog-middle-thumb::before {
        position: absolute;
        top: 0;
        left: -100%;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        z-index: 2;
    }

.blog-one__blog-middle-content {
    text-align: center;
    background: #ffffff;
    position: relative;
    margin: -60px 20px 0px;
    padding: 20px;
    -webkit-box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.05);
}

    .blog-one__blog-middle-content p {
        font-size: 14px;
    }

    .blog-one__blog-middle-content h4 {
        padding: 15px 0px 18px;
    }

        .blog-one__blog-middle-content h4 a {
            font-weight: 600;
            color: #000000;
        }

            .blog-one__blog-middle-content h4 a:hover {
                color: #8f743d;
            }

    .blog-one__blog-middle-content h6 a {
        font-size: 16px;
        color: #555555;
        text-decoration: underline;
    }

        .blog-one__blog-middle-content h6 a:hover {
            color: #8f743d;
        }

.blog-one__blog-middle:hover .blog-one__blog-middle-thumb img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.blog-one__blog-middle:hover .blog-one__blog-middle-thumb::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.blog-one__aside-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .blog-one__aside-item:last-child {
        margin-bottom: 0px;
    }

    .blog-one__aside-item:hover .blog-one__aside-thumb img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.blog-one__aside-thumb {
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

    .blog-one__aside-thumb::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        content: "";
        background: rgba(246, 155, 99, 0.4);
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        z-index: 1;
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .blog-one__aside-thumb img {
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .blog-one__aside-thumb:hover::before {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.blog-one__aside-content h6 a {
    padding-top: 5px;
    font-weight: 600;
    color: #000000;
}

    .blog-one__aside-content h6 a:hover {
        color: #8f743d;
    }

@media (min-width: 768px) {
    .blog-one__section-title.title {
        margin-bottom: 8px;
    }

    .blog-one__blog-middle-content {
        padding: 30px;
        margin: -100px 40px 0px;
    }
}

@media (max-width: 1399px) {
    .blog-one__blog-middle-content h4 a {
        font-size: 25px;
    }
}
/*** 
=============================================
footer-default start
=============================================
***/
.footer-default {
    background-color: rgb(26, 26, 26);
    position: relative;
    overflow: hidden;
}

.footer-default__main-footer {
    padding: 30px 0px 50px;
}

@media (min-width: 992px) {
    .footer-default__main-footer {
        padding: 70px 0px 70px;
    }
}

.footer-links {
    padding-top: 15px;
}

    .footer-links li {
        padding-bottom: 6px;
    }

        .footer-links li::after :last-child {
            padding-bottom: 0px;
        }

    .footer-links a {
        color: #b1b0b0;
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .footer-links a:hover {
            color: #8f743d;
            -webkit-transform: translate(5px);
            transform: translate(5px);
        }

.footer-logo {
    padding-bottom: 14px;
}

.footer-default__single-box p {
    color: #b1b0b0;
}

.company-info p {
    margin-top: 12px;
}

.footer-newsletter {
    padding-top: 15px;
}

.footer-default__subscrib-form {
    width: 100%;
    margin: 20px 0px 20px;
}

.footer-input-box {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 0px;
}

    .footer-input-box input {
        border: none;
        -webkit-box-shadow: 0px solid rgba(0, 0, 0, 0);
        box-shadow: 0px solid rgba(0, 0, 0, 0);
        border-radius: 0px;
    }

    .footer-input-box .subscribe_btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background-color: rgb(246, 156, 99);
        height: 41px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px 10px;
        font-size: 12px;
        font-weight: 600;
        color: var(--thm-white);
        font-family: var(--font-heading-family);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-transform: uppercase;
    }

        .footer-input-box .subscribe_btn:hover {
            background: #000000;
            color: #ffffff;
        }

.footer__medio-boxx li {
    padding: 5px;
}

    .footer__medio-boxx li:first-child {
        padding-left: 10px;
    }

.footer__medio-boxx a {
    color: #b1b0b0;
}

    .footer__medio-boxx a:hover {
        color: #8f743d;
    }

.footer_bottom {
    background: rgb(21, 21, 21);
    padding: 20px 0px 30px;
}

.footer_bottom_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.copyright {
    padding-top: 10px;
    color: #888888;
}

    .copyright p {
        font-size: 14px;
    }

        .copyright p a {
            color: #8f743d;
        }

            .copyright p a:hover {
                text-decoration: underline;
            }

.footer-payment {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-payment a {
        margin-right: 15px;
    }

.footer-bottom-menu {
    padding-top: 10px;
}

    .footer-bottom-menu li {
        position: relative;
        padding: 0px 5px;
    }

        .footer-bottom-menu li:last-child {
            padding-right: 0px;
        }

            .footer-bottom-menu li:last-child::after {
                display: none;
            }

        .footer-bottom-menu li::after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0px;
            content: "";
            height: 12px;
            width: 1px;
            background: #888888;
        }

    .footer-bottom-menu a {
        font-size: 14px;
        color: #888888;
    }

        .footer-bottom-menu a:hover {
            text-decoration: underline;
        }

.footer-default__shap_1 {
    left: -10%;
    top: -25%;
    -webkit-animation: traataniX 3s ease-in infinite;
    animation: traataniX 3s ease-in infinite;
    display: none;
}

@-webkit-keyframes traataniX {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes traataniX {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes traataniY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes traataniY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (min-width: 1400px) {
    .footer-default__shap_3 {
        right: -20%;
        display: block;
    }

    .footer-default__shap_1 {
        display: block;
    }
}

@media (min-width: 1850px) {
    .footer-default__shap_2 {
        display: block;
    }

    .footer-default__shap_3 {
        right: -10%;
    }
}

.commonAccordian.blackstyle .accordion-button {
    color: #ffffff;
}

    .commonAccordian.blackstyle .accordion-button::after {
        font-family: flaticon !important;
        color: #ffffff;
        content: "\f107";
        font-size: 12px;
    }

.aline {
    position: relative;
}

    .aline::after {
        position: absolute;
        top: -15px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #ffffff;
        content: "";
    }

.commonAccordian.blackstyle .accordion-button[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.miarrow {
    margin-bottom: -3px;
}

.tr {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

.mbadge {
    font-size: 12px;
    line-height: 1;
    padding: 3px 8px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 400;
}

/*** 
=============================================
Cart Sidebar Start 
=============================================
***/
.offcanvascart {
    background: #f7f7f7;
}

.side-cart {
    border-top: 1px solid rgb(235, 235, 235);
}

    .side-cart .content {
        padding-bottom: 18px;
        border-bottom: 1px solid rgb(235, 235, 235);
    }

        .side-cart .content .cart-close {
            cursor: pointer;
            font-size: 16px;
            line-height: 0px;
            font-weight: 600;
            color: #000000;
            border: 1px solid #000000;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .side-cart .content .cart-close:hover {
                color: #8f743d;
                border: 1px solid #8f743d;
            }

    .side-cart .cart_items {
        overflow-y: auto;
        height: calc(100vh - 246px);
    }

        .side-cart .cart_items::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 3px;
            background-color: #ddd;
        }

        .side-cart .cart_items::-webkit-scrollbar {
            width: 6px;
            background-color: #8f743d;
        }

        .side-cart .cart_items::-webkit-scrollbar-thumb {
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #8f743d;
        }

    .side-cart .items {
        margin-top: 20px;
    }

        .side-cart .items .left .thumb {
            width: 70px;
            height: 70px;
            background: #fff;
            padding: 15px;
            margin-right: 15px;
        }

            .side-cart .items .left .thumb img {
                min-width: 100%;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

        .side-cart .items .left .text a {
            display: block;
        }

        .side-cart .items .left .text p {
            padding-top: 5px;
            font-size: 14px;
            color: #74787c;
        }

            .side-cart .items .left .text p span {
                color: #ffa147;
            }

        .side-cart .items .item-remove {
            cursor: pointer;
            font-size: 16px;
            color: #000000;
            font-weight: 900;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .side-cart .items .item-remove:hover {
                color: #8f743d;
            }

        .side-cart .items:hover .thumb img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .side-cart .bottom {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgb(235, 235, 235);
    }

        .side-cart .bottom .total-ammount {
            padding-bottom: 15px;
        }

        .side-cart .bottom .button-box a {
            width: calc(50% - 10px);
        }

        .side-cart .bottom .button-box .btn_black,
        .side-cart .bottom .button-box .btn_theme {
            padding: 10px 18px 10px;
        }

        .side-cart .bottom .button-box .btn_black {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffffff;
            padding: 10px 30px 10px;
            background: #000000;
            border: 1px solid #000000;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .side-cart .bottom .button-box .btn_black:hover {
                background: #ffffff;
                color: #000000;
            }

        .side-cart .bottom .button-box .btn_theme {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffffff;
            padding: 10px 30px 10px;
            background: #8f743d;
            border: 1px solid #8f743d;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .side-cart .bottom .button-box .btn_theme:hover {
                background: #fff;
                color: #8f743d;
            }

/* Sidebar-content Css */
.sidebar-info-contents input {
    height: 48px;
}

.sidebar-info-contents input,
.sidebar-info-contents textarea {
    width: 100%;
    padding-left: 20px;
}

.sidebar-info-contents .thm-medio-boxx1 .social-box {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sidebar-info-contents .thm-medio-boxx1 .social-box li {
        margin-right: 15px;
    }

        .sidebar-info-contents .thm-medio-boxx1 .social-box li a {
            font-size: 15px;
            line-height: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 40px;
            width: 40px;
            background: #8f743d;
            border-radius: 50%;
            color: #ffffff;
        }

            .sidebar-info-contents .thm-medio-boxx1 .social-box li a:hover {
                background: #ffffff;
                color: #8f743d;
            }

.animationCloser.whiteCloser .animationLine::before,
.animationCloser.whiteCloser .animationLine::after {
    background: #ffffff;
}

/*==============================================
Home 6 Start 
===============================================*/
.numberDot .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: unset;
    width: 30px;
    display: block;
    text-align: right;
}

    .numberDot .slick-dots li {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-bottom: 10px;
    }

    .numberDot .slick-dots button {
        display: block;
        background: transparent;
        font-size: 16px;
        border: 0px;
        width: 10px;
        height: 26px;
        text-align: right;
        border-bottom: 0px solid #000;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .numberDot .slick-dots li.slick-active button {
        width: 20px;
        border-bottom: 1px solid #000;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.animationLine.blackAnimation {
    position: relative;
    overflow: hidden;
}

    .animationLine.blackAnimation::before, .animationLine.blackAnimation::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0px;
        background-color: #000;
    }

    .animationLine.blackAnimation::before {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .animationLine.blackAnimation::after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
    }

    .animationLine.blackAnimation:hover::before, .animationLine.blackAnimation:hover::after {
        background-color: #8f743d;
    }

    .animationLine.blackAnimation:hover::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .animationLine.blackAnimation:hover::after {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

/*==============================================
Core-features Start 
===============================================*/
.core-features__box.bordernone {
    border: 0px solid rgb(26, 26, 26);
    padding: 0px;
    position: relative;
}

    .core-features__box.bordernone:hover::before, .core-features__box.bordernone:hover::after {
        display: none;
    }

.cfbg {
    background: #f6f6f6;
}

/*** 
=============================================
   Cta-one Css
=============================================
***/
.cta-one {
    position: relative;
    display: block;
}

.cta-one__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #000000;
    padding: 78px 80px 80px;
}

.cta-one__text {
    position: relative;
    display: block;
}

    .cta-one__text p {
        color: #74787c;
        letter-spacing: 0.04em;
        font-weight: 400;
    }

.cta-one__icon {
    position: relative;
    display: block;
}

    .cta-one__icon a {
        position: relative;
        display: inline-block;
        color: #000000;
        font-size: 25px;
        line-height: 20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .cta-one__icon a:hover {
            color: #ffa247;
        }

.cta-one__inner .form-group .form-control {
    color: #74787c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(116, 120, 124, 0.7450980392);
    margin-top: 0px;
    padding: 10px 0px 10px;
}

    .cta-one__inner .form-group .form-control:focus {
        border-radius: 0px;
        border: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #ffa247;
    }

@media (max-width: 575px) {
    .cta-one__inner {
        padding: 34px 40px 37px;
    }
}
/*** 
=============================================
    Testimonial Two Css
=============================================
***/
.testimonial-two__single {
    padding: 30px 15px 0px;
}

.testimonial-two__single-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-two__single-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-right: 30px;
}

.testimonial-two__single-content .text {
    margin-bottom: 18px;
}

.testimonial-two__single-content p {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
}

.testimonial-two__single-content h6 {
    font-weight: 600;
}

.testimonial-two__single-content span {
    color: #74787c;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    display: block;
}

@media (max-width: 1199px) {
    .testimonial-two__single-content .text {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .testimonial-two__single-img {
        margin-right: 20px;
    }
}
/*** 
=============================================
newsLetter-one
=============================================
***/
.newsLetter-one.style-two {
    background: transparent;
    border-bottom: 2px solid #000000;
}

.nlafter {
    position: relative;
}

    .nlafter::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px;
        content: "";
        height: 100%;
        width: 1px;
        background: #0E0D10 !important;
    }

.newsLetter-one__subscribe-box.secondStyle input {
    background: rgb(242, 242, 242);
    border: none;
}

/*** 
=============================================
   blog-two Css
=============================================
***/
.blog-two__single {
    margin-bottom: -6px;
}

.blog-two__single-content li {
    position: relative;
    display: inline-block;
    color: #555555;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-left: 6px;
    padding-right: 10px;
}

    .blog-two__single-content li:first-child {
        padding-left: 0px;
    }

    .blog-two__single-content li::before {
        position: absolute;
        top: 6px;
        right: 0;
        bottom: 7px;
        width: 1px;
        background: #747474;
        content: "";
    }

    .blog-two__single-content li:last-child:before {
        display: none;
    }

.blog-two__single-content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 12px;
}

    .blog-two__single-content h5 a {
        color: #0E0D10;
    }

        .blog-two__single-content h5 a:hover {
            color: #8f743d;
        }

.blog-two__single-content .btn-box {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}

    .blog-two__single-content .btn-box a {
        display: inline-block;
        color: #555555;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: "Fira Sans", sans-serif;
        overflow: hidden;
    }

        .blog-two__single-content .btn-box a:hover {
            color: #8f743d;
        }

.blog-two__single-img {
    display: block;
    overflow: hidden;
    position: relative;
}

    .blog-two__single-img::after {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
        opacity: 0;
    }

    .blog-two__single-img img {
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
        width: 100%;
    }

    .blog-two__single-img:hover::after {
        opacity: 1;
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .blog-two__single-img:hover img {
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

@media (max-width: 992px) {
    .blog-two__single-content .btn-box {
        margin-top: 10px;
    }
}
/*** 
=============================================
    Video One Css
=============================================
***/
.video-one {
    background: #f2f2f2;
}

.video-one__img {
    position: relative;
    display: block;
    width: 100%;
}

.video-one__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0px;
}

    .video-one__img-inner img {
        min-width: 100%;
    }

    .video-one__img-inner .icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .video-one__img-inner .icon a {
            position: relative;
            display: inline-block;
            width: 120px;
            height: 120px;
            line-height: 120px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            background: transparent;
            text-align: center;
            font-size: 35px;
            color: #ffffff;
        }

            .video-one__img-inner .icon a:hover {
                color: #8f743d;
                border-color: #8f743d;
            }

.video-one__content-list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

    .video-one__content-list li::after {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "\f145";
        font-family: flaticon !important;
        font-size: 15px;
        color: #555555;
    }

    .video-one__content-list li:last-child {
        margin-bottom: 0px;
    }

.video-one__content .btn-box {
    margin-top: 37px;
}

@media (min-width: 992px) {
    .video-one__img-inner {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .nlafter::after {
        display: none;
    }
}
/*** 
=============================================
    Product Showcase One Css
=============================================
***/
.product-showcase-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 700px;
}

.product-showcase__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.product-showcase-one .auto-container {
    max-width: 1400px;
    width: 100%;
}

.product-showcase__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-showcase__single {
    position: relative;
    display: block;
}

    .product-showcase__single.martm {
        margin-top: -120px;
    }

    .product-showcase__single.mart {
        margin-top: 120px;
    }

.product-showcase__single-inner {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

.product-showcase__single .icon {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

    .product-showcase__single .icon::before,
    .product-showcase__single .icon::after {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .product-showcase__single .icon::after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

.product-showcase__single .content {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    top: 166px;
    right: -100px;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    background-color: #fff;
    border-radius: 0px;
    opacity: 0;
    z-index: 9;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    pointer-events: none;
}

    .product-showcase__single .content.style2 {
        right: 0;
        left: -310px;
    }

.product-showcase__single:hover .content {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.product-showcase__single .inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 20px 20px;
}

.product-showcase__single .img-box {
    position: relative;
    display: block;
}

.product-showcase__single .text {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 15px;
}

.product-showcase__single h6 {
    font-weight: 600;
}

.product-showcase__single span {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
        box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 1399px) {
    .product-showcase__single.martm {
        margin-left: 60px;
    }

    .product-showcase__single.mart {
        margin-right: 60px;
    }
}

@media (max-width: 575px) {
    .product-showcase__single.martm {
        margin-left: 25px;
    }

    .product-showcase__single.mart {
        margin-right: 40px;
    }
}
/*** 
=============================================
    Product Offers One Css
=============================================
***/
.product-offers-one {
    position: relative;
    display: block;
    background: #ffffff;
}

.product-offers-one__single {
    position: relative;
    display: block;
}

.product-offers-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

    .product-offers-one__single-inner.style2 {
        border: 30px solid #ffa247;
    }

        .product-offers-one__single-inner.style2 .overlay-content {
            position: absolute;
            text-align: center;
            top: 55px;
            left: 0;
            right: 0;
        }

            .product-offers-one__single-inner.style2 .overlay-content .title {
                position: relative;
                display: block;
                margin-bottom: 3px;
            }

                .product-offers-one__single-inner.style2 .overlay-content .title p {
                    font-size: 14px;
                    font-weight: 300;
                    letter-spacing: 0.04em;
                }

                .product-offers-one__single-inner.style2 .overlay-content .title h3 {
                    font-size: 30px;
                    line-height: 40px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

            .product-offers-one__single-inner.style2 .overlay-content h2 {
                font-size: 100px;
                line-height: 1.2em;
                font-weight: 700;
                font-family: "Fira Sans", sans-serif;
            }

                .product-offers-one__single-inner.style2 .overlay-content h2 span {
                    position: relative;
                    display: inline-block;
                    font-size: 30px;
                    line-height: 40px;
                    font-weight: 500;
                    margin-left: -25px;
                    text-align: left;
                }

.product-offers-one__single-inner {
    overflow: hidden;
}

    .product-offers-one__single-inner img {
        width: 100%;
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-offers-one__single-inner:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .product-offers-one__single-inner .overlay-text {
        position: absolute;
        top: 40px;
        left: 45px;
        font-weight: 600;
    }

        .product-offers-one__single-inner .overlay-text.white::before {
            background: #ffffff;
        }

    .product-offers-one__single-inner h4 {
        font-weight: 600;
    }

    .product-offers-one__single-inner .white h4 {
        color: #ffffff;
    }

    .product-offers-one__single-inner .overlay-text::before {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 60px;
        height: 2px;
        background: #000000;
        content: "";
    }

    .product-offers-one__single-inner .overlay-text h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Fira Sans", sans-serif;
    }

    .product-offers-one__single-inner .discount-box {
        position: absolute;
        bottom: 130px;
        right: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100px;
        height: 100px;
        background: #000000;
        border-radius: 50%;
    }

        .product-offers-one__single-inner .discount-box h4 {
            color: #ffffff;
            font-size: 16px;
            line-height: 16px;
            font-weight: 300;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

    .product-offers-one__single-inner .upto-box {
        position: relative;
        display: block;
        line-height: 0;
        margin-bottom: 7px;
    }

    .product-offers-one__single-inner .left {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #ffffff;
        margin-right: 0px;
        top: -4px;
    }

    .product-offers-one__single-inner .right {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #ffffff;
        margin-left: 0px;
        top: -4px;
    }

    .product-offers-one__single-inner h6 {
        color: #ffffff;
        position: relative;
        display: inline-block;
        font-size: 10px;
        line-height: 11px;
        font-weight: 400;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

.sec-title__tagline span.left {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #8f743d;
    margin-right: 15px;
    top: -6px;
}

.sec-title__tagline span.right {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #8f743d;
    margin-left: 15px;
    top: -6px;
}

.product-offers-one__single-inner .discount-box h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-offers-one__single-inner .discount-box span {
    color: #ffffff;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
}

/*** 
=============================================
    Product Grid Start
=============================================
***/
.addBtn {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

    .addBtn a {
        color: #ffffff;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .addBtn:hover {
        background: #ffffff;
    }

        .addBtn:hover a {
            color: #000000;
        }

@media (max-width: 992px) {
    .addBtn {
        display: none !important;
    }
}

.productNav .font-16 {
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
}

/*==============================================
Home 6 Start 
===============================================*/
.badge.radious50 {
    border-radius: 50px;
}

.product-button-set.style4.topstyle {
    top: 20px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.product-item:hover .product-button-set.style4.topstyle {
    top: 20px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

/*** 
=============================================
    Video Two Css
=============================================
***/
.video-two {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}

.video-main-box {
    height: 350px;
}

.video-two__img {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    bottom: -65px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .video-two__img img {
        width: 100%;
    }

    .video-two__img .icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .video-two__img .icon a {
            position: relative;
            display: inline-block;
            width: 70px;
            height: 70px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            background: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 0px;
            font-size: 20px;
            color: #ffffff;
        }

            .video-two__img .icon a:hover {
                color: #8f743d;
                border-color: #8f743d;
            }

.video-two__content {
    position: relative;
    display: block;
    background: #faf7f4;
    padding: 60px 30px 53px;
}

.video-two__content-inner {
    position: relative;
    display: block;
    max-width: 465px;
    width: 100%;
}

    .video-two__content-inner span {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Fira Sans", sans-serif;
        letter-spacing: 0em;
        text-transform: none;
    }

    .video-two__content-inner h2 {
        padding: 12px 0px 25px;
    }

    .video-two__content-inner .btn-box {
        margin-top: 45px;
    }

@-webkit-keyframes borosoto {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes borosoto {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 575px) {
    .video-two__img .icon a {
        width: 90px;
        height: 90px;
    }

    .video-two__content {
        padding: 80px 50px 73px;
    }
}

@media (min-width: 768px) {
    .video-two__img .icon a {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 992px) {
    .video-two__img .icon a {
        width: 220px;
        height: 220px;
    }

    .video-main-box {
        height: 400px;
    }

    .video-two__content {
        padding: 120px 80px 110px;
    }

    .video-two__img .icon a {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .video-two__img .icon a {
        width: 220px;
        height: 220px;
    }

    .video-two {
        padding: 65px 0px 65px;
    }

    .video-main-box {
        height: 100%;
    }

    .video-two__content {
        padding: 120px 120px 110px;
    }
}
/*** 
=============================================
    Products Slider three Css
=============================================
***/
.product-slider__single .inner .img-box {
    max-width: 500px;
    margin: 0px auto;
}

.product-slider__single .inner .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
}

    .product-slider__single .inner .content-box span {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 10px;
        line-height: 1.1;
        font-weight: 400;
        text-transform: uppercase;
        background: #8f743d;
        letter-spacing: 0.04em;
        padding: 6px 15px 6px;
        font-family: "Roboto", sans-serif;
    }

    .product-slider__single .inner .content-box h2 {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 600;
        margin-top: 16px;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .product-slider__single .inner .content-box h2 {
        font-size: 28px;
    }
}
/*** 
=============================================
    Products Slider three Css
=============================================
***/
.height-400 {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsLetter-one.nlbordertop {
    border-top: 2px solid #000;
    border-bottom: 0px;
}

/*** 
=============================================
    Gallery Two Css
=============================================
***/
.gallery-two__single {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px 5px 10px;
}

    .gallery-two__single img {
        overflow: hidden;
        min-width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transition-delay: 0.2;
        transition-delay: 0.2;
    }

    .gallery-two__single .zoom-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        background-color: rgba(254, 152, 36, 0.2);
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 30px;
        color: #ffffff;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .gallery-two__single:hover .zoom-icon {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    .gallery-two__single:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.gallerySlider2 .arrow-next:focus,
.gallerySlider2 .arrow-back:focus,
.gallerySlider2 .arrow-next,
.gallerySlider2 .arrow-back {
    position: absolute;
    bottom: 0px;
    background: #ffffff !important;
    -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
    box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 100px;
}

    .gallerySlider2 .arrow-next:focus:hover,
    .gallerySlider2 .arrow-back:focus:hover,
    .gallerySlider2 .arrow-next:hover,
    .gallerySlider2 .arrow-back:hover {
        background: #8f743d !important;
        color: #fff !important;
        -webkit-box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
        box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
    }

    .gallerySlider2 .arrow-back,
    .gallerySlider2 .arrow-back:focus {
        left: 5px;
        border-radius: 0px 20px 20px 0px;
    }

    .gallerySlider2 .arrow-next,
    .gallerySlider2 .arrow-next:focus {
        right: 0px;
        border-radius: 20px 0px 0px 20px;
    }

/*** 
=============================================
    Categories Two Css
=============================================
***/
.categories-three {
    position: relative;
    display: block;
}

    .categories-three .auto-container {
        max-width: 1710px;
        width: 100%;
    }

.categories-three__inner {
    margin-top: -30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
}

.categories-three__content {
    position: relative;
    display: block;
    width: 100%;
}

    .categories-three__content .sec-title-style2.style3 {
        position: relative;
        display: block;
        padding-bottom: 16px;
        margin-top: -2px;
    }

    .categories-three__content .text {
        position: relative;
        display: block;
    }

    .categories-three__content .btn-box {
        position: relative;
        display: block;
    }

.categories-three__list {
    position: relative;
    display: block;
    overflow: hidden;
}

.categories-three__list-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.categories-three__list-item-inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px;
}

    .categories-three__list-item-inner .img-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .categories-three__list-item-inner .img-box img {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            -webkit-transform: scale(1);
            transform: scale(1);
            min-width: 100%;
        }

        .categories-three__list-item-inner .img-box:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .categories-three__list-item-inner .img-box .text {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #0E0D10;
            padding: 1px 20px 2px;
        }

            .categories-three__list-item-inner .img-box .text span {
                color: #ffffff;
                font-size: 12px;
                line-height: 22px;
                font-weight: 400;
                text-transform: uppercase;
            }

    .categories-three__list-item-inner .title {
        position: relative;
        display: block;
    }

        .categories-three__list-item-inner .title h4 a {
            color: #0E0D10;
            font-size: 20px;
        }

            .categories-three__list-item-inner .title h4 a:hover {
                color: #8f743d;
            }

@media (min-width: 767px) {
    .categories-three__content {
        max-width: 560px;
    }
}

@media (min-width: 992px) {
    .categories-three__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #f2f2f2;
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (min-width: 1400px) {
    .categories-three__content {
        text-align: left;
    }

    .categories-three__content {
        max-width: 360px;
        margin: 0px 30px 0px 0px;
    }

    .categories-three__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
/*** 
=============================================
review_one start
=============================================
***/
.review-one__section-head {
    padding-bottom: 16px;
}

    .review-one__section-head .title {
        position: relative;
    }

        .review-one__section-head .title::before {
            position: absolute;
            width: 100%;
            content: "";
            height: 1px;
            background: #e4e4e4;
            top: 26px;
            left: 0;
            z-index: -1;
        }

    .review-one__section-head h2 {
        position: relative;
        display: inline-block;
        background: #ffffff;
        padding-left: 38px;
        padding-right: 40px;
        letter-spacing: -0.02em;
        margin-bottom: 7px;
    }

.review-one__single-review {
    padding: 50px 20px;
    position: relative;
    display: block;
    z-index: 1;
}

.review-one__single-content {
    position: relative;
    padding: 30px 30px 30px;
}

    .review-one__single-content::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff;
        border-radius: 50px;
        -webkit-box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
        box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
        -webkit-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg);
        content: "";
        z-index: -1;
    }

.review-one__aurthor {
    position: relative;
    height: 100px;
    width: 100px;
}

    .review-one__aurthor .thumb {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

    .review-one__aurthor .quate {
        position: absolute;
        right: 5px;
        bottom: -5px;
        width: 30px;
        height: 30px;
        color: #8f743d;
        text-align: center;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .review-one__aurthor .quate i {
            position: relative;
            z-index: 2;
            color: #8f743d;
            font-size: 12px;
            line-height: 0px;
        }

        .review-one__aurthor .quate::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #ffffff;
            border-radius: 5px;
            -webkit-box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
            -webkit-transform: skew(0deg, -7deg);
            transform: skew(0deg, -7deg);
            content: "";
            z-index: 2;
        }

.review-one__review-text p {
    padding: 40px 0px 25px;
}

.review-one__review-text h5 a {
    color: #0E0D10;
}

.review-one__review-text span {
    display: block;
}

.reviewOneSlider {
    padding-bottom: 50px;
    position: relative;
}

    .reviewOneSlider .arrow-next {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50% + 15px);
        top: unset;
        bottom: 0px;
    }

    .reviewOneSlider .arrow-back {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: calc(50% - 55px);
        top: unset;
        bottom: 0px;
    }

@media (min-width: 576px) {
    .reviewOneSlider {
        padding-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .review-one__single-content {
        padding: 50px 50px 50px;
    }
}

.of {
    -o-object-fit: cover;
    object-fit: cover;
}

/*** 
=============================================
Footer start
=============================================
***/
.footerbgWhite {
    background: #f2f2f2;
}

.footer-default__shap_1.style2opacity {
    opacity: 0.05;
}

.fcolor2 {
    color: #555555 !important;
}

.footer_bottom.fbbgwhite {
    background: #ebebeb;
}

.commonAccordian.blackstyle.stylewh .accordion-button {
    color: #000000;
}

.aline.whiteAline::after {
    background: rgba(0, 0, 0, 0.2);
}

.commonAccordian.blackstyle.stylewh .accordion-button::after {
    color: #000000;
}

/***
=============================================
Menu start 
=============================================
***/
.sellector .blackToggle {
    color: #0E0D10;
}

    .sellector .blackToggle:hover {
        color: #0E0D10;
    }

.ubordertop {
    border-top: 1px solid #ededed;
}

.uborderleft {
    border-left: 1px solid #ededed;
}

.font-rubik {
    font-family: "Rubik", sans-serif;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.bgred {
    background: #fa323c;
}

.colorRed {
    color: #fa323c !important;
}

.hoverRed {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .hoverRed:hover {
        color: #fa323c;
    }

.font-14 {
    font-size: 14px !important;
}

.heightr100 {
    height: calc(100vh - 35px);
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

/*==============================================
Home 7 Start 
===============================================*/
.fixedStyleMenu {
    position: absolute;
    top: 40px;
    z-index: 999;
    width: 100%;
}

.overlayBlack {
    position: relative;
}

    .overlayBlack::after {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        content: "";
        background: rgba(1, 0, 10, 0.3);
    }

.menuWidth .widthc50 {
    width: calc(50% - 60px);
}

.menuWidth .widthc50 {
    width: calc(50% - 60px);
}

.menu-box.fixedStyleMenu.fixed {
    display: none;
}

.menu-box.menuAfter {
    display: none;
}

    .menu-box.menuAfter.fixed {
        display: block;
    }

/*==============================================
Product Grid Start
===============================================*/
.animationLine.redaniline::before, .animationLine.redaniline::after {
    background-color: #fa323c;
    opacity: 0;
    height: 1px;
}

.animationLine.redaniline:hover::before, .animationLine.redaniline:hover::after {
    opacity: 1;
}

.rating.redrat li {
    color: #fa323c;
    margin: 0px 1px;
}

    .rating.redrat li.colorGray {
        color: #b0b5bb !important;
    }

.product-button-set.productBtmMiddle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .product-button-set.productBtmMiddle {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.product-button-set.productBtmMiddle .buttonLInk {
    border: none;
    background: #ffffff;
    border-radius: 30px;
    height: 37px;
    width: 37px;
    font-size: 14px;
    margin: 2px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
}

    .product-button-set.productBtmMiddle .buttonLInk .hoverText {
        top: unset;
        right: unset;
        left: 50%;
        bottom: calc(100% + 20px);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

        .product-button-set.productBtmMiddle .buttonLInk .hoverText::before {
            position: absolute;
            top: 81%;
            right: unset;
            left: 50%;
            bottom: unset;
            -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
            content: "";
            background: #000000;
            height: 8px;
            width: 8px;
            z-index: -1;
        }

    .product-button-set.productBtmMiddle .buttonLInk:hover {
        background: #fa323c;
        color: #ffffff;
    }

        .product-button-set.productBtmMiddle .buttonLInk:hover .hoverText {
            bottom: calc(100% + 10px);
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            opacity: 1;
            visibility: visible;
        }

/*==============================================
SUBSCRIBE Start
===============================================*/
.newsletter-input-group.creativeN .form-control {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 0px;
    height: 48px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

    .newsletter-input-group.creativeN .form-control::-webkit-input-placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

    .newsletter-input-group.creativeN .form-control::-moz-placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

    .newsletter-input-group.creativeN .form-control:-ms-input-placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

    .newsletter-input-group.creativeN .form-control::-ms-input-placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

    .newsletter-input-group.creativeN .form-control::placeholder {
        color: rgba(26, 26, 26, 0.6);
    }

.subscribebg {
    background: #fef5f5;
}

.borderBtm {
    border-bottom: 1px solid rgb(225, 226, 228);
}

.footer-payment img {
    max-width: 65px;
}

.afterNone::after {
    display: none;
}

.frcolor {
    color: #7f7f7f;
}

.mb--12 {
    margin-bottom: -12px;
}

.bgred2 {
    background: #fb4862;
}

.colorRed2 {
    color: #fb4862 !important;
}

.yelcolor {
    color: #ff5a00 !important;
}

.hoverRed2 {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .hoverRed2:hover {
        color: #fb4862;
    }

.font-14 {
    font-size: 14px !important;
}

.bgnion {
    background: #5bc25e;
}

/*==============================================
Home 7 Start 
===============================================*/
.rating.redrat2 li {
    color: #ff5a00;
    margin: 0px 1px;
}

    .rating.redrat2 li.colorGray {
        color: #b0b5bb !important;
    }

.slick-slider .leftanimation {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.slick-slider .slick-active .leftanimation {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes fadeleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slick-slider .rightanimation {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.slick-slider .slick-active .rightanimation {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation-name: faderight;
    animation-name: faderight;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes faderight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@media (max-width: 575px) {
    .col-custom-padding {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*==============================================
Instagram-gallary Start
===============================================*/
.gallary-item.gallaryMiddle .insta-text {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) scale(0.6);
    transform: translate(-50%, 50%) scale(0.6);
    background: rgba(0, 113, 242, 0.7);
    border-radius: 0px;
    padding: 5px;
}

    .gallary-item.gallaryMiddle .insta-text .icon {
        background: transparent;
        color: #ffffff;
        font-size: 20px;
    }

.gallary-item.gallaryMiddle:hover .insta-text {
    -webkit-transform: translate(-50%, 50%) scale(1);
    transform: translate(-50%, 50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.h400 {
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

/*==============================================
Footer Start
===============================================*/
.fcolor8 {
    color: #b1b0b0;
}

.fapp-download {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bggreen {
    background: #206c2c !important;
}

.colorgreen {
    color: #206c2c !important;
}

.hovergreen {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .hovergreen:hover {
        color: #206c2c;
    }

.hoverbggreen {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .hoverbggreen:hover {
        background: #206c2c !important;
    }

.heightg500 {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

/*==============================================
Menu Start
===============================================*/
.navbar-nav.smallMargin .nav-item .nav-link {
    margin: 15px 15px;
    padding: 0px;
}

.greenAfter {
    position: relative;
}

    .greenAfter::after {
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        width: 100vw;
        content: "";
        background: #206c2c;
    }

.z1 {
    z-index: 1;
}

.newsletter-input-group.greennews {
    border: none;
    background: #f6f6f6;
    height: 55px;
    min-width: 500px;
    border-radius: 5px;
    padding-left: 15px;
}

    .newsletter-input-group.greennews input {
        color: #000000;
        font-family: "Poppins", sans-serif;
    }

        .newsletter-input-group.greennews input::-webkit-input-placeholder {
            color: #555555;
            font-family: "Poppins", sans-serif;
        }

        .newsletter-input-group.greennews input::-moz-placeholder {
            color: #555555;
            font-family: "Poppins", sans-serif;
        }

        .newsletter-input-group.greennews input:-ms-input-placeholder {
            color: #555555;
            font-family: "Poppins", sans-serif;
        }

        .newsletter-input-group.greennews input::-ms-input-placeholder {
            color: #555555;
            font-family: "Poppins", sans-serif;
        }

        .newsletter-input-group.greennews input::placeholder {
            color: #555555;
            font-family: "Poppins", sans-serif;
        }

    .newsletter-input-group.greennews button {
        height: 55px;
        width: 65px;
        background: #206c2c;
        color: #ffffff;
        min-width: unset;
        border-radius: 5px;
    }

.bordertrsparent:hover,
.bordertrsparent:focus:not(:focus-visible) {
    border-color: transparent;
}

.aborder {
    border-bottom: 1px solid rgb(228, 230, 233);
}

@media only screen and (max-width: 1199px) {
    .newsletter-input-group.greennews {
        min-width: 400px;
    }
}
/*==============================================
Info Start
===============================================*/
.our-finfo {
    background: #f7f7f7;
}

.finfobox {
    background: #ffffff;
    padding: 30px 20px 26px;
    text-align: center;
    height: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .finfobox .content h6 {
        font-size: 15px;
        color: #000000;
        font-weight: 600;
        padding: 23px 0px 5px;
        text-transform: uppercase;
    }

    .finfobox .icon img {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .finfobox:hover {
        -webkit-box-shadow: 0px 30px 15px -15px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 30px 15px -15px rgba(0, 0, 0, 0.05);
        -webkit-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
    }

        .finfobox:hover .icon img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

/*==============================================
Product Grid Start
===============================================*/
.product-button-set.productMiddle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .product-button-set.productMiddle {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.product-button-set.productMiddle .buttonLInk {
    border: none;
    background: #ffffff;
    border-radius: 30px;
    height: 37px;
    width: 37px;
    font-size: 14px;
    margin: 4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
}

    .product-button-set.productMiddle .buttonLInk .hoverText {
        top: unset;
        right: unset;
        left: 50%;
        bottom: calc(100% + 20px);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

        .product-button-set.productMiddle .buttonLInk .hoverText::before {
            position: absolute;
            top: 81%;
            right: unset;
            left: 50%;
            bottom: unset;
            -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
            content: "";
            background: #000000;
            height: 8px;
            width: 8px;
            z-index: -1;
        }

    .product-button-set.productMiddle .buttonLInk:hover {
        background: #fa323c;
        color: #ffffff;
    }

        .product-button-set.productMiddle .buttonLInk:hover .hoverText {
            bottom: calc(100% + 10px);
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            opacity: 1;
            visibility: visible;
        }

.pimgAfbf {
    position: relative;
}

    .pimgAfbf::after {
        position: absolute;
        top: calc(50% + 30px);
        right: 0px;
        height: 1px;
        width: 0%;
        background: #ffffff;
        content: "";
        z-index: 1;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .pimgAfbf::before {
        position: absolute;
        top: calc(50% - 30px);
        left: 0px;
        height: 1px;
        width: 0%;
        background: #ffffff;
        content: "";
        z-index: 1;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.product-item:hover .pimgAfbf::after, .product-item:hover .pimgAfbf::before {
    width: 70%;
}

.hoverScaleSlo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .hoverScaleSlo img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    .hoverScaleSlo:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

@media only screen and (max-width: 991px) {
    .pimgAfbf::after, .pimgAfbf::before {
        display: none;
    }
}
/*==============================================
Banner Start
===============================================*/
.pcolor {
    color: #4a4a4a;
}

.buttonArrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

    .buttonArrow .btnText {
        position: relative;
        z-index: 1;
        padding-right: 8px;
        font-size: 13px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 500;
    }

    .buttonArrow .btnArrow {
        padding-right: 0px;
        color: #ff033e;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .buttonArrow::after {
        position: absolute;
        top: 50%;
        left: -2%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        content: "";
        background: rgb(255, 193, 187);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }

    .buttonArrow:hover .btnArrow {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    .buttonArrow:hover::after {
        left: 40%;
    }

.rating.rattingColor2 li {
    color: #4a4a4a;
}

    .rating.rattingColor2 li.colorGray {
        color: #b0b5bb !important;
    }

.heightvh2 {
    height: calc(100vh - 180px);
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .badge.roundBadge {
        top: 10px;
        left: 10px;
    }
}

.slideArrowRed.globalarrow.roundarrow .arrow-back:hover,
.slideArrowRed.globalarrow.roundarrow .arrow-next:hover,
.slideArrowRed.globalarrow.roundarrow .slick-prev:focus:hover,
.slideArrowRed.globalarrow.roundarrow .slick-next:focus:hover,
.slideArrowRed.globalarrow.roundarrow .slick-prev:hover,
.slideArrowRed.globalarrow.roundarrow .slick-next:hover {
    background: #fa323c;
}

/*==============================================
Footer Start 
===============================================*/
.fpartnerbg {
    background: rgb(52, 51, 51);
}

.newsletter-input-group.styler {
    border: none;
    background: #ffffff;
}

    .newsletter-input-group.styler .form-control {
        color: #212529;
        font-family: "Rubik", sans-serif;
    }

        .newsletter-input-group.styler .form-control::-webkit-input-placeholder {
            font-family: "Rubik", sans-serif;
            color: #212529;
        }

        .newsletter-input-group.styler .form-control::-moz-placeholder {
            font-family: "Rubik", sans-serif;
            color: #212529;
        }

        .newsletter-input-group.styler .form-control:-ms-input-placeholder {
            font-family: "Rubik", sans-serif;
            color: #212529;
        }

        .newsletter-input-group.styler .form-control::-ms-input-placeholder {
            font-family: "Rubik", sans-serif;
            color: #212529;
        }

        .newsletter-input-group.styler .form-control::placeholder {
            font-family: "Rubik", sans-serif;
            color: #212529;
        }

    .newsletter-input-group.styler button {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

        .newsletter-input-group.styler button:hover {
            background: #fb4862;
        }

.media-box.mediastylew .mediaLIst .media {
    color: #797979;
    background: #ffffff;
}

    .media-box.mediastylew .mediaLIst .media:hover {
        color: #ffffff;
        background: #fa323c;
    }

.topborderwhite {
    border-top: 1px solid rgba(227, 227, 227, 0.2);
}

/*** 
=====================================================
breadcrumb-area start
=====================================================
***/
.breadcrumb-area {
    padding: 100px 0px 93px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .breadcrumb-area::after {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

.breadcrumb-content {
    position: relative;
    z-index: 9;
}

    .breadcrumb-content h2 {
        padding-bottom: 12px;
        color: #fff;
        font-family: "Fira Sans", sans-serif;
    }

.breadcrumb-area .author-details h6 {
    color: #fff;
}

.breadcrumb-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb-menu li {
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 5px 0px;
}

    .breadcrumb-menu li i {
        line-height: 1.1;
        font-size: 18px;
        font-weight: 600 !important;
    }

    .breadcrumb-menu li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Fira Sans", sans-serif;
        color: #fff;
        font-size: 18px;
        line-height: 1.1;
    }

        .breadcrumb-menu li a:hover {
            color: #8f743d;
        }

/*** 
=============================================
    About One Css
=============================================
***/
.about {
    position: relative;
}

.about__background {
    background: #f6f6f6;
}

.about__img {
    position: relative;
    display: block;
}

    .about__img .img-box {
        position: absolute;
        z-index: 5;
        border-radius: 50%;
        overflow: hidden;
        top: 165px;
        left: -120px;
        max-width: unset;
    }

.about__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .about__img-inner::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 1;
    }

.about__img:hover .about__img-inner::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.about__img-inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.about__img:hover .about__img-inner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about__content {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 120px 120px 120px;
    z-index: 1;
}

    .about__content .shape1 {
        position: absolute;
        left: -55px;
        bottom: 90px;
        z-index: -1;
    }

    .about__content .shape2 {
        position: absolute;
        top: 90px;
        right: 45px;
        z-index: -1;
    }

@media (max-width: 1399px) {
    .about__content {
        padding: 80px 80px 80px;
    }
}

@media (max-width: 767px) {
    .about__content {
        padding: 80px 40px 80px;
    }
}
/*** 
=============================================
 Mission One Css
=============================================
***/
.missionBg {
    background: #0E0D10;
}

.mission .shape1 {
    position: absolute;
    left: -80px;
    bottom: -125px;
}

.mission .shape2 {
    position: absolute;
    top: -100px;
    right: 400px;
}

.mission__content {
    max-width: 515px;
    width: 100%;
}

.missionBefore::before {
    width: 100px;
    height: 4px;
    background: #fe9a24;
    position: absolute;
    content: "";
    top: 72px;
    left: 0px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.pcolor {
    color: #b1b0b0;
}

.mission__thumb {
    position: relative;
}

    .mission__thumb img {
        min-width: 100%;
    }

    .mission__thumb .content-box {
        position: relative;
        left: 0px;
        bottom: 0px;
        background: #ffffff;
        padding: 36px 40px 34px;
        max-width: unset;
        width: 100%;
        z-index: 1;
        margin-top: 30px;
    }

        .mission__thumb .content-box::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffe4c5;
            background: linear-gradient(135deg, #ffe4c5 0%, #FFFFFF 39%, #FFFFFF 100%);
            content: "";
            z-index: -1;
        }

        .mission__thumb .content-box .icon {
            position: relative;
            display: block;
            margin-bottom: 16px;
            color: #8f743d;
            font-size: 35px;
            line-height: 1.1px;
            font-weight: 700;
        }

        .mission__thumb .content-box h3 {
            text-transform: uppercase;
            font-size: 24px;
        }

        .mission__thumb .content-box .author-box {
            position: relative;
            display: block;
            line-height: 0;
            margin-top: 20px;
        }

    .mission__thumb .author-box h5 {
        font-weight: 500;
    }

    .mission__thumb .author-box span {
        color: #555555;
        margin-top: 5px;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

@media (min-width: 768px) {
    .mission__thumb .content-box {
        position: absolute;
        max-width: 350px;
        margin-top: 0px;
    }

    .mission__thumb {
        position: relative;
        padding-left: 85px;
        padding-bottom: 85px;
    }

        .mission__thumb .content-box h3 {
            font-size: 30px;
        }
}

@media (max-width: 991px) {
    .missionBefore::before {
        top: 120%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
    }
}
/*** 
=============================================
    Team Css
=============================================
***/
.team .section-head {
    padding-bottom: 13px;
}

.team__single {
    position: relative;
    display: block;
}

.team__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .team__single-img img {
        min-width: 100%;
    }

    .team__single-img::before {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: "";
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 0px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        z-index: 1;
    }

.team__single:hover .team__single-img::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team__single-img::after {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    content: "";
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
}

.team__single:hover .team__single-img::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team__single-img .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 5;
}

.team__single:hover .overlay-text {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team__single-img .overlay-text ul {
    position: relative;
    display: block;
}

.team__single-img .overlay-text li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

    .team__single-img .overlay-text li:last-child {
        margin-bottom: 0px;
    }

.team__single-img .overlay-text a {
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.04em;
}

/*** 
=============================================
    Video Three Css
=============================================
***/
.video-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/Navaratna/Video Bg.jpg');
}

.video-three__inner .icon .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    border-radius: 50%;
}

    .video-three__inner .icon .border-animation.border-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .video-three__inner .icon .border-animation.border-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

.video-three__inner .icon a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 5;
}

    .video-three__inner .icon a:hover {
        color: #8f743d;
    }

    .video-three__inner .icon a i {
        font-size: 30px;
        line-height: 0px;
    }

/** squares **/
@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        /* transform:scale(2.1); */
        opacity: 0;
    }
}

@media (min-width: 575px) {
    .video-three__inner .icon a {
        width: 120px;
        height: 120px;
    }

        .video-three__inner .icon a i {
            font-size: 50px;
        }
}

@media (min-width: 768px) {
    .video-three__inner .icon a {
        width: 170px;
        height: 170px;
    }

        .video-three__inner .icon a i {
            font-size: 70px;
        }
}

@media (min-width: 1200px) {
    .video-three__inner .icon a {
        width: 225px;
        height: 225px;
    }

        .video-three__inner .icon a i {
            font-size: 90px;
        }
}
/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-table-box .table-outer {
    overflow-x: auto;
}

.cart-table {
    min-width: 760px;
    width: 100%;
}

    .cart-table .cart-header {
        background: #ffffff;
        border: 1px solid #eeeeee;
    }

    .cart-table tbody {
        position: relative;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .cart-table thead tr th {
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 18px 30px 18px;
        border: 0px solid #ededed;
    }

    .cart-table tbody tr {
        border-bottom: 1px solid #eeeeee;
    }

        .cart-table tbody tr td {
            padding: 20px;
            border: 0px solid #ededed;
            font-size: 16px;
            color: #555555;
        }

        .cart-table tbody tr .thumb-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .cart-table tbody tr .title {
            padding-left: 20px;
        }

        .cart-table tbody tr .thumb {
            max-width: 100px;
        }

            .cart-table tbody tr .thumb img {
                min-width: 100px;
                width: 100%;
                margin-right: 20px;
            }

        .cart-table tbody tr h5 {
            font-weight: 600;
            font-size: 16px;
        }

.cart-table-box .cart-table tbody tr td .remove {
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .cart-table-box .cart-table tbody tr td .remove:hover {
        color: #8f743d;
    }

.qty .qtySelector {
    width: 160px;
    padding: 0px 50px 0px;
    height: 50px;
    position: relative;
}

    .qty .qtySelector .decreaseQty {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid rgb(228, 228, 228);
    }

    .qty .qtySelector input {
        padding: 0px 0px 0px 20px;
    }

    .qty .qtySelector .increaseQty {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid rgb(228, 228, 228);
    }

@media (min-width: 768px) {
    .cart-table tbody tr td {
        padding: 30px 30px 30px;
    }

    .cart-table {
        min-width: 992px;
    }

        .cart-table tbody tr h5 {
            font-size: 18px;
        }
}

@media (max-width: 992px) {
    .cart-table {
        min-width: unset;
    }
}
/* cart-button-box */
.cart-button-box .apply-coupon-button button {
    min-width: 184px;
}

.apply-coupon-input-box {
    width: 100%;
    margin-right: 30px;
}

.cart-button-box .apply-coupon input {
    height: 50px;
    min-width: 250px;
    width: 100%;
    border: 1px solid #0E0D10;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
}

.cart-button-box .cart-button-box-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cart-button-box .cart-button-box-right button {
        margin-right: 20px;
    }

.cart-total-box .inner-title {
    padding-bottom: 19px;
}

.cart-total-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-total-box .cart-table2 {
    width: 100%;
    overflow-x: auto;
}

    .cart-total-box .cart-table2 .cart-header {
        position: relative;
        width: 100%;
        background: #ffffff;
        border: 1px solid #eeeeee;
    }

    .cart-total-box .cart-table2 tbody {
        position: relative;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .cart-total-box .cart-table2 thead tr th {
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 160px;
        padding: 20px 20px;
        border: 0px solid #ededed;
    }

    .cart-total-box .cart-table2 tbody tr {
        border-bottom: 1px solid #eeeeee;
    }

        .cart-total-box .cart-table2 tbody tr td {
            min-width: 160px;
            padding: 20px;
            border: 0px solid #ededed;
        }

            .cart-total-box .cart-table2 tbody tr td .total {
                font-size: 15px;
                font-weight: 300;
                color: #555555;
                font-family: "Roboto", sans-serif;
            }

            .cart-total-box .cart-table2 tbody tr td.subtotal {
                font-size: 16px;
                color: #0E0D10;
                font-weight: 500;
            }

.shop-select-option-box-1 {
    position: relative;
    display: block;
}

    .shop-select-option-box-1 li {
        position: relative;
        display: block;
        margin-bottom: 14px;
    }

        .shop-select-option-box-1 li:last-child {
            margin-bottom: 0;
        }

        .shop-select-option-box-1 li label {
            position: relative;
            display: inline-block;
            padding-left: 40px;
            margin-right: 0px;
            margin-bottom: 0;
            color: #555555;
            font-size: 16px;
            line-height: 30px;
            font-weight: 500;
            cursor: pointer;
            font-family: "Roboto", sans-serif;
        }

        .shop-select-option-box-1 li input[type=checkbox] {
            display: none;
        }

            .shop-select-option-box-1 li input[type=checkbox] + label span {
                position: absolute;
                display: block;
                top: 6px;
                left: 0;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                vertical-align: middle;
                background-color: transparent;
                border: 1px solid #1a1a1a;
                cursor: pointer;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .shop-select-option-box-1 li label span:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 4px;
            bottom: 4px;
            right: 4px;
            background: #1a1a1a;
            border-radius: 50%;
            opacity: 0;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .shop-select-option-box-1 li input[type=checkbox]:checked + label span:before {
            opacity: 1;
        }

.cart-table2 tbody .selact-box1 .inner-text {
    padding-top: 16px;
    padding-bottom: 10px;
}

    .cart-table2 tbody .selact-box1 .inner-text p {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.02em;
    }

.cart-table2 tbody .selact-box1 h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cart-check-out {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 40px 40px 40px;
}

    .cart-check-out h3 {
        font-size: 24px;
        line-height: 34px;
    }

.cart-check-out-list {
    position: relative;
    display: block;
    margin-top: 17px;
}

    .cart-check-out-list li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 11px;
    }

        .cart-check-out-list li .right p {
            font-size: 16px;
            font-weight: 500;
        }

            .cart-check-out-list li .right p span {
                font-size: 15px;
                font-weight: 400;
            }

        .cart-check-out-list li:last-child {
            margin-bottom: 0;
            border-top: 1px solid #eeeeee;
            padding-top: 15px;
        }

            .cart-check-out-list li:last-child .left p {
                font-size: 16px;
                color: #0E0D10;
                font-weight: 500;
                letter-spacing: 0.04em;
            }

            .cart-check-out-list li:last-child .right p {
                font-size: 18px;
                color: #8f743d;
                font-weight: 500;
            }

@media (min-width: 576px) {
    .apply-coupon {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 768px) {
    .cart-total-box .cart-table2 thead tr th {
        padding: 27px 40px;
    }

    .cart-total-box .cart-table2 tbody tr td {
        padding: 24px 40px 30px;
    }
}

@media (min-width: 992px) {
    .cart-button-box .cart-button-box-right button {
        margin-left: 20px;
        margin-right: 0px;
    }

    .compare-table {
        min-width: unset;
    }
}

.h52 {
    height: 52px;
}

/*** 
=============================================
    Compare Css
=============================================
***/
.compare-table-outer {
    overflow-x: auto;
}

.compare-table {
    min-width: 991px;
    width: 100%;
    text-align: center;
}

    .compare-table .compare-header {
        background: #ffffff;
        border: 1px solid #eeeeee;
    }

    .compare-table tbody {
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .compare-table thead tr th p {
        font-weight: 600;
        font-size: 20px;
        color: #1a1a1a;
    }

    .compare-table thead tr th {
        color: #555555;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 15px;
        border: 1px solid #ededed;
        border-bottom: 0;
    }

        .compare-table thead tr th:first-child {
            min-width: 200px;
        }

    .compare-table thead img {
        width: 100%;
        max-width: 200px;
    }

    .compare-table tbody tr {
        border-bottom: 1px solid #eeeeee;
    }

        .compare-table tbody tr td:first-child {
            min-width: 200px;
        }

        .compare-table tbody tr td {
            padding: 10px 15px;
            border-right: 1px solid #ededed;
        }

            .compare-table tbody tr td h5 {
                font-weight: 600;
            }

            .compare-table tbody tr td p {
                font-size: 15px;
            }

            .compare-table tbody tr td.price {
                font-size: 16px;
                color: #8f743d;
                font-weight: 400;
            }

            .compare-table tbody tr td.color {
                font-size: 16px;
                color: #0E0D10;
                font-weight: 600;
            }

            .compare-table tbody tr td .ratting i {
                font-size: 12px;
                color: #8f743d;
            }

            .compare-table tbody tr td .delete-box a {
                font-size: 20px;
                color: #8f743d;
            }

/*** 
=============================================
    Contact Page Info Css
=============================================
***/
.cinfo-box {
    border: 1px solid #ebebeb;
    padding: 60px 40px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cinfo-box .thumb {
        margin-right: 30px;
        min-width: 42px;
    }

.contact-content a {
    color: #555555;
    font-weight: 400;
}

    .contact-content a:hover {
        color: #8f743d;
    }

/*** 
=============================================
    Contact box Start  
=============================================
***/
.contactMap-form .map {
    min-height: 100%;
}

    .contactMap-form .map iframe {
        width: 100%;
        height: 700px;
    }

.contactMap-form .background {
    background-color: rgb(246, 246, 246);
}

.contactMap-form .contact-form {
    padding: 60px 20px 60px;
}

    .contactMap-form .contact-form h3 {
        padding-bottom: 20px;
    }

    .contactMap-form .contact-form .common-form label,
    .contactMap-form .contact-form .common-form p {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #0E0D10;
        font-family: "Fira Sans", sans-serif;
    }

    .contactMap-form .contact-form .common-form .form-control,
    .contactMap-form .contact-form .common-form textarea {
        border: 1px solid rgb(228, 228, 228);
        background: transparent;
        height: 50px;
        padding: 10px 30px;
        font-family: "Roboto", sans-serif;
    }

        .contactMap-form .contact-form .common-form .form-control::-webkit-input-placeholder, .contactMap-form .contact-form .common-form textarea::-webkit-input-placeholder {
            font-family: "Roboto", sans-serif;
        }

        .contactMap-form .contact-form .common-form .form-control::-moz-placeholder, .contactMap-form .contact-form .common-form textarea::-moz-placeholder {
            font-family: "Roboto", sans-serif;
        }

        .contactMap-form .contact-form .common-form .form-control:-ms-input-placeholder, .contactMap-form .contact-form .common-form textarea:-ms-input-placeholder {
            font-family: "Roboto", sans-serif;
        }

        .contactMap-form .contact-form .common-form .form-control::-ms-input-placeholder, .contactMap-form .contact-form .common-form textarea::-ms-input-placeholder {
            font-family: "Roboto", sans-serif;
        }

        .contactMap-form .contact-form .common-form .form-control::placeholder,
        .contactMap-form .contact-form .common-form textarea::placeholder {
            font-family: "Roboto", sans-serif;
        }

    .contactMap-form .contact-form .common-form .form-group {
        margin-bottom: 18px;
    }

    .contactMap-form .contact-form .common-form button {
        margin-top: 23px;
    }

.selectForm {
    background: transparent;
    height: 50px;
    border: 1px solid rgb(228, 228, 228);
    font-family: "Roboto", sans-serif;
    color: #777777;
}

@media (min-width: 767px) {
    .contactMap-form .contact-form {
        padding: 60px 40px 60px;
    }
}

@media (max-width: 992px) {
    .contactMap-form .map iframe {
        height: 400px;
    }
}
/*** 
=============================================
    Error Page    
=============================================
***/
.error-page__content h4 {
    margin: 57px 0px 21px;
}

.error-page__content p {
    color: #555555;
}

.error-page__content .btn-box {
    margin-top: 43px;
    margin-bottom: -10px;
}

@media (max-width: 992px) {
    .error-page__content h4 {
        margin: 27px 0px 11px;
    }

    .error-page__content .btn-box {
        margin-top: 23px;
    }
}
/*** 
=============================================
   faq-box Start  
=============================================
***/
.faqAccordian .accordion-item {
    border: none;
    margin-top: 23px;
}

    .faqAccordian .accordion-item button.accordion-button {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        padding: 0px 20px 12px 0px;
        outline: none !important;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #0E0D10;
        font-family: "Fira Sans", sans-serif;
    }

        .faqAccordian .accordion-item button.accordion-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .faqAccordian .accordion-item button.accordion-button[aria-expanded=true] {
            background: transparent;
            outline: none !important;
        }

        .faqAccordian .accordion-item button.accordion-button[aria-expanded=false] {
            border: 0px solid rgba(160, 159, 200, 0);
        }

        .faqAccordian .accordion-item button.accordion-button::after, .faqAccordian .accordion-item button.accordion-button::before {
            position: absolute;
            right: 0px;
            background: transparent;
            border-radius: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #555555;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            font-weight: 300;
            font-family: flaticon !important;
            font-size: 16px;
        }

        .faqAccordian .accordion-item button.accordion-button:after {
            content: "\f121";
        }

        .faqAccordian .accordion-item button.accordion-button::before {
            content: "\f122";
            opacity: 0;
            visibility: hidden;
        }

        .faqAccordian .accordion-item button.accordion-button[aria-expanded=true]:after {
            opacity: 0;
            visibility: hidden;
        }

        .faqAccordian .accordion-item button.accordion-button[aria-expanded=true]::before {
            opacity: 1;
            visibility: visible;
            color: #555555;
        }

    .faqAccordian .accordion-item .accordion-collapse {
        background: transparent;
    }

        .faqAccordian .accordion-item .accordion-collapse .accordion-body {
            padding: 0px;
            margin: 0px;
            padding: 25px 0px 10px;
        }

            .faqAccordian .accordion-item .accordion-collapse .accordion-body p {
                line-height: 1.7;
                font-family: "Roboto", sans-serif;
            }

.faqAccordian .accordion-header {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.faqAccordian .accordion-button:not(.collapsed) {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.faq-sidebar-img {
    position: relative;
    overflow: hidden;
}

    .faq-sidebar-img::after {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        content: "";
        border: 1px solid rgba(255, 255, 255, 0.56);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .faq-sidebar-img img {
        min-width: 100%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .faq-sidebar-img:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .faq-sidebar-img:hover::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

@media (min-width: 767px) {
    .accordion-item button.accordion-button {
        font-size: 20px;
    }
}
/*** 
=============================================
    faq Banner Css
=============================================
***/
.faq-banner .background {
    background-color: #f1f1f1;
}

.faq-banner-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.faq-banner-shape-2 {
    position: absolute;
    top: 85px;
    right: 20px;
}

.faq-banner .inner {
    z-index: 1;
    position: relative;
    margin-bottom: -6px;
}

    .faq-banner .inner p {
        padding: 10px 0px 25px;
    }

@media (min-width: 992px) {
    .faq-banner .inner p {
        padding: 17px 0px 35px;
    }
}
/*** 
=============================================
    login-register-form Css
=============================================
***/
.login-register-form {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px 60px;
}

    .login-register-form .top-title {
        padding-bottom: 28px;
    }

        .login-register-form .top-title p {
            padding-top: 6px;
            color: #555555;
            font-weight: 300;
        }

            .login-register-form .top-title p a {
                color: #0E0D10;
                font-weight: 500;
            }

                .login-register-form .top-title p a:hover {
                    color: #8f743d;
                    text-decoration: underline;
                }

    .login-register-form .common-form .form-group {
        margin-bottom: 15px;
    }

        .login-register-form .common-form .form-group input {
            background: #ffffff;
            border: 0px;
        }

    .login-register-form .form-group.eye {
        position: relative;
    }

        .login-register-form .form-group.eye .icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px;
            font-size: 18px;
            z-index: 9;
            width: 20px;
            height: 20px;
        }

        .login-register-form .form-group.eye .icon-2 {
            display: none;
        }

        .login-register-form .form-group.eye .icon-1 {
            display: block;
        }

    .login-register-form .checkk {
        margin: 11px 0px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .login-register-form .checkk .form-cheform-check,
        .login-register-form .checkk .forgot {
            margin-top: 7px;
        }

        .login-register-form .checkk .form-check input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .login-register-form .checkk label {
            position: relative;
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
        }

            .login-register-form .checkk label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #888888;
                padding: 7px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
            }

        .login-register-form .checkk input:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 5px;
            width: 6px;
            height: 10px;
            border: solid #0E0D10;
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .login-register-form .checkk a.forgot {
            font-size: 14px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            color: #0E0D10;
            text-decoration: underline;
        }

            .login-register-form .checkk a.forgot:hover {
                color: #8f743d;
            }

    .login-register-form button {
        width: 100%;
        height: 60px;
    }

@media (min-width: 992px) {
    .login-register-form {
        padding: 96px 80px 100px;
    }

        .login-register-form .top-title {
            padding-bottom: 46px;
        }

            .login-register-form .top-title p {
                padding-top: 16px;
            }
}

.common-form .form-group label {
    font-size: 20px;
    color: #0E0D10;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
}

.common-form .form-group input,
.common-form textarea {
    height: 60px;
    width: 100%;
    background-color: #f3f3f3;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
    font-family: "Roboto", sans-serif;
}

    .common-form .form-group input::-webkit-input-placeholder, .common-form textarea::-webkit-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .common-form .form-group input::-moz-placeholder, .common-form textarea::-moz-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .common-form .form-group input:-ms-input-placeholder, .common-form textarea:-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .common-form .form-group input::-ms-input-placeholder, .common-form textarea::-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .common-form .form-group input::placeholder,
    .common-form textarea::placeholder {
        font-family: "Roboto", sans-serif;
    }

@media (min-width: 767px) {
    .common-form .form-group label {
        font-size: 24px;
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .common-form .form-group input,
    .common-form textarea {
        height: 50px;
    }
}

.h48 {
    height: 48px;
}

/*** Password Eye ***/
.form-group.eye {
    position: relative;
}

    .form-group.eye .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        font-size: 18px;
        z-index: 9;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .form-group.eye .icon-2 {
        display: none;
    }

    .form-group.eye .icon-1 {
        display: block;
    }

/*** 
=============================================
    My Account Page Css
=============================================
***/
.my-account-page__menu {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 35px 40px 30px;
    max-width: 270px;
    width: 100%;
}

    .my-account-page__menu .nav-link {
        display: block;
        width: 100%;
        padding: 0px;
        text-align: left;
    }

        .my-account-page__menu .nav-link span {
            position: relative;
            cursor: pointer;
            color: #1a1a1a;
            font-size: 18px;
            font-weight: 400;
            font-family: "Fira Sans", sans-serif;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            margin-bottom: 20px;
        }

        .my-account-page__menu .nav-link:last-child {
            margin-bottom: 0;
        }

        .my-account-page__menu .nav-link:hover span,
        .my-account-page__menu .nav-link.active {
            color: #8f743d;
            background: transparent;
        }

        .my-account-page__menu .nav-link span::before {
            position: absolute;
            left: 0;
            bottom: 4px;
            right: 0;
            height: 1px;
            background: #8f743d;
            content: "";
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transform: perspective(400px) scaleX(0);
            transform: perspective(400px) scaleX(0);
            -webkit-transform-origin: bottom;
            transform-origin: bottom;
        }

        .my-account-page__menu .nav-link:hover span:before,
        .my-account-page__menu .nav-link.active span::before {
            -webkit-transform: perspective(400px) scaleX(1);
            transform: perspective(400px) scaleX(1);
        }

.tabs-content__single h4 span {
    color: #8f743d;
}

.tabs-content__single h5 {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

    .tabs-content__single h5 span {
        color: #0E0D10;
        font-family: "Fira Sans", sans-serif;
    }

/*** 
=============================================
    Order Track Css
=============================================
***/
.order-track .inner {
    border: 1px solid #eeeeee;
    padding: 55px 20px 60px;
}

    .order-track .inner .text {
        position: relative;
        display: block;
        padding-bottom: 24px;
    }

        .order-track .inner .text p {
            font-size: 16px;
            color: #0E0D10;
            font-family: "Fira Sans", sans-serif;
        }

@media (min-width: 767px) {
    .order-track .inner {
        padding: 55px 60px 60px;
    }

        .order-track .inner .text p {
            font-size: 18px;
        }

        .order-track .inner .text {
            padding-bottom: 34px;
        }
}
/*** 
=============================================
    Wishlist Css
=============================================
***/
.wishlist-table-box .wishlist-table-outer {
    width: 100%;
    overflow-x: auto;
}

.wishlist-table-box .wishlist-table {
    width: 100%;
    min-width: 991px;
}

.wishlist-header {
    border: 1px solid #eeeeee;
}

    .wishlist-header th {
        font-family: "Roboto", sans-serif;
    }

.wishlist-table tbody {
    position: relative;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-bottom: 0;
    font-family: "Roboto", sans-serif;
}

    .wishlist-table tbody tr {
        border-bottom: 1px solid #eeeeee;
    }

    .wishlist-table tbody .wishlist-thumb {
        max-width: 100px;
    }

    .wishlist-table tbody h5 {
        font-family: "Fira Sans", sans-serif;
        font-size: 20px;
    }

    .wishlist-table tbody tr .instock {
        position: relative;
        display: inline-block;
        font-size: 12px;
        background-color: #fd7e14;
        color: #fff;
        text-transform: uppercase;
        padding: 4px 13px;
    }

    .wishlist-table tbody .remove {
        cursor: pointer;
        font-size: 14px;
    }

    .wishlist-table tbody tr td {
        font-size: 16px;
        font-weight: 500;
        padding: 30px 5px 30px;
        color: #555555;
    }

.wishlist-header tr th {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    padding: 17px 5px 17px;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .wishlist-table tbody tr td {
        padding: 30px 15px 30px;
    }

    .wishlist-header tr th {
        padding: 17px 15px 17px;
    }
}

@media (min-width: 1200px) {
    .wishlist-table tbody tr td {
        padding: 30px 30px 30px;
    }

    .wishlist-header tr th {
        padding: 17px 30px 17px;
    }
}
/*** 
=============================================
Product Categories One Css 
=============================================
***/
.grid-category {
    margin-top: -80px;
    z-index: 9;
    position: relative;
}

.gridCategoryBox {
    padding: 0px 17px 0px;
    display: inline-block;
}

    .gridCategoryBox:hover .inner img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .gridCategoryBox:hover h6 {
        color: #8f743d;
    }

.grid-category .img-box {
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
}

.grid-category .inner img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.grid-category .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.grid-category .gridCategoryBox:hover .inner {
    border: 1px solid #8f743d;
}

.grid-category .title {
    display: block;
    margin-top: 10px;
    margin-bottom: -3px;
}

    .grid-category .title h6 {
        color: #0E0D10;
        text-transform: uppercase;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .grid-category .title h6:hover {
            color: #8f743d;
        }

.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pselect {
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 0px;
    height: 48px;
}

/*** 
=============================================
  Product List Grid Style Start
=============================================
***/
.product-view-style .viewItem {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #0E0D10;
    border: 1px solid rgba(85, 85, 85, 0.3);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

    .product-view-style .viewItem:hover {
        background: #8f743d;
        color: #ffffff;
        border: 1px solid rgba(85, 85, 85, 0);
    }

.viewItem.active {
    background: #8f743d;
    color: #ffffff;
    border: 1px solid rgba(85, 85, 85, 0);
}

.footer-input-box.nborder {
    border: 1px solid rgba(85, 85, 85, 0.3);
}

    .footer-input-box.nborder .subscribe_btn {
        line-height: 1px;
        font-size: 18px;
        height: 48px;
    }

.checkbox-item {
    position: relative;
}

    .checkbox-item .form-group {
        display: block;
        margin-bottom: 10px;
    }

        .checkbox-item .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .checkbox-item .form-group label {
            position: relative;
            cursor: pointer;
            font-size: 15px;
            color: #555555;
            width: 100%;
        }

            .checkbox-item .form-group label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #8f743d;
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 0px;
                height: 14px;
                width: 14px;
                border-radius: 50%;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 10px;
            }

        .checkbox-item .form-group input:checked + label:after {
            content: "";
            display: block;
            position: absolute;
            top: 7px;
            left: 1px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background: #8f743d;
        }

.colorOptionSellect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}

    .colorOptionSellect .color-option-single {
        position: relative;
        width: 45px;
        height: 45px;
        background: #0E0D10;
        display: block;
        margin: 10px 10px 0px 0px;
        border: 2px solid #ffffff;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .colorOptionSellect .color-option-single span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: 0px;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-34px);
            transform: translateX(-50%) translateY(-34px);
            background: #0E0D10;
            font-size: 10px;
            color: #ffffff;
            line-height: 1.1;
            padding: 3px 10px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .colorOptionSellect .color-option-single span::after {
                position: absolute;
                bottom: -4px;
                left: 50%;
                -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
                height: 10px;
                width: 10px;
                background: #0E0D10;
                content: "";
                z-index: -1;
            }

        .colorOptionSellect .color-option-single:hover {
            border: 2px solid #555555;
        }

            .colorOptionSellect .color-option-single:hover span {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
                -webkit-transform: translateX(-50%) translateY(-24px);
                transform: translateX(-50%) translateY(-24px);
            }

        .colorOptionSellect .color-option-single.active {
            border: 2px solid rgba(85, 85, 85, 0.5);
        }

        .colorOptionSellect .color-option-single.bg2 {
            background: #FFFF00;
        }

        .colorOptionSellect .color-option-single.bg3 {
            background: #FF0000;
        }

        .colorOptionSellect .color-option-single.bg4 {
            background: #0000FF;
        }

        .colorOptionSellect .color-option-single.bg5 {
            background: #008000;
        }

        .colorOptionSellect .color-option-single.bg6 {
            background: #808000;
        }

        .colorOptionSellect .color-option-single.bg7 {
            background: #00FF00;
        }

        .colorOptionSellect .color-option-single.bg8 {
            background: #FFC0CB;
        }

        .colorOptionSellect .color-option-single.bg9 {
            background: #00FFFF;
        }

        .colorOptionSellect .color-option-single.bg10 {
            background: #FF00FF;
        }

.slider-box .slider {
    width: calc(100% - 20px);
}

.slider-box .output-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px 15px;
}

    .slider-box .output-price input {
        padding: 0px;
        margin: 0px;
        border: 0px;
        margin-left: 6px;
    }

.slider-box .filterbtn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(238, 238, 238);
    padding: 10px 30px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
}

    .slider-box .filterbtn:hover {
        background: #0E0D10;
        color: #ffffff;
        border: 1px solid #0E0D10;
    }

.slider-box .ui-widget.ui-widget-content {
    height: 5px;
    border: 0px;
    background: rgb(238, 238, 238);
}

.slider-box .ui-widget-header {
    background: #0E0D10;
}

.slider-box .ui-state-default,
.slider-box .ui-widget-content .ui-state-default {
    border: 0px;
    background: #0E0D10;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.slider-box .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
}

/*** 
=============================================
  Product List Start
=============================================
***/
.product-item.productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-item.productList .product-image-wrapper {
        width: 100%;
        margin-right: 15px;
    }

.btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btnGroup .singleBtn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 24px 12px;
        background: #0E0D10;
        color: #ffffff;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .btnGroup .singleBtn:hover {
            background: #8f743d;
            color: #ffffff;
        }

@media (max-width: 1199px) {
    .product-item.productList .product-image-wrapper {
        width: 190%;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .product-item.productList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .product-item.productList .product-image-wrapper {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }
}
/*** 
=============================================
    Shop Details 1 Css
=============================================
***/
.shop-details-menu li {
    position: relative;
    color: #0E0D10;
    font-family: "Fira Sans", sans-serif;
    padding-right: 10px;
    margin-right: 10px;
}

    .shop-details-menu li::before {
        position: absolute;
        top: 5px;
        right: 0;
        bottom: 9px;
        width: 1px;
        background: #0E0D10;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        content: "";
    }

    .shop-details-menu li:last-child:before {
        display: none;
    }

    .shop-details-menu li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .shop-details-menu li a {
        color: #0E0D10;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .shop-details-menu li a:hover {
            color: #8f743d;
        }

/*** 
=============================================
Product Details Nav Start
=============================================
***/
.product-details-nav .nav-link {
    color: #888888;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 4px 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .product-details-nav .nav-link::after {
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        height: 2px;
        width: 100%;
        content: "";
        background: #1a1a1a;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .product-details-nav .nav-link:hover,
    .product-details-nav .nav-link.active {
        color: #888888;
        background: transparent;
        color: #1a1a1a;
    }

        .product-details-nav .nav-link:hover::after,
        .product-details-nav .nav-link.active::after {
            position: absolute;
            top: -1px;
            left: 50%;
            -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
            height: 2px;
            width: 100%;
            content: "";
            background: #1a1a1a;
        }

.borderTop4 {
    border-top: 1px solid #dddddd;
}

.product-drescription .review-single .rating i {
    margin-bottom: 0px;
}

.product-drescription .review-single {
    padding: 18px 0px 23px;
    border-bottom: 1px solid #dddddd;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-from label,
.review-from p {
    font-size: 14px;
    color: #0E0D10;
    padding: 20px 0px 4px;
    font-family: "Roboto", sans-serif;
}

.review-from input,
.review-from textarea {
    color: #555555;
    font-size: 14px;
    height: 46px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: "Roboto", sans-serif;
}

    .review-from input::-webkit-input-placeholder, .review-from textarea::-webkit-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .review-from input::-moz-placeholder, .review-from textarea::-moz-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .review-from input:-ms-input-placeholder, .review-from textarea:-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .review-from input::-ms-input-placeholder, .review-from textarea::-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
    }

    .review-from input::placeholder,
    .review-from textarea::placeholder {
        font-family: "Roboto", sans-serif;
    }

.review-from textarea {
    max-height: 120px;
    width: 100%;
}

.review-from .rating {
    margin-bottom: -10px;
}

    .review-from .rating i {
        color: #dddddd;
    }

        .review-from .rating i:hover {
            color: #8f743d;
        }

.review-from button {
    margin-top: 20px;
}

.stiky {
    position: sticky;
    top: 100px;
}

/*** 
=============================================
 size-tabble Css
=============================================
***/
.size-tabble {
    overflow-x: auto;
}

    .size-tabble table {
        min-width: 992px;
        width: 100%;
    }

    .size-tabble thead tr {
        background: #0E0D10;
    }

        .size-tabble thead tr th {
            font-family: "Roboto", sans-serif;
            padding: 10px 20px 10px;
            font-size: 14px;
            color: #fff;
            vertical-align: middle;
            text-align: center;
            min-width: 180px;
        }

    .size-tabble tbody tr td {
        font-family: "Roboto", sans-serif;
        padding: 6px 20px 6px;
        font-size: 12px;
        color: #0E0D10;
        vertical-align: middle;
        text-align: center;
        min-width: 180px;
        border: 1px solid #f5f5f5;
    }

/*** 
=============================================
Product Details Start
=============================================
***/
.rating.pdrating i {
    font-size: 14px;
    color: #0E0D10;
}

.rating.pdrating .colorGray {
    color: #777777;
}

.product-price.pdStyle1 .regular-price {
    font-size: 18px;
}

.greenc {
    color: #2cc377;
}

.shop-details-top-category-tags {
    position: relative;
    display: block;
}

.lh-11 {
    line-height: 1.1;
}

.qtySelector.pdCount .decreaseQty {
    border-right: 1px solid #BDBDBD;
}

.qtySelector.pdCount .increaseQty {
    border-left: 1px solid #BDBDBD;
}

.timer-box {
    position: relative;
    display: block;
}

    .timer-box .countdown-timer .default-coundown .box {
        overflow: hidden;
    }

    .timer-box .countdown-timer li {
        position: relative;
        display: inline-block;
        float: none;
        padding: 0;
        text-align: center;
        margin: 0px 5px 0px;
    }

        .timer-box .countdown-timer li:first-child {
            margin-left: 0;
        }

        .timer-box .countdown-timer li:last-child {
            margin-right: 0;
        }

        .timer-box .countdown-timer li span.days,
        .timer-box .countdown-timer li span.hours,
        .timer-box .countdown-timer li span.minutes,
        .timer-box .countdown-timer li span.seconds {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            color: #0E0D10;
            font-size: 15px;
            line-height: 44px;
            text-align: center;
            border-radius: 5px;
            background-color: #ffc342;
            font-weight: 500;
        }

        .timer-box .countdown-timer li span.timeRef {
            position: absolute;
            bottom: 7px;
            left: 50%;
            color: #0E0D10;
            font-size: 12px;
            line-height: 12px;
            font-weight: 400;
            text-transform: capitalize;
            display: block;
            text-align: center;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

/*** 
=============================================
Product Details Nav Start
=============================================
***/
.product-details-nav.navstyle2 .nav-link::after {
    top: unset;
    bottom: -1px;
}

.product-details-nav.navstyle2 .nav-link:hover::after,
.product-details-nav.navstyle2 .nav-link.active::after {
    top: unset;
    bottom: -1px;
}

.product-details-nav .nav-link.navBg {
    border: 1px solid rgb(221, 221, 221) !important;
    border-radius: 0px;
    padding: 8px 20px 8px;
}

    .product-details-nav .nav-link.navBg.active {
        border: 1px solid 1px solid #0E0D10;
        background: #0E0D10;
        color: #ffffff;
    }

.navSTyle3 {
    margin-bottom: -10px;
}

    .navSTyle3 .nav-item {
        margin-bottom: 10px;
    }

.product24 {
    background: #ffc342;
    padding: 12px 10px 12px;
}

.share1 {
    background: #ffffff;
    color: #0E0D10;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
}

.sizeSelect {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    width: 68px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ptag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #8f743d;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    z-index: 99;
}

.plove {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    z-index: 99;
}

/*** 
=============================================
Product Details Nav Start
=============================================
***/
.navholder {
    max-width: 300px;
    margin: 0 auto;
}

.singleProductOneNav .single-item {
    border: 1px solid rgba(255, 255, 255, 0);
}

    .singleProductOneNav .single-item.slick-current.slick-active {
        border: 1px solid #8f743d;
    }

.pbg {
    background: #f7f7f7;
}

.ph400 {
    min-height: 450px;
}

.globalarrow.roundarrow.smallarrow .arrow-back,
.globalarrow.roundarrow.smallarrow .slick-prev:focus,
.globalarrow.roundarrow.smallarrow .slick-prev {
    left: -15px;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.globalarrow.roundarrow.smallarrow .arrow-next,
.globalarrow.roundarrow.smallarrow .slick-next:focus,
.globalarrow.roundarrow.smallarrow .slick-next {
    right: -15px;
    left: unset;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

/*** 
=============================================
Product Details Nav 2 Start
=============================================
***/
.singleProductBoxTwo .navholder {
    width: 120px;
}

.singleProductBoxTwo .singleProducttwo {
    width: calc(100% - 140px);
}

.singleProductBoxTwo .badge {
    top: 20px;
    left: 20px;
}

.singleProducttwoNav.globalarrow.roundarrow .arrow-back,
.singleProducttwoNav.globalarrow.roundarrow .slick-prev:focus,
.singleProducttwoNav.globalarrow.roundarrow .slick-prev,
.singleProducttwoNav.globalarrow.roundarrow .arrow-next,
.singleProducttwoNav.globalarrow.roundarrow .slick-next:focus,
.singleProducttwoNav.globalarrow.roundarrow .slick-next {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: unset;
    bottom: 30px;
    left: 15px;
}

    .singleProducttwoNav.globalarrow.roundarrow .arrow-next,
    .singleProducttwoNav.globalarrow.roundarrow .slick-next:focus,
    .singleProducttwoNav.globalarrow.roundarrow .slick-next {
        left: unset;
        right: 15px;
    }

@media (max-width: 1199px) {
    .singleProductBoxTwo .navholder {
        width: 90px;
    }

    .singleProductBoxTwo .singleProducttwo {
        width: calc(100% - 115px);
    }

    .singleProducttwoNav.globalarrow.roundarrow .arrow-back,
    .singleProducttwoNav.globalarrow.roundarrow .slick-prev:focus,
    .singleProducttwoNav.globalarrow.roundarrow .slick-prev,
    .singleProducttwoNav.globalarrow.roundarrow .arrow-next,
    .singleProducttwoNav.globalarrow.roundarrow .slick-next:focus,
    .singleProducttwoNav.globalarrow.roundarrow .slick-next {
        bottom: 15px;
    }
}
/*** 
=============================================
Product Details 3 Start
=============================================
***/
.singleProductThreeNav .single-item {
    border: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 2px;
}

    .singleProductThreeNav .single-item.slick-current.slick-active {
        border: 1px solid #8f743d;
    }

.singleProductThree .badge {
    top: 20px;
    left: 20px;
}

/*** 
=============================================
    Blog Pages Css 
=============================================
***/
.font-josefin {
    font-family: "Fira Sans", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

/*** 
=============================================
    Blog Page 
=============================================
***/
.blog-page-img {
    position: relative;
}

    .blog-page-img a {
        display: block;
        width: 100%;
    }

    .blog-page-img img {
        min-width: 100%;
    }

.blog-page-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;
    padding: 10px 10px 10px;
}

    .blog-page-date p {
        font-size: 18px;
        color: #0E0D10;
        font-family: "Fira Sans", sans-serif;
    }

        .blog-page-date p span {
            font-size: 18px;
            color: #8f743d;
            font-weight: 500;
            position: relative;
        }

.blog-page-content {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    border-top: 0;
    padding: 24px 28px 24px;
}

.blog-page-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-page-meta li {
        position: relative;
        display: block;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

        .blog-page-meta li a {
            color: #747474;
        }

        .blog-page-meta li::before {
            position: absolute;
            top: 5px;
            bottom: 6px;
            right: -6px;
            content: "";
            width: 1px;
            background-color: #747474;
        }

        .blog-page-meta li:last-child:before {
            display: none;
        }

        .blog-page-meta li + li {
            margin-left: 15px;
        }

.blog-page-title {
    margin-top: 12px;
    margin-bottom: 17px;
}

    .blog-page-title a {
        color: #0E0D10;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .blog-page-title a:hover {
            color: #8f743d;
        }

.blog-page-text {
    padding-bottom: 12px;
}

.blog-page-continue-reading {
    position: relative;
    display: inline-block;
}

    .blog-page-continue-reading:before {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        content: "";
        height: 2px;
        background-color: #b3b3b3;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .blog-page-continue-reading:hover:before {
        background-color: #8f743d;
    }

    .blog-page-continue-reading a {
        font-size: 16px;
        color: #0E0D10;
        font-family: "Fira Sans", sans-serif;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .blog-page-continue-reading:hover a {
        color: #8f743d;
    }

.blog-page-img .video-three__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .blog-page-img .video-three__inner .icon .border-animation {
        border: 1px solid #ffffff;
    }

    .blog-page-img .video-three__inner .icon a {
        border: 1px solid #ffffff;
        color: #ffffff;
    }

.blog-aurthor-review {
    background-color: #0E0D10;
    padding: 30px 20px 30px;
    text-align: center;
    margin: 0px auto 0px;
}

.blog-aurthor-review-quote {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 35px;
    color: #ffffff;
    margin: 0 auto;
}

.blog-aurthor-review p {
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    padding-top: 29px;
    padding-bottom: 28px;
}

.blog-page-author-name h4 {
    color: #ffffff;
}

.blog-page-author-name span {
    font-size: 14px;
    color: #888888;
    letter-spacing: 0.04em;
}

.blog-thumb-slider .arrow-back {
    border-radius: 0px;
    left: 30px;
}

.blog-thumb-slider .arrow-next {
    border-radius: 0px;
    right: 30px;
}

.blog-page-single-last .blog-page-content {
    border-top: 1px solid #eeeeee;
}

.blog-page-left .pagination {
    margin-top: 20px;
}

.sidebar-box.style-2 {
    padding: 0;
    border: 0;
}

.single-sidebar_author_img img {
    width: 100%;
}

.single-sidebar_author_content {
    border: 1px solid #eeeeee;
    border-top: 0;
}

    .single-sidebar_author_content p {
        font-size: 14px;
    }

.sidebar-box.style-3 {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

    .sidebar-box.style-3 .title {
        margin-bottom: 34px;
    }

.sidebar-blog-post {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sidebar-blog-post .img-box {
        position: relative;
        min-width: 100px;
        max-width: 100px;
        width: 100px;
        margin-right: 20px;
    }

        .sidebar-blog-post .img-box img {
            min-width: 100%;
        }

        .sidebar-blog-post .img-box .overlay-content {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 0%;
            opacity: 0;
            -webkit-transform: perspective(0px) scale(0);
            transform: perspective(0px) scale(0);
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 2;
        }

    .sidebar-blog-post:hover .overlay-content {
        opacity: 1;
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s;
    }

    .sidebar-blog-post .title-box h5 a {
        color: #0E0D10;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .sidebar-blog-post .title-box h5 a:hover {
            color: #8f743d;
        }

    .sidebar-blog-post .title-box .date {
        color: #747474;
        font-size: 14px;
        margin-bottom: 5px;
    }

.popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

    .popular-tag li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0px 10px 10px 0px;
    }

        .popular-tag li a {
            position: relative;
            display: block;
            padding: 9px 15px 7px;
            background: #ffffff;
            border-radius: 15px;
            color: #747474;
            background-color: #f1f1f1;
            font-size: 14px;
            line-height: 14px;
            font-weight: 300;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .popular-tag li:hover a {
            color: #ffffff;
            background-color: #8f743d;
        }

.blog-sidebar-follow-us {
    margin-left: -5px;
    margin-right: -5px;
}

    .blog-sidebar-follow-us li {
        display: inline-block;
        margin: 0 5px 10px;
    }

.blog-sidebar-add-banner {
    position: relative;
    display: block;
    z-index: 1;
}

    .blog-sidebar-add-banner::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

    .blog-sidebar-add-banner img {
        width: 100%;
    }

.blog-sidebar-add-banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

    .blog-sidebar-add-banner-content h3 {
        color: #ffffff;
    }

    .blog-sidebar-add-banner-content p {
        font-size: 14px;
        color: #ffffff;
    }

.sidebar-box.style-1 .footer-input-box {
    margin: 0px;
    border: 1px solid rgb(238, 238, 238);
    height: 58px;
    padding: 0px;
}

    .sidebar-box.style-1 .footer-input-box .subscribe_btn {
        height: 58px;
        width: 58px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        line-height: 0;
    }

.sidebar-box.style-1 h4 {
    margin-bottom: 30px;
}

.sidebar-box.style-2 h4 {
    margin-bottom: 21px;
}

.sidebar-box.style-3 h4 {
    margin-bottom: 13px;
}

.sidebar-box.style-5 .footer-input-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
}

    .sidebar-box.style-5 .footer-input-box input {
        border: 1px solid rgb(238, 238, 238);
        height: 58px;
        width: 100%;
    }

    .sidebar-box.style-5 .footer-input-box .subscribe_btn {
        height: 58px;
        width: 100%;
        margin-top: 10px;
    }

.sidebar-box.style-8 {
    padding: 0px;
    border: 0px;
}

@media (min-width: 576px) {
    .blog-page-left .pagination {
        margin-top: 30px;
    }

    .blog-page-date {
        bottom: 20px;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .blog-page-left .pagination {
        margin-top: 30px;
    }

    .blog-page-content {
        padding: 34px 38px 44px;
    }

    .blog-page-text {
        padding-bottom: 22px;
    }

    .blog-page-date {
        bottom: 40px;
        right: 40px;
        padding: 15px 27px 14px;
    }

        .blog-page-date p {
            font-size: 18px;
        }

            .blog-page-date p span {
                font-size: 30px;
                top: 4px;
            }
}

@media (min-width: 992px) {
    .blog-aurthor-review {
        padding: 70px 120px 60px;
    }
}

.categories-list li {
    display: block;
    border-bottom: 1px solid rgb(238, 238, 238);
}

    .categories-list li:last-child {
        border-bottom: 0px;
    }

    .categories-list li a {
        padding: 14px 0px 14px 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .categories-list li a span {
            font-size: 14px;
            line-height: 1.4;
            color: #0E0D10;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .categories-list li a i {
            position: absolute;
            top: 15px;
            left: 0px;
            font-size: 16px;
            line-height: 1.4;
            color: #0E0D10;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .categories-list li a:hover i,
        .categories-list li a:hover span {
            color: #8f743d;
        }

/*** 
=============================================
    Blog Single 
=============================================
***/
.breadcrumb-area .author-details h6 {
    padding-left: 30px;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

    .breadcrumb-area .author-details h6 i {
        top: 1px;
        left: 0px;
        margin-right: 10px;
        margin-bottom: -5px;
    }

    .breadcrumb-area .author-details h6 span {
        font-weight: 400;
    }

.blog-single-img {
    position: relative;
}

    .blog-single-img img {
        width: 100%;
    }

.blog-single-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;
    padding: 10px 10px 10px;
}

    .blog-single-date h4 {
        font-size: 18px;
        color: #8f743d;
        font-weight: 500;
        position: relative;
    }

        .blog-single-date h4 span {
            font-size: 18px;
            color: #0E0D10;
            font-family: "Fira Sans", sans-serif;
        }

.blog-single-content {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    border-top: 0;
    padding: 20px 20px 20px;
}

.blog-single-text-2 {
    padding-top: 25px;
    padding-bottom: 37px;
}

.blog-single-quate {
    position: relative;
    display: block;
}

.blog-single-quate-box {
    position: relative;
    display: block;
    background-color: #0E0D10;
    padding: 30px 20px 30px;
}

.blog-single-quate-single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-single-quate-quote {
    margin-right: 0px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    min-width: 120px;
    border: 1px solid #fe9a24;
    border-radius: 50%;
    font-size: 35px;
    color: #fe9a24;
}

.blog-single-quate-content {
    text-align: center;
}

.blog-single-quate-content-text {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 31px;
}

.blog-single-quate-author {
    position: relative;
    display: block;
    margin-top: 27px;
}

    .blog-single-quate-author h4 {
        font-size: 24px;
        color: #ffffff;
        font-weight: 500;
        line-height: 24px;
    }

    .blog-single-quate-author p {
        font-size: 14px;
        color: #ffffff;
    }

.blog-single-valentine-gift {
    position: relative;
    display: block;
    margin-top: 57px;
}

    .blog-single-valentine-gift h3 {
        margin-bottom: 21px;
    }

.blog-single-valentine-gift-img-boxes {
    position: relative;
    display: block;
    margin-top: 37px;
    margin-bottom: 3px;
}

.blog-single-valentine-gift-img-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .blog-single-valentine-gift-img-single img {
        width: 100%;
    }

.blog-single-tag-share {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    margin-top: 37px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-single-tags {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .blog-single-tags a {
        position: relative;
        display: block;
        padding: 9px 15px 7px;
        background: #ffffff;
        border-radius: 15px;
        color: #747474;
        background-color: #f1f1f1;
        font-size: 14px;
        line-height: 14px;
        font-weight: 300;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-single-tags a + a {
            margin-left: 10px;
        }

        .blog-single-tags a:hover {
            background-color: #8f743d;
            color: #ffffff;
        }

.blog-single-social-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .blog-single-social-list h4 {
        font-size: 16px;
        font-weight: 500;
    }

.blog-single-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

    .blog-single-social a {
        height: 40px;
        width: 40px;
        background-color: #f1f1f1;
        color: #747474;
        font-size: 15px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-single-social a + a {
            margin-left: 10px;
        }

        .blog-single-social a:hover {
            background-color: #8f743d;
            color: #ffffff;
        }

.blog-single-next-prev {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0 40px;
}

.blog-single-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    .blog-single-prev:before {
        position: absolute;
        top: 10px;
        bottom: 0;
        right: -40px;
        content: "";
        width: 1px;
        background-color: #eeeeee;
    }

.blog-single-prev-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

    .blog-single-prev-img img {
        width: auto;
        border-radius: 50%;
    }

.blog-single-prev-content {
    margin-left: 20px;
}

    .blog-single-prev-content p {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 8px;
        color: #747474;
    }

    .blog-single-prev-content h5 {
        font-size: 20px;
        line-height: 26px;
    }

.blog-single-next {
    margin-top: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-single-next-content {
    text-align: right;
}

    .blog-single-next-content p {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 8px;
        color: #747474;
    }

.blog-single-next-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-left: 20px;
}

    .blog-single-next-img img {
        width: auto;
        border-radius: 50%;
    }

.blog-single-comment {
    position: relative;
    display: block;
    margin-top: 59px;
}

    .blog-single-comment p {
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 24px;
    }

.blog-single-comment-form {
    position: relative;
    display: block;
}

    .blog-single-comment-form .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .blog-single-comment-form .col-xl-6,
    .blog-single-comment-form .col-xl-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-single-comment-form .input-box {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .blog-single-comment-form input[type=text],
    .blog-single-comment-form input[type=email] {
        height: 50px;
        width: 100%;
        border: 1px solid #eeeeee;
        font-size: 14px;
        padding: 0 25px;
        color: #0E0D10;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

        .blog-single-comment-form input[type=text]::-webkit-input-placeholder, .blog-single-comment-form input[type=email]::-webkit-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form input[type=text]::-moz-placeholder, .blog-single-comment-form input[type=email]::-moz-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form input[type=text]:-ms-input-placeholder, .blog-single-comment-form input[type=email]:-ms-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form input[type=text]::-ms-input-placeholder, .blog-single-comment-form input[type=email]::-ms-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form input[type=text]::placeholder,
        .blog-single-comment-form input[type=email]::placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

    .blog-single-comment-form textarea {
        height: 200px;
        border: 1px solid #eeeeee;
        width: 100%;
        font-size: 14px;
        color: #0E0D10;
        font-weight: 400;
        padding: 18px 25px 25px;
        font-family: "Roboto", sans-serif;
    }

        .blog-single-comment-form textarea::-webkit-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form textarea::-moz-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form textarea:-ms-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form textarea::-ms-input-placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

        .blog-single-comment-form textarea::placeholder {
            color: #747474;
            font-family: "Roboto", sans-serif;
        }

    .blog-single-comment-form .thm-btn {
        border: none;
        background-color: #8f743d;
        color: #ffffff;
    }

        .blog-single-comment-form .thm-btn::before {
            background: #0E0D10;
        }

@media (min-width: 576px) {
    .blog-single-date {
        bottom: 30px;
        right: 30px;
    }

    .blog-single-quate-box {
        padding: 65px 65px 56px;
    }

    .blog-single-date {
        padding: 15px 27px 14px;
    }

        .blog-single-date h4 {
            font-size: 30px;
            color: #8f743d;
            font-weight: 500;
            position: relative;
        }

            .blog-single-date h4 span {
                top: 4px;
            }
}

@media (min-width: 768px) {
    .blog-single-content {
        padding: 33px 39px 39px;
    }
}

@media (min-width: 1200px) {
    .blog-single-quate-single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .blog-single-quate-single .blog-single-quate-quote {
            margin-right: 30px;
            margin-bottom: 0px;
        }

        .blog-single-quate-single .blog-single-quate-content {
            text-align: left;
        }
}

.boxBorder {
    border: 1px solid rgb(238, 238, 238);
}

.titleAfter {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

    .titleAfter::after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 2px;
        width: 70px;
        content: "";
        background: #0E0D10;
    }

/*** 
=====================================================
pagination start
=====================================================
***/
.pagination li a {
    margin: 0px 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(238, 238, 238);
    background: transparent;
    font-size: 12px;
    color: rgb(85, 85, 85);
    font-family: "Fira Sans", sans-serif;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.1;
}

    .pagination li a i {
        font-size: 12px;
        line-height: 0;
    }

    .pagination li a:hover {
        background-color: #8f743d;
        color: #ffffff;
    }

    .pagination li a.active {
        background-color: #8f743d;
        color: #ffffff;
        border: 1px solid #8f743d;
    }

@media (min-width: 767px) {
    .pagination li a {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

        .pagination li a i {
            font-size: 16px;
            line-height: 1.1;
        }
}

.font-josefin {
    font-family: "Fira Sans", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}

/*** 
=====================================================
Bottom to top Css
=====================================================
***/
.scrollToTop {
    text-decoration: none;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 80px;
    width: 45px;
    height: 45px;
    background: #8f743d;
    border-radius: 50px;
    color: #ffffff;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

    .scrollToTop i {
        line-height: 0px;
    }

    .scrollToTop:hover {
        color: #ffffff;
    }

    .scrollToTop.active {
        bottom: 30px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

@media (max-width: 1199px) {
    #scrollUp {
        right: 0%;
    }

    #scrollUp {
        display: none !important;
        opacity: 0;
    }
}
/***
=====================================================
Bottom to top Css 
=====================================================
***/


