:root[data-theme="light-mode"] {
	--body-dark-color: #6c6f72;
	--body-light-color: #ffffff;

	--bg-light-color-1: #ffffff;
	--bg-light-color-2: #f8f8f8;  
	--bg-light-color-3: #eeeeee; 
	--bg-light-color-4: #f3c98a;  
	--bg-light-color-5: #e1f6ff;  
	--bg-light-color-6: #fce8ff;  
	--bg-light-color-7: #ffffff;  

	--bg-dark-color-1: #161f38;
	--bg-dark-color-2: #222222; 
    --heading-dark-color: #161f38;
    --heading-light-color: #ffffff;
    --meta-dark-color: #777777;
    --meta-light-color: #ffffff;
    --revie-primary-color: #f9250f;
    --revie-secondary-color: #fa3c28;
    --revie-tertiary-color: #0069ff;

    --revie-border-color: #eaeaea;
    --fix-dark-color: #161f38;
    --fix-light-color: #ffffff;
    --fix-meta-dark-color: #777777;
    --fix-meta-light-color: #ffffff;

    --fix-rating-color-1: #ffcd30;
    --fix-rating-color-2: #e5e5e5;
    --fix-rating-color-3: #ff7a00;

}
:root[data-theme="dark-mode"] {
	--body-dark-color: #989bad;
	--body-light-color: #6c6f72;

	--bg-light-color-1: #0d1d30;
	--bg-light-color-2: #0b223f;  
	--bg-light-color-3: #02152c; 
	--bg-light-color-4: #0c1a2d;  
	--bg-light-color-5: #102b4b;  
	--bg-light-color-6: #0b2647;
	--bg-light-color-7: #0c1a2d;  

	--bg-dark-color-1: #ffffff;
	--bg-dark-color-2: #f3f3f3;  
    --heading-dark-color: #ffffff;
    --heading-light-color: #161f38;
    --meta-dark-color: #989bad;
    --meta-light-color: #777777;
    --revie-primary-color: #f9250f;
    --revie-secondary-color: #fa3c28;
    --revie-tertiary-color: #0069ff;
    --revie-border-color: #303c4a;
    --fix-dark-color: #161f38;
    --fix-light-color: #ffffff;
    --fix-meta-dark-color: #777777;
    --fix-meta-light-color: #ffffff;

    --fix-rating-color-1: #ffcd30;
    --fix-rating-color-2: #e5e5e5;
    --fix-rating-color-3: #ff7a00;
}
.bg-light-color-1 {
	background-color: var(--bg-light-color-1);
	transition: all ease 0.31s;
}
.bg-light-color-2 {
	background-color: var(--bg-light-color-2);
	transition: all ease 0.31s;
}
.bg-light-color-3 {
	background-color: var(--bg-light-color-3);
	transition: all ease 0.31s;
}
.bg-light-color-4 {
	background-color: var(--bg-light-color-4);
	transition: all ease 0.31s;
}
.bg-light-color-5 {
	background-color: var(--bg-light-color-5);
	transition: all ease 0.31s;
}
.bg-light-color-6 {
	background-color: var(--bg-light-color-6);
	transition: all ease 0.31s;
}
.bg-dark-color-1 {
	background-color: var(--bg-dark-color-1);
	transition: all ease 0.31s;
}
.bg-dark-color-2 {
	background-color: var(--bg-dark-color-2);
	transition: all ease 0.31s;
}
.bg-dark-color-3 {
	color: var(--bg-dark-color-1);
	transition: all ease 0.31s;
}
.border-left-top-right .elementor-widget-container {
	border: 1px solid var(--revie-border-color);
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	transition: all ease 0.31s;
}
.border-left-bottom-right .elementor-widget-container {
	border: 1px solid var(--revie-border-color);
	border-top: none;
	border-radius: 0 0 10px 10px;
	transition: all ease 0.31s;
}
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Right Menu
#. 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 Responsive
#. 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
#. Dark mode
#. Classified Listing
#. Classified Listing Admin
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: var(--body-dark-color);
	font-weight: 400;
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: var(--bg-light-color-1);
	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(--revie-primary-color);
	text-decoration: none;
}
a:hover {
	color: var(--revie-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(--heading-dark-color);
	transition: all ease 0.31s;
}
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.5s ease-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(--revie-primary-color);
}
.mfp-white-popup {
	position: relative;
	background: var(--bg-light-color-1);
	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(--heading-dark-color);
}
/*for theme only*/
.primary-color {
	color: var(--revie-primary-color);
}
.secondary-color {
	color: var(--revie-secondary-color);
}
.tertiary-color {
	color: var(--revie-tertiary-color);
}
.tertiary-bg-color {
	background-color: var(--revie-tertiary-color);
}
#page .content-area {
	background-color: var(--bg-light-color-1);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease 0.31s;
}
.post-bottom-spacer {
	margin-bottom:20px;
	width: 100%;
	height:1px;
	border-bottom: 1px solid #e5e5e5;
}
.visibility-h {
	visibility: hidden;
}
.rt-grid-item {
    display: block;
    float: left;
    clear: both;
}
.container-custom {
    max-width: 1548px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 992px) and (max-width: 1400px ) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1320px;
	}
}
/*title animation black and white normal*/
.title-animation-black-normal a {
	background-image: linear-gradient(to right, var(--heading-dark-color) 0%, var(--heading-dark-color) 98%);
	background-repeat: no-repeat;
	background-position: left 90%;
	background-size: 0 2px;
	transition: all 0.7s;
}
.title-animation-black-normal a:hover {
	background-size: 100% 2px;
}
.title-animation-white-normal a {
	background-image: linear-gradient(to right,#ffffff 0%,#ffffff 98%);
	background-repeat: no-repeat;
	background-position: left 90%;
	background-size: 0 2px;
	transition: all 0.7s;
}
.title-animation-white-normal a:hover {
	background-size: 100% 2px;
}
/*title animation black, white and red bold*/
.title-animation-black-bold a {
	background-image: linear-gradient(to right,var(--heading-dark-color) 0%,var(--heading-dark-color) 98%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 0%;
	transition: background-size .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.title-animation-black-bold a:hover {
	background-size: 100% 18%;
}
.title-animation-white-bold a {
	background-image: linear-gradient(to right,#ffffff 0%,#ffffff 98%);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 0%;
	transition: background-size .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.title-animation-white-bold a:hover {
	background-size: 100% 18%;
}
.title-animation-red-bold a {
	background-image: linear-gradient(var(--revie-primary-color),var(--revie-primary-color));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 0%;
	transition: background-size .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.title-animation-red-bold a:hover {
	background-size: 100% 18%;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
/*style 1*/
a.button-style-1 {
	position: relative;
	background: transparent;
	border: 1px solid var(--revie-border-color);
	border-radius: 6px;
	font-size: 15px;
	color: var(--body-dark-color);
	font-weight: 600;
	padding: 10px 18px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.5px;
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
}
a.button-style-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-primary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
a.button-style-1:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
a.button-style-1:hover {
	color: #ffffff;
	border-color: transparent;
}
/*button style 2*/
a.button-style-2 {
	position: relative;
	background-color: var(--revie-primary-color);
	color: var(--fix-light-color);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	line-height: 1.4;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	z-index: 1;
}
a.button-style-2:hover {
	color: #ffffff;
}
a.button-style-2::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
a.button-style-2:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
a.button-style-2.btn-common path.rt-button-cap {
	stroke: var(--fix-light-color);
}
/*button style 3*/
a.button-style-3 {
	position: relative;
	background-color: rgba(249, 37, 15, 0.08);
	color: var(--revie-primary-color);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	line-height: 1.4;
	z-index: 1;
	overflow: hidden;
}
a.button-style-3:hover {
	color: var(--fix-light-color);
}
a.button-style-3::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-primary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
a.button-style-3:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
a.button-style-3.btn-common path.rt-button-cap {
	stroke: var(--revie-primary-color);
}
a.button-style-3.btn-common:hover path.rt-button-cap {
	stroke: var(--fix-light-color);
}
/*button style 4*/
a.button-style-4 {
	position: relative;
	background-color: #f5f5f5;
	color: #212529;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	line-height: 1.4;
	z-index: 1;
}
a.button-style-4:hover {
	color: #ffffff;
}
a.button-style-4::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-primary-color);
    right: 0;
    left: 100%;
    top: 0;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
a.button-style-4:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
/*button style 5*/
a.button-style-5 {
	position: relative;
    background-color: var(--fix-rating-color-3);
    color: var(--fix-light-color);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 13px 8px;
    line-height: 1.4;
    z-index: 1;
    gap: 4px;
    overflow: hidden;
}
a.button-style-5:hover {
	color: #ffffff;
}
a.button-style-5::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-tertiary-color);
    right: 0;
    left: 100%;
    top: 0;
    border-radius: 30px;
    transition: all ease 0.31s;
    z-index: -1;
    transform-origin: 0 0 0;
}
a.button-style-5:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.29s ease-in-out;
}
.btn-common svg {
	fill: currentColor;
	vertical-align: middle;
	margin-left: 10px;
	width: 22px;
}
.btn-common .rt-button-cap, 
.btn-common .rt-button-line {
	transform: translateX(-13px);
	transform-origin: right;
	transition: 0.5s;
}
.btn-common rect.rt-button-line {
	height: 1.5px;
	y: 7;
}
.btn-common .rt-button-line {
	stroke: currentColor;
	stroke-width: 0.5;
}
.btn-common path.rt-button-cap {
	stroke-width: 1;
	stroke: #646464;
}
.btn-common:hover path.rt-button-cap {
	stroke: #ffffff;
}
.btn-common:hover .rt-button-line {
	animation: qode-button-line 0.4s ease forwards;
}
.btn-common:hover .rt-button-cap {
	animation: qode-button-cap 0.4s ease forwards;
}
.rt-animation-out .rt-button-cap-fake {
	animation: qode-button-cap-fake-out 0.35s linear;
}
.rt-animation-out .rt-button-cap {
	animation: qode-button-cap-out 0.35s ease-in-out;
}
.rt-button-line {
	transform: translateX(9px);
	stroke-width: 0.1;
	stroke: currentColor;
}
.rt-button-cap,
.rt-button-line {
	transform-origin: right;
	transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}
/*play button style*/
.play-btn-primary,
.play-btn-transparent,
.play-btn-transparent-2,
.play-btn-transparent-3, 
.play-btn-white-lg, 
.play-btn-white-xl, 
.play-btn-white,
.play-btn-gray {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
.play-btn-primary {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--revie-primary-color);
    color: #fff;
    font-size: 1.125rem;
    animation: pulseShadowlgprimary 2000ms linear infinite;
}
.play-btn-primary:hover {
    background-color: var(--revie-secondary-color);
    color: #fff;
}
.play-btn-white {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--revie-primary-color);
	font-size: 0.875rem;
	animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-white-xl {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	color: var(--revie-primary-color);
	font-size: 1.25rem;
	animation: pulseShadowxlwhite 2000ms linear infinite;
}
@media(max-width: 767px) {
	.play-btn-white-xl {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
}
.play-btn-white-xl:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-white-lg {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #282828;
	font-size: 1.125rem;
	animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white-lg:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-transparent {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 16px;
	animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-transparent-2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.8125rem;
	animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent-2:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-transparent-3 {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 16px;
	animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent-3:hover {
	background-color: var(--revie-primary-color);
	color: #fff;
}
.play-btn-gray {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #acacac;
    color: #fff;
    font-size: 14px;
    animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray:hover {
    background-color: var(--revie-primary-color);
    color: #fff;
}
/*default animation*/
@-webkit-keyframes line-anime {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anime {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
  }
  50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
  }
  51% {
	opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
  }
  50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
  }
  51% {
	opacity: 1;
  }
}
@-webkit-keyframes qode-button-cap-out {
  0%,
  50% {
	-webkit-transform: translateX(-35px) scaleX(-1);
	transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
}

@keyframes qode-button-cap-out {
  0%,
  50% {
	-webkit-transform: translateX(-35px) scaleX(-1);
	transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
}

@-webkit-keyframes qode-button-cap-fake-out {
  0% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
}

@keyframes qode-button-cap-fake-out {
  0% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes qode-button-cap {
  0% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
  54% {
	-webkit-transform: translateX(-1px) scaleX(1);
	transform: translateX(-1px) scaleX(1);
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  55% {
	-webkit-transform: translateX(-20px) scaleX(-1);
	transform: translateX(-20px) scaleX(-1);
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  100% {
	-webkit-transform: translateX(-35px) scaleX(-1);
	transform: translateX(-35px) scaleX(-1);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
}

@keyframes qode-button-cap {
  0% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
  54% {
	-webkit-transform: translateX(-1px) scaleX(1);
	transform: translateX(-1px) scaleX(1);
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  55% {
	-webkit-transform: translateX(-20px) scaleX(-1);
	transform: translateX(-20px) scaleX(-1);
	-webkit-clip-path: inset(50% 0 50% 0);
	clip-path: inset(50% 0 50% 0);
  }
  100% {
	-webkit-transform: translateX(-35px) scaleX(-1);
	transform: translateX(-35px) scaleX(-1);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes qode-button-line {
  0%,
  100% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
  10% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
	-webkit-transform: translateX(0) scaleX(0.5);
	transform: translateX(0) scaleX(0.5);
  }
  99% {
	-webkit-transform: translateX(-13px) scaleX(0.6);
	transform: translateX(-13px) scaleX(0.6);
  }
}

@keyframes qode-button-line {
  0%,
  100% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
  10% {
	-webkit-transform: translateX(-13px) scaleX(1);
	transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
	-webkit-transform: translateX(0) scaleX(0.5);
	transform: translateX(0) scaleX(0.5);
  }
  99% {
	-webkit-transform: translateX(-13px) scaleX(0.6);
	transform: translateX(-13px) scaleX(0.6);
  }
}
/* pulseShadow */
@-webkit-keyframes pulseShadowlgprimary {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@keyframes pulseShadowlgprimary {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
			box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
			box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
			box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowsmwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowxlwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowxlwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowlgwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowlgwhite {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulseShadowsmgray {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
@keyframes pulseShadowsmgray {
  0% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
			box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
	-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
			box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
	-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
			box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }
  to {
    stroke-dasharray: 1500 1500;
  }
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }
  to {
    stroke-dasharray: 1500 1500;
  }
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
	background-color: #0b1d32;
    color: #ffffff;
	position: relative;
	padding: 10px 0;
	z-index: 1;
}
.header-top-bar .tophead-right {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
	position: relative;
	font-size: 14px;
}
.header-top-bar .tophead-right ul li {
	display: inline-block;
	margin-right: 9px;
    font-size: 14px;
}
.header-top-bar .tophead-right ul li:last-child {
	margin-right: 0;
}
.header-top-bar .tophead-left ul {
	display: inline-flex;
	align-items: center;
	column-gap: 16px;
}
.header-top-bar .tophead-left ul li {
	font-size: 14px;
}
.header-top-bar .top-bar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-bar .offer-text {
	font-size: 14px;
}
.header-top-bar .offer-text .offer-price {
	color: #f99b0f;
	padding-left: 8px;
}
.header-top-bar .tophead-social li a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}
/*Topbar layout 2*/
.topbar-style-2 .header-top-bar {
	background-color: var(--bg-light-color-1);
	color: var(--meta-dark-color);
}
.topbar-style-2 .header-top-bar a {
	color: var(--meta-dark-color);
}
.topbar-style-2 .tophead-left {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	column-gap: 20px;
}
.topbar-style-2 .tophead-search .search-form input {
    background-color: transparent;
    border-radius: 6px;
    padding: 8px 40px 8px 15px;
    line-height: 1.4;
    transition: unset;
}
.topbar-style-2 .tophead-search .search-form button {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: inherit;
    height: inherit;
    right: 12px;
    background-color: transparent;
    padding: 0;
    color: #9b9b9b;
    font-size: 20px;
    line-height: 1;
}
.topbar-style-2 .tophead-search .search-form button svg {
	transform: scale(0.9);
}
.topbar-style-2 .login-btn a {
    min-width: 35px;
    height: 35px;
    border: 1px solid var(--revie-border-color);
    color: var(--meta-dark-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    overflow: hidden;
    transition: unset;
}
.topbar-style-2 .login-btn a:hover svg {
    animation: toBottomFromTop 0.5s forwards;
}
/*Top bar widget*/
.header-top-bar .widget {
	margin-bottom: 0;
}
.header-top-bar .widget ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
	margin-right: 0;
}
.rt-topbar-menu .menu li {
	display: inline-block;
	margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #000;
}
.rt-topbar-menu .menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.rt-topbar-menu .menu li a {
	color: #c7c3c3;
	font-size: 14px;
    line-height: 22px;
}
.rt-topbar-menu .menu li a:hover {
	color: #ffffff;
}
/*color mode*/
.header-top-bar .header-switch .icon-mode {
	color: var(--fix-light-color);
}
/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
	  top: 21px;
	}
}
.header-icon-area {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 100%;
	position: relative;
}
.header-icon-area .cart-icon-area {
	position: relative;
	margin-left: 15px;
	padding: 16px 0;
}
.header-icon-area > div {
	position: relative;
}
.header-icon-area > div:last-child:before{
	content: none;
}
.header-icon-area > div:first-child {
	margin-left: 0;
}
.header-icon-area .offcanvas-menu-wrap {
	display: inline-flex;
	margin-left: 25px;
}
.header-icon-area .user-icon-area {
	margin-right: 15px;
}
.header-icon-area .search-icon,
.header-icon-area .user-icon-area,
.menu-user .user-icon-area {
	font-size: 20px;
	line-height: 1;
}
.header-icon-area .search-icon a,
.header-icon-area .user-icon-area a,
.menu-user .user-icon-area a {
	color: #818181;
}
.header-icon-area .search-icon a:hover,
.header-icon-area .user-icon-area a:hover,
.menu-user .user-icon-area a:hover {
	color: var(--revie-primary-color);
}
.menu-user {
	display: inline-flex;
	align-items: center;
}
.menu-user .user-icon-area {
	margin-left: 15px;
	position: relative;
	bottom: 2px;
}
/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
	background-color: var(--revie-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(0, 0, 0, 0.7);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: all ease 0.31s;
    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: -50%;
    left: 0;
    width: 100%;
    height: 245px;
    background-color: var(--bg-light-color-7);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: all ease 0.31s;
    transition-duration: 1s;
    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;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    visibility: visible;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    color: var(--fix-light-color);
    background: var(--revie-primary-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.31s;
}
.header-search.open .close {
  	opacity: 1;
  	visibility: visible;
}
.header-search .close i {
	position: relative;
	z-index: -1;
}
.header-search .close:focus {
	box-shadow: none;
	border: 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(--heading-dark-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(--revie-primary-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(--heading-dark-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  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(--revie-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(--bg-light-color-1);
	position: relative;
	z-index: 2;
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Header Sticky
---------------------------------------*/
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
	position: fixed;
	width: 100%;
	background-color: var(--bg-light-color-1);
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
/*header social*/
.header-social {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
}
.header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-social li:last-child {
	padding-right: 0;
}
.header-social li a {
	font-size: 15px;
	text-align: center;
	color: var(--heading-dark-color);
	display: block;
}
.header-social li:last-child a {
	margin-right: 0;
}
.header-social li i {
	width: 34px;
	height: 34px;
	background: var(--bg-light-color-2);
	border-radius: 6px;
	display: inline-block;
	line-height: 34px;
	transition: all ease 0.31s;
}
.header-social li a:hover i {
	background: var(--revie-primary-color);
	color: #ffffff;
}
/* Header Logo */
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
	color: var(--revie-primary-color);
	font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.site-header .site-branding a img {
	max-width: 165px;
	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(--heading-dark-color);
    padding: 38px 15px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.main-navigation ul li span.new {
	background: var(--revie-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: 17px;
	line-height: 22px;
	font-weight: 500;
	color: var(--heading-dark-color);
	padding: 38px 15px;
	text-transform: capitalize;
	transition: all ease 0.31s;
}
.site-header .main-navigation nav > ul > li > a::before {
	position: absolute;
    content: "";
    bottom: 25px;
    right: 200%;
    width: 70%;
    height: 2px;
    background-color: var(--revie-primary-color);
    border-radius: 30px;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition: 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
	right: 16px;
    width: 20px;
    transform-origin: 0% 0%;
    transform: scaleX(1);
    transition: 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    transform: rotate(0deg);
    display: inline-block;
    padding-left: 6px;
    font-size: 12px;
    line-height: 1;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
    transform: rotate(180deg) translateX(-6px);
    transition: all 0.4s ease;
}
.site-header .main-navigation nav ul li a:hover {
	color: var(--revie-primary-color);
}
.site-header .main-navigation ul.menu > li > a:hover {
	color: var(--revie-primary-color);
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: var(--revie-primary-color);
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
	color: var(--revie-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: #656567;
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 7px;
	transition: all 0.4s ease;
}
.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(--meta-dark-color);
	text-transform: inherit;
	padding: 7px 20px 7px 25px;
	font-weight: 500;
	font-size: 16px;
	z-index: 2;
	transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul > li > ul {
	position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    margin: 0;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    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.4s cubic-bezier(.3,.02,0,.6);
    opacity: 0;
    z-index: 100;
    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.4s ease;
    transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
	left: 225px;
	top: 0;
	width: 225px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
	top: 0;
}
.site-header .main-navigation ul li ul {
	background-color: var(--bg-light-color-7);
}
.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: "";
	width: 3px;
	height: 0px;
	top: 0;
	left: 15px;
	transform: translateY(0);
	margin: 0;
	background: #6c6c6c;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
	background: var(--revie-primary-color);
	height: 12px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	visibility: visible;
	transition: all 0.4s ease;
}
/*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(--revie-primary-color);
}
.site-header .main-navigation ul.menu li ul.sub-menu:hover li a {
	opacity: 0.5;
}
.site-header .main-navigation ul.menu li ul.sub-menu:hover li a:hover {
	opacity: 1;
}
/*-------------------------------------
#. 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 li a {
	padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	width: calc(100% - 24px);
	max-width: 1176px;
	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(--revie-primary-color);
	font-size: 14px;
	padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	color: var(--heading-dark-color);
	font-size: 18px;
	font-weight: 700;
}
.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;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .header-button .button-style-2 {
	padding: 8px 15px;
}
.header-style-1 .search-icon > a,
.header-style-1 .cart-list-trigger > a,
.header-style-1 .wishlist-icon > a,
.header-style-1 .header-offcanvus button.side-menu-trigger {
    width: 35px;
    height: 35px;
    background-color: rgba(249, 37, 15, 0.08);
	color: var(--revie-primary-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    transition: all ease 0.31s;
}
.header-style-1 .search-icon > a:hover,
.header-style-1 .cart-list-trigger > a:hover,
.header-style-1 .wishlist-icon > a:hover,
.header-style-1 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: var(--fix-light-color);
}
.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	background-color: var(--revie-primary-color);
}
.header-style-1 .header-icon-area svg {
	transform: scale(0.8);
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .header-area .site-branding {
	display: inline-block;
}
.header-style-2 .header-top-area  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.header-style-2 .search-icon > a,
.header-style-2 .cart-list-trigger > a,
.header-style-2 .wishlist-icon > a,
.header-style-2 .header-offcanvus button.side-menu-trigger {
	color: var(--heading-dark-color);
    width: 35px;
    height: 35px;
    background-color: var(--bg-light-color-3);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all ease 0.31s;
}
.header-style-2 .search-icon > a:hover,
.header-style-2 .cart-list-trigger > a:hover,
.header-style-2 .wishlist-icon > a:hover,
.header-style-2 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--bg-dark-color-1);
    color: var(--bg-light-color-3);
}
.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #ffffff;
}
.header-style-2 .header-icon-area svg {
	transform: scale(0.8);
}
.header-style-2 .header-top-area .button-style-2 {
	border-radius: 30px;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .site-header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}
.header-style-3 .header-area {
	background: transparent;
}
.header-style-3 .header-area .header-menu.rt-sticky {
	background: var(--revie-tertiary-color);
}
.header-style-3 .site-header .main-navigation > nav > ul > li > a {
	color: #ffffff;
	padding-top: 45px;
	padding-bottom: 45px;
}
.header-style-3 .site-header .site-branding > .dark-logo {
	display: none;
}
.header-style-3 .site-header .site-branding > .light-logo {
	display: table-cell;
}
.header-style-3 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	background-color: #ffffff;
}
.header-style-3 .menu-icon {
	position: relative;
	display: flex;
	align-items: center;
}
.header-style-3 .header-icon-right {
	display: flex;
    align-items: center;
}
.header-style-3 .cart-area .cart-list-trigger {
	padding: 26px 0;
}
.header-style-3 .header-icon-area .wishlist-icon i {
	position: relative;
	top: 2px;
}
.header-style-3 .header-icon-area .search-icon a {
	color: #ffffff;
}
.header-style-3 .header-icon-area .search-icon a:hover {
	color: var(--revie-primary-color);
}
.header-style-3 .header-icon-area .cart-trigger-icon > span {
	top: 25px;
	right: -5px;
}
.header-style-3 .header-icon-area .wishlist-icon span {
	top: 0px;
	right: -5px;
}
.header-style-3 .header-icon-area .header-button {
	margin-left: 5px;
}
.header-style-3 .header-icon-area .button-style-2 {
	border-radius: 30px;
	font-size: 14px;
}
.header-style-3 .site-header .rt-sticky .main-navigation > nav > ul > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
}
.header-style-3 .header-switch .icon-mode {
	color: var(--fix-light-color);
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .header-area {
	background-color: #191e25;
}
.header-style-4 .header-top-area  {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-style-4 .site-header .main-navigation > nav > ul > li > a {
	color: #ffffff;
	padding: 28px 20px;
}
.header-style-4 .site-header .main-navigation > nav > ul > li > a:before {
	bottom: 20px;
}
.header-style-4 .site-header .main-navigation > nav > ul > li:first-child > a {
	padding-left: 0;
}
.header-style-4 .cart-area .cart-list-trigger {
	padding: 19px 0;
}
.header-style-4 .cart-area .cart-trigger-icon > span {
	top: 24px;
}
.header-style-4 .site-header .site-branding .dark-logo {
	display: none;
}
.header-style-4 .site-header .site-branding .light-logo {
	display: table-cell;
}
.header-style-4 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.header-style-4 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-style-4 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after,
.header-style-4 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #ffffff;
}
.header-style-4 .rt-sticky {
	background-color: #191e25;
	box-shadow: none;
}
.header-style-4 .header-top-area .tophead-social {
	display: inline-flex;
	align-items: center;
}
.header-style-4 .header-top-area .tophead-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #989bad;
    border: 1px solid #989bad;
    border-radius: 50%;
    margin-right: 10px;
}
.header-style-4 .header-top-area .tophead-social li a:hover {
	background-color: var(--revie-primary-color);;
	color: #ffffff;
	border: 1px solid transparent;
}
.header-style-4 .header-top-area .tophead-social li a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}
.header-style-4 #header-middlebar {
	padding: 22px 0;
    border-bottom: 1px solid #3f4752;
}
.header-style-4 .date-button-wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header-style-4 .topbar-date {
    color: #989bad;
}
.header-style-4 .search-icon > a,
.header-style-4 .cart-list-trigger > a,
.header-style-4 .wishlist-icon > a,
.header-style-4 .header-offcanvus button.side-menu-trigger {
	color: #ffffff;
    min-width: 35px;
    height: 35px;
    background-color: #292e34;
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.4s ease;
}
.header-style-4 .search-icon > a:hover,
.header-style-4 .cart-list-trigger > a:hover,
.header-style-4 .wishlist-icon > a:hover,
.header-style-4 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--revie-primary-color);
    color: #ffffff;
}
.header-style-4 .header-icon-area svg {
	transform: scale(0.8);
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .rt-sticky .main-navigation > nav > ul > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
}
.header-style-5 .header-button .button-style-2 {
	padding: 8px 15px;
}
.header-style-5 .search-icon > a,
.header-style-5 .icon-btn > a,
.header-style-5 .cart-list-trigger > a,
.header-style-5 .wishlist-icon > a,
.header-style-5 .header-offcanvus button.side-menu-trigger {
    min-width: 35px;
    height: 35px;
	color: var(--revie-primary-color);
    background-color: rgba(249, 37, 15, 0.08);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.4s ease;
}
.header-style-5 .search-icon > a:hover,
.header-style-5 .icon-btn > a:hover,
.header-style-5 .cart-list-trigger > a:hover,
.header-style-5 .wishlist-icon > a:hover,
.header-style-5 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	background-color: var(--revie-primary-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 .line3::before {
	background-color: var(--fix-light-color);
}
.header-style-5 .header-icon-area svg {
	transform: scale(0.8);
}
.header-style-5 .header-icon-area .login-icon svg {
	transform: scale(1);
}
.header-style-5 .icon-btn .count {
	position: absolute;
	top: -2px;
	right: 3px;
}
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .header-area {
	background-color: var(--bg-light-color-2);
}
.header-style-6 .cart-list-trigger > a,
.header-style-6 .wishlist-icon > a,
.header-style-6 .header-offcanvus button.side-menu-trigger {
    min-width: 35px;
    height: 35px;
	color: var(--heading-dark-color);
    background-color: var(--bg-light-color-3);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    transition: all ease 0.31s;
}
.header-style-6 .cart-list-trigger > a:hover,
.header-style-6 .wishlist-icon > a:hover,
.header-style-6 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--bg-dark-color-1);
    color: var(--bg-light-color-3);
}
.header-style-6 .header-icon-area svg {
    transform: scale(0.8);
}
.header-style-6 .header-icon-area > .header-switch {
	margin-left: 10px;
	padding-left: 17px;
}
.header-style-6 .header-icon-area > .header-switch:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: var(--revie-border-color);
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Header Layout 7
---------------------------------------*/
.header-style-7 .header-menu-bg {
    background-color: var(--bg-light-color-2);
}
.header-style-7 .header-middlebar-bg {
	background-color: var(--bg-light-color-7);
	padding-top: 15px;
    padding-bottom: 15px;
}
.header-style-7 .header-area .site-branding {
	display: inline-block;
}
.header-style-7 .header-top-area  {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-style-7 .search-icon > a,
.header-style-7 .cart-list-trigger > a,
.header-style-7 .wishlist-icon > a,
.header-style-7 .header-offcanvus button.side-menu-trigger {
    min-width: 35px;
    height: 35px;
    background-color: var(--bg-light-color-3);
	color: var(--heading-dark-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    transition: all ease 0.31s;
}
.header-style-7 .search-icon > a:hover,
.header-style-7 .cart-list-trigger > a:hover,
.header-style-7 .wishlist-icon > a:hover,
.header-style-7 .header-offcanvus button.side-menu-trigger:hover {
	background-color: var(--bg-dark-color-1);
    color: var(--bg-light-color-3);
}
.header-style-7 .header-icon-area svg {
	transform: scale(0.8);
}
.header-style-7 .header-icon-area > .header-switch {
	margin-left: 10px;
	padding-left: 17px;
}
.header-style-7 .header-icon-area > .header-switch:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: var(--revie-border-color);
	transition: all ease 0.31s;
}
.header-style-7 .header-top-area .social-search-wrap {
	display: inline-flex;
	align-items: center;
	column-gap: 14px;
}
.header-style-7 .header-top-area .tophead-search {
	position: relative;
}
.header-style-7 .header-top-area .tophead-search .search-form input {
	font-size: 14px;
    background-color: transparent;
    border-radius: 6px;
    padding: 8px 40px 8px 15px;
    line-height: 1.4;
    transition: unset;
}
.header-style-7 .header-top-area .tophead-search .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: inherit;
    height: inherit;
    right: 12px;
    background-color: transparent;
    padding: 0;
    color: #9b9b9b;
    font-size: 20px;
    line-height: 1;
}
.header-style-7 .header-top-area .tophead-search .search-form button svg {
    transform: scale(0.9);
}
.header-style-7 .header-top-area .tophead-social {
	display: inline-flex;
	align-items: center;
	column-gap: 14px;
}
.header-style-7 .header-top-area .tophead-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--meta-dark-color);
    font-size: 14px;
}
.header-style-7 .header-top-area .tophead-social li a:hover {
	color: var(--revie-primary-color);
}
.header-style-7 .header-top-area .tophead-social li a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}
.header-style-7 .login-btn a {
	min-width: 35px;
    height: 35px;
    border: 1px solid var(--revie-border-color);
	color: var(--meta-dark-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    overflow: hidden;
    transition: unset;
}
.header-style-7 .login-btn a:hover svg {
    animation: toBottomFromTop 0.5s forwards;
}
/*End header layout*/
.listing-user-icon .login-btn {
	display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    padding: 5px 12px 5px;
    background-color: #fff1ef;
    border-radius: 6px;
    color: var(--revie-primary-color);
    font-size: 15px;
    font-weight: 600;
}
.listing-user-icon .login-btn:hover {
	background-color: var(--revie-primary-color);
	color: var(--fix-light-color);
}
/*product cat menu*/
.menu-product-category .menu-cat-button {
	background-color: transparent;
	font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--heading-dark-color);
    transition: all 0.4s ease;
    padding: 23px 0;
}
.menu-product-category .cat-menu-close {
    position: absolute;
    top: 100%;    
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.menu-product-category .cat-menu-close.cat-menu-open {
	opacity: 1;
	visibility: visible;
    transform: scaleY(1);
}
.menu-product-category ul {
	background-color: var(--bg-light-color-7);
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;    
    border-radius: 0 0 6px 6px;
	min-width: 230px;
	padding: 15px 0;
}
.menu-product-category ul li {
	position: relative;
}
.menu-product-category ul li a {
    padding: 4px 20px;
    display: block;
    color: var(--heading-dark-color);
    font-size: 16px;
    font-weight: 500;
}
.menu-product-category ul li a:hover {
	color: var(--revie-primary-color);
}
.menu-product-category ul:hover li a {
	opacity: 0.5;
}
.menu-product-category ul:hover li a:hover {
	opacity: 1;
}
.menu-product-category ul > li > ul {
    position: absolute;
    left: 230px;
    top: 0;
    width: 230px;
    text-align: left;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
    border-radius: 0 6px 6px 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(.3,.02,0,.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.menu-product-category ul > li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: scaleY(1);
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
	.site-header .main-navigation nav ul li a {
		padding-left: 7px;
		padding-right: 7px;
	}
	.site-header .main-navigation ul li a {
		padding-left: 7px;
		padding-right: 7px;
	}
	.header-style-1 .site-header .header-top .header-address > div {
		margin-bottom: 15px;
	}
}
/*Header mobile responsive*/
@media(max-width: 991px) {
	.header-style-1 .site-header .site-branding {
		display: none;
	}
	.header-style-1 .header-controll,
	.header-style-3 .header-controll	{
		border-bottom: 1px solid #f8f8f8;
	}
	.header-style-3 .header-3-middle {
		display: none;
	}
	.header-style-1 .site-header .header-top .header-address {
		width: 100%;
		text-align: center;
	}
	.header-style-1 .site-header .header-top .header-address > div:nth-child(2):after {
		display: none;
	}
}
@media all and (max-width: 767px) {
  /* Topbar 1 */
	#tophead .tophead-right {
		text-align: center;
		float: none;
	}
  /* Header 1 */
	.site-header .main-navigation ul {
		text-align: center;
	}
	.site-header .main-navigation ul li a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.header-icon-area {
		display: none;
	}
	.header-style-1 .site-header .header-top .header-address > div {
		margin-right: 20px;
		padding-right: 20px;
		border: none;
	}
	.header-style-1 .site-header .header-top .icon-left {
		font-size: 16px;
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
  /* Header 2 */
  .header-style-2 .site-header .main-navigation ul {
	text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
	padding: 10px 15px;
  }
  /* Header 3 */
  .header-firstrow {
	padding: 15px 0 10px;
  }
  .site-header .site-branding,
  .header-firstrow-right {
	display: block;
	height: inherit;
  }
  .site-header .site-branding {
	padding: 0 0 10px 0px;
  }
  .header-firstrow-right-contents {
	display: block;
  }
  .header-firstrow-right-contents ul {
	display: block;
	padding: 0;
	text-align: center;
  }
  .header-contact li {
	display: block;
	margin-left: 0;
  }
  .menu-sep {
	margin-bottom: 10px;
  }
  .site-header .main-navigation ul {
	text-align: center;
  }
  .site-header .main-navigation ul li a {
	padding: 10px 15px;
  }
  /* Header 4 */
  .header-firstrow-wrap {
	padding-top: 10px;
  }
  .site-header .site-branding,
  .header-firstrow {
	display: block;
	height: inherit;
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
  }
  .header-firstrow-contents {
	display: block;
  }
  .header-contact li {
	display: block;
	margin-right: 0;
  }
  .header-firstrow-contents-right {
	text-align: center;
  }
  .header-firstrow-contents-right .header-icon-area {
	display: none;
  }
  /* Header 5 */
  .site-header .site-branding {
	float: none;
	height: inherit;
  }
  .site-header .main-navigation {
	float: none;
  }
  .site-header .main-navigation ul.menu > li > a {
	padding: 10px 15px;
	border-left: none;
  }
  .header-menu-btn {
	display: none;
  }
}
/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
    width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
    width: 0;
}
.additional-menu-area a.side-menu-trigger { 
	color: #222;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
}
.additional-menu-area .sidenav {
	max-width: 395px;
    width: 100%;
    position: fixed;
    transform: translateX(-120%);
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--bg-light-color-1);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
.additional-menu-area .sidenav .canvas-content {
	height: 100vh;
    padding: 50px;
    transition: all ease 0.8s;
    overflow-y: auto;
    -ms-overflow-style: none;
    -moz-scrollbar-width: none;
}
.additional-menu-area .sidenav .closebtn {
	background: var(--revie-primary-color);
	color: #ffffff;
	display: block;
	font-size: 20px;
	position: absolute;
	right: 50px;
	top: 50px;
	font-weight: 500;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 4;
}
.additional-menu-area .sidenav .additional-logo a {
	color: var(--revie-primary-color);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.additional-menu-area .sidenav .additional-logo img {
	max-width: 160px;
	width: 100%;
}
.additional-menu-area .sidenav .sidenav-search {
	border: 1px solid #5f5f5f;
	margin: 0 20px 10px 20px;
}  
.additional-menu-area .sidenav ul.menu {
	padding-top: 35px;
}
.additional-menu-area .sidenav ul li {
	position: relative;
	line-height: 24px;
	list-style: none;
	transition: all ease 0.31s;
}
.additional-menu-area .sidenav ul li:last-child {
	border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
	position: relative;
	display: block;
	font-size: 17px;
	color: var(--heading-dark-color);
	border: none;
	padding: 10px 0;
	font-weight: 500;
	transition: all 140ms ease-in-out;
}
.additional-menu-area .sidenav ul li a:hover {
	color: var(--revie-primary-color);
}
.additional-menu-area .sub-menu {
	display: none;
}
.additional-menu-area .sidenav .sub-menu {
	padding-left: 20px;
}
.additional-menu-area .sidenav ul li ul li a {
	color: var(--meta-dark-color);
    text-transform: inherit;
	font-size: 16px;
    font-weight: 500;
    padding: 7px 0;
}
.additional-menu-area .sidenav ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.additional-menu-area .sidenav ul li > span:after {
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    transition: .1s;
    right: 15px;
    font-weight: 700;
    position: absolute;
    font-size: 13px;
    color: var(--body-dark-color);
}
.additional-menu-area .sidenav ul li > span.open:after {
    content: '\f068';
    color: var(--revie-primary-color);
}
.additional-menu-area .sidenav-address {
	padding-top: 40px;
}
.additional-menu-area .sidenav-address span {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.additional-menu-area .sidenav-address span i {
	color: var(--revie-primary-color);
	margin-right: 15px;
}
.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--body-dark-color);
	padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
	color: var(--revie-primary-color);
}
.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}
.additional-menu-area .sidenav-social {
	margin-top: 20px;
}
.additional-menu-area .sidenav-social span {
	color: var(--body-dark-color);
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	text-align: center;
}
.additional-menu-area .sidenav-social span a i {
	margin-right: 0;
	color:var(--body-light-color);
}
.additional-menu-area .sidenav-social span a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--heading-dark-color);
	color: var(--body-light-color);
	font-size: 13px;
	transition: all 0.4s ease;
}
.additional-menu-area .sidenav-social span a:hover {
	background-color: var(--revie-primary-color);
}
.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}
body .rt-cover {
	z-index: 149; 
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	animation: slideInLeft 500ms ease-in-out;
	transition: all 0.5s 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.3s ease;
    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;
	border-radius: 6px;
	justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 24px;
	height: 16.5px;
	top: 1px;
	overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #818181;
	border-radius: 10px;
	transition: all 0.3s ease-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: #818181;
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #818181;
	transition: all 0.3s ease-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: 14px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 7px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0;
}
.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;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: 0.15s;
	transform: translateX(100%);
}
.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 .line3::before {
	transform: translateX(-100%);
	transition-delay: 0.45s;
}
/*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;
}
.additional-menu-area .sidenav-address h4 {
	margin-bottom: 15px;
}
.additional-menu-area .sidenav-address h4.social-title {
	margin-top: 30px;
}
.additional-menu-area .sidenav .light-logo {
	display: none;
}
[data-theme="dark-mode"] .additional-menu-area .sidenav .light-logo {
	display: block;
}
[data-theme="dark-mode"] .additional-menu-area .sidenav .dark-logo {
	display: none;
}
/*-------------------
#. 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(--revie-primary-color);
}
.loader .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid var(--revie-primary-color);
}
.loader .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid var(--revie-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: 24px;
	bottom: 24px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
	position: absolute;
	content: "\f062";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: var(--revie-primary-color);
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}
.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.scroll-wrap svg path {
	fill: none;
}
.scroll-wrap svg.scroll-circle path {
	stroke: var(--revie-primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}
/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.site-content {
	position: relative;
	background-color: var(--bg-light-color-1);
	z-index: 1;
	transition: all ease 0.31s;
}
@media (min-width: 1400px) {
	.footer-sticky {
		position: sticky;
		bottom: 0;
		top: 0;
		z-index: 0;
	}
}
.footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
	color: #646464;
}
.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
	color: var(--heading-dark-color);
}
.footer-logo img {
	max-width: 175px;
}
.footer-area .widgettitle {
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
}
.footer-content-area {
	font-size: 16px;
	border-top: none;
	padding: 100px 0 40px;
}
@media (max-width: 767px) {
	.footer-top-area {
		text-align: left;
	}
	.footer-content-area {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}
.footer-top-area .widget_archive.widget > select {
	margin-top: 0;
}
.footer-top-area .widget {
	margin-bottom: 60px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget ul.menu li a {
	padding-left: 15px;
	display: inline-block;
	position: relative;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget ul.menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 0;
	background-color: #989bad;
	transition: all 0.3s ease;
}
.footer-top-area .widget ul.menu li a:hover::before {
	background-color: var(--revie-primary-color);
}
/*corporate address*/
.footer-top-area .widget_revieweb_address p {
	margin-bottom: 0;
}
.footer-top-area .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	gap: 12px;
}
.footer-top-area .corporate-address li i {
	position: relative;
	top: 4px;
}
/*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 .search-form input {
	color: #ffffff;
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--fix-meta-dark-color);
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--fix-meta-dark-color);
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--fix-meta-dark-color);
}
.footer-top-area .wp-caption-text {
	color: var(--fix-meta-dark-color);
}
/*widget archive*/
.footer-top-area .widget_archive ul li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_archive ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 0;
	background-color: #a5a5a5;
	transition: all 0.3s ease;
}
.footer-top-area .widget_archive ul li a:hover::before {
	background-color: var(--revie-primary-color);
}
/*widget categories*/
.footer-top-area .widget_categories {
	overflow: hidden;
}
.footer-top-area .widget_categories ul li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_categories ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 0;
	background-color: #a5a5a5;
	transition: all 0.3s ease;
}
.footer-top-area .widget_categories ul li a:hover::before {
	background-color: var(--revie-primary-color);
}
/*revieweb category*/
.footer-top-area .rt-category-style2 {
	display: inline-block;
}
.footer-top-area .rt-category-style2 .rt-item {
	margin-bottom: 19px;
	width: 50%;
	float: left;
}
.footer-top-area .rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
}
.footer-top-area .rt-category-style2 .rt-item img {
	display: none;
}
.footer-top-area .rt-category-style2 .rt-item .rt-content {
	position: relative;
	top: initial;
	transform: none;
	padding: 0 0 0 20px;
}
.footer-top-area .rt-category .rt-item::after {
	display: none;
}
.footer-top-area .rt-category .rt-item .rt-cat-name {
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all 140ms ease-in-out;
}
.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
    color: #d0d0d0;
    font-size: 15px;
    background-color: transparent;
    display: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    line-height: 1;
}
.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
	background-color: transparent;
}
.footer-top-area .rt-category .rt-item .rt-cat-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    border-radius: 0;
    background-color: #a5a5a5;
    transition: all 0.3s ease;
}
.footer-top-area .rt-category .rt-item a:hover .rt-cat-name::before {
	background-color: var(--revie-primary-color);
}
/*widget pages*/
.footer-top-area .widget_pages ul li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_pages ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 10;
	background-color: #a5a5a5;
	transition: all 0.3s ease;
}
.footer-top-area .widget_pages ul li a:hover::before {
	background-color: var(--revie-primary-color);
}
/*widget meta*/
.footer-top-area .widget_meta li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_meta ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 0;
	background-color: #a5a5a5;
	transition: all 0.3s ease;
}
.footer-top-area .widget_meta ul li a:hover::before {
	background-color: var(--revie-primary-color);
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all 140ms 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(--revie-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-block;
	position: relative;
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_entries ul li a:after {
	position: absolute;
	content: "";
	bottom: 3px;
	width: 0%;
	left: 100%;
	background: #fff;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.footer-top-area .widget_recent_entries ul li a:hover:after {
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: width 0.4s ease;
}
/*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-area .social-wrap .footer-social {
	display: flex;
	flex-wrap: unset;
    gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-area .social-wrap .wrapper-line {
    width: 100%;
    height: 1px;
    border: 1px solid #404040;
    flex-grow: 1;
}
.footer-area .footer-social li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all ease 0.31s;
}
.footer-area .footer-social li a {	
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: #989bad;
    background: transparent;
    border: 1px solid #989bad;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.footer-area .footer-social li a:hover {
	background: var(--revie-primary-color);
	border: 1px solid transparent;
}
.footer-top-area ul li a i {
	transition: all ease 0.31s;
}
.footer-top-area ul li a:hover i {
	animation: toBottomFromTop 0.5s forwards;
}
/*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: transparent;
	border-radius: 6px;
	border: 1px solid #989bad;
	color: #d0d0d0 !important;
	display: inline-block;
	font-size: 15px !important;
	padding: 11px 13px;
	line-height: 1.2;
	transition: all 0.3s;
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}
.footer-top-area .widget_tag_cloud a:hover {
	border: 1px solid transparent;
	background-color: var(--revie-primary-color) !important;
	color: #ffffff !important;
}
.footer-top-area .search-form input.search-submit {
	background-color: #fff;
	color: var(--revie-primary-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(--revie-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.footer-top-area .widget_calendar table {
	margin: 0;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
	border: none;
}
.footer-top-area .widget_calendar table td#today {
	background: var(--revie-primary-color);
	color: #ffffff;
	border-radius: 6px;
}
.footer-top-area .widget_calendar table td#today a {
	color: #ffffff;
}
.footer-top-area .widget_calendar table td a {
	color: var(--revie-primary-color);
}
/*widget subscribe form*/
.footer-top-area .fluentform .ff-el-group {
	margin-bottom: 10px;
}
.footer-top-area .fluentform .ff-el-group:last-child {
	margin-bottom: 0;
	margin-top: 0;
}
.footer-top-area .fluentform .ff-el-form-control {
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid transparent;
	padding: 15px;
}
.footer-top-area .fluentform .ff-el-form-control:focus {
	border-color: var(--revie-primary-color);
}
.footer-top-area .fluentform .ff-btn-submit {
    position: relative;
    background-color: #2c2d2d;
    border-radius: 6px;
    color: var(--fix-light-color);
    font-size: 15px;
    font-weight: 600;
    padding: 14px 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    overflow: hidden;
    width: 100%;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.footer-top-area .fluentform .ff-btn-submit::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-primary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.footer-top-area .fluentform .ff-btn-submit:hover {
	opacity: 1;
}
.footer-top-area .fluentform .ff-btn-submit:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.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 .widget_tag_cloud 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 img {
	max-height: 100px;
}
.footer-area .copyright {
	color: #989bad;
	text-align: center;
}
.footer-area .copyright a {
	color: var(--revie-primary-color);
}
.footer-area .copyright a:hover {
	color: #989bad;
}
.footer-bg-opacity {
	position: relative;
	z-index: 999;
}
.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: -1;
}
.footer-area {
	position: relative;
	overflow: hidden;
}
.footer-area .footer-top-area {
	background-color: #181b33;
}
/*Copyright area*/
.copyright-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright-area.social-off,
.copyright-area.menu-off,
.copyright-area.copyright-off {
	display: block;
}
.copyright-area .footer-social {
	margin: 0;
	padding: 0;
}
.copyright-area .copyright-menu ul {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.copyright-area .copyright-menu ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area .copyright-area .copyright-menu ul li:first-child a {
	padding-left: 0;
}
.footer-top-area .copyright-area .copyright-menu ul li:first-child a::before {
	display: none;
}
.copyright-area .widget {
	margin-bottom: 0;
}
@media(max-width: 767px) {
	.copyright-area {
		display: block;
	}
	.copyright-area .footer-social,
	.copyright-area .copyright-menu ul {
		margin-top: 20px;
	}
}
/*Footer style 1*/
.footer-style-1 .footer-area {
    background-color: #181b33;
    color: #989bad;
}
.footer-style-1 .footer-area .widget_media_image {
	margin-bottom: 25px;
}
.footer-style-1 .footer-copyright-area {
	border-top: 1px solid #2b2e42;
	font-size: 17px;
	text-align: center;
	padding: 25px 0;
	position: relative;
}
.footer-style-1 .footer-area .widget_text {
	margin-bottom: 20px;
}

.footer-style-1 .footer-shape .shape {
	position: absolute;
}
.footer-style-1 .footer-shape .shape1 {
	left: 0;
    bottom: 1px;
}
.footer-style-1 .footer-shape .shape2 {
	left: 420px;
    top: 30px;
}
.footer-style-1 .footer-shape .shape3 {
	right: 595px;
    bottom: 30px;
}
.footer-style-1 .footer-shape .shape4 {
	right: 468px;
    bottom: 119px;
}
.footer-style-1 .footer-shape .shape5 {
	right: 66px;
    bottom: 1px;
}
/*Footer 2*/
.footer-style-2 .footer-copyright-area {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #252525;
}
.footer-style-2 .footer-area .widget_media_image {
	margin-bottom: 25px;
}
/*Footer 3*/
.footer-style-3 .footer-area {
	border-top: 1px solid #e5e2e2;
}
.footer-style-3 .footer-area .widgettitle {
    color: var(--heading-dark-color);
}
.footer-style-3 .footer-top-area .widget a {
	color: #6c6f72;
}
.footer-style-3 .footer-top-area .widget a:hover {
	color: var(--revie-primary-color);
}
.footer-style-3 .footer-area .copyright a:hover {
	color: var(--revie-tertiary-color);
}
.footer-style-3 .footer-copyright-area {
	border-top: 1px solid #e5e2e2;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.footer-style-3 .footer-area .widget_text {
	margin-bottom: 20px;
}
.footer-style-3 .footer-area .widget_media_image {
	margin-bottom: 25px;
}
.footer-style-3 .footer-area .widget .button-style-5 {
	display: block;
	font-size: 18px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 20px;
    text-align: center;
    padding: 16px 14px;
    background-color: var(--revie-tertiary-color);
    color: var(--fix-light-color);
}
.footer-style-3 .footer-area .widget .button-style-5:before {
	background-color: var(--fix-rating-color-3);
}
.footer-style-3 .footer-area .widget .button-style-5:hover {
    color: var(--fix-light-color);
}
/*---------------------------------------------
#. 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 {
	background-color: var(--bg-light-color-1);
	border: 1px solid var(--revie-border-color);
	border-radius: 6px;
	padding: 12px 13px;
	width: 100%;
	outline: none;
}
.widget > select {
	margin-top: 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li a {
	color: var(--meta-dark-color);
	display: inline;
	transition: all ease 0.31s;
}
.widget ul li a:hover {
	color: var(--revie-primary-color);
}
.widget_recent_entries ul li span {
	display: block;
}
.sidebar-widget-area .widget {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    border-radius: 10px;
	margin-bottom: 30px;
    padding: 40px 30px;
    transition: all ease 0.31s;
}
.sidebar-widget-area .widget .widgettitle {
	display: flex;
	align-items: center;
	position: relative;
	color: var(--heading-dark-color);
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	line-height: 1.4;
	z-index: 2;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget .widgettitle:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    border-radius: 4px;
    background-color: var(--revie-primary-color);
    transition: all 0.3s ease;
}
.sidebar-widget-area .widget .widgettitle.has-animation:before {
    height: 0;
    transition: all ease 1s;
}
.sidebar-widget-area .widget .widgettitle.active-animation:before {
    height: 15px;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	position: relative;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
	font-size: 16px;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget ul li a:hover {
	color: var(--revie-primary-color);
}
.sidebar-widget-area .widget ul li a:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    border-radius: 0;
    background-color: #ddd;
    transition: all 0.3s ease;
}
.sidebar-widget-area .widget ul li a:hover:before {
	background-color: var(--revie-primary-color);
}
.sidebar-widget-area .widget ul li ul {
	margin-top: 5px;
	padding-top: 5px;
}
.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(--heading-dark-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;
}
/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
	display: block;
	position: relative;
	color: var(--heading-dark-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 {
	line-height: 1.6;
	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(--revie-border-color);
	color: var(--body-dark-color);
	background-color: var(--bg-light-color-1);
	font-size: 15px;
	outline: none;
}
.wp-block-search .wp-block-search__button {
	background-color: var(--heading-dark-color);
	border-radius: 6px;
	border: none;
	color: var(--body-light-color);
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--fix-light-color);
	background-color: var(--revie-primary-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(--revie-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(--revie-border-color);
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	transition: all 140ms 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(--body-dark-color);
	display: inline;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	color: var(--revie-primary-color);
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	background-color: var(--bg-light-color-1);
	border: 1px solid var(--revie-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(--heading-dark-color);
}
.wp-block-latest-comments li a:hover {
	color: var(--revie-primary-color);
}
/*Search widget*/
.search-form {
	padding-top: 0;
}
.search-form .input-group input {
	border: 1px solid var(--revie-border-color);
    color: var(--body-dark-color);
    font-size: 16px;
    border-radius: 6px !important;
    height: 50px;
    margin-right: 7px;
    padding: 5px 10px 5px 15px;
    outline: none;
    background-color: var(--bg-light-color-1);
    letter-spacing: 0.2px;
}
.search-form .input-group button {
	width: 50px;
    height: 50px;
    border-radius: 6px !important;
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    line-height: 1;
}
.search-form .input-group button:focus {
	outline: none;
	box-shadow: none;
}
.search-form .input-group button:hover {
	background: var(--revie-secondary-color);
	color: var(--fix-light-color);
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--revie-primary-color);
	background: transparent;
}
.search-form input.search-submit {
	width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--body-dark-color);
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--body-dark-color);
}
.widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--body-dark-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.5s ease;	
	padding: 8px 18px 8px 17px;
	right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
	color: var(--revie-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 {
	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 {
	line-height: 1.6;
	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 > span {
	position: relative;
}
.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(--revie-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(--heading-dark-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;
	color: var(--body-dark-color);
	line-height: 1.6;
	transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 500;
	color: var(--heading-dark-color);
}
.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(--heading-dark-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(--body-dark-color);
	border: 1px solid var(--revie-border-color);
	background: var(--bg-light-color-1);
	border-radius: 6px;
	display: inline-block;
	font-size: 15px !important;
	padding: 6px 12px;
	font-weight: 400;
	transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: var(--revie-primary-color);
	border: 1px solid transparent;
	color: #ffffff;
}
/*post box*/
.post-box-style .rt-news-box-widget {
	position: relative;
	padding-bottom: 25px;
	display: inline-block;
	transition: all 140ms ease-in-out;
}
.post-box-style .rt-news-box-widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.post-box-style .item-list {
	display: flex;
	align-items: center;
}
.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 10px;
	max-width: 100px;
}
.post-box-style .item-list .post-box-img img {
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-box-style .item-list:hover .post-box-img img {
	transform: scale(1.22) rotateY(0deg);
}
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}
.post-box-style .topic-box img {
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-box-style .topic-box:hover img {
	transform: scale(1.22) rotateY(0deg);
}
.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: 16px;
	margin-bottom: 0px;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-box-style .post-content .entry-title a {
	color: var(--heading-dark-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(--meta-dark-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-box-style .entry-cat a {
	color: var(--meta-dark-color);
}
.post-box-style .entry-cat a:hover {
	color: var(--revie-primary-color);
}
.post-box-style .cat-ratint-wrap {
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.4;
}
.post-box-style .entry-date i {
	margin-right: 6px;
}
.list-left-spacing .post-box-style .post-content {
	padding-left: 20px;
}
@media(max-width: 480px) {
	.list-left-spacing .post-box-style .post-content {
		padding-left: 0;
	}
}
/*Tab post widget*/
.post-tab-layout .position-relative {
	padding-bottom: 25px;
}
.post-tab-layout .position-relative:last-child {
	padding-bottom: 0;
}
.post-tab-layout .cat-ratint-wrap {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.4;
}
.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 {
	transform: scale(1.01);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-tab-layout .media:hover .tab-img-holder img {
	transform: scale(1.22) rotateY(0deg);
}
.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: 500;
	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: transparent;
	border: 1px solid var(--revie-border-color);
	padding: 10px 0px;
	display: block;
	color: #929292;
	transition: all 140ms ease-in-out;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
	border: 1px solid transparent;
	background-color: var(--revie-primary-color);
	color: #ffffff !important;
	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: 16px;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
	color: var(--heading-dark-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(--meta-dark-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-tab-layout .post-tab-cat a {
	color: var(--meta-dark-color);
}
.post-tab-layout .post-tab-cat a:hover {
	color: var(--revie-primary-color);
}
/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.5;
}
.feature-post-layout .entry-title a {
	color: var(--heading-dark-color);
}
.feature-post-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(--meta-dark-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.feature-post-layout .entry-cat a {
    color: var(--meta-dark-color);
}
.feature-post-layout .entry-cat a:hover {
    color: var(--revie-primary-color);
}
.feature-post-layout .media {
	margin-bottom: 18px;
	overflow: hidden;
}
.feature-post-layout .media-body p {
	margin-top: 12px;
	margin-bottom: 0;
}
.feature-post-layout .media .post-img-holder {
	overflow: hidden;
	border-radius: 6px;
	display: block;
}
.feature-post-layout .media .post-img-holder img {
	transform: scale(1.01);
	transition: all ease 0.31s;
}
.feature-post-layout .media .post-img-holder:hover img {
	transform: scale3d(1.1,1.1,1);
}
.feature-post-layout .rt-feature-widget {
	border-bottom: 1px solid var(--revie-border-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	transition: all ease 0.31s;
}
.feature-post-layout .rt-feature-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.feature-post-layout .list-item .entry-title {
	font-size: 16px;
}
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.sidebar-widget-area .widget .corporate-address li i {
	color: var(--revie-primary-color);
	font-size: 19px;
	padding: 0px 15px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--revie-primary-color);
	font-size: 19px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
	color: var(--heading-dark-color);
	line-height: 34px;
	font-size: 15px;
	transition: all ease 0.31s;
	font-weight: 400;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";	
	margin-right: 0px;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive 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 {
	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;
	}
}


/*-------------------------------------
#. EL: Custom widget Category
---------------------------------------*/
.rt-widget-category-style1 .rt-item {
    position: relative;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}
/*category style 1*/ 
.rt-widget-category-style1 .rt-item .rt-cat-name {
    overflow: hidden;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
}
.rt-widget-category-style1 .rt-item .rt-cat-count {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 6px;
}
.rt-widget-category-style1 .rt-item .rt-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-between;
    padding: 20px;
    z-index: 2;
}
.rt-widget-category-style1 .rt-item .rt-cat-count {
    color: #6c6f72;
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.rt-widget-category-style1 .rt-item:hover .rt-cat-count {
    color: var(--fix-light-color);
    background-color: var(--revie-primary-color);
}
.rt-widget-category-style1 .rt-item img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.rt-widget-category-style1 .rt-item:hover img {
    opacity: 0;
}
.rt-widget-category-style1 .rt-item.space {
    margin-bottom: 6px;
}
.rt-widget-category-style1 .rt-item.space:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item .rt-cat-name {
    margin-bottom: 0;
}
/*category style 1*/ 
.rt-widget-category-style2 .rt-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
}
.sidebar-widget-area .rt-widget-category ul li a {
	display: block;
}


/*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(--revie-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(--revie-primary-color);
	color: #ffffff;
	border-radius: 6px;
}
.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(--revie-primary-color);
}
.sidebar-widget-area .widget_calendar a:hover {
	color: var(--revie-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;
}
/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	font-size: 16px;
	transition: all 0.3s ease-out;
	font-weight: 400;
	background: #fff;
	padding: 14px 15px;
	display: flex;
	width: 60px;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: space-around;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}
/*About Author*/
.sidebar-widget-area .widget.widget_revieweb_about_author {
	border: none;
	padding: 0;
}
.widget_revieweb_about_author .author-widget {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	padding: 95px 35px;
	border-radius: 10px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.widget_revieweb_about_author .author-widget .offer {
	background-color: #c28c52;
    color: var(--fix-light-color);
    font-size: 15px;
    border-radius: 6px;
    padding: 4px 13px;
    display: inline-block;
    margin-bottom: 20px;
}
.widget_revieweb_about_author .author-widget span.phone {
	font-size: 18px;
}
.widget_revieweb_about_author .author-widget span a {
	color: #ffffff;
}
.widget_revieweb_about_author .author-widget:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	background-color: rgba(255, 243, 233, 0.6);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[data-theme="dark-mode"] .widget_revieweb_about_author .author-widget:after {
    background-color: rgba(22, 31, 56, 0.6);
}
.widget_revieweb_about_author .author-widget img {
	margin-bottom: 18px;
	width: 160px;
}
.widget_revieweb_about_author .author-widget h3 {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.2;
	color: var(--heading-dark-color);
}
.widget_revieweb_about_author .author-widget h4 {
	color: var(--heading-dark-color);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
	line-height: 1.5;
}
.widget_revieweb_about_author .author-widget .about-btn {
	margin-top: 20px;
	padding: 10px 20px 9px;
}
/*Social apsc style 1*/
.apsc-theme-1 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 48%;
	margin: 0 5px 5px 0;
	text-align: center;
}
.apsc-theme-1 .apsc-each-profile:last-child {
	margin-bottom: 0;
}
.apsc-theme-1 .apsc-each-profile a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border-radius: 6px;
	padding: 10px 15px;
}
.apsc-theme-1 .apsc-facebook-icon {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-1 .apsc-twitter-icon {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-1 .apsc-instagram-icon {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-1 .apsc-youtube-icon {
	background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-1 .apsc-soundcloud-icon {
	background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-1 .apsc-dribble-icon {
	background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-1 .social-icon {
	display: block;
	margin-bottom: 5px;
}
.apsc-theme-1 .social-icon i {
	font-size: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	transition: all ease 0.6s;
}
.apsc-theme-1 .apsc-each-profile a:hover .social-icon i {
	background: rgba(255,255,255,1);
	color: var(--heading-dark-color);
}
.apsc-theme-1 span.media-name {
	display: none;
}
.apsc-theme-1 span.apsc-count {
	position: relative;
	margin-right: 10px;
}
/*Social apsc style 2*/
.apsc-theme-2 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 48%;
	margin: 0 5px 5px 0;
	text-align: center;
}
.apsc-theme-2 .apsc-each-profile:last-child {
	margin-bottom: 0;
}
.apsc-theme-2 .apsc-each-profile a {
	color: var(--heading-dark-color);
	border: 1px solid var(--revie-border-color);
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border-radius: 6px;
	padding: 10px 15px;
}
.apsc-theme-2 .apsc-facebook-icon i {
	color: #1559c2;
}
.apsc-theme-2 .apsc-twitter-icon i {
	color: #1ea9e9;
}
.apsc-theme-2 .apsc-instagram-icon i {
	color: #bc2a8d;
}
.apsc-theme-2 .apsc-youtube-icon i {
	color: #ed1d25;
}
.apsc-theme-2 .apsc-soundcloud-icon i {
	color: #ff6b10;
}
.apsc-theme-2 .apsc-dribble-icon i {
	color: #f65e97;
}
.apsc-theme-2 .social-icon {
	display: block;
}
.apsc-theme-2 .social-icon i {
	font-size: 24px;
}
.apsc-theme-2 span.media-name {
	display: none;
}
.apsc-theme-2 span.apsc-count {
	position: relative;
	margin-right: 10px;
}
/*Social apsc style 3*/
.apsc-theme-3 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
.apsc-theme-3 .apsc-each-profile:last-child {
	margin-bottom: 0;
}
.apsc-theme-3 .apsc-each-profile > a {
	color: #8a8a8a;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border-radius: 6px;
	height: 62px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}
.apsc-theme-3 .apsc-inner-block {
	width: 100%;
}
.apsc-theme-3 .social-icon {
	display: inline-block;
	width: 45px;
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
	margin-right: 20px;
}
.apsc-theme-3 .social-icon i {
	font-size: 16px;
	transition: all ease 0.6s;
}
.apsc-theme-3 .apsc-inner-block:hover .social-icon i {
    transform: rotate(360deg);
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
	color: var(--heading-dark-color);
}
.apsc-theme-3 span.media-name {
	display: none;
}
.apsc-theme-3 span.apsc-count {
	position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    float: right;
}
/*Social apsc style 4*/
.apsc-theme-4 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
@media(min-width: 523px) and (max-width: 1024px) {
	.apsc-theme-4 .apsc-each-profile {
		width: 49%;
		margin-right: 5px;
	}
}
.apsc-theme-4 .apsc-each-profile:last-child {
	margin-bottom: 0;
}
.apsc-theme-4 .apsc-each-profile a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	border-radius: 6px;
	height: 62px;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.apsc-theme-4 .apsc-facebook-icon {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-4 .apsc-twitter-icon {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-4 .apsc-instagram-icon {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-4 .apsc-youtube-icon {
	background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-4 .apsc-soundcloud-icon {
	background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-4 .apsc-dribble-icon {
	background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-4 .social-icon i {
	font-size: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	transition: all ease 0.6s;
}
.apsc-theme-4 .apsc-each-profile a:hover .social-icon i {
	background: rgba(255,255,255,1);
	color: var(--heading-dark-color);
}
.apsc-theme-4 span.media-name {
	display: none;
}
.apsc-theme-4 span.apsc-count {
	position: relative;
	padding-left: 13px;
	margin-left: 15px;
	margin-right: 10px;
}
.apsc-theme-4 span.apsc-count::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #fff;
}
/*Social apsc style 2*/
.apsc-theme-5 {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}
.apsc-theme-5 .apsc-each-profile {
	text-align: center;
}
.apsc-theme-5 .apsc-each-profile:last-child {
	margin-bottom: 0;
}
.apsc-theme-5 .apsc-each-profile a {
	color: var(--heading-dark-color);
	background-color: var(--bg-light-color-2);
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	min-height: 94px;
	border-radius: 10px;
	padding: 18px 10px;
	display: flex;
    align-items: center;
    justify-content: center
}
.apsc-theme-5 .apsc-facebook-icon i {
	color: #1559c2;
}
.apsc-theme-5 .apsc-twitter-icon i {
	color: #1ea9e9;
}
.apsc-theme-5 .apsc-instagram-icon i {
	color: #bc2a8d;
}
.apsc-theme-5 .apsc-youtube-icon i {
	color: #ed1d25;
}
.apsc-theme-5 .apsc-soundcloud-icon i {
	color: #ff6b10;
}
.apsc-theme-5 .apsc-dribble-icon i {
	color: #f65e97;
}
.apsc-theme-5 .apsc-facebook-icon:hover i,
.apsc-theme-5 .apsc-twitter-icon:hover i,
.apsc-theme-5 .apsc-instagram-icon:hover i,
.apsc-theme-5 .apsc-youtube-icon:hover i,
.apsc-theme-5 .apsc-soundcloud-icon:hover i,
.apsc-theme-5 .apsc-dribble-icon:hover i {
	color: #ffffff;
	animation: toBottomFromTop 0.7s forwards;
}
.apsc-theme-5 .apsc-each-profile .apsc-facebook-icon:hover {
	background-color: #1559c2;
	color: #ffffff;
}
.apsc-theme-5 .apsc-each-profile .apsc-twitter-icon:hover {
	background-color: #1ea9e9;
	color: #ffffff;
}
.apsc-theme-5 .apsc-each-profile .apsc-instagram-icon:hover {
	background-color: #bc2a8d;
	color: #ffffff;
}
.apsc-theme-5 .apsc-each-profile .apsc-youtube-icon:hover {
	background-color: #ed1d25;
	color: #ffffff;
}
.apsc-theme-5 .apsc-each-profile .apsc-soundcloud-icon:hover {
	background-color: #ff6b10;
	color: #ffffff;
}
.apsc-theme-5 .apsc-each-profile .apsc-dribble-icon:hover {
	background-color: #f65e97;
	color: #ffffff;
}


.apsc-theme-5 .social-icon {
	display: block;
}
.apsc-theme-5 .social-icon i {
	font-size: 24px;
}
.apsc-theme-5 .media-name {
	display: none;
}
.apsc-theme-5 .apsc-media-type {
	display: none;
}
.apsc-theme-5 .apsc-count {
	position: relative;
	margin-right: 0;
}
/*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;
}
/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
	padding-bottom: 0 !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all ease 0.8s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
	background: rgba(41, 98, 255, 0.7);
	height: 0;
	width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "\f16d";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
#sb_instagram .sbi_photo_wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 5px !important;
}
@media(max-width: 480px) {
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 50%;
	}
}
/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
	background-color: var(--bg-light-color-2);
	position: relative;
	z-index: 3;
	transition: all ease 0.31s;
}
.entry-banner.opacity-on:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 1);
	z-index: 1;
}
.entry-banner .entry-banner-content {
	padding: 60px 0;
	position: relative;
	z-index: 2;
}
.entry-banner .entry-banner-content h1 {
	line-height: 1.4;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 46px;
}
.entry-banner .entry-banner-content h1 a {
	color: var(--heading-dark-color);
}
.entry-banner .entry-banner-content h1 a:hover {
	color: var(--body-dark-color);
}
.breadcrumb-area .entry-breadcrumb span {
	font-size: 15px;
	font-weight: 500;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: var(--body-dark-color);
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--revie-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(--revie-primary-color);
}
.entry-banner .entry-breadcrumb .delimiter {
	color: #ffffff;
	padding: 0 7px;
	font-size: 14px;
}
.entry-banner .entry-breadcrumb .dvdr {
	color: var(--body-dark-color);
	padding: 0 7px;
	transition: all ease 0.31s;
}
/*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(--revie-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(--revie-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(--revie-primary-color);
}
/*-------------------------------------
#. Contents
---------------------------------------*/
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(--revie-primary-color);
	color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all ease 0.31s;
}
form.post-password-form input[type="submit"]:hover {
	background: var(--heading-dark-color);
	color: #ffffff;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media(min-width: 992px) {
	.single.admin-bar .revieweb-progress-container {
		top: 32px;
	}
}
.single .revieweb-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}
.single .revieweb-progress-bar {
	height: 4px;
	background: linear-gradient(90deg, var(--revie-primary-color) 0%, var(--revie-tertiary-color) 100%);
	width: 0%;
}
.single .revieweb-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(--revie-primary-color) 0%, var(--revie-tertiary-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: 10px;
}
.entry-header .entry-categories {
	margin-bottom: 10px;
}
.entry-header .entry-title {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 1.4;
	transition: all ease 0.31s;
}
.entry-header ul.entry-meta {
	padding: 0px;
	margin: 0 0 20px;
	list-style: none;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.entry-header ul.entry-meta li {
	display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.entry-header ul.entry-meta li:last-child {
	margin-right: 0;
}
.entry-header ul.entry-meta li i {
	margin-right: 7px;
	width: 11px;
}
.entry-header ul.entry-meta li a {
	color: var(--meta-dark-color);
}
.entry-header ul.entry-meta li a:hover {
	color: var(--revie-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(--heading-dark-color);
    font-weight: 600;
}
.entry-header ul.entry-meta li .view-number {
    color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
/*post video*/
.single-post .embed-responsive-16by9 {
	margin-top: 40px;
}
.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 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: #ffffff;
	font-size: 15px;
	background: #646464;
	position: relative;
	transition: all ease 0.31s;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-right: 8px;
}
.post-share .share-links a:hover span {
    animation: toBottomFromTop 0.5s forwards;
}
@media(max-width: 425px) {
	.post-share .share-links a {
		margin-right: 4px;
		margin-bottom: 4px;
	}
}
.post-share .share-links .social-text {
	display: none;
}
.post-share .share-links a.facebook-f-share-button {
	background: #1559c2;
}
.post-share .share-links a.rttwitter-share-button {
	background: #1ea9e9;
}
.post-share .share-links a.youtube-share-button {
	background: #ed1d25;
}
.post-share .share-links a.linkedin-in-share-button {
	background: #238cc8;
}
.post-share .share-links a.pinterest-p-share-button {
	background: #bd081c;
}
.post-share .share-links a.whatsapp-share-button {
	background: #43ce13;
}
.post-share .share-links a.cloud-share-button {
	background: #ff6b10;
}
.post-share .share-links a.dribbble-share-button {
	background: #f65e97;
}
.post-share .share-links a.tumblr-share-button {
	background: #35465c;
}
.post-share .share-links a.reddit-share-button {
	background: #45668e;
}
.post-share .share-links a.print-share-button {
	background: #87B1E8;
}
.post-share .share-links a.email-share-button {
	background: #5A83F7;
}
/*post content*/
.entry-content .single-post-list li {
	font-size: 16px;
	color: #111111;
	font-weight: 500;
	position: relative;
	margin-bottom: 4px;
}
/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--revie-border-color);
    border-bottom: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
@media(max-width: 991px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}
	.entry-footer .entry-footer-meta .meta-tags {
		margin-bottom: 20px;
	}
}
.entry-footer .meta-title {
	font-size: 18px;
	margin-bottom: 14px;
}
.meta-tags a {
	display: inline-block;
	font-size: 14px;
	color: var(--body-dark-color);
	border: 1px solid var(--revie-border-color);
	border-radius: 6px;
	padding: 9px 15px;
	background-color: transparent;
	transition: all ease 0.31s;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.meta-tags a:hover {
	background: var(--revie-primary-color);
	color: #ffffff;
	border-color: transparent;
}
/*Post author*/
.about-author {	
	display: flex;
	background: #272631;
	padding: 60px;
	margin-bottom: 50px;
	margin-top: 50px;
	border-radius: 10px;
}
.about-author .pull-left {
	padding-right: 25px;
	width: 250px;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	.about-author .pull-left {
		width: 100px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}
.about-author .pull-left img {
	border-radius: 50%;
}
.about-author .author-title {
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 1.4;
	text-transform: capitalize;
}
.about-author .author-title a {
	color: #ffffff;
}
.about-author .author-designation {
	margin-bottom: 10px;
	font-size: 18px;
	color: #b6b6b6;
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 15px;
	color: #ffffff;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #989bad;
    border: 1px solid #989bad;
    border-radius: 50%;
}
.about-author ul.author-box-social li a:hover {
	background-color: var(--revie-primary-color);
	border: 1px solid transparent;
	color: #ffffff;
}
.about-author ul.author-box-social li a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
/*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 {
	border: 1px solid var(--revie-border-color);
	border-radius: 4px;
	padding: 30px 40px;
	width: 47%;
	transition: all ease 0.31s;
}
.post-navigation .text-right {
	border: 1px solid var(--revie-border-color);
	border-radius: 4px;
	padding: 30px 40px;
	text-align: right;
	width: 47%;
	transition: all ease 0.31s;
}
@media(max-width: 480px) {
	.post-navigation {
		display: block;
	}
	.post-navigation .text-left,
	.post-navigation .text-right {
		padding: 30px 20px;
		width: 100%;
	}
}
.post-navigation .prev-article,
.post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #a5a6aa;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.post-navigation a {
	color: #a5a6aa;
}
.post-navigation a:hover {
	color: var(--revie-primary-color);
}
.post-navigation .prev-article i {
	margin-left: 10px;
	display: inline-flex;
}
.post-navigation .next-article i {
	margin-right: 10px;
	display: inline-flex;
}
.post-navigation .post-nav-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.6;
}
.post-navigation .post-nav-title a {
	color: var(--heading-dark-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(--heading-dark-color);
	margin-right: 10px;
	line-height: 1.3;
}
.page-links .page-number {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-dark-color);
    background: var(--bg-light-color-2);
    border: 1px solid var(--revie-border-color);
    border-radius: 50% !important;
    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(--revie-primary-color);
    border-color: transparent;
    color: #ffffff;
}
.page-links a .page-number {
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	border-radius: 4px;
	margin-top: 50px;
}
.comment-respond > h3 {
	display: block;
	position: relative;
	font-size: 22px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.comments-area ul {
	list-style-type: none;
	padding: 0;
}
.comments-area > ul.comment-list {
	margin-bottom: 30px;
}
.comments-area h3.comment-num {
	color: var(--heading-dark-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: var(--revie-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: 90px;
}
.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(--meta-dark-color);
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
	color: var(--heading-dark-color);
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-transform: capitalize;
}
.comments-area .main-comments .replay-area {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
    border-radius: 6px;
    box-shadow: none;
	background-color: rgba(249, 37, 15, 0.08);
    color: var(--revie-primary-color);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
}
.comments-area .main-comments .replay-area a:hover {
	background-color: var(--revie-primary-color);
	color: var(--fix-light-color);
}
.main-comments .each-comment {
	margin-bottom: 40px;
}
.comments-area .main-comments .comments-body {
	display: flow-root;
}
@media(max-width: 425px) {
	.comments-area .main-comments .imgholder {
		float: inherit;
	}
}
.comments-area .main-comments .comment-text {
  font-size: 15px;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 70px;
}
.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: 767px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
}
.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: 22px;
	margin-bottom: 30px;
	line-height: 1.4;
}

#respond .comment-notes {
	margin-bottom: 30px;
}
#respond .logged-in-as {
	margin-bottom: 30px;
	font-size: 15px;
}
#respond .logged-in-as a {
	color: #646464;
}
#respond .form-group {
	margin-bottom: 25px;
}
#respond .form-group.form-submit {
	margin-bottom: 0px;
}
#respond form .form-control {
	background: var(--bg-light-color-1);
	border-radius: 5px;
	color: var(--heading-dark-color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	box-shadow: none;
	transition: all ease 0.31s;
}
#respond form input.form-control {
	height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
	box-shadow: none;
}
#respond form .form-control {
	padding: 10px 20px;
}
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: 6px;
	font-size: 18px;
	font-weight: 500;
	background: var(--revie-primary-color);
	color: #ffffff;
	padding: 12px 30px;
	z-index: 1;
	line-height: 1.6;
	letter-spacing: 0.6px;
	overflow: hidden;
	transition: all ease 0.31s;
}
#respond form .btn-send:hover {
	background: var(--revie-secondary-color);
	color: #ffffff;
}
#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;
}
.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(--revie-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(--heading-dark-color);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*review schema*/
.rtrs-review-wrap {
	background-color: transparent !important;
	margin-top: 50px !important;
}
.rtrs-review-wrap .rtrs-sorting-bar,
.rtrs-review-wrap .rtrs-review-form,
.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
	background-color: var(--bg-light-color-7) !important;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
	border-radius: 10px;
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-rating-item .rating-icon {
	gap: 3px;
}
.rtrs-review-wrap .rtrs-summary .rtrs-rating-box,
.rtrs-review-wrap .rtrs-summary .rtrs-progress-wrap,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-item,
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-summary {
	border-radius: 10px;
	border: 1px solid var(--revie-border-color);
	overflow: hidden;
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-category li label,
.rtrs-review-wrap .rtrs-summary .rtrs-progress-wrap .rtrs-progress label,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-category label {
	font-size: 16px;
	min-width: 100px;
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-category li {
    background-color: var(--bg-light-color-7);
    transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-category li:nth-child(2n) {
    background-color: var(--bg-light-color-2);
    transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary .rtrs-progress-wrap .progress-percent,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-category .rating-number .total-number {
	font-size: 16px;
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-category li i,
.rtrs-review-wrap .rtrs-summary-2 .rtrs-circle-content .rating-icon i,
.rtrs-review-wrap .rtrs-summary .rtrs-rating-box .rtrs-rating-icon i,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-overall .rating-icon i,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-category .rating-icon i {
	color: var(--fix-rating-color-1);
    font-size: 14px;
}
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before {
	margin: 0 2px;
}
.rtrs-review-wrap .rtrs-summary .rtrs-rating-box .rtrs-rating,
.rtrs-review-wrap .rtrs-summary-2 .rtrs-circle-content .rating-percent,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-overall .rating-percent {
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-overall .rating-text,
.rtrs-review-wrap .rtrs-summary-3 .rtrs-rating-overall p,
.rtrs-review-wrap .rtrs-summary-2 .rtrs-circle-content .rating-text,
.rtrs-review-wrap .rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text {
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-summary {
	padding-top: 24px;
	padding-bottom: 24px;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-category li {
	background-color: var(--bg-light-color-7);
	margin-bottom: 6px;
	padding: 6px 20px;
    transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-category li:last-child {
	margin-bottom: 0;
}
.rtrs-review-wrap .rtrs-summary-2 .rtrs-rating-category li:nth-child(2n) {
    background-color: var(--bg-light-color-2);
    transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select label,
.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
	background-color: transparent;
	box-shadow: unset;
}
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
	color: var(--fix-rating-color-1) !important;
    font-size: 14px;
    display: inline-flex;
    column-gap: 3px;
}
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-link,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-date,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-social label,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-action-area button i:before,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-social a {
	color: var(--meta-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-action-area button,
.rtrs-review-box .rtrs-each-review .rtrs-review-body .rtrs-review-meta .rtrs-author-link a {
	color: var(--body-dark-color) !important;
}
.rtrs-review-box .rtrs-each-review .rtrs-review-body p {
	color: var(--body-dark-color);
	line-height: 28px;
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
    background-color: rgba(249, 37, 15, 0.08);
    border-radius: 6px;
    box-shadow: none;
    color: var(--revie-primary-color);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}
.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
    background-color: var(--revie-primary-color);
    color: #fff;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category .rtrs-category-text {
	min-width: 110px;
}
.rtrs-review-wrap .rtrs-media-form-group div > label,
.rtrs-review-wrap .rtrs-review-form .rtrs-form-title,
.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category .rtrs-category-text {
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-feedback-input,
.rtrs-review-wrap .rtrs-review-form .rtrs-feedback-input .form-control {
    background-color: transparent;
    border: 1px solid var(--revie-border-color);
    border-radius: 6px;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text {
	color: var(--heading-dark-color);
}
.rtrs-review-wrap .rtrs-review-form .rtrs-feedback-input .rtrs-input-item {
    border-right: 1px solid var(--revie-border-color);
}
.rtrs-review-wrap .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box,
.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-form-control {
    background-color: var(--bg-light-color-1);
    border: 1px solid var(--revie-border-color) !important;
    color: var(--body-dark-color);
    border-radius: 6px;
    padding: 5px 10px;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
	background-color: var(--revie-primary-color) !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 12px 26px !important;
    height: inherit !important;
    margin-top: 20px;
    line-height: 1.5;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
	background-color: var(--revie-secondary-color) !important;
}
.rtrs-review-wrap .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:focus,
.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-form-control:focus {
	border: 1px solid var(--revie-primary-color) !important;
}
.listing-review-block .rtrs-summary-3 .rtrs-rating-category .rating-icon i {
    color: #ffc700;
    font-size: 14px;
}
.listing-review-block .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
	font-size: 14px;
}
.listing-review-block .rtrs-review-box .rtrs-review-body .rtrs-review-meta li.rtrs-review-date i:before {
    color: var(--fix-meta-dark-color);
}
/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
}
.post-detail-style1 .entry-thumbnail-area img {
	border-radius: 10px;
}
/*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%;
	}
	.no-sidebar.single-post .ajax-scroll-post > .type-post:after {
	    left: 15%;
	    width: 70%;
	}
}
.post-detail-style2 .entry-header,
.post-detail-style2 .entry-content {
	text-align: center;
}
.post-detail-style2 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
	border-radius: 4px;
}
.post-detail-style2 .entry-thumbnail-area::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 .entry-thumbnail-area img {
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}
.post-detail-style2 .entry-date {
	position: relative;
    display: inline-flex;
    background: var(--bg-light-color-7);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 8px 0;
    transition: all ease 0.31s;
}
.post-detail-style2 .entry-date:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    border-radius: 5px;
    top: 53%;
    transform: translateY(-53%);
    margin: 0 auto;
}
.post-detail-style2 .entry-date span:first-child {
	font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--revie-primary-color);
}
.post-detail-style2 .entry-date span:last-child {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
}
.post-detail-style2 .show-image .rt-video .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
@media(max-width: 480px) {
	.post-detail-style2 .entry-header {
		padding: 30px 30px 5px;
	}
	.post-detail-style2 .show-image .rt-video .rt-play {
	    top: 10%;
	    left: 90%;
	    transform: translate(-90%, -10%);
	}
}
@media(max-width: 991px) {
	.post-detail-style2 .entry-thumbnail-area img {
		min-height: 500px;
	}
	.post-detail-style2 .entry-footer .entry-footer-meta {
		text-align: center;
	}
}
/*-------------------------------------
#. Admin Author
---------------------------------------*/
.admin-author {
	display: flex;
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 40px 30px;
    transition: all ease 0.31s;
}
.admin-author .author-img {
	flex: 0 0 100px;
	margin-right: 30px;
}
.admin-author .author-img img {
	border-radius: 50%;
	border: 5px solid #fff;
}
.admin-author .author-title {
	color: var(--heading-dark-color);
	margin-bottom: 0;
	text-transform: capitalize;
}
.admin-author .author-title a {
	color: var(--heading-dark-color);
}
.admin-author .author-designation {
	color: var(--meta-dark-color);
	display: block;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.admin-author .author-designation::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 3px;
	background: var(--revie-primary-color);
}
.admin-author .author-bio {
	color: var(--body-dark-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: rgba(249, 37, 15, 0.08);
	color: var(--revie-primary-color);
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	font-size: 15px;
	transition: all ease 0.31s;
	overflow: hidden;
	position: relative;
}
.admin-author .author-box-social li a:hover {
	background: var(--revie-primary-color);
	color: #ffffff;
}
.admin-author .author-box-social li a:hover i {
	animation: toBottomFromTop 0.5s forwards;
}
/*listing author*/
.rtcl-user-single-wrapper .rtcl-user-info-wrap {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 60px;
    padding: 40px 30px;
    transition: all ease 0.31s;
}
.rtcl-user-single-wrapper .rtcl-user-info-wrap .rtcl-user-info {
	flex: 1;
	max-width: unset;
}
.rtcl-user-single-wrapper .rtcl-user-info-wrap .rtcl-user-img {
	max-width: 100px;
}
.rtcl-user-single-wrapper .rtcl-user-info-wrap .rtcl-user-img img {
	border-radius: 50%;
}
.rtcl-user-single-wrapper .rtcl-user-info .user-name {
	font-size: 20px;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-meta {
	margin-top: 12px;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-meta a {
	color: var(--meta-dark-color);
	font-size: 14px;
	transition: all ease 0.31s;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-meta a:hover {
	color: var(--revie-primary-color);
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-meta i,
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-meta svg {
	color: var(--revie-primary-color);
	transition: all ease 0.31s;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-social {
	margin-top: 15px;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-social a {
    color: var(--revie-primary-color);
    width: 40px;
    height: 40px;
    background-color: #fff1ef;
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 16px;
    transition: all ease 0.31s;
}
.rtcl-user-single-wrapper .rtcl-user-info .rtcl-user-social a:hover {
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}

@media(max-width: 991px) {
	.admin-author {
		display: block;
	}
	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.author .author-banner {
		padding: 80px 0;
	}
}
/* ------------------------
#. Review rating
---------------------------*/
.cat-ratint-wrap {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 13px;
}
.rtrs-rating-item .rating-percent {
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 600;
    transition: all ease 0.31s;
}
.rtrs-rating-item .rating-icon {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1;
}
.rtrs-rating-item .rating-icon .rating-list {
	display: inline-flex;
	align-items: center;
	column-gap: 3px;
	line-height: 1;
}
.rtrs-rating-item .rating-icon i {
	color: var(--fix-rating-color-1);
	font-size: 14px;
}
.rtrs-rating-item .rating-icon span {
	color: var(--meta-dark-color);
	font-size: 14px;
    font-weight: 600;
    display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all ease 0.31s;
}
.rtrs-rating-item .rating-icon span i {
	color: var(--meta-dark-color);
}
/*rating layout 2*/
.icon-box-bg .rtrs-rating-item .rating-icon .rating-list {
	display: inline-flex;
	align-items: center;
	column-gap: 3px;
	line-height: 1;
}
.icon-box-bg .rtrs-rating-item .rating-icon .rating-percent {
	padding-left: 0;
}
.icon-box-bg .rtrs-rating-item .rating-icon i {
	background-color: var(--fix-rating-color-3);
	color: var(--fix-light-color);
	font-size: 12px;
    border-radius: 2px;
	padding: 3px;
}
/*rating layout 3*/
.icon-line-bg .rtrs-rating-item .bar-rating {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list {
	display: inline-flex;
	align-items: center;
	column-gap: 2px;
	line-height: 1;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span {
	height: 7px;
	width: 26px;
	background-color: var(--revie-border-color);
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list .full-fill {
	background-color: var(--revie-primary-color);
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span {
	position: relative;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	background-color: var(--revie-primary-color);
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p1:after {
	width: 10%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p2:after {
	width: 20%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p3:after {
	width: 30%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p4:after {
	width: 40%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p5:after {
	width: 50%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p6:after {
	width: 60%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p7:after {
	width: 70%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p8:after {
	width: 80%;
}
.icon-line-bg .rtrs-rating-item .bar-rating .rating-list span.p9:after {
	width: 90%;
}
/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width:767px) {
	body.blog .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	body.single-post .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.blend img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}
.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-box {
	position: relative;
}
.blog-box .entry-content .entry-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.blog-box .entry-content .entry-title a {
	color: var(--heading-dark-color);
}
.blog-box ul.entry-meta {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
.blog-box ul.entry-meta li {
	display: inline-block;
	color: var(--meta-dark-color);
	font-size: 14px;
	font-weight: 500;
	margin-right: 7px;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	transition: all ease 0.31s;
}
.blog-box ul.entry-meta li:last-child {
	margin-right: 0;
}
.blog-box ul.entry-meta li a {
	color: var(--meta-dark-color);
}
.blog-box ul.entry-meta li a:hover {
	color: var(--revie-primary-color);
}
.blog-box ul.entry-meta li.post-author a {
	color: var(--heading-dark-color);
	font-weight: 600;
}
.blog-box ul.entry-meta li.post-author a:hover {
	color: var(--revie-primary-color);
}
.blog-box ul.entry-meta li .view-number {
	color: var(--heading-dark-color);
	font-weight: 600;
	transition: all ease 0.31s;
}
.blog-box.show-image .entry-content {
	position: relative;
}
.blog-box .blog-img-holder {
	position: relative;
	overflow: hidden;
}
.blog-box .blog-img-holder .blog-img img {
	transform: scale(1.01);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-box:hover .blog-img-holder .blog-img img {
	transform: scale(1.22) rotateY(0deg);
}
.entry-categories {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
}
.entry-categories .category-style {
	background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all ease 0.31s;
}
.entry-categories a:hover .category-style {
	border-radius: 0;
}
.blog-box .entry-content .post-read-more {
	margin-top: 20px;
}
.entry-content .entry-text {
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
/*blog layout 1*/
.blog-layout-1 .blog-box {
	border-radius: 15px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
	overflow: hidden;
	margin-bottom: 30px;
	transition: all ease 0.31s;
}
.blog-layout-1 .blog-box .entry-content {
	padding: 30px;
}
.blog-layout-1 .blog-box .entry-content .entry-title {
	font-size: 26px;
}
.blog-layout-1 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}
.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 #e5e5e5;
	margin: 30px 0 0 30px;
}
/*blog layout 2*/
.blog-layout-2 .blog-box {
	display: flex;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
	background-color: var(--bg-light-color-7);
	transition: all ease 0.31s;
	overflow: hidden;
}
.blog-layout-2:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .blog-img-holder {
	flex: auto;
	max-width: 350px;
	width: 100%;
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .entry-content {
	flex-grow: 1;
	padding: 20px 25px;
}
.blog-layout-2 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .blog-img-holder .blog-img {
	height: 100%;
}
.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 .no-image.no-preview .blog-img .rt-play {
	border: 1px solid #e5e5e5;
}
/*image no show*/
.blog-layout-2 .no-image.no-preview {
	display: block;
}
@media (max-width: 991px) {
	.blog-layout-2 .blog-box {
		flex-direction: column;
	}
	.blog-layout-2 .blog-box .blog-img-holder {
		flex: auto;
		max-width: 100%;
		margin-bottom: 25px;
		margin-left: 0;
	}
}
/*blog layout 3*/
.blog-layout-3 .blog-box {
	margin-bottom: 12px;
}
.blog-layout-3 .blog-box .entry-content .entry-categories a {
	background: transparent;
	color: #a5a6aa;
	padding: 0;
	margin-bottom: 13px;
	height: inherit;
	line-height: 1;
}
.blog-layout-3 .blog-box.show-image .blog-img {
	overflow: hidden;
	border-radius: 10px;
}
.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 #e5e5e5;
	margin-bottom: 8px;
}
.blog-layout-3 .blog-date {
	position: absolute;
    display: inline-flex;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 8px 0;
    left: 0;
    bottom: 0;
}
.blog-layout-3 .blog-date span:first-child {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--revie-primary-color);
}
.blog-layout-3 .blog-date span:last-child {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--fix-dark-color);
}
.blog-layout-3 .blog-date:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    border-radius: 5px;
    top: 53%;
    transform: translateY(-53%);
    margin: 0 auto;
}
.blog-layout-3 .show-image .entry-content {
	padding-top: 20px;
}
/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-sapcer {
	margin-left: 6px;
}
.has-sidebar.right-sidebar .rt-sidebar-sapcer {
	margin-right: 6px;
}
@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: 80px;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-bottom: 80px;
		display: inherit;
	}
}
/*blog sticky*/
.sticky .blog-box {
	background-color: rgba(249, 37, 15, 0.08);
}
.sticky .blog-box .blog-img-holder {
	margin-bottom: 0;
}
.sticky .blog-box .entry-content {
	padding: 30px;
}
/*-------------------------------------
#. 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  {
	position: relative;
	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;
	box-sizing: content-box;
}
.rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
/* Related Post title */
.section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.section-title .related-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-right: 15px;
	line-height: 1.4;
	transition: all ease 0.31s;
}
.section-title .swiper-button {
	display: inline-flex;
	margin-bottom: 20px;
}
.section-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;
	border: 1px solid var(--revie-border-color);
	height: 36px;
	width: 36px;
	outline: none;
	color: var(--heading-dark-color);
	font-size: 15px;
	margin-top: 0;
	background-color: var(--bg-light-color-1);
	border-radius: 4px;
	transition: all ease 0.31s;
}
.section-title .swiper-button > div:hover {
	background: var(--revie-primary-color);
	border: 1px solid transparent;
	color: #ffffff;
}
.section-title .swiper-button-prev {
	margin-right: 2px;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.section-title .swiper-button > div:after {
	display: none;
}
/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}
.rt-related-post .blog-box {
    border-radius: 10px;
    border: 1px solid var(--revie-border-color);
    overflow: hidden;
    transition: all ease 0.31s;
}
.rt-related-post .entry-content {
	padding: 20px 25px;
}
.rt-related-post .entry-content .entry-title {
	font-size: 18px;
}
.rt-related-post .blog-box ul.entry-meta {
	margin: 0;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul,
.rtcl nav.rtcl-pagination ul,
nav ul.pagination {
	margin-top: 50px;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.pagination-area ul li,
.rtcl nav.rtcl-pagination 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,
.rtcl nav.rtcl-pagination ul li a, 
.rtcl nav.rtcl-pagination ul li span,
nav ul.pagination li .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-dark-color);
    background: var(--bg-light-color-2);
    border: 1px solid var(--revie-border-color);
    border-radius: 50% !important;
    padding: 0;
    height: 50px;
    width: 50px;
    font-size: 18px;
    font-weight: 600;
}
.pagination-area ul li span {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: var(--heading-dark-color);
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 0;
	height: 45px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}

.pagination-area ul li a:hover,
.rtcl-pagination ul.page-numbers li a.page-numbers:hover,
nav .pagination li a.page-link:hover {
	background-color: var(--revie-primary-color);
	border-color: transparent;
	color: #ffffff;
}
.pagination-area ul li span.current,
.rtcl-pagination ul.page-numbers li span.page-numbers.current,
nav .pagination li.active .page-link {
	background-color: var(--revie-primary-color);
	border-color: transparent;
	color: #ffffff;
}
.pagination-area ul li.active a {
	background-color: var(--revie-primary-color);
	border-color: transparent;
	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;
	}
}
/*loadmore*/
a.loadMore {
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
	padding-right: 40px;
	color: var(--heading-dark-color);
	font-size: 20px;
	font-weight: 700;
}
a.loadMore:before {
	left: 100%;
	margin-left: -15px;
	content: "";
    height: 3px;
    width: 50px;
    background-color: var(--revie-primary-color);
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.31s;
}
a.loadMore:hover:before {
    background-color: var(--heading-dark-color);
    width: 30px;
    right: 20px;
}
.loading-lazy {
	position: relative;
	display: block;
}
.loading-lazy::before {
	display: none;
}
.loading-lazy::after {
	position: absolute;
	content: '';
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	z-index: 8;
}
.loading-lazy::after {
	width: 20px;
	height: 20px;
	margin: auto;
	border-top-color: #000;
	border: 2px dashed #000;
	border-radius: 50%;
	animation: fa-spin 2.5s infinite linear;
}
/*list addon load more*/
a.loadlistMore {
	display: table;
	margin: auto;
	margin-top: 50px;
	font-size: 15px;
}
a.loadlistMore i {
	margin-left: 10px;
}
.loading-lazy-list i {
	z-index: 8;
	animation: fa-spin 0.7s infinite linear;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
}
.error-page-content {
	position: relative;
	text-align: center;
}
.error-page-content p {
	font-size: 16px;
	margin: 0 auto 20px;
	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(--bg-light-color-2);
	box-shadow: none;
	color: var(--heading-dark-color);
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 15px;
	padding: 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
	border-color: var(--revie-primary-color);
	background-color: var(--bg-light-color-2);
	color: var(--heading-dark-color);
}
.fluentform .contact-form .ff-btn-submit {
	position: relative;
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    line-height: 1.4;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.fluentform .contact-form .ff-btn-submit:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.fluentform .contact-form .ff-btn-submit:hover {
    opacity: 1;
}
.fluentform .contact-form .ff-btn-submit:hover:before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .text-danger {
	color: var(--revie-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(--revie-primary-color);
}
.elementor-widget-wp-widget-fluentform_widget h5 {
	font-size: 22.63px;
    line-height: 33px;
}
/*subscribe form*/
.fluentform .subscribe-form {
	position: relative;
	text-align: center;
	margin-bottom: 12px;
}
.fluentform .subscribe-form h2 {
	color: var(--fix-dark-color);
	position: relative;
	font-size: 28px;
}
.fluentform .subscribe-form h4::after, 
.fluentform .subscribe-form h4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: var(--revie-primary-color);
	height: 1px;
}
.fluentform .subscribe-form h4::after {
	width: 44px;
}
.fluentform .subscribe-form h4::before {
	width: 74px;
	bottom: 8px;
}
.fluentform .subscribe-form .ff-t-cell .ff_submit_btn_wrapper {
	margin-bottom: 0;
	margin-top: 0;
}
.fluentform .subscribe-form .ff-t-cell {
	display: inline-block;
	padding: 0;
}
.fluentform .subscribe-form p {
	font-size: 15px;
	color: #646464;
	line-height: 1.5;
}
.fluentform .subscribe-form .ff-el-form-control {
	font-size: 14px;
	color: #6c6f72;
	height: 53px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	width: 100%;
}
.fluentform .subscribe-form .ff-btn-submit {
    position: relative;
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    overflow: hidden;
    width: 100%;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.fluentform .subscribe-form .ff-btn-submit:hover {
	opacity: 1;
}
.fluentform .subscribe-form .ff-btn-submit:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.fluentform .subscribe-form .ff-btn-submit:hover:before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.fluentform .subscribe-form .ff-el-form-control:focus {
	border-color: var(--revie-primary-color);
}
/*Newsletter form*/
.fluentform .frm-fluent-form .newsletter-form .ff-t-cell {
    padding: 0;
}
.fluentform .newsletter-form .ff-t-cell .ff-el-group {
    margin-bottom: 0;
    margin-top: 0;
}
.fluentform .newsletter-form .ff-el-form-control {
    font-size: 14px;
    color: #6c6f72;
    height: 60px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 20px;
    width: 100%;
    box-shadow: 0 14px 16px 0 rgb(0 0 0 / 3%);
}
.fluentform .newsletter-form .ff-btn-submit {
    position: relative;
    background-color: var(--revie-tertiary-color);
    color: var(--fix-light-color);
    font-size: 18px;
    height: 60px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    line-height: 1.4;
    z-index: 1;
    overflow: hidden;
}
.fluentform .newsletter-form .ff-btn-submit::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--fix-rating-color-3);
    right: 0;
    left: 100%;
    top: 0;
    border-radius: 30px;
    transition: all ease 0.31s;
    z-index: -1;
    transform-origin: 0 0 0;
}
.fluentform .newsletter-form .ff-btn-submit:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.29s ease-in-out;
}
@media (min-width: 768px) {
	.frm-fluent-form .newsletter-form .ff-t-cell {
	    display: table-cell;
	    padding: 0 15px;
	    vertical-align: inherit;
	    width: 100%;
	}
}
@media (max-width: 767px) {
	.fluentform .newsletter-form .ff-t-cell .ff-el-group {
	    margin-bottom: 10px;
	}
	.fluentform .newsletter-form .ff-t-cell {
		padding: 0;
	}
}
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
	height: 40px;
	width: 130px;
	font-size: 14px;
	padding: 8px 0;
  }
}
@media only screen and (max-width: 991px) {
  .btn-send-message {
	padding: 11px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-send-message {
	padding: 9px 0;
  }
}
@media (max-width: 767px) {
  .comments-area .main-comments .replay-area {
	display: block;
	float: inherit;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
  }
}
@media (max-width: 426px) {
  .comments-area .main-comments .replay-area {
	margin-top: 15px;
  }
}
/*review schema*/
.rtrs-review-wrap.rtrs-affiliate-wrap {
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 30px !important;
}
.rtrs-title-area .rtrs-price-area .rtrs-offer-price {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.rtrs-affiliate .rtrs-buy-btn {
    border: none;
    border-radius: 4px;
    background: var(--revie-primary-color);
    color: #ffffff !important;
    font-size: 16px;
    padding: 16px 36px;
}
.rtrs-affiliate .rtrs-buy-btn:hover {
    background-color: var(--revie-secondary-color);
}
/*User Frontend */
.wpuf-login-form p > label,
.wpuf-registration-form .wpuf-label {
	color: #000;
	font-size: 16px;
	font-weight: 600 !important;
}
.wpuf-login-form input.input,
.wpuf-registration-form .wpuf-fields .input {
	background-color: #ffffff;
    box-shadow: none;
    color: var(--heading-dark-color);
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 4px;
    font-size: 15px;
    padding: 9px 20px;
}
.wpuf-registration-form .wpuf-fields .input:focus,
.wpuf-theme-style .wpuf-fields > input:focus, 
.wpuf-theme-style .wpuf-fields > textarea:focus {
	outline: none;
}
.wpuf-login-form .submit > input,
.wpuf-submit > input,
.wpuf-submit > button {
	position: relative;
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    background: var(--revie-primary-color);
    color: #ffffff;
    padding: 12px 30px;
    text-transform: uppercase;
    z-index: 1;
    line-height: 1.6;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all ease 0.31s;
}
.wpuf-login-form .submit > input:hover,
.wpuf-submit > input:hover,
.wpuf-submit > button:hover {
    background: var(--revie-secondary-color);
    color: #ffffff;
}
.wpuf-user-loggedin .wpuf-user-avatar {
	display: inline-block;
	margin-bottom: 20px;
}
.wpuf-user-loggedin h3 {
	margin-bottom: 5px;
}
.wpuf-label label,
.wpuf-el .wpuf-label {
	color: #000;
	font-size: 16px;
	font-weight: 600 !important;
}
.wpuf-fields > input,
.wpuf-fields > textarea {
	background-color: #ffffff;
    box-shadow: none;
    color: var(--heading-dark-color);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    padding: 9px 15px;
}
.wpuf-theme-style .wpuf-fields .wp-editor-container {
	border-right: 1px solid #e5e5e5;
}
.wpuf-fields select {
	outline: none;
    padding: 8px 8px;
    border-radius: 4px;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
	align-items: normal !important;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers.current,
body .wpuf-dashboard-container .wpuf-pagination .page-numbers:hover {
	background-color: var(--revie-primary-color);
    border-color: transparent;
    color: #ffffff;
    padding: 0;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #646464;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0;
    height: 45px;
    width: 48px;
    line-height: 45px;
    font-weight: 500;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.wpuf-menu-item {
	margin-right: 25px;
    padding-bottom: 6px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item a {
    color: var(--heading-dark-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #f3f3f3;
    display: block;
    padding: 8px 15px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.active a,
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item:hover a {
    color: #ffffff !important;
    background-color: var(--revie-primary-color);
}
body .wpuf-dashboard-container form.wpuf-update-profile-form ul.wpuf-form {
    margin: 0 !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 {
	background: var(--bg-light-color-2);
	border-radius: 6px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	padding: 35px 50px 35px 50px;
	margin: 40px 0px 40px;
	color: var(--body-dark-color);
}
@media(max-width: 480px) {
	blockquote {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
blockquote p {
	position: relative;
	margin-top: 45px;
	margin-bottom: 0;
	z-index: 1;
	line-height: 1.6;
}
blockquote p:before {
	position: absolute;
	content: "\f10d";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 38px;
	color: #e4e4e4;
	top: -48px;
	line-height: 1;
}
blockquote cite {
	display: block;
	font-size: 14px;
	color: #646464;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	padding-left: 50px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote cite::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
	height: 2px;
	background-color: #c1c1c1;
}
blockquote.wp-block-quote cite {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	padding-left: 50px;
	letter-spacing: 2px;
	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(--revie-primary-color);
	border-bottom: 2px solid var(--revie-primary-color);
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
blockquote.wp-block-pullquote {
	background: #f9f9f9;
	border-radius: 6px;
	border-left: none;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	padding: 35px 50px 35px 50px;
	margin: 40px 0px 40px;
	color: #444444;
}
.wp-block-pullquote p {
	font-size: 22px;
}
.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	padding-left: 50px;
	z-index: 1;
}
.wp-block-quote {
	border-left: none;
	margin: 40px 0px 40px;
	padding-left: 50px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	border: none;
	padding: 35px 50px 35px 50px;
}
.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 50px 35px 50px;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-right: 50px;
	padding-left: 0;
}
.wp-block-quote.has-text-align-right cite::after {
    left: inherit;
    right: 0;
}
.wp-block-quote.has-text-align-left {
	text-align: left;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 26px;
	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 {
	margin-top: 45px;
	font-size: 32px;
}
.has-revieweb-primary-background-color.is-style-solid-color blockquote {
	background: var(--revie-primary-color);
}
.has-revieweb-secondary-background-color.is-style-solid-color blockquote {
	background: var(--revie-secondary-color);
}
.has-revieweb-button-dark-gray-background-color.is-style-solid-color blockquote {
	background: #333333;
}
.has-revieweb-button-light-gray-background-color.is-style-solid-color blockquote {
	background: #a5a6aa;
}
.has-revieweb-button-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: #5b6674;
}
code,
a code {
	color: var(--revie-primary-color);
}
pre code {
	font-size: 15px;
	color: #5b6674;
	word-break: normal;
	line-height: 30px;
}
pre cite {
	font-weight: 400;
}
kbd {
	color: #5b6674;
	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: #5b6674;
	padding: 30px;
	border: 1px solid #e5e5e5;
	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.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
	/* color: var(--revie-primary-color); */
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
	/* color: var(--heading-dark-color); */
}
.wp-block-button .wp-block-button__link {
    position: relative;
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px 14px;
    line-height: 1.4;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.wp-block-button .wp-block-button__link:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.wp-block-button .wp-block-button__link:hover:before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--revie-primary-color);
	color: var(--revie-primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--revie-secondary-color);
	color: var(--revie-secondary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
	display: none;
}
.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-revieweb-primary-color { color: var(--revie-primary-color);}
.has-revieweb-secondary-color { color: var(--revie-secondary-color);}
.has-revieweb-button-dark-gray-color { color: #333333;}
.has-revieweb-button-light-gray-color { color: #a5a6aa;}
.has-revieweb-button-white-color { color: #ffffff;}

.has-revieweb-primary-background-color { background-color: var(--revie-primary-color);}
.has-revieweb-secondary-background-color { background-color: var(--revie-secondary-color);}
.has-revieweb-button-dark-gray-background-color { background-color: #333333;}
.has-revieweb-button-light-gray-background-color { background-color: #a5a6aa;}
.has-revieweb-button-white-background-color { background-color: #ffffff;}

.wp-block-button a.has-revieweb-primary-color { color: var(--revie-primary-color);}
.wp-block-button a.has-revieweb-secondary-color { color: var(--revie-secondary-color);}
.wp-block-button a.has-revieweb-button-dark-gray-color { color: #333333;}
.wp-block-button a.has-revieweb-button-light-gray-color { color: #a5a6aa;}
.wp-block-button a.has-revieweb-button-white-color { color: #ffffff;}

.wp-block-button .has-revieweb-primary-background-color { background-color: var(--revie-primary-color);}
.wp-block-button .has-revieweb-secondary-background-color { background-color: var(--revie-secondary-color);}
.wp-block-button .has-revieweb-button-dark-gray-background-color { background-color: #333333;}
.wp-block-button .has-revieweb-button-light-gray-background-color { background-color: #a5a6aa;}
.wp-block-button .has-revieweb-button-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 {
	margin-bottom: 0;
	margin-top: 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: 50px;
	padding-right: 50px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
	padding-left: 50px;
}
.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: 10px;
	overflow: hidden;
	margin-top: 0px;
	padding: 15px 45px;
}
.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: 10px;
}
.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
	border-radius: 10px;
	overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-item figcaption {
	border-radius: 10px;
}
.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(--meta-dark-color);
}
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;
}
.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;
}

@media(min-width: 575px) {
	.wp-block-columns {
	    flex-wrap: nowrap!important;
	}
}
@media(max-width: 574px) {
	.wp-block-columns {
	    gap: 0 !important;
	}
}
/*Mobile menu*/
@media(max-width:475px){
	.site-header .mobile-menu {
		display: none!important;
	}
}
.mean-container .mobile-mene-bar {
	position: relative;
}
.mean-container.mobile-sticky .mobile-mene-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	background-color: transparent;
	transition: background 0.2s ease, padding 0.8s linear;
}
.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--bg-light-color-1);
	float: none;
	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(--revie-primary-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.mean-container .mean-bar .mobile-logo img {
	max-width: 130px;
}
.mean-container .mean-bar .light-logo {
	display: none;
}
[data-theme="dark-mode"] .mean-container .mean-bar .dark-logo {
	display: none;
}
[data-theme="dark-mode"] .mean-container .mean-bar .light-logo {
	display: block;
}
.mean-container .mean-bar .minicart {
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}
.mean-container .mean-bar .info {
	display: flex;
	align-items: center;
	gap: 5px;
}
.mean-container .mean-bar .info > div {
	position: relative;
}
.mean-container .mean-bar .info > div > a,
.mean-container .mean-bar .info > div > .cart-list-trigger > a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 35px;
    height: 35px;
    color: var(--revie-primary-color);
    background-color: rgba(249, 37, 15, 0.08);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}
.mean-container .mean-bar .info > div > a:hover,
.mean-container .mean-bar .info > div > .cart-list-trigger > a:hover {
	background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
.mean-container .mean-bar .info > div .count {
    position: absolute;
    top: 0;
    right: 4px;
}
.mean-container .cart-area .cart-list-trigger {
	padding: 0;
}
.mean-container .mean-bar .info svg {
	transform: scale(0.8);
}
.mean-container .cart-area .cart-trigger-icon > span,
.mean-container .wishlist-icon span {
	top: 3px;
	font-size: 14px;
}
@media(min-width: 783px) and (max-width: 992px) {
	.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
	  	top: 32px;
	}
}
@media(min-width: 601px) and (max-width: 782px) {
	.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
	  	top: 46px;
	}
}
.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}
.rt-slide-nav .offscreen-navigation nav > ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}
.rt-slide-nav .offscreen-navigation ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.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(--heading-dark-color);
	font-size: 17px;
	font-weight: 500;
	background: var(--bg-light-color-1);
	padding-bottom: 10px;
	padding-top: 10px;
}
.rt-slide-nav .offscreen-navigation ul > li > a {
  	padding-left: 12px;
}
.rt-slide-nav .offscreen-navigation ul ul > li > a {
  	padding-left: 36px;
}
.rt-slide-nav .offscreen-navigation ul ul ul > li > a {
  	padding-left: 60px;
}
.rt-slide-nav .offscreen-navigation ul > li > a:hover {
  	padding-left: 24px;
}
.rt-slide-nav .offscreen-navigation ul ul > li > a:hover {
  	padding-left: 44px;
}
.rt-slide-nav .offscreen-navigation ul ul ul > li > a:hover {
  	padding-left: 72px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
	font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 7px;
	padding-top: 7px;
	color: var(--meta-dark-color);
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  	color: var(--revie-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	right: 15px;
	font-weight: 700;
	position: absolute;
	font-size: 13px;
	color: #999999;
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: '\f068';
	color: var(--revie-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 0px;
	top: 0;
	transform: translateY(0);
	background: #6c6c6c;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
	background: var(--revie-primary-color);
	height: 12px;
	top: 50%;
    transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
	transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
	left: 12px;
}
.rt-slide-nav .offscreen-navigation ul ul li > a::before {
	left: 32px;
}
.rt-slide-nav .offscreen-navigation ul ul ul li > a::before {
	left: 60px;
}
.mean-bar .header-btn-new.mobile-btn {
	position: absolute;
	right: 12%;
	top: 8px;
}
.mean-bar .sidebarBtn{
	font-size: 20px;
	cursor: pointer;
  	color: var(--fix-dark-color);
}
.mean-bar .sidebarBtn {
	display: block;
	cursor: pointer;
	transition: all ease 0.31s;
}
.mean-bar .sidebarBtn .bar {
	background: var(--fix-meta-dark-color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 3px;
	transition: all ease 0.31s;
}
.mean-bar .sidebarBtn .bar:nth-child(2), 
.mean-bar .sidebarBtn .bar:nth-child(3) {
	width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2), 
.slidemenuon .sidebarBtn .bar:nth-child(3) {
	opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(3px, 8px);
}
.slidemenuon .sidebarBtn .bar:nth-child(4) {
	transform: rotate(-45deg) translate(3px, -8px);
}
.rt-slide-nav {
	display: block;
	position: absolute;
	background: white;
	left: 12px;
	right: 12px;
	z-index: 3;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
	transform: translateX(-200%);
	transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.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: 992px){
  	#meanmenu {
	 	display: none;
  	}
}
@media only screen and (max-width: 991px){
  	.header-area {
		display: none;
  	}
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
  	display: block;
}
.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;
}
/*carticon and search*/
.info-menu-bar {
	display: inline-flex;
	position: absolute;
	right: 73px;
}
@media(max-width: 425px) {
	.info-menu-bar {
		right: 55px;
	}
}
.info-menu-bar a {
	color: #111111;
	font-weight: 500;
}
.info-menu-bar a:hover {
	color: #111111;
}
.info-menu-bar .header-search-box {
	width: 25px;
	margin-left: 14px;
}
/*mobile header topbar*/
.mobile-top-bar .header-top {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 8px;
    padding: 12px 12px 15px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid var(--revie-border-color);
}
.mobile-top-bar .header-social {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 5px;
}
.mobile-top-bar .header-top > div {
	position: relative;
	border: none;
	font-weight: 500;
}
.mobile-top-bar .header-button .button-style-2 {
	font-size: 14px;
    border-radius: 30px;
    padding: 11px 15px 10px;
}
.mobile-top-bar .offer-text .offer-price {
    color: #f99b0f;
    padding-left: 8px;
}
.mobile-top-bar .header-right-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.mobile-top-bar .header-button .button-btn {
	padding: 8px 18px;
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
  .wow {
	  visibility: visible !important;
	  -webkit-animation: none !important;
	  animation: none !important;
  }
}
/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.shop-page-top {
	width: 100%;
	margin-bottom: 16px;
	display: inline-block;
	border: 1px solid var(--revie-border-color);
	border-radius: 10px;
	padding: 20px;
	transition: all ease 0.31s;
}
.woocommerce .woocommerce-result-count {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	float: inherit;
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
.woocommerce .woocommerce-ordering {
	margin: 0;
	float: inherit;
}
.woocommerce .woocommerce-ordering select {
	padding: 5px 24px 5px 10px;
    border-radius: 6px;
	font-weight: 500;
	background-color: var(--bg-light-color-3);
	width: initial;
	border: none;
	outline: none;
	vertical-align: middle;
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
.woo-shop-top {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.view-mode ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.view-mode ul li a {
    width: 42px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    background: var(--bg-light-color-3);
    border-radius: 5px;
    color: var(--meta-dark-color);
    border: 0;
    transition: all ease 0.31s;
}
.product-grid-view .view-mode ul .grid-view-nav a,
.product-list-view .view-mode ul .list-view-nav a {
    background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
@media only screen and (max-width: 767px) {
	.woo-shop-top {
		display: block;
		text-align: center;
	}
	.view-mode ul,
	.woocommerce .woocommerce-result-count {
		margin-bottom: 10px;
	}
}
.woocommerce .products ul, 
.woocommerce ul.products {
	margin: 0;	
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products.columns-2, 
.woocommerce ul.products.columns-3, 
.woocommerce ul.products.columns-4 {
	margin-left: -12px;
    margin-right: -12px;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product {
	flex: 0 0 auto;
    margin: 0;
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}
.woocommerce ul.products.columns-2 li.product {
    width: 50%;
}
.woocommerce ul.products.columns-3 li.product {
    width: 33.3333333333%;
}
.woocommerce ul.products.columns-4 li.product {
    width: 25%;
}
@media(max-width: 991px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 33.3333333333%;
		clear: unset;
	}
}
@media(max-width: 768px) {
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product {
		width: 50%;
	}
}
@media(max-width: 425px) {
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product {
		width: 100%;
	}
}
.woocommerce ul.products li.product {
	margin-bottom: 24px;
}
.woocommerce .rt-product-block .rt-thumb-wrapper {
	overflow: hidden;
	position: relative;
	padding: 30px;
	background-color: var(--bg-light-color-3);
	text-align: center;
	transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-thumb img {
	transition: 1.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.woocommerce .rt-product-block:hover .rt-thumb img {
	transform: rotateY(180deg);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-title .added_to_cart {
	margin-left: 4px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons > a {
    transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(1n){
    transition-delay: 0s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(2n) {
    transition-delay: 0.2s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(3n) {
    transition-delay: 0.4s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(4n) {
    transition-delay: 0.6s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a {
    height: 44px;
    padding: 0 15px;
    border-radius: 6px;
    color: var(--meta-dark-color);
    background: var(--bg-light-color-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    margin-right: 5px;
    transform: translateY(30px);
    transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a:hover {
	color: var(--fix-light-color);
	background: var(--revie-primary-color);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons .added_to_cart.wc-forward {
	font-size: 12px;
	padding: 0 6px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a > span {
	display: none;
}
.woocommerce .rt-product-block .price-title-box .rt-title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.woocommerce .rt-product-block .price-title-box .rt-title a {
	color: var(--heading-dark-color);
}
.woocommerce .rt-product-block .price-title-box .rt-price {
	color: var(--revie-primary-color);
	font-size: 18px;
	font-weight: 700;
}
.woocommerce .rt-product-block .price-title-box .rt-price del {
	font-weight: 400;
	margin-right: 6px;
	color: var(--meta-dark-color);
}
.woocommerce .rt-product-block .price-title-box 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 {
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 500;
  background-color: var(--revie-primary-color);
}
.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 .rt-product-block .rating-icon {
	margin-bottom: 8px;
}
/*product grid view*/
.woocommerce .rt-product-grid .price-title-box {
	background-color: var(--bg-light-color-2);
	border-radius: 0px 0px 10px 10px;
    padding: 24px 28px;
    transition: all ease 0.31s;
}
.woocommerce .rt-product-grid .rt-thumb-wrapper {
	border-radius: 10px 10px 0 0;
}
/*product list view*/
.woocommerce .rt-product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	border: 1px solid var(--revie-border-color);
	border-radius: 10px;
	padding: 15px;
}
.woocommerce .rt-product-list .rt-thumb-wrapper {
    border-radius: 10px;
    transition: all ease 0.31s;
    max-width: 270px;
    width: 100%;
}
.woocommerce .rt-product-list .price-title-box {
	flex: 1;
}
.woocommerce .rt-product-list .rt-list-more {
	margin-top: 15px;
}
@media only screen and (max-width: 425px) {
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	.woocommerce .rt-product-list .rt-thumb-wrapper {
		max-width: 100%;
	}
}
/*------------------- Product Details -------------------*/
.woocommerce div.product .rt-left {
  width: 45%;
  float: left;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .rt-left {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce div.product .rt-left span.onsale {
  	display: none;
}
.woocommerce div.product .rt-right {
	overflow: hidden;
	padding-left: 15px;
	flex: 1;
}
@media(max-width: 991px) {
	.woocommerce div.product .rt-right {
		overflow: inherit;
		padding-left: 0;
	}
}
.woocommerce div.product .rt-right .entry-title {
	font-size: 28px;
  	margin-bottom: 12px;
  	transition: all ease 0.31s;
}
.woocommerce div.product .rt-right .woocommerce-product-rating {
  	margin-bottom: 15px;
}
.woocommerce div.product .rt-right .woocommerce-product-rating .star-rating {
	font-size: 14px;
	margin: 0;
}
.woocommerce div.product .rt-right .woocommerce-product-rating .woocommerce-review-link {
	color: var(--meta-dark-color);
	padding-left: 7px;
}
.woocommerce div.product .rtrs-rating-item .rating-icon {
	margin-bottom: 11px;
}
.woocommerce div.product .rt-right span.price,
.woocommerce div.product .rt-right p.price {
  color: var(--revie-primary-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.4;
  transition: all ease 0.31s;
}
.woocommerce div.product .rt-right span.price del,
.woocommerce div.product .rt-right p.price del {
  opacity: 1;
  color: #a3a0a0;
  font-size: 22px;
}
.woocommerce div.product .rt-right form.cart {
  margin-top: 15px;
  margin-bottom: 25px;
}
.woocommerce div.product table.group_table td > label > a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 700;
}
.woocommerce div.product table.group_table td > label > a:hover {
	color: var(--revie-primary-color);
}
.woocommerce div.product table.group_table td span.amount {
	color: var(--heading-dark-color);
    font-size: 18px;
    font-weight: 700;
}
.woocommerce div.product .rt-right form.cart div.quantity {
	margin-bottom: 25px;
    float: inherit;
}
.woocommerce div.product form.cart .group_table td:first-child {
	width: initial;
}
.woocommerce div.product form.cart .group_table td {
    text-align: left;
}
.woocommerce .rt-right .button.alt {
	padding: 18px 33px 18px 33px;
    font-size: 18px;
}
/*variations form*/
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    right: -47px;
    top: 14px;
    line-height: 1;
    font-weight: 500;
}
.woocommerce .rt-right .variations_form {
  margin-bottom: 20px;
}
.woocommerce .product .rt-right .variations_form .variations {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 8px;
    border-top: 1px solid var(--revie-border-color);
    display: inline-grid;
    transition: all ease 0.31s;
}
.woocommerce .rt-right .variations_form .variations tr {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid var(--revie-border-color);
	margin-bottom: 7px;
    padding-bottom: 7px;
    transition: all ease 0.31s;
}
.woocommerce .rt-right .variations_form .variations th,
.woocommerce .rt-right .variations_form .variations td {
	text-align: left;
	float: left;
	position: relative;
	min-width: 77px;
	padding-left: 0;
}
.woocommerce .rt-right .variations_form .rtwpvs-term {
	box-shadow: none !important;
	background: transparent !important;
	margin: 0 5px;
	padding: 0;
}
.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term):hover {
	background: transparent !important;
}
.woocommerce .rt-right .variations_form .rtwpvs-button-term:hover span {
	color: inherit !important;
}
.woocommerce .rt-right .variations_form .rtwpvs-term-span {
	color: var(--meta-dark-color) !important;
	padding: 0 !important;
	transition: all ease 0.31s;
}
.woocommerce .rt-right .variations_form .rtwpvs-color-term {
	margin-right: 5px;
	width: 20px;
    height: 20px;
}
.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term):hover,
.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.woocommerce .rt-right .variations_form .rtwpvs-term-span-color:after {
	box-shadow: none !important;
}
.rtwpvs .button-variable-wrapper .rtwpvs-term {
	box-shadow: none !important;
}

.woocommerce .rt-right .variations_form .color-variable-wrapper {
	margin-top: 6px;
}
.woocommerce .rt-right .variations_form .variations th label {
  color: var(--heading-dark-color);
  font-size: 18px;
  font-weight: 600;
  transition: all ease 0.31s;
}
.woocommerce .rt-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce .rt-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce .rt-right .wistlist-compare-box {
  display: flex;
  gap: 10px;
}
.woocommerce .rt-right .yith-wcwl-add-to-wishlist .blockOverlay::before {
	display: none;
}
.wishlist-title-container {
	margin-bottom: 30px;
}
.wishlist-title-container .wishlist-title > h2 {
	display: none;
}
@media only screen and (max-width: 480px) {
  .woocommerce .rt-right .wistlist-compare-box {
    display: block;
  }
}
.woocommerce .rt-right .wistlist-compare-box a {
  color: var(--meta-dark-color);
  transition: all ease 0.31s;
}
@media only screen and (max-width: 480px) {
  .woocommerce .rt-right .wistlist-compare-box a {
    width: 100%;
  }
}
.woocommerce .rt-right .wistlist-compare-box a i {
  margin-right: 8px;
}
.woocommerce .rt-right .wistlist-compare-box a:hover {
  color: var(--revie-primary-color);
}
.woocommerce .rt-right .post-share-btn {
  width: 100%;
  margin-bottom: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce .rt-right .post-share-btn .item-label {
  	font-size: 20px;
    font-weight: 600;
    color: #212529;
    width: 70px;
    float: left;
    padding-top: 5px;
    margin-bottom: 0;
    transition: all ease 0.31s;
}
.woocommerce .rt-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}
.woocommerce .rt-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-product-details__short-description {
	margin-top: 18px;
}
.woocommerce .woocommerce-product-details__short-description ul {
	margin: 0;
	padding: 0;
}
.woocommerce .rt-right .post-social-sharing ul.item-social li {
  float: left;
}
.woocommerce .rt-right .post-social-sharing ul.item-social li a {
    color: #a3a0a0;
    padding: 5px 7px;
    display: inline-block;
    font-size: 16px;
}
.woocommerce .rt-right .post-social-sharing ul.item-social li a:hover {
  color: var(--revie-primary-color);
}
.woocommerce .rt-right .slick-slider .slick-slide {
  margin-left: 0;
}
.woocommerce .rt-right .yith-wcwl-add-button,
.woocommerce .rt-right a.compare.button {
  display: none;
}
.woocommerce .rt-right a.compare.added {
  padding-left: 20px;
  position: relative !important;
}
.woocommerce .rt-right a.compare.added:before {
  top: 0;
  left: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/*single product meta*/
.woocommerce .rt-right .product_meta {
	display: flex;
	gap: 15px;
	float: left;
	margin-right: 20px;
}
.woocommerce .rt-right .product_meta > span {
	color: var(--heading-dark-color);
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 1.4;
    transition: all ease 0.31s;
}
.woocommerce .rt-right .product_meta > span a,
.woocommerce .rt-right .product_meta > span span {
    color: var(--meta-dark-color);
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    transition: all ease 0.31s;
}
.woocommerce .rt-right .product_meta > span a:hover {
	color: var(--revie-primary-color);
}
.woocommerce div.product div.images .flex-viewport {
	border-radius: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background-color: var(--bg-light-color-3);
	text-align: center;
	border-radius: 10px;
	height: 100%;
	transition: all ease 0.31s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: var(--bg-light-color-3);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
	min-height: 440px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: inherit;
	display: inline-block;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	justify-content: space-between;
	gap: 5px;
  	margin-top: 10px;
  	transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #f2f4f6;
    text-align: center;
    border-radius: 6px;
    width: unset;
    transition: all ease 0.31s;
}
.woocommerce li.product .woocommerce-product-rating {
  margin-bottom: 0;
}

.quantity .quantity-item .quantity-label {
	display: none;
}
.woocommerce div.product .quantity-item .quantity-label {
	display: block;
	color: var(--heading-dark-color);
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    transition: all ease 0.31s;
}
.woocommerce .quantity-item {
	display: inline-flex;
    align-items: center;
}
.woocommerce .quantity input.input-text {
  	margin: 0 5px;
}
.woocommerce .quantity .quantity-btn {
	width: 40px;
	height: 40px;
	background-color: var(--bg-light-color-2);
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  	line-height: 1;
	transition: all ease 0.31s;
}
.quantity {
	margin: 0 auto;
	max-width: 160px;
	position: relative;
}
.quantity input.input-text {
	width: 40px;
	height: 40px;
	background-color: var(--bg-light-color-2);
	border: none;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.31s;
}
.woocommerce .quantity .qty {
	width: 40px;
}
.quantity .input-group-btn span.quantity-btn svg {
  	transform: scale(0.8);
}
.quantity input.input-text {
  vertical-align: top !important;
}
.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;
}
/*product bottom*/
.rt-related-product {
	margin-top: 50px;
}
.woocommerce .rt-related-product ul.products li.product {
	width: 100%;
}
/*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 a.button,
.cart-btn a.button {
	background: var(--revie-primary-color);
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 20px 16px 20px;
	transition: all 0.4s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.16px;
	line-height: 1;
}
.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 a.button:hover,
.cart-btn a.button:hover {
  color: #fff;
  background-color: var(--revie-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 input.button:focus,
.woocommerce a.button:focus {
  outline: none;
  border-radius: 6px;
}
.woocommerce button.button.alt.disabled {
	background-color: var(--revie-primary-color);
}
.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(--revie-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;
}
.woocommerce .star-rating span::before {
  color: var(--fix-rating-color-1);
}
.woocommerce div.product .woocommerce-tabs {
  	margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  border-bottom: 1px solid var(--revie-border-color);
  margin-bottom: 40px;
  padding: 0;
  transition: all ease 0.31s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 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;
  font-size: 18px;
  font-weight: 600;
  color: var(--meta-dark-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--heading-dark-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 0;
  background-color: #0554f2;
  transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  	color: var(--heading-dark-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  	width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    background-color: var(--bg-light-color-7);
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	border-radius: 10px;
	margin-bottom: 50px;
    padding: 40px;
    transition: all ease 0.31s;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: 1px solid var(--revie-border-color) !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
	margin-top: 30px;
}
.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 #e5e5e5;
	border-radius: 6px;
    padding: 12px 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  	text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 16px;
    color: var(--heading-dark-color);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	margin-right: 25px;
	padding: 0;
	position: inherit;
}
.woocommerce p.stars a {
  color: #ffba0a;
}
.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 .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  border-color: #e4e1e3;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 8px 20px;
  width: 100%;
}
.woocommerce #review_form #respond p textarea {
  height: 150px;
  padding: 20px;
  border-color: #e4e1e3;
  border-radius: 6px;
}
.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
  outline: none;
}
/*review*/
.woocommerce div.product .woocommerce-tabs .panel h3 {
  	font-size: 24px;
  	font-weight: 600;
}
.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
    font-weight: 700;
    color: var(--heading-dark-color);
}
.woocommerce-Reviews .comment-form label {
	font-size: 14px;
	color: var(--heading-dark-color);
	font-weight: 500;
	display: block;
}

@media (min-width: 850px) {
	.woocommerce-Reviews .comment-form {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.woocommerce-Reviews .comment-form>div,
	.woocommerce-Reviews .comment-form>p {
	    padding: 0 15px;
	    width: 100%;
	}
	.woocommerce-Reviews .comment-form p.comment-form-author, 
	.woocommerce-Reviews .comment-form p.comment-form-email, 
	.woocommerce-Reviews .comment-form p.comment-form-url {
	    -webkit-box-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	}
}

.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  background-color: #000;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  width: 140px !important;
  line-height: 40px;
  border-radius: 6px;
}
.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals h2 {
  font-size: 30px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: var(--heading-dark-color);
  font-weight: 600;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  border: 0;
  border-top: 1px solid var(--revie-border-color);
  border-left: 1px solid var(--revie-border-color);
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none;
}
.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal,
.woocommerce table.shop_table tbody td.product-stock-status,
.woocommerce table.shop_table tbody td.product-name a {
  color: var(--heading-dark-color);
  font-weight: 500;
}
.woocommerce table.shop_table tbody td.product-name a:hover {
  color: var(--revie-primary-color);
} 
.woocommerce table.shop_table tbody td.product-name .yith-wcqv-button {
	display: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout #payment div.place-order {
    padding: 20px 24px;
}
.woocommerce .woocommerce-checkout .form-row label {
  color: var(--heading-dark-color);
  font-weight: 500;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}
p.return-to-shop {
  margin-bottom: 70px;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}
.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(--bg-light-color-1);
    border-radius: 6px;
	padding: 13px 12px;
}
.woocommerce .address-field .select2-container .select2-selection--single {
	border: 1px solid var(--revie-border-color);
}
.woocommerce .address-field .select2-container .select2-selection--single .select2-selection__rendered {
	color: var(--body-dark-color);
}
.woocommerce .edit-account fieldset {
	border: none;
	margin: 15px 0 15px;
	padding: 0;
}
.woocommerce .edit-account fieldset > legend {
	color: var(--heading-dark-color);
	font-size: 22px;
	font-weight: 600;
	transition: all ease 0.31s;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}
.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 ease 0.31s;
}
.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: #6c6f72;
    background-color: transparent;
    transition: all ease 0.31s;
}
.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(--revie-primary-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 ease 0.31s;
}
.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 {
  padding: 20px 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
}
.woocommerce table.shop_table th {
	color: var(--heading-dark-color);
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th {
	color: var(--heading-dark-color);
	font-weight: 600;
}
.woocommerce table.shop_table tbody td {
	font-weight: 500;
	padding: 12px 15px;
}
.woocommerce .hidden-title-form {
	display: none;
}
.yith-wcwl-share {
  display: none;
}
.woocommerce-message {
    border-top-color: var(--revie-primary-color);
    padding: 20px 30px 20px 50px;
    line-height: 45px;
    border-radius: 0 0 6px 6px;
    transition: all ease 0.31s;
}
.woocommerce-info {
    border-top-color: var(--revie-primary-color);
    padding: 17px 30px 18px 50px;
    transition: all ease 0.31s;
}
.woocommerce-message::before {
	top: 21px;
}
.woocommerce-message::before, 
.woocommerce-info::before {
    color: var(--heading-dark-color);
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	color: var(--body-dark-color);
    background: var(--bg-light-color-2);
    border-radius: 6px;
}
/*star rating for products*/
.rating-custom .woocommerce-product-rating::after, 
.rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table;
}
.rating-custom .star-rating {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}
.rating-custom .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
	color: #fcb302;
}
.shop-layout-style1 .rating-custom .woocommerce-product-rating {
  display: inline-block;
}
/*header wishlist icon*/
.wishlist-icon span {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14px;
    line-height: 1;
}
/*header cart*/
.cart-area .cart-list-trigger {
    position: relative;
    padding: 30px 0;
    transition: all ease 0.31s;
}
.cart-area .cart-trigger-icon > span {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 3px;
    font-size: 14px;
    line-height: 1;
}
.cart-area .cart-wrapper {
    font-size: 14px;
    line-height: 22px;
    background-color: var(--bg-light-color-1);
    border-radius: 0 0 6px 6px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    max-height: 70vh;
    overflow-y: auto;
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 0 0 6px 6px;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
@media(max-width: 375px) {
	.cart-area .cart-wrapper {
		width: 260px;
	}
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.cart-area .cart-wrapper ul.minicart>li {
    border-bottom: 1px solid var(--revie-border-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
	margin-top: 20px;
}
.cart-area .cart-wrapper ul.minicart>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-wrapper h5.no-cart-items {
    width: 100%;
    margin-bottom: 0;
}
.cart-single-product {
	width: 100%;
}
.cart-single-product > .media {
	display: flex;
    position: relative;
    align-items: center;
}
.cart-wrapper .remove-item-overlay {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: var(--heading-dark-color);
}
.cart-wrapper .remove-item-overlay>img {
    top: 50%;
    width: 25px;
    max-width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.cart-wrapper .cart-product-img {
    display: inline-flex;
    align-items: center;
    width: 48px;
    height: 60px;
    border: 1px solid var(--revie-border-color);
    border-radius: 6px;
    margin-right: 13px;
    padding: 3px;
}
.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    color: #6c6f72;
}
.cart-area .cart-wrapper ul.minicart>li.cart-total {
	color: var(--body-dark-color);
	font-weight: 500;
}
.cart-area .cart-content {
	flex: 1;
}
.cart-area .minicart-title a {
	color: var(--bg-dark-color-1);
	font-size: 15px;
	font-weight: 500;
}
.cart-area .cart-title-line2 {
	color: var(--body-dark-color);
}
.cart-area .minicart-remove a {
	color: var(--body-dark-color);
}
.cart-area .minicart-title a:hover,
.cart-area .minicart-remove a:hover {
	color: var(--revie-primary-color);
}
/*end cart*/
.woocommerce ul.product_list_widget li img {
    margin-left: 4px;
    width: 38px;
    background: #fff;
    border-radius: 6px;
}
.woocommerce .woocommerce-product-rating {
	line-height: 1;
}
.woocommerce li.product .star-rating {
	display: inline-block;
	margin: 0 0 5px;
	float: none;
}
.woocommerce .loader::before {
	display: none;
}
@media(max-width: 767px) {
	.woocommerce-page .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
/*related product slider*/
.woo-related-product .swiper-slide li {
	list-style: none;
}
/*product quick view*/
#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
}
#yith-quick-view-content .star-rating {
	font-size: 14px;
}
#yith-quick-view-close {
    border: none;
    border-radius: 6px;
    background: var(--revie-primary-color);
    color: #fff;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    line-height: 26px;
    z-index: 2;
    opacity: 1;
}
#yith-quick-view-close:hover {
	background: var(--revie-secondary-color);
    color: #fff;
}
#yith-quick-view-modal .yith-wcqv-main {
	border-radius: 10px;
	box-shadow: none;
	padding: 30px;
	transform: translateY(-65px);
    transition: all 1s ease-out;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	transform: translateY(0);
}
#yith-quick-view-modal #yith-quick-view-content {
    overflow-y: scroll;
}
#yith-quick-view-content .single-product-top {
	display: flex;
}
#yith-quick-view-content .rt-right .product_meta {
	margin-bottom: 15px;
}
#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar,
#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
    width: 0;
}
@media(max-width: 767px) {
	#yith-quick-view-content .single-product-top {
		display: block;
	}
	#yith-quick-view-content .single-product-top .rt-left {
		width: 100%;
		margin-bottom: 30px;
	}
	#yith-quick-view-content .single-product-top div.images,
	#yith-quick-view-content .single-product-top .rt-right {
		width: 100%;
	}
}
/*Product compare view*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--revie-primary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--revie-primary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #f2f4f6;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    color: var(--meta-dark-color);
    font-weight: 500;
    transition: all ease 0.31s;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	padding: 8px 14px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	padding: 0 0 0 20px;
}
.sidebar-widget-area .widget.widget_rating_filter ul li a {
	font-size: 13px;
	padding-left: 0;
}
.sidebar-widget-area .widget.widget_rating_filter ul li a:before {
	display: none;
}
/*Woo Admin Account*/ 
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border: none;
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
    transition: all ease 0.31s;
}
.woocommerce form.checkout_coupon {
	border: none;
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
	position: relative;
	color: var(--heading-dark-color);
	padding-left: 17px;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #0554f2;
}
.woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    font-family: rtcl,serif;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 3;
}
/*-------------------------------------
#. Dark mode
---------------------------------------*/
.header-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 8px;
}
.header-switch-label {
    width: 41px;
    height: 20px;
    display: inline-block;
    position: relative;
    transition: all ease 0.31s;
}
.header-switch .icon-mode {
  	color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.header-dark .header-switch .icon-mode {
  	color: var(--fix-light-color);
    transition: all ease 0.31s;
}
.header-switch-main {
	position: absolute;
    background: #9ea0a3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transition: all ease 0.31s;
}
.header-switch-main.round {
    border-radius: 15px;
}
.header-switch-input {
  	display: none;
}
.header-switch-main::before {
	position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: 50%;
    transform: translateX(0px) translateY(-50%);
    border-radius: 100%;
    left: 3px;
    transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header-switch-input:checked + .header-switch-main::before {
  	transform: translateX(20px) translateY(-50%);
    transition: 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
[data-theme="dark-mode"] .header-switch-main::before {
	background-color: var(--fix-dark-color);
}
[data-theme="dark-mode"] .site-header .site-branding .light-logo {
	display: table-cell;
}
[data-theme="dark-mode"] .site-header .site-branding .dark-logo {
	display: none;
}
/*-------------------------------------
#. Classified Listing
---------------------------------------*/
.rtcl .rtcl-listings-actions {
	align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid var(--revie-border-color);
    border-radius: 10px;
    padding: 20px;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher {
    display: flex;
    gap: 8px;
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher > a {
    width: 42px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    background: var(--bg-light-color-3);
    border-radius: 5px;
    color: var(--meta-dark-color);
    border: 0;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher > a.active {
	background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher > a i {
	color: var(--meta-dark-color);
	transition: all ease 0.31s;
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher > a.active i {
	color: var(--fix-light-color);
	transition: all ease 0.31s;
}
.rtcl .rtcl-listings-actions .rtcl-result-count {
	font-size: 17px;
	font-weight: 500;
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
.rtcl .rtcl-listings-actions .rtcl-ordering select {
	border-radius: 6px;
	background-color: var(--bg-light-color-3);
	border: none;
	color: var(--body-dark-color);
	height: 44px;
	padding: 0 30px 0 15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95%;
	transition: all ease 0.31s;
}
/*archive item*/
.rtcl .rtcl-listings .listing-item {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings .rtcl-listing-meta-data {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    flex-direction: unset;
    grid-column-gap: 16px;
}
.rtcl .rtcl-listings .rtcl-listing-meta-data li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings .rtcl-listing-meta-data li a {
    color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings .rtcl-listing-meta-data li a:hover {
	color: var(--revie-primary-color);
}
.rtcl .rtcl-listings .rtcl-listing-meta-data li svg {
	color: var(--revie-primary-color);
	transform: scale(0.9);
}
.rtcl .rtcl-listings .listing-item h3.listing-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rtcl .rtcl-listings .listing-item .rtrs-rating-item .rating-icon {
	margin-bottom: 5px;
}
.rtcl .rtcl-listings .listing-item .listing-thumb {
	overflow: hidden;
}
.rtcl .rtcl-listings .listing-item .listing-thumb .rtcl-media:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.rtcl .rtcl-listings .listing-item .listing-thumb img {
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rtcl .listing-item:hover .listing-thumb img {
    transform: scale(1.22) rotateY(0deg);
}
.rtcl .rtcl-listings .listing-item .listing-thumb .rtcl-meta-buttons {
	display: inline-flex;
	gap: 5px;
    top: 20px;
    left: 20px;
    bottom: unset;
    position: absolute;
}
.rtcl .rtcl-listings .listing-item .listing-thumb .rtcl-meta-buttons .rtcl-btn {
    line-height: 1;
    width: 40px;
    height: 40px;
    background: var(--fix-light-color);
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    transform: unset;
}
.rtcl .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn:hover {
	background-color: var(--fix-dark-color);
}
.rtcl .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn:hover i {
	color: var(--fix-light-color) !important;
}
.rtcl .listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon {
	display: inline-block;
}
.rtcl .listing-item:hover .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon-heart,
.rtcl .listing-item:hover .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon-heart-empty {
	animation: toBottomFromTop 0.4s forwards;
}
.rtcl .listing-item:hover .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon-zoom-in {
	animation: toBottomFromTop 0.8s forwards;
}
.rtcl .listing-item:hover .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon-exchange {
	animation: toBottomFromTop 1.2s forwards;
}
.rtcl .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn a {
    color: var(--fix-dark-color);
    font-size: 15px;
    transition: unset;
}
.rtcl .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn .rtcl-icon {
    color: var(--fix-dark-color);
    font-size: 15px;
    transition: all ease 0.31s;
}
.rtcl .rtcl-listings .listing-item h3.listing-title a {
	color: var(--heading-dark-color);
}
.rtcl-user-single-wrapper .rtcl-user-listing-list > h2 {
	margin: 0 0 30px;
	text-transform: capitalize;
}
.rtcl-user-single-wrapper .rtcl-user-listing-list .rtcl-list-view .listing-item {
	margin-bottom: 0;
	padding: 0;
}
.rtcl-price {
	font-size: 18px;
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtcl-price .rtcl-price-meta {
	font-size: 14px;
	color: var(--meta-dark-color);
}
.rtcl .listing-item .item-content p {
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
.rtcl .listing-item .rating-wrap {
	display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
}
.rtcl .listing-item .star-rating {
	font-size: 14px;
}
.rtcl .listing-item .rating-count {
	color: var(--heading-dark-color);
	font-size: 14px;
	font-weight: 700;
	transition: all ease 0.31s;
}
.rtcl .rtcl-listings .listing-item.is-featured,
.rtcl .rtcl-listings .listing-item.as-top {
	border: none;
	margin-bottom: 0;
}
.rtcl .rtcl-listings .listing-item.is-featured {
	background-color: var(--bg-light-color-5);
}
.rtcl .rtcl-listings .listing-item.as-top {
    background-color: var(--bg-light-color-6);
}
.rtcl-listing-item .product-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-column-gap: 20px;
	font-size: 14px;
	color: var(--meta-dark-color);
	transition: all ease 0.31s;
}
.rtcl-listing-item .item-content .product-features {
	border-bottom: 1px solid var(--revie-border-color);
	margin-bottom: 10px;
	padding-bottom: 10px;
	transition: all ease 0.31s;
}
.rtcl-listing-item .product-features .listable-label {
	font-weight: 600;
	color: var(--heading-dark-color);
	transition: all ease 0.31s;
}
.rtcl-listing-item .product-features .rtcl-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff1ef;
   	color: var(--revie-primary-color);
    border-radius: 50%;
    font-size: 12px;
}
/*grid style*/
.rtcl .rtcl-grid-view {
	gap: 30px;
}
.rtcl .rtcl-grid-view .listing-item .item-content {
    padding: 20px 25px 20px;
}
/*list style*/
.rtcl .rtcl-list-view {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.rtcl .rtcl-list-view .listing-item {
    width: calc(50% - 12px);
    align-items: center;
}
.has-sidebar .rtcl-list-view .listing-item {
    width: 100%;
    align-items: center;
}
.rtcl .rtcl-list-view .listing-item .item-content {
    padding: 15px 20px;
}
.rtcl .rtcl-list-view .listing-item .listing-thumb {
    flex: 0 0 42%;
    max-width: 42%;
}
.rtcl .rtcl-list-view .listing-thumb,
.rtcl .rtcl-list-view .listing-thumb-inner,
.rtcl .rtcl-list-view .listing-thumb .rtcl-media {
	height: 100%;
}
@media (max-width: 991px) {
	.rtcl .rtcl-list-view {
		display: inline-grid;
	}
	.rtcl .rtcl-list-view .listing-item {
		width: 100%;
	}
	.rtcl .rtcl-list-view .listing-item .listing-thumb {
	    flex: 1;
	    max-width: 100%;
	    width: 100%;
	}
}
@media (max-width: 767px) {
	.rtcl .rtcl-listings-actions {
		display: inline-block;
		text-align: center;
	}
	.rtcl .rtcl-listings-actions .rtcl-view-switcher {
		justify-content: center;
		margin-top: 10px;
	}
	.rtcl .rtcl-listings-actions .rtcl-ordering {
		margin-top: 10px;
		margin-right: 0;
	}
}
/*archive map*/
.rtcl.has-map .rtcl-list-view .listing-item {
    width: 100%;
}
.rtcl-listings-sc-wrapper.has-map .rtcl-search-map {
    flex: 1;
    max-width: inherit;
    margin-left: 2%;
    position: sticky;
    top: 100px;
    left: 0;
    height: 100vh;
}
.leaflet-popup-content .rtcl-map-popup {
	padding: 10px;
}
.leaflet-popup-content .rtcl-map-popup-media {
    flex: 0 0 100px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.leaflet-popup-content .rtcl-map-popup-content .rtcl-map-item-title {
	font-size: 12px;
	line-height: 1.4;
}
.leaflet-popup-content .rtcl-map-popup-content .rtcl-map-item-title a {
	color: var(--fix-dark-color);
}
@media(max-width: 1199px) {
	.rtcl-listings-sc-wrapper.has-map {
		flex-wrap: wrap;
	}
	.rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.rtcl-listings-sc-wrapper.has-map .rtcl-search-map {
	    flex: 0 0 100%;
	    margin-left: 0%;
	    max-width: 100%;
	    height: auto;
	}
	.rtcl-listings-sc-wrapper.has-map .rtcl-search-map .rtcl-map-view {
		height: 500px;
	}
}
/*archive filter search*/
.listing-inner .listing-grid-box {
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 60px;
    padding: 60px 30px;
    transition: all ease 0.31s;
}
.advance-search-form .search-box {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.advance-search-form .search-box .search-item {
	position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    flex: 1;
}
.advance-search-form .search-box .search-item input,
.advance-search-form .search-box .search-item select {
	width: 100%;
    height: 55px;
    padding: 0 20px 0 35px;
    border-radius: 6px;
    position: relative;
    background-color: var(--bg-light-color-1);
	border: 1px solid var(--revie-border-color);
	color: var(--body-dark-color);
}
.advance-search-form .search-box .search-item.search-btn {
	flex: inherit;
}
.advance-search-form .search-box .search-item .submit-btn {
    min-width: 60px;
    height: 55px;
    border: 0;
    background: var(--revie-primary-color);
    color: var(--fix-light-color);
    font-size: 20px;
    display: grid;
    place-content: center;
    transition: all 0.4s ease;
    border-radius: 6px;
}
.advance-search-form .search-box .search-item .submit-btn:hover {
    background: var(--revie-secondary-color);
    color: var(--fix-light-color);
    transition: all ease 0.31s;
}
.advance-search-form .search-keyword .input-group .form-control, 
.advance-search-form .search-box .search-item select,
.advance-search-form .search-item .input-group .form-control::placeholder, 
.advanced-search-banner .banner-box .search-keyword .input-group .form-control::placeholder, 
.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control::placeholder {
    color: var(--fix-meta-dark-color);
    font-size: 15px;
    font-weight: 400;
}
.advance-search-form .search-box .search-item > svg {
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 1;
    width: 15px;
    color: #878c9f;
}
.advance-search-form .search-item .input-group .form-control:focus,
.advance-search-form .search-box .search-item select:focus-visible {
	border: 1px solid var(--revie-primary-color);
	box-shadow: none;
	outline: none;
}
@media(max-width: 767px) {
	.listing-inner .listing-grid-box {
		padding: 30px;
	}
	.advance-search-form .search-box {
		flex-direction: column;
	}
	.advance-search-form .search-box .search-item,
	.advance-search-form .search-box .search-item .submit-btn {
		width: 100%;
	}
}
/*archive modal quick view*/
.rtcl-ui-modal .rtcl-modal-wrapper .rtcl-modal-content {
	border-radius: 10px;
}
.rtcl-qv-gallery .rtcl-slider-wrapper {
	margin-bottom: 0 !important;
}
.rtcl-quick-view-container .rtcl-qv-summary .rtcl-qv-title {
	font-size: 24px;
	margin: 0 0 3px;
}
.rtcl-quick-view-container .rtcl-qv-summary .rtcl-qv-title a {
	color: var(--heading-dark-color);
}
.rtcl-qvw .rtcl-qv-row .rtcl-qv-summary .custom-field-properties {
    margin: 10px 0;
}
.rtcl-qv-summary .custom-field-properties .listing-details-block-heading {
	font-size: 18px;
	color: var(--heading-dark-color);
}
/*archive rtcl compare*/
.rtwpvs-rounded .entry-content > h1.entry-title {
	display: none;
}
.rtcl-compare-content {
	border: none;
	background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    transition: all ease 0.31s;
}
.rtcl-compare-table .rtcl-compare-table-title {
    min-height: 75px;
}
.rtcl-compare-table .rtcl-compare-table-remove {
	background-color: var(--bg-light-color-2);
}
.rtcl-compare-table .rtcl-compare-remove {
	border-top: none;
    border: 1px solid var(--revie-border-color);
    height: 36px;
    width: 36px;
    font-size: 20px;
    transition: all ease 0.31s;
}
.rtcl-compare-table .rtcl-compare-remove i {
    color: var(--revie-primary-color) !important;
}
.rtcl-compare-table .rtcl-compare-table-item td, 
.rtcl-compare-table .rtcl-compare-table-item th {
    border-bottom: 1px solid var(--revie-border-color);
    border-left: 1px solid var(--revie-border-color);
    background-color: transparent;
    padding: 12px 18px;
    transition: all ease 0.31s;
}
.rtcl-compare-table .rtcl-compare-table-item td {
	color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.rtcl-compare-table .rtcl-compare-table-item th {
	color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.rtcl-compare-table .rtcl-compare-table-remove {
	border-top: 1px solid var(--revie-border-color);
}
.rtcl-compare-table thead th {
    border-left: 1px solid var(--revie-border-color);
    border-top: 1px solid var(--revie-border-color);
}
.rtcl-compare-table .rtcl-compare-table-value {
    border-right: 1px solid var(--revie-border-color);
}
.rtcl-compare-table tbody:before {
    background: transparent;
    width: 0;
}
/*compare sidebar*/
#rtcl-compare-wrap {
	width: 310px;
	right: -310px;
	transition: right .3s;
	transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
}
#rtcl-compare-wrap.open {
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
}
#rtcl-compare-wrap .rtcl-compare-item {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    gap: 15px;
}
#rtcl-compare-list {
	padding: 20px;
}
#rtcl-compare-wrap .rtcl-compare-item img {
    border-radius: 6px;
    margin-right: 0;
    width: 75px;
}
#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title {
	margin-bottom: 0;
	line-height: 1;
	flex: 1;
    max-width: 100%;
}
#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title a {
	color: var(--heading-dark-color);
}
#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title a:hover {
	color: var(--revie-primary-color);
}
#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap a {
	color: var(--revie-primary-color);
	border-color: var(--revie-border-color);
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap a i {
	color: var(--revie-primary-color) !important;
}
#rtcl-compare-btn-wrap a.rtcl-compare-btn {
	background-color: var(--revie-primary-color);
	color: var(--fix-light-color);
}
#rtcl-compare-panel-btn {
	background-color: var(--revie-primary-color);
	border-radius: 6px 0 0 6px;
}
#rtcl-compare-panel-btn span.rtcl-compare-listing-count {
	background-color: var(--fix-rating-color-1);
}
#rtcl-compare-btn-wrap a.rtcl-compare-btn-clear {
    border: 1px solid var(--revie-border-color) !important;
    color: var(--revie-primary-color) !important;
}
/*clproperty listing map*/
.clproperty-listing-map-wrapper .rtcl-listings-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}
/**********************listing single **********************/
.listing-details-block {
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 30px;
    transition: all ease 0.31s;
}
.listing-details-block .listing-details-block-heading {
	margin-bottom: 15px;
}
.listing-details-block .listing-details-block-des {
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
.custom-field-properties .list-group-item {
	padding: 0 0 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
.custom-field-properties .list-group-item:last-child {
	margin: 0;
	padding: 0;
}
.custom-field-properties .list-group-item .cfp-label {
	color: var(--heading-dark-color);
	font-weight: 500;
	transition: all ease 0.31s;
}
.custom-field-properties .list-group-item .cfp-text {
	color: var(--body-dark-color);
	transition: all ease 0.31s;
}
/*Listing heading info*/
.rtcl-product-heading {
	position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 45px 30px;
    transition: all ease 0.31s;
}
.rtcl-product-heading .product-title {
	font-size: 28px;
	margin-bottom: 8px;
}
.rtcl-product-heading .product-action .category {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: var(--fix-light-color);
    border-radius: 6px;
    padding: 8px 15px 8px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rtcl-product-heading .product-action .badge {
	display: inline-flex;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 15px 8px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rtcl-product-heading .product-action .rtcl-badge-featured {
	background-color: var(--fix-rating-color-1);
    color: var(--fix-light-color);
}
.headin-info-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.headin-info-wrap .header-info {
	flex: 1;
}
.headin-info-wrap .entry-meta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	grid-column-gap: 15px;
	margin: 0;
    padding: 0;
    list-style: none;
}
.headin-info-wrap .entry-meta li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.headin-info-wrap .entry-meta li a {
    color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
.headin-info-wrap .entry-meta li > i {
	color: var(--revie-primary-color);
}
.headin-info-wrap .rtrs-rating-item .rating-icon {
	margin-bottom: 0;
}
.headin-info-wrap .product-price .rtcl-price {
	display: inline-flex;
	color: var(--heading-dark-color);
    transition: all ease 0.31s;
    font-size: 18px;
    margin-top: 12px;
}
.headin-info-wrap .product-price .rtcl-price .rtcl-price-meta {
    font-size: 14px;
    color: var(--meta-dark-color);
    transition: all ease 0.31s;
}
.headin-info-wrap .product-rating {
	display: flex;
    align-items: center;
    gap: 5px;
}
.headin-info-wrap .btn-area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
    padding: 0;
    list-style: none;
}
.headin-info-wrap .btn-area ul li a,
.rtcl-popup-social .share-icon a {
	color: var(--revie-primary-color);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--revie-primary-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 14px;
    transition: all ease 0.31s;
}
.headin-info-wrap .btn-area ul li a:hover,
.rtcl-popup-social .share-icon a:hover {
	color: var(--fix-light-color);
    background-color: var(--revie-primary-color);
    border: 1px solid transparent;
}
.rtcl-popup-social .share-content img {
	margin-bottom: 15px;
}
.abuse-white-popup h3 {
	margin-bottom: 5px;
}
.abuse-white-popup .abuse-content .form-group {
	margin-bottom: 15px;
}
.abuse-white-popup .abuse-content .form-group label {
	font-weight: 500;
	margin-bottom: 10px;
}

@media(max-width: 991px) {
	.headin-info-wrap {
		flex-wrap: wrap;
	}
	.headin-info-wrap .header-info {
		flex: unset;
	}
}
@media(max-width: 767px) {
	.headin-info-wrap {
		justify-content: center;
		text-align: center;
	}
	.rtcl-product-heading .product-category {
		text-align: center;
	}
	.headin-info-wrap .btn-area ul {
		margin-top: 15px;
	}
}
/*listing Thumb slider*/
.rtcl-slider-wrapper .rtcl-slider {
	border-radius: 10px;
}
.rtcl-slider-nav .rtcl-slider-thumb-item img {
	border-radius: 6px;
}
/*social profile*/
.listing-social-profile-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.listing-social-profile-block .listing-details-block-heading {
	margin-bottom: 0;
}
.rtcl-social-profiles a {
    width: 40px;
    height: 40px;
    background-color: rgba(249, 37, 15, 0.08);
	color: var(--revie-primary-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
    border-radius: 6px;
    font-size: 16px;
    transition: all ease 0.31s;
}
.rtcl-social-profiles a:hover {
	background-color: var(--revie-primary-color);
    color: var(--fix-light-color);
}
.listing-map-details-block .listing-details-block-heading {
	margin-bottom: 24px;
}
.listing-map-details-block .rtcl-map {
	border-radius: 10px;
}
.rtcl-related-block {
	margin-top: 50px;
}
.rtcl-related-block .listing-details-block-heading {
	margin-bottom: 30px;
}
.rtcl-related-listings .listing-item .item-content {
    padding: 20px 25px 20px;
}
/********************listing sidebar style********************/
@media(max-width: 1199px) {
	.rtcl-listing-sidebar {
		margin-top: 60px;
	}
	.listing-left-sidebar .rtcl-sidebar-wrapper {
		margin-bottom: 60px;
	}
	.listing-right-sidebar .rtcl-sidebar-wrapper {
		margin-top: 60px;
	}
}
/*user information*/
.rtcl-listing-user-info {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 30px 30px 40px;
    transition: all ease 0.31s;
}
.rtcl-listing-side-title h3 {
	font-size: 20px;
}
.rtcl-user-contact {
	list-style: none;
	padding: 0;
}
.rtcl-listing-user-info .listing-author {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 15px;
}
.rtcl-listing-user-info .listing-author .directory-block-poster-thumb {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    width: 60px;
}
.rtcl-listing-user-info .listing-author .author-name {
	font-size: 16px;
	line-height: 1.6;
}
.rtcl-listing-user-info .listing-author .author-name a {
	color: var(--heading-dark-color);
}
.rtcl-listing-user-info .listing-author .author-name a:hover {
	color: var(--revie-primary-color);
}
.rtcl-listing-user-info .listing-author .author-name span {
	display: block;
}
.rtcl-listing-user-info .listing-author .author-name span a {
	color: var(--meta-dark-color);
	font-size: 14px;
    font-weight: 400;
}
.rtcl-user-contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 3px;
    font-size: 15px;
    color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.rtcl-user-contact li a {
	color: var(--body-dark-color);
}
.rtcl-user-contact li a:hover {
	color: var(--revie-primary-color);
}
.rtcl-user-contact li svg,
.rtcl-user-contact li i {
	color: var(--revie-primary-color);
}
.rtcl-listing-user-info .list-group .list-group-item {
	border: 1px solid var(--revie-border-color);
	border-radius: 6px;
	margin-bottom: 8px;
	transition: all ease 0.31s;
}
.rtcl-listing-user-info .list-group .list-group-item:last-child {
	margin-bottom: 0;
}
.rtcl-listing-user-info .rtcl-do-email .media {
	display: flex;
	align-items: center;
	gap: 15px;
}
.rtcl-listing-user-info .rtcl-do-email .media-body span {
	font-weight: 600;
}
.rtcl-listing-user-info form .form-group {
	margin-bottom: 5px;
}
.rtcl-listing-user-info form .btn {
    padding: 9px 20px 10px;
    font-size: 15px;
}
.rtcl-listing-user-info .list-group .list-group-item .rtcl-icon {
	color: var(--revie-primary-color);
}
.rtcl-listing-user-info .rtcl-do-email .rtcl-do-email-link {
	color: var(--heading-dark-color);
}
.rtcl-listing-user-info .rtcl-do-email .rtcl-do-email-link:hover {
	color: var(--revie-primary-color);
}
.rtcl-listing-user-info .rtcl-contact-seller .rtcl-icon {
	margin-right: 10px;
}
.rtcl-listing-user-info .rtcl-contact-seller .rtcl-chat-link {
	color: var(--heading-dark-color);
}
.rtcl-listing-user-info .rtcl-contact-seller .rtcl-chat-link:hover {
	color: var(--revie-primary-color);
}
/*business hours*/
.rtclbh-block {
	border: none;
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 30px;
    transition: all ease 0.31s;
}
.rtclbh-block .rtclbh-status-closed {
	color: var(--revie-primary-color);
	font-weight: 600;
}
.rtclbh-block .rtclbh td {
	font-size: 15px;
	color: var(--body-dark-color);
	border-color: var(--revie-border-color);
	transition: all ease 0.31s;
}
.rtclbh-block .rtclbh-active.rtclbh-opened {
	background-color: #fff1ef;
}
.rtclbh-block .rtclbh th {
	color: var(--heading-dark-color);
	border-color: var(--revie-border-color);
	font-weight: 600;
	transition: all ease 0.31s;
}
/*Search Listings*/
.rtcl-sidebar-wrapper .rtcl-widget {
	margin-bottom: 0;
}
.rtcl-sidebar-wrapper .rtcl-widget-search {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 0;
    padding: 30px;
    transition: all ease 0.31s;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-widget-heading h3 {
	font-size: 20px;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-widget-search .ws-item {
	margin-bottom: 15px;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-widget-search .ws-item label {
	color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-widget-search .ws-item:last-child {
	margin-bottom: 0;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-search-input-button {
	background-color: var(--bg-dark-color-1);
	color: var(--body-light-color);
	border: none;
	display: flex;
    gap: 8px;
    font-size: 15px;
	transition: all ease 0.31s;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-action-buttons .btn {
	background-color: var(--revie-primary-color);
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    letter-spacing: 0.6px;
}
.rtcl-sidebar-wrapper .rtcl-widget-search .rtcl-action-buttons .btn:hover {
	background-color: var(--revie-secondary-color);
}
/*widget filterclass*/
.rtcl-widget-filter-class {
	background-color: transparent;
}
.rtcl-widget-filter-class .panel-block {
	padding: 0;
}
.rtcl-widget-filter-class .rtcl-filter-form .ui-accordion-item {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    margin-bottom: 30px;
    padding: 40px 30px;
    transition: all ease 0.31s;
}
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-accordion-item .ui-accordion-title {
	position: relative;
	border-bottom: none;
	color: var(--heading-dark-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-bottom: 0;
	transition: all ease 0.31s;
}
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-accordion-item .ui-accordion-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 15px;
    border-radius: 4px;
    background-color: var(--revie-primary-color);
    transition: all 0.3s ease;
}
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-accordion-item:not(:first-child) .ui-accordion-title {
	margin-top: 0;
}
.rtcl-widget-filter-class .rtcl-geo-address-field i.rtcl-icon {
	color: var(--fix-dark-color);
}
.rtcl-widget-filter-class .rtcl-range-slider-field {
	margin-top: 20px;
}
.rtcl-widget-filter-class .rtcl-range-slider-field .form-control-range {
	width: 100%;
}
.rtcl-widget-filter-class .panel-block ul.filter-list li,
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-link-tree-item {
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.rtcl-widget-filter-class .panel-block ul.filter-list li:not(.is-parent) {
	padding-left: 15px;
}
.rtcl-widget-filter-class .panel-block ul.filter-list li:not(.is-parent) a:before {
	top: 10px;
	content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 10px;
    border-radius: 0;
    background-color: #ddd;
    transition: all 0.3s ease;
}
.rtcl-widget-filter-class .panel-block ul.filter-list .rtcl-more {
	color: var(--body-dark-color);
	font-weight: 500;
}
.rtcl-widget-filter-class .panel-block ul.filter-list .rtcl-more .rtcl-icon {
	color: var(--revie-primary-color);
}
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .rtcl-rating-filter ul.ui-link-tree {
	margin-top: 0;
}
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .rtcl-rating-filter ul.ui-link-tree .ui-link-tree-item .star-rating:before, 
.rtcl-widget-filter-class .panel-block .rtcl-filter-form .rtcl-rating-filter ul.ui-link-tree .ui-link-tree-item .star-rating span:before,
.rtcl .star-rating {
	font-size: 14px;
	color: var(--fix-rating-color-1);
}
/*-------------------------------------
#. Classified Listing Admin
---------------------------------------*/
.rtcl-account .entry-content h1.entry-title,
.rtcl-form-page .entry-content h1.entry-title {
	display: none;
}
/*navigation bar*/
.rtcl-myaccount-navigation,
.rtcl-myaccount-content {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
    transition: all ease 0.31s;
}
.rtcl-myaccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rtcl-myaccount-navigation ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.rtcl-myaccount-navigation ul li a {
	position: relative;
	padding-left: 17px;
	color: var(--heading-dark-color);
	font-weight: 500;
}
.rtcl-myaccount-navigation ul li a:hover {
	color: var(--revie-primary-color);
}
.rtcl-myaccount-navigation ul li a:before {
    content: "";
    font-family: rtcl,serif;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 3;
}
/*Dashboard*/
.rtcl-account .rtcl-user-info {
	display: flex;
	grid-column-gap: 30px;
}
.rtcl-account .rtcl-user-info .media-body {
	flex: 1;
}
/*My Listings*/
.rtcl-account .rtcl-myaccount-content .form-inline {
	display: flex;
	margin-bottom: 20px;
}
.rtcl-account .rtcl-myaccount-content .form-inline input.form-control {
	flex: 1;
	border-radius: 6px 0 0 6px;
}
.rtcl-account .rtcl-myaccount-content .form-inline button.btn-primary {
	padding: 12px 15px;
	border-radius: 0 6px 6px 0;
}
.rtcl-account .rtcl-myaccount-content .action-wrap .float-sm-right .btn {
	background-color: var(--revie-primary-color);
	position: relative;
	overflow: hidden;
    z-index: 1;
}
.rtcl-account .rtcl-myaccount-content .action-wrap .float-sm-right .btn:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.rtcl-account .rtcl-myaccount-content .action-wrap .float-sm-right .btn:hover:before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.rtcl-account .rtcl .rtcl-list-view .listing-item  {
	border: 1px solid var(--revie-border-color);
	box-shadow: unset;
	width: 100%;
}
.rtcl-account .rtcl-listings .listing-item .listing-thumb a {
    height: 100%;
}
.rtcl-account .manage-listing .listing-details {
	padding: 0;
}
.rtcl-account .manage-listing .listing-details .rtcl-actions {
	padding: 0 20px 20px;
}
.rtcl-account .manage-listing .listing-details .rtcl-actions > a {
	border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    line-height: 1.4;
}
.rtcl-form-page .rtcl-listing-info-selecting, 
.rtcl-form-page .rtcl-post-form-wrap {
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
    transition: all ease 0.31s;
}
.rtcl .rtcl-post-section-title h3 {
	font-size: 20px;
	font-weight: 600;
}
.rtcl-favourite-listings .rtcl-actions {
	padding-right: 15px;
}
@media(max-width: 767px) {
	.rtcl-favourite-listings .rtcl-actions {
		padding-right: 0;
		padding-bottom: 24px;
	}
}
.rtcl-favourite-listings h3.listing-title a {
	display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(to right, var(--meta-dark-color) 0%, var(--meta-dark-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 90%;
    transition: all 0.7s;
}
.rtcl-favourite-listings h3.listing-title a:hover {
	background-size: 100% 2px;
}
/*Account details*/
.rtcl-EditAccountForm .form-group,
.rtcl .rtcl-post-video-urls .form-group {
	margin-bottom: 10px;
}
#rtcl-bhs-holder .form-check-label,
.rtcl-form-page .form-group > label,
.rtcl-EditAccountForm .form-group label {
	color: var(--heading-dark-color);
	font-size: 15px;
    font-weight: 500;
    transition: all ease 0.31s;
}
.rtcl-EditAccountForm .form-control-static {
	color: var(--heading-dark-color);
	font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rtcl-EditAccountForm .form-control-static strong {
    font-weight: 600;
}
.rtcl .rtcl-profile-picture-wrap .rtcl-gravatar-wrap {
    flex: 0 0 150px;
}
.rtcl .rtcl-profile-picture-wrap .rtcl-gravatar-wrap a {
	font-weight: 500;
}
/*login registration*/
.rtcl-login-form-wrap,
.rtcl-registration-form-wrap {
	border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
    transition: all ease 0.31s;
}
.rtcl #rtcl-user-login-wrapper {
	background-color: transparent;
    grid-column-gap: 24px;
	padding: 0;
}
.rtcl .rtcl-login-form-wrap, 
.rtcl .rtcl-registration-form-wrap {
    max-width: calc(50% - 12px);
}
#rtcl-user-login-wrapper form .form-group {
	margin-bottom: 15px;
}
#rtcl-user-login-wrapper form .form-group label {
	color: var(--heading-dark-color);
	font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all ease 0.31s;
}
.rtcl .rtcl-forgot-password {
    margin: 10px 0;
}
/*rtcl button*/
.rtcl .btn-primary {
	position: relative;
	background-color: var(--revie-primary-color);
    border-radius: 6px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 12px 30px;
    line-height: 1.4;
    overflow: hidden;
    z-index: 1;
}
.rtcl .btn-primary::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--revie-secondary-color);
    right: 0;
    left: 100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform-origin: 0 0 0;
}
.rtcl .btn-primary:hover::before {
    left: 0;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
.rtcl input.btn-primary:hover {
    background-color: var(--revie-secondary-color);
}
.float-sm-right .btn-success {
	margin-bottom: 21px;
}
.rtcl .btn-success {
	background-color: #198754;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 12px 30px;
    line-height: 1.4;
}
.rtcl .btn-success:hover {
    background-color: #146c43;
}
.rtcl .btn-danger {
	background-color: rgba(249, 37, 15, 0.08);
    color: var(--revie-primary-color);
	border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    line-height: 1.4;
}
.rtcl .btn-info {
	background-color: #f1f4ff;
    color: var(--revie-primary-color);
}
.rtcl-listing-badge-wrap span.badge {
	font-weight: 500;
}
.form-control {
	background-color: var(--bg-light-color-1);
	color: var(--body-dark-color);
}
.form-control:focus {
	color: var(--body-dark-color);
}
.rtcl .btn:focus,
.form-control:focus,
.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-color: var(--revie-primary-color);
}
select.form-control,
.rtcl-form-page .form-control {
	border: 1px solid var(--revie-border-color);
}
.rtcl-bhs .rtcl-bh+.rtcl-bh {
	border-top: 1px solid var(--revie-border-color);
}
.rtcl .rtcl-post-section-title h3:before {
	background-color: var(--revie-border-color);
}
#rtcl-ad-category-selection .rtcl-post-section-title h3 {
	margin-top: 15px;
}