@font-face {
    font-family: Montserrat-Light;
    src: url('../../assets/fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../../assets/fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Playball;
    src: url('../../assets/fonts/Playball-Regular.ttf');
}

@font-face {
    font-family: Times_Roman_bd;
    src: url('../../assets/fonts/timesbd.ttf');
}

@font-face {
    font-family: Metronic;
    src: url(../../assets/fonts/Metronic.ttf);
}


/* temp fonts as suggested */

@font-face {
    font-family: Anacondas;
    src: url('../../assets/fonts/Anacondas.ttf');
}

@font-face {
    font-family: Champignon;
    src: url('../../assets/fonts/Champignon.otf');
}

@font-face {
    font-family: GreatVibes-Regular;
    src: url('../../assets/fonts/GreatVibes-Regular.ttf');
}

@font-face {
    font-family: Niconne-Regular;
    src: url('../../assets/fonts/Niconne-Regular.ttf');
}

@font-face {
    font-family: Yananeska;
    src: url('../../assets/fonts/Yananeska.ttf');
}




/* temp fonts as suggested */

/* Search icon */

.m-dropdown__wrapper {
    width: 0px;
    z-index: 999999;
    position: absolute;
    top: 30px;
}

.m-dropdown__arrow {
    color: #fff;
    position: absolute;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 11px;
    width: 40px;
    position: relative;
    left: 8%;
    margin-left: -17px;
    top: 0;
    position: absolute;
}

.m-dropdown__arrow:before {
    display: inline-block;
    font-family: Metronic;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 0;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±";
}

.m-dropdown__arrow:before {
    position: relative;
    top: 100%;
    margin-top: 11px;
    font-size: 40px;
    display: none;
}


.m-dropdown__inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.79);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.79);
    border-radius: 4px;
}

.m-dropdown__header {
    -webkit-box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, .03);
    box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, .03);
}

.m-dropdown__header {
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
}

.m-list-search__form-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.m-list-search__form-input-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.m-list-search__form-icon-close {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    line-height: 0 !important;
    cursor: pointer;
    font-size: 1.2rem;
    width: 30px;
    padding: 0;
    color: #cfcedb;
}

.m-list-search__form-input {
    border: 0;
    background: 0 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    display: block;
    font-size: 14px;
}

.m-list-search__form-input:focus {
    border: 0px solid red !important;

}

.m-list-search__form-icon-close i {
    font-size: 1.3rem;
}

/* Search icon */

body {
    font-family: "Montserrat-Regular" !important;
    /* font-family: normal normal bold sans-serif; */
    color: #93989B;
    line-height: 1.5em;
    letter-spacing: .08em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
    text-transform: none;
}

html,
body {
    height: 100%;

}

.banner-heading {
    letter-spacing: 4px;
    font-weight: 500;
    /* text-shadow: 2px 2px 1px #000; */
    font-family: "Montserrat-Regular" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    /* font-family: GreatVibes-Regular; */
    /* font-family: normal normal bold sans-serif !important; */
    font-weight: 700;
    font-size: 38px;
}

a {
    color: #7a4033;
   /* font-family: Montserrat-Regular;*/
    /* font-family: normal normal sans-serif !important; */
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Quicksand", sans-serifsans-serif;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 2;
    margin-bottom: 0;
}

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

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 02. COMMON STYLE
* ----------------------------------------------------------------------------------------
*/
.mg-10 {
    margin: 0 10px;
}

.icofont-rounded-right:before {
    content: "\eb61";
    top: -2px;
    position: relative;
    left: 2px;
}

.icofont-rounded-left:before {
    content: "\eb5e";
    top: -2px;
    position: relative;
    left: 0;
}

#home-page-slider-carousel .icofont-rounded-left:before {
    content: "\eb5e";
    top: 2px;
    position: relative;
    left: 0;
    font-size: 18px;
}

#home-page-slider-carousel .icofont-rounded-right:before {
    content: "\eb61";
    top: 2px;
    position: relative;
    left: 0px;
    font-size: 18px;
}

.down-bar {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background: #eaeaea;
    clear: both;
    overflow: hidden;
    border-radius: 50%;
    /* box-shadow: 1px 1px 10px 0px #e7e7e7; */
}

.form-control {
    border-radius: 0;
    height: 45px;
}

.section-padding {
    padding: 30px 0;
}

.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.section-back-image:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.no-padding {
    padding: 0 !important;
}

.no-line-height {
    line-height: 0px !important;
}

.no-margin {
    margin: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.overlay {
    position: relative;
    z-index: 1;
}

.home-page-slider {
    margin-top: 0px;
}

.overlay:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-gray {
    background: #F2F2F2;
}

.bg-gray-2 {
    background: #f5f5f5;
}

/*START PRELOADER DESIGN*/

#page-preloader {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;

}

.footer-down p a:hover,
.footer-down p a:hover {
    color: #10846f !important;
}

.footer_copyright {
    background: #fff;
}

footer a {
    color: #000;
}

/* #movingBallG {
    position: absolute;
    width: 165px;
    height: 12px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -80px;
} */
#movingBallG {
    position: absolute;
    width: 165px;
    height: 12px;
    margin: auto;
    top: calc(50% - 70px);
    left: 50%;
    margin-left: -70px;
}

#movingBallG img {
    width: 65%;
}

#movingBallG h4 {
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
}

.movingBallLineG {
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 160px;
    background-color: rgb(0, 0, 0);
}

.movingBallG {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    animation-name: bounce_movingBallG;
    -o-animation-name: bounce_movingBallG;
    -ms-animation-name: bounce_movingBallG;
    -webkit-animation-name: bounce_movingBallG;
    -moz-animation-name: bounce_movingBallG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

@keyframes bounce_movingBallG {
    0% {
        left: 0;
    }

    50% {
        left: 147px;
    }

    100% {
        left: 0;
    }
}

@-o-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }

    50% {
        left: 147px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }

    50% {
        left: 147px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }

    50% {
        left: 147px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }

    50% {
        left: 147px;
    }

    100% {
        left: 0;
    }
}


/*END PRELOADER DESIGN*/

#undefined-sticky-wrapper {
    position: sticky;
    top: 0;
    /* z-index: 99999999; */
    z-index: 999;
}

/* start scroll to top design */

.topcontrol {
    background: #10846f none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 99999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /* padding: 3px 12px; */

    position: fixed;
    right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.topcontrol:hover {
    background: #333;
    color: #fff;
}

/*START SECTION TITLE DESIGN*/

.section-title {
    margin-bottom: 87px;
    margin-top: 52px;
}
.section-title h2 {
    color: #5c4033;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.team_heading {
    color: #5c4033;
    font-family: "Quicksand", ui-sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    text-transform: capitalize !important;
}
@media only screen and (max-width: 768px) {
    .section-title h2 {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .section-title h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 360px) {
    .section-title h2 {
        font-size: 24px
    }
}

.section-title .line {
    display: inline-block;
    position: relative;
    margin: 15px auto;
}

.section-title .line:before,
.section-title .line:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #c9c9c9;
    top: 8px;
    width: 100px;
}

.section-title .line:before {
    right: 100%;
    margin-right: 15px;
}

.section-title .line:after {
    left: 100%;
    margin-left: 15px;
}

.section-title span {
    background-color: #7a4033;
    display: inline-block;
    height: 18px;
    width: 40px;
    transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
    -ms-transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
    -webkit-transform: matrix(0.866, 0.0, -0.8, 0.866, 0, 0);
}

/*end section title design*/
/* PAGE HEADING */

.page-heading {
    padding: 40px 0;
    background-color: #10846f;
}

.page-heading h2 {
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb {
    display: inline-block;
}

.breadcrumb>.active {
    color: #10846f;
    font-weight: 700;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb {
    display: inline-block;
    margin-top: 20px;
    background: transparent;
    border-radius: 0;
    border: none;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb li a {
    color: #000;
    text-shadow: none;
}

.breadcrumb>li:after {
    display: none;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}

/* SECTION DIVIDER */

span.divider {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px 0;
    width: 50px;
    position: relative;
}

span.divider-full {
    background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END COMMON STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/
/* top area */

.top-area {
    background: #fff;
}

.top-area a {
    color: #1f1f1f;
}

.top-menu li {
    display: inline-block;
    margin-right: 0px;
}

.top-menu li a {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 28px;
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

li.center_logo {
    width: 290px !important;
}

/*.sticky-wrapper{
    height: auto !important;;
}*/
.logo_icon {
    position: absolute;
    top: -35px;
    left: calc(50% - 141px);
}

.logo_icon img {
    width: 279px;
}

.top-menu li a img {
    margin-right: 6px;
}

.top-menu li a i {
    margin-right: 2px;
    /* color: #ffc600; */
}

.top-menu li a:hover {
    color: #639b3e;
    transition: all ease 0.3s;
}

.text-right .top-menu>ul {
    float: right;
}

li.my-kart {}

li.my-kart>a {}

li.my-kart>a:hover {}

li.my-kart>a>span {
    margin-top: 5px;
}

li.my-kart>a>span>i {
    font-size: 20px;
}

.right-line {
    border-right: 2px solid rgba(135, 56, 0, 0.2);
    border-radius: 2%;
}

.top-menu .dropdown-menu>li>a {
    color: #333;
}

.top-menu .dropdown-menu {
    background-color: #fff;
}

.top-menu .dropdown-menu>li>a:focus,
.top-menu .dropdown-menu>li>a:hover {
    background-color: #fff;
}

.top-menu .dropdown-menu li>a:hover,
.dropdown-menu>li>a:focus {
    color: #333 !important;
}

.top-menu .dropdown-menu li:not(:last-child)>a {
    border: none;
}

/* logo area */

.logo-area {
    padding: 0;
}

.logo-wrapper {
    text-transform: uppercase;
}

.logo-wrapper a {
    color: #494949;
}

.wrapper-logo {
    position: absolute;
    top: -56px;
}

.wrapper-logo img {
    width: 72%;
    margin: 0 auto;
    margin-top: 15px;
}

.logo-wrapper h1 {
    border: 3px solid #494949;
    display: inline-block;
    font-size: 16px;
    margin: 26px 0;
    padding: 10px 15px;
}

.search-area {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding: 8px 0 0 10px;
}

.top-search div.form-group {
    width: 100%;
}

.info-menu {
    float: left;
    width: 100%;
}

.info-menu li {
    display: inline-block;
}

.info-menu li a {
    display: block;
    margin-right: 10px;
    line-height: 50px;
    color: #333;
}

.info-menu li a i {
    margin-right: 5px;
    color: #10846f;
}

.info-menu li a:hover {
    color: #10846f;
}

.top-search {
    float: left;
    width: 100%;
}

.top-search form [type="submit"] {
    background-color: #231f20;
    border: 2px solid #231f20;
    color: #999;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.5s;
}

.top-search form [type="submit"] i {
    font-size: 20px;
}

.top-search form [type="submit"]:hover {
    background-color: #10846f;
    border: 2px solid #231f20;
    color: #fff;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.5s;

}

.top-search form input {
    width: 40px;
}

.logo-area-right {
    position: relative;
}

.logo-area-right .wishlist-link,
.logo-area-right .shopping-cart-link {
    text-align: center;
    display: inline-block;
    padding: 7px 0 0 10px;
    height: 0px;
}

.logo-area-right a i {
    font-size: 35px;
    color: #999;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.logo-area-right div:hover a i,
.logo-area-right div:hover h4 {
    color: #10846f;
}

.logo-area-right h4 {
    font-weight: 400;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wishlist-link a,
.shopping-cart-link a {
    position: relative;
    top: 0px;
}

.wishlist-link span.cart-amnt,
.shopping-cart-link span.cart-amnt {
    background-color: #10846f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    left: 23px;
    top: -23px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* bottom: 0; */
}

.logo-area-right div:hover span.cart-amnt {
    background: #333;
}

ul.navbar-nav {
    position: relative !important;
}

.center_logo {
    position: relative !important;
    top: -59px !important;
}

.nav li.center_logo>a>img {
    max-width: none;
    width: 266px;
}

.navbar-nav>li {
    /* float: none; */
    display: inline-block;
    padding: 30px 0 0 0;
}

.navbar-nav>li {
    /* float: none; */
    display: inline-block;
    padding: 0px 0 0 0;
}

.navbar-nav {
    /* float: none; */
}

.shopping-cart-link:hover ul,
.wishlist-link:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.shopping-cart-link>ul,
.wishlist-link>ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #ddd;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 140%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 330px;
    z-index: 9999999;
    border-top: 4px solid #e54f00;
    border-bottom: 3px solid #e54f00;
}

.shopping-cart-link ul li,
.wishlist-link ul li {
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc4f;
}

.shopping-cart-link ul li.product-quick-view,
.wishlist-link ul li.product-quick-view {
    padding-bottom: 0px;
    border-bottom: 0px solid #cccccc4f;
}

.cart-img a img {
    width: 65px;
    background: #f1f1f1;
}

.cart-img {
    float: left;
}

.cart-content {
    float: left;
    padding-left: 10px;
    text-align: left;
}

.cart-content a h3 {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.cart-content span {
    display: block;
    color: #333;
    margin-top: 5px;
}

span.cart-price {
    color: #333;
    font-weight: 700;
}

.cart-del {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-top: 12px;
    background: #fff;
    border: 1px solid #5c4033;
}

.cart-del:hover {
    color: #fff;
    background: #10846f;
}

.shipping {
    display: block;
    overflow: hidden;
}

.shipping span {
    color: #333;
    font-weight: 700;
}

.shipping span.cart-price {
    float: right;
}

hr.shipping-border {
    border-bottom: 1px solid #eee;
    border-top: 0 none;
    margin: 10px 0;
    padding: 0;
}

.shopping-cart-link ul li:last-child,
.wishlist-link ul li:last-child {
    margin: 0;
}

.shopping-cart-link .product-quick-view:last-child .add-to-cart-btn {
    background: #10846f;
    border: 2px solid #10846f;
    border-radius: 10px;
    padding: 8px 25px;
    margin-top: 7px;
    position: relative;
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    margin-right: 12px;
    width: 92%;
    text-align: center;
}

.shopping-cart-link .product-quick-view:last-child .add-to-cart-btn:hover {

    color: #fff;
    border: 2px solid #000;
}

.shopping-cart-link .product-quick-view .add-to-cart-btn {
    background: #10846f;
    border: 2px solid #10846f;
    border-radius: 10px;
    padding: 8px 25px;
    margin-top: 25px;
    position: relative;
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    margin-right: 12px;
    width: 92%;
    text-align: center;
}


.checkout a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.checkout>a>i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    float: right;
    line-height: 28px;
    margin: 0;
    text-align: center;
    width: 0;
    position: absolute;
    right: 106px;
}


/*
* ----------------------------------------------------------------------------------------
* 03. END NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. MENU STYLE
* ----------------------------------------------------------------------------------------
*/

.sticky-menu {
    position: relative;
    z-index: 999;
    width: 100%;
}


.mainmenu-area {
    background-color: #feeed7;
    text-transform: none;
    border-bottom: 2px solid transparent;
    width: 100%;
    position: relative;
    z-index: 999;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area.menu-animation {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #5C4033;
    padding: 18px 20px 7px 28px;
    font-weight: 700;
    /* font-size: 16px; */
    font-size: 16px;
    text-transform: capitalize;
    /* border-right: 1px solid; */
    border-height: -1%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #5C4033;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #5C4033;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #5C4033;

}

#container_404 {
    margin: 100px 0;
}

/* dropdown menu style */
.navbar-left .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu {
    background-color: #000;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.176);
    display: block;
    min-width: 200px;
    opacity: 1 !important;
    padding: 0;
    top: 130%;
    z-index: 999999;
    visibility: visible !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}

.dropdown-menu li>a {
    color: #fff;
    clear: both;
    display: block;
    line-height: 1.42857;
    padding: 14px 20px;
    text-transform: none;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.dropdown-menu li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff !important;
    background: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #fff;
}

.dropdown-menu li>a.active {
    color: #10846f !important;
    background: transparent;
}

.dropdown:hover>.dropdown-menu {
    opacity: 1;
    top: 117%;
    visibility: visible;
    transform: scaleY(1);
}

.dropdown-menu {
    left: auto;
}

.dropdown-menu .dropdown>.dropdown-menu {
    left: 300%;
    margin-top: -1px;
    min-width: 170px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    display: block;
}

.dropdown-menu li:not(:last-child)>a {
    border-bottom: 1px solid #e9e9e9;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100.5%;
}

label.control-label {
    color: #5c4032;
    font-size: 16px;
    font-family: 'Quicksand',sans-serif;
    margin-top: 0%;
  /*  margin-left: 6%;*/
}

/* mega menu */

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 25%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {}

.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    letter-spacing: 2px;
    padding: 0 0 20px 16px;
}

.dropdown-menu.mega-dropdown-menu li>a {
    padding: 10px 16px;
}

.dropdown-menu.mega-dropdown-menu li:not(:last-child)>a {
    border: none !important;
}

.mega-dropdown-menu .single-list-view {
    padding: 0 0 30px;
}

.mega-dropdown .list-text .add-to-cart-btn {
    border-radius: 0;
    padding: 5px 17px;
}

.mega-dropdown .list-text .add-to-cart-btn:after {
    border-radius: 0;
}

ul.mega-dropdown-menu li {
    position: relative;
}

.label-hot:before,
.label-new:before {
    right: 0;
    top: 0;
    padding: 0 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    color: #fff;
}

.label-hot:before {
    background: #F73C56;
    content: "Hot";
}

.label-new:before {
    background: #5cb85c;
    content: "New";
}

/*
* ----------------------------------------------------------------------------------------
* 04. END MENU STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/
/* slider 1 */

.slider-area,
.home-page-slider,
.home-page-slider div {}

.home-page-slider div.single-slide-item-tablecell,
.home-page-slider div.single-slide-item-tablecell div {
    height: auto
}

.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item.next.left>.container {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .item img {
    margin: auto;
    width: 100% !important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    /* -webkit-animation: immortalkenburns 15000ms linear 0s infinite alternate;
    animation: immortalkenburns 15000ms linear 0s infinite alternate; */
    max-height: 100vh;
}

@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 15000ms linear 0s
    }

    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 15000ms linear 0s
    }
}

@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 15000ms linear 0s
    }

    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 15000ms linear 0s
    }
}

@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 15000ms linear 0s
    }

    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 15000ms linear 0s
    }
}

