::-moz-selection {
    color: #fff;
    background-color: #9f1c34;
    text-shadow: none;
}

::selection {
    color: #fff;
    background-color: #9f1c34;
    text-shadow: none;
}

.navbar-expand-lg .cartMobile {
    margin-left: 5px;
}

    .navbar-expand-lg .cartMobile .fa-shopping-cart {
        margin: 0;
    }

    .navbar-expand-lg .cartMobile .nav-item {
        align-self: flex-end;
    }

.cartDesktop {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .cartMobile {
        display: none;
    }

    .cartDesktop {
        display: list-item;
    }
}

.nav-item .badge {
    z-index: 5;
    margin: 0px 8px 0px 0px;
    position: absolute;
    background-color: #b48272;
    padding: 0.15rem 0.2rem;
}

@media(max-width:991px) {
    .nav-item .badge {
        z-index: 5;
        margin: 0px -5px 0px 0px;
        position: absolute;
        background-color: #b48272;
        padding: 0.15rem 0.2rem;
    }
}

.btn-outline-mob {
    color: #9f1c34;
    border-color: #9f1c34;
    border-radius: 10px;
}

    .btn-outline-mob:hover {
        color: #fff;
        background-color: #9f1c34;
        border-color: #9f1c34
    }

    .btn-outline-mob.focus,
    .btn-outline-mob:focus {
        box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
    }

    .btn-outline-mob.disabled,
    .btn-outline-mob:disabled {
        color: #9f1c34;
        background-color: transparent
    }

    .btn-outline-mob:not(:disabled):not(.disabled).active,
    .btn-outline-mob:not(:disabled):not(.disabled):active,
    .show > .btn-outline-mob.dropdown-toggle {
        color: #fff;
        background-color: #9f1c34;
        border-color: #9f1c34
    }

        .btn-outline-mob:not(:disabled):not(.disabled).active:focus,
        .btn-outline-mob:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-mob.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.5)
        }

.searchBar {
    background-color: #e5dfd3bf;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 55px;
}

@media(max-width:767px) {
    .searchBar {
        height: 160px;
    }
}
@media(max-width:400px) {
    .searchBar {
        height: 206px;
    }
}
/* products */

.inner-products {
    background: url(../images/products.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}


.inner-products .overlay {
    opacity: .7;
}

.inner-products .background-shapes .dot1 {
    background: #ffffff
}

.inner-products .background-shapes .box1,
.inner-products .background-shapes .box2,
.inner-products .background-shapes .box3 {
    border-color: #ffffff
}

.productImg {
    height: 222px;
    object-fit: cover;
    width: 100%;
}

.productImgHome {
    height: 164px;
    object-fit: cover;
    width: 100%;
}

@media(max-width:767px) {
    .productImgHome {
        height: 222px;
    }
}

.inner-products .products-inner {
    display: table;
    height: 45vh;
    width: 100%
}

.inner-products .products-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .inner-products .products-content .page-title h2 {
        margin: 0;
        color: #fff;
        font-size: 40px;
        font-weight: 600
    }

    .inner-products .products-content .page-title p {
        color: #fff;
        width: 518px;
        margin: 15px auto
    }
/* search box */

.searchbox {
    position: relative;
    display: inline-block;
    margin-left: 11px;
}

    .searchbox input:focus {
        outline: none;
        /*by default,input shows an outline on focus */
    }

    .searchbox input {
        z-index: 0;
        padding-left: 36px;
        margin-top: 3%;
        font-size: 15px;
        width: 100%;
        height: calc(1.5em + .75rem + 5px);
        background: #ffffff;
        border-radius: 25px;
        border: 1px solid #ffffff;
    }

@media(max-width:767px) {
    .searchbox {
        width: 100%;
    }

        .searchbox input {
            padding-left: 25px;
        }

    /*.searchbox input::placeholder {
                font-size: 11px;
            }*/
}

#closeid {
    display: none;
}

.searchProduct {
    position: absolute;
    top: 23%;
    right: 0;
    color: #dbc7bf;
}

    .searchProduct:focus {
        box-shadow: none;
    }

    .searchProduct:hover {
        color: #b2998f;
    }

