/* empty */

.navbar-expand-lg.menu>div.row {
    width: 100%;
    margin:  0 auto;
}

.shop-vector {
    width: 365px;
}

.breadcrumbs {
    font-size: 14px;
    /*letter-spacing: 2px;*/
    margin-bottom: 30px;
    margin-top: 15px;
}

.current-link {
    font-weight: bold;
    cursor: pointer;
}

.cloud-to-right {
    background-position: 0 0;
    animation: animate 30s linear infinite;
}

.top-slider-style {
    top: -21em;
    left: 0;
    right: 0;
}

.banner-title {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/*
.btn-slider-banner {
    width: 300px;
    margin: 0 auto;
}
*/

.categories-title {
    top: -14em;
    left: 10.5em;
}

.title-banner-categories {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.slider-description-area {
    text-align: center;
}

.white-border-button {
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
}

.white-border-button:hover {
    color: #000;
    background-color: #fff;
    font-weight: 600;
}

.home-slider-button {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}

.home-slider-button:hover {
    background-color: #2b1000;
    color: #fff;
}

.location-title {
    font-size: 24px;
}

/*about*/

.about-small-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.about-page-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.small-text-14 {
    font-size: 14px;
}

.brown-text {
    color: #2b1000;
}

.mobile-img {
    display: none;
}

@media only screen and (max-width: 767px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}

/*end about*/

.footer-nav-list {
    color: #fff;
}

.footer-nav-list li {
    list-style-type: none;
    font-size: 12px;
    font-family: 'futura-light';
    /*    font-weight: 300;*/
    line-height: 2.2;
}

.footer-nav-list li a:hover {
    color: #b7b7b7;
}

.footer-logo-style {
    width: 75%;
}

.footer-first-content {
    font-size: 14px;
    font-weight: 300;
}

.footer-first-content div p {
    font-family: 'futura-light';
}

/*
.footer-socialicon-style {
    margin-right: -30px;
}
*/

.facebook-icon-footer {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/facebook-icon.png");
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;

}

.facebook-icon-footer:hover {
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/facebook-icon-hover.png");
    background-repeat: no-repeat;
}

.instar-icon-footer {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/instar-icon.png");
    transition: all 0.5 ease-in-out;
    background-repeat: no-repeat;

}

.instar-icon-footer:hover {
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/instar-icon-hover.png");
    background-repeat: no-repeat;
}

.pintrest-icon-footer {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/pintrest-icon.png");
    transition: all 0.5 ease-in-out;
    background-repeat: no-repeat;

}

.pintrest-icon-footer:hover {
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/pintrest-hover-icon.png");
    background-repeat: no-repeat;
}

.youtube-icon-footer {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/youtube-icon.png");
    transition: all 0.5 ease-in-out;
    background-repeat: no-repeat;

}

.youtube-icon-footer:hover {
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/youtube-icon-hover.png");
    background-repeat: no-repeat;
}

.mailus-btn-footer {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/mailus-btn.png");
    transition: all 0.5 ease-in-out;
    background-repeat: no-repeat;
    background-color: unset;
    margin-left: -20px;
    margin-top: -3px;
}

.mailus-btn-footer:hover {
    overflow: hidden;
    background-image: url("./../../../data/editor/icon/mailus-btn-hover.png");
    background-repeat: no-repeat;

}

.footer-paragraph {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.2;
    font-family: 'futura-light';
}

.footer-input-subscrib {
    width: 100%;
    padding: 12px;
    margin: 0px;
    border-radius: 6px;
    font-size: 12px;
}

@media only screen and (max-width: 1199px) {

    .top-slider-style {
        top: -18em;
        /*        left: 19em;*/
        left: 0;
        right: 0;
    }

    .categories-title {
        top: -12em;
        left: 7.5em;
    }

    /*
    .footer-socialicon-style {
        margin-right: -20px;
    }
*/

}

@media only screen and (max-width: 991px) {

    .breadcrumbs {
        text-align: center;
    }

    .top-slider-style {
        top: -15em;
        /*        left: 11em;*/
        left: 0;
        right: 0;
    }

    .categories-title {
        top: -10em;
        left: 3.5em;
    }

    .footer-logo-style {
        width: 50%;
    }

    .content-social-footer-row {
        justify-content: center;
    }

    /*
    .footer-socialicon-style {
        margin-right: -3.5em;

    }
*/

}

@media only screen and (max-width: 767px) {

    .banner-title {
        font-size: 30px;
    }

    .top-slider-style {
        top: -11em;
        /*        left: 8em;*/
        left: 0;
        right: 0;
    }

    .categories-title {
        top: -13.5em;
        left: 9.5em;
    }

}


@media only screen and (max-width: 500px) {

    .top-slider-style {
        top: -11em;
        /*        left: 6em;*/
        left: 0;
        right: 0;
    }

}

@media only screen and (max-width: 480px) {

    .top-slider-style {
        top: -10em;
        left: 5em;
    }

}

@media only screen and (max-width: 480px) {

    .top-slider-style {
        top: -9em;
        /*        left: 4em;*/
        left: 0;
        right: 0;
    }

}

@media only screen and (max-width: 400px) {

    .top-slider-style {
        top: -9em;
        /*        left: 3em;*/
        left: 0;
        right: 0;
    }

}

@keyframes animate {
    from {
        background-position: -30% 0;
    }

    to {
        background-position: 130% 0;
    }
}

.cloud-to-left {
    top: 300px;
    background-position: 0 0;
    animation: cloudright 35s reverse infinite;
}

@keyframes cloudright {
    from {
        background-position: -20% 0;
    }

    to {
        background-position: 150% 0;
    }
}

.tile-zoom {
    overflow: hidden;
}

.color-block {
    display: block;
    width: 54px;
    height: 52px;
    border: 3px solid #FFF;
    /*-webkit-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.69);
	box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.69);*/
}

.color-block.active {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border: 3px solid #FFC000;
}

.color-block input[type="radio"] {
    opacity: 0;
}

.sku-style {
    font-size: 13px;
    color: #5a5a5a;
}

.attribute-title-style {
    margin-left: 17px;
    font-size: 13px;
    color: #5a5a5a;
    margin-bottom: 12px;
}

.quantity-style-product {
    font-size: 13px;
    color: #5a5a5a;
    margin-bottom: 12px;
}

.table-quantity-style {}

.table-quantity-style td {
    padding: 0px;
}

.cart-table-form-wrapper {
    margin-bottom: 50px;
}

.cart-table-wrapper {
    margin-top: 35px;
    overflow: auto;
    width: 100%;
    font-size: 15px;
}

.client-table-wrapper {
    font-size: 15px;
}

.client-table-wrapper thead {
    background-color: #49a842;
    color: #fff;
    border-radius: 5px;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-heart-red {
    color: red;
}

.horizontal-line {
    border-bottom: 3px solid #5a5a5a;
    width: 100px;
}

/* bms-form */

#client_form,
#change_password {
    padding: 40px 60px;
    background-color: rgba(51, 51, 51, 0.05);
}


#remarks_form {
    padding: 24px 26px;
    background-color: rgba(51, 51, 51, 0.05);
}


/* add by rex for wishlist */

.fixed-height-img {
    max-height: 575px;
    width: 100%;
}

.core-value-bg {
    height: 400px;
    object-fit: cover;
}

.wishlist-flow-content {
    display: none;
    height: 48vh;
    overflow-y: scroll;
    position: fixed;
    top: 65px;
    right: 12%;
    /*    width: 400px;*/
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    background-color: white;
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.5);
}

