﻿/*
// philos - Responsive Ecommerce Html Template
// Created by Nileforest*/

/* FONT LOADED */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

/* PLUGINS CSS */
@import url("plugins/owl.carousel.css");
@import url("plugins/slick.css");
@import url("plugins/nice-select.css");



/*
* BASIC
  - General Style    
  - Typography Style
  - Button Style
  - Form Style
  - Spacing
  - Pages Style

* HEADER
  - Top Header
  - Logo
  - Navigation Menu
  - Navigation Dropdown Menu
  - Rightside Navigation
    
* INTRO
  - intro

* ELEMENTS
  - Sidebar Menu (Cart Menu)
  - Search Overlay Menu
  - Icons
  - Product Filter
  - Tabs
  - Tooltip
  - Like Share Banner
  - Newsletter Popup
  - Bread Crumb
  - Sidebar Widget
  - Accordian
  - Toggle
  - Product Listing Page (Top-Banner, Title, Filter Product-Grid)
  - Pagination

* FOOTER

* GLOBEL
  - Promo
  - Promo Banner
  - Slider Theme
  - Product Item
  - Categories Box
  - Blog Box
  - Newsletter
  - About Blocks
  - Instagram Blocks

* Product Detail Page
  - Product Image
  - Product Content
  - Product Tabs
  - Product Carousel
  - Sidebar Widget

* Pages
  - Blog Page
  - Blog Single
  - Cart Page
  - Checkout Page
  - Portfolio Page
  - All Pages
 */



/*==========================================================================================================*/
/* BASIC     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* General Style */
/*------------------------------------------------------------------*/
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#page-wraper, .page-content-wraper {
    position: relative;
    width: 100%;
    background: #fff;
}

::-moz-selection {
    background-color: #34b79d;
    color: #ffffff;
}

