:root {
	--zilly-body-color: #626571;
	--zilly-body-bg-color: #ffffff;
	--zilly-primary-color: #1b8057;
    --zilly-secondary-color: #1e6046;
    --zilly-border-color: #d7d7d7;
    --zilly-meta-color: #b0b2b8;
    --zilly-meta-light-color: #898989;
	--zilly-rating-color: #f8c519;
    --zilly-heading-color: #161925;
	--zilly-red-color: #e00000;
	--zilly-white-color: #ffffff;
	--zilly-black-color: #161925;
	--zilly-grey-color: #f7f7f7;
	--zilly-light-color: #f3f9f5;
	--zilly-grey-light-color: #848793;
	--zilly-dark-color: #626571;

	--zilly-primary-color-rgb: 27, 128, 87;
	--zilly-secondary-color-rgb: 232, 242, 238;
	--zilly-heading-color-rgb: 23, 25, 37;
	--zilly-rating-color-rgb: 248, 197, 25;

}
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Search
#. Header Sticky
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Layout 7
#. Header Layout 8
#. Header Top Social
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Woocommerce
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: var(--zilly-body-color);
	background-color: var(--zilly-body-bg-color);
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
a {
	color: var(--zilly-primary-color);
	text-decoration: none;
}
a:hover {
	color: var(--zilly-secondary-color);
	text-decoration: none;
	outline: 0 none;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
	outline: 0 none;
}
a:active {
	text-decoration: none;
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p {
	margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Inter', sans-serif;
	margin: 0 0 20px 0;
	color: var(--zilly-heading-color);
}
h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 54px;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
}
h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
}
h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
ul {
	list-style: disc inside none ;
	margin: 0 0 20px 0;
}
#wrapper {
	overflow: hidden;
	transition: all 0.21s ease-in-out;
}
hr,
.elementor hr {
	background-color: #e5e5e5;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
	outline: none;
}
.modal-backdrop {
	display: none;
}
.rtcl-report-modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content .close {
	position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 6px;
    padding: 3px;
    height: 34px;
    width: 34px;
    line-height: 1;
    font-size: 20px;
    background: var(--zilly-primary-color);
}
.mfp-white-popup {
	position: relative;
	background: var(--zilly-grey-light-color);
	border-radius: 10px;
	padding: 40px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	transition: 5s all;
}
.mfp-fade .mfp-content {
  	transform: translateY(-65px);
  	transition: all 1s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
 	transform: translateY(0);
}
.mfp-iframe-scaler iframe {
    border-radius: 15px;
}
.mfp-close-btn-in .mfp-close {
    background-color: transparent;
}
.mfp-close-btn-in .mfp-white-popup .mfp-close {
	color: var(--zilly-heading-color);
}
/*for theme only*/
.primary-color {
	color: var(--zilly-primary-color);
}
.secondary-color {
	color: var(--zilly-secondary-color);
}
#page .content-area {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-bottom-spacer {
	margin-bottom:20px;
	width: 100%;
	height:1px;
	border-bottom: 1px solid var(--zilly-border-color);
}
.visibility-h {
	visibility: hidden;
}
.rt-grid-item {
    display: block;
    float: left;
    clear: both;
}
.container-custom {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
@media (min-width: 992px) and (max-width: 1400px ) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
	    max-width: 1320px;
	}
}
.blend img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}
.fab.fa-rss {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa-rss:before {
    content: "\f09e";
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.btn-common i {
	font-size: 14px;
	padding-left: 8px;
}
/*style 1*/
a.button-style-1 {
	position: relative;
	background: transparent;
	border: 1px solid var(--zilly-border-color);
	color: var(--zilly-body-color);
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	padding: 17px 36px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.5px;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
}
a.button-style-1:hover {
	color: var(--zilly-white-color);
	background: var(--zilly-primary-color);
	border-color: transparent;
}
/*button style 2*/
a.button-style-2 {
	position: relative;
	background-color: var(--zilly-light-color);
	color: var(--zilly-primary-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 17px 36px;
	line-height: 1;
	overflow: hidden;
	z-index: 1;
}
a.button-style-2:hover {
	color: var(--zilly-white-color);
	background: var(--zilly-primary-color);
}
/*button style 3*/
a.button-style-3 {
	position: relative;
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 17px 36px;
	line-height: 1;
	z-index: 1;
	overflow: hidden;
}
a.button-style-3:hover {
	background-color: var(--zilly-secondary-color);
	color: var(--zilly-white-color);
}
/*button style 4*/
a.button-style-4 {
	position: relative;
	background-color: var(--zilly-rating-color);
	color: var(--zilly-black-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 17px 36px;
	line-height: 1;
	z-index: 1;
	overflow: hidden;
}
a.button-style-4:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
/*play button style*/
.play-btn-primary,
.play-btn-white,
.play-btn-yellow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.21s ease-in-out;
}
/*primary*/
.play-btn-primary {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    font-size: 20px;
}
.play-btn-primary:hover {
    background-color: var(--zilly-secondary-color);
    color: var(--zilly-primary-color);
}
/*white*/
.play-btn-white {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--zilly-white-color);
	color: var(--zilly-primary-color);
	font-size: 20px;
}
.play-btn-white:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
/*white lg*/
.play-btn-yellow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--zilly-rating-color);
	color: var(--zilly-white-color);
	font-size: 22px;
}
.play-btn-yellow:hover {
	background-color: var(--zilly-light-color);
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	border-bottom: 1px solid var(--zilly-border-color);
	position: relative;
	z-index: 1;
}
.header-top-bar a {
	color: var(--zilly-white-color);
}
.header-top-bar a:hover {
	opacity: 0.8;
}
.header-top-bar .top-bar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 7px;
}
.header-top-bar .tophead-right,
.header-top-bar .tophead-left {
	position: relative;
}
.header-top-bar ul {
	display: inline-flex;
	align-items: center;
	column-gap: 24px;
}
.header-top-bar ul li {
	position: relative;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 7px;
}
.header-top-bar ul li a {
	color: var(--zilly-white-color);
}
.header-top-bar ul li i {
	line-height: 1;
}
.header-top-bar .opening-label {
	padding-right: 5px;
}
.header-top-bar ul li:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 12px;
    width: 1px;
    background-color: var(--zilly-border-color);
    right: -12px;
    top: 2px;
}
.header-top-bar ul li:last-child:before {
	display: none;
}
/*topbar style 02*/
.topbar-style-2 .header-top-bar {
	background-color: var(--zilly-white-color);
	color: var(--zilly-body-color);
}
.topbar-style-2 .header-top-bar ul li a {
	color: var(--zilly-body-color);
}
.topbar-style-2 .header-top-bar ul li a:hover {
	color: var(--zilly-primary-color);
}
/*Top bar widget*/
.header-top-bar .widget {
	margin-bottom: 0;
}
/*custom widget*/
.custom-widget-layout .widget ul li a {
	color: var(--zilly-white-color);
}
.custom-widget-layout .widget ul li a:hover {
	color: var(--zilly-white-color);
}
.header-top-bar ul.footer-social li:before {
	display: none;
}
.rt-slider-widget .swiper-navigation > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
	background-color: transparent;
    line-height: 1;
    outline: none;
    color: var(--zilly-white-color);
    font-size: 13px;
    margin-top: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    transition: all 0.21s ease-in-out;
}
.rt-slider-widget .rt-swiper-slider .swiper-slide { 
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.rt-slider-widget .rt-swiper-slider .swiper-slide a {
	font-size: 14px;
	font-weight: 400;
	color: var(--zilly-rating-color);
}
/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-icon-area {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.header-icon-area > div {
	position: relative;
}
.header-icon-area .item-icon > a {
	font-size: 20px;
	line-height: 1;
	color: var(--zilly-heading-color);
}
.header-icon-area .item-icon .item-count {
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zilly-heading-color);
    background-color: var(--zilly-rating-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -4px;
    font-size: 13px;
    font-weight: 600;
}
.drawer-container {
    height: 100vh;
    padding: 50px 20px;
    max-width: 395px;
    width: 100%;
    position: fixed;
    transform: translateX(100%);
    top: 0;
    right: 0;
    background-color: var(--zilly-white-color);
    z-index: 99999;
	transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    will-change: transform;
    transition-property: transform;
}
.drawer-container.show-sidebar {
    transform: translateX(0);
	transition: all 0.21s cubic-bezier(.3,.02,0,.6);
}
.drawer-container .close {
    position: absolute;
    right: 32px;
    top: 10px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 1rem;
    border: 1px solid var(--zilly-border-color);
    background-color: var(--zilly-white-color);
    color: var(--zilly-body-color);
    transition: all 0.21s ease-in-out;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drawer-container .close:hover {
	border: 1px solid transparent;
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.rtsb-minicart-drawer {
	transition-duration: 0.31s;
    transition-timing-function: ease-in-out;
    will-change: transform;
    transition-property: transform;
}
.rtsb-drawer-container.show-sidebar {
	border: none;
	transition-duration: 0.31s;
    transition-timing-function: ease-in-out;
    will-change: transform;
    transition-property: transform;
}
.rtsb-minicart-drawer .close {
	border: 1px solid var(--zilly-border-color);
	top: 16px;
	opacity: 1;
}
.rtsb-minicart-drawer .close:hover:after, 
.rtsb-minicart-drawer .close:hover:before {
	background-color: var(--zilly-white-color);
}
.rtsb-minicart-drawer .close:hover {
	background-color: var(--zilly-primary-color);
}
.admin-bar .rtsb-minicart-drawer .close {
	top: 46px;
}
#rtsb-cart-float-menu .rtsb-cart-icon-total {
	color: var(--zilly-heading-color);
    font-weight: 600;
}
#rtsb-cart-float-menu .cart-icon-total {
	font-size: 14px;
	color: var(--zilly-heading-color);
}
#rtsb-cart-float-menu .cart-icon .cart-number-wrapper .item-label {
	text-transform: capitalize;
}
.drawer-overlay {
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background-color: var(--zilly-white-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
body.slidemenuon .drawer-overlay {
	z-index: -1;
}
#rtsb-side-content-area-id .mini-cart-header-wrapper {
	background-color: var(--zilly-grey-color);
	border-radius: 6px;
	margin-bottom: 20px;
}
#rtsb-side-content-area-id .mini-cart-header-wrapper span.rtsb-clear-cart {
	text-decoration: none;
	color: var(--zilly-body-color);
}
#rtsb-side-content-area-id .mini-cart-header-wrapper span.rtsb-clear-cart:hover {
	color: var(--zilly-primary-color);
}
#rtsb-side-content-area-id .mini-cart-header-wrapper .cart-count {
	background-color: var(--zilly-primary-color);
}
#rtsb-side-content-area-id ul.cart_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rtsb-side-content-area-id .mini_cart_item {
	border-bottom: 1px solid var(--zilly-border-color);
}
#rtsb-side-content-area-id .mini_cart_item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#rtsb-side-content-area-id .cart-single-product {
	display: flex;
    align-items: flex-start;
    column-gap: 20px;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .thumb-wrapper {
	max-width: 75px;
	border: 1px solid var(--zilly-border-color);
	box-shadow: none;
	border-radius: 4px;
	padding: 8px;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a {
    color: var(--zilly-heading-color);
	font-size: 14px;
}
#rtsb-side-content-area-id .mini_cart_item .single-product-wrapper .details-wrapper .product-title a:hover {
    color: var(--zilly-primary-color);
}
#rtsb-side-content-area-id .quantity .quantity-item .input-group-btn {
	display: none;
}
#rtsb-side-content-area-id .rtsb-apply-coupon-toggle a {
	color: var(--zilly-primary-color);
	font-weight: 600;
}
#rtsb-side-content-area-id .mini-cart-bottom .cart_totals {
	border: 2px solid var(--zilly-primary-color);
    border-radius: 6px;
	margin: 0 24px;
    padding: 15px 7px 15px 0;
}
#rtsb-side-content-area-id .woocommerce-mini-cart__buttons.buttons {
    padding: 15px 24px;
}
/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
	background-color: var(--zilly-primary-color);
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
	background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
	background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
	background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	padding: 0;
	width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
	outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
	display: block;
	width: 35px;
	position: relative;
	height: 50px;
}
.offcanvas-navigation ul {
	padding: 0;
	margin: 0;
}
.offcanvas-navigation ul li {
	line-height: 1.7;
}
@media(max-width: 767px) {
	.offcanvas-navigation ul li {
		line-height: 1.2;
	}
	.offcanvas-navigation ul li a {
		font-size: 28px;
	}
}
/*Header Search*/
.header-search {
	position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: all 0.21s ease-in-out;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .header-search-wrap {
	position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 345px;
    background-color: var(--zilly-white-color);
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open .header-search-wrap {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .close {
	position: absolute;
    right: 12px;
    top: 50px;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    font-size: 1rem;
    border: 1px solid var(--zilly-border-color);
    background-color: var(--zilly-white-color);
    color: var(--zilly-body-color);
    transition: all 0.21s ease-in-out;
    cursor: pointer;
	padding: 0;
    z-index: 1;
}
.header-search .close:hover {
	border: 1px solid transparent;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
}
.header-search.open .close {
  	opacity: 1;
  	visibility: visible;
}
.header-search .close:focus {
	box-shadow: none;
	outline: none;
}
.header-search .header-search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1176px;
	width: 100%;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
	width: 90%;
	height: 60px;
	color: var(--zilly-heading-color);
	font-size: 22px;
	text-align: left;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	padding: 15px 35px 15px 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid var(--zilly-border-color);
	line-height: 28px;
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input::-webkit-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-ms-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-moz-placeholder {
	color: #aaa;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--zilly-heading-color);
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  transition: all 0s ease-in-out;
}
.header-search .header-search-form .search-btn i {
	line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
  color: var(--zilly-primary-color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  position: absolute;
  left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}
.header-area {
	background: var(--zilly-white-color);
	position: relative;
	z-index: 10;
	transition: all 0.21s ease-in-out;
}
/*-------------------------------------
#. Header Sticky
---------------------------------------*/
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	background-color: var(--zilly-white-color);
	box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 3%);
}
/* Header Logo */
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.site-header .site-branding a img {
	max-width: 200px;
	width: 100%;
}
.site-header .site-branding .light-logo {
	display: none;
}
/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--zilly-heading-color);
    padding: 39px 15px;
    text-transform: capitalize;
    transition: all 0.21s ease-in-out;
}
.main-navigation ul li span.new {
	background: var(--zilly-primary-color);
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
.main-navigation ul li span.hot {
	background: #ff1f1f;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
/*-------------------------------------
#. Main Navigation
---------------------------------------*/
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: var(--zilly-heading-color);
	padding: 18px 0;
	text-transform: capitalize;
}
.site-header .main-navigation > nav > ul > li {
	margin-right: 30px;
}
.site-header .main-navigation > nav > ul > li:last-child {
	margin-right: 0;
}
@media(max-width: 1440px) {
	.site-header .main-navigation > nav > ul > li {
		margin-right: 20px;
	}
}
.site-header .main-navigation nav > ul > li > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    transform: translateY(0);
    left: 0;
    background-color: var(--zilly-primary-color);
    border-radius: 45px;
    width: 0;
    height: 2px;
    transition: all 0.21s ease-in-out;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
    width: 100%;
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
	color: var(--zilly-primary-color);
    content: "\e803";
    font-family: "radius-zilly-font";
    padding-left: 7px;
    font-size: 7px;
    line-height: 1;
    position: relative;
    top: -4px;
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: var(--zilly-primary-color);
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
	text-align: left;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
	color: var(--zilly-heading-color);
	content: "\e817";
    font-family: "radius-zilly-font";
	font-size: 8px;
	position: absolute;
	right: 15px;
	top: 7px;
	transition: all 0.21s ease-in-out;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	color: var(--zilly-heading-color);
	text-transform: inherit;
	padding: 7px 20px;	
	font-size: 14px;
	font-weight: 500;
	z-index: 2;
}
.site-header .main-navigation ul > li > ul {
	position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    margin: 0;
    padding: 10px 0;
    background-color: var(--zilly-white-color);
    text-align: left;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
    padding: 15px 0;
    border-radius: 0 0 6px 6px;
    visibility: hidden;
    transition: all 0.21s cubic-bezier(.3,.02,0,.6);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li:hover > ul {
	top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.21s ease-in-out;
    transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
	left: 260px;
	top: 0;
	width: 260px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
	top: 0;
}
.site-header .main-navigation ul li ul {
	background-color: var(--zilly-white-color);
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul.sub-menu li > a:before {
	position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-primary-color);
	transform: translateY(-50%);
    transition: all 0.21s ease-in-out;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a {
	padding-left: 33px;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
	content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	width: calc(100% - 0px);
	max-width: 1530px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
	width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
	width: 750px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	display: inline-block;
	width: 100%;
	border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
	top: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
	content: '';
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
	color: var(--zilly-primary-color);
	font-size: 14px;
	padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	color: var(--zilly-heading-color);
	font-size: 16px;
	font-weight: 600;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li:hover > a {
	padding-left: 20px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a:before,
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
	display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}
/*product header search 01*/
.search-box-wrap-1 form {
	margin-bottom: 0;
}
.rt-advanced-search-1 .rt-input-group {
	position: relative;
}
.rt-advanced-search-1 .product-search-form {
	background-color: var(--zilly-grey-color);
    border-radius: 50px;
    font-size: 14px;
    padding: 14px 117px 14px 15px;
    line-height: 1;
    height: 50px;
    transition: unset;
    width: 100%;
}
.rt-advanced-search-1 .product-search-form:focus {
	border-color: var(--zilly-primary-color);
	box-shadow: none;
}
.rt-advanced-search-1 .input-group-append {
	position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.rt-advanced-search-1 .input-group-append button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--zilly-rating-color);
    border-radius: 0 50px 50px 0;
    padding: 13px 18px;
    color: var(--zilly-black-color);
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 1;
    display: flex;
    column-gap: 8px;
    align-items: center;
	transition: all 0.21s ease-in-out;
}
.rt-advanced-search-1 .input-group-append button i {
	font-size: 17px;
}
.rt-advanced-search-1 .input-group-append button:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
/*product header search 02*/
.rt-action-list-2 .rt-cat-drop .rt-btn {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    color: var(--zilly-black-color);
    background-color: var(--zilly-grey-color);
    box-shadow: none;
    border: none;
    border-radius: 50px 0 0 50px;
    position: relative;
    height: 50px;
	min-width: 160px;
    z-index: 5;
}
.rt-action-list-2 .rt-cat-drop .rt-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--zilly-border-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
.rt-action-list-2 .rt-cat-drop .rt-btn .down-arrow {
	position: relative;
	top: -2px;
	font-size: 7px;
}
.rt-action-list-2 .rt-drop-menu {
    top: calc(-100% + 0px) !important;
    padding-top: 65px;
    padding-bottom: 10px;
    border-radius: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 100%;
    background-color: var(--zilly-grey-color);
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 24px;
    border: none;
    z-index: 4;
	height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.rt-action-list-2 .rt-drop-menu li {
	font-size: 14px;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    color: var(--zilly-black-color);
}
.rt-advanced-search-2 .rt-input-group {
	position: relative;
}
.rt-advanced-search-2 .product-search-form {
	background-color: var(--zilly-grey-color);
    border-radius: 0 50px 50px 0;
    border: none;
    font-size: 14px;
    padding: 14px 117px 14px 15px;
    line-height: 1;
    height: 50px;
    transition: unset;
    width: 100%;
}
.rt-advanced-search-2 .product-search-form:focus {
	box-shadow: none;
	border: none;
}
.rt-advanced-search-2 .input-group-append {
	position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.rt-advanced-search-2 .input-group-append button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--zilly-rating-color);
    border-radius: 0 50px 50px 0;
    padding: 13px 18px;
    color: var(--zilly-black-color);
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 1;
    display: flex;
    column-gap: 8px;
    align-items: center;
	transition: all 0.21s ease-in-out;
}
.rt-advanced-search-2 .input-group-append button i {
	font-size: 17px;
}
.rt-advanced-search-2 .input-group-append button:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.product-search .result {
    position: relative;
}
.product-search .result .result-wrap {
    background: var(--zilly-white-color);
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 6px;
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.product-search .result ul li {
    border-bottom: solid 1px var(--zilly-border-color);
    padding: 15px 25px;
    display: flex;
	align-items: center;
    gap: 15px;
}
.product-search .result ul li:last-child {
	border-bottom: none;
}
.product-search .result ul li .thumb {
	background-color: var(--zilly-grey-color);
	border-radius: 4px;
	padding: 5px;
}
.product-search .result ul li img {
    max-width: 60px;
}
.product-search .result .title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-search .result .title a {
	color: var(--zilly-body-color);
}
.product-search .result .title a:hover {
	color: var(--zilly-primary-color);
}
.product-search .rtin-price {
    color: var(--zilly-heading-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}
.product-search .rtin-price del {
	font-weight: 400;
    color: var(--zilly-meta-color);
    margin-right: 6px;
}
.product-search .rtin-price ins {
	background-color: transparent;
}
/*Header Category*/
.menu-product-category .down-arrow {
	font-size: 8px;
	padding-left: 15px;
}
.menu-product-category .cat-menu-close {
    position: absolute;
    top: 100%;    
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
	transition-duration: 0.21s;
    transition-timing-function: ease-in-out;
    will-change: transform;
}
.menu-product-category:hover .cat-menu-close {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.menu-product-category ul {
    background-color: var(--zilly-white-color);
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 0 0 6px 6px;
    min-width: 230px;
}
.menu-product-category ul li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 10px 20px;
	border-bottom: 1px solid var(--zilly-border-color);
	transition: all 0.21s ease-in-out;
}
.menu-product-category ul li:last-child {
	border-bottom: none;
}
.menu-product-category ul li img {
	max-width: 22px;
}
.menu-product-category ul li a {
    display: block;
    color: var(--zilly-heading-color);
    font-size: 14px;
    font-weight: 500;
}
.menu-product-category ul li:hover {
	background-color: var(--zilly-grey-color);
}
.menu-product-category ul li:hover a {
	color: var(--zilly-primary-color);
	padding-left: 5px;
}
.menu-product-category .rt-child-cat {
    position: absolute;
    width: 230px;
    height: auto;
    left: 100%;
    background: var(--zilly-white-color);
    z-index: 999;
    top: 0;
    transition: all 0.21s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateX( 15px);
}
.menu-product-category li:hover .rt-child-cat {
    opacity: 1;
    visibility: visible;
    transform: translateX( 0px);
    margin: 0;
    padding: 0;
}
.menu-product-category ul .rt-child-cat li a {
	color: var(--zilly-heading-color);
}
.menu-product-category ul .rt-child-cat li:hover a {
	color: var(--zilly-primary-color);
}
.menu-product-category ul .cat-has-children > a:after {
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 12px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/

.header-style-1 .header-menu {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05 );
}
.header-style-1 .site-header .main-navigation nav > ul > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .menu-full-wrap {
	column-gap: 30px;
}
.header-style-2 .header-top {
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-style-2 .rt-sticky {
	box-shadow: unset;
}
.header-style-2 .header-top-icon .header-login {
    display: flex;
    align-items: center;
    column-gap: 7px;
    position: relative;
    margin-right: 25px;    
}
.header-style-2 .header-top-icon .header-login i {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--zilly-light-color);
    color: var(--zilly-primary-color);
}
.header-style-2 .header-top-icon .header-login::after {
    content: "";
    height: 18px;
    width: 1.5px;
    background-color: var(--zilly-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header-style-2 .header-info-wrap {
	display: inline-flex;
	column-gap: 50px;
}
.header-style-2 .cart-icon-info {
	display: inline-flex;
	column-gap: 25px;
}
.header-style-2 .header-info {
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
}
.header-style-2 .header-info .info-icon {
	color: var(--zilly-white-color);
	font-size: 24px;
}
.header-style-2 .header-info .phone-wrap {
	display: flex;
    align-items: center;
    column-gap: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 10% 35%);
    background: var(--zilly-red-color);
    height: 60px;
    margin-top: -1px;
    margin-bottom: -1px;
	margin-right: -1px;
    border-radius: 0 6px 6px 0;
    padding: 0 24px 0 40px;
}
.header-style-2 .header-info .info-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--zilly-white-color);
}
.header-style-2 .header-info .info-text a {
	color: var(--zilly-white-color);
}
.header-style-2 .header-info .info-text a:hover {
	opacity: 0.9;
}
.header-style-2 .header-info .info-text span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--zilly-white-color);
}
.header-style-2 .header-dark {
	position: relative;
	padding-left: 24px;
	background-color: var(--zilly-grey-color);
	border: 1px solid #E9E9E9;
	border-radius: 6px;
}
.header-style-2 .header-info .special-offer {
	display: flex;
	align-items: center;
	column-gap: 7px;
	padding-right: 24px;
	font-size: 14px;
	font-weight: 600;
}
.header-style-2 .header-info .special-offer i {
	color: var(--zilly-primary-color);
	font-size: 20px;
}
.header-style-2 .header-info .special-offer a {
    color: var(--zilly-heading-color);
}
.header-style-2 .header-info .special-offer a:hover {
	color: var(--zilly-primary-color);
}
/*all category*/
.header-style-2 .menu-product-category {
	position: relative;
}
.header-style-2 .menu-product-category .menu-cat-button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zilly-heading-color);
    border: 1px solid var(--zilly-border-color);
    border-radius: 50px;
    padding: 5px 24px;
    height: 50px;
    transition: all 0.21s ease-in-out;
}
.header-style-2 .menu-product-category .menu-cat-button > i {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .header-top-bar {
    border-bottom: 1px solid #30956C;
}
.header-style-3 .menu-full-wrap {
    column-gap: 30px;
}
.header-style-3 .header-area {
	background-color: var(--zilly-primary-color);
}
.header-style-3 .header-top {
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-style-3 .header-bottom {
	background-color: var(--zilly-white-color);
	box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 3%);
}
.header-style-3 .special-offer {
    font-weight: 600;
    font-size: 14px;
    color: var(--zilly-heading-color);
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.header-style-3 .special-offer i {
	font-size: 20px;
	color: var(--zilly-primary-color);
}
.header-style-3 .special-offer a {
	color: var(--zilly-heading-color);
}
.header-style-3 .special-offer a:hover {
	color: var(--zilly-primary-color);
}
.header-style-3 .header-top-icon .header-login {
    margin-right: 20px;
}
.header-style-3 .header-top-icon .header-login i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--zilly-light-color);
    color: var(--zilly-light-color);
}
.header-style-3 .header-top-icon .header-login a {
	display: flex;
	align-items: center;
	column-gap: 7px;
	color: var(--zilly-white-color);
}
.header-style-3 .header-top-icon .header-login a:hover {
	color: var(--zilly-rating-color);
}
.header-style-3 .header-top-icon .header-login::after {
    content: "";
    height: 18px;
    width: 1.5px;
    background: var(--zilly-white-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header-style-3 .phone-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 50px;
}
.header-style-3 .phone-wrap .info-icon {
    color: var(--zilly-rating-color);
    font-size: 24px;
}
.header-style-3 .phone-wrap .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--zilly-white-color);
}
.header-style-3 .phone-wrap .info-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--zilly-white-color);
}
.header-style-3 .phone-wrap .info-text a {
    color: var(--zilly-white-color);
}
.header-style-3 .phone-wrap .info-text a:hover {
	color: var(--zilly-rating-color);
}
.header-style-3 .header-icon-area .item-icon > a {
    color: var(--zilly-white-color);
}
.header-style-3 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-3 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-3 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-3 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	background-color: var(--zilly-white-color);
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-full-wrap {
    column-gap: 30px;
}
.header-style-4 .header-top {
	padding-top: 21px;
	padding-bottom: 21px;
}
.header-style-4 .header-bottom {
	background-color: var(--zilly-primary-color);
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-style-4 .special-offer {
    font-weight: 600;
    font-size: 14px;
    color: var(--zilly-heading-color);
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding-right: 15px;
    margin-right: 15px;
}
.header-style-4 .special-offer::after {
    position: absolute;
    content: "";
    height: 65px;
    width: 1px;
    background-color: rgba(232, 242, 238, 0.2);
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.header-style-4 .special-offer i {
	font-size: 20px;
	color: var(--zilly-white-color);
}
.header-style-4 .special-offer a {
	color: var(--zilly-white-color);
}
.header-style-4 .special-offer a:hover {
	color: var(--zilly-rating-color);
}
.header-style-4 .header-top-icon .header-login {
    margin-right: 25px;
}
.header-style-4 .header-top-icon .header-login i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid #b0b2b8;
    color: var(--zilly-black-color);
}
.header-style-4 .header-top-icon .header-login a {
	display: flex;
	align-items: center;
	column-gap: 7px;
	color: var(--zilly-black-color);
}
.header-style-4 .header-top-icon .header-login a:hover {
	color: var(--zilly-primary-color);
}
.header-style-4 .header-top-icon .header-login::after {
    content: "";
    height: 18px;
    width: 1.5px;
    background: var(--zilly-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header-style-4 .phone-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-style-4 .phone-wrap .info-icon {
    color: var(--zilly-white-color);
    font-size: 22px;
}
.header-style-4 .phone-wrap .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--zilly-white-color);
}
.header-style-4 .phone-wrap .info-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--zilly-white-color);
}
.header-style-4 .phone-wrap .info-text a {
    color: var(--zilly-white-color);
}
.header-style-4 .phone-wrap .info-text a:hover {
	color: var(--zilly-rating-color);
}
.header-style-4 .rt-advanced-search-1 .product-search-form {
	border: none;
}
/*all category*/
.header-style-4 .menu-product-category .menu-cat-button {
    background-color: rgba(232, 242, 238, 0.07);
	border: 1px solid rgba(232, 242, 238, 0.2);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zilly-white-color);    
    padding: 5px 24px;
    height: 50px;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .menu-full-wrap {
    column-gap: 30px;
}
.header-style-5 .header-area {
	background-color: var(--zilly-primary-color);
}
.header-style-5 .header-top {
	padding-top: 21px;
	padding-bottom: 21px;
	border-top: 3px solid var(--zilly-rating-color);
}
.header-style-5 .header-top.rt-sticky {
	background-color: var(--zilly-primary-color);
}
.header-style-5 .header-bottom {
	padding-bottom: 20px;
}
.header-style-5 .special-offer {
    font-weight: 600;
    font-size: 14px;
    color: var(--zilly-heading-color);
    position: relative;
    letter-spacing: 0.6px;
}
.header-style-5 .special-offer a {
	color: var(--zilly-heading-color);
}
.header-style-5 .special-offer a:hover {
	color: var(--zilly-primary-color);
}
.header-style-5 .header-login {
	position: relative;
    margin-right: 20px;
}
.header-style-5 .header-login i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--zilly-light-color);
    color: var(--zilly-light-color);
}
.header-style-5 .header-login a {
	display: flex;
	align-items: center;
	column-gap: 7px;
	color: var(--zilly-white-color);
}
.header-style-5 .header-login a:hover {
	color: var(--zilly-rating-color);
}
.header-style-5 .header-login::after {
    content: "";
    height: 18px;
    width: 1.5px;
    background: var(--zilly-white-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header-style-5 .phone-menu-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
}
.header-style-5 .phone-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: rgba(232, 242, 238, 0.07);
	border: 1px solid rgba(232, 242, 238, 0.2);
    border-radius: 6px;
    padding: 8px 15px;
}
.header-style-5 .phone-wrap .info-icon {
    color: var(--zilly-white-color);
    font-size: 22px;
}
.header-style-5 .phone-wrap .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--zilly-white-color);
}
.header-style-5 .phone-wrap .info-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--zilly-white-color);
}
.header-style-5 .phone-wrap .info-text a {
    color: var(--zilly-white-color);
}
.header-style-5 .phone-wrap .info-text a:hover {
	color: var(--zilly-rating-color);
}
.header-style-5 .site-header .main-navigation nav > ul > li > a,
.header-style-5 .site-header .main-navigation ul.menu li.current-menu-ancestor > a {
	color: var(--zilly-white-color);
}
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	background-color: var(--zilly-white-color);
}
.header-style-5 .site-header .main-navigation nav > ul > li > a::before {
	background-color: var(--zilly-white-color);
}
.header-style-5 .site-header .main-navigation nav > ul > li > a::after {
	color: var(--zilly-white-color);
}
.header-style-5 .header-icon-area .item-icon > a {
    color: var(--zilly-white-color);
}
/*category advance search*/
.header-style-5 .rt-action-list-2 .rt-cat-drop .rt-btn {
	border-radius: 6px 0 0 6px;
	z-index: 0;
}
.header-style-5 .rt-advanced-search-2 .product-search-form {
	border-radius: 0 6px 6px 0;
}
.header-style-5 .rt-advanced-search-2 .input-group-append button {
	border-radius: 0 6px 6px 0;
}
.header-style-5 .rt-action-list-2 .rt-drop-menu {
	top: 20px !important;
	padding-top: 25px;
	border-radius: 6px;
}
/*all category*/
.header-style-5 .menu-product-category .menu-cat-button {
    background-color: var(--zilly-white-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zilly-black-color);
    border: none;
    border-radius: 6px;
    padding: 5px 24px;
    height: 50px;
    text-transform: uppercase;
}
.header-style-5 .menu-product-category .menu-cat-button .down-arrow {
	font-size: 8px;
	padding-left: 15px;
}
.header-style-5 .menu-product-category .menu-cat-button i {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .menu-full-wrap {
    column-gap: 30px;
}
.header-style-6 .header-top {
	border-bottom: 1px solid var(--zilly-border-color);
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-style-6 .header-bottom {
	background-color: var(--zilly-white-color);
	box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 3%);
}
.header-style-6 .site-header .main-navigation nav > ul > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-style-6 .special-offer {
    font-weight: 600;
    font-size: 14px;
    color: var(--zilly-heading-color);
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.header-style-6 .special-offer i {
	font-size: 20px;
	color: var(--zilly-primary-color);
}
.header-style-6 .special-offer a {
	color: var(--zilly-heading-color);
}
.header-style-6 .special-offer a:hover {
	color: var(--zilly-primary-color);
}
.header-style-6 .header-login {
    margin-right: 20px;
}
.header-style-6 .header-login i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--zilly-border-color);
    color: var(--zilly-body-color);
}
.header-style-6 .header-login a {
	display: flex;
	align-items: center;
	column-gap: 7px;
	color: var(--zilly-body-color);
}
.header-style-6 .header-login a:hover {
	color: var(--zilly-primary-color);
}
.header-style-6 .header-login::after {
    content: "";
    height: 18px;
    width: 1.5px;
    background: var(--zilly-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header-style-6 .phone-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 50px;
}
.header-style-6 .phone-wrap .info-icon {
    color: var(--zilly-primary-color);
    font-size: 24px;
    width: 48px;
    height: 48px;
    border: 1px solid var(--zilly-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-6 .phone-wrap .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.header-style-6 .phone-wrap .info-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--zilly-body-color);
}
.header-style-6 .phone-wrap .info-text a {
    color: var(--zilly-heading-color);
}
.header-style-6 .phone-wrap .info-text a:hover {
    color: var(--zilly-primary-color);
}
.header-style-6 .header-icon-area .item-icon > a {
    color: var(--zilly-heading-color);
}
.header-style-6 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-6 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-6 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-6 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	background-color: var(--zilly-heading-color);
}
/*all category*/
.header-style-6 .menu-product-category .menu-cat-button {
    background-color: var(--zilly-white-color);
	border: 1px solid var(--zilly-border-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zilly-heading-color);
    border-radius: 50px;
    padding: 5px 24px;
    height: 50px;
}
.header-style-6 .menu-product-category .menu-cat-button > i {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Header Layout 7
---------------------------------------*/
.header-style-7 .header-top-bar {
	border-bottom: 1px solid rgba(232, 242, 238, 0.2);
}
.header-style-7 .menu-full-wrap {
    column-gap: 70px;
}
.header-style-7 .menu-full-wrap .menu-wrap {
	flex: 1;
}
.header-style-7 .header-area {
	background-color: var(--zilly-primary-color);
}
.header-style-7 .header-top {
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-style-7 .header-bottom {
	background-color: var(--zilly-white-color);
	border-bottom: 1px solid var(--zilly-border-color);
}
.header-style-7 .site-header .main-navigation nav > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.header-style-7 .special-offer {
    font-weight: 600;
    font-size: 14px;
    color: var(--zilly-heading-color);
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.header-style-7 .special-offer i {
	font-size: 20px;
	color: var(--zilly-primary-color);
}
.header-style-7 .special-offer a {
	color: var(--zilly-heading-color);
}
.header-style-7 .special-offer a:hover {
	color: var(--zilly-primary-color);
}
.header-style-7 .header-top-icon .header-login i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--zilly-light-color);
    color: var(--zilly-light-color);
}
.header-style-7 .phone-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-style-7 .phone-wrap .info-icon {
    color: var(--zilly-rating-color);
    font-size: 24px;
}
.header-style-7 .phone-wrap .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--zilly-white-color);
}
.header-style-7 .phone-wrap .info-text span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--zilly-white-color);
}
.header-style-7 .phone-wrap .info-text a {
    color: var(--zilly-white-color);
}
.header-style-7 .header-icon-area .item-icon > a {
    color: var(--zilly-white-color);
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	background-color: var(--zilly-white-color);
}
.header-style-7 .menu-product-category .menu-cat-button {
	position: relative;
    background-color: var(--zilly-white-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
	padding: 0;
    color: var(--zilly-heading-color);
}
.header-style-7 .menu-product-category .menu-cat-button:after {
	position: absolute;
	content: "";
	right: -25px;
    top: -22px;
    height: 72px;
	width: 1px;
	background-color: var(--zilly-border-color);
}
.header-style-7 .menu-product-category i {
	color: var(--zilly-primary-color);
}
.header-style-7 .menu-product-category i.down-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	color: var(--zilly-white-color);
	background-color: var(--zilly-rating-color);
	border-radius: 50%;
	margin-left: 45px;
	padding-left: 0;
}
/*-------------------------------------
#. Header Layout 8
---------------------------------------*/
.header-style-8 .menu-full-wrap {
    column-gap: 30px;
}
.header-style-8 .header-top {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--zilly-primary-color);
}
.header-style-8 .header-top-icon .header-login {
	font-size: 13px;
    margin-right: 5px;
}
.header-style-8 .header-top-icon .header-login a {
	display: flex;
    align-items: center;
    column-gap: 7px;
    color: var(--zilly-white-color);
    background-color: rgba(225,225,255,0.2);
    padding: 4px 15px;
    border-radius: 30px;
}
.header-style-8 .header-top-icon .header-login a:hover {
	color: var(--zilly-rating-color);
}
.header-style-8 .address-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
	max-width: 200px;
}
.header-style-8 .address-wrap .info-icon {
    color: var(--zilly-white-color);
    font-size: 24px;
}
.header-style-8 .address-wrap .info-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--zilly-white-color);
}
.header-style-8 .header-icon-area .item-icon > a {
    color: var(--zilly-white-color);
}
.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	background-color: var(--zilly-white-color);
}
.header-style-8 .rt-action-list-2 .rt-cat-drop .rt-btn {
    border-radius: 6px 0 0 6px;
}
.header-style-8 .rt-advanced-search-2 .product-search-form {
    border-radius: 0 6px 6px 0;
}
.header-style-8 .rt-advanced-search-2 .input-group-append button {
    border-radius: 0 6px 6px 0;
}

