:root{
	--primaryColor: #F18700;
	--primaryHover: #d68112;
	--blueColor: #009DC5;
	--darkBlueColor: #083F4E;
	--greenColor: #76B82A;
	--grayColor: #EEECE6;
	--yellowColor: #FFCC00;
	--primaryFont: 'Jost', sans-serif;
	--secondaryFont: 'Fredoka One', cursive;
}
body{
	background: #FFF;
	color: var(--darkBlueColor);
	font-family: var(--primaryFont);
}

/*** MISC ***/
#page_wrapper{
	float:left;
	width:100%;
	overflow: hidden;
}
.button{
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	background:var(--primaryColor);
	text-align:center;
	border:none
}
.button:hover{
	color:#FFF;
}
.btn,
.button{
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	padding:0 25px;
	border-radius: 20px;
	font-family: var(--secondaryFont);
}
.btn-primary:disabled,
.button:disabled {
  background: #dddddd;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:focus{
	background: var(--primaryColor);
	border:none;
}
.btn-outline-primary,
.btn-outline-primary:visited,
.btn-outline-primary:focus{
	border-color: var(--primaryColor);
	color: var(--primaryColor);
}
.btn-primary:hover{
	background:var(--primaryHover);
}
.btn-outline-primary:hover{
	background:var(--primaryColor);
	color: #FFF;
	border-color: var(--primaryColor);
}
a{
	text-decoration: none;
}
a,
a:hover{
	color:var(--darkBlueColor);
}
.section_title{
	font-size: 36px;
	line-height: 120%;
	font-family: var(--secondaryFont);
	font-weight: normal;
	margin-bottom: 55px;
}
p{
	font-size: 18px;
	line-height: 140%;
	margin-bottom:25px
}
p a{
	font-weight: bold;
	color: var(--darkBlueColor);
}
p:last-child{
	margin-bottom: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1120px;
}
.breadcrumb{
	margin-top:10px;
}
.breadcrumb > *{
	position:relative;
	margin:0 10px;
	display:inline-block;
	color:var(--darkBlueColor);
	font-size:18px;
	line-height:120%;
	font-weight:bold;
}
.breadcrumb a:hover{
	color:var(--primaryColor);
}
.breadcrumb > *:after{
	content: '';
    position: absolute;
    top: 10px;
    right: -13px;
    width: 5px;
    height: 5px;
    background: var(--darkBlueColor);
    border-radius: 50%;
}
.breadcrumb > *:last-child:after{
	display:none;
}


/*** HEADER ***/
#header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	padding:30px 60px;
	z-index: 99;
	transition: all 0.5s;
}
#header{
	background: #FFF;
	padding:15px 60px;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2);
}

#header_logo{
	width:210px;
}
#header_menu{
	list-style: none;
	padding: 0;
	margin:0 !important;
	align-items: center;
}
#header_menu li{
	position: relative;
}
#header_menu a{
	display: inline-block;
	color: var(--darkBlueColor);
	text-decoration: none;
	font-weight: 500;
	font-family: var(--secondaryFont);
	margin:0 20px;
	line-height: 40px;
	transition: all 0.3s;
}
#header_menu a:hover,
#header_menu .current_page a{
	color: var(--primaryColor);
}
#header_menu .sub-menu{
	position: absolute;
	bottom:0;
	left:20px;
	list-style: none;
	padding:10px 20px;
	width: 320px;
	border-radius: 12px;
	background: #DDDAD1;
	transform: translateY(80%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#header_menu li:hover .sub-menu{
	transform: translateY(100%);
	opacity: 1;
	visibility: visible;
}
#header_menu .sub-menu li{
	float:left;
	width:100%;
}
#header_menu .sub-menu a{
	float:left;
	width:100%;
	margin: 0;
	border-bottom: 2px dashed var(--darkBlueColor);
}
#header_menu .sub-menu li:last-child a{
	border: none;
}
#social_header a,
#header_actions a{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	color: var(--blueColor);
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
	transition: all 0.3s;
}
#header_actions{
	margin-left:10px;
}
#header_actions a:hover{
	color: var(--primaryColor);
}
#social_header a:before,
#header_actions a:before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px dashed var(--darkBlueColor);
	transition: all 0.3s;
}
#social_header a:hover:before,
#header_actions a:hover:before{
	border-color: var(--primaryColor);
	transform: rotate(180deg);
}