::selection {
    background-color: #34b79d;
    color: #ffffff;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *::after, *::before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    *:after, *:before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

a, a:focus {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    a:hover, a.color, .color {
        color: #d0936a;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

.black {
    color: #333;
}

.white {
    color: #fff;
}

.yellow {
    color: #ffed1f;
}

img {
    height: auto;
    width: auto;
    vertical-align: middle;
    border: none;
    outline: none;
}

.logo-img {
    max-width: 70% !important;
}

.img-card {
    height: 240px !important;
}

.overlay-black, .overlay-black20, .overlay-black30, .overlay-black40, .overlay-black60, .overlay-black80, .overlay-black90, .overlay-light, .overlay-light20, .overlay-light40, .overlay-light60, .overlay-light80, .overlay-light90 {
    position: relative;
    z-index: 1;
}

    .overlay-black:before, .overlay-black20:before, .overlay-black30:before, .overlay-black40:before, .overlay-black60:before, .overlay-blackk80:before, .overlay-blackk90:before, .overlay-light:before, .overlay-light20:before, .overlay-light40:before, .overlay-light60:before, .overlay-light80:before, .overlay-light90:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        display: block;
    }

    .overlay-black:before {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .overlay-black20:before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .overlay-black30:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .overlay-black40:before {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .overlay-black60:before {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .overlay-black80:before {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .overlay-black90:before {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .overlay-light:before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .overlay-light20:before {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .overlay-light40:before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .overlay-light60:before {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .overlay-light80:before {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .overlay-light90:before {
        background-color: rgba(255, 255, 255, 0.9);
    }



.bg-image {
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*background-attachment: fixed;*/
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-yellow {
    background: #fffee8;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #333;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    hr.dark {
        border-top: 1px solid #333333;
    }

b, strong, .strong {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.capitale {
    text-transform: uppercase;
}

i.left {
    margin-right: 5px;
}

i.right {
    margin-left: 5px;
}

small, small a {
    font-size: 11px;
    color: #eee;
}

ul.list-inside {
    list-style: inside;
}

ol, ul {
    margin: 0;
    padding: 0;
}

    ul.list-none {
        list-style: none;
        margin-left: 0;
    }

    ul.list-none-ib li, .list-none-ib {
        display: inline-block;
    }

.text-center {
    text-align: center !important;
}
/*------------------------------------------------------------------*/
/* Typography Style */
/*------------------------------------------------------------------*/

/* Hedding ------------------ */
h1, h2, h3, h4, h5, h6,
h1.h1, h2.h2, h3.h3, h4.h4, h5.h5, h6.h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

    h1.h1, h2.h2, h3.h3, h4.h4, h5.h5, h6.h6,
    .h1, .h2, .h3, .h4, .h5, .h6,
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
    h1.h1 span, h2.h2 span, h3.h3 span, h4.h4 span, h5.h5 span, h6.h6 span,
    .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
        text-transform: none;
    }

        h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal,
        h1.h1.normal, h2.h2.normal, h3.h3.normal, h4.h4.normal, h5.h5.normal, h6.h6.normal,
        .h1.normal, .h2.normal, .h3.normal, .h4.normal, .h5.normal, .h6.normal {
            font-weight: 400;
        }

h1 {
    font-size: 51px;
}

h2 {
    font-size: 28px;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, dark-bg .white {
    color: #fff;
}


/* Title -----------------------*/
.alt-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.page-title {
    text-align: center;
    margin-bottom: 40px;
}

.product-carousel .page-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    text-transform: uppercase;
    color: #333333;
    text-align: left;
}

.product-carousel .product-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.your-cart-content h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    text-transform: uppercase;
    color: #333333;
}
/* Paragraph ------------------ */
p {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}

    p.x-small {
        font-size: 10px;
    }

    p.small {
        font-size: 12px;
    }

    p.large {
        font-size: 16px;
    }

    p.x-large {
        font-size: 18px;
    }

/*------------------------------------------------------------------*/
/* Button Style */
/*------------------------------------------------------------------*/
.btn, button {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

    .btn i, button i, .btn i, button i {
        margin-right: 6px;
    }

        .btn i.right, button i.right {
            margin-left: 6px;
            margin-right: 0px;
        }

.btn-xs {
    padding: 11px 30px !important;
    display: inline-block;
}

.btn-sm {
    padding: 13px 35px !important;
    display: inline-block;
}

.btn-md {
    padding: 15px 25px !important;
    display: inline-block;
}

.btn-lg {
    padding: 18px 45px !important;
    display: inline-block;
}

btn-cart-details-page {
    padding: 11px 45px !important;
    border-radius: 5px !important;
}

.btn-black {
    background: #DEB086;
    border-radius: 3px;
    color: #fff !important;
    font-weight: bold;
}

    .btn-black:hover {
        background-color: #4b4b4b;
        border-color: transparent;
        color: #fff !important;
    }

.btn-color {
    background: #F37021;
    border-radius: 3px;
    font-weight: bold;
    color: #fff !important;
}

    .btn-color:hover {
        background-color: #b98150 !important;
        border-color: transparent;
        /*color: #fff !important;*/
        color: #fff !important;
        font-weight: bold;
    }

.btn-gray {
    background-color: #eee;
    border-color: transparent;
    color: #222 !important;
}

    .btn-gray:hover {
        background-color: #f4f4f4;
        border-color: transparent;
        color: #222 !important;
    }

.btn-white {
    background-color: #fff;
    border-color: transparent;
    color: #222 !important;
}

    .btn-white:hover {
        background-color: #f4f4f4;
        border-color: transparent;
        color: #34b79d !important;
    }

/*------------------------------------------------------------------*/
/* Form Style */
/*------------------------------------------------------------------*/
form {
    position: relative;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-size: 12px;
}


    input, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
        /*-webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;*/
        color: #333;
        outline: none;
        font-weight: 400;
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        display: inline-block;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
    }

.chk-default {
    -webkit-appearance: checkbox;
}

.rdo-default {
    -webkit-appearance: radio;
}

.chk-custom {
    -webkit-appearance: checkbox;
    background-color: red;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #333;
}

input.input-xs, .input-xs {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 36px;
}

input.input-sm, .input-sm {
    padding-top: 11px;
    padding-bottom: 11px;
    height: 40px;
}

input.input-md, .input-md {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 44px;
}

input.input-lg, .input-lg {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 50px;
}

.btn.fancy {
    border-radius: 0 50px 50px 0;
    vertical-align: middle;
    margin-left: -5px;
    display: inline-block;
}

input.fancy {
    border-radius: 50px 0 0 50px;
    vertical-align: middle;
    display: inline-block;
}

textarea {
    height: 120px;
    font-size: 13px !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
}

label {
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    display: block;
}

    label.left {
        text-align: left;
    }

    label.inline-block {
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: middle;
    }

input.block {
    display: block;
}


.form-full-width {
    width: 100%;
}

.form-center {
    text-align: center;
}

.form-full-height {
    height: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

.form-required {
    color: #f00;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px;
}

/*------------------------------------------------------------------*/
/* Spacing */
/*------------------------------------------------------------------*/
/*spacing*/
.spacer-15 {
    height: 15px;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

.spacer-45 {
    height: 45px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    width: 100%;
}

.spacer-90 {
    height: 90px;
    width: 100%;
}

/*margrin*/
.container-margin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.container-margin-t {
    margin-top: 80px;
}

.container-margin-b {
    margin-bottom: 80px;
}

.container-margin-minus-t {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

/*Section padding*/
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-t {
    padding-top: 80px;
}

.section-padding-b {
    padding-top: 20px;
    padding-bottom: 40px;
}

.section-padding-sm {
    padding-bottom: 15px;
    padding-top: 15px;
}

.section-padding-sm-t {
    padding-top: 40px;
}

.section-padding-sm-b {
    padding-bottom: 40px;
}
/*--*/
.p-90 {
    padding: 90px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}
/*--*/
.p-85 {
    padding: 85px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.plt-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}
/*--*/
.p-80 {
    padding: 80px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}
/*--*/
.p-75 {
    padding: 75px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.plt-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}
/*--*/
.p-70 {
    padding: 70px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}
/*--*/
.p-65 {
    padding: 65px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.plt-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}
/*--*/
.p-60 {
    padding: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}
/*--*/
.p-55 {
    padding: 55px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.plt-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}
/*--*/
.p-50 {
    padding: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
/*--*/
.p-45 {
    padding: 45px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.plt-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}
/*--*/
.p-40 {
    padding: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
/*--*/
.p-35 {
    padding: 35px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.plt-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}
/*--*/
.p-30 {
    padding: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
/*--*/
.p-25 {
    padding: 25px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.plt-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}
/*--*/
.p-20 {
    padding: 20px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}
/*--*/
.p-15 {
    padding: 15px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plt-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}
/*--*/
.p-10 {
    padding: 10px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}
/*--*/
.p-5 {
    padding: 5px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}





/*--*/
.m-90 {
    margin: 90px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}
/*--*/
.m-85 {
    margin: 85px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mlt-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}
/*--*/
.m-80 {
    margin: 80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
/*--*/
.m-75 {
    margin: 75px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mlt-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}
/*--*/
.m-70 {
    margin: 70px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}
/*--*/
.m-65 {
    margin: 65px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mlt-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}
/*--*/
.m-60 {
    margin: 60px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px !important;
}
/*--*/
.m-55 {
    margin: 55px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mlt-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}
/*--*/
.m-50 {
    margin: 50px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px !important;
}
/*--*/
.m-45 {
    margin: 45px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mlt-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}
/*--*/
.m-40 {
    margin: 40px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}
/*--*/
.m-35 {
    margin: 35px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mlt-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}
/*--*/
.m-30 {
    margin: 30px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}
/*--*/
.m-25 {
    margin: 25px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}
/*--*/
.m-20 {
    margin: 20px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
/*--*/
.m-15 {
    margin: 15px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}
/*--*/
.m-10 {
    margin: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
/*--*/
.m-5 {
    margin: 5px;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}
/*--*/
.m-0 {
    margin: 0px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}


@media (max-width: 775px) {
    /*extra small medium*/

    /*padding*/
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-padding-t {
        padding-top: 40px;
    }

    .section-padding-b {
        padding-bottom: 40px;
    }

    /*margrin*/
    .container-margin-minus-t {
        margin-top: -40px;
    }

    .container-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-margin-t {
        margin-top: 40px;
    }

    .container-margin-b {
        margin-bottom: 40px;
    }

    .float-xs-left {
        float: left !important;
        text-align: left;
    }

    .float-xs-right {
        float: right !important;
        text-align: right;
    }

    .p-xs-0 {
        padding: 0px;
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }


    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }


    /* 45 */
    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mlt-sm-45 {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    /* 30 */
    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mb-sm-0 {
        margin-bottom: 0px;
    }
}

/*------------------------------------------------------------------*/
/* Pages Style */
/*------------------------------------------------------------------*/
.content-page {
    padding-bottom: 80px;
    padding-top: 30px;
}

.content-page-cart-details {
    padding-top: 0px !important;
}

.cart-details {
    background-color: #fafafa !important;
}

    .checkout-icon {
        padding: 2px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        background: #C4C4C4;
        line-height: 35px;
        float: left;
    }

.checkout-icon-active {
    padding: 2px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 35px;
    float: left;
    background: #5BD659;
}

.checkout-line {
    border: 1px solid #E7E7E7;
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E7E7E7;
}

.checkout-line-active {
    border: 1px solid #5BD659;
    width: 80px;
    float: left;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #5BD659;
}

.checkout-icon i {
    padding-left: 6px;
    font-size: 16px;
}

.checkout-icon-active i {
    padding-left: 7px;
    font-size: 16px;
    color: #fff;
}

.product-checkout h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    text-transform: uppercase;
    color: #333333;
}
/*==========================================================================================================*/
/* HEADER     ||---------------------------- */
/*==========================================================================================================*/

.header {
    width: 100%;
    color: #333;
    position: relative;
    z-index: 999;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.header-topbar, .header-main {
    padding-left: 50px;
    padding-right: 50px;
}

    .header-topbar .header-topbar-inner, .header-main .header-main-inner {
        max-width: 1820px;
        width: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

/*------------------------------------------------------------------*/
/* Top Header */
/*------------------------------------------------------------------*/
.header-topbar {
    display: table;
    background-color: #388E3C;
    color: #fff;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #6fcfca;
    letter-spacing: 0.4px;
    /*padding-top: 5px;*/
}

    .header-topbar .topbar-left {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

    .header-topbar .topbar-right {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }

        .header-topbar .topbar-right ul li {
            text-align: left;
            display: inline-block;
        }

        .header-topbar .topbar-right > ul > li > a {
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 0;
            margin-left: 8px;
            margin-right: 8px;
            padding-top: 4px;
            padding-bottom: 4px;
            display: block;
        }

        .header-topbar .topbar-right ul li a:hover {
        }

        .header-topbar .topbar-right > ul > li:last-child > a {
            margin-right: 0px;
        }
/*Dropdown*/
.dropdown-nav {
    position: relative;
}

    .dropdown-nav:hover > a {
        color: #34b79d;
    }

    .dropdown-nav .dropdown-menu {
        font-size: 13px;
        font-weight: 400;
        position: absolute;
        left: 0;
        width: 180px;
        background: #fff;
        border: 1px solid #eee;
        display: none;
        z-index: 2000;
        list-style: none;
        margin: -4px 0 0 0;
        padding: 15px;
        text-transform: none;
        box-shadow: 0px 0px 5px rgba(0,0,0, 0.05);
    }

        .dropdown-nav .dropdown-menu:before {
            background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
            bottom: -3px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

    .dropdown-nav:hover .dropdown-menu {
        display: block;
    }

    .dropdown-nav .dropdown-menu ul li {
        display: block;
    }

    .dropdown-nav .dropdown-menu a {
        display: block;
        line-height: 1;
        padding: 8px 0px;
    }

.divider {
    border-bottom: 1px solid #eee;
    outline: none;
    width: 100%;
    display: block;
    min-height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}


@media (max-width: 775px) {

    .header-topbar .topbar-right > ul > li:last-child > a {
        margin-right: 8px;
    }

    .header-topbar .topbar-right {
        text-align: center;
        float: none;
        display: block;
    }
}

@media (max-width: 1220px) {
    .header-topbar, .header-main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1080px) {
    .header-topbar, .header-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media only screen and (max-width: 979px) {
    .header-main .logo {
        display: inline-block;
        margin: 20px auto;
        width: auto;
    }

        .header-main .logo a {
            margin-top: 20px !important;
        }


    .sidebar-icon-nav ul li {
        margin: 28px 12px;
    }
}

.cat-menu {
    padding-top: 0px !important;
}

/*------------------------------------------------------------------*/
/* Header Bar */
/*------------------------------------------------------------------*/
.header-main {
    position: relative;
    z-index: 99;
    display: table;
    width: 100%;
    background: #fff;
    /*border-bottom:solid 1px #b98150;*/
}

    .header-main.fixed {
        position: fixed;
        z-index: 3000;
        top: 0;
        background: rgba(255,255,255,0.95);
        -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    }

        .header-main.no-stick.fixed, .header-main.fixed.no-stick {
            position: relative !important;
            background: #fff;
            -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0);
            -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0);
            box-shadow: 0px 0px 5px rgba(0,0,0,0);
        }

    /*.header-main::before {
        position: absolute;
        bottom: -4px;
        height: 4px;
        left: 0;
        background: rgba(0,0,0,0.1);
        width: 100%;
        z-index: 1;
        content: "";
    }*/


    /* Logo ---------------------------------------------*/
    .header-main .logo {
        display: inline-block;
        float: left;
        text-align: left;
        margin-right: 7px;
    }

        .header-main .logo a {
            /*margin-bottom: 26px;*/
            margin-top: 0px;
            width: 160px;
            display: block;
        }

            .header-main .logo a img {
                width: 100%;
                vertical-align: middle;
                margin-top: 10px;
            }

@media only screen and (max-width:0px) {


    .header-main .logo {
        display: block;
        margin: 30px auto 10px;
        width: 100%;
        float: none;
    }

        .header-main .logo a {
            margin: 0 auto !important;
        }

    .sidebar-icon-nav ul li {
        margin: 20px 12px !important;
    }
}

/* Navigation Menu -----------------------------------------------*/
.navigation-menu {
    display: block;
    float: left;
    position: static;
    padding-top: 15px;
}

    .navigation-menu ul > li > a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 14px;
        padding: 15px 7px;
        display: block;
    }

    .navigation-menu ul > li:hover > a {
        color: #d0936a;
    }

    .navigation-menu ul, .navigation-menu ul li {
        list-style: none;
    }

    .navigation-menu > ul > li {
        display: inline-block;
    }

.menu-mobile {
    background: #f0f0f0;
    color: #333;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .menu-mobile:hover {
        color: #34b79d;
    }


.navigation-menu ul > li > a > .nav-label-new,
.navigation-menu ul > li > a > .nav-label-sale {
    position: relative;
    right: 0;
}

    .navigation-menu ul > li > a > .nav-label-new:after {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -19px;
        width: 28px;
        background: url("../img/label_new.png") no-repeat left top;
        z-index: 100;
        right: -10px;
    }

    .navigation-menu ul > li > a > .nav-label-sale:after {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -19px;
        width: 28px;
        background: url("../img/label_sale.png") no-repeat left top;
        z-index: 100;
        right: -10px;
    }


/* Navigation Dropdown Menu --------------------------------*/
.nav-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    left: 0;
    border-top: 1px solid #eeeeee;
    padding: 30px 0 30px 0;
}

    .nav-dropdown:after {
        background: rgba(0,0,0,0.08);
        width: 100%;
        bottom: -4px;
        left: 0;
        height: 4px;
        position: inherit;
        content: "";
    }

.dropworn-arrow {
    left: 50%;
    margin-left: -10px;
    position: relative;
    z-index: 100;
    display: none;
}

    .dropworn-arrow:after {
        background: rgba(0, 0, 0, 0) url("../img/dropdown-top-arrow.png") no-repeat scroll left top;
        content: "";
        bottom: -1px;
        height: 10px;
        width: 20px;
        position: absolute;
        /*border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);*/
    }

.nav-dropdown .new-label, .nav-dropdown .sale-label {
    padding: 2px 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.nav-dropdown .sale-label {
    background: #f55151;
    color: #fff;
}

.nav-dropdown .new-label {
    background: #34b79d;
    color: #fff;
}

.nav-dropdown .sub-banner {
    padding: 0;
    position: relative;
    width: 100%;
    border: 0 none;
}

.js-nav-dropdown {
    background-color: #f9f9f9;
    border: solid 1px #ccc;
}

.nav-dropdown .nav-dropdown-grid {
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    float: left;
}

    .nav-dropdown .nav-dropdown-grid ul {
        margin-bottom: 30px;
    }

        .nav-dropdown .nav-dropdown-grid ul li {
            font-size: 14px;
            text-transform: none;
            color: #333;
            font-family: "Open Sans",sans-serif;
            font-weight: 400;
        }

            .nav-dropdown .nav-dropdown-grid ul li > a {
                font-family: "Open Sans",sans-serif;
                font-weight: 400;
                font-size: 12px;
                padding-top: 0px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
                /*display: inline-block;*/
                transition: all 0.2s ease 0s;
                -moz-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s;
                -webkit-transition: all 0.2s ease 0s;
            }

    .nav-dropdown .nav-dropdown-grid > ul > li:hover > a {
        color: inherit;
    }

    .nav-dropdown .nav-dropdown-grid > ul > li > a:hover {
        padding-left: 5px;
        color: #d0936a;
    }

.menu-mobile:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 5px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f107";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding: 0;
    /*margin-top: 10px;
    margin-right: 15px;*/
    color: #999;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
    border: 1px solid #eee;
}

.show-on-mobile {
    display: block !important;
}


/*cart details page*/

.cart-options {
    display: flex;
    align-items: center;
    gap: 455px;
    justify-content: center;
}

.select-all {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #28a745;
    font-weight: 500;
}

.select-all-text {
    font-size: 14px;
    color: #28a745;
}

.select-all-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #28a745;
    color: white;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
    margin-right: 6px;
}

    .select-all-btn.unselected {
        background-color: white;
        border: 2px solid #333;
        color: transparent;
    }

        .select-all-btn.unselected::before {
            content: "";
        }

.product-select .circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #28a745;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .product-select .circle-icon.unselected {
        background-color: white;
        border: 2px solid #333;
        color: transparent;
    }

/* Sticky Header */
@media only screen and (min-width: 980px) {
    .header-main.fixed .header-main-inner .logo a {
        /*margin-top: 5px;*/
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .header-main.fixed > .header-main-inner > .navigation-menu > ul > li > a {
        padding-top: 21px;
        padding-bottom: 20px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .header-main.fixed .header-main-inner .header-rightside-nav .header-btn-link {
        padding-top: 20px;
        padding-bottom: 12px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .header-main.fixed .header-main-inner .sidebar-icon-nav ul li {
        margin-top: 20px;
        margin-bottom: 19px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
}
/*Mobile style's*/
@media only screen and (max-width: 979px) {

    .navigation-menu {
        display: block;
        float: none;
        position: relative;
        text-transform: uppercase;
        clear: both;
        z-index: 99;
    }

        .navigation-menu ul > li > a {
            padding: 8px 15px;
            display: block;
            border: 1px solid #eee;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

    .nav-dropdown .nav-dropdown-grid ul li > a {
        border: none 0px;
    }

    .nav-dropdown .nav-dropdown-grid {
        width: 100%;
    }

    .nav-dropdown {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .navigation-menu > ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
    }

        .navigation-menu > ul > li {
            display: block;
            margin-top: 1px;
            background: #fff;
        }

    .nav-dropdown {
        display: none;
        position: relative;
        width: 100%;
        z-index: auto;
        left: 0;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: inline-block;
    }

    .navigation-menu ul li a .nav-label-sale {
        display: none;
    }

    .nav-dropdown > .container {
        width: 100%;
    }
}

/* Rightside Navigation ------------------------------------*/
.header-rightside-nav {
    float: right;
}

    /* Login Register Link */
    .header-rightside-nav .header-btn-link {
        border-right: 1px solid #eeeeee;
        padding: 23px 19px 10px 0px;
        display: inline-block;
        vertical-align: top;
        float: left;
    }

        .header-rightside-nav .header-btn-link a {
            font-size: 13px;
        }

            .header-rightside-nav .header-btn-link a:hover {
                text-decoration: underline;
            }

@media only screen and (max-width: 420px) {
    .promo-box .info {
        text-align: center !important;
    }

    .header-rightside-nav {
        float: none;
        width: 100% !important;
        display: block;
        clear: both;
        text-align: center;
    }
}
/* Sidebar Icon Navigation(Search, Whishlist, Cart) */
.sidebar-icon-nav {
    display: inline-block;
    font-size: 18px;
    margin-right: -12px;
    margin-left: 15px;
}

    .sidebar-icon-nav ul li {
        margin: 10px 11px 0px;
    }

        .sidebar-icon-nav ul li a {
            position: relative;
        }

        .sidebar-icon-nav ul li .countTip {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            width: 18px;
            height: 18px;
            display: block;
            position: absolute;
            background: #34b79d;
            right: -10px;
            top: -8px;
            text-align: center;
            line-height: 18px;
            font-size: 10px;
            color: #fff;
        }

    .sidebar-icon-nav .cart-icon, .sidebar-icon-nav .cart-title {
        display: inline-block;
    }

    .sidebar-icon-nav .cart-title {
        font-size: 13px;
    }


/*==========================================================================================================*/
/* INTRO     ||---------------------------- */
/*==========================================================================================================*/
/*intro*/
.intro {
    background-color: #333;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tp-bannertimer {
    display: none !important;
}

img.tp-caption {
    /*width:100%;*/
    /*max-width:100%;*/
}

/*==========================================================================================================*/
/* ELEMENTS     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Sidebar Menu (Cart Menu)*/
/*------------------------------------------------------------------*/

.sidebar-menu {
    background: #fff;
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 10000000000;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.30);
}

.sidebar-right {
    right: -320px;
}

    .sidebar-right.sidebar-open {
        right: 0;
    }


/* click Buttons ( Toggle, Close ) */
#sidebar_toggle_btn {
}

#sidebar_close_icon {
    position: absolute;
    right: 30px;
    top: 31px;
}



/* Sidebar Menu Overlay */
.sidebar_overlay {
}

    .sidebar_overlay.sidebar_overlay_active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        cursor: pointer;
        z-index: 3030;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.sidebar-menu .cart-sidebar-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
/* Sidebar Content Cart */
.sidebar-menu .cart-widget-heading {
    padding: 30px;
    display: block;
    background: #fff;
}

    .sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h5, .sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h3 {
        color: #000;
        margin-bottom: 0;
        margin-top: 0;
    }

/*Cart Product Content*/
.sidebar-menu .cart-widget-content {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: relative;
}

    .sidebar-menu .cart-widget-content .cart-widget-product {
        position: relative;
    }

        .sidebar-menu .cart-widget-content .cart-widget-product .cart-empty {
            display: none;
        }

            .sidebar-menu .cart-widget-content .cart-widget-product .cart-empty p {
                font-size: 13px;
            }

        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item {
            padding: 0;
            list-style: none;
            margin-bottom: 30px;
        }

            .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li {
                border-bottom: 1px solid #eee;
                padding-bottom: 15px;
                margin-bottom: 15px;
                display: block;
                position: relative;
            }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li:last-child {
                    border-bottom: 0px none;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image {
                    margin-right: 15px;
                    display: table-cell;
                    float: none !important;
                    margin-right: 0;
                    width: 20%;
                }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image img {
                        width: 100%;
                        vertical-align: top;
                        max-width: 100%;
                        height: auto;
                        border: none;
                        outline: none;
                    }

                .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content {
                    border: 0 none;
                    width: 70%;
                    display: table-cell;
                    float: none !important;
                    padding-top: 0;
                    padding-bottom: 0;
                    padding-left: 10px;
                    padding-right: 10px;
                    text-align: left;
                    vertical-align: top;
                }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-remove {
                        position: absolute;
                        right: 0;
                        top: 0;
                        font-size: 14px;
                        font-weight: normal;
                        letter-spacing: 0;
                        text-align: center;
                    }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link {
                        color: #333;
                        font-size: 12px;
                        display: block;
                        /*margin-bottom: 10px;*/
                        line-height: 1.4;
                    }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link:hover {
                            color: #CA7A68;
                        }

                    .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral {
                        color: #777;
                        font-size: 12px;
                    }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .qty-cart {
                        }

                        .sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .product-price-amount {
                            font-weight: 600;
                            color: #333;
                            float: right;
                        }
/*Cart Footer (Totle, Buttons)*/
.sidebar-menu .cart-widget-footer {
    display: table-row;
    vertical-align: bottom;
    height: auto;
}

    .sidebar-menu .cart-widget-footer .cart-footer-inner {
        padding: 0px;
        padding-left: 15px;
        display: table-cell;
        vertical-align: bottom;
    }

    .sidebar-menu .cart-widget-footer .cart-total-hedding {
        padding-bottom: 5px;
        padding-top: 5px;
        /*border-top: 1px solid #eee;*/
        /*border-bottom: 1px solid #eee;*/
        margin-bottom: 7px;
        font-size: 13px;
    }

    .sidebar-menu .cart-widget-footer .cart-subtotal-hedding {
        padding-bottom: 5px;
        padding-top: 5px;
        /*border-top: 1px solid #eee;*/
        /*border-bottom: 1px solid #eee;*/
        margin-bottom: 7px;
        font-size: 13px;
    }

    .sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
        color: #0e0e0e;
        float: right;
        padding-right: 20px;
    }

    .sidebar-menu .cart-widget-footer .cart-subtotal-hedding .cart-total-price {
        color: #0e0e0e;
        float: right;
        padding-right: 20px;
    }

    .sidebar-menu .cart-widget-footer .cart-action-buttons {
        display: block;
        text-align: center;
        padding-right: 20px;
    }

        .sidebar-menu .cart-widget-footer .cart-action-buttons .btn {
            width: 100%;
        }

            .sidebar-menu .cart-widget-footer .cart-action-buttons .btn:first-child {
                margin-bottom: 15px;
            }



/*Cart details view page*/
.items-container {
    background: #fafafa;
    border-radius: 10px !important;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.add-items-container {
    margin-top: 25px;
    background: #fafafa;
    border-radius: 10px;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.add-items-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #b0b0b0;
    color: #6c757d;
    background-color: #fafafa;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .add-items-link i {
        margin-right: 8px;
        font-size: 18px;
    }

    .add-items-link:hover {
        background-color: #f8f9fa;
        border-color: #f37021;
        color: #f37021;
        transform: scale(1.03);
    }


.product-quantity-cart-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* space between buttons and quantity box */
}

    /* Style for quantity input */
    .product-quantity-cart-details .quantity {
        border: 1px solid #ccc; 
        border-radius: 5px;
        width: 60px;
        text-align: center;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
    }

/* Style for + / - buttons */
.quantity-btn-cart-details {
    border: 1px solid #f37021; 
    color: #f37021;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease;
}

    .quantity-btn-cart-details:hover {
        background-color: #f37021;
        color: #fff;
    }

.small-icon {
    font-size: 10px; 
    vertical-align: middle;
}

.btn-checkout-cart {
    display: flex;
    align-items: center; 
    gap: 8px; 
}

    .btn-checkout-cart .btn-icon {
        width: 20px; 
        height: 20px;
        object-fit: contain;
    }



/*------------------------------------------------------------------*/
/* Search Overlay Menu */
/*------------------------------------------------------------------*/
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.97);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 3400;
    text-align: center;
}

    .search-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    .search-overlay-menu .container {
        height: 100%;
    }

    .search-overlay-menu form {
        position: relative;
        vertical-align: middle;
        top: 50%;
        left: 0;
        margin: -78px 0 0;
        width: 100%;
        padding-left: 65px;
        text-align: left;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

        .search-overlay-menu form .search-icon-lg {
            width: 42px;
            height: 44px;
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: 0;
        }

            .search-overlay-menu form .search-icon-lg img {
                vertical-align: middle;
                text-align: left;
                border: none;
                outline: none;
            }


        .search-overlay-menu form input {
            height: 120px;
            width: 100%;
            color: #aaa;
            background: transparent;
            border-top: 0px none;
            border-bottom: 1px solid #d0d0d0 !important;
            border-left: 0px none;
            border-right: 0px none;
            font-size: 60px;
            font-weight: 600;
            outline: none;
            padding: 25px 45px 25px 0;
            font-family: "Montserrat",sans-serif;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }

            .search-overlay-menu form input:focus {
                color: #333;
            }

        .search-overlay-menu form button {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: medium none;
            height: 120px;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 35px;
            color: #c6c6c6;
            padding: 0;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            background-color: none;
        }

            .search-overlay-menu form button:hover {
                background-color: none;
            }

    .search-overlay-menu .search-overlay-close {
        background: url("../img/close-icon-black.png") center center no-repeat;
        position: absolute;
        top: 25px;
        right: 25px;
        opacity: 1;
        font-size: 27px;
        z-index: 100;
        width: 16px;
        height: 16px;
        display: inline-block;
        color: #333;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .search-overlay-menu .search-overlay-close:hover {
            background: url("../img/close-icon-color.png") center center no-repeat;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -ms-transform: rotate(90deg); /* IE 9 */
            -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
        }

@media only screen and (max-width: 776px) {
    .search-overlay-menu form button {
        height: 60px;
    }

    .search-overlay-menu form input {
        height: 60px;
        font-size: 30px;
        padding: 10px 45px 10px 0px;
    }

    .search-overlay-menu form {
        margin-top: -47px;
    }
}


/*------------------------------------------------------------------*/
/* Icons */
/*------------------------------------------------------------------*/

/* Close Icon */
.close-icon-black {
    background: url("../img/close-icon-black.png") center center no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

    .close-icon-black:hover {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

.close-icon-white {
    background: url("../img/close-icon-white.png") center center no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

    .close-icon-white:hover {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }


/*------------------------------------------------------------------*/
/* Product Filter Tab */
/*------------------------------------------------------------------*/
.product-filter, ul.product-filter {
    position: relative;
    margin: 0 auto 30px 0;
    padding: 0;
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    display: block;
}

    .product-filter li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #eee;
    }

        .product-filter li:last-child {
            border-right: 0px none;
        }

        .product-filter li a {
            display: block;
            padding: 0px 25px;
            color: #999;
        }

            .product-filter li a.active, .product-filter li.active a {
                color: #333;
            }

/*------------------------------------------------------------------*/
/* Tabs */
/*------------------------------------------------------------------*/
.tab-content .tab-pane.active {
    display: block;
}

.tab-content .tab-pane {
    display: none;
}


/*------------------------------------------------------------------*/
/* Tooltip */
/*------------------------------------------------------------------*/

.tipr_content {
    color: #fff;
    /*background-color: rgba(0,0,0,0.7);*/
    padding: 0px 0px;
    font-size: 12px;
    font-weight: 400;
}

.tipr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 13px;
    z-index: 1000;
}

.tipr_container_top {
    display: none;
    position: absolute;
    margin-top: -70px;
    z-index: 1000000;
}

.tipr_point_top, .tipr_point_bottom {
    position: relative;
    background: rgba(0,0,0,0.7);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px 10px;
}

    .tipr_point_top:after, .tipr_point_top:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        top: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .tipr_point_top:after {
        border-top-color: rgba(0,0,0,0.7);
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .tipr_point_top:before {
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }

    .tipr_point_bottom:after, .tipr_point_bottom:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
    }

    .tipr_point_bottom:after {
        border-bottom-color: rgba(0,0,0,0.7);
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .tipr_point_bottom:before {
        border-bottom-color: rgba(0,0,0,0.7);
        border-width: 9px;
        left: 50%;
        margin-left: -9px;
    }

/*------------------------------------------------------------------*/
/* Like Share Banner */
/*------------------------------------------------------------------*/
.like-share-inner {
    padding: 20px 40px;
    position: relative;
    background-image: url("../img/bg/bg_6.jpg");
    background-position: center center;
    background-color: #333; /* Old browsers */
}


    .like-share-inner p, .like-share-inner h2, .like-share-inner h3, .like-share-inner h4 {
        display: inline-block;
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
    }

        .like-share-inner p a {
            color: #34b79d;
        }

.social-icon {
    float: right;
    list-style: none;
}

    .social-icon li {
        display: inline-block;
    }

        .social-icon li a {
            font-size: 22px;
            font-weight: 600;
            padding: 0 10px;
            color: #fff;
        }

            .social-icon li a:hover {
                color: #34b79d;
            }

@media (max-width: 776px) {
    .social-icon {
        float: none;
        margin-top: 15px;
    }
}


/*------------------------------------------------------------------*/
/* Newsletter Popup */
/*------------------------------------------------------------------*/

#nlpopup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99999;
}

#nlpopup {
    background-color: #f8f8f8;
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    max-width: 790px;
    top: 100px;
    left: 50%;
    padding: 60px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/newsletter_popup_bg.png");
    background-position: top right;
    background-repeat: no-repeat;
}

.nlpopup_close_link {
    font-size: 12px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    color: #777;
    display: block;
}

.nlpopup_close_icon {
    position: absolute;
    top: -16px;
    right: -16px;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    background: #333;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .nlpopup_close_icon img {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        display: block;
    }

#nlpopup input[type="email"] {
    width: 225px;
}


/*------------------------------------------------------------------*/
/* Bread Crumb */
/*------------------------------------------------------------------*/
.breadcrumb {
    /*background-color: #f4f4f4;*/
    background-color: #fff;
    padding: 10px 0;
    /*background-image: url("../img/breadcrumb-bg.png");*/
    background-position: center top;
    background-repeat: no-repeat;
}

    .breadcrumb .breadcrumb-link {
        font-size: 13px;
        font-family: inherit;
        text-align: left;
        color: #333;
    }

        .breadcrumb .breadcrumb-link a {
            font-weight: 600;
        }

            .breadcrumb .breadcrumb-link a:after {
                /*content: " . ";*/
                font-weight: bold;
                font-size: 18px;
                font-family: FontAwesome;
                padding-right: 7px;
                padding-left: 7px;
                color: #333;
            }

        .breadcrumb .breadcrumb-link span {
            color: #777;
        }


/*------------------------------------------------------------------*/
/* Sidebar Widget */
/*------------------------------------------------------------------*/
.sidebar-container {
    position: relative;
    margin-bottom: 40px;
}

.widget-sidebar {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .widget-sidebar:last-child {
        border-bottom: 0px none;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

.widget-title {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

    .widget-title.highlight {
        background-color: #34b79d;
        color: #fff;
        padding: 25px 15px 25px 25px;
        /*background-image:url("../img/cate_box_hignl_pattern.png");*/
        background-position: top right;
        background-repeat: no-repeat;
    }

.widget-sidebar ul, .widget-sidebar ul li {
    list-style: none;
}

    .widget-sidebar ul li {
        margin-bottom: 10px;
    }

        .widget-sidebar ul li:last-child {
            margin-bottom: 0;
        }

        .widget-sidebar ul li, .widget-sidebar ul li a {
            font-size: 14px;
        }

.widget-content {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget-content li, .widget-content ul li {
        list-style: none;
        margin: 0;
    }

.widget-sidebar .widget-product-categories li {
    margin-bottom: 15px;
    color: #333;
    position: relative;
}

    .widget-sidebar .widget-product-categories li:last-child {
        margin-bottom: 0px;
    }

    .widget-sidebar .widget-product-categories li a {
        display: block;
    }

    .widget-sidebar .widget-product-categories li > ul {
        margin-top: 12px;
    }

        .widget-sidebar .widget-product-categories li > ul > li, .widget-sidebar .widget-product-categories li > ul > li > ul > li {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 400;
            color: #777;
            padding-left: 20px;
        }

            .widget-sidebar .widget-product-categories li > ul > li > a, .widget-sidebar .widget-product-categories li > ul > li > ul > li > a {
                color: inherit;
            }

                .widget-sidebar .widget-product-categories li > ul > li > a:hover, .widget-sidebar .widget-product-categories li > ul > li > ul > li > a:hover {
                    color: #34b79d;
                }
/* Price Rage Slider */
.widget-price-range form {
    padding-top: 10px;
}

.price-range-slider {
    width: 100%;
    height: 2px;
    position: relative;
    background: #e0e0e0;
    margin-bottom: 30px;
}

.ui-slider-range, .ui-slider-handle {
    background: #34b79d;
    position: absolute;
}

.ui-slider-range {
    height: 100%;
}

.ui-slider-handle {
    height: 15px;
    width: 15px;
    display: block;
    margin-top: -7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: w-resize;
}

.price-range-amount {
    display: inline-block;
    vertical-align: sub;
    color: #777;
}


    .price-range-amount #price-range-from-to {
        display: inline-block;
    }

        .price-range-amount #price-range-from-to span {
            font-weight: 600;
            color: #333;
        }

/*filter By Color*/
.widget-filter-color .filter-color-switcher {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

    .widget-filter-color .filter-color-switcher span {
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 50%;
        display: inline-block;
        height: 20px;
        vertical-align: middle;
        width: 20px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }

.widget-filter-color .color-count {
    color: #bbb;
    float: right;
}

/*filter By Size*/
.widget-filter-size ul li {
    list-style: none;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    display: inline-block;
}

    .widget-filter-size ul li a {
        display: inline-block;
        font-weight: 600;
    }

    .widget-filter-size ul li span {
        margin-left: 2px;
        color: #bbb;
        font-size: 12px;
    }

/*filter By Tag*/
.widget-filter-tag ul li {
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

    .widget-filter-tag ul li a {
        display: block;
        font-size: 13px;
        padding: 4px 15px;
        background: #eee;
        color: #333;
        border-radius: 30px;
        -border-radius: 30px;
        border-radius: 30px;
    }

        .widget-filter-tag ul li a:hover {
            color: #34b79d;
        }
/*Widget Product*/
.widget-product ul li {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .widget-product ul li:last-child {
        padding-bottom: 0;
        border-bottom: 0 none;
    }

    .widget-product ul li .product-img {
        display: table-cell;
        float: none !important;
        margin-right: 0;
        width: 25%;
    }

        .widget-product ul li .product-img img {
            width: 100%;
        }

    .widget-product ul li .product-content {
        border: 0 none;
        display: table-cell;
        float: none !important;
        padding: 0 0px 0 15px;
        text-align: left;
        vertical-align: top;
        width: 75%;
    }

        .widget-product ul li .product-content .product-link {
            color: #333;
            display: block;
            font-size: 13px;
            line-height: 1.4;
            margin-bottom: 10px;
        }

        .widget-product ul li .product-content .date-description {
            color: #777;
            display: block;
            font-size: 13px;
            line-height: 1.4;
        }

        .widget-product ul li .product-content .product-link:hover {
            color: #34b79d;
        }

        .widget-product ul li .product-content .product-amount {
            color: #333;
            font-size: 12px;
            font-weight: 600;
            font-family: "Montserrat",sans-serif;
            display: block;
        }

        .widget-product ul li .product-content .star-rating {
            float: none;
            display: inline-block;
            margin-top: 0;
        }

            .widget-product ul li .product-content .star-rating:before,
            .widget-product ul li .product-content .star-rating span:before {
                font-size: 12px;
            }



/*Widget Banner*/
.widget-banner {
    overflow: hidden;
    position: relative;
}

    /*shine effect*/
    .widget-banner:after {
        content: "";
        position: absolute;
        top: -150%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        background: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
    }

    .widget-banner:hover:after {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        -moz-transition-property: left, top, opacity;
        -o-transition-property: left, top, opacity;
        -webkit-transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -moz-transition-duration: 0.7s, 0.7s, 0.15s;
        -o-transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
    }
    /*End shine effect*/

    .widget-banner .banner-image-wrap {
        transition: all 700ms ease 0s;
        -moz-transition: all 700ms ease 0s;
        -o-transition: all 700ms ease 0s;
        -webkit-transition: all 700ms ease 0s;
        display: block;
    }


    .widget-banner:hover .banner-image-wrap {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    .widget-banner .banner-image-wrap img {
        width: 100%;
        height: auto;
    }

    .widget-banner .banner-content-wrap {
        background: rgba(0, 0, 0, 0.08);
        color: #fff;
        height: 100%;
        position: absolute;
        top: 0;
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
        width: 100%;
        z-index: 2;
    }

    .widget-banner:hover .banner-content-wrap {
        background: rgba(0, 0, 0, 0.3);
    }

    .widget-banner .banner-content-wrap .banner-content-wrap-inner {
        left: 0;
        width: 100%;
        padding: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
    }

.banner-content-bg-color {
    background: rgba(52,183,157,0.75) !important;
}

.widget-banner .banner-content-wrap .banner-sub-title {
    margin-bottom: 12px;
    font-size: 14px;
}

.widget-banner .banner-content-wrap .banner-title {
    font-size: 28px;
    margin-bottom: 18px;
}

.widget-banner .banner-content-wrap .banner-content-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.widget-banner .banner-content-wrap .banner-sub-title, .widget-banner .banner-content-wrap .banner-title, .widget-banner .banner-content-wrap .banner-content-text {
    color: #fff;
}
/*------------------------------------------------------------------*/
/* Accordian */
/*------------------------------------------------------------------*/
.jq-accordian .jq-accordionIcon {
    position: absolute;
    right: 0;
}

    .jq-accordian .jq-accordionIcon::before {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: normal;
        color: #aaa;
    }

.jq-accordian .is-active .jq-accordionIcon::before {
    content: "\f106";
    color: #34b79d;
}

/*------------------------------------------------------------------*/
/* Toggle */
/*------------------------------------------------------------------*/
.toggle-content {
    display: none;
}

/*------------------------------------------------------------------*/
/* Product Listing Page (Top-Banner, Title, Filter Product-Grid) */
/*------------------------------------------------------------------*/

/*Title*/
.list-page-title {
    margin-bottom: 30px;
}

    .list-page-title small, .list-page-title h1 small, .list-page-title h3 small, .list-page-title h4 small {
        text-transform: none;
        font-size: 14px;
        color: #999;
        font-weight: 400;
        margin-bottom: 0px;
    }

/* Product Filter */
.product-filter-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

    .product-filter-content .product-filter-content-inner {
        display: inline-block;
        width: 100%;
    }

        .product-filter-content label, .product-filter-content p, .product-filter-content form, .product-filter-content input, .product-filter-content .product-filter-content-inner > div {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            padding-left: 0;
        }

    .product-filter-content label {
        padding-right: 5px;
    }

    .product-filter-content > .product-filter-content-inner > form, .product-filter-content > .product-filter-content-inner > p, .product-filter-content > .product-filter-content-inner > div {
        margin-right: 30px;
    }

    .product-filter-content > *:last-child {
        margin-right: 0;
    }

.product-filter-dropdown-btn {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

    .product-filter-dropdown-btn a {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }



.product-view-switcher {
    float: right;
}

    .product-view-switcher .product-view-icon {
        display: inline-block;
    }

        .product-view-switcher .product-view-icon a {
            height: 40px;
            border: 1px solid #eee;
            width: 40px;
            display: block;
            text-align: center;
            line-height: 40px;
            color: #333;
        }

            .product-view-switcher .product-view-icon.product-view-icon-active a, .product-view-switcher .product-view-icon a:hover {
                color: #fff;
                background: #34b79d;
                border-color: transparent;
            }


/* Product filter dropdown */
.product-filter-dropdown {
    clear: both;
    width: 100%;
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 10px;
}

    .product-filter-dropdown .widget-title {
    }

    .product-filter-dropdown .widget-sidebar {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: 0px none;
    }

        .product-filter-dropdown .widget-sidebar .widget-content {
            overflow-y: auto;
            max-height: 220px;
            height: 100%;
        }

    .product-filter-dropdown .widget-content .color-count {
        display: none;
    }


/* Product List Item */
.product-list-item {
    margin-top: 30px;
}

    .product-list-item .product-item-element {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

.product-list-view {
}

    .product-list-view .product-item-element {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .product-list-view .product-item-element .product-item-inner {
            float: left;
            margin-bottom: 0;
            max-width: 220px;
        }

        .product-list-view .product-item-element .product-detail {
            text-align: left;
            padding-left: 30px;
        }

@media (max-width: 480px) {
    .col-xsm-12 {
        width: 100%;
    }

    .product-list-view .product-item-element .product-item-inner {
        float: none;
        margin-bottom: 15px;
        max-width: 100%;
        max-width: 100%;
    }

    .product-list-view .product-item-element .product-detail {
        text-align: left;
        padding-left: 0px;
        max-width: 100%;
        max-width: 100%;
    }
}


/*------------------------------------------------------------------*/
/* Pagination */
/*------------------------------------------------------------------*/
.pagination-wraper {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 30px 0;
}

    .pagination-wraper > p {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
    }

.pagination {
    float: right;
    display: block;
    vertical-align: middle;
}

    ul.pagination-numbers, .pagination .pagination-numbers, .pagination-numbers {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;
        text-align: right;
        width: 100%;
    }

        .pagination-numbers li {
            display: inline-block;
            float: left;
            list-style: outside none none;
            margin-bottom: 0;
            padding: 0 4px;
        }

            .pagination-numbers li a, .pagination-numbers li span {
                background-color: #f6f6f6;
                border: 1px solid transparent;
                box-sizing: border-box;
                display: block;
                float: left;
                font-size: 12px;
                font-weight: 600;
                height: 36px;
                line-height: 35px;
                padding: 0 12px;
                transition: all 0.2s linear 0s;
                color: #333;
            }

                .pagination-numbers li a:hover, .pagination-numbers li span:hover, .pagination-numbers li span.current, .pagination-numbers li a.current {
                    color: #fff;
                    background-color: #34b79d;
                }

                .pagination-numbers li a.dots, .pagination-numbers li span.dots {
                    background-color: transparent;
                    border: medium none;
                    padding: 0;
                }

                    .pagination-numbers li a.dots:hover, .pagination-numbers li span.dots:hover {
                        color: inherit;
                        background: inherit;
                    }

/*==========================================================================================================*/
/* FOOTER     ||---------------------------- */
/*==========================================================================================================*/
.footer {
    background-image: url('../img/footerback.png');
    background-repeat: none;
    background-size: cover;
}

.copyrights {
    text-align: left;
}

    .copyrights p {
        color: #fff;
        margin: 0;
    }

        .copyrights p.copyright {
            margin-bottom: 20px;
        }

    .copyrights a {
        color: #34b79d;
    }

        .copyrights a:hover {
            text-decoration: underline;
        }

.footer-newsletter {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    margin: 45px auto;
    padding: 25px 20px;
    text-align: center;
}

    .footer-newsletter h3, .footer-newsletter h4 {
        color: #ffffff;
        display: inline-block;
        line-height: 40px;
        margin-bottom: 0;
        margin-right: 15px;
        vertical-align: middle;
    }

.footer-newslettr-inner {
    display: inline-block;
}

    .footer-newslettr-inner input {
        border: 1px solid #ffffff;
        min-width: 320px;
    }


.footer-block {
    display: block;
    margin: 0;
}



    .footer-block p {
        color: #fff;
        margin: 30px 0;
    }

    .footer-block .footer-social-icon li {
        display: inline-block;
        width: auto;
        margin-right: 6px;
    }

.footer-social-icon li a {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    text-align: center;
}

    .footer-social-icon li a:hover {
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
        color: #333 !important;
    }


.footer-social-icon a:hover {
    color: #34b79d;
}

.footer-block h6 {
    color: #fff;
    margin-bottom: 30px;
}

.footer-block ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
    position: relative;
}

    .footer-block ul li a {
        color: #fff;
        margin: 0 auto;
    }

        .footer-block ul li a:hover {
            color: #34b79d;
        }

.footer-block.contact-block .contactinfo li {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .footer-block.contact-block .contactinfo li i {
        position: absolute;
        left: 0;
        line-height: inherit;
    }



/*==========================================================================================================*/
/* GLOBEL     ||---------------------------- */
/*==========================================================================================================*/
/*------------------------------------------------------------------*/
/* Promo */
/*------------------------------------------------------------------*/
.promo {
    position: relative;
}

.promo-item .icon {
    background-color: none !important;
    border-radius: 50%;
}

.promo-item i {
    padding: 10px;
}

.promo-item p {
    font-size: 12px;
}

.promo-box {
    /*border: 1px solid #eeeeee;*/
    /*display: table;
    clear: both;*/
    padding: 10px 0px;
    position: relative;
    width: 100%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
}

    .promo-box .promo-item {
        text-align: center;
        border-right: 1px solid #eee;
    }


        .promo-box .promo-item:last-child, .promo-box .promo-item:nth-child(3) {
            border-right: 0px none;
        }

    .promo-box .icon {
        display: inline-table;
        vertical-align: middle;
    }

        .promo-box .icon i {
            font-size: 34px;
            color: #fff;
        }

    .promo-box .info {
        padding-left: 15px;
        text-align: left;
        display: inline-table;
        vertical-align: middle;
    }

    .promo-box h6 {
        margin: 0 0 2px 0;
        padding: 0;
        text-transform: uppercase;
    }

    .promo-box p {
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 13px;
    }

/*------------------------------------------------------------------*/
/* Promo Banner */
/*------------------------------------------------------------------*/
.promo-banner-wrap {
    position: relative;
    overflow: hidden;
    cursor: default;
}
    /*shine effect*/
    .promo-banner-wrap:after {
        content: "";
        position: absolute;
        top: -300%;
        left: -210%;
        width: 200%;
        height: 300%;
        opacity: 0;
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        background: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
    }

    .promo-banner-wrap:hover:after {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        -moz-transition-property: left, top, opacity;
        -o-transition-property: left, top, opacity;
        -webkit-transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        -moz-transition-duration: 0.7s, 0.7s, 0.15s;
        -o-transition-duration: 0.7s, 0.7s, 0.15s;
        -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
    }
    /*End shine effect*/
    .promo-banner-wrap .promo-image-wrap {
        transition: all 700ms ease 0s;
        -moz-transition: all 700ms ease 0s;
        -o-transition: all 700ms ease 0s;
        -webkit-transition: all 700ms ease 0s;
        display: block;
    }

        .promo-banner-wrap .promo-image-wrap img {
            width: 100%;
        }

    .promo-banner-wrap:hover .promo-image-wrap {
        transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transition: all 700ms ease 0s;
        -moz-transition: all 700ms ease 0s;
        -o-transition: all 700ms ease 0s;
        -webkit-transition: all 700ms ease 0s;
    }

    .promo-banner-wrap .promo-content-wrap {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        background: rgba(0,0,0,0.08);
        color: #fff;
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
    }

    .promo-banner-wrap:hover .promo-content-wrap {
        background: rgba(0,0,0,0.30);
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
    }

    .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner {
        top: 50%;
        left: 0;
        position: absolute;
        padding: 45px 15px 45px 45px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        max-width: 310px;
    }

        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h1,
        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h2,
        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h3,
        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h4,
        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h5,
        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h6 {
            color: #fff;
            margin-bottom: 20px;
            transition: all 350ms ease-out 0s;
            -moz-transition: all 350ms ease-out 0s;
            -o-transition: all 350ms ease-out 0s;
            -webkit-transition: all 350ms ease-out 0s;
        }

        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h2 {
            font-size: 24px;
        }

        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .btn {
            opacity: 0;
            visibility: hidden;
        }

        .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner.top {
            top: 0;
            transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }

    .promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .btn {
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        transition: all 450ms ease-out 0s;
        -moz-transition: all 450ms ease-out 0s;
        -o-transition: all 450ms ease-out 0s;
        -webkit-transition: all 450ms ease-out 0s;
        /*margin-bottom: 0;*/
    }

    .promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .banner-caption-text {
        transition: all 350ms ease-out 0s;
        -moz-transition: all 350ms ease-out 0s;
        -o-transition: all 350ms ease-out 0s;
        -webkit-transition: all 350ms ease-out 0s;
    }

    .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.first {
        margin-bottom: 12px;
    }

    .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.second {
        margin-bottom: -36px;
    }

    .promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.second {
        margin-bottom: 20px;
    }


/*------------------------------------------------------------------*/
/* Slider Theme */
/*------------------------------------------------------------------*/
.nf-carousel-theme1 .owl-prev, .nf-carousel-theme1 .owl-next {
    background: rgba(0, 0, 0,0.4) none repeat scroll 0 0;
    border-radius: 50px;
    height: 40px;
    line-height: 38px;
    margin-top: -30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 20px;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.nf-carousel-theme1:hover .owl-prev, .nf-carousel-theme1:hover .owl-next {
    opacity: 1;
}

.nf-carousel-theme1 .owl-prev:hover, .nf-carousel-theme1 .owl-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0,0.7) none repeat scroll 0 0;
}

.nf-carousel-theme1 .owl-prev i, .nf-carousel-theme1 .owl-next i {
    color: #fff;
}

.nf-carousel-theme1 .owl-prev {
    left: -50px;
}

.nf-carousel-theme1:hover .owl-prev {
    left: -20px;
}

.nf-carousel-theme1 .owl-prev i {
    margin-right: 2px;
}

.nf-carousel-theme1 .owl-next {
    right: -50px;
}

.nf-carousel-theme1:hover .owl-next {
    right: -20px;
}

.nf-carousel-theme1 .owl-next i {
    margin-left: 2px;
}

.product-item-4 .owl-prev, .product-item-4 .owl-next,
.product-item-5 .owl-prev, .product-item-5 .owl-next {
    margin-top: -60px !important;
}

/* Blog Carousel */
.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

/* Brand Carousel */
.brand-logo-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    max-height: 90px;
    height: auto;
    vertical-align: middle;
}

.brand-logo-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .brand-logo-carousel .owl-item {
        text-align: center;
        vertical-align: middle;
    }

    .brand-logo-carousel .brand-item {
        text-align: center;
        vertical-align: middle;
    }


@media only screen and (max-width: 1000px) {
    .nf-carousel-theme1 {
        overflow: hidden;
    }

        .nf-carousel-theme1:hover .owl-next {
            right: 5px;
        }

        .nf-carousel-theme1:hover .owl-prev {
            left: 5px;
        }
}

/*------------------------------------------------------------------*/
/* Product Item */
/*------------------------------------------------------------------*/

.product-item .product-item-inner {
    position: relative;
    /*margin-bottom: 20px;*/
    margin-top: 20px;
    overflow: hidden;
}

    .product-item .product-item-inner img {
        width: 100%;
    }

.product-item .product-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    opacity: 0;
    bottom: -50px;
    left: 50%;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center;
}

    .product-item .product-button a {
        border-right: 1px solid #eeeeee;
        font-size: 18px;
        padding: 15px 20px;
        display: table-cell;
        /*vertical-align: middle;*/
    }

.product-button a:last-child {
    border: none;
}

.product-item:hover .product-button {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.product-item .product-detail .tag {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
}

    .product-item .product-detail .tag:hover {
        color: #34b79d;
    }

.product-item .product-detail h5 {
    margin-bottom: 0;
}

.product-item .product-detail {
    overflow: hidden;
    text-align: center;
}

    .product-item .product-detail del {
        font-weight: 400 !important;
        margin-right: 7px;
        color: #999;
        font-style: italic;
    }

.product-list-item .product-item .product-description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-list-item .product-item .product-description,
.product-item .product-description,
.product-list-item .product-item .tag,
.product-item .tag,
.product-list-item .product-rating,
.product-item .product-rating {
    display: none;
}

.product-list-item .product-rating {
    margin-top: 20px;
}

.product-list-item.product-list-view .product-item .product-description,
.product-list-item.product-list-view .product-item .tag,
.product-list-item.product-list-view .product-item .product-rating {
    display: block;
}

.product-list-item.product-list-view .product-item .product-title,
.product-list-view .product-item .product-title {
    font-size: 18px;
}

.product-item .product-detail .item-price, .product-item .product-detail .star-rating {
    display: inline-block;
}


.product-rating-count {
    display: inline-block;
}

.product-rating .star-rating {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.product-rating-count {
    margin-left: 7px;
    color: #535353;
    text-decoration: underline;
    font-size: 12px;
}

    .product-rating-count:hover {
        color: #d0936a;
        text-decoration: underline;
    }


.product-item .new-label, .product-item .sale-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 35px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 35px;
    z-index: 2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.product-item .new-label {
    background: #34b79d;
    color: #fff;
}

.product-item .sale-label {
    background: #f55151;
    color: #fff;
}


/*------------------------------------------------------------------*/
/* Categories Box */
/*------------------------------------------------------------------*/
.categories-box {
    display: block;
    position: relative;
}

    .categories-box .categories-image-wrap {
        overflow: hidden;
        text-align: center;
    }

        .categories-box .categories-image-wrap img {
            transition: all 350ms ease-out 0s;
            -moz-transition: all 350ms ease-out 0s;
            -o-transition: all 350ms ease-out 0s;
            -webkit-transition: all 350ms ease-out 0s;
        }

    .categories-box:hover .categories-image-wrap img {
        transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    .categories-box .categories-content {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: -18px;
    }

        .categories-box .categories-content .categories-caption {
            padding: 10px 30px;
            background: #fff;
            /*border: 1px solid #eee;*/
            display: inline-block;
        }

            .categories-box .categories-content .categories-caption h3,
            .categories-box .categories-content .categories-caption h4,
            .categories-box .categories-content .categories-caption h5,
            .categories-box .categories-content .categories-caption h6,
            .categories-box .categories-content .categories-caption p {
                margin-bottom: 0;
                margin-top: 0;
                color: #333;
                transition: all 350ms ease-out 0s;
                -moz-transition: all 350ms ease-out 0s;
                -o-transition: all 350ms ease-out 0s;
                -webkit-transition: all 350ms ease-out 0s;
            }

    .categories-box:hover .categories-content .categories-caption h3,
    .categories-box:hover .categories-content .categories-caption h4,
    .categories-box:hover .categories-content .categories-caption h5,
    .categories-box:hover .categories-content .categories-caption h6 {
        color: #34b79d;
    }

/*------------------------------------------------------------------*/
/* Blog Box */
/*------------------------------------------------------------------*/
.blog-box {
    position: relative;
}

    .blog-box .blog-img-wrap {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .blog-box .blog-img-wrap img {
            width: 100%;
            height: auto;
            transition: all 350ms ease-out 0s;
            -moz-transition: all 350ms ease-out 0s;
            -o-transition: all 350ms ease-out 0s;
            -webkit-transition: all 350ms ease-out 0s;
        }

    .blog-box:hover .blog-img-wrap img {
        transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    .blog-box .blog-box-content {
        text-align: center;
        padding: 0px 30px;
    }

        .blog-box .blog-box-content .blog-box-content-inner {
            background: #fff;
            border: 1px solid #eee;
            padding: 30px 40px;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .blog-box .blog-box-content .blog-title {
            font-weight: 400;
            margin-bottom: 8px;
        }

        .blog-box .blog-box-content .info {
            margin-bottom: 0px;
            margin-top: 0px;
        }

            .blog-box .blog-box-content .info span:after {
                content: "/";
                padding-right: 5px;
                padding-left: 5px;
            }

            .blog-box .blog-box-content .info span:last-child:after {
                content: "";
                padding: 0;
                display: none;
            }

.blog-title {
    font-family: "Montserrat",sans-serif;
    text-transform: none;
}

.blog-description-content {
    margin-bottom: 25px;
}



/*------------------------------------------------------------------*/
/* Newsletter */
/*------------------------------------------------------------------*/
.newsletter {
    text-align: center;
}

#form-newsletter {
    max-width: 800px;
    margin: 0 auto 15px;
}

.newsletter-from .form-input {
    display: inline-block;
    position: relative;
}

.newsletter-from input {
    /*background: rgba(0, 0, 0, 0.10);*/
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff !important;
    border-radius: 50px;
    min-width: 450px;
    padding: 12px 20px;
    width: 100%;
    outline: none;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
}

    .newsletter-from input:focus, .newsletter-from input:hover {
        border-color: rgba(255,255,255,0.30) !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }



/*------------------------------------------------------------------*/
/* About Blocks */
/*------------------------------------------------------------------*/
.home-about-blocks .customer-say, .home-about-blocks .about-shop {
    text-align: center;
}

.home-about-blocks .customer-say {
}

    .home-about-blocks .customer-say .quotes {
        font-style: italic;
        margin-bottom: 20px;
    }

    .home-about-blocks .customer-say .quotes-people {
        font-size: 12px;
    }

    .home-about-blocks .customer-say .quotes:before {
        content: "\201C";
        margin-right: 5px;
    }

    .home-about-blocks .customer-say .quotes:after {
        content: "\201D";
        margin-left: 5px;
    }

    .home-about-blocks .customer-say .quotes:after,
    .home-about-blocks .customer-say .quotes:before {
        font-family: sans-serif;
        font-size: 22px;
    }

.home-about-blocks .about-shop {
    border-top: 1px solid #eee;
}

.home-about-blocks .about-blocks-wrap {
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative;
}

    .home-about-blocks .about-blocks-wrap::after {
        display: none;
    }

.home-about-blocks .about-box-inner {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 991px) {
    .home-about-blocks .about-shop {
        border-top: 0px none;
        border-left: 0px none;
    }

    .home-about-blocks .customer-say {
        border-left: 0px none;
        /*border-right: 1px solid #eee;*/
    }

    .home-about-blocks .about-blocks-wrap::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -0.5px;
        position: absolute;
        content: "";
        background: #eee;
        display: block;
    }
}


/*------------------------------------------------------------------*/
/* Instagram Blocks */
/*------------------------------------------------------------------*/
.instagram h2, .instagram .page-title {
    margin-bottom: 10px;
}

.instagram p {
    margin-bottom: 40px;
    text-align: center;
}

.instagram ul li {
    margin-right: 1.5%;
    width: 18.5%;
}

    .instagram ul li:last-child {
        margin: 0;
    }

.instagram ul, .instagram ul li {
    list-style: none;
    text-align: center;
}

    .instagram ul li {
        display: inline-block;
    }



/*==========================================================================================================*/
/* Product Detail Page     ||---------------------------- */
/*==========================================================================================================*/
#product-detail {
    position: relative;
}

    #product-detail .product-sidebar {
        max-width: 500px;
    }

/*------------------------------------------------------------------*/
/* Product Image */
/*------------------------------------------------------------------*/
.product-page-image, .product-image-gallery, .product-image-slider-thumbnails {
    position: relative;
}

.product-gallery-item {
    cursor: crosshair;
}

.product-image-gallery .product-gallery-item img {
    width: 100%;
}

.product-image-slider-thumbnails {
    /*margin-top: 15px;*/
}

    .product-image-slider-thumbnails .item {
        padding-right: 7px;
        padding-left: 7px;
        opacity: 0.6;
        transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
    }

        .product-image-slider-thumbnails .item img {
            cursor: pointer;
        }

        .product-image-slider-thumbnails .item:hover, .product-image-slider-thumbnails .item.slick-current {
            opacity: 1;
        }

.zoom-images-button {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 19px;
    color: #777;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    /*bottom: 15px;*/
    left: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
}
/*Product Image Slider Buttons */
.product-image-slider .slick-prev, .product-image-slider .slick-next {
    z-index: 2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*border:1px solid #ddd;*/
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
}

.product-image-slider:hover .slick-prev, .product-image-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.product-image-slider .slick-prev {
    left: 15px;
}

.product-image-slider .slick-next {
    right: 15px;
}

    .product-image-slider .slick-next::before {
        margin-left: 2px;
    }

.product-image-slider .slick-prev::before {
    margin-right: 2px;
}

/*Product Thumb Slider Buttons */

.product-image-slider-thumbnails {
    /*padding-left:30px;
    padding-right:30px;*/
}

    .product-image-slider-thumbnails .slick-prev, .product-image-slider-thumbnails .slick-next {
        width: 25px;
        height: 100%;
        border: 1px solid #eee;
        border-radius: 0px;
    }

    .product-image-slider-thumbnails .slick-prev {
        left: 0px;
    }

    .product-image-slider-thumbnails .slick-next {
        right: 0px;
    }

/*------------------------------------------------------------------*/
/* Product Content */
/*------------------------------------------------------------------*/
.product-page-content {
}

    .product-page-content .product-title {

    font-size:24px;
    text-align:left;
    font-weight:bold;
    margin-bottom:20px;
    line-height:30px;

    }

.product-title {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0px;
}

.product-price {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #000000;
}

    .product-price .stock-count {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        padding-left: 15px;
        /* identical to box height */
        display: flex;
        align-items: center;
        color: #CA7A68;
    }

    .product-price del {
        color: #999;
        font-weight: 400;
        font-size: 16px;
        margin-right: 10px;
        font-style: italic;
    }

.product-description {
    margin-bottom: 30px;
}

.product-filters form {
    margin-bottom: 30px;
    height: auto !important;
}

.product-filters {
}

    .product-filters .color-selector .entry {
        /*border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;*/
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        margin-right: 8px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .product-filters .color-selector .entry:before {
            border: 1px solid #fff;
            bottom: 2px;
            content: "";
            left: 2px;
            opacity: 0;
            position: absolute;
            right: 2px;
            top: 2px;
        }

        .product-filters .color-selector .entry:after {
            border: 2px solid #333;
            opacity: 0;
            bottom: -4px;
            content: "";
            left: -4px;
            opacity: 0;
            position: absolute;
            right: -4px;
            top: -4px;
            /*border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;*/
        }

        .product-filters .color-selector .entry.active:after {
            border: 0px solid #333;
            opacity: 0;
        }

    .product-filters .size-selector .entry {
        display: inline-block;
        position: relative;
        height: 27px;
        line-height: 25px;
        border: 1px solid #ddd;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 8px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .product-filters .size-selector .entry.active {
            border-color: #333;
        }

.single-variation-wrap {
    border-top: 0px solid #eee;
    padding-top: 30px;
    padding-bottom: 25px;
}

.product-quantity {
    position: relative;
    width: 120px;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-top: 3px;
}

    .product-quantity .quantity, .product-quantity .quantity:hover, .product-quantity .quantity:focus {
        margin: 0;
        -webkit-appearance: none !important;
        -moz-appearance: textfield !important;
        width: 100%;
        min-width: 60px;
        border: none !important;
        border-color: #ddd;
        text-align: center;
        padding-left: -1px;
        padding-right: 10px;
        height: 37px;
    }

    .product-quantity input[type="number"]::-webkit-outer-spin-button,
    product-quantity input[type="number"]::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
    }

    .product-quantity .quantity::-ms-expand {
        display: none;
    }

.quantityPlus1, .quantityMinus1 {
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #E7E7E7;
    border-radius: 3px;
    width: 38px;
    height: 37px;
    line-height: 36px;
}


.quantityPlus, .quantityMinus {
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 30px;
    top: 0;
    line-height: 32px;
}

.quantityPlus {
    border-left: 1px solid #ddd;
}

.quantityMinus {
    left: 0;
    border-right: 1px solid #ddd;
}

.quantityPlus1 {
    border-left: 1px solid #ddd;
}

.quantityMinus1 {
    left: 0;
    border-right: 1px solid #ddd;
}

.quantityPlus:before, .quantityMinus:before {
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}

.quantityPlus1:before, .quantityMinus1:before {
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}

.quantityPlus:before {
    content: "+";
}

.quantityMinus:before {
    content: "–";
}

.quantityPlus1:before {
    content: "+";
}

.quantityMinus1:before {
    content: "–";
}

single-add_to_cart {
}

.single-add-to-wrap {
    position: relative;
    display: block;
    padding: 0;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

    .single-add-to-wrap .single-add-to-wishlist, .single-add-to-wrap .single-add-to-compare {
        width: 49.5%;
        display: inline-block;
        font-size: 12px;
        font-family: "Montserrat",sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.product-meta {
    margin-bottom: 15px;
}

    .product-meta > span, .product-share > span {
        color: #333;
        display: block;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .product-meta > span span, .product-share ul {
            color: #4e4e4e;
            display: inline-block;
            font-weight: 400;
            margin: 0 2px;
        }

.product-share {
    margin-bottom: 30px;
}

    .product-share ul li, .product-share > span {
        display: inline-block;
    }

    .product-share ul li {
        margin: 0 5px;
    }

        .product-share ul li a {
            display: block;
            color: #777;
        }

            .product-share ul li a:hover {
                color: #34b79d;
            }


/*------------------------------------------------------------------*/
/* Product Tabs */
/*------------------------------------------------------------------*/
.product-tabs-wrapper {
    margin-top: 30px;
}

/* Tabs */
.product-content-tabs {
    font-family: "Montserrat",sans-serif;
    margin-bottom: -1px;
}

.product-content-tabs {
    text-align: center;
}

    .product-content-tabs li {
        display: inline-block;
        list-style: none;
    }

        .product-content-tabs li a {
            color: #777;
            display: block;
            text-transform: uppercase;
            font-size: 16px;
            padding-bottom: 8px;
            padding-left: 20px;
            padding-right: 20px;
            border-bottom: 1px solid;
            border-color: transparent;
        }

            .product-content-tabs li a.active {
                color: #333;
                border-bottom: 1px solid #333;
            }

/* End Tabs */

/*product content wraper*/
.product-content-Tabs_wraper {
    border: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .product-content-Tabs_wraper .product-collapse-title {
        display: none;
        margin-bottom: 2px;
        background: #f6f6f6;
        border: 1px solid #ddd;
        padding: 10px 15px;
        font-weight: 400;
    }


.ui-state-active h4,
.ui-state-active h4:visited {
    color: #26004d;
}

.ui-menu-item {
    /*height: 80px;*/
    border: 1px solid #ececf9;
}

.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}

.list_item_container {
    width: 400px;
    /*float: left;*/
}

    .list_item_container .row {
        /*border-bottom:solid 1px #ccc;*/
    }

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.image {
    width: 15%;
    float: left;
    padding: 10px;
}

    .image img {
        width: 80px;
        height: 60px;
    }

.label {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    color: #000;
}

input:focus {
    background-color: #f5f5f5;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#myModal h3 {
    font-size: 18px;
    font-weight: normal;
    color: #777;
    text-align: left;
}

#myModal a {
    color: #15154d;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

#myModal h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 776px) {
    .product-content-Tabs_wraper .collapse {
        display: block;
    }
}

@media (max-width: 775px) {
    .product-content-tabs {
        display: none;
    }

    .product-content-Tabs_wraper .product-collapse-title {
        display: block;
    }

    .product-content-Tabs_wraper .product-collapse {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-content-Tabs_wraper .tab-pane {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

/*Producr Description Table*/
.shop_description p {
    margin-bottom: 30px;
}

.shop_description ul {
    padding-left: 30px;
}

.shop_description ul {
    color: #777;
}


/*Producr Information Table*/
.shop_attributes {
    width: 100%;
}

    .shop_attributes th {
        color: #333;
        font-size: 16px;
        vertical-align: middle;
        font-weight: 600;
    }

table.shop_attributes th, table.shop_attributes td {
    border-bottom: 1px solid #eee;
    border-left: 0 none;
    border-right: 0 none;
    padding: 1.07em 0.71em;
    vertical-align: top;
}

table.shop_attributes tr:last-child th, table.shop_attributes tr:last-child td {
    border-bottom: 0px none;
}

table.shop_attributes th:last-child, table.shop_attributes td:last-child {
    padding-right: 0;
}

/* Product Review --------------------*/
.review-title {
    margin-bottom: 30px;
}

/*Comment Form*/
.single-product-content .comment-form .stars span a::after,
.comment-form .stars span a::after {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
}

.single-product-content .comment-form .stars span a,
.comment-form .stars span a {
    color: #ddd;
}

    .single-product-content .comment-form .stars span a:hover, .single-product-content .comment-form .stars span a.active,
    .comment-form .stars span a:hover, .comment-form .stars span a.active {
        color: #34b79d;
    }

.single-product-content .comment-form .stars span a,
.comment-form .stars span a {
    display: inline-block;
    font-size: 0;
    letter-spacing: 2px;
    margin-right: 20px;
}

    .single-product-content .comment-form .stars span a.star-1::after,
    .comment-form .stars span a.star-1::after {
        content: "\f005";
    }

    .single-product-content .comment-form .stars span a.star-2::after,
    .comment-form .stars span a.star-2::after {
        content: "\f005\f005";
    }

    .single-product-content .comment-form .stars span a.star-3::after,
    .comment-form .stars span a.star-3::after {
        content: "\f005\f005\f005";
    }

    .single-product-content .comment-form .stars span a.star-4::after,
    .comment-form .stars span a.star-4::after {
        content: "\f005\f005\f005\f005";
    }

    .single-product-content .comment-form .stars span a.star-5::after,
    .comment-form .stars span a.star-5::after {
        content: "\f005\f005\f005\f005\f005";
    }

/*Comment Review*/
.single-product-content .comments,
.comments {
}

    .single-product-content .comments .review-blank,
    .comments .review-blank {
        font-weight: 300;
        font-style: italic;
    }

    .single-product-content .comments ul.commentlist,
    .comments ul.commentlist {
        list-style: none;
        padding: 0;
    }

        .single-product-content .comments ul.commentlist li,
        .comments ul.commentlist li {
            margin-bottom: 45px;
        }

            .single-product-content .comments ul.commentlist li:last-child,
            .comments ul.commentlist li:last-child {
                margin-bottom: 0px;
            }

.commentlist .avatar {
    float: left;
    margin-right: 15px;
    max-width: 60px;
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.commentlist .comment-text {
    padding-left: 90px;
}

    .commentlist .comment-text .meta {
        display: inline;
    }

        .commentlist .comment-text .meta strong {
            font-family: "Montserrat",sans-serif;
            font-weight: 400;
            color: #333;
        }

        .commentlist .comment-text .meta time, .commentlist .comment-text .meta em {
            font-size: 12px;
            font-style: italic;
        }


.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    letter-spacing: 3px;
}

.commentlist .comment-text .star-rating {
    float: right;
}

.star-rating {
    position: relative;
    margin-top: 4px;
    color: #f2b01e; /* gold */
    font-size: 16px;
    line-height: 1;
}
    .star-rating .star.half::after {
        content: '★';
        color: #ccc;
        position: absolute;
        width: 50%;
        overflow: hidden;
    }

    .star-rating span::before {
        content: "\f005\f005\f005\f005\f005";
        display: block;
        font-family: "FontAwesome";
        font-size: 14px;
        letter-spacing: 3px;
    }

    .star-rating span {
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 16px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

.commentlist .comment-text .description {
    margin-top: 5px;
}

    .commentlist .comment-text .description p {
        margin-top: 0;
    }

        .commentlist .comment-text .description p:last-child {
            margin-bottom: 0;
        }
/*------------------------------------------------------------------*/
/* Product Carousel */
/*------------------------------------------------------------------*/
.product-carousel {
    margin-top: 60px;
}


/*------------------------------------------------------------------*/
/* Sidebar Widget */
/*------------------------------------------------------------------*/
.sidebar-widget-outline {
    padding: 20px;
    display: block;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.product-brand {
    text-align: center;
}

    .product-brand a.image-link img {
        max-width: 130px;
        width: 100%;
    }

    .product-brand a {
        width: 100%;
        display: block;
    }

        .product-brand a.text-link {
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #eee;
            margin-bottom: 0;
            font-family: "Montserrat",sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
        }

.product-list ul li:last-child {
    margin-bottom: 0;
}

.product-banner-icon-text {
}



/*==========================================================================================================*/
/* Pages     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Blog Page */
/*------------------------------------------------------------------*/

.blog-entry .blog-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-entry .blog-box .blog-box-content {
    text-align: left;
}

    .blog-entry .blog-box .blog-box-content .blog-box-content-inner {
        transform: translateY(-45px);
        -moz-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        -o-transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
    }
/* Blog Single */
.blog-single .blog-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-single .blog-box .blog-box-content {
    text-align: left;
    padding: 0;
}

    .blog-single .blog-box .blog-box-content .blog-box-content-inner {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        border: 0 none;
        padding-left: 0;
        padding-right: 0;
    }


/*------------------------------------------------------------------*/
/* Cart Page */
/*------------------------------------------------------------------*/
.post-8 table {
    width: 100%;
}

    .post-8 table tr th {
        border-bottom: 2px solid #eee;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600;
        text-align: center;
        padding: 15px 10px;
        color: inherit;
        margin: 0;
        text-transform: uppercase;
    }

.cart-product-table-wrap .product-remove img {
    padding: 10px;
}

.post-8 table tr th.product-remove {
    width: 40px;
}

.post-8 table tr th.product-thumbnail {
    width: 10px;
}

.post-8 table tr th.product-name {
    text-align: left;
}

.post-8 table tr th.product-quantity {
    float: none;
    display: table-cell;
}

.post-8 table tr {
    padding: 15px 12px;
    text-align: center;
    vertical-align: middle;
}

/*.cart-product-table-wrap tbody tr {
    border: 1px solid #EBEBEB;
}*/

.post-8 td.product-thumbnail img {
    max-width: 82px;
    padding: 10px;
}

.post-8 table tr td.product-name {
    text-align: left;
    vertical-align: top;
    padding-top: 27px;
}

    .post-8 table tr td.product-name p {
        text-align: left;
        font-size: 13px;
        font-weight: bold;
        margin: 0px;
    }

.post-8 td.product-price {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    padding-top: 24px;
    color: #535353;
}

.post-8 td.product-quantity, .post-8 td .product-quantity {
    margin: 0;
    float: none;
    display: table-cell;
}

.post-8 td.product-quantity, .post-8 td.product-subtotal {
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    padding-top: 28px;
}

.post-8 .cart-product-table-wrap {
    margin-bottom: 30px;
}

.post-8 .cart-actions {
    margin-bottom: 80px;
    display: flexbox;
    flex-direction: row;
}

.post-8 .cart-collateral {
    width: 100%;
    clear: both;
}

    .post-8 .cart-collateral .cart_totals {
        background: #f8f8f8;
        width: 100%;
        max-width: 480px;
        min-width: 320px;
        float: right;
    }

        .post-8 .cart-collateral .cart_totals h3 {
            text-align: center;
        }

        .post-8 .cart-collateral .cart_totals div.responsive-table {
            background: #fff;
        }

        .post-8 .cart-collateral .cart_totals table tr td {
            text-align: left;
            padding: 0px;
        }

        .post-8 .cart-collateral .cart_totals table tr th {
            text-align: left;
            text-transform: none;
            border-width: 1px;
        }

        .post-8 .cart-collateral .cart_totals table tr td ul {
            list-style: none;
        }

        .post-8 .cart-collateral .cart_totals table tr.order-total {
            text-align: left;
            border-width: 1px;
        }

            .post-8 .cart-collateral .cart_totals table tr.order-total th,
            .post-8 .cart-collateral .cart_totals table tr.order-total td {
                text-transform: uppercase;
                font-size: 18px;
                font-weight: 600;
                border-bottom: 0px none;
            }

ul#shipping_method {
    list-style: none;
}

#shipping_method label {
    display: inline-block;
    margin-bottom: 0;
}

.cart-collateral .cart_totals table .shipping a {
    border-bottom: 1px solid;
}

.responsive-table {
    overflow-x: auto;
}
/*------------------------------------------------------------------*/
/* Checkout Page */
/*------------------------------------------------------------------*/
.product-checkout .checkout-order-review {
    background-color: #f8f8f8;
    margin-top: 8px;
}

    .product-checkout .checkout-order-review h3 {
        text-align: center;
    }

    .product-checkout .checkout-order-review .product-checkout-review-order {
        display: flex;
        flex-direction: column;
        background-color: #f2f2f2;
    }

.product-checkout-review-order .responsive-table {
    padding: 20px 25px 0;
    margin-bottom: 30px;
}

.product-checkout-review-order table tr th,
.product-checkout-review-order table tr td {
    border: medium none;
}

.product-checkout-review-order .product-total,
.product-checkout-review-order .cart-subtotal td,
.product-checkout-review-order .shipping td,
.product-checkout-review-order .order-total td {
    text-align: right;
}

.product-checkout-review-order .cart-subtotal th,
.product-checkout-review-order .shipping th {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /* identical to box height */
    text-transform: capitalize;
    color: #535353;
}

.product-checkout-review-order .order-total th {
    text-align: left;
}

.product-checkout-review-order .order-total th,
.product-checkout-review-order .order-total td {
    font-size: 22px;
    font-weight: 600;
}

.product-checkout-review-order .order-total td {
    color: #34b79d;
}

.product-checkout-payment {
}

    .product-checkout-payment ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product-checkout-payment ul li {
            margin-bottom: 20px;
        }

            .product-checkout-payment ul li input[type="radio"],
            .product-checkout-payment ul li label {
                display: inline-block;
                margin: 0;
            }

            .product-checkout-payment ul li img.paypal-img {
                width: 150px;
                margin-left: 10px;
                margin-right: 10px;
            }

/*------------------------------------------------------------------*/
/* Portfolio Page */
/*------------------------------------------------------------------*/
.portfolio-box {
    margin-bottom: 30px;
}

    .portfolio-box .portfolio-thumb {
        margin-bottom: 15px;
        display: block;
    }

    .portfolio-box .portfolio-content {
        display: block;
        text-align: center;
    }

        .portfolio-box .portfolio-content h5,
        .portfolio-box .portfolio-content h6,
        .portfolio-box .portfolio-content p {
            margin: 0;
        }
/*Portfolio Single*/
.portfolio-single-post .media-wrap {
    margin-bottom: 30px;
}

.portfolio-single-post .porfolio-title,
.portfolio-single-post .porfolio-content {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------*/
/* All Pages */
/*------------------------------------------------------------------*/
.map.style1 {
    height: 450px;
    margin-top: 0;
    border: 1px solid #eee;
}

.Contact-information {
    list-style: none;
    padding: 0;
    color: #777;
}

    .Contact-information li {
        margin-left: 0;
        padding: 0;
    }

        .Contact-information li i {
            margin-right: 10px;
        }


#custom-search-input {
    margin: 0;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        background-color: #f1f1f1;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 270px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
    }

#custom-search-input_mobile {
    margin: 0;
    padding: 0;
}

#custom-search-input_mobile {
    margin-bottom: 10px;
}

    #custom-search-input_mobile .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        background-color: #f1f1f1;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        padding: 10px;
    }

    #custom-search-input_mobile button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
    }

.search-query:focus + button {
    z-index: 3;
}

.topbar-2 {
    background-color: #fff;
    border-top: solid 1px #fff;
    /*border-top: solid #ccc 1px;*/
}

.gray-box {
    background-color: #ebebeb;
}


.section-heading {
    text-align: center;
    font-weight: bold;
    color: #FFA726;
    font-size: 14px;
}

.section-heading-p {
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

.star-highlight {
    color: #deb086;
    font-size: 18px;
}

.star-nocolor {
    color: #f2f2f2;
    font-size: 18px;
}

.btn-cart {
    border-radius: 0%;
    margin-top: 10px !important;
    background-color: #f4e6dc !important;
    color: #fff !important;
    font-weight: bold;
}

.card .carousel-item {
    /*height: 200px;*/
}

.transparentback {
    background-color: transparent !important;
    border: none !important;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

    .card .carousel-caption h3 {
        color: #fff;
    }

    .card .carousel-caption p {
        line-height: 30px;
    }

    .card .carousel-caption .col-sm-3 {
        display: flex;
        align-items: center;
    }

    .card .carousel-caption .col-sm-9 {
        text-align: left;
    }

.navi a {
    text-decoration: none;
}

a > .ico {
    background-color: grey;
    padding: 10px;
}

a:hover > .ico {
    background-color: #666;
}


.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
}

    .stars-outer::before {
        content: "\f006 \f006 \f006 \f006 \f006";
    }

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

    .stars-inner::before {
        content: "\f005 \f005 \f005 \f005 \f005";
        color: #f8ce0b;
    }

.attribution {
    font-size: 12px;
    color: #444;
    text-decoration: none;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

    .attribution:hover {
        color: #1fa67a;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-size: 12px
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1001 !important;
}

.validation-summary-valid {
    display: none;
}

.search-query .input-group-btn {
    float: left;
}

.border-left {
    border-left: solid 1px #ccc;
}

.border-right {
    border-right: solid 1px #ccc;
}

.cart-count sup {
    background-color: #e13737;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 50%;
    left: -10px;
    font-size: 14px;
    color: #fff;
}

.js_whishlist-btn .fa {
    font-size: 28px;
}

.cart-icon .fa {
    font-size: 28px;
}

.nav-dropdown-grid h6 {
    font-size: 13px;
}

.deal_back {
    background-image: url('../img/deal.png');
    background-repeat: no-repeat;
    background-size: 70px 32px;
    background-position: -7px 0px;
}

    .deal_back a {
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
    }

.info h6 {
    font-size: 16px;
    font-weight: 600;
}

.topnav {
    background-color: #f2f2f2;
    overflow: hidden;
}

.fa-bars {
    color: #777;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    /* Change the color of links on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

.header-topbar-inner .navigation-menu {
    padding-top: 0px;
}

    .header-topbar-inner .navigation-menu ul > li > a {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
        color: #000 !important;
    }

.header-topbar-inner .menu-dropdown-icon ul li {
    display: block;
}

    .header-topbar-inner .menu-dropdown-icon ul li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-topbar-inner .menu-dropdown-icon ul li h6 {
        padding-top: 10px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

.header-topbar-inner .menu-dropdown-icon .nav-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navi_deal p {
    text-align: center;
    color: #777;
    font-size: 12px;
}
/* Add an active class to highlight the current page */

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.tab {
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    margin-top: 30px;
}

.tab button {
    background-color: inherit;
    border-radius: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    /*transition: 0.3s;*/
}

    .tab button:hover {
        border-bottom: solid 1px #DEB086;
        border-radius: 0px;
        color: #DEB086;
    }

.tab .active {
    /*background-color: #ccc;*/
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.full-width-btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.cream-btn {
    background-color: #c1865d;
}

.white-btn {
    background-color: #fff;
    color: #000 !important;
    ;
    border: solid 1px #c1865d;
}

.line-over-heading {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    background-color: #fff;
    top: -40px;
}

.line-over-heading-log {
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    background-color: #fff;
    top: -40px;
}

.dashboard-box {
    padding: 20px;
    border: solid 1px #f2f2f2;
    margin-bottom: 20px;
}

    .dashboard-box .logout a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        color: #AD7854;
    }

.address_book {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.new_address_book {
    background: #FFFFFF;
    border: 1px dashed #AD7854;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .new_address_book:hover {
        background: #FFFFFF;
        border: 2px dashed #AD7854;
        box-sizing: border-box;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
        border-radius: 3px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }


.order-header {
    background: #F5F5F5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

    .order-header .order-no {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        /* identical to box height */
        color: #AD7854;
    }

    .order-header .order-time {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        /* identical to box height */
        color: #333333;
    }

    .order-header .order-amount {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: right;
        color: #9F5346;
    }

.order-item-info .order-product-name {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    /* identical to box height */
    text-transform: capitalize;
    color: #535353;
}

.order-item-info .order-product-cat {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #ABABAB;
}

.order-item-info .order-product-qty {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #535353;
}

.order-item-info .order-product-status {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    /* identical to box height */
    text-transform: capitalize;
    color: #535353;
}

.order-item-info .order-product-addcart {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-transform: capitalize;
    color: #535353;
}

.deal-heading {
    background: #e2be79;
    /*border-radius: 5px;*/
    padding: 10px;
    margin-bottom: 20px;
}

    .deal-heading h1 {
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 59px;
        /* identical to box height */
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

.productlist-item .product-title a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #535353;
}

.productlist-item .item-price {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-transform: capitalize;
    text-align: left;
    color: #9F5346;
}

.brand-text .heading1 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #D0936A;
}

.brand-text .heading2 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-top: 0px;
}

.brand-cat-slider {
    margin-top: 20px;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

.cart-product-table-wrap .product-price-amount {
}

@font-face {
    font-family: "Lobster";
    src: url("Lobster-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Satisfy";
    src: url("Satisfy-Regular.ttf") format("truetype");
}

/* Slider 1 Animation */
.home1 .slider-content h1 {
    -webkit-animation: flipInY 1000ms ease-in-out;
    -moz-animation: flipInY 1000ms ease-in-out;
    -ms-animation: flipInY 1000ms ease-in-out;
    animation: flipInY 1000ms ease-in-out;
}

.home1 .slider-content h3 {
    -webkit-animation: flipInX 1500ms ease-in-out;
    -moz-animation: flipInX 1500ms ease-in-out;
    -ms-animation: flipInX 1500ms ease-in-out;
    animation: flipInX 1500ms ease-in-out;
}

.slider-content a.slider-btn {
    -webkit-animation: bounceInLeft 2500ms ease-in-out;
    -moz-animation: bounceInLeft 2500ms ease-in-out;
    -ms-animation: bounceInLeft 2500ms ease-in-out;
    animation: bounceInLeft 2500ms ease-in-out;
}

.slider-content a.slider-btn2 {
    -webkit-animation: bounceInRight 2500ms ease-in-out;
    -moz-animation: bounceInRight 2500ms ease-in-out;
    -ms-animation: bounceInRight 2500ms ease-in-out;
    animation: bounceInRight 2500ms ease-in-out;
}
/* -------------- Home 2  ---------------- */
.home2 .slider-content h1 {
    -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}

.home2 .slider-content h3 {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}

/* -------------- Home 3  ---------------- */
.slide1-text .fadeInLeft h1 {
    -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}

.slide1-text .fadeInRight h3 {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}

.slide1-text .fadeInDown h1 {
    -webkit-animation: bounceInUp 1000ms ease-in-out;
    -moz-animation: bounceInUp 1000ms ease-in-out;
    -ms-animation: bounceInUp 1000ms ease-in-out;
    animation: bounceInUp 1000ms ease-in-out;
}

.slide1-text .fadeInRight h3 {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}

.slide1-text .fadeInRight img {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}

.slide1-text .fadeInRight p {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;
}

.slide1-text .fadeInLeft h1 {
    -webkit-animation: fadeInRight 500ms ease-in-out;
    -moz-animation: fadeInRight 500ms ease-in-out;
    -ms-animation: fadeInRight 500ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out;
}

.slide1-text .fadeInLeft h3 {
    -webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
/* Extra small devices (phones, 600px and down) */

.footer_mob_bottom .row {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.footer_mob_bottom .ot-hover {
    text-align: center;
    color: #fff;
}

.footer-copyright .footer-sub {
    text-align: left;
    font-size: 12px;
    color: #fff !important;
}

    .footer-copyright .footer-sub a {
        text-align: left;
        font-size: 12px;
        color: #ddd !important;
    }

.headermoosttop .topbar-right .list-none a {
    color: #fff;
}

.footer_social ul li {
    display: inline-block;
    margin-bottom: 0 !important;
}

.single_footer h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 25px;
    color: #FFA726;
}

.footer_area {
    background: #222;
}

.footer_top {
    padding: 50px 0 40px;
}

.single_footer p {
    font-size: 13px;
    line-height: 24px;
    color: white;
    margin-bottom: 20px;
}

.footer_social h3 {
    margin-bottom: 17px;
}

.footer_social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: white;
    margin-right: 5px;
}

    .footer_social ul li a:hover {
        color: #e53131;
        border-color: #e53131;
    }

.footer_social ul li:last-child a {
    margin-right: 0;
}

.single_footer ul li {
    margin-bottom: 12px;
    line-height: 19px;
}

    .single_footer ul li:last-child {
        margin-bottom: 0;
    }

    .single_footer ul li a, .single_footer ul li {
        color: white;
        list-style: none;
        font-size: 13px;
    }

        .single_footer ul li a:hover, .footer_menu ul li a:hover {
            color: #d0936a;
        }

.single_footer.column_3 ul li {
    font-size: 13px;
}

.footer-payment {
    margin-top: 30px;
}

.footer_menu ul li {
    display: inline-block;
}

.copyright_conent p {
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-transform: capitalize;
}

    .copyright_conent p a {
        color: white;
        font-weight: 500;
        padding: 0 3px;
    }

        .copyright_conent p a:hover {
            color: #e53131;
            text-decoration: underline;
        }

.footer_menu ul li a {
    font-size: 14px;
    color: white;
    margin-right: 15px;
}

.footer_menu ul li:ladt-child a {
    margin-right: 0;
}

.footer_menu ul {
    line-height: 13px;
}

.copyright_area {
    padding: 0px 0;
}
/*footer area css end*/
.section-padding-remove {
    padding-bottom: 50px;
}

#cart_item_detail .product-remove {
    margin-top: 25px;
    margin-right: 10px;
}


.section-heading-news {
    color: #d0936a !important;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.round-btn {
    height: 48px;
    /* width: 47px !important; */
    position: absolute;
    float: left;
    left: 102%;
    top: 15px;
    border: none !important;
    border: 2px solid #6d604c !important;
}

.icon-news {
    padding-left: 21px !important
}

.top-input {
    margin-top: 4%;
}

.button5 {
    border-radius: 50%;
}

.news-text {
    font-size: 15px;
}

.news-input {
    /*width: 539px !important;*/
    margin-top: 13px;
}

.news-top-padding {
    padding-top: 13px;
}

.padding-zero {
    padding: 0px;
    text-align: center;
    display: block;
}

.awruduBg {
}

.items-down {
    padding-top: 24px;
}

.cat-menu ul > li > a {
    font-weight: normal;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: capitalize;
}

.padding-promotions {
    padding-top: 41px;
}

#new-product .owl-nav {
    padding-top: 84px;
}

.icon-contact {
    font-size: 38px;
    color: #999;
}

.cont-color {
    color: #777 !important;
    font-family: 'Montserrat', sans-
}

.cont-color-top {
    color: #777 !important;
    font-size: 21px !important;
    font-family: 'Montserrat', sans-
}

.cont-info li {
    padding-top: 20px
}

.pdt {
    padding-top: 100px;
}

.contact-information ul li {
    list-style: none;
    padding-top: 20px
}

    .contact-information ul li .icon {
        width: 50px;
    }

.textarea-height {
    height: 250px;
}

.sub-btn {
    border: 2px solid #6d604c;
    border-radius: 60px !important;
    display: inline-block;
    font-size: 18px;
    padding: 5px 25px;
    text-transform: uppercase;
}

.round-btnNew {
    height: 48px;
    /* width: 47px !important; */

    margin-top: 10px;
    border: none !important;
    border: 2px solid #6d604c !important;
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px;
    background-color: #fff !important;
}

.chekout-icons {
    text-align: center;
}

.return-cus {
    background: #F9F9F9;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    height: 51px;
    line-height: 50px;
}

.pdl-0 {
    padding-left: 0px;
}

.pdr-0 {
    padding-right: 0px;
}

.input-fig {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
}

.btn-checkout {
    background: #F37021;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize !important;
    text-align:center;
        
}

.chekbox-chekcout {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.right-check {
    background: #F8F8F8;
    min-height: 650px;
    border: 1px solid #E3E3E3;
    padding: 26px;
    margin-top: 5px;
}

.right-check-checkout {
    background: #F8F8F8;
    min-height: auto;
    border: 1px solid #E3E3E3;
    padding: 26px;
    margin-top: 5px;
    padding-bottom: 0px;
}

.cart-items {
    /*width:337px;*/
    width: 100%;
    height: 66px
}

.cart-items-text {
    width: 79%;
    height: 66px;
    /*padding-left: 21px;*/
    float: right
}

.cart-header {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    /* identical to box height */

    text-transform: capitalize;
    color: #535353;
}

.cart-qty {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
}

.cart-total {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    text-transform: capitalize;
}

.qty-x {
    position: absolute;
    bottom: 0;
    top: 45px
}

.qty-y {
    position: absolute;
    bottom: 0;
    right: 0;
}

.divider-cart {
    width: 100%;
    border: none;
    height: 2px; 
    width: 100%;
    background-image: repeating-linear-gradient( to right, #cfcdcd 0, #cfcdcd 10px, transparent 10px, transparent 20px );
    background-color: transparent;
    margin-top: 22px;
    margin-bottom: 10px;
}

.promo-input {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 0px;
    margin-top: 22px;
    height: 40px;
}

.btn-apply {
    margin-top: 22px;
    background: #535353;
    border-radius: 3px;
    width: 94px;
    height: 40px;
    color: white !important;
    font-weight: bold;
}

.img-cart {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    width: 68px;
    height: 66px !important;
    border-radius: 3px;
}

.cart-sum-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 0px;
}

.cart-sum-val {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    padding-left: 0px;
    padding-bottom: 0px;
}

.table th, .table td {
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.cal-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.product-checkout-review-order .responsive-table {
    padding-bottom: 0px !important;
    margin-bottom: 30px;
}

.grand-total {
    font-weight: 800;
    font-size: 20px;
}

.top-section {
    padding-bottom: 0px;
    padding-top: 0px !important
}

.padcontents {
    padding: 15px !important;
}

.checkout-icon-dis {
    padding: 2px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: white;
    line-height: 35px;
    float: left;
    border: 2px solid #E7E7E7;
    box-sizing: border-box;
    text-align: center;
}

.cart-text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #535353;
    position: absolute;
    top: 32px;
}

.checkout-text-dis {
    padding: 2px;
    background: white;
    line-height: 35px;
    float: left;
    text-align: center;
}

.cart-m {
    margin-left: -22px;
}

.cart-p {
    margin-left: -44px;
}

.cart-s {
    margin-left: -35px;
}

.cart-pa {
    margin-left: -35px;
}

.cart-r {
    margin-left: -32px;
}

.heading-text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #535353;
    margin-bottom: 30px;
}

.town-select {
    height: 44px !important;
}

.addres-selector {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    min-height: 51px;
    display: flex;
}

.addres-selector1 {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
    min-height: 51px;
    display: flex;
}

.add-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    padding-top: 7px;
    color: #A3A3A3;
    line-height: 47px;
}

.add-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    padding-left: 12px;
    padding-top: 6px;
    color: #535353;
}

.add-icon {
    float: right;
    line-height: 53px;
}

.payemnt-selector-large {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    height: 88px;
}

.radio {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 9px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cashon-d {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-transform: capitalize;
    line-height: 42px;
    color: #535353;
}

.cod-flote {
    float: right;
    padding-top: 8px;
}

.small-text {
    color: #A3A3A3;
    font-weight: 600;
    padding-left: 30px;
    display: flex
}

.add-small0iv {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-top: none !important;
    box-sizing: border-box;
    height: 48px;
}

.cashon-d-normal {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-transform: capitalize;
    line-height: 42px;
    color: #535353;
}

.down-pay {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-top: none !important;
    border-radius: 0px 0px 5px 5px;
    height: 51px;
    overflow: hidden;
}

.top-message {
    background: #FFFFFF;
    border-radius: 5px;
    height: 113px;
    margin-top: 15px;
}

.sucess-text {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #4AC448;
    padding-top: 10px;
    padding-left: 10px;
}

.fail-text {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #e1534f;
    padding-top: 10px;
    padding-left: 10px;
}

.sucess-text-small {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #333333;
    padding-top: 0px;
    padding-left: 10px;
}

.down-message {
    background: #FFFFFF;
    border-radius: 5px;
    height: auto;
}

.heading-text-review {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #535353;
    padding-top: 17px;
    padding-left: 23px;
}

.review-sub-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-transform: uppercase;
    color: #535353;
    padding-left: 25px;
    padding-top: 35px;
}

.details-tbl tr td {
    border: none;
}

.cart-sum-right {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 0px;
    /*font-weight: bold;*/
    color: #535353;
}

.details-tbl {
    padding-left: 10px;
}

.table-text-bold {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
}

.cart-sum-add {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 0px;
}

.complete-text {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3EBD3B;
}

.details-tbl2 tr td {
    border-bottom: 1px solid #eee;
    border-top: none;
    padding-left: 10px;
}

.cart-header-left {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */
    text-align: left;
    text-transform: capitalize;
    color: #535353;
}

.img-cart-r {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    width: 82px;
    height: 82px !important;
    border-radius: 3px;
}


.details-tbl2 th, .table td {
    padding-left: 0px !important;
    padding-bottom: 10px !important;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.summery-bal th, .summery-bal td {
    border: none;
}

.tbl-grand tr td {
    border-bottom: none !important;
}

.down-tr td {
    border-bottom: none !important;
}

.shipping-cost td {
    border-bottom: 1px solid #eceeef !important;
}

.form-normal {
    width: 100%;
}

.items-cart {
    height: 126px;
}

.front-image {
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    Width: 82px;
    Height: 80px
}

.details-tbl2 th, .table td {
    border: none !important;
}

.carttable th, .table td {
    border: none !important;
}

.text-right {
    text-align: right;
}

.pading-flote {
    padding-right: 10px;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 0px;
    padding-top: 17px;
}

.chk-category {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    margin-bottom: 7px;
}

.cat-text {
    font-size: 12px;
    line-height: 16px;
    color: #535353;
    padding-left: 0px;
}

.btn-go {
    width: 41px;
    height: 30px;
}

.search-input {
    height: 26px;
    background-color: #E8E8E8 !important;
    border-radius: 3px;
    border: none !important;
}

.inputsm {
    width: 84px !important;
}

.filtermain {
    background-color: #f2f2f2;
    padding: 10px;
    background: #F0F0F0;
    border-radius: 3px;
}

.filter-text {
    color: #535353 !important;
    font-weight: bold !important;
}

.scrol-panel {
    max-height: 350px;
    overflow-y: scroll;
}

.product-item-element:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
    /* -webkit-appearance: radio !important;*/
    -webkit-appearance: none !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #ffffff;
    color: #333;
    outline: none;
    font-weight: 400;
    font-size: 13px;
    padding: 0px;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    display: inline-block;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
}

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: #e36d15;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*border-color: green !important;*/
    }

    input[type="radio"]:checked {
        border-color: #d7d7d7 !important;
    }

    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 2px;
        left: 2px;
        position: relative;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

.div-expand {
    height: 112px !important;
}

.div-normal {
    height: 48px !important;
}

.alert-error {
    background-color: #f0d8da;
    border-color: #ea969d;
    color: #0e0e0e;
}

.btn-view-all {
    background-color: #F37021 !important;
    color: #fff;
    Width: 197px;
    Height: 39px;
    line-height: 2px;
    font-weight: bold;
    border: 1px solid #B38566;
}

.section-heading-review {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFD9BF;
    padding-top: 17px;
}

.small-text-review {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
}

.spcl {
    text-align: justify !important;
    /*height: 171px*/
}

.mar-text {
    top: -32px;
    /*position:absolute;*/
}

.contact {
    position: absolute;
    top: 54px;
    left: 72px;
}

.contact1 {
    position: absolute;
    top: 111px;
    left: 72px;
}

.contact2 {
    position: absolute;
    top: 170px;
    left: 72px;
}

.deal-main {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #e5e5e5;
    padding: 30px;
    max-height: 500px;
}

.deal-text {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    color: #535353;
}

.deal-price {
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    color: #9F5346;
}

.btn-color-full {
    background: #DEB086;
    border-radius: 3px;
    color: #fff !important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    height: 60px;
    line-height: 28px;
}

.small-card {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
}

.deal-main-small {
    background: #FFFFFF;
    min-height: 245px;
    margin: 0px;
}

.image-short {
    overflow: hidden;
    height: auto;
    padding-top: 27px;
}

.deal-price-normal {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    color: #535353;
}

.deal-price-strike {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #C4C4C4;
}

.slick-track {
    width: 100% !important;
}

.slick-slide {
    width: 100% !important;
}

.brand-text {
    text-transform: uppercase;
    color: #535353;
    margin-top: -6px;
}

.small-userline {
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #535353;
    line-height: 24px;
}

.side-thumb-img {
    width: 80px !important;
    height: 50px !important;
}

.append-img-thumb:hover {
    border: 2px solid #DEB086;
    box-sizing: border-box;
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}

    .project-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .project-tab #tabs h6.section-title {
            color: #eee;
        }

        .project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #535353;
            background-color: transparent;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 3px solid !important;
            font-size: 16px;
            font-weight: bold;
        }

    .project-tab .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #0062cc;
        font-size: 16px;
        font-weight: 600;
    }

        .project-tab .nav-link:hover {
            border: none;
        }

    .project-tab thead {
        background: #f3f3f3;
        color: #333;
    }

    .project-tab a {
        text-decoration: none;
        color: #333;
        font-weight: 600;
    }

.destabsec {
    max-width: 460px;
}

.destabsecres {
    max-width: 820px;
}

.destabsec1 {
    max-width: 260px;
}

#destabnew .active {
    color: #DEB086;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 14px;
    font-weight: normal;
}

.read-bold {
    background-color: #F1F1F1;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #535353;
}

.down-arrow {
    color: #DEB086;
}

#destabnew1 .active {
    color: #F37021;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 14px;
    font-weight: normal;
}

.liner-div {
    font-size: 11px;
    line-height: 1;
    margin-top: 20px;
    border-right: solid 1px #ccc;
}

.both-pad {
    padding-top: 6px;
    padding-bottom: 20px;
}

.black-ratings {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom:10px;
}

.btn-write {
    border: 1px solid #000 !important;
    box-sizing: border-box;

    color:#000 !important;
    font-weight:700;

}

.btn-see {
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    color: #A3A3A3 !important;
    font-weight: 700;
}

.samefont p {
    font-size: 13px !important;
}

.hidebill {
    display: none;
}

.showbill {
    display: block;
}

.svg-round {
    position: absolute;
    left: 390px;
    top: 18px;
}

.footer_social .fa {
    padding-top: 10px;
}

.nivo-prevNav .fa {
    padding-top: 30px;
}

.nivo-nextNav .fa {
    padding-top: 30px;
}

.chekout-icons svg {
    margin-top: 10px;
}

.checkout-icon-dis svg {
    margin-top: 10px;
}

.zoom-images-button .fa {
    padding-top: 15px;
}

.owl-prev .fa {
    padding-top: 10px;
}

.owl-next .fa {
    padding-top: 10px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(19,22,35,0.8) url("../img/Dual Ring-1s-60px.svg") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.badge-secondary {
    background-color: #13c9ca;
    border-radius: 10px !important;
    padding: 5px !important;
}

.badge-status {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.promo-banner-wrap {
    cursor: pointer !important;
}

.slick-slide {
    margin-bottom: 5px;
}

.ui-menu-item p {
    font-size: 12px;
}

.ui-menu-item span {
    color: #ff7b0c;
}

.ui-menu-item a:hover {
    text-decoration: none !important;
}

.draggable {
    height: 500px !important;
}

#CaptchaInputText {
    padding: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 44px;
}

.sku-cart {
    padding: 0px !important;
    margin: 0;
    font-size: 12px;
}

.badge-secondary-tags {
    background-color: #cfcfcf;
    border-radius: 10px !important;
    padding: 5px !important;
}

.color-selector {
    /*height:37px;*/
    font-weight: bold;
}

.style-print {
    position: absolute;
    position: absolute;
    right: 10px;
    top: 10px;
}

.update-cart-btn-dis {
    width: 55%;
    float: right;
    background-color: #F37021 !important;
    display:block !important;
    text-align:center;
}

.update-cart-btn-ena {
    width: 55%;
    float: right;
    background-color: #DEB086;
}

.slider-text-props {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 60px !important;
}

.slider-text-down {
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    max-width: 600px;
}

.slider-text-down-right {
    margin-top: 60px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    max-width: 600px;
}

.slider-down-img {
}

.jq-star {
    margin-top: 4px !important;
}

.btn-login {
    background: #F37021 !important;
    border-radius: 3px;
}

    .btn-login:hover {
        background: #b98150 !important;
        border-radius: 3px;
    }

.btn-register {
    border: 1px solid #F37021 !important;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: white !important;
    font-weight: bold;
    color: #F37021 !important;
    text-align: center !important;
    display:block !important;
}

    .btn-register:hover {
        background: #F37021 !important;
        border-radius: 3px;
        color: white !important;
    }

.footer-sub {
    font-size: 12px;
    line-height: 22px;
}

.footer-text {
    color: #DEB086 !important;
}

.total-text {
    line-height: 39px !important;
}

.star-count {
    width: 30px;
    height: 18px;
    background: #f97316;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: white;
    font-size: 13px;
    line-height: 20px;
}

.secondtext {
    padding-left: 20px;
    padding-top: 2px;
    margin-top: -4px;
    color: #A3A3A3;
    font-size: 13px;
}

.wish-remove {
    position: absolute;
    top: 7px;
    right: 1px;
    cursor: pointer;
}

.fa-wish-color {
    color: #d0936a !important;
}

input[type="number"] {
    padding-left: 1px;
    padding-right: 1px;
}

.font-14 {
    font-size: 14px !important;
}

.tab-active {
    border-bottom: solid 1px #DEB086 !important;
    border-radius: 0px !important;
    color: #DEB086 !important;
}

.signin-class:hover {
    color: #DEB086 !important;
}

.navi-small .small-icon {
    fill: #535353 !important;
}

.navi-small:hover .small-icon {
    fill: #d0936a !important;
}

.selected-menu {
    background: beige;
}

.selected-page-menue {
    color: #d0936a !important;
}

    .selected-page-menue .small-ico {
        fill: #d0936a !important;
    }

.ot-hover:hover {
    font-weight: bolder;
}

.prof-align {
    padding-right: 16px !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots .owl-dot.span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

.owl-carousel span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(217, 217, 217, 0.8) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}

.owl-carousel .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #DEB086 !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}

.owl-dots {
    display: flex;
    padding-left: 50%;
}

.fa-h-speacial {
    color: #ff358b !important;
}

.my-ac-text {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.cart-btn {
    position: absolute;
    float: right;
    right: -17px;
    top: 107px;
}

.color-sele-height {
    height: 37px !important;
}

.froget-header {
    font-size: 30px;
    color: black;
    margin-top: 10px !important;
}

.class-sent {
    font-weight: 800;
    font-size: 14px;
    color: #535353;
}

.back-to-login {
    font-weight: bold;
    font-size: 16px;
    color: #AD7854 !important;
}

.order-details-header {
    color: #535353 !important;
    margin-left: -18px;
}

.order-top-bar {
    height: 36px;
    background: #F5F5F5;
    margin-bottom: 2px;
    margin-left: 0px;
}

.order-cancel-btn {
    background: #FFFFFF;
    border: 1px solid #AD7854;
    border-radius: 3px;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #AD7854;
}

.order-delete-btn {
    background: #FFFFFF;
    border: 1px solid #DEB086;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #DEB086;
}

.ash-lable {
    color: #8D8D8D !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
}

.black-lable {
    color: black !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    padding-left: 4px;
}

.order-table-border {
    border: 1px solid #E3E3E3;
    margin-top: 32px;
}

.order-table-headers {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    background: #F5F5F5;
    height: 55px;
}

.cart-text {
    font-size: 14px;
    text-transform: capitalize;
    color: #535353;
    line-height: 32px;
}

.cart-text-sub {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #ABABAB;
}

.cart-image {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    margin-left: 17px;
}

.cart-text-3 {
    font-size: 13px;
    text-transform: capitalize;
    color: #535353;
    font-weight: bold;
    line-height: 61px;
}

.add-header {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    color: #535353;
}

.page-header {
    height: 250px;
    background-image: url("../img/contact-header.png");
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-beauty {
    height: 250px;
    background-image: url("../img/resource-header.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-text {
    font-size: 40px;
    line-height: 232px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.square-div {
    height: 63px;
    border: 3px solid #DEB086;
    box-sizing: border-box;
    border-radius: 3px;
    max-width: 346px;
    height: auto;
}

.cont-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
    padding: 20px;
}

.svg-cont {
    position: absolute;
    top: -53px;
    right: 122px;
}

.lable-class {
    font-size: 14px;
    color: #535353;
    margin-bottom: 5px;
}

.header-contact {
    font-weight: normal;
    font-size: 25px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 13px;
}

.search-input-sallon {
    height: 32px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    width: 285px
}

.search-btn-sal {
    position: absolute;
    left: 0px;
    background: none;
    border: none;
    top: 37px;
}

.sal-table-text {
    font-size: 14px;
    color: #535353;
}

.sal-table-text-bold {
    font-size: 14px;
    color: #535353;
    font-weight: bold
}

body {
    overflow-x: hidden;
}

.order-m a:link {
    color: #333333 !important
}

/* visited link */
.order-m a:visited {
    color: #333333 !important
}

/* mouse over link */
.order-m a:hover {
    color: #333333 !important
}

/* selected link */
.order-m a:active {
    color: #333333 !important
}

.order-m {
    font-size: 13px !important;
}

.beauty-tip-top {
    margin-top: 52px !important;
}

.beauty-tip-image {
    border-radius: 4px;
}

.beuaty-cat {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #DEB086;
    margin-bottom: 0px;
}

.beauty-title {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
}

.beauty-title-inside {
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 39px;
}

.beauty-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #535353;
    text-align: justify;
}

.beauty-down {
    font-weight: 600;
    font-size: 12px;
    color: #B8B8B8;
}

.social-tip {
    margin-bottom: 7px;
}

.next-prev {
    font-size: 14px;
    color: #414141;
}

.next-prev-title {
    font-weight: bold;
    font-size: 18px;
    color: #414141;
}

.commnets-title {
    font-weight: bold;
    font-size: 20px;
    color: #414141;
    line-height: 0px;
}

.comment-text-header {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 0px;
}

.comment-text-details {
    font-size: 14px;
    color: #535353;
}

.comment-down {
    font-size: 14px;
    color: #B8B8B8;
}

.down-comment {
    background: #F0F0F0;
    border-radius: 5px;
    padding: 38px;
}

.input-box {
    line-height: 42px !important;
}

.catbox {
    text-align: center;
}

.search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc; /* Light gray border */
    border-radius: 50px; /* Fully rounded */
    background-color: #fff;
    height: 48px;
    max-width: 600px; /* Adjust width as needed */
    margin: 0 auto;
    padding: 0 5px;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
}

    /* Hover effect for search bar */
    .search-wrapper:hover {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    }

    /* ===== DROPDOWN BUTTON ===== */
    .search-wrapper .dropdown-toggle {
        background: transparent;
        border: none;
        outline: none;
        font-weight: 600;
        color: #000;
        padding-left: 15px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

        /* Remove dropdown caret focus outline */
        .search-wrapper .dropdown-toggle:focus {
            box-shadow: none;
        }

    /* Dropdown menu styling */
    .search-wrapper .dropdown-menu {
        border-radius: 8px;
        min-width: 150px;
        font-size: 14px;
    }

    /* ===== INPUT FIELD ===== */
    .search-wrapper input {
        flex: 1;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 10px 12px;
        font-size: 15px;
        color: #333;
        background-color: transparent;
    }

        /* Placeholder color */
        .search-wrapper input::placeholder {
            color: #a0a0a0;
            font-weight: 400;
        }

/* ===== SEARCH BUTTON ===== */
.btn-search {
    background-color: #f47d1f; /* Orange button */
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

    /* Hover effect for search button */
    .btn-search:hover {
        background-color: #e36d15;
    }

    /* Search icon inside button */
    .btn-search i {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        padding-left: 7px;
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .search-wrapper {
        max-width: 100%;
        height: 42px;
    }

        .search-wrapper input {
            font-size: 14px;
        }

    .btn-search {
        width: 36px;
        height: 36px;
    }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
    color: var(--ink);
}

/* Generic item */
.ha-item {
    display: flex;
    align-items: center;
    position: relative
}

/* Dropdown trigger */
.dd-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 0;
    padding: 4px 0px;
    cursor: pointer;
    border: solid 1px #a4a4a4;
    -webkit-border-radius: 50px;
    font-weight:500 !important;
}

    .dd-btn img {
        padding-left: 5px;
    }

    .dd-btn:focus {
        outline: 2px solid #eef2ff;
        outline-offset: 2px
    }

/* Flag */
.flag {
    width: 28px;
    height: 21px;
    border-radius: 6px;
    object-fit: cover
}

/* Two-line label */
.dd-lines {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.dd-top {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.dd-bold {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* Caret */
.chev {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: rotate(45deg);
    opacity: .75;
    color: #000;
    z-index: 3;
}

/* Dropdown menu */
.dd-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100px;
    margin-top: 10px;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: none;
    z-index: 100;
}

.dd-right {
    right: 0;
    left: auto
}

.dd-menu li {
    padding: 0
}

    .dd-menu li.sep {
        height: 1px;
        background: #eef2f7;
        margin: 6px 4px
    }

.dd-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
}

    .dd-menu a:hover {
        background: #f8fafc
    }

/* Icons (inline SVG via background-image) */
.ico {
    display: inline-block
}

.user-ico {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 2px solid var(--brand);
    margin-left:10px;
}

.user-ico{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f47d1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 10-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
/* Cart */
.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--ink);
    position: relative
}

.cart-ico {
    width: 28px;
    height: 28px
}

.cart-ico {
    background: url('data:image/svg+xml;utf8,\
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23f47d1f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 6h15l-1.5 9h-13z"/><circle cx="9" cy="21" r="1.5"/><circle cx="18" cy="21" r="1.5"/></svg>') center/26px 26px no-repeat;
}

/* Badge */
.badge {
    position: absolute;
    top: -6px;
    left: 18px;
    background: var(--brand);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
}

/* Cart label */
.cart-label {
    font-weight: 600
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .header-actions {
        gap: 18px
    }

    .dd-bold {
        font-size: 15px
    }

    .cart-label {
        display: none
    }
}

.category-nav {
    background-color: #FFF3E0
}

.fa-shopping-bag {
    color: #F37021;
}

.js_whishlist-btn .fa-user {
    color: #F37021;
}

.dd-btn .fa-chevron-down {
    color: #000;
}

.social-connect {
    text-align: center;
    margin: 40px 0;
}

    .social-connect h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #FFA726; /* LKMart orange */
        text-align: left;
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
}

    .social:hover {
        background: #f47d1f;
        color: #fff;
        border-color: #f47d1f;
    }

.footer-copyright {
    background-color: #F37021;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home-slider {
    position: relative;
    margin: 0 auto;
    aspect-ratio: 16 / 5; /* responsive height */
    overflow: hidden;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

    /* hide radios */
    .home-slider input[type="radio"] {
        position: absolute;
        inset: 0;
        opacity: 0;
        pointer-events: none;
    }

.slides {
    height: 100%;
    white-space: nowrap; /* keep slides on one row */
    transition: transform .6s ease;
}

.slide {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top;
    background-size: cover;
    background-position: center;
}

    /* dark gradient for text readability */
    .slide::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.45) 60%, rgba(0,0,0,.65));
    }

.caption {
    position: absolute;
    inset: auto 0 6%;
    z-index: 2;
    color: #fff;
    padding: 0 5%;
    max-width: 760px;
}

    .caption h2 {
        margin: 0 0 .25rem;
        font-size: clamp(22px, 3.2vw, 42px);
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: .2px;
        color: #fff;
    }

    .caption p {
        margin: .35rem 0 1rem;
        font-size: clamp(14px, 1.6vw, 18px);
        opacity: .95;
        color: #fff;
    }

.btn-slider {
    display: inline-block;
    padding: .8rem 1.25rem;
    border-radius: 999px;
    background: #F37021;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #fff3;
    transition: transform .12s ease, background .2s ease, border-color .2s ease;
}

    .btn-slider:hover {
        transform: translateY(-1px);
        background: #000;
        border-color: #fff8;
    }

/* === Dots === */
.dots {
    position: absolute;
    left: 50%;
    bottom: 2.2%;
    transform: translateX(-50%);
    display: flex;
    gap: .55rem;
    z-index: 3;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff66;
    cursor: pointer;
    border: 1px solid #ffffff99;
    transition: transform .15s ease, background .2s ease;
}

    .dot:hover {
        transform: scale(1.12);
        background: #fff9;
    }

/* === Arrows === */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    background: #00000040;
    border: 1px solid #ffffff55;
    backdrop-filter: blur(2px);
    transition: background .2s ease, transform .12s ease;
    color: #fff;
    font-size: 20px;
    user-select: none;
}

    .arrow:hover {
        background: #00000070;
        transform: translateY(-50%) scale(1.04);
    }

    .arrow.prev {
        left: 1.2%;
    }

    .arrow.next {
        right: 1.2%;
    }

/* === Slide positioning via the radio hack === */
#s1:checked ~ .slides {
    transform: translateX(0%);
}

#s2:checked ~ .slides {
    transform: translateX(-100%);
}

#s3:checked ~ .slides {
    transform: translateX(-200%);
}

/* active dot state */
#s1:checked ~ .dots label[for="s1"],
#s2:checked ~ .dots label[for="s2"],
#s3:checked ~ .dots label[for="s3"] {
    background: #fff;
}

/* connect arrow labels to the correct radios */
/* when slide 1 is active */
#s1:checked ~ .arrow.prev {
    display: none;
}
/* hide prev on first */
#s1:checked ~ label.next[for="s2"] {
    display: grid;
}
/* when slide 2 is active */
#s2:checked ~ label.prev[for="s1"] {
    display: grid;
}

#s2:checked ~ label.next[for="s3"] {
    display: grid;
}
/* when slide 3 is active */
#s3:checked ~ label.prev[for="s2"] {
    display: grid;
}

#s3:checked ~ .arrow.next {
    display: none;
}
/* hide next on last */

/* === Mobile tweaks === */
@media (max-width: 640px) {
    .caption {
        inset: auto 0 7%;
        padding: 0 6%;
    }

    .btn {
        padding: .7rem 1rem;
        font-size: 14px;
    }
}

.prd-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    transition: transform .18s ease, box-shadow .18s ease;
    position: relative;
}

    .prd-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0,0,0,.10);
    }

.prd-media {
    position: relative;
    padding-top: 100%; /* 1:1 image */
    background: #f6f6f6;
}

    .prd-media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/* Just Dropped pill (bottom-left) */
.pill-new {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #2a7bf6;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,.18);
}

/* wishlist heart (keep your FA) */
.wish-btn {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    color: #ff358b;
    font-size: 22px;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

    .wish-btn:hover {
        filter: brightness(.95);
    }

.prd-body {
    padding: 12px 14px 14px;
}

.prd-title {
    font-size: 15px;
    line-height: 1.35;
    color: #222;
    margin: 6px 0 10px;
    min-height: 42px; /* 2 lines approx */
    overflow: hidden;
    text-align: center;
}



.discount-badge {
    font-size: 12px;
    font-weight: 700;
    color: #ff7a00;
    background: #fff3e6;
    padding: 3px 6px;
    border-radius: 6px;
}

/* Stars / rating */
.stars-row {
    display: flex;
    align-items: center;
    justify-content: center; /* centers horizontally */
    gap: 6px; /* spacing between stars and rating */
    color: #f5a623;
    font-size: 14px;
    margin-top: 6px;
}

    .stars-row .fa {
        margin: 0 1px;
    }

.rating-val {
    color: #333;
    font-weight: 700;
    margin-left: 4px;
}

/* Grid columns reuse (matches your col- classes) */
.product-item-element {
    margin-bottom: 18px;
}
/* Ensure the image container can host the overlay */
.prd-card {
    border-radius: 16px;
    overflow: hidden;
}

.prd-media {
    position: relative;
}

    .prd-media img {
        width: 100%;
        display: block;
    }

/* Hover overlay container */
.hover-ops {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transform: translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-in-out;
    z-index: 5;
}

/* Show overlay on card hover */
.prd-card:hover .hover-ops {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.product-item-inner:hover .hover-ops {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/* Label above buttons */
.ops-label {
    background: #e53e3e;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(229,62,62,.35);
}

/* Buttons row */
.ops-btns {
    display: flex;
    gap: 10px;
}

/* Each button */
.op {
    width: 44px;
    height: 44px;
    border: 1px solid #eee;
    background: #fff;
    color: var(--brand);
    display: inline-flex; /* inline so they sit next to each other */
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: transform .15s, background .15s, color .15s;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    margin: 0; /* remove spacing */
    padding: 0; /* keep icon centered */
    border-radius: 0px !important;
}

    .op i {
        margin: 0; /* no side gap */
        color: #FFA726;
        font-size: 18px;
        line-height: 1; /* keeps it centered vertically */
    }

.ops-btns {
    display: flex;
    gap: 0; /* remove gaps */
    justify-content: center;
}

.op:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-2px);
}

/* Make sure badges/wishlist stay clickable and above the image */
.wish-btn, .badge-hot, .pill-new {
    position: absolute;
    z-index: 6;
}

.category-slider {
    position: relative;
}

    .category-slider .cat-viewport {
        position: relative;
        overflow: hidden;
        width: 1100px !important;
        padding: 20px 30px; /* space for arrows */
    }

    .category-slider .cat-slides {
        display: flex;
        transition: transform .35s ease;
        will-change: transform;
    }

    .category-slider .cat-slide {
        min-width: 100%;
    }

    .category-slider .cat-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 132px;
        gap: 18px;
    }

    .category-slider .cat-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 18px 18px 20px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(0,0,0,.06);
        text-decoration: none;
        color: #111;
        transition: transform .15s ease, box-shadow .15s ease;
    }

        .category-slider .cat-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(0,0,0,.09);
        }

    .category-slider .cat-text {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.25;
        max-width: 56%;
    }

    .category-slider .cat-card img {
        display: block;
        width: 110px;
        height: auto;
        object-fit: contain;
    }

    .category-slider .cat-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border-radius: 10px;
        border: none;
        background: #fff;
        box-shadow: 0 8px 18px rgba(0,0,0,.08);
        cursor: pointer;
        display: grid;
        place-items: center;
        transition: transform .15s ease, background .15s ease;
        color: #ff7a00; /* orange like in screenshot */
    }

        .category-slider .cat-nav:hover {
            transform: translateY(-50%) scale(1.05);
        }

        .category-slider .cat-nav.prev {
            left: 6px;
        }

        .category-slider .cat-nav.next {
            right: 6px;
        }

        .category-slider .cat-nav span {
            font-size: 26px;
            line-height: 1;
            margin-top: -2px;
        }


/*category arraow button*/
.cat-nav {
    background: rgba(255, 255, 255, 0.4); /* transparent circle */
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

    /* Make icons orange initially */
    .cat-nav img {
        width: 20px;
        height: 20px;
        filter: invert(53%) sepia(90%) saturate(2425%) hue-rotate(1deg) brightness(103%) contrast(104%);
        transition: transform 0.3s ease;
    }

    /* Hover effect (keep existing beautiful style) */
    .cat-nav:hover {
        background: orange;
        border-color: orange;
    }

        .cat-nav:hover img {
            transform: scale(1.2);
            filter: brightness(0) invert(1); /* turn white on hover */
        }

    /* Position buttons */
    .cat-nav.prev {
        left: 10px;
    }

    .cat-nav.next {
        right: 10px;
    }


/* Responsive */
@media (max-width: 1199px) {
    .category-slider .cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .category-slider .cat-text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .category-slider .cat-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 120px;
    }
}

@media (max-width: 575px) {
    .category-slider .cat-viewport {
        padding: 8px 40px;
    }

    .category-slider .cat-grid {
        grid-template-columns: 1fr;
    }

    .category-slider .cat-card img {
        width: 96px;
    }

    .category-slider .cat-text {
        max-width: 64%;
        font-size: 17px;
    }
}

.festival-bundles {
    position: relative;
    padding: 48px 16px 36px;
    background: var(--fb-peach);
    overflow: hidden;
}
    /* confetti background */
    .festival-bundles::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('../img/decor/confetti.png') center/cover no-repeat;
        opacity: .65;
        pointer-events: none;
    }
/* bunting top-right */


.fb-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fb-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

    .fb-head h2 {
        font-size: 36px;
        line-height: 1.15;
        margin: 0 0 6px;
        color: #222;
    }

        .fb-head h2 span {
            font-weight: 800;
        }

    .fb-head p {
        margin: 0;
        color: #6b6b6b;
    }

.fb-viewall {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #F37021;
    color: #fff;
    font-weight: 700;
    box-shadow: var(--fb-shadow);
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

    .fb-viewall:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 32px rgba(0,0,0,.12);
    }

/* ===== Grid ===== */
.fb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ===== Card base ===== */
.fb-card {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: var(--fb-round);
    box-shadow: var(--fb-shadow);
    overflow: hidden;
    min-height: 270px;
}

.fb-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 26px;
}

.fb-left {
    flex: 1 1 56%;
    min-width: 0;
}

.fb-right {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
}

    .fb-right img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
    }

.fb-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.fb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #333;
    font-weight: 700;
    font-size: 13px;
}

.pill--alert {
    background: #ffebe8;
    color: #b40000;
}

.fb-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    padding: 10px 14px;
    border-radius: 12px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.9);
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
    transition: transform .15s ease, background .15s ease;
}

    .fb-cta i {
        font-style: normal;
        margin-top: -1px;
    }