.wishlist-flow-table {
    margin-top: 20px;
    /*    overflow: auto;*/
    max-height: 700px;
}

.btn-wishlist-flow-remove {
    min-width: auto;
}

.wishlist-flow-inner-content {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 25px;
    margin-bottom: 10px;
}

.wishlist-flow-close a {
    position: absolute;
    color: red;
    font-size: 15px;
    right: 10px;
    top: 5px;
    z-index: 2;
}

.wishlist-flow-close a .fa {
    color: #525252;
    margin-right: 5px;
}

.box-border {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    /* max-height: 207px; */
    min-height: 200px;
    overflow: hidden;
}

.box-border .account-sidebar,
.account-sidebar ul {
    padding-left: 0;
}

.box-border .account-sidebar .client-account-side-nav {
    color: #888888;
    padding: 10px 15px;
    font-size: 14px;
}

.box-border .account-sidebar .client-account-side-nav:hover {
    color: #2b1000;
    /*    background-color: #f3f3f3;*/
}

.client-account-side-nav.active {
    color: #2b1000 !important;
    background-color: #f3f3f3;
}

.brown-btn,
.btn_edit_address,
.btn_back {
    background-color: #49a842;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.brown-btn:hover,
.btn_edit_address:hover,
.btn_back:hover {
    background-color: #3cbf32;
}

.pagination .page-item a {
    /* border: 1px solid #e5e5e5; */
    padding: 3px 8px;
    cursor: pointer;
}


.pagination .page-item:hover a {
    /* background-color: #2C3539;
  color: #fff;*/
    border: 0.5px solid #49a842;
}

.pagination .page-item.active a {
    /* background-color: #2C3539; */
    color: #fff;
}

.pagination .page-item.active a:hover {
    /* background-color: #2C3539; */
    color: #49a842;
    border: 0.5px solid #49a842;
}

.promotion-pagination .pagination .page-item a {
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    cursor: pointer;
}


.promotion-pagination .pagination .page-item:hover a {
    background-color: #2C3539;
    color: #fff;
}

.promotion-pagination .pagination .page-item.active a {
    background-color: #2C3539;
    color: #fff;
}


.pagination .previous>a,
.pagination .next>a {
    /*background-color: #49a842 !important;*/
    color: #fff !important;
}

.pagination .paginate_button.active>a,
.pagination .paginate_button>a:hover {
    border: 0;
    color: #2b1000;
}

.pagination .next>a,
    {
    padding: 3px 6px 3px 8px !important;
}

.pagination .previous>a {
    padding: 3px 8px 3px 6px !important;
}

.btn_cart_remove .fa-trash-alt {
    background-color: unset;
    font-size: 18px;
}

.btn-cart-remove-text {
    color: #2b1000;
    margin-left: 10px;
}

.btn-cart-remove {
    width: 22px;
    height: 22px;
    background-color: #2b1000;
    cursor: pointer
}

.btn-cart-remove:hover {
    color: #6d2900;
}

.new-member {
    background-color: #2b1000;
    padding: 35px;
    height: 330px;
    border-radius: 10px;
}

.new-member h1,
.new-member p {
    color: #fff;
}

.login-page-title {
    font-size: 24px;
    text-transform: uppercase;
}


.member-login {
    padding: 35px;
    background-color: rgb(51 51 51 / 5%);
}

.white-border-btn {
    border: 1px solid #fff;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: transparent;
}

.white-border-btn:hover {
    background-color: #6d2900;
    border: 1px solid #6d2900;
    color: #ffffff;
}

.brown-border-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #49a842;
    color: #fff;
    border: 1px solid #49a842;
    font-size: 14px;
    font-family: 'FjallaOne.ttf';
}

