/*
* Template Name : Pet shop Ecommerce HTML Template
* Version : 1.0.0
* Created by : Pet shop Ecommerce HTML Template
* File: Main Css 
*/

/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - Custom
    2.0 - header
    3.0 - slider css
    4.0 - offer css
    5.0 - product category css
    6.0 - deal css
    7.0 - special discount css
    8.0 - features css
    9.0 - furry friend css
    10.0 - product css
    11.0 - our service css
    12.0 - blog css
    13.0 - cart and wishlist slide css
    14.0 - preloader css
    15.0 - bradcrumb css
    16.0 - sidebar css
    17.0 - about css
    18.0 - testimonial css
    19.0 - shop detail page css
    20.0 - contact css
    21.0 - cart css
    22.0 - checout css
    23.0 - search css
    24.0 - page content css
    25.0 - faq css
    26.0 - page not found css
    27.0 - order tracking css
    28.0 - color switcher
    29.0 - newsltter popup
    30.0 - footer css
    31.0 - keyframe css
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =============================================
                Theme Reset Style
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;515;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("login.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("animate.min.css");
@import url("color/theme-blue.css");
@import url("color/theme-gold.css");
@import url("color/theme-green.css");
@import url("color/theme-light-blue.css");
@import url("color/theme-orrange.css");
@import url("color/theme-purble.css");
@import url("color/theme-rose.css");
@import url('https://fonts.cdnfonts.com/css/hero-new');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



@font-face {
    font-family: 'Hero Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Regular'), url('/public/assets/fonts/HeroLight-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Hero Light Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Bold'), url('/public/assets/fonts/HeroLight-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Hero Light Light';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Light'), url('/public/assets/fonts/HeroLight-Light.woff') format('woff');
}

body {
    background-color: #FFF2EB !important;
}

.container {
    max-width: 1300px !important;
}

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

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

::-moz-selection {
    color: #ffffff;
    background: #c35F45;
}

::selection {
    color: #ffffff;
    background: #c35F45;
}

/* custom */
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cccccc;
}

::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #c35F45;
}

.page-main {
    overflow-x: hidden;
}

.show-more-btn {
    margin-top: 30px;
}

.theme-btn {
    color: #803813;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    border: 2px solid #803813;
    visibility: visible;
    outline: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    text-align: center;
    z-index: 2;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}


.theme-btn.btn-light {
    /*background-color: #f3f3f3;*/
    border-color: #f3f3f3;
    color: #222;
}

.theme-btn.btn-light::before,
.theme-btn.btn-light::after {
    background-color: #c35F45;
}

.theme-btn.disable {
    cursor: no-drop;
    opacity: .5;
}

.theme-btn:hover {
    background-color: transparent;
    color: #c35F45;
}

.owl-loaded {
    overflow: hidden;
}

.owl-item {
    float: left;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    padding: 0px;
    height: 8px;
    width: 8px;
    background-color: #FFF2EB;
    border: 1px solid #803813;
    border-radius: 50%;
    margin: 0px 4px;
    cursor: pointer;
    outline: 0;
}

.owl-dots .owl-dot.active {
    background-color: #803813;
}

.owl-dots.disabled,
.owl-nav.disabled {
    display: none;
}

.owl-nav button {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    outline: 0 !important;
    transition: all 0.5s;
}

.owl-nav button:hover {
    background-color: #c35F45;
    border-color: #c35F45;
    color: #fff;
}

.page-paddings {
    padding: 40px 0px;
    position: relative;
}

.page-background {
    padding: 80px 0px;
    background-color: #FFF2EB;
}

.page-title h2 {
    font-size: 40px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    text-transform: lowercase;
}

.page-title h2:first-letter {
    text-transform: uppercase;
}

.page-title p {
    font-size: 16px;
    max-width: 600px;
    margin: 0px auto;
    color: #666;
}

.page-title .title {
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    color: #803813;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.page-title .saprater {
    display: block;
    background-color: #eeeeee;
    height: 5px;
    position: relative;
}

.page-background .page-title .saprater {
    background-color: #cccccc;
}

.page-title .saprater ul {
    line-height: 0;
    margin-left: 18px;
}

.page-title .saprater-box {
    display: inline-block;
    background: #88381F;
    width: 30px;
    height: 5px;
    transform: skewX(55deg);
    -webkit-transform: skewX(55deg);
    /* Safari & Chrome */
    -moz-transform: skewX(55deg);
    /* Firefox */
    -ms-transform: skewX(55deg);
    /* Internet Explorer */
    -o-transform: skewX(55deg);
    /* Opera */
    margin-right: -7px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.theme-title>a {
    color: white;
    text-decoration: none !important;
    transition: all 0.5s;
    font-size: 19px;
    text-transform: capitalize;
    font-family: 'EB Garamond', serif;
    text-align: center;

}
.search-by-category.sidebar-widget .form-control{
    border: 1px solid #eee;
    font-size: 15px;
    color: rgb(102 102 102 / 78%);
    outline: 0;
    height: 30px !important;
    border-radius: 15px !important;
}
.theme-title {
    text-align: center;
}

.theme-description {
    font-size: 15px;
    color: #666;
    margin: 0px;
}

.theme-input-box {
    position: relative;
}

.theme-input-box .form-control {
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
    /* padding: 12px 15px; */
    outline: 0;
    height:50px;
    border-radius: 15px !important; 
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #c35F45;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.page-up-box {
    font-size: 40px;
    color: #c35F45 !important;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.page-up-box.show {
    opacity: 1;
    visibility: visible;
}

.modal-header,
.remove-popup .modal-content {
    position: relative;
}

.modal-content .modal-body {
    padding: 25px 30px 15px;
}

.modal-header .close,
.modal-content .close {
    outline: none !important;
    color: #B5B5C3;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    color: #3F4254 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 15px;
}

.modal-header .close>i,
.modal-content .close>i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #3F4254 !important;
    font-size: 16px;
}

.modal-content .close {
    top: 25px;
    right: 20px;
}

.modal-header .close:hover,
.modal-header .close>i:hover,
.modal-content .close:hover,
.modal-content .close>i:hover {
    color: #c35F45 !important;
}

.remove-popup .theme-remove-box {
    padding: 25px 0px;
}

.theme-remove-box h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

.modal-footer .theme-btn {
    padding: 8px 16px;
}

.modal-backdrop.show {
    opacity: .7;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}

.custome-checkbox {
    margin: 0px 0px !important;
}

.custome-checkbox .form-check-input {
    display: block;
    position: relative !important;
    margin-left: 1 !important;
}

.custome-checkbox .form-group {
    display: flex;
    gap: 5px;
}

.custome-checkbox .form-check-label span {
    vertical-align: middle;
}

.custome-checkbox label {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    color: #373a3c;
    text-decoration: none;
}

.custome-checkbox a {
    text-decoration: underline !important;
    color: #c35F45 !important;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 1px solid #c35F45;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: none;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after {
    opacity: 1;
}



.custome-checkbox input[type="checkbox"]:checked+.form-check-label::before {
    background-color: #c35F45;
    border-color: #c35F45;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
    display: block;
    background-color: #c35F45;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.custome-radio input[type="radio"]+.form-check-label::after {
    content: "";
    background-color: #c35F45;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-radio input[type="radio"]:checked+.form-check-label::before {
    border-color: #c35F45;
}

.custome-radio input[type="radio"]:checked+.form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[disabled]+.form-check-label,
.custome-radio input[disabled]+.form-check-label {
    color: #d0d0d0;
}

.custome-checkbox input[disabled]+.form-check-label::before,
.custome-radio input[disabled]+.form-check-label::before {
    border-color: #e8e8e8;
}

.custome-checkbox input#exampleCheckbox1 {
    margin-top: 0 !important;
}
.login-register-area{
    background: #FEC57E;
}
section.login-register-area.login-form.page-paddings{
    background-color: transparent;
}

.register-checkbox span {
    display: flex !important;
}

.register-checkbox a {
    color: #721c24;
    text-decoration: underline !important;
}
section.login-register-area .btn-block{
    height: 46px;
    margin: auto;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #FFF2EB;
    margin-top: 20px;
}
.form-input-field{
    padding: 10px 20px;
}
label.form-check-label{
    font-size: 16px !important;
}

.theme-error-message {
    font-size: 18px;
    text-transform: uppercase;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px 15px;
    text-align: center;
    position: fixed;
    bottom: -100%;
    z-index: 99;
    font-weight: 600;
    width: 100%;
    line-height: normal;
    transition: all 0.5s;
}

.theme-error-message.message-sucsess {
    color: #155724;
    background-color: #d4edda;
}

.theme-error-message.active {
    bottom: 0px;
}

.theme-error-message p {
    margin: 0px;
}

/* custom */
/* header */

.header-main.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    animation: slide-down 0.7s;
}

.header-main.fixed-header .header-top {
    display: none;
}

.header-top {
    background-color: #FEC57E;
    padding: 5px 20px;
}
.header-top-left form{
    margin:0 !important;
}
.header-top .input-group.has-search {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    max-width: 240px;

    border-radius: 20px;
}
.header-top .input-group.has-search  input{
    height:16px;
}
.header-top input.form-control {
    height: 100%;
    height: 30px;
    border-radius: 20px !important;
    border: none;
}

.header-top .search-btn {
    position: absolute;
    right: 0;
    z-index: 99;
    background: transparent;
    border: none;
}

.header-top .search-btn:hover,
.header-top .search-btn:active,
.header-top .search-btn:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    appearance: none !important;

}