.fb-card:hover .fb-cta {
    background: rgba(255,255,255,.18);
    transform: translateY(-1px);
}

.fb-local {
    margin-top: 12px;
    font-size: 26px;
    font-weight: 800;
    opacity: .95;
    text-shadow: 0 2px 6px rgba(0,0,0,.15);
}

/* Sale sticker */
.fb-sale {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #cf3838;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    display: grid;
    place-items: center;
    text-align: center;
    border: 6px solid rgba(255,255,255,.65);
}

    .fb-sale b {
        display: block;
        font-size: 14px;
        letter-spacing: .5px;
    }

    .fb-sale strong {
        display: block;
        font-size: 26px;
        line-height: 1;
    }

    .fb-sale em {
        display: block;
        font-style: normal;
        font-size: 12px;
        margin-top: -2px;
    }

/* ===== Card themes ===== */
.fb-card--avurudu {
    background: radial-gradient(1100px 400px at -10% 110%, rgba(255,255,255,.10), transparent 60%), linear-gradient(135deg, #f9b33f 0%, #ff7a00 55%, #f25500 100%);
    background: url('../img/decor/avurudu-pattern.png') center/cover no-repeat;
}

    .fb-card--avurudu::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .65;
    }

.fb-card--vesak {
    background: radial-gradient(1000px 380px at 120% -20%, rgba(255,255,255,.12), transparent 60%), linear-gradient(135deg, #5f1b65 0%, #9b2f89 55%, #ff6a3a 100%);
    background: url('../img/decor/vesak-glow.png') center/cover no-repeat;
}

    .fb-card--vesak::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .65;
    }

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .fb-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fb-card-inner {
        padding: 22px;
    }

    .fb-right {
        flex-basis: 42%;
    }
}

