﻿@charset "utf-8";

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v1/gG8m82oGcrBJF727xHU04fY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v1/F4YWuALHubF63LLQPw0rMfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v1/HLBysyo0MQBO_7E-DWLwzg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v1/BAM-XigHGVWzifDv8-EC1SEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v1/9VWMTeb5jtXkNoTv949NpSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v1/zO07Oxe3SOlw0l2YX2sdIfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body, html, form, section {
    height: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;  /*13px*/
    font-weight: 400;
    line-height: 1.62857143;
    color: #333;
    background: #fff;
    padding-top: 103px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #a86a21;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #a86a21;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 15px
}

body {
    opacity: 0
}

.text-black {
    color: #000 !important;
}

.home-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.scrollup {
    position: fixed;
    bottom: 5px;
    right: 0;
    display: none;
    z-index: 1;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.scrollup {
    -webkit-animation: slideInRight 300ms ease;
    -moz-animation: slideInRight 300ms ease;
    -ms-animation: slideInRight 300ms ease;
}

    .scrollup .fa {
        display: block;
        font-size: 24px;
        line-height: normal;
    }

a.scrollup {
    background: #891418;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

    a.scrollup:hover {
        background: #891418;
    }

.clear {
    clear: both;
}

.spacer1 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer2 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer3 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer4 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}

.border {
    border: 1px solid #ccc !important;
}

.no-border {
    border: none !important
}

.no-border-l {
    border-left: none !important;
}

.no-border-r {
    border-right: none !important;
}

.no-border-t {
    border-top: none !important;
}

.no-border-b {
    border-bottom: none !important;
}

.border-t {
    border-top: 1px solid #ccc !important
}

.border-b {
    border-bottom: 1px solid #ccc !important
}

.no-border-rad {
    border-radius: 0px !important
}

.no-shadow {
    box-shadow: none !important
}

.no-margin {
    margin: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.marg-t {
    margin-top: 15px !important;
}

.marg-b {
    margin-bottom: 15px !important;
}

.marg-ftr-t {
    margin-top: 20px !important;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-l {
    padding-left: 0 !important;
}

.no-pad-r {
    padding-right: 0 !important;
}

.no-pad-t {
    padding-top: 0 !important;
}

.no-pad-b {
    padding-bottom: 0 !important;
}

.no-pad-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-t {
    padding-top: 40px !important;
}

.pad-b {
    padding-bottom: 40px !important;
}

.pad-t-nav {
    padding-top: 10px !important;
}

hr.solid {
    border: 0;
    border-top: 1px solid #ccc;
}

hr.dotted {
    border: 0;
    border-top: 1px dotted #666;
    background: #292929;
}

hr.dashed {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #fff;
}

hr.double {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #999;
}

.err {
    font-size: 12px;
    color: #c80000;
}

a.text-underline {
    text-decoration: underline;
}

.errmsg {
    float: left;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    position: absolute;
    left: 0;
    top: -22px;
    z-index: 9;
    background: #c80000;
    padding: 2px 5px;
}

    .errmsg:before {
        content: "";
        position: absolute;
        left: 5px;
        bottom: -5px;
        border-top: 5px solid #c80000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.list-inline {
    margin-left: 0px !important;
}

    .list-inline li {
        /*margin-bottom: 5px !important;*/
        margin-bottom: 0px !important;
    }

.list-unstyled li {
    margin-bottom: 5px !important;
}

.fa-icon {
    padding-left: 25px !important;
    position: relative;
}

    .fa-icon > .fa {
        position: absolute;
        top: 2px;
        margin-left: -25px !important;
    }

.red {
    color: #c80000;
}

a, .btn {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

ul.social_media {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 0px 10px 5px;
        border: none;
        vertical-align: top;
    }

        ul.social_media li a {
            display: block;
            font-size: 20px;
            background: transparent;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        padding: 0px;
        margin: 0px;
        font-weight: 300;
        color: #646464;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #646464;
    }

        ul.social_media .fa:hover {
            color: #fff;
            border-color: transparent;
        }

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .fa-facebook:hover {
        background: #3b5998;
    }

    .fa-google:hover {
        background: #3f85f4;
    }

    .fa-google-plus:hover {
        background: #d13f2d;
    }

    .fa-linkedin:hover {
        background: #0275b5;
    }

    .fa-youtube:hover {
        background: #ce332d;
    }

    .fa-youtube-play:hover {
        background: #ce332d;
    }

    .fa-tumblr:hover {
        background: #274152;
    }

    .fa-twitter:hover {
        background: #4dc8f1;
    }

    .fa-pinterest:hover {
        background: #cb2028;
    }

    .fa-instagram:hover {
        background: #3e739d;
    }

.btn-primary {
    background: #891418 !important;
    /*box-shadow: inset 0 0 0 50px #891418;*/
    border: 1px solid #891418 !important;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 20px !important;
    border-radius: 8px !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #a86a21 !important;
        border-color: #a86a21 !important;
    }

.btn-default {
    font-size: 20px !important;
}
/*.btn-sm, .btn-group-sm > .btn {
    padding: 5px !important;
    font-size: 15px !important;
    line-height: 0 !important;
}*/
.parallax-container {
    min-height: 300px;
    width: 100%;
}

.parallax-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0px 0;
    margin: 0px;
    overflow: hidden;
    clear: both;
    float: left;
    z-index: 0;
}

/*.breadcrumbs_panel {
    padding: 0px 0;
    margin: 0px 0px 20px 0;
    border-top: 1px solid #891418;
}

.breadcrumb {
    padding: 0 !important;
    margin: 20px 0px 0px 0px !important;
    background-color: transparent !important;
}

    .breadcrumb li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 13px;
    }

        .breadcrumb li.active {
            color: #000;
        }

    .breadcrumb a {
        color: #404040;
        text-decoration: none;
        padding: 0;
    }

        .breadcrumb a:hover {
            color: #404040;
            text-decoration: underline;
        }

    .breadcrumb h1 {
        display: inline-block;
        font-size: 14px;
        color: #404040;
    }*/
.breadcrumb li.active {
    color: #891418;
}

.breadcrumb a {
    color: #404040;
    text-decoration: none;
    padding: 0;
}

    .breadcrumb a:hover {
        color: #404040;
        text-decoration: underline;
    }

.breadcrumbs_panel {
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    border-top: 1px solid #891418;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.map-container {
    width: 100%;
    height: 300px;
    border: 0px;
    float: left;
    padding: 0;
    margin: 0;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0px;
        pointer-events: none;
    }

.form-control, .btn {
    border-radius: 0px !important;
    resize: none;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    width: 100%;
    float: left;
}

@media (min-width:768px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 100%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.th {
    background: #cea654;
}

.tch {
    background: #777;
    color: #fff;
}

.tc {
    background: #f5f5f5;
}

.btn-outline {
    background: none;
    border: 1px solid #cccccc !important;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline {
    }

    .btn-outline:active, .btn-outline.active {
        box-shadow: none;
    }

    .btn-outline.btn-sm {
        border-radius: 0px;
    }

.fa-20 {
    width: 20px;
    text-align: center;
}

.fa-25 {
    width: 25px;
    text-align: center;
}

.fa-30 {
    width: 30px;
    text-align: center;
}

@media (min-width:768px) {
}

@media (min-width:992px) {
    .text-md-right {
        text-align: right;
    }
}

@media (min-width:1200px) {
    .text-md-right {
        text-align: right;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    padding: 0;
    margin: 0;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 300;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-weight: 600;
    font-size: 26px;
    color: #323232;
}

.h2, h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 18px
}

.h4, h4 {
    font-size: 16px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

.heading {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto 25px;
    padding: 0px;
    float: none;
}

    .heading:before {
        content: "";
        width: 50px;
        height: 2px;
        background: #a86a21;
        bottom: -5px;
        position: absolute;
        left: 48%;
        /*margin-left: -25px;*/
    }

.head-nr {
    margin: 3px auto 25px;
    text-align: left;
}

    .head-nr:before {
        display: none;
    }

.heading h2, .heading h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    padding: 0px;
    margin: 0;
    color: #a86a21;
}

    .heading h2 span, .heading h1 span {
        text-transform: initial;
        font-style: italic;
        font-weight: 500;
    }

@media screen and (max-width: 768px) {
    .heading:before {
        left: 42%;
    }
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    /*min-height: 100%;*/
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 0px;
    clear: both;
}

header {
    background: #fff !important;
    background-color: #fff !important;
}

.header-top {
    padding: 0px 0px;
    background: #fff !important;
    background-color: #fff !important;
}

.header-top-right {
    text-align: right;
}

    .header-top-right > ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .header-top-right > ul > li {
            position: relative;
            list-style: none;
            background: #fff !important;
            padding: 3px 0;
            margin: 0 0 0 0px;
            display: inline-block;
            border-right: 1px solid #eeebe7;
        }

            .header-top-right > ul > li:last-child {
                border-left: 1px solid #eeebe7;
                /*padding-top: 4px;*/
            }
            /*.header-top-right > ul > li:nth-last-child(-n+2) {
                border-right: 0;
            }*/
            .header-top-right > ul > li > a {
                display: block;
                padding: 2px 8px 0px 8px;
                line-height: 50px;
                position: relative;
                text-decoration: none;
            }

    .header-top-right ul > li span.head {
        padding-left: 8px;
    }

    .header-top-right ul > li > a:hover {
        color: #000;
    }

    .header-top-right ul > li:hover > a {
        color: #000;
    }

    .header-top-right li.dropdown > a {
        padding-right: 25px;
    }

        .header-top-right li.dropdown > a:after {
            position: absolute;
            top: 0;
            right: 10px;
            display: block;
            /*content: "\f107";*/
            font-family: 'FontAwesome';
            -webkit-transition: all .50s ease;
            -moz-transition: all .50s ease;
            -ms-transition: all .50s ease;
            -o-transition: all .50s ease;
            transition: all .50s ease;
        }

    .header-top-right .dropdown-menu {
        background: #fff;
        border-radius: 0;
        top: auto;
        top: 53px;
        margin-top: -2px;
        border: 1px solid #d6d6d6 !important;
    }

    .header-top-right .dropdown-login {
        width: 280px !important;
        padding: 15px !important;
        font-size: 13px;
    }

        .header-top-right .dropdown-login .form-control {
            font-size: 13px;
        }

    .header-top-right ul .dropdown-menu {
        padding: 0;
        margin: 0;
    }

        .header-top-right ul .dropdown-menu li {
            border-bottom: 1px solid #f5f5f5;
        }

            .header-top-right ul .dropdown-menu li a {
                padding: 10px;
                box-shadow: none;
            }

                .header-top-right ul .dropdown-menu li a:hover {
                    background: transparent;
                }

    .header-top-right .dd_currency > .dropdown-menu {
        /*min-width: 80px;*/
    }

@media (max-width:992px) {
    body {
        padding-top: 102px;
    }

    .header-top-right ul > li span.head {
        display: none !important;
    }

    .header-top-right .dd_currency span.head {
        display: block !important;
        padding-left: 0px;
    }

    .header-top-right .dropdown-login {
        right: 0;
        left: auto;
    }
}

@media (max-width:767px) {
    .header-top .col-sm-3, .header-top .col-sm-9 {
        padding: 0;
    }

    .header-top .logo {
        text-align: center;
    }

    .header-top-right > ul {
        border-top: 1px solid #eeebe7;
    }

    .header-top-right ul > li span.head {
        display: none !important;
    }

    .header-top-right > ul > li > a {
        line-height: 40px;
        padding: 0 10px;
    }

    .header-top-right {
        text-align: center;
    }

        .header-top-right .dropdown-menu.dropdown-login {
            right: 50% !important;
            left: auto !important;
            margin-right: -125px;
        }
}

.header-menu {
    background: #a86a21;
    padding: 0px 0;
    /*line-height: 100px;*/
    line-height: 45px;
}

    .header-menu .logo { /*padding:20px 0 0;*/
        margin: 0;
        vertical-align: top;
        display: inline-block;
        position: absolute;
        left: 0;
        /*top: -53px;*/
        bottom: -20px; /*05July2021*/
    }

        .header-menu .logo h1 {
            line-height: 0px !important;
            padding: 0px 0;
            margin: 0;
        }

        .header-menu .logo img {
            max-width: 100%;
            height: 95px;
            -webkit-transition: height 0.6s;
            -moz-transition: height 0.6s;
            transition: height 0.6s;
        }

@media (min-width: 992px) {
    .navbar-nav {
        justify-content: flex-end;
        display: flex;
    }
}

.navbar {
    border: 0px !important;
    border-radius: 0px !important;
}

.navbar, .navbar-nav {
    border: none !important;
    margin-bottom: 0px !important;
}

    .navbar-nav .fa-home {
        font-size: 1.33333333em;
    }

.nav > li > a {
    color: #333;
    display: block !important;
    text-decoration: none;
    text-transform: uppercase;
}

.nav li:hover > a {
    color: #891418 !important;
    background: transparent !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    /*color: #891418 !important;*/
	color: #cfc4c4 !important;
    background: transparent !important;
}

.nav > li.active > a, .nav > li.active > a:hover {
    color: #891418 !important;
    background: transparent !important;
}

.nav > li.active:hover > a {
    color: #891418 !important;
    background: transparent !important;
}

.nav > li.dropdown > a {
    padding-right: 25px;
}

    .nav > li.dropdown > a:after {
        position: absolute;
        top: 0;
        line-height: 50px;
        right: 11px;
        display: block;
        content: "\f107";
        font-family: 'FontAwesome';
        -webkit-transition: all .50s ease;
        -moz-transition: all .50s ease;
        -ms-transition: all .50s ease;
        -o-transition: all .50s ease;
        transition: all .50s ease;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: transparent;
}

@media (min-width:992px) {
    .navbar-nav {
        width: 100%;
    }

    .nav > li > a {
        display: inline-block !important;
        border-bottom: 0px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav > li > a {
        color: #fff;
        padding: 10px 12px !important;
    }
}

@media (max-width:1024px) {
    .nav > li > a {
        padding: 10px 8px !important;
        font-size: 11px;
    }

    .nav > li.dropdown > a {
        padding-right: 22px !important;
    }

        .nav > li.dropdown > a:after {
            line-height: 40px;
        }

    .cat_menu li {
        display: block;
        width: 100% !important;
        margin: 0px 0px;
    }
}

@media (min-width:992px) {
    .dropdown .dropdown-menu {
        border: 5px solid #323232;
        border-width: 0px 1px 1px;
    }

    .dropdown:hover .dropdown-menu {
    }
}

.dropdown-menu.mega-dropdown-menu {
}

.navbar-nav .mega-dropdown {
    position: static !important;
    padding: 0;
    margin: 0;
}

.navbar-nav .dropdown-menu {
    padding: 15px !important;
    width: auto;
    left: auto !important;
    border-radius: 0px !important;
    min-width: 200px;
}

.navbar-nav .mega-dropdown-menu {
    padding: 0px !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 0px !important;
}

.mega-dropdown-menu li a {
    background: transparent !important;
    cursor: pointer;
}

.mega-dropdown-menu .menu_head {
    padding: 0px;
    font-size: 14px;
    color: #4b4b4b;
}

.mega-dropdown-menu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.cat_menu {
    width: 100%;
    padding: 15px 15px 0px !important;
}

    .cat_menu li {
        display: block;
        width: 50%;
        float: left;
        padding: 0px;
        margin: 5px 0px;
        line-height: normal !important;
        list-style: none;
    }

.navbar-nav .dropdown-menu a {
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    color: #646464;
    line-height: normal;
}

    .navbar-nav .dropdown-menu a:hover {
        background: transparent !important;
        color: #000 !important;
    }

.navbar-nav .dropdown-menu a {
    position: relative;
}

    .navbar-nav .dropdown-menu a:before {
        content: "\f105";
        font-family: 'FontAwesome';
        float: left;
        height: 14px;
        margin-right: 7px;
        position: relative;
        top: 4px;
        -webkit-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
    }

.linew {
    color: red;
    font-size: 12px;
    vertical-align: middle;
    -webkit-animation: newlabel 0.82s linear infinite;
    -moz-animation: newlabel 0.82s linear infinite;
    -ms-animation: newlabel 0.82s linear infinite;
    -o-animation: newlabel 0.82s linear infinite;
    animation: newlabel 0.82s linear infinite;
}

@keyframes newlabel {
    0% {
        color: #ff324e;
    }

    20% {
        color: #1fc67d;
    }

    40% {
        color: #17c8cc;
    }

    60% {
        color: #e00043;
    }

    80% {
        color: #db4039;
    }

    80% {
        color: #000000;
    }
}

.mega-dropdown-menu .col-md-15 {
    padding-bottom: 20px;
    display: inline-block;
}

@media (max-width:992px) {
    .dropdown-menu.mega-dropdown-menu {
        border: 0px !important;
        background: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff !important;
    }

    .mega-dropdown-menu ul {
        margin: 0px 0 15px 0;
        padding: 0;
    }

    .dropdown-menu > li > a {
        white-space: normal !important;
    }
}

.header-search {
    background: #fff;
    float: right;
    margin-top: 30px;
    font-size: 12px !important;
}

    .header-search .input-group {
        border: 0px !important;
    }

    .header-search .input-group-addon {
        background: #fff;
        border-radius: 0px;
        border: 0px !important;
    }

        .header-search .input-group-addon .fa {
            color: #333;
            font-size: 18px;
        }

    .header-search .form-control {
        font-size: 12px !important;
        border: 0px !important;
    }

@media (min-width:992px) {
    .top-nav-collapse .header-menu {
        /*line-height: 60px;
        height: 60px;*/
        /*line-height: 50px;*/
        height: 45px;
    }

        .top-nav-collapse .header-menu .logo {
            /*padding: 10px 0 0;*/
            margin: 0;
        }

            .top-nav-collapse .header-menu .logo img {
                /*height: 40px;*/
                height: 95px;
            }

    .top-nav-collapse .header-search {
        margin-top: 15px;
    }

    .top-nav-collapse .header-top-right > ul > li > a {
        line-height: 50px;
    }
}

@media (max-width:992px) {
    .header-top-right > ul > li > a {
        line-height: 30px;
    }

    .header-top-right ul .dropdown-menu li a {
        font-size: 12px;
    }

    .header-menu {
        padding: 5px 0;
        line-height: normal;
    }

        .header-menu .logo {
            padding: 0 0 5px 0;
            top: 0px;
            position: relative;
        }

            .header-menu .logo img {
                height: 50px;
            }

    .header-search {
        margin-top: 00px;
        width: 100%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #ccc;
    }

    .nav > li > a {
        font-size: 14px;
    }

    .cat_menu {
        padding: 0px 15px !important;
    }

        .cat_menu li {
            display: block;
            width: 100%;
            margin: 0px 0px;
        }

    .img-menu {
        display: none !important;
    }
}

footer {
    font-size: 13px;
    font-weight: normal;
    background: #a86a21;
}

.footer-top {
    background: #cea654;
    color: #fff;
    padding: 0px 0px;
    text-align: center;
    line-height: 100px;
}

    .footer-top .container .col-sm-4 {
        border-left: 2px solid #d8b876;
        padding: 0;
        line-height: 100px;
    }

        .footer-top .container .col-sm-4:first-child {
            border-left: none;
        }

    .footer-top h5 {
        font-size: 18px;
        vertical-align: middle;
        margin: 0;
        line-height: 100px;
        text-transform: uppercase;
    }

        .footer-top h5 .fa, .footer-top h5 .lnr {
            margin-right: 15px;
            font-size: 30px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            color: #cea654;
            font-weight: normal;
            vertical-align: middle;
        }

@media (max-width:1024px) {
    .footer-top h5 .fa {
        display: block;
        margin: 0 auto;
    }

    .footer-top h5 {
        font-size: 16px;
        display: block;
        line-height: normal;
        padding: 10px 0;
    }
}

.footer-bottom {
    padding: 35px 0px;
    background: #fff;
    border-top: 1px solid #891418;
    color: #646464;
    background: url('../images/bg-footer.jpg');
    background-size: cover;
}

    .footer-bottom a {
        color: #646464;
    }

        .footer-bottom a:hover {
            color: #000;
        }

    .footer-bottom .address {
        margin-bottom: 15px;
    }

    .footer-bottom h3 {
        font-size: 16px;
        font-weight: 700 !important;
        padding: 0px;
        margin: 0;
        color: #a86a21;
        text-transform: uppercase;
        line-height: 30px;
        vertical-align: middle;
    }

ul.ftr_links {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.ftr_links li {
        padding: 3px 0px;
    }

footer address {
    line-height: 20px;
}

.payment-icon {
    padding-top: 10px;
}

    .payment-icon img {
    }

@media (max-width:767px) {
    .footer-bottom {
        /*border-top: 2px solid #cea654;*/
    }

    .footer-bottom {
        background-size: cover;
    }
}

.footer-copy {
    padding: 10px 0px 10px 0;
    color: #fff;
}

ul.ftr_copy {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 35px;
}

    ul.ftr_copy li {
        padding: 0 5px 0 0;
        display: inline-block;
    }

        ul.ftr_copy li:first-child:before {
            content: "";
            padding-right: 0px;
        }

        ul.ftr_copy li:before {
            content: "|";
            padding-right: 5px;
        }

    ul.ftr_copy a {
        color: #fff;
    }

.footer-copy .social_media {
    text-align: right;
}

.footer-copy ul.social_media .fa {
}

.footer-subscribe {
    font-size: 12px !important;
    margin-bottom: 20px;
}

    .footer-subscribe a {
        text-decoration: none;
    }

    .footer-subscribe .input-group {
        margin-bottom: 5px;
    }

    .footer-subscribe .input-group-addon, .jewel-subscribe-box .mail-box .input-group-addon {
        background: #646464;
        border-radius: 0px;
    }

        .footer-subscribe .input-group-addon .lnr, .jewel-subscribe-box .mail-box .input-group-addon .lnr {
            color: #fff;
            font-size: 14px;
        }

    .footer-subscribe .form-control {
        font-size: 12px !important;
        color: #fff;
    }

@media (max-width:991px) {
    footer {
        font-size: 12px;
    }

    .footer-bottom .col-md-3 {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .footer-bottom {
        padding: 15px 0px 10px 0;
    }

    footer address {
        margin-bottom: 10px
    }

    ul.ftr_links {
        margin: 0 0 10px 0px;
    }

        ul.ftr_links li {
            padding: 5px 0px;
            display: inline-block;
        }

        ul.ftr_links > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "|\00a0";
        }

    ul.ftr_copy {
        line-height: 25px;
        margin: 0 0 10px 0px;
    }

    .footer-copy .social_media {
        text-align: left;
        color: #fff;
    }
}

#google_translate_element {
    border: 1px solid #ccc;
    float: right;
    padding: 1px;
}

    #google_translate_element a {
        text-decoration: none;
        border: none;
    }

.goog-te-gadget-simple {
    border: 0px !important;
}

.quickform_button {
    -webkit-animation: zoomIn 1000ms ease;
    -moz-animation: zoomIn 1000ms ease;
    -ms-animation: zoomIn 1000ms ease;
}

.quickform_button {
    width: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 30px;
    left: 35px;
    z-index: 99;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 3px 4px #333;
}

    .quickform_button:hover {
        background: #b4672a;
        color: #fff;
    }

#quickform {
    display: none;
}
qty_input {
        width: 80px !important
    }

@media (max-width:767px) {
    .quickform_button
    .float_button {
        display: none;
    }
   
}

/*#visual_container {
    margin-bottom: 30px;
}*/

.banner_col {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

    .banner_col img {
        margin: 0 auto;
        text-align: center;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }

    .banner_col:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .banner_col a {
        position: relative;
        border: 0px;
        float: left;
    }

        .banner_col a:after {
            position: absolute;
            content: '';
            width: 100%;
            left: 0;
            top: 0;
            height: 100%;
            opacity: 0;
            background: rgba(27, 40, 91, 0.10);
            -webkit-transition: 0.6s ease;
            transition: 0.6s ease;
        }

        .banner_col a:hover:after {
            opacity: 1;
        }

ul.list-home {
    padding: 10px 0;
    margin: 0;
}

    ul.list-home li {
        padding: 10px 15px;
        margin: 0;
        list-style: none;
        border-bottom: 2px solid #f4ebd9;
        position: relative;
        text-transform: uppercase;
    }

        ul.list-home li:last-child {
            border: none;
        }

        ul.list-home li > a {
            padding-left: 15px;
        }

            ul.list-home li > a:before {
                position: absolute;
                left: 15px;
                display: block;
                content: "\f105";
                font-family: 'FontAwesome';
            }

.visual_banner_panel {
    margin-bottom: 30px;
}

ul.banner_left {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.banner_left li {
        padding: 0;
        margin: 0 0 10px 0;
    }

    ul.banner_left li {
        -webkit-animation: fadeInUp 300ms linear 300ms both;
        -moz-animation: fadeInUp 300ms linear 300ms both;
        -o-animation: fadeInUp 300ms linear 300ms both;
        -ms-animation: fadeInUp 300ms linear 300ms both;
        animation: fadeInUp 300ms linear 300ms both;
    }

    ul.banner_left img {
        border-radius: 5px;
    }

ul.slider {
    padding: 0;
    margin: 0;
}

    ul.slider li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    ul.slider img {
        border-radius: 5px;
    }

    ul.slider figure {
        width: 100%;
        height: 100%;
        position: relative;
    }

        ul.slider figure figcaption {
            width: 100%;
            padding: 10px 15px;
            position: absolute;
            bottom: 0px;
            left: 10px;
            color: #000;
        }

            ul.slider figure figcaption p {
                margin: 0;
            }

        ul.slider figure figcaption {
            -webkit-animation: fadeInUp 300ms linear 300ms both;
            -moz-animation: fadeInUp 300ms linear 300ms both;
            -o-animation: fadeInUp 300ms linear 300ms both;
            -ms-animation: fadeInUp 300ms linear 300ms both;
            animation: fadeInUp 300ms linear 300ms both;
        }

.visual_slider .bx-wrapper .bx-pager,
.visual_slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 5px !important;
    right: 15px !important;
    left: auto !important;
    width: auto !important;
    z-index: 0;
}

    .visual_slider .bx-wrapper .bx-pager.bx-default-pager a {
        background: transparent !important;
        border: 2px solid #000;
        width: 15px;
        margin: 0 3px;
        height: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

        .visual_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .visual_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #000 !important;
        }

.caption1, .caption2, .caption3 {
    padding: 5px 0px;
}

.caption1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.caption2 {
    font-size: 18px;
    font-weight: bold;
}

.visual_slider .slider .caption1 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

.visual_slider .slider .caption2 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

.visual_slider .slider .caption3 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

@media (max-width:980px) {
    ul.slider figure figcaption {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    ul.slider figure figcaption {
        font-size: 14px;
    }

        ul.slider figure figcaption .btn {
            font-size: 12px;
            padding: 2px 4px !important;
        }
}

#video_container {
    position: relative;
    background: #f0f0f0;
    height: 230px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 0px;
}

.border_panel {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 5px;
    padding: 20px 0px 0;
    margin-bottom: 30px;
}

.border_panel {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

.category_panel {
    border: 1px solid #e7e7e7 !important;
    padding: 0px;
    border-radius: 5px 5px 0 0px;
    min-height: 300px;
}

    .category_panel .panel-heading {
        border-bottom: 1px solid #e7e7e7 !important;
        background-color: #ba9b01 !important;
        color: #fff;
        border-radius: 5px 5px 0 0px;
    }

        .category_panel .panel-heading h2 {
            margin: 0;
            padding: 0;
            font-size: 20px;
        }

    .category_panel .panel-body ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    .category_panel .panel-body li {
        color: #7b7b7b;
        padding: 4px 0px;
    }

    .category_panel .panel-body a {
        color: #7b7b7b;
    }

.prod_box {
    display: block;
    text-decoration: none;
    position: relative;
}

.prod_box {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    border: 1px solid #fff;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    .prod_box:hover .pic_wrap {
        border: 1px solid #fff;
    }

    .prod_box:hover {
        border: 1px solid #cea654;
    }

        .prod_box:hover .btn-primary {
            color: #fff;
            background-color: #a86a21;
            border-color: #204d74;
        }

    .prod_box figure {
        text-align: center;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .prod_box figure img {
            max-width: 100%;
            position: relative;
            z-index: 0;
        }

        .prod_box figure img {
            -webkit-transition: 0.8s ease;
            transition: 0.8s ease;
            max-width: 100%;
            height: auto;
        }

    .prod_box:hover figure img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .prod_box figcaption {
        padding: 10px;
        position: relative;
        text-align: left;
        -webkit-transition: all .300s ease;
        -moz-transition: all .300s ease;
        -ms-transition: all .300s ease;
        -o-transition: all .300s ease;
        transition: all .300s ease;
    }

        .prod_box figcaption h2 {
            color: #323232;
            font-weight: 600;
            line-height: normal;
            margin: 0;
        }

    .prod_box a {
        text-decoration: none;
    }

    .prod_box .pro-code {
        display: table;
        margin: 5px 0;
        clear: both;
        position: relative;
        z-index: 9;
        text-align: left;
        font-size: 11pt;
        padding: 2px 0;
        margin-bottom: 0;
    }



    .prod_box .prod_price .strikethrough {
        font-size: 14px;
        text-decoration: line-through;
        color: #000;
        margin-left: 10px;
    }

    .prod_box .prod_qty {
        padding-right: 10px;
    }

    .prod_box .prod_cart {
        text-align: right;
    }

        .prod_box .prod_cart a {
            color: #fff;
        }

ul.list-table {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

    ul.list-table li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }

.pic_wrap {
    position: relative;
    background: #fff;
    border: 1px solid #cea654;
    overflow: hidden;
}

    .pic_wrap img {
        margin: 0 auto;
    }

.prod_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .prod_overlay .prod_mask {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgba(206,166,84,0.4);
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .prod_overlay .lnr {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        opacity: 0;
        font-size: 50px;
        color: #a86a21;
        z-index: 9;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.prod_box:hover .prod_mask {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prod_box:hover .lnr {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
}

.prod_flag {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
    overflow: hidden;
    background: #cea654;
    display: table;
}

    .prod_flag span {
        font-size: 11px;
        display: table-cell;
        padding: 5px;
        vertical-align: middle;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 14px;
    }

.pic_wrap {
    position: relative;
    overflow: hidden;
}

.prod_box:hover .prod_mask {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prod_box:hover .lnr {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
}

.prod_grid .prod_box {
    margin-bottom: 30px;
}

ul.prod_slider {
    padding: 0;
    margin: 0 0 00px 0px;
    position: relative;
}

    ul.prod_slider > li {
        padding: 5px;
        margin: 0;
        list-style: none;
        vertical-align: top;
    }

#prod_wrapper {
    position: relative;
}

    #prod_wrapper .bx-wrapper .bx-prev, #prod_wrapper .bx-wrapper .bx-next {
        background: rgba(0,0,0,0.2) !important;
        padding: 5px;
    }

    #prod_wrapper .bx-wrapper .bx-prev {
        right: 45px !important;
        left: auto;
    }

        #prod_wrapper .bx-wrapper .bx-prev:before {
            content: "\";
            font-family: 'Linearicons-Free';
            color: #000;
            font-size: 20px;
            line-height: 20px;
        }

    #prod_wrapper .bx-wrapper .bx-next {
        right: 5px;
    }

        #prod_wrapper .bx-wrapper .bx-next:before {
            content: "\";
            font-family: 'Linearicons-Free';
            color: #000;
            font-size: 20px;
            line-height: 20px;
        }

    #prod_wrapper .bx-wrapper .bx-controls-direction a {
        text-align: center;
        text-decoration: none;
        width: 30px;
        height: 30px;
        text-indent: 0px !important;
        top: -50px;
        z-index: 99 !important;
    }

    #prod_wrapper .bx-controls-direction a.disabled {
        display: none !important;
        opacity: 0;
        cursor: not-allowed;
    }

@media (max-width:480px) {
    ul.prod_slider {
        margin: 50px 0 00px 0px;
    }

    #prod_wrapper .bx-wrapper .bx-controls-direction a {
        top: 0px;
    }

    #prod_wrapper .bx-wrapper .bx-next {
        right: 100% auto;
        left: 45px !important;
        margin: 0 auto;
    }

    #prod_wrapper .bx-wrapper .bx-prev {
        right: 100% auto;
        left: 0px !important;
        margin: 0 auto;
    }
}

