
/* PLUGINS CSS */
@import url("./plugins/owl.carousel.css");
@import url("./plugins/slick.css");
@import url("./plugins/nice-select.css");




/********* 
Dark Green: #2c2172

Medium Green: #4D774E

Light Green: #fff

Natural Yellow: #fff

White: #FFFFFF

*********/
/*
* 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 */
/*------------------------------------------------------------------*/



@FONT-FACE {
    font-family: "rebuk";
    src: url("rebuk.woff2");
}



body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: "rebuk";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#page-wraper, .page-content-wraper {
    position: relative;
    width: 100%;
}

.page-content-wraper {
    margin-top: 60px;
}

::-moz-selection {
    background-color: #000 !important;
    color: #fff !important;
}

::selection {
    background-color: #000 !important;
    color: #fff !important;
}

* {
    -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: #10254A;
}

    a:hover, a.color, .color {
        color: #fff;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

.black {
    color: #fff;
}

.white {
    color: #fff;
}

.yellow {
    color: #ffed1f;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}

.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: #FFD100;
        color: #111;
    }

    .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: #FFD100;
    color: #111;
}

.bg-black {
    background: #c0c0c0;
}

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 #c0c0c0333;
    }

b, strong, .strong {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.capitale {
    text-transform: uppercase;
}

i.left {
    margin-right: 8px;
}

i.right {
    margin-left: 8px;
}

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: "rebuk";
    font-weight: normal;
    color: #000;
    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 {
    color: #ffffff;
    font-size: 51px;
}

h2 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.3;
}

h3 {
    color: #ffffff;
    font-size: 20px;
}

h4 {
    color: #ffffff;
    font-size: 18px;
}

h5 {
    color: #ffffff;
    font-size: 16px;
}

h6 {
    color: #ffffff;
    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: "rebuk";
    font-weight: 400;
}

.page-title {
    text-align: center;
    margin-bottom: 40px;
}

/* Paragraph ------------------ */
p {
    font-weight: 400;
    font-size: 14px;
    font-family: "rebuk";
    color: #333333;
}

    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: "rebuk";
    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;
    border-radius: 0 50px 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 20px !important;
    display: inline-block;
}

.btn-md {
    padding: 15px 35px !important;
    display: inline-block;
}

.btn-lg {
    padding: 18px 45px !important;
    display: inline-block;
}

.btn-black {
    background-color: #fff;
    border-color: transparent;
    color: #fff !important;
}

    .btn-black:hover {
        background-color: #4b4b4b;
        border-color: transparent;
        color: #fff !important;
    }

.btn-color {
    background: none;
    color: #fff;
}

    .btn-color:hover {
background-color: #E3B900;
border-color: #E3B900;
        color: #fff !important;
    }

.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: #fff !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="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(0, 0, 0, 0.10);
        color:#333 !important;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
        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;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
            box-shadow: none !important;
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            box-shadow: none !important;
            color: #fff;
        }

        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: 45px;
        }

        input.input-lg, .input-lg {
            padding-top: 16px;
            padding-bottom: 16px;
            height: 50px;
        }

.btn.fancy {
    border-radius: 0 50px 50px 0;
    vertical-align: middle;
border: none;
    display: inline-block;
    border-left: 1px solid;height: 45px;

}

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: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "rebuk";
    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: #fff;
}

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: 80px;
    padding-bottom: 80px;
}

.section-padding-t {
    padding-top: 80px;
}

.section-padding-b {
    padding-bottom: 80px;
}

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

.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: 50px;
}

/*==========================================================================================================*/
/* HEADER     ||---------------------------- */
/*==========================================================================================================*/

.header {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 999;
    background: linear-gradient( to right, #0096FF,#002869);
}

.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;
    color: #000;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff3;
    letter-spacing: 0.4px;
}

    .header-topbar .topbar-left {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

        .header-topbar .topbar-left .phone {
            font-size: 13px;
        }

            .header-topbar .topbar-left .phone a {
                color: #000;
            }

            .header-topbar .topbar-left .phone b {
                font-weight: normal;
            }

    .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;
            border-right: 1px solid #fff3;
        }

            .header-topbar .topbar-right > ul > li:first-child {
                border-left: 1px solid #fff3;
            }



            .header-topbar .topbar-right > ul > li > a {
                padding: 8px;
                line-height: 35px;
                color: #000;
            }


        .header-topbar .topbar-right ul li a:hover {
            color: #000;
        }

        .header-topbar .topbar-right > ul > li:last-child > a {
            margin-right: 0px;
        }
/*Dropdown*/
.dropdown-nav {
    position: relative;
}

    .dropdown-nav:hover > a {
        color: #fff;
    }

    .dropdown-nav .dropdown-menu {
        font-size: 13px;
        font-weight: 400;
        position: absolute;
        left: 0;
        width: 180px;
        border: 1px solid #eee;
        display: none;
        z-index: 2000;
        list-style: none;
        margin: -4px 0 0 0;
        padding: 0 15px;
        text-transform: none;
        box-shadow: 0px 0px 5px rgba(0,0,0, 0.05);
        color: #111 !important;
    }

        .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;
        color: #111 !important;
    }