@media (max-width: 640px) {
    .fb-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fb-viewall {
        align-self: flex-start;
    }

    .fb-card h3 {
        font-size: 24px;
    }

    .fb-right {
        display: none;
    }
    /* hide images on very small screens for space */
    .fb-sale {
        width: 84px;
        height: 84px;
    }
}

.track-and-earn {
    background-color: #f6f9fc;
    padding: 42px 16px;
}

.ta-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ta-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 24px;
    align-items: stretch;
}

/* LEFT CARD */
.track-card {
    background: var(--card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 28px 26px;
}

    .track-card h2 {
        margin: 0 0 8px;
        font-size: 28px;
        color: var(--ink);
    }

.muted {
    color: var(--muted);
    margin: 0 0 10px;
}

.small {
    font-size: 0.925rem;
}

.help {
    color: var(--muted);
    margin: 10px 0 16px;
}

.track-form .input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    gap: 10px;
}

.input-icon {
    font-size: 20px;
}

.track-form input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 6px 4px;
    background: transparent;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1.5px solid transparent;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
    user-select: none;
    text-transform: capitalize;
}

    .btn .btn-icon {
        font-size: 18px;
    }

    .btn:active {
        transform: translateY(1px);
    }

.btn-primary {
    width: 100%;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 10px 20px rgba(255,122,0,.35);
}

    .btn-primary:hover {
        background: var(--orange-dark);
    }