/*---------------------------
#. Header Top Social
-----------------------------*/
ul.header-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}
ul.header-social li a {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--zilly-light-color);
    color: var(--zilly-light-color);
}
ul.header-social li a:hover {
	background-color: var(--zilly-light-color);
	color: var(--zilly-primary-color);
}
/*---------------------------
#. Header Right Menu
-----------------------------*/
/*scroll bar*/
.mean-bar-scroll::-webkit-scrollbar,
.mini-cart-body::-webkit-scrollbar,
.cart-area .cart-wrapper::-webkit-scrollbar,
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar,
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content .rtsb-modal-body::-webkit-scrollbar {
    width: 0;
}
.additional-menu-area .sidenav {
	max-width: 450px;
    width: 100%;
    position: fixed;
    transform: translateX(-120%);
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--zilly-white-color);
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.05);
	transition-duration: 0.31s;
	transition-timing-function: ease-in-out;
    will-change: transform;
	transition-property: transform;
	display: flex;
	flex-direction: row;
}
.additional-menu-area .sidenav .canvas-sidebar {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    background-color: var(--zilly-primary-color);
    z-index: 4;
    min-width: 70px;
}
.additional-menu-area .sidenav .canvas-content {
	height: 100vh;
    padding: 30px;
    overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.admin-bar .additional-menu-area .sidenav .canvas-sidebar,
.admin-bar .additional-menu-area .sidenav .canvas-content {
	padding-top: 60px;
}
.additional-menu-area .sidenav .closebtn {
    height: 32px;
    width: 32px;
    border-radius: 5px;
    font-size: 1rem;
    border: 1px solid var(--zilly-border-color);
    background-color: var(--zilly-white-color);
    color: var(--zilly-body-color);
    transition: all 0.21s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 10;
}
.additional-menu-area .sidenav .closebtn:hover {
	border: 1px solid transparent;
	background-color: var(--zilly-rating-color);
	color: var(--zilly-heading-color);
}
.additional-menu-area .sidenav .additional-logo a {
	color: var(--zilly-primary-color);
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
.additional-menu-area .sidenav .additional-logo img {
	max-width: 95px;
	width: 100%;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
}
.additional-menu-area .sidenav .dark-logo {
	display: none;
}
.additional-menu-area .sidenav ul.menu {
	padding-top: 15px;
}
.additional-menu-area .sidenav ul.menu li {
	position: relative;
	line-height: 24px;
	list-style: none;
	transition: all 0.21s ease-in-out;
}
.additional-menu-area .sidenav ul.menu li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: var(--zilly-heading-color);
	border: none;
	padding: 7px 0;
	font-weight: 500;
}
.additional-menu-area .sidenav ul.menu li > a:hover {
	color: var(--zilly-primary-color);
}
.additional-menu-area .sidenav ul.menu li > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-primary-color);
	transform: translateY(-50%);
    transition: all 0.21s ease-in-out;
}
.additional-menu-area .sidenav ul.menu li > a:hover {
    padding-left: 15px;
}
.additional-menu-area .sidenav ul.menu li > a:hover:before {
    opacity: 1;
    visibility: visible;
}
.additional-menu-area .sub-menu {
	display: none;
}
.additional-menu-area .sidenav .sub-menu {
	padding-left: 20px;
}
.additional-menu-area .sidenav ul.menu li ul li a {
	color: var(--zilly-heading-color);
    text-transform: inherit;
	font-size: 14px;
    font-weight: 400;
}
.additional-menu-area .sidenav ul.menu li > span {
	position: absolute;
    right: 12px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-color: var(--zilly-white-color);
    border: 1px solid var(--zilly-border-color);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.additional-menu-area .sidenav ul.menu li > span:after {
    content: "\2b";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--zilly-primary-color);
}
.additional-menu-area .sidenav ul.menu li > span.open:after {
    content: '\f068';
}
.additional-menu-area .sidenav-address {
	color: var(--zilly-body-color);
}
.additional-menu-area .sidenav-address span {
	font-size: 15px;
	display: flex;
	margin-bottom: 5px;
}
.additional-menu-area .sidenav-address span:last-child {
	margin-bottom: 0;
}
.additional-menu-area .sidenav-address .icon-zilly-message:before {
	font-size: 10px;
}
.additional-menu-area .sidenav-address span > i {
	color: var(--zilly-primary-color);
	margin-right: 15px;
	width: 15px;
	position: relative;
}
.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--zilly-body-color);
	padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
	color: var(--zilly-primary-color);
}
.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}
.additional-menu-area .sidenav .canvas-sidebar > div {
	display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
	height: auto;
}
.additional-menu-area .sidenav-social span {
	color: var(--zilly-heading-color);
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.additional-menu-area .sidenav-social span a {	
    color: var(--zilly-white-color);
    position: relative;
}
.additional-menu-area .sidenav-social span a:hover {
	color: var(--zilly-rating-color);
}
.additional-menu-area .rt-cart-icon,
.additional-menu-area .offcanvus-user a,
.additional-menu-area .header-icon-area .item-icon > a {
	color: var(--zilly-white-color);
	font-size: 18px;
}
.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}
.rt-cart-float-inner .rt-cart-icon {
	font-size: 18px;
	cursor: pointer;
}
.rt-cart-float-inner .rt-cart-icon .items {
	display: none;
}
.rt-cart-float-inner .cart-number-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zilly-heading-color);
    background-color: var(--zilly-rating-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -4px;
    font-size: 13px;
    font-weight: 600;
}
/*offcanvus product search*/
.sidenav .search-box-wrap-2 {
	flex-grow: unset !important;
}
.sidenav .rt-action-list-2 .rt-cat-drop .rt-btn {
	border-radius: 6px;
	padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    height: 40px;
    min-width: 134px;
}
.sidenav .rt-advanced-search-2 .product-search-form {
	border-radius: 0 6px 6px 0;
	padding: 0 34px 0px 8px;
	height: 40px;
}
.sidenav .rt-advanced-search-2 .input-group-append button {
	background-color: transparent;
    padding: 13px 10px;
	column-gap: 0;
    font-size: 0;
}
.sidenav .rt-advanced-search-2 .input-group-append button:hover {
	background-color: transparent;
	color: var(--zilly-primary-color);
}
body .rt-cover {
	z-index: 149; 
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--zilly-white-color);
	animation: slideInLeft 0.31s ease-in-out;
}
/*offcanvus button*/
.header-offcanvus button.side-menu-trigger .menu-text {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    color: #292929;
    transition: all 0.21s ease-in-out;
    position: relative;
    top: 1px;
}
.header-offcanvus button.side-menu-trigger {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 16.5px;
	top: 0;
	overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--zilly-heading-color);
	border-radius: 12px;
	transition: all 0.21s ease-in-out;
	transition-delay: 0s;
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--zilly-heading-color);
	transition: all 0.1s ease-in-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--zilly-heading-color);
	transition: all 0.21s ease-in-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
	top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
	top: 7px;
	width: 20px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 14px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0.5px;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
	transition-delay: 0.15s;
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: 0.30s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
	transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2::before {
	transform: translateX(-100%);
	transition-delay: 0.75s;
}
/*offcanvus widget*/
.sidenav-address > .widget {
	margin-bottom: 40px;
}
.sidenav-address > .widget h3 {
	display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    z-index: 2;
}
/*-------------------
#. Preloader css
--------------------*/
#preloader {
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
.loader {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
}
.loader .cssload-loader {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.loader .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid var(--zilly-primary-color);
}
.loader .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid var(--zilly-primary-color);
}
.loader .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid var(--zilly-primary-color);
}
@keyframes cssload-rotate-one {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
	position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: block;
	color: var(--zilly-primary-color);
	background-color: var(--zilly-grey-color);
	border: 1px solid var(--zilly-border-color);
	border-radius: 4px;
	padding: 12px 3px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px);
    transition: all 200ms linear, margin-right 0ms;
    text-align: center;
}
.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.scroll-wrap i::before {
	transform: rotate(-90deg);
}
.back-top-label {
	font-size: 14px;
	font-weight: 500;
    writing-mode: vertical-lr;
    margin-top: 5px;
}
/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.footer-content-area {
	position: relative;
	font-size: 15px;
	border-top: none;
	padding: 60px 0 25px;
	color: var(--zilly-light-color);
	z-index: 1;
}
.footer-content-area a,
.footer-content-area .widget ul li a {
	color: var(--zilly-light-color);
}
.footer-content-area a:hover,
.footer-content-area .widget ul li a:hover {
	color: var(--zilly-rating-color);
}
.footer-area .widgettitle {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	color: var(--zilly-white-color);
	font-size: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.footer-top-area {
		text-align: left;
	}
}
.footer-top-area .widget_archive.widget > select {
	margin-top: 0;
}
.footer-top-area .widget {
	margin-bottom: 35px;
	padding-bottom: 0px;
	width: 100%;
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget.footer-custom-logo {
	margin-bottom: 15px;
}
.footer-top-area .widget.footer-custom-logo img {
	width: 124px;
}
.footer-top-area .widget ul.menu li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-content-area ul.menu li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget ul.menu li a:hover {
	padding-left: 12px;
}
.footer-content-area ul.menu li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*Google app*/
.footer-content-area .footer-google-app h4 {
	color: var(--zilly-white-color);
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.2;
}
.footer-content-area .footer-google-app p {
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-content-area .footer-google-app ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}
.footer-content-area .footer-google-app ul li {
	margin: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}
/*About address*/
.footer-top-area .widget_zilly_address {
	margin-bottom: 24px;
	padding-right: 30px;
}
.footer-top-area .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
}
.footer-top-area .corporate-address li i {
	position: relative;
	top: 4px;
	line-height: 1;
	width: 36px;
    padding-right: 12px;
	color: var(--zilly-white-color);
}
.footer-top-area .corporate-address li .icon-zilly-location,
.footer-top-area .corporate-address li .icon-zilly-phone {
	font-size: 20px;
}
/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover, 
.footer-top-area .search-form input:-webkit-autofill:focus, 
.footer-top-area .search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form button:hover {
	color: #fff;
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--zilly-grey-light-color);
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--zilly-grey-light-color);
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--zilly-grey-light-color);
}
.footer-top-area .wp-caption-text {
	color: inherit;
}
/*widget archive*/
.footer-top-area .widget_archive ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_archive ul li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_archive ul li a:hover {
	padding-left: 12px;
}
.footer-top-area .widget_archive ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*widget categories*/
.footer-top-area .widget_categories ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_categories ul li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_categories ul li a:hover {
	padding-left: 12px;
}
.footer-top-area .widget_categories ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*widget pages*/
.footer-top-area .widget_pages ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_pages ul li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_pages ul li a:hover {
	padding-left: 12px;
}
.footer-top-area .widget_pages ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*widget meta*/
.footer-top-area .widget_meta ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_meta ul li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_meta ul li a:hover {
	padding-left: 12px;
}
.footer-top-area .widget_meta ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--zilly-primary-color);
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
	left: -15px;
	top: -3px;
}
/*widget recent entries*/
.footer-top-area .widget_recent_entries ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_recent_entries ul li a::before {
	position: absolute;
	content: '';
	left: 0;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-rating-color);
    transition: all 0.21s ease-in-out;
}
.footer-top-area .widget_recent_entries ul li a:hover {
	padding-left: 12px;
}
.footer-top-area .widget_recent_entries ul li a:hover::before {
	opacity: 1;
	visibility: visible;
}
/*widget Social*/
.footer-area .footer-about {
	margin-bottom: 28px;
}
@media(min-width: 992px) {
	.footer-area .footer-about {
		margin-right: 40px;
	}
}
.footer-area .social-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
@media(max-width: 425px) {
	.footer-area .social-wrap {
		gap: 10px;
	}
}
@media(max-width: 320px) {
	.footer-area .social-wrap {
		gap: 0;
	}
}
.footer-content-area .widget .footer-social li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all 0.21s ease-in-out;
}
.footer-content-area .widget .footer-social li a {	
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: var(--zilly-primary-color);
    background: var(--zilly-light-color);
    border-radius: 50%;
}
.footer-content-area .widget .footer-social li a:hover {
	background: var(--zilly-rating-color);
	color: var(--zilly-heading-color);
}
/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-top: 6px;
}
.footer-top-area .widget_tag_cloud a {
	background: var(--zilly-light-color);
	border-radius: 50px;
	border: none;
	color: var(--zilly-primary-color) !important;
	display: inline-block;
	text-decoration: none;
	font-size: 15px !important;
	padding: 8px 18px;
	line-height: 1.2;
}
.footer-top-area .widget_tag_cloud a:hover {
	background-color: var(--zilly-white-color);
}
/*widget calender*/
.footer-top-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	border-radius: 6px 6px 0 0;
	background: var(--zilly-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.footer-top-area .widget_calendar table {
	margin: 0;
}
.footer-top-area .widget_calendar table td#today {
	background: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.footer-top-area .widget_calendar table td#today a {
	color: var(--zilly-white-color);
}
.footer-top-area .widget_calendar table td a {
	color: var(--zilly-primary-color);
}
/*widget newsletter form*/
.footer-top-area .fluentform .ff-el-group {
	margin-bottom: 0;
}
.footer-top-area .frm-fluent-form .ff-t-container {
	display: flex;
	align-items: flex-start;
	gap: 0;
}
.footer-top-area .fluentform .ff-el-form-control {
	background-color: var(--zilly-light-color);
	color: var(--zilly-body-color);
	border-radius: 6px 0 0 6px;
	border: none;
	font-size: 14px;
	padding: 15px;
	height: 50px;
	line-height: 1;
}
.footer-top-area .fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.footer-top-area .fluentform .ff-el-form-control:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.footer-top-area .fluentform .ff-el-form-control:-moz-placeholder {
	color: var(--zilly-body-color);
}
.footer-top-area .fluentform .ff-el-form-control:focus {
	background-color: var(--zilly-light-color);
	color: var(--zilly-body-color);
}
.footer-top-area .frm-fluent-form .ff-t-cell:first-of-type {
	flex-basis: 100% !important;
}
.footer-top-area .fluentform .ff-btn-submit {
    position: relative;
    background-color: var(--zilly-rating-color);
    color: var(--zilly-heading-color);
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0 !important;
    padding: 15px;
    height: 50px;
    min-width: 50px;
    line-height: 1;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.footer-top-area .fluentform .ff-btn-submit i:before {
	transform: rotate(-45deg);
	transition: width 0.21s ease-in-out;
}
.footer-top-area .fluentform .ff-btn-submit:hover {
	opacity: 0.9;
	background-color: var(--zilly-rating-color);
    color: var(--zilly-heading-color);
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.6;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
	margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item .gallery-icon {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}
.footer-top-area .gallery .gallery-item img {
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.21s cubic-bezier(0.42, 0, 0.76, 0.58);
}
.footer-top-area .gallery .gallery-item:hover img {
	transform: scale(1.051);
}
.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(23, 25, 37, 0.9);
	z-index: 0;
}
.footer-area {
	position: relative;
	overflow: hidden;
}
.footer-area .footer-top-area {
	background-color: var(--zilly-heading-color);
	background-attachment: fixed !important;
}
/*Copyright area*/
.footer-copyright-area {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	z-index: 1;
}
.footer-copyright-area .copyright-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--zilly-light-color);
}
.footer-copyright-area .copyright-area .copyright {
	text-align: right;
}
.footer-copyright-area .copyright-area a {
	color: var(--zilly-light-color);
}
.footer-copyright-area .copyright-area a:hover {
	color: var(--zilly-rating-color);
}
.footer-copyright-area .copyright-area.logo-off {
	display: block;
}
.footer-copyright-area .copyright-area.logo-off .copyright {
	text-align: center;
}
.footer-copyright-area .copyright-area .footer-social {
	margin: 0;
	padding: 0;
}
.footer-copyright-area .copyright-area .widget {
	margin-bottom: 0;
}
@media(max-width: 767px) {
	.footer-copyright-area .copyright-area {
		display: block;
	}
	.footer-copyright-area .copyright-area .copyright {
		text-align: center;
	}
}
/*footer brand*/
.footer-brand-logo {
	list-style: none;
	margin: 30px 0 0 0;
    padding: 45px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--zilly-border-color);
}
.footer-style-2 .footer-brand-logo {
	border-top: 1px solid #2A2F41;
}
.footer-style-2 .footer-brand-logo img {
	filter: brightness(0) invert(1);
    opacity: 0.6;
	transition: all 0.21s ease-in-out;
}
.footer-style-2 .footer-brand-logo li:hover img {
	filter: brightness(1) invert(1);
    opacity: 1;
}
.footer-style-3 .footer-brand-logo img {
	filter: grayscale(100%);    
    opacity: 0.4;
	transition: all 0.21s ease-in-out;
}
.footer-style-3 .footer-brand-logo li:hover img {
	filter: grayscale(0);
    opacity: 1;
}
/*Footer style 1*/
.footer-style-1 .footer-copyright-area {
	border-top: 1px solid rgb(95 155 130 / 50%);
}
/*Footer style 2*/
.footer-style-2 .footer-copyright-area {
	background-color: #1E212D;
}
.footer-style-2 .footer-content-area {
	color: var(--zilly-meta-color);
}
.footer-style-2 .footer-content-area a,
.footer-style-2 .footer-content-area .widget ul li a {
	color: var(--zilly-meta-color);
}
.footer-style-2 .footer-content-area a:hover,
.footer-style-2 .footer-content-area .widget ul li a:hover {
	color: var(--zilly-rating-color);
}
.footer-style-2 .footer-copyright-area .copyright-area {
    color: var(--zilly-meta-color);
}
.footer-style-2 .footer-copyright-area .copyright-area a {
    color: var(--zilly-meta-color);
}
.footer-style-2 .footer-copyright-area .copyright-area a:hover {
    color: var(--zilly-rating-color);
}
/*Footer style 3*/
.footer-style-3 .footer-area .widgettitle {
	color: var(--zilly-heading-color);
}
.footer-style-3 .footer-content-area {
	color: var(--zilly-body-color);
}
.footer-style-3 .footer-content-area a,
.footer-style-3 .footer-content-area .widget ul li a {
	color: var(--zilly-body-color);
}
.footer-style-3 .footer-content-area a:hover,
.footer-style-3 .footer-content-area .widget ul li a:hover {
	color: var(--zilly-rating-color);
}
.footer-style-3 .footer-top-area .corporate-address li i {
	color: var(--zilly-primary-color);
}
.footer-style-3 .footer-content-area .widget .footer-social li a {
	background-color: var(--zilly-grey-color);
    color: var(--zilly-primary-color);
}
.footer-style-3 .footer-content-area .widget .footer-social li a:hover {
	background-color: var(--zilly-rating-color);
    color: var(--zilly-heading-color);
}
.footer-style-3 .footer-copyright-area {
	background-color: #161925;
}
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control,
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control:focus {
	background-color: var(--zilly-grey-color);
	color: var(--zilly-heading-color);
}
.footer-style-3 .footer-content-area .footer-google-app h4 {
	color: var(--zilly-heading-color);
}
.footer-style-3 .footer-top-area .widget_tag_cloud a {
	color: var(--zilly-primary-color) !important;
    background: var(--zilly-grey-color);
    border-radius: 50px;
    display: inline-block;
    font-size: 14px !important;
    padding: 8px 18px;
    font-weight: 500;
    line-height: 1.4;
	border: none;
}
.footer-style-3 .footer-top-area .widget_tag_cloud a:hover {
	background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color) !important;
	border: none;
}
/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover, 
.header-search-form input:-webkit-autofill:focus, 
.header-search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}
.widget select {
	border: 1px solid var(--zilly-border-color);
    background-color: var(--zilly-grey-color);
    color: var(--zilly-body-color);
	border-radius: 6px;
    font-size: 14px;
    height: 50px;
	width: 100%;
    padding: 5px 10px 5px 15px;
    outline: none;
    letter-spacing: 0.2px;
}
.widget > select {
	margin-top: 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li a,
.sidebar-widget-area .elementor-widget-container ul li a {
	color: var(--zilly-black-color);
}
.widget ul li a:hover,
.sidebar-widget-area .elementor-widget-container ul li a:hover {
	color: var(--zilly-primary-color);
}
.widget_recent_entries ul li span {
	display: block;
}
.sidebar-widget-area .widget {
	font-size: 14px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--zilly-border-color);
    border-radius: 6px;
	margin-bottom: 30px;
    padding: 32px 40px 40px;
}
.sidebar-widget-area .widget .widgettitle {
	font-size: 18px;
	margin-bottom: 20px;
}
.sidebar-widget-area .widget .widgettitle .line-wrap {
	display: flex;
	align-items: center;
	column-gap: 6px;
	margin-top: 6px;
}
.sidebar-widget-area .widget .widgettitle .titleline {
    position: relative;
    width: 40px;
    height: 4px;
    background: var(--zilly-primary-color);
    border-radius: 30px;
}
.sidebar-widget-area .widget .widgettitle .titleborder {
    position: relative;
    width: 100%;
    height: 1px;
    background: var(--zilly-border-color);
    flex: 1;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid var(--zilly-border-color);
}
.sidebar-widget-area .elementor-widget-container ul li {
	position: relative;
	font-size: 14px;
}
.sidebar-widget-area .elementor-widget-container ul li:last-child,
.sidebar-widget-area .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget-area .widget_rating_filter ul > li > a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 0 !important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
	display: none;
}
.sidebar-widget-area .widget ul li a:hover {
	padding-left: 12px;
}
.sidebar-widget-area .widget ul li a:before {
	position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-primary-color);
    transition: all 0.21s ease-in-out;
}
.sidebar-widget-area .widget ul li a:hover:before {
	opacity: 1;
    visibility: visible;
}
.sidebar-widget-area .widget ul li ul {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--zilly-border-color);
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
	color: var(--zilly-heading-color);
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*download widget*/
.sidebar-widget-area .download-list .item-list {
	background-color: var(--zilly-black-color);
	color: var(--zilly-white-color);
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	padding: 15px 20px;
	text-align: center;
	transition: all 0.21s ease-in-out;
}
.sidebar-widget-area .download-list .item-list:hover {
	background-color: var(--zilly-primary-color);
}
.sidebar-widget-area .download-list .item-list:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .download-list .item-list i {
	font-size: 24px;
	padding-right: 12px;
}
.sidebar-widget-area .download-list .item-list a {
	color: var(--zilly-white-color);
}
/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
	display: block;
	position: relative;
	color: var(--zilly-heading-color);
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.4;
	z-index: 2;
}
.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
	font-size: 14px;
	line-height: 28px;
	list-style: none;
	margin-bottom: 1em;
}
.widget_search .wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__label {
	font-size: 20px;
	font-weight: 500;
}
.wp-block-search input {
	border-radius: 6px;
	border: 1px solid var(--zilly-border-color);
	color: var(--zilly-body-color);
	background-color: var(--zilly-grey-color);
	font-size: 15px;
	outline: none;
}
.wp-block-search .wp-block-search__button {
	color: var(--zilly-white-color);
	background-color: var(--zilly-primary-color);
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.21s ease-in-out;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--zilly-white-color);
	background-color: var(--zilly-secondary-color);
}
.sidebar-widget-area ul.wp-block-categories li, 
.sidebar-widget-area ul.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a, 
.sidebar-widget-area ul.wp-block-archives li a {
	float: left;
}
.wp-block-categories,
.wp-block-archives {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-categories li ul.children, 
.wp-block-archives li ul.children {
	padding-left: 17px;
	float: left;
	width: 100%;
	border-top: 1px solid var(--zilly-border-color);
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 0;
	list-style: none;
}
.wp-block-categories li,
.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
	border-bottom: 1px solid var(--zilly-border-color);
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	transition: all 0.21s ease-in-out;
}
.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-block-categories li a,
.wp-block-archives li a {
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: var(--zilly-body-color);
	display: inline;
	transition: all 0.21s ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	color: var(--zilly-primary-color);
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 14px 13px;
	width: 100%;
	outline: none;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98%;
}
.wp-block-latest-comments li a {
	color: var(--zilly-black-color);
}
.wp-block-latest-comments li a:hover {
	color: var(--zilly-primary-color);
}
/*Search widget*/
.search-form {
	margin-bottom: 0;
	padding-top: 0;
}
.search-form .input-group input {
	border: none;
    background-color: var(--zilly-grey-color);
    color: var(--zilly-body-color);
    border-radius: 6px;
    font-size: 14px;
    height: 50px;
    padding: 5px 10px 5px 15px;
    outline: none;
    letter-spacing: 0.2px;
}
.search-form .input-group button {
	width: 60px;
    height: 50px;
    border-radius: 0 6px 6px 0;
    background-color: var(--zilly-rating-color);
    color: var(--zilly-heading-color);
    font-size: 18px;
    border: none;
    transition: all 0.21s ease-in-out;
    line-height: 1;
}
.search-form .input-group button:focus {
	outline: none;
	box-shadow: none;
}
.search-form .input-group button:hover {
	background: var(--zilly-rating-color);
	color: var(--zilly-heading-color);
	opacity: 0.9;
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
	background: transparent;
}
.search-form input.search-submit {
	width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--zilly-body-color);
}
.mobile-header-search .custom-search-input input {
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	height: 40px;
	padding: 0 25px 0 12px;
	width: 100%;
}
.mobile-header-search .custom-search-input button {  
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #646464;
	font-size: 16px;
	position: absolute;
	top: 0;	
	transition: all 0.21s ease-in-out;	
	padding: 8px 18px 8px 17px;
	right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
	color: var(--zilly-primary-color);
}
.mobile-header-search .custom-search-input .btn {
	z-index: 5;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, 
.input-group>.custom-select:focus, 
.input-group>.form-control:focus {
	background-color: var(--zilly-grey-color);
	z-index: 0;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}
/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
	position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a {
	padding-left: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--zilly-primary-color);
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}
/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: var(--zilly-heading-color);
}
.sidebar-widget-area .widget_rss .rss-widget-icon {
	margin-right: 7px;
	position: relative;
	top: -3px;
}
.sidebar-widget-area .widget_rss ul li {
	position: relative;
	line-height: 1.6;
	color: var(--zilly-body-color);
}
.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 600;
}
.sidebar-widget-area .widget_rss ul li a:hover {
	padding-left: 0;
}
.sidebar-widget-area .widget_rss ul li a:before {
	display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
	color: var(--zilly-heading-color);
	font-weight: 500;
}
/*---widget text css---*/
.widget_text .textwidget strong {
	font-weight: 500;
}
/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud .tagcloud,
.sidebar-widget-area .widget_product_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
	color: var(--zilly-primary-color);
	background: var(--zilly-grey-color);
	border-radius: 50px;
	display: inline-block;
	font-size: 14px !important;
	padding: 8px 18px;
	font-weight: 500;
	line-height: 1.4;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