.brands_panel {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 230px;
}

.brands_panel {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
}

    .brands_panel h3 {
        font-size: 20px;
        color: #333;
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

ul.brands_list {
    padding: 0;
    margin: 0;
}

    ul.brands_list li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        border: 1px solid #ccc;
    }

.brands_panel .bx-wrapper .bx-prev {
    left: -30px !important;
    background: none !important;
}

    .brands_panel .bx-wrapper .bx-prev:before {
        content: "\f0d9";
        font-family: FontAwesome;
        color: #000;
        font-size: 34px;
        line-height: 30px;
    }

.brands_panel .bx-wrapper .bx-next {
    right: -30px;
    background: none !important;
}

    .brands_panel .bx-wrapper .bx-next:before {
        content: "\f0da";
        font-family: FontAwesome;
        color: #000;
        font-size: 34px;
        line-height: 30px;
    }

.brands_panel .bx-wrapper .bx-controls-direction a {
    text-align: center;
    text-decoration: none;
    text-indent: 0px !important;
    z-index: 99 !important;
}

#divTestimonailContainer {
    background: rgba(32,37,87,0.5);
}

.tm-parallax-img {
    background: url(images/bg-testimonials.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    padding: 30px 0px;
}

ul.tm_slider {
    padding: 0;
    margin: 0 0 50px 0px;
}

    ul.tm_slider li {
        padding: 0;
        margin: 0;
        list-style: none;
        vertical-align: top;
        text-align: center;
    }

    ul.tm_slider .tm_box {
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    ul.tm_slider .tm_box {
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

.tm_box .tm_data {
    padding: 30px 0px 0px;
    position: relative;
    text-decoration: none !important;
    z-index: 9;
    line-height: normal;
}

    .tm_box .tm_data:before, .tm_box .tm_data:after {
        font-size: 100px;
        line-height: 100px;
        color: #eee;
        position: absolute;
        z-index: 0;
    }

    .tm_box .tm_data:before {
        content: "\“";
        left: auto;
        top: -10px;
    }

.tm_box .tm_name h4 {
    font-size: 16px;
    line-height: 22px !important;
    margin: 10px 0 !important;
}

.tm_box a {
    text-decoration: none !important;
}

#tm_wrapper .bx-wrapper {
    margin: 0 auto 60px !important;
}

    #tm_wrapper .bx-wrapper .bx-pager, #tm_wrapper .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -40px;
        width: 100%;
    }

        #tm_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
            background: transparent !important;
            border: 2px solid #fff;
            width: 13px;
            height: 13px;
            margin: 0 3px;
            -moz-border-radius: 13px;
            -webkit-border-radius: 13px;
            border-radius: 13px;
        }

            #tm_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
            #tm_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #fff !important;
            }