@media(max-width:767px) {
    .header-top-left {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.header-top-right>ul {
    float: right;
    margin: 3px 0px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top-right ul img{
    width:20px;
}
.header-top-right{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media(max-width:767px){
    .header-top-right{
        justify-content: center;
    }
}
.header-top-right>ul>li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    line-height: 1;
}

.header-top-right>ul>li:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.header-top-right>ul>li>a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 12px;
    font-family: 'Hero Light Light';
    font-weight: 600;
    color: #803813;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

}

.header-top-right>ul>li>a>i {
    margin-right: 4px;
    font-size: 14px;
}

.header-logo img {
    width: 120px;
}


li.nav-item.account-profile {
    margin: 0;
    padding: 0;
}

.header-bottom {
    background-color: #FFF2EB;
    padding: 15px 0px;
}

.header-bottom-box>.header-menu {
    text-align: center;
    height:100%;


}
@media(max-width:991px){
    .header-logo{
        width: 40%;
    }
    .header-bottom-box>.header-menu {
        width: 60%;
    }
    .header-bottom-box{
        display: flex;
        align-items: center;
    }
    .header-main .header-bottom{
        padding-left: 0 !important; 
        padding-right: 0 !important;
    }
    .fixed-header .fixed-header-cart-icon a {
        display: flex !important;
        gap: 3px;
    }
}
.header-bottom-box > .header-menu .navbar{
    flex-wrap: nowrap;
}


.header-bottom-box>.header-menu .navbar {
    background-color: transparent !important;
    width: auto;
    display: flex;
    padding: 0px;
    align-items: center;
    height: 100%;
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end !important;
    }
}

@media(max-width: 991px) {
    .header-bottom-box>.header-menu .navbar {
        justify-content: end !important;
        flex-direction: row-reverse;

    }

    .header-menu {
        display: inline-block;
        float: right;
    }

    .header-bottom-box>.header-menu .navbar .navbar-toggler {
        top: 0 !important;
    }


    .fixed-header-cart-icon {
        margin-right: 10px !important;
    }
}

.fixed-header-cart-icon .header-cart {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}



.fixed-header-cart-icon {
    margin-left: 50px;
}

.fixed-header-cart-icon {
    display: none;
}

.fixed-header .fixed-header-cart-icon {
    display: flex;
    gap: 10px;
}

.fixed-header .fixed-header-cart-icon a {
    display: inline-block;
    text-decoration: none;
}

.fixed-header .fixed-header-cart-icon i {
    color: #c35F45;
}

.fixed-header .fixed-header-cart-icon span {
    color: #c35F45;
}

.header-menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 20px;
}

.header-menu .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

.header-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 11px 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #803813;
    transition: all 0.5s;
}

.header-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #c35F45;
}

.header-bottom .header-bottom-box {
    position: relative;
}

.header-bottom-box .header-logo {
    float: left;
}

.header-cart>ul>li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.header-cart>ul>li:last-child {
    margin-right: 0px;
}

.header-cart>ul>li>a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.header-cart>ul>li>a>i {
    font-size: 24px;
    color: #c35F45;
    vertical-align: text-bottom;
}

.header-cart>ul>li>a>span {
    display: inline-block;
    margin-left: 12px;
    font-weight: 600;
}

.header-bottom .header-bottom-box .header-cart {
    position: absolute;
    top: 12px;
    right: 0px;
}

.header-cart>ul>li>.dropdown-search {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 300px !important;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 5px 5px;
    display: none;
}

.header-cart>ul>li>.dropdown-search .dropdown-search-form .theme-input-box .serch-dropdown-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    font-size: 18px;
    color: #c35F45;
    cursor: pointer;
}

.header-cart>ul>li>.dropdown-search .dropdown-search-form {
    padding: 15px 15px;
    position: relative;
}

.header-cart>ul>li>.dropdown-search .dropdown-search-form .theme-input-box .form-control {
    padding: 12px 40px 12px 15px;
}

.header-cart>ul>li>a>.budge {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    color: #c35F45;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 12px;
    left: 0px;
}

.header-cart>ul>li>.cart-dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 320px !important;
    right: -20px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 5px 5px;
    z-index: 9999;
}

.cart-dropdown-menu h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
}

.cart-dropdown-menu h2 span {
    float: right;
    color: #c35F45;
}

.cart-dropdown-menu .cart-dropdown-list li {
    border-bottom: 1px solid #eee;
    padding: 15px 40px 16px 15px;
    position: relative;
}

.cart-dropdown-menu .cart-dropdown-list li .cart-drop-tras {
    color: #c35F45;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.cart-dropdown-menu .cart-dropdown-list li .cart-dropdown-img {
    width: 80px;
    float: left;
}

.cart-dropdown-menu .cart-dropdown-list li .cart-dropdown-content {
    padding-left: 95px;
}

.cart-dropdown-menu .cart-dropdown-list li .cart-dropdown-content .cart-drop-price span {
    display: block;
    color: #c35F45;
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    text-decoration: none;
    font-weight: 300;
}

.cart-drop-footer {
    padding: 15px 15px;
    background-color: #fff;
}

.cart-drop-footer>ul>li {
    display: inline-block;
    margin-right: 15px;
    width: calc(50% - 10px);
}

.cart-drop-footer>ul>li:last-child {
    margin-right: 0px;
}

.cart-drop-footer>ul>li .theme-btn {
    padding: 10px 15px;
    width: 100%;
}
.navbar-nav{
    position: relative;
}
.nav-item .nav-dropdown {
    max-width: 43vw;
    background-color: #fff;
    position: absolute;
    width: auto;
    top: 20px;
    z-index: 9;
    box-shadow: 0px 0px 0px #cccccc;
    border: 2px solid #702601;
    transform: scale(0);
    -webkit-transform: scale(0);
    /* Safari & Chrome */
    -moz-transform: scale(0);
    /* Firefox */
    -ms-transform: scale(0);
    /* Internet Explorer */
    -o-transform: scale(0);
    /* Opera */
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    margin-top: 16px;
    text-align: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
    /* right: 15%; */
    left: 0;
    right: 0;
}
.nav-dropdown .price ins{
    color: #803813;
    text-decoration: none !important;
    font-size: 15px;
}
.nav-dropdown .price del{
    color: #803813;
    font-size: 15px;
    font-weight: 500;
}
.nav-dropdown  span.price{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.account-profile .nav-dropdown {
   width: auto !important;
   left: unset !important;
   top: 6px !important;
}
a.nav-link.theme-dropdown-menu.customer_dropDown.p-0 ul.nav-dropdown.customer-dropdown{
    display: none !important;
}
a.nav-link.theme-dropdown-menu.customer_dropDown.p-0.dropdown-active ul.nav-dropdown.customer-dropdown{
    display: block;
}

/* // wrtie style code of profile */

.menu-category a {
    font-size: 16px;
    color: #212529;
    display: block;
    padding: 7px 12px;
    transition: all 0.5s;
}

.product-name {
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
}

.product-ratting-count {
    display: flex;
    align-items: center;
}

.ratting-count {
    color: #803813;
    font-size: 14px;
}

.product-ratting i {
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 10px 0px;

}

.product-price {
    font-size: 16px;
    color: #222;
}
.item-product i.fa.fa-star{
    color: #bdbdbd;
    font-size: 14px;
}

.item-product .product-price span.price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    float: left;
}
/* product listing */
.shop-product-box.shop-product-listing h2{
    font-size: 18px;
    font-weight: 600;
    color: #803813;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 20px;

}
.shop-product-box.shop-product-listing .pro-whislist-ico i{
    color: white;
}
.shop-product-box.shop-product-listing .product-price ins{
    color: #803813;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
}
.shop-product-box.shop-product-listing .product-price del{
    font-size: 15px;
    color: #803813 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.shop-product-box.shop-product-listing .price{
    display: flex;
    gap: 5px;
}
.shop-product-box.shop-product-listing .theme-description{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
}
.nav-item:hover .nav-dropdown {
    transform: scale(1);
    -webkit-transform: scale(1);
    /* Safari & Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* Internet Explorer */
    -o-transform: scale(1);
    /* Opera */
    visibility: visible;
    opacity: 1;
}
.nav-dropdown .product-name{
    color: #803813 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.nav-item .nav-dropdown>li>a {
    font-size: 16px;
    color: #212529;
    display: block;
    padding: 12px 12px;
    transition: all 0.5s;
}

.nav-item .nav-dropdown>li>a.active,
.nav-item .nav-dropdown>li>a:hover {
    background: #eaeaea;
    color: #222;
}

/* header */
/* slider css */
.slider-area {
    position: relative;
}

.banner-area {

    background-color: #FFF2EB;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 500px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.banner-area .row {
    align-items: center;
}

section.banner-area .hero-img {
    display: flex;
    justify-content: end;
}

/* become a seller */
.banner-area.become-a-seller {
    min-height: 230px;
    height: auto;
    justify-content: center;
}

.bacome-a-whole-seller-card .card {
    border: none !important;
}

.banner-area.become-a-seller h2 {
    font-size: 3rem !important;
    color: #88381F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}

.bacome-a-whole-seller-card .card-body {
    padding: 0 !important;
}




.slider-box-table .slider-box-table-main .slide-main {
    display: table;
    height: 100vh;
}

.slider-box-table .slider-box-table-main .slide-main>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.save-text-area {
    display: flex;
    margin-bottom: 10px;
}

.slider-box .slider-sale {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.save-text {
    position: absolute;
    font-size: 17px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    color: #803813;
}

.slider-box h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    display: inline-block;
    font-family: 'EB Garamond', serif;
    margin-bottom: 20px;
    color: #803813;
}

.slider-box p {
    font-size: 26px;
    color: #803813;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.slider-box-table .slider-box-table-main .slider-images {
    position: relative;
    top: 60px;
}

.home-slider .owl-nav {
    display: none;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.slider-area .owl-nav button {
    padding: 0px;
    border: 0px;
    width: 61px;
    height: 41px;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    cursor: pointer;
    outline: 0;
}

/* slider css */
/* offer css */
.home-offer-area {
    padding-top: 0px;
}

.offer-banner {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 29px;
}

.offer-banner-section .col {
    width: 293px;
    float: left
}

.offer-banner-section .col-mid {
    width: calc(545px - 59px);
    margin-right: 19px;
    margin-left: 19px;
    float: left;
}

.offer-banner-section .col.last {
    width: 293px;
}

.offer-banner-section .col.last .add_img {
    margin-bottom: 14px;
}

.offer-banner-section h3 {
    margin: 0px;
}

/* offer css */
/* product category css */
#mx_wdth {

    max-width: 43%;
    float: left;
}

.menu-category a {
    font-size: 16px;
    color: #212529;
    display: block;
    padding: 12px 12px;
    border: 1px solid transparent;
    margin-right: 15px;
}

.menu-category a:hover {
    background: #FFF2EB;
    color: black;
    border-color: #FCA72A;
}

.pro-category-area {
    padding: 50px 0px;
    background-color: #803813;
}
.pro-category-area .pro-category-btn a{
    margin: auto;
}

.pro-category-area .row {
    align-items: center;
}

.pro-category-area .pro-category-title h2 {
    font-size: 26px;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    color: white;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 25px;
}

.pro-category-area .pro-category-title .theme-description {
    margin-bottom: 15px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
}

.pro-category-btn a {
    background-color: transparent;
    border-color: white;
    color: white !important;
}



.pro-category-slider .pro-category-item:hover::before {
    opacity: .9;
    visibility: visible;
}

.pro-category-slider .pro-category-item .pro-category-ico img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.pro-category-item:hover .theme-title {
    opacity: 1;
    visibility: visible;
}

.pro-category-slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    z-index: 1;
    margin: 0px;
    background-color: #c35F45;
    border-color: #c35F45;
    color: #fff;
}