.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: 15px;
        padding-right: 15px;
    }

    .header-topbar {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media only screen and (max-width: 979px) {
    .header-main .logo {
        display: inline-block;
        margin: 0;
        width: auto;
    }

        .header-main .logo a {
            margin-top: 10px !important;
        }
}


/*------------------------------------------------------------------*/
/* Header Bar */
/*------------------------------------------------------------------*/
.header-main {
    position: relative;
    z-index: 99;
    display: table;
    width: 100%;
}

    .header-main.fixed {
        position: fixed;
        z-index: 3000;
        top: -110px;background: linear-gradient( to right, #0096FF ,#002869);
    }



    /*.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: 10px;
    }

        .header-main .logo a {
            display: block;
        }

            .header-main .logo a img {
                width: 100%;
                vertical-align: middle;
                width: 270px;
                margin-top: 15px;
            }

@media only screen and (max-width: 420px) {
    .header-main .logo {
        display: block;
        margin: 30px auto 10px;
        width: 100%;
        float: none;
    }

        .header-main .logo a {
            margin: 0 auto !important;
        }
}

/* Navigation Menu -----------------------------------------------*/

.wi-menu {
    padding: 15px 0;
}


.intro .intro-imgg {
    float: right;
    padding-left: 15px;
    width: calc(100% - 330px);
}

.navigation-menu {
    display: block;
    float: left;
    position: static;
    text-transform: uppercase;
    width: 330px;
    border-color: #FFD100;
    border-width: 1px;
background: linear-gradient( to left ,#f9f9f9 ,#f1f1f1);
border-radius: 8px;
border: 1px solid #eee;
}


    .navigation-menu.m-menu {
        width: auto;
        background: none;
    }

        .navigation-menu.m-menu > ul > li {
            width: auto;
        }


        .navigation-menu.m-menu ul > li > a {
            padding: 35px 15px;
        }

        .navigation-menu.m-menu .nav-dropdown {
            top: auto;
            left: 0;
            width: 100%;
            height: auto;
        }



    .navigation-menu ul > li > a {
        font-family: "rebuk";
        font-weight: 400;
        font-size: 13px;
        padding: 10px 15px;
        display: block;
        position: relative;
        color: #000 !important;
    }



    .navigation-menu.vertical-menu > ul > li > a {
        border-top: 1px solid #eee;
    }

    .navigation-menu.vertical-menu > ul > li:first-child > a {
        border-top: none;
    }


    .navigation-menu > ul > li > a > img {
        width: 19px;
        margin-right: 8px;
    }

    .navigation-menu ul > li:hover > a {
    }

    .navigation-menu ul, .navigation-menu ul li {
        list-style: none;
    }

        .navigation-menu ul li h6 {
            margin-bottom: 5px;
        }

    .navigation-menu > ul > li {
        display: inline-block;
        width: 100%;
    }

.menu-mobile {
    background: #f0f0f0;
    color: #fff;
    padding: 8px 15px;
    font-family: "rebuk";
    display: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .menu-mobile:hover {
        color: #fff;
    }




.m-menu-mobile {
    background: #f0f0f0;
    color: #fff;
    padding: 8px 30px 8px 10px;
    font-family: "rebuk";
    display: none;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
}

    .m-menu-mobile:hover {
        color: #fff;
    }



.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: #FFD100;
    color: #111;
    top: 0;
    left: 346px;
    padding: 12px 0 12px 0;
    width: 780px;
}
/*
    .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: #FFD100;
    color: #111;
}

.nav-dropdown .sub-banner {
    padding: 0;
    position: relative;
    width: 100%;
    border: 0 none;
}

.nav-dropdown .nav-dropdown-grid {
    width: 33%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    float: left;
}

    .nav-dropdown .nav-dropdown-grid ul {
    }

        .nav-dropdown .nav-dropdown-grid ul li {
            font-size: 14px;
            text-transform: none;
            color: #fff;
            font-family: "rebuk";
            font-weight: 400;
        }

            .nav-dropdown .nav-dropdown-grid ul li > a {
                font-family: "rebuk";
                font-weight: 400;
                font-size: 14px;
                padding-top: 2px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 2px;
                display: inline-block;
            }

    .nav-dropdown .nav-dropdown-grid > ul > li:hover > a {
    }

    .nav-dropdown .nav-dropdown-grid > ul > li > a:hover {
        padding-left: 5px;
    }


.m-menu-mobile:after,
.menu-mobile:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 17px;
    padding: 0;
    right: 9px;
    position: absolute;
    top: 7px;
}

/*
.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: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
    border: 1px solid #eee;
}*/


.menu-dropdown-icon > a:before {
    content: "\f105";
    font-family: "FontAwesome";
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #000;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 15px;
}


.show-on-mobile {
    display: block !important;
}

/* Sticky Header */
@media only screen and (min-width: 980px) {
    .header-main.fixed .header-main-inner .logo a {
        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 {
        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 {
        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 {
        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;
            color: #000;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }


    .menu-dropdown-icon > a:before {
        color: #000;
    }


    .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%;
  background: linear-gradient( to left , #fff , #f5f5f5);
        color: #111;
    }




        .navigation-menu > ul > li {
            display: block;
        }

    .nav-dropdown {
        display: none;
        position: relative;
        width: 100%;
        z-index: auto;
        left: 0;
        height: auto;
    }

    .m-menu-mobile {
        display: inline-block;
    }

    .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 {
        margin: 40px 0 28px 0px;
        display: inline-block;
        vertical-align: top;
        float: left;
    }

        .header-rightside-nav .header-btn-link a {
            font-size: 14px;
            border-radius: 0 50px 50px;
            padding: 15px 35px;
        }

            .header-rightside-nav .header-btn-link a:hover {
                text-decoration: underline;
            }


/*
@media only screen and (max-width: 420px) {

    .header-rightside-nav {
        float: none;
        width: 100% !important;
        display: block;
        clear: both;
        text-align: center;
    }
}*/
/* Sidebar Icon Navigation(Search, Whishlist, Cart) */
.sidebar-icon-nav {
    font-size: 18px;
    margin-left: 10px;
    position: absolute;
    top: 100%;
    display: flex;
    z-index: 9;
    right: 0;
    align-items: center;
    margin-top: 6px;
    margin-right: 50px;
}


    .sidebar-icon-nav .list-none-ib {
        display: flex;
    }

        .sidebar-icon-nav .list-none-ib li {
            margin-left: 8px;
        }

    .sidebar-icon-nav ul li {
    }

        .sidebar-icon-nav ul li a {
            position: relative;
            display: flex;
            align-items: center;
        }

        .sidebar-icon-nav ul li .countTip {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            background: darkorange;
            left: -5px;
            top: -5px;
            text-align: center;
            line-height: 21px;
            font-size: 11px;
            color: #fff;
        }

    .sidebar-icon-nav .cart-icon, .sidebar-icon-nav .cart-title {
        display: inline-block;
    }

    .sidebar-icon-nav .cart-title {
        font-size: 13px;
        margin: 0 8px;
        color: #fff;
    }


        .sidebar-icon-nav .cart-title .strong {
            font-weight: normal;
        }

    .sidebar-icon-nav > ul > li > a i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
        position: relative;
background: #fff;

border-radius: 50%;

color: #000;
    }



/*==========================================================================================================*/
/* INTRO     ||---------------------------- */
/*==========================================================================================================*/
/*intro*/
.intro {
    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: 3050;
    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: #333333;
}

    .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: #FFFFFF !important;
        margin-bottom: 0;
        margin-top: 0;
    }

/*Cart Product Content*/
.sidebar-menu .cart-widget-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    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: 30%;
                }

                    .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: 15px;
                    padding-right: 20px;
                    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: #fff;
                        font-size: 13px;
                        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: #fff;
                        }

                    .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: #fff;
                        }
/*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: 30px;
        display: table-cell;
        vertical-align: bottom;
    }

    .sidebar-menu .cart-widget-footer .cart-total-hedding {
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

        .sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
            color: #fff;
            float: right;
        }

    .sidebar-menu .cart-widget-footer .cart-action-buttons {
        display: block;
        text-align: center;
    }

        .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;
            }



/*------------------------------------------------------------------*/
/* 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: "rebuk";
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }


        .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: #fff;
        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: #fff;
    font-family: "rebuk";
    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: #fff;
            }

/*------------------------------------------------------------------*/
/* 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;
display:none;
}

.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: #fff; /* 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: #fff;
        }

.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: #fff;
            }

@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: "rebuk";
    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: #c0c0c0;
    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;
    padding: 40px 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;
            color: #333 !important;
        }

            .breadcrumb .breadcrumb-link a:after {
                content: "\f105";
                font-weight: normal;
                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: 40px;
    margin-bottom: 40px;
}

    .widget-sidebar:last-child {
        border-bottom: 0px none;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

.widget-title {
    margin-bottom: 25px;
}

    .widget-title.highlight {
        background-color: #fff;
        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: #fff;
    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: #fff;
                }
/* 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: #323232;
    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: #323232;
        }

/*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: #fff;
        border-radius: 30px;
        -border-radius: 30px;
        border-radius: 30px;
    }

        .widget-filter-tag ul li a:hover {
            color: #fff;
        }
/*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 10px 0 15px;
        text-align: left;
        vertical-align: top;
        width: 75%;
    }

        .widget-product ul li .product-content .product-link {
            color: #fff;
            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: #fff;
        }

        .widget-product ul li .product-content .product-amount {
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            font-family: "rebuk";
            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: #fff;
}

/*------------------------------------------------------------------*/
/* Toggle */
/*------------------------------------------------------------------*/
.toggle-content {
    display: none;
}

/*------------------------------------------------------------------*/
/* Product Listing Page (Top-Banner, Title, Filter Product-Grid) */
/*------------------------------------------------------------------*/

/*Title*/
.list-page-title {
    margin-bottom: 15px;
}


.list-page-title h3 {
color: #0096FF !important;
font-size: 20px;
margin: 0;
}

    .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: #fff;
        }

            .product-view-switcher .product-view-icon.product-view-icon-active a, .product-view-switcher .product-view-icon a:hover {
                background: #FFD100;
                color: #111;
                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-item-element {
        margin-bottom: 30px;
    }

.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: #fff;
            }

                .pagination-numbers li a:hover, .pagination-numbers li span:hover, .pagination-numbers li span.current, .pagination-numbers li a.current {
                    color: #fff;
                    background-color: #fff;
                }

                .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 {
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #111;
background: linear-gradient( to right, #0096FF ,#002869);
}

.copyrights {
    text-align: center;
}

    .copyrights p {
        color: #000;
        margin: 0;
    }

        .copyrights p.copyright {
            margin-bottom: 0;
        }

    .copyrights a {
        color: #000;
    }

        .copyrights a:hover {
            text-decoration: underline;
        }

.footer-newsletter {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    margin: 25px auto 5px;
    padding: 25px 20px;
    text-align: center;
}

    .footer-newsletter h3, .footer-newsletter h4 {
        color: #000;
        display: inline-block;
        line-height: 40px;
        margin-bottom: 0;
        margin-right: 15px;
        vertical-align: middle;
    }

.footer-newslettr-inner {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
}

    .footer-newslettr-inner input {
        border: none;
        min-width: 320px;
        width: 330px;
        max-width: 100%;
        padding-left: 20px !important;
        background: none;
    }


.footer-block {
    display: block;
    margin: 0;
}

    .footer-block img {
        max-width: 280px;
    }


    .footer-block p {
        color: #acacac;
        margin: 30px 0;
    }



.footer-social-icon {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.footer-block .footer-social-icon li {
    display: inline-block;
    width: auto;
    margin-right: 6px;
}


.footer-social-icon li a {
background: #fff none repeat scroll 0 0;
border-radius: 50px;
color: #16448a !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: #000 !important;
    }


.footer-social-icon a:hover {
    color: #fff;
}

.footer-block h6 {
    color: #000;
    margin-bottom: 20px;
    position: relative;
}


    .footer-block h6:after {
        content: "//";
        color: #fff;
        font-weight: 900;
        transform: scale(0.93) translateY(-3%);
        display: inline-block;
        margin-left: 5px;
    }


.footer-block ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    color: #acacac;
    position: relative;
}

.col-lg-2 ul li {
    padding-left: 15px;
}

    .col-lg-2 ul li:after {
        content: '-';
        font-size: 17px;
        position: absolute;
        left: 0;
        color: #fff;
        top: 0;
    }

.footer-block ul li a {
    color: #000;
    margin: 0 auto;
}

    .footer-block ul li a:hover {
        color: #000;
    }

.footer-block.contact-block li {
    padding-left: 20px;
    margin-bottom: 15px;
}

    .footer-block.contact-block li i {
        position: absolute;
        left: 0;
        line-height: inherit;
    }



/*==========================================================================================================*/
/* GLOBEL     ||---------------------------- */
/*==========================================================================================================*/
/*------------------------------------------------------------------*/
/* Promo */
/*------------------------------------------------------------------*/
.promo {
    position: relative;
}

.promo-box {
    background: #ffffff none repeat scroll 0 0;
    /*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;
        }

    .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;
    }

/*------------------------------------------------------------------*/
/* 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: 70px;
    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: 10px;
    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: #fff;
    text-transform: uppercase;
    font-family: "rebuk";
}

    .product-item .product-detail .tag:hover {
        color: #fff;
    }

.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: #f55151;
}

    .product-rating-count:hover {
        color: #f55151;
        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: #FFD100;
    color: #111;
}

.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: #FFD100;
            color: #111; /*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: #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;
            }

    .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: #fff;
    }

/*------------------------------------------------------------------*/
/* 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: #FFD100;
            color: #111;
            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: "rebuk";
    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: #FFD100;
    color: #111;
    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 {
    border: 1px solid #ddd;
    font-size: 19px;
    background: #FFD100;
    color: #111;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    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: #FFD100;
    color: #111;
    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-title {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}



.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;
}

.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 #c0c0c0;
            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: 2px solid #c0c0c0;
            opacity: 1;
        }

    .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: #fff;
        }

.single-variation-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

.product-quantity {
    position: relative;
    width: 120px;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 15px;
}

    .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: 80px;
        border-color: #ddd;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
    }

    .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;
    }

.quantityPlus, .quantityMinus {
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 30px;
    top: 0;
}

.quantityPlus {
    border-left: 1px solid #ddd;
}

.quantityMinus {
    left: 0;
    border-right: 1px solid #ddd;
}

    .quantityPlus:before, .quantityMinus:before {
        height: 100%;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 2.7;
        font-size: 18px;
    }

.quantityPlus:before {
    content: "+";
}

.quantityMinus: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: "rebuk";
        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: #fff;
        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: #fff;
            }


/*------------------------------------------------------------------*/
/* Product Tabs */
/*------------------------------------------------------------------*/
.product-tabs-wrapper {
    margin-top: 30px;
}

/* Tabs */
.product-content-tabs {
    font-family: "rebuk";
    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: #fff;
                border-bottom: 1px solid #c0c0c0;
            }

/* 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;
    }



@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: #fff;
        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: #fff;
    }

.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: "rebuk";
            font-weight: 400;
            color: #fff;
        }

        .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;
}

    .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: "rebuk";
            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;
    }

        .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 td {
        border-bottom: 1px solid #eee;
        padding: 15px 12px;
        text-align: center;
        vertical-align: middle;
    }

.post-8 td.product-thumbnail img {
    max-width: 80px;
}

.post-8 table tr td.product-name {
    text-align: left;
}

.post-8 td.product-price {
    color: inherit;
    font-size: inherit;
}

.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: 18px;
    font-weight: 600;
}

.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;
        padding: 25px 15px 15px 15px;
    }

        .post-8 .cart-collateral .cart_totals h3 {
            text-align: center;
        }

        .post-8 .cart-collateral .cart_totals div.responsive-table {
            background: #FFD100;
            color: #111;
            padding: 10px 20px;
            margin-bottom: 15px;
        }

        .post-8 .cart-collateral .cart_totals table tr td {
            text-align: right;
        }

        .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;
    padding: 40px 30px;
}

    .product-checkout .checkout-order-review h3 {
        text-align: center;
    }

    .product-checkout .checkout-order-review .product-checkout-review-order {
        display: flex;
        flex-direction: column;
    }

.product-checkout-review-order .responsive-table {
    background-color: #fff;
    padding: 20px 25px 0;
    margin-bottom: 30px;
}

.product-checkout-review-order table tr th,
.product-checkout-review-order table tr td {
    border: medium none;
    max-width: 50%;
    width: 50%;
}

.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 {
    text-align: left;
    text-transform: none;
}

.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: #fff;
}

.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;
        }







/******************/


.m-menu {
    display: block;
    float: left;
    position: static;
    text-transform: uppercase;
    width: auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 50px;
    padding-right: 50px;
background: #333333;
color: #333;
}

    .m-menu.fade-in {
        display: block;
    }

    .m-menu > ul > li {
        width: auto;
        display: inline-block;
    }


    .m-menu ul > li > a {
        font-weight: 400;
        font-size: 14px;
        padding: 16px;
        display: block;
color: #FFFFFF !important;
    }


    .m-menu ul > li:hover > a {
        color: #000;
    }

    .m-menu ul, .m-menu ul li {
        list-style: none;
    }




@media (max-width: 767px) {




    .header-main .logo {
        margin: 0;
        width: 100%;
    }

        .header-main .logo a {
            margin: 0 auto;
        }


    /**********************/

    .navigation-menu {
        max-width: 100%;
        width: 100%;
        background: none;
        color: #111;
    }

    .intro .intro-imgg {
        float: none;
        width: 100%;
        padding-left: 0;
        height: auto;
    }

    .intro {
        overflow: inherit;
    }
    /***************/

    .wi-menu {
        padding: 10px 0;
    }

    .menu-mobile {
        margin-bottom: 10px;
    }




    .m-menu > ul > li {
        width: 100%;
    }

    .m-menu ul > li > a {
        padding: 11px;
        border-bottom: 1px solid #eee;
    }

    .m-menu {
        display: none;
        width: calc(100% - 30px);
        margin: 2px auto;
        padding: 0;
    }

    .sidebar-icon-nav {
        margin-left: 0;
    }
}











/* ============================= main layout ====================== */

.title1 {
    font-family: "rebuk";
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 60px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    text-transform: capitalize;
}

    .title1:after {
        background: #000;
        width: 70px;
        bottom: -1px;
        left: 0;
        height: 3px;
        position: absolute;
        content: "";
        background: linear-gradient( to right, #fff,#eee3,#fff1a);
    }

.title2 {
    font-family: "rebuk";
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 30px;
    margin: 0;
}

.title3 {
    font-family: "rebuk";
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #c0c0c0333;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 15px;
    margin: 0;
}

h2 {
    display: block;
    font-family: "rebuk";
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}



    h2 a {
        color: #fff;
        text-decoration: none;
    }

        h2 a:hover {
            color: #fff;
        }

.img-responsive-old {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive {
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* === */

.hot-sale-wrapper {
    padding-bottom: 10px;
}

    .hot-sale-wrapper span {
        display: inline-block;
        position: relative;
        background: #e53939;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        padding: 2px 10px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .hot-sale-wrapper span:before {
            content: '';
            display: block;
            position: absolute;
            left: -6px;
            top: 7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 6px 5px 0;
            border-color: transparent #e53939 transparent transparent;
        }





.social-wrapper {
    position: fixed;
    width: 40px;
    right: 0;
    top: 250px;
    z-index: 100;
}

.social {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .social li {
        display: block;
        margin-bottom: 5px;
        height: 40px;
    }

    .social a {
        display: block;
        background: #3560b8;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        white-space: nowrap;
        height: 40px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        position: absolute;
        width: 152px;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .social a.nav1 {
            background: #3560b8;
        }

        .social a.nav2 {
            background: #00aced;
        }

        .social a.nav3 {
            background: #ff9900;
        }

        .social a.nav4 {
            background: #e22d26;
        }

        .social a.nav5 {
            background: #c21a21;
        }

        .social a:hover {
            margin-left: -100px;
        }

        .social a i {
            width: 40px;
            text-align: center;
        }

        .social a span {
            display: inline-block;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            line-height: 24px;
            vertical-align: middle;
            padding-left: 20px;
        }

#content {
    position: relative;
}

.not-front #content {
    padding-top: 20px;
}

.services-wrapper {
    border: 1px solid #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 22px 0;
}

.services-list {
    margin-left: 0;
    margin-right: 0;
}

.service1 {
    float: left;
    width: 25%;
    border-left: 1px solid #eee;
    padding: 0 22px;
}

    .service1 img {
    }

    .service1:first-child {
        border-left: none;
    }

    .service1 figure {
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .service1 .caption {
        overflow: hidden;
        line-height: 1.5;
    }

        .service1 .caption .txt1 {
            font-weight: 500;
            color: #000;
        }

        .service1 .caption .txt2 {
            color: #444;
        }

.product {
    position: relative;
}

.product-inner {
    padding: 10px;
    position: relative;
    background: #FFD100;
    color: #111;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    margin-bottom: 8px;
}

    .product-inner:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.product-thin .product-inner {
    box-shadow: none !important;
    moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 2px solid #eee;
}

.product-card {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.product-thin-hot {
    width: 64px;
    height: 64px;
    background: url(../images/hot1.png) 0 0 no-repeat;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 10;
}

.product-sale {
    background: #e53939;
}

.product-new {
    background: #4495dd;
}

.product-media {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
height: 275px;
display: grid;
align-items: center;
overflow: hidden;
padding: 8px;

background: #f8f8f8;
}

    .product-media > a {
        display: grid;
        align-items: center;
        background: #fff;
        height: 288px;
    }


.product-view {
    display: block;
    text-decoration: none;
    background: #FFD100;
    color: #111;
}

.product-media img {
    max-width: 90%;
    width: auto !important;
    height: auto;
    max-height: 100%;
    margin: 0 auto;max-height: 200px;
}

.product-links {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-inner:hover .product-links {
    opacity: 1;
    bottom: 10px;
}

.product-links a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #0096FF !important;
    color: #fff !important;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    border-radius: 2px;
float: right;

position: absolute;

right: 0;

top: 0;
}
 
.product-divider {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0px;
}

.product-thin .product-divider {
    margin-left: 0;
    margin-right: 0;
}

.product-caption {
    position: relative;
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
text-align: center;
background: linear-gradient( to right, #f9f9f9 ,#f0f0f0);
}

.product-inner:hover .product-caption {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-thin .product-caption {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.product-name {
display: block;
width: 90%;
margin: 5px auto;
}


p.product-name {
height: 36px;
overflow: hidden;font-size: 15px;
}

    .product-name a {
        display: block;
        text-decoration: none;
color: #000 !important;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.2;
    }

.product-review {
    position: relative;
    margin-bottom: 0px;
}

.product-stars {
    float: left;
    color: #d3d3d3;
    font-size: 0;
    padding-top: 6px;
    margin-bottom: 5px;
}

    .product-stars i {
        font-size: 12px;
        margin-right: 1px;
    }

    .product-stars .active {
        color: #ffae00;
    }

.product-review-txt {
    float: right;
    color: #989898;
    font-size: 12px;
    margin-bottom: 5px;
}

.product-prices {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-thin .product-prices {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}


.product-inner:hover .product-prices {
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-price {
font-weight: 500;
color: darkorange !important;
}

.product-price-old {
    float: right;
    font-size: 13px;
    color: darkorange;
    text-decoration: line-through;
}

.product-add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0;
    color: #111;
}

.product-inner:hover .product-add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0;
}

.product-thin .product-add-to-cart {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    position: relative;
    bottom: auto;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.product-add-to-cart a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #FFD100;
    color: #fff !important;
    font-size: 13px;
    line-height: 20px;
    padding: 7px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
background: linear-gradient( to right, #0096FF ,#002869);


}


    .product-add-to-cart a:hover {
        background: #FFFFFF;background: #333333;
    }

.product-offer {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
}

.product-offer-table {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 15px;
}

.product-offer-col {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.product-offer-txt {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    padding: 6px 2px;
    background: #fff;
}

    .product-offer-txt span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        color: darkorange;
    }

.product-short-description {
    padding-top: 15px;
    padding-bottom: 20px;
}

.product-vertical-list .product {
    margin-bottom: 5px;
    padding-bottom: 5px;
    clear: both;
}

    .product-vertical-list .product:last-child {
        border-bottom: none;
    }

.product-vertical-list .product-media {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.product-vertical-list .product-divider {
    display: none;
}

.product-vertical-list .product-caption {
    overflow: hidden;
}

.product-vertical-list .product-links {
    display: none;
}

.product-vertical-list .product-inner:hover {
    z-index: 2;
}

.product-vertical-list-big .product-inner:hover {
    background: #f4f4f4;
}

.product-vertical-list-big .product {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
}

    .product-vertical-list-big .product:last-child {
        border-bottom: none;
    }

.product-vertical-list-big .product-media {
    float: left;
    width: 250px;
    margin-right: 20px;
}

.product-vertical-list-big .product-divider {
    display: none;
}

.product-vertical-list-big .product-caption {
    overflow: hidden;
}

.product-vertical-list-big .product-inner:hover .product-caption {
    padding-top: 20px;
    padding-bottom: 0px;
}

.product-vertical-list-big .product-inner .product-links {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.product-vertical-list-big .product-inner:hover .product-links {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: auto;
}

.product-vertical-list-big .product-prices {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-vertical-list-big .product-inner:hover .product-prices {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-vertical-list-big .product-add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0;
    position: relative;
    display: inline-block;
    width: 230px;
    max-width: 100%;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product-vertical-list-big .product-inner:hover .product-add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0;
}

.product-vertical-list-big .product-review-txt {
    float: left;
    padding-left: 10px;
}

.product-vertical-list-big .product-price-old {
    float: left;
    padding-left: 10px;
}

.product-vertical-list-big .product-add-to-cart a {
    background: linear-gradient( to right, #1d4794, #1e2a3f);
}

    .product-vertical-list-big .product-add-to-cart a:hover {
        background: linear-gradient( to right, #1d4794, #1e2a3f);
        color: #fff;
    }

.owl-carousel-normal {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    margin-bottom: 20px;
}

    .owl-carousel-normal .item {
        padding: 0 10px;
    }

.owl-carousel-wide {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    margin-bottom: 20px;
}

    .owl-carousel-wide .item {
        padding: 10px;
    }

.owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 0px;
    white-space: nowrap;
}

    .owl-carousel .owl-nav i {
        line-height: inherit;
    }

.owl-carousel .owl-prev {
    border-right: 1px solid #eee;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: inline-block;
    font-size: 20px;
    line-height: 16px;
    height: 16px;
    text-align: center;
    width: 27px;
    color: #c6c6c6;
    height: 27px;
    background: #eee;
    color: #000;
    border-radius: 50%;
    line-height: 27px;
    font-size: 15px;
    margin-left: 3px;
    border: none;
}

    .owl-carousel .owl-prev:hover,
    .owl-carousel .owl-next:hover {
    }

.owl-carousel-thin {
}

.dssection .banner {
    margin: 15px 0 0;
}

.banner a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .banner a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.banner img {
    width: 100%;
    max-height: 230px;
}

.tabs1-wrapper {
    padding-bottom: 30px;
}

    .tabs1-wrapper ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        border: 2px solid #fff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .tabs1-wrapper li {
        display: block;
        width: 10%;
        float: left;
        border-left: 1px solid #ebebeb;
    }

        .tabs1-wrapper li:first-child {
            border-left: none;
        }

    .tabs1-wrapper a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        padding: 10px 2px;
    }

    .tabs1-wrapper .active a {
        background: #fafafa;
        color: #fff;
    }

    .tabs1-wrapper figure {
    }

    .tabs1-wrapper img {
        margin-left: auto;
        margin-right: auto;
    }

.tabs1-content {
    display: block;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}

    .tabs1-content > li {
        display: block;
        float: left;
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }




.brands-section {
    padding: 0 0 20px 0;
}

.brands-carousel .item {
    height: 100px;
    display: grid;
    align-items: center;
    background: #FFD100;
    color: #111;
}

.brands-carousel .img-he img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 50px;
}

.brands-carousel a {
    display: block;
}

    .brands-carousel a:hover img {
    }




/* 02. slider area css here */
.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 355px;
    background-size: 100% 100% !important;
    display: grid;
    align-items: center;
    position: relative;
}

    .single_slider:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: #0003;
        background: linear-gradient( to right, #000c, #9ca1c61a);
        background: linear-gradient( to right, #0000003b, #9ca1c61a);
    }


.slider_area .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 25px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-dots {
        bottom: 10px;
    }
}

.slider_area .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #0909094d;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

    .slider_area .owl-dots .owl-dot.active {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .slider_area .owl-dots .owl-dot.active::before {
            position: absolute;
            content: "";
            background: #e67817;
            width: 12px;
            height: 12px;
            left: -3px;
            top: -3px;
        }



.slider_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}


.slider_area:hover .owl-nav {
    opacity: 1;
}

.slider_area .owl-nav > div {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    line-height: 45px;
    background: #0003;
    text-align: center;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    margin: 0;
}


    .slider_area .owl-nav > div span:before {
        line-height: 45px;
    }


    .slider_area .owl-nav > div.owl-next {
        left: auto;
        right: 0;
    }












.slider_content {
    padding: 40px 0 40px 70px;
}

@media only screen and (max-width: 767px) {
    .slider_content {
        padding: 25px 20px;
        width: 100%;
    }
}

.slider_content h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #e67817;
    max-width: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h1 {
        font-size: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h1 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 18px;
    }
}

.slider_content h2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}

    .slider_content h2::before {
        position: absolute;
        content: "";
        height: 1px;
        width: 70px;
        background: #c0c0c0;
        right: -88px;
        opacity: 0.5;
        top: 50%;
        transform: translatey(-50%);
    }

@media only screen and (max-width: 767px) {
    .slider_content h2::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h2 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}
/*
.slider_content a {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  display: inline-block;
border: 0;
  border-radius: 5px;
}/*
.slider_content a:hover {
  color: #fff;
  background: #c0c0c0;
}*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content a {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content a {
        margin-top: 20px;
        height: 43px;
        line-height: 43px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content a {
        font-weight: 500;
        margin-top: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .slider_content h1 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.dmore {
    margin: 0;
    float: right;
    line-height: 27px;
}

    .dmore a {
        color: #000;
        text-transform: capitalize;
        display: block;
        margin-right: 8px;
    }




/* 12. Features */
.features-item {
    position: relative;
}

.features-thumb {
    border-radius: 4px;
    overflow: hidden;
}

    .features-thumb img {
        transform: scale(1);
        transition: .5s ease-out;
        height: 183px;
        width: 100%;
    }

.features-item:hover .features-thumb img {
    transform: scale(1.1);
}

.features-content {
    position: absolute;
    left: 45px;
    top: 55px;
    width: 50%;
}

    .features-content span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #027dc0;
        display: block;
        margin-bottom: 5px;
    }

    .features-content .title {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .features-content p {
        font-size: 13px;
        font-weight: 500;
        color: #515050;
        margin-bottom: 20px;
    }

    .features-content .btn {
        text-transform: uppercase;
        padding: 12px 17px;
        border-radius: 19px;
    }

    .features-content.white-content .title {
        color: #fff;
    }

    .features-content.white-content p {
        color: #fff;
    }

.features-style-two .features-content span {
    color: #027dc0;
}
/* features-area-three */
.features-area-three .row .col-45 {
    width: 46.26%;
    flex: 0 0 46.26%;
}

.features-area-three .row .col-55 {
    width: 53.64%;
    flex: 0 0 53.64%;
}

.features-area-three .features-thumb {
    border-radius: 6px;
    position: relative;
}

    .features-area-three .features-thumb:before {
        position: absolute;
        content: "";
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        border: 1.5px solid #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s,transform 0.35s;
        -moz-transition: opacity 0.35s,transform 0.35s;
        -ms-transition: opacity 0.35s,transform 0.35s;
        -o-transition: opacity 0.35s,transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        z-index: 2;
    }



    .features-area-three .features-thumb:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.features-area-three .features-content {
    left: 50px;
    top: 55px;
    width: 50%;
}

    .features-area-three .features-content .title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .features-area-three .features-content .small-title {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 34px;
    }

    .features-area-three .features-content .price {
        font-size: 28px;
        margin-bottom: 3px;
    }

    .features-area-three .features-content ul {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

        .features-area-three .features-content ul li {
            color: #000;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 11px;
            padding-right: 11px;
            position: relative;
        }

            .features-area-three .features-content ul li::before {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 2px;
                height: 14px;
                background: #a08b00;
            }

            .features-area-three .features-content ul li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

                .features-area-three .features-content ul li:last-child::before {
                    display: none;
                }

    .features-area-three .features-content.white-text ul li,
    .features-area-three .features-content.white-text .small-title,
    .features-area-three .features-content.white-text .title {
        color: #fff;
    }

    .features-area-three .features-content.white-text .price {
        color: #f9d904;
    }

    .features-area-three .features-content.white-text ul li::before {
        background: #FFD100;
        color: #111;
    }

.features-area-three {
    padding: 30px 0;
}




/* 21. shipping css here */
.shipping_inner {
    border: 1px solid #f0f0f0;
    padding: 19px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.single_shipping {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    border-left: 1px solid #f0f0f0;
    width: 25%;
    float: left;
}

    .single_shipping:first-child {
        border: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_shipping {
        margin-bottom: 12px;
        width: 50%;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single_shipping {
        margin-bottom: 12px;
        border: 0;
        width: 100%;
    }

        .single_shipping:last-child {
            margin-bottom: 0;
        }
}

.shipping_icone {
    margin-right: 14px;
}

.shipping_content h2 {
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 4px;
}

.shipping_content p {
    font-size: 13px;
    line-height: 18px;
}


.shipping_area {
    padding: 30px 0;
}



/*************** category ****************/


.index-cat-item {
}

.index-cat-link {
    color: inherit;
    display: block
}

    .index-cat-link:hover {
        color: inherit;
        opacity: .95;
        text-decoration: none
    }

.index-cat-name {
    bottom: 0;
    font-size: 1rem;
    left: 0;
    margin: 1rem;
    max-width: calc(100% - 2rem);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 0;
    text-align: center;
    color: #000;
}

.index-cat-link:hover .index-cat-name {
}

.index-cat-img-wrap:before {
    padding-top: 117.4061433447%
}

.index-cat-img-wrap {
    background: #dee2e6
}

.index-cat-link.focus-visible .index-cat-img-wrap {
    box-shadow: 0 0 0 2px #e6007d
}


.deful-padd {
    padding: 15px 0;
}



.fifve-slider.owl-carousel .owl-nav.disabled {
    display: block;
}



/* jtv-subbanner CMS */

.jtv-banner-block {
    padding: 25px 0;
    padding-bottom: 0;
}

.jtv-subbanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: inline-block;
}

    .jtv-subbanner a {
        display: block;
        position: relative;
    }

    .jtv-subbanner > a:before {
        content: "";
        position: absolute;
        box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        -webkit-box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        -moz-box-shadow: 0 0 125px rgba(0,0,0,0.20) inset;
        height: 100%;
        width: 100%;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        z-index: 9;
        left: 0;
        right: 0;
    }

    .jtv-subbanner:hover > a:before {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }


    .jtv-subbanner > a {
        background: #000;
    }

    .jtv-subbanner img {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        opacity: 0.7;
        width: 100%;
    }

    .jtv-subbanner:hover img {
        transform: scale(1.125);
        -webkit-transform: scale(1.125);
        -moz-transform: scale(1.125);
        -ms-transform: scale(1.125);
        -o-transform: scale(1.125);
    }

.text-block {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
    padding-top: 20px;
}

.text1 a {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.text2 a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.text3 a {
    text-transform: uppercase;
    padding: 5px 10px;
    background: #F02640;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .text3 a:hover, .jtv-subbanner2 .text3 a:hover {
        background: #222;
    }

.jtv-subbanner2 .text3 a {
    background: #ff7474;
}




@media (max-width: 767px) {

    .service1 figure {
        margin-bottom: 0;
    }

    .product-media > a {
        height: 188px;
    }

    .footer-block ul li a {
        display: block;
    }

    .mb-sm-45 {
        margin-bottom: 15px;
    }

    .footer-block ul li a br {
        display: none
    }

    .footer-block h6 {
        margin-bottom: 10px;
    }

    .footer-block.contact-block li {
        margin-bottom: 5px;
    }

    .services-wrapper {
        padding: 0;
    }

    .footer-block
    .footer-newsletter {
        padding: 15px 10px;
    }

    .service1 {
        float: none;
        width: 100%;
        border-bottom: 1px solid #0003;
        padding: 15px 22px;
    }

        .service1:last-child {
            border-bottom: none;
        }

    .footer-newsletter {
        margin-top: 0;
    }

        .footer-newsletter h3, .footer-newsletter h4 {
            font-size: 16px;
        }


    .footer {
        padding-top: 10px;
    }

    .footer-newslettr-inner {
        display: flex;
    }


    .owl-carousel-thin .product-media img {
        width: auto;
        margin: 0 auto;
    }

    .footer-newslettr-inner .btn.fancy {
        padding: 15px 0 !important;
        width: 120px;
    }


    .footer-social-icon {
        margin-top: 0;
        text-align: center;
    }

    .footer-block img {
        margin: 0 auto;
        display: block;
        max-width: 280px;
    }

    .deful-padd {
        padding: 5px 0;
    }

    .banner {
        margin-bottom: 10px;
    }


    .title1 {
        font-size: 17px;
    }

    .header-main.fixed {
        top: 0;
    }

    .dssection .banner {
        margin: 5px 0 15px;
    }

    .index-cat-name {
        bottom: 0;
        font-size: 14px;
    }

    .header-main .logo {
        text-align: center;
    }

.page-content-wraper {
padding: 0 !important;
margin-top: 0;
}


    .sidebar-icon-nav {
        margin: 0;
        top: 115px;
        right: 15px;
    }

    .menu-mobile,
    .m-menu-mobile {
background: linear-gradient( to bottom , #0067b7 ,#00438a);
        color: #fff;
    }


        .menu-mobile:hover,
        .m-menu-mobile:hover {
            color: #fff;
        }
.cart-count,
.cart-price.strong,
    .sidebar-icon-nav .cart-title {
        color: #fff !important;
    }

    .single_slider {
        height: 180px;
    }


    .header-topbar .topbar-right > ul > li > a {
        padding: 8px 4px;
    }

    i.left {
        margin-right: 4px;
    }


    i.right {
        margin-left: 4px;
    }


    .header-main .logo a img {
        margin-bottom: 10px;
    }
    /*

.owl-carousel .owl-nav {
top: -45px;
}
*/



    .slider_area .owl-nav > div {
        width: 35px;
        line-height: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px
    }


        .slider_area .owl-nav > div span:before {
            line-height: 35px;
        }

    .swiper-container {
        margin-bottom: 10px;
    }


    .banner img {
        height: 80px;
    }


    .features-area-three img,
    .features-thumb img {
        height: 120px;
        width: 100%;
        margin-bottom: 10px;
    }
}
.product-links {
    top: 5px;
    right: 5px;
    width: 35px !important;
    opacity: 1;
    transform: none;
}




/* ============================= search-form ====================== */

.search-form-wrapper {
    position: relative;
}

.search-form-wrapper .form-control {

    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-top: 12px;
    padding-bottom: 11px;
    height: 47px;
color: #7e7e7e !important;
    background: none;
    padding-left: 20px;
    padding-right: 110px;
    font-size: 13px;
border: none;
}

.top2_wrapper.v2 .search-form-wrapper .form-control {
    height: 43px;
    padding-top: 10px;
    padding-bottom: 9px;
}

.search-form-wrapper .form-control:focus {
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #c29032;
}

.search-form-wrapper a {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 100px;
    line-height: 47px;
    color: #333e48;
    background: #fcca0d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
background: #333333;

color: #333 !important;
}

.top2_wrapper.v2 .search-form-wrapper a {
    background: #2d719d;
    color: #fff;
    line-height: 43px;
}

.search-form-wrapper a:hover {
color: #fff !important;
background: #2d719d;
}

.top2_wrapper.v2 .search-form-wrapper a:hover {
    color: #333e48;
    background: #fcca0d;
}



.search_section_wrapper {
    width: 550px;
max-width:100%;
    height: 47px;
    float: none;
    background: #fff;
    margin-right: 35px;
    margin-top: 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    position: relative;
    color: #333e48;margin-top: 40px;
margin: 35px auto 0;
}

.top2_wrapper.v2 .search_section_wrapper {
    border: 2px solid #333e48;
}

.all_categories1 {
    display: block;
    vertical-align: top;
    border-right: 1px solid #e5e6e7;
    padding-right: 20px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 170px;
}

.top2_wrapper.v2 .all_categories1 {
    top: 10px;
}

.all_categories1 .dropdown-toggle {
    border: none;
    padding: 0 0px 0 25px;
    background: none !important;
    outline: none;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    color: #333e48;
}

.all_categories1 .dropdown-toggle:focus,
.all_categories1 .dropdown-toggle:hover,
.all_categories1 .dropdown-toggle:active {
    background: none;
    outline: none;
    box-shadow: none;
    color: #333e48 !important;
}

.all_categories1 .dropdown-toggle .caret {
    display: inline-block;
    width: 7px;
    height: 4px;
    border: none;
    background: url(../images/caret2.png) 0 0 no-repeat;
    margin-left: 25px;
}

.all_categories1 .open>.dropdown-toggle {
    color: #333e48;
}

.all_categories1 .dropdown-menu {
    min-width: 255%;
    margin: 0;
    padding: 0;
    left: 20px;
    right: auto;
    margin-top: 11px;
    border-radius: 0;
    border-top: 2px solid #fcca0d;
    box-shadow: none;
    z-index: 41;
    background: #fff;
}

.all_categories1 .dropdown-menu li {
    border-top: 1px solid #fff3;
}

.all_categories1 .dropdown-menu li:first-child {
    border-top: none;
}

.all_categories1 .dropdown-menu a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px 4px 25px;
    color: #333e48;
    text-decoration: none;
}

.all_categories1 .dropdown-menu a:hover {
    background: #2d719d;
    color: #fff;
}


.no-desk {
display:none;
}

@media (max-width: 767px) {

    .product-prices {
        opacity: 1 !important;
    }

    .product-item-element {
        width: 50%;padding:0 10px;
    }



.product-media {
height: 200px;
}

.product-media img {
max-height: 180px;
}

    .product-add-to-cart {
        opacity: 1;
        transform: none;
        bottom: 0;
        position: inherit;
    }

    .product-links {
        width: auto;
        opacity: 1;
        transform: none;
        top: 5px;
        right: 5px;
    }

.no-desk {
display:block;
}

.search_section_wrapper {

display:none;}

.search_section_wrapper {
width:100%;
margin:10px auto;
}



.sidebar-icon-nav > ul > li > a i {
color: #1b4687;
}

.m-menu {
  background: linear-gradient( to left , #fff , #f5f5f5);
}




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


.header-main.fixed .sidebar-icon-nav {

top:5px;
}


.header-main.fixed .m-menu-mobile {
margin: 9px 0;
}



}






