/*===== Common Class =====*/
html {
	position: relative;
	min-height: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
}
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
body {
	font-size: 18px; 
	line-height: 1.388888; 
	color: var(--blacktext);
	font-family: 'Canela-Light';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li, ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a, a img {
	text-decoration: none;
	border: 0;
	outline: none !important;
}
a, 
button, 
input[type=submit], 
.input-text {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
a:hover, 
a:focus {
	text-decoration: none;
	outline: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.clear {
}
.clear:before, .clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear: both;
}
input, textarea {
	outline: none !important;
}
#wrapper {
	width: 100%;
}
input[type=text]::-moz-placeholder, 
input[type=search]::-moz-placeholder, 
.input-text::-moz-placeholder, 
.input_text::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
input[type=text]::-webkit-input-placeholder, 
input[type=search]::-webkit-input-placeholder, 
.input-text::-webkit-input-placeholder, 
.input_text::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
input[type=text]::-ms-placeholder, 
input[type=search]::-ms-placeholder, 
.input-text::-ms-placeholder, 
.input_text::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 input[type=email]::-ms-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
 textarea::-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}

/***** Select Dropdown Start *****/
.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}
.bootstrap-select .btn, .bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 345px;
	padding: 11px 50px 13px 15px;
	font-size: 13px;
	color: #323232;
	text-align: left;
	background: none;
	border-color: #707070;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.select-1 .btn {
	min-width: 250px;
}
.bootstrap-select.select-2 .btn, .bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}
.bootstrap-select.select-2 .sort_by {
	display: none;
}
.bootstrap-select .sort_by {
	display: inline-block;
}
.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}
.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
}
.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #323232;
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select div.dropdown-menu {
	height: auto;
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}
.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}
.bootstrap-select .dropdown-menu li {
	border-bottom: solid 1px #ccc;
}
.bootstrap-select .dropdown-menu li:last-child {
	border-bottom-color: #fff;
}
.bootstrap-select .dropdown-menu li.selected a, .bootstrap-select .dropdown-menu li.selected a:focus, .bootstrap-select .dropdown-menu li a:hover {
	background: #f1f1f1;
}
.bootstrap-select .dropdown-menu li a:focus {
	background: none;
}
.bootstrap-select .dropdown-menu li a i {
	display: none;
}
/***** Select Dropdown End *****/

p{ margin:0px; padding:0px;}
/*============ Default Css End ============*/

:root{
	--blacktext: #000000;
	--sandybrowntext: #8b8a78;
	--floralwhitetext:#fdfaf3;
	--babypinktext:#f2ccc0;
	--cornflowertext:#acc0f5;
	--armygreentext:#46501d;
	--orangetext:#f39f58;
	
	--sandybrownbg: #8b8a78;
	--floralwhitebg:#fdfaf3;
	--babypinkbg:#f2ccc0;
	--cornflowerbg:#acc0f5;
	--armygreenbg:#46501d;
	--orangebg:#f39f58;
}

/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
.container {
	width: 750px;
}
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; max-width: 690px; }
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; max-width: 930px; }
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
	max-width: 1170px;
}
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; max-width: 1140px; }
}
@media (min-width: 1600px) {
.container {
	width: 1565px;
	max-width: 1565px;
}
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; max-width: 1535px; }
}

.container_inner { padding: 0 67px; width: 100%; }
.center-block {
	float: none;
}
/* navbar start */



.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxrow .flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxrow .flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	 
}
h1 {
	font-size: 42px;
	 
}
h2 {
	font-size: 36px;
	 
}
h3 {
	font-size: 32px;
	 
}
h4 {
	font-size: 28px;
 
}
h5 {
	font-size: 24px;
 
}
h6 {
	font-size: 20px;
	 
}
p{ font-family: 'Canela-Light'; font-size: 18px; line-height: 1.388888; color: var(--blacktext); margin: 0; padding: 0;}