.closeSearch {
    position: absolute;
    top: 36%;
    left: 3%;
    color: #c8a99e;
    font-size: medium;
    background: none;
    border: none;
}

.search {
    color: #8e99a4;
    font-weight: 400;
    padding-right: 45px;
    font-size: 18px;
    z-index: 3;
}

.Separate {
    border-left: 1px solid #dfe1e5;
    height: 62%;
    padding: 5px;
}


/* select */

.filter {
    --animate-delay: 1s;
    display: inline-flex;
    margin-top: 7px;
    float: left;
}

    .filter select {
        width: 91%;
    }

.filterCategory {
    --animate-delay: 0.5s;
    display: inline-flex;
    margin-top: 7px;
    margin-left: 10px;
}

    .filterCategory select {
        padding-left: 17px;
    }

.SubfilterCategory {
    --animate-delay: 0.5s;
    display: inline-flex;
    margin-top: 7px;
}

.filterCategory .select2-container.custom {
    width: 168px !important;
    direction: rtl;
}

.SubfilterCategory .select2-container.custom {
    width: 193px !important;
    direction: rtl;
}
.select2-container.custom .select2-selection {
    border: 1px solid #ffffff;
    height: calc(1.5em + .75rem + 6px);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
}
    .select2-container.custom .select2-selection .select2-selection__arrow {
        height: 38px !important;
    }
.select2-container.custom .select2-selection .select2-selection__rendered{
    padding-right: 0;
}
.select2-search__field{
    direction:rtl;
}
@media(max-width:991px) {
    .filter {
            width: 47%;
            float: none;
        }
    }

@media (min-width:768px) and (max-width:991px) {
    .filter {
        width: 17%;
    }

    .filterCategory .select2-container.custom {
        width: 135px !important;
        direction: rtl;
    }

    .SubfilterCategory .select2-container.custom {
        width: 162px !important;
        direction: rtl;
    }
}
    @media(max-width:767px){
        .filter select {
            width: 168px;
        }
    }
    @media(max-width:400px)
    {
        .filter select {
            width: 192px;
        }
        .filterCategory .select2-container.custom {
            width: 192px !important;
        }
    }
    .custom-select {
    border: 1px solid #ffffff;
    height: calc(1.5em + .75rem + 2px);
    border-radius: 10px;
}

    .custom-select:focus {
        box-shadow: none;
        border-color: #b3705b;
    }