/*** MOBILE MENU **/
#menu_trigger{
	position: absolute;
	width: 24px;
	height: 14px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#menu_trigger:after{
	content: '';
	position: absolute;
	top:calc(50% - 1px);
	left:0;
	width: 100%;
	height: 2px;
	background:var(--darkBlueColor);
	transition: all 0.5s;
}
.menu_open #menu_trigger:after{
	transform: translateX(100%);
	opacity:0;
}
#menu_trigger i{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#menu_trigger i:before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 2px;
	transition: all 0.5s;
	background:var(--darkBlueColor);
}
.menu_open #menu_trigger i:after{
	transform: translate(0, -7px) rotate(-45deg);
}
#menu_trigger i:after{
	content: '';
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 2px;
	transition: all 0.5s;
	background:var(--darkBlueColor);
}
.menu_open #menu_trigger i:before{
	transform: translate(0, 5px) rotate(45deg);
}

#mobile_menu_wrapper{
	position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background: var(--blueColor);
    z-index: 99;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
}
.float_active #mobile_menu_wrapper {
    top: 93px;
    height: calc(100vh - 93px);
}
.menu_open #mobile_menu_wrapper{
	opacity:1;
	visibility:visible;
}
#mobile_menu{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
	list-style:none;
	margin:0;
	padding:0;
    transform: translate(-50%, -50%);
}
#mobile_menu a{
	float:left;
	width:100%;
	color:#FFF;
	font-size:25px;
	font-family: var(--secondaryFont);
	margin-bottom: 20px;
}
#mobile_menu li:last-child a{
	margin-bottom:0;
}

#mobile_menu .menu-item:has(.dgwt-wcas-search-form) {
	display: inline-block;	
}

/*** FOOTER ***/
#footer{
	position: relative;
	background: var(--blueColor);
	color: #FFF;
	margin: 160px 0 0 0;
}
#footer::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 45%;
	background: url(../images/footer_div.svg);
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(-100%);
}
#footer_main{
	position: relative;
	z-index: 2;
}
.footer_widget{
	font-size: 14px;
	margin-bottom: 20px;
	max-width: 210px;
}
.footer_widget:last-child{
	margin-bottom: 0;
}
.footer_widget p{
	font-size: 14px;
}
.footer_widget ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.footer_widget_title,
.footer_widget h3{
	font-family: var(--secondaryFont);
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
}
.footer_widget ul li{
	margin-bottom: 5px;
}
.footer_widget a{
	color: #FFF;
}
.footer_widget_area:last-child .footer_widget{
	max-width: initial;
}
.footer_widget .form_footer .btn{
	width: 100%;
	max-width: 210px;
	padding:0;
	border-radius: 5px;
}
#footer_bar{
	position: relative;
	background-color: var(--darkBlueColor);
	margin-top: 50px;
	font-size: 14px;
}
#footer_bar .col{
	z-index: 2;
}
#footer_bar .col > *{
	margin: 0 15px;
	position: relative;
}
#footer_menu:before{
	content:'|';
	position: absolute;
	top:0;
	left:-18px;
}
#footer_menu a{
	margin: 0 30px 0 0;
	position: relative;
}
#footer_menu a:after{
	content:'|';
	position: absolute;
	top:0;
	right:-18px;
}
#footer_menu a:last-child:after{
	display: none;
}
#footer_bar::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180%;
	background-image: url(../images/footer_bar_div.svg);
	background-size: 100%;
	background-position: left top;
	background-repeat:no-repeat;
}
#footer_bar a{
	color: #FFF;
}
.footer_decoration{
	position: absolute;
    top: -45%;
    right: 2%;
    width: 7%;
}

/*** FORMS ***/
.form_field{
	margin-bottom: 10px;
}
.text_input,
.input-text{
	float:left;
	width: 100%;
	line-height: 40px;
	border-radius: 5px;
	background: #FFF;
	border:none;
	padding:0 10px;
	font-size: 14px;
	color: var(--darkBlueColor);
}
.text_input::placeholder,
.input-text::placeholder{
	color: currentColor;
}
.input-text{
	background:#f7f7f7;
}