@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 15000ms linear 0s
    }

    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 15000ms linear 0s
    }
}

@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 15000ms linear 0s
    }

    100% {
        transform: scale(1.2);
        transition: transform 15000ms linear 0s
    }
}

.single-slide-item h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.single-slide-item p {
    font-size: 30px;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}

.btn-home-slider {
    background: #000;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 12px 30px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.btn-home-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-home-slider:hover,
.btn-home-slider:focus {
    color: #fff;
    border: 2px solid #000;
}

.btn-home-slider:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.prev,
.next {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: #10846f;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prev:hover,
.next:hover {
    background-color: #333;
    color: #fff;
}

.prev:focus,
.next:focus {
    background-color: #10846f;
    color: #fff;
}

.prev {
    left: -40px;
}

.next {
    right: -40px;
}

.home-page-slider:hover .prev {
    left: 20px;
}

.home-page-slider:hover .next {
    right: 20px;
}

.carousel-indicators-slider {
    bottom: 30px;
}

.carousel-indicators .active {
    background-color: #10846f;
    border-color: #10846f;
    width: 35px;
    height: 2px;
}

.carousel-indicators li {
    border-radius: 5px;
    margin: 0 1px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    border-color: #fff;
}

/* animations */

/* .carousel-fade .carousel-inner .item .single-slide-item h2 {
    -webkit-animation: fadeInDown 300ms linear 300ms both;
    -moz-animation: fadeInDown 300ms linear 300ms both;
    -o-animation: fadeInDown 300ms linear 300ms both;
    -ms-animation: fadeInDown 300ms linear 300ms both;
    animation: fadeInDown 300ms linear 300ms both;
} */

/* .carousel-fade .carousel-inner .item.active .single-slide-item h2 {
    -webkit-animation: fadeInDown 2s linear 300ms both;
    -moz-animation: fadeInDown 2s linear 300ms both;
    -o-animation: fadeInDown 2s linear 300ms both;
    -ms-animation: fadeInDown 2s linear 300ms both;
    animation: fadeInDown 2s linear 300ms both;
} */

/* .carousel-fade .carousel-inner .item .single-slide-item p {
    -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;
} */

/* .carousel-fade .carousel-inner .item.active .single-slide-item p {
    -webkit-animation: fadeInUp 2s linear 600ms both;
    -moz-animation: fadeInUp 2s linear 600ms both;
    -o-animation: fadeInUp 2s linear 600ms both;
    -ms-animation: fadeInUp 2s linear 600ms both;
    animation: fadeInUp 2s linear 600ms both;
} */

.carousel-fade .carousel-inner .item .btn-home-slider {
    -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;
}

.carousel-fade .carousel-inner .item.active .btn-home-slider {
    -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;
}


/* REVULATION SLIDER EDIT */

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden !important;
}


/*
* ----------------------------------------------------------------------------------------
* 05. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  06. BANNER STYLE 
* ----------------------------------------------------------------------------------------
*/

.single-banner {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.single-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}

.single-banner figure img {
    position: relative;
    min-height: 100%;
}

.single-banner figure figcaption {
    padding: 2em;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-banner figure figcaption:before,
.single-banner figure figcaption:after {
    pointer-events: none;
}

.single-banner figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.banner-effect figcaption {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.banner-effect figcaption:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff;
    content: '';
}

figure.banner-effect figcaption:before,
figure.banner-effect p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.banner-effect:hover figcaption:before,
figure.banner-effect:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.banner-effect:hover figcaption {
    background-color: rgba(0, 0, 0, 0.5);
}

figure.banner-effect p {
    top: 0;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

.banner-mi-btn {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-mi-btn .btn-img-hover {
    background: #fff;
    padding: 12px 15px;
    position: relative;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.banner-mi-btn .btn-img-hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10846f;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.banner-mi-btn .btn-img-hover:hover,
.btn-img-hover:focus {
    color: #fff;
}

.banner-mi-btn .btn-img-hover:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
*   06. END BANNER STYLE 
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
*   07. Home Page
* ----------------------------------------------------------------------------------------
*/

#best_seller {
    background-color: transparent;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    /* position: relative; */
    top: 0px;
    /* height: 400px; */
}

#best_seller::before {
    content: '';
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* z-index: 9; */
}

.best_seller.container {
    position: relative;
    z-index: 10;
}

.best_seller .owl-item img {
    width: 100%;
    max-height: 170px;
}

.best_seller h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 50px;
    margin: 60px 0 20px 0;
}

.best_seller p {
    font-family: Montserrat-light;
    color: #231f20;
    width: 60%;
    margin: 25px auto;
    font-size: 15px;
}


#recipe {
    background-image: url(../img/bg/recipe_bg.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 20px;
}

#recipe h2 {
    font-size: 50px;
    font-family: GreatVibes-Regular;
    font-weight: 400;
    color: #3f1d10;
}

#recipe img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
}

#recipe .content-right {
    margin-left: 20px;
    margin-top: 20px;
}

#recipe .carousel-indicators {
    display: none;
}

#recipe h4 {
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    margin-top: 53px;
    font-family: Montserrat-Light;
    letter-spacing: 0;
    line-height: 26px;
}

#recipe p {
    margin-top: 15px;
    font-family: Montserrat-Light;
    color: #000;
    text-align: justify;
    margin-bottom: 30px;
}

#recipe .prev {
    left: calc(18% - 5px);
}

#recipe .next {
    right: 0px;
    left: calc(22% - 5px);
}

#recipe .prev {
    position: absolute;
    bottom: 0;
    top: 90%;
    font-size: 46px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#recipe .next {
    position: absolute;
    bottom: 0;
    top: 90%;
    font-size: 46px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#recipe .prev img,
#recipe .next img {
    margin-top: 0px;
    width: auto;
    margin-bottom: 20px;
}



#cake_catg {
    background-color: #fff;
    border-radius: 0;
    border: none;
    position: relative;
    top: 20px;
    /* height: 400px; */
    background-attachment: fixed;
    /* padding: 30px 0; */
}

#cake_catg .cake-cat-container {
    margin: 40px 0 0px auto;
    cursor: pointer;
}

#cake_catg .cake-cat-container img {
    margin-bottom: 10px;
    transform: scale(1);
    transition: all ease 0.5s;
    border-radius: 15px;
    max-width: 100%;
}

#cake_catg .cake-cat-container:hover>img {
    transform: scale(1.1);
    transition: all ease 0.8s;

}

#cake_catg h4 {
    /* font-family: open sans condensed, sans-serif; */
    /* font-family: "GreatVibes-Regular"; */
    letter-spacing: 1px;
    font-size: 18px;
    color: #5C4033;
    font-weight: 600;
}

#cake_catg p {
    font-family: Montserrat-Light;
    color: #000;
    line-height: 21px;
    margin-top: 15px;
}



#about_us {
    width: 100%;
    /* background-color: #feeed7; */
    margin: 0px 15px;
}

#about_us h2 {
    color: #5C4033;
    font-family: "Montserrat-Regular";
    /* font-family: open sans condensed,
        sans-serif; */
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 40px;
    margin: 5px 0 22px 0;
}

#about_us .content-right {
    margin: 70px 0 75px 70px;
}

.learn_more {
    display: none !important;
}

#about_us img {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 40px;
    /* //height: 300px; */
}

#about_us p {
    /* font-family: "Montserrat-light"; */
    /* font-family: open sans condensed, sans-serif; */
    color: #000;
    text-align: justify;
    padding: 10px;
}

.learn_more {
    background: #10846f;
    border: 2px solid #10846f;
    border-radius: 50px;
    padding: 7px 20px;
    position: static;
    color: #fff;
    /* font-family: montserrat, sans-serif; */
    font-family: normal normal sans-serif !important;
    font-size: 14px;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    margin: 20px auto;
    float: left;
    box-shadow: 0px 3px 3px 0px #cccccc96;
    font-weight: 500;
}

.learn_more:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.hot_cakes {
    margin: 0;
    padding: 3px 14px;
}

/* #about_us .content-right a.btn-home-slider { */
/* -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; */
/* } */
#about_us .content-right .btn-home-slider:hover,
#about_us .content-right .btn-home-slider:focus {
    /* color: #fff; */
    border: 2px solid #10846f;
    background: #10846f;
}

.blog-content {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
}

#about_us_parallax {
    /*background-image: url(../img/about/about-bg.png);
    background-size: 100% 100%;*/
    border-radius: 0;
    border: none;
    top: 0px;
    /* background-color: #feeed7; */
    /* height: 400px; */
    background-attachment: fixed !important;
}

#about_us_parallax .about-sugar {
    margin: 130px auto;
}

#about_us_parallax h2 {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 46px;
    line-height: 50px;
    text-shadow: 2px 2px #000;
    width: 80%;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    margin: 0 auto;
}



#gallery {
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    /* height: 400px; */
    /*float: left;*/
    width: 100%;
}

#gallery::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#gallery .container {
    position: relative;
    z-index: 10;
}

#gallery .owl-item img {
    width: 100%;
    max-height: 170px;
}

#gallery .insta-container {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

/* .pd-right{ */
/* padding-right: 0px !important;  */
/* } */

/* .pd-left{ */
/* padding-left: 0px !important;  */
/* } */
#gallery h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 50px;
    margin: -37px 0 10px 0;
}

#gallery p {
    font-family: Montserrat-light;
    color: #000;
    width: 60%;
    margin: 10px auto 40px;
}

#gallery .owl-controls>.owl-pagination {
    display: none;
}

#gallery .gallary_more {
    margin-left: calc(50% - 65px);
    margin-bottom: 45px;
}

#gallery .btn-view-more {
    background: #feeed7;
    border: 2px solid #3f1d10;
    border-radius: 0;
    padding: 9px 15px;
    position: static;
    color: #3f1d10;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    margin: 20px auto;
}

#gallery .btn-view-more:hover {
    background: #10846f;
    border: 2px solid #10846f;
}

/* #gallery a.btn-home-slider { */
/* -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; */
/* } */
#gallery .btn-home-slider:hover,
#gallery .btn-home-slider:focus {
    color: #fff;
    background: #10846f;
}

.first-col {
    padding: 0;
}

#customers {
    background-image: url(../img/bg/happy_customer.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    top: 0px;
    background-color: #feeed7;
    /* height: 400px; */
}

#customers .container {
    position: relative;
    z-index: 10;
}

#customers h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 50px;
    margin: 70px 0 20px 0;
}

#customers p {
    font-family: Montserrat-light;
    color: #000;
    width: 85%;
    margin: 10px auto 0;
    text-align: center;
}

#customers p:first-child {
    font-family: Montserrat-light;
    color: #000;
    width: 85%;
    margin: 70px auto 0;
    text-align: center;
}

.all-over-review {
    margin: 0 auto;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
}

.customer-slider {
    margin: 20px 0;
}

.left-container {
    float: left;
    width: 35%;
}

.right-container {
    float: right;
    width: 65%;
}

.outer-color {
    width: 60%;
    margin: 0 auto;
    background: #f7dbc7;
    padding: 22px;
    border-radius: 12px;
}

.featured-customer {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.featured-customer img {
    display: inline-block !important;
    width: auto !important;
    margin-left: 0px;
    margin-right: 0px;
}

.all-over-review h3 {
    text-align: center;
    color: #676767;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.all-over-review p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    position: relative;
    margin: 85px auto !important;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    float: right;
    width: 100% !important;
}

.all-over-review p::before {
    content: "";
    position: absolute;
    left: 0;
    top: -75px;
    background: url(../img/team/aphes_before.png);
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
}

#customers .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(197, 184, 175, 0.7);
    -webkit-transition: width 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}

#customers .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #a59482;
    width: 100px;
}

.slider-area .carousel-indicators {
    display: none;
}

.all-over-review p::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 75px;
    background: url(../img/team/aphes_after.png);
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
}


.footer-upper {
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    background-color: #feeed7;
    float: left;
    width: 100%;
    /* height: 400px; */
}

footer .footer-upper {
    /* border-bottom:2px solid #231f20; */
    border-top: 2px solid #231f20;
}

footer .footer-up {
    /* border-bottom:1px solid #231f20; */
    overflow: hidden;
    padding: 40px 0 0px;
}

footer .footer-down {
    overflow: hidden;
    /*padding: 20px 0 180px;*/
}