ul.tm_list {
    padding: 0;
    margin: 20px 0 50px 0px;
}

    ul.tm_list li {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        list-style: none;
        vertical-align: top;
        border-top: 1px solid #e7e7e7;
    }

    ul.tm_list > .tm_box {
        padding: 20px;
        color: #646464 !important;
        text-align: left;
    }

    ul.tm_list .tm_data:before {
        color: #a86a21;
    }

    ul.tm_list .tm_name:before {
        content: "-";
        float: left;
        padding-right: 5px;
        padding-top: 3px;
    }

#body {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(images/bg-body.jpg) repeat-x fixed bottom;
}

    #body .body_left {
    }

    #body .body_right {
        min-height: 350px;
    }

    #body .prod_details_left {
    }

    #body .prod_details_right {
        padding: 0px 0px 0 0px;
    }

@media (max-width:767px) {
    #body .prod_details_right {
        padding: 0px;
    }
}

.section-pic {
    height: 200px;
    margin-bottom: 10px;
}

.content_wrapper {
    border: 1px solid #e7e7e7;
    padding: 20px;
    min-height: 350px;
    background: #fff;
}

.cat_list a {
    background: #cea654;
    padding: 5px 25px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.body_left .panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid #e8e8e8;*/
    border: none;
    border-radius: 0px;
}