/*** LANDING SECTION ***/
.landing_section{
	height: 100vh;
	background: var(--grayColor);
}
.tag{
	display: inline-block;
	line-height: 120%;
	padding:0 8px;
	color: #FFF;
	background: var(--blueColor);
	text-transform: uppercase;
	font-size:17px;
	border-radius: 5px;
	font-family: var(--secondaryFont);
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.landing_section h1{
	font-size: 64px;
	font-family: var(--secondaryFont);
	color:var(--darkBlueColor);
	font-weight: 400;
	line-height: 110%;
}
.landing_section h1 strong{
	font-weight: normal;
	color: var(--blueColor);
}
.landing_button{
	margin-top:50px;
}
.landing_slider .owl-dots{
	justify-content: start;
    margin: -50px 0 0 30px;
	position: relative;
	z-index: 9;
}
.landing_slider.owl-carousel button.owl-dot{
	background: var(--blueColor);
}
.landing_slider.owl-carousel button.owl-dot.active{
	background: var(--darkBlueColor);
}

.landing_decoration{
	position: absolute;
}
.landing_decoration_1{
	bottom: -3%;
    left: 22%;
    width: 20%;
    z-index: 0;
}
.landing_decoration_2{
	top: 17%;
    left: 28%;
    width: 11%;
}
.landing_decoration_3{
	top: 58%;
    left: 31%;
    width: 3%;
}
.landing_decoration_5{
	top: 67%;
    left: 48%;
    width: 15%;
}
.landing_decoration_6{
	top: 20%;
    left: 47%;
    width: 9%;
}
.landing_decoration_7{
	right: 5%;
    top: 32%;
    width: 10%;
}
.landing_decoration_mobile{
	display: none;
	bottom: 0;
    left: 5%;
    z-index: 5;
}

/*** HOW IT WORKS ***/
.how_it_works_section{
	position: relative;
	background: var(--blueColor);
	color: #FFF;
	padding: 10px 0;
	margin: 50px 0 100px;
}
.how_it_works_section::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 35%;
	background-image: url(../images/blue_div.svg);
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(-100%);
}
.how_it_works_section::after{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 35%;
	background-image: url(../images/blue_div.svg);
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(100%) scaleY(-1);
}
.how_it_works_grid {
	margin: 0;
}
.how_it_works_grid_item .col{
	max-width: 180px;
}
.how_it_works_grid_item p{
	font-size: 18px;
	line-height: 130%;
}
.owl-carousel .owl-stage-outer{
	padding: 0;
}

.owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.owl-carousel button.owl-dot{
	display: inline-block;
	width: 10px;
	height:10px;
	border-radius: 50%;
	background: #FFF;
	margin: 0 3px;
	transition: all 0.5s;
}
.owl-carousel button.owl-dot.active{
	background: var(--darkBlueColor);
}

/*** HOW PEN WORKS ***/
.how_pen_works_section{
	padding:120px 0;
}
.video_wrapper_section{
	z-index: 10;
	margin-top: 4rem !important;
}
.video_wrapper{
	position: relative;
	width: 100%;
	border-radius: 40px;
	background-size: cover;
	background-position: center;
}
.video_wrapper:before{
	content: '';
	position: absolute;
	top:30px;
	left:20px;
	width: 100%;
	height: 100%;
	background: var(--greenColor);
	border-radius: 40px;
	z-index: -1;
}
.video_wrapper .spacer{
	float:left;
	width:100%;
	padding-top:60%;
}
.video_wrapper .play_button{
	position: absolute;
	top:50%;
	left:50%;
	width: 40%;
	max-width: 160px;
	transform: translate(-50%, -50%);
}
.how_pen_works_section_content .section_title{
	margin: 0 0 40px -15px;
}
.how_pen_works_section_content .btn{
	margin-top:30px;
	z-index: 2;
	position: relative;
}

/*** PEND FEATURES ***/
.pen_features_section{
	padding:90px 0;
	margin:100px 0 ;
	background: var(--greenColor);
	color:#FFF;
}
.pen_features_section::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 35%;
	background: url(../images/green_div.svg);
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(-100%);
}
.pen_features_section::after{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 35%;
	background: url(../images/green_div.svg);
	background-position: left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateY(100%) scaleY(-1);
}
.pen_features_section .section_title {
	margin-bottom: 25px;
}
.buttons_tabs{
	width: 100%;
	margin-top: 50px;
}
.buttons_tab_item{
	display: inline-block;
	width: calc(33.33% - 35px);
	line-height: 36px;
	border: 2px solid #FFF;
	border-radius: 20px;
	font-family: var(--secondaryFont);
	color: #FFF;
	font-size: 18px;
	cursor:pointer;
	transition: all 0.5s;
}
.buttons_tab_item.active{
	background: var(--primaryColor);
	border-color: var(--primaryColor);
}
.tab_content_wrapper{
	position: relative;
	display:none;
	background: #FFF;
	padding: 40px;
	border-radius: 12px;
	color: var(--darkBlueColor);
}
.tab_content_wrapper:first-child{
	display:inline-block;
}
.tab_content_wrapper:before{
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	border: 2px dashed #FFF;
	border-radius: 12px;
	pointer-events: none;
}
.tab_image img{
	float:left;
	width: 100%;
	border-radius: 12px;
}