.footer-down p {
    margin-left: 2px;
    margin-bottom: 8px;
}

footer h4 {
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
}

footer .about-social h4 {
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
    font-family: "Montserrat-Regular";
    /* font-family: normal normal bold sans-serif; */
}

.about-social:last-child ul li img {
    width: 90%;
}

footer p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    color: #000;
}

footer .right {
    text-align: right;
}

footer input[type="email"] {
    border: 2px solid #eee9f1;
    padding: 7px 12px;
    margin: 0;
    width: 60%;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 7px 0px 0 7px;
    color: #000;
}

footer input[type="button"] {
    background: #5C4033;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
    position: relative;
    left: -6px;
    font-size: 13px;
    border: 1px solid #fff;
    margin-top: 5px;
    border-radius: 0px 7px 7px 0px;
}

footer .copyright-text p {
    color: #000;
    margin: 8px 0;
}

.footer-down p {
    margin-left: 2px;
}

.footer-down>div:nth-child(3)>p:nth-child(2) {
    /*font-family: GreatVibes-Regular;*/
    font-weight: 500;
    font-size: 12px;
}

.footer-down>div:nth-child(3)>p:nth-child(3) {
    margin-top: 10px;
    line-height: 16px;
    font-size: 13px;
}


.color-blue {
    color: #13b2ee;
    font-size: 14px;
}

.color-green {
    color: #37a82a;
    font-size: 14px;
}


/*
* ----------------------------------------------------------------------------------------
*    Cake Listing page 
* ----------------------------------------------------------------------------------------
*/
#cake_banner {
    background-image: url(../img/butter_2.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    /*background-attachment: fixed;*/
}

#cake_banner h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 55px;
    margin: 140px;
    text-transform: capitalize;
}

.wht-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(234, 218, 218, 0.7);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

#cake_banner .wht-overlay {
    background: rgba(234, 218, 218, 0.5);
}

#cake_listing {
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
}

#cake_listing .single-product {
    margin: 30px 0 60px;
    background: #fff;
    border-radius: 13px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 1px;
}

/*
* ----------------------------------------------------------------------------------------
*    Career page 
* ----------------------------------------------------------------------------------------
*/
#career {
    background-image: url(../img/Career/career-bg.jpg);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
}

#career h2 {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 60px;
    margin: 140px;
    text-transform: capitalize;
}

#join_us {
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    /* position: relative; */
    top: 0px;
}

#join_us .container {
    position: relative;
    z-index: 10;
}

#join_us h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 50px;
    margin: 40px 0 20px 0;
}

#join_us p {
    font-family: Montserrat-light;
    color: #000;
    width: 85%;
    margin: 25px auto;
    text-align: justify;
}

#join_us .banner-mi-btn p {
    text-align: center;
    color: #fff;
}

.blk-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(234, 218, 218, 0.7);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.join_img {
    margin-left: 5%;
}

#openings {
    background-image: url(../img/Career/opening-bg.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    /* position: relative; */
    top: 0px;
    background-attachment: fixed;
}

#openings h2 {
    color: #ffffff;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 55px;
    margin: 45px 0 18px 0;
    text-transform: capitalize;
}

#openings .text-center p {
    margin: 25px auto;
    color: #e5e5e5;
    width: 70%;
}

#openings p.text-center a:hover {
    text-decoration: underline;
    color: #10846f;
}

#openings p.text-center a:active,
#openings p.text-center a:focus {
    text-decoration: none;
    color: #10846f;
}

#openings .curr-opening {
    background: #fff;
    padding: 10px 25px;
    margin-bottom: 45px;
    color: #000;
}

#openings .curr-opening hr {
    margin-top: 20px;
    margin-bottom: 55px;
    border: 0;
    border-top: 1px solid #bcbcbc;
}

#openings .curr-opening h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #686868;
}

#openings .curr-opening p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #686868;
}

#openings .curr-opening h4 {
    font-size: 14px;
    color: #686868;
}

#openings .curr-opening ol {
    padding: 0;
    font-size: 12px;
    color: #686868;
}

.store_heading {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 55px;
    margin: 70px;
    text-transform: capitalize;
    /* text-decoration: underline; */
    position: relative;
    display: inline-block;
}

.store_heading>span {
    display: inline-block;
    position: absolute;
    background: #fff;
    height: 6px;
    width: 6px;
    bottom: 9px;
    left: -1px;
}

.shop-location-slider {
    overflow: hidden;
}

#store h2 {
    color: #231f20;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 55px;
    margin: 70px;
    text-transform: capitalize;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

#store h2>span {
    display: inline-block;
    position: absolute;
    background: #fff;
    height: 6px;
    width: 6px;
    bottom: 9px;
    left: -1px;
}

/*
* ----------------------------------------------------------------------------------------
*    Contact Us page 
* ----------------------------------------------------------------------------------------
*/
#contact-us {
    background-image: url(../img/contact_us/contact-bg.jpg);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    height: 250px;
}

#contact-us h2 {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 50px;
    /* margin: 140px; */
    text-transform: unset;
}

/* 
.chefImg-container {
    position: absolute;
    top: 122px;
    left: 0;
    z-index: 9;
} */


.chefImg-container {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 9;
    width: 15%;
}


#getIn_touch {
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    z-index: 0;
}

#getIn_touch .container {
    position: relative;
    z-index: 10;
}

#getIn_touch h2 {
    color: #231f20;
    /* font-family: GreatVibes-Regular; */
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 50px;
    margin: 40px 0 20px 0;
}

textarea.form-control {
    min-height: 110px;
    height: auto;
}

#getIn_touch .form-control {
    border-radius: 0;
    height: 45px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px -3px #00000063;
    margin-bottom: 3px;
    font-size: 15px!important;
}

#getIn_touch .con-fro-btn {
    background: #7a4033;
    border: 2px solid #7a4033;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 0;
    padding: 12px 50px;
    border-radius: 7px;
    font-weight: 700;
    width: 160px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

#getIn_touch .con-fro-btn:hover,
#getIn_touch .con-fro-btn:focus {
    color: #fff;
    background: #7a4033;
    border-color: #7a4033;
    outline: none;
}

.contact-us-form {
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: 1px solid #4949493b;
}

.map-container {
    line-height: 0;
}


/*
* ----------------------------------------------------------------------------------------
*    About Us page 
* ----------------------------------------------------------------------------------------
*/
#about-us {
    background-image: url(../img/about/about-us-bg.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
}

#about-us h2 {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 60px;
    margin: 140px 0;
    text-transform: unset;
    line-height: 50px;
    display: inline-block;
    text-align: left;
}

#about-us h2 span {
    font-size: 36px;
    font-weight: 500;
}

#about-us {
    background-image: url(../img/about/about-us-bg.png);
    background-size: 100% 100% !important;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
}

#about-section {
    background-image: url(../img/about/about-girl.png), url(../img/about/about-us-section-bg.jpg);
    background-size: auto auto, 100% 100%;
    background-position: 99% 30%;
    border-radius: 0;
    background-repeat: no-repeat;
    border: none;
    position: relative;
    top: 0px;
}

#about-section h2 {
    color: #7a4033;
    /* font-family: GreatVibes-Regular; */
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 50px;
/*    margin: -15px 0 20px 0;*/
}

.about-left-text {
    margin: 62px auto;
}

#about-section p {
    color: #000;
    text-align: justify;
    margin-top: -4%;
}

#our_aims {
    background-image: url(../img/about/aim-bg.png);
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top:23px;
}

#our_aims h2 {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 50px;
    margin: 60px 0 20px 0;
}

#our_aims p {
    color: #fff;
    font-family: GreatVibes-Regular;
    font-weight: 400;
    font-size: 20px;
    margin: 15px auto;
    text-align: center;
}

#our_aims img {
    display: block;
    margin: 0 auto;
}

.aims-container {
    margin: 60px 0;
}

#our_aims .aims-img-container {
    height: 75px;
}

#our_aims .aims-container>.col-sm-3 img {
    transform: scale(1);
    transition: all ease 0.5s;
}

#our_aims .aims-container .col-sm-3:hover .aims-img-container>img {
    transform: scale(1.1);
    transition: all ease 0.5s;
}

#about_desc {
    background-color: #fff;
    position: relative;
    top: 0px;
    padding: 50px 0;
    font-size: 15px;
}

#about_desc p {
    color: #000;
    text-align: justify;
}



/*
* ----------------------------------------------------------------------------------------
*    Cart page 
* ----------------------------------------------------------------------------------------
*/

#cart-section {
    background-color: #fff;
    top: 0px;
    padding: 85px 0;
    font-size: 15px;
}

#cart-section .cart-container {
    background: #fff;
    padding: 20px 35px;
    border: 1px solid #dfdede;
    box-shadow: 3px 8px 15px 0px #eee;
}

#cart-section .whishlist-table>p {
    font-size: 20px;
    margin: 20px 0px;
}

#cart-section .cart-desc {
    border: none !important
}

#cart-section .cart-desc tr {
    border: none !important
}

#cart-section .cart-desc tr th {
    border: none !important;
    text-transform: capitalize;
    background-color: #fff2c6;
    padding: 10px 30px !important;
}

#cart-section .cart-desc tr td {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

#cart-section .cart-desc tr td:first-child {
    padding: 30px 0 !important;
}



/*
* ----------------------------------------------------------------------------------------
*    product view page 
* ----------------------------------------------------------------------------------------
*/
#product_view {
    background-color: #feeed7;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    position: relative;
    top: 0px;
    padding: 68px 0;
    /* height: 400px; */
}

#product_view>div.container {
    background-color: #fff;
    box-shadow: 5px 5px 10px 1px #231f208a;
}





/*
* ----------------------------------------------------------------------------------------
*    product view page 
* ----------------------------------------------------------------------------------------
*/

.product-area {
    width: 100%;
    float: left;
}

.single-product {
    position: relative;
    margin: 0 15px 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-image {
    background: #fff;
    position: relative;
    /* margin-bottom: 20px; */
    overflow: hidden;
    z-index: 1;
    border-radius: 13px 13px 0 0;
    min-height: 260px;
}

.product-image a {
    display: block;
    position: relative;
}

.product-image a img {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: block;
    border-radius: 13px;
}

.single-product:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}

.product-image a img.hover-image {
    position: absolute;
    left: 0;
    top: 0;
}

.product-image a img.hover-image {
    opacity: 0;
    visibility: hidden;
}

.single-product:hover .product-image a img.hover-image {
    opacity: 1;
    visibility: visible;
}

.single-product:hover {
    box-shadow: 0px 7px 14px rgba(0, 0, 0, .2);
}

.single-product:hover .add-to-cart a {
    box-shadow: 0 0 5px #ccc;
}

.single-product:hover .product-image a img.hover-image {
    top: 0;
}

.product-action {
    width: 45px;
    position: absolute;
    bottom: 10%;
    right: 6%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.single-product:hover .product-action {
    right: 4%;
    opacity: 1;
    visibility: visible;
}

.single-product:hover .product-action .view {
    -webkit-animation: fadeInRight 800ms ease-in-out;
    animation: fadeInRight 700ms ease-in-out;
}

.single-product:hover .product-action .wishlist {
    -webkit-animation: fadeInRight 900ms ease-in-out;
    animation: fadeInRight 900ms ease-in-out;
}

.single-product:hover .product-action .compare {
    -webkit-animation: fadeInRight 1000ms ease-in-out;
    animation: fadeInRight 1100ms ease-in-out;
}

.product-image .product-action a {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    text-align: center;
    background: #7a4033;
    margin: 6px;
    border-radius: 50%;
}

.pro-badge {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 30px;
    padding: 0 18px;
    background: #5c4033 none repeat scroll 0 0;
    z-index: 2;
    font-family: 'QUICKSAND', sans-serif;
}

.single-product:hover .pro-badge-area span.pro-badge-new {
    background: #333;
}

.single-product h4.name {
    margin: 0;
    margin-bottom: 12px;
}

h4.name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 21px;
    /* fallback */
    max-height: 21px;
}

.single-product h4.name a {
    color: #5c4033;
    font-size: 19px;
    font-weight: 800;
    text-transform: none;
    font-family: "Quicksand", sans-serifsans-serif;
}

.single-product h4.name a:hover {
    color: #639b3e;
}

.single-product .add-to-cart {
    margin-top: 50px;
}

.single-product .add-to-cart a:hover {
    background: #5c4033;
    color: #fff;
}

.single-product .add-to-cart a {
    background: #5c4033;
    padding: 8px 13px;
    border-radius: 50px;
    position: absolute;
    width: 180px;
    height: auto;
    line-height: 30px;
    bottom: -20px;
    margin: auto;
    color: #fff;
    border: 1px solid #cccccc;
    font-size: 13px;
    left: 0;
    right: 0;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 3px 3px 0px #cccccc96;
}

.single-product .add-to-cart a:hover {}

del .amount-del {
    margin-right: 5px;
    font-weight: 700;
    display: inline;
}

span.amount {
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 2px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

p.product-rate {
    color: #7a4033;
}

.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 10px;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #639b3e;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

.feaproduct-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
.product-quick-view-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}

.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div.owl-prev,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.feaproduct-carousel:hover.owl-theme .owl-controls .owl-buttons div.owl-next,
.product-quick-view-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

/*.product-quick-view {
    z-index: 99999;
}*/

.product-quick-view .modal-content {
    border-radius: 0;
    border: 12px solid #2e201a;
    top: 155px;
}

.product-quick-view .modal-header,
.product-quick-view .modal-footer {
    border: none;
}

.product-quick-view .modal-dialog {
    width: 900px;
}

.product-quick-view .modal-body {
    padding: 20px;
}

.product-quick-view-image {
    background: #f1f1f1;
}

.product-quick-view-image img {
    width: 100%;
}

.product-quick-view h3 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-family: GreatVibes-Regular;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
}

.product-quick-view span.amount {
    margin-bottom: 20px;
    float: left;
    width: auto;
    margin-right: 13px;
    border-right: 2px solid #00000061;
    padding-right: 13px;
}

.product-quick-view p {
    margin: 0 0 20px;
    line-height: 22px;
}

.product-quick-view .modal-header .close {
    background: #333;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    text-shadow: inherit;
}

.quantity .demo_vertical {
    text-align: center;
    width: 60px;
    margin-right: 10px;
}

.cart-info input.demo_vertical {
    border-radius: 10px !important;
    box-shadow: 1px 2px 7px 0px #ccc;
}

.cart-info {
    float: left;
    width: 100%;
}

.quantity {
    padding-left: 0;
}

.quantity .input-group {
    display: flex;
}

.quantity label {
    margin: 10px 0 0px 0;
    padding-left: 0;
    text-transform: uppercase;
}

.quantity .bootstrap-touchspin .input-group-btn-vertical {
    background-color: #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    min-width: 30px !important;
    border-radius: 7px;
}

.quantity .bootstrap-touchspin .btn:first-child {
    border-radius: 7px 7px 0 0 !important;
}

.quantity .bootstrap-touchspin .btn:last-child {
    border-radius: 0 0 7px 7px !important;
}