.body_left .panel-heading {
    padding: 10px 20px;
    border-bottom: none !important;
    border-radius: 0px;
}

.body_left .panel-body {
    padding: 10px 20px;
}

.body_left .section-head {
    padding: 10px 20px;
}

    .body_left .section-head h1 {
        font-size: 18px;
        color: #fff;
        margin: 0;
    }

.body_left .dealer-body {
    padding: 15px !important;
    font-size: 13px;
}

ul.leftmenu {
    text-align: left;
    padding: 0;
    margin: 10px 0 5px 0 !important;
}

    ul.leftmenu > li {
        padding: 0 0 10px 20px;
        margin: 0 0 10px 0;
        list-style: none;
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        font-size: 15px;
    }

        ul.leftmenu > li:before {
            content: "\f105";
            font-family: FontAwesome;
            float: left;
            position: absolute;
            left: 4px;
        }

        ul.leftmenu > li.active:before {
            content: "\f101";
            color: #a86a21;
        }

        ul.leftmenu > li.active a {
            color: #a86a21;
        }

    ul.leftmenu a, ul.leftmenu a:hover {
        text-decoration: none !important;
        color: #333;
    }

.user-name {
    font-size: 16px;
    /*margin-bottom: 25px;*/
    padding-bottom: 10px;
    padding-left: 40px;
    border-bottom: 2px solid #891418;
    font-weight: 700;
}

    .user-name span {
        display: block;
    }

    .user-name .fa {
        font-size: 20px;
        margin-left: -30px;
        margin-right: 10px;
        border: 2px solid #891418;
        border-radius: 70%;
        padding: 15px;
        color: #891418;
        float: left;
    }

.panel_trigger {
    overflow: hidden;
    text-transform: none;
    display: block;
}

    .panel_trigger > a {
        color: #cea654;
        font-weight: 600;
        padding: 10px 20px !important;
        font-size: 16px;
        border-top: 1px solid #cea654;
        text-decoration: none;
        display: block;
        position: relative;
        outline: none;
        padding: 5px 40px 0px 5px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

        .panel_trigger > a:hover {
            color: #cea654;
        }

    .panel_trigger.active > a {
        color: #a86a21;
    }

        .panel_trigger.active > a:after {
            content: "\f068";
            font-family: FontAwesome;
        }

    .panel_trigger > a:after {
        content: "\f067";
        font-family: FontAwesome;
        float: right;
        font-size: 14px;
    }

.panel_content {
    background: #fff;
    padding: 0px;
}

.prod_table .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #e8e8e8;
    box-shadow: none !important;
    border-radius: 0px;
}

.prod_table .panel-body {
    padding: 20px 0 !important;
    margin: 0;
}

.prod_row {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

    .prod_row > li {
        padding: 0px;
        margin: 0;
        list-style: none;
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

.panel-heading .prod_row > li:nth-child(1) {
    width: 100% auto;
}

.panel-heading .prod_row > li:nth-child(2) {
    width: 200px;
}

.panel-body .prod_row {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    border: 1px solid #fff;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.panel-body .prod_row {
    border: 1px solid #cea654;
    margin-bottom: 20px;
}

    .panel-body .prod_row:hover {
        box-shadow: 0px 0px 10px #ccc;
    }

    .panel-body .prod_row > li {
        padding: 10px;
        margin: 0;
        list-style: none;
        display: table-cell;
        vertical-align: top;
        text-align: left;
    }

        .panel-body .prod_row > li:first-child {
            border-left: 0px;
        }

    .panel-body .prod_row .pic_wrap {
        border: 1px solid #fff;
    }

    .panel-body .prod_row:hover .pic_wrap {
        border: 1px solid #fff;
    }

    .panel-body .prod_row:hover {
        border: 1px solid #cea654;
    }

.prod_table .prod_pic {
    width: 25%;
    padding: 0px !important;
}

    .prod_table .prod_pic .pic_wrap {
        position: relative;
        overflow: hidden;
    }

.prod_table .prod_details {
    width: 55%;
    padding: 15px !important;
    border-left: 1px solid #fff
}

.prod_table .prod_cart {
    width: 20%;
    text-align: center;
}

.prod_table .prod_pic .checkbox {
    margin: 0;
    font-size: 12px;
    background: #e8e8e8;
    text-align: center;
    padding: 3px 0 0;
}

    .prod_table .prod_pic .checkbox label {
        margin: 0 0 0 0px;
    }

.prod_table .prod_details > ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.prod_table h2 {
    font-size: 16px;
    color: #000000;
    line-height: normal;
    margin: 0;
}

.prod_table .prod_price {
    font-size: 24px;
    color: #b4672a;
    padding-top: 5px;
    margin-bottom: 10px;
}

    .prod_table .prod_price .strikethrough {
        font-size: 14px;
        text-decoration: line-through;
        color: #000;
        display: inline-block;
        margin-left: 10px;
    }

.prod_price .request_price {
    font-size: 18px !important;
}

.rating {
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0 !important;
}

    .rating > li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        color: #e9ce18 !important;
        position: relative;
        font-size: 16px;
    }

.pro-qty {
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    float: left;
}

    .pro-qty > li {
        padding: 0 0 5px 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .pro-qty .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 0px;
    }

    .pro-qty .form-control {
        padding-left: 0px;
        padding-right: 0px;
    }

@media (max-width:767px) {
    .panel-body .prod_row > li {
        display: block;
        vertical-align: top;
        text-align: left;
        border-left: 0px;
    }

    .prod_table .prod_pic, .prod_table .prod_details, .prod_table .prod_cart {
        width: 100%;
    }

        .prod_table .prod_pic .pic_wrap {
            margin: 0 auto;
            float: none;
            max-width: 250px;
        }

    .prod_table .panel {
        border: none !important;
    }

    .panel-body .prod_row {
        border-top: 5px solid #e8e8e8;
        border: 1px solid #e8e8e8;
        margin-bottom: 20px;
    }

        .panel-body .prod_row:hover .pic_wrap {
            border: 1px solid #fff;
        }

        .panel-body .prod_row:hover .prod_details {
            border-left: 0px;
        }
}

.prod_view a {
    color: #666;
    font-size: 150%;
}

    .prod_view a.active {
        color: #cea654;
    }

.prod_view #ddlSorting {
    width: 100px;
}