/*** LATEST NEWS SECTION ***/
.latest_news_section{
	padding:50px 0;
}
.latest_news_section .section_title {
	margin-bottom: 20px;
}
.blog_item_image img{
	border-radius: 12px;
}
.blog_item_data h4{
	font-weight: normal;
	font-family: var(--secondaryFont);
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 20px;
}
.blog_list.owl-carousel button.owl-dot{
	margin-top:30px
}
.blog_list.owl-carousel button.owl-dot{
	background: var(--blueColor);
}
.blog_list.owl-carousel button.owl-dot.active{
	background: var(--darkBlueColor)
}

.blog_list.owl-carousel .owl-stage-outer{
	padding: 0;
 	display: flex;
	justify-content: center;
}
.blog_list.owl-carousel .owl-stage, .blog_list.owl-carousel .owl-item.active {
	width: auto !important;
}
	
/*** PAGE LANDING ***/
.page_landing{
	padding: 180px 0 30px;
	background: var(--grayColor);
	margin-bottom: 7vw;
	text-align: center;
}
.page_landing:after{
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 7vw;
	background-image: url(../images/page_landing_divider.svg);
	background-size: 100% auto;
	background-position: top left;
	transform: translateY(100%);
	background-repeat: no-repeat;
}
.page_landing h1{
	font-family: 'Fredoka One';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 110%;
	margin: 0;
}
.page_landing span{
	font-size: 18px;
	font-weight: 600;
}
.page_decoration_1{
	top: -45%;
    left: 5%;
    width: 12%;
}
.page_decoration_2{
    top: 40%;
	left: 24%;
    width: 10%;
    z-index: 2;
}
.page_decoration_3{
	top: 40%;
    right: 10%;
    z-index: 2;
    width: 10%;
}


/*** IMAGE TEXT SECTION ***/
.image_text_section {
	padding: 90px 0;
}
.image_text_image img{
	border-radius: 40px;
}
.image_text_image:before{
	content: '';
	position: absolute;
	top:30px;
	left: 20px;
	width: 100%;
	height: 100%;
	background: var(--greenColor);
	z-index: -1;
	border-radius: 40px;
}
.blue_shadow:before{
	background: var(--blueColor);
}

/*** BLOG PAGE ***/
.blog_list_item_image img{
	border-radius: 12px;
}
.featured_post_item {
	color:var(--darlBlueColor);
}
.featured_post_item .blog_list_item_title{
	font-family: var(--primaryFont);
	font-size: 30px;
	line-height: 110%;
	font-weight: 600;
	margin-bottom: 25px;
}

/*** BLOG POST PAGE ***/
.blog_page{
	padding: 100px 0;
}
#post_header{
	text-align: center;
	margin-bottom: 50px;
}
#post_header h1{
	font-size: 60px;
	line-height: 110%;
	font-family: var(--secondaryFont);
}
#post_header .post_meta{
	font-size: 16px;
	line-height: 150%;
	color: var(--primaryColor);
	margin-top: 25px;
}
#post_header img {
	border-radius: 12px;
}
.single_page_content blockquote p{
	font-size: 145%;
    font-weight: bold;
}
.single_page_content p{
	margin-bottom:30px;
}
.author_data_wrapper{
	background: var(--grayColor);
	padding:60px;
	border-radius: 12px;
	margin-top: 170px;
}
.author_data_wrapper::before{
	content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C4C4C4;
}

/*** WP BLOCKS ***/
.wp-block-image{
	margin-bottom:30px;
}
.wp-block-image img{
	border-radius:10px !important;
}

#related_posts{
	padding:90px 0 40px;
}
#related_posts .section_title{
	margin-bottom: 0;
}
#related_posts .blog_list {
	margin: 0;
}
.post_author_image{
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 125px;
	border:5px solid #FFF;
}
.author_data_wrapper h5{
	margin: 20px 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
}

/*** FAQS PAGE ***/
.faqs_page{
	padding: 70px 0;
}
.faqs_page .container{
    max-width: 1170px;
}
.faqs_page_content h1{
	font-size: 60px;
	font-family: var(--secondaryFont);
	line-height: 100%;
	margin-bottom: 50px;
}
.faqs_page_content h1 strong{
	color: var(--blueColor);
	font-weight:normal;
}
.faqs_page_list{
	padding-left: 75px;
}
.acordeon_item{
	float:left;
	width:100%;
	margin-bottom: 60px;
}
.acordeon_item_header{
	position: relative;
	float:left;
	width:100%;
	font-size: 35px;
	font-weight: bold;
	font-family: var(--secondaryFont);
	color: var(--darkBlueColor);
	cursor:pointer;
}
.acordeon_item_header:hover{
	font-family: var(--secondaryFont);
	color: var(--darkBlueColor);
}
.acordeon_item_header i{
	position: absolute;
	top: 0;
	left:-75px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--greenColor);
	color: #FFF;
	line-height: 45px;
	text-align: center;
}
.acordeon_item_header i:before{
	content: '\f067';
	font-family: fontawesome;
	font-style: normal;
	position: absolute;
	top:0;
	left:0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	color: #FFF;
}
.open .acordeon_item_header i:before{
	content: '\f068';
}
.acordeon_item_body{
	float:left;
	width:100%;
	padding:40px 0;
	display: none;
}