/* RIGHT CARD (promo) */
.earn-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    min-height: 300px;
    background: radial-gradient(150% 120% at 90% 10%, rgba(255,255,255,.18) 0, rgba(255,255,255,0) 60%), linear-gradient(135deg, #e01d2e 0%, #ff3b30 45%, #fb6a3d 100%);
}
    /* curled yellow corners (decor) */
    .earn-card::before,
    .earn-card::after {
        content: "";
        position: absolute;
        width: 340px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, #ffe88a 0, #ffd44d 45%, #fdbd1f 100%);
        filter: drop-shadow(0 10px 20px rgba(0,0,0,.2));
    }

    .earn-card::before {
        right: -60px;
        bottom: -70px;
        transform: rotate(-12deg);
    }

    .earn-card::after {
        left: -70px;
        top: -50px;
        transform: rotate(18deg) scale(.9);
    }

.earn-inner {
    position: relative;
    z-index: 1;
    padding: 26px 26px 24px;
    color: #fff;
}

    .earn-inner h3 {
        margin: 0 0 8px;
        font-size: 28px;
        font-weight: 800;
    }

.progress {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
    margin: 10px 0 16px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffd44d, #ffe88a, #fff3c4);
}

.btn-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 6px 0 12px;
}

.btn-ghost {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: rgba(255,255,255,.85);
}

    .btn-ghost:hover {
        background: rgba(255,255,255,.18);
    }

