/*==================== GLOBAL CORE ELEMENTS ==============================*/
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
html,
body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
h1 span {
    font-weight: 700;
}
hr {
    border-top: 2px solid #ebebeb;
    margin: 15px 0;
}
ul,
ol {
    padding-left: 18px;
}
ol li {
    padding-left: 5px;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:focus {
    text-decoration: none;
    outline: none;
}
/* Navigation */
/* Slide-Out Navigation */
#slide-nav .navbar-toggle {
    cursor: pointer;
    line-height: 0;
    margin: 16px 0 0 0;
    width: 24px;
    height: 24px;
    padding: 0 0 0 0;
    border: 0;
    background: transparent;
}
#slide-nav .navbar-toggle>.icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #465f6a
}
.navbar-header {
    position: relative
}
.navbar.navbar-fixed-top.slide-active {
    position: fixed;
}
.color {
    background-color: #9245dc;
}
.no-margin-bottom {
    margin-bottom: 0;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/avenir.otf') format('truetype');
}
@font-face {
    font-family: 'didot';
    src: url('../fonts/didot.ttf') format('truetype');
}
/*==================== TEMPLATE CORE ELEMENTS ============================*/
.avenir {
    font-family: avenir;
}
.didot {
    font-family: didot;
}
#home {
    border-top: 8px solid #9245dc;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.title h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    font-weight: 400;
}
/**
 *
 * Forms
 *
 */
.myform {
    padding-top: 5px;
    padding-bottom: 15px;
}
.myform form p {
    margin-top: 16px;
}
.myform h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    font-weight: 400;
}
.myform h3 {
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 8px;
    margin: 0 0 15px 0;
}
.myform .btn {
    margin: 0;
    height: 44px;
}
.myform .form-group label {
    display: none;
}
.myform .form-control {
    display: inline;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    border: 2px solid #ebebeb;
    box-shadow: none;
    color: #000000;
    /*  ios gradiet fix */
    -webkit-appearance: none;
}
.myform .form-control::-webkit-input-placeholder {
    color: #bbbbbb;
}
.myform .form-control:-moz-placeholder {
    color: #bbbbbb;
}
.myform .form-control::-moz-placeholder {
    color: #bbbbbb;
}
.myform .form-control:focus {
    outline: none;
    border: 2px solid #000;
}
.myform textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
    vertical-align: top;
}
.myform .no-placeholder .form-group label {
    display: block;
}
.myform.no-placeholder .controls {
    margin-top: 0;
}
.special {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.controls {
    position: relative;
}
.checkbox,
.radio {
    margin: 24px 0px;
    position: relative;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.checkbox label,
.radio label {
    padding-left: 0;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle;
}
.checkbox label span,
.radio label span {
    vertical-align: top;
    line-height: 23px;
    color: #000;
}
label.show {
    display: block;
    text-decoration: none;
}
input[type=radio],
input[type=checkbox] {
    margin: 4px 7px 0 0;
    line-height: normal;
    font-size: 21px;
    text-align: center;
}
#total {
    font-weight: 600;
    font-size: 21px;
}
.form-control-inline {
    min-width: 0;
    width: auto!important;
    display: inline!important;
}
.table tbody>tr>td.vert-align {
    vertical-align: middle;
}
address {
    font-size: 14px;
}
/* ------------------------------ skin checkbox -------------------------- */
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
input[type="radio"]+span:before,
input[type="checkbox"]+span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 10px;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="radio"]+span:before {
    content: "\e631";
}
input[type="radio"]:checked+span:before {
    content: "\e630";
}
input[type="checkbox"]+span:before {
    content: "\e62e";
}
input[type="checkbox"]:checked+span:before {
    content: "\e62d";
}
/**
 *
 * Accordion
 *
 */
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-group .panel-body {
    padding: 15px 0;
}
.panel-group .panel-heading {
    border-radius: 0;
    background-color: #ebebeb;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.panel-group .panel-title a {
    font-weight: 700;
    font-size: 16px;
    color: #9245dc;
}
.panel-group .panel-title a.collapsed {
    color: #000000;
}
.panel-group .panel-title a:hover {
    text-decoration: none;
    color: #9245dc;
}
.panel-group .panel-collapse {
    padding: 0 15px;
}
/**
 *
 * Menu
 *
 */
