/*
Theme Name: Revolto
Description: A child theme for the Hello Elementor theme
Author: Keshab Adhikari
Template: hello-elementor
Version: 1.2.0
Text Domain: hello-child
*/

/* Add custom styles below */
#menu_wrap {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.main_menu li a{
    display: inline-block;
    padding: 10px 10px 16px !important
}
.main_menu li a:hover,
.main_menu .current-menu-item a{
    background-size: 100% 400%;
    transition: background-size .6s ease;
	background: #000;
	color: #FFCC00;
}
.main_menu li a:after{display: none;}
.right_side{
	background: #fff;
	z-index: 9 !important;
}
.logo a:hover svg{fill: #FF027F !important;}
.underline a{
	background: linear-gradient(to bottom,transparent 62%,#FFCC00 0) left bottom/0 20% no-repeat;
	transition: background-size .6s ease;
}
.underline a:hover{
	background-size: 100% 20%;
}
.menu_toggle .elementor-widget-container{
	display: block;
	width: 46px;
	height: 46px !important;
	background: #FFCC00;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.menu_toggle .elementor-widget-container:after{
	content: "";
	position: absolute;
	height: 2px;
	width: 18px;
	background: #000;
	left: 14px;
	top: 22px;
	transition: 0.3s linear all;
}
.menu_toggle span:before,
.menu_toggle span:after{
	content: "";
	height: 2px;
	width: 18px;
	background: #000;
	position: absolute;
	transition: 0.3s linear all;
}
.menu_toggle span:before{
	left: 14px;
	top: 16px;
}
.menu_toggle span:after{
	left: 14px;
	top: 28px;
}
.menu_open .menu_toggle > div:after{opacity: 0;}
.menu_open .menu_toggle span:before{
	top: 22px;
	transform: rotate(45deg);
}
.menu_open .menu_toggle span:after{
	top: 22px;
	transform: rotate(-45deg);
}
.search_window .dialog-widget-content{position: static;}
.share_icons .elementor-grid{
	display: flex !important;
	align-items: center !important;
}
.share_icons .elementor-grid:before{
	content: 'SHARE:';
	color: #fff;
	font-weight: 600;
	font-size: 13px;
}
.share_icons .elementor-grid-item{margin-bottom: 0 !important;}
.share_icons .elementor-share-btn__icon{
	width: auto;
	height: auto;
}
.pink_btn li{
	margin: 0;
	overflow: hidden;
}
.pink_btn a{
	display: block !important;
	overflow: hidden;
	background: #FFCC00;
	padding: 7px 15px 7px 15px;
}
.pink_btn a:after{
	overflow: hidden;
	position: absolute;
	z-index: 10;
	top: -50px;
	left: -75px;
	width: 50px;
	height: 155px;
	background: #ffffff;
	opacity: .5;
	content: '';
	transition: all 550ms cubic-bezier(.19, 1, .22, 1);
	transform: rotate(35deg);
}
.pink_btn a:hover:after{
	left: 120%;
	transition: all 550ms cubic-bezier(.19, 1, .22, 1);
}
.prev_next{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.prev_next a{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.prev_next a:before,
.prev_next a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}
.prev_next a img{
	display: block;
	width: 100px;
	height: 100%;
	object-fit: cover;
}
.prev_next .next_post:before{content: "\f061";}
.prev_next .prev_post:after{content: "\f060";}
.elementor-pagination{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.elementor-pagination .page-numbers{
	width: 40px;
	height: 40px;
	color: #787878;
	background: #eee;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s linear all;
}
.elementor-pagination .page-numbers.current{
	background: #000;
	color: #FFCC00;
}
.elementor-pagination .page-numbers:hover{
	background: #e8e8e8;
	color: #111;
}
h2.wp-block-heading{
	border-left: 2px solid #FFCC00;
	padding-left: 10px;
}
body:not(.single-product) .buy_btn{display: none;}
.sep_heading{white-space: nowrap;}
.sep_heading .elementor-heading-title,
.single-product-review h2,
h2.wp-block-heading{
	display: flex;
	align-items: center;
}
.single-product-review h2,
.single-product-review h3{
	font-weight: 400;
	font-size: 24px;
}
.sep_heading .elementor-heading-title:after,
.single-product-review h2:after,
h2.wp-block-heading:after{
	display: block;
	width: 100%;
	min-height: 8px;
	-webkit-mask-size: 15px 100%;
	mask-size: 15px 100%;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	background-color: #000;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
	content: '';
	margin-left: 20px;
}
.sep_heading .elementor-heading-title a,
.single-product-review h2{white-space: nowrap;}
.single-product-review h3{
	font-weight: 400;
}
.buy_list,
.avoid_list{
	padding: 15px 0 0;
	margin: 0;
}
.buy_list li,
.avoid_list li{
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.buy_list li:before,
.avoid_list li:before{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-weight: normal;
	font-size: 24px;
}
.buy_list li:before{
	content: "+";
	background: #000;
}
.avoid_list li:before{
	content: "-";
	background: #000;
}
.single-product-review table{
	border-collapse: collapse;
}
.single-product-review table td,
.single-product-review table th{
	border: 1px solid #000;
}
.cat_dropdown{
	height: 30px;
	border-radius: 5px;
	position: relative;
	width: 160px;
	z-index: 3;
}
.cat_dropdown:after{
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	right: 12px;
	top: 8px;
	transform: rotate(45deg);
}
.cat_dropdown a{
	display: block;
	color: #000;
	text-transform: uppercase;
}
.cat_dropdown a:not(:first-child):hover{
	color: #D24D75;
	text-decoration: underline;
}
.cat_dropdown .wrap{
	width: 160px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	border: 1px solid #333;
	padding: 2px 10px;
	background: #fff;
}
.cat_dropdown.open .wrap{height: auto;}
.technical_table{
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	border: 1px solid #000;
}
.technical_table tr:nth-child(odd) td,
.technical_table tr:nth-child(even) td{background: #fff;}
.menu_open .site_logo{display: none;}
@media(max-width: 1200px){
	.main_cover{
		position: relative !important;
		z-index: 9999;
	}
	.db_1200 .elementor-grid{display: block;}
	.share_icons .elementor-grid,
	.share_icons .elementor-grid-item{
		flex-wrap: wrap;
		width: 30px !important;
		flex-direction: column-reverse;
	}
	.share_icons .elementor-grid:before{
		display: block;
		transform: rotate(-90deg);
		margin-bottom: 0;
		width: 30px;
		margin-top: 10px;
	}
}
@media(max-width: 781px){
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: 100% !important;}
}