.btn-outline {
    background: #fff;
    color: #c2410c;
    border-color: #fff;
}

    .btn-outline:hover {
        filter: brightness(0.98);
    }

.stars {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 8px 0 2px;
}

    .stars span {
        color: #ffd44d;
        text-shadow: 0 2px 6px rgba(0,0,0,.25);
    }

/* Ribbon */
.ribbon {
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 2;
    background: #ff2d55;
    color: #fff;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 10px 60px;
    transform: rotate(20deg);
    box-shadow: 0 12px 24px rgba(0,0,0,.25);
    border-radius: 6px;
}
/* Badge */
.badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff;
    color: #d10000;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 24px rgba(0,0,0,.25);
    border: 6px solid rgba(255,255,255,.6);
    text-align: center;
    font-weight: 800;
}

    .badge div {
        font-size: 28px;
        line-height: 1;
    }

    .badge small {
        font-size: 14px;
    }

    .badge em {
        font-style: normal;
        font-size: 12px;
        margin-top: 2px;
    }

/* Accessibility helpers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .ta-grid {
        grid-template-columns: 1fr;
    }
}

.btn-order {
    background-color: #F37021;
    color: #fff;
}
/* Container & title */
.vendors {
    background: #f7fafc;
    padding: 32px 16px;
}