.btn_box { display: -ms-flexbox; display: flex;  }
.btn_box a { display: -ms-flexbox; display: flex; min-width: 354px; align-items: center; align-content: center; justify-content: center; height: 63px; font-family: 'SweetSansPro-Regular'; font-size: 17px; text-transform: uppercase; color: #ffffff !important; letter-spacing: 0.05em; background-color: var(--orangebg); padding: 0 20px; text-decoration: none !important; }
.btn_box a:hover { background-color: var(--armygreenbg); }

/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/
#header {
	width: 100%;
	position: relative;
}
.header_wapper {
	display: inline-block;
	width: 100%;
	position: relative;
}
.header_top { width: 100%; position: relative; border-top: solid 4px var(--babypinkbg); background-color: var(--floralwhitebg); padding: 1px 0 4px 0; }
.header_top_inner { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; align-items: center; align-content: center; }
.header_top_currncy { font-family: 'SweetSansPro-Regular'; font-size: 13px; letter-spacing: 0.05em; line-height: normal; color: var(--blacktext); }
.header_top_new_pro { font-family: 'SweetSansPro-Regular'; font-size: 13px; letter-spacing: 0.05em; line-height: normal; color: var(--blacktext); text-transform: uppercase; text-align: center; }
.header_top_signin { text-align: right; }
.header_top_signin a { font-family: 'SweetSansPro-Regular'; font-size: 13px; letter-spacing: 0.05em; line-height: normal; color: var(--blacktext); }
.header-center { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; }
.header_wapper .logo { display: -ms-flexbox; display: flex; }
.header_wapper .logo a { display: -ms-flexbox; display: flex; }
.header_wapper .logo a img { height: 23px; width: auto; }
.header_center_blank,
.header_center_filter { min-width: 270px; min-height: 1px; }
.header_center_filter { display: -ms-flexbox; display: flex;  }
.header_center_filter .header_center_search { display: -ms-flexbox; display: flex; align-items: center; align-content: center; margin: 0; }
.header_center_filter .header_center_search .search_field { width: 228px; position: relative; font-family: 'SweetSansPro-Regular'; }
.header_center_filter .header_center_search .search_field input { width: 100%; height: 40px; border: solid 1px #525c2c; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; padding: 0 15px 0 40px; background-image: url(../images/search-icon.png); background-position: center left 10px; background-repeat: no-repeat; background-size: 18px auto; font-size: 13px; color: var(--armygreenbg); letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; }
.header_center_cart { display: -ms-flexbox; display: flex; margin: 0; padding: 0 0 0 16px; }
.header_center_cart a { display: -ms-flexbox; display: flex; margin: 0; align-items: center; align-content: center; }
.header-center-wrap { width: 100%; position: relative; padding: 31px 0 28px 0; }
.header-bottom-wrap { width: 100%; position: relative; background-color: var(--floralwhitebg); padding: 14px 0; }
.navigation_main { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; width: 100%; }
.navigation_main .main-menu { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; margin: 0 -29px; }
.navigation_main .main-menu li { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; padding: 0 29px; }
.navigation_main .main-menu li a { font-family: 'SweetSansPro-Regular'; font-size: 13px; text-transform: uppercase; color: var(--blacktext); text-align: center; }
.navigation_main .main-menu li a:hover { color: var(--orangetext); }
ul.mega-menu-wrap, 
#mega-menu-wrap-child_header_menu.mega-menu-wrap { width: 100%; position: static; background-color: transparent;  }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu { display: -ms-flexbox;display: flex;align-items: center;justify-content: center;margin: 0 -29px; position: static; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item  { display: -ms-flexbox;display: flex;align-items: center;justify-content: center;padding: 0 29px; line-height: normal; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item > a.mega-menu-link { font-family: 'SweetSansPro-Regular'; font-size: 13px; text-transform: uppercase; color: var(--blacktext) !important; text-align: center; height: auto; line-height: normal; padding: 0; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item > a.mega-menu-link:hover { color: var(--orangetext) !important; background-color: transparent !important; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link { background-color: transparent; color: var(--blacktext);font-weight: normal;text-decoration: none;border-color: transparent; padding: 0; position: relative; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after { content: '';position: absolute; top: 100%; left: 0; width: 100%; height: 16px; display: block; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover { color: var(--orangetext); }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator { display: none; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu { top: 100%; margin-top: 0; background-color: #fdfaf3; border-top: solid 1px #47511e; border-bottom: solid 1px #47511e; padding-top: 16px; padding-bottom: 21px; }
/* #mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu:after { content: ''; position: absolute; top: 0; width: 100vw; top: 0; bottom: 0; left: -50%; transform: translateX(-50%); background-color: #fdfaf3; z-index: -1; display: block; } */
.mega-menu-column nav > ul > li.menu-item > a { font-family: 'Canela-Thin'; color: var(--blacktext) !important; font-size: 25px; text-transform: none; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { display: block; margin: 0 auto; float: none; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu { margin: 0 -15px; display: -ms-flexbox; display: flex; justify-content: center;  }
.mega-sub-menu li.menu-item a { font-size: 13px; text-transform: uppercase; color: #6d6e71; font-family: 'SweetSansPro-Regular'; }
.mega-sub-menu li.menu-item a:hover { color: var(--orangetext); }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link { background-color: transparent !important; }
#mega-menu-wrap-child_header_menu #mega-menu-child_header_menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li { width: 20% !important; }
/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper {
	width: 100%;
	position: relative;
	z-index: 2;
}
.home_banner { position: relative; width: 100%; }
.home_slider_wrap { position: relative; width: 100%; }
.home_slider_wrap .home_slider_bgimg { width: 100%; min-height: 719px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.banner_top_title { width: 100%; position: relative; background-color: var(--orangebg); padding: 27px 0 22px 0; }
.banner_title_mian { width: 100%; position: relative; text-align: center; font-family: 'Canela-ThinItalic'; font-size: 30px; line-height: normal; color: var(--blacktext); }
.home_banner_wrap { position: absolute; z-index: 2; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
.home_banner_wrap_inner { width: 100%; max-width: 765px; margin: 0 auto; padding: 9px 9px; position: relative; }
.home_banner_wrap_inner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/banner_shap.png); background-position: center center; background-repeat: no-repeat; background-size: contain; pointer-events: none; }
.home_banner_wrap_inner .home_banner_txt { width: 100%; position: relative; padding: 16px; background-color: #fff; }
.home_banner_wrap_inner .home_banner_txt .home_banner_txt_inner { width: 100%; position: relative; padding: 41px 47px; text-align: center; }
.home_banner_wrap_inner .home_banner_txt .home_banner_txt_inner:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: solid 1px #46501d; pointer-events: none; }
.home_banner_wrap_inner .home_banner_txt .home_banner_txt_inner:before { content: ''; position: absolute; top: 3px; left: 3px; bottom: 3px; right: 3px; border: solid 1px #46501d; pointer-events: none; }
.home_banner_txt_inner h1 { font-family: 'Canela-ThinItalic'; font-size: 42px; line-height: 1.2; color: #000000; }
.home_banner_txt_inner h1 span { text-transform: uppercase; font-family: 'Canela-Thin'; }
.home_banner_txt_inner .btn_bynow { width: 100%; position: relative; text-align: center; margin-top: 9px; }
.home_banner_txt_inner .btn_bynow a { width: 100%; position: relative; text-align: center; font-family: 'SweetSansPro-Regular'; font-size: 17px; color: var(--armygreentext); text-transform: uppercase;  }
.home_banner_txt_inner .btn_bynow a span { padding-bottom: 3px; background: linear-gradient(to right, var(--armygreentext) 0%, var(--armygreentext) 98%);
	background-size: 0px 1px;
	background-repeat: no-repeat;
	background-position: left 85%;
	transition: 0.25s; }
	.home_banner_txt_inner .btn_bynow a:hover span { background-size: 100% 1px; }
.home_slider.owl-carousel .owl-dots { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; margin: 13px 0 0 0; }
.home_slider.owl-carousel .owl-dots .owl-dot { margin: 0 8px; height: 9px; width: 9px; border-radius: 50%; background-color: var(--orangebg); opacity: 0.3; outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }
.home_slider.owl-carousel .owl-dots .owl-dot.active { opacity: 1;  }
/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/
.contain_wapper {
	width: 100%;
	position: relative;
}
/****************************/
/* homepage start */
.home_wapper {
	width: 100%;
	position: relative;
}
.shop_cat_sec { width: 100%; position: relative; padding: 59px 0 26px 0; }
.shop_cat_sec .shop_cat_inner { width: 100%; position: relative; }
.shop_cat_sec .shop_cat_inner h2 { font-family: 'Canela-Thin'; text-align: center; font-size: 42px; color: var(--blacktext); line-height: normal; padding: 0 0 20px 0; }
.pro_cat_box { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; align-items: center; align-content: center; }
.pro_cat_box .pro_cat_img { padding: 22px 16px;  width: 100%; position: relative; z-index: 2; }
.pro_cat_box .pro_cat_img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/round-shaps.png); background-position: center center; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.pro_cat_box .pro_cat_img .pro_cat_img_inner { width: 183px; height: 183px; border-radius: 50%; overflow: hidden; margin: 0 auto; transition: transform .4s cubic-bezier(.175,.885,.32,1.275); }
.pro_cat_box .pro_cat_img .pro_cat_img_inner img { width: 100%; height: 100%; object-fit: cover; }
.slider_category .owl-stage .owl-item:nth-child(3n+2) .pro_cat_box .pro_cat_img:after { transform: rotate(56.9deg); }
.slider_category .owl-stage .owl-item:nth-child(3n+3) .pro_cat_box .pro_cat_img:after { transform: rotate(-43.4deg); }
.pro_cat_box .pro_cat_dtl { width: 100%; text-align: center; padding: 9px 0 0 0; }
.pro_cat_box .pro_cat_dtl .pro_cat_name { font-family: 'SweetSansPro-Regular'; font-size: 13px; color: var(--armygreentext); letter-spacing: 0.05em; text-transform: uppercase; }
a.pro_cat_box:hover .pro_cat_dtl .pro_cat_name { text-decoration: underline; }
a.pro_cat_box:hover .pro_cat_img .pro_cat_img_inner { transform: rotate(6deg); }
.category_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -12px; }
.category_row .category_col { width: 16.666667%; padding: 0 12px 24px 12px; overflow: hidden; }
.category_row .category_col:nth-child(3n+2) .pro_cat_box .pro_cat_img:after { transform: rotate(56.9deg); }
.category_row .category_col:nth-child(3n+3) .pro_cat_box .pro_cat_img:after { transform: rotate(-43.4deg); }

.daily_treats_sec { width: 100%; position: relative;  overflow: hidden; padding: 25px 0 93px; }
.daily_treats_sec .container { width: 100%; position: relative; }
.daily_treats_inner { width: 100%; position: relative; padding: 0 0 0 0; }
.daily_treats_inner > h2 { padding-left: 68px; }
.daily_treats_lista { width: calc((100vw - 1600px) / 2 + 1565px  + 1px);  position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; }
.daily_treats_lista.adjust_related_item { width: calc(100% + 1px); }
.daily_treats_lista.adjust_related_item .daily_treats_lista_inner { width: auto; justify-content: flex-start; }
.daily_treats_lista.adjust_related_item  .daily_treats_box-1 { width: 400px; }
.daily_treats_lista.adjust_related_item  .daily_treats_box-2 { width: 298px; margin-left: 102px; }
.daily_treats_lista.adjust_related_item  .daily_treats_box-3 { width: 431px; margin-left: 102px; }
.daily_treats_lista_inner_main { width: 100%;position: relative; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: rgb(0 0 0 / 75%) !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal { right: auto; width: 1535px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal:after { content: ''; position: absolute; top: 50%; height: 2px; margin-top: -1px; background-color: rgba(0, 0, 0, 0.25); left: 0; right: 0; }
.daily_treats_lista .daily_treats_lista_inner { position: relative;display: -ms-flexbox;display: flex;justify-content: space-between;width: calc((100vw - 1600px) / 2 + 1565px);padding: 0 0 0 68px; }
.daily_treats_lista .daily_treats_box img { width: 100%; }

.daily_treats_lista .daily_treats_box.daily_treats_box-1 .daily_treats_box_img { display: block; width: 100%; overflow: hidden; position: relative; }
.daily_treats_lista .daily_treats_box.daily_treats_box-1 .daily_treats_box_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.daily_treats_lista .daily_treats_box.daily_treats_box-1 .daily_treats_box_img::after { content: ''; padding: 69.804% 50%; display: block; }


.daily_treats_lista .daily_treats_box.daily_treats_box-2 .daily_treats_box_img { display: block; width: 100%; overflow: hidden; position: relative; }
.daily_treats_lista .daily_treats_box.daily_treats_box-2 .daily_treats_box_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.daily_treats_lista .daily_treats_box.daily_treats_box-2 .daily_treats_box_img::after { content: ''; padding: 73.577% 50%; display: block; }
.daily_treats_lista .daily_treats_box-2 .daily_treats_box_dtl { padding: 0 0 8px 0; }

.daily_treats_lista .daily_treats_box.daily_treats_box-3 .daily_treats_box_img { display: block; width: 100%; overflow: hidden; position: relative; }
.daily_treats_lista .daily_treats_box.daily_treats_box-3 .daily_treats_box_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.daily_treats_lista .daily_treats_box.daily_treats_box-3 .daily_treats_box_img::after { content: ''; padding: 69.879% 50%; display: block; }
.daily_treats_lista .daily_treats_box-3 .daily_treats_box_dtl { position: absolute; top: 0; right: 100%; width: auto;white-space: nowrap; text-align: right; padding-right: 19px; padding-top: 0; }

.daily_treats_lista .daily_treats_box.daily_treats_box-4 .daily_treats_box_img { display: block; width: 100%; overflow: hidden; position: relative; }
.daily_treats_lista .daily_treats_box.daily_treats_box-4 .daily_treats_box_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.daily_treats_lista .daily_treats_box.daily_treats_box-4 .daily_treats_box_img::after { content: ''; padding: 69.05% 50%; display: block; }

.daily_treats_lista .daily_treats_box-1 { width: 22.865%; }
.daily_treats_lista .daily_treats_box-2 { width: 17.984%; display: -ms-flexbox; display: flex; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.daily_treats_lista .daily_treats_box-3 { width: 26.012%; position: relative; }
.daily_treats_lista .daily_treats_box-4 { width: 22.929%; }

.daily_treats_sec .daily_treats_inner h2 { font-family: 'ThroughBrush'; font-size: 143px; color: var(--armygreentext); line-height: normal; }
.daily_treats_box_dtl { width: 100%; position: relative; padding: 11px 0 0 0; }
.daily_treats_box_dtl .cat_label { font-family: 'SweetSansPro-Regular';font-size: 13px;color: var(--armygreentext);letter-spacing: 0.05em;text-transform: uppercase; padding: 0 0 7px 0; }
.daily_treats_box_dtl h3 { font-family: 'Canela-Thin'; font-size: 29px; color: var(--blacktext); line-height: normal; overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: nowrap; }
.daily_treats_box_dtl h3 a:hover {  background-size: 100% 1px;}
.daily_treats_box_dtl h3 a {  color: var(--blacktext); background: -moz-linear-gradient(to right, currentColor 0%, currentColor 98%);background: -webkit-linear-gradient(to right, currentColor 0%, currentColor 98%); background: linear-gradient(to right, currentColor 0%, currentColor 98%); background-size: 0px 1px;background-repeat: no-repeat;background-position: left 93%; -webkit-transition: 0.25s; -moz-transition: 0.25s; -ms-transition: 0.25s; transition: 0.25s; }

.btn_box.shop_now_btn { justify-content: center; padding: 36px 0 0 0; margin-top: 39px; border-top: solid 1px #8b8784; }
.daily_treats_lista .title_seller { position: absolute; bottom: 0; left: 0; }
.daily_treats_lista .title_seller h3 { white-space: nowrap; font-family: 'Canela-Thin'; font-size: 42px; color: var(--blacktext); -webkit-transform: rotate(-90deg) translate(25px, 47px); -moz-transform: rotate(-90deg) translate(25px, 47px); -ms-transform: rotate(-90deg) translate(25px, 47px); transform: rotate(-90deg) translate(25px, 47px); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }

.feature_sec { position: relative; width: 100%; background-color: var(--floralwhitebg); }
.feature_inner { width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; padding: 0 0 0 67px; }
.feature_inner .left_title_blk { width: 483px; min-width: 483px; padding: 0 30px 0 0; }
.feature_inner .left_title_blk h2 {font-family: 'Canela-Thin'; font-size: 55px; line-height: 0.94545; color: var(--armygreentext); }
.feature_inner .left_title_blk h2 span { font-family: 'Canela-ThinItalic';  }
.sub_title { font-family: 'SweetSansPro-Regular'; font-size: 13px; text-transform: uppercase; color: var(--armygreentext); letter-spacing: 0.05em; padding: 0 0 27px 0; }
.feature_inner .right_feature { width: 500px; min-width: 500px; }
.feature_inner .right_feature .right_feature_img { width: 100%; position: relative; }
.feature_inner .right_feature .right_feature_img img { width: auto; height: auto; max-width: 100%; }
.feature_inner .center_txt { width: calc(100% - 500px - 483px); min-width: calc(100% - 500px - 483px); padding: 75px 55px 0 0; }
.feature_inner .center_txt p { font-family: 'Canela-Light'; font-size: 18px; line-height: 1.3888889; color: var(--armygreentext); }
.feature_inner .link_blk { width: 100%; position: relative; padding: 10px 0 0 0; }
.feature_inner .link_blk a { font-family: 'SweetSansPro-Regular'; font-size: 17px; line-height: normal; color: var(--armygreentext); text-transform: uppercase; letter-spacing: 0.05em; text-decoration: underline; text-underline-offset: 3px; }
.feature_sec .feature_side_img { position: absolute; right: 0; top: 38px; z-index: 2; width: 404px; }
.feature_sec .feature_side_img img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; } 
.feature_sec .feature_side_img:after { content: ''; padding: 62.625% 50%; display: block; }

.inspired_sec { width: 100%; position: relative; padding: 91px 0 61px; }
.inspired_sec .inspired_inner { width: 100%; position: relative; }
.inspired_sec .inspired_inner .inspired_title { width: 100%; position: relative; text-align: center; padding: 0 0 15px 0; }
.inspired_sec .inspired_inner .inspired_title .sub_title { padding-bottom: 0; }
.inspired_sec .inspired_inner .inspired_title h2 { font-family: 'ThroughBrush'; font-size: 143px; line-height: 1; color: var(--armygreentext); }
.inspired_row { display: -ms-flexbox; display: flex; align-items: center; align-content: center; width: 100%; justify-content: space-between; padding: 26px 83px 30px 29px }
.inspired_row .inspired_left { width: 756px; position: relative; }
.inspired_row .inspired_left .inspired_left_inner { width: 100%; position: relative; z-index: 3; }
.inspired_row .inspired_left .inspired_left_inner .inspired_image { width: 100%; height: 764px; position: relative; padding: 6px 7px; z-index: 2; }
.inspired_row .inspired_left .inspired_left_inner .inspired_image img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.inspired_main { width: 100%; position: relative; }
.inspired_main:after { content: ''; position: absolute; top: -2px; left: 14px; right: 11px; background-image: url(../images/top_shaps_skyblue.png); height: 16px; background-position: right top; background-size: auto 100%; background-repeat: repeat-x; }
.inspired_main::before { content: ''; position: absolute; bottom: -4px; left: 11px; right: 14px; background-image: url(../images/bottom_shaps_skyblue.png); height: 16px; background-position: left top; background-size: auto 100%; background-repeat: repeat-x; }
.inspired_main_inenr:after { content: ''; position: absolute; top: 5px; left: 0; bottom: 0; background-image: url(../images/left_shaps_skyblue.png); width: 16px; background-position: left top; background-size: 100% auto; background-repeat: repeat-y; }
.inspired_main_inenr::before { content: ''; position: absolute; top: 0; right: 4px; bottom: 0; background-image: url(../images/right_shaps_skyblue.png); width: 16px; background-position: left bottom; background-size: 100% auto; background-repeat: repeat-y; }
.inspired_main_inenr { width: 100%; position: relative; }


.inspired_left_inner:after { content: ''; position: absolute; top: 0; left: 12px; right: 7px; background-image: url(../images/top_shaps_skyblue.png); height: 16px; background-position: right top; background-size: auto 100%; background-repeat: repeat-x; z-index: 3; }
.inspired_left_inner::before { content: ''; position: absolute; bottom: 0; left: 7px; right: 14px; background-image: url(../images/bottom_shaps_skyblue.png); height: 16px; background-position: left top; background-size: auto 100%; background-repeat: repeat-x; z-index: 3; }
.inspired_image:after { content: ''; position: absolute; top: 5px; left: 0; bottom: 6px; background-image: url(../images/left_shaps_skyblue.png); width: 16px; background-position: left top; background-size: 100% auto; background-repeat: repeat-y; z-index: 3; }
.inspired_image::before { content: ''; position: absolute; top: 5px; right: 0; bottom: 6px; background-image: url(../images/right_shaps_skyblue.png); width: 16px; background-position: left bottom; background-size: 100% auto; background-repeat: repeat-y; z-index: 3; }

.inspired_row .inspired_right { width: calc(100% - 756px); padding-left: 85px; }
.inspired_shop_blk { width: 100%; position: relative; }
.inspired_shop_blk .inspired_shop_imgtop { width: 100%; height: 523px; overflow: hidden; position: relative; }
.inspired_shop_blk .inspired_shop_imgtop img { width: 100%; height: 100%; object-fit: cover; }
.inspired_shop_blk .inspired_shop_dtl { width: 100%; margin-top: 7px; border-top: solid 1px #46501d; padding-top: 2px; }
.inspired_shop_blk .inspired_shop_dtl .inspired_shop_dtl_inner { border-top: solid 1px #46501d; text-align: center; padding: 11px 0 0 0; }
.inspired_shop_blk .inspired_shop_dtl .inspired_shop_dtl_inner .cat_label { font-family: 'SweetSansPro-Regular';font-size: 13px;color: var(--armygreentext);letter-spacing: 0.05em;text-transform: uppercase; padding: 0 0 6px 0; }
.inspired_shop_blk .inspired_shop_dtl .inspired_shop_dtl_inner h3 { font-family: 'Canela-Thin';font-size: 30px;color: var(--blacktext);line-height: normal; }
.inspired_shop_blk .inspired_shop_dtl .inspired_shop_dtl_inner .btn_box.shop_now_btn a { width: 100%; min-width: 1px; }
.inspired_shop_blk .inspired_shop_dtl .inspired_shop_dtl_inner .btn_box.shop_now_btn { padding-top: 24px; border-top: none; margin-top: 0; }

.diary_sec { position: relative; width: 100%; padding: 0 0 114px; }
.diary_sec .diary_inner { position: relative; width: 100%; }
.diary_sec .diary_inner h2 { font-family: 'ThroughBrush'; font-size: 143px; line-height: normal; color: var(--armygreentext); margin-bottom: -21px; }
.pro_lista { width: 100%; position: relative; }
.pro_lista_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -25px; }
.pro_lista_row .pro_lista_col { width: 25%; padding: 25px; }

.pro_box { width: 100%; position: relative; }
.pro_box .pro_box_image { width: 100%; position: relative;overflow: hidden; margin-bottom: 8px; }
.pro_box .pro_box_image:after { content: ''; display: block; padding: 69.866% 50%; }
.pro_box .pro_box_image img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.pro_box .pro_box_dtl { width: 100%; position: relative; border-top: solid 1px #46501d;  padding: 2px 0 0 0; }
.pro_box .pro_box_dtl .pro_box_dtl_inner { width: 100%; position: relative; border-top: solid 1px #46501d; padding: 12px 0 0 0; }
.pro_box .pro_box_dtl .pro_box_dtl_inner .cat_label { font-family: 'SweetSansPro-Regular';font-size: 13px;color: var(--armygreentext);letter-spacing: 0.05em;text-transform: uppercase; padding: 0 0 6px 0; }
.pro_box .pro_box_dtl .pro_box_dtl_inner h3 { font-family: 'Canela-Thin';font-size: 30px;color: var(--blacktext);line-height: normal; padding: 0 0 10px 0; }
.pro_box .pro_box_dtl .pro_box_dtl_inner h3 a { color: var(--blacktext); background: -moz-linear-gradient(to right, currentColor 0%, currentColor 98%);background: -webkit-linear-gradient(to right, currentColor 0%, currentColor 98%); background: linear-gradient(to right, currentColor 0%, currentColor 98%); background-size: 0px 1px;background-repeat: no-repeat;background-position: left 93%; -webkit-transition: 0.25s; -moz-transition: 0.25s; -ms-transition: 0.25s; transition: 0.25s; }
.pro_box .pro_box_dtl .pro_box_dtl_inner h3 a:hover { color: var(--armygreentext); background-size: 100% 1px; }
.pro_box .pro_box_dtl .pro_box_dtl_inner p { display: -webkit-box;width: 100%;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.pro_lista .btn_box.shop_now_btn { margin-top: 10px; }

.pro_lista .our_blog_txt { position: absolute; top: 390px; right: 100%; margin-right: 52px; }
.pro_lista .our_blog_txt h3 { font-family: 'Canela-Light'; white-space: nowrap; font-size: 42px; color: var(--blacktext); -webkit-transform: rotate(-90deg) translate(25px, 80px); -moz-transform: rotate(-90deg) translate(25px, 80px); -ms-transform: rotate(-90deg) translate(25px, 80px); transform: rotate(-90deg) translate(25px, 80px); }

.footer_top_sec { width: 100%; position: relative; background-color: var(--orangebg);  padding:92px 0 48px; }
.footer_top_inner { display: -ms-flexbox; display: flex; max-width: 930px; width: 100%; margin: 0 auto; }
.footer_top_inner .footer_top_box_link { width: 50%; text-align: center; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; align-content: center; }
.footer_top_inner .footer_top_box_link h2 { font-size: 143px; line-height: 0.48; color: #ffffff; font-family: 'ThroughBrush'; }
.footer_top_inner .footer_top_box_link p { font-family: 'SweetSansPro-Regular'; font-size: 13px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; }


body.open-offer-popup .offers_popup { opacity: 1; visibility: visible; }
.offers_popup { position: fixed; bottom: 36px; right: 42px; background-color: var(--floralwhitebg); border-radius: 10px; overflow: hidden; width: 100%; max-width: 690px; -webkit-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82); -moz-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82); -ms-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82); box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82); z-index: 999; padding: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; }
.offers_popup_main { display: -ms-flexbox; display: flex; width: 100%; }
.left_image_offer { min-height: 290px; width: 200px; border-bottom: solid 2px #46501d; }
.left_image_offer img { width: 100%; height: 100%; object-fit: cover; }
.right_offer_dtl { width: calc(100% - 200px); position: relative; padding: 17px 38px 20px 30px; }
.closed_popup { position: absolute; top:13px; right: 13px; z-index: 3; }
.closed_popup a { display: -ms-flexbox; display: flex; height: 29px; width: 29px; align-items: center; align-content: center; justify-content: center; border-radius: 50%; border: solid 1px #46501d; font-family: 'SweetSansPro-Regular'; font-size: 13px; line-height: 13px; color: #46501d; padding-bottom: 5px; }
html.mac .closed_popup a { padding-bottom: 0; }
html.mac .woocommerce .cart-collaterals .cart_totals a.button,
html.mac .woocommerce-account .woocommerce-MyAccount-content .order-again .button, 
html.mac .woocommerce .return-to-shop .button { height: auto; padding: 13px 20px 11px; }
html.mac .woocommerce form .form-row .button, 
html.mac .woocommerce-page form .form-row .button { line-height: normal; padding: 13px 20px; }
html.mac .woocommerce table.shop_table td.product-remove a { padding-top: 2px; }
.closed_popup a:hover { background-color: #46501d; color: #ffffff; }
.right_offer_dtl h2 { font-family: 'ThroughBrush'; font-size: 75px; color: var(--armygreentext); letter-spacing: 0.05em; }
.right_offer_dtl p { font-family: 'Canela-Light'; font-size: 18px; line-height: 1.3888889; color: var(--blacktext); max-width: 320px; }

.right_offer_dtl form { width: 100%; position: relative; padding: 17px 0 0 0; }
.right_offer_dtl .subscribe_input { width: 100%; position: relative; padding: 0 0 6px 0; }
.right_offer_dtl .subscribe_input input { width: 100%; position: relative; width: 100%; height: 40px; border: solid 1px #525b2b; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; padding: 0 15px 0 15px; font-size: 13px; color: var(--armygreenbg); letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; background-color: transparent; }
.right_offer_dtl .subscribe_submit { width: 100%; position: relative; padding: 0 0 0 0; }
.right_offer_dtl .subscribe_submit input { width: 100%; height: 41px; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; background-color: var(--orangebg); font-family: 'SweetSansPro-Regular'; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; font-size: 18px; }


/* homepage End */
/****************************/


/****************************/
/* Inner page start */
/* TheDiary Page Start */
.thediary_banner { padding: 19px 0 0; }
.thediary_banner .home_slider_wrap .inner_heroimage { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 587px; }
.thediary_banner .main_title_banner h1 { text-align: center; font-family: 'ThroughBrush'; font-size: 143px; color: var(--armygreentext); padding: 0 0 11px 0; }
.thediary_banner .home_banner_wrap { top: auto; bottom: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }
.inner_banner { width: 100%; position: relative; }
.tag_banner { position: absolute; top: 17px; left: 19px; line-height: 45px; padding: 0 25px; background-color: #f39f58; font-family: 'SweetSansPro-Regular'; font-size: 17px; text-transform: uppercase; color: #ffffff; letter-spacing: 0.05em; }
.date_thediary_banner { position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); font-family: 'Canela-Light'; font-size: 18px; color: var(--armygreentext); margin-top: 8px; }
.thediary_banner { padding-bottom: 170px; }
.our_blog_sec { width: 100%; position: relative; padding: 23px 0 71px 0; }
.our_blog_sec .our_blog_inner { width: 100%; position: relative; }
.our_blog_row { margin: 0; width: 100%; position: relative; display: -ms-flexbox; display: flex; }
.our_blog_row .our_blog_left { width: 1087px; padding-right: 50px; }
.our_blog_left .pro_lista_row .pro_lista_col { width: 33.33%; padding: 18px 25px;  }
.our_blog_left .pro_lista .btn_box.shop_now_btn { margin-top: 18px; }
.pro_box .pro_box_dtl .pro_box_dtl_inner .pro_box_dtl_date { width: 100%; position: relative; font-family: 'Canela-Light'; font-size: 18px; color: #46501d; padding: 25px 0 0; }
.our_blog_right { width: calc(100% - 1087px); padding: 43px 0 0 0; }
.our_blog_right_inner { width: 100%; position: relative; background-color: #f6f7f2; overflow: hidden; padding: 0 0 28px 0; }
.news_latter_side { width: 100%; position: relative; padding: 0 20px; }
.our_blog_right_inner h3 { font-family: 'ThroughBrush'; font-size: 75px; line-height: 63px; color: var(--armygreentext); letter-spacing: 0.05em; position: relative; z-index: 2; }
.news_latter_side p { font-size: 18px; line-height: 1.3888889; color: var(--blacktext); padding: 0 0 10px 0; position: relative; z-index: 2; }

.news_latter_side .subscribe_input { width: 100%; position: relative; padding: 4px 0 14px 0; }
.news_latter_side .subscribe_input input { width: 100%; position: relative; width: 100%; height: 40px; border: solid 1px #525b2b; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; padding: 0 15px 0 15px; font-size: 13px; color: var(--armygreenbg); letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; background-color: transparent; }
.news_latter_side .subscribe_submit { width: 100%; position: relative; padding: 0 0 14px 0; }
.news_latter_side .subscribe_submit input { width: 100%; height: 63px; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; background-color: var(--orangebg); font-family: 'SweetSansPro-Regular'; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; }
.newsletter_form_sidebar { width: 100%; position: relative; }
.newsletter_form_sidebar::after { content: ''; position: absolute; left: -20px; right: -20px; bottom: 100%; height: 800px; background-color: #fff; }
.leatest_post { padding: 47px 20px 0; position: relative; width: 100%; }
.leatest_listas { width: 100%; position: relative; padding: 30px 0 0 0; }
.leatest_box { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; align-content: flex-end; }
.leatest_box + .leatest_box { margin-top: 27px; }
.leatest_box .leatest_post_img { width: 94px; height: auto; }
.leatest_box .leatest_post_dtl { width: calc(100% - 94px); padding: 0 15px 0 23px; }
.leatest_box .leatest_post_dtl h4 { font-family: 'Canela-Thin'; font-size: 22px; line-height: 1.0909091; color: var(--blacktext); }
.leatest_box .leatest_post_dtl h4 a { color: var(--blacktext); }
.leatest_box .leatest_post_dtl h4 a:hover { color: var(--orangetext); }
.leatest_box .leatest_post_img img { width: 100%; height: auto; }

.categories_sidebar { width: 100%; position: relative; padding: 70px 20px 0; }
.categories_lista { width: 100%; position: relative; padding: 31px 0 0 0; }
.categories_lista .categories_box { width: 100%; position: relative; }
.categories_lista .categories_box a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; width: 100%; color: var(--armygreentext); }
.categories_lista .categories_box a:hover { color: var(--orangetext); }
.categories_lista .categories_box a .categories_name { font-size: 13px; letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; text-transform: uppercase;  }
.categories_lista .categories_box a .categories_count { font-size: 13px; letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; text-transform: uppercase; }
.categories_box + .categories_box { border-top: solid 1px #f39f58; margin-top: 10px; padding-top: 11px; }

/* TheDiary Page End */


/* BlogPost Page Start */
.blogpost-page .our_blog_sec { padding: 28px 0 11px; }
.breadcrumb {display: -ms-flexbox; display: flex; align-items: center; padding: 0; margin: 0 0 20px 0; background: none !important; }
.breadcrumb li { display: -ms-flexbox; display: flex; align-items: center; font-family: 'Canela-Light'; font-size: 18px; color: var(--blacktext); }
.breadcrumb li a { color: var(--blacktext); }
.breadcrumb li a:hover { color: var(--orangetext); }
.breadcrumb li::after { content: '>'; font-family: 'Canela-Light'; font-size: 18px; color: var(--blacktext); padding: 0 5px; }
.breadcrumb li:last-child:after { display: none; }

.blogpost_dtl_part { width: 100%; position: relative; }
.blogpost_dtl_part .blogpost_dtl_image { width: 100%; position: relative; }
.blogpost_dtl_part .blogpost_dtl_image img { width: 100%; height: auto; }
.blogpost-page .our_blog_row .our_blog_left { padding-right: 39px; }

.blogpost_dtl_title { width: 100%; position: relative; padding: 43px 0 0 0; }
.blogpost_dtl_title h2 { font-size: 42px; line-height: normal; color: var(--blacktext); font-family: 'Canela-Thin'; padding: 0 0 14px 0; margin: 0; }
.blogpost_dtl_title h2 span { text-transform: uppercase;  }
.blogpost_dtl_title h2 i { font-style: normal; font-family: 'Canela-ThinItalic'; }
.blogpost_dtl_title h6 { font-size: 30px; line-height: normal; color: var(--blacktext); font-family: 'Canela-Thin'; }

.blogpost_dtl_date { width: 100%; position: relative; border-top: solid 1px #46501d; border-bottom: solid 1px #46501d; font-family: 'Canela-Light'; font-size: 18px; color: var(--armygreentext); padding: 21px 0 15px; margin: 31px 0 30px 0; }
.blogpost-page .our_blog_row .our_blog_left p + p { padding-top: 25px; }

.blogpost_dtl_social {border-top: solid 1px #46501d; border-bottom: solid 1px #46501d; width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; padding: 20px 0 17px; margin: 27px 0 0 0; }
.left_blogpost_dtl_tag { font-family: 'SweetSansPro-Regular';font-size: 13px;color: var(--armygreentext);text-transform: uppercase;padding: 0 0 0 0; }
.right_blogpost_dtl_social { display: -ms-flexbox; display: flex; align-items: center; align-content: center; margin: 0; font-family: 'SweetSansPro-Regular';font-size: 13px;color: var(--armygreentext);text-transform: uppercase;padding: 0 0 0 0; }
.social_share { display: -ms-flexbox; display: flex; align-items: center; align-content: center; margin: 0 -10px; padding: 0 0 0 15px; }
.social_share li { display: -ms-flexbox; display: flex; align-items: center; align-content: center; margin: 0; padding: 0 10px; }
.social_share li a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; margin: 0; color: var(--blacktext); }
.social_share li a i { font-size: 0; line-height: normal; display: block; margin-right: 8px; }

.blogpost-page .diary_sec { padding: 0 0 77px 0; }

/* BlogPost Page End */

/* About Page Start */
.about_top { width: 100%; position: relative; padding: 113px 0 0 0; }
.about_top_row { display: -ms-flexbox; display: flex; justify-content: space-between; width: 100%; position: relative; z-index: 2; }
.about_top_row .about_top_left { width: 617px; position: relative; padding: 13px 0 0 0; }
.about_top_row .about_top_right { width: 525px; position: relative; padding: 35px 0 0 0; }
.about_top_center { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }
.about_top_left h1 { font-family: 'ThroughBrush'; font-size: 143px; line-height: 0.79021; color: var(--armygreentext); padding: 0 0 12px 0; margin: 0; }
.about_top_row .about_top_left p { padding-right: 172px; }
.about_top_row p { color: var(--armygreentext); }
.about_top_left_img { width: 100%; position: relative; text-align: right; padding: 14px 53px 0 0; }
.about_top_left_img img { margin-left: auto; width: auto; height: auto; max-width: 297px; }
.about_top_row .about_top_right .about_top_right_img { width: 100%; position: relative; }
.about_top_row .about_top_right .about_top_right_img img { width: auto; height: auto; max-width: 222px; position: relative; }
.about_top_row .about_top_right .about_top_right_dtl { width: 100%; position: relative; padding: 36px 6px 0 122px; }
.about_top_row .about_top_right .about_top_right_dtl h6 { font-family: 'SweetSansPro-Regular'; font-size: 17px; line-height: normal; text-transform: uppercase; letter-spacing: 0.05em; color: var(--armygreentext); padding: 9px 0 0 0; }

.about_bottom { width: 100%; position: relative; padding: 64px 0 0 0; }
.about_bottom .about_bottom_wrap { width: 100%; position: relative; }
.about_bottom .about_bottom_wrap > h2 { width: 50%; padding-left: 130px; font-size: 55px; line-height: 0.94545; color: var(--armygreentext); font-family: 'Canela-Thin'; }
.about_bottom .about_bottom_wrap > h2 i { font-style: normal; font-family: 'Canela-ThinItalic';  }
.about_bottom_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 9px 0 0 0; }
.about_bottom_row .about_bottom_left { width: 370px; position: relative; }
.about_bottom_left_img { position: absolute;/*left: calc((-100vw + 1565px - (67px * 2) - 15px) / 2);*/ left: calc((-100vw + 1565px - (67px * 2)) / 2 - 100% + 352px); top: 120px; width: 352px; }
.about_bottom_row .about_bottom_center { width: calc(100% - 370px - 388px); position: relative; padding: 72px 40px 0 0; }
.about_bottom_dtl { max-width: 398px; }
.about_bottom_dtl p { color: var(--armygreentext); }
.about_bottom_row .about_bottom_right { width: 388px; position: relative; }
.about_bottom_left_img img { width: auto; height: auto; max-width: 100%; }
.about_bottom_right .about_bottom_right_img { width: 100%; position: relative; }
.about_bottom_right .about_bottom_right_img img { width: 100%; height: auto; }
.about_bottom_right .about_bottom_right_dtl { width: 100%; text-align: right; font-family: 'SweetSansPro-Regular'; font-size: 17px; color: var(--armygreentext); text-transform: uppercase; letter-spacing: 0.05em; padding: 13px 0 0 0; }
.about_contact {  padding: 0 0 101px 0; width: 100%; position: relative; }
.about_contact_inner { width: 100%; position: relative; max-width: 350px; margin: 0 auto; }
.about_contact_inner .about_contact_img { width: 100%; position: relative; }
.about_contact_inner .about_contact_img img { width: 100%; height: auto; }
.about_contact_dtl { width: 100%; position: relative; text-align: center; padding: 68px 0 0 0; }
.about_contact_dtl p {font-family: 'SweetSansPro-Regular'; font-size: 17px; color: var(--armygreentext); text-transform: uppercase; letter-spacing: 0.05em;}
.about_contact_dtl p + p { padding-top: 16px; }
.about_contact_dtl p a { color: var(--armygreentext); text-decoration: underline; }
.about_contact_dtl p a:hover { color: var(--orangebg); }
/* About Page End */

/* Search Page Start */

/* Search Page End */

/* Inner page End */
/****************************/

/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/
.footer {
	position: relative;
	background: var(--floralwhitebg);
}
.top_footer_img_box { display: -ms-flexbox; display: flex; width: 100%; }
.top_footer_img_box .footer_img_box { display: block; width: 16.666667%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.top_footer_img_box .footer_img_box::after { content: ''; display: block; padding: 50%; }

.bottom_footer { width: 100%; position: relative; padding: 46px 0 30px 0; border-bottom: solid 5px var(--babypinkbg); }
.bottom_footer .footer_inner { width: 100%; position: relative; display: -ms-flexbox; display: flex; justify-content: space-between; }
.footer_left { position: relative; width: 364px; padding-bottom: 60px; }
.bottom_footer h5 { font-family: 'SweetSansPro-Regular'; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--blacktext); padding: 0 0 31px 0; }
.bottom_footer p { font-family: 'Canela-Light'; font-size: 18px; line-height: 1.3888889; letter-spacing: normal; color: var(--blacktext); }
.footer_center { padding: 0 20px; }
.footer_center .f_menu { position: relative; width: 100%; }
.footer_center .f_menu li { position: relative; width: 100%; display: -ms-flexbox; display: flex; }
.footer_center .f_menu li + li { margin-top: 18px; }
.footer_center .f_menu li a { display: -ms-flexbox; display: flex; font-family: 'SweetSansPro-Regular'; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--blacktext); }
.footer_right { width: 364px; }
.footer_right .subscribe_footer { width: 100%; padding: 0 0 0 0; }
.footer_right .subscribe_footer h4 { font-family: 'Canela-Light';font-size: 18px;line-height: 1.3888889;letter-spacing: normal;color: var(--blacktext); padding: 0 0 10px 0; }
.footer_right .subscribe_footer form { width: 100%; position: relative; }
.footer_right .subscribe_footer .subscribe_input { width: 100%; position: relative; padding: 0 0 14px 0; }
.footer_right .subscribe_footer .subscribe_input input { width: 100%; position: relative; width: 100%; height: 40px; border: solid 1px #525b2b; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; padding: 0 15px 0 15px; font-size: 13px; color: var(--armygreenbg); letter-spacing: 0.05em; font-family: 'SweetSansPro-Regular'; background-color: transparent; }
.footer_right .subscribe_footer .subscribe_submit { width: 100%; position: relative; padding: 0 0 14px 0; }
.footer_right .subscribe_footer .subscribe_submit input { width: 100%; height: 63px; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; background-color: var(--orangebg); font-family: 'SweetSansPro-Regular'; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; }
.subscribe_conform { position: relative; width: 100%; }

.copyright_txt {font-family: 'SweetSansPro-Regular';font-size: 13px;letter-spacing: 0.05em;text-transform: uppercase;color: var(--blacktext);padding: 0 0 31px 0;}
.footer_left .copyright_txt { position: absolute; left: 0; bottom: 0; }

.wpcf7-list-item { margin: 0; }
.subscribe_conform input[type="checkbox"] {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.subscribe_conform input[type="checkbox"] + span,
.subscribe_conform input[type="checkbox"] + label {position: relative;cursor: pointer; font-size: 14px; line-height: 1.35714; color: var(--blacktext); width: 100%; position: relative; }
.subscribe_conform input[type="checkbox"] + span:before,
.subscribe_conform input[type="checkbox"] + label:before {content:'';-webkit-appearance: none;background-color: transparent;border: 1px solid var(--armygreenbg); height: 17px; width: 17px; display: inline-block;position: relative; top: -2px; vertical-align: middle;cursor: pointer;margin-right: 7px;}
.subscribe_conform input[type="checkbox"]:checked + span:after,
.subscribe_conform input[type="checkbox"]:checked + label:after {content: '';display: block;position: absolute;top: 2px;left: 6px;width: 6px;height: 9px;border: solid var(--armygreenbg);border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
/*=========================================*/
/* Footer main End */
/*=========================================*/
/* Custom Woocommerce Css Start */
.filter_shop { display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; align-content: center; padding: 0 0 13px; border-bottom: solid 1px #46501d; margin-bottom: 31px; }
.woocommerce .pro_lista .btn_box.shop_now_btn { margin-top: 22px; }
.filter_shop .w3n_breadcrumb { display: -ms-flexbox; display: flex; align-items: center; }
.filter_shop .w3n_breadcrumb ul { display: -ms-flexbox; display: flex; align-items: center; margin-bottom: 0; }
.filter_shop .w3n_breadcrumb ul li:not(:last-child):after { content: '>'; margin: 0 2px; }
.filter_shop .w3n_breadcrumb ul li:after,
.filter_shop .w3n_breadcrumb ul li { display: -ms-flexbox; display: flex; align-items: center; font-family: 'Canela-Light'; font-size: 18px; color: var(--blacktext); }
.filter_shop .w3n_breadcrumb ul li:last-child:after { display: none !important; }
.filter_shop .w3n_breadcrumb ul li a { color: var(--blacktext); }
.filter_shop .w3n_breadcrumb ul li a:hover { color: var(--orangetext); }
.woocommerce-pagination { display: none !important; }
.woocommerce-variation-price { padding-bottom: 15px; }
.woocommerce-shop .woocommerce-products-header__title ,
.tax-product_cat .woocommerce-products-header__title { font-family: 'ThroughBrush'; font-size: 143px; color: var(--armygreentext); text-align: center; }
.tax-product_cat.woocommerce .woocommerce-products-header,
.woocommerce-shop.woocommerce .woocommerce-products-header { margin: 16px 0 0 0; }
.tax-product_cat.woocommerce .woocommerce-products-header { margin: 16px 0 0 0; }
.tax-product_cat.woocommerce .content-area,
.woocommerce-shop.woocommerce .content-area { padding: 0; }
.tax-product_cat.woocommerce .inspired_sec ,
.woocommerce-shop.woocommerce .inspired_sec { padding: 15px 0 122px; }
.filter_right { display: -ms-flexbox; display: flex; align-items: center; }
.filter_right > .filter_button:not(.clear_filter) { display: -ms-flexbox; display: flex; align-items: center; align-content: center; background-color: var(--floralwhitebg); font-size: 13px; color: var(--orangetext); text-transform: uppercase; font-family: 'SweetSansPro-Regular'; letter-spacing: 0.05em; padding: 0 36px 0 56px; height: 55px; margin-left: 13px; }
.filter_right > .filter_button:not(.clear_filter):hover { color: #ffffff; background-color: var(--orangebg); }
.filter_right > .filter_button:not(.clear_filter) i { height: 29px; width: 29px; display: inline-block; vertical-align: top; font-size: 0; line-height: normal; background-image: url(../images/filter-plus-icon.png); background-position: center center; background-repeat: no-repeat; background-size: contain; margin-left: 17px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.filter_right > .filter_button:not(.clear_filter):hover i { background-image: url(../images/filter-plus-icon-white.png); }
.filter_right .w3n_custom_woocommerce select.orderby { background-color: var(--floralwhitebg);font-size: 13px;color: var(--orangetext);text-transform: uppercase;font-family: 'SweetSansPro-Regular';letter-spacing: 0.05em;padding: 0 36px 0 15px;height: 55px; border: none; outline: none !important; border-radius: 0; }
body.sidebar_filter_open .filter_popup_shop { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0);transform: translateX(0); }
body.sidebar_filter_open { overflow: hidden; }
.filter_popup_shop {position: fixed;z-index: 999999;top: 0;right: 0;height: 100vh;height: calc(var(--vh, 1vh) * 100);width: 428px;background-color: var(--floralwhitebg);padding: 0;-webkit-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82);-moz-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82);-ms-box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82);box-shadow: -10px 6px 54px 0px rgba(93, 96, 52, 0.82); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translateX(120%); -moz-transform: translateX(120%); -ms-transform: translateX(120%);transform: translateX(120%); }
.filter_popup_shop_inner { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; height: 100vh; height: calc(var(--vh, 1vh) * 100); padding-top: 31px; }
.filter_popup_top { width: 100%; -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto;overflow: auto;  }
.filter_popup_top h2 { font-family: 'ThroughBrush'; font-size: 75px; color: var(--armygreentext); padding: 0 0 16px 0; }
.filter_catagori { width: 100%; position: relative; }
.filter_catagori + .filter_catagori { margin-top: 30px; }
.filter_catagori h3 { font-family: 'Canela-Thin'; font-size: 30px; color: var(--blacktext); padding: 0 0 6px 0; }
.filter_catagori ul { width: 100%; position: relative; }
.filter_catagori ul li { width: 100%; position: relative; padding: 6px 0; }
.filter_catagori ul li input[type="radio"],
.filter_catagori ul li input[type="checkbox"] {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.filter_catagori ul li input[type="radio"] + label,
.filter_catagori ul li input[type="checkbox"] + label { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size: 13px; letter-spacing: 0.05em; color: var(--armygreentext); text-transform: uppercase; margin: 0; cursor: pointer; }
.filter_catagori ul li input[type="radio"] + label:hover,
.filter_catagori ul li input[type="checkbox"] + label:hover { color: var(--orangetext); }
.filter_catagori ul li input[type="radio"]:checked + label ,
.filter_catagori ul li input[type="checkbox"]:checked + label { color: var(--orangetext); }
.filter_popup_top,
.filter_popup_button {padding: 0 39px 0 35px;}
.filter_popup_button {padding-top: 34px;padding-bottom: 34px;-ms-flex-positive: 0;flex-grow: 0;-ms-flex-negative: 0;flex-shrink: 0;-ms-flex-preferred-size: auto;flex-basis: auto;-ms-flex-item-align: end;align-self: flex-end;width: 100%; text-align: center; }
.filter_popup_button a.apply_filter { width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; background-color: var(--orangebg); height: 62px; font-size: 17px; font-family: 'SweetSansPro-Regular'; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; }
.filter_popup_button a + a { margin-top: 15px; }
.filter_popup_button a.apply_filter:hover { background-color: var(--armygreenbg); }
a.clear_filter { display: inline-block; vertical-align: top; font-family: 'SweetSansPro-Bold'; font-size: 17px; position: relative; padding: 0 0 0 0; color: var(--orangetext); }
.filter_right > a.clear_filter { margin: 0 0 0 10px !important; }
a.clear_filter:hover { color: var(--armygreentext); } 
a.clear_filter:after { content: ''; height: 24px; width: 24px; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23f39f58' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3e%3cline x1='18' y1='6' x2='6' y2='18' /%3e%3cline x1='6' y1='6' x2='18' y2='18' /%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block; vertical-align: top; margin-left: 5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.filter_right > .filter_button + a { margin-right: 13px; }
.filter_loader_img { text-align: center; }
.filter_loader_img img { margin: 0 auto 15px; }
a.clear_filter:hover:after { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-x' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2346501d' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3e%3cline x1='18' y1='6' x2='6' y2='18' /%3e%3cline x1='6' y1='6' x2='18' y2='18' /%3e%3c/svg%3e"); }
.closed-btn { position: absolute; top: 30px; right: 30px;  z-index: 99; }
.closed-btn a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; }
.pro_inner_box { width: 100%; position: relative; overflow: hidden; margin-bottom: 8px; }
.pro_inner_box .pro_add_cart { width: 100%; position: absolute; bottom: 0; left: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translateY(110%); -moz-transform: translateY(110%); -ms-transform: translateY(110%); transform: translateY(110%); }
.pro_box:hover .pro_inner_box .pro_add_cart { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.pro_inner_box .pro_add_cart a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; width: 100%; background-color: var(--armygreenbg); color: #ffffff; font-size: 17px; font-family: 'SweetSansPro-Regular'; text-transform: uppercase; letter-spacing: 0.05em; text-align: center; min-height: 53px; padding: 8px 15px; }
.pro_inner_box .pro_box_image { margin-bottom: 0; }
.pro_inner_box .pro_box_image .outofstock-tag { position: absolute; top: 13px; left: 11px; background-color: #46501d; display: -ms-flexbox; display: flex; align-items: center; align-content: center; text-align: center; font-family: 'SweetSansPro-Regular'; text-transform: uppercase; color: #ffffff; font-size: 13px; min-height: 30px; background-color: var(--armygreenbg); padding: 6px 10px; z-index: 2; }
.pro_box .pro_box_dtl .pro_box_dtl_inner .price { font-family: 'Canela-Light'; font-size: 18px; color: var(--armygreentext); }
.pro_box .pro_box_dtl .pro_box_dtl_inner .price .woocommerce-Price-currencySymbol { padding-right: 3px; }
.woocommerce .pro_lista_row .pro_lista_col { padding: 23px 25px; }

.wpcf7-not-valid-tip { font-size: 13px; font-family: 'SweetSansPro-Medium';font-style: italic;padding: 5px 9px;background: #ffe5e5;border-radius: 5px;margin-top: 5px; }
.wpcf7 form.invalid .wpcf7-response-output { display: none; }
.wpcf7-spinner { position: absolute; top: 20px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
/* Custom Woocommerce Css End */

.cms_page_area { padding: 90px 0; }

.cms_page h1 {
	font-family: 'ThroughBrush';
    font-size: 143px;
    color: var(--armygreentext);
    line-height: normal;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 25px 0px;
	padding:0px;
}
.cms_page h2 {
	font-family: 'Canela-Thin';
    font-size: 55px;
    line-height: 0.94545;
    color: var(--armygreentext);
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 30px 0px;
	padding:0px;
}
.cms_page h3 {
	font-family: 'Canela-Thin';
    font-size: 42px;
    color: var(--blacktext);
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.cms_page h4 {
	font-family: 'Canela-Thin';
    font-size: 30px;
    color: var(--blacktext);
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.cms_page h5 {
    font-family: 'SweetSansPro-Regular';
	font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 15px 0px;
	padding:0px;
}
.cms_page h6 {
	font-family: 'SweetSansPro-Regular';
    font-size: 13px;
    text-transform: uppercase;
    color: var(--armygreentext);
    letter-spacing: 0.05em;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.cms_page p {
	font-family: 'Canela-Light';
    font-size: 18px;
    line-height: 1.388888;
    color: var(--blacktext);
	font-weight:normal;
	margin:0 0 22px 0;
}
.cms_page ul { list-style:none; margin:0 0 25px 0; padding:0px;}
.cms_page ul li {
	position:relative;
	font-family: 'Canela-Light';
    font-size: 18px;
    line-height: 1.388888;
    color: var(--blacktext);
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0 0 0 12px;
}
.cms_page ul li:before {
	content:"";
	width:5px;
	height:5px;
	background:#333333;
	border-radius:50%;
	position:absolute;
	top:8px;
	left:0px;
}
.cms_page ol {  margin:0 0 25px 0; padding:0px 0 0 20px;}
.cms_page ol li {
	position:relative;
	list-style:decimal; 
	display: list-item;
	font-family: 'Canela-Light';
    font-size: 18px;
    line-height: 1.388888;
    color: var(--blacktext);
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0 0 0 0;
}
.cms_page { overflow-x: hidden !important; }
.cms_page a { color:var(--blacktext); text-decoration: underline; }
.cms_page a:hover { color: var(--orangetext); }


/*404 page start*/
section.not-found { display:inline-block; vertical-align:top; width:100%; }
.four_zero_page {padding: 153px 0 100px 0;width: 100%;text-align: center;}
.four_zero_page .big_title {width: 100%;display: inline-block;vertical-align: top;position: relative;text-align: center;}
.four_zero_page .big_title span {display: inline-block;width: 100%;font-family: 'SweetSansPro-Regular';font-size: 17px;text-transform: uppercase;letter-spacing: 0.05em;color: #41843d;text-transform: uppercase;}
.four_zero_page .big_title h1 {padding: 0 0 12px 0; margin:0;}
.four_zero_page .big_title:after {content: '';background: #000000;width: 60px;height: 2px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);display: block;}
.four_zero_page .fore_text {padding: 29px 0 0 0;display: inline-block;width: 100%;}
.four_zero_page .read_more {padding: 32px 0 0 0; justify-content: center; }
body.error404 .site-main { padding:0 !important; }
/*404 page end*/

/* Search page Start */
.search_main_sec { padding: 90px 0; width: 100%; position: relative; }
.search_main_sec .page-header { margin: 0 0 55px 0; }
.search_result_blk { width: 100%; position: relative; }
.search_result_blk .search_result_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.search_result_blk .search_result_row .search_result_image { width: 200px; }
.search_result_blk .search_result_row .search_result_image a { font-size: 0; line-height: normal; display: inline-block; vertical-align: top; width: 100%; }
.search_result_blk .search_result_row .search_result_image a img { width: 100%; height: auto; }
.search_result_blk .search_result_row .search_result_dtl { width: calc(100% - 200px); padding: 0 0 0 30px; }
.search_result_dtl h3 {font-family: 'Canela-Thin';font-size: 30px;color: var(--blacktext);font-weight:normal;line-height:normal;margin:0px 0px 15px 0px;padding:0px;}
.search_result_dtl h3 a { color: var(--blacktext); }
.search_result_dtl h3 a:hover { color: var(--orangetext); }
.search_result_blk .search_result_row + .search_result_row { margin-top: 25px; padding-top: 25px; border-top: solid 1px rgb(0 0 0 / 15%); }
.custom_pagination { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; align-items: center; margin-top: 40px; padding-top: 20px; border-top: solid 1px #000000; justify-content: center; }
.custom_pagination .page-numbers { font-family: 'SweetSansPro-Regular'; font-size: 18px; color: var(--blacktext); margin-right: 15px; }
.custom_pagination .page-numbers:last-child { margin: 0 !important; }
.custom_pagination a.page-numbers:hover { color: var(--orangetext); }
.custom_pagination .page-numbers.current { font-family: 'SweetSansPro-Bold'; color: var(--orangetext); }
/* Search page End */