.filterBtn {
    --animate-delay: 1s;
    background-color: #ffffff;
    margin-right: 10px;
    height: calc(1.5em + .75rem + 6px);
    color: #c8a99e;
}

    .filterBtn:hover {
        color: #fff;
        background-color: #c2b0a9;
        border-color: #cccccc26;
    }

    .filterBtn:focus {
        color: #fff;
        background-color: #c2b0a9;
        border-color: #ffffff00;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }


/* product details */


.proDetails {
    padding: 100px 0 10px 0;
    background: #c4b8a633;
}


    .proDetails .productDescription {
        background: none;
        height: 505px;
        border: none;
        border-radius: 8px;
    }

        .proDetails .productDescription .description {
            min-height: 254px;
            padding: 0 10px;
        }
        @media(max-width:991px){
            .proDetails .productDescription .description{
                min-height:0;
            }
        }

.detailsBorder {
    border-right: 0.0625rem solid #e3dddd;
}

.cultDetails {
    padding: 50px 0;
    background: white;
}

    .cultDetails .cultureDescription {
        background: none;
        height: 300px;
        border: none;
        border-radius: 8px;
    }

        .cultDetails .cultureDescription .description {
            height: 200px;
            padding: 0 10px;
        }

.card-title {
    color: #b3705b;
    margin-bottom: 0;
}

.card-subtitle {
}
/*for ltr*/
/*.card-subtitle {
    direction: ltr;
}
*/
.description {
    border-top: 0.0625rem solid #e3dddd;
    margin: 2rem 0;
    padding: 1rem 0 0 0;
}

.card-text {
    height: 1.9rem;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: #866d5e;
}
.productDesText {
    height: auto;
    font-size: 15px;
    font-weight: 500;
    color: #866d5e;
}
@media(max-width:991px) {
    .proDetails .productDescription {
        height: auto;
    }

    .cultDetails .cultureDescription {
        height: auto;
    }


        .cultDetails .cultureDescription .description {
            height: 140px;
            padding: 0 10px;
        }
}

.otherProducts {
    padding: 30px 0 50px 0;
    background: #c4b8a633;
}
/* product images */

.carousel-inner {
    border-radius: 8px;
}

.carouselCulture .carousel-item img {
    object-fit: cover;
    height: 333px;
    width: auto;
}

.thumbnails {
    text-align: center;
}

    .thumbnails img {
        object-fit: contain;
        height: 384px;
        border-radius: 10px;
    }

@media(max-width:991px) {
    /*.carouselCulture .carousel-item img {
        height: auto;
    }*/

    .thumbnails {
    }

        .thumbnails img {
            height: auto;
            width: 400px;
        }
}
/* image zoom*/
.drift-zoom-pane {
    z-index: 3;
}

    .drift-zoom-pane img {
        left: 0;
    }

@media (max-width: 610px) {

    .drift-zoom-pane.drift-open, .drift-zoom-pane {
        display: none;
    }
}

.image-additional {
    padding: 10px;
}

.owl-carousel .owl-stage-outer {
    text-align: -ms-center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.owl-item {
    border-radius: 10px;
    padding: 10px;
}

    .owl-item a.active2 img {
        border-color: #b3705b;
    }

    .owl-item .otherImgs img {
        border: 2px solid transparent;
        width: 134px;
        height: 90px;
        border-radius: 10px;
        object-fit: cover;
    }

        .owl-item .otherImgs img:hover {
            cursor: pointer;
        }

.owl-prev, .owl-next {
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
    right: -8px;
    top: 50px;
}

    .owl-carousel .owl-nav .owl-prev i {
        font-size: x-large;
    }

.owl-carousel .owl-nav .owl-next {
    left: -8px;
    top: 50px;
}

    .owl-carousel .owl-nav .owl-next i {
        font-size: x-large;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #9f1c34;
}

@media(max-width:991px) {
    .owl-carousel .owl-nav .owl-prev {
        right: -8px;
        top: 47px;
    }

    .owl-carousel .owl-nav .owl-next {
        left: -8px;
        top: 47px;
    }
}
/*  card add to cart  */
.orderOptions {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}

.AddToCartBtn {
    background-color: #ffffff;
}


.productBody {
    display: flex;
    flex-direction: column;
}

.quantity {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid transparent;
    width: auto;
}

    .quantity:focus {
        box-shadow: none;
        border-color: #b3705b;
    }

.quantityLabel {
    font-size: 17px;
    color: #9f1c34;
}

.card-linkd {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #9f1c34;
    letter-spacing: 0.5px;
    font-size: small;
    font-weight: 500;
    padding: 11px;
    margin-right: auto;
}

    .card-linkd:hover {
        color: #fff;
        background-color: #9f1c34;
        border-color: #cccccc26;
    }

    .card-linkd:focus {
        color: #fff;
        background-color: #b48272;
        border-color: #ffffff00;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

.lastProducts {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}

    .lastProducts .card-header {
    }

    .lastProducts .card-footer {
        font-weight: 500;
    }

    /*.lastProducts .card-footer .otherPrice {
            direction: ltr;
        }*/

    .lastProducts .card-content img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.detailsHeader {
    text-align: center;
    padding: 20px 0;
    color: #9f1c34;
}

    .detailsHeader:after {
        content: '';
        position: relative;
        display: inline-flex;
        width: 120px;
        height: 4px;
        background: #ffffff;
        bottom: 0;
    }


/* activities page */
.inner-activity {
    background: url(../images/activity.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

    .inner-activity .overlay {
        opacity: .7;
    }

    .inner-activity .navbar {
        border: none
    }

    .inner-activity .box-inner {
        display: table;
        height: 55vh;
        width: 100%
    }

    .inner-activity .box-content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 70px;
    }

@media (max-width:767px) {
    .inner-activity .box-inner {
        height: 39vh;
    }

    .inner-activity .box-content {
        padding-top: 85px
    }
}

.inner-activity .box-content .page-title h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.inner-activity .box-content .page-title p {
    color: #fff;
    margin: 15px auto;
    font-weight: 500;
}

.activityCard {
    border: none;
    border-radius: 10px;
    background-color: #fcf8f1ba;
    box-shadow: 0 5px 10px rgba(106, 106, 106, 0.2);
}

    .activityCard h5 {
        color: #9f1c34;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .activityCard p {
        color: #866d5e;
    }

.activityDetailBtn {
    color: #9f1c34;
    background-color: #ffffff;
    border-color: #ffffff00;
    box-shadow: 0 3px 9px rgba(0, 9, 128, .1);
    border-radius: 10px;
}

    .activityDetailBtn:hover,
    .activityDetailBtn:focus {
        color: #fff;
        background-color: #9f1c34;
        border-color: transparent;
    }

.activityCard img {
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
}


/* activity details */

.activityDetails {
    padding: 115px 0 50px 0;
    background: #c4b8a633;
    min-height: 61rem;
}

    .activityDetails .post-item .post-txt {
        background-color: #fff;
    }

    .activityDetails .post-item .post-title {
        padding-top: 20px;
    }

.ActivityImg {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px
}
.ActivitySecondaryImgs {
    object-fit: cover;
    width: 100%;
    border-radius: 10px
}

.post-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.side-post {
    margin-bottom: 15px;
}

.side_post_content {
    font-weight: 500;
    text-align: center;
    padding-right: 20px;
}

.side_post_image img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.post-title {
    color: #b3705b;
}


/* stories  page  */
.inner-stories {
    background: url(../images/Stories.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

    .inner-stories .overlay {
        opacity: .7;
    }

    .inner-stories .navbar {
        border: none
    }

    .inner-stories .box-inner {
        display: table;
        height: 55vh;
        width: 100%
    }

    .inner-stories .box-content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 70px;
    }

@media (max-width:767px) {
    .inner-stories .box-inner {
        height: 39vh;
    }

    .inner-stories .box-content {
        padding-top: 85px
    }
}

.inner-stories .box-content .page-title h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.inner-stories .box-content .page-title p {
    color: #fff;
    margin: 15px auto;
    font-weight:500;
}

.storyCard {
    border: none;
}

    .storyCard .card-content {
        background: #fcf8f1ba;
        border-radius: 10px;
        -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    }
    .storyCard .story-title {
        color: #9f1c34;
    }

.storyCard .card-body {
    border-radius: 0 0 10px 10px;
}

    .storyCard .card-img-top {
        border-radius: 10px 10px 0 0;
        text-align: center;
    }

    .storyCard .card-content img {
        width: auto;
        object-fit: cover;
        padding: 5px;
        height: 300px;
        border-radius: 15%;
    }

.storyDetailsBtn {
    text-align: left;
}

    .storyDetailsBtn a {
        color: #9f1c34;
        background-color: #ffffff;
        border-color: #ffffff00;
        box-shadow: 0 3px 9px rgba(0, 9, 128, .1);
        border-radius: 10px;
    }

        .storyDetailsBtn a:hover,
        .storyDetailsBtn a:focus,
        .storyDetailsBtn a:not(:disabled):not(.disabled):active {
            color: #fff;
            background-color: #9f1c34;
            border-color: transparent;
        }


/* stories details */

.storyDetails {
    padding: 115px 0 50px 0;
    background: #c4b8a633;
}

    .storyDetails .post-item .post-img img {
        background: white;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .storyDetails .post-item .post-txt {
        background-color: #fff;
        min-height: 400px;
    }

.post-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.laststoriesCard {
    border: none;
}

    .laststoriesCard .card-content img {
        height: 180px;
        object-fit: cover;
        padding-top: 8px;
        width: auto;
        border-radius: 15%;
    }

    .laststoriesCard .card-content {
        background: #fcf8f1ba;
        border-radius: 10px;
        -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    }

    .laststoriesCard .card-title {
        min-height: 38px;
    }

    .laststoriesCard .card-body {
        border-radius: 0 0 10px 10px;
    }

    .laststoriesCard .card-img-top {
        border-radius: 10px 10px 0 0;
        text-align: center;
    }


/* contact us page */
.inner-contact {
    background: url(../images/contact-us.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

    .inner-contact .overlay {
        opacity: .8
    }

    .inner-contact .background-shapes .dot1 {
        background: #ffffff
    }

    .inner-contact .background-shapes .box1,
    .inner-contact .background-shapes .box2,
    .inner-contact .background-shapes .box3 {
        border-color: #ffffff
    }

    .inner-contact .navbar {
        border: none
    }

    .inner-contact .box-inner {
        display: table;
        height: 55vh;
        width: 100%
    }

    .inner-contact .box-content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 70px;
    }

@media (max-width:767px) {
    .inner-contact .box-inner {
        height: 39vh;
    }

    .inner-contact .box-content {
        padding-top: 85px
    }
}

.inner-contact .box-content .page-title h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.inner-contact .box-content .page-title p {
    color: #fff;
    margin: 15px auto;
    font-weight: 500;
}
.submitMsg {
    color: #9f1c34;
    background-color: #ffffff;
    border-color: #ffffff00;
    box-shadow: 0 3px 9px rgba(114, 97, 81, 0.25);
    border-radius: 10px;
}

    .submitMsg:hover,
    .submitMsg:focus,
    .submitMsg:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #9f1c34;
        border-color: #ffffff;
        box-shadow: none;
    }

.ltr-direction {
    direction: ltr;
}
/* Cart */
.cart {
    padding: 100px 0 50px 0;
    background: #c4b8a633;
}

    .cart .table thead th {
        padding-bottom: 30px;
        color: #b3705b;
    }

    .cart .table td,
    .table th {
        vertical-align: middle;
    }

    .cart .quantityInCart {
        display: inline-flex;
        width: auto;
    }

    .cart img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
/* finish order*/
.col-form-label {
    font-size: 17px;
    color: #b3705b;
}

#BuyerNum, #BuyerEmail {
    direction: ltr;
}

#SubmitOrderForm .form-control:focus {
    border-color: #bc8a71;
    box-shadow: 0 0 0 0.2rem #c4b8a6a6;
}

.modal-title {
    color: #b3705b;
}

.finishOrder {
    float: left;
}

.countinueShop {
    float: right;
}

/* Stories in home Page */
.Stories {
    text-align: center;
    padding: 70px 0;
}

/* footer */

.powered {
    display: inline-flex;
    float: right;
}

    .powered p {
        color: white;
        align-self: center;
        margin: 0 10px;
    }

    .powered img {
        width: 80px;
        margin-bottom: 5px;
    }

.copyright-txt {
    padding-top: 8px;
    display: inline-flex;
    float: left;
}

@media (max-width:767px) {
    .copyright-txt {
        float: none;
    }

        .copyright-txt span {
            padding-bottom: 5px;
            font-size: 13px;
        }

    .powered {
        float: none;
    }
}



/* about us */

.UnImages {
    justify-content: center;
}

.UnImg {
    margin: 20px 45px;
}

@media(max-width:1199px) {
    .UnImg {
        margin: 20px 30px;
    }
}

.UnImg img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    transition: 0.3s;
}

.UnImg:hover img {
    transform: scale(1.1);
}


/* product section home */

.tabpost-item {
    margin: 0 0.5rem;
}

    .tabpost-item:hover {
    }

    .tabpost-item .tabpost-txt {
        padding: 40px 10px 10px;
        border-radius: 10px;
        text-align: right;
    }

.tabpost-txt {
    position: relative;
}

.tabpost-item .tabpost-img {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-bottom: -37px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 991px) {
    .services .post-item .post-txt .footer-post {
        display: -webkit-box;
        display: block;
    }
}

.tabpost-item .tabpost-txt .tabfooter-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tabpost-item .tabpost-txt .tabfooter-post .price {
        font-weight: 500;
        margin: 0;
        display: grid;
        padding: 5px 0px;
    }

    .tabpost-item .tabpost-txt .tabfooter-post .tags .tabproductDetails {
        color: #9f1c34;
        padding: 10px 8px;
        text-transform: uppercase;
        border-radius: 12px;
        letter-spacing: .5px;
        font-size: 12px;
        font-weight: 500;
        border-color: #ffffff00;
        box-shadow: 0 3px 9px rgba(0, 9, 128, .1);
        background-color: #fff;
    }

.tabproductImgHome {
    height: 164px;
    object-fit: cover;
}

.tab-title {
    text-align: right;
    margin: 51px 4px 25px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    width: 100%;
}

    .tab-title h5 {
        color: #ffffff;
        display: inline-flex;
        font-weight: 600;
        margin: 0;
        padding: 13px 23px 13px;
        background: #b3705b;
        border-radius: .25rem;
        border-top-right-radius: 28px;
    }


.showMoreCategory {
    float: left;
    display: inline-flex;
    padding: 13px 23px 10px;
    background: #9f1c34;
    color: white;
    border-top-left-radius: 28px;
}

@media(max-width:575px) {
    .tab-title h5 {
        border-top-right-radius: .25rem;
    }

    .showMoreCategory {
        border-top-left-radius: .25rem;
    }
}

.showMoreCategory:hover {
    color: white;
    box-shadow: 1px 10px 15px rgba(116, 43, 43, 0.3);
}

.showMoreCategory:focus {
    box-shadow: none;
}

.product-item .owl-stage-outer {
    background: #f6f3f0;
    border-radius: 10px
}

/*  About us page  */

.about-us-page {
    padding: 40px 0;
}

    .about-us-page .first-post {
        margin-bottom: 70px;
    }

        .about-us-page .first-post .post-img img {
            -webkit-animation-name: bounce_fountainG;
            animation-name: bounce_fountainG;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            border-radius: 10px;
        }

    .about-us-page .second-post .post-img img {
        -webkit-animation-name: bounce_fountainG;
        animation-name: bounce_fountainG;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        border-radius: 10px;
    }

    .about-us-page .post-txt p {
        color: #866d5e;
        font-weight: 500;
    }

    .about-us-page .post-txt {
        position: relative;
        height: 360px;
        padding: 0 10px;
    }

/* Occasion section */
.occasion {
    padding: 120px 0;
    position: relative;
    text-align: center;
}
    .occasion .section-title {
       
    }
.occasion-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height:100%;
}

.occasion-item h2 {
    color: white;
    font-weight: 600;
    width: 100%;
}

.occasion .moreOccBtn {
    transition: all 0.2s ease-in-out;
    color: white;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    background-color: #b3705b;
    border-radius: 10px;
}

    .occasion .moreOccBtn:hover, .occasion .moreOccBtn:focus {
        transform: translateY(-3px);
        box-shadow: 0 4px 11px rgba(165, 117, 82, 0.99);
        color: white;
    }

.occasion .owl-carousel .owl-nav .owl-next {
    color:white;
    left: -27px;
    top: 150px;
}

.occasion .owl-carousel .owl-nav .owl-prev {
    color:white;
    right: -27px;
    top: 150px;
}

@media (max-width: 991px) {
    .occasion .post-item {
        padding: 25px;
    }

    .occasion .owl-carousel .owl-nav .owl-next {
        left: -4px;
        top: 185px;
    }

    .occasion .owl-carousel .owl-nav .owl-prev {
        right: -4px;
        top: 185px;
    }
}


.occasion .post-item .post-txt {
    background-color: #ffffffbd;
    padding: 40px 10px 20px;
}

    .occasion .post-item .post-txt .footer-post {
        padding-top: 10px;
    }

        .occasion .post-item .post-txt .footer-post .tags .detailsOcc {
            background-color: white;
            color: #9f1c34;
            border-radius: 12px;
            padding-top: 0.49rem;
            padding-bottom: 0.3rem;
            font-weight: 500;
            border-color: #ffffff00;
            box-shadow: 0 3px 9px 4px rgba(167, 158, 148, .2);
            margin: 5px;
        }

            .occasion .post-item .post-txt .footer-post .tags .detailsOcc:hover {
                background-color: #9f1c34;
                color: #fff;
                border-color:transparent;
            }

.occasion .AddToCart {
    background-color: white;
}

    .occasion .AddToCart:hover {
        background-color: #9f1c34;
    }


/* empty cart colors*/
.max-width-15 {
    max-width: 7rem;
}

.fill-white {
    fill: #fff !important;
}

svg {
    margin-bottom: -0.4375rem;
    vertical-align: baseline;
}

.icon-66-0 {
    fill: none;
}

.icon-66-2 {
    fill: #FFFFFF;
}

.stroke-gray-400 {
    stroke: #234c5e !important;
}

.fill-primary {
    fill: #b3705b !important;
}

.fill-gray-400 {
    fill: #9f1c34 !important;
}

.transition-3d-hover {
    transition: all 0.2s ease-in-out;
    background: #b3705b;
    color: white;
    padding: 10px;
}

    .transition-3d-hover:hover, .transition-3d-hover:focus {
        transform: translateY(-3px);
        box-shadow: 0 4px 11px rgb(161, 142, 142);
        color: white;
    }

.cart p {
    color: #77838f;
    line-height: 1.7;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 8px 0;
        background-color: #9f1c34b8;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left span {
        right: -9px;
        top: 30px;
        transform: rotate(-45deg);
    }

.discount {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 12px;
    top: 8px;
    color: #FFF;
    background: url(../images/sale.svg) no-repeat;
    z-index: 1;
}

    .discount span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 18px;
        font-weight: 600;
        font-family: oswald, sans-serif;
        transform: translate(-50%, -50%);
    }


.oldPrice {
    opacity: 0.5;
    font-size: 0.85em;
    display: inline-block;
    text-decoration: line-through;
}

.newPrice {
    display: inline-block;
}

/* offers */
.offers {
    padding: 50px 0;
    text-align: center;
}
    .offers .owl-stage-outer {
        background: #f6f3f0;
        border-radius: 10px;
    }
    .offers .owl-carousel .owl-nav .owl-prev {
        right: -20px;
        top: 133px;
    }

    .offers .owl-carousel .owl-nav .owl-next {
        left: -20px;
        top: 133px;
    }

@media (max-width: 991px) {
    .offers .post-item {
        padding: 25px;
    }

    .offers .owl-carousel .owl-nav .owl-prev {
        right: -15px;
        top: 180px;
    }

    .offers .owl-carousel .owl-nav .owl-next {
        left: -15px;
        top: 180px;
    }
}
.offers .offer-title {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.offer-desc {
    margin:auto;
}
    .offer-desc h2 {
        color: #b3705b;
        font-weight: 600;
        width: 100%;
        line-height: 1.5;
    }
    .offer-desc .ProductCount {
        color: #3c7f9d;
    }
    .offer-btn {
        align-self: center;
        margin-bottom: 1rem;
    }
.offer-btn .addOfferToCart {
    border: 1px solid transparent;
    border-radius: 10px;
    color: #9f1c34;
    letter-spacing: 0.5px;
    font-size: small;
    font-weight: 500;
    padding: 11px;
    background-color: #ede8e3;
}
    .offer-btn .addOfferToCart:hover {
        color: #fff;
        background-color: #9f1c34;
        border-color: #cccccc26;
    }

    .offer-btn .addOfferToCart:focus {
        color: #fff;
        background-color: #b48272;
        border-color: #ffffff00;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }
    .inner-offers {
        background: url(../images/offers.jpg) no-repeat fixed;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }

    .inner-offers .overlay {
        opacity: .7;
    }

    .inner-offers .navbar {
        border: none
    }

    .inner-offers .offers-inner {
        display: table;
        height: 6rem;
        width: 100%;
    }

    .inner-offers .offers-content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

@media (max-width:767px) {
    .inner-offers .offers-inner {
        height: 6rem;
    }
}
    .inner-offers .offers-content .page-title h2 {
        margin: 0;
        color: #fff;
        font-size: 40px;
        font-weight: 600
    }

.offer-item .post-item .post-txt {
    background-color:white;
}
/* discounts section */
.discounts {
    padding: 50px 0;
}
    
    .discounts .detailsOcc {
        background-color: white;
        color: #9f1c34;
        border-radius: 12px;
        padding-top: 0.49rem;
        padding-bottom: 0.3rem;
        font-weight: 500;
        border-color: #ffffff00;
        box-shadow: 0 3px 9px 4px rgba(167, 158, 148, .2);
        margin: 5px;
    }

        .discounts .detailsOcc:hover {
            background-color: #9f1c34;
            color: #fff;
            border-color: transparent;
        }

.inner-discount {
    background: url(../images/offers.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

    .inner-discount .overlay {
        opacity: .7;
    }

    .inner-discount .navbar {
        border: none
    }

    .inner-discount .discount-inner {
        display: table;
        height: 6rem;
        width: 100%;
    }

    .inner-discount .discount-content {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.inner-discount .discount-content .page-title h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600
}
.discounts .owl-carousel .owl-nav .owl-prev {
    right: -20px;
    top: 133px;
}
.discounts .owl-carousel .owl-nav .owl-next {
    left: -20px;
    top: 133px;
}
@media (max-width: 991px) {
    .discounts .post-item {
        padding: 25px;
    }
    .discounts .owl-carousel .owl-nav .owl-prev {
        right: -5px;
        top: 133px;
    }

    .discounts .owl-carousel .owl-nav .owl-next {
        left: -5px;
        top: 133px;
    }
}
    /* scroll to products */
    .AddButton {
    width: 120px;
    height: 38px;
    display: block;
    position: fixed;
    border-radius: 10px;
    padding: 10px;
    bottom: 50px;
    right: 50px;
    text-decoration: none;
    cursor: pointer;
    background-color: #9f1c34;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    transition: all .5s ease-in-out;
    z-index: 100;
}

@media (max-width:767px) {
    .AddButton {
        bottom: 35px;
        right: 14px;
    }
}

.AddButton.hide {
    bottom: -50px;
}

.AddButton:hover {
    color: #ffffff;
    background-color: #c02440;
}
/* join us page */

.joinUsHeader {
    background: url(../images/join-us.jpeg) no-repeat fixed;
    background-size: cover;
}

.join-us {
    padding: 70px 0;
}
    .join-us .join-area {
        width:auto;
        background: #fff;
        position: relative;
        box-shadow: 0 5px 10px rgba(137, 117, 109, 0.25);
        border-radius: 10px;
        padding: 30px 60px;
        margin: auto;
    }
        .join-us .join-area .main-title {
            margin: 20px 0;
            text-align: right;
        }
            .join-us .join-area .main-title h6 {
                font-weight: 600;
                color: #9f1c34;
            }
        @media(max-width:767px)
        {
            .join-us .join-area {
                padding: 30px 20px;
            }
        }
.formInput {
    border: 1px solid rgba(0, 0, 0, 0.7);
}
    .formInput:focus {
        box-shadow: none;
        border-color: #b3705b;
    }
.submitRequestBtn {
    color: #9f1c34;
    background-color: #ffffff;
    border-color: #ffffff00;
    box-shadow: 0 3px 9px rgba(114, 97, 81, 0.25);
}
    .submitRequestBtn:hover,
    .submitRequestBtn:focus,
    .submitRequestBtn:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #9f1c34;
        border-color: #ffffff;
        box-shadow: none;
    }

/* Hide arrows in number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

/*  offer section in home page  */

.offersHome {
    padding: 70px 0 0;
    position: relative;
    text-align: center;
}
    .offersHome .section-title {
        margin-bottom: 30px;
    }
    .offersHome .offer-title {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .offersHome .owl-stage-outer {
        background: #f6f3f0;
        border-radius: 10px;
    }
    .offersHome .owl-carousel .owl-nav .owl-prev {
        right: -20px;
        top: 133px;
    }

    .offersHome .owl-carousel .owl-nav .owl-next {
        left: -20px;
        top: 133px;
    }

@media (max-width: 991px) {
    .offersHome .post-item {
        padding: 25px;
    }

    .offersHome .owl-carousel .owl-nav .owl-prev {
        right: -15px;
        top: 180px;
    }

    .offersHome .owl-carousel .owl-nav .owl-next {
        left: -15px;
        top: 180px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}