html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
}

a {
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
   /* background: #23b499;*/
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   /* background: #b6def2;*/
    font-family: 'Open Sans', sans-serif;
/*    color: #fff;
*/}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .heading_container h2 {
        text-transform: uppercase;
        font-weight: bold;
    }

        .heading_container h2 span {
            color: #f89cab;
        }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
.client_section .heading_container {
    margin-bottom: 20px;
}

.client_section .box {
    margin: 15px 45px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
}

    .client_section .box .client_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .client_section .box .client_info .client_name h5 {
            font-weight: 600;
            color: #db4f66;
        }

        .client_section .box .client_info .client_name h6 {
            margin-bottom: 0;
            color: #bfc0c0;
            font-weight: normal;
            font-size: 15px;
        }

        .client_section .box .client_info i {
            font-size: 24px;
        }

    .client_section .box p {
        margin-top: 15px;
    }


.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

/*===Product-slider=================================*/
.product-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 90%;
    margin: auto;
    margin: 40px auto;
}

.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-slider-heading {
    font-size: 28px;
    font-family: 'Open Sans',sans-serif;
    color: #313131;
}

.product-box {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.08);
    position: relative;
    background-color: #fff;
}

.product-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.product-img a,
.product-img {
    width: 300px;
    height: 100%;
    display: flex;
}

    .product-img a img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        object-position: center;
        animation: fade 0.6s;
    }


@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.product-box-offer {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 65px;
    height: 24px;
    color: #ffffff;
    background-color: #e63b3b;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    letter-spacing: 1px;
    transition: none !important;
    animation: none;
    z-index: 100;
    font-family: 'Open Sans',sans-serif;
}

.product-box-text {
    margin-top: 5px;
    font-family: 'Open Sans',sans-serif;
}

.product-title {
    color: #333333;
    font-weight: 600;
    /*transition: all ease 0.3s;*/
    text-decoration: none;
}

/*.product-title:hover {
        opacity: 0.7;
        transition: all ease 0.3s;
    }*/

.product-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #ff25257c;
}

    .product-category span {
        color: #acacac;
        font-size: 0.9rem;
        margin: 5px 0px;
    }

.price-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

    .price-buy .p-price {
        font-size: 1.3rem;
        color: #333333;
        font-weight: 700;
    }

    .price-buy .p-buy-btn {
        color: #e63b3b;
        margin: 0px 5px;
        font-weight: 500;
        text-decoration: none;
    }

        .price-buy .p-buy-btn:hover {
            text-decoration: underline;
        }

.slider-btns {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 10px auto 10px auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    transform: translate(0,0);
    margin: 10px 0px 0px 10px !important;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px !important;
        font-weight: 800;
        color: #111111;
    }

@media(max-width:500px) {
    .product-slider-heading {
        text-align: center;
        font-size: 1.3rem;
    }

    .product-slider {
        width: 100%;
    }

    .product-img a,
    .product-img {
        height: 230px;
    }

        .product-img a img {
            animation: none;
        }

    .product-img-back {
        display: none;
    }

    /* .product-img-container:hover .product-img-back {
        display: none;
    }

    .product-img-container:hover .product-img-front {
        display: block;
    }*/
}

@media(max-width:400px) {
    .product-img a,
    .product-img {
        height: 190px;
    }

    .product-box-offer {
        top: 10px;
        left: 20px;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f9ece6;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

    select::-ms-expand {
        display: none;
    }

.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
}

    .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
        background: #2b2e2e;
        color:#fff;
        cursor: pointer;
        pointer-events: none;
        transition: .25s all ease;
    }

    .select:hover::after {
        color: #23b499;
    }



.btn-gift {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    /* border-radius: .25rem; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-gift-primary {
    color: #000;
    background-color: #f9ece6;
    border-color: #fff;
}

    .btn-gift-primary:hover {
        color: #000;
        background-color: #f9ece6;
        /* border-color: #0a58ca; */
    }
#pbar_outerdiv {
    width: 20em;
    height: 3em;
    background: #ccc;
}

#pbar_innerdiv {
    height: 100%;
    width: 0;
    background: #5c6664;
}

/**********************************/
html {
    font: 100%/1.5 Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    /*background-color: #b6def2;*/
    -webkit-font-smoothing: antialiased;
}

.promo {
    margin: 6em auto;
    max-width: 600px;
    text-align: center;
}

    .promo em {
        font-family: Georgia, Times New Roman, serif;
        display: inline-block;
        background-color: #b6def2;
        color: #194c66;
        width: 4.5em;
        height: 4.5em;
        padding: 1.5em;
        border-radius: 50%;
        position: relative;
        z-index: 2;
        margin: -1.5em -1em;
    }

.butt {
    padding: 1em 3em;
    background-color: #f6f6f6;
    border-radius: 4px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75em;
    line-height: 2;
    display: inline-block;
    letter-spacing: .1em;
}

.promo .butt {
    min-width: 245px;
}

.primary.butt {
    background-color: #eb7966;
    color: #fff;
}

    .primary.butt:hover {
        background-color: #d15a45;
    }

.secondary.butt {
    background-color: #194c66;
    color: #fff;
}

    .secondary.butt:hover {
        background-color: #0b374d;
    }

    /*******************/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

.fa-user:before {
    content: "\f007";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*! end @import */

.hero_area {
    padding: 0 45px;
}
#navbarSupportedContent {
    width: 100%;
    background-color: #f9ece6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    /*border-radius: 15px 15px 0 0;*/
}

    #navbarSupportedContent .navbar-nav .nav-link {
        padding: 5px 25px;
        color: #514f4f;
        text-align: center;
        text-transform: uppercase;
       /* border-radius: 5px;*/
    }

    #navbarSupportedContent .nav-item.active .nav-link {
        background-color: #ffffff;
    }

    #navbarSupportedContent.innerpage_navbar {
        background-color: white;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    }

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

    a:hover, a:focus {
        color: initial;
    }

.btn, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    margin: 15px 15px;
    padding: 0;
}

    .navbar-brand span {
        font-size: 28px;
        font-weight: bold;
        color: #000000;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

.custom_nav-container .nav_search-btn {
    padding: 0;
    border: none;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #000000;
            margin: 7px -7px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #000000;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
}

    .user_option a {
        margin-right: 25px;
        color: #000000;
    }

        .user_option a span {
            margin-left: 5px;
        }



/* CSS */
.button-3 {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: #2c974b;
}

.button-3:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

/*Textarea*/

.ai-textarea {
    width: 20em;
    height: 150px;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f9ece6;
    font-size: 16px;
    resize: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    
    border-top: none;
}