.menu-wrapper {
    position: relative;
    font-weight: 300;
}
.menu-wrapper h3 {
    color: #ffffff;
    margin-left: 20px;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 22px;
}
.menu-wrapper .mt-info {
    padding-left: 20px;
}
.menu-wrapper .mt-info h3 {
    color: #ffffff;
    margin-left: 0;
}
.menu-wrapper .mt-info .btn {
    margin-left: 2px;
    margin-bottom: 30px;
}
.menu-wrapper .mt-info ul {
    list-style-type: none;
    margin: 20px 0 35px 0;
    padding-left: 0;
}
.menu-wrapper .mt-info ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
.menu-wrapper .mt-info ul li a {
    font-weight: 300;
}
@media (max-width: 767px) {}
.effect li a {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px 0 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.effect li a:hover,
.effect li a:focus {
    /*
background-color: #000000;
color: #ffffff;
*/
    text-decoration: none;
}
.effect li.active a {
    /*
background-color: #000000;
color: #ffffff;
*/
    text-decoration: none;
}
.banner-slider .banner-carousel .slider-item {
    position: relative;
    min-height: 560px;
    height: 800px;
    padding-top: 270px;
    padding-bottom: 270px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.product-view-carousel .slider-item {
    position: relative;
    height: auto;
    padding-top: 270px;
    padding-bottom: 270px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.header {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 64px;
    max-width: 100%;
}
@media (max-width: 767px) {}
.form-group.form-group-sm .form-control {
    height: 30px;
    padding: 10px;
    font-size: 13px;
    border-radius: 0;
}
.header .form-group.form-group-sm .input-icon {
    top: 0;
    left: initial;
    right: 15px;
}
.header .form-control {
    background: rgba(0, 0, 0, .4);
    border: 1px solid #fff;
    color: #fff;
}
.form-group.form-group-sm .input-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: small;
    line-height: 32px;
    display: block;
    top: 29px;
    left: 1px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.form-group-md .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: medium;
    line-height: 32px;
    display: block;
    top: 29px;
    left: 1px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.pay-points h4 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 16px;
}
.pay-points p {
    color: #fff;
    line-height: 12px;
}
.mt15 {
    margin-top: 15px;
}
/* Owl Carousel */
.owl-theme .owl-dots {
    position: absolute;
    width: 92%;
    left: 7.5%;
    bottom: 32px;
    text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 4px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}
.owl-theme .owl-nav [class*="owl-"] {
    padding: 3px 7px;
}
.product-view-carousel .slider-item {
    /*border: 8px solid #FFF;*/
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2) !important;
}
.owl-controls .owl-nav div.owl-prev {
    left: 8px !important;
}
.owl-controls .owl-nav div.owl-next {
    right: 8px !important;
}
.productlist-name-container {
    position: absolute;
    width: 40%;
    bottom: 30%;
    left: 7.5%;
    z-index: 99;
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
    text-align: left;
}
.productlist-name-container h2 {
    margin: 24px 0 32px 0;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}
.productlist-name-container h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}
.productlist-name-container p {
    color: #fff;
    font-size: 20px;
}
.productlist-price-container {
    z-index: 99;
    display: table;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .8);
}
.productlist-price-container .discount {
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px;
    background-color: #d13535;
    border-bottom: 4px solid rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
}
.productlist-price-container .discount h4 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 38px;
}
.productlist-price-container .discount h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
}
.productlist-price-container .discount sub,
.productlist-price-container .discount sup {
    font-size: 22px;
}
.productlist-price-container .discount p {
    margin: 12px 0 0 0;
    font-size: 18px;
    text-decoration: line-through;
}
.productlist-price-container .timer {
    display: table-cell;
    padding: 16px;
    background-color: #FFF;
    border-bottom: 4px solid rgba(0, 0, 0, .07);
    text-align: center;
}
.productlist-price-container .timer h4 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    color: #8d704a;
    line-height: 32px;
}
.productlist-price-container .timer h5 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.productlist-price-container .timer h3 {
    display: inline-block;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #888;
    letter-spacing: .2px;
}
.secondary-productlist-name-container {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.secondary-productlist-name-container h2 {
    color: #fff;
    font-size: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}
.secondary-productlist-name-container p {
    color: #fff;
    font-size: 16px;
}
.item1-height {
    height: 576px;
}
.item2-height {
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    image-rendering: -webkit-optimize-contrast;
}
.item3-height {
    height: 350px;
}
.item4-height {
    height: 350px;
}
.item5-height {
    height: 350px;
}
.desktop-logo {
    position: absolute;
    left: 0;
}
.featured-offers {
    padding: 80px 0 80px 0;
    background-color: #f8f8f8;
}
.featured-offers h1 {
    /* padding-bottom: 16px; */
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    /* border-bottom: 4px double #ddd; */
}
.featured-offers .item-offer {
    margin-top: 30px;
}
.featured-offers .item-offer .img-block {
    position: relative;
    overflow: hidden;
}
.featured-offers .item-offer .img-block img {
    transform: scale(1);
    width: 100%;
    height: 175px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-offers .item-offer:hover .img-block img {
    transform: scale(1.1);
}
.featured-offers .item-offer .img-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .64);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-offers .item-offer:hover .overlay {
    opacity: 1;
}
.featured-offers .item-offer .img-block .overlay a {
    position: relative;
    top: calc(50% - 20px);
    display: inline-block;
    padding: 8px 16px;
    background-color: #8d704a;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.featured-offers .item-offer .img-block .overlay a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-offers .item-offer .img-block .overlay a:hover span {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.featured-offers .item-offer .img-block .overlay a:focus {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}
.featured-offers .item-offer .img-block .overlay a:hover:before {
    margin-left: 0;
    opacity: 1;
}
.featured-offers .item-offer .img-block img {
    max-width: 100%;
}
.featured-offers .item-offer .info-block {
    display: table;
    width: 100%;
    padding: 16px 12px;
    border-bottom: 1px solid #ccc;
}
.featured-offers .item-offer .info-block .title {
    display: table-cell;
    padding-right: 12px;
}
.featured-offers .item-offer .info-block .title h2 {
    display: table-cell;
    vertical-align: middle;
    height: 88px;
    margin-bottom: 4px;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    border: none;
    overflow: hidden;
}
.featured-offers .item-offer .info-block .title h3 {
    font-size: 16px;
    font-weight: 800;
}
.featured-offers .item-offer .info-block .btn-cart {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    border-left: 1px solid #ccc;
    text-align: center;
}
.featured-offers .item-offer .info-block .btn-cart a {
    font-size: 18px;
    color: #8d704a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-offers .item-offer .info-block .btn-cart a:hover {
    color: #43ca89;
}
/* Masonry */
.grid-item {
    width: 33.333333%;
    padding: 0 15px;
}
/* ------------------------------ nav menu -------------------------- */
.main-nav a {
    color: #000000;
}
.nav-list {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}
.nav-list li {
    margin-bottom: 4px;
}
.nav-list li:last-child {
    margin-bottom: 0;
}
.nav-list li a {
    font-size: 14px;
    color: #888;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-list li a:hover,
.nav-list li a:focus {
    color: #fff;
    text-decoration: none;
}
.nav-list .active a span {
    background-color: #000000;
    color: #ffffff;
}
.nav-brand {
    border: 2px solid #000000;
    width: auto;
    font-size: 38px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 260px;
    font-weight: 300;
    line-height: 46px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-brand:hover {
    /* background-color: #000000; */
    color: #ffffff;
    text-decoration: none;
    padding: 0px 10px;
}
.nav-brand span {
    font-weight: 700;
}
@media (max-width: 767px) {
    .nav-brand {
        float: left;
        width: auto;
        font-size: 28px;
        letter-spacing: -1px;
        border: 0;
    }
}
.nav-header {
    margin: 15px 0;
    position: relative;
    height: 48px;
}
.nav-header h1 {
    margin: 5px 0 0 0;
}
.nav-header .cart {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    .nav-header .cart {
        position: relative;
    }
}
.nav-header .badge {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: #f8ad14;
}
@media (max-width: 767px) {
    .nav-header {
        margin: 15px 0;
    }
}
.nav-icon,
.nav-icon-outline {
    background-color: #000000;
    border: 2px solid #000000;
    display: block;
    color: #ffffff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-icon:hover,
.nav-icon-outline:hover,
.nav-icon:focus,
.nav-icon-outline:focus {
    color: #ffffff;
    background: #f8ad14;
    text-decoration: none;
    border-color: #f8ad14;
}
a.nav-icon-outline {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}
a.nav-icon-outline:hover,
a.nav-icon-outline:focus {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    border-color: #000000;
}
/* mobile */
#wrap {
    position: relative;
    backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
    background-color: #f8f8f8;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.menu-open#wrap::before {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 100;
}
.menu-open {
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    overflow: hidden;
}
.close-menu:hover {
    color: #9245dc;
    text-decoration: none;
}
@media (max-width: 767px) {}
/**
 *
 * Buttons
 *
 */
.btn {
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    height: 48px;
    font-weight: 700;
    background: #8d704a;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #ffffff;
    background-color: #000;
}
/*
.btn {
  font-size: 12px;
  cursor: pointer;
  padding: 0 35px;
  line-height: 43px;
  display: inline-block;
  height: 48px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  background: #dba442;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  top: 0;
  text-decoration: none;
  background-color: #b37a14;
  box-shadow: none;
  border: 2px solid #b37a14;
}
*/
.btn.pull-right,
.btn.pull-left {
    margin: 0;
}
.btn-outline,
.btn-outline-w {
    background: transparent;
    border: 2px solid #000000;
    box-shadow: none;
    color: #000000;
    text-decoration: none;
}
.btn-outline:hover,
.btn-outline-w:hover,
.btn-outline:focus,
.btn-outline-w:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    top: 0;
    text-decoration: none;
}
.btn-outline-w {
    border-color: #FFF;
    color: #FFF;
}
.btn-outline-w:hover,
.btn-outline-w:focus {
    color: #ffffff;
    top: 0;
    text-decoration: none;
    background-color: #9245dc;
    box-shadow: none;
    border: 2px solid #9245dc;
}
.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
    background: #ddd;
    border-color: #ddd;
}
.btn-right {
    margin-right: 0;
    float: right;
}
@media (max-width: 767px) {
    .btn-right {
        text-align: center;
        float: none;
        margin: 0 auto;
        display: block;
    }
}
.btn i {
    font-style: normal;
    font-size: 16px;
    vertical-align: sub;
}
.btn i:before {
    line-height: 39px;
}
.btn i.left {
    padding-right: 10px;
}
.btn i.right {
    padding-left: 10px;
}
/**
 *
 * Breadcrumb
 *
 */
.breadcrumb-block {
    background-color: #f8f8f8;
    border-top: 1px solid #FFF;
}
.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    margin: 0;
}
.breadcrumb a {
    font-size: 12px;
    font-weight: 600;
    color: #555;
}
.breadcrumb>.active {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
}
.breadcrumb>.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: #CCC;
}
.breadcrumb>li {
    padding: 0;
}
/**
 *
 * Product list
 *
 */