/*post box*/
.post-box-style .rt-news-box-widget {
	position: relative;
	padding-bottom: 30px;
	display: inline-block;
}
.post-box-style .rt-news-box-widget:last-child {
	padding-bottom: 0;
}
.post-box-style .item-list {
	display: flex;
	align-items: flex-start;
}
.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
	max-width: 100px;
	width: 100%;
}
.post-box-style .post-content {
	flex: 1;
}
.post-box-style .item-list .post-box-img img {
    transition: all 0.21s cubic-bezier(.25,.8,.25,1);
}
.post-box-style .item-list:hover .post-box-img img {
    transform: scale3d(1.055,1.055,1);
}
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}
.post-box-style .topic-box img {
    transition: all 0.21s cubic-bezier(.25,.8,.25,1);
}
.post-box-style .topic-box:hover img {
    transform: scale3d(1.055,1.055,1);
}
.post-box-style .topic-box .rt-wid-post-img {
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;	
	overflow: hidden;
}
.post-box-style .post-content .entry-title {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.5;
}
.post-box-style .post-content .entry-title a {
	color: var(--zilly-black-color);
}
.post-box-style .post-content .entry-title a:hover {
	color: var(--zilly-primary-color);
}
.post-box-style .meta-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 500;
    color: var(--zilly-body-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-box-style .entry-cat {
	display: table;
}
.post-box-style .entry-cat a {
	color: var(--zilly-body-color);
}
.post-box-style .entry-cat a:hover {
	color: var(--zilly-primary-color);
}
.post-box-style .meta-wrap i {
	margin-right: 6px;
}
/*Tab post widget*/
.post-tab-layout .position-relative {
	padding-bottom: 25px;
}
.post-tab-layout .position-relative:last-child {
	padding-bottom: 0;
}
.post-tab-layout .media {
	display: inline-flex;
}
.post-tab-layout .media .media-body {
	flex: 1;
}
.post-tab-layout .media .tab-img-holder {
	max-width: 100px;
	height: 100%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
}
.post-tab-layout .media .tab-img-holder img {
    transition: all 0.21s cubic-bezier(.25,.8,.25,1);
}
.post-tab-layout .media:hover .tab-img-holder img {
    transform: scale3d(1.055,1.055,1);
}
.post-tab-layout ul.btn-tab {
	border-bottom: none;
	margin-bottom: 40px;
	margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
	width: 33.33%;
	display: inline-block;
}
.post-tab-layout ul.item-inline2 li:first-child a {
	border-radius: 6px 0 0 6px;
}
.post-tab-layout ul.item-inline2 li:last-child a {
	border-radius: 0 6px 6px 0;
}
.post-tab-layout ul.btn-tab li a {
	background-color: var(--zilly-grey-color);
	padding: 10px 0px;
	display: block;
	color: var(--zilly-heading-color);
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	padding-left: 0;
	box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 27%);
}
.post-tab-layout ul.btn-tab li a:before {
	display: none;
}
.post-tab-layout .entry-title {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}
.post-tab-layout .entry-title a {
	color: var(--zilly-black-color);
}
.post-tab-layout .entry-title a:hover {
	color: var(--zilly-primary-color);
}
.post-tab-layout .meta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 500;
    color: var(--zilly-body-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-tab-layout .meta-wrap i {
    margin-right: 6px;
}
.post-tab-layout .post-tab-cat {
    display: table;
}
.post-tab-layout .post-tab-cat a {
	color: var(--zilly-body-color);
}
.post-tab-layout .post-tab-cat a:hover {
	color: var(--zilly-primary-color);
}
/*About address*/
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: var(--zilly-meta-light-color);
}
.sidebar-widget-area .widget .corporate-address li i {
	color: var(--zilly-primary-color);
    display: inline-block;
    width: 26px;
    font-size: 16px;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--zilly-primary-color);
	font-size: 18px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
	color: var(--zilly-meta-light-color);
	padding-left: 0 !important;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";	
	margin-right: 0px;
	display: none;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .rt-widget-category ul li {
	width: 100%;
	float: left;
	text-align: right;
}
.sidebar-widget-area .widget_categories ul li:last-child, 
.sidebar-widget-area .widget_archive ul li:last-child {
	padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .rt-widget-category ul li a {
	float: left;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
	padding-left: 17px;
	float: left;
	width: 100%;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
	float: inherit;
	width: inherit;
}
@media(max-width:1199px) {
	.sidebar-widget-area .widget ul li ul.children,
	.sidebar-widget-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}
/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	border-radius: 6px 6px 0 0;
	background: var(--zilly-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
	color: var(--bg-dark-color-1);
}
.sidebar-widget-area .widget_calendar table th {
	font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td#today {
	background: var(--zilly-primary-color);
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar table td#today a {
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar a {
	color: var(--bg-dark-color-1);
	font-weight: 500;
}
.sidebar-widget-area .widget_calendar td a {
	color: var(--zilly-primary-color);
}
.sidebar-widget-area .widget_calendar a:hover {
	color: var(--zilly-primary-color);
}
/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}
.gallery .gallery-item .gallery-icon {
	margin: 5px;
}
.gallery .gallery-item .gallery-icon img {
	border-radius: 6px;
}
.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}
/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
}
/*About Author*/
.sidebar-widget-area .widget.widget_zilly_about_author {
	border: none;
	padding: 0;
}
.widget_zilly_about_author .author-widget {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	padding: 50px 35px 310px;
	border-radius: 6px;
	background-color: var(--zilly-grey-color);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.widget_zilly_about_author .author-widget .offer {
	background-color: var(--zilly-heading-color);
    color: var(--zilly-white-color);
    font-size: 15px;
    border-radius: 6px;
    padding: 4px 13px;
    display: inline-block;
    margin-bottom: 20px;
}
.widget_zilly_about_author .author-widget span.phone {
	font-size: 18px;
}
.widget_zilly_about_author .author-widget span a {
	color: #ffffff;
}
.widget_zilly_about_author .author-widget img {
	margin-bottom: 18px;
	width: 160px;
}
.widget_zilly_about_author .author-widget h3 {
	font-size: 24px;
}
.widget_zilly_about_author .author-widget h4 {
	color: var(--zilly-body-color);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.5;
}
/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
	margin-bottom: 0;
}
/*Widget Product box*/
.product-box-style .rt-product-item {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.product-box-style .rt-product-item:last-child {
	margin-bottom: 0;
}
.product-box-style .product-img {
    position: relative;
    margin-right: 15px;
    padding: 7px;
    overflow: hidden;
    border-radius: 6px;
    max-width: 100px;
    background-color: var(--zilly-grey-color);
}
.product-box-style .entry-title {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.product-box-style .entry-title a {
	color: var(--zilly-body-color);
}
.product-box-style .entry-title a:hover {
	color: var(--zilly-primary-color);
}
.product-box-style .product-cat {
	line-height: 1.2;
}
.product-box-style .product-cat a {
    font-size: 12px;
    color: var(--zilly-meta-light-color);
    margin-bottom: 7px;
}
.product-box-style .widget-product-price {
    color: var(--zilly-black-color);
    font-size: 16px;
    font-weight: 500;
	display: flex;
	column-gap: 6px;
}
.product-box-style .widget-product-price ins {
	background-color: transparent;
}
.product-box-style .widget-product-price del {
    font-size: 14px;
    font-weight: 400;
    color: var(--zilly-meta-color);
    margin-right: 6px;
}
.product-box-style .rt-product-item .rating-count-wrap {
	display: flex;
    align-items: center;
	column-gap: 6px;
    line-height: 1;
}
/*Product price filter*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--zilly-light-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--zilly-primary-color);
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--zilly-primary-color);
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    padding: 10px 22px;
}
/*Product category*/
.widget_product_categories .cat-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.widget_product_categories .count {
	color: var(--zilly-meta-color);
}
/*Product rating filter*/
.sidebar-widget-area .widget_rating_filter ul > li > a {
	color: var(--zilly-meta-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-widget-area .widget_rating_filter ul > li > a:before {
	display: none;
}
/*Product layered nav*/
.woocommerce-widget-layered-nav .wc-layered-nav-term {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-widget-layered-nav .count {
	color: var(--zilly-meta-color);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding-bottom: 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
	display: none;
}
/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
	position: relative;
	z-index: 2;
	background-color: var(--zilly-white-color);	
}
.entry-banner-content {
	border-bottom: 1px solid var(--zilly-border-color);
}
.entry-banner.opacity-on:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(240, 243, 249, 0.01);
	z-index: -1;
}
.entry-banner .entry-banner-content .entry-title {
	color: var(--zilly-heading-color);
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.4;
}
.breadcrumb-area .entry-breadcrumb span {
	font-size: 14px;
	font-weight: 500;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: var(--zilly-body-color);
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--zilly-primary-color);
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
	margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
	color: var(--zilly-primary-color);
}
.entry-banner .entry-breadcrumb .delimiter {
	color: var(--zilly-body-color);
	font-size: 12px;
	padding: 0 7px;
}
.entry-banner .entry-breadcrumb .dvdr {
	color: var(--zilly-body-color);
	font-size: 12px;
	padding: 0 7px;
}
.opacity-on .breadcrumb-area .entry-breadcrumb span a {
	color: var(--zilly-meta-color);
}
.opacity-on .breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--zilly-primary-color);
}
.entry-banner.opacity-on .entry-breadcrumb .dvdr {
	color: var(--zilly-meta-color);
}
/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.breadcrumb-trail ul.trail-items li {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-right: 16px;
	margin-right: 12px;
	color: var(--zilly-primary-color);
}
.breadcrumb-trail ul.trail-items li:after {
	position: absolute;
	content: "-";
	right: 0;
	top: 0;
}
.breadcrumb-trail ul.trail-items li:last-child:after {
	display: none;
}
.breadcrumb-trail ul.trail-items li a {
	color: var(--zilly-primary-color);
}
.breadcrumb-trail ul.trail-items li a:hover {
	color: #646464;
}
.breadcrumb-trail ul.trail-items li > span {
	color: #646464;
}
.banner-text {
	line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
	color: var(--zilly-primary-color);
}
/*-------------------------------------
#. Contents
---------------------------------------*/
.rt-cat-description {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	padding: 30px 30px 10px;
    margin-bottom: 24px;
}
.right-sidebar .rt-cat-description {
	margin-right: 10px;
}
.left-sidebar .rt-cat-description {
	margin-left: 10px;
}
.rt-cat-description .cat-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
}
@media(max-width: 1199px) {
	.right-sidebar .rt-cat-description {
		margin-right: 0;
	}
	.left-sidebar .rt-cat-description {
		margin-left: 0;
	}
}
form.post-password-form label > input {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
	border-radius: 6px;
	background: var(--zilly-primary-color);
	color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all 0.21s ease-in-out;
}
form.post-password-form input[type="submit"]:hover {
	background: var(--zilly-secondary-color);
	color: #ffffff;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media(min-width: 992px) {
	.single.admin-bar .zilly-progress-container {
		top: 32px;
	}
}
.single .zilly-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}
.single .zilly-progress-bar {
	height: 4px;
	background: linear-gradient(90deg, var(--zilly-primary-color) 0%, var(--zilly-primary-color) 100%);
	width: 0%;
}
.single .zilly-progress-container.bottom {
	bottom: 0;
	top: initial;
}
/*post scroll seperator*/
.single-post .ajax-scroll-post > .type-post {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 70px;
}
.single-post .ajax-scroll-post > .type-post:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--zilly-primary-color) 0%, var(--zilly-secondary-color) 100%);
}
.single-post .ajax-scroll-post > .type-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-post .ajax-scroll-post > .type-post:last-child:after {
	display: none;
}
/*post header title*/
.content-area {
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
}
.content-area .entry-content img {
	border-radius: 6px;
}
.entry-header .entry-title {
	font-size: 36px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.entry-header .entry-categorie {
    margin-bottom: 5px;
}
.entry-header .entry-categorie a {
	display: inline-block;
    background-color: var(--zilly-grey-color);
    color: var(--zilly-primary-color);
	margin-bottom: 5px;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.4;
}
.entry-header .entry-categorie a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.entry-header ul.entry-meta {
	padding: 0px;
	margin: 0 0 15px;
	list-style: none;
}
.entry-header ul.entry-meta li {
	display: inline;
    color: var(--zilly-body-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 18px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.entry-header ul.entry-meta li:last-child {
	margin-right: 0;
}
.entry-header ul.entry-meta li i {
    padding-right: 8px;
}
.entry-header ul.entry-meta li a {
	color: var(--zilly-body-color);
}
.entry-header ul.entry-meta li a:hover {
	color: var(--zilly-primary-color);
}
.entry-header ul.entry-meta li img {
	border-radius: 50%;
	margin-right: 15px;
}
.entry-header ul.entry-meta li.item-author a {
    color: var(--zilly-black-color);
}
.entry-header ul.entry-meta li.item-author a:hover {
	color: var(--zilly-primary-color);
}
.entry-header ul.entry-meta li .view-number {
    color: var(--zilly-black-color);
    transition: all 0.21s ease-in-out;
}
/*post video*/
.single-post .embed-responsive-16by9 {
	margin-top: 10px;
}
.single-post .embed-responsive-16by9 .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
}
.single-post .embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.single-post .embed-responsive-16by9 iframe {
	border-radius: 4px;
}
figure.is-type-video {
	border-radius: 4px;
	overflow: hidden;
}
/*post social style*/
.post-share .share-links {
	display: inline-block;
}
.post-share .share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--zilly-body-color);
	font-size: 15px;
	position: relative;
	margin-bottom: 5px;
	margin-right: 15px;
}
.post-share .share-links a:last-child {
	margin-right: 0;
}
.post-share .share-links a:hover {
    color: var(--zilly-primary-color);
}
.post-share .share-links .social-text {
	display: none;
}
/*post content*/
.entry-content .single-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-content .single-post-list li {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin-bottom: 4px;
	display: inline-flex;
	align-items: center;
}
.entry-content .single-post-list li:before {
	content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--zilly-primary-color);
    line-height: 1;
    padding-right: 10px;
}
/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--zilly-border-color);
    border-bottom: 1px solid var(--zilly-border-color);
}
@media(max-width: 767px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}
	.entry-footer .entry-footer-meta .post-share {
		margin-top: 20px;
	}
}
.entry-footer .meta-title {
    display: inline-block;
	font-size: 18px;
    margin-right: 14px;
    margin-bottom: 0;
	line-height: 1.2;
}
.meta-tags a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--zilly-primary-color);
	background-color: var(--zilly-grey-color);
	border-radius: 50px;
	padding: 9px 18px;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.meta-tags a:hover {
	background: var(--zilly-primary-color);
	color: #ffffff;
	border-color: transparent;
}
/*Post author*/
.about-author {	
	display: flex;
	column-gap: 25px;
	background-color: var(--zilly-grey-color);
	padding: 60px;
	margin-bottom: 50px;
	margin-top: 50px;
	border-radius: 6px;
}
.about-author .author-avatar {
	width: 250px;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	.about-author .author-avatar {
		width: 100px;
		margin-bottom: 20px;
	}
}
.about-author .author-avatar img {
	border-radius: 50%;
}
.about-author .author-title {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.4;
	text-transform: capitalize;
}
.about-author .author-title a {
	color: var(--zilly-heading-color);
}
.about-author .author-designation {
	font-size: 14px;
	color: var(--zilly-meta-light-color);
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 16px;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	display: flex;
	gap: 7px;
}
.about-author ul.author-box-social li a {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 15px;
    overflow: hidden;
    position: relative;
}
.about-author ul.author-box-social li a:hover {
	background: var(--zilly-secondary-color);
    color: var(--zilly-white-color);
}
/*next post & prev post*/
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post-navigation .text-left {
	width: 100%;
	transition: all 0.21s ease-in-out;
}
.post-navigation .text-right {
	text-align: right;
	width: 100%;
	transition: all 0.21s ease-in-out;
}
@media(max-width: 480px) {
	.post-navigation {
		display: block;
	}
}
.post-navigation .prev-article,
.post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: var(--zilly-body-color);
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.post-navigation a {
	color: var(--zilly-body-color);
}
.post-navigation a:hover {
	color: var(--zilly-primary-color);
}
.post-navigation .prev-article i {
	display: inline-flex;
	margin-left: 10px;
	font-size: 12px;
}
.post-navigation .next-article i {
	display: inline-flex;
	margin-right: 10px;
	font-size: 14px;
}
.post-navigation .post-nav-title {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.6;
}
.post-navigation .post-nav-title a {
	color: var(--zilly-black-color);
}
.post-navigation .post-nav-title a:hover {
	color: var(--zilly-primary-color);
}
.post-navigation .navigation-archive {
	font-size: 20px;
	padding: 10px;
}
@media(max-width: 480px) {
	.post-navigation .navigation-archive {
		text-align: center;	
	}
}
.page-links {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: var(--zilly-heading-color);
	margin-right: 10px;
	line-height: 1.3;
}
.page-links .page-number {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--zilly-primary-color);
    background: var(--zilly-light-color);
    border-radius: 100%;
    padding: 0;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-weight: 600;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
	background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
}
.page-links a .page-number {
	transition: all 0.21s ease-in-out;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	border-radius: 4px;
	margin-top: 50px;
}
.comment-respond {
	background-color: var(--zilly-grey-color);
	border-radius: 6px;
	padding: 40px;
}
.comment-respond > h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.comments-area ul {
	list-style-type: none;
	padding: 0;
}
.comments-area > ul.comment-list {
	margin-bottom: 0;
}
.comments-area h3.comment-num {
	color: var(--zilly-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: var(--zilly-primary-color);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}
.comments-area .comment-form {
	margin-top: 0px;
}
.comments-area .main-comments .imgholder {
	float: left;
}
.comments-area .main-comments .imgholder img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 110px;
}
.comments-area .main-comments .comment-meta {
	font-size: 15px;
}
@media(max-width: 767px) {
	.comments-area .main-comments .comment-meta {
		display: flow-root;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name {
	color: var(--zilly-body-color);
	font-size: 14px;
	margin-bottom: 6px;
	display: flex;
	column-gap: 10px;
}
@media(max-width:375px) {
	.comments-area .main-comments .comment-meta .comment-author-name {
		display: block;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name h4 {
	color: var(--zilly-black-color);
	font-size: 16px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
	color: var(--zilly-black-color);
}
.comments-area .main-comments .replay-area {
	margin-top: 18px;
}
.comments-area .main-comments .replay-area a {
    border-radius: 50px;
    box-shadow: none;
	background-color: var(--zilly-light-color);
    color: var(--zilly-primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 9px 21px;
    text-transform: uppercase;
}
.comments-area .main-comments .replay-area a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.main-comments .each-comment {
	margin-bottom: 40px;
}
.comments-area .main-comments .comments-body {
	display: flow-root;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 40px;
}
.comments-area .reply-separator {
	margin-top: 40px;
	padding-top: 50px;
}
.main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.comments-area .main-comments .comment-text li {
	border-top: none;
}
@media(max-width: 1200px) {
	.main-comments ul.children {
		margin-left: 30px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 80px;
	}
}
@media(max-width: 575px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
	.comments-area .main-comments .imgholder {
		float: inherit;
		margin-bottom: 8px;
	}
}
.avatar-disabled .main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.no-comments {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}
.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.comment-navigation ul {
	margin-top: 30px;
}
.comment-navigation ul li {
	margin-right: 5px;
	margin-top: 0;
}
.comment-navigation ul li a {
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}
.comment-list pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.comments-area > h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}

#respond .comment-notes {
	margin-bottom: 30px;
}
#respond .logged-in-as {
	margin-bottom: 30px;
}
#respond .logged-in-as a {
	color: var(--zilly-body-color);
}
#respond .form-group {
	margin-bottom: 25px;
}
#respond .form-group.form-submit {
	margin-bottom: 0px;
}
#respond form .form-control {
	border: 1px solid var(--zilly-border-color);
	color: var(--zilly-black-color);
	border-radius: 6px;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	padding: 10px 20px;
	box-shadow: none;
	transition: all 0.21s ease-in-out;
}
#respond form input.form-control {
	height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
	box-shadow: none;
	border-color: var(--zilly-primary-color);
}
input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #a9a9a9;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#respond form .btn-send {
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	background: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	padding: 15px 30px;
	z-index: 1;
	line-height: 1.4;
	letter-spacing: 0.5px;
	overflow: hidden;
	transition: all 0.21s ease-in-out;
}
#respond form .btn-send:hover {
	background: var(--zilly-secondary-color);
	color: var(--zilly-white-color);
}
#respond #cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 5px;
}
#respond form .comment-form-cookies-consent {
	position: relative;
	display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
	background: transparent;
	border: none;
	margin-right: 10px;
	height: inherit;
	box-shadow: none;
	position: absolute;
	top: 5px;
}
#respond form .comment-form-cookies-consent label {
	padding-left: 25px;
	line-height: 1.5;
}
.comment-list > li:first-child {
	border-top: none;
}
.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc;
}
.comment-list .comment-text ul li {
  padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}