/*** CONTACT PAGE ***/
.contact_page{
	padding:90px 0;
}
.contact_page > .container{
	max-width:920px;
}
.contact_box{
	padding:40px;
	background:var(--greenColor);
	color:#FFF;
	border-radius:12px;
}
.contact_box .text_input{
	padding:0 35px;
	font-size:18px;
	line-height:65px;
	border-radius:33px;
}
.contact_box .text_input::placeholder{
	color: #AAB7BA;
}
.contact_box .btn{
	line-height:50px;
	padding:0 40px;
	border-radius:25px;
}
.contact_methods{
	margin-top:120px;
}
.contact_method_box{
	padding: 0px 60px 60px 60px;
    background: var(--grayColor);
    border-radius: 10px;
}
.contact_method_icon{
	width: 140px;
    height: 140px;
    line-height: 130px;
    display: inline-block;
    border-radius: 50%;
    background: var(--blueColor);
    color: #FFF;
    font-size: 60px;
    border: 5px solid #FFF;
    margin: -75px 0 30px;
}
.contact_method_box h4{
	font-size:30px;
	font-family: var(--secondaryFont);
	font-style: normal;
}

/*** REGULAR PAGE AND POST **/
.singe_page_content_wrapper {
	padding:100px 0;
}
.singe_page_content_wrapper  .page_title{
	font-size:60px;
	font-family: var(--secondaryFont);
	margin-bottom:70px;
}

/*** GENERAL WOOCOMMERCE ***/
.woocommerce-notices-wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.woocommerce-notices-wrapper ul{
	list-style:none;
}

/*** STOP TABLE ***/
.shop_table {
	float:left;
	width:100%;
	border-collapse: collapse;
}

/*** SHOP ***/
.product_list_item_image_wrapper img{
	border-radius: 12px;
}
.product_list_item_title{
	font-family: var(--secondaryFont);
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 35px;
}
.product_list_item_price{
	color: var(--blueColor);
	font-size: 36px;
	line-height: 110%;
	font-family: var(--secondaryFont);
	margin-bottom: 20px;
}
.product_list_item_excerpt{
	margin-bottom: 60px;
}
.product_list_item_actions a{
	padding: 0;
	width: calc(50% - 15px);
}
.product_list_item_actions a:last-child{
	margin:0
}

/*** PRODUCT PAGE ***/
.single_post_page{
	padding-top: 150px;
}
#product_page{
	padding: 70px 0;
}
.product_page_image img{
	border-radius: 12px;
}
.product_page_data h1{
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	margin: 0 0 30px 0;
}
.product_page_price{
	font-family: var(--secondaryFont);
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	color: var(--blueColor);
	margin-bottom: 25px;
}

.product_page_price del {
	font-size: 36px;
	color: var(--darkBlueColor);
}

.product_list_item_price del {
	font-size: 24px;
	color: var(--darkBlueColor);
}

.product_page_price ins {
	
}

.product_page_excerpt p{
	font-size: 16px;
}
.product_page_data .add_to_cart_button{
	line-height: 60px;
	border-radius: 30px;
	padding: 0 30px;
	font-size: 22px;
}
#product_page_tabs{
	margin-top: 130px;
}
.product_tabs_header{
	margin-bottom: 70px;
}
.product_tab{
	display: inline-block;
	width: 270px;
	max-width: calc(50% - 20px);
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	border:2px solid var(--primaryColor);
	font-family: var(--secondaryFont);
	color: var(--primaryColor);
	margin: 0 15px;
	cursor:pointer;
}
.product_tab.active{
	background: var(--primaryColor);
	color: #FFF;
}
.product-quantity .quantity .qty {
	width: 100px;
    display: inline-block;
    text-align: center;
    float: none;
}
.product_page_buttons .drop_down_lable {
    margin-bottom: 0.5rem;
	font-family: var(--secondaryFont);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--darkBlueColor);
}

.product_page_buttons .quantity{
	margin-bottom: 2rem;
}

.additional_product_images {
	display:flex;
	justify-content:center;
}

.additional_product_images a {
	margin: 0 5px;
}