.pro-category-slider .owl-prev {
    left: 0px;
}

.pro-category-slider .owl-next {
    right: 0px;
}

/* product category css */
/* product css */
.item-product {
    margin-top: 30px;
}

.item-product .item-product-inner {
    padding: 4px 4px;
}

.item-product .item-product-inner .item-product-images {
    position: relative;
    text-align: center;
}

.item-product .item-product-inner .item-product-images .product-sale {
    position: absolute;
    top: 0;
    right: 0px;
}

.product-sale span {
    height: 68px;
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCA72A;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
}

.item-product-images .pro-new-label {
    background-image: url('/frontend-theme/assets/images/newlabel.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-family: 'EB Garamond', serif;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 0;
    padding: 0 10px;
    width: 84px;
    height: 48px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;

}

.item-product .item-product-content {
    padding: 15px 12px;
    position: relative;
    max-width: 250px;
    margin: auto;

}

.item-product .item-product-content .theme-title a {
    font-size: 18px;
    font-weight: 600;
    color: #803813;
    font-family: 'Montserrat', sans-serif;
}

h3.category-title a {
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #803813;
    text-align: center;
    display: block;
}

.item-product .item-product-content .product-price .price ins {
    color: #803813;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
}

.item-product .item-product-content .product-price .price del {
    display: block;
    font-size: 15px;
    color: #803813;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}

.item-product .item-product-content .product-cart-action {
    float: right;
}

.item-product .item-product-content .product-cart-action i {
    color: #803813;
    font-size: 24px;
}

.item-product .item-product-content .product-cart-action ul {
    display: flex;
    align-items: center;
}

.product-cart-action>ul>li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.product-cart-action>ul>li:last-child {
    margin-right: 0px;
}

.product-cart-action>ul>li>a.action-cart-ico.action-cart-active {
    background-color: #c35F45;
    color: #fff;
}

.text-center {

    text-align: center !important;
    margin-right: 20px;

}

.product-cart-action>ul>li span {
    height: 18px;
    width: 18px;
    background-color: #fff;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-weight: 600;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: -6px;
    right: -6px;
}



.trending-products-area .owl-nav button,
.blog-slider .owl-nav button {
    background-color: #803813;
    border-color: #803813;
    color: white;
    margin-right: 10px;
    height: 38px;
    width: 38px;
    font-size: 16px;
}

.product-show-btn {
    margin-top: 30px;
}

.product-show-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: 2px solid #803813;
    color: #803813;
    width: 250px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-transform: uppercase;
}

/* product css */
/* deal css */
.deal-bg {
    background-image: url(../images/bg-3.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.deal-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000d4;
    z-index: 0;
    width: 100%;
    height: 100%;
}

section.product-deal-area.page-paddings {
    background-color: #F8B14A;
    padding: 40px 0px;
}

.deal-banner {
    background-color: #FFF2EB;
    padding: 0px 50px 0px;
    position: relative;
    margin: 6px 6px;
    border: 2px solid #803813;
    max-height: 400px;
    height: 100%;
    display: flex;
    align-items: center;
}

.deal-banner>.row {
    display: table;
    width: 100%;
    margin: 0px;
}

.deal-banner .row {
    align-items: center;
    display: flex;
}

.deal-banner>.row>div {
    display: table-cell;
    vertical-align: middle;
}

.deal-banner>.row>.col-lg-8 {
    width: 65%;
}

.deal-banner>.row>.col-md-4 {
    width: 35%;
}

.deal-banner-content {
    text-align: left;
}

.deal-banner-content .theme-btn.btn-light {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #803813;
    color: #803813;
    background-color: transparent;
}

.deal-banner-content h4 {
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #803813;
}

.deal-banner-content h3 {
    font-size: 39px;
    font-weight: 600;
    margin: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #803813;
}

.deal-banner-content p {
    margin-bottom: 15px;
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #803813 !important;
    font-weight: 500;
}

.deal {
    width: 100%;
}

.saleon-section {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e3e2e2;

}

.saleon-section .title {
    font-family: 'EB Garamond', serif;
    font-size: 46px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000000;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.saleon-section .countdown-timer {
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: 39px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 500;
    letter-spacing: 2px;
    flex-wrap: wrap;
}

.saleon-section .countdown-timer span {
    margin-right: 5px;
    color: #803813;

}

.saleon-section a.theme-btn.btn {
    border: 2px solid #803813;
    background-color: #FFF2EB;
    font-weight: 500;
    color: #803813;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    margin: auto;
}

.saleon-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
    align-items: center;
}

.supperfood,
.driedfruits {
    margin-left: -50px;
}

.saleon-category a {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 500;
    color: #803813;
}

@media(max-width:767px) {
    .saleon-category {
        flex-direction: row;
        flex-wrap: wrap;
        gap: unset;
        gap: 10px;

    }

    .saleon-category a {
        margin: 0 !important;
    }
}

.deal.one-time .slick-arrow {
    display: none !important;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #ffffff;
}

.slick-dots li.slick-active button:before {
    margin: 3px;
    content: "";
    width: 9px;
    height: 9px;
    background: #c35F45;
    opacity: 1;
    border-radius: 10px;
    text-align: center;
}

.slick-dots li button:before {
    content: "";
}

.deal .slick-dots {
    bottom: -45px;
}

.deal.slick-initialized .slick-slide {
    text-align: center;
    margin: 0 15px;
}

.deal-bg .slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.deal-banner-slider .owl-dots {
    margin-top: 12px;
}

.banner-bg {
    background-image: url(../images/slider6.jpeg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    position: relative;
    padding: 120px 0px;
}

.banner-bg:before {
    content: "";
    background-image: url(../images/banner.png);
    background-position: left;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.banner-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-content h2 {
    font-size: 46px;
    font-weight: 800;
    margin: 0px;
    display: block;
    font-family: 'Signika', sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #88381F;
}

.banner-content p {
    max-width: 600px;
    margin-bottom: 15px;
}

/* deal css */
/* special discount css */
.special-discount-box .product-timer {
    margin-bottom: 25px;
    margin-top: 5px;
}

.product-timer>div {
    display: inline-block;
    font-size: 36px;
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    line-height: normal;
    position: relative;
    color: #000;
    margin-right: 20px;
    text-align: center;
}

.product-timer>div:last-child {
    margin-right: 0px;
}

.product-timer span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

/* special discount css */
.our-blog-area {
    border-top: 1px solid #eee;
}

.our-blog-area .blog-post {
    margin: 0px;
}

.our-blog-area .blog_inner {
    position: relative;
    box-shadow: 0px 0px 15px #eee;
    margin-top: 30px;
    background-color: #fff;
}

.our-blog-area .blog-img {
    display: block;
    overflow: hidden;
    position: relative;
}

.our-blog-area .blog-img img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    /* Safari & Chrome */
    -moz-transform: translateZ(0);
    /* Firefox */
    -ms-transform: translateZ(0);
    /* Internet Explorer */
    -o-transform: translateZ(0);
    /* Opera */
}

.blog-info {
    padding: 25px 20px;
}

.our-blog-area .post-date {
    height: 60px;
    width: 60px;
    background: #c35F45;
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Signika', sans-serif;
    text-transform: uppercase;
    text-align: center;
    left: 22px;
    margin-top: -75px;
    padding-top: 4px;
    border: 4px #fff solid;
}

.our-blog-area h3 {
    margin-bottom: 8px;
}

.our-blog-area p {
    margin-bottom: 15px;
}

/* features css */
.our-features-box {
    background-color: #f3f3f3;
}

.our-features-box .container {
    padding: 0px
}

.our-features-box ul {
    list-style: none;
    margin: auto;
    padding: 0;
    border: none;
    padding: 10px 0px 40px;
    overflow: hidden;
}


.our-features-box li {
    float: left;
    margin-bottom: 0px;
    text-align: center;
    width: calc(33.33% - 30px);
    margin: 30px 15px 0px;
}

.our-features-box li.last .our-features-box .feature-box {
    margin-right: 0px !important
}

.our-features-box .feature-box {
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    line-height: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 5px 5px;
    padding: 25px 25px;
    position: relative;
    box-shadow: 0px 0px 15px #eee;
}

.our-features-box .feature-box .feature-icon {
    font-size: 35PX;
    color: #c35F45;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.our-features-box .feature-box .content {
    display: block;
    text-align: left;
    margin-left: 50px;
    border-left: 1px rgba(255, 255, 255, 0.5) solid;
    padding-left: 15px;
}

.our-features-box .feature-box span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-top: 5px;
    color: #fff;
    line-height: 18px;
    font-style: italic;
}

.category-week-box {
    background-color: #fff;
    box-shadow: 0px 0px 15px #eee;
    padding: 15px 15px;
    border-radius: 15px 15px;
    margin-top: 30px;
}

.category-week-box .theme-title {
    font-size: 18px;
}

/* features css */
/* furry friend css */
.furry-friend-area {
    padding-top: 0px;
}

.furry-friend-box {
    position: relative;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 15px #eee;
    padding: 30px 30px 30px 0px;
    border-radius: 15px 15px;
    margin-top: 30px;
}

.furry-friend-box>.furry-friend-img {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}

.furry-friend-box .furry-friend-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.furry-friend-content .furry-top-title {
    margin-bottom: 12px;
}

.furry-friend-content .furry-top-title .theme-description {
    color: #c35F45;
    font-weight: 500;
    font-style: italic;
}

/* furry friend css */
/* product css */
.product-box {

    border-radius: 15px 15px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 6px 6px;
    position: relative;
}

.product-box.out-of-stock-box::before {
    content: "";
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 15px 15px;
    opacity: .9;
    z-index: 2;
}

.product-box.out-of-stock-box .product-out-stock {
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Signika', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
    -webkit-transform: translateY(-50%) rotate(-25deg);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%) rotate(-25deg);
    /* Firefox */
    -ms-transform: translateY(-50%) rotate(-25deg);
    /* Internet Explorer */
    -o-transform: translateY(-50%) rotate(-25deg);
    /* Opera */
    left: 0px;
    right: 0px;
    z-index: 2;
    color: #030303;
    text-align: center;
}

.product-box .pro-whislist-ico {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 18px;
    right: 22px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    background-color: #803813;
    border: 1px solid #803813;
    /* box-shadow: 0px 0px 15px #eee; */
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .pro-whislist-ico.whislist-show {
    background-color: #c35F45;
    border-color: #c35F45;
    color: #fff;
}

.product-box .product-images img {
    border-radius: 15px 15px 0px 0px;
    width: 240px;
    height: 160px;
    object-fit: cover;
}
ul.navbar-nav .nav-dropdown .product-box .product-images img{
    object-fit: contain !important;
}

.item-product-images img {
    height: 300px;
}

.product-box .prr-new-label {
    background-color: #c35F45;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 5px 5px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-box .product-content {
    padding: 20px 15px;
    position: relative;
}

.product-box .product-content::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .9;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .product-content::before {
    visibility: visible;
    opacity: 1;
}

.product-box .product-content .product-btn {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    left: 0px;
    right: 0px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.product-box:hover .product-content .product-btn {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.product-box .product-content>span {
    font-size: 14px;
    font-weight: 500;
    color: #c35F45;
    display: block;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}

.product-box .product-content .theme-title,
.product-box .product-content .product-ratting,
.product-box .product-content .product-price {
    margin-bottom: 8px;
}

.product-box .product-content .product-ratting>i,
.cart-pro-content .product-ratting>i {
    margin-right: 4px;
    color: #d0d0d0;
    font-size: 14px;
}

.product-box .product-content .product-ratting>i.ratting-active,
.cart-pro-content .product-ratting>i.ratting-active {
    color: #c35F45;
}

.product-box .product-content .product-ratting>i:last-child,
.cart-pro-content .product-ratting>i:last-child {
    margin-right: 0px;
}

.product-box .product-content .product-price .price {
    font-size: 16px;
    color: #222;
}

.product-box .product-content .product-price .price>del {
    color: #666;
    margin-right: 5px;
}

.product-box .product-content .product-price .price>ins {
    text-decoration: none;
    font-weight: 500;
}

.product-content .product-btn .theme-btn {
    padding: 10px 40px;
    line-height: normal;
}

.background-area-section {
    position: relative;
    background-image: url(../images/home-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.doge-images {
    position: absolute;
    top: 80px;
    right: 60px;
}

.doge-images img {
    max-width: 200px;
}

/* product css */
/* our service css */
.our-service-area .page-title {
    margin-bottom: 10px;
}

.our-service-box {
    box-shadow: 0px 0px 15px #eee;
    padding: 30px 30px;
    border-radius: 15px 15px;
    background-color: #fff;
}

.our-service-box .our-service-img {
    margin-bottom: 20px;
}

.our-service-box .our-service-img>img {
    max-width: 160px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px #eee;
    padding: 10px;
}

.our-service-box .our-service-content .theme-title {
    margin-bottom: 10px;
}

.our-service-box .our-service-content .theme-description {
    font-size: 16px;
}

.our-service-box .our-service-content .theme-description {
    font-size: 16px;
    margin-bottom: 12px;
}

.our-service-box .our-service-content .our-service-read>a {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    color: #c35F45;
    display: inline-block;
}

.our-service-box .our-service-content .our-service-read>a>i {
    vertical-align: text-bottom;
    margin-left: 5px;
}

/* our service css */
.nav.nav-tabs.pet-tab-box {
    border: 0px;
    margin: 0px -15px;
}

.nav.nav-tabs.pet-tab-box .nav-item {
    width: calc(20% - 30px);
    text-align: center;
    margin: 0px 15px;
}

.nav.nav-tabs.pet-tab-box .nav-item>.nav-link {
    border: 0px;
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    display: block;
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 15px;
    border: 4px solid transparent;
    position: relative;
}

.nav.nav-tabs.pet-tab-box .nav-item>.nav-link::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #c35F45;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* Safari & Chrome */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -ms-transform: translateX(-50%);
    /* Internet Explorer */
    -o-transform: translateX(-50%);
    /* Opera */
    opacity: 0;
}

.nav.nav-tabs.pet-tab-box .nav-item>.nav-link.active::before {
    opacity: 1;
}

.nav.nav-tabs.pet-tab-box .nav-item>.nav-link.active {
    border-color: #c35F45;
}

.nav.nav-tabs.pet-tab-box .nav-item>.nav-link>img {
    display: block;
    margin: 0px auto 10px;
    max-width: 80px;
}

.featured-product-area .tab-content {
    background-color: #fff;
    padding: 0px 30px 30px;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #eee;
}

.pet-shop-shopping-area {
    margin-top: 80px;
}

.pet-shop-shopping-area .pet-shop-shopping-main {
    display: table;
    height: 600px;
    width: 100%;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.pet-shop-shopping-area .pet-shop-shopping-main .pet-shop-shopping-box.pet-shop-bg {
    background-image: url(../images/pet-sale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pet-shop-shopping-area .pet-shop-shopping-main .pet-shop-shopping-box {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    /*background-color: #eee;*/
}

.pet-shop-shopping-content .pet-sale-box {
    margin-bottom: 15px;
}

.pet-sale-box span {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin: 0px 0px 12px 0px;
    font-family: 'Signika', sans-serif;
    background-color: #c35F45;
    padding: 8px 30px;
    display: inline-block;
    font-weight: 600;
    font-style: italic;
    border-radius: 8px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pet-sale-box img {
    max-width: 200px;
}

.theme-product-box .theme-product-images .product-timer {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
}

.theme-product-box .theme-product-images .product-timer>div {
    font-size: 18px;
    margin-right: 10px;
}

.theme-product-box .theme-product-images .product-timer>div:last-child {
    margin-right: 0px;
}

.theme-product-box .theme-product-images .product-timer>div>span {
    font-weight: 300;
    color: #666;
    font-size: 13px;
}

.ematy-record-box h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-top: 40px;
    margin-bottom: 0px;
}

/* blog css */
.blog-area .page-title {
    margin-bottom: 10px;
}

.blog-box {
    margin-top: 30px;
    box-shadow: 0px 0px 15px #eee;
    border-radius: 15px;
}

.blog-box .blog-images {
    margin-bottom: 15px;
    position: relative;
}

.blog-box .blog-images img {
    border-radius: 15px 15px 0px 0px;
}

.blog-box .blog-images .blog-date {
    font-size: 16px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    padding: 12px 15px;
    border-radius: 0px 8px 8px 0px;
    color: #a3a4a7;
    font-family: 'Signika', sans-serif;
}

.blog-box .blog-content {
    padding: 15px 30px 30px;
}

.blog-box .blog-content .blog-meta {
    display: none;
}

.blog-meta>span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c35F45;
    margin-bottom: 4px;
}

.blog-read-more-btn {
    margin-top: 10px;
}

.blog-read-more-btn>a {
    display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #c35F45;
}

.blog-read-more-btn>a>i {
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.blog-single-area .blog-post {
    margin-top: 30px;
}

.post-content {
    position: relative;
}

.post-content .post-social {
    text-align: center;
    width: 60px;
    margin-right: 15px;
    float: left;
}

.post-content .post-content-text {
    padding-left: 75px;
}

.post-content .post-content-text .news-tag a {
    font-size: 15px;
    text-transform: uppercase;
    color: #c35F45;
    font-weight: 600;
}

.post-content .post-social span {
    display: inline-block;
    color: #666666;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.post-content .post-social ul.share-post li {
    display: block;
    margin-bottom: 7px;
}

.post-content .post-social ul.share-post li a {
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 14px;
    border: 1px solid #eeeeee;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

.post-content .post-social ul.share-post li a.facebook:hover {
    background-color: #483ce7;
}

.post-content .post-social ul.share-post li a.twitter:hover {
    background-color: #5199f2;
}

.post-content .post-social ul.share-post li a.pinterest:hover {
    background-color: #c35F45;
}

.post-content .post-social ul.share-post li a:hover {
    color: #fff;
    border-color: transparent;
}

.post-content .post-content-text .post-meta ul {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 0px;
}

.post-content .post-content-text .post-meta ul li a {
    font-size: 16px;
    font-weight: 600;
}

.post-content .post-content-text .post-meta ul li img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #222;
    margin-right: 6px;
}

.post-content .post-content-text .post-meta ul li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.post-content .post-content-text .post-meta ul li::before {
    content: "";
    height: 16px;
    width: 2px;
    background-color: #ccc;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
}

.post-content .post-content-text .post-meta ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.post-content .post-content-text .post-meta ul li:last-child::before {
    content: none;
}

.post-content .post-content-text .post-meta ul li .post-time {
    font-size: 16px;
    color: #666;
    font-family: 'Signika', sans-serif;
    display: block;
    margin: 12px 0px;
}

.blog-post h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Signika', sans-serif;
}

.blog-post .blog-post-images {
    margin-bottom: 15px;
}

.blog-post .blog-post-images img {
    width: 100%;
}

.blog-post .blog-meta {
    padding-top: 20px;
}

.blog-post .blog-meta li {
    font-size: 15px;
}

.blog-post .blog-post-content p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #666;
    line-height: 1.8;
}

.blog-post .blog-post-content h2 {
    font-size: 24px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

.blog-post-content blockquote {
    margin: 0px;
}

.blog-post-content blockquote p {
    font-size: 18px !important;
    border-left: 5px solid #c35F45;
    border-radius: 6px;
    font-style: italic;
    padding-left: 15px;
    margin: 20px 0px 20px 15px !important;
    font-family: 'Signika', sans-serif;
    background-color: #f3f3f3;
    padding: 14px 20px 12px;
    line-height: 1.6;
}

.blog-single-tag {
    margin-top: 12px;
}

.blog-single-tag a {
    font-size: 15px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #222;
}

.blog-news-title h2 {
    font-size: 24px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.recent-news-area {
    border-top: 1px solid #eee;
}

.blog-comment {
    margin-top: 30px;
}

.comments .comment-list {
    margin: 0px;
}

.comments .comment-list>li:first-child {
    border-top: 0px;
}

.comments .comment-list li:first-child {
    margin-top: 0px;
}

.comment-list li {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 20px 0 0 75px;
    border-top: 1px solid #eeeeee;
}

.comment-list li .comment {
    margin-bottom: 15px;
}

.comment-author img {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 0;
}

.comment-author-name {
    display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #363636;
}

.comment-meta {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #b6b6b6;
}

.comment-body {
    margin-top: 10px;
}

.comment-body p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.comment-reply {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #444;
}

.post-reply {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.post-reply .comment-form-body {
    background-color: #f3f3f3;
    padding: 5px 25px 25px;
    margin-top: 8px;
    border-radius: 6px;
}

.comment-form-body .comment-form {
    width: 100%;
}

.post-reply .blog-news-title {
    margin-bottom: 15px;
}

.post-reply .blog-news-title h2 {
    font-size: 24px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.comment-form-body label {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    color: #444;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}

.comment-form-body input,
.comment-form-body textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 12px;
    font-size: 15px;
    color: #222;
    outline: 0;
    box-shadow: 0px 0px 6px #eee;
    border-radius: 4px;
    font-family: 'Signika', sans-serif;
}

.comment-form-body .comments-box {
    margin-top: 15px;
}

.post-reply .blog-news-title .theme-description {
    margin-bottom: 6px;
}

.widget-box .widget {
    padding: 15px 15px;
}

.widget-box .widget .blog-news-title h2 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-color: transparent;
    padding: 15px 15px;
    text-transform: uppercase;
    color: #803813;
    text-align: left;
    margin-bottom: 5px !important;
    line-height: normal;
}


.widget-box .widget .blog-news-title {
    margin: -16px -16px 15px;
    border-bottom: 1px solid #803813;
}
.shopping-cart-box.widget-box .widget{
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
}

.widget-box .widget {
    background-color: transparent;
    margin-top: 30px;
}

.widget-box .widget .widget-tag {
    margin-bottom: 0px;
}

.widget-tag li {
    margin-bottom: 8px;
}

.widget-tag li:last-child {
    margin-bottom: 0px;
}

.widget-tag li a>i {
    margin-right: 4px;
    color: #666;
    font-size: 14px;
}

.widget-tag li a {
    font-size: 16px;
    color: #666;
}

.widget-tag li a:hover {
    color: #c35F45;
}

.widget-tag .widget-tag li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}

.widget-tag .widget-tag li>a {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    color: #666;
}

.widget-tag .widget-tag li>a:hover {
    border-color: #c35F45;
    background-color: #c35F45;
    color: #fff;
}

.feature-box-main .feature-box li {
    margin-bottom: 16px;
}

.feature-box-main .feature-box li:last-child {
    margin-bottom: 0px;
}

.post-item .post-img {
    float: left;
    max-width: 70px;
    margin-right: 12px;
}

.post-item .post-img img {
    border-radius: 6px;
}

.post-item .post-info {
    padding-left: 80px;
}

.post-item .post-info .theme-title {
    font-size: 18px;
    line-height: 1.4;
}

.post-item .post-info .post-time {
    font-size: 15px;
    color: #666;
}

.post-item .post-info .post-time>i {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

/* blog css */
/* cart and wishlist slide css */


.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 0px;
    border: 1px solid #eee;
}

.quantity-btn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0 !important;
}

.quantity-btn svg {
    width: 12px;
    height: 12px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

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

/* cart and wishlist slide css */
/* preloader css */
.theme-preloader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.theme-preloader>span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    left: 50%;
    right: 50%;
    text-align: center;
}

/* preloader css */
/* bradcrumb css */
.bradcrumb-area {

    background-image: url(../images/bradcrumb-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bradcrumb-box h1 {
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
    display: block;
    font-family: 'Signika', sans-serif;
    text-transform: capitalize;
    color: #222;
}

/* bradcrumb css */
/* sidebar css */
.shop-sidebar .sidebar-widget {
    margin-top: 30px;
}

.shop-sidebar .sidebar-widget:first-child {
    margin-top: 0px;
}

.sidebar-widget .widget-title,
.widget-box .widget .page-title .widget-title {
    position: relative;
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'EB Garamond', serif;
    color: #803813;
    font-weight: 600;
    margin-bottom: 6px;
}

.shop-sidebar .sidebar-widget .saprater,
.widget-box .widget .page-title .saprater {
    margin-bottom: 18px;
}

.shop-sidebar .sidebar-widget .saprater ul {
    margin-left: 12px;
}

.theme-input-box .widget-search-btn {
    padding: 0px;
    border: 0px;
    background: transparent;
    font-size: 18px;
    color: #c5c5c5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 15px;
    cursor: pointer;
    outline: 0 !important;
}

.sidebar-widget-box>.sidebar-category>li,
.product-sidebar-size .sidebar-widget-box ul>li {
    margin-bottom: 10px;
}

.product-sidebar-size .sidebar-widget-box ul {
    margin-left: 20px;
}

.product-sidebar-size .sidebar-widget-box ul>li {
    list-style: circle;
    transition: all 0.5s;
}

.sidebar-widget-box>.sidebar-category>li:last-child,
.product-sidebar-size .sidebar-widget-box ul>li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget-box>.sidebar-category>li>a,
.product-sidebar-size .sidebar-widget-box ul>li>a {
    font-size: 16px;
    color: #1a1f2b;
    transition: all 0.5s;
}

.sidebar-widget-box>.sidebar-category>li>a:hover,
.sidebar-widget-box>.sidebar-category>li>a.active,
.product-sidebar-size .sidebar-widget-box ul>li>a:hover,
.product-sidebar-size .sidebar-widget-box ul>li:hover {
    color: #c35F45;
}

.sidebar-widget-box>.sidebar-category>li>a>span {
    font-weight: 600;
    float: right;
}

.product-sidebar-tag .sidebar-widget-box>ul>li {
    display: inline-block;
}

.product-sidebar-tag .sidebar-widget-box>ul>li>a {
    background-color: #f1f1f1;
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 12px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #999999;
    font-size: 13px;
    text-align: center;
    transition: all 0.5s;
}

.product-sidebar-tag .sidebar-widget-box>ul>li:hover>a,
.product-sidebar-tag .sidebar-widget-box>ul>li>a.active {
    background-color: #c35F45;
    color: #fff;
}

/* sidebar css */
.collection-shorting {
    padding: 0px 15px 10px;
    
}

.collection-shorting .short-tab {
    float: left;
    margin: 4px 0px;
}

.collection-shorting .short-list {
    float: right;
}

.short-tab .nav-tabs {
    border: 0px;
    padding-top: 10px;
}

.short-tab .nav-tabs .nav-item {
    margin-right: 15px;
}

.short-tab .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.short-tab .nav-tabs .nav-item .nav-link {
    border: 0px;
    padding: 0px;
    font-size: 20px;
    color: #222222;
    background: transparent;
}

.short-tab .nav-tabs .nav-item .nav-link.active {
    color: #FCA72A;
}


.product-filter>ul {
    float: right;
}

.product-filter>ul>li {
    float: left;
    margin-right: 15px;
    padding-top: 10px;
}

.product-filter>ul>li:last-child {
    margin-right: 0px;
}

.product-filter>ul>li>label {
    font-size: 14px;
    margin-right: 4px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #702601;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.product-filter>ul>li>.product-filter-dropdown {
    background-color: white;
    border: 0px;
    padding:4px 4px;
    color: #222;
    border-radius: 6px;
    outline: 0;
    color: #702601;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100px;
}

.product-filter>ul>li>.product-filter-dropdown>option {
    background-color: #fff;
    color: #000;
    outline: 0;
}

.shop-product-box .theme-pagination {
    margin-top: 18px;
}

.theme-pagination .pagination {
    float: right;
}

.theme-pagination .pagination .page-item .page-link {
    font-size: 15px;
    color: #22222f;
    padding: 12px 18px;
    border-color: #eeeeee;
}

.theme-pagination .pagination .page-item .page-link:hover,
.theme-pagination .pagination .page-item .page-link.active {
    background-color: #c35F45;
    color: #fff;
}

.theme-pagination .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.theme-pagination .pagination .page-item.disabled .page-link {
    opacity: .5;
}

.shop-product-box.shop-product-listing .product-box {
    display: table;
    width: 100%;
    padding: 15px 6px;
}

.shop-product-box.shop-product-listing .product-box>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.shop-product-box.shop-product-listing .product-box .product-images {
    width: 250px;
    float: left;
}

.shop-product-box.shop-product-listing .product-box .product-content {
    padding-left: 30px;
}

.shop-product-box.shop-product-listing .product-box .product-content::before {
    content: none;
}

.shop-product-box.shop-product-listing .product-box .product-content .product-description {
    margin-bottom: 15px;
}

.shop-product-box.shop-product-listing .product-box .product-content .product-btn {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}

/* about css */
.about-us-area .row {
    display: table;
    width: 100%;
    margin: 0px;
}

.about-us-area .row>div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.about-box .about-content .page-title {
    margin: 0px;
}

.about-box .about-content .theme-description {
    margin-bottom: 12px;
}

.about-box .about-content .about-content-box ul {
    padding-left: 20px;
}

.about-box .about-content .about-content-box ul li {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    padding-bottom: 10px;
    list-style: circle;
}

.about-box .about-content .about-content-box ul li:last-child {
    padding-bottom: 0px;
}

.about-box .about-content .about-content-box {
    margin-bottom: 20px;
}

/* about css */
/* testimonial css */
.single-testimonial {
    text-align: center;
    margin-top: 30px;
}

.testimonial-text {
    position: relative;
    padding: 60px 30px;
    background: #f3f3f3;
    border-radius: 10px;
    z-index: 1;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
}

.testimonail-slider .single-testimonial .theme-description {
    margin: 0;
}

.testimonial-text span {
    position: absolute;
    top: 20px;
    font-size: 30px;
    color: #c35F45;
    width: 100%;
    left: 0;
    text-align: center;
}

.testimonial-image {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.testimonial-image img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 6px solid #ffffff;
}

.testimonial-meta .theme-title {
    margin: 0;
}

.testimonial-meta .theme-description {
    margin: 0;
}

.testimonail-slider {
    overflow-x: hidden;
}

.testimonail-slider .owl-item {
    float: left;
}

.testimonail-slider .owl-nav {
    display: none;
}

.testimonail-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* testimonial css */
.about-service-box .service-box {
    margin-top: 30px;
}

.about-service-box .service-box .service-icon {
    background-color: #c35F45;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0px auto 15px;
    font-size: 38px;
    line-height: 94px;
    text-align: center;
    color: #c35F45;
}

.about-service-box .service-box .service-content .theme-title {
    margin-bottom: 8px;
}

/* shop detail page css */
.shop-pro-main {
    display: flex;
}

.shop-pro-main .shop-pro-thumbnail {
    float: left;
}

.shop-pro-thumbnail>ul>li {
    display: table;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.shop-pro-thumbnail>ul>li>span {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.shop-pro-thumbnail>ul>li>span>img {
    max-height: 90px;
}

.shop-pro-main .shop-pro-images {
    float: left;
    padding-right: 15px;
}

.shop-detail-content .detail-info .product-title {
    font-size: 36px;
    margin: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    color: #803813;
}

.shop-detail-content .detail-info .product-price {
    font-size: 16px;
    color: #222;
}

.shop-detail-content .detail-info .product-price del {
    font-size: 15px;
    color: #803813;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.shop-detail-content .detail-info .category-title{
    color: #803813;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
}
.shop-detail-content .detail-info .category-title span{
    font-weight: 600;
    font-size: 17px;
}

.shop-detail-content .detail-info ins {
    color: #803813;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin-right: 5px;
}

.shop-detail-content .product-ratting>i {
    margin-right: 4px;
    color: #d0d0d0;
    font-size: 14px;
}

.shop-detail-content .product-ratting>i.ratting-active {
    color: #c35F45;
}
.detail-info i{
    font-size: 14px;
    color: #bdbdbd;
}
.shop-detail-content .product-ratting {
    margin-bottom: 10px;
}

.shop-detail-content .pro-detail-desc  {
    margin: 15px 0px;
}
.shop-detail-content .pro-detail-desc .theme-description{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
}

.shop-detail-content .shop-qty-box {
    margin-bottom: 15px;
}

.shop-detail-content .shop-qty-box .quantity-control {
    float: left;
    margin-right: 15px;
}

.shop-detail-content .shop-qty-box .shop-cart-btn {
    float: left;
}

.shop-detail-content .shop-qty-box .shop-cart-btn .theme-btn {
    padding: 8px 30px;
    border-radius: 6px 6px;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #222;
}

.product-weight ul {
    margin-bottom: 10px;
}

.product-weight ul>li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-weight ul>li>a {
    background-color: #f3f3f3;
    font-size: 15px;
    color: #222;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 5px;
}

.product-weight ul>li>a:hover,
.product-weight ul>li>a.active {
    background-color: #c35F45;
    color: #fff;
}

.pro-detail-tab {
    margin-top: 40px;
}

.pro-detail-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    font-family: 'Signika', sans-serif;
    color: #222;
    padding: 12px 30px;
}

.pro-detail-tab .nav-tabs {
    border: 0px;
}

.pro-detail-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #c35F45;
    border-color: #c35F45 #c35F45 #c35F45;
    color: #fff;
}

.pro-detail-tab .tab-content {
    padding: 30px 30px;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #eee;
}

.pro-detail-tab-content .theme-description {
    margin-bottom: 15px;
}

.pro-detail-tab-content .theme-description:last-child {
    margin-bottom: 0px;
}

.review-ratting-box .product-ratting>i {
    margin-right: 4px;
    color: #d0d0d0;
    font-size: 14px;
}

.review-ratting-box .product-ratting>i.ratting-active {
    color: #c35F45;
}

.related-product-area {
    padding-bottom: 80px;
}

.related-product-area .page-title {
    margin-bottom: 0px;
}

.related-product-slider .owl-nav {
    display: none;
}

.related-product-slider .owl-dots {
    margin-top: 15px;
    text-align: center;
}

/* shop detail page css */
/* contact css */
.contact-area .contact-box {
    margin-top: 30px;
}

.contact-box .contact-box-ico {
    height: 60px;
    width: 60px;
    font-size: 22px;
    background-color: #f3f3f3;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin: 0px auto 15px;
}

.contact-box .theme-title {
    margin-bottom: 4px;
}

.contact-form-area {
    border-top: 1px solid #eee;
}

.contact-form-area .contact-box-form {
    box-shadow: 0px 0px 15px #eee;
    padding: 10px 30px 30px 30px;
    border-radius: 8px 8px;
    margin-top: 30px;
}

.contact-map-area {
    box-shadow: 0px 0px 15px #eee;
    padding: 30px 30px;
    border-radius: 8px 8px;
    margin-top: 30px;
}

.contact-map-area .contact-map-box iframe {
    width: 100%;
    border: 0px;
}

.contact-box-form .theme-input-box {
    margin-top: 20px;
}

.contact-box-form .theme-input-box>i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    left: 15px;
    color: #222;
    display: none;
}

/* contact css */
/* cart css */
.shopping-cart-table table,
.theme-table table {
    width: 100%;
}

.cart-pro-box .cart-pro-img img {
    max-height: 60px;
    display: block;
}

.shopping-cart-table table>thead>tr>th,
.theme-table table>thead>tr>th {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
    background-color: transparent;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #803813;
}
th.view-cart-product-title{
    text-align: left !important;
}
td.view-cart-product {
    display: flex;
    align-items: center;
    gap: 10px;
}
.view-cart-name-rating {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.shopping-cart-box .price , .whislist-pro-box .price{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shopping-cart-box .cart-subtotal{
    color: #803813 !important;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500 !important;
    
}
.shopping-cart-box button.cart-tras-btn{
    background-color: transparent !important;
}
.shopping-cart-box .price ins , .whislist-pro-box .price ins{
    color: #803813;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
}
.shopping-cart-box .price del , .whislist-pro-box .price del{
    color: #803813;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.shopping-cart-area .shopping-cart-footer .shopping-cart-btn .cart-clear{
    padding: 10px;
    height: 45px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    border: none;
    border: 2px solid #803813;
    color: #803813;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.view-cart-checkout-btn {
    padding: 10px;
    height: 45px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    background: #FCA72A;
    border: none;
    border: 2px solid #803813;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width:100%;
    text-align: center;
}
.shopping-cart-box thead , .whislist-pro-box thead{
    border-bottom: 1px solid #803813;
}
tr.empty-cart td , tr.empty-whishlist h3{
    font-family: 'Montserrat', sans-serif;
    text-align: left !important;
    font-weight: 600;
    color: #803813 !important;
    font-size: 16px !important;
}
.view-cart-name-rating .product-name , .whislist-pro-box .product-name{
    font-size: 14px;
    font-weight: 600;
    color: #803813 !important;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.shopping-cart-table table>tbody>tr>td,
.theme-table table>tbody>tr>td {
    text-align: center;
    font-size: 16px;
    color: #222;
    padding: 15px 15px;
    vertical-align: middle;
}

.shopping-cart-table table>tbody>tr:last-child>td,
.theme-table table>tbody>tr:last-child>td {
    border-bottom: 0px;
}

.cart-pro-box span {
    font-weight: 500;
}
.product-rating i{
    font-size: 14px;
    color: #bdbdbd;;
}
.shopping-cart-table table>tbody>tr>td>.cart-tras-btn,
.theme-table table>tbody>tr>td>.cart-tras-btn {
    background-color: transparent;
    font-size: 17px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px 4px;
    cursor: pointer;
    outline: 0;
    border: none;
}
.whislist-pro-box a.add-to-cart {
    padding: 5px 12px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: #FEC57E;
    border: 2px solid #803813;
    color: #803813 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.shopping-cart-table table>tbody>tr>td .cart-subtotal,
.theme-table table>tbody>tr>td>.cart-subtotal {
    font-weight: 600;
    color: #c35F45;
}

.shopping-cart-table table>tbody>tr>td .cart-pro-box span,
.theme-table table>tbody>tr>td .cart-pro-box span> {
    font-weight: 500;
}

.shopping-cart-table table>tbody>tr>td .quantity-control {
    margin: 0px auto;
}

.shopping-cart-area .shopping-cart-footer {
    border-top: 0px;
    padding: 0px 20px 20px;
}
.cart-page-heading{
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'EB Garamond', serif;
    color: #803813;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
    padding: 20px 10px;
}
.shopping-cart-area .shopping-cart-footer .shopping-cart-btn {
    margin-top: 20px;
}

.shopping-cart-box.widget-box .widget {
    margin-top: 0px;
}

.shopping-cart-box.widget-box .widget .subtotal-content ul {
    margin: 0px -15px 20px;
    padding: 0px 15px 20px;
}

.shopping-cart-box.widget-box .widget .subtotal-content .subtotal-content-box ul:last-child {
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 2px solid #8038137a;
}

.shopping-cart-box.widget-box .widget .subtotal-content ul li {
    color: #803813 !important;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 8px;
}
li.total-price-view-cart{
    font-weight: 600 !important;
    text-transform: uppercase;
}

.shopping-cart-box.widget-box .widget .subtotal-content ul li:last-child {
    padding-bottom: 0px;
}

.shopping-cart-box.widget-box .widget .subtotal-content ul li span {
    color: #803813 !important;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500 !important;
    float: right;
}

.shopping-cart-area .subtotal-btn {
    margin-top: 15px;
    display: block;
}

.wishlist-product-area .cart-pro-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wishlist-product-area .cart-pro-box>div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.wishlist-product-area .cart-pro-box>.cart-pro-content {
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.whislist-pro-box 
.wishlist-product-area .cart-pro-box>.cart-pro-img {
    width: 80px;
}

.theme-table table>tbody>tr>td.pro-stock {
    font-weight: 600;
    color: #FCA72A;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.theme-table table>tbody>tr>td.out-stock {
    font-weight: 600;
    color: red;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

/* cart css */
/* checout css */
.checout-area .checkout-title .theme-title {
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin: 0px;
}

.checout-area .checkout-fom-box {
    padding: 0px 20px 20px;
    border: 1px solid #eee;
}

.checout-area .theme-input-box {
    margin-top: 20px;
}

.checkout-fom-box .checkout-checkbox,
.checkout-fom-box .checkout-radio-box {
    margin-top: 20px;
}

.checkout-fom-box .checkout-checkbox .custom-control,
.checkout-fom-box .checkout-radio-box .custom-control {
    margin-top: 10px;
}

.checout-area .checkout-fom-box .theme-title-box {
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin: 20px -20px 0px;
}

.checkout-fom-box .checkout-btn {
    margin-top: 25px;
}

.checkout-fom-box .checkout-btn .theme-btn {
    width: 100%;
}

.coupon-code-box {
    margin-top: 20px;
}

.coupon-code-box .theme-input-box {
    margin: 0px;
}

.coupon-code-box .theme-input-box .form-control {
    padding: 15px 135px 15px 15px;
}
#regForm .form-control {
    width:100%;
}
.togglePassword , .toggleConfirmPassword{
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: center;
    margin: auto;
    top: 0;
    z-index: 9999;
    border: none !important;
    background-color: transparent !important;
}
.coupon-code-box .theme-input-box .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 8px 25px;
}

.checout-area .shopping-cart-box.widget-box .widget .subtotal-content .subtotal-content-box ul:last-child {
    padding-bottom: 0px;
    border: 0px;
}

/* checout css */
/* search css */
.search-page-area .search-page-box {
    background-color: #f3f3f3;
    padding: 60px 60px;
    border-radius: 8px 8px;
}

.search-page-box h2 {
    font-size: 30px;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    color: #222;
    margin-bottom: 18px;
}

.search-page-box h2>b {
    color: #c35F45;
    font-weight: 600;
}

.search-page-box .search-page-input .theme-input-box .form-control {
    padding: 15px 162px 15px 15px;
}

.search-page-box .search-page-input .theme-input-box .theme-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 40px;
}

/* search css */
/* page content css */
.page-content-box .theme-title {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #88381F;
    font-weight: 600;
}

.page-content-box .theme-description {
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 500;
}

.page-content-box .theme-description:last-child {
    margin-bottom: 0px;
}

.page-content .page-content-box {
    margin-bottom: 20px;
}

.page-content .page-content-box:last-child {
    margin-bottom: 0px;
}

.page-content-list {
    margin-left: 35px;
}

.page-content-list li {
    font-size: 16px;
    color: #222;
    margin: 0px;
    font-weight: 500;
    padding-bottom: 8px;
    list-style: circle;
}

.page-content-list li:last-child {
    padding-bottom: 0px;
}

/* page content css */
/* faq css */
.faq-box-main .faq-box-inner {
    margin-bottom: 30px;
}

.faq-box .faq-box-list {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.faq-box .faq-box-list:last-child {
    margin-bottom: 0px;
}

.faq-box .faq-box-list a {
    background-color: #f3f3f3;
    display: block;
    padding: 15px 50px 15px 15px;
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    position: relative;
}

.faq-box .faq-box-list a.active {
    background-color: #c35F45;
    color: #fff;
}

.faq-box .faq-box-list a>i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Safari & Chrome */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    -o-transform: translateY(-50%);
    /* Opera */
    right: 15px;
}

.faq-box .faq-box-list a.active>i::before {
    content: "\f068";
}

.faq-box .faq-box-list .content {
    padding: 20px 20px;
    display: none;
}

.faq-box .faq-box-list .content p {
    font-size: 16px;
    max-width: 600px;
    margin: 0px auto;
    color: #666;
}

.faq-page-area .faq-service-box {
    margin-bottom: 20px;
}

.faq-page-area .faq-service-box:last-child {
    margin-bottom: 0px;
}

.faq-service-box h2 {
    font-size: 32px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.faq-service-box .theme-description {
    margin-bottom: 12px;
}

.faq-service-box .faq-list {
    margin-left: 20px;
}

.faq-service-box .faq-list li {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-bottom: 8px;
    list-style: disc;
}

.faq-service-box .faq-list li:last-child {
    margin-bottom: 0px;
}

.faq-page-area .faq-service-box .faq-call p {
    font-size: 24px;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #c35F45;
    margin-bottom: 0px;
}

/* faq css */
/* page not found css */
.content-page .content-404 {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.content-404 .title-404 {
    font-size: 140px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    font-style: italic;
}

.content-404 .page-title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    margin-bottom: 8px;
}

.content-404 .sub-title {
    color: #666;
    font-size: 14px;
}

.content-404 .sub-link {
    color: #666;
    font-size: 15px;
}

.content-404 .sub-link a {
    color: #c35F45;
}

.content-404 .search {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 25px;
}

.theme-input-box .page-serach-btn {
    background-color: #c35F45;
    border: 1px solid #c35F45;
    height: 47px;
    width: 47px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
}

.content-page .error-images {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    opacity: .6;
}

.error-images img {
    max-height: 380px;
}

/* page not found css */
/* order tracking css */
.checkout-card {
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(6, 16, 35, 0.11);
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.checkout-card.trakking ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.checkout-card ul li.chechout-title {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    background-color: #f3f3f3;
    padding: 15px 15px;
    border: 0px;
}

.checkout-card ul>li>span {
    width: 30%;
    float: right;
    color: #212121;
    font-weight: 600;
}

.checkout-card ul li {
    margin-bottom: 15px;
    color: #212121;
    font-weight: 500;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
}

ul.chechout-item li img {
    width: 45px;
    margin-right: 20px;
}

span.Subtotal {
    color: #c35F45 !important;
}

tbody.order-history tr td {
    width: 217px;
}

td.order-view {
    color: #c35F45;
}

td.order-view i {
    margin-left: 5px;
    font-size: 11px;
}

.order-card h2 {
    color: #c35F45;
}

.check-out-address h5 {
    padding-bottom: 15px;
}

.check-out-address {
    margin-bottom: 30px;
}

.check-out-contract h5 {
    padding-bottom: 15px;
}

ul.chechout-item li:last-child {
    margin-bottom: 0;
}

ul.chechout-item li {
    border: none;
    padding-bottom: 0;
}

ul.chechout-item span {
    margin-top: 15px;
}

.checkout-card ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.trakking ul li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.trakking ul.chechout-item li {
    border: none;
}

.trakking ul li>ul>li {
    padding-bottom: 0;
    margin: 0;
}

.trakking ul li>ul>li.chechout-shiping {
    margin-top: 20px;
}

ul.trakking-sub-total>li {
    border: none;
}

.trakking ul li:last-child {
    margin-bottom: 0;
}

.checkout-card p {
    margin-bottom: 10px;
}

.checkout-card p:last-child {
    margin-bottom: 0;
}

.traking-bar {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 40px 50px 10px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 15px #eee;
}

.trakking-icon span {
    width: 98px;
    height: 98px;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin-bottom: 10px !important;
    margin: auto;
    font-size: 36px;
}

.trakking-icon span i {
    color: #212121;
    display: block;
    line-height: 100px;
}

.trakking-icon span .flaticon-shipped:before {
    font-size: 43px;
    color: #fff;
}

.trakking-icon.active span {
    background: #c35F45;
}

.trakking-icon.active span i {
    color: #fff;
}

.trakking-icon p {
    font-weight: 500;
    color: #212121;
}

.trakking-icon {
    text-align: center;
    padding-bottom: 30px;
}

.traking-number {
    text-align: center;
    margin-bottom: 30px;
}

select {
    outline: none;
}

.trakking {
    margin-bottom: 50px;
}

.traking-bar:before {
    content: "";
    position: absolute;
    border-bottom: 5px dotted #eee;
    width: 70%;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari & Chrome */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -ms-transform: translate(-50%, -50%);
    /* Internet Explorer */
    -o-transform: translate(-50%, -50%);
    /* Opera */
}

/* order tracking css */
/* color switcher */
.switch-button {
    position: fixed;
    top: 29%;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    z-index: 99;
    background: #c35F45;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.switch-button.hide {
    right: -100%;
}

.switch-button i {
    font-size: 23px;
}

.switched-styles {
    position: fixed;
    top: 29%;
    right: -100%;
    width: 240px;
    z-index: 99;
    background: #fff;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 16px;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.switched-styles.show {
    right: 0;
}

.switched-styles h4 {
    display: inline-block;
    color: #222;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 600;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.switched-styles ul {
    margin-bottom: 0;
}

.switched-styles ul li {
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: 38px;
    border-radius: 14px 0;
    margin: 4px 5px;
}

.switched-styles ul li[data-color="orange"] {
    background-color: #f7941d;
}

.switched-styles ul li[data-color="pink"] {
    background-color: #c35F45;
}

.switched-styles ul li[data-color="gold"] {
    background-color: #c79864;
}

.switched-styles ul li[data-color="green"] {
    background-color: #31b164;
}

.switched-styles ul li[data-color="light-blue"] {
    background-color: #37b8df;
}

.switched-styles ul li[data-color="blue"] {
    background-color: #3b87ca;
}

.switched-styles ul li[data-color="purble"] {
    background-color: #9644e2;
}

.switched-styles ul li[data-color="rose"] {
    background-color: #d367cc;
}

.switched-styles .hide-button {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #222;
}

/* color switcher */
/* newsltter popup */
body .modal-backdrop.show {
    opacity: .9;
}

body .modal.show .modal-dialog {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    /* Safari & Chrome */
    -moz-transform: translate(0, -50%);
    /* Firefox */
    -ms-transform: translate(0, -50%);
    /* Internet Explorer */
    -o-transform: translate(0, -50%);
    /* Opera */
    margin: 0px auto;
    top: 50%;
}
.return-modal .modal-content{
    background-color: #FEC57E;
}
.return-modal .modal-header{
    border-color: #702601;
}
.modal-header .close{
    color:#702601 !important ;
    opacity: 1;
}
.return-modal h2{
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    display: inline-block;
    font-family: 'EB Garamond', serif;
    margin-bottom: 20px;
    color: #803813;
}
.return-modal .form-group label{
    font-size: 19px;
    font-weight: 500;
    color: #702601;
    font-family: 'Montserrat', sans-serif;
}
.return-modal h5.modal-title{
    font-size: 26px;
    color: #702601;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
}
.return-modal #total_amount{
    color: #803813;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
}
.return-modal .btn-previous, .return-modal .btn-next{
    margin: auto;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-size: 18px;
    padding: 5 30px;
    text-transform: capitalize;
    background-color: #FFF2EB;
    margin-top: 20px;
    color: #803813;
    border: 2px solid #803813;

}

.newsletter_popup .modal-dialog {
    max-width: 800px;
}

.newsletter_popup .modal-body {
    padding: 0px;
}

.newsletter-popup-box .newsletter-popup-box-main {
    display: table;
    width: 100%;
    height: 376px;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content.newsletter-popup-img {
    width: 29%;
    background-image: url(../images/offer-banner1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0px;
    display: block;
    font-family: 'Signika', sans-serif;
    line-height: normal;
    margin-bottom: 12px;
    color: #333;
    text-transform: uppercase;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content .theme-description {
    max-width: 320px;
    margin: 0px auto 15px;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content .newsletter-form {
    max-width: 380px;
    margin: 0px auto;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content .newsletter-form .theme-input-box,
.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content .newsletter-form .newsletter-btn {
    margin-bottom: 15px;
}

.newsletter-popup-box .newsletter-popup-box-main .newsletter-popup-content .newsletter-form .newsletter-btn .theme-btn {
    width: 100%;
}

/* newsltter popup */
.page-up-box {
    font-size: 40px;
    color: #c35F45 !important;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.page-up-box.show {
    opacity: 1;
    visibility: visible;
}

.footer-area {
    padding: 0;
    color: #666;
    z-index: 1;
    background: #F8B14A;
    overflow: hidden;
    padding-top: 30px;
    border-top: 3px solid #f3f3f3;
    text-align: center;
}

.footer-top .footer-bg {
    background-color: #FFF2EB;
    border: 1px solid #803813;
    padding: 0 10px;
}
.footer-top .col-md-4{
    display: flex;
    flex-direction: column;

}
.footer-top,
.footer-top .single-wedge {
    padding-top: 30px;
}
.footer-top .single-wedge{
    margin-bottom:auto;
}

.single-wedge .theme-title {
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
    color: #803813;
    /*border-bottom: 1px solid #57595d;*/
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* footer css */
.footer-links>ul>li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.footer-links>ul>li:last-child {
    margin-bottom: 0px;
}

.feature-box.need-help a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    transition: all 0.5s;
}

.footer-links>ul>li>a {
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
    font-family: 'EB Garamond', serif;
    color: black;
    font-weight: 500;
}

.feature-box.need-help,
.feature-box.need-help a {
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s;
    font-family: 'EB Garamond', serif;
    color: black;
    font-weight: 500;
}

.footer-links>ul>li>a:hover {
    color: #c35F45;
}

.footer-links>ul>li>a>i {
    position: absolute;
    top: 3px;
    left: 0px;
    color: #c35F45;
}

.footer-bottom {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.single-wedge .subscrib-text .theme-description {
    margin-bottom: 15px;
    color: #ccc;
}

.subscribe-form .newsletter-form .theme-input-box .form-control {
    background-color: #fff;
    box-shadow: none;
    border-color: #fff;
}

.subscribe-form .newsletter-form {
    margin-top: 10px;
}

.subscribe-form .newsletter-form .newsletter-btn {
    margin-top: 12px;
}

.home-20 .footer-area {
    color: #fff9;
    background: #253237
}

.home-20 .text-info {
    color: #fff9 !important
}

.home-20 .footer-area .row .col-lg-4:first-child:before {
    background: #253237
}

.home-20 .phone-info span {
    color: #fff
}

.home-20 .social-info li a {
    color: #fff9
}

.home-20 .copy-text a {
    color: #fff9
}

.home-medical.home-20 .clear input.button {
    background: #0bbfbd
}

.home-20 .footer-links>ul>li a {
    color: #fff9
}

.home-20 .footer-herading {
    color: #fff
}

.img_app {
    margin-top: 40px
}

.img_app a {
    margin-right: 15px
}

.clear input.button:hover {
    background: #c35F45
}

.home-furniture .clear input.button:hover {
    background: #ef1e1e
}

.home-medical .clear input.button:hover {
    background: #0bbfbd
}

.home-cosmatics .clear input.button:hover {
    background: #c0b07d
}

.home-electronic .clear input.button:hover {
    background: #0090f0
}

.about-footer {
    max-width: 400px;
    padding-right: 15px;
}

.about-footer .theme-description {
    margin-bottom: 15px;
}

.footer-area .row .col-lg-4:first-child:before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #ffffff;
    z-index: -1;
    pointer-events: none
}
.social-info{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.social-info>ul>li {
    float: left;
    margin-right: 20px;
}

.social-info>ul>li:last-child {
    margin-right: 0px;
}

.social-info>ul>li>a {
    display: block;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 40px;
    color: #222;
    transition: all 0.3s;
}

.social-info i.fab.fa-facebook-f:hover {

    color: #4267B2;
    cursor: pointer !important;
}

.social-info i.fab.fa-linkedin:hover {

    color: #0A66C2;
    cursor: pointer !important;
}

.social-info i.fab.fa-instagram:hover {

    color: #962fbf;
    cursor: pointer !important;
}

.social-info i {
    font-size: 30px;
    color: #803813;

}

.copy-text a {
    color: #666
}

h4.role {
    color: #88381F
}

button.btn.btn-primary {
    color: #fff;
    background-color: #803813;
    border-color: #803813;
}

span.btn.btn-primary {
    color: #fff;
    background-color: #803813;
    border-color: #803813;
}

h2.heading {
    color: #e2dddb;
    text-align: center;
    font-family: fantasy;
}

div.section-box {
    color: #88381F;
    font-size: larger;
    font-family: fantasy;
}

div.orderplaced-box {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    color: #c35F45;
}

div.order-link {

    font-family: fantasy;

}

.copy-text a:hover {
    color: #c35F45
}

/* footer css */
/* keyframe css */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}

/* keyframe css */
/* reset page */
.password-reset-page .user-login-area{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password-reset-page .theme-btn{
    width: 99%;
    height: 47px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;

}
.password-reset-page .user-login-area .row{
    justify-content: center;
    text-align: center;
}
.password-reset-page .user-login-area h2{
    padding-bottom: 40px;
}
/* archive page */
.archive-product-name{
    font-size: 18px;
    font-weight: 600;
    color: #803813;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.archive-category-name h2{
    font-family: 'Arimo', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #803813;
    text-align: center;
    display: block;

}
.sidebar-widget-box>.sidebar-category>li>a, .product-sidebar-size .sidebar-widget-box ul>li>a , .sidebar-widget-box span{
    font-size: 14px;
    font-weight: 600;
    color: #803813;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}
.sidebar-widget-box{
    margin-top: 20px;
}
.shop-sidebar .form-control{
    height: 30px;
}
.shop-sidebar #searchForm img{
    position: absolute;
    right: 8px;
    top: 4px;
}
/* pagination */
.theme-pagination .pagination .page-item .page-link{
    color: #702601;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    background:transparent;
    border-color: #702601;
    border: none;
    border-right: 1px solid;
    border-radius: 0px;
}
.theme-pagination li.page-item.active span{
    background: white !important;
    border-width: 2px;
    border: none;
    border: 2px solid !important;
}
.pagination .page-item:last-child .page-link{
    border: none;
}
.pagination{
    display: flex !important;
    align-items: center;
}
.theme-pagination .pagination .page-item .page-link:hover, .theme-pagination .pagination .page-item .page-link.active{
    background-color: #803813 !important;
   
}
.product-cart-action img , .product-cart-action i{
    cursor: pointer;
}
li.nav-item.account-profile .nav-item .nav-dropdown{
    position:relative !important;
}

.profile-page{
    padding: 77px 0px !important;
}
.profile-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #803813;
    padding-bottom: 20px;
}
.user-info-wrapper h4{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;

}
.user-info-wrapper h4 span{
    font-weight: 600;
    color:#803813;
}
section.shop-page-area.page-paddings.profile-page .card.user-card{
    background-color: transparent !important;
    border: none !important;
}
section.shop-page-area.page-paddings.profile-page label{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
}
.profile-page-name{
    text-transform: capitalize;
}
.product-rating-count{
    display: flex;
    gap: 5px;
}
/* review tab */
.pro-detail-tab.review-section .tab-content{
    padding: 0;
}
.pro-detail-tab.review-section .review-btn{
    text-align: right;
}

.pro-detail-tab.review-section h4{
    color: #803813;
    font-size:27px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 700;
}
/* .pro-detail-tab.review-section .total-review{
    display: flex;
    align-items: center;
} */
.ratting-stars{
    display: flex;
    align-items: center;
}
h1.average-ratting-col{
    color: #803813;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;

}
.ratting-title{
    margin: 0;
    color: #803813;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
    margin-right: 6px;
}
.total-review h3{
    margin: 0;
    color: #803813;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
}
.progress-bar{
    background-color: #f7941d;
}
/* review comments */
.review-comments .card-header b{
    color: #803813;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600 !important;
    text-transform: capitalize;
}
.review-comments .card-body p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
}
.review-comments .card-body i{
    color: #bdbdbd;
}
.progress-label-left i{
    color: #f7941d;
}
.total-review i{
    color: #bdbdbd;
}
/* order exchange */
.order-exchange-section .card-header , .order-history-page .card-header{
    background-color: transparent !important;
    border: none !important;
}
.order-exchange-section h2 , .order-details-page h2 , .order-history-page h2 , .order-details-page2 h2{
    font-size: 2rem !important;
    color: #88381F !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}
.order-exchange-section thead , .order-details-page thead , .order-history-page thead , .order-details-page2 thead{
    background-color:#88381F ;
}
.order-exchange-section th , .order-details-page th , .order-history-page th, .order-details-page2 th{
    font-size: 16px !important;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}
.order-exchange-section .exchange-name , .order-history-page .exchange-name{
    text-transform: capitalize !important;
}
.order-exchange-section td , .order-details-page td , .order-history-page td , .order-details-page2 td{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 13px;
    color: black;
  
}
.card.user-card.order-exchange-section ,.card.user-card.order-details-page , .card.user-card.order-history-page , .card.user-card.order-details-page2{
    margin-bottom: 120px;
}
.toast { 
    background-color: #FCA72A !important; 
  } 
  .toast-info { 
    background-color:#FCA72A !important; 
  } 
  .toast-info2 { 
    background-color: #FCA72A !important; 
  } 
  .toast-error { 
    background-color: #FCA72A !important; 
    font-size: 16px;
    opacity: 1;
  } 
  .toast-success { 
    background-color:#FCA72A !important; 
  } 
  .toast-warning { 
    background-color: #FCA72A !important; 
  } 
  #toast-container > div{
    max-width: 400px !important;
    width: 100% !important;
    opacity: 1 !important;
    box-shadow: none;
    background-color: #FCA72A !important; 
  }
  #toast-container{
    opacity: 1 !important;
    max-width: 400px !important;
    width: 100% !important;
    background-color: #FCA72A; 
  }
  .toast-message{
    font-size: 16px !important;
    color: white !important;
  }