.uk-h1, h1 {
	font-size: 67px;
	line-height: 1.21;
	color: #292929;
}
.uk-h2, h2 {
	font-size: 51px;
	line-height: 1.21;
	color: #0e0e0e;
}
.uk-h3, h3 {
	font-size: 37px;
	line-height: 1.21;
	color: #1e1e1e;
}
.uk-h4, h4 {
	font-size: 33px;
	line-height: 1.21;
	color: #0e0e0e;
}

.uk-text-large {
	font-size: 24px;
	line-height: 1.5;
}
.hp1 .uk-tile {
	padding-left: 130px;
	padding-right: 130px;
}
.hp1-subtitle {
	max-width: 670px;
	margin-top: 50px !important;
	margin-bottom: 85px !important;
	color: #292929;
}
.tm-header > .uk-navbar-container > .uk-container {
	max-width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 45px;
	padding-right: 45px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
.features-grid {
	max-width: 1382px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.features-grid:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 24px;
	background-image: url(/wp-content/uploads/2021/05/features-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.features-grid > div {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	color: #303030;
}
.hp2 {
    padding-top: 25px;
    padding-bottom: 43px;
}
.products-section > .uk-container {
	max-width: 1400px;
}
.products-section {
	padding-bottom: 110px;
}
.products-slider .el-slidenav > svg {
	width: 30px;
	height: 55px;
}
.products-slider .el-slidenav {
	top: 38%;
}
.products-slider .el-title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.products-slider .el-content {
	font-size: 17px;
	color: #000;
}

.title-featured {
	position: relative;
    width: fit-content;
	z-index: 1;
	padding-left: 5px;
}
.title-featured:after {
	content: "";
	width: 88%;
	left: -10px;
	height: 36px;
	background-color: #efeed7;
	position: absolute;
	z-index: -1;
	bottom: -5px;
}
.title-featured-center {
    margin-left: auto;
    margin-right: auto;
}
/*.explore-section > * {
	padding-top: 150px;
	padding-bottom: 150px;
	background-size: 50% auto !important;
}
.explore-section > * > .uk-container {
	max-width: 1376px;
}*/
.explore-section {
	padding-top: 20px;
}
.explore-column-1 > * {
	max-width: 687px;
	margin-left: auto;
	padding-left: 20px;
}
.explore-text {
	max-width: 550px;
	margin-top: 33px !important;
	margin-bottom: 53px !important;
}
.explore-image-center {
	bottom: -110px;
	right: -51px;
}
.explore-image-center > .el-image {
    border: 20px solid #fff;
}
/*.explore-image-center::before {
    content: "";
    width: 551px;
    bottom: 83px;
    height: 36px;
    background-color: #efeed7;
    position: absolute;
    right: 53px;
    z-index: -1;
}*/
.explore-image-right {
	position: relative;
}
.explore-image-right > img {
	width: 100%;
	position: relative;
}
.explore-image-right::before {
    content: "";
    width: 71%;
    bottom: -56px;
    height: 36px;
    background-color: #efeed7;
    position: absolute;
    left: 0;
}
.books-section {
	margin-top: 110px;
}
.books-section > * {
	padding-top: 170px;
	padding-bottom: 170px;
}
.books-text {
	font-size: 20px;
	line-height: 1.5;
	color: #1e1e1e;
}
.uk-button {
    min-width: 210px;
}
.articles-section > * {
	padding-top: 130px;
}
.articles-section > * > .uk-container {
	max-width: 1360px;
	position: relative;
}
.articles-section-title {
    transform: rotate(-90deg);
    left: -50px;
    transform-origin: bottom left;
    bottom: 100px;
    color: #1e1e1e;
}

.articles-grid .el-link {
	font-style: italic;
	color: #b2957a;
	text-decoration: underline;
}

.articles-grid .el-title {
    margin-bottom: 15px !important;
}
.stay-connected-section {
	margin-top: 90px;
	margin-bottom: 100px;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.stay-connected-section > * {
	padding-top: 33px;
	padding-bottom: 37px;
}
.stay-connected-section > * > .uk-container {
	max-width: 1260px;
}
.stay-connected-title {
	font-size: 51px;
	line-height: 1;
	color: #fff;
}
.stay-connected-text {
	font-size: 26px;
	line-height: 28px;
	color: #fff;
	max-width: 500px;
}
.subscribe-form .uk-button {
    min-width: unset;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 8px;
    box-shadow: 0px -3px 27px 0px rgba(0, 0, 0, 0.25);
}
.subscribe-form .uk-input {
	height: 50px;
	border: 1px solid #c7c7c7;
	border-radius: 8px;
	box-shadow: 0px -3px 27px 0px rgba(0, 0, 0, 0.25);
}
.uk-input::placeholder {
	color: #555555;
	font-size: 20px;
	font-style: italic;
}
.uk-input::-webkit-input-placeholder {
	color: #555555;
	font-size: 20px;
	font-style: italic;
}
.uk-input::-moz-placeholder {
	color: #555555;
	font-size: 20px;
	font-style: italic;
}
.uk-input::-ms-input-placeholder {
	color: #555555;
	font-size: 20px;
	font-style: italic;
}
.uk-input::-moz-placeholder {
	color: #555555;
	font-size: 20px;
	font-style: italic;
}
.footer {
    padding-top: 47px;
    padding-bottom: 51px;
	font-size: 22px;
	line-height: 39px;
	color: #4c4c4c;
}
.footer h3 {
	font-size: 32px;
	color: #656565;
}
.footer a {
	color: #4c4c4c;
	text-decoration: underline;
}
.uk-section-muted {
	background: #f4f4f4;
}
.footer-2 {
	color: #646464;
}
.copyright {
	font-size: 17px;
}
.section-boxed {
	margin-left: 80px;
	margin-right: 80px;
}
.hp1.section-boxed {
	margin-left: 45px;
	margin-right: 45px;
}
.uk-offcanvas-bar {
	background: #b76e4f;
	color: #fff;
}
.uk-offcanvas-bar .uk-nav-default > li > a {
	color: #fff;
}
.uk-nav-default {
    font-size: 22px;
}
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
	font-weight: 900;
}
.user-icon {
	margin-left: 25px;
}
.hp1 .el-content.uk-button {
	margin-bottom: 20px;
}
#callnowbutton {
	display: block;
}
.articles-grid .content {
	color: #111111;
}
.uk-navbar-nav > li > a {
	color: #2f2f2f;
	text-transform: capitalize;
	font-size: 20px;
}
.uk-navbar-nav > li.uk-active > a {
    color: #2f2f2f;
    font-weight: bold;
}


.tm-header  , .tm-header-mobile {
    box-shadow: 0px 11px 20px 0px #00000008 !important;
    position: relative;
        z-index: 10;
}

.home .tm-header {
    box-shadow: none;
}

.tm-box-decoration-secondary::before {
    transform: translate(20px,-20px);
    background-color: #efeed7;
}

.title-featured.uk-text-center {
    margin: auto;
}

.uk-section-primary cite.el-author {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #333;
    border-color: #b76e4f;
    border-bottom: 4px solid #b76e4f;
}

.woocommerce-tabs ul.tabs li a {
    text-transform: none;
    font-size: 18px;
}

.related h2 {
    font-size: 42px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
}

.related a.button {
    text-align: center !important;
    margin: auto;
    display: block;
    margin-top: 10px;
    width: fit-content;
}

product-price p.price {
    font-size: 27px;
    color: #777777;
}

.product_meta {
    /* font-style: italic; */
    color: grey;
}

p.stock.in-stock {
    color: #649e7d;
    font-weight: bold;
}

.woocommerce input.input-text.qty {
    padding: 29px 15px;
    border-radius: 53px;
    text-align: center;
}

.woocommerce input.input-text:focus, .woocommerce select:focus, .woocommerce textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #262626;
    border-color: #b76e4f!important;
}

.wc-proceed-to-checkout a.checkout-button {
    width: fit-content;
    padding: 0 40px;
    line-height: 53px;
    font-size: 20px;
}


.summary>.price>.price, .tm-element-woo-price>.price {
    font-size: 25px;
}

.woocommerce-Message>.button, .woocommerce-Message>input[type=submit], .woocommerce-message>.button, .woocommerce-message>input[type=submit] {
    padding: 0;
    line-height: 1.56;
    background: 0 0;
    color: #b76e4f;
    font-weight: bold;
}


.woocommerce-products-header__title:after {
    content: "";
    width: 88%;
    left: -10px;
    height: 36px;
    background-color: #efeed7;
    position: absolute;
    z-index: -1;
    bottom: -5px;
}

.woocommerce-products-header__title {
    position: relative;
    width: max-content;
    z-index: 1;
    padding-left: 5px;
        line-height: 1em;
}

ul.products>* .woocommerce-loop-category__title, ul.products>* .woocommerce-loop-product__title {
    font-weight: bold;
}

ul.products>*>.added_to_cart, ul.products>*>.button {
    margin: auto;
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.archive li.product:hover img {
    border: 1px solid #e3e2e1;
    transition: 0.2s;
}

.archive li.product img {
     border: 1px solid #fff;
    border-radius: 3px;
     transition: 0.2s;
}


.products-slider .el-item:hover .e-image {
    box-shadow: 0px -3px 27px 0px rgb(0 0 0 / 14%);
    transition: 0.2s;
}

.products-slider .el-item {
    transition: 0.2s;
}

.product-image {
    border: 1px solid #e3e2e1;
        border-radius: 3px;
}

.products-slider .el-image {
    /* box-shadow: 0px -3px 27px 0px rgb(0 0 0 / 5%); */
    border: 1px solid #fff;
    border-radius: 3px;
     transition: 0.2s;
}


.products-slider .el-item:hover .el-image {
    border: 1px solid #e3e2e1;
    transition: 0.2s;
}


li.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
}

li.woocommerce-MyAccount-navigation-link > a {
    color: black !important;
}

li.woocommerce-MyAccount-navigation-link.is-active > a {
    font-weight: bold;
    color: #b76e4f !important;
}


li.woocommerce-MyAccount-navigation-link:hover > a {
    opacity: 0.7;
}

.footer a {
    font-size: 20px;
}










@media (max-width: 1600px) {
.products-slider .el-slidenav {
	top: 50%;
	margin: 0px;
}
.products-section {
    padding-bottom: 40px;
}
/*.explore-section > * {
	padding-top: 100px;
	padding-bottom: 100px;
}*/
.explore-image-center {
    bottom: -200px;
    right: -51px;
}
.books-section > * {
	padding-top: 160px;
	padding-bottom: 160px;
}
.books-section {
    margin-top: 200px;
}
.articles-section > * > .uk-container {
	max-width: 80%;
}
.articles-section-title {
	left: -30px;
	bottom: 80px;
}
.footer {
}
.footer-2 {
}
.section-boxed {
	margin-left: 45px;
	margin-right: 45px;
}
.tm-header > .uk-navbar-container > .uk-container {
	padding-left: 45px;
	padding-right: 45px;
}
.features-grid-mobile {

}
.features-grid-mobile {
	max-width: 1382px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.features-grid-mobile > div {
	position: relative;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	    line-height: 0.3em;
}
.features-grid-mobile > div:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 24px;
	background-image: url(/wp-content/uploads/2021/05/features-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.books-section > * {
    background-size: 120%;
    background-position: right;
}
}

@media (max-width: 1200px) {
.hp1 > * {
	background-image: url("/wp-content/uploads/2021/05/hp1-bg-tablet.jpg") !important;
}
.hp1-subtitle {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}
.products-slider .el-slidenav > svg {
    width: 20px;
    height: 37px;
}
.products-section {
    padding-bottom: 40px;
    padding-top: 40px;
}
/*.explore-section > * {
    padding-top: 70px;
    padding-bottom: 70px;
}*/
.books-section {
    margin-top: 160px;
}
.books-separate {
    max-width: 300px;
}
.books-section > * {
	background-position: 100% 50%;
}
}

@media (max-width: 960px) {
.uk-h1, h1 {
	font-size: 47px;
	line-height: 1.21;
}
.uk-h2, h2 {
	font-size: 41px;
	line-height: 1.21;
}
.uk-h3, h3 {
	font-size: 37px;
	line-height: 1.21;
}
.uk-h4, h4 {
	font-size: 27px;
	line-height: 1.21;
}
.stay-connected-title {
    font-size: 41px;
}
/*.explore-section > * {
	background-image: none !important;
}*/
.explore-image-center {
    bottom: -160px;
    right: 0;
    left: 0;
}
.explore-image-right::before {
	left: unset;
	right: 0;
}
.books-section > * {
    padding-top: 70px;
    padding-bottom: 70px;
}

.articles-section-title {
    left: 0px;
    bottom: unset;
    top: 220px;
}
.hp1 .el-content.uk-button {
	margin-bottom: 10px;
}
#callnowbutton {
    display: block;
    position: fixed;
    z-index: 1000000000
;    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 10px;
    background: url(/wp-content/uploads/2021/05/phone-mobile-ico.png) no-repeat rgb(183,110,79);
    border: 3px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.34);
}
.explore-column-1 > * {
	margin-right: auto;
}
.hp1-subtitle {
    font-size: 22px;
    line-height: 1.1em;
}
.hp1 h1 {
    font-size: 35px;
}
.title-featured:after {
    content: "";
    width: 35px;
    left: -10px;
    height: 36px;
    background-color: #efeed7;
    position: absolute;
    z-index: -1;
    bottom: -1px;
}
.tm-main {
    padding-left: 10px;
    padding-right: 10px;
}
.hp1>div {
    max-height: 450px !important;
    min-height: unset !important;
}

.title-featured.uk-text-center {
    margin: auto;
    width: fit-content;
}
}

@media (max-width: 640px) {
.uk-h1, h1 {
    font-size: 44px;
}
.section-boxed {
	margin-left: 15px;
	margin-right: 15px;
}
.hp1.section-boxed {
	margin-left: 15px;
	margin-right: 15px;
}
.hp1 > * {
    background-image: url("/wp-content/uploads/2021/05/hp1-bg-mobile.jpg") !important;
}
.products-slider .el-slidenav {
    margin: 20px;
}
.explore-image-center {
    bottom: -230px;
}
.books-section {
    margin-top: 180px;
}
.articles-section-title {
	left: 7px;
	top: 210px;
}
.features-grid-mobile {
    font-size: 20px;
}
.explore-image-center > .el-image {
	width: 70%;
}
.explore-image-center {
    bottom: -130px;
}
}