.additional_product_images a.selected {
	border: 2px solid var(--darkBlueColor);
}

/*** CART PAGE ***/
.woocommerce-cart-form{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.woocommerce-cart-form__contents{
	font-family: var(--secondaryFont);
	color:var(--blueColor);
	font-size:25px;
}
.woocommerce-cart-form__contents a{
	color:var(--blueColor);	
}
.woocommerce-cart-form__contents th{
	color:var(--darkBlueColor);
}
.woocommerce-cart-form__contents th,
.woocommerce-cart-form__contents td{
	padding:10px;
}
.woocommerce-cart-form__contents .product-thumbnail{
	display:none;
}
.woocommerce-cart-form__contents .product-remove,
.woocommerce-cart-form__contents .product-price,
.woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart-form__contents .product-subtotal{
	text-align:center;
}
.woocommerce-cart-form__contents .remove{
	font-size: 20px;
    line-height: 30px;
    display: inline-block;
    color: red;
    width: 30px;
    height: 30px;
    text-align: center;
}
.woocommerce-cart-form__contents .actions{
	padding-top:20px;
	border-top:1px solid #f7f7f7;
}
.woocommerce-cart-form__contents .actions .coupon{
	float:left;
}
.woocommerce-cart-form__contents .actions .coupon label{
	float:left;
	width:100%;
	font-size:18px;
	color:var(--darkBlueColor);
}
.woocommerce-cart-form__contents .actions .coupon .button{
	float:left;
	background:none;
	color:var(--primaryColor);
	border:2px solid var(--primaryColor);
	padding:0;
	width:200px;
	margin-left:10px;
	line-height:36px;
}
#coupon_code{
	width:calc(100% - 210px);
	font-size:18px;
	background:#f7f7f7;
	font-family:var(--primaryFont);
}
.cart-collaterals{
	float:right;
	width:50%;
	padding:30px;
	background:var(--grayColor);
	border-radius:12px;
}
.woocommerce-cart-form__contents .actions .coupon + .button{
	float:right;
}

@media only screen and (max-width: 400px) {
	.woocommerce-cart-form__contents .actions .coupon + .button {
		width: 100%;
		margin-top: 25px;
	}
}

.cart_totals .woocommerce-shipping-totals.shipping {

}

.woocommerce-shipping-destination {
	display: none;
}

.woocommerce-shipping-methods li {
	display: block;
}
.woocommerce-shipping-methods li input {
	width: 16px;
	height: 16px;
}
.woocommerce-shipping-methods li label {
	margin-left: 10px;
}

.cart_totals > h2{
	font-size:30px;
	font-family:var(--secondaryFont);
	margin-bottom:50px;
}
.cart_totals table{
	font-size:25px;
	font-family:var(--secondaryFont);
	font-weight:normal;
}
.cart_totals table th,
.cart_totals table td{
	padding:10px;
	vertical-align: top;
}
.cart_totals table td{
	text-align:right;
	color:var(--blueColor);
}
.wc-proceed-to-checkout{
	float:left;
	width:100%;
	margin-top:50px;
}
.wc-proceed-to-checkout .button{
	padding:0;
	width:100%;
	line-height:50px;
	border-radius:25px;
}

.woocommerce-message {
	display: grid;
	grid-gap: 10px;
}

.woocommerce-message a.button {
	width: 50%;
	margin: auto;
}

@media only screen and (max-width: 400px) {
	.woocommerce-message a.button {
		width: 100%;
	}
}

/*** CHECKOUT ***/
.woocommerce-form-coupon-toggle,
.checkout_coupon {
	float:left;
	width:100%;
}
.checkout_coupon {
	margin-top:10px;
	padding:30px;
	background:#f7f7f7;
	border-radius:0 0 10px 10px;
}
.checkout_coupon #coupon_code {
    width: 100%;
	background:#FFF;
	border:1px solid #CCC;
}
.woocommerce-info a:not(.button){
	color:var(--blueColor);
	text-decoration:underline;
}
.checkout.woocommerce-checkout{
	float:left;
	width:100%;
}
.form-row{
	float:left;
	width:100%;
	margin-bottom:15px !important;
	padding:0 5px;
}
.form-row-first,
.form-row-last{
	width:50%;
}
.form-row input + span{
	float:left;
	width:100%;
}
.form-row input + span em{
	font-size:14px;
	color:#666;
}

