/*
Theme Name: webtoffee
Text Domain: webtoffee
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Tags: plugins, webtoffee
Author: Mozilor team
Author URI: http://mozilor.com/
Description: Custom theme for Webtoffee site
Tested up to:5.4.2
License:
License URI:
*/
@font-face {
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	font-display: swap;
	src: url('assets/fonts/Inter/Inter-ExtraLight.eot');
	src: url('assets/fonts/Inter/Inter-ExtraLight?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-ExtraLight.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-ExtraLight.woff') format('woff'),
	url('assets/fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Inter', sans-serif;
	src: url('assets/fonts/Inter/Inter-Light.eot');
	src: url('assets/fonts/Inter/Inter-Light?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-Light.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-Light.woff') format('woff'),
	url('assets/fonts/Inter/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Inter', sans-serif;
	src: url('assets/fonts/Inter/Inter-Regular.eot');
	src: url('assets/fonts/Inter/Inter-Regular?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-Regular.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-Regular.woff') format('woff'),
	url('assets/fonts/Inter/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Inter', sans-serif;
	src: url('assets/fonts/Inter/Inter-Medium.eot');
	src: url('assets/fonts/Inter/Inter-Medium?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-Medium.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-Medium.woff') format('woff'),
	url('assets/fonts/Inter/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}
@font-face{
	font-family: 'Inter', sans-serif;
	src: url('assets/fonts/Inter/Inter-SemiBold.eot');
	src: url('assets/fonts/Inter/Inter-SemiBold?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-SemiBold.woff') format('woff'),
	url('assets/fonts/Inter/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
@font-face{
	font-family: 'Inter', sans-serif;
	src: url('assets/fonts/Inter/Inter-Bold.eot');
	src: url('assets/fonts/Inter/Inter-Bold?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter/Inter-Bold.woff2') format('woff2'),
	url('assets/fonts/Inter/Inter-Bold.woff') format('woff'),
	url('assets/fonts/Inter/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

html,body{
	scroll-behavior: smooth;
}
body{
	font-family: 'Inter', sans-serif!important;
	font-weight: 300;
	font-size: 18px;
	word-break: break-word;
}
p,a,li,h1,h2,h3,h4,h5,h6{
	font-family: 'Inter', sans-serif!important;
}
b, strong {
	font-weight: bold!important;
}
.admin-bar header nav{
	margin-top: 32px;
	transition: all .3s ease-in-out;
}
header nav.menubar{
	background: #fff!important;
}
header nav.transparent{
	background:transparent!important;
}
header nav a.nav-link {
	font-size: 15px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000!important;
	padding: 1rem!important;
	word-break: keep-all;
}
header nav a.my-account-link{
	color:#000;
	border-radius: 4px;
	font-size: 14px;
	padding: .5rem 1rem;
	font-size: 15px;
	font-weight: 300;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border:1px solid #000!important;
	    display: inline-block;
    word-break: keep-all;
}

header nav a.my-account-link:hover,header nav a.my-account-link:focus{
	color: #fff!important;
	background-color: #000;
}
header nav a.nav-link:hover,header nav a.nav-link:focus,
header nav li.active a.nav-link{
	opacity: .8!important;
	color: #1c2d63!important;
}
header nav img.logo {
	max-height: 20px;
	width: auto;
	height: 20px;
	min-height: 20px;
}
header nav .header-cart-icon img{
	max-width: 22px;
}
header nav .header-cart-icon span.item-count{
	background: #4034e0;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	line-height: 14px;
	display: inline-block;
	text-align: center;
	/* margin-right: 6px; */
	margin-left: -5px;
	/* margin-top: -0px; */
	position: absolute;
}
header nav .header-cart-icon a{
	position: relative;
}
header .navbar-toggler,
header .navbar-toggler:focus,
header .navbar-toggler:active{
	outline: none;
	border: none;
	box-shadow: none;
}
header .navbar-toggler span.navbar-toggler-icon{
background-size: contain;
transition: all .2s ease;
}
header .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon{
	background-image: url(assets/images/collapse.svg);
	transform: rotate(90deg);
}
header .navbar-toggler[aria-expanded=false] span.navbar-toggler-icon{
	background-image: url(assets/images/expand.svg);
}
.seperator {
	background: #e8eaf2;
	height: 20px;
	width: 1px;
}
main {
	padding-top: 90px;
	min-height: calc(100vh - 200px);
}

.product .single-product-page-header{
	background-color: #F2F1F4;
	padding-bottom: 205px!important;
}

p, a, li{
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.64;
	letter-spacing: normal;
	color: #080808;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	padding-left: 18px;
}

footer {
	background-color: #00143B;
	color: #fff;
}
footer img.light-logo {
	max-height: 30px;
	width: auto;
}
footer .social-icons img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}
footer .social-icons a{
	margin-right: 20px;
}
footer .social-icons a:hover .icon-box {
	background-color: #3a448e;
}
footer .icon-box {
	width: 38px;
	height: 38px;
	background: #2E3880;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .fb-icon img {
	height: 15px;
}
footer .tw-icon img {
	height: 12px;
}
footer .yt-icon img {
	height: 13px;
}
footer .wp-icon img {
	height: 16px;
}
footer p{
	font-size: 15px;
	color: #ffffff;
	font-weight: 200;
}
footer h3{
	font-size: 17px!important;
	font-weight: 600!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 26px;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 20px!important;
}
footer ul{
	padding: 0;
}
footer ul li{
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
footer li a{
	font-size: 14px;
	line-height: 25px;;
	color: #ffffff;
	font-weight: 300;
}
footer a:hover, footer a:focus{
	text-decoration: none;
	color: #4fc0de;
}
footer .we-accept img{
	height: 40px;
	width: auto;
}
footer .copy-right p {
	font-size: 13px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #ffffff;
}
footer.checkout-footer{
	background:#d1eef5;
	color: #000;
}
footer.checkout-footer p,footer.checkout-footer a{
	font-size: 13px;
	color: #515978;
}
footer.checkout-footer .payment-card-icons img {
	height: 30px;
	width: auto;
	margin: 2px;
	border-radius: 6px;
}
footer span.show-more,
footer a.show-more-plugins {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	color: #FFFFFF;
	background: #3A448E;
	border-radius: 23px;
	padding: 7px 11px;
	margin-top: 10px;
	cursor: pointer;
}
footer span.show-more:hover,
footer a.show-more-plugins:hover{
	text-decoration: none;
	opacity: .8;
}

img.click-to-fullscreen,img.fullscreen-on-click{
	cursor: pointer;
}
.single-product-page-modal .modal-dialog{
	max-width: 80%!important;
}
.modal button.close{
	outline: none;
	box-shadow: none;
}


/*

documentation

*/
div#ajaxsearchlite1,#ajaxsearchlite2{
	padding: 10px 25px;
	border-radius: 4px;
	box-shadow: 5px 2px 20px 0 rgba(231, 233, 243, 0.5);
	background-color: #ffffff;

}
div#ajaxsearchlite1 .probox, div#ajaxsearchlite1 {
	background-color: #f3f8ff!important;
	box-shadow: none!important;
}
.doc-search-box div#ajaxsearchlite1 .probox, .doc-search-box div#ajaxsearchlite1{
	background-color: #fff!important;
	box-shadow: none!important;
	font-family: Inter!important;
}
div.asl_m .probox .promagnifier{
	order: 0!important;
	float: none!important;
}
div.asl_w .probox .prosettings .innericon svg{
	width: 15px!important;
}

.video-gallery h4,.video-gallery .video-title{
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000000;
}
.popup_yt_video_banner {
	width: 200px;
	height: 60px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.popup_yt_video_banner:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 20px;
	height: 20px;
	background-image: url(../../themes/webtoffee/assets/images/play-button.svg);
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.popup_yt_video_banner:hover{
	opacity: .8;
}
.popup_yt_video_banner span.popup_yt_video_img {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.video-gallery .video-outer{
	max-height:65px;
	width: auto;
}
#videoModal{
	background: #0000009e;
}
#videoModal .modal-dialog {
	max-height: 100%;
	max-width: 80%!important;
}
#videoModal .modal-body iframe{
	width: 100%;
	min-height: calc(100vh - 150px);
}
#videoModal .modal-content {
	background: transparent;
	border: none;
	position: relative;
}
#videoModal button.close {
	text-align: right;
	color: #fff;
	opacity: 1;
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	margin-right: -30px;
	margin-left: auto;
	right: 0;
	top: 0;
}
iframe{
	max-width: 100%;
}
.faq-accordion .card-header,.faq-accordion .card-header p{
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #000000;
}
.faq-accordion .card-body,.faq-accordion .card-body p{
	font-size: 15px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #000000;
	padding: 13px 0;
}
.faq-accordion .card{
	background: #fff;
	border: none;
}
.faq-accordion .card-header{
	background: #fff!important;
	padding: 13px 0;
	cursor: pointer;
	position: relative;
}
.faq-accordion  .card-header[aria-expanded='false']:after {
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	top: 25%;
	transform: rotate(0);
	transition: all .2s ease-in-out;
	font-display: swap;
}
.faq-accordion  .card-header[aria-expanded='true']:after{
	content: '\f105';
	font-family: fontawesome;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	top: 25%;
	transform: rotate(90deg);
	transition: all .2s ease-in-out;
	font-display: swap;
}
.faq-accordion .card,.faq-accordion .card-header{
	border-bottom: solid 1px #e7e9f3!important;

}
/*
Testimonials

*/


.product-testimonials .star-rating,.woocommerce .star-rating{
	font-size: 0;
	width: 65px;
	background-image: url(../../themes/webtoffee/assets/images/grey-star.svg);
	height: 12px;
	background-size: 13px;
}
.avg-review-big .star-rating{
	width: 125px!important;
	height: 25px!important;
	background-size: 25px!important;
}
.avg-review-big .star-rating span{
	height: 25px;
	background-size: 25px;
}
div.product .woocommerce-product-rating {
	margin-bottom: 1.618em;
}

.woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}



.woocommerce-product-rating {
	line-height: 2;
}

.star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: fontawesome;
	font-display: swap;
}



.star-rating {
	line-height: 1;
	font-size: 1em;
	font-family: fontawesome;
	font-display: swap;
}

.rating-custom .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span {

	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	background-image: url(../../themes/webtoffee/assets/images/star.svg);
	height: 12px;

}
p.stars span{
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(../../themes/webtoffee/assets/images/grey-star.svg) repeat-x left;
	background-size: 16px;
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}
p.stars a.active,p.stars span a:hover, p.stars span a:focus  {
	background: url(../../themes/webtoffee/assets/images/star.svg) repeat-x left;
	background-size: 16px;
}
.product-review-modal span#reply-title {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 20px;
	display: block;
}
.product-review-modal p,.product-review-modal p span,.product-review-modal label{
	font-size: 14px;
	color: #222!important;
}
.product-review-modal form.comment-form input,.product-review-modal form.comment-form textarea {
	border: solid 1px #f0f1f2;
	background: #fff;
	font-size: 14px;
}
.product-review-modal form.comment-form input:focus,
.product-review-modal form.comment-form textarea:focus,.product-review-modal p.stars.focus{
	outline: none;
	box-shadow: none;
	border: solid 1px #4240e052;
}
.product-review-modal .comment-form .comment-form-rating{
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.product-review-modal .comment-form  label{
	display: contents;
}
.product-review-modal .comment-form p.stars{
	margin-left: 15px;
	margin-bottom: 0;
}
.product-review-modal div#respond {
	padding-top: 0!important;
}