.quantity .bootstrap-touchspin .btn {
    height: 50%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 11px;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-quick-view .add-to-cart-btn {
    background: #5c4033;
    border: 2px solid #5c4033;
    border-radius: 10px;
    padding: 8px 25px;
    margin-top: 0px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    margin-right: 12px;
}

.add-to-wl-hrt {
    background: #5c4033;
    border: 2px solid #5c4033;
    border-radius: 50%;
    padding: 9px 14px;
    margin-top: 25px;
    position: relative;
    color: #fff!important;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    margin-right: 12px;
    width: 45px;
    height: 41px;
}

.add-to-wl-hrt:hover,
.add-to-wl-hrt:focus {
    color: #fff;
}

.product-quick-view .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 8px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.product-quick-view .add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    color: #fff;
    border: 2px solid #000;
}

.product-quick-view .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
*   07. END FEATURED PRODUCT STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   08. PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-promo {
    position: relative;
}

.single-promo-content {
    position: absolute;
    left: 0;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-promo {
    transition: all.4s;
}

.single-promo:hover {
    transform: scale(1.05);
}

.single-promo-content h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.single-promo-content p {
    font-size: 30px;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}

/* promo style two */

.single-promo-two {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    z-index: 99;
}

.single-promo-two:hover {
    transform: scale(1.05);
    z-index: 99;
}

.single-promo-two:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.single-promo-two:hover:before {
    opacity: 0.2;
}

.single-promo-two-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-promo-two:hover .single-promo-two-content {
    top: 30%;
}

.single-promo-two img {
    width: 100%;
}

.single-promo-two-content h3 {
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #fff;
}

.single-promo-two-content p {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}

.btn-style-2 {
    background: #10846f;
    border: 2px solid #10846f;
    border-radius: 0;
    padding: 5px 16px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.btn-style-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-style-2:hover,
.btn-style-2:focus {
    color: #333;
}

.btn-style-2:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
*   08. END PROMO STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  09. PRODUCT TAB STYLE
* ----------------------------------------------------------------------------------------
*/

.product-tabs .nav.nav-tabs {
    margin-bottom: 50px;
    position: relative;
}

.product-tabs .nav-tabs>li {
    float: none;
    display: inline-block;
}

.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav-tabs>li.active>a:focus,
.product-tabs .nav-tabs>li.active>a:hover {
    color: #333;
    font-weight: 700;
    border-top: 3px solid #10846f;
}

.product-tabs .nav-tabs>li>a:focus,
.product-tabs .nav-tabs>li>a:hover,
.product-tabs .nav-tabs>li>a:active {
    color: #333;
    background-color: transparent;
    border: 3px;
}

.product-tabs .nav-tabs>li>a {
    margin: 0;
    padding: 10px 30px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #ccc;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
}

.product-tabs .nav-tabs {
    width: 100%;
    background-color: transparent;
    border: none;
}

.product-tabs .nav-tabs li:after {
    content: "";
    position: absolute;
    top: 19px;
    font-size: 26px;
}

.product-tabs .nav-tabs li:last-child:after {
    content: "";
}

/*
* ----------------------------------------------------------------------------------------
*   09. END PRODUCT TAB STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  10. BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.shop-location-slider .owl-carousel .owl-buttons .owl-prev {
    left: 35px;
}

.shop-location-slider .owl-carousel .owl-buttons .owl-next {
    left: 35px;
}

.shop-location-slider .single-blog {
    position: relative;
    margin: 0 0px 0px;
    overflow: hidden;
}

.shop-location-slider .single-blog:hover .blog-image:before {
    opacity: 0;
}

.single-blog {
    position: relative;
    margin: 0 15px 0px;
    overflow: hidden;
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
}

.blog-image:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-social {
    margin-bottom: 30px;
}

.blog-social li {
    display: inline-block;
}

.blog-social li a {
    color: #fff;
    display: block;
    margin-right: 3px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 7px;
    margin-top: 20px;
    text-align: center;
}

.blog-social li a:hover {
    background-color: #10846f;
}

.blog-text {
    border: 1px solid #e9e9e9;
    padding: 20px;
    color: #333;
    background-color: #F9F9F9;
    position: relative;
    top: 37px;
    left: -24px;
}

.blog-text h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-text span {
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 3px;
}

.blog-text span i {
    padding-right: 5px;
    color: #333;
}

.blog-text span.post-admin {
    font-weight: 600;
}

.btn-blog-bg {
    color: #fff;
    padding: 10px 20px;
    background-color: #10846f;
    display: inline-block;
    margin: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-blog-bg i {
    padding-left: 10px;
}

.single-blog:hover .blog-image:before {
    opacity: 0.5;
}

.single-blog:hover .btn-blog-bg {
    background-color: #333;
    color: #fff;
}

.single-blog:hover .blog-text h4 {
    color: #10846f;
}

.blog-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #10846f;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

.blog-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

.blog-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}

.blog-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.blog-slider.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
*   10. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   11. SERVICES STYLE
* ----------------------------------------------------------------------------------------
*/

.single-service {
    border: 1px solid #10846f;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 52px;
    min-height: 321px;
    margin-bottom: 30px;
}

.single-service:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #f7f7f7;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-service:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.single-service h3 {
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-service p {
    margin-bottom: 20px;
}

.single-service h3 i {
    font-size: 40px;
    color: #10846f;
    vertical-align: -5px;
    display: inline-block;
    padding-right: 10px;
}

.single-service ul li {
    display: inline;
}

.single-service ul li a {
    font-size: 40px;
    color: #d2dae3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 5px;
}

.single-service ul li a:hover i {
    color: #262626;
}

/*
* ----------------------------------------------------------------------------------------
*   11. END SERVICES STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   12. TESTIMONIAL & BRAND STYLE
* ----------------------------------------------------------------------------------------
*/
/* testimonial */

.box-testimony {
    margin: 60px 15px;
}

.box-testimony blockquote {
    border-left: none;
    padding: 40px;
    width: 75%;
    background: rgba(248, 223, 155, 0.7);
    position: relative;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
}

.box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    display: table;
    margin-top: -55px;
    left: calc(50% - 65px);
}

.box-testimony blockquote .quote>span {
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 17px -1px #000;
}

.box-testimony blockquote .quote>span img {
    height: 130px;
    width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.box-testimony .author {
    color: #333;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-top: 70px !important;
    font-size: 18px !important;
}

.box-testimony .author .subtext {
    font-weight: 400;
}

.box-testimony:hover.box-testimony blockquote {
    background: #10846f;
}

.box-testimony:hover.box-testimony blockquote,
.box-testimony:hover.box-testimony .author {
    color: #fff;
}

.client-testimonial.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #10846f;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.client-testimonial.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

.client-testimonial.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}

.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.client-testimonial:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

/* brands */

.single-brand img {
    width: 190px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.single-brand:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 7px 14px rgba(0, 0, 0, .2);
}

/*
* ----------------------------------------------------------------------------------------
*   12. END TESTIMONIAL & BRAND STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   13. SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* category filter menu */

.category-filter-menu ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
}

.category-filter-menu ul li {
    border: 1px solid #e9e9e9;
    background: #10846f none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 0 5px 13px;
    padding: 8px 25px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.category-filter-menu ul li:hover,
.category-filter-menu ul li.active {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    color: #fff;
}

.spices-sorting {
    float: left;
    width: 100%;
}

.woocommerce-ordering {
    float: right;
    margin-bottom: 0;
    padding: 6px;
    /*width: 25%;*/
    margin-left: 20px;
    margin-top: -4%;
}

.woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 6px;
}

.woocommerce-ordering p {
    margin-top: 8px;
    float: left;
    color: #000;
    font-weight: 600;
}

.woocommerce-ordering select {
    width: 65%;
    border: 2px solid #d4cdc3;
    margin: 0 0 0 auto;
    border-radius: 12px;
    color: #000;
    font-weight: 500;
    float: right;
    background: #fff;
}

.woocommerce-pagination {
    float: right;
    padding: 6px;
}

.woocommerce-pagination .pagination {
    margin: 0;
    border-radius: 0;
}

.woocommerce-pagination .pagination>li>a,
.woocommerce-pagination .pagination>li>span {
    background-color: #fff;
    border: none;
    color: #43454b;
    /* margin: 0 3px; */
    border: 1px solid #c7c7c78a;
}

.woocommerce-pagination .pagination>li:first-child>a {
    border-radius: 8px 0 0 8px !important;
}

.woocommerce-pagination .pagination>li:last-child>a {
    border-radius: 0 8px 8px 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 15px;
}

.woocommerce-pagination .pagination>.disabled>a,
.woocommerce-pagination .pagination>.disabled>a:focus,
.woocommerce-pagination .pagination>.disabled>a:hover,
.woocommerce-pagination .pagination>.disabled>span,
.woocommerce-pagination .pagination>.disabled>span:focus,
.woocommerce-pagination .pagination>.disabled>span:hover {
    color: #43454b;
    background-color: #e0e0e0;
}

.woocommerce-pagination .pagination>li:first-child>a,
.woocommerce-pagination .pagination>li:first-child>span,
.woocommerce-pagination .pagination>li:last-child>a,
.woocommerce-pagination .pagination>li:last-child>span {
    border-radius: 0;
}

.woocommerce-pagination .pagination>li>a.active,
.woocommerce-pagination .pagination>li>a:hover,
.woocommerce-pagination .pagination>li>span:hover {
    background-color: #10846f;
    color: #fff;
}

.gridlist-toggle {
    display: block;
    clear: both;
    padding: 14px 6px 25px;
    margin-top: 16px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.gridlist-toggle .nav-tabs {
    border: none;
}

.gridlist-toggle .nav-tabs>li>a {
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    color: #333;
}

.gridlist-toggle .nav-tabs>li.active>a,
.gridlist-toggle .nav-tabs>li.active>a:focus,
.gridlist-toggle .nav-tabs>li.active>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    color: #333;
}

.tab-content {
    float: left;
    width: 100%;
    /*margin-top: -15%;*/
}

.products-page .single-product {
    margin: 30px 0 60px;
    background: #fff;
    border-radius: 13px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 1px;

}

.product-grid .mix,
.blog-lists .mix {
    display: none;
}

.single-list-view {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
}

.single-list-view:last-child {
    border: none;
}

.list-img {
    position: relative;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.list-img .product-image {
    margin-bottom: 0 !important;
}

.list-img:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}