.details_border {
    padding: 20px 10px;
    background: #fff;
}

#product-details .form-control, #product-details .btn {
    z-index: 0;
    }

.prod_details_right .prod_price {
    font-size: 24px;
    padding: 5px 0px;
    color: #891418;
    margin-bottom: 15px;
}

    .prod_details_right .prod_price .strikethrough {
        text-decoration: line-through;
        font-size: 16px;
        color: #000;
        margin: 0 0px;
        margin-left: 15px;
    }

    .prod_details_right .prod_price .save_price {
        /*font-size: 12px;*/
        font-size: 16px;
        color: #646464;
        margin: 0 10px 0 25px;
        /*display: block;*/
    }

.prod_details_right h3.small {
    font-size: 14px !important;
}

.prod-qty {
    text-align: left;
    padding: 0;
    margin: 0 0 0px 0;
    float: left;
}

    .prod-qty > li {
        padding: 0;
        margin: 0;
        list-style: none;
        vertical-align: top;
    }

    .prod-qty > .qty_input {
        width: 50%;
    }

    .prod-qty > .size_input {
        /*width: 180px;*/
        width: 49%;
    }

        .prod-qty > .qty_input .form-control, .prod-qty > .size_input .form-control {
            font-size: 15px !important;
         
        }
.qty_input {
    text-align: center;
      
}

.prod-qty .input-group-lg .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}

        .prod-qty .input-group-lg .input-group-addon:first-child {
            background-color: #e7e7e7;
        }

.width200 {
    width: 200px !important;
    vertical-align: middle;
}

.price_col {
    margin-bottom: 15px;
}

.old-price {
    font-size: 15px;
}

.price_col .input-group-addon {
    background: transparent;
}

#product-details .zoom_pic_holder img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
}

#product-details .zoom_pic_holder {
    float: left;
    border: 1px solid #e3e1e1;
    padding: 0px;
    position: relative;
    margin-bottom: 00px;
    height: 100% !important;
}

    #product-details .zoom_pic_holder .icon_zoom {
        position: absolute;
        bottom: 10px !important;
        right: 10px;
        z-index: 0;
        font-size: 18px;
    }

    #product-details .zoom_pic_holder .icon_flag {
        position: absolute;
        bottom: 5px !important;
        left: 5px;
        z-index: 0;
        font-size: 18px;
        width: 75px;
        height: 75px;
    }

    #product-details .zoom_pic_holder .icon_360 {
        position: absolute;
        bottom: 5px !important;
        left: 5px;
        z-index: 1;
        border-radius: 50%;
        font-size: 18px;
        width: 75px;
        background: #cea654;
        height: 75px;
    }

#product-details .zoom_thumb_holder {
    float: left;
    padding: 15px;
    position: relative;
    margin-bottom: 00px;
    height: 100% !important;
}

#product-details ul.zoom_thumbs {
    float: left;
    padding: 0;
    margin: 0px;
    clear: both;
}

    #product-details ul.zoom_thumbs li {
        list-style: none;
        float: left;
        width: 80px;
        padding: 0;
        margin: 0px;
    }

        #product-details ul.zoom_thumbs li img {
            width: 100%;
            height: auto;
            float: left;
            border: 1px solid #ccc;
        }

    #product-details ul.zoom_thumbs a {
        border: 1px solid #ccc;
        padding: 0;
        margin: 0px;
        display: block;
        float: left;
    }

        #product-details ul.zoom_thumbs a.active {
            border: 1px solid #cea654;
        }

.zoom_thumb_holder .bx-wrapper .bx-prev {
    left: -30px !important;
    background: none !important;
}

    .zoom_thumb_holder .bx-wrapper .bx-prev:before {
        content: "\";
        font-family: 'Linearicons-Free';
        color: #000;
        font-size: 20px;
    }

.zoom_thumb_holder .bx-wrapper .bx-next {
    right: -30px;
    background: none !important;
}

    .zoom_thumb_holder .bx-wrapper .bx-next:before {
        content: "\";
        font-family: 'Linearicons-Free';
        color: #000;
        font-size: 20px;
    }

.zoom_thumb_holder .bx-wrapper .bx-controls-direction a {
    text-align: center;
    text-decoration: none;
    text-indent: 0px !important;
    z-index: 99 !important;
}

ul.cert_list {
    text-align: left;
    padding: 0;
    margin: 0;
}

    ul.cert_list > li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 70px;
    }

        ul.cert_list > li img {
            max-width: 100%;
        }

ul.like_list {
    text-align: left;
    padding: 0;
    margin: 0;
}

    ul.like_list > li {
        padding: 5px;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

.items_container .bx-wrapper {
    margin: 0 auto 30px !important;
}

    .items_container .bx-wrapper .bx-prev {
        left: -30px !important;
        background: none !important;
    }

        .items_container .bx-wrapper .bx-prev:before {
            content: "\";
            font-family: 'Linearicons-Free';
            color: #000;
            font-size: 30px;
        }

    .items_container .bx-wrapper .bx-next {
        right: -30px;
        background: none !important;
    }

        .items_container .bx-wrapper .bx-next:before {
            content: "\";
            font-family: 'Linearicons-Free';
            color: #000;
            font-size: 30px;
        }

    .items_container .bx-wrapper .bx-controls-direction a {
        text-align: center;
        text-decoration: none;
        text-indent: 0px !important;
        z-index: 99 !important;
    }

.items_container .bx-controls-direction a.disabled {
    display: block !important;
    opacity: 0.3;
    cursor: not-allowed;
}

.table-specs table, .table-specs2 table {
    width: 100%;
}

    .table-specs table thead, .table-specs2 table thead {
        width: 100%;
        background: #e7e7e7;
        color: #646464;
    }

    .table-specs table td:first-child {
        width: 40%;
    }

.panel-specs .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-specs .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-specs .panel-title {
    font-size: 14px;
}

    .panel-specs .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.panel-specs .more-less {
    float: right;
    color: #212121;
}

.panel-specs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.que_ans_container {
    margin-bottom: 30px;
}

.que_ans_trigger {
    overflow: hidden;
    text-transform: none;
    display: block;
}

    .que_ans_trigger > a {
        border-bottom: 1px solid #e7e7e7;
        color: #333;
        text-decoration: none;
        display: block;
        position: relative;
        line-height: 14pt;
        outline: none;
        padding: 8px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

        .que_ans_trigger > a:hover {
            color: #000;
            background: #ccc;
        }

    .que_ans_trigger.active > a {
        color: #000;
        background: #ccc;
    }

    .que_ans_trigger > a:before {
        content: "Q :";
        float: left;
        font-size: 14px;
        margin-right: 5px;
    }

    .que_ans_trigger.active > a:after {
        content: "\f068";
        font-family: FontAwesome;
    }

    .que_ans_trigger > a:after {
        content: "\f067";
        font-family: FontAwesome;
        float: right;
        font-size: 14px;
    }

.que_ans_content {
    background: #f5f5f5;
    padding: 8px;
}

    .que_ans_content:before {
        content: "A :";
        font-weight: bold;
        float: left;
        font-size: 14px;
        margin-right: 5px;
    }

ul.events_list {
    padding: 0;
    margin: 0 0 30px 0;
}

    ul.events_list > li {
        padding: 20px;
        margin: 0 0 30px 0;
        list-style: none;
        background: #fff;
        border: 1px solid #e7e7e7;
        vertical-align: top;
    }

    ul.events_list .list-inline li {
        margin-bottom: 10px !important;
    }

    ul.events_list .list-unstyled li {
        margin-bottom: 10px !important;
    }

@media (max-width:991px) {
    ul.events_list .list-unstyled li {
        display: inline-block;
        margin-right: 5px;
    }
}

.news-search {
    border: 1px solid #ccc;
}

    .news-search .form-control {
        box-shadow: none !important;
        border: 0px !important;
    }

    .news-search .input-group-addon {
        background: #fff;
        border: 0px !important;
    }

ul.news_list {
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
}

    ul.news_list > li {
        padding: 0 0 0px 0;
        margin: 0 0 0px 0;
        width: 100%;
        list-style: none;
        border-bottom: 1px solid #e7e7e7;
        vertical-align: top;
        display: table;
    }

        ul.news_list > li:last-child {
            border-bottom: none;
        }

.news_col1, .news_col2, .news_col3 {
    display: table-cell;
    vertical-align: top;
    padding: 12px 10px;
}

.news_col1 {
    width: 150px;
}

.news_col2 {
    width: 100% auto;
}

.news_col3 {
    width: 130px;
}

ul.news_list h2 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.news_col1 .fa {
    margin-right: 8px;
}

ul.news_list > li > a {
    text-decoration: none;
}

    ul.news_list > li > a:hover {
        text-decoration: underline;
    }

ul.news_list .news_hd {
    background: #e7e7e7;
    font-weight: bold;
}

ul.news_list .list-inline li {
    margin-bottom: 10px !important;
}

ul.news_list .list-unstyled li {
    margin-bottom: 0px !important;
}

@media (max-width:767px) {
    ul.news_list .news_hd {
        display: none;
    }

    .news_col1, .news_col2, .news_col3 {
        display: block;
        vertical-align: top;
        padding: 5px 10px;
    }

    ul.news_list > li {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    ul.news_list .list-unstyled li {
        display: inline-block;
        margin-right: 5px;
    }

    .user-name {
        margin-top: 8px;
    }

    .prod-qty > li {
        display: block !important;
        margin-bottom: 10px !important;
    }

    .prod-qty > .qty_input {
        text-align: center;
        width: 100%;
    }

    .prod-qty > .size_input {
        width: 100% !important;
    }

    .input-group-mob {
        /*width: 100% !important;*/
    }
}

.locator_map {
    width: 100%;
    height: 600px;
    float: left;
    margin: 0px 0px;
}

    .locator_map iframe {
        width: 100%;
        height: 100%;
        min-height: 100%;
        float: left;
        border: 0;
    }

.store_list_wrapper {
    width: 100%;
    padding: 5px 0px;
    margin: 15px 0px;
    display: block;
    float: left;
    height: 380px;
    overflow-x: auto;
}

    .store_list_wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 6px;
        background-color: #EEE;
        margin-left: -20px;
    }

    .store_list_wrapper::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .store_list_wrapper::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #b4672a;
    }

ul.store_list {
    padding: 0px 0px;
    margin: 0;
}

    ul.store_list li {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        list-style: none;
        border-bottom: 2px solid #ccc;
    }

    ul.store_list h3 {
        text-transform: uppercase;
        font-size: 16px;
        color: #de546b;
    }

    ul.store_list p {
        padding: 0;
        margin-bottom: 5px;
    }

    ul.store_list a {
        padding: 0;
        text-decoration: none;
    }

@media (max-width:480px) {
    .store_list_wrapper {
        height: 300px;
    }

    .locator_map {
        min-height: 300px;
    }
}

#customize_home .checkbox.checkbox-primary.checkbox-inline {
    text-align: center;
    width: 100%;
    display: block;
}