.brown-border-btn:hover {
    background-color: #fff;
    color: #49a842;
}

.error-message {
    margin-bottom: 15px;
    display: block;
}

.account-detail-title {
    background-color: #49a842;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

/*
.account-detail-title:nth-child(1){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
*/

.product-enquiry-product {
    font-size: 24px;
    color: #2b1000;
}


@media only screen and (max-width: 991px) {
    .fixed-height-img {
        max-height: unset;
    }


    .btn-logout {
        margin-top: 12px
    }

    .new-member {
        height: auto;
    }
}


/* add by rex for promotion highlight */
.sale-overflow-tag {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 12px 5px;
    background-color: grey;
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.sale-overflow-tag span {
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-sale-tag {
    padding: 2px 12px 5px;
    background-color: #3cbf32;
    color: #fff;
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    width: 100px;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
}

.cart-sale-tag span {
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.checkout-sale-tag {
    margin: 0;
}

.wishlist-sale-tag {
    padding: 2px 12px 5px;
    background-color: grey;
    box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    width: 100px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}

.wishlist-sale-tag span {
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.wishlist-sale-tag.flow {
    margin: 0;
    padding: 0 5px 5px;
}

.wishlist-sale-tag.flow span {
    font-size: 10px;
}


.promotion-label-mix-2-get-y {
    border-radius: 0;
    border: 1px solid #4089e4;
    padding: 10px;
    background-color: unset;
    box-shadow: 3px 3px 0px #4089e4;
    color: #4089e4;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.1s;
}


.promotion-label-mix-2-get-y:focus {
    border: 0;
    outline: 0 !important;
}

/* .promotion-label-mix-2-get-y:hover{
    box-shadow: 5px 5px 0px #4089e4;
} */


.cart-inner-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 5;
}

.cart-inner-overlay.show {
    opacity: 0.35;
    visibility: visible;
}

.cart-right-quantity-group{
    position: relative;
}

.cart_right_quantity{
    border: 0;
}

.cart_right_quantity:focus{
    outline: unset;
    box-shadow: unset;
}

.cart-right-quantity-group .cart_right_increase_btn{
    all: unset;
    position: absolute;
    top: 20%;
    right:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    color:#adadad ;
    transition: 0.1s;
    cursor: pointer;
}

.cart-right-quantity-group .cart_right_decrease_btn{
    all: unset;
    position: absolute;
    top: 20%;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    color:#adadad ;
    transition: 0.1s;
    cursor: pointer;
}

.cart_right_increase_btn:hover, .cart_right_decrease_btn:hover{
	background-color: #3cbf32;
	color: #fff;
	border: 1px solid #3cbf32;
}