.comment-list .comment-text ol {
  margin-bottom: 20px;
  padding: 0;
}
.comment-list .comment-text ol li {
  padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ol ol {
  margin-bottom: 0;
}
.item-comments {
  margin-top: 50px;
}
.item-comments h2 {
  font-size: 24px;
}
.item-comments .item-comments-list {
  margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: var(--zilly-primary-color);
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.item-comments .item-comments-form {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: var(--zilly-heading-color);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*single layout 1*/
.single-post .entry-thumbnail-area img {
	border-radius: 6px;
}
.post-detail-style1 .entry-thumbnail-area,
.post-detail-style1 .single-post-slider {
	position: relative;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.single-post-slider .swiper-navigation > div {
	z-index: 1;
}
.single-post-slider .swiper-button-prev {
	left: 24px;
}
.single-post-slider .swiper-button-next {
	right: 24px;
}
/*single layout 2*/
@media(min-width: 992px) {
	.no-sidebar.post-detail-style2 .main-wrap,
	.no-sidebar .post-detail-style2 .main-wrap {
		padding-left: 15%;
		padding-right: 15%;
	}
	.post-detail-style2 .main-wrap {
		padding-left: 7%;
		padding-right: 7%;
	}
	.no-sidebar.single-post .ajax-scroll-post > .type-post:after {
	    left: 15%;
	    width: 70%;
	}
}
.post-detail-style2 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
}
.post-detail-style2 .show-image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 0;
	border-radius: 10px;
}
.post-detail-style2 .no-image {
	text-align: center;
}
.post-detail-style2 .no-image .rt-play {
	border: 1px solid var(--zilly-border-color);
}
.post-detail-style2 .entry-thumbnail-area img {
	width: 100%;
	object-fit: cover;
}
.post-detail-style2 .show-image .rt-video .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.post-detail-style2 .entry-header ul.entry-meta {
	display: block;
}
@media(max-width: 991px) {
	.post-detail-style2 .entry-footer .entry-footer-meta {
		text-align: center;
	}
}
/*-------------------------------------
#. Admin Author
---------------------------------------*/
.admin-author {
	display: flex;
	border-radius: 10px;
    margin-bottom: 30px;
    padding: 40px 30px;
    border: 1px solid var(--zilly-border-color);
}
.admin-author .author-img {
	flex: 0 0 100px;
	margin-right: 30px;
}
.admin-author .author-img img {
	border-radius: 50%;
}
.admin-author .author-title {
	color: var(--zilly-heading-color);
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
}
.admin-author .author-title a {
	color: var(--zilly-heading-color);
}
.admin-author .author-designation {
	color: var(--zilly-body-color);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.admin-author .author-bio {
	color: var(--zilly-body-color);
}
.admin-author .author-box-social {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 7px;
}
.admin-author .author-box-social li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
}
.admin-author .author-box-social li a:hover {
	background: var(--zilly-secondary-color);
	color: var(--zilly-white-color);
}
@media(max-width: 991px) {
	.admin-author {
		display: block;
	}
	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width: 991px) {
	body.blog .content-area {
		padding-bottom: 60px;
	}
	body.single-post .content-area {
		padding-bottom: 60px;
	}
}
.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-box {
	position: relative;
	padding: 10px;
	background-color: var(--zilly-white-color);
    border-radius: 8px;
    border: 1px solid var(--zilly-border-color);
	transition: all 0.21s ease-in-out;
}
.blog-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.blog-box .entry-content .entry-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.blog-box .entry-content .entry-title a {
	color: var(--zilly-heading-color);
}
.blog-box .entry-content .entry-title a:hover {
	color: var(--zilly-primary-color);
}
.blog-box ul.entry-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-box ul.entry-meta li {
	display: inline;
	color: var(--zilly-body-color);
	font-size: 14px;
	font-weight: 500;
	margin-right: 18px;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
.blog-box ul.entry-meta li:last-child {
	margin-right: 0;
}
.blog-box ul.entry-meta li i {
	padding-right: 8px;
}
.blog-box ul.entry-meta li a {
	color: var(--zilly-body-color);
}
.blog-box ul.entry-meta li a:hover {
	color: var(--zilly-primary-color);
}
.blog-box ul.entry-meta li.post-author a {
	color: var(--zilly-black-color);
}
.blog-box ul.entry-meta li.post-author a:hover {
	color: var(--zilly-primary-color);
}
.blog-box ul.entry-meta li .view-number {
	color: var(--zilly-black-color);
}
.blog-box .entry-content {
	padding: 24px;
}
.blog-box .blog-img-holder .blog-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.blog-box .blog-img-holder .blog-img img {
	transform: scale(1.009);
    transition: all 0.21s cubic-bezier(.25,.8,.25,1);
}
.blog-box:hover .blog-img-holder .blog-img img {
    transform: scale3d(1.035,1.035,1);
}
.blog-box .blog-img-holder .embed-responsive-item {
	width: 100%;
	height: 490px;
	border-radius: 6px;
}
@media(max-width: 767px) {
	.blog-box .blog-img-holder .embed-responsive-item {
		height: 300px;
	}
}
.blog-box .entry-content .post-read-more {
	margin-top: 25px;
}
.blog-box .entry-categories {
	margin-bottom: 6px;
}
.blog-box .entry-categories a {
	display: inline-block;
    line-height: 1.4;
	background-color: var(--zilly-grey-color);
	color: var(--zilly-primary-color);
	margin-bottom: 5px;
	padding: 4px 12px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
}
.blog-box .entry-categories a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.entry-content .entry-text {
	color: var(--zilly-body-color);
	transition: all 0.21s ease-in-out;
}
/*blog layout 1*/
.blog-layout-1 .blog-box {
	margin-bottom: 40px;
}
.blog-layout-1:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-1 .blog-box ul.entry-meta {
	margin-bottom: 13px;
}
.blog-layout-1 .blog-box .entry-content .entry-title {
	font-size: 32px;
	margin-bottom: 6px;
}
.blog-layout-1 .blog-box.show-image .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-1 .no-image.show-preview .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-1 .no-image.no-preview .blog-img .rt-play {
	border: 1px solid var(--zilly-border-color);
	margin: 24px 0 0 24px;
}
/*blog layout 2*/
.blog-layout-2 .blog-box {
	display: flex;
	margin-bottom: 35px;
}
.blog-layout-2:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .entry-content {
	flex-grow: 1;
	border-radius: 0 6px 6px 0;
}
.blog-layout-2 .blog-box .entry-content .entry-title {
	font-size: 24px;
}
.blog-layout-2 .blog-box .blog-img-holder .blog-img,
.blog-layout-2 .blog-box .blog-img-holder .single-post-slider {
	height: 100%;
	width: 400px;
}
.blog-layout-2 .blog-box .blog-img-holder .blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-layout-2 .blog-box .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-2 .blog-box.show-image .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-2 .no-image.show-preview .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-2 .no-image.no-preview .blog-img .rt-play {
	border: 1px solid var(--zilly-border-color);
	margin: 24px 0 0 24px;
	position: relative;
    top: 24px;
    left: 24px;
}
/*image no show*/
.blog-layout-2 .no-image.no-preview {
	display: block;
}
.blog-layout-2 .blog-box .blog-img-holder .embed-responsive-item {
    width: 100%;
    height: 320px;
    border-radius: 6px;
}
@media (max-width: 991px) {
	.blog-layout-2 .blog-box {
		flex-direction: column;
	}
	.blog-layout-2 .blog-box .blog-img-holder .blog-img {
		width: 100%;
	}
}
/*blog layout 3*/
.blog-layout-3 .blog-box.show-image .blog-img {
	overflow: hidden;
}
.blog-layout-3 .blog-box.show-image .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-3 .no-image.show-preview .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-layout-3 .no-image.no-preview .blog-img .rt-play {
	border: 1px solid var(--zilly-border-color);
	margin: 24px 0 0 24px;
}
.blog-layout-3 .blog-box ul.entry-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	line-height: 1;
}
.blog-layout-3 .blog-box ul.entry-meta li {
	margin-right: 0;
}
/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-sapcer {
	margin-left: 10px;
}
.has-sidebar.right-sidebar .rt-sidebar-sapcer {
	margin-right: 10px;
}
@media(max-width:1199px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer {
		margin-right: 0;
		display: inherit;
	}
	.has-sidebar.left-sidebar .rt-sidebar-sapcer {
		margin-left: 0;
	}
}
@media(max-width: 1199px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 60px;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-top: 60px;
		display: inherit;
	}
	.left-sidebar .rtsb-sticky-element,
	.left-sidebar .fixed-bar-coloum {
		order: 2;
	}
}
/*blog sticky*/
.sticky .blog-box {
	background-color: var(--zilly-light-color);
}
.sticky .blog-box .entry-categories a {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.swiper-button-next, 
.swiper-button-prev {
    height: 44px;
    width: 44px;
    background: #fff;
    border-radius: 50%;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}
.rt-swiper-slider,
.rt-swiper-side-slider,
.rt-swiper-cat-slider  {
	overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
/* Related Post title */
.rt-related-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 30px;
}
.rt-related-title .related-title {
	font-size: 24px;
	margin-bottom: 0;
}
.rt-related-title .entry-title {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.rt-related-title .titleline {
	position: relative;
    flex: 1;
    width: 100%;
    display: block;
    height: 1px;
    background-color: var(--zilly-border-color);
    margin-right: 10px;
    margin-left: 10px;
}
.rt-related-title .titleline:before {
	position: absolute;
    content: "";
    top: -1px;
    height: 3px;
    left: 0;
    background: var(--zilly-primary-color);
    border-radius: 4px;
    display: inline-block;
    width: 40px;
}
.rt-related-title .swiper-button {
	display: inline-flex;
}
.rt-related-title .swiper-button > div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 34px;
	width: 34px;
	outline: none;
	margin-top: 0;
	color: var(--zilly-heading-color);
	background-color: var(--zilly-white-color);
	border: 1px solid var(--zilly-border-color);
	border-radius: 4px;
	transition: all 0.21s ease-in-out;
}
.rt-related-title .swiper-button > div:hover {
	background: var(--zilly-primary-color);
	color: var(--zilly-white-color);
	border-color: transparent;
}
.rt-related-title .swiper-button-prev {
	margin-right: 10px;
}
.rt-related-title .swiper-button > div i {
	line-height: 1;
}
.rt-related-title .swiper-button-prev i {
	font-size: 13px;
}
.rt-related-title .swiper-button-next i {
	font-size: 12px;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.rt-related-title .swiper-button > div:after {
	display: none;
}
@media(max-width: 767px) {
	.rt-related-title .entry-title br {
		display: none;
	}
}
/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}
.rt-related-post .entry-content .entry-title {
	font-size: 20px;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul,
nav ul.pagination {
	margin-top: 50px !important;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.pagination-area ul li,
nav ul.pagination li {
	position: relative;
	border: none;
	margin-right: 6px;
}
.pagination-area ul li:last-child {
	margin-right: 0;
}
.pagination-area ul li a,
nav ul.pagination li .page-link,
.rtsb-pagination ul.pagination-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--zilly-primary-color);
    background: var(--zilly-grey-color);
    border-radius: 50%;
    padding: 0;
    height: 48px;
    width: 48px;
    font-size: 18px;
    font-weight: 600;
}
.pagination-area ul li i {
	font-size: 13px;
}
.pagination-area ul li span,
.rtsb-pagination ul.pagination-list li span {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
    border-radius: 50%;
    padding: 0;
    height: 48px;
    width: 48px;
    font-size: 18px;
    font-weight: 600;
}
.pagination-area ul li a:hover,
nav .pagination li a.page-link:hover,
.rtsb-pagination ul.pagination-list li a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.pagination-area ul li span.current,
nav .pagination li.active .page-link {
	background-color: var(--zilly-primary-color);
	color: #ffffff;
}
.pagination-area ul li.active a {
	background-color: var(--zilly-primary-color);
	color: #ffffff;
}
@media(max-width: 767px) {
	.pagination-area ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	.pagination-area ul li span,
	.pagination-area ul li a {
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}
.rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button,
.rtsb-product-catalog .rtsb-archive-pagination-wrap .rtsb-load-more button, 
.rtsb-product-catalog .rtsb-pagination-wrap .rtsb-load-more button {
    background-color: var(--zilly-primary-color);
	border-radius: 30px;
}
.rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button:hover,
.rtsb-product-catalog .rtsb-archive-pagination-wrap .rtsb-load-more button:hover, 
.rtsb-product-catalog .rtsb-pagination-wrap .rtsb-load-more button:hover {
    background-color: var(--zilly-secondary-color);
}
.rtsb-actions-button .button-text,
.rtsb-action-buttons .button-text {
	display: none;
}
/*loadmore*/
a.action-cart.loading::after {
	font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    animation: spin 2s linear infinite;
}
a.action-cart.loading::after {
    top: 7px;
    right: 13px;
    font-size: 14px;
}
.product-meta a.action-cart.loading::after {
    right: 7px;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
}
.error-page-content {
	position: relative;
	text-align: center;
}
.error-page-content p {
	font-size: 22px;
	margin: 0 auto 30px;
	line-height: 1.6;
	width: 50%;
}
.error-page-area .error-page-content .go-home {
	margin-top: 25px;
}
.error-page-area .item-img {
	margin-bottom: 60px;
	position: relative;
	display: inline-flex;
	justify-content: center;
}
.error-page-area .error-img img {
	animation: errorImage 1.5s infinite;
}
@keyframes errorImage {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-10px, -10px);
	}
}
@media(max-width: 1199px) {
	.error-page-content p {
		width: 70%;
	}
}
@media(max-width: 991px) {
	.error-page-content p {
		width: 90%;
	}
}
/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
	margin-bottom: 15px;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}