.productlist a .product-price {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000000;
}
.productlist a:hover .product-price {
    background-color: #000;
    color: #FFF;
}
.productlist .product {
    padding-top: 0;
    padding-bottom: 50px;
}
.productlist .row {
    margin-right: 0;
    margin-left: 0;
}
@media (max-width: 767px) {
    .productlist .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.productlist .col-sm-12,
.productlist .col-sm-8,
.productlist .col-sm-6,
.productlist .col-sm-4 {
    position: relative;
    min-height: 1px;
}
@media (max-width: 767px) {
    .productlist .col-sm-12,
    .productlist .col-sm-8,
    .productlist .col-sm-6,
    .productlist .col-sm-4 {
        min-height: 1px;
        /* padding: 0 15px 15px 15px; */
    }
}
.productlist .col-sm-4.special {
    padding: 0;
}
.productlist .productlist-price-container {
    position: absolute;
    bottom: 16px;
    right: 16px;
    max-width: 90%;
    text-align: right;
    z-index: 89;
}
@media (max-width: 767px) {
    .productlist .productlist-price-container {}
}
.productlist .productlist-love-container {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    text-align: left;
    z-index: 89;
    margin: 22px;
    font-size: 20px;
    line-height: 20px;
}
.productlist .product-price {
    background-color: #fff;
    display: inline-block;
    padding: .7em 1.1em;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3em;
}
.productlist .product-price .original-price {
    text-decoration: line-through;
    margin-left: .5em;
}
.price:before {
    content: '$';
}
.productlist-label {
    position: absolute;
    top: 26px;
    right: 22px;
}
@media (max-width: 767px) {
    .productlist-label {
        top: 18px;
        right: 30px;
    }
}
.sold-out-label,
.sale-label {
    color: #9245dc;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 9px;
    border: 2px solid #9245dc;
}
.sale-label {
    color: #000;
    border-color: #000;
}
.show-more {
    margin-top: 30px;
}
/**
 *
 * Product colors
 *
 */
.product-colors {
    padding: 0;
    margin-bottom: 30px;
    padding-top: 15px;
}
.product-colors li {
    border: 2px solid #fff;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-colors li a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    display: block;
    height: 38px;
    text-align: center;
    width: 38px;
    border-radius: 50%;
}
.product-colors li a.white {
    border: 4px solid #eee;
}
.product-colors li:hover {
    border: 2px solid #000;
}
.product-colors li.selected {
    border: 2px solid #000;
}
/**
 *
 * Product detail
 *
 */
.product .product-price {
    font-weight: 300;
    font-size: 32px;
    padding: 0;
}
.product .product-price .original-price {
    color: #ebebeb;
    margin-left: 5px;
}
.product .product-detail {
    margin: 30px 0;
}
.product .product-detail ul {
    padding-left: 20px;
}
.product .product-img {
    margin-bottom: 15px;
}
.product .product-mark {
    padding-top: 30px;
}
.product-mobile {
    padding-bottom: 10px;
}
/**
 *
 * Social links
 *
 */
.social-links-holder {
    float: right;
}
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
    margin: 0 2px;
}
.social-links li a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 41px;
    height: 41px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-links li:nth-child(1) a {
    background-color: #4a6ea9;
}
.social-links li:nth-child(2) a {
    background-color: #55acee;
}
.social-links li:nth-child(3) a {
    background-color: #316699;
}
.social-links li:nth-child(4) a {
    background-color: #ca4738;
}
.social-links li:nth-child(5) a {
    background-color: #e71f28;
}
.social-links li a:hover {
    color: #333;
    background: #fff;
    text-decoration: none;
}
/**
 *
 * Cart
 *
 */
