/*==================================
Template Name   : Theme Wholesale Tottia
Template URI    : https://github.com/rakaardiansyah
Description     : This is Wholesale Tottia Coffee
Author          : RakaArdiansyah
Author URI      : https://rakaardiansyah.my.id/
Version         : 0.01(beta)
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
0.  General css (Reset code)
0.  Top-area
1.  Header-Welcome-hero
2.  Home-Aboutus
3.  Recent-product
4.  Wholesale-Promotions
5.  Product-tottia
6.  clienttestimonials / Testimonials (progress)
7.  Experience-Promotions (progress)
8.  Blog-Article
9.  Footer
10. Scroll Top

==========================================*/

/*-------------------------------------
		0.General css (Reset code)
--------------------------------------*/

:root {
    --theme-primary: #133129;
    --theme-secondary: #FFF2DD;
    --theme-tertiary: #198754;
}

* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #a09e9c;
    text-transform: capitalize;
} */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #a09e9c;
    background: #fff;
    text-transform: capitalize;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #616060;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    /* margin-top: -14px; */
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;
    align-items: center;
    display: flex;
}

li>ul>li>a {
    color: var(--theme-secondary);
    padding: 15px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

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

.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.text-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.text-center {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

html,
body {
    height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/* section-header */
.section-header {
    position: relative;
    text-align: center;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 500;
}

.section-header h2 span {
    text-transform: capitalize;
}

.viewall {
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    border-radius: 35px;
    padding: 10px 20px;
}

.viewall:hover {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52;
    border-radius: 35px;
}

/*=== theme-btn-primary ====*/
.btn-primary {
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52;
    box-shadow: 0 0 0 .2rem #203f37
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #203f37
}

.btn-secondary {
    color: #333;
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.btn-secondary:hover {
    color: #333;
    background-color: #c4b091;
    border-color: #c4b091;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091;
    box-shadow: 0 0 0 .2rem #94856d
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #94856d
}

.btn-tertiary {
    color: #fff;
    background-color: var(--theme-tertiary);
    border-color: var(--theme-tertiary);
}

.btn-tertiary:hover {
    color: #fff;
    border-color: #255f44;
    background-color: #255f44;
}

.btn-tertiary.focus,
.btn-tertiary:focus {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44;
    box-shadow: 0 0 0 .2rem #1a4230
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show>.btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44
}

.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #1a4230
}

/*=== theme-btn-submit ====*/
.btn-submit {
    font-size: 15px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 5px 20px;
    margin: 2px 0px;
    cursor: pointer;
    color: white;
    border: 1px solid var(--theme-primary);
    background-color: var(--theme-primary);
}

.btn-submit:hover {
    background-color: #315E52;
    color: #fff;
}

/*=== theme-btn ====*/
.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--theme-primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.theme-btn-filter {
    font-size: 15px;
    color: var(--theme-primary);
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.theme-btn:hover {
    background-color: #fff;
    color: #315E52;
}

/*=== theme-btn-smaller ====*/
.theme-btn-smaller {
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

/*=== theme-btn-small ====*/
.theme-btn-small {
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/*=== theme-btn-gray ====*/
.theme-btn-gray {
    background-color: rgba(128, 137, 150, 0.1);
    color: #333333;
    border-color: rgba(128, 137, 150, 0.1);
}

.theme-btn-gray:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #333333;
}

.recommended-tag.active {
    background-color: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
}

.undo-btn {
    display: none;
    color: var(--theme-primary);
    cursor: pointer;
    padding: 2px;
}

.undo-btn.active {
    display: inline-block;
}

/*=== theme-btn-transparent ====*/
.theme-btn-transparent {
    background-color: #fff;
    color: var(--theme-primary);
}

.theme-btn-transparent:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

/*=== theme-btn-rgb ====*/
.theme-btn-rgb {
    border: none;
    background-color: rgba(40, 125, 250, 0.1);
    color: var(--theme-primary);
}

.theme-btn-rgb:hover {
    background-color: rgba(40, 125, 250, 0.1);
}

/*=== theme-btn-danger-rgb ====*/
.theme-btn-danger-rgb {
    background-color: rgba(220, 54, 67, 0.1);
    color: var(--theme-primary);
}

.theme-btn-danger-rgb:hover {
    background-color: rgba(220, 54, 67, 0.1);
    color: var(--theme-primary);
}

/*=== theme-btn-hover-gray ====*/
.theme-btn-hover-gray {
    color: #333333;
    font-weight: 500;
}

.theme-btn-hover-gray:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #333333;
}

/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        0. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: var(--theme-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #616060;
    font-size: 24px;
    font-weight: 500;
    /* padding: 34px 0px; */
    text-transform: capitalize;
}

.navbar-header a.navbar-brand span {
    display: inline-block;
    color: var(--theme-primary);
    text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    /* padding: 30px 0px; */
    padding: 10px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
    /* padding: 48px 25px; */
    padding: 25px 25px;
    /* padding: 0px; */
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    color: var(--theme-secondary);
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: var(--theme-secondary);
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 25px 25px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary);
}

/*.menu-ui-design*/


.navbar-dark .navbar-toggler {
    left: 0px !important;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

/*.attr-nav*/
.attr-nav {
    right: 45px;
    top: -5px;
}

.attr-nav>ul>li hr {
    border-left: 1px #bebebe solid;
    margin: 15px 15px;
    height: 25px;
    width: 0px;
}

.attr-nav>ul>li>a {
    color: var(--theme-secondary);
    font-size: 18px;
    font-weight: 500;
}

.attr-nav>ul>li>div:hover {
    color: var(--theme-secondary);
}

.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav>ul>li>a {
    padding: 15px 15px;
}

.lang-toggle {
    margin: 5px 10px 2px 0px;
    display: flex;
    background: #fef7e9;
    border-radius: 30px;
    padding: 2px 5px;
    width: 90px;
    justify-content: space-between;
}

.lang-toggle .lang-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 7px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: #333;
}

.lang-toggle .lang-btn.active {
    background: #fad792;
    color: #007a44;
}

/*.attr-nav*/

/*badge*/
.badge {
    background-color: #198754;
    border: 2px solid #4FC18C;
    border-radius: 10px;
}

.attr-nav>ul>li>a span.badge {
    margin-top: -25px;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    font-weight: bold;
    color: var(--theme-secondary);
}

/*.badge*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--theme-secondary);
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: var(--theme-secondary);
}

/*.navbar-toggle */

/*.cart-list*/
ul.dropdown-menu.cart-list {
    height: 232px;
    overflow-y: scroll;
    border-radius: 3px;
}

ul.cart-list>li img {
    width: 50px;
    height: 50px;
    border: transparent;
}

.s-cate::-webkit-scrollbar {
    width: 5px;
}

.s-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.s-cate::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary);
}

.single-cart-list {
    position: relative;
    display: flex;
}

ul.cart-list>li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px !important;
}