.form-row .select2-selection{
	background: #f7f7f7;
    border: none;
	height: 40px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
	font-size: 14px;
}
.form-row input::placeholder{
	color:#999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}
#order_review .shop_table{
	background:var(--grayColor);
	border-radius:12px;
	margin-bottom: 30px;
}
#order_review .shop_table th,
#order_review .shop_table td{
	vertical-align:top;
}
#order_review .shop_table th{
	padding:10px 20px;
}
#order_review .shop_table tbody td, #order_review .shop_table tfoot td{
	padding:5px 20px;
}
#order_review .shop_table tfoot tr:first-child td{
	padding-top:20px;
}
#place_order{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	line-height:60px;
	padding:0 7vw;
	border-radius:30px;
}

.success_form{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	visibility:hidden;
	opacity: 0;
	transition:all 0.5s;
}
.status_success .success_form{
	visibility:visible;
	opacity:1;
}
.success_form i{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    color: var(--greenColor);
    transform: translate(-50%, -50%);
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border: 2px solid var(--greenColor);
    border-radius: 50%;
}
.ajax_form:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
	z-index:2;
	visibility: hidden;
	opacity: 0;
}
.ajax_form:after{
	content:'';
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	width:40px;
	height:40px;
	border-width: 5px;
	border-style: solid;
	border-color: var(--blueColor) var(--blueColor) var(--blueColor) transparent;
	border-radius: 50%;
	z-index:3;
	-webkit-animation: loadingRotate 1s infinite ease;
	-moz-animation: loadingRotate 1s infinite ease;
	-o-animation: loadingRotate 1s infinite ease;
	visibility: hidden;
	opacity: 0;
}
.ajax_form.loading:before,
.ajax_form.loading:after{
	opacity: 1;
	visibility: visible;
}
@-webkit-keyframes loadingRotate {
	from{
		transform: rotate(0deg)
	}
	to{
		transform: rotate(359deg)
	}
}
@-moz-keyframes loadingRotate {
	from{
		transform: rotate(0deg)
	}
	to{
		transform: rotate(359deg)
	}
}
@-o-keyframes loadingRotate {
	from{
		transform: rotate(0deg)
	}
	to{
		transform: rotate(359deg)
	}
}

/*** ACCOUNT PAGE ***/
.woocommerce-account .singe_page_content_wrapper .page_title {
    font-size: 40px;
    margin-bottom: 25px;
}
.woocommerce-MyAccount-navigation{
	float:left;
	width:100%;
}
.woocommerce-MyAccount-navigation ul{
	display:flex;
	justify-content: space-between;
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:3px solid #e6e6e6;
}
.woocommerce-MyAccount-navigation a{
	display: inline-block;
	text-transform:uppercase;
	font-size:14px;
	color:var(--darkBlueColor);
	padding:10px 15px;
	border-bottom:3px solid transparent;
	margin-bottom:-3px;
}
.woocommerce-MyAccount-navigation .is-active a{
	color:var(--primaryColor);
	border-color:var(--primaryColor);
}
.woocommerce-MyAccount-content{
	float:left;
	width:100%;
	padding:30px 0;
}
fieldset{
	floaT: left;
    width: 100%;
	position:relative;
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin: 20px 0 20px 0;
}
fieldset legend{
	position: absolute;
    float: none;
    width: auto;
    top: 0;
    left: 20px;
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    background: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    transform: translateY(-50%);
}
.col2-set .col-1,
.col2-set .col-2{
	width:50%;
	float:left;
}