.fluentform .contact-form .ff-el-form-control {
	background-color: var(--zilly-white-color);
	border: 1px solid var(--zilly-border-color);
	color: var(--zilly-body-color);
	box-shadow: none;	
	border-radius: 6px;
	font-size: 14px;
	padding: 13px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
	border-color: var(--zilly-primary-color);
	background-color: var(--zilly-white-color);
	color: var(--zilly-body-color);
}
.fluentform .contact-form .ff-btn-submit {
	position: relative;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    line-height: 1.4;
    overflow: hidden;
    transition: all 0.21s ease-in-out;
    z-index: 1;
}
.fluentform .contact-form .ff-btn-submit:hover {
    opacity: 1;
	background-color: var(--zilly-secondary-color);
    color: var(--zilly-white-color);
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: var(--zilly-body-color);
}
.fluentform .contact-form .text-danger {
	color: var(--zilly-primary-color) !important;
	font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--zilly-primary-color);
}
.fluentform select.ff-el-form-control:not([size]):not([multiple]) {
    height: auto;
}
@media (min-width: 768px) {
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
	    margin-bottom: 0px !important;
	}
}
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}
.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}
@media( max-width:480px ) {	
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}
	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}
.has-strong-magenta-background-color {
	background-color: #a156b4;
}
.has-strong-magenta-color {
	color: #a156b4;
}
.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
	color: #d0a5db;
}
.has-very-light-gray-background-color {
	background-color: #eee;
}
.has-very-light-gray-color {
	color: #eee;
}
.has-very-dark-gray-background-color {
	background-color: #444;
}
.has-very-dark-gray-color {
	color: #444;
}
.has-small-font-size {
	font-size: 12px;
}
.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}
.has-huge-font-size {
	font-size: 48px;
	line-height: 1.2;
}
.has-regular-font-size {
	font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
	margin-left: 0;
	margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
	margin-left: 30px;
	margin-right: 0;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #cccccc;
	margin: 50px 0;
	text-align: left;
	background: transparent;
}
/*blockquote*/
blockquote {
	color: var(--zilly-black-color);
	background: var(--zilly-grey-color);
	border-left: 5px solid var(--zilly-primary-color);
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	text-align: left;
	padding: 35px 80px 35px 35px;
	margin: 40px 0px 40px;
	position: relative;
}
@media(max-width: 480px) {
	blockquote {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
blockquote p {
	margin-bottom: 0;
	line-height: 1.6;
}
blockquote:before {
	position: absolute;
    color: var(--zilly-meta-color);
    top: 30px;
    right: 40px;
    line-height: 1;
    font-size: 44px;
    content: '\f10e';
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    opacity: 0.4;
}
blockquote cite {
	display: block;
	font-size: 14px;
	color: #646464;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote cite {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
	left: inherit;
	right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
	padding-right: 34px;
}
.wp-block-pullquote {
	border-top: 2px solid var(--zilly-primary-color);
	border-bottom: 2px solid var(--zilly-primary-color);
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.wp-block-pullquote blockquote {
	background-color: transparent;
}
blockquote.wp-block-pullquote {
	background: var(--zilly-grey-light-color-5);
	border-left: none;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	padding: 35px 60px 35px 35px;
	margin: 40px 0px 40px;
	color: #444444;
}
.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}
.wp-block-quote {
	border-color: var(--zilly-primary-color);
	margin: 40px 0px 40px;
	padding-left: 35px;
	border-right: none;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	border-left: 5px solid var(--zilly-primary-color);
	padding: 35px 80px 35px 35px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
	text-align: left;
	font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
	font-style: normal;
}
.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: none;
	text-align: right;
	padding: 35px 80px 35px 35px;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-left: 0;
}
.wp-block-quote.has-text-align-left {
	text-align: left;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large:not(.is-style-plain) p, 
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 28px;
	line-height: 1.3;
}
.wp-block-quote.is-style-large cite br {
	display: none;
}
:root .has-cyan-bluish-gray-background-color {
	background-color: transparent;
}
.wp-block-pullquote.is-style-solid-color {
	max-width: 100%;
	border-radius: 6px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	background: #acb9c3;
	padding-top: 35px;
	padding-bottom: 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.has-zilly-primary-background-color.is-style-solid-color blockquote {
	background: var(--zilly-primary-color);
}
.has-zilly-secondary-background-color.is-style-solid-color blockquote {
	background: var(--zilly-secondary-color);
}
.has-zilly-red-background-color.is-style-solid-color blockquote {
	background: #eb5757;
}
.has-zilly-dark-gray-background-color.is-style-solid-color blockquote {
	background: #626571;
}
.has-zilly-light-gray-background-color.is-style-solid-color blockquote {
	background: #b0b2b8;
}
.has-zilly-white-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}
/* Main column width */
.wp-block {
	max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}
.wp-caption-text {
	color: #555;
    font-size: 13px;
}

pre {
	background: #fff;
	color: #334f7b;
}
code,
a code {
	color: var(--zilly-primary-color);
}
pre code {
	font-size: 15px;
	color: #334f7b;
	word-break: normal;
	line-height: 30px;
}
pre cite {
	font-weight: 400;
}
kbd {
	color: #334f7b;
	padding: 3px 5px 2px 5px;
	margin: 0 1px;
	background: #eaeaea;
	background: rgba(0,0,0,.07);
}
code, kbd, pre, samp, tt, var {
	font-family: Menlo,Consolas,monaco,monospace;
}
.wp-block-code {
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: 15px;
	color: #334f7b;
	padding: 30px;
	border: 1px solid #d6dce9;
	border-radius: 4px;
}
p:last-child img.size-thumbnail.alignright {
  clear: both;
  padding-top: 0;
}
/************** Button ***************/
.wp-block-button {
	margin-bottom: 25px;
}
.wp-block-button.aligncenter {
	text-align: center;
}
.wp-block-button .wp-block-button__link {
    position: relative;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 17px 36px;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
	transition: all 0.21s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover {
	background-color: var(--zilly-secondary-color);
    color: var(--zilly-white-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--zilly-primary-color);
	color: var(--zilly-primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--zilly-secondary-color);
	color: var(--zilly-secondary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
	display: none;
}
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
	border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:before {
	border-radius: 0;
}
.has-zilly-primary-color { color: var(--zilly-primary-color);}
.has-zilly-secondary-color { color: var(--zilly-secondary-color);}
.has-zilly-red-color { color: #eb5757;}
.has-zilly-dark-gray-color { color: #626571;}
.has-zilly-light-gray-color { color: #b0b2b8;}
.has-zilly-white-color { color: #ffffff;}

.has-zilly-primary-background-color { background-color: var(--zilly-primary-color);}
.has-zilly-secondary-background-color { background-color: var(--zilly-secondary-color);}
.has-zilly-red-background-color { background-color: #eb5757;}
.has-zilly-dark-gray-background-color { background-color: #626571;}
.has-zilly-light-gray-background-color { background-color: #b0b2b8;}
.has-zilly-white-background-color { background-color: #ffffff;}

.wp-block-button a.has-zilly-primary-color { color: var(--zilly-primary-color);}
.wp-block-button a.has-zilly-secondary-color { color: var(--zilly-secondary-color);}
.wp-block-button a.has-zilly-red-color { color: #eb5757;}
.wp-block-button a.has-zilly-dark-gray-color { color: #626571;}
.wp-block-button a.has-zilly-light-gray-color { color: #b0b2b8;}
.wp-block-button a.has-zilly-white-color { color: #ffffff;}

.wp-block-button .has-zilly-primary-background-color { background-color: var(--zilly-primary-color);}
.wp-block-button .has-zilly-secondary-background-color { background-color: var(--zilly-secondary-color);}
.wp-block-button .has-zilly-red-background-color { background-color: #eb5757;}
.wp-block-button .has-zilly-dark-gray-background-color { background-color: #626571;}
.wp-block-button .has-zilly-light-gray-background-color { background-color: #b0b2b8;}
.wp-block-button .has-zilly-white-background-color { background-color: #ffffff;}
/*button end*/

.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}
.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}
.wp-block-columns .wp-block-column {
	margin-bottom: 15px;
	margin-top: 15px;
}
.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
		margin-left: 0;
	}
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
	margin-top: 0 !important;
	padding-left: 35px;
	padding-right: 35px;
}
.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}
.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
/*wp block cover*/
.wp-block-cover {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
	color: #ffffff;
}
.wp-block-cover a:hover, 
.wp-block-cover .wp-block-cover-text a:hover, 
.wp-block-cover .has-text-color a:hover, 
.wp-block-cover .has-text-align-center a:hover {
	text-decoration: underline;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover, 
[data-align=right]>.wp-block-cover {
	max-width: 340px;
	width: 100%;
}
.entry-content .wp-block-cover {
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 0px;
	padding: 15px 38px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}
.wp-block-cover.alignleft {
	margin-top: 0;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
	font-size: 36px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: .44em;
	text-align: center;
}
:root .has-pale-pink-background-color {
	background-color: #000;
}
.wp-block-gallery {
	margin-top: 25px;
	margin-bottom: 20px;
}
.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
	border-radius: 6px;
	overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-item figcaption {
	border-radius: 6px;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
	display: inline-block;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}
.blocks-gallery-grid.alignleft, 
.blocks-gallery-grid.alignright, 
.wp-block-gallery.alignleft, 
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}
.wp-block-gallery.alignleft.extraclass {
	margin-right: 30px;
}
.wp-block-gallery-1.wp-block-gallery.columns-3 {
	margin-bottom: 15px;
}
.blocks-gallery-caption,
.wp-block-image figcaption {
	color: var(--zilly-body-color);
	border-radius: 0 0 6px 6px;
}
p:last-child img.size-full.alignright {
	clear: both;
}
.wp-block-spacer {
	clear: both;
}
.gallery .gallery-item {
	text-align: center;
}
.site-content nav.comment-navigation {
	padding-top: 0;
}
.site-content nav.comment-navigation ul {
	margin-top: 0;
	margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
	margin-right: 0;	
}
.site-content nav.comment-navigation ul li a {
	border-radius: 30px;
	height: inherit;
	width: inherit;
	padding: 12px 27px;
	line-height: 1.6;
}
figure.wp-caption.alignnone {
	margin: 15px auto 15px;
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	padding: 10px 20px;
	line-height: 1;
}
.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 20px;
}
.blocks-gallery-item figcaption {
	line-height: 1.4;
}
ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
	display: inline-block;
}
.wp-block-group.has-background {
	margin-bottom: 20px;
}
ul.wp-block-post-template li {
    margin-bottom: 30px;
}
ul.wp-block-post-template .wp-block-post-title {
    margin-bottom: 20px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none;
    padding: 0;
}
.wp-block-search .wp-block-search__label {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 10px;
}
@media(min-width: 575px) {
	.wp-block-columns {
	    flex-wrap: nowrap!important;
	}
}
@media(max-width: 574px) {
	.wp-block-columns {
	    gap: 0 !important;
	}
}
.mean-container .mobile-mene-bar {
	position: relative;
}
.mean-container .mobile-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	left: 0;
	right: 0;
}
.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--zilly-grey-color);
	position: relative;
	padding: 10px 12px;
	top: 0;
	left: 0;
	width: 100%;
}
.mn-top .mean-container .mean-bar {
 	position: fixed;
}
.mean-container .mean-bar .mobile-logo {
	color: var(--zilly-primary-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.mean-container .mean-bar .mobile-logo img {
	max-width: 75px;
}
.mean-container .mean-bar .light-logo {
	display: none;
}
.mean-container .mean-bar .info > div {
	position: relative;
	line-height: 1;
}
.mean-container .mean-bar .info a {
	color: var(--zilly-heading-color);
}
.mean-container .mean-bar .mean-bar-search {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.rt-slide-nav {
	display: block;
	position: absolute;
	background: var(--zilly-white-color);
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 0 0 6px 6px;
	transform: translateX(-120%);
	transition-duration: 0.31s;
    transition-timing-function: ease-in-out;
    will-change: transform;
    transition-property: transform;
}
.mean-bar-scroll {
	height: 600px;
    overflow-y: auto;
	overflow-x: hidden;
}
.slidemenuon .rt-slide-nav {
	transform: translateX(0);
}
.rt-slide-nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
@media only screen and (min-width: 1200px){
  	#meanmenu {
	 	display: none;
  	}
}
@media only screen and (max-width: 1199px){
  	.header-area {
		display: none;
  	}
}
@media only screen and (max-width: 767px){
	#rtsb-cart-float-menu {
	  display: none;
	}
	body > .attachment-woocommerce_thumbnail {
		display: none;
	}
}
.rt-slide-nav nav > ul > li.mega-menu,
.rt-slide-nav nav > ul > li ul.sub-menu li ul,
.rt-slide-nav nav > ul > li > ul.sub-menu {
	position: relative;
	width: 100%;
	transition: inherit;
	transform: inherit;
	background: none;
	box-shadow: none;
	transform-origin: inherit;
	opacity:  1;
	visibility: visible;
	left: 0;
}
.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}
.rt-slide-nav .offscreen-navigation ul {
	padding-left: 12px;
}
.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}
.rt-slide-nav .offscreen-navigation ul li > span {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-color: var(--zilly-white-color);
	border: 1px solid var(--zilly-border-color);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	position: absolute;
	font-size: 12px;
	color: var(--zilly-primary-color);
	line-height: 1;
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: '\f068';
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
   	border-bottom: none;
}
.rt-slide-nav .offscreen-navigation ul li > a {
	display: block;
	position: relative;
	color: var(--zilly-heading-color);
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 22px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
	font-size: 14px;
    font-weight: 500;
	color: var(--zilly-heading-color);
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  	color: var(--zilly-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
	position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--zilly-primary-color);
	transform: translateY(-50%);
    transition: all 0.21s ease-in-out;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
	opacity: 1;
    visibility: visible;
    left: 0;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover {
	padding-left: 12px;
}
.mean-bar .sidebarBtn {
	display: block;
	font-size: 20px;
	cursor: pointer;
  	color: var(--zilly-white-color);
}
.mean-bar .sidebarBtn .bar {
	background: var(--zilly-black-color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.21s ease-in-out;
}
.mean-bar .sidebarBtn .bar:nth-child(2) {
	width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2) {
	opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.slidemenuon .sidebarBtn .bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
/*mobile header topbar*/
.mobile-top-bar .mobile-top {
	border: 1px solid var(--zilly-border-color);
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    margin: 20px 12px;
}
.mobile-top-bar .mobile-social {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	column-gap: 15px;
	margin-top: 15px;
}
.mobile-top-bar .mobile-address,
.mobile-top-bar .mobile-address a {
	color: var(--zilly-heading-color);
}
.mobile-top-bar .mobile-social a {
	color: var(--zilly-heading-color);
}
.mobile-top-bar .mobile-address a:hover,
.mobile-top-bar .mobile-social a:hover {
	color: var(--zilly-primary-color);
}
.mobile-top-bar .mobile-address i {
	color: var(--zilly-primary-color);
	padding-right: 8px;
}
/*mobile product search*/
.rt-slide-nav .search-box-wrap-2 {
	flex-grow: unset !important;
}
.rt-slide-nav .rt-action-list-2 {
	margin: 12px;
}
.rt-slide-nav .rt-action-list-2 .rt-cat-drop .rt-btn {
	border-radius: 6px;
	padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    height: 40px;
    min-width: 134px;
}
.rt-slide-nav .rt-advanced-search-2 .product-search-form {
	border-radius: 0 6px 6px 0;
	padding: 0 34px 0px 8px;
	height: 40px;
}
.rt-slide-nav .rt-advanced-search-2 .input-group-append button {
	background-color: transparent;
    padding: 13px 10px;
	column-gap: 0;
    font-size: 0;
}
.rt-slide-nav .rt-advanced-search-2 .input-group-append button:hover {
	background-color: transparent;
	color: var(--zilly-primary-color);
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
  .wow {
	  visibility: visible !important;
	  animation: none !important;
  }
}
/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.woo-shop-top {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
	padding-bottom: 30px;
}
.woo-shop-top .limit-sort-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
	row-gap: 15px;
}
.woo-shop-top .woocommerce-ordering {
	margin: 0;
	float: inherit;
}
.woocommerce-result-count,
.woocommerce .woocommerce-result-count,
.woocommerce .rtsb-archive-result-count {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	float: inherit;
	color: var(--zilly-body-color);
}
.woocommerce-ordering select,
.woocommerce .rtsb-archive-catalog-ordering .woocommerce-ordering select {
	padding: 5px 24px 5px 10px;
    border-radius: 6px;
    font-size: 14px;
	font-weight: 500;
	width: initial;
	border: 1px solid var(--zilly-border-color);
	outline: none;
	vertical-align: middle;
	color: var(--zilly-black-color);
}
.view-mode ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.view-mode ul li a,
.rtsb-archive-view-mode a {
	font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-content: center;
    border-radius: 5px;
    border: 1px solid var(--zilly-border-color);
    color: var(--zilly-meta-color);
}
.view-mode ul li.active a,
.rtsb-archive-view-mode a.active {
	background-color: transparent;
    border-color: var(--zilly-primary-color);
    color: var(--zilly-primary-color);
    box-shadow: 0 8px 8px rgba(41, 91, 71, 0.17);
}
@media only screen and (max-width: 991px) {
	.woo-shop-top {
		justify-content: center;
	}
}
.woocommerce ul.products {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.woocommerce ul.products:before {
	display: none;
}
.woocommerce ul.products li.product {
	float: none;
	flex: 0 0 auto;
	max-width: initial;
    margin: 0 !important;
	padding: 0 !important;
}
.woocommerce ul.products.columns-2 li.product {
    width: calc(100%/2 - ( 15px / 2 ) * (2 - 1 ) );
}
.woocommerce ul.products.columns-3 li.product {
    width: calc(100%/3 - ( 15px / 3 ) * (3 - 1 ) );
}
.woocommerce ul.products.columns-4 li.product {
    width: calc(100%/4 - ( 15px / 4 ) * (4 - 1 ) );
}
.woocommerce ul.products.columns-5 li.product {
    width: calc(100%/5 - ( 15px / 5 ) * (5 - 1 ) );
}
.woocommerce ul.products.columns-6 li.product {
    width: calc(100%/6 - ( 15px / 6 ) * (6 - 1 ) );
}
@media(max-width: 1199px) {
	.product-grid-view.woocommerce ul.products.columns-5 li.product,
	.product-grid-view.woocommerce ul.products.columns-6 li.product {
		width: calc(100%/4 - ( 15px / 4 ) * (4 - 1 ) );
	}
}
@media(max-width: 991px) {
	.product-grid-view.woocommerce ul.products.columns-4 li.product,
	.product-grid-view.woocommerce ul.products.columns-5 li.product,
	.product-grid-view.woocommerce ul.products.columns-6 li.product {
		width: calc(100%/3 - ( 15px / 3 ) * (3 - 1 ) );
	}
}
@media(max-width: 767px) {
	.product-grid-view.woocommerce ul.products.columns-2 li.product,
	.product-grid-view.woocommerce ul.products.columns-3 li.product,
	.product-grid-view.woocommerce ul.products.columns-4 li.product,
	.product-grid-view.woocommerce ul.products.columns-5 li.product,
	.product-grid-view.woocommerce ul.products.columns-6 li.product {
		width: 100%;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
.woocommerce ul.products li.product {
	margin-bottom: 24px;
}
.woocommerce .rt-product-block {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	border: 1px solid var(--zilly-border-color);
	border-radius: 8px;
	padding: 18px 24px 24px;
	height: 100%;
	transition: all 0.21s ease-in-out;
}
.woocommerce .rt-product-block:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.woocommerce .rt-product-block .rt-thumb-wrapper {
	overflow: hidden;
	position: relative;
}
.woocommerce li.product .rt-product-block .rt-thumb {
	border-radius: 6px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.woocommerce li.product .rt-product-block .rt-thumb a img {
	display: inline-block;
	margin: 0;
	width: auto;
	border-radius: 6px;
	transition: all 0.21s ease-in-out;
}
.woocommerce li.product .rt-product-block:hover .rt-thumb a img {
    transform: scale3d(1.1,1.1,1);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-title .added_to_cart {
	margin-left: 4px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a {
    padding: 15px 18px;
    border-radius: 50px;
    color: var(--zilly-primary-color);
    background: var(--zilly-light-color);
    display: inline-flex;
    justify-content: center;
    flex-grow: 1;
	line-height: 1;
    column-gap: 9px;
    align-items: center;
    margin-right: 5px;
    text-transform: capitalize;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a:hover {
	color: var(--zilly-white-color);
	background: var(--zilly-primary-color);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .added_to_cart.wc-forward {
    position: absolute;
    top: -46px;
	display: none;
}
.rtsb-elementor-container .rtsb-add-to-cart-btn.success .text {
	display: block !important;
}
.rtsb-elementor-container .product-gallery.rtsb-gallery-slider .swiper-gallery-prev {
	left: 0;
}
.rtsb-elementor-container .product-gallery.rtsb-gallery-slider .swiper-gallery-next {
	right: 0;
}
.rtsb-elementor-container .product-gallery.rtsb-gallery-slider .swiper-gallery-pagination, 
.rtsb-elementor-container .product-gallery.rtsb-gallery-slider .swiper-pagination {
	bottom: -12px;
}
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background-color: var(--zilly-grey-color);
}
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-single-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*rtwpvs-archive*/
.rtwpvs .rtwpvs-terms-wrapper {
	display: inline-flex;
	gap: 5px;
}
.rtwpvs-archive-variation-wrapper .variations {
	position: relative;
	margin-bottom: 5px;
	min-height: 29px;
}
.rtwpvs-archive-variation-wrapper .reset_variations {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: var(--zilly-meta-light-color);
}
.rtwpvs-archive-variation-wrapper .reset_variations:hover {
	color: var(--zilly-primary-color);
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
    box-shadow: 0 0 0 1px var(--zilly-border-color) !important;
    height: auto;
	margin: 0;
    padding: 5px;
	transition: all 0.21s ease-in-out;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
	border-radius: 50px;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term,
.rtsb-elementor-container .rtsb-swatches.circle-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term), 
.rtsb-elementor-container .rtsb-swatches.square-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term) {
	box-shadow: 0 0 0 1px var(--zilly-border-color) !important;
	border: none;
    padding: 3px;
    width: 16px;
    height: 16px;
	transition: all 0.21s ease-in-out;
}
.rtsb-elementor-container .rtsb-swatches.square-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term):hover,
.rtsb-elementor-container .rtsb-swatches.square-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term).selected,
.rtsb-elementor-container .rtsb-swatches.circle-layout .rtwpvs-variation-terms-wrapper .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-button-term).selected {
    box-shadow: 0 0 0 1px var(--zilly-primary-color) !important;
    padding: 3px;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
    box-shadow: 0 0 0 1px var(--zilly-primary-color) !important;	
}
.rtwpvs-archive-variation-wrapper .rtwpvs-button-term span {
	font-size: 12px;
	line-height: 1;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span {
	color: var(--zilly-body-color) !important;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.3px;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover span {
	color: var(--zilly-primary-color) !important;
}
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:before {
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    border-radius: 30px;
    content: attr(data-rtwpvs-tooltip);
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-left: 0;
    min-width: 60px;
	max-height: 23px;
    padding: 5px 10px;
	text-align: center;
	transform: translateX(-50%);
    transition: all 0.21s ease-in-out;
}
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:after {
    border-top-color: var(--zilly-primary-color);
	transition: all 0.21s ease-in-out;
}
.woocommerce .rt-product-block .rt-cat-meta-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--zilly-body-color);
	margin-bottom: 10px;
}
.woocommerce .rt-product-block .rt-cat-meta-wrap .product-cat a {
	font-size: 12px;
}
.woocommerce .rt-product-block .rt-cat-meta-wrap a {
	color: var(--zilly-meta-color);
	font-size: 14px;
}
.woocommerce .rt-product-block .rt-cat-meta-wrap a:hover {
	color: var(--zilly-primary-color);
}
.woocommerce .rt-product-block .rt-cat-meta-wrap .rt-shop-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 7px;
	font-size: 16px;
}
.woocommerce .rt-product-block .rt-content-area .rt-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 1.5;
}
.woocommerce .rt-product-block .rt-content-area .rt-title a {
	color: var(--zilly-heading-color);
}
.woocommerce .rt-product-block .rt-content-area .rt-title a:hover {
	color: var(--zilly-primary-color);
}
.woocommerce .rt-product-block .rt-content-area .rt-price-area {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 4px;
}
.woocommerce ul.products li.product .rt-product-block .rt-price {
	color: var(--zilly-black-color);
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	display: flex;
}
.rt-price del,
.woocommerce ul.products li.product .price del {
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
	color: var(--zilly-body-color);
	opacity: 1;
	order: 2;
}
.rt-price ins {
	background-color: transparent;
}
.product-not-cart .add_to_cart_button.added {
	display: none;
}
.product-in-cart .added_to_cart.wc-forward {
	display: block;
}
.woocommerce ul.products li.product .onsale {
	position: relative;
    margin: 0;
    border-radius: 4px;
    top: 0;
    right: auto;
    min-height: auto;
    line-height: 1;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--zilly-red-color);
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}
a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}
.roofix-products-page .pagination {
  margin-top: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.woocommerce .rt-product-block .rating-icon {
	margin-bottom: 8px;
}
/*product grid view*/
.woocommerce .rt-product-grid .product-rating {
	margin-bottom: 8px;
	margin-top: 0;
}
.woocommerce .rt-product-grid .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 8px;
}
/*product list view*/
.woocommerce .rt-product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	gap: 30px;
	border: 1px solid var(--zilly-border-color);
	border-radius: 10px;
	padding: 15px;
}
.woocommerce .rt-product-list .rt-cat-meta-wrap {
	justify-content: left;
}
.woocommerce .rt-product-list .rt-thumb-wrapper {
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    position: relative;
}
.woocommerce .rt-product-list .rt-thumb-wrapper:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: var(--zilly-border-color);
	transition: all 0.21s ease-in-out;
}
.woocommerce .rt-product-list .rt-thumb-wrapper .rt-thumb {
	margin-right: 24px;
}
.woocommerce .rt-product-list .product-rating {
	margin-bottom: 12px;
	margin-top: 0;
}
.woocommerce .rt-product-list .woocommerce-product-rating {
	margin-bottom: 8px;
}
.woocommerce .rt-product-list .rt-content-area {
	flex: 1;
}
.woocommerce .rt-product-list .rt-content-area .rt-price-area {
	margin-bottom: 7px;
}
.woocommerce .rt-product-list .rt-content-area .rt-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 6px;
}
.woocommerce .rt-product-list .rt-content-area .rt-title a {
	color: var(--zilly-black-color);
}
.woocommerce .rt-product-list .rt-content-area .rt-excerpt {
	font-size: 14px;
}
.woocommerce .rt-product-list .rt-content-area .rt-excerpt p {
	margin-bottom: 15px;
}
.woocommerce .rt-product-list .rt-content-area .rt-excerpt ul {
	display: block;
}
.woocommerce .rt-product-list .rt-content-area .rt-excerpt ul li {
	position: relative;
	padding-left: 12px;
}
.woocommerce .rt-product-list .rt-content-area .rt-excerpt ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--zilly-body-color);
}
.woocommerce .rt-product-list .rt-buttons-area {
	padding-right: 30px;
}
.woocommerce .rt-product-list .rt-buttons-area .rt-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.woocommerce .rt-product-list .rt-buttons-area .rt-buttons .btn-icons {
	margin-top: 0;
}
.woocommerce .rt-product-list .rt-shop-meta {
	display: flex;
	column-gap: 5px;
}
.woocommerce .rt-product-list .rt-shop-meta > a {
	background-color: var(--zilly-light-color);
	color: var(--zilly-primary-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
    width: 40px;
    font-size: 14px;
    border-radius: 50%;
}
.woocommerce .rt-product-list .rt-shop-meta > a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce .rt-product-list .rt-thumb-wrapper {
		max-width: 260px;
	}
}
@media only screen and (max-width: 991px) {
	.woocommerce .rt-product-list {
		display: block;
		padding: 24px;
	}
	.woocommerce .rt-product-list .rt-thumb-wrapper {
		max-width: initial;
	}
	.woocommerce .rt-product-list .rt-thumb-wrapper .rt-thumb {
		margin-right: 0;
	}
	.woocommerce .rt-product-list .rt-thumb-wrapper:after {
		display: none;
	}
	.woocommerce .rt-product-list .rt-buttons-area {
		padding-right: 0;
		padding-top: 15px;
	}
}
/*------------------- Product Details -------------------*/
.woocommerce div.product .single-product-top {
	display: flex;
	column-gap: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
.woocommerce div.product .rt-left {
  width: 40%;
  flex: 0 0 auto;
}
.woocommerce div.product .rt-right {
	width: 60%;
    display: flex;
    align-items: center;
    column-gap: 24px;
}
/*product feature*/
.woocommerce div.product span.onsale {
	min-height: 40px;
    min-width: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    top: 12px;
    left: 12px;
    border-radius: 6px;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
}
.woocommerce div.product .product-feature ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce div.product .product-feature ul li {
	display: flex;
    align-items: self-start;
    column-gap: 12px;
    font-size: 14px;
    line-height: 1.4;
	margin-bottom: 20px;
	color: var(--zilly-black-color);
}
.woocommerce div.product .product-feature ul li img {
	position: relative;
	top: 2px;
	width: 26px;
}
.woocommerce div.product .product-feature ul li:last-child {
	margin-bottom: 0;
}
.woocommerce div.product .feature-style-1 {
	background-color: var(--zilly-grey-color);
	border-radius: 8px;
	padding: 30px;
}
.woocommerce div.product .feature-style-2 ul li {
	margin-bottom: 10px;
}
.woocommerce div.product .feature-style-3 ul {
	display: flex;
	align-items: center;
	gap: 12px;
}
.woocommerce div.product .feature-style-3 ul li {
	background-color: var(--zilly-grey-color);
	border-radius: 6px;
    padding: 14px 20px;
    margin-bottom: 0;
}
@media(max-width: 991px) {
	.woocommerce div.product .single-product-top {
		display: block;
	}
	.woocommerce div.product .rt-left,
	.woocommerce div.product .rt-right {
		width: 100%;
	}
	.woocommerce div.product .rt-right {
		margin-top: 40px;
	}
}
@media(max-width: 767px) {
	.woocommerce div.product .rt-right {
		display: block;
	}
	.woocommerce div.product .rt-right .product-feature {
		margin-top: 24px;
	}
	.woocommerce div.product .feature-style-3 ul {
		display: block;
	}
	.woocommerce div.product .feature-style-3 ul li {
		margin-bottom: 5px;
	}
}
/*Variation thumbnail gallery*/
.rt-product-thumb .rtwpvg-images {
	display: block;
	float: none;
}
@media(max-width:768px) {
	.rt-product-thumb .rtwpvg-images {
		width: 100%;
	}
}
.rtwpvg-images {
	margin-bottom: 0;
}
.rtwpvg-wrapper .rtwpvg-slider-wrapper {
	border: 1px solid var(--zilly-border-color);
	border-radius: 10px;
}
.rtsb-product-images  .rtwpvg-wrapper.loading-rtwpvg:after {
	background: none;
}
.rtsb-product-images .rtwpvg-wrapper.loading-rtwpvg .rtwpvg-container.rtwpvg-preload-style-blur {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
	transition: unset;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
	opacity: 1 !important;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	padding: 8px;	
	width: auto;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image.slick-current img,
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image.current-thumbnail img {
	border: 1px solid var(--zilly-primary-color);
}
#rtsb-builder-content .rtsb-product-images .rtwpvg-thumbnail-slider {
    margin-left: 0;
    margin-right: 0;
}
#rtsb-builder-content .rtsb-product-images .rtwpvg-thumbnail-prev-arrow {
    left: 0;
	border-radius: 6px 6px 0 0;
}
#rtsb-builder-content .rtsb-product-images .rtwpvg-thumbnail-next-arrow {
    right: 0;
	border-radius: 0 0 6px 6px;
}
.rtsb-product-title .product_title {
	font-size: 30px;
}
.rtsb-product-price .price {
	font-size: 24px;
    font-weight: 600;
	margin-bottom: 15px;
}
/*rtwpvg grid layout*/
.rtwpvg-grid-wrapper .rtwpvg-grid-layout .rtwpvg-gallery-image {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	padding: 30px 20px;
	width: 100%;
}
#rtsb-builder-content .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-single-image-container {
    text-align: center;
}
/*Short description*/
.woocommerce div.product .rt-product-content .entry-title {
	font-size: 30px;
  	margin-bottom: 12px;
}
.woocommerce div.product .rt-product-content .woocommerce-product-rating {
  	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--zilly-border-color);
}
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating .star-rating {
	font-size: 12px;
	margin: 2px 0 0;
	width: 6.6em;
}
.woocommerce-product-rating .woocommerce-review-link {
	color: var(--zilly-body-color);
	padding-left: 8px;
	font-size: 14px;
	text-transform: capitalize;
}
.woocommerce div.product .rtrs-rating-item .rating-icon {
	margin-bottom: 11px;
}
.woocommerce div.product .rt-product-content p.price {
  color: var(--zilly-black-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.woocommerce div.product .rt-product-content span.price del,
.woocommerce div.product .rt-product-content p.price del {
  opacity: 1;
  color: var(--zilly-meta-light-color);
  font-size: 16px;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
  width: 100%;
}
/*variations form*/
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    right: -50px;
    top: 15px;
	margin-top: 0;
    line-height: 1;
    font-weight: 500;
	color: var(--zilly-primary-color);
}
.woocommerce .rt-product-content .variations_form {
  margin-bottom: 20px;
}
.woocommerce div.product form.variations_form .variations {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce .variations_form .variations tr {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
}
.woocommerce .rt-product-content .variations_form .variations th {
	text-align: left;
	min-width: 77px;
}
.woocommerce .rt-product-content .variations_form .variations td {
	text-align: left;
	position: relative;
}
.woocommerce .rt-product-content .variations_form .rtwpvs-term {
	background: transparent !important;
}
.woocommerce .rt-product-content .variations_form .rtwpvs-term:not(.rtwpvs-radio-term):hover {
	background: transparent !important;
}
.woocommerce .rt-product-content .variations_form .rtwpvs-button-term:hover span {
	color: inherit !important;
}
.woocommerce .rt-product-content .variations_form .rtwpvs-term-span {
	font-size: 14px;
	color: var(--zilly-meta-light-color) !important;
}
.woocommerce .variations_form .rtwpvs-term-span-color:after {
	box-shadow: none !important;
}
.rtwpvs .button-variable-wrapper .rtwpvs-term {
	box-shadow: none !important;
}
.woocommerce div.product form.cart .variations label,
.woocommerce div.product .rt-product-content form.cart .variations label {
  color: var(--zilly-heading-color);
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .variations_form .single_variation_wrap span.price {
  display: inline-block;
}
.woocommerce .post-share-btn {
  	width: 100%;
  	display: flex;
	column-gap: 10px;
}
.woocommerce .post-share-btn .item-label {
  	font-size: 14px;
    font-weight: 500;
    color: var(--zilly-heading-color);
}
.woocommerce .post-share-btn .item-social {
	display: flex;
	flex-wrap: wrap;
	column-gap: 13px;
	row-gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce .post-share-btn .item-social a {
	color: var(--zilly-meta-light-color);
	font-size: 14px;
}
.woocommerce .post-share-btn .item-social a:hover {
	color: var(--zilly-primary-color);
}
.rtsb-social-share-container .rtsb-share-toggle,
.rtsb-social-share-container.has-toggle.horizontal .rtsb-social-share {
	z-index: 1;
}
.rtsb-social-share-container.has-toggle.active .rtsb-share-toggle {
	transform: unset;
}
/*single product tab 1 layout*/
.woocommerce div.product .tabs-layout-1 .woocommerce-tabs ul.tabs::before {
	display: none !important;
}
.woocommerce div.product .tabs-layout-1 .woocommerce-tabs ul.tabs {
	justify-content: center;
}
.tabs-layout-1 .woocommerce-Tabs-panel--description > p,
.single-product-bottom-2 .woocommerce-Tabs-panel--description > p {
	text-align: center;
}
.single-product-bottom-2 .woocommerce-tabs {
	background-color: #F8FBF9;
	border-radius: 10px;
	padding: 30px;
}
@media(min-width: 1199px) {
	.single-product-bottom-2 .woocommerce-tabs {
		padding: 50px 150px;
	}
}
/*single product tab 2 layout*/
.tabs-layout-2 .woocommerce-tabs ul.tabs li {
	width: 100%;
	margin-bottom: 5px !important;
}
/*Wishlist Compare*/
.single-wishlist-compare {
	border-bottom: 1px solid var(--zilly-border-color);
	color: var(--zilly-heading-color);
    font-weight: 500;
    font-size: 14px;
	padding-bottom: 20px;
	margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}
.single-wishlist-compare a {
	font-size: 16px;
	color: var(--zilly-heading-color);
}
.single-wishlist-compare > span {
	position: relative;
}
.single-wishlist-compare .wishlist:after {
	position: absolute;
    content: "";
    right: -18px;
    top: 8px;
    height: 12px;
    width: 2px;
    background-color: var(--zilly-heading-color);
}
.rtsb-actions-button .button-item span {
	display: block;
	color: var(--zilly-heading-color);
    font-weight: 500;
    font-size: 14px;
}
.rtsb-actions-button .button-separator {
	color: var(--zilly-heading-color);
    font-weight: 700;
    font-size: 11px;
}
/*single product meta*/
.woocommerce .product_meta {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.woocommerce .product_meta > span {
	color: var(--zilly-heading-color);
    font-weight: 500;
    font-size: 14px;
    display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}
@media(min-width: 767px) {
	.woocommerce .product_meta > span {
		width: 45%;
	}
	.woocommerce .meta-full .product_meta > span {
		width: 100%;
	}
}
.woocommerce .product_meta > span a,
.woocommerce .product_meta > span span {
    color: var(--zilly-body-color);
    display: inline-block;
	font-weight: 400;
}
.woocommerce .product_meta > span a:hover {
	color: var(--zilly-primary-color);
}
/*payment logo*/
.single-payment-logo {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	margin-top: 30px;
	padding: 30px;
}
.single-payment-logo .payment-title {
	color: var(--zilly-primary-color);
	font-size: 15px;
	margin-bottom: 14px;
	line-height: 1.2;
}
.woocommerce div.product table.group_table td > label > a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 600;
}
.woocommerce div.product table.group_table td > label > a:hover {
	color: var(--zilly-primary-color);
}
.woocommerce div.product table.group_table td span.amount {
	color: var(--zilly-heading-color);
    font-size: 18px;
    font-weight: 600;
}
.woocommerce div.product form.cart .group_table td {
    text-align: center;
}
.woocommerce div.product table.group_table ins {
    background-color: transparent;
}
.woocommerce div.product table.group_table td del span.amount {
    color: var(--zilly-meta-color);
}
.woocommerce div.product p.out-of-stock {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce .woocommerce-product-details__short-description {
	margin-top: 15px;
}
.woocommerce .woocommerce-product-details__short-description > p {
	margin-bottom: 10px;
}
.woocommerce .woocommerce-product-details__short-description ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.woocommerce .woocommerce-product-details__short-description ul li {
	position: relative;
    padding-left: 12px;
	color: var(--zilly-black-color);
    font-size: 15px;
	font-weight: 500;
}
.woocommerce .woocommerce-product-details__short-description ul li:before {
	position: absolute;
    content: '';
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--zilly-body-color);
}
.woocommerce div.product div.images .flex-viewport,
.woocommerce .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	border: 1px solid var(--zilly-border-color);
	border-radius: 10px;
}
#rtsb-builder-content .rtsb-product-images .images .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  	margin-top: 10px;
  	transition: all 0.21s ease-in-out;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 6px;
  	margin-top: 10px;
  	transition: all 0.21s ease-in-out;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	display: inline-block;
	border: 1px solid var(--zilly-border-color);	
    text-align: center;
    border-radius: 6px;
	padding: 8px;
	width: auto;
    transition: all 0.21s ease-in-out;	
}
.woocommerce div.product .rt-right > div {
    flex: auto;
}
/*quantity*/
.single-add-to-cart-wrapper {
    display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.woocommerce .quantity {
	position: relative;
	display: inline-block;
}
.woocommerce .quantity .quantity-item {
	display: inline-flex;
    align-items: center;
}
.woocommerce .quantity .quantity-btn {
	width: 44px;
	height: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  	line-height: 1;
	transition: all 0.21s ease-in-out;
}
.woocommerce .quantity > input.input-text {
	height: 46px;
	background-color: var(--zilly-white-color);
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.21s ease-in-out;
}
.quantity .input-group-btn span.quantity-btn svg {
  	transform: scale(0.8);
}
.quantity input.input-text:focus {
  outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

/*single product tab*/
.woocommerce div.product .tabs-default ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: left;
	margin-bottom: 40px;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
    width: 100%;
}
.woocommerce div.product .tabs-default ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	left: 0;
  	bottom: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid var(--zilly-border-color);
	z-index: 0;
}
.woocommerce div.product .tabs-custom-layout2 ul.tabs::before {
	display: none !important;
}
@media(max-width: 991px) {
	.woocommerce div.product .tabs-default ul.tabs:before {
		display: none !important;
	}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	border: none;
	border-radius: 4px;
	background-color: var(--zilly-white-color);
	margin: 0;
	padding: 0;
	padding-right: 10px !important;
}
@media(max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		margin: 0 0 5px 0;
	}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 6px;
  color: var(--zilly-primary-color);
  background-color: var(--zilly-light-color);
}
#rtsb-builder-content .rtsb-product-tabs .woocommerce-tabs li a {
	padding: 11px 18px;
}
#rtsb-builder-content .rtsb-product-tabs .woocommerce-tabs .rtsb-action-buttons a {
	padding: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: var(--zilly-primary-color);
  	color: var(--zilly-white-color);
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > .row {
	align-items: center;
}
.rtsb-product-tabs .rtsb-custom-tab-panel-description ul,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
	margin-bottom: 18px;
	padding: 0;
	font-weight: 500;
	color: var(--zilly-black-color);
	list-style: disc inside none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
	margin-top: 10px;
	margin-bottom: 20px;
}
.woocommerce table.shop_attributes {
	border: none;
}
.woocommerce table.shop_attributes tr:nth-child(odd) {
	background-color: var(--zilly-grey-color);
}
.woocommerce table.shop_attributes tr:nth-child(even) {
	background-color: var(--zilly-light-color);
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: none !important;
	padding: 7px 15px;
	text-align: left;
}
.woocommerce table.shop_attributes th {
	color: var(--zilly-heading-color);
	font-weight: 600;
	width: 50%;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul {
	list-style: none;
	margin-bottom: 35px;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul > li {
    margin: 0 0;
    padding-left: 25px;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul > li::before {
    position: absolute;
    content: "";
    background-color: #dbdbdb;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
@media(max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul {
		display: block;
	}
	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul > li {
		margin-bottom: 12px;
	}
	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > ul > li::before {
		top: 8px;
		transform: inherit;
	}
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
	margin-top: 8px;
    padding: 12px 25px;
	/* display: flex;
	align-items: flex-start; */
}
.single-product .wc-tab #reviews #comments ol.commentlist .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 3px;
  	text-transform: capitalize;
  	color: var(--zilly-body-color);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 16px;
	font-weight: 600;
    color: var(--zilly-heading-color);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	border: none;
	margin-right: 25px;
	border-radius: 50%;
	padding: 0;
	position: inherit;
}
.woocommerce #reviews #comment {
	height: 150px;
}
.woocommerce #review_form #respond .comment-form-rating {
	display: inline-flex;
}
.woocommerce #review_form #respond p.form-submit {
	margin-top: 15px;
}
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
	margin-right: 10px;
	width: 65px;
}
.woocommerce #review_form #respond p textarea {
  height: 150px;
  padding: 20px;
  border-color: var(--zilly-border-color);
  border-radius: 6px;
}
.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
  outline: none;
}
.woocommerce p.stars a {
  	color: var(--zilly-rating-color);
}
.woocommerce p.stars a::before {
    content: "\e81c";
    font-family: "radius-zilly-font";
}
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars:hover a::before {
    content: "\e81c";
}
.woocommerce p.stars.selected a.active~a::before {
    content: "\e81c";
    color: #c9c2c2;
}
.single-product .rtsb-product-tabs #review_form_wrapper #respond .comment-form-rating label+p.stars {
    margin-top: 0;
}
/*review*/
.woocommerce-tabs .panel h3,
.rtsb-product-tabs .rtsb-product-accordion-content h3 {
  	font-size: 24px;
	margin-bottom: 10px;
}
.woocommerce div.product #reviews #comments h2 {
	font-size: 18px;
	margin-bottom: 3px;
    line-height: 1.4;
	text-transform: capitalize;
}
.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
    font-weight: 600;
    color: var(--zilly-heading-color);
}
.woocommerce-Reviews .comment-form label {
	font-size: 14px;
	color: var(--zilly-heading-color);
	font-weight: 600;
	min-width: 100px;
}
.woocommerce-Reviews .comment-form-rating .stars span {
	position: relative;
	top: 5px;
}
.woocommerce-Reviews .woocommerce-noreviews {
	margin-bottom: 10px !important;
}
@media (min-width: 850px) {
	.woocommerce-Reviews .comment-form>p {
	    width: 100%;
	}
}