/*

animations

**/
@keyframes fadeIn {
	from {opacity: 0;
		transform: scale(.5);
	}
	to {opacity: 1;
		transform: scale(1);
	}
}

.fade-in.transitioning{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@keyframes fadeInLeft {
	from {
		opacity:0;
		-webkit-transform: translatex(-50px);
		-moz-transform: translatex(-50px);
		-o-transform: translatex(-50px);
		transform: translatex(-50px);
	}
	to {
		opacity:1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.fade-in-left.transitioning{
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@keyframes fadeInRight {
	from {
		opacity:0;
		-webkit-transform: translatex(+50px);
		-moz-transform: translatex(+50px);
		-o-transform: translatex(+50px);
		transform: translatex(+50px);
	}
	to {
		opacity:1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.fade-in-right.transitioning{
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@keyframes fadeInDown{
	from{
		opacity: 0;
		-webkit-transform: translatey(+50px);
		-moz-transform: translatey(+50px);
		-o-transform: translatey(+50px);
		transform: translateY(+50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.fade-in-down.transitioning{
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@keyframes fadeOutUpNav{
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100px);
	}
}
.fadeout{
	animation-duration: .3s;
	animation-name: fadeOutUpNav;
	animation-fill-mode: both;
}
@keyframes fadeInDownNav{
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0);
	}
}
.fadein{
	animation-duration: .3s;
	animation-name: fadeInDownNav;
	animation-fill-mode: both;
}
.animated.transitioning{
	opacity: 1!important;
}
.animated{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-duration:1s;
	animation-delay: 1s;
	transition:opacity 1s, transform 1s;
	opacity: 0;
}
.ani-delay-2{
	animation-delay: .2s!important;
}
.ani-delay-3{
	animation-delay: .3s;
}
.ani-delay-5{
	animation-delay: .5s;
}
.wt-container .container {
	width: 90%!important;
	margin-left: 5%!important;
	margin-right: 5%!important;
	max-width: 90%!important;
}
.container-wt .container{
	max-width: 1200px!important;
}
.wt-cta-banner-bottom{
	background-image: url(assets/images/cta-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 20px;
	border-radius: 7px;
}
.wt-cta-banner-bottom.theme2{
	background-image: url(assets/images/cta-bg2.png);
}
.wt-cta-banner-bottom h2,
.wt-cta-banner-bottom h3,
.wt-cta-banner-bottom h4,
.wt-cta-banner-bottom h5,
.wt-cta-banner-bottom .title{
	font-style: normal;
	font-weight: 600!important;
	font-size: 30px!important;
	line-height: 38px!important;
	text-align: center!important;
	color: #3E34D7!important;
	margin: 0 0 26px 0!important;
}
.wt-cta-banner-bottom.theme2 h2,
.wt-cta-banner-bottom.theme2 h3,
.wt-cta-banner-bottom.theme2 h4,
.wt-cta-banner-bottom.theme2 h5,
.wt-cta-banner-bottom.theme2 .title,
.wt-cta-banner-bottom.theme3 .title{
	font-size: 25px!important;
	line-height: 38px!important;
	text-align: center!important;
	color: #333!important;
	margin: 0 auto 25px auto!important;
	    max-width: 660px;
}
.wt-cta-banner-bottom.theme3{
	background-image: url(assets/images/cta-bg3.png);
}
.wt-cta-banner-bottom p{
	font-style: normal;
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 20px!important;
	text-align: center;
	color: #030303!important;
	margin-bottom: 25px!important;
	margin: 0 auto 25px auto!important;
	max-width: 450px;
}
.wt-cta-banner-bottom p:last-child{
	margin-bottom: 0!important;
}
.wt-cta-banner-bottom ul{
	margin: 0 auto 25px auto !important;
	padding: 0!important;
	max-width: 450px;
}
.wt-cta-banner-bottom.theme2 ul,
.wt-cta-banner-bottom.theme3 ul{
	max-width: 660px;
}
.wt-cta-banner-bottom li{
	padding-left: 24px!important;
	position: relative;
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 24px!important;
	color: #000000!important;
	margin: 5px 10px!important;
	display: inline-block!important;
	width:calc( 50% - 20px)!important;
	list-style: none;
}
.wt-cta-banner-bottom.theme2 li,
.wt-cta-banner-bottom.theme3 li{
	padding-left: 32px!important;
	position: relative;
	font-weight: 600!important;
	font-size: 14px!important;
	line-height: 24px!important;
	color: #333!important;
	margin: 7px 10px!important;
	display: inline-block!important;
	width:calc( 50% - 20px)!important;
	list-style: none;
}
.wt-cta-banner-bottom li:before{
	content: ''!important;
	position: absolute;
	height: 24px;
	width: 14px;
	background-image: url(assets/images/pink-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	top: 0;
	left: 0;
}
.wt-cta-banner-bottom.theme2 li:before{
	width: 20px;
	background-image: url(assets/images/cta-list-icon.svg);
	    filter: drop-shadow(-10px 4px 11px rgb(0 127 255 / 30%));
}
.wt-cta-banner-bottom.theme3 li:before {
    width: 20px;
    background-image: url(assets/images/cta-list-icon.svg);
    filter: drop-shadow(-10px 4px 11px #ecfcd6);
}
.wt-cta-banner-bottom .blue-button{
	background: #3E34D7;
	border-radius: 4px;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 8px 25px;
	color: #FFFFFF!important;
	transition: all .2s ease;
	text-decoration: none!important;
}
.wt-cta-banner-bottom.theme2 .blue-button{
	background: #007FFF;
border-radius: 7px;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	color: #FFFFFF!important;
	transition: all .2s ease;
	text-decoration: none!important;
}
.wt-cta-banner-bottom.theme3 .blue-button{
	    background: #79C60D;
	        border-radius: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    color: #FFFFFF!important;
    transition: all .2s ease;
    text-decoration: none!important;
}
.wt-cta-banner-bottom .blue-button:hover{
	text-decoration: none;
	transform: translateY(2px);
	opacity: .8;
	transition: all .2s ease;
}
.wt-card-wrapper.new-plugin{
	position: relative;
}
.wt-card-wrapper.new-plugin:before{
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	height: 70px;
	width: 70px;
	background-image: url(assets/images/newbadge.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/**

media queries

**/
@media(min-width:1200px) and (max-width:1500px){
	.product-pricing .col-12.col-xl-3.col-lg-6 {
		padding: 0 5px!important;
	}
	.product .product-pricing .pricing-card{
		padding-right: 30px!important;
		padding-left: 30px!important;
		padding-top: 30px!important;
	}
	.product .product-pricing .buy-now-btn{
		padding-right: 30px!important;
		padding-left: 30px!important;
	}
}
@media(min-width:1200px){
	form.checkout .wt-billing-form  p.form-row{
		width: calc(50% - 20px);
		display: inline-block;

		margin-right:10px!important;
		margin-left: 10px!important;	
	}
	form.checkout .woocommerce-billing-fields__field-wrapper,
	form.checkout .woocommerce-account-fields{
		margin-right:-10px!important;
		margin-left: -10px!important;	
	}
	.product .product-pricing .product-guarantee {
		border-right: 1px solid #ECECF0;
	}
	.wt-container .container {
		width: 90%!important;
		margin-left: auto!important;
		margin-right: auto!important;
		max-width: 1440px!important;
	}
}
@media (min-width: 992px){
	footer .footer_more_items{
		display: none;
	}
	header nav .container.wt-menus {
		padding-top: 20px;
		padding-bottom: 20px;
		transition: all .3s ease-in-out;
	}
	nav.navshadow,nav.checkout-nav {
		box-shadow: 0 2px 20px 0 rgba(184, 184, 184, 0.2);
		background-color: #ffffff!important;
	}
	header nav li#menu-item-236 > a {
		position: relative;
	}
	header nav li#menu-item-236 > a:before {
		content: 'Save 30%';
		position: absolute;
		background: #DD0000;
		border-radius: 16px;
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
		text-align: center;
		color: #FFFFFF;
		padding: 3px 8px;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 68px;
		animation: bgColor 1s ease-in-out infinite alternate;
	}
	@keyframes bgColor {
		from { background-color: #DD0000; }
		to { background-color: #007FFF; }
	}
	.navshadow .container.wt-menus {
		padding-top: 12px;
		padding-bottom: 12px;
		transition: all .3s ease-in-out;
	}
	.single-download.admin-bar header nav{
		margin-top: 0;
	}
	.single-download nav{
		position: relative!important;
	}

	.single-download main{
		padding-top: 0;
	}
	.product-testimonials .grid {
		column-count: 3;
		column-gap: 3em;
	}
	#was-this-helpful{
		display: flex!important;
	}
	.product-faq .accordion{
		padding-left: 3rem!important;
		padding-right: 3rem!important;
		margin-left: 3rem!important;
		margin-right: 3rem!important;

	}

	.text-lg-right{
		text-align: right!important;
	}
	.video-testimonial .single-vt{
		max-height: 311px;
	}
	.video-testimonial .single-vt .main_youtube_banner{
		height: 311px!important;
		width: 495px!important;
	}
	.video-testimonial .single-vt img.image_banner{
		height: 100%!important;
		width: auto!important;
	}
	.video-testimonial .single-vt iframe{
		width: auto!important;
		min-height: 311px!important;
		min-width: 495px;
		height: 100%!important;
	}

}
@media (max-width: 991px){
	header nav.menubar {
		background: #eef2f6!important;
	}
	.product .single-product-page-header {
		padding-bottom: 155px!important;
	}
	.product .product-description .embed-video  {
		width: 98%!important;
		margin: -155px auto 0 auto;
	}
	.single-download .wt_logo_wrapper .customer-logo{
		width:20%;
		display: inline-block;
	}
	.product-testimonials .grid {
		column-count: 2;
		column-gap: 3em;
	}
	header nav .my-account-btn,header nav .header-cart-icon{
		margin: 1rem!important;
	}
	#was-this-helpful{
		display: block!important;
	}
	.upsell-banner .upsell-img-bg{
		background-image: none!important;
	}
	.wt-cta-banner-bottom li{
		display: block!important;
		width: 100%!important;
	}
}
@media(min-width:768px){
	.product .product-pricing .even{
		border-right: solid 1px #d4d4d4;
		border-left: solid 1px #d4d4d4;
	}

	.product .product-pricing .pricing-border {
		border-left: 1px solid #ECECF0;
	}
	.wt-cart table.cart_total,.wt-cart .money-back {
		padding: 50px!important;
	}
	.wt-cart table.cart_total tr:last-child td,
	.wt-cart table.cart_total tr:last-child th{
		padding:18px 0 0 0!important;
	}
	.wt-cart table.cart_total tr:first-child td,
	.wt-cart table.cart_total tr:first-child th{
		padding:0 0 18px 0!important;
	}
	.login-bg-image{
		background-image: url(../../themes/webtoffee/assets/images/login.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;

	}
	.register-bg-image {
		background-image: url(../../themes/webtoffee/assets/images/register.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.wt-checkout .thankyou .thankyou-order-details{
		width: 40%;
	}
	.wt-checkout .thankyou .woocommerce-customer-details{
		width: 50%;
	}
	.wt-checkout .thankyou .thankyou-order-details,
	.wt-checkout .thankyou .woocommerce-customer-details{
		margin-top: 3rem;
		display: inline-block;
		vertical-align: top;
	}
	.wt-checkout .woocommerce-checkout-review-order .tax-rate th {
		padding-left: 3rem!important;
	}
	.wt-checkout form.woocommerce-form.woocommerce-form-login.login{
		flex: 0 0 58.3333%;
		max-width: calc(58.3333% - 15px);
	}
	.woocommerce table.cart td.product-name {
		width: 50%;
		padding-right: 2rem!important;
	}
	.woocommerce table.cart td.product-remove {
		width: 20px;
	}
	.doc-sub-category .grid{
		column-count: 2;
		column-gap: 3em;
	}
	.doc-sub-category .grid > .grid-item{
display: inline-block;
    margin: 0 0 2em; 
    width: 100%;
	}
	.wt-my-account input#vat_number {
		width: 46%;
	}
	.home-blog{
		background: -moz-linear-gradient(left, rgba(223,239,249,1) 0%, rgba(251,251,251,1) 57%, rgba(244,247,250,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(223,239,249,1) 0%,rgba(251,251,251,1) 57%,rgba(244,247,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: rgb(244,247,250);
		background: linear-gradient(90deg, rgb(224, 239, 249) 0%, rgba(255,255,255,1) 54%, rgba(249,251,252,1) 45%);
	}
	.product-review-modal .modal-dialog{
		max-width: 45%;
	}
	.product .second-desc .row>.col-12.col-md-6:first-child {
		padding-right: 35px;
	}
	.product .second-desc .row>.col-12.col-md-6:last-child {
		padding-left: 35px;

	}
	.product-description .row .col-md-6{
		padding-right: 30px;
		padding-left: 30px;
	}
	.product .product-pricing .payment-card-logos .norton-card {
		border-left: 1px solid #ECECF0;
	}
	.fixed-sidebar {
		position: sticky!important;
		top: 160px;
		max-height: calc(100vh - 200px);
		overflow: auto;
	}
	.wt-login-temp .login-screen-image{
		background-image: url(../../themes/webtoffee/assets/images/login-screen-img.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		min-height: calc(100vh - 100px);
	}

}
@media(max-width: 767px){
	h1,h2,h3,h4,h5,h6{
		letter-spacing: -1px!important;
	}
	.product .product-pricing .even{
		border-top: solid 1px #d4d4d4;
		border-bottom: solid 1px #d4d4d4;
	}
	main {
		padding-top: 0px;
	}
	footer .social-icons {
		justify-content: center;
	}
	.wt-featured .features .img-box{
		background-position: center;
	}
	.single-download .wt_logo_wrapper .customer-logo{
		width:33.33%;
		display: inline-block;
	}
	.product .single-product-page-header {
		padding-bottom: 125px!important;
	}
	.product .product-description .embed-video {
		width: 98%!important;
		margin: -125px auto 0 auto;
	}
	.woocommerce table.cart.shop_table_responsive thead, 
	.woocommerce-page table.cart.shop_table_responsive thead {
		display: none;
	}
	table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
	}
	.woocommerce table.cart.shop_table_responsive  td::before, 
	.woocommerce-page table.cart.shop_table_responsive td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce-page table.cart.shop_table_responsive tr:last-child td::before{
		content: '';
	}
	.woocommerce table.cart tr:first-child td:first-child{
		border-top: none!important;
	}
	.product-testimonials .grid {
		column-count: 1;
		column-gap: 3em;
	}
	.product .second-desc .row{
		padding: 2rem 0;
		margin:0;
		border-bottom: 1px solid #eef2f6;
	}
	.checkout-page-navs a.hide-for-small{
		display: none;
	}
	nav.navbar.fixed-top.menubar{
		position: relative!important;
	}
	.product .product-pricing .product-guarantee img{
		/*max-width: 50%;*/
		margin-bottom: 1.5rem;
	}
	.video-testimonial .single-vt iframe{
		width: 100%!important;
	}

}
@media(max-width: 600px){
	.product .single-product-page-header {
		padding-bottom: 105px!important;
	}
	.product .product-description .embed-video {
		width: 100%!important;
		margin: -105px auto 0 auto;
	}
	.wt-cta-banner-bottom{
		padding: 20px;
	}
}
@media(max-width: 575px){
	.single-post .social-share .icons{
		width: fit-content;
		margin: 20px auto ;
	}
	form.checkout .wt-payment-method ul.payment_methods li.wc_payment_method>label{
		margin: 10px 0!important;
		width: 100%;
	}
	.doc-content-header p.doc-breadcrumb,.doc-content-header p.doc-breadcrumb a,
	.single-post-content p.wp-caption-text{
		font-size: 16px;
	}
	.upsell-products .upsell-img{
		min-height: 220px;
	}
	body.single-post h1{
		font-size: 30px;
		line-height: 38px;
	}
	.product .single-product-page-header h1.product_title.entry-title{
		font-size: 35px!important;
		line-height: 42px;
	}
}
@media(min-width: 576px){
	.wt-post-comments .comment-meta {
		padding-left: 25px;
	}
	.wt-post-comments .comment-list ul.children {
		padding-left: 70px;
	}
	.wt-border-sm-left{
		border-left: solid 1px #f0f1f2!important;
	}
	.product-testimonials .single-product-comment-box:before{
		content: '';
		position: absolute;
		height: 30px;
		width: 40px;
		background-image: url(../../themes/webtoffee/assets/images/reviews.png);
		left: 60px;
		top: -20px;
		background-size: contain;
	}
	.payment_method_stripe .form-row.form-row-first, .payment_method_stripe .form-row.form-row-last {
		width: calc(50% - 3px);
		display: inline-block!important;
	}
}
@media(max-width:400px){
	.single-download .wt_logo_wrapper .customer-logo{
		width:50%;
		display: inline-block;
	}
	.product .single-product-page-header {
		padding-bottom: 75px!important;
	}
	.product .product-description .embed-video {
		width: 100%!important;
		margin: -75px auto 0 auto;
	}
	.helpful-block-content ul li a.wth-green-btn,
	.helpful-block-content ul li a.wth-red-btn{
		margin: 25px 0 0!important;
	}
	.helpful-block-content ul li:first-child{
		text-align: center;
	}
}
@media(max-width: 330px){
	.product .single-product-page-header {
		padding-bottom: 75px!important;
	}
	.product .product-description .embed-video {
		width: 100%!important;
		margin: -50px auto 0 auto;
	}

}
@media(min-width: 250px){
	.checkout-page-navs a{
		margin-right: 50px;
	}
	.product-testimonials .single-product-comment-box:before{
		content: '';
		position: absolute;
		height: 30px;
		width: 40px;
		background-image: url(../../themes/webtoffee/assets/images/reviews.png);
		left: 10%;;
		top: -20px;
		background-size: contain;
	}
}
@media (max-width: 1200px) and (min-width:992px){
	form.checkout .wt-payment-method ul.payment_methods li.wc_payment_method>label{
		margin: 10px 0!important;
		width: 100%;
	}
	.payment_method_stripe .form-row.form-row-first, .payment_method_stripe .form-row.form-row-last {
		width: 100%;
		display: block!important;
	}
}
@media (min-width:400px) and (max-width: 991px){
	form.checkout .wt-billing-form  p.form-row{
		width: calc(50% - 20px);
		display: inline-block;

		margin-right:10px!important;
		margin-left: 10px!important;	
	}
	form.checkout .woocommerce-billing-fields__field-wrapper,
	form.checkout #woocommerce_eu_vat_number,
	form.checkout .woocommerce-account-fields{
		margin-right:-10px!important;
		margin-left: -10px!important;	
	}
}


.cli-switch .cli-slider:after {
	content: ''!important;
}
#was-this-helpful {
	margin: 3rem 0;
	font-weight: 400;
	padding:2rem;
}
#wthf-title{
	padding-left: 2em;
}
#wthf-yes-no span {
	background: #4034e0;
	color: #fff;
	padding: .4rem 1.4rem;
	margin: .4em!important;
	display: inline-block;
}
#wthf-yes-no span:hover{
	background: #4034e0;
	color: #fff;
	opacity: .8;
}
#was-this-helpful #wthf-yes-no span[data-value='0']:before{
	content: '\f088';
	font-family: fontawesome;
	padding-right: 5px;
}
#was-this-helpful #wthf-yes-no span[data-value='1']:before{
	content: '\f087';
	font-family: fontawesome;
	padding-right: 5px;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin-left: 0;
	margin-right: auto;
}
.alignright {
	margin-right: 0;
	margin-left: auto;	/*rtl:ignore*/
}
pre {
	background: #F4F5F7;
	padding: 20px;
}
.alert pre{
	background: #292d30;
}
.alert pre code{
	color: #f3f3f3;
}
.vertical-line-border{
	background-image: linear-gradient(#e7f3f9, #e7f3f9);
	background-size: 1px 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: auto;
	width: 100%;
}
.webtoffee-cta-box.product-growth {
	padding: 2rem;
	background: #F9F9FF;
	border: 2px solid #E9E9F7;
}
.webtoffee-cta-box.product-growth h4 {
	color: #4240e0;
	margin-top: 0;
	font-weight: 600!important;
	font-size: 18px!important;
	margin-bottom: 14px;
}
.webtoffee-cta-box.product-growth p {
	padding-left: 15px;
	margin-bottom: 8px;
	line-height: 1.5!important;
	font-size: 14px!important;
	position: relative;
}
.webtoffee-cta-box.product-growth p:before {
	content: '-';
	left: 0;
	position: absolute;
}
.webtoffee-cta-box.product-growth a.button.single_add_to_cart_button.green-btn {
	width: fit-content;
	padding: 10px 30px;
	line-height: 1.3;
	margin-top: 14px;
	background-color: #4240e0!important;
	font-size: 14px!important;
	text-decoration: none;
}
.gallery img{
	cursor: pointer;
}
.slideshow-window{
	background-color: #fff!important;
	border: 20px solid #fff!important;
}

.documentation-videos .video-title{
	font-size: 14px!important;
	font-weight: 400!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
.documentation-videos .popup_yt_video_banner{
	min-width: 120px;
	max-width: 120px;
	height: 60px;
}
.documentation-videos .popup_yt_video_banner img {
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.upsell-products h2{
	font-weight: 600!important;
	font-size: 20px!important;
	line-height: 24px;

	color: #171414;
	padding-bottom: 28px;
	border-bottom:0.5px solid #e8e8e8;
}
.upsell-products .upsell-img{
	min-height: 100%;
	width: 250px;
	position: relative;
}
.upsell-products .upsell-img .bg-img{
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%!important;
	z-index: 1;
}
.upsell-products .upsell-p-meta h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;

	color: #171414;
}

.upsell-products .upsell-p-meta li,.upsell-products .upsell-p-meta .upsell-features p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #566B89;
	margin-bottom: 6px;
}
.upsell-products .upsell-p-meta a.button{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	color: #4034e0;
	padding: 15px 20px;
	background: #FFFFFF;
	border-radius: 4px;
	border:1px solid #e8e8e8;
	margin-top: 20px;
	transition: all .2s ease-in-out;
}
.upsell-products .upsell-p-meta a.button:hover{
	background-color: #4034e0;
	color: #fff;
}
.upsell-banner .upsell-img,.upsell-banner  .upsell-meta{
	min-height: 100%;
	position: relative;
}
.upsell-banner .upsell-img-bg{
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f6f6f6;
}
.upsell-banner h2.sub-title {
	font-size: 18px!important;
	color: #737a7f;
	font-weight: 400!important;
	border-bottom: 1px solid #e8e8e8;
	line-height: 0.1em;
	margin: 10px 0 20px;
	width: 100%;
}
.upsell-banner h2.sub-title span {
	background: #f6f6f6;
	padding: 0 10px 0 0;
}
.upsell-banner h3.upsell-p-name{
	color:#211F3F;
	font-size: 25px!important;
	font-weight: 700!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
}
.upsell-banner .upsell-features ul{
	padding-left: 20px;
	margin-top: 15px;
}

.upsell-banner .upsell-features li {
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 0!important;
	color: #526B8C;
	margin-bottom: 5px;
}
.upsell-banner a.button {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;
	background-color: #605CD4;
	padding: 15px 40px;
	margin: 20px 0 0 0!important;
	line-height: 27px;
	position: relative;
	display: inline-block;
	transition: all .2s ease-in-out;
}
.upsell-banner a.button:hover{
	opacity: .8;
}
/********/
.doc-lists a:hover{
	text-decoration: none;
}
.doc-lists .post-box{
	background-color: #f5f9fe;
	height: 100%;
	transition: all .2s ease-in-out;
	box-shadow: 0 10px 20px 0 rgba(5, 5, 6, 0.04);
	border: solid 1px #f2f3f7;
	background-color: #ffffff;
}
.doc-lists a:hover .post-box{
	box-shadow: 0 10px 20px 0 rgba(5, 5, 6, 0.2);
	transform: translateY(-2px);
	transition: all .2s ease-in-out;
}
.doc-lists .post-box h2.post-title{
	letter-spacing: normal;
	color: #222;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.doc-lists .post-box p.post-content{
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #445359;
}
.doc-lists .post-box p.post-meta{
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #5101E9;
}

.wpdreams_asl_container .probox .proinput input, div.asl_w .probox .proinput input,
.wpdreams_asl_container input::placeholder{
	font-family: Inter!important;
	font-size: 14px!important;
}
.wpdreams_asl_results {
	box-shadow: 2px 18px 20px 5px #25252547!important;
}
div.asl_r p.showmore a {
	background-color: #f5f9fe;
}
div.asl_r p.showmore a:hover {
	background-color: #e7f0fb;
}

.single-post .basic-doc-content h1{
	font-size: 28px;
	font-weight: 500;
	line-height: 28px;
	margin: 40px 0 15px 0;
}
.single-post .basic-doc-content h2{
	font-size: 26px;
	font-weight: 500;
	line-height: 28px;
	margin: 40px 0 15px 0;
}
.single-post .basic-doc-content h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin: 35px 0 15px 0;
}
.single-post .basic-doc-content h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 30px 0 15px 0;
}
.single-post .basic-doc-content h5{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin: 25px 0 15px 0;
}
.single-post .basic-doc-content h6{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 15px 0;
}
.single-post .basic-doc-content a,
.single-post .basic-doc-content p,
.single-post .basic-doc-content li{
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.single-post .basic-doc-content p,
.single-post .basic-doc-content li{
	color: #333;
	margin-bottom: 1rem;
}

.single-post .basic-doc-content a{
	color: #4034e0;
	transition: all .2s ease-in-out;
	text-decoration: underline;
}
.single-post .basic-doc-content a:hover,.single-post .basic-doc-content a:focus{
	color: #4034e0;
	text-decoration: none;
}
.doc-content-header .modified-date{
	color: #868686;
	font-size: 14px;
}
.helpful-block-content{
	margin-top: 3rem!important;
	text-align: center;
}
.basic-doc-content .helpful-block-content a{
	text-decoration: none;
}
.basic-doc-content .helpful-block-content a:hover{
	text-decoration: none;
	color:#fff;
}
.wc-stripe-elements-field.invalid{
	border-color:#eb1c26;
}
.doc-notice-bar {
	background: #f5f9fe;
	box-shadow: 0px 10px 10px #0000001a;
	z-index: 99;
	position: relative;

}
.doc-notice-bar p, .doc-notice-bar a {
	color: #4240e0;
	font-size: 13px;
	text-align: center;
	margin: 0;
}
.doc-notice-bar a{
	text-decoration: underline;
}
.doc-faq .card-header{
	background: transparent;
	padding: 15px 30px 15px 0;
	position: relative;
	border: none;
	cursor: pointer;
}
.doc-faq .card-header:after {
	position: absolute;
	content: '';
	background-size: contain;
	height: 100%;
	width: 20px;
	background-repeat: no-repeat;
	right: 0;
	top: 0;
	display: inline-block;
	transition: all .3s ease-in-out;

	background-position: center;
}
.doc-faq .card-header[aria-expanded=true]:after{
	background-image: url(/wp-content/themes/webtoffee/assets/images/minus-blue.png);
}
.doc-faq .card-header[aria-expanded=false]:after,.doc-faq .card-header:after{
	background-image: url(/wp-content/themes/webtoffee/assets/images/plus-blue.png);

}
.doc-faq .card-header p{
	margin: 0!important;
	font-size: 16px;
}
.doc-faq .card {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #eee!important;
}
.doc-faq .card .card-body {
	padding: 10px 30px 30px 0;
}

.toc{
	background: #fff;
	border: 1px solid #e7e9f3;
	box-shadow: 0px 10px 20px rgb(5 5 6 / 4%);
	border-radius: 6px;
	padding: 22px;
}
.toc .summary-title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: #000;
	padding-bottom: 7px;
	border-bottom: 1px solid #c3c3c3;
}
.toc ul {
	padding: 0;
	margin: 0;
}
.toc li {
	list-style: none;
	margin-bottom: 15px!important;
	line-height: 18px;
}
.toc li.depth-3 {
	padding-left: 25px;
}
.toc li:last-child {
	margin-bottom: 0;
}
.toc li a,.toc li b,.toc li strong {
	font-style: normal;
	font-weight: 400!important;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}
.toc li a:hover{
	text-decoration: underline;
}

.wt-article-tabs{
	border: none!important;
	padding: 0!important;
	margin: 20px 0!important;
}
ul.wt-article-tabs li {
	border-bottom: 2px solid #D9D9D9!important;
}
.wt-article-tabs li a{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 36px;
	border: none!important;
	color: #000000;
	position: relative;
	padding: 0 14px!important;
	text-decoration: none;
}
.wt-article-tabs li a:hover,.wt-article-tabs li a.active{
	text-decoration: none;
	color: #4034E0!important;
}
.wt-article-tabs li a.active:after {
	right: 0;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.wt-article-tabs li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #4034E0;
	height: 4px;
	left: 0;
	right: 100%;
	bottom: -3px;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.wt-article-notice-block {
	text-align: center;
}
.wt-article-notice {
	background-color: #e8f2fa;
	border-radius: 10px;
	padding: 25px;
	border: 2px solid #d8e1ff;
	margin: 0px 0px 80px 0px;
	width: 90%;
	text-align: left;
	display: inline-block;
}
main .doc-notice-bar.alert-danger.fixed-bottom{
	    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
}
main .doc-notice-bar.alert-danger.fixed-bottom .text-danger{
	    color: #721c24!important;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400!important;
}
main .doc-notice-bar.alert-danger.fixed-bottom a {
    font-size: 16px!important;
    color: #a73f4a!important;
}

/* Black Friday sales 2024 */

.black-friday-top-header{
	background-color: #000;
	height: 75px;
	transition: 0.4s;
}
.navshadow .black-friday-top-header{
	height: 60px;
}
.black-friday-container{
	max-width: 1300px;
	margin: auto;
	padding: 0 15px;
}
.bfcm-offer-percentage{
	padding: 0px 13px;
	background-color: #FAD624;
}
.black-friday-top-header .bfcm-offer-percentage p{
	font-size: 25px;
	font-weight: 400;
	line-height: 27.92px;
	color: #000 ;
}
.black-friday-top-header p span.yellow-text{
	color: #FAD624;
	font-weight: 700;
}
.cyber-monday-header.black-friday-top-header p span.yellow-text{
	color: #61CAFF;	
}
.black-friday-top-header p{
	font-size: 17px;
	font-weight: 600;
	line-height: 26.52px;
	color: #fff;
}
.black-friday-top-header .bfcm-btn{
	background-color: #FAD624;
	color: #1B1B1B;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.005em;
	padding: 10px 5px;
	width: 145px;
}
.cyber-monday-header.black-friday-top-header .bfcm-btn{
	background-color: #61CAFF;
}
.black-friday-top-header .bfcm-btn:hover{
	background-color: #dec653;
}
.bfcm-countdown ul{
	column-gap: 10px;
}
.bfcm-countdown ul li{
	font-size: 11px;
	font-weight: 400;
	line-height: 13.31px;
	text-align: center;
	color: #B0B0B0;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	min-width: 34px;
}
.bfcm-countdown ul li span{
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	text-align: center;
	color: #fff;
}
.bfcm-btn:focus, .bfcm-btn:focus-visible{
	outline: none;
}
.cyber-monday-header{
	background-image: linear-gradient(90deg, rgba(42, 0, 141, 0) 8.55%, #2A008D 55.65%, rgba(42, 0, 141, 0) 100%);
	background-position: center;
	background-size: contain;
}
.home header{
	position: fixed !important;
	left: 0;
	right: 0;
}
.admin-bar header nav{
	margin-top: 0px !important;
}
.admin-bar.home header{
	margin-top: 32px;
}
.single-download header{
	position: relative !important;
}
.header-banner-close{
	cursor: pointer;
}

@media(max-width: 1150px){
	.black-friday-container img.main-bfcm-img{
		max-width: 165px;
	}
	.black-friday-top-header p{
		font-size: 13px;
		line-height: 20px;
	}
}
@media(max-width: 992px){
	.page header{
		position: relative !important;
	}
}
@media(max-width: 767px){
	.black-friday-container.justify-content-between{
		flex-wrap: wrap;
		justify-content: center !important;
		column-gap: 20px;
		row-gap: 20px;
	}
	.black-friday-top-header{
		height: auto;
	}
	svg.header-banner-close{
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.black-friday-container img.main-bfcm-img {
		max-width: 220px;
	}
	.black-friday-container img.offer-box{
		max-width: 40px;
	}
}

/* 13/02/2025 */

.faq-wrapper button:focus, .faq-wrapper button:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}