ul.cart-list>li:last-child {
    border-bottom: 0;
}

.attr-nav ul.cart-list>li>a:hover {
    border-left: 2px solid transparent !important;
}

.dropdown-menu.cart-list h6 a {
    color: #43465d;
    font-size: 12px;
    line-height: 1.3;
}

.cart-list-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
}

ul.cart-list>li .price {
    font-weight: 300;
}

.cart-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

ul.cart-list>li.total>span {
    padding-top: 0px;
    position: relative;
    top: 4px;
}

ul.cart-list>li.total span {
    color: #43465d;
    font-size: 14px;
    font-weight: 500;
}

ul.cart-list>li.total {
    background-color: #fff;
    padding-bottom: 20px !important;
}

.btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    width: 80px;
    height: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
}

/*.cart-list*/

/*.packages-price */
.packages-price p {
    position: relative;
    color: #616060;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del,
.packages-price span {
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del {
    margin-left: 10px;
}

/*.packages-price */

/*-------------------------------------
        1.  Header-Welcome-hero
--------------------------------------*/
.welcome-hero {
    margin-top: -2px;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.single-slide-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-slide-item.slide1 {
    background: transparent;
}

.single-slide-item.slide2 {
    background: transparent;
}

.single-slide-item.slide3 {
    background: transparent;
}

/*welcome-hero-content*/
.header-tottia .welcome-hero-content{
    padding: 0px 35px;
    height: auto;
    background: transparent;
    display: block;
    z-index: 1;
    background-image: url('/frontwebassets/images/header/img-header1.jpg');
    background-size: cover;
    background-position: inherit;
}

.header-tottia .header-greenbean {
    margin-top: 75px;
    height: 25rem;
    background-image: url(/frontwebassets/images/header/header-greenbean2.png);
    display: block;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
}

.header-tottia .header-greenbean h2 {
    display: block;
    font-size: 50px;
    color: var(--theme-secondary);
    font-weight: 400;
    border-bottom: #333333;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    flex-direction: column;
    -webkit-text-stroke: 1px var(--theme-primary);
    text-shadow: 2px 2px 4px var(--theme-primary);
}

.header-tottia .header-roastedbean {
    margin-top: 75px;
    height: 25rem;
    background-image: url(/frontwebassets/images/header/header-greenbean2.png);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
}

.header-tottia .header-roastedbean h2 {
    display: block;
    font-size: 50px;
    color: var(--theme-secondary);
    font-weight: 400;
    margin: 10px 5px;
    border-bottom: #333333;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--theme-primary);
    text-shadow: 2px 2px 4px var(--theme-primary);
}

.header-tottia .single-welcome-hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 920px;
}

.header-tottia .welcome-hero-txt h2 {
    display: block;
    font-size: 30px;
    margin: 5px 0px;
    color: var(--theme-primary);
    font-weight: 400;
    margin: 20px 0 22px;
}

.header-tottia .welcome-hero-txt h2 span {
    display: block;
    font-size: 40px;
    color: var(--theme-primary);
    font-weight: 750;
    margin: 10px 5px;
    border-bottom: #333333;
    text-transform: uppercase;
}

.header-tottia .welcome-hero-txt hr {
    width: 290px;
    border: none;
    height: 1px;
    color: #333;
    background-color: #333;
}

.header-tottia .welcome-hero-txt h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.welcome-hero-txt h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: 400;
    color: #998d80;
}

.welcome-hero-txt h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.welcome-hero-txt h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.welcome-hero-txt p {
    font-size: 18px;
    margin: 0px 5px;
}

.welcome-hero-txt .packages-price p {
    margin: 0;
    padding-left: 35px;
}

.packages-price p:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #616060;
    top: 45%;
    left: 0;
}

.btn-cart.welcome-add-cart,
.btn-cart.welcome-add-cart.welcome-more-info {
    width: 170px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 34px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-cart.welcome-add-cart span {
    text-transform: lowercase;
}

.btn-cart.welcome-add-cart span.lnr.lnr-plus-circle {
    position: relative;
    top: 0px;
    font-size: 16px;
    margin-right: 5px;
}

.btn-cart.welcome-add-cart.welcome-more-info {
    color: var(--theme-primary);
    background: transparent;
    border: transparent;
}

.btn-cart.welcome-add-cart:hover {
    color: var(--theme-primary);
    background: transparent;
    border: 1px solid var(--theme-primary);
}

.btn-cart.welcome-add-cart.welcome-more-info:hover {
    background: transparent;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

/*end welcome-hero-content*/

/* .carousel-indicators */
.carousel-indicators {
    bottom: 4.5%;
}

.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--theme-primary);
    border-radius: 50%;
}