#customize_home .checkbox-inline.text-center ul {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0px 0px 10px;
    font-size: 18px;
}

#customize_home .checkbox-inline li {
    padding-right: 25px !important;
}

#customize_home .checkbox label::before,
#customize_home .checkbox label::after {
    margin-top: 6px;
}

.photo-upload {
    width: 100%;
    padding: 0;
    margin: 0px;
    float: left;
    text-align: center;
}

ul.add-photo {
    padding: 0;
    margin: 0;
}

    ul.add-photo li {
        list-style: none;
        list-style-type: none;
        width: 150px;
        height: 150px;
        padding: 0;
        margin: 0px 10px 10px 10px;
        display: inline-block;
        vertical-align: top;
    }

        ul.add-photo li img {
            float: left;
            padding: 0;
            margin: 0;
            max-width: 100%;
        }

        ul.add-photo li .lnr {
            font-size: 40px;
        }

    ul.add-photo .inactive {
        opacity: 0.4;
    }

        ul.add-photo .inactive:hover {
            opacity: 0.7;
        }

    ul.add-photo .active {
        opacity: 1;
    }

    ul.add-photo .thumb-holder {
        width: 150px;
        height: 150px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        background: #ccc;
        box-shadow: 0px 0px 8px #ccc;
        position: relative;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
    }

        ul.add-photo .thumb-holder span {
            display: block;
            padding: 3px 0px;
        }

    ul.add-photo li:hover .thumb-holder > .remove-photo {
        display: block;
        z-index: 99;
    }

    ul.add-photo .remove-photo {
        position: absolute;
        top: 5px;
        right: 5px;
        display: none;
        cursor: pointer;
    }

.photo_upload_control {
    cursor: pointer;
    display: block;
    position: absolute !important;
    top: 30px !important;
    left: 0 !important;
    opacity: 0;
    -moz-opacity: 0;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    filter: alpha(opacity:0);
    z-index: 2;
    width: 150px;
    height: 120px;
}

ul.sitemap {
    padding: 0;
    margin: 0 0 0 20px;
}

    ul.sitemap li {
        padding: 0px;
        margin: 5px 0px;
    }

ul.sitemap_list {
    padding: 0;
    margin: 0 0 0 20px;
}

    ul.sitemap_list > li {
        padding: 0px;
        margin: 5px 0px;
        list-style: square;
        vertical-align: top;
    }

    ul.sitemap_list ul {
        padding: 0px;
        margin: 0px 0px 20px 0px;
        display: block;
        font-size: 13px;
    }

        ul.sitemap_list ul li {
            width: 30%;
            margin: 5px 0px 0 10px;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

            ul.sitemap_list ul li:before {
                color: #ccc;
                content: "-\00a0";
                position: absolute;
                left: -10px;
            }

    ul.sitemap_list .sitemap_head {
        font-weight: bold;
    }

@media (max-width:767px) {
    ul.sitemap_list ul li {
        width: 48%;
    }
}

@media (max-width:480px) {
    ul.sitemap_list ul li {
        width: 100%;
    }
}

.popup-heading {
    background: #cea654;
    color: #fff;
    padding: 10px 15px;
}

    .popup-heading h1 {
        font-size: 22px;
        color: #fff;
        margin: 0;
        font-weight: normal;
    }

.popup-content {
    padding: 15px;
    display: block;
}

.verification_box {
    display: table;
    max-width: 250px;
    float: left;
    margin-bottom: 10px;
}

.captcha_code {
    width: 80px;
    padding: 3px 2px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.captcha_img {
    width: 140px;
    display: table-cell;
    vertical-align: top;
}

.captcha_refresh {
    width: auto;
    display: table-cell;
    padding: 3% 2%;
    text-align: right;
    vertical-align: middle;
}

.form_captcha {
    width: 100px !important;
    padding: 5px !important;
    border-radius: 0px;
}

.panel_content .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .panel_content .checkbox .cb_span {
        padding: 0px 0px 6px 0;
        display: block;
        font-size: 12px;
    }

.checkbox {
    padding-left: 20px;
}

    .checkbox table {
        padding-left: 0px;
        text-align: left;
    }

        .checkbox table td {
            padding: 5px 0px;
            text-align: left;
        }

.checkbox {
    padding-left: 10px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 8px !important;
        line-height: normal;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-top: 2px;
            margin-left: -15px;
            border: 1px solid #cccccc;
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: 0;
            margin-top: 2px;
            margin-left: -15px;
            padding-left: 2px;
            padding-top: 2px;
            font-size: 12px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #cea654;
    border-color: #cea654;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio table {
        padding-left: 0px;
        text-align: left;
    }

    .radio td {
        padding-right: 20px;
        display: inline-block;
        width: auto;
    }

        .radio td label {
            padding-left: 20px;
        }

            .radio td label:before, .radio td label:after {
                margin-left: 00px;
            }

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px !important;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

@media(min-width:768px) {
    .jewel-subscribe-box .mail-box {
        width: 300px;
        vertical-align: middle
    }
}

#ulmailingthanks, .mailingthanks {
    list-style: none;
    padding: 15px 15px 0;
}

.d-inline-block {
    display: inline-block;
}
/*search*/
/*.search-head {
    border-right: 1px solid #eeebe7 !important;
    border-left: 1px solid #eeebe7 !important;
}*/

.search-container {
    margin-left: 15px;
    margin-right: 15px;
    /*padding-bottom: 8px;*/
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    font-size: 25px;
    color: #a86a21;
    /*padding-top: 5px;
    margin-bottom: 5px;*/
    /*margin-top: 5px;*/
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #ddd5d5;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    padding-top: 10px;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

    .search:focus {
        width: 363px; /* Bar width+1px */
        padding: 0 16px 0 0;
    }

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

    .expandright:focus {
        padding: 0 0 0 16px;
    }
/*search*/

/* Cart Header Mini */
.cart .hdr-list li.dropdown > a {
    /*padding-right: 25px;*/
}

.cart .hdr-list .dropdown-login {
    width: 450px !important;
    padding: 10px !important;
    font-size: 13px;
}

.cart .hdr-list > ul {
    list-style: none;
    padding-left: 0;
}

    .cart .hdr-list > ul > li > a {
        display: flex;
        color: #323232;
        line-height: 40px;
        position: relative;
        text-decoration: none;
        width: 100%;
        height: 25px;
        text-align: right;
        /*padding-left: 10px !important;
        padding-right: 10px !important;*/
        padding: 5px 8px 0 5px;
        background-repeat: no-repeat;
        background-position: 30px 22px;
    }

.cart .hdr-list li.dropdown > a:after {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
    content: "\f107";
    font-family: 'FontAwesome';
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.cart .hdr-list > ul > li > a .icon {
    /*background: url('https://www.flaticon.com/free-icon/shopping-cart');*/
    background-image: url('../images/shopping-cart.png');
    background-repeat: no-repeat;
    background-size: 40px; /*50px*/
    height: 50px;
    width: 50px;
    margin: -1px 0 0 10px;
    display: block; /*float: right;*/
    float: left;
}

.cart .hdr-list > ul > li > a .cart_total.no_items {
    font-size: 14px;
    color: #888;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    padding: 32px 0 0;
}

.cart .hdr-list > ul > li > a .cart_total {
    /*display: contents;*/
    line-height: 100%;
    color: #a86a21;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 0 0;
}

.cart .hdr-list > ul > li > a .cart_items {
     display: inline-block;
    height: 25px;
    min-width: 25px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100%;
    background-color: #a86a21; /*#ffe589;*/
    text-align: center;
    line-height: 25px;
    position: absolute;
    border: 1px solid #fff;
    left: 0px;
    /*top: 14px;*/
    /*color: #373737;*/
    color: #fff;
}

.minicart-wrapper a.close {
    display: none;
}

.mini-products-list li {
    margin-bottom: 0px;
    clear: both;
}

.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
}

.header-minicart .mini-products-list {
    padding: 0;
    padding-top: 0px;
}

    .header-minicart .mini-products-list li.last {
        border: none;
        width: 100% !important;
    }

    .header-minicart .mini-products-list li {
        padding: 0;
        border-bottom: 1px solid #DDDDDD;
        position: relative;
    }

ul#cart-sidebar > li.item > div {
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    /*padding: 0 5px;*/
}

    ul#cart-sidebar > li.item > div.product_name {
        width: 60%;
        overflow: hidden;
    }

    ul#cart-sidebar > li.item > div.product_qty {
        width: 13%;
    }

    ul#cart-sidebar > li.item > div.product_price {
        width: 20%;
        font-weight: 700;
    }

    ul#cart-sidebar > li.item > div.product_remove {
        width: 7%;
    }

        ul#cart-sidebar > li.item > div.product_remove a {
            text-decoration: none !important;
            opacity: 0.5;
            color: red;
        }

.header-minicart .minicart-actions {
    background: #FFF;
    border-top: 1px solid #DDD;
}