.list-img:hover .product-image a img.hover-image {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.list-img:hover .product-image a img {
    opacity: 0;
    visibility: hidden;
}

.single-list-view .list-text h4 {
    font-size: 24px;
}

.mega-menu-wraper .list-text h4 {
    font-size: 18px;
}

.list-text h4 {
    margin: 0 0 20px;
    text-transform: capitalize;
}

.list-text p {
    margin: 0 0 20px;
}

.list-text .add-to-cart-btn {
    background: #10846f;
    border: 2px solid #10846f;
    border-radius: 20px;
    padding: 8px 25px;
    margin-top: 33px;
    margin-right: 10px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.list-text .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.list-text .add-to-cart-btn:hover,
.add-to-cart-btn:focus {
    color: #333;
}

.list-text .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.list-text .add-to-cart-btn:focus {
    color: #fff;
}

/* SHOP SIDEBAR */

.sidebar-widget {
    margin-bottom: 40px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

/* widget title */

.sidebar .shop-widget-title {
    position: relative;
    background: #fff;
    padding: 16px 0px;
    clear: both;
}

.catg-search {
    padding: 10px 17px;
    margin: 26px 0 20px 0;
}

.catg-search>button {
    background-color: #10846f;
    border: 0;
    color: #000;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 13px 13px 0px;
}

.sidebar .shop-widget-title h2 {
    margin: 0;
    font-size: 17px;
    color: #5c4033;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 10px;
    font-weight: 700;
}

.sidebar .shop-widget-title i {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin: 0 4px 0 20px;
    color: #fff;
}

/* pricing range slider */

.range-slider {
    margin-bottom: 20px;
    padding: 16px;
}

#slider-range {
    margin-bottom: 20px;
}

.range-slider input {
    width: 34%;
    padding: 8px 0;
}

.range-slider label {
    display: inline;
    padding-left: 16px;
    margin: 0;
}

.range-slider label,
.range-slider span {
    color: #afafaf;
    font-weight: 400;
}

.range-slider input#amount {
    border: 0 none;
}

.filter-btn {
    border: 1px solid #10846f;
    background: #10846f;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 8px 17px;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
}

.filter-btn:hover {
    background: #45c8d2;
    border: 1px solid #43c802;
    color: #fff;
}

/* shop categories widget */

.sidebar-widget .list {
    position: relative;
    /* padding-bottom: 20px; */
}

.prc-range-select {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    height: 35px;
}

.product-rate i {
    font-size: 16px;
}

.sidebar-widget .list li {
    position: relative;
    /* border-bottom: 1px solid #f0f0f0; */
}

.sidebar-widget .list li:last-child {
    border-bottom: none;
}

.sidebar-widget .list li a {
    position: relative;
    display: block;
    color: #000000a8;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 3px 10px;
    padding-left: 10px;
    text-transform: capitalize;
}

.size-drpdown {
    overflow: hidden;
}

.form-group {
    margin-bottom: 10px;
}

/* sidebar listing checkbox */

.check-box {
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
    /* visibility: hidden; */
    clear: both;
}

.checkedBox input {
    visibility: hidden;
}

.check-box i {
    background: url('../img/top-bar/check_mark.png') no-repeat center center;
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 12px;
    height: 12px;
    opacity: .5;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.checkedBox {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;
}

.checkedBox i {
    bottom: 2px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.check-box input[type=checkbox] {
    margin: 2px 15px 0;
    margin-top: 1px;
    line-height: normal;
}

.type-widget>li {
    margin: 7px 10px;
    position: relative;
    display: block;
    color: #000000a8;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.type-widget>li span {
    margin-top: 0px;
    display: inline-block;
}

/* sidebar listing checkbox */

.price-range {
    position: relative;
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    padding-left: 10px;
    text-transform: capitalize;
}

/* .sidebar-widget .list li a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    width: 16px;
    height: 16px;
    border: 1px solid #ffc600;
}
.sidebar-widget .list li a:after {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #ffc600;
    opacity: 0;
} */


.sidebar-widget .list li a:hover,
.sidebar-widget .list li.current a {
    color: #10846f;
}

.sidebar-widget .list li a:hover::after,
.sidebar-widget .list li.current a:after {
    opacity: 1;
}

/* offfer box widget */

.sidebar-widget .widget-box {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: 5px solid #10846f;
    padding: 5px 0px;
    outline-offset: -5px;
}

.sidebar-widget .content-box {
    position: relative;
    padding: 40px 20px;
    color: #ffffff;
    background: rgba(16, 16, 16, 0.60);
    margin: 5px 10px;
}

.sidebar-widget .content-box .title-text {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 24px;
    line-height: 1em;
    font-family: 'Pacifico', cursive;
}

.sidebar-widget .content-box .save-title {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1em;
}

.sidebar-widget .content-box .save-percent {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive;
}

.sidebar-widget .best-sellers-product {
    padding: 16px;
}

.best-sller-box {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 5px;
}

/*
* ----------------------------------------------------------------------------------------
*   13. ENS SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   14. FEATURES BLOCK STYLE
* ----------------------------------------------------------------------------------------
*/

.single-features {
    overflow: hidden;
}

.single-features:hover .single-features-icon i {
    background: #10846f;
    color: #fff;
}

.single-features .single-features-icon {
    margin-right: 20px;
    position: relative;
}

.single-features .single-features-icon,
.single-features .single-features-text {
    float: left;
}

.single-features .single-features-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #10846f;
    right: -8px;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-features .single-features-icon i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #10846f;
    font-size: 36px;
    float: left;
    border: 1px solid #10846f;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-features .single-features-text {
    width: 75%;
}

.single-features-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 21px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-features-text p {
    margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
*   14. END FEATURES BLOCK STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   15. WHISHLIST PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.page-title {
    margin-bottom: 60px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px;
}

.page-title i {
    position: relative;
    font-size: 40px;
    display: inline-block;
    margin: 0 4px 0 20px;
    color: #10846f;
}

.page-title h3 {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

.page-title p {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.whishlist-table .whishlist-pro-img img {
    width: 90px;
    background: #f1f1f1;
}

.whishlist-table p {
    font-weight: 700;
    color: #333;
}

.whishlist-table p span {
    font-weight: 400;
}

.whishlist-table .thead-inverse th {
    color: #333;
    background-color: #f8f8f8;
    text-transform: uppercase;
    padding: 30px;
    border: 1px solid #e9e9e9 !important;
}

.whishlist-table tr td {
    vertical-align: middle !important;
    padding: 30px !important;
    border: 1px solid #e9e9e9;
}

.whishlist-table p a i {
    color: #333;
    font-size: 30px;
}

.whishlist-table {
    margin: 0 0 0px;
}

.update-cart-btn {
    background: transparent;
    border: 2px solid #10846f;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.update-cart-btn:hover,
.update-cart-btn:focus {
    color: #10846f;
}

.yith-wcwl-share {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
}

.yith-wcwl-share ul li {
    display: inline-block;
    position: relative;
}

.yith-wcwl-share ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

.yith-wcwl-share ul li a i {
    padding: 4px;
}

.yith-wcwl-share ul li a .icofont-social-facebook {
    background-color: #5D82D1;
}

.yith-wcwl-share ul li a .icofont-social-twitter {
    background-color: #40BFF5;
}

.yith-wcwl-share ul li a .icofont-social-pinterest {
    background-color: #CC181E;
}

.yith-wcwl-share ul li a .icofont-social-google-plus {
    background-color: #CC181E;
}

.yith-wcwl-share ul li a .icofont-envelope {
    background-color: #E48400;
}

/* shop step wizard */

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 32px;
    left: 0;
    right: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step .btn-circle {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 0;
    width: 63px;
    height: 63px;
    line-height: 59px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.stepwizard-step .active {
    background-color: #10846f;
    color: #fff;
    box-shadow: none;
}

.stepwizard-step p {
    margin-top: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

/*
* ----------------------------------------------------------------------------------------
*   15. END WHISHLIST PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   16. CART PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#cart-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}

#cart-accordion .panel-heading {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}

#cart-accordion a.accordion-toggle i {
    position: absolute;
}

#cart-accordion .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#cart-accordion a.accordion-toggle {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
}

#cart-accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}

#cart-accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 30px;
}

#cart-accordion .panel-body p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

#cart-accordion.panel-group .panel+.panel {
    margin-top: 1px;
}

#cart-accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}

.coupon_container {
    margin-top: 45px;
}

.coupon-body {
    padding: 0 15px;
}

.coupon-form .form-control {
    width: 100%;
    border-radius: 5px;
}

.apply-btn {
    border-radius: 5px !important;
}

.coupon-btn {
    background: transparent;
    border: 2px solid #639b3e;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px!important;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin-left: 13px!important;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.coupon-btn:hover,
.coupon-btn:focus {
    background-color: #639b3e;
    color: #fff !important;
}

.cart-total-table {
    margin: 45px 0 40px;
}

.cart-total-table tr th {
    border: 1px solid #e9e9e9 !important;
    padding: 7px 20px !important;
    vertical-align: middle !important;
    color: #333;
    text-align: right;
}

.cart-total-table tr td {
    padding: 7px 20px !important;
    vertical-align: middle !important;
    color: #333;
}

.cart-total-table tbody {
    border: 1px solid #e9e9e9 !important;
}

/*
* ----------------------------------------------------------------------------------------
*   16. END CART PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   17. CHECKOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#checkout-accordion.panel-group {
    margin-bottom: 70px;
}

#checkout-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}

#checkout-accordion .panel-heading {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}

#checkout-accordion a.accordion-toggle i {
    color: #333;
}

#checkout-accordion .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
}

#checkout-accordion a.accordion-toggle {
    display: inline-block;
    color: #ffc600;
    font-weight: 700;
}

#checkout-accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}

#checkout-accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 20px;
}

#checkout-accordion .panel-body p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

#checkout-accordion.panel-group .panel+.panel {
    margin-top: 1px;
}

#checkout-accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}

.required {
    border-bottom: 0 !important;
    color: red;
}

.userlogin-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.userlogin-btn:hover,
.userlogin-btn:focus {
    background: #333;
    color: #fff;
    border-color: #333;
}

.checkout-form,
.order-note-form {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.checkout-form .form-group,
.order-note-form .form-group,
.payment-method .form-group {
    padding-left: 0;
}

.checkout-total-table {
    margin: 45px 0 40px;
}

.checkout-total-table tr th {
    border: 1px solid #e9e9e9 !important;
    padding: 29px !important;
    vertical-align: middle !important;
}

.checkout-total-table tr td {
    padding: 28px !important;
    vertical-align: middle !important;
    border: 1px solid #e9e9e9 !important;
}

.order-btn {
    background: #4E3524;
    border: 2px solid #4E3524;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 23px;
    padding: 12px 80px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.order-btn:hover,
.order-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}

/*
* ----------------------------------------------------------------------------------------
*   17. END CHECKOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   18. SINGLE PRODUCT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* product zoom with slider */

.bx-controls-direction a.bx-next::before,
.bx-controls-direction a.bx-prev::before {
    content: "\eb5e";
    font-family: 'IcoFont' !important;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-zoom-action {
    width: 45px;
    position: absolute;
    top: 12%;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9;
}

.product-zoom-action a {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 46px;
    display: block;
    position: relative;
    text-align: center;
    background: rgba(16, 16, 16, 0.60);
    margin: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.single-zoom-thumb .bx-wrapper .bx-controls-direction a:hover {
    color: #ffc600;
    border-color: #ffc600;
}

.single-zoom-thumb .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\eb61"
}

.single-zoom-thumb .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    color: #fff;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 15px;
    bottom: 0;
    background: rgba(16, 16, 16, 0.60);
}

.single-zoom-thumb .bx-wrapper .bx-controls-direction a.bx-next {
    right: 65px;
    left: auto;
}

.zoomLens {
    height: 230px !important;
    width: 190px !important;
    display: block;
    opacity: 0.5 !important;
    cursor: crosshair !important;
    border: 1px solid #e9e9e9 !important;
}

.zoomWindow {
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #e9e9e9 !important;
    margin-left: 10px !important;
}

.zoomWrapper,
.single-zoom-thumb {
    position: relative;
}

.single-zoom img {
    background: #f1f1f1;
}

.single-zoom-thumb {
    width: auto;
    /* left: 69px; */
    margin: 20px 0 0;
    padding: 2px 0;
}

.prod-thumbnail-slider .owl-controls {
    display: none !important;
}

.single-zoom-thumb li {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 15px;
}

.zoomContainer {
    z-index: 9;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border: 0;
    background: inherit;
    max-width: 100%;
    margin-left: -66px;
    max-width: 100% !important;
}

.bx-wrapper a.elevatezoom-gallery img {
    width: 85px;
    background: #f1f1f1;
}

.bx-wrapper a.elevatezoom-gallery.active img {
    border: 2px solid #e9e9e9;
}

.product-details-one,
.product-details-two {
    float: left;
    width: 100%;
}

.product-details-one h3 {
    margin: 0 0 30px;
    text-transform: capitalize;
}

.product-review p {
    display: inline-block;
    margin: 0 10px 30px 0 !important;
}

.product-details-one p {
    margin: 0 0 20px;
}

.product-review p a {
    color: #93989B;
    text-decoration: underline;
}

.product-review p a:hover {
    color: #ffc600
}

.pro-attributes .form-group {
    padding-left: 0;
    margin-bottom: 0;
}

.pro-ext-attributes p {
    margin: 0 0 6px;
    font-weight: 700;
    color: #333;
}

.pro-ext-attributes p a {
    color: #333;
}

.pro-ext-attributes p a:hover {
    color: #ffc600;
}

.pro-ext-attributes p span {
    font-weight: 400;
}

.pro-ext-attributes {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.pro-attributes select.form-control {
    border-radius: 10px;
    box-shadow: 1px 2px 7px 0px #ccc;
    width: 80%;
}

.pro-attributes {
    float: left;
    width: 100%;
    margin: 0 0 18px;
}

.pro-attributes .type-widget li {
    display: inline-block !important;
}

.product-details-two span.amount {
    font-size: 20px;
    margin-bottom: 30px;
}

.product-details-two span.label-save {
    background: #ffc600;
    color: #fff;
    padding: 4px 14px;
    margin: 0 0 0 30px;
    font-size: 16px;
}

.product-details-two .add-to-cart-btn-wrap,
.product-details-two .add-to-whishlist-wrap {
    float: left;
    width: 100%;
}

.product-details-two .add-to-cart-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    border-radius: 0;
    padding: 8px 20px;
    margin-top: 30px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.product-details-two .add-to-cart-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.product-details-two .add-to-cart-btn:hover,
.product-details-two .add-to-cart-btn:focus {
    color: #333;
}

.product-details-two .add-to-cart-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.add-to-whishlist {
    color: #333;
    margin: 30px 0;
    display: block;
}

.add-to-whishlist:hover {
    color: #ffc600;
}

/* single product tab */

.single-product-tabs {
    margin-bottom: 50px;
}

.single-product-tabs .tab-content {
    padding: 0 0 4px 30px;
}

.single-product-tabs .tab-content h2 {
    margin: 0 0 30px;
    font-size: 20px;
}

.single-product-tabs .nav.nav-tabs {
    margin-bottom: 30px;
}

.single-product-tabs .nav-tabs>li.active>a {
    color: #ffc600;
    font-weight: 700;
    border-left: 3px solid #ffc600;
    border-right: none;
}

.single-product-tabs .nav-tabs>li.active>a:focus {
    border: none;
    color: #ffc600;
    border-left: 3px solid #ffc600;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}

.single-product-tabs .nav-tabs>li.active>a:hover {
    border: none;
    color: #333;
    border-left: 3px solid #ffc600;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}

.single-product-tabs .nav-tabs>li>a>i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    right: -1em;
    display: block;
    -webkit-transition: all, ease, .3s;
    -moz-transition: all, ease, .3s;
    transition: all, ease, .3s;
}

.single-product-tabs .nav-tabs>li.active>a>i {
    opacity: 1;
    right: 1em;
}

.single-product-tabs .nav-tabs>li>a:hover {
    background: transparent;
    color: #ffc600;
}

.single-product-tabs .nav-tabs>li>a {
    border: none;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    padding: 22px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.single-product-tabs .nav-tabs {
    background-color: #fff;
}

.single-product-tabs ul.tab-list {
    list-style: none;
    margin-top: 20px;
    line-height: 30px;
}

.single-product-tabs ul.tab-list li a {
    color: #888;
}

.single-product-tabs .nav-tabs>li {
    float: none;
}

.single-product-tabs .tab-content p {}

.single-product-tabs .tab-content h3 {
    margin: 0 0 30px;
    text-transform: capitalize;
}

/* reviews style */

.comments-area {
    margin-bottom: 30px;
}

.comments-area ol {
    list-style: none;
    padding: 0;
}

.comments-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.comments-list li:last-child {
    border: none
}

.comments-list li .product-review {
    float: right;
}

.comments-list li .avatar {
    float: left;
    margin: 0 25px 0 0;
    border: 1px solid #e9e9e9;
}

.comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.comments-list li ol,
.comments-list li ul {
    margin-left: 104px;
}

.review_form_wrapper {
    border: 1px solid #f0f0f0;
    padding: 30px;
    overflow: hidden;
}

.review_form_wrapper p.product-rate label {
    display: block;
    margin: 0;
    color: #333;
}

.review_form_wrapper p.comment-notes {
    margin-bottom: 20px;
}

.review_form_wrapper .form-group {
    padding-left: 0;
}

.review_form_wrapper .pro-re-box.form-control {
    height: 190px;
}

.review_form_wrapper .order-btn {
    margin-top: 15px;
}

/*
* ----------------------------------------------------------------------------------------
*   18. END SINGLE PRODUCT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   19. FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#accordion.panel-group,
#accordion-right.panel-group {
    margin-bottom: 70px;
}

#accordion .panel,
#accordion-right .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
}

#accordion .panel-heading, #accordion-right .panel-heading {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
    position: relative;
}

#accordion a.accordion-toggle i,
#accordion-right a.accordion-toggle i {
    margin-right: 15px;
    font-weight: 700
}

#accordion .panel-heading .panel-title,
#accordion-right .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    color: #fff;
}

#accordion a.accordion-toggle,
#accordion-right a.accordion-toggle {
    display: block;
    color: #fff;
    font-weight: 700;
}

#accordion .panel-collapse,
#accordion-right .panel-collapse {
    border: medium none;
    box-shadow: none;
}

#accordion .panel-body,
#accordion-right .panel-body {
    border: medium none;
    padding: 20px;
    background-color: #f8f8f8;
}

#accordion .panel-body p,
#accordion-right .panel-body p {
    color: #000;
    font-size: 14px;
    margin-bottom: 11px;
}

#accordion.panel-group .panel+.panel,
#accordion-right.panel-group .panel+.panel {
    margin-top: 1px;
}

#accordion a.accordion-toggle.collapsed,
#accordion-right a.accordion-toggle.collapsed {
    background-color: #639b3e;
    color: #fff;
}

/* faq contact from */

#contact-form .form-group {
    position: relative;
}

#contact-form .form-group i {
    position: absolute;
    right: 30px;
    top: 40%;
}

#contact-form textarea.form-control {
    height: 150px;
}

.mb-0 {
    margin-bottom: 0
}

.con-fro-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 15px;
    padding: 12px 50px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.con-fro-btn:hover,
.con-fro-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}

.con-fro-cle-btn {
    background: #333;
    border: 2px solid #333;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 12px 50px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.con-fro-cle-btn:hover,
.con-fro-cle-btn:focus {
    color: #fff;
    background: #333;
    border-color: #333;
}

/*
* ----------------------------------------------------------------------------------------
*   19. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   20. ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-left {
    float: left;
    width: 100%;
}

.about-us-left h3 {
    margin: 0 0 20px;
}

.about-us-left span {
    font-size: 13px;
    margin: 0 0 20px;
    display: block;
}

.about-us-left p {
    color: #333;
    margin: 0 0 20px;
}

.single-about-us-features a {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 20px;
}

.single-about-us-features:hover a {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.about-social p.text-center img {
    margin-right: 30%;
}

.about-us-left li a {
    color: #fff;
    background-color: #ffc600;
    font-size: 17px;
    display: block;
    margin-right: 3px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #ffc600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.about-us-left .about-social li a:hover {
    background-color: #333;
}

.simple-images-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #ffc600;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.simple-images-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.simple-images-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

.single-about-us-features {
    padding: 30px;
    background: #F2F2F2;
    border: 15px solid #fff;
}

.single-about-us-features h3 {
    margin: 40px 0 20px;
}

.single-about-us-features p {
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* team member style */

.single-team {
    margin: 0 0px 30px;
}

.single-team img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.single-team-text {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 20px;
}

.single-team-text h3 {
    margin: 30px 0 15px;
}

.single-team-text span {
    margin: 0 0 15px;
    display: block;
}

.single-team-text p {
    color: #333;
}

.team-social-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    border-radius: 0;
    padding: 8px 25px;
    margin-top: 25px;
    position: relative;
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.team-social-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.team-social-btn:hover,
.add-to-cart-btn:focus {
    color: #333;
}

.team-social-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.team-section {
    background: #f8f8f8;
}

.member-photo .mask {
    background: #7a4033;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    height: 62%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .3s ease;
}

.member-photo:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.member-photo:hover>img {
    transform: scale(1.1);
}

.team-member .member-content {
    padding: 25px 0;
}

.team-member {
    margin-bottom: 60px;
}

.team-member .member-content h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #333;
}

.team-member .member-content span {
    font-size: 14px;
    color: #555;
}

.team-member .member-content p {
    color: #777;
    margin-top: 10px;
    padding: 0 15px;
    line-height: 24px;
    letter-spacing: 0px;
}

.member-photo {
    overflow: hidden;
    position: relative;
    height: 262px;
    border: 1px solid #dadada;
    display: table;
    width: 100%;
}

.member-photo:hover {
    box-shadow: 0px 10px 20px 2px #9a9a9a63;
}

.member-photo p {
    height: 100%;
    vertical-align: middle;
    align-content: center;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    top: 109px;
    transition: all ease 0.3s;
}

.member-photo:hover>p {
    transition: all ease 0.3s;
    top: 30px;
}

.member-photo img {
    transition: all 0.6s ease 0s;
}

.member-photo .mask ul {
    text-align: center;
    position: relative;
    margin-top: 22px;
}

.member-photo .mask ul li {
    display: inline-block;
    margin-right: 7px;
}

.member-photo .mask ul li a {
    border: 1px solid #000;
    border-radius: 4px;
    color: #282828;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.single-team-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #ffc600;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.single-team-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px;
}

.single-team-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -55px;
}

.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}

.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.single-team-slider:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

/* Brand slider */

#brand {
    padding: 30px 0;
}

.single-brand-two {
    background-color: #fff;
    border: 15px solid #f9f9f9;
    margin: 0 15px 0px;
}

.single-brand-two a img {
    width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
*   20. END ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   21. CONTACT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#map {
    height: 400px;
}

.map-wrapper {
    position: relative;
}

.map-content {
    position: absolute;
    top: 50%;
    background-color: #231f209e;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map-content h3 {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 400;
}

.map-content p {
    color: #fff;
}

/* address style */

.single-address {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #ffc603;
    padding: 15px;
    /*box-shadow: 2px 2px 11px -1px rgba(0, 0, 0, 0.5098039215686274);*/
    transition: ease all 0.5s;
}

.single-address:hover {
    box-shadow: 0px 5px 14px 1px rgba(88, 87, 87, 0.21);
    transition: ease all 0.5s;
}

.single-address:hover .single-address-icon i {
    background: #ffc600;
    color: #fff;
}

.single-address .single-address-icon {
    margin-right: 35px;
    position: relative;
}

.single-address .single-address-icon,
.single-address .single-address-text {
    float: left;
}

#about_us_parallax .blog-text h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: Montserrat-Regular;
    font-style: italic;
}

#about_us_parallax .blog-text p {
    font-size: 13px;
    letter-spacing: 1px;
}

#about_us_parallax .blog-image img {
    height: 340px;
}

a.elevatezoom-gallery.active img {
    border: 1px solid #bebebe;
    padding: 1px;
    border-radius: 3px;
}

a.elevatezoom-gallery img {

    border-radius: 3px;
}

#about_us_parallax .owl-carousel .owl-buttons div i {
    font-size: 40px !important;
    margin: -20px 0 0 0px;
    vertical-align: text-bottom;
    color: #fff;
}