.cart-list {
    min-height: 240px;
    margin-bottom: 0;
}
.cart-list a.remove-item {
    color: #000000;
}
.cart-list a.remove-item i {
    line-height: 34px;
}
.cart-list a.remove-item:hover {
    color: #d13535;
    text-decoration: none;
}
.cart-list a.remove-item th {
    font-size: 16px;
}
/**
 *
 * Blog
 *
 */
.blog-sidebar h3 {
    margin-top: 28px;
}
.blog-sidebar ul {
    padding-left: 18px;
}
.blog-sidebar .post-date {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-sidebar .post-date span {
    float: right;
}
article {
    margin-bottom: 60px;
}
article h1 {
    font-size: 32px;
}
article h1 a {
    color: #000;
}
article h1 a:hover {
    text-decoration: none;
}
article .social-links {
    margin: 30px 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    background-color: transparent;
    padding: 10px 0;
}
.paging {
    margin: 30px 0;
}
.paging .btn {
    padding: 0 20px;
}
.content .productlist {
    padding: 0 0 20px 0;
}
#comments_pagination {
    margin: 16px 0;
    text-align: center;
}
#comments_pagination a,
#comments_pagination span {
    cursor: pointer;
    font-size: 12px;
    padding: 0 16px;
    line-height: 38px;
    display: inline-block;
    margin: 0 8px 4px 0;
    height: 40px;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #FFF;
    color: #000000;
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#comments_pagination a:hover,
#comments_pagination span:hover,
#comments_pagination a:active,
#comments_pagination span:active,
#comments_pagination a:focus,
#comments_pagination span:focus {
    color: #fff;
    top: 0;
    text-decoration: none;
    background-color: #000000;
    box-shadow: none;
    border: 2px solid #000000;
}
#comments_pagination span {
    border: 2px solid #000000;
    background: #000000;
    color: #FFF;
}
.media {
    font-weight: 400;
}
.media hr {
    margin-top: 0;
}
.media h4 {
    margin: 0;
}
.media h4 span {
    float: right;
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 400;
}
.media p {
    font-size: 13px;
    font-weight: 400;
}
.avatar,
.avatar:hover,
.avatar:active {
    border: 0;
}
#more-items {
    display: none;
}
.post-date {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-date span {
    float: right;
}
/**
 *
 * Footer
 *
 */
.filler-footer {
    position: relative;
    padding: 80px 0;
    background: url(../img/bg_footerfiller.jpg) center;
    background-size: cover;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}
.filler-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}
.filler-footer h1 {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}
.filler-footer p {
    position: relative;
    z-index: 2;
    margin: 16px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
}
.filler-footer a {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background-color: #d13535;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.filler-footer a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.filler-footer a:hover span {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.filler-footer a:focus {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}
.filler-footer a:hover:before {
    margin-left: 0;
    opacity: 1;
}
.footer {
    background-color: #093B78;
    padding: 64px 0;
}
.footer h1 {
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}
footer p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
footer #mc_embed_signup_scroll {
    padding: 12px;
    background-color: #1c1c1c;
    border: 1px solid #262626;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
footer #mc_embed_signup_scroll input[type="email"] {
    margin: 0;
    padding: 8px 0;
    background-color: #1c1c1c;
    border: none;
    font-size: 14px;
    color: #888;
}
footer #mc_embed_signup_scroll input[type="submit"] {
    position: absolute;
    top: 22px;
    right: 12px;
    width: auto;
    height: auto;
    padding: 2px 12px;
    background-color:#D69E00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer #mc_embed_signup_scroll input[type="submit"]:hover,