.vendors-container {
    max-width: 1200px;
    margin: 0 auto;
}

.vendors-title {
    margin: 0 0 14px;
    font-size: 22px;
    color: #0f172a;
}

/* Slider */
.vendor-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    will-change: transform;
    transition: transform .5s ease;
}

/* Card */
.vendor-card {
    flex: 0 0 calc(25% - 16px);
    margin: 8px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0,0,0,.12);
    text-decoration: none;
    color: #0f172a;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
}

    .vendor-card .logo {
        width: 92px;
        height: 92px;
        border-radius: 50%;
        background: #f1f5f9;
        display: grid;
        place-items: center;
        align-self: center;
        margin-bottom: 12px;
    }

        .vendor-card .logo img {
            max-width: 74px;
            max-height: 74px;
            object-fit: contain;
        }

    .vendor-card h4 {
        margin: 0 0 4px;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }

    .vendor-card .sub {
        margin: 0 0 10px;
        color: #64748b;
        text-align: center;
    }

.meta {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}

    .meta li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 6px 0;
        color: #334155;
    }

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 12px;
}

.stars {
    color: #f59e0b;
    letter-spacing: 2px;
}

.score {
    color: #475569;
    font-weight: 700;
}

.cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
    cursor: pointer;
    background: #f97316;
    color: #fff;
    box-shadow: 0 10px 20px rgba(249,115,22,.35);
    transition: transform .12s ease, filter .12s ease;
}

    .cta:hover {
        filter: brightness(.98);
        transform: translateY(-1px);
    }

    .cta.alt {
        background: #f97316;
    }

    .cta.warn {
        background: #f97316;
    }