/*product bottom*/
.rt-related-product {
	margin-top: 50px;
}
.woocommerce .rt-related-product ul.products li.product {
	width: 100%;
	margin: 0;
}
/*product button*/
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce a.button,
.mini-cart-footer a.button {
	background: var(--zilly-primary-color);
	color: var(--zilly-light-color);
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 20px;
	letter-spacing: 0.16px;
	line-height: 1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce a.button:hover,
.mini-cart-footer a.button:hover {
	color: var(--zilly-light-color);
  	background-color: var(--zilly-secondary-color);
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce-page a.button:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
  	outline: none;
  	color: var(--zilly-light-color);
  	border-radius: 30px;
  	background-color: var(--zilly-secondary-color);
}
.woocommerce button.button.alt.disabled {
	background-color: var(--zilly-primary-color);
	opacity: 1;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
	color: #fff;
    opacity: 1;
    padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
  	background-color: var(--zilly-secondary-color);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.rtsb-builder-content .rtsb-cart-table .actions-button-wrapper .rtsb-clear-cart-items {
	margin-right: 12px;
}
.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  background-color: #000;
}
/*cart page*/
.woocommerce table.shop_table {
	border: none;
	margin: 0;
  }
.woocommerce table.shop_table thead tr {
	display: table-row;
	background-color: var(--zilly-grey-color);
}
.woocommerce table.shop_table tbody td {
	font-weight: 500;
	padding: 9px 12px;
	display: table-cell;
}
.woocommerce table.shop_table tbody .order:nth-child(odd) {
	background-color: var(--zilly-white-color);
}
.woocommerce table.shop_table tbody .order:nth-child(even) {
	background-color: var(--zilly-light-color);
}
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce table.shop_table td.actions .coupon .input-text {
  height: 48px;
  width: 160px;
  line-height: 40px;
  margin-right: 10px;
  padding: 15px 20px;
  border-radius: 30px;
}
.woocommerce table.shop_table tr th {
  color: var(--zilly-heading-color);
  font-weight: 600;
  padding: 15px;
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
  border: 0;
  text-align: left !important;
}
.woocommerce table.shop_table ul.wc-item-meta {
	padding-left: 0;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table {
	border: 1px solid var(--zilly-border-color);
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
	border-top: none;
}
.woocommerce-page table.shop_table ul.wc-item-meta .wc-item-meta-label {
	color: var(--zilly-heading-color);
	font-weight: 600;
}
.rtsb-checkout-login-form .woocommerce-form-login > p {
	gap: 0px;
}
.woocommerce-page table.shop_table tr.cart_item {
	color: var(--zilly-heading-color);
	border-bottom: 1px solid var(--zilly-border-color);
}
.woocommerce-page ul.order_details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.woocommerce-page ul.order_details:before {
	display: none;
}
.woocommerce-page ul.order_details li {
	font-size: 15px;
	border: none;
	margin-right: 0;
	padding-right: 0;
	text-transform: capitalize;
}
.woocommerce-page ul.order_details li strong {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: var(--zilly-heading-color);
}
.woocommerce-page .cart-collaterals {
  margin-top: 50px;
}
.woocommerce-page .cart_totals h2 {
  font-size: 24px;
}
.woocommerce-page .cart_totals {
	border: 2px solid var(--zilly-primary-color);
	border-radius: 6px;
	padding: 30px;
}
.woocommerce-page .cart_totals tbody tr {
	display: table-row;
}
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: none;
}
.woocommerce-page table.shop_table tbody td.product-price,
.woocommerce-page table.shop_table tbody td.product-subtotal,
.woocommerce-page table.shop_table tbody td.product-stock-status,
.woocommerce-page table.shop_table tbody td.product-name a {
  color: var(--zilly-heading-color);
}
.woocommerce-cart table.cart .product-thumbnail {
	min-width: 70px;
}
.woocommerce-cart table.cart .product-thumbnail img {
	width: 70px;
	background-color: var(--zilly-grey-color);
	border-radius: 6px;
	padding: 10px;
}
.woocommerce table.shop_table tbody td.product-name a:hover {
  color: var(--zilly-primary-color);
}
.woocommerce form .form-row,
.woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 20px;
  padding: 0;
}
.woocommerce .woocommerce-checkout #payment div.place-order {
    padding: 20px 24px;
}
.woocommerce .woocommerce-checkout .form-row label {
  color: var(--zilly-heading-color);
  font-weight: 500;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 15px;
}
.woocommerce .woocommerce-checkout .form-row.place-order,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout,
.woocommerce-page .wc-proceed-to-checkout {
	margin-top: 30px;
	text-align: center;
}
.woocommerce a.remove {
	margin: 0 auto;
}
@media(max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}
.woocommerce .woocommerce-checkout .col2-set, 
.woocommerce-page .woocommerce-checkout .col2-set {
	width: auto;
}
p.return-to-shop {
  margin-top: 20px !important;
}
.woocommerce form.checkout_coupon input.input-text {
	padding: 13px 10px;
    border-radius: 6px;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 49%;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
	padding: 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	background-color: var(--zilly-white-color);
    border-radius: 6px;
	padding: 13px 12px;
	font-size: 15px;
}
.woocommerce form .form-row select {
	font-size: 15px;
}
.woocommerce .address-field .select2-container .select2-selection--single {
	border: 1px solid var(--zilly-border-color);
}
.woocommerce .edit-account fieldset {
	border: none;
	margin: 15px 0 15px;
	padding: 0;
}
.woocommerce .edit-account fieldset > legend {
	color: var(--zilly-heading-color);
	font-size: 22px;
	font-weight: 600;
	transition: all 0.21s ease-in-out;
}
.woocommerce-checkout h3 {
	font-size: 22px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 48px;
  padding: 10px 18px;
  border-radius: 6px;
  transition: all 0.21s ease-in-out;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 6px;
    line-height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    color: var(--zilly-body-color);
    background-color: transparent;
    transition: all 0.21s ease-in-out;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--zilly-primary-color);
}
.woocommerce-billing-fields .form-row input.input-text::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-billing-fields .form-row input.input-text:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-billing-fields .form-row input.input-text:-moz-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-additional-fields .form-row textarea.input-text::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-additional-fields .form-row textarea.input-text:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-additional-fields .form-row textarea.input-text:-moz-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  padding: 10px;
  border-radius: 6px;
  transition: all 0.21s ease-in-out;
}
.wc-order-review-wrapper {
  	margin-top: 50px;
}
.woocommerce-order-received .section.content-area {
  	padding-top: 110px;
  	padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  	font-size: 30px;
}
.woocommerce .woocommerce-customer-details address {
	font-size: 15px;
  	padding: 20px 30px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  	color: var(--zilly-heading-color);
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  	font-size: 14px;
  	opacity: 1;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    font-weight: 600;
}
.woocommerce .hidden-title-form {
	display: none;
}
@media(max-width: 575px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.woocommerce-notices-wrapper .woocommerce-message .button {
		order: 2;
		margin-top: 15px;
	}
}
.woocommerce-notice {
	background-color: var(--zilly-grey-color);
    padding: 10px 20px;
    border-radius: 6px;
}
.woocommerce-error,
.woocommerce-message,
.rtsb-builder-content .woocommerce-error,
.rtsb-builder-content .woocommerce-message,
.rtsb-elementor-container .woocommerce-info {
	background-color: var(--zilly-grey-color);
    border-top-color: var(--zilly-primary-color);
    padding: 20px 30px 20px 50px;
    border-radius: 0 0 6px 6px;
}
.woocommerce-info,
.rtsb-builder-content .woocommerce-info {
	border-top-width: 2px;
    border-top-color: var(--zilly-primary-color);
    padding: 20px 30px;
	color: var(--zilly-body-color);
    background: var(--zilly-grey-color);
	border-radius: 0 0 6px 6px;
}
.woocommerce-message::before,
.woocommerce-error:before,
.rtsb-elementor-container .woocommerce-info:before {
	top: 21px;
}
.woocommerce-message::before, 
.woocommerce-info::before {
    color: var(--zilly-primary-color);
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	color: var(--zilly-body-color);
    background: var(--zilly-grey-color);
	border-radius: 6px;
}
/*star rating for products*/
.rating-custom .woocommerce-product-rating::after, 
.rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table;
}
.product-rating .star-rating,
.rating-custom .star-rating {
	display: block;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 6.6em;
    font-family: "radius-zilly-font";
}
.woocommerce .star-rating:before,
.product-rating .star-rating:before {
    content: "\e81c\e81c\e81c\e81c\e81c";
    font-family: "radius-zilly-font";
    color: var(--zilly-meta-color);
    letter-spacing: 4px;
}
.woocommerce .star-rating span:before,
.product-rating .star-rating span:before {
    content: "\e81c\e81c\e81c\e81c\e81c";
    font-family: "radius-zilly-font";
    color: var(--zilly-rating-color);
    letter-spacing: 4px;
}
.rating-custom .rating-count,
.product-rating .count {
	color: var(--zilly-body-color);
    font-size: 12px;
}
/*product search*/
.widget_product_search .woocommerce-product-search {
    position: relative;
}
.woocommerce.widget_product_search .search-field {
    border: 1px solid var(--zilly-border-color);
    color: var(--zilly-body-color);
    font-size: 15px;
    border-radius: 6px !important;
    float: left;
    height: 50px;
    padding: 0 50px 0 20px;
    width: 100%;
    outline: none;
    background-color: var(--zilly-grey-color);
}
.woocommerce.widget_product_search button {
    border: none;
    box-shadow: none;
    font-size: 0;
    position: absolute;
    transition: all 0.21s ease-in-out;
    padding: 5px 10px;
    right: 0;
    width: 60px;
    height: 50px;
    border-radius: 0 6px 6px 0;
    background-color: var(--zilly-primary-color);
    color: var(--zilly-white-color);
    line-height: 1;
}
.woocommerce.widget_product_search button:before {
    content: '\e819';
    font-family: "radius-zilly-font";
    font-size: 20px;
}
/*product list*/
.woocommerce ul.product_list_widget li {
	border: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.woocommerce ul.product_list_widget li img {
    margin-right: 15px;
    margin-left: 0;
    padding: 8px;
    width: 100px;
    background: var(--zilly-grey-color);
    border-radius: 6px;
    float: left;
}
.woocommerce ul.product_list_widget li a {
	color: var(--zilly-heading-color);
	margin-bottom: 3px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.woocommerce ul.product_list_widget li a:hover {
	padding-left: 0;
	color: var(--zilly-primary-color);
}
.woocommerce ul.product_list_widget li a:before {
	display: none;
}
.woocommerce ul.product_list_widget li .star-rating {
	font-size: 13px;
	margin-bottom: 5px;
}
.woocommerce ul.product_list_widget li .amount {
	color: var(--zilly-heading-color);
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.product_list_widget li del bdi {
	font-weight: 400;
    margin-right: 6px;
    color: var(--zilly-meta-color);
}
.woocommerce ul.product_list_widget li ins {
	background-color: transparent;
}
.woocommerce .woocommerce-product-rating {
	line-height: 1;
}
.woocommerce .woocommerce-product-rating .rating-count-wrap {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.woocommerce ul.products li.product .star-rating {
	font-size: 12px;
}
.woocommerce ul.products li.product .rating-count {
	color: var(--zilly-body-color);
	font-size: 12px;
}
.woocommerce .loader::before {
	display: none;
}
.no-products-found {
	color: var(--zilly-red-color);
	font-weight: 600;
}
/*shopbuilder sidebar filter*/
.zilly-filter-sidebar-shadow .rtsb-product-filters {
	border: 1px solid var(--zilly-border-color);
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
.rtsb-product-filters .filter-title-wrapper .widget-title {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.horizontal-layout .rtsb-product-filters .filter-title-wrapper .widget-title {
	padding-bottom: 0;
}
.horizontal-layout .rtsb-product-filters .filter-title-wrapper .widget-title:before,
.horizontal-layout .rtsb-product-filters .filter-title-wrapper .widget-title:after {
	display: none;
}
.rtsb-product-filters .filter-title-wrapper .widget-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 4px;
	width: 40px;
	background-color: var(--zilly-primary-color);
	border-radius: 30px;
}
.rtsb-product-filters .filter-title-wrapper .widget-title:after {
	position: absolute;
	content: "";
	left: 45px;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background-color: var(--zilly-border-color);
}
.rtsb-product-filters input.rtsb-checkbox-filter + label::before {
	border-radius: 4px;
}
.rtsb-product-filters .filter-content>.product-filters.input-type-checkbox>.rtsb-term-item:not(.term-has-children):last-child>.rtsb-filter-group, .rtsb-product-filters .filter-content>.product-filters.input-type-radio>.rtsb-term-item:not(.term-has-children):last-child>.rtsb-filter-group {
	border: none !important;
    margin-bottom: 0!important;
	padding-bottom: 0 !important;
}
.rtsb-archive-filters-wrapper.horizontal-layout.has-floating .rtsb-product-filters>.filter-content {
	z-index: 9;
}
.rtsb-active-filters-wrapper .rtsb-active-filters .active-filter .filter-item:hover {
    border-color: var(--zilly-primary-color);
}
.rtsb-active-filters-wrapper .rtsb-active-filters .rtsb-clear-filters {
	font-weight: 500;
}
.rtsb-active-filters-wrapper .rtsb-active-filters .rtsb-clear-filters:hover {
	color: var(--zilly-primary-color) !important;
}
.rtsb-active-filters-wrapper .rtsb-active-filters .active-filter .remove-filter > i {
	background-color: var(--zilly-primary-color);
}
.rtsb-product-filters .filter-content .more-less-button {
	font-size: 14px;
	font-weight: 600;
	color: var(--zilly-heading-color);
}
.rtsb-archive-filters .product-filter-reset, 
.rtsb-archive-filters .product-filter-toggle, 
.rtsb-archive-filters .rtsb-apply-filters {
	min-width: inherit;
}

.rtsb-product-filters .filter-content>.product-filters .term-has-children .filter-child .product-filters {
	padding-bottom: 5px;
}

/*related product slider*/
.woo-related-product .swiper-slide li {
	list-style: none;
}
/*Woo Admin Account*/ 
@media(max-width: 575px) {
	.woocommerce-MyAccount-content .woocommerce-Message {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
		order: 2;
		margin-top: 15px;
	}
}
.woocommerce form.checkout_coupon {
	border: none;
    background-color: var(--zilly-grey-color);
	border-radius: 6px;
    padding: 30px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 7px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: var(--zilly-body-color);
    border-radius: 6px;
    padding: 10px 20px;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: var(--zilly-primary-color);
	color: var(--zilly-white-color);
}
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered, 
.woocommerce-address-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 6px;
    line-height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    color: var(--zilly-body-color);
    background-color: transparent;
    transition: all 0.21s ease-in-out;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--zilly-body-color);
}
.woocommerce-address-fields .form-row input.input-text::-webkit-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-address-fields .form-row input.input-text:-ms-input-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce-address-fields .form-row input.input-text:-moz-placeholder {
	color: var(--zilly-body-color);
}
.woocommerce form .woocommerce-address-fields .form-row {
    padding: 0;
    margin: 0 0 12px;
}

/*product quick view*/
.quick-view-modal .rtsb-modal-body div.product {
	display: flex;
	column-gap: 24px;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .quantity .qty {
    width: 50px;
}
.quick-view-modal div.product .entry-title,
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
    font-size: 28px;
	font-weight: 600;
    margin-bottom: 12px;
	line-height: 1.2;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .single_add_to_cart_button {
    background-color: var(--zilly-primary-color);
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price .woocommerce-Price-amount {
    font-size: inherit;
}
.quick-view-modal div.product .woocommerce-product-rating {
	margin-bottom: 12px;
}
.quick-view-modal .woocommerce-product-rating .star-rating {
	margin: 0;
}
.quick-view-modal div.product p.price,
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price {
	color: var(--zilly-heading-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.4;
}
.quick-view-modal .woocommerce div.product div.images.woocommerce-product-gallery {
	flex: 1;
}
.quick-view-modal div.product .woocommerce-review-link {
    color: var(--zilly-meta-light-color);
    padding-left: 7px;
}
.rtsb-ui-modal .rtsb-modal-content {
	height: auto;
}
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content {
	border-radius: 10px;
	box-shadow: unset;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary {
	max-width: 51%;
	padding-left: 0;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .onsale {
	left: 5px;
	top: 5px;
	border-radius: 6px;
}
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content .rtsb-modal-close {
    width: 32px;
    height: 32px;
    margin: -16px -16px -16px auto;
	font-size: 28px;
	color: var(--zilly-white-color);
    background-color: var(--zilly-primary-color);
    background-image: none;
    border-radius: 3px;
	text-indent: unset;
	text-shadow: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content .notice-dismiss {
	transform: rotate(45deg);
}
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content .notice-dismiss:before {
	content: "\2b";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
@media(max-width: 991px) {
	.rtsb-ui-modal .rtsb-modal-wrapper {
		margin: 12px;
	}
}
@media(max-width: 768px) {	
	.quick-view-modal .rtsb-modal-body div.product {
		display: block;
	}
	.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary {
		max-width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}
/*product compare view*/
.rtsb-compare-wrap {
	border: 1px solid var(--zilly-border-color);
	border-radius: 6px;
}
.rtsb-compare-list-row+.rtsb-compare-list-row {
	margin-top: 0;
}
.rtsb-compare-list-row ul {
	padding: 0;
}
.rtsb-compare-primary-content-area {
	position: relative;
	background-color: var(--zilly-grey-color);
	border-radius: 6px;
	padding: 20px;
}
.rtsb-compare-primary-content-area a.rtsb-compare-remove {
	position: absolute;
	right: 20px;
	color: var(--zilly-red-color);
}
.rtsb-compare-product-price,
.rtsb-compare-list-col.rtsb-compare-field-label {
	display: block;
	color: var(--zilly-heading-color);
	font-size: 16px;
	font-weight: 600;
}
.rtsb-compare-list-col.rtsb-compare-list-value {
	max-width: 100%;
	display: block;
	font-size: 15px;
}
.rtsb-compare-empty {
	padding: 15px;
}
.rtsb-compare-return-to-shop {
	padding: 0 15px 24px;
}
.rtsb-compare-wrap .rtsb-compare-product-rating .star-rating {
	float: none;
}
/*product wishlist view*/
.rtsb-wishlist-table {
	margin-top: 0;
}
.rtsb-wishlist-table tbody td {
	padding: 12px;
}
.rtsb-wishlist-table tr {
	display: table-row;
}
.rtsb-wishlist-table thead th {
	color: var(--zilly-heading-color);
	font-weight: 600;
}
.rtsb-wishlist-table .rtsb-wl-product-info .rtsb-wl-td-wrapper {
	display: flex;
	align-items: center;
    column-gap: 20px;
}
.rtsb-wishlist-table .rtsb-wl-product-info .rtsb-wl-td-wrapper img {
	background-color: var(--zilly-grey-color);
	padding: 10px;
}
.rtsb-wishlist-table .rtsb-wl-product-info a,
.rtsb-wishlist-table tbody .rtsb-wl-product-price,
.rtsb-wishlist-table tbody .rtsb-wl-product-availability {
	color: var(--zilly-heading-color);
	font-weight: 500;
}
.rtsb-wishlist-table tbody .rtsb-wl-product-price del {
	color: var(--zilly-body-color);
	font-weight: 400;
}
.rtsb-wishlist-table tbody .rtsb-wl-product-price ins {
	background-color: transparent;
}
.rtsb-wishlist-table tbody .rtsb-wl-product-add_to_cart .add_to_cart_button {
	background: var(--zilly-primary-color);
    color: var(--zilly-light-color);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    letter-spacing: 0.16px;
    line-height: 1;
}
.rtsb-wishlist-table tbody .rtsb-wl-product-add_to_cart .add_to_cart_button:hover {
	background-color: var(--zilly-secondary-color);
}
.rtsb-wishlist-table tbody .rtsb-wl-product-add_to_cart .added_to_cart {
	display: none;
}
.rtsb-wishlist-content {
	width: 100%;
	overflow-x: auto;
}
.rtsb-wishlist-table .rtsb-wl-product-info a:hover {
	color: var(--zilly-primary-color);
}
@media(max-width: 991px) {
	.rtsb-wishlist-table .rtsb-wl-product-info .rtsb-wl-td-wrapper a:first-child {
		display: none;
	}
}
.rtsb-toast-container .rtsb-notifications-item {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}
.rtsb-toast-container .rtsb-notifications-item-title {
	font-size: 14px;
}
.rtsb-toast-container .rtsb-notifications .rtsb-notifications-item .rtsb-notifications-button {
	background-color: var(--zilly-primary-color);
	border-radius: 5px;
	width: 32px;
	height: 32px;
}

.woocommerce-account .rtsb-builder-content .rtsb-myacount-page .rtsb-account-table.layout-2 thead tr:first-child {
	display: table-row;
	background-color: var(--zilly-grey-color);
}
@media (min-width: 768px) {
	.woocommerce .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce-page .col2-set .col-2 {
		padding-left: 20px;
		float: left;
	}
}