.single-address .single-address-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffc600;
    right: -8px;
    top: 55px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-address .single-address-icon i {
    color: #ffc600;
    font-size: 50px;
    float: left;
    border: 1px solid #ffc600;
    height: 128px;
    width: 128px;
    line-height: 128px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-address .single-address-text {
    width: 100%;
}

.single-address-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-family: GreatVibes-Regular;
}

.single-address-text p {
    margin-bottom: 4px;
    color: #333;
}

.single-address-text span:first-child {
    display: inline-block;
    width: 14%;
}

.single-address-text span:last-child {
    margin-left: 0px;
}

.contact-form-top {
    margin-bottom: 60px;
}

.contact-form-top p {
    margin: 0 0 10px;
}

.success.text-success {
    color: #fff;
    background-color: #ffc600;
    display: block;
    padding: 10px;
    width: 50%;
}

.success.text-success i {
    font-weight: 700;
    background: #333;
    border-radius: 50%;
    padding: 2px 2px 0;
    margin-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
*   21. END CONTACT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   22. BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-page .category-filter-menu ul {
    margin-bottom: 50px;
}

.blog-lists {
    float: left;
    width: 100%;
}

.single-blog-page {
    padding: 0 13px 0 0;
    margin-bottom: 30px;
}

.single-blog-page img {
    width: 100%;
}

.single-blog-page,
.blog-bottom-text {
    float: left;
    width: 100%;
}

.blog-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-top .blog-date,
.blog-top .blog-top-text {
    float: left;
}

.blog-top .blog-date {
    margin-right: 20px;
    position: relative;
}

.blog-top .blog-date p {
    background: #ffc600;
    border: 1px solid #ffc600;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 27px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-top .blog-date p span {
    font-size: 20px;
}

.blog-top .blog-top-text a h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0;
}

.blog-top-text span {
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 15px;
}

.blog-top-text span.post-tag a {
    color: inherit;
}

.blog-top-text span i {
    padding-right: 5px;
    color: #777;
}

.blog-top-text span.post-admin {
    font-weight: 700;
}

.blog-image-format,
.blog-gallery-format,
.blog-video-format,
.blog-audio-format,
.blog-quote-format,
.blog-link-format {
    margin-bottom: 20px;
    padding: 0 13px 0 0;
}

.blog-desc-page {
    margin-bottom: 20px;
}

.blog-bottom-text {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}

.blog-post-share {
    float: left;
}

.blog-read-more-btn {
    float: right;
}

.blog-post-share li {
    float: left;
}

.blog-post-share li a {
    color: #777;
    font-size: 17px;
    margin: 0 15px 0 0;
}

.blog-post-share li a:hover {
    color: #ffc600;
}

.blog-read-more-btn .btn-blog-bg {
    margin: 0 35px 0 0px;
}

.blog-read-more-btn .btn-blog-bg:hover,
.blog-read-more-btn .btn-blog-bg:focus {
    color: #fff;
    background: #333;
}

.blog-gallery.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background-color: #ffc600;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}

.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

.blog-quote-format .blockquote {
    background: #333;
    padding: 30px;
    border: none;
    color: #fff;
    overflow: hidden;
}

.blog-quote-format blockquote .small,
.blog-quote-format blockquote footer,
.blog-quote-format blockquote small {
    color: #fff;
    float: right;
}

.blog-quote-format .blockquote p {
    font-size: 20px;
    font-style: italic;
}

.blog-quote-format .blockquote p i {
    padding-right: 30px;
    font-size: 50px;
    color: #ffc600;
}

.blog-link-format {
    position: relative;
}

.blog-link-format a {
    position: absolute;
    color: #fff;
    background: #333;
    padding: 15px 10px;
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    top: 50%;
    left: 0;
    right: 0;
    margin-right: 13px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-pn-btn {
    background: transparent;
    color: #333;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-pagination .blog-pn-btn {
    margin-right: 28px;
}

.blog-pn-btn:hover,
.blog-pn-btn:focus {
    color: #ffc600;
}

.blog-pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog-pagination .woocommerce-pagination {
    float: none;
}

/* SIDEBAR STYLE */
/* widget title */

.sidebar .page-widget-title {
    position: relative;
    background: #ffc600;
    padding: 16px 0px;
    margin-bottom: 20px;
}

.sidebar .page-widget-title h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 20px;
}

.sidebar .page-widget-title h2:before {
    border-top: 4px double #fff;
    content: "";
    left: -13px;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    width: 30px;
    background: #fff;
}

/* search widget */

.search-widget {
    position: relative;
    padding: 16px;
    margin-bottom: 20px;
}

.search-widget form [type="submit"] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: #ffc600;
    color: #000;
}

.search-widget form [type="text"] {
    background: transparent;
    height: 45px;
    border-radius: 0;
}

/* tab widget */

.wpt-tabs .nav-tabs>li {
    width: 50%;
}

.wpt-tabs .nav-tabs>li.active>a,
.wpt-tabs .nav-tabs>li.active>a:focus,
.wpt-tabs .nav-tabs>li.active>a:hover {
    background-color: #ffc600;
    border: 1px solid #ffc600;
    color: #fff;
}

.wpt-tabs .nav-tabs>li>a {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-weight: 700;
    padding: 16px 15px;
    margin: 0;
}

.wpt-tabs .nav-tabs>li>a:hover {
    border: 1px solid transparent;
}

.wpt-tabs .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    background: none;
    position: relative;
}

.wpt-tabs .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}

.post-thumbnail img {
    margin-bottom: 4px;
    margin-right: 20px;
    border-radius: 50%;
    float: left;
    height: 80px;
    width: 80px;
}

.wpt-tabs .tab-content .entry-title {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}

.wpt-tabs .tab-content .entry-title a {
    color: #333;
}

.wpt-tabs .tab-content .entry-title a:hover {
    color: #337ab7;
}

.wpt-tabs .tab-conten .postmeta {
    text-transform: uppercase;
}

.wpt-tabs .tab-conten .postmeta {
    color: #888888;
    font-size: 13px;
    margin-top: 0;
}

.ext-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    float: left;
}

.ext-pagination a.nextpo {
    float: right;
}

.ext-pagination a {
    margin: 0 20px;
    float: left;
}

/* tag widget */

.tag-widget {
    padding: 16px;
    float: left;
    width: 100%;
}

.tag-widget ul li a {
    float: left;
    padding: 5px 24px;
    margin: 0 20px 20px 0;
    position: relative;
    border: 1px solid #e9e9e9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tag-widget ul li a:after {
    position: absolute;
    content: "";
    left: 9px;
    top: 13px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #bebebe;
}

/* about us widget */

.sidebar-about-widget {
    padding: 16px 16px 20px 16px;
    text-align: center;
    background: #F2F2F2;
}

.sidebar-about-widget h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-about-widget span {
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
    font-size: 30px;
    color: #333;
}

.sidebar-about-widget span.divider {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px auto;
    width: 68%;
    position: relative;
}

.sidebar-about-widget p:last-child {
    font-weight: 400;
    margin-bottom: 0;
}

.sidebar-about-widget p {
    font-weight: 700;
    margin-bottom: 20px;
}

/* social & news widget */

.sidebar-socialnews-widget {
    padding: 16px 16px 20px 16px;
    text-align: center;
    background: #F2F2F2;
}

.socials-section {
    overflow: hidden;
    margin-bottom: 40px;
}

.socials-section h2,
.news-section h2 {
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
}

.socials-section p,
.news-section p {
    color: #333;
}

.socials-section ul li a {
    float: left;
    text-align: center;
    margin: 10px 13px 10px 13px;
    color: #777;
    font-size: 17px;
}

.socials-section ul li a:hover {
    color: #ffc600
}

.news-section .mailing-list form {
    margin: 20px 0;
}

.news-section .news-btn:hover,
.news-section .news-btn:focus {
    border-color: #333;
    color: #fff;
    background: #333;
}