.header-minicart .minicart-actions {
    padding: 9px 4px 8px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.cart .button {
    white-space: normal;
}

.header-minicart .minicart-actions .cart-link {
    text-decoration: none;
    width: 179px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.header-minicart .minicart-actions .button {
    font-size: 16px;
}

    .header-minicart .minicart-actions .button.checkout-button {
        width: 237px;
        padding: 0px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.cart .button, button, .button-primary, .button-set {
    background: #a86a21;
    color: white;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.cart .button-standard {
    background: transparent !important;
    color: #a86a21 !important;
    border: 1px solid #a86a21 !important;
}

/* Cart Header Mini */
/*login/register*/

.form-control {
    width: 100%;
    margin-bottom: 15px;
    height: 55px !important;
    border: 1px solid #eeeeee;
    padding: 10px;
}


.content {
    margin-top: 10%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%
}

.acc-seperator {
    border-top: 2px solid #891418;
}

.separator {
    border: 2px solid #891418;
}

.register {
    background: linear-gradient(to right, #a86a21 0, #92c83e 100%);
    padding: 3% !important;
    overflow: hidden;
}

    .register .register-form {
        padding: 10%;
        margin-top: 10%;
    }

@media (max-width: 991px) {
    .register .register-form {
        margin-top: 16%;
    }
}

@media (max-width: 667px) {
    .register .register-form {
        margin-top: 20%;
        padding: 5%;
    }

    .home-row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

@media (max-width: 991px) {
    .register .nav-tabs {
        width: 33%;
        margin-top: 8%;
    }
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

    .register .nav-tabs .nav-link:hover {
        border: none;
    }

    .register .nav-tabs .nav-link.active {
        width: 100px;
        color: #0062cc;
        border: 2px solid #0062cc;
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 12%;
}

    .register-left h3 {
        font-size: 25px !important;
    }

    .register-left input {
        border: none;
        border-radius: 1.5rem;
        padding: 2%;
        width: 60%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 30%;
        margin-bottom: 3%;
        cursor: pointer;
    }

    .register-left img {
        margin-top: 15%;
        margin-bottom: 5%;
        width: 25%;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    .register-left p {
        font-weight: lighter;
        padding: 12%;
        margin-top: -9%;
        font-size: 13px;
    }

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.content .heading {
    margin: 30px auto;
}

.register-heading {
    text-align: center;
    margin-bottom: -15%;
    color: #495057;
    line-height: 20.2px;
}

@media (max-width: 991px) {
    .register-heading {
        font-size: 1.5rem;
    }

    .register-right {
        background: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .register {
        background: #fff;
    }
}

.res-text {
    margin-bottom: 15px;
    font-size: 20px;
}

.Click-here {
    cursor: pointer;
}

.forgot-pass {
    text-align: right;
    font-weight: 900;
    margin-bottom: 30px;
    margin-right: 10px;
    font-size: 16px;
    float: right;
}
/*login/register*/



/*shipping address*/
.deliver {
    border-right: 1px solid #F07D10;
}

    .deliver:last-child {
        border-right: 0;
    }

.delivery .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.delivery .name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.delivery .phone {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.delivery .email {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.delivery .address {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.a-box {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
}

    .a-box.first-desktop-address-tile {
        border-style: dashed;
        height: 284px;
        width: 36%;
        border-width: 2px;
        box-sizing: border-box;
        border-color: #C7C7C7;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.a-spacing-none, .a-ws .a-ws-spacing-none {
    margin-bottom: 0 !important;
}

.a-section {
    margin-bottom: 22px;
}

.a-inline-block, .aok-inline-block {
    display: inline-block;
}

.address-plus-icon {
    background: url('../images/add.png') left center no-repeat;
    width: 50px;
    height: 50px;
}

.normal-desktop-address-tile {
    height: 285px;
    /*width: 33%;*/
    border-width: 1px;
    box-sizing: border-box;
    border-color: #C7C7C7;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.16);
    border-style: solid;
}

.a-padding-none {
    padding: 0 !important;
}

.a-box .a-box-inner {
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
}

.edit {
    color: blue;
}

.delete {
    color: red;
}

.default-section {
    height: 40px;
    border-bottom: 1px solid #C7C7C7;
    padding: 10px;
    padding-top: 7px;
    background-color: #efecec;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.a-section {
    margin-bottom: 22px;
}

.edit-address-desktop-link {
    position: absolute;
    bottom: 20px;
    left: 22px;
}

.address-section-with-default {
    padding: 10px;
}

.a-section:last-child {
    margin-bottom: 0;
}

.address {
    /*display: -webkit-inline-box;*/
}

.add {
    /*width: 33%;*/
    margin: 15px 0;
}

.shipping-text {
    margin-bottom: 25px;
}

/*shipping address*/
/*thank you*/
.bg {
    background-color: #60c878;
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
}

.card {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 80px 30px 25px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card_type {
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 43%;
}

.card__success {
    background-color: #60c878;
    border: 5px solid #fff;
}

.card__failure {
    background-color: #ff0000;
    border: 5px solid #fff;
}

    .card__success i, .card__failure i {
        color: #fff;
        line-height: 90px;
        font-size: 50px;
    }

.card__msg {
    text-transform: uppercase;
    color: #55585b;
    /*color: red;*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 35px;
}

.card__submsg {
    color: #959a9e;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}

@media only screen and (max-width:767px) {
    .bg {
        width: 300px;
        padding: 20px;
    }

    .card {
        background-color: #fff;
        width: 100%;
        float: left;
        margin-top: 40px;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 80px 30px 25px 30px;
        text-align: center;
        position: relative;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    }

    .card_type {
        top: -50px;
        left: 33%;
    }
    /* Force table to not be like tables anymore */
    .resp-table-details table, .resp-table-details thead, .resp-table-details tbody, .resp-table-details tfoot, .resp-table-details th, .resp-table-details td, .resp-table-details tr {
        display: block;
        width: 100% !important;
    }

    .img-width {
        width: 100%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .resp-table-details thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .resp-table-details tr {
        border: 1px solid #002060;
        margin-bottom: 10px;
    }

    .resp-table-details td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        white-space: normal;
        display: block !important;
        /*text-align: left;*/
    }

        .resp-table-details td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 35%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
        /* Label the data */
        .resp-table-details td:before {
            content: attr(data-title);
        }

    .resp-table-details a {
        display: inline-block;
        word-break: break-all;
    }

    .resp-table-details .fa {
        display: inline-block;
    }

    .resp-table-details .table-bordered {
        border: none;
    }
}
/*thank you*/

/*Product list*/

.prod_box {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.prod_box {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    .prod_box:hover {
        box-shadow: 0px 3px 3px #ddd;
    }

    .prod_box figure {
        text-align: center;
    }

        .prod_box figure img {
            max-width: 100%;
            position: relative;
            z-index: 0;
            border: 1px solid #e7e7e7;
        }

    .prod_box figcaption {
        /*padding: 5px 6px;*/
        padding: 10px 6px; /*aarti*/
        text-align: center; /*aarti*/
        /*background: rgb(253, 227, 212);*/
        background: #ffffff; /*aarti*/
        position: relative;
        text-align: left;
        -webkit-transition: all .300s ease;
        -moz-transition: all .300s ease;
        -ms-transition: all .300s ease;
        -o-transition: all .300s ease;
        transition: all .300s ease;
        COLOR: #7b5141;
       /* height: 200px; *//*aarti*/
    }

        /*.prod_box figcaption:hover {
                background: rgba(153,77,17,0.8);
            }*/

        .prod_box figcaption h2 {
            color: #a86a21;
            font-size: 14px;
            font-weight: 600;
            text-transform: capitalize;
            height: 60px; /*45px*/
        }


    .prod_box a {
        text-decoration: none;
        color: #891418;
    }

    .prod_box figcaption:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top center;
        background: #fff;
        z-index: -1;
        transition: transform 0.3s;
    }

    .prod_box:hover figcaption:after {
        transform: scaleY(1);
    }




    .prod_box .prod_price {
        font-size: 14px;
        /* color: #979e07; */
        color: #891418;
        padding-left: 7px;
        /* width: 41%; */
        font-weight: 600;
    }


        .prod_box .prod_price .strikethrough {
            font-size: 14px;
            text-decoration: line-through;
            color: #be0707;
            margin-left: 10px;
        }

    .prod_box .prod_cart {
        text-align: right;
        width: 30%;
        /*float: right;*/
        /*margin-top: 5px;
            margin-right: 8px;*/
    }

.items_container .prod_box .prod_cart {
    text-align: right;
    width: 35%;
    float: right;
    margin-top: 5px;
}

.bg-save {
    padding: 5px;
    /*color: #a86a21;
    background: #8914183d;*/
    color: #fff;
    background: #891418
}

.qty {
    height: 30px !important;
    /*width: 80px !important;*/
    text-align: center;
}

.prod_box .prod_cart a {
    height: 32px !important;
    color: #fff;
    padding: 6px;
    background: #a86a21 !important;
    border: 1px solid #a86a21;
}

    .prod_box .prod_cart a .fa-heart:before {
        content: "\f004";
        color: #a86a21;
    }

    .prod_box .prod_cart a:hover {
        color: #fff;
        background: #891418 !important;
        border: 1px solid #891418;
    }

    .prod_box .prod_cart a:focus {
        color: #fff;
        background: #891418 !important;
        border: 1px solid #891418;
    }

    .prod_box .prod_cart a:active {
        color: #fff;
        background: #891418 !important;
        border: 1px solid #891418;
    }

    .prod_box .prod_cart a .fa {
        margin-right: 0 !important;
    }

.cart {
    margin-top: 10px;
}

ul.list-table {
    padding: 0;
    list-style: none;
    /* display: flex; */
    /* width: fit-content; */
    /* align-items: center; */
    /*margin-top: 7px;*/
    margin-top: 13px;
}


.pic_wrap {
    position: relative;
    background: #fff;
    overflow: hidden;
}

    .pic_wrap img {
        margin: 0 auto;
        width: 100%;
    }


.prod_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .prod_overlay .prod_mask {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.33);
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .prod_overlay .lnr {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        opacity: 0;
        font-size: 50px;
        color: #fff;
        z-index: 9;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.prod_box:hover .prod_mask {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prod_box:hover .lnr {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
}

.variant {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 38px !important;
    font-size: 15px !important;
}
/*  Prod Flags / Ribbon */
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #8F0808;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

@media only screen and (max-width:767px) {
    .prod_box figcaption {
        height: auto !important;
    }

    .prod-qty > .size_input {
        width: 35%;
    }
}

/*Product list*/

/*home category and product*/

.bg-product {
    background: #5714160f;
    /*height: 300px;*/
}
/*
    .sec-spacer {
        margin-top: -175px;
    }*/



.categories__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "first__grid" "second__grid";
}

.first__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr
    grid-template-areas: ". .";
    grid-area: first__grid;
    grid-gap: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .first__grid {
        display: block;
        margin-bottom: 0px
    }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
    .first__grid .box__title h2 {
        font-size: 18px;
    }

    .first__grid .box__tag span {
        font-size: 15px;
    }

    .first__grid .box__link a {
        margin: 0;
        font-size: 16px;
    }
}

.second__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". . ." ". . .";
    grid-area: second__grid;
    grid-gap: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .second__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: ". . " ". .";
    }
}

@media screen and (max-width: 768px) {
    .second__grid {
        display: block;
    }
}




.box {
    display: grid;
    /*grid-template-columns: 0.2fr 0.1fr 1fr;*/
    grid-template-columns: 0.4fr 0.1fr 3fr;
    /*grid-template-rows: 250px 130px 90px;*/
    grid-template-rows: 200px 100px 90px;
    grid-template-areas: ". . ." ". . ." ". . .";
}

.box__figure {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

.box__content {
    position: relative;
    display: grid;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    background: #a86a21;
    grid-template-columns: 1fr;
    /*grid-template-rows: 1fr 1fr 1fr;*/
    /*padding: 35px;*/
    padding: 25px;
}

.box__image {
    transition: 2s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.box__tag {
    /*margin-bottom: 10px;*/
}

    .box__tag span {
        color: white;
        font-size: 25px;
    }

.box__title {
    color: #fff;
}

.box__link {
    padding: 0px 30px;
}

    .box__link a {
        position: relative;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #000;
        text-decoration: none;
        margin: 0 30px;
    }

        .box__link a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 0;
            height: 3px;
            background-color: #f17467;
            transition: 0.6s width linear;
        }

        .box__link a:hover:after {
            width: 100%;
        }

.box__bar {
    width: 8px;
    background-color: #891418;
    height: 0%;
    position: absolute;
    bottom: 0;
    transition: height 300ms;
}

.box__icon {
    display: none;
}

.box:hover  .box__bar  {
    height: 100%;
}

.box:hover .box__icon .Hbox:hover {
    display: block;
    position: absolute;
    right: 5px;
    top: -80px;
    animation: fade-in 600ms both;
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
    .box__title h2 {
        font-size: 16px;
    }

    .box__tag span {
        font-size: 16px;
    }

    .box__link a {
        margin: 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .box  {
        margin-bottom: 25px;
    }
    .Hbox {
        margin-bottom: 25px;
    }
    .box__title h2 {
        font-size: 18px;
    }

    .box__tag span {
        font-size: 16px;
    }

    .box__link a {
        margin: 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .box  {
        margin-bottom: 25px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .Hbox {
        margin-bottom: 25px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .box__title h2 {
        font-size: 16px;
    }

    .box__tag span {
        font-size: 14px;
    }

    .box__link a {
        margin: 0;
        font-size: 16px;
    }
}

.second__grid .box  .Hbox{
    display: grid;
    grid-template-columns: 0.2fr 0.1fr 1fr;
    grid-template-rows: 100px 130px 70px;
    grid-template-areas: ". . ." ". . ." ". . .";
}

.second__grid .box__title h2 {
    font-size: 16px;
}

.second__grid .box__tag span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .second__grid .box .hbox {
        margin: 25px 0;
    }
}


.sub-banner:hover:before {
    top: 50%;
    bottom: 50%;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.sub-banner:hover:after {
    left: 50%;
    right: 50%;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:before, .sub-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
/*home category and product*/

/*Details*/
.title {
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 1.3;
}

.pro-code {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.detail-price span {
    font-size: 19px !important;
    color: #8F0808 !important;
    font-weight: 700;
}
/*.save-price {
    margin-bottom: 10px;
    margin-top: 10px;
}*/
.discount {
    font-weight: 700;
    font-size: 15px;
    color: #8F0808 !important;
}

.select-css {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../images/angle-down.png'), linear-gradient(to bottom, #ffffff 0%,#fff 100%) !important;
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right 15px top 50%, 0px 0px !important;
}

.wid-r {
    width: 97% !important;
}

.wid-l {
    width: 3% !important;
}
/*popup*/
.input-group {
    position: relative;
    display: -webkit-box;
    border-collapse: separate;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 0.90rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}

.input-group .form-control {
    width: 90%;
}

.Click-here {
    cursor: pointer;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
   /* overflow-y: auto;*/
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -14px;
    cursor: pointer;
    padding: 4px 12px 3px 13px;
    border-radius: 50px;
    border: 2px solid #fff;
    z-index: 99;
    font-weight: 900;
    background: #000;
    font-size: 25px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.p-3 {
    padding: 1rem !important;
}

/*popup*/

.inclusive {
    font-size: 12px !important;
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .box__figure {
        grid-row-end: 4;
    }
}

/*about*/
.card {
    display: inline-block;
    /*width:50%;
        margin: 50px 8px;*/
    text-align: center;
    background-color: #ffffff;
    padding: 30px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
    color: #2d3e50;
}

    .card .fa {
        width: 100px;
        height: 100px;
        /*background-color: #e2e2e2;*/
        padding: 0px 10px 0px 0px;
        border-radius: 50%;
        /*box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
        text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);*/
        margin-bottom: 10px;
        font-size: 100px;
    }

    .card .title {
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #891418;
    }

    .card p {
        font-weight: 300;
    }

    .card:hover {
        /*transform: translateY(-5px);*/
        /*box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);*/
    }

        .card:hover .fa {
            /*box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);*/
            /*text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);*/
        }
/*about*/
.marg-r {
    margin-right: 5px;
}
/*CSS FOR HOME PAGE*/
.gridi-panel {
    background-color: #fff;
    border-radius: 15px;
}

.gridi {
    display: grid;
    grid-template-columns: repeat(auto-fit, 295px);
    gap: 10px;
    justify-content: center;
}

    .gridi .item {
        position: relative;
        /*height: 19rem;*/
        background-color: lightGrey;
        overflow-y: hidden;
        box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
        /*margin-bottom: 20px;*/
    }

        .gridi .item h3 {
            margin: 0;
            display: block;
            background-color: #a86a21;
            padding: 1rem;
            transform: translate3d(0, -145%, 0);
            transition: transform 300ms;
            color: #fff;
            text-align: center;
        }

        .gridi .item a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .gridi .item a:hover ~ .item__overlay, .item a:focus ~ .item__overlay {
                transform: translate3d(0, 0, 0);
            }

                /*.item a:hover ~ .item__overlay h3, .item a:focus ~ .item__overlay h3 {
                    transform: translate3d(0, 0, 0);
                }*/

                .gridi .item a:hover ~ .item__overlay .item__body, .item a:focus ~ .item__overlay .item__body {
                    opacity: 1;
                }

    .gridi img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .gridi .item__overlay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        transition: transform 300ms;
        background-color: #cda155;
        transform: translate3d(0, 100%, 0);
    }

    .gridi .item__body {
        flex-grow: 1;
        /*padding: 1rem;*/
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 500ms 100ms;
    }

        .gridi .item__body p {
            color: #fff;
            margin: 30px 14px;
            font-size: 30px;
            font-weight: 600;
            text-align: center;
            vertical-align: middle;
        }

            .gridi .item__body p button {
                margin-top: 15px;
            }


.item .item__overlay:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.item .item__overlay:after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.item:hover .item__overlay:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.item:hover .item__overlay:after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.item .item__overlay:before, .item .item__overlay:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}




@media (min-width: 1500px) {
    .gridi {
        grid-template-columns: repeat(auto-fit, 395px);
    }

        .gridi .item h3 {
            transform: translate3d(0, -100%, 0);
        }

        .gridi .item__body p {
            margin: 90px 0;
        }

    #more-gallery {
        width: 16%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) and (min-width: 320px) {
    .gridi-panel {
        margin: 0 0px !important;
    }

    .gridi {
        grid-template-columns: repeat(auto-fit, 155px);
    }

        .gridi .item h3 {
            /*transform: translate3d(0, -130%, 0);*/
            font-size: 14px;
            padding: 3px;
            transform: translate3d(0, -100%, 0);
        }

        .gridi .item__body p {
            margin: 0px 0px;
            font-size: 15px;
        }

            .gridi .item__body p .btn.btn-shop {
                font-size: 11px;
            }

    .home-marg {
        margin: 0px;
    }

    .view-btn {
        margin-right: 12px;
        padding: 3px 10px !important;
        font-size: 12px !important;
    }

    #more-gallery {
        margin: 5px 5px !important;
    }
}

.Hbox__content {
    position: relative;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #a86a21;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /* padding: 35px; */
    padding: 25px;
    justify-items: stretch;
    justify-content: space-evenly;
    align-content: center;
}
.Hbox {
    display: grid;
    /*grid-template-columns: 0.2fr 0.1fr 1fr;*/
    grid-template-columns: 0.4fr 0.1fr 3fr;
    /*grid-template-rows: 250px 130px 90px;*/
    grid-template-rows: 200px 3px 90px;
    grid-template-areas: ". . ." ". . ." ". . .";
    
}
    .Hbox:hover .box__bar {
        height: 100%;
    }

.text-red{
        color:red;
    }

.btn-outline-Pending {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border: solid 1px #df3c4e;
    border-radius: 5px;
}

.btn-outline-Inprogress {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #FFC107 !important;
    background-color: #ffc10724;
    border: solid 1px #FFC107;
    border-radius: 5px;
}

.btn-outline-Released {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #478ffc !important;
    background-color: #e9f2ff !important;
    border: solid 1px #478ffc;
    border-radius: 5px;
}

.btn-outline-PartialReceipt {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #8927f9 !important;
    background-color: #f1e5fe !important;
    border: solid 1px #8927f9;
    border-radius: 5px;
}

.btn-outline-Complete {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #2dc58c !important;
    background-color: #e6f8f1 !important;
    border: solid 1px #2dc58c;
    border-radius: 5px;
}

.btn-outline-ForcedClosed {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #478ffc !important;
    background-color: #e9f2ff !important;
    border: solid 1px #478ffc;
    border-radius: 5px;
}

.btn-outline-Cancelled {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    color: #df3c4e !important;
    background-color: #fbe8ea !important;
    border: solid 1px #df3c4e;
    border-radius: 5px;
}