@media (max-width: 1200px) {
    .vendor-card {
        flex-basis: calc(33.333% - 16px);
    }
}

@media (max-width: 900px) {
    .vendor-card {
        flex-basis: calc(50% - 16px);
    }
}

@media (max-width: 560px) {
    .vendor-card {
        flex-basis: calc(100% - 16px);
    }
}
.btn-color-tranparent {
    background-color: #fff;
    color: #F37021 !important;
    border: solid 1px #F37021;
}

.btn-color {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* Breadcrumb base */
.breadcrumb {
    background: transparent; /* no box background */
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
    list-style: none;
    display: flex;
    align-items: center;
}

    /* Breadcrumb links */
    .breadcrumb li {
        display: inline-block;
        color: #6c757d; /* grey text for non-active */
    }

        .breadcrumb li a {
            color: #007bff; /* blue link */
            text-decoration: none;
        }

            .breadcrumb li a:hover {
                text-decoration: underline;
            }

        /* Active item (last element) */
        .breadcrumb li.active {
            color: #000; /* dark text for active */
            font-weight: 500;
        }

        /* Separator (› arrow) */
        .breadcrumb li + li:before {
            content: "\203A"; /* › character */
            padding: 0 8px;
            color: #6c757d;
        }
.cart-header {
   
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cart-title {
   
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
   width:100%;
   margin-bottom:20px;
}

    .cart-title i {
        color: #f97316; /* orange icon */
        font-size: 22px;
    }

.cart-options {
   
    align-items: center;
   
}

.select-all {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #111;
    float:left;
}

.check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #16a34a; /* green circle */
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear-all {
    color: #dc2626; /* red */
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dc2626;
    border-radius: 4px;
    padding: 2px 8px;
    text-decoration: none;
    float:right;
}

    .clear-all:hover {
        background: #fee2e2;
    }
/*#cart-items {
    border-collapse: initial;
}*/

.cart-detail-div {
    padding: 15px;
    padding-top: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cart-pricing {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cart-summary-section {

}

.payment-section {
    margin-top: 385px;
    padding: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

    .payment-section h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 15px 0 10px;
        color: #111827;
    }

.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

    .payment-icons img {
        height: 20px;
        object-fit: contain;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        padding: 4px 8px;
        background: #fff;
        transition: transform 0.2s ease;
    }

        .payment-icons img:hover {
            transform: scale(1.05);
        }

.buyer-protection {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9fafb;
    padding: 10px 12px;
    border-radius: 8px;
}

.shield-icon {
    font-size: 20px;
    color: #16a34a; /* green */
}
.btn-checkout-cart {
display:block !important;
}
.no-padding-left {
padding-left:0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.display-no-flex {
display:inline-block !important;
}
.apply-margin-left {
margin-left:15px !important;
}
.apply-margin-right {
    margin-right: 15px !important;
}
/* container already has position-relative in HTML */
.typeahead.dropdown-menu {
    max-height: 380px;
    overflow-y: auto;
    display: block; /* we'll toggle .show by class */
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease, visibility 0s linear .12s;
}

    .typeahead.dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

.typeahead .thumb {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
}

.typeahead .title {
    font-weight: 600;
    line-height: 1.1;
}

.typeahead .muted {
    font-size: .85rem;
    color: #6c757d;
}

.btn-search {
    background: #f47d1f;
    border-radius: .5rem;
}
#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    
    z-index: 3000; /* above header/nav */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 .375rem .375rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    min-height: 120px !important;
    overflow-y: auto; /* scroll internally */
    display: none;
}
.header, .navbar, .topbar, .container, .row, .col, .search-wrapper {
    overflow: visible !important; /* only for the containers around the search */
}
    #searchResults.show { /* shown state */
        display: block;
    }

    #searchResults .dropdown-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        color: #333;
        text-decoration: none;
    }

        #searchResults .dropdown-item:hover {
            background: #f8f9fa;
        }

    #searchResults .thumb {
        width: 32px;
        height: 32px;
        object-fit: cover;
        border-radius: 4px;
    }

    #searchResults .title {
        font-weight: 600;
        line-height: 1.1;
    }

    #searchResults .muted {
        font-size: .85rem;
        color: #6c757d;
    }
.starRating {
    display: inline-flex;
    gap: 2px;
    font-size: 18px;
    line-height: 1;
}

    .starRating .star {
        position: relative;
        display: inline-block;
        color: #ccc; /* gray base */
    }

        .starRating .star.full {
            color: #f2b01e; /* gold full */
        }

        .starRating .star.half::before {
            content: '★';
            color: #f2b01e; /* gold overlay */
            position: absolute;
            left: 0;
            width: 50%; /* fill half */
            overflow: hidden;
        }

        .starRating .star.empty {
            color: #ccc;
        }
.btn-home-page {
display:inline-block !important;

}
.btn-print {
    background-color: #e36d15;
    color:#fff;
    float:right;
}
.btn-print:hover {
    background-color: #d06618;
   
}