/*
* ----------------------------------------------------------------------------------------
*   22. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   23. SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-desc-single-page strong {
    margin: 20px 0;
    display: block;
}

.blog-desc-single-page p:last-child {
    margin-bottom: 20px;
}

.single-image-gallery a {
    display: inline-block;
    width: 245px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    float: left;
}

.single-image-gallery a:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s;
    z-index: 10;
}

.single-image-gallery a:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
    color: #333333;
    font-size: 30px;
    content: "\eff4";
    font-family: 'IcoFont' !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    transform: scale(4);
    transition: all 0.3s ease 0s;
    z-index: 11;
}

.single-image-gallery:hover a:before {
    opacity: 0.3;
}

.single-image-gallery:hover a:after {
    opacity: 1;
    transform: scale(1);
}

.simple-list-style {
    margin-bottom: 30px;
    float: left;
    line-height: 30px;
}

.blockquote-shortcode .blockquote {
    background: #fff;
    border: none;
    color: #333;
    overflow: hidden;
}

.blockquote-shortcode .blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #333;
}

.blockquote-shortcode .blockquote p i {
    padding-right: 30px;
    font-size: 50px;
    color: #ffc600;
}

.blockquote-shortcode blockquote .small,
.blockquote-shortcode blockquote footer,
.blockquote-shortcode blockquote small {
    color: #333;
    float: right;
}

.adminbox {
    margin: 30px 0;
    float: left;
    border-bottom: 1px solid #f0f0f0;
}

.adminbox-inner {
    min-height: 140px;
    padding-left: 150px;
    position: relative;
    padding-top: 20px;
}

.adminbox-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100px;
}

.adminbox-titke {
    font-size: 16px;
    margin: 0 0 10px;
}

.adminbox-inner p {}

.adminbox-titke a {
    color: #333;
}

.blog-singlepage-pagination {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
}

.single-page-comments-area {
    margin-bottom: 30px;
}

.single-page-comments-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog-count-sec {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-count-sec .blog-comments-count {
    margin-right: 20px;
    position: relative;
}

.blog-count-sec .blog-comments-count p {
    background: #ffc600;
    border: 1px solid #ffc600;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 27px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-count-sec .blog-comments-count p i {
    font-size: 20px;
}

.blog-count-sec .blog-comments-count,
.blog-count-sec .blog-comments-count-title {
    float: left;
}

.blog-count-sec .blog-comments-count-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0;
}

.single-page-comments-area ol {
    padding: 0;
}

.single-page-comments-list .comment-inner {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.single-page-comments-list li {
    padding: 20px 0px 0 36px;
}

.single-page-comments-list li .comment-head {
    margin-bottom: 12px;
}

.single-page-comments-list li .reply-link {
    float: right;
}

.single-page-comments-list li .avatar {
    float: left;
    margin-right: 12px;
}

.single-page-comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #e9e9e9;
}

.single-page-comments-list li .commenter {
    margin-top: 12px;
    overflow: hidden;
}

.single-page-comments-list .comment-inner p {
    margin-left: 100px;
}

.single-page-comments-list .commenter p {
    margin-left: 0;
}

.single-page-comments-list li ol,
.single-page-comments-list li ul {
    margin-left: 104px;
}

.commenter a h4 {
    font-weight: 400;
    font-size: 17px;
    color: #ffc600;
    display: inline-block;
}

.commenter span.post-favourite {
    padding: 0 10px;
}

.commenter span.post-favourite i {
    padding-right: 3px;
    color: #777;
}

.single-page-comments-form-area {
    float: left;
    width: 100%;
}

.blog-comments-form-sec {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-comments-form-sec .blog-comments-form-icon,
.blog-comments-form-sec .blog-comments-form-icon-title {
    float: left;
}

.blog-comments-form-sec .blog-comments-form-icon {
    margin-right: 20px;
    position: relative;
}

.blog-comments-form-sec .blog-comments-form-icon p {
    background: #ffc600;
    border: 1px solid #ffc600;
    color: #fff;
    font-family: 'Pacifico', cursive;
    height: 90px;
    width: 90px;
    line-height: 40px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 50px;
    font-style: italic;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog-comments-form-sec .blog-comments-form-icon p i {
    font-size: 20px;
}

.comment-con-form .con-fro-btn,
.comment-con-form .con-fro-cle-btn {
    margin-top: 0;
}

/*
* ----------------------------------------------------------------------------------------
*   23. END SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   24. 404 STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.error-page-right h3 {
    font-family: 'Pacifico', cursive;
    letter-spacing: 4px;
    font-size: 40px;
    margin: 0 0 30px;
}

.error-page-right p {
    margin-bottom: 30px;
}

.error-page-right .search-widget {
    padding: 0;
    margin-bottom: 30px;
}

.error-page-right .search-widget form [type="submit"] {
    margin: 0;
}

.error-page-right .go-to-ho-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    border-radius: 0;
    padding: 12px 20px;
    position: relative;
    color: #000;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
}

.error-page-right .go-to-ho-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.error-page-right .go-to-ho-btn:hover,
.error-page-right .go-to-ho-btn:focus {
    color: #333;
}

.error-page-right .go-to-ho-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
*   24. END 404 STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*   25. FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-one {
    padding: 35px 0;
    background: #fff;
}

.footer-one .container {
    padding: 0 0 0 35px;
}

.footer-two {
    padding: 40px 0;
}

.widget-title,
.widget-title-two {
    margin-bottom: 20px;
}

.widget-title h2 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}

.widget-title-two h2 {
    text-transform: capitalize;
    margin: 0;
    font-family: GreatVibes-Regular;
    font-size: 38px;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.widget-title a h1 {
    border: 3px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 13px 30px;
    color: #fff;
    text-transform: uppercase;
}

footer .about,
footer .quick-link-list,
footer .instagram-photo,
footer .mailing-list,
footer .about-social,
footer .quick-contact-list {
    clear: both;
}

.widget .about p,
.widget .mailing-list p {
    color: #fff;
    text-align: justify;
}

.widget .about p {
    margin-bottom: 40px;
}

.widget .quick-link-list li {
    line-height: 30px;
    position: relative;
}

.widget .quick-link-list li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 7px;
    width: 7px;
    background-color: #bebebe;
}

.widget .quick-link-list li:last-child {
    margin-bottom: 27px;
}

.widget .quick-link-list li a {
    color: #fff;
    text-transform: capitalize;
    margin-left: 20px;
}

.widget .quick-link-list li a i {
    margin-right: 15px;
}

.widget .quick-link-list li a:hover {
    color: #ffc600;
}

.mailing-list form {
    margin-top: 30px;
}

.mailing-list .form-group {
    margin-bottom: 30px;
    padding: 0;
}

.mailing-list p:first-child {
    margin-bottom: 10px;
}

.widget .quick-contact-list li {
    line-height: 30px;
    position: relative;
}

.widget .quick-contact-list li a {
    color: #fff;
    text-transform: capitalize;
}

.widget .quick-contact-list li a i {
    margin-right: 5px;
}

.widget .quick-contact-list li a:hover {
    color: #ffc600;
}

.mailing-list form [type="submit"] {
    background-color: #ffc600;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ffc600;
}

.news-btn {
    background: #ffc600;
    border: 2px solid #ffc600;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.news-btn:hover,
.news-btn:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.about-social {
    float: left;
}

.about-social li {
    display: inline-block;
    font-size: 12px;
    color: #000;
}

.widget .about-social li a {
    margin: 0 3px 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/*.about-social li a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-right: 0;
    padding-left: 1px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 9px;
}*/
.about-social li a {
    margin-left: 7px;
}

.singleproduct-widget {
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
}

/* .singleproduct-widget > a:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100px;
    transition: all .3s;
    z-index: 10;
}
.singleproduct-widget > a:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
    color: #333333;
    content: "\eff4";
    font-family: 'IcoFont' !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    left: 34px;
    top: 0;
    transform: scale(4);
    transition: all 0.3s ease 0s;
    z-index: 11;
} */
.singleproduct-widget:hover a:before {
    opacity: 0.3;
}

.singleproduct-widget:hover a:after {
    opacity: 1;
    transform: scale(1);
}

.singleproduct-widget a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    background: #f1f1f1;
}

.singleproduct-widget-info a h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 1px;
    text-transform: capitalize;
    margin-top: 0;
   /* font-family: GreatVibes-Regular;*/
    text-shadow: 1px 0px #bcbcbc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
    max-height: 30px;
}

.singleproduct-widget-info a h4:hover {
    color: #ffc600;
}

/* Instagram feed */

.widget .instagram-photo a {
    display: inline-block;
    width: 80px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.widget .instagram-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.widget .instagram-photo a:hover img {
    filter: grayscale(1) opacity(0.6);
    -webkit-filter: grayscale(1) opacity(0.6);
    cursor: crosshair;
}

/* Footer bottom */

footer .copyright {
    background: #282929;
    padding: 5px 0;
}

footer .copyright-text p a:hover {
    color: #fff;
}

.footer-menu ul {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
}

.footer-menu ul li a i {
    font-size: 40px;
}

.footer-menu ul li a:hover {
    color: #ffc600;
}

.footer-menu img {
    float: right;
}

/* visitors popup style */

.visitors-popup {
    z-index: 99999;
}

.visitors-popup .modal-content {
    background-image: url(../img/bg/banner21.jpg);
    background-size: 110% 100%;
    border-radius: 0;
    border: none;
}

.visitors-popup .modal-header,
.visitors-popup .modal-footer {
    border: none;
}

.visitors-popup .modal-header .close {
    background: #333;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    opacity: 1;
    text-shadow: inherit;
}

.visitors-popup .modal-dialog {
    width: 700px;
}

.visitors-popup .modal-body {
    padding-top: 0;
}

.visitors-popup h3 {
    text-transform: uppercase;
    position: relative;
    margin: 35px 0 0;
}

.visitors-popup h3:after,
.visitors-popup h3:before {
    border-top: 4px double #333;
    content: "";
    left: 24%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.visitors-popup h3:after {
    left: auto;
    right: 24%;
}

.visitors-popup .modal-body span {
    margin: 20px 0;
    font-size: 15px;
    color: #333;
    display: block;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}

.visitors-popup p {
    margin: 0 0 10px;
    color: #333;
}

.visitors-popup .news-btn:hover {
    background: #ffc600;
    border-color: #ffc600;
}

.visitors-popup .modal-dialog {
    margin: 200px auto 30px;
}

.form-control:focus {
    border-color: #231f20;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

/*
* ----------------------------------------------------------------------------------------
*   25. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

.banner-text {
    width: 56%;
    margin: 0 auto;
    /* border: 2px solid #fff; */
    padding: 32px 20px;
    margin-bottom: 100px;
}

#home-page-slider-carousel h2 {
    color: #000;
    /* color: #babbc0; */
    font-family: GreatVibes-Regular;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
}

#home-page-slider-carousel p {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat-Light;
    font-style: normal;
    margin: 0;
    text-shadow: 2px 1px 1px #000;
}

.navbar-left {
    width: 30%;
}

.navbar-default .navbar-left>li>a {
    color: #fff;
    padding: 0px 25px 0px 0;
    font-weight: 700;
}

.navbar-default .navbar-left>li>a>img {
    width: 100%;
}

.navbar-default .navbar-left>li>a:hover {
    color: #fff;
    background-color: #231f20;
}

.top-social-icons {
    float: left !important;
    clear: inherit !important;
}

.top-social-icons ul li {
    margin: 0;
    color: #000;
}

.team_email {
    color: #282828;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: auto;
    font-weight: 600;
    margin-right: 0 !important;
}

.team_desc {
    color: #fff;
    display: block;
    font-size: 15px;
    /* height: 35px; */
    line-height: 20px;
    text-align: center;
    width: auto;
    font-weight: 500;
    margin-right: 0 !important;
    margin-top: 15px;
    padding: 0 5px;
    font-family: 'QUICKSAND', sans-serif;
}

.top-social-icons ul li a i {
    color: #333;
}

.top-social-icons ul li a i:hover {
    background-color: #ffc600;
    color: #fff;
    color: #10846f !important;
}

.shopping-cart-link .cart-content a {
    position: relative;
    top: 0px;
    margin: 5px 0;
}

.shopping-cart-link .cart-content a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 20px;
    /* fallback */
    max-height: 20px;
    /* fallback */
}

.shrt-link-left {
    width: 45%;
    display: inline-block;
}

.shrt-link-right {
    width: 51%;
    display: inline-block;
}

.gallery a {
    display: inline-block;
    border: 0px;
}

.gallery a img {
    width: 100%;
    height: 205px; 
    border-radius: 25px;
    position: relative;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    border-radius: 23px;
    transform: scale(0);
    transition: ease all 0.1s;
}

.img-overlay>div {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    height: inherit;
    text-align: center;
}

.gallery a:hover .img-overlay {
    transform: scale(1);
    transition: ease all 0.3s;
}

#gallery .img-overlay p {
    color: #fff;
    font-size: 22px;
    border: 2px solid #fff;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    text-align: center;
    margin: 0 auto;
}

.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.gallery .thumbnail {
    padding: 8px;
    margin-bottom: 0px;
}

.section-header h2,
.section-header p,
.cake-cat-container h4,
.cake-cat-container p {
    animation-duration: 2s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
}


#best_seller .animated {
    animation-duration: 2s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
}

.cake-cat-container h4,
.cake-cat-container p {
    animation-duration: 2s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
}


#about_us .animated {
    animation-duration: 2s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
}

#about_us_parallax .owl-prev,
#about_us_parallax .owl-next {
    border-radius: 50%;
    opacity: 1;
}

#about_us_parallax .animated {
    animation-duration: 1.5s;
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
}


.footer-one .animated {
    animation-duration: 2s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
}




#customers .animated {
    animation-duration: 2s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
}

#gallery .animated {
    animation-delay: 0.5s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
}

#cake_catg img {
    animation-delay: 0.5s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
}

#about-section h2,
#our_aims h2,
#join_us h2,
#openings h2,
.single-banner figure img,
.chefImg-container img {
    animation-duration: 2s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
}

.chefImg-container img {
    z-index: 999999;
}

/* Login Modal */
button.close {
    padding: 4px;
    cursor: pointer;
    background: transparent;
    border: 0;
    border: 2px solid #838383;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.close {
    line-height: 0 !important;
}

.modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    background: transparent;
}

.modal-header img {
    margin: 0 auto;
    display: block;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
}

.modal-body {
    position: relative;
    padding: 0;
}

.loginContainer {
    background-color: #fff;
    height: 400px;
    border-radius: 10px;
    padding-top: 80px;
    font-family: 'Quicksand', sans-serif;
}

input[type="text"] {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

input[type="text"]:focus {
    border: 2px solid #ffa400;
}

input[type="password"] {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

input[type="password"]:focus {
    border: 2px solid #ffa400;
}

.login_btn {
    background-color: #ffa400;
    margin: 6px 0 10px;
    border: 1px solid #ffa400;
    border-radius: 10px;
    color: #231f20;
    padding: 5px 50px;
    font-size: 18px;
    margin-bottom: 5px;
    transition: .9s all;
}

.login_btn:hover {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    color: #fff;
}

.forgotLink a {
    text-decoration: none;
    color: #666666;
}

.signupLink {
    color: #666666;
}

.signupLink a {
    text-decoration: none;
    color: #00a4e4;
}

.heading_h1 {
    color: #00a4e4;
    font-family: 'Raleway', sans-serif;
    margin-top: -40px;
    margin-bottom: 20px;
}

.heading_h1 .sub_h1 {
    color: #13293d;
    font-weight: bolder;
}

.modal-content {
    border-radius: 13px;
}

.modal-dialog {
    width: 35%;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: -12px;
    top: -10px;
    background: rgb(35, 31, 32);
    opacity: 1;
    color: #fff;
    font-weight: 100;
}

.vertical-center {
    height: 100vh;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7;
}

/* Login Modal */


/* Sign up Modal */
.signupContainer {
    background-color: #fff;
    height: 450px;
    border-radius: 10px;
    padding-top: 35px;
    font-family: 'Quicksand', sans-serif;
}

input[type="email"] {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.btn-primary {
    color: #fff !important;
    background-color: #639b3e !important;
    border-color: #639b3e !important;
}


#blog-landing {
    position: relative;
    max-width: 100%;
    width: 100%;
}

#blog-landing img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#blog-landing .white-panel {
    position: absolute;
    background: white;
}

#blog-landing .white-panel h1 {
    font-size: 1em;
}

#blog-landing .white-panel h1 a {
    color: #A92733;
}

#blog-landing .white-panel:hover {
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Sign up Modal */

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #639b3e;
    padding-bottom: 20px;
}

.form-horizontal .form-group {
    margin-bottom: 25px;
    margin-top: 4%;
}

input#input-telephone {
    border-radius: 30px;
}

select#input-country,
#input-zone {
    border-radius: 30px;
}

.well h2 {
    color: #639b3e !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 35px !important;
    font-family: GreatVibes-Regular;
    margin-bottom: 5px;
}

.well strong {
    font-weight: 700;
    color: #000000b8;
    font-size: 15px;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.well p {
    line-height: 2;
    margin-bottom: 25px;
}

.well {
    background-color: #ffffff;
}

.well .form-group {
    margin-bottom: 15px;
}

.well .form-group a {
    margin-top: 8px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 999999;
}

.dropdown-menu li div p a {
    background: #5c4033;
    border: 2px solid #5c4033;
    border-radius: 10px;
    padding: 8px 16px;
    margin-top: 0px;
    position: relative;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    margin-right: 12px;
    width: 92%;
    text-align: center;
    transition: all ease 0.4s;
}

.dropdown-menu li div p a:hover,
.dropdown-menu li div p a:focus {
    color: #fff;
    border: 2px solid #000;
    background: #000;
    transition: all 0.2s;
}

.dropdown-menu li table tr td a:hover {
    color: #000;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    color: #000;
}

#cart.open>.btn {
    border-radius: 0px !important;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    border-radius: 0px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border: none;
    font-size: 21px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 10px;
}

a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}

.list-group-item .checkbox {
    width: 100%;
}

.panel-heading-1 {
    color: #5c4033;
    background-color: #ffffff;
    border: none;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 900;
    margin-top: 0px;
    padding: 9px 12px 10px 12px;
}

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

.border-up a {
    border: none;
    background: transparent;
    display: block;
    font-weight: 800!important;
    font-size: 17px!important;
}

.list-group .border-up a.active,
.list-group .border-up a.active:hover,
.list-group .border-up a:hover {
    /* color: #ffc600; */
    color: #7a4033;
    background: transparent;
    border: none;
    text-shadow: 0 1px 0 #FFF;
}

.btn-default {
    color: #fff;
    background-color: #10846f;
    border-color: #10846f;
}

.btn-default:hover {
    color: #fff;
    background-color: #10846f;
    border-color: #10846f;
}