footer #mc_embed_signup_scroll input[type="submit"]:focus {
    background-color: #FFF;
    color: #333;
}
footer #mc_embed_signup label.error {
    margin: 0;
    font-size: 10px;
    letter-spacing: .5px;
    color: #d16659;
}
footer span {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    color: #555;
}
.copyright {
    padding: 32px 0;
    background-color: #1c1c1c;
    font-size: 13px;
    color: #555;
    text-align: center;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 100px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.8);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.8);
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -50px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}
.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}
.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.8);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}
.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer .social-links {
        margin-right: 0;
    }
    .footer .pull-left,
    .footer .pull-right {
        float: none!important;
    }
}
/* COUNTDOWN-ALT-3 - Inspiration http://goo.gl/hRfsc */
/* ----------------------------------------------------------------------------------------- */
.countdown-block {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 4px double #ddd;
}
.countdown-alt-3 {
    display: table-cell;
    font-weight: normal;
}
.countdown-alt-3 .item {
    display: inline-block;
    padding: 12px 12px;
    margin: 0 2px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.countdown-alt-3 .item .dd,
.countdown-alt-3 .item .hh-1,
.countdown-alt-3 .item .hh-2,
.countdown-alt-3 .item .mm-1,
.countdown-alt-3 .item .mm-2,
.countdown-alt-3 .item .ss-1,
.countdown-alt-3 .item .ss-2 {
    font-size: 32px;
    font-weight: 800;
    color: #555;
}
.countdown-alt-3 .separator {
    font-size: 20px;
    font-weight: bold;
}
.countdown-alt-3 .item:after {
    display: block;
    height: 1px;
    border-top: 3px solid #111;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.countdown-alt-3 .label.label-dd,
.countdown-alt-3 .label.label-mm,
.countdown-alt-3 .label.label-hh,
.countdown-alt-3 .label.label-ss {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
}
.form-group {
    position: relative;
}
.form-group.form-group-ghost ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.form-group.form-group-ghost :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-ghost ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-ghost :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.form-group.form-group-ghost label {
    color: #fff;
}
.form-group.form-group-ghost .input-icon {
    color: #fff;
}
.form-group.form-group-ghost.form-group-focus .input-icon-hightlight {
    color: #f19c4f !important;
}
.form-group.form-group-ghost .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}
.form-group.form-group-ghost .form-control:hover {
    cursor: pointer;
}
.form-group.form-group-ghost .form-control:active,
.form-group.form-group-ghost .form-control:focus {
    border-color: #f19c4f;
}
.form-group.form-group-lg {
    margin-bottom: 25px;
}
.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
}
.form-group.form-group-lg.form-group-icon-left .form-control {
    padding-left: 45px;
}
.form-group.form-group-lg.form-group-icon-right .form-control {
    padding-right: 45px;
}
.form-group.form-group-lg label {
    font-size: 16px;
    margin-bottom: 7px;
}
.form-group.form-group-lg .form-control {
    height: 45px;
    padding: 10px 18px;
    font-size: 13px;
}
.form-group.form-group-sm {
    margin-bottom: 10px;
}
.form-group.form-group-sm label {
    margin-bottom: 3px;
    font-size: 13px;
}
.form-group.form-group-sm .form-control {
    height: 25px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.4em;
}
.form-group.form-group-icon-left .form-control {
    padding-left: 32px;
}
.form-group.form-group-icon-right .form-control {
    padding-right: 32px;
}
.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    top: 0;
    left: 1px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.form-group .input-icon.input-icon-show {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.form-group .input-icon.input-icon-show+label+.form-control {
    padding: 6px 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-icon-right .input-icon {
    right: 1px;
    left: auto;
}
.form-group.form-group-focus .input-icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-focus .input-icon.input-icon-hightlight {
    color: #ed8323;
}
.form-group.form-group-focus .input-icon.input-icon-show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-focus .input-icon.input-icon-show+label+.form-control {
    padding-left: 32px;
}
.form-group.form-group-focus .input-icon.input-icon-bounce {
    -webkit-animation: 1s bounce;
    -moz-animation: 1s bounce;
    -o-animation: 1s bounce;
    -ms-animation: 1s bounce;
    animation: 1s bounce;
}
.form-group.form-group-focus .input-icon.input-icon-swing {
    -webkit-animation: 1s swing;
    -moz-animation: 1s swing;
    -o-animation: 1s swing;
    -ms-animation: 1s swing;
    animation: 1s swing;
}
.form-group.form-group-focus .input-icon.input-icon-tada {
    -webkit-animation: 1s tada;
    -moz-animation: 1s tada;
    -o-animation: 1s tada;
    -ms-animation: 1s tada;
    animation: 1s tada;
}
.form-group.form-group-focus .input-icon.input-icon-shake {
    -webkit-animation: 1s shake;
    -moz-animation: 1s shake;
    -o-animation: 1s shake;
    -ms-animation: 1s shake;
    animation: 1s shake;
}
.form-group.form-group-filled .input-icon-show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-filled .input-icon-show+label+.form-control {
    padding-left: 32px;
}
.form-group.form-group-filled label {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-filled label.label-anim {
    color: #ed8323;
    -webkit-animation: label-anim 0.5s;
    -moz-animation: label-anim 0.5s;
    -o-animation: label-anim 0.5s;
    -ms-animation: label-anim 0.5s;
    animation: label-anim 0.5s;
}
.form-group.form-group-filled label.label-highlight {
    color: #ed8323;
}
.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.6em;
}
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ed8323;
}
.form-control.error {
    border: 1px solid #ee1822;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #8d704a;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #8d704a;
}
.dropdown-menu>li>a:hover {
    background-color: #8d704a;
    color: #FFF;
}
.cart-count {
    background: #fff;
    border: 2px solid #fff;
    display: block;
    color: #000000;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.show-discount-timer-container {
    margin: 0 auto;
}
.productlist-name-container a {
    position: absolute;
    display: inline-block;
    padding: 8px 24px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 800;
    color: #000;
    letter-spacing: 1px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    bottom: -180px;
}
.productlist-name-container a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.productlist-name-container a:hover {
    color: #333;
    text-decoration: none;
}
.productlist-name-container a:focus {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}
.productlist-name-container a:hover:before {
    margin-left: 0;
    opacity: 1;
}
.display-none {
    display: none;
}
.colordba442 {
    color: #dba442;
}
.color000000 {
    color: #000000 !important;
}
.dropdown-submenu .dropdown-menu {
    margin-top: 0;
    padding: 0;
}
.product-price-detail table>tbody>tr>td {
    padding: 5px;
}
#redemption_date {
    background-color: #fff;
    cursor: pointer;
}
#product_selection_form .form-group {
    width: 50%;
}
.modal-header {
    padding: 16px 24px;
    background-color: #093B78;
    border-bottom: 4px solid #eee;
    color: #FFF;
}
.modal-header .modal-title {
    font-weight: 700;
}
.modal-body {
    position: relative;
    padding: 24px;
    background-color: #f7f7f7;
}
.modal-body .form-login {
    width: 70%;
    margin: 32px auto;
}
.modal-body .form-login .btn-fb {
    text-align: center;
}
.modal-body .form-login .btn-fb .hr-block {
    position: relative;
}
.modal-body .form-login .btn-fb h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 0 16px;
    margin: 16px 0 16px 0;
    font-size: 14px;
    font-weight: 700;
    color: #777;
}
.modal-body .form-login .btn-fb .hr {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DDD;
}
.modal-body form .form-group {
    width: 100%;
}
.modal-body form .form-group label,
.modal-body form label,
.account-content label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modal-body form input[type="text"],
.modal-body form input[type="password"],
.modal-body form input[type="email"],
.modal-body form input[type="tel"],
.modal-body select,
.modal-body textarea,
.account-content input[type="text"],
.account-content input[type="password"],
.account-content select {
    position: relative;
    padding: 10px 16px;
    min-height: 46px;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    font-size: 14px;
    color: #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modal-body form input[type="text"]:focus,
.modal-body form input[type="password"]:focus,
.modal-body form input[type="email"]:focus,
.modal-body form input[type="tel"]:focus,
.modal-body select:focus,
.modal-body textarea:focus,
.account-content input[type="text"]:focus,
.account-content input[type="password"]:focus,
.account-content select:focus {
    color: #333;
    border: 1px solid #e2781a;
}
.modal-body form input[type="submit"],
.account-content input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 32px;
    background-color: #43ca89;
    border: none;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modal-body form input[type="submit"]:hover,
.modal-body form input[type="submit"]:focus,
.account-content input[type="submit"]:hover,
.account-content input[type="submit"]:focus {
    background-color: #8d704a;
}
.modal-body form p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
    text-align: center;
}
.modal-body form p a {
    font-weight: 700;
    color: #8d704a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.modal-body form p a:hover,
.modal-body form p a:focus {
    color: #43ca89;
    text-decoration: none;
}
.close {
    color: #FFF;
    text-shadow: none;
}
.close:focus,
.close:hover {
    color: #FFF;
}
#signup_recaptcha,
#contactus_recaptcha {
    margin: 16px 0 16px calc(50% - 152px);
}
.item2-height {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.item2-height:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.product-hover-img {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.product-hover-img:hover .item2-height,
.product-hover-img:focus .item2-height {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-hover-img:hover .item2-height:before,
.product-hover-img:focus .item2-height:before {
    display: block;
}
.product-hover-img:hover a,
.product-hover-img:focus a {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    padding: 0 40px;
}
.product-hover-img:hover a>.secondary-productlist-name-container {
    position: initial;
    left: 15px;
    bottom: 15px;
    text-decoration: none !important;
}
.secondary-productlist-name-container h2:hover {
    text-decoration: none !important;
}
/********************
FOR HOVER SHOWING OF SUB MENU
********************/
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu>li>a {
    padding: 10px;
}
@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
    .dropdown-submenu>a:after {
        margin-right: 0;
    }
}
/********************
FOR HOVER SHOWING OF SUB MENU
********************/
#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 10px;
    line-height: 18px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#toBottom {
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 8px 16px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}
label.error {
    color: #ee1822;
}
.info-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 1);
    display: none;
}
.process-logo {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-color: #093B78 !important;
}
#pre_loader_block .progress {
    position: relative;
    height: 15px;
    display: block;
    width: 100% !important;
    border-radius: 2px;
    margin: 0;
    overflow: hidden;
}
.progress {
    background-color: #093B78;
}
.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Standard syntax (must be last) */
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    -ms-transition: width .3s linear;
    transition: width .3s linear;
}
.progress .indeterminate {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Standard syntax (must be last) */
}
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    background: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    background: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@-moz-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}
.product-list-thumb {
    height: 330px;
}
.product-list-font-vw {
    font-size: 1vw;
}
.product-list-font-perc {
    font-size: 100%;
}
/* Custom Subpage */
.subheader {
    position: relative;
    padding: 100px 0 40px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,1c1c1c+100 */
    background: rgb(51, 51, 51);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(28, 28, 28, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 0%, rgba(28, 28, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(28, 28, 28, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c', GradientType=0);
    /* IE6-9 */
    text-align: center;
}
.subheader:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-top: solid 16px #1c1c1c;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
}
.subheader span {
    position: relative;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
    line-height: 32px;
}
.subheader span:before {
    content: '/';
    display: inline-block;
    margin-right: 32px;
    opacity: .5;
}
.subheader span:after {
    content: '/';
    display: inline-block;
    margin-left: 32px;
    opacity: .5;
}
.category-content,
.cart-content {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.item-category {
    padding: 8px 8px 0 8px;
    margin-bottom: 30px;
    background-color: #FFF;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2);
    height: 452px;
}
.item-category .img-block {
    position: relative;
    overflow: hidden;
}
.item-category .img-block img {
    width: 100%;
    height: 166px;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-category:hover .img-block img {
    transform: scale(1.1);
}
.item-category .info-block {
    width: 100%;
    padding: 24px 12px;
    display: table;
}
.item-category .title-block {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding-right: 12px;
}
.item-category h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.item-category .btn-details {
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    padding-left: 12px;
    border-left: 1px dashed #ccc;
    text-align: center;
}
.item-category .btn-details a {
    font-size: 18px;
    color: #8d704a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-category .btn-details a:hover {
    color: #43ca89;
}
.no-product h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    color: #888;
}
/* Product Page */
.inquire-info ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}
.inquire-info ul li {
    display: inline-block;
    font-size: 13px;
}
.inquire-info ul li:nth-child(1) {
    margin-right: 8px;
}
.inquire-info ul li span {
    color: #8d704a;
    font-weight: 700;
}
.product-info h2 {
    margin: 0 0 24px 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}
.product-info .price-info {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    list-style: none;
    border-bottom: 1px dashed #ccc;
}
.product-info .price-info li {
    margin-bottom: 8px;
}
.product-info .price-info li:last-child {
    margin-bottom: 0;
}
.product-info .price-info li h4 {
    font-size: 15px;
}
.product-info .form-group-holder {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px dashed #ccc;
}
.product-info .form-group-holder .form-block:last-child {
    margin-bottom: 0;
}
.product-info .form-block {
    display: table;
    margin-bottom: 8px;
}
.product-info .form-block h3,
.product-info .form-block h5,
.product-info .form-block .form-item {
    display: table-cell;
    vertical-align: middle;
}
.product-info .form-block h3 {
    font-size: 13px;
    padding-left: 16px;
}
.product-info .form-block h5 {
    width: 50%;
    font-size: 13px;
}
.product-info .form-block .form-item {
    position: relative;
    padding-left: 16px;
}
.product-info .form-block .form-item input[type="text"],
.product-info .form-block .form-item input[type="number"] {
    width: 200px;
    padding: 8px 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-info .form-block .form-item input[type="text"]:focus,
.product-info .form-block .form-item input[type="number"]:focus {
    border: 1px solid #e2781a;
    color: #333;
}
.product-info .form-block .form-item i {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 13px;
    color: #bbb;
}
.product-info .form-group-holder input[type="image"] {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 24px;
    background-color: #43ca89;
    border: none;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-info .form-group-holder input[type="image"]:hover,
.product-info .form-group-holder input[type="image"]:focus {
    background-color: #8d704a;
}
.product-info .form-group-holder .link-email {
    float: right;
    margin-top: 10px;
    font-size: 13px;
    color: #46a8c8;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-info .form-group-holder .link-email i {
    margin-right: 8px;
    font-size: 13px;
}
.product-info .form-group-holder .link-email:hover {
    color: #666;
}
.product-detail {
    max-height: 240px;
    overflow: hidden;
    font-size: 13px;
}
.btn-readmore {
    display: block;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 4px double #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #8d704a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-readmore:hover {
    color: #43ca89;
    text-decoration: none;
}
.page-ctrl {
    margin-top: 40px;
    text-align: center;
}
.page-ctrl a {
    padding: 8px 16px;
    margin: 0 4px;
    display: inline-block;
    border: 2px solid #888;
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-ctrl a:first-child i {
    margin-right: 8px;
}
.page-ctrl a:last-child i {
    margin-left: 8px;
}
.page-ctrl a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
/* datepicker */
.datepicker {
    font-size: 12px;
}
/* Cart */
.tbl-cart {
    width: 100%;
    margin-top: 24px;
    font-size: 13px;
}
.tbl-cart thead {
    border-bottom: 3px solid #1c1c1c;
}
.tbl-cart thead th {
    font-size: 11px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 17px;
}
.tbl-cart tbody td {
    border-bottom: 1px solid #ddd;
    line-height: 17px;
}
.tbl-cart tbody tr:nth-child(even) {
    background-color: #eee;
}
.tbl-cart tbody td input[type="number"] {
    max-width: 80px;
    padding: 8px 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tbl-cart tbody td input[type="number"]:focus {
    border: 1px solid rgba(0, 0, 0, .3);
}
.product-info .form-block .form-item i {
    position: absolute;
    top: 13px;
    right: 16px;
    font-size: 13px;
    color: #bbb;
}
.txt-empty {
    margin: 40px 0;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    color: #888;
    text-align: center;
}
.cart-total {
    margin: 32px 0;
}
.cart-total h3,
.cart-total h5 {
    font-size: 14px;
    font-weight: 700;
}
.cart-total h4 {
    margin: 16px 0 0 0;
    font-size: 24px;
    font-weight: 800;
}
.cart-total h4 span {
    color: #8d704a;
}
.cart-btn {
    margin-bottom: 24px;
    padding-top: 16px;
    border-top: 4px double #CCC;
}
.cart-btn a,
.cart-btn input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 24px;
    background-color: #8d704a;
    border: none;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cart-btn a:hover,
.cart-btn a:focus,
.cart-btn input[type="submit"]:hover,
.cart-btn input[type="submit"]:focus {
    text-decoration: none;
    background-color: #333;
}
.checkout-content .col-sm-3 h3,
.checkout-content .col-sm-6 h3 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 4px double #ccc;
}
.checkout-content .col-sm-3 label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.checkout-content .col-sm-3 input[type="text"],
.checkout-content .col-sm-3 select {
    width: 100%;
    height: 42px;
    padding: 8px 16px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
    color: #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.checkout-content .col-sm-3 input[type="text"]:focus,
.checkout-content .col-sm-3 select:focus {
    border: 1px solid #e2781a;
    color: #333;
}
.sub-cart-total {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 700;
}
.sub-cart-total td {
    padding: 4px;
}
.txt-terms {
    margin-bottom: 16px;
    font-size: 13px;
}
.txt-terms a {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.txt-terms a:hover,
.txt-terms a:focus {
    color: #8d704a;
}
.fb-login {
    margin-bottom: 24px;
    border-bottom: 1px dashed #ccc;
}
.fb-login p {
    margin-top: 16px;
    font-size: 14px;
    color: #888;
}
.sidebar-right {
    font-size: 14px;
}
.sidebar-right h5 {
    font-weight: 700;
}
/* account */
.account-content {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.account-content .tab-content {
    padding: 40px;
    background-color: #f2f2f2;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.account-content .nav>li>a {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.account-content .nav>li>a:hover,
.account-content .nav>li>a:focus {
    background-color: #333;
    color: #fff;
}
.account-content .nav-tabs>li.active>a,
.account-content .nav-tabs>li.active>a:focus,
.account-content .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
/* TY Message */
.ty-notif {
    margin-top: 74px;
}
.ty-notif h2 {
    font-size: 13px;
    letter-spacing: 1px;
}
.ty-msg {
    padding: 80px 0 80px 0;
    background-color: #f8f8f8;
    text-align: center;
}
.ty-msg i {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 8px solid #43ca89;
    font-size: 40px;
    line-height: 84px;
    color: #43ca89;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ty-msg h1 {
    margin: 40px 0 16px 0;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
}
.ty-msg h2 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.ty-msg p {
    margin: 32px 0 0 0;
    padding: 24px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    color: #666;
}
.ty-msg p a {
    font-weight: 700;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ty-msg p a:hover,
.ty-msg p a:focus {
    color: #8d704a;
}
/*DENIED MSG*/
.denied-msg {
    padding: 80px 0 80px 0;
    background-color: #f8f8f8;
    text-align: center;
}
.denied-msg i {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 8px solid #A40606;
    font-size: 40px;
    line-height: 84px;
    color: #A40606;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.denied-msg h1 {
    margin: 40px 0 16px 0;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
}
.denied-msg h2 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.denied-msg p {
    margin: 32px 0 0 0;
    padding: 24px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    color: #666;
}
.denied-msg p a {
    font-weight: 700;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.denied-msg p a:hover,
.denied-msg p a:focus {
    color: #8d704a;
}
.btn-cart-m {
    display: none;
    float: right;
    margin-top: 17px;
}
.btn-cart-m a {
    padding: 8px 16px;
    margin-right: 16px;
    background-color: #8d704a;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-cart-m a:hover {
    background-color: #43ca89;
    text-decoration: none;
}
.btn-cart-m a i {
    margin-right: 8px;
}
.btn-cart-m a span {
    font-size: 11px;
}
.item-offer {
    min-height: 350px;
}
.banner-slider {
    margin-top: 75px;
}
/* Video Block */
.video-ads {
    padding: 40px 0;
    background-color: #f2f2f2;
}
.video-ads .container {
    display: table;
    direction: rtl;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, .12);
}
.video-ads .content-block {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    padding: 80px;
    background-color: #fff;
    text-align: left;
}
.video-ads .content-block h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 600;
    color: #333;
}
.video-ads .content-block a {
    position: relative;
    display: inline-block;
    margin-top: 24px;
    padding: 8px 16px;
    background-color: #d99813;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.video-ads .content-block a:hover {
    text-decoration: none;
    background-color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.video-ads .video-block {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    line-height: 0;
}
.video-ads .video-block button {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 8px;
    padding: 12px 12px;
    background-color: #fff;
    border: none;
    font-size: 9px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-shadow: none;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.video-ads .video-block button:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hide-panel {
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
video::-webkit-media-controls-volume-slider {
    display: none;
}
video::-webkit-media-controls-mute-button {
    display: none;
}
.navbar {
    margin-bottom: 0 !important;
    z-index: 1030;
}
.fixed-navbar {
    position: fixed;
    width: 100%;
}

/* New +++++++ */
.promos-discounts {
    padding: 15px;
    width: 100%;
    margin: 20px 0;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 3px rgb(165, 165, 165);
    font-family: 'Muli', sans-serif;
}

.promos-discounts h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #8d704a;
}

.promos-discounts__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.promos-discounts__item:last-child {
    border-bottom: none;
}

.promos-discounts__select-button, 
.promos-discounts__toggle-button, 
.promos-discounts__register-button {
    border: none;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 5px;
}

.promos-discounts__toggle-button {
    font-size: 18px;
}

.promos-discounts__register-button {
    padding: 10px;
    border-radius: 25px;
    margin-top: 10px;
}

.promos-discounts__hidden {
    display: none;
}

.discount-container > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.discount-container > div >button{
    margin-left: 10px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #8d704a;
    font-family: sans-serif;
    color:  white;
    border: none;
}

#pwd-senior-form {
    padding: 10px 0;
}

/* for pwd and senior */
.cardUploadContainer{
    /* border: 1px solid red; */
}


.cardUploadContainer > div:nth-child(1) > div{
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
}

/* card name and number css */
.cardUploadContainer > div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardUploadContainer > div:nth-child(2) > div{
    padding: 10px;
    width: 100%;
}
.cardUploadContainer > div:nth-child(2) > div input{
    border-radius: 5px;
}

/* file upload */
.cardUploadContainer > div:nth-child(3){
    /* border: 1px solid red; */
    position: relative;
}

.cardUploadContainer > div:nth-child(3) img{
    /* border: 1px solid green; */
    width: 100%;
}

.cardUploadContainer > div:nth-child(3) input{
    /* border: 1px solid green; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
    height: 80%;
    width: 100%;
    opacity: 0;
}
.cardUploadContainer > div:nth-child(3) p{
    /* border: 1px solid blue; */
    position: absolute;
    left: 50%;           
    transform: translateX(-50%);
    bottom: 10%;         
    text-align: center;  
    width: 100%;         
}

/* new css for front end ++++++++++++++++ Sept 1, 2025 */

.hero-banner-main{
    min-height: unset !important;
    height: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hero-product-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 99999; /* Ensure nav is above other content */
  pointer-events: all; /* Allow interaction with the nav buttons */
}

.hero-product-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 40px;
  color: #333;
  pointer-events: all; /* Enable clicking on buttons */
  cursor: pointer;
  z-index: 999999;

}

.hero-product-carousel .owl-nav button span {
  font-weight: bold;
  z-index: 999999;

}

.hero-product-carousel .owl-dots,.banner-carousel .owl-dots{
  display: none !important;
}

.hero-product-carousel .owl-controls .owl-nav{
 pointer-events: none !important; 
}

.owl-prev,.owl-next{
  background-color: #8d704a !important;
  border-radius: 100% !important;
  color: white !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px;
  position: relative;
  pointer-events: auto; 
  z-index: 10;
}
.custom-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.hero-banner-main-image {
    width: 100%;
    height: 50vh; /* 70% of screen height */
    max-height: 900px; /* optional limit for very large screens */
    min-height: 200px; /* ensures it doesn’t get too small */
    object-fit: cover;

}

.product-carousel-img{
    /* width: 300px !important; */
    height: 373px !important;
    margin: auto;
    object-fit: cover !important;
}

/* laptop adjustment */
@media (min-width: 1024px) and (max-width: 2560px) {

  .hero-product-carousel .owl-nav .owl-prev {
    margin-left: -80px !important;
  }

  .hero-product-carousel .owl-nav .owl-next {
    margin-right: -80px !important;
  }
}

/* Tablet adjustment */
@media (max-width: 1024px) {
  .hero-product-carousel .owl-nav {
    top: 45%; /* Adjust for tablet */
  }

  .product-carousel-img{
    height: 350px !important;
  }


    .owl-prev,.owl-next{
        width: 40px !important;
        height: 40px;
    }

    .custom-nav{
        font-size: 15px ;

    }

}

/* Mobile adjustment */
@media (max-width: 768px) {
  .hero-product-carousel .owl-nav {
    top: 40%; /* Adjust for mobile */
  }
    .product-carousel-img{
    /* height: 233px !important; */
    height: 350px !important;
  }

}

/* Small mobile (optional) */
@media (max-width: 480px) {
  .hero-product-carousel .owl-nav {
    top: 40%; /* Adjust further for very small screens */
  }

    .hero-banner-main-image {
        height: 30vh;
    }
      .product-carousel-img{
    height: 350px !important;
  }

}