@media(max-width:992px) {
	/*** MISC ***/
	.section_title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	/*** HEADER ***/
	#header{
		padding: 20px 15px;
	}
	.float_active #header{
		padding:10px 15px;
	}
	#header_logo {
		width: 165px;
	}
	#header_actions{
		margin: 0 40px 0 0;
	}

	/*** FOOTER ***/
	#footer {
		margin: 30vw 0 0 0;
	}
	#footer::before {
		height: 25vw;
		background-position: 60%;
		background-size: 300%;
	}
	.footer_widget{
		max-width: none;
	}
	#footer_bar #footer_menu{
		margin-top:10px
	}
	#footer_menu a {
		margin: 0 15px;
	}
	#footer_bar::before {
		height: 25vw;
		background-size: 260vw;
	}
	#footer .wp-block-image {
	    margin-bottom: 0;
	}
	
	/*** LANDING SECTION ***/
	.landing_section {
		height: auto;
		padding: 150px 0 50px;
	}
	.landing_slider{
		float:left;
		width:100%;
	}
	.landing_section h1 {
		font-size: 35px;
		line-height: 120%;
	}
	.tag {
		font-size: 14px;
	}
	.landing_button {
		margin-top: 30px;
	}
	.landing_main_image{
		width: 110%;
		transform: translateX(-5%);
	}
	.landing_decoration_1,
	.landing_decoration_2,
	.landing_decoration_3,
	.landing_decoration_4,
	.landing_decoration_5,
	.landing_decoration_6{
		display: none;
	}
	.landing_decoration_7 {
		right: 5%;
		top: 52%;
		width: 23%;
	}
	.landing_decoration_mobile{
		display: none;
		transform: translateY(-100%);
	}
	
	/*** HOW IT WORKS ***/
	.how_it_works_section::before {
		background-image: url(../images/blue_div_mobile.svg);
	}
	.how_it_works_section::after {
		background-image: url(../images/blue_div_mobile_mobile.svg);
		transform: translateY(100%);
		height: 18%;
	}
	.how_pen_works_section_content .section_title {
		margin: 0 0 30px 0;
	}
	.how_pen_works_section {
		padding: 50px 0;
	}
	.how_pen_works_section_content .btn {
		margin-top: 5px;
	}
	.video_wrapper:before {
		top: 15px;
		left: 10px;
	}
	.video_wrapper .play_button {
		max-width: 80px;
	}

	/*** PEN FEATURES ***/
	.pen_features_section::before {
		height: 10%;
		background-size: 300%;
		background-position: 50%;
	}
	.pen_features_section{
		padding:0 0 90px;
		margin: 100px 0 50px;
	}
	.pen_features_section .section_title {
		margin-bottom: 30px;
		font-size: 35px;
	}
	.buttons_tabs a {
		width: calc(60% - 35px);
		margin-bottom: 10px;
	}
	.tab_content_wrapper {
		padding: 20px;
	}
	.tab_content .section_title{
		margin-bottom: 15px;
	}
	.tab_content_wrapper:before{
		display: none;
	}
	.pen_features_section::after {
		height: 10%;
		background-size: 160%;
	}
	.buttons_tab_item {
		width: 70%;
		margin-bottom:10px;
	}
	
	/*** PAGE LANDING ***/
	.page_landing {
    	padding: 180px 0 75px;
	}
	.page_landing h1 {
		font-size: 50px;
	}
	
	/*** IMAGE TEXT ***/
	.image_text_section {
		padding: 40px 0;
	}
	.image_text_image:before {
		top: 10px;
		left: 10px;
	}
	
	/*** FAQS PAGE ***/
	.faqs_page_content h1 {
    	font-size: 40px;
	}
	.acordeon_item_header {
		position: relative;
		float: left;
		width: 100%;
		font-size: 25px;
	}
	.acordeon_item_header i{
		left: -50px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.acordeon_item_header i:before{
		left: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size:18px
	}
	
	/*** CONTACT PAGE ***/
	.contact_method {
		margin-bottom:100px;
	}
	.contact_method:last-child{
		margin-bottom:0;
	}
	.contact_box .text_input{
		padding:0 25px;
		font-size:18px;
		line-height:50px;
		border-radius:25px;
	}
	
	.product_list_item_excerpt {
	    margin-bottom: 30px;
	}
	.product_list_item_title {
		margin-bottom: 10px;
	}
	.product_list_item_price {
    	font-size: 30px;
	}
	
	/** PRODUCT PAGE **/
	#product_page {
	    padding: 0;
	}
	.product_page_data h1 {
    	font-size: 35px;
		margin: 0 0 10px 0;
	}
	.product_tabs_header {
 	   margin-bottom: 30px;
	}
	.product_page_buttons .button{
		background:var(--blueColor);
		padding:0;
		width:100%;
	}

	.product_tab {
		margin: 0 5px;
		max-width: 50%;
		line-height: initial;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#product_page_tabs {
	    margin-top: 50px;
	}
	
	.product_list_item {
		text-align: center;
	}
	
	.product_list_item_actions {
		display: block !important;
	}

}

.featured_products {
	margin-bottom: 100px;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 20px;
}

.featured_products .featured_product_title {
	font-family:var(--primaryFont);
	font-size: 36px;
	color:var(--darkBlueColor);
	text-align: center;
	padding-bottom: 20px;
}

.featured_products .products.row {
	--bs-gutter-x: 0;
	margin: 0;
	padding: 0;
}

.featured_products .product_list_item {
	display: block;
	text-align: center;
	margin: 0px !important;
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured_products .product_list_item_title {
	font-size: 20px;
}

.featured_products .product_list_item_price {
	font-size: 24px;
}

.featured_products .product_list_item_excerpt {
    display: none !important;
/* 	margin-bottom: 20px !important; */
}

.featured_products .product_list_item_image_wrapper, .featured_products .product_list_item_data {
	width: 100%;
}

.featured_products .product_list_item_actions {
	display: block !important;
}

.featured_products .product_list_item_actions a {
	width: auto;
	padding: 2px 10px;
    font-size: 14px;
}