#d_quickcheckout .btn-group-justified>.btn-group .btn {
    width: 100%;
    box-shadow: none;
}

#d_quickcheckout .btn-group-justified>.btn-group .btn {
    width: 100%;
    box-shadow: none;
    border: none;
}

@media (min-width: 768px){
    #d_quickcheckout .col-sm-9 {
    width: 75%!important; 
}
}

@media (min-width: 768px){
    #d_quickcheckout .col-sm-3 {
    width: 100%!important;
}
}

#d_quickcheckout .form-control {
    display: block;
    font-size: 19px;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#d_quickcheckout .btn {
    padding: 7.5px 12px;
    font-size: 16px!important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: "Quicksand", sans-serif;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

#d_quickcheckout * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

#d_quickcheckout .panel-default>.panel-heading {
    color: #333;
    background-color: #5c4033 !important;
    border-color: #dddddd;
    margin-top: 0;
}

#d_quickcheckout .btn-primary {
    text-shadow: none !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    background-image: none !important;
}

#d_quickcheckout .btn:active:focus,
#d_quickcheckout .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

#d_quickcheckout #payment_address_agree_input label,
#d_quickcheckout #payment_address_shipping_address_input label {
    font-size: 14px;
    font-weight: normal;
    text-align: left !important;
}

#d_quickcheckout b,
#d_quickcheckout strong {
    font-weight: 800;
    color: #000 !important;
}

#d_quickcheckout .qc-name a {
    color: #000000;
    font-weight: 600;
}

#d_quickcheckout .btn-danger.active,
#d_quickcheckout .btn-danger.focus,
#d_quickcheckout .btn-danger:active,
#d_quickcheckout .btn-danger:focus,
#d_quickcheckout .btn-danger:hover {
    color: #fff;
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
}

#d_quickcheckout .btn-danger {
    color: #ffffff !important;
    text-shadow: none !important;
    background-color: #1e1e1e !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #1e1e1e !important;
}

#d_quickcheckout .delete i {
    color: #ffffff !important;

}

#d_quickcheckout label {
    font-size: 15px!important;
    font-weight: normal;
}

#d_quickcheckout label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 1%!important;
}

#d_quickcheckout .panel-default > .panel-heading {
    color: #fff!important;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

#d_quickcheckout .flag-container {
    display: none !important;
}

#d_quickcheckout .btn-default:active,
#d_quickcheckout .btn-default:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #adadad !important;
}

#d_quickcheckout .btn-default {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #adadad !important;
}

#d_quickcheckout .btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #000000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

#d_quickcheckout .btn-default {
    color: #777;
    text-shadow: none !important;
    background-color: #000000 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: none !important;
}

#d_quickcheckout .form-horizontal .control-label {
    /*padding-top: 7px;*/
    margin-bottom: -48px!important;
    text-align: left !important;
}

/*#d_quickcheckout * {
    color: #000;
}*/

@media (min-width: 768px){
    #d_quickcheckout .form-horizontal .control-label {
    /* padding-top: 7px; */
    /* margin-bottom: 0; */
    /* text-align: right; */
}
}

#d_quickcheckout input.required,
#d_quickcheckout select.required {
    border-bottom: 1px solid #ddd !important;
}

#d_quickcheckout .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid #a94442 !important;
}

<<<<<<< .mine .bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    background-color: #ffffff !important;
    border: 1px solid #ccc;
}

.logo-heart {
    display: none;
}

.my-account-logg {
    display: none !important;
}

.top-menu ul li {
    padding: 0px 0;

}

||||||| .r5105 .bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    background-color: #ffffff !important;
    border: 1px solid #ccc;
}

=======#d_quickcheckout .flag-container {
    display: none;

}

#d_quickcheckout .telephone-validation {
    padding-left: 10px !important;
}

.bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    background-color: #ffffff !important;
    border: 1px solid #ccc;
}

.owl-carousel {

    background: transparent !important;
    box-shadow: none;
    border: none;
}

.owl-wrapper-outer {
    border: none !important;
    box-shadow: none !important;
}

/** REVIEW at Product Page **/
.spr-container {
    padding: 24px;
    border-color: #ececec;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    border-radius: 6px;
}

.spr-header:before,
.spr-header:after {
    content: " ";
    display: table;
}

.spr-header-title {
    font-size: 24px;
    margin: 0 0 12px 0;
}

.spr-header-title:before,
.spr-header-title:after {
    content: " ";
    display: table;
}

.spr-header-title:after {
    clear: both;
}

.spr-summary:before,
.spr-summary:after {
    content: " ";
    display: table;
}

.spr-summary-starrating {
    margin: 0 6px 0 0;
    color: #10846f;
}

.spr-icon {
    font-size: 120%;
    position: relative;
    top: 1px;
    width: 1.3em;
    height: 1.3em;
}

.spr-icon-star:before {
    content: '\e800';
}

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
    font-family: "font-awesome-stars";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%;
}

.spr-review,
.spr-form {
    border-color: #ececec;
}

.spr-form {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #DFDFDF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.spr-reviews {
    margin: 24px 0 0 0;
}

.spr-review:last-child {
    padding-bottom: 0;
}

.spr-review:first-child {
    margin-top: 24px;
}

.spr-review,
.spr-form {
    border-color: #ececec;
}

.spr-review {
    padding: 24px 0;
    border-top: 1px solid #DFDFDF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.spr-review-header-starratings {
    margin: 0 0 0.5em 0;
    display: inline-block;
}

.spr-starratings {
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #10846f;
}

.dt-sc-tabs-content h3,
.dt-sc-tabs-content .h3 {
    color: #585239;
}

.spr-review-header-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none;
}

.spr-review-header-byline {
    font-style: italic;
    font-size: 13px;
    opacity: 0.5;
    display: inline-block;
    margin: 0 0 1em 0;
}

.spr-review-content {
    margin: 0 0 24px 0;
}

.dt-sc-tabs-content p {
    font-size: 14px;
}

.spr-review-content-body {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: justify;
    font-family: inherit;
}

.spr-review-reportreview {
    float: right;
    font-size: 11px;
    line-height: 16px;
}

span.spr-summary-actions-togglereviews {
    font-size: 11px;
    font-family: inherit;
}

.review-user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 13px;
}

/** ! END Review at Produt Page **/

/** CHECKOUT PAGE **/
#d_quickcheckout .iti-flag {
    display: none;
}

.intl-tel-input .selected-flag .iti-arrow {
    left: 0;
}

#modal-agree .modal-dialog {
    width: 73% !important;
    margin: 6% auto !important;
}

#modal-agree .modal-body {
    position: relative;
    padding: 20px !important;
}

/** !checkout page **/
div#msg_id1 {
    color: red;
    text-align: left;
    margin-left: 13%;
    margin-top: 1%;
}

/** Ajax Cart  enhancement **/
ul.dropdown-menu.pull-right.ajaxcart_dropdown li:first-child {
   /* height: 200px;*/
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

/* width */
ul.dropdown-menu.pull-right.ajaxcart_dropdown li::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

/* Track */
ul.dropdown-menu.pull-right.ajaxcart_dropdown li::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
ul.dropdown-menu.pull-right.ajaxcart_dropdown li::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
ul.dropdown-menu.pull-right.ajaxcart_dropdown li::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

/** Ajax Cart  enhancement **/
.owl-carousel .owl-buttons div i {
    font-size: 17px !important;
    margin: -20px 0 0 -10px;
}

.mt_15 {
    margin-top: 15px;
}

.navbar-default .navbar-nav>li>a.activated {
    color: #7a4033;
}

.list-group.check_filter {
    margin-left: 5px;
}

.list-group.check_filter>a {
    font-weight: 600;
}

.contact-part p {
    word-break: break-all;
}

.cont-visible h2 {
    visibility: hidden;
}

#getIn_touch .section-header p {
    padding-left: 15px;
    padding-right: 15px;
}

.container>.fresh {
    /* font-family: open sans condensed,
        sans-serif; */
    /* font-family: "GreatVibes-Regular"; */
}

.blog-image2 {
    width: 100%;
    position: relative;
}

.sec_img {
    width: 100%;
    border-radius: 8px;
}

.my_img {
    margin: 40px 0;
}

h2.text-center.happy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: open sans condensed,
        sans-serif;
    color: #fff;
}

.instgram {
    margin: 10px 15px;
}

/* .img_marg {
    margin-top: 20px;
} */
.marg_top {
    padding: 0 !important;
}

.fonts {
    font-size: 20px
}

.insta>a,
.insta {
    /* font-family: "GreatVibes-Regular"; */
    color: #000;
    cursor: pointer;
}

.insta {
    margin: 30px 0;
}

.navbar-default {
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 65%;
    margin: auto;
}

.ds {
    display: none;
}

.card-text {
    /* font-family: normal normal sans-serif !important; */
    color: #000;
    text-align: justify;
}

.card-title {
    color: #231f20;
    /* font-family: GreatVibes-Regular; */

    font-weight: 500;
    letter-spacing: 0px;
    margin: 5px 0 22px 0;
    text-align: center;
}

#page-preloader,
.dis {
    display: none !important;
}


.btn_order.col-12 {
    text-align: center;
    margin-top: 23px;
}

/* ///////////////////////////////////////////////// */
.side_insta {
    position: absolute;
    right: 30px;
    top: 200px;
}

.side_insta ul li {
    display: block;
    text-align: center;
}

.side_insta ul li a {
    display: block;
    height: 50px;
    width: 30px;
    transform: scale(1);
}

.fc {
    transform: scale(0.6)
}

.my_img {
    margin: 40px 0;
    display: none;
}

.first_about {
    margin: 30px 15px 0px 15px !important;
}

.first_about img {
    width: 80% !important;
}

#about_us .content-right2 {
    margin: 120px 0 75px 70px;
}

/* testimonial */
.testimonial {
    position: relative;
}

.testimonial>img {
    height: 660px;
    width: 100%;
    object-fit: cover;
}

.testx_one {
    position: absolute;
    top: 125px;
    left: 40px;
}

p.card-text.testx_two {
    position: absolute;
    top: 25px;
    right: 25px;
}

p.card-text.testx_three {
    position: absolute;
    top: 225px;
    font-size: 20px;
    left: 35px;
}

p.card-text.testx_four {
    position: absolute;
    top: 330px;
    left: 40px;
}

p.card-text.testx_five {
    position: absolute;
    right: 40px;
    top: 421px;
}

p.card-text.testx_six {
    position: absolute;
    top: 510px;
    left: 40px;
}

.testx_one,
.testx_two,
.testx_three,
.testx_four,
.testx_five,
.testx_six {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat-Light;
    font-style: normal;
    margin: 0;
    font-size: 20px;
    text-align: unset;
    text-shadow: 2px 2px #241f1d;
}

.testi_box {
    padding: 10px;
    width: 100%;
    float: left;
    background: #FAFAFA;
    background: -webkit-linear-gradient(top, #FDFDFD, #FAFAFA);
    background: -moz-linear-gradient(top, #FDFDFD, #FAFAFA);
    background: -ms-linear-gradient(top, #FDFDFD, #FAFAFA);
    background: -o-linear-gradient(top, #FDFDFD, #FAFAFA);
    background: linear-gradient(top, #FDFDFD, #FAFAFA);
    border: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 2px rgb(213 211 211 / 40%);
    -moz-box-shadow: 0 1px 2px rgba(213, 211, 211, 0.4);
    box-shadow: 0 1px 2px rgb(213 211 211 / 40%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 4;
    -webkit-animation: slow 1s;
    -moz-animation: slow 1s;
    -ms-animation: slow 1s;
    animation: slow 1s;
}

.testi_box>p {
    font-size: 22px;
}

.testi_box:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #FCFCFC transparent transparent transparent;
    position: absolute;
    top: 32px;
    left: -20px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.testi_box:before {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 12px;
    border-style: solid;
    border-color: #DFDFDF transparent transparent transparent;
    position: absolute;
    top: 30px;
    left: -24px;
    z-index: -1;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.testi_box {
    margin: 20px 0;
}

.testi_box2:after {
    content: "";
    width: 30px;
    height: 30px;
}

.testi_box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#about-us {
    display: none
}

.yop::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

/*
.yop2:hover{
   transform : translateX(50px);
   transition: all 500ms ease;
   z-index: 10;
}
.yop3:hover{
    transform : translateY(-50px);
   transition: all 500ms ease;
   z-index: 10;
}
.yop4:hover{
   transform : translateX(-50px);
   transition: all 500ms ease;
   z-index: 10;
}
.yop5:hover{
      transform : scaleX(1.5);
   transition: all 500ms ease;
   z-index: 10;
}
.yop6:hover{
      transform : scale(1.5);
   transition: all 500ms ease;
   z-index: 10;
}
.yop7:hover{
       transform: rotateZ(30deg);
   transition: all 500ms ease;
   z-index: 10;
}
.yop8:hover{
             transform: rotateZ(360deg);
   transition: all 500ms ease;
   z-index: 10;
} */

.ajaxcart_dropdown {
    border-top: 4px solid #5c4033 !important;
    border-bottom: 4px solid #5c4033 !important;
    box-shadow: 0px 5px 12px #0000002e;
}

.yop:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.com {
    font-size: 16px;
}

.slider-handle {
    background-color: #7a4033 !important;
    background-image: linear-gradient(to bottom, #7a4033 0%, #7a4033 100%) !important;
}

.mamaa {
    transform: rotate(-3deg);
    /* margin-bottom: 85px; */
    font-size: 56px;
    font-weight: bold;
    color: #5C4033;

}

.banner-heading2 {
    font-size: 18px !important;
}

.instgram2 {
    display: none;
}

#about_us .content-right2 {
    margin: 60px 0 75px 70px;
}

.logo_img>img {
    max-width: 100%;
}

.logo_img {
    position: absolute;
    top: 2px;
    width: 9%;
    left: 32px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Quicksand", sans-serif !important;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.tr_BG {
    background: #5c4033 !important;
    color: #fff !important;
    font-weight: 600;
    font-family: 'QUICKSAND', sans-serif;
}

.checkbox label, .radio label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

#testi1 {
    font-weight: 600 !important;
}

#testi2 {
    text-align: revert !important;
    font-weight: 600 !important;
}

.href {
    margin-top: 5% !important;
    margin-bottom: 0% !important;
    border-top: 2px solid #5c4042 !important;
}

.footer-section {
  background: #f5e1d7;
  position: relative;
  padding: 75px;
  margin-top: 3%!important;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #5c4033;
    font-size: 30px;
    float: left;
    /* margin-top: 8px; */
    /* margin-left: -3%; */
    padding: 6px;
}
.cta-text {
    /* padding-left: 22px; */
    display: inline-block;
}
.cta-text h4 {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 2px;
}
.cta-text span {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}
.footer-content {
  position: relative;
  z-index: 2;
  margin-top: 7%;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: -20px;
    margin-top: -18%;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;/*
    font-family: 'Poppins', sans-serif;*/
    font-family: "Quicksand", sans-serifsans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background: #5c4033;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #5c4033;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    /* background: #2E2E2E; */
    border: 1px solid #5c4033;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #5c4033;
    padding: 20px 20px;
    border: 1px solid #5c4033;
    top: -10px;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.buttons {
    margin: 0em 2em!important;
}
#wid{
    width:15%!important;
}

.sea{
    margin-left: 93px;
}


.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}