.carousel-indicators li>span.small-circle {
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid var(--theme-primary);
    border-radius: 50%;
}

.carousel-indicators li.active>span.small-circle {
    top: 3px;
    left: 3px;
    background-color: var(--theme-primary);
}

.carousel-indicators .active {
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin: 12px 10px 0 0;
    background-color: transparent;
    border: 1px solid var(--theme-primary);
}

/* .carousel-indicators */

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

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

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

.carousel-fade .carousel-control {
    z-index: 2;
}

/* .carousel-fade */

/*-------------------------------------
        2. Home-Aboutus
--------------------------------------*/
.home-aboutus {
    padding: 80px 0px;
    background-color: #F8F7F4;
}

.home-aboutus .section-header {
    position: relative;
    text-align: center;
}

.home-aboutus .section-header h2 {
    font-size: 55px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.home-aboutus .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.home-aboutus .section-header h4 {
    margin: 8px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.home-aboutus .section-header h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.home-aboutus .section-header h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.home-aboutus-content {
    width: 100%;
}

.home-aboutus-content .bgimg{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-aboutus-content .bgimg img{
    border: none;
    max-width: 100%;
    height: auto;
}

.home-aboutus-content .page-scroll {
    width: 100%;
    margin: 0px 85px;
    overflow: hidden;
    display: inline-block;
}

.home-aboutus-content .home-about-us {
    /* height: fit-content; */
    position: relative;
    text-align: left;
    overflow: hidden;
}

.home-aboutus-content .home-about-us img {
    width: 50px;
    height: 50px;
}

.home-aboutus-content .home-about-us h2 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.home-aboutus-content .home-about-us h3 {
    font-size: 38px;
    display: block;
    text-transform: uppercase;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.home-aboutus-content .home-about-us h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.home-aboutus-content .home-about-us h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.home-aboutus-content .home-about-us h6 {
    margin: 5px 0px;
    font-size: 16px;
    display: block;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
	line-height: 1.5;
}

.home-aboutus-content .home-about-us p {
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.home-aboutus-content .home-about-us a button {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    border-radius: 15px;
    padding: 10px 20px;
}

.home-aboutus-content .home-about-us a button:hover{
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #255347;
    border-color: #255347;
}

.single-populer-product-img.mt40 {
    margin-top: 40px;
}

.single-inner-home-aboutus {
    margin-top: 40px;
    padding: 0 45px 0 30px;
    text-align: left;
}

.home-about-us h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #5f5b57;
    margin: 25px 0 22px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.home-about-us:hover h2 a {
    color: var(--theme-primary);
}

.single-inner-populer-product-txt {
    margin-top: 8px;
}

.home-about-us .single-inner-populer-product-txt h2 a {
    margin: 0;
}

.single-inner-populer-product-txt span {
    text-transform: lowercase;
}

.single-inner-populer-product-txt p {
    font-size: 14px;
    margin: 18px 0 13px;
}

.home-aboutus-price h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
}

.home-aboutus-price h4 span {
    color: var(--theme-primary);
}

.btn-cart.welcome-add-cart.home-aboutus-btn {
    width: 118px;
    height: 40px;
    line-height: 40px;
    color: #5f5b57;
    background: transparent;
    border: 1px solid #5f5b57;
    font-size: 14px;
    margin-top: 23px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.home-about-us:hover .btn-cart.welcome-add-cart.home-aboutus-btn {
    color: #fff;
    background: #5f5b57;
    border: 1px solid #5f5b57;
}

/*-------------------------------------
        3. recent-product
--------------------------------------*/
.recent-product {
    padding: 80px 0px;
}

.recent-product .section-header {
    position: relative;
    text-align: center;
}

.recent-product .section-header h2 {
    font-size: 55px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.recent-product .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.recent-product .section-header h4 {
    margin: 8px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.recent-product .section-header h5 {
    margin: 5px 0px;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.recent-product .section-header h6 {
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.recent-product .section-header .choose.a {
    border: 2px solid #1A2A23;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.recent-product .section-header .button.active {
    border: 2px solid #133129;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.recent-product .recent-product-content,
.article-content {
    margin-top: 75px;
}

.recent-product .single-recent-product {
    position: relative;
    background: #f8f9fc;
    align-items: center;
    overflow: hidden;
}

.single-new-arrival {
    margin-bottom: 50px;
    text-align: center;
}

.single-product-tottia {
    margin: 20px 0px;
}

.single-product-tottia .recent-product-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow:hidden;
}

.single-product-tottia .recent-product-bg img{
    width:auto;
    height:auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-product-tottia .recent-product-bg:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.single-product-tottia .recent-product-bg-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-product-tottia .recent-product-bg:hover .recent-product-bg-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.kindofcoffee {
    position: absolute;
    border-radius: 15px;
    margin-left: 25px;
    top: 30px;
    left: 0;
    line-height: 30px;
    text-align: center;
}

.kindofcoffee p {
    color: #fff;
    font-weight: 500;
    font-size:14px;
    line-height: 2.2;
    padding: 5px 10px;
}

.kindofcoffee.bg-1{
    background: var(--theme-tertiary);
}

.kindofcoffee.bg-2{
    background: var(--theme-primary);
}


/*.single-recent-product-txt */
.single-recent-product-txt {
    text-align: left;
    align-items: center;
    padding: 15px 25px;
    background: var(--theme-secondary);
    border-radius: 2px 2px 10px 10px;
}

.single-recent-product-txt h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
    color: #333333;
}

.single-recent-product-txt h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: #333333;
}

.single-recent-product-txt h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: 550;
    color: #333333;
}

.single-recent-product-txt h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #333333;
}

.single-recent-product-txt h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #333333;
}

.single-recent-product-txt p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: var(--theme-tertiary);
}

.single-recent-product-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

.single-recent-product-txt .row-package {
    padding: 5px 0px;
    align-items: center;
    display: flex;
}

.single-recent-product-txt .row-package .txtstock {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: var(--theme-primary);
    text-decoration: underline;
}

.single-recent-product-txt .row-package .txtstock span {
    padding: 0px 5px;
    font-weight: bold;
}

.single-recent-product-txt .row-package .txtstock-empty {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: red;
    text-decoration: underline;
}

.single-recent-product-txt .row-package .txtstock-empty span {
    padding: 0px 5px;
    font-weight: bold;
}

.single-recent-product-txt .row-package hr {
    border-left: 1px black solid;
    margin: 0px 10px;
    height: 20px;
    width: 0px;
}

.single-recent-product-txt h3 a,
.single-article-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-recent-product-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

.recent-product .single-recent-product img {
    width: auto;
    height: auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.recent-product .single-recent-product:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.recent-product .single-recent-product img {
    width: 100%;
}

.single-recent-product:hover .single-recent-product-bg-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-recent-product-bg-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-recent-product-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow:hidden;
}
.single-recent-product-bg img{
    width:auto;
    height:auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-recent-product-bg:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}

.single-recent-product-bg-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-recent-product-bg:hover .single-recent-product-bg-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

span.spacial-recent-product-icon i {
    color: #a9a9a9;
}

span.recent-product-review {
    margin-left: 10px;
}



/*.single-recent-product-txt */

/*-------------------------------------
        4. Wholesale-Promotions
--------------------------------------*/
#wholesale-promotions {
    position: relative;
    z-index: -1;
}

.wholesale-promotions {
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    background-position: center !important;
    background-size: cover !important;
}

.wholesale-promotions.collectionbg1 {
    background: url("../images/bgpromotions.png") no-repeat;
}

.wholesale-promotions.collectionbg2 {
    background: url("../images/bgpromotions2.png") no-repeat;
}

.wholesale-promotions.collectionbg3 {
    background: url("../images/bgpromotions3.png") no-repeat;
}

.wholesale-promotions:before,
.wholesale-promotions:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(51, 59, 62, .95);
}

.wholesale-promotions:after {
    background: rgba(106, 119, 129, .3);
    left: auto;
    right: 0;
    width: 66.6%;
}

.wholesale-promotions-txt {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.wholesale-promotions-txt h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.wholesale-promotions-txt h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.wholesale-promotions-txt h4 span {
    color: var(--theme-primary);
}

.wholesale-promotions-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 10px;
}

/*-------------------------------------
        5. product-tottia
--------------------------------------*/
.product-tottia {
    padding: 80px 0px;
}

.product-tottia .section-header {
    position: relative;
    text-align: center;
}

.product-tottia .section-header .tabs {
    padding: 5px 0px;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.product-tottia .section-header .tab {
    border: 2px solid #1A2A23;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-tottia .section-header .tab.active {
    border: 2px solid #133129;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-tottia .section-header .tab:hover {
    background-color: rgba(26, 42, 35, 0.2);
}

.product-tottia .section-header h2 {
    font-size: 55px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.product-tottia .section-header h3 {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.product-tottia .section-header h4 {
    margin: 8px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.product-tottia .section-header h5 {
    margin: 5px 0px;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.product-tottia .section-header h6 {
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.product-tottia .section-header .tabs {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.product-tottia .section-header .tab {
    border: 2px solid #1A2A23;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-tottia .section-header .tab.active {
    background: #133129;
    color: white;
}

.product-tottia .product-content-wrapper {
    display: block;
    width: 100%;
}

.product-tottia .product-tottia-content {
    display: none;
}

.product-tottia .product-tottia-content.active {
    display: block;
}

.product-tottia .product-tottia-content .single-product-tottia img {
    width: 100%;
}

/*.single-product-tottia-txt */
.product-tottia .product-tottia-content .single-product-tottia-txt {
    text-align: left;
    align-items: center;
    padding: 15px 25px;
    background: var(--theme-primary);
    border-radius: 2px 2px 10px 10px;
}

.product-tottia .product-tottia-content .single-product-tottia-txt h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
    color: #fff;
}

.product-tottia .product-tottia-content .single-product-tottia-txt h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: #fff;
}

.product-tottia .product-tottia-content .single-product-tottia-txt h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: 550;
    color: #fff;
}

.product-tottia .product-tottia-content .single-product-tottia-txt h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.product-tottia .product-tottia-content .single-product-tottia-txt h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #333333;
}

.product-tottia .product-tottia-content .single-product-tottia-txt p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: var(--theme-tertiary);
}

.product-tottia .product-tottia-content .single-product-tottia-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

.product-tottia .product-tottia-content .single-product-tottia-txt .row-package {
    padding: 5px 0px;
    align-items: center;
    display: flex;
}

.product-tottia .product-tottia-content .single-product-tottia-txt 
.quickview,
.quickview2,
.quickview3,
.quickview4,
.quickview5  {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: #fff;
    text-decoration: underline;
}

.product-tottia .product-tottia-content .row-package .txtstock {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: #fff;
    text-decoration: underline;
}

.product-tottia .product-tottia-content .row-package .txtstock span {
    padding: 0px 5px;
    font-weight: bold;
}

.product-tottia .product-tottia-content .row-package .txtstock-empty {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: red;
    text-decoration: underline;
}

.product-tottia .product-tottia-content .row-package .txtstock-empty span {
    padding: 0px 5px;
    font-weight: bold;
}

.product-tottia .product-tottia-content .row-package hr {
    border-left: 1px black solid;
    margin: 0px 10px;
    height: 20px;
    width: 0px;
}

.product-tottia .product-tottia-content span.spacial-product-tottia-icon i {
    color: #a9a9a9;
}

span.product-tottia-review {
    margin-left: 10px;
}

.single-product-tottia-txt h3 a,
.single-article-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-product-tottia-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*.single-product-tottia-txt */



/*.Page-product-tottia-txt */
.product-tottia .page-product-tottia-content {
    display: flex;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt {
    text-align: left;
    align-items: center;
    padding: 15px 25px;
    background: var(--theme-primary);
    border-radius: 2px 2px 10px 10px;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
    color: #fff;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: #fff;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: 550;
    color: #fff;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #333333;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: var(--theme-tertiary);
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt .row-package {
    padding: 5px 0px;
    align-items: center;
    display: flex;
}

.product-tottia .page-product-tottia-content .single-product-tottia-txt .quickview {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: #fff;
    text-decoration: underline;
}

.product-tottia .page-product-tottia-content .row-package .txtstock {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: #fff;
    text-decoration: underline;
}

.product-tottia .page-product-tottia-content .row-package .txtstock span {
    padding: 0px 5px;
    font-weight: bold;
}

.product-tottia .page-product-tottia-content .row-package .txtstock-empty {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: red;
    text-decoration: underline;
}

.product-tottia .page-product-tottia-content .row-package .txtstock-empty span {
    padding: 0px 5px;
    font-weight: bold;
}

.product-tottia .page-product-tottia-content .row-package hr {
    border-left: 1px black solid;
    margin: 0px 10px;
    height: 20px;
    width: 0px;
}

.product-tottia .page-product-tottia-content span.spacial-product-tottia-icon i {
    color: #a9a9a9;
}

span.product-tottia-review {
    margin-left: 10px;
}

.single-product-tottia-txt h3 a,
.single-article-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-product-tottia-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*.single-product-tottia-txt */

/*-------------------------------------
        5_2. Home - Choose Options
--------------------------------------*/
.chooseproductcoffee {
    padding: 80px 0px;
    background-image: url('/frontwebassets/images/bgchooseproductcoffee2.png');
    background-size: cover;
}

.chooseproductcoffee .item {
    text-align: center;
}

.chooseproductcoffee .section-header {
    margin-bottom: 40px;
}

.chooseproductcoffee .section-header h4 {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-secondary);
    margin: 8px 0px;
}

.chooseproductcoffee .section-header h5 {
    color: var(--theme-secondary);
    margin: 5px 0px;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.chooseproductcoffee .section-header h2 {
    font-size: 55px;
    display: block;
    font-weight: bold;
    color: var(--theme-secondary);
    margin: 5px 0px;
}

.chooseproductcoffee .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-secondary);
}

.chooseproductcoffee .chooseproductcoffee-content {
    margin: 30px 0px;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.chooseproductcoffee .chooseproductcoffee-content .viewall {
    border: 2px solid var(--theme-secondary);
    border-radius: 20px;
    padding: 60px 90px;
    margin: 5px 7px;
    background-image: url('/frontwebassets/images/img-greenbeanroasted/new-green-beans-coffee2.png');
    background-color: #264F44;
    color: var(--theme-secondary);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: cover;
}

.chooseproductcoffee .chooseproductcoffee-content .viewall:hover {
    color: #ffffff;
    text-shadow: #E4D7C3 3px 0 10px;
    background-color: #E4D7C3;
    border: 4px solid #E4D7C3;
    border-radius: 45px;
}

.chooseproductcoffee .chooseproductcoffee-content .viewall2 {
    border: 2px solid var(--theme-secondary);
    border-radius: 20px;
    padding: 60px 90px;
    margin: 5px 7px;
    background-image: url('/frontwebassets/images/img-greenbeanroasted/new-roasted-beans-coffee.png');
    /* background-color: transparent; */
    color: var(--theme-secondary);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: cover;
}

.chooseproductcoffee .chooseproductcoffee-content .viewall2:hover {
    color: #ffffff;
    text-shadow: #E4D7C3 3px 0 10px;
    background-color: #E4D7C3;
    border: 4px solid #E4D7C3;
    border-radius: 45px;
}

/*-------------------------------------
        6. clienttestimonials / Testimonials
--------------------------------------*/
.clienttestimonials {
    padding: 80px 0px;
    background-image: url('/frontwebassets/images/bgtestimonials.png');
    background-size: cover;
}

.clienttestimonials .item {
    text-align: center;
}

.clienttestimonials .section-header {
    margin-bottom: 75px;
}

.clienttestimonials .section-header h4 {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
    margin: 8px 0px;
}

.clienttestimonials .section-header h5 {
    margin: 5px 0px;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.clienttestimonials .section-header h2 {
    font-size: 55px;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
    margin: 5px 0px;
}

.clienttestimonials .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.clienttestimonials .testimonials-content .card-testimonials {
    margin: 30px 0px;
    text-align: left;
    display: flex;
    background-size: cover;
}

.clienttestimonials .testimonials-content .card-testimonials .content-testimonial {
    margin: 0px 0px 0px -70px;
    height: 100%;
    padding: 10px 0px 10px 10px;
    background-color: #F5E8D3;
}

.clienttestimonials .testimonials-content .card-testimonials img {
    margin-top: 50px;
    width: 155px;
    height: 140px;
}

.clienttestimonials .testimonials-content .card-testimonials h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.clienttestimonials .testimonials-content .card-testimonials h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.clienttestimonials .testimonials-content .card-testimonials h5 {
    margin: 5px 0px 0px 75px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.clienttestimonials .testimonials-content .card-testimonials h6 {
    margin: 5px 0px 0px 75px;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.clienttestimonials .testimonials-content .card-testimonials p {
    margin: 5px 10px 0px 75px;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.clienttestimonials .testimonials-content .card-testimonials .rating {
    margin: 5px 0px 0px 75px;
    color: #F4B703;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.clienttestimonials .testimonials-content .card-testimonials .txtmarketplace {
    font-weight: bold;
    text-decoration: underline;
    margin: 5px 0px 0px 5px;
    color: #333;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

/*-------------------------------------
        7. Experience-Promotions
--------------------------------------*/
.experiencepromotions {
    padding: 100px 0px;
    background-image: url('/frontwebassets/images/bgexperiencepromotions2.png');
    background-size: cover;
}

.experiencepromotions .item {
    text-align: center;
}

.experiencepromotions .section-header {
    margin: 15px 0px;
    text-align: center;
    align-items: center
}

.experiencepromotions .section-header h2 {
    font-size: 55px;
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    margin: 5px 0px;
}

.experiencepromotions .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: #FFFFFF;
}

.experiencepromotions .section-header h4 {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #FFFFFF;
    margin: 8px 0px;
}

.experiencepromotions .section-header h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #FFFFFF;
}

.experiencepromotions .section-header h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #FFFFFF;
}

.experiencepromotions .experiencepromotions-content {
    width: 100%;
}

/*-------------------------------------
        8.  Blog-Article
--------------------------------------*/
.blog-article {
    padding: 80px 0px;
    background-image: url('/frontwebassets/images/bgourrecentblog3.png');
    background-size: cover;
}

.blog-article .section-header h4 {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
    margin: 8px 0px;
}

.blog-article .section-header h5 {
    margin: 5px 0px;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.blog-article .section-header h2 {
    font-size: 55px;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
    margin: 5px 0px;
}

.blog-article .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

/*.single-article*/
.blog-article .single-article {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.blog-article .single-article-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.blog-article .single-article-img img {
    width: auto;
    height: auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.blog-article .single-article:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-article .single-article-img-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.blog-article .single-article:hover .single-article-img-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-article .single-article-txt h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
}

.blog-article .single-article-txt h2 a {
    text-transform: initial;
    margin: 0 0 15px 0;
}

.blog-article .single-article-txt h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.blog-article .single-article-txt h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.blog-article .single-article-txt h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.blog-article .single-article-txt .row-package {
    padding: 5px 0px;
    align-items: center;
    display: flex;
}

.blog-article .single-article-txt .row-package h6 {
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    color: var(--theme-tertiary);
}

.blog-article .single-article-txt .row-package hr {
    border-left: 1px black solid;
    margin: 0px 10px;
    height: 20px;
    width: 0px;
}

.blog-article .single-article-txt h3 a {
    margin: 0;
}

.blog-article .single-article-txt p {
    font-size: 14px;
    margin-top: 5px;
    color: #95908b;
}

.blog-article .single-article:hover .single-article-txt h2 a {
    color: var(--theme-primary);
}

/*.single-article*/


/*-------------------------------------
        9. Footer
--------------------------------------*/
.footer-tottia {
    padding: 70px 80px;
    background-image: url('/frontwebassets/images/bgfooters.png');
    background-size: cover;
}

.footer-tottia .hm-footer-details .txtbottomfooter {
    font-size: 17px;
    margin-top: 10px;
    color: var(--theme-secondary);
}

.footer-tottia .hm-footer-widget {
    margin-bottom: 30px;
}

.footer-tottia .hm-footer-widget .hm-foot-para {
    margin-bottom: 20px;
}

.footer-tottia .hm-footer-widget .hm-foot-para h4 {
    color: #FFFFFF;
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.footer-tottia .hm-footer-widget .hm-foot-para h5 {
    color: #FFFFFF;
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.footer-tottia .hm-footer-widget .hm-foot-para h6 {
    color: #FFFFFF;
    margin: 5px 0px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
}

.footer-tottia .hm-footer-widget .hm-foot-para p {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 10px;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.footer-tottia .hm-footer-widget .hm-foot-para .txtavailmplace {
    color: #FFFFFF;
    font-weight: 500;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
    text-align: left;
}

.hm-footer-widget .hm-foot-menu {
    margin-bottom: 30px;
}

.hm-footer-widget .hm-foot-menu>ul>li {
    list-style: none;
    align-items: baseline;
    display: flex;
}

.hm-footer-widget .hm-foot-menu h5 {
    color: #fff;
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

.hm-footer-widget .hm-foot-menu h6 {
    text-transform: none;
    color: #fff;
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

.hm-footer-widget .hm-foot-menu p {
    color: #fff;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.hm-foot-title img {
    border: none;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.hm-foot-title h4 {
    margin: 5px 0px;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #FFF2DD;
}

.hm-foot-title h5 {
    margin: 5px 0px;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #FFF2DD;
}

.hm-foot-title h6 {
    margin: 5px 0px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #FFF2DD;
}

.hm-foot-menu ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin: 6px 0px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hm-foot-menu ul li img {
    width: 20px;
    padding: 6px 6px 0px 0px;
}

.hm-foot-menu ul li a:hover {
    color: #c2b7a7;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*hm-foot-email*/
.hm-foot-email {
    position: relative;
}

.foot-email-box .form-control {
    background: #fff;
    display: block;
    padding: 25px 15px;
    outline: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border: 0;
}

.foot-email-box input[type="text"] {
    font-size: 14px;
    color: #bcb7b2;
}

.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: var(--theme-primary);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-box .form-control:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
}

/*hm-foot-email*/


/*-------------------------------------
        10. Scroll Top
--------------------------------------*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: var(--theme-tertiary);
    border: 1px solid var(--theme-tertiary);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}


/*===============================
   Page-Contact us
===============================*/
/* SECTION CONTACT-US */
  .home-aboutus-content .right-text-content {
    width: 100%;
    border-radius: 5px;
    padding: 17px 30px;
    background-color: var(--theme-primary);
    justify-content: left;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .home-aboutus-content .right-text-content
  .card-contact-form {
    word-break: break-word;
  }

  .home-aboutus-content .right-text-content .card-contact-form .contact-form{
    margin-bottom: 15px;
  }

  .home-aboutus-content .right-text-content .card-contact-form h4 {
    margin: 5px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #fff;
  }

  .home-aboutus-content .right-text-content .contact-form h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
    font-weight: 500;
    color: #fff;
  }

  /* .home-aboutus-content .right-text-content .contact-form h4 {
    margin: 2px 0px;
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: #fff;
  } */

  /* .home-aboutus-content .right-text-content .contact-form h5 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 23px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
  } */

  .home-aboutus-content .right-text-content .contact-form h6 {
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-transform: lowercase;
    color: #fff;
  }

  .home-aboutus-content .right-text-content .contact-form h6 i {
    margin-right: 10px;
    color: #fff;
  }

  .home-aboutus-content .right-text-content .contact-form p {
    font-size: small;
    color: #fff;
  }

  .home-aboutus-content .right-text-content .card-contact-form h5 {
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 21px;
    display: block;
    font-weight: bold;
    color: #fff;
  }

  .home-aboutus-content .right-text-content .txtsocial {
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #fff;
  }

  .home-aboutus-content .right-text-contentul li:first-child {
    margin-left: 0px;
  }

  .home-aboutus-content .right-text-contentul li {
    display: inline-block;
    margin-left: 10px;
  }

  .home-aboutus-content .right-text-contentul li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }

  .home-aboutus-content .right-text-contentul li a:hover {
    background-color: #bc9332;
    color: #333333;
  }

  .footer-social a i {
    font-size: 30px;
    color: #fff;
    margin: 0px 15px 20px 0px;
    -webkit-transition: .3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition: .3s;
}
    .footer-social i:hover{
    color: var(--theme-tertiary);
}

/*===============================
   Page-Gallery
===============================*/
.page-gallery {
    padding: 80px 0px;
}

.page-gallery .section-header h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.page-gallery .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-gallery .section-header .tabs {
    padding: 5px 0px;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.page-gallery .section-header .tab {
    border: 2px solid #1A2A23;
    border-radius: 20px;
    padding: 5px 10px;
    background-color: transparent;
    color: #1A2A23;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-gallery .section-header .tab.active {
    border: 2px solid #133129;
    border-radius: 20px;
    padding: 5px 10px;
    background-color:#133129;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-gallery .section-header .tab:hover {
    background-color: #214b40;
    color: #fff;
}

.page-gallery .gallery-content-wrapper {
    display: block;
    width: 100%;
}

.page-gallery .gallery-tottia-content.active {
    display: block;
}

.page-gallery .gallery-tottia-content {
    display: none;
}


/*===============================
   Page-wholesale
===============================*/
.page-pagewholesale {
    padding: 80px 0px;
    background-color: #F8F7F4;
}

.page-pagewholesale .section-header {
    position: relative;
    text-align: center;
}

.page-pagewholesale .section-header h2 {
    font-size: 55px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-pagewholesale .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-pagewholesale .section-header h4 {
    margin: 8px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.page-pagewholesale .section-header h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.page-pagewholesale .section-header h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.page-pagewholesale .page-wholesale-content {
    position: relative;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .center-wholesale-content h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content {
    width: 100%;
    justify-content: left;
    text-align: left;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content h2 {
    display: block;
    font-size: 50px;
    margin: 5px 0px;
    font-weight: bold;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content h4 {
    margin: 5px 0px;
    font-size: 25px;
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content h6 {
    text-transform: none;
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content ul {
    list-style: disc inside;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 0;
    margin: 0;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content ul li {
    padding-left: 5px;
    color: #333333;
    margin: 1px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.page-pagewholesale .page-wholesale-content .right-wholesale-content p {
    font-size: small;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.page-wholesale-content .tabs {
    display: flex;
    gap: 10px;
    cursor: pointer;
    flex-direction: column;
}

.page-wholesale-content .tabs {
    padding: 5px 0px;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.page-wholesale-content .tab.active {
    background: #133129;
    color: white;
}

.page-wholesale-content .tab.active {
    border: 2px solid #133129;
    border-radius: 10px;
    padding: 20px 20px;
    background-color:  #133129;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-wholesale-content .tab {
    border: 2px solid #FFF2DD;
    border-radius: 10px;
    padding: 20px 20px;
    background-color: #FFF2DD;
    color: #1A2A23;
    font-size: 18px;
   font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-wholesale-content .tabs-card h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.page-wholesale-content .tabs-card h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.page-wholesale-content .tabs-card h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.page-wholesale-content .wholesale-content-wrapper {
    display: block;
    width: 100%;
}

.page-wholesale-content .tab-wholesale-content.active {
    display: block;
}

.page-wholesale-content .tab-wholesale-content {
    display: none;
}

.page-wholesale-content .tab-wholesale-content img {
    width: 450px;
    height: 255px;
    border-radius: 10px;
}

.page-wholesale-content .tab-wholesale-content h3 {
    font-size: 35px;
    display: block;
    margin: 15px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-wholesale-content .tab-wholesale-content h4 {
    margin: 15px 0px;
    font-size: 21px;
    display: block;
}

.page-wholesale-content .tab-wholesale-content h5 {
    margin: 20px 0px;
    font-size: 18px;
    display: block;
    line-height: 1.6;
}

.page-wholesale-content .tab-wholesale-content h6 {
    margin: 20px 0px;
    font-size: 15px;
    display: block;
    line-height: 1.6;
}

/*===============================
   PAGE VIEW ARTICLES
===============================*/
.view-article {
    padding: 80px 0px;
    background-color: #F8F7F4;
}

.view-article-content{
    width: 100%;
}

.view-article-content img{
    width: 100%;
}

.view-article-content .right-article-content {
    width: 100%;
    justify-content: left;
    text-align: left;
}

.view-article-content .right-article-content h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.view-article-content .right-article-content h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.5;
}


/*-------------------------------------
        **. Features
--------------------------------------*/
.feature {
    padding: 110px 0 0px;
}

.feature-content,
.article-content {
    margin-top: 75px;
}

.single-feature,
.single-article {
    margin-bottom: 30px;
}

/*.single-feature-txt */
.single-feature-txt,
.single-article-txt {
    margin-top: 20px;
}

.single-feature-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

span.spacial-feature-icon i {
    color: #a9a9a9;
}

span.feature-review {
    margin-left: 10px;
}

.single-feature-txt p {
    font-size: 14px;
}

.single-feature-txt h3 a,
.single-article-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-feature-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*.single-feature-txt */

/*======= MODAL =======*/

.modal {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.close,
.close2,
.close3,
.close4,
.close5 {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body img {
    border: none;
    max-width: 90%;
    height: auto;
}

.modal-content .quickview-modal-content {
    margin: 10px 0px;
    text-align: left;
    align-items: center;
}

.modal-content .quickview-modal-content h4 {
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.modal-content .quickview-modal-content h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.modal-content .quickview-modal-content h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.modal-content .quickview-modal-content p {
    font-size: small;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

/*======= start owl-carousel =======*/
.carousel-action .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    background-color: #7EA097;
    border-color: #7EA097;
}

.carousel-action .owl-dots div.active {
    background-color: #133129;
    border-color: #7EA097;
}

.carousel-action .owl-dots div {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(19, 41, 104, 0.1);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 2px;
}


@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

/*=== RESPONSIVE SCREEN SIZE SETTINGS TAB/IPAD ===*/
@media (max-width: 1366px) {
    .footer-tottia {
        padding: 60px 35px;
        background-image: url('/frontwebassets/images/bgfooters.png');
        background-size: cover;
    }

    .header-tottia .header-roastedbean h2 {
        width: 100%;
        font-size: 40px;
        color: var(--theme-secondary);
        font-weight: 400;
        margin: 10px 5px;
        border-bottom: #333333;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
        -webkit-text-stroke: 1px var(--theme-primary);
        text-shadow: 2px 2px 4px var(--theme-primary);
    }

    .header-tottia .header-greenbean h2 {
        display: block;
        font-size: 40px;
        color: var(--theme-secondary);
        font-weight: 400;
        border-bottom: #333333;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
        flex-direction: column;
        -webkit-text-stroke: 1px var(--theme-primary);
        text-shadow: 2px 2px 4px var(--theme-primary);
    }

    .chooseproductcoffee .chooseproductcoffee-content .viewall {
        border: 2px solid var(--theme-secondary);
        border-radius: 20px;
        margin: 5px 7px;
        padding: 10px 35px;
        background-image: url(/frontwebassets/images/img-greenbeanroasted/new-green-beans-coffee2.png);
        background-color: #264F44;
        color: var(--theme-secondary);
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background-size: cover;
    }

    .chooseproductcoffee .chooseproductcoffee-content .viewall2 {
        border: 2px solid var(--theme-secondary);
        border-radius: 20px;
        margin: 5px 7px;
        padding: 10px 35px;
        background-image: url(/frontwebassets/images/img-greenbeanroasted/new-roasted-beans-coffee.png);
        color: var(--theme-secondary);
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background-size: cover;
    }
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-tottia {
        padding: 60px 35px;
        background-image: url('/frontwebassets/images/bgfooters.png');
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: 0px 65px;
        overflow: hidden;
        display: inline-block;
    }

}

/*=== RESPONSIVE SCREEN SIZE SETTINGS MOBILE ===*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-tottia {
        padding: 60px 35px;
        background-image: url('/frontwebassets/images/bgfooters.png');
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: 0px 65px;
        overflow: hidden;
        display: inline-block;
    }

    .header-tottia .header-roastedbean h2 {
        width: 100%;
        font-size: 40px;
        color: var(--theme-secondary);
        font-weight: 400;
        margin: 10px 5px;
        border-bottom: #333333;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
        -webkit-text-stroke: 1px var(--theme-primary);
        text-shadow: 2px 2px 4px var(--theme-primary);
    }

    .header-tottia .header-greenbean h2 {
        display: block;
        font-size: 40px;
        color: var(--theme-secondary);
        font-weight: 400;
        border-bottom: #333333;
        text-transform: uppercase;
        justify-content: center;
        display: flex;
        flex-direction: column;
        -webkit-text-stroke: 1px var(--theme-primary);
        text-shadow: 2px 2px 4px var(--theme-primary);
    }

    .chooseproductcoffee .chooseproductcoffee-content .viewall {
        border: 2px solid var(--theme-secondary);
        border-radius: 20px;
        margin: 5px 7px;
        padding: 10px 35px;
        background-image: url(/frontwebassets/images/img-greenbeanroasted/new-green-beans-coffee2.png);
        background-color: #264F44;
        color: var(--theme-secondary);
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background-size: cover;
    }

    .chooseproductcoffee .chooseproductcoffee-content .viewall2 {
        border: 2px solid var(--theme-secondary);
        border-radius: 20px;
        margin: 5px 7px;
        padding: 10px 35px;
        background-image: url(/frontwebassets/images/img-greenbeanroasted/new-roasted-beans-coffee.png);
        color: var(--theme-secondary);
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background-size: cover;
    }

    /*======= MODAL =======*/
    /* .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
        max-width: 600px;
        padding: 20px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 10px 0;
    }

    .close {
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        background-color: red;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    } */

}

/*=== RESPONSIVE SCREEN SIZE SETTINGS MOBILE ===*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-tottia {
        padding: 60px 35px;
        background-image: url('/frontwebassets/images/bgfooters.png');
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: -35px 0px;
        overflow: hidden;
        display: inline-block;
    }

    /*======= MODAL =======*/
    /* .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
        max-width: 600px;
        padding: 20px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 10px 0;
    }

    .close {
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        background-color: red;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
}

/*========================Thank you=================
