/*
	Theme Name: Northwood Technology 2023
	Author: Charlotte VIAL | Matrix Internet
	Author URI: http://matrixinternet.ie/
*/

/*------------------------------------------------------------------------------
	LAYOUT
------------------------------------------------------------------------------*/

body {
	color: var(--northwood-gray-600, #191A1B);
	margin: auto;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	line-height: 1.4;
	overflow-x: hidden;
}

.container,
.wp-block-group {
	max-width: 1720px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.sm_container { max-width: 860px; }

.container_mb { margin-bottom: 55px; }
.container_mt { margin-top: 55px; }
.container_pb { padding-bottom: 55px; }
.container_pt { padding-top: 55px; }

.f_left { float: left; }
.f_right { float: right; }
.f_none { float: none; }

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after,
.clear { clear: both; }

.bg_light_grey { background-color: #fcfcfc; }

img {
	max-width: 100%;
	height: auto;
}

.iframe_container,
.wp-video {
	position: relative;
	background-size: cover;
	padding-bottom: 56.25%;
	height: 0;
	width: 100% !important;
}

.iframe_container i {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -62px;
	margin-top: -62px;
	cursor: pointer;
	z-index: 1;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	padding: 37px 40px 37px 45px;
}

.iframe_container i:hover { background: rgba(0, 0, 0, 0.5); } 

.iframe_container iframe,
.wp-video .wp-video-shortcode {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
}

.iframe_container.show_player iframe,
.wp-video .wp-video-shortcode { opacity: 1; }

table.custom { width: 100%; }

table.custom tr { border-bottom: 2px dashed #94c83d; }
table.custom tr:first-child { border: none; }

table.custom th {
	font-weight: bold;
	padding: 20px;
	background: #94c83d;
	color: #ffffff;
	text-transform: uppercase;
}

table.custom td { padding: 15px 0 15px 20px; } 
table.custom tr:nth-child(odd) td { background-color: #f7ffea; } 

.collage { 
	padding: 5px; 
	margin: 0 0 35px -5px;
}

.collage img {
	vertical-align: bottom;
	opacity: 0;
}

pre {
	background: #eaeaea;
	border: 1px solid #b3b3b3;
	padding: 15px;
	white-space: pre-wrap;
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
}

.grecaptcha-badge { display: none; }

figure.hover { overflow: hidden; }

figure.hover img {
	width: 100%;
	height: auto;
	display: block;
	transition: 200ms all;
}

figure.hover:hover img { transform: scale(1.1); }

fieldset.filled { position: relative; }
fieldset.filled i {
	position: absolute;
	right: 20px;
	bottom: 18px;
	cursor: pointer;
	transition: 200ms all;
}

fieldset.filled i:hover { opacity: 0.7; }

/*input[type="text"] {
	font-size: 16px;
	width: auto;
	border-radius: 0;
	cursor: pointer;
	line-height: 1;
	border: 2px solid #FFFFFF;
	padding: 0;
	background: transparent;
	width: 100%;
	padding: 13.5px 20px;
}*/

.select2 {
	font-size: 16px;
	width: auto;
	border-radius: 0;
	cursor: pointer;
	line-height: 1;
	color: #FFF;	
	background: url('images/arrow_down_white.svg') no-repeat 95% center;
	padding: 0;
}


.select select::-ms-expand { display: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	background: transparent;
	line-height: inherit;
	padding: 15px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-search--dropdown { display: none; }

.select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	border-radius: 0;
	height: auto;
}

.select2-container--open .select2-dropdown { 
	background: #191818; 
	margin-top: 32px;
}

.select2-results__option { padding: 6px 20px; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #616161; }

/*------------------------------------------------------------------------------
	WORDPRESS CORE
------------------------------------------------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* mobile column fix (#185) */
@media screen and (max-width: 767px) {
	.alignright {
		display: block;
		float: none;
		margin-left: auto;
	}
	.alignleft {
		display: block;
		float: none;
		margin-right: auto;
	}
}


a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	color: #000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*------------------------------------------------------------------------------
	TEXT
------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 400;
}


a,
a:active,
a:focus,
input { 
	color: inherit; 
	outline: none;
	transition: all 200ms;
}

a:hover { 
	color: inherit;
	text-decoration: underline;
}

.ta_left { text-align: left; }
.ta_center { text-align: center; }
.ta_right { text-align: right; }

em { font-style: italic; }
strong, b { font-weight: 700; }

.btn {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	padding: 12px 27px;
	text-align: center;
	font-family: 'Antique Olive Std Light';
}

.btn:hover {
	color: #FFF;
	background: #ababab;
	border-color: #ababab;
	text-decoration: none;
}
.page_chambermusicfestival .btn:hover {
	background: #ababab;
	border-color: #ababab;
}

.link {
	background: url(images/icon_long_right_white_arrow.svg) no-repeat right center;
	padding-right: 50px;
	font-family: 'Antique Olive Std Light';
	text-decoration: none;
}

.link:hover { padding-right: 60px; }



.page_user_dashboard .woocommerce-MyAccount-navigation ul li{
	width: 100%;
}

.page_user_dashboard .woocommerce-account .woocommerce-MyAccount-navigation {
    min-width: 200px;
}

.page_user_dashboard footer{
	width: 100%;
	float: left;
}

.page_user_dashboard table{
	width: 100%;
	margin-top: 24px;
}

.page_user_dashboard table th{
	text-align: left;
	background-color: #F0F0F1;
	font-weight: 700;
}

.page_user_dashboard table th,
.page_user_dashboard table td{
	margin-bottom: 10px;
	padding: 15px;
	border-bottom: 1px solid #F0F0F1;
}

.page_user_dashboard table td a {
    color: #692F7F;
    display: flex;
    align-items: center;
}

.page_user_dashboard table td a img{
	margin-right: 8px;
}

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 50%;
  display: inline-block;
}

@media (min-width: 962px) {
  
  .rwd-table td:before {
    display: none;
  }

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

}


@media (max-width: 961px){
	.rwd-table tr{
		border: none;
	}
}

.page-template-page-user-dashboard .breadcrumbs{
	padding-top: 0;
}

h3.my_account {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.user_name{
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 25px;
}

.woocommerce-MyAccount-content h1{
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-content .banner_link {
    margin-top: 25px;
}

.woocommerce img.plus_icon{
	max-width: 17px;
}

div.dt-container div.dt-layout-row {
    display: flex;
    flex-direction: column;
}

div.dt-container div.dt-layout-cell.dt-start {
    margin-top: 25px;
}

.dt-search label{
	display: none;
}

div.dt-container .dt-search input {
    width: 100%;
    max-width: 440px;
    display: block;
    color: var(--Northwood-Gray-300, #87898C);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding-left: 15px;
	border-radius: 15px;
	border: 2px solid var(--Northwood-Gray-400, #54565A);
	margin-top: 25px;
	margin-left: 0;
    margin-right: auto;
}

table.dataTable>thead>tr>th, 
table.dataTable>thead>tr>td{
	border-bottom: none;
}

table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
    border-top: none;
}


/*------------------------------------------------------------------------------
	RESPONSIVE
------------------------------------------------------------------------------*/

.col-lg-0 { display: none; }
.mobile_only { display: none; }


@media screen and (min-width: 1024px) {

	/*--------------------------------------------------------------------------
		HEADER
	--------------------------------------------------------------------------*/

}

@media screen and (max-width: 1599px) {


}

@media screen and (max-width: 1279px) {


}

@media screen and (max-width: 1023px) {



}

@media screen and (max-width: 767px) {

	

}

@media screen and (max-width: 479px) {



}






/* PANOS STYLES */



/* General */

html,
body{
	max-width: 100%;
	overflow-x: hidden;
}


/*
@font-face {
  font-family: Poppins;
  src: url("fonts/Poppins/Poppins-Regular.woff2");
}

@font-face {
  font-family: Poppins;
  src: url("fonts/Poppins/Poppins.woff2");
}*/

a{
	text-decoration: none;
}

#top_bar_brands {
    padding: 7px 0;
    border-bottom: 1px solid #C3C4C5;
}

#top_bar_brands .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_bar_brands img {
	filter: grayscale(100%);
	height: 36px;
	transition: 200ms all;
	opacity: 0.7;
}

#top_bar_brands img:hover {
    filter: grayscale(0%);
}


/* Header */
header{
	background-color: #fff;
}

.header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

.brand_section {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 40px;
}

.brand_section .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7.5px 30px;
}

.main_nav_section{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C3C4C5;
}

.main_nav_section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_container{
	display: flex;
    align-items: center;
    justify-content: center;
}

.menu_container{
	display: flex;
	align-items: center;
}

.search-form{
	display: block;
	width: 100%;
	max-width: 400px;
	height: 49px;
	position: relative;
	color: #454647;
}

.search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #87898C;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 20px;
}

.search-form ::-moz-placeholder { /* Firefox 19+ */
  	color: #87898C;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 20px;
}

.search-form :-ms-input-placeholder { /* IE 10+ */
  	color: #87898C;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 20px;
}

.search-form :-moz-placeholder { /* Firefox 18- */
  	color: #87898C;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 20px;
}

.search-field {
    width: 100%;
    height: 100%;
    border: 1px solid #54565A;
    border-radius: 25px;
    padding-left: 30px;
}

.search-submit {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    border-color: transparent;
    border-radius: 50%;
    background-color: #692f7f;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-submit:hover {
    background-color: #FF5F00;
    color: #fff;
    text-decoration: none;
}

.secondary_menu{
	display: flex;
	align-items: center;
}

.secondary_menu li{
	margin-right: 25px;
}

.secondary_menu li:nth-child(3),
.secondary_menu li:last-child{
	margin-right: 0;
}

.secondary_menu li a {
    color: #692F7F;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.secondary_menu li a img{
	margin-right: 7.5px;
}

.secondary_menu li a:hover { 
	color: #692F7F; 
}

.secondary_menu li a span{
	border-bottom: 2px solid transparent;
}

.secondary_menu li a span:hover {
	border-bottom: 2px solid #692F7F;
}

.secondary_menu li a.cart_container span{
	border-bottom: none;
}

.secondary_menu li a.cart_container span:hover{
	border-bottom: none;
}

.hello_user{
	color: var(--northwood-gray-400, #54565A);
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.mobile li a:hover{
	color: #692F7F !important;
}

.cart_container {
	position: relative;
}

.cart_container img{
	width: 30px;
}

.secondary_menu span.cart_number {
    position: absolute;
    top: -10px;
    right: -7px;
    color: #fff;
    background-color: #12B76A;
    color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}


/* Homepage */

.breadcrumbs_container{
	background-color: #F0F0F1;
}

.breadcrumbs {
	display: flex;
    flex-wrap: wrap;
    color: #454647;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tax-product_cat .breadcrumbs{
	padding-bottom: 10px;
}

.page-template-product-category .breadcrumbs{
	padding-bottom: 15px;
}

.breadcrumbs a{
	color: #692F7F;
	font-size: 13px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 0px;
}

.breadcrumbs span{
	margin-bottom: 0px;
}

.breadcrumbs .current_page{
	color: #454647;
	font-size: 13px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
}

.banner {
    background-color: #F0F0F1;
    position: relative;
}

.home .banner {
    padding-top: 50px;
}

.banner_container{
	position: relative;
}

.banner_container {
    position: relative;
    z-index: 2;
}

.banner_carousel_item {
	position: relative;
}

.banner_carousel_item .img_container {
    height: 400px;
    max-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
}

.home .banner_carousel_item .img_container {
    height: 560px;
 }


.banner_text{
	position: absolute;
	top: 25%;
	left: 10%;
}

.banner_title {
    color: #454647;
    font-size: 48px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    max-width: 400px;
}




.archive .banner_title{
	color: #fff;
}

.banner_description{
	width: 100%;
	max-width: 460px;
	color: #454647;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0;
}


.page-id-6361 .banner_overlay,
.page-id-6349 .banner_overlay,
.page-id-6697 .banner_overlay,
.page-id-6699 .banner_overlay,
.page-id-6700 .banner_overlay,
.page-id-6701 .banner_overlay,
.page-id-6702 .banner_overlay,
.page-id-324 .banner_overlay,
.page-id-6345 .banner_overlay,
.page-id-6346 .banner_overlay,
.page-id-6347 .banner_overlay,
.archive .banner_overlay{
	position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.page-id-6361 .banner_title,
.page-id-6989 .banner_title,
.page-id-6349 .banner_title,
.page-id-6697 .banner_title,
.page-id-6699 .banner_title,
.page-id-6700 .banner_title,
.page-id-6701 .banner_title,
.page-id-6702 .banner_title,
.page-id-324 .banner_title,
.page-id-6345 .banner_title,
.page-id-6346 .banner_title,
.page-id-6347 .banner_title,
.category-news .banner_title{
	color: #fff;
}

.page-id-6361 .banner_description,
.page-id-6989 .banner_description,
.page-id-6349 .banner_description,
.page-id-6697 .banner_description,
.page-id-6699 .banner_description,
.page-id-6700 .banner_description,
.page-id-6701 .banner_description,
.page-id-6702 .banner_description,
.page-id-324 .banner_description,
.page-id-6345 .banner_description,
.page-id-6346 .banner_description,
.page-id-6347 .banner_description,
.archive .banner_description,
.category-news .banner_description{
	color: #fff;
}


.category-technical-hub .banner_description,
.category-news .banner_description{
	display: none;
}

.banner_link {
	display: flex;
	max-width: fit-content;
	padding: 16px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #692F7F;
	color: #fff;
	border: 0 none;
	border-radius: 30px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	margin-top: 50px;
	transition: background-color 0.3s ease;
}

.banner_link:focus,
.banner_link:active{
	color: #fff;
}

.category-1401 .banner_link,
.category-1400 .banner_link,
.page-id-6347 .banner_link{
	display: none;
}

.banner_link:hover {
	background-color: #FF5F00;
	color: #fff;
	text-decoration: none;
}


.banner_container .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.banner_container .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
}

.banner_container .owl-dot.active{
	background-color: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}


.banner_container .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #fff;
    position: relative;
    top: 0px;
    left: 2px;
}

main{
	background-color: #F0F0F1;
	position: relative;
}

.woocommerce-account main{
	background-color: #fff;
}

.home main{
	margin-top: -70px;
}

.rolling-list.clone{
		display: block;
	}

.wrap { 
  display: flex; 
  overflow: hidden;
}

.wrap .rolling-list ul { 
	display: flex;
}

.wrap .rolling-list ul li {
    width: 184px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0px;
   /* padding: 0px 30px;*/
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.wrap .rolling-list ul li a {
    width: 184px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.wrap .rolling-list ul li a span {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wrap .rolling-list ul li img { 
	filter: grayscale(100%); 
	transition: 200ms all;
}

.wrap .rolling-list ul li img:hover { filter: grayscale(0%); }

.brand_image_hover{
	display: none;
}

.wrap .rolling-list ul li a:hover > .brand_image{
	display: none;
}

.wrap .rolling-list ul li a:hover > .brand_image_hover{
	display: block;
}

.rolling-list.original {
	animation: rollingleft1 60s linear infinite;
}
.rolling-list.clone {
	animation: rollingleft2 60s linear infinite;
}

@keyframes rollingleft1 {
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}

@keyframes rollingleft2 {
	0% { transition: translateX(0); }
	100% { transform: translateX(-200%); }
}

.training{
	margin: 5% 0;
}

.training .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.training_column_img_container {
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.training_column_title{
	color: #000;
	font-size: 30px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.training_column_desc {
    align-items: center;
    color: #454647;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0;
}

.training p {
    color: #454647;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

.training_column_desc img{
	margin-left: 10px;
}

.training a {
    color: #454647;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2023/06/line_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none;
    padding-right: 30px;
}

.training a.bold{ 
	font-weight: 400; 
}

.training a img {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.trending {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.trending h2{
	color: #191A1B;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 25px;
}

.trending .container{
	display: flex;
	flex-wrap: wrap;
}

.trending_item {
    color: #000;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.trending_item img{
	transition: transform .2s; 
}

.trending_item:hover > img{
	 transform: scale(1.2); 
}

.trending_item h3 img{
	transition: transform .5s; 
}

.trending_item:hover > h3 img {
    transform: translate(10px, 0px);
}

.trending_item_img_container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 100px;
	margin: 0 auto;
}

.trending_item_img_container img{
	width: auto !important;
	transition: transform 0.5s ease;
	transform-origin: center;
}

.trending_item_img_container img:hover {
	transform: scale(1.2);
}

.trending_item a img {
    width: auto !important;
    margin-left: 10px;
}

.trending_item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending_item h3 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.trending_item a img{
	margin-left: 10px;
}


.trending .owl-theme .owl-dots .owl-dot.active span {
    background-image: url('/wp-content/uploads/2023/06/dot_active.svg');
    width: 29px;
    height: 29px;
    position: relative;
    top: 10px;
}

.popular_products {
    background-color: #f0f0f1;
    padding: 50px 0;
    padding-top: 100px;
    padding-bottom: 150px;
}

.popular_products h2{
	color: #000;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 35px;
}

.popular_product_item {
    display: flex;
   /* justify-content: space-between;*/
    flex-direction: column;
}

.popular_product_top {
    position: absolute;
    top: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.popular_product_top .new_product{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 24px;
	background: #12B76A;
	color: #fff;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 700;
	border-radius: 19px;
}

.popular_product_top_right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.popular_img_container div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin-right: 7px !important;
}

.popular_img_container div.heateor_sss_bottom_sharing {
    display: none;
}

.popular_product_top .heateor_sss_reddit,
.popular_img_container .heateor_sss_sharing_title{
	display: none;
}

.heateor_sss_sharing_container{
	display: none !important;
}

.popular_product_top .heateor_sss_sharing_container{
	display: block !important;
}

.popular_product_top .heateor_sss_svg{
	background-color: transparent !important;
    background-image: url(images/Share.svg) !important;
    padding: 0 !important;
}

.popular_product_top .heateor_sss_svg svg{
	display: none !important;
}

.popular_product_top .yith-wcwl-add-button{
	color: #692F7F;
}

.popular_product_top .yith-wcwl-add-button:hover{
	color: #454647;
}

.popular_product_top .yith-wcwl-add-to-wishlist{
	margin-top: 0;
}

.popular_product_top .fa-heart {
    margin-right: 0;
    display: flex;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.popular_product_top .fa.fa-heart-o {
    margin-right: 0;
}

.fa.fa-heart-o:before{
content: '' !important;
background-image: url('/wp-content/themes/northwood/images/wishlist.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 24px;
height: 24px;
display: inline-block;
}

.exists .fa-heart:before{
content: '' !important;
background-image: url('/wp-content/themes/northwood/images/whishlist-filled.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 24px;
height: 24px;
display: inline-block;

}

.yith-wcwl-add-button a {
    display: flex;
    align-items: center;
    font-size: 0;
    justify-content: center;
}



.popular_img_container img{
	max-width: 100%;
	margin: 0 auto;
}

.popular_img_container img {
	transition: transform 0.3s ease;
	transform-origin: center;
}

.popular_img_container img:hover {
	transform: scale(1.2);
}

.popular_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 260px;
    position: relative;
    border-radius: 4px;
}

.popular_img_container img {
    width: auto !important;
}

.popular_product_title {
    color: #454647;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.popular_product_sku{
	color: #54565A;
	font-size: 14px;
	font-family: Poppins;
	line-height: 20px;
}

.instock{
	display: flex;
	color: #12B76A;
	text-align: center;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
}

.instock img{
	width: 16px !important;
	margin-right: 10px;
}

.out_of_stock{
	color: #912018;
}

.see_price{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #692F7F;
	font-family: Poppins !important;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 24px;
	border: 2px solid #692F7F;
	margin-top: 20px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: background-color 0.3s ease;
}

.see_price:focus,
.see_price:active{
	color: #692F7F;
}

.see_price:hover{
	background-color: #FF5F00;
	color: #fff;
	text-decoration: none;
	border: 2px solid #FF5F00;
}





.popular_products .owl-theme .owl-nav.disabled+.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.popular_products .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #C3C4C5;
}

.popular_products .owl-theme .owl-dots .owl-dot.active span {
    background-image: url('/wp-content/uploads/2023/06/dot_active.svg');
    width: 26px;
    height: 26px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.security {
    margin-top: 0;
    background-color: #fff;
    position: relative;
}

.security .container {
	max-width: calc(1720px - 60px);
	max-height: 272px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #692F7F;
    color: #FFF;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 30px;
    padding: 0 4%;
    border-radius: 8px;
}

.security_problem{
	position: relative;
    opacity: 0;
    left: -20px;
    transition: opacity 0.5s ease-out, left 0.5s ease-out;
}

.security_problem h2{
	color: #FFF;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 36px;
	max-width: 280px;
	margin-bottom: 25px;
}

.security_frame{
	text-align: center;
	opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.security_frame.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.security_frame img{
	margin-bottom: 15px;
}

.security_frame a,
.security_frame span{
	display: block;
	text-decoration: none;
}

.team_container{
	display: flex;
    align-self: end;
}

.team_container img{
	opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.team_container img.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}




footer {
    padding: 2% 0;
    padding-bottom: 0;
}

footer .container {
	max-width: calc(1720px - 60px);
    background: #F0F0F1;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4%;
}

footer h2{
	color: #000;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 25px;
}

.footer_column {
    margin: 5% 1%;
}

footer .menu{
	display: flex;
	flex-direction: column;
}

footer .menu li{
	margin: 10px 0;
}

footer .menu a{
	color: #454647;
	font-size: 16px;
	font-family: Poppins;
	line-height: 24px;
	text-decoration: none;
}

.get_in_touch{
	color: #54565A;
	font-size: 16px;
	font-family: Poppins;
	line-height: 24px;
}

.footer_column.get_in_touch{
	margin-left: 0;
}

.get_in_touch .item{
	max-width: 300px;
	margin-bottom: 25px;
}

.email{
	background-repeat: no-repeat;
	background-position: 0 0%;
	background-image: url('/wp-content/uploads/2023/06/mail.svg');
	padding-left: 40px;
}

.address {
    background-repeat: no-repeat;
    background-position: 0 0%;
    background-image: url('/wp-content/uploads/2023/06/pin.svg');
    padding-left: 40px;
    max-width: 320px;
    margin-top: 10px;
}

.tel {
    background-repeat: no-repeat;
    background-position: 0 0%;
    background-image: url('/wp-content/uploads/2023/06/tel.svg');
    background-size: contain;
    padding-left: 40px;
    max-width: 320px;
    margin-top: 20px;
}

.get_in_touch a{
    display: flex;
    align-items: center;
    color: #692F7F;
}

footer .office{
    background-repeat: no-repeat;
    background-position: 0 0%;
    background-image: url('/wp-content/uploads/2023/06/pin.svg');
    padding-left: 40px;
}

footer .address {
    padding-left: 0;
    margin-top: 0;
    background-image: none;
    order: 2;
    display: flex;
    flex-direction: column;
}

footer .address span{
	padding-left: 40px;
}

footer .tel {
    margin-top: 5px;
    margin-left: 0;
    background-image: none;
}

footer .get_in_touch a.get_directions{
	display: none;
}

.get_in_touch span {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    flex-direction: column;
}

.get_in_touch .checkbox span{
	flex-direction: row;
}

.get_in_touch span.wpcf7-radio{
	flex-direction: row;
}

.get_in_touch span a{
	margin-left: 5px;
}

.get_in_touch span img{
	margin-right: 10px;
}

.social{
	display: flex;
	padding-left: 0px;
}

.footer_column.get_in_touch .social{
	padding-left: 0px;
}

.social li{
	padding-left: 0;
	margin-right: 10px;
}

footer .container.footer_bottom {
    background: #fff;
    color: #54565A;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 2.5%;
    padding-bottom: 0;
}

.footer_bottom_column{
	margin-bottom: 25px;
}

footer .footer_bottom .menu{
	display: flex;
	flex-direction: row;
}

footer .footer_bottom .menu li{
	margin-top: 0;
	margin-right: 30px;
}

footer .footer_bottom .menu li:last-child{
	margin-right: 0;
}


/* Contact Template */
#contact_template{
	padding-top: 100px;
	padding-bottom: 50px;
}

#contact_template section{
	max-width: 1428px;
	margin: 0 auto;
}

#contact_template h2{
	color: #191A1B;
	font-size: 48px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: -0.48px;
	margin-bottom: 20px;
}

.get_in_touch .container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.get_in_touch_left {
  flex: 1;
}

.get_in_touch_right {
  flex: 2;
  margin-left: 12%;
}

.get_in_touch  h4 {
    color: #000;
    font-size: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.get_in_touch  h5{
	color: #54565A;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.offices_container{
	margin-bottom: 50px;
}

.help_item{
	display: flex;
	background: #692F7F;
	color: #fff;
	justify-content: center;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	padding: 32px 40px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.help_item a{
	color: #fff;
}

.help_item.support{
	background: #fff;
	color: #692F7F;
}

.help_item.sales{
	background: #E85713;
	margin-bottom: 50px;
}

.get_in_touch_right {
    background: #FFF;
    padding: 30px 30px;
    padding-top: 15px;
    border-radius: 8px;
    padding-bottom: 10px;
}

.get_in_touch_right h3 {
    color: #000;
    font-size: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
}

section.accordion_section {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
}

footer section.accordion_section {
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .accordion_section .container{
    display: flex;
}

.accordion_section h2 {
    color: #191A1B;
    font-size: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.accordion{
    background-color: #fff;
}

.accordion .accordion-item {
    padding: 24px 0px;
    border-bottom: 1px solid #C3C4C5;
}

footer .accordion .accordion-item {
  padding: 5px 0px;
}

.accordion .accordion-item button[aria-expanded=true] {
  padding-bottom: 25px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #444444;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding-left: 0;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #444;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion-title {
	color: #000;
	font-size: 20px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding: 24px 32px;
}

footer .accordion-title{
	font-weight: 500;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 32px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2023/06/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.faq_section .accordion button .icon{
	top: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: unset;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion button[aria-expanded=true] > .icon{
   background-image: url(/wp-content/uploads/2023/06/arrow_up.svg);
}

.accordion button[aria-expanded=true] .icon::before,
.accordion button[aria-expanded=true] .icon::after{
    color: #fff;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
    color: #454647;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 24px 32px;
    padding-top: 15px;
}

#contact_template .faq_section h3{
	color: #191A1B;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px; 
	margin-bottom: 25px;
}

.faq_section .accordion .accordion-content p {
    max-width: 95%;
}

.wpcf7{
	margin-top: 20px;
}

.wpcf7 label{
	display: block;
}

.wpcf7 label.checkbox_label{
	display: flex;
}

/*.wpcf7 label.checkbox_label a{
	font-size: 14px;
    position: relative;
    top: -12px;
    left: -5px;
}*/

.privacy .wpcf7-list-item-label{
	width: 100%;
}

.checkbox_privacy_container a{
	display: inline;
	margin-left: 3px !important;
}

.wpcf7-form-control {
    width: 100%;
    min-height: 60px !important;
    border-radius: 30px !important;
    border: 1px solid  #54565A !important;
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 780px;
    margin-top: 7.5px;
    padding-left: 15px;
}

.wpcf7-form-control.wpcf7-checkbox{
	min-height: auto !important;
}

.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid  #912018 !important;
}

.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid{
	border: none !important;
}

.wpcf7-form-control label{
	color: #454647;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #87898C;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.wpcf7-form-control ::-moz-placeholder { /* Firefox 19+ */
	color: #87898C;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;	 
}

.wpcf7-form-control :-ms-input-placeholder { /* IE 10+ */
	color: #87898C;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.wpcf7-form-control :-moz-placeholder { /* Firefox 18- */
	color: #87898C;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.wpcf7-radio{
	border: 0 none !important;
}

.wpcf7-list-item {
	padding-left: 30px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
}

.wpcf7 input[type="radio"] {
    position: absolute !important;
    left: 0;
    width: 100% !important;
    z-index: 1;
    background-color: transparent !important;
}

.wpcf7 input[type="radio"]:checked {
    background-image: url(/wp-content/uploads/2023/08/radiobutton-active.svg);
    background-size: contain;
}

.wpcf7-list-item-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.intl-tel-input{
	width: 100%;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 15px !important;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 65px;
}

.intl-tel-input .selected-flag .iti-arrow {
    border: 0 none;
    background-image: url(/wp-content/uploads/2023/07/Arrow-Down-1.svg);
    background-repeat: no-repeat;
    background-position: 26px 0px;
    width: 24px;
    height: 24px;
    padding-right: 50px;
    top: 20px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    color: #54565A !important;
	font-size: 18px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
    padding-left: 85px;
}

.wpcf7-radio {
    border: 0 none !important;
    height: 30px !important;
}

.wpcf7 input[type="radio"] {
  /* Hide the default radio button */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 5px;
  background-image: url(https://northwood.matrix-test.com/wp-content/uploads/2023/08/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.wpcf7 input[type="radio"]:checked {
  /* Customize the appearance of the checked radio button */
  background-color: #1e87f0;
  border-color: #1e87f0;
}

.wpcf7 input[type="radio"] + label {
  /* Align the label text with the radio button */
  vertical-align: middle;
}

/* Optional: Hover effect */
.wpcf7 input[type="radio"]:hover {
  border-color: #888;
}

.wpcf7-not-valid-tip {
    color: #912018;
}

.wpcf7-textarea {
    display: flex;
    width: 100%;
    height: 168px !important;
    padding: 16px 28px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 20px;
}

label.checkbox{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

#contact_template section.faq_section{
	margin-top: 100px;
	margin-bottom: 50px;
}

.wpcf7-submit {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 30px !important;
    background: var(--northwood-purple-500, #692F7F);
    width: 100%;
    color: #fff !important;
    margin-top: 20px;
    border: 0 none !important;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.wpcf7-submit:hover{
    background-color: #FF5F00;
    color: #fff;
    text-decoration: none;
}

/* News */
.page-template-news .banner {
    padding-top: 0px;
}

.news_section{
	padding-top: 50px;
}

.news_section .container{
	display: flex;
	flex-wrap: wrap;
}

.news_column.left {
    flex-basis: 22%;
    margin-right: 3%;
}

.news_column.right{
	 flex-basis: 75%;
}

.news_filter{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 30px;
}

.news_filter_container{
	width: 100%;
	background-color: #fff;
	padding: 0 30px;
}

.news_filter h3{
	color: #191A1B;
	font-size: 20px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.news_filter li{
	width: 100%;
	padding: 10px;
	padding-left: 0;
	border-bottom: 1px solid #C3C4C5;
}

.news_filter li:last-child {
    border-bottom: 0 none;
    margin-bottom: 20px;
}

.news_filter li.active a { color: #692f7f; }

.news_filter a{
	color: #191A1B;
	font-size: 14px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.news_filter .search-field {
    padding-left: 15px;
}


.news_section .container.news_list {
    display: flex;
    padding: 0;
}

.news_list_item {
    flex: 48%;
    color: #54565A;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    background-color: transparent;
}

.news_list_item {
  border-radius: 8px !important;
}

.news_list_item .post_img_container {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background-position: top;
}



.news_list_item:first-child {
    flex: 100%;
    height: auto;

}

.news_list_item:nth-child(2n+2){
	margin-right: 2%;
}

.post_img_container {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.post_content {
    padding: 35px 30px;
}

.post_categories{
	color: #000;
	font-size: 16px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

.post_title{
	color: #000;
	font-size: 30px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}

.post_excerpt{
	color: var(--northwood-gray-400, #54565A);
	font-size: 16px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.post_date{
	color: #000;
	font-size: 14px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #692F7F;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.page-numbers{
	margin-right: 25px;
}

.page-numbers.current{
	font-weight: 700;
}

.next.page-numbers img{
	max-width: 45px;
}

.prev.page-numbers{
	margin-right: 25px;
}

.prev.page-numbers img{
	max-width: 45px;
}

.next.page-numbers{
	margin-left: 15px;
}

.subscription_section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.subscription_section .container {
    color: #000;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3% 4%;
    background-color: #fff;
    max-width: calc(1720px - 60px);
}

.subscription_section h2{
	color: #000;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}

.subscription_section p{
	color: #54565A;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 30px;
}

.mc4wp-form-fields{
	display: flex;
}

.subscription_column{
	display: flex;
}

.subscription_email {
    display: flex;
    flex-grow: 1;
    padding: 12px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 28px;
    border: 2px solid var(--northwood-gray-400, #54565A);
    margin-right: 20px;
}

.subscription_email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--northwood-gray-300, #87898C);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
}

.subscription_email::-moz-placeholder { /* Firefox 19+ */
	color: var(--northwood-gray-300, #87898C);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;	 
}

.subscription_email:-ms-input-placeholder { /* IE 10+ */
	color: var(--northwood-gray-300, #87898C);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;	 
}

.subscription_email:-moz-placeholder { /* Firefox 18- */
	color: var(--northwood-gray-300, #87898C);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;	 
}

.subscription_submit {
    width: 184px;
    background: var(--northwood-purple-500, #692F7F);
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    border: none;
    border-radius: 24px;
}

.subscription_check {
	display: flex;
    align-items: center;
    color: var(--northwood-gray-400, #54565A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.subscription_check .checkbox {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.subscription_check span a{
	color: #692F7F;
}


/* News Details */
.single-post .banner_title{
	max-width: 500px;
}

.single-post .banner_description {
    max-width: 500px;
}

.new_details_section .container.left {
    display: flex;
    flex-wrap: wrap;
    color: black;
}

.new_details_left {
    flex-basis: 62%;
    background-color: #fff;
    padding: 4%;
    padding-bottom: 50px;
    margin-right: 5%;
    border-radius: 8px;
}

.news_details_right {
    flex-basis: 33%;
}

.category_name{
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.new_details_section .editor{
	color: #54565A;
	font-family: Poppins;
	font-weight: 500;
}

.new_details_section .editor h2{
	color: #000;
	font-size: 30px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.new_details_section .editor h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}

.new_details_section .editor p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.new_details_section .editor p img{
	margin-bottom: 0px;
}

.new_details_info {
    display: flex;
    justify-content: space-between;
    color: #54565A;
    font-family: Poppins;
    font-weight: 600;
    border-top: 1px solid #C3C4C5;
    padding-top: 30px;
    margin-top: 45px;
}

.new_details_info_left {
    display: flex;
    align-items: center;
}

.avatar_container {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-size: contain;
    background-position: 50%;
    margin-right: 15px;
}

.author_name{
	font-size: 20px;
	line-height: 30px;
}

.published_date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.new_details_info_right{
	display: flex;
	align-items: center;
}

.new_details_info_right .addtoany_shortcode{
	margin-left: 20px;
}

.new_details_info_right .addtoany_list a{
	margin-right: 10px;
	background-repeat: no-repeat !important;
	background-position: center;
}

.a2a_button_twitter {
	width: 32px !important;
	height: 32px !important;
    background-image: url(/wp-content/uploads/2023/07/twitter.svg) !important;
}

.a2a_button_linkedin {
	width: 32px !important;
	height: 32px !important;
    background-image: url(/wp-content/uploads/2023/07/linkedin.svg) !important;
}

.a2a_button_facebook {
	width: 32px !important;
	height: 32px !important;
    background-image: url(/wp-content/uploads/2023/07/fb.svg) !important;
}

.addtoany_list span{
	display: none !important;
}

.news_details_right h2 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.news_details_right .news_list{
	padding-left: 0;
}

.news_details_right .news_list_item {
    margin-bottom: 40px;
}

.news_details_right .news_list_item .post_img_container{
	height: 235px;
}

.news_details_right h2.post_title {
	font-size: 24px;
	line-height: 32px;
    margin: 10px 0px;
}

.news_details_right .post_content{
	padding-bottom: 20px;
}

.new_details_info_right .heateor_sss_sharing_container{
	display: none !important;
}

.new_details_info_right .heateor_sss_sharing_ul:first-child{
	display: none;
}

.new_details_info_right .heateor_sss_sharing_ul:last-child{
	display: none;
}

.new_details_info_right .heateor_sss_svg{
	border-radius: 50%;
	margin-right: 10px !important;
}

.related_news {
    margin-top: 50px;
/*    float: left;
    width: 100%;*/
}

.single-post .related_news{
	margin-bottom: 50px;
}

.related_news h2{
	color: #191A1B;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 40px;
}

.related_news h2 span{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-left: 10px;
}

.related_news .container{
	display: flex;
}

.related_news .news_list_item:first-child {
    margin-right: 30px;
}

.related_news .post_content {
    padding-bottom: 0px;
}

.related_news h2.post_title {
    margin-bottom: 20px;
}

.post_link{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.post_link:hover{
	text-decoration: none;
}

.post_link img {
    margin-left: 10px;
    max-width: 16px;
}


/* Category Page */
.category_page{
	padding-bottom: 100px;
}

.category_page h1{
	color: #191A1B;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 25px;
}

.category_page .container{
	display: flex;
    flex-wrap: wrap;
    max-height: 100%;
}

.category_page .security .container{
	max-height: 272px;
	flex-wrap: nowrap;
}



.category_page_left {
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 70px;
    width: calc(28% - 70px);
}

.category_page_left.fixed ul.product_cat {
    position: fixed;
    overflow-y: scroll;
    max-height: 80%;
}

.category_page_left.fixed ul.product_cat::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.category_page_left.fixed ul.product_cat::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background color of the scrollbar track */
}

.category_page_left.fixed ul.product_cat::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

.category_page_left.fixed ul.product_cat::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the thumb on hover */
}

.close_filter{
	display: none;
}

.category_page_right {
    flex-grow: 1;
    width: 70%;
    max-width: 1152px;
}

.product_cat {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    min-width: 90%;
}

.category_page_left.fixed .product_cat { min-width: 0px; }

.product_cat_item {
    color: #191A1B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 0;
    padding-right: 28px;
    border-bottom: 1px solid var(--northwood-gray-200, #C3C4C5);
}

.product_subcat {
    margin-bottom: 10px;
    display: none;
}

.product_subcat.parent_category_active,
.product_subcat.active{
	display: block;
	margin-bottom: 5px;
}

.product_subcat_item {
    background-image: url(/wp-content/uploads/2023/07/sub_cat_icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 20px;
    padding-bottom: 5px;
}

.product_subcat_item a {
    position: relative;
    top: 10px;
    color: #54565A;
}

.product_subcat_item a.active {
	color: #000;
	font-weight: 700;
}

.product_number{
	margin-left: 5px;
}

.filter_sort {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_filters {
	display: flex;
	flex-wrap: wrap;
}

.product_filter_item {
    display: flex;
    width: auto;
    padding: 8px 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 18px;
    border: 2px solid var(--northwood-gray-400, #54565A);
    background: var(--base-white, #FFF);
    color: var(--northwood-gray-400, #54565A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 15px;
	margin-right: 15px;
}


.product_filter_item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images//Arrow-Down-1.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    padding-right: 50px;
    margin-right: 20px;
    margin-bottom: 15px;
    min-width: 137px;
}

.product_filter_item h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.product_filter_item .product_filter_item_children { 
	display: none; 
    position: absolute;
    top: 35px;
    left: 0;
	padding-top: 10px;
    z-index: 1;
}

.product_filter_item .product_filter_item_children .product_filter_item_container {
	background: #FFF;
    border: 2px solid #54565A;
    border-radius: 4px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    min-width: 180px;
} 



.product_filter_item .product_filter_item_children label { 
	display: flex;
	justify-content: space-between;
}

.product_filter_item:hover .product_filter_item_children { display: block; }


.sort_by_container{
	display: flex;
	align-items: center;
}


.product_filter_item.sort_by {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images//Arrow-Down-1.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    margin-bottom: 0;
    min-width: 137px;
}

.sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	margin-bottom: 20px;
	flex: 0 0 100%;
}

.filters_mobile{
	display: none;
}

.sorting h2{
	color: var(--northwood-gray-400, #54565A);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-right: 20px;
}

.reset_btn{
    border: 2px solid var(--northwood-purple-500, #692F7F);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    border-radius: 18px;
    width: 117px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    color: #692F7F;
    transition: background-color 0.3s ease;
}

.reset_btn:hover{
	background-color: #FF5F00;
    color: #fff;
    text-decoration: none;
    border: 2px solid var(--northwood-purple-500, #FF5F00);
}

.products_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--northwood-gray-600, #191A1B);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 2px solid #EDEDED;    
    margin-bottom: 25px;
}

.product_item {
    display: flex;
    justify-content: flex-start;
}

.product_list_item_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 20px;
}

.product_item_left {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 48px;
}

.product_item_left a{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 100%;
}

.product_item_right{
	display: flex;
	width: calc(100% - 128px);
}

.product_item_column {
	padding: 10px 0;
    margin-right: 46px;
    width: 25%;
}

.product_item_column.new_and_stock_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_item_column.new_and_stock_column .yith-wcwl-add-to-wishlist { margin-top: 0; }

.product_item .product_image_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid var(--northwood-gray-300, #87898C);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.product_item .quantity-label{
	display: none;
}

.product_right {
	min-width: 252px;
    display: flex;
    height: 100px;
    align-items: center;
    padding-left: 20px;
    border-radius: 0px 8px 8px 0px;
}

.product_right_top{
	margin-bottom: 40px;
}

.product_right_bottom{
	display: flex;
}

.product_right_column {
    display: flex;
    flex-direction: column;
}

.new_and_stock{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.clearance_product {
    background-color: #E85713;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 19px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.clearance_product img{
	margin-right: 10px;
}

.stock_container{
	display: block;
	margin: 20px 0;
}

.product_right_top .product_right_column{
	width: 100%;
}

.product_right_cat{
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.product_right_title {
    color: var(--northwood-gray-600, #191A1B);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 264px;
}

.product_right_title a{
	text-decoration: none;
}

.product_features{
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.product_features_list ul{
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}


.product_features_list .hidden {
    display: none;
}

.see-all-link,
.show-less-link {
    display: none;
    margin-top: 10px;
    color: blue;
    cursor: pointer;
}

.product_features_item {
    min-width: 200px;
    color: var(--northwood-gray-400, #54565A);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 0px;
    line-height: 22px;
    background-image: url(/wp-content/uploads/2023/07/check-icon.svg);
    padding-left: 30px;
}

.product_features_item span {
    max-width: 350px;
    display: block;
}

.product_right_center {
    margin-bottom: auto;
}

.product_new{
	display: inline-block;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #12B76A;
	color: var(--base-white, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	border-radius: 19px;
	margin-right: 15px;
}

.instock_product {
	display: block;
    color: #12B76A;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background-image: url(images//tick.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 50%;
    padding-left: 25px;
}

.oustock_product{
	color: #912018;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
	background-image: none;
}

.product_sku {
    color: var(--Northwood-Gray-400, #54565A);
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding-top: 15px;
}

.calc_special_item {
	display: flex;
    color: var(--Northwood-Gray-400, #54565A);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 15px;
}

.calc_special_item .condition_value{
	color: #692F7F;
	font-weight: 500;
	text-decoration: underline;
	margin-left: 10px;
	position: relative;
}

.calc_special_item .condition_value:hover{
	cursor: pointer;
}

.calc_special_item .condition_value_tooltip{
	display: none;
	background-color: #c0b7bd;
	color: #000;
    position: absolute;
    bottom: 34px;
    left: -150%;
    right: 0;
    width: 100vw;
    min-width: 450px;
    max-width: 100%;
    border-radius: 12px;
}

.calc_special_item .condition_value:hover > .condition_value_tooltip{
	display: block;
}

.condition_value_tooltip_container{
	position: relative;
	padding: 30px;
}

.condition_arrow {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.calc_special_item .tip_hover p { font-size: 14px; }

.see_product_price {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-left: 2px solid var(--Primary-Colours-Slate-Gray-100, #E0E2E4);
    margin-right: 0;
}

.logged-in .see_product_price{
	width: 360px;
}

.see_product_price a, .see_product_price button.single_add_to_cart_button, 
.popular_product_item button.single_add_to_cart_button,
.popular_product_item .added_to_cart {
    display: flex !important;
    padding: 6px 20px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    color: var(--northwood-purple-500, #692F7F) !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    border-radius: 30px !important;
    border: 2px solid var(--northwood-purple-500, #692F7F) !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    background: transparent !important;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.see_product_price .added_to_cart,
.popular_product_item button.single_add_to_cart_button.added { display: none !important; }



.see_product_price.not_logged_in a {
    width: 50%;
    height: 60px;
    max-width: 240px;
    padding: 0 !important;
    margin-top: 25px;
}

.see_product_price a.sign_in {
	width: 160px;
    color: #692F7F !important;
}

.see_product_price a.sign_in:hover{
	background-color: #FF5F00 !Important;
	border: 2px solid #FF5F00 !important;
}

.see_product_price a:hover,
.see_product_price button.single_add_to_cart_button:hover,
.popular_product_item button.single_add_to_cart_button:hover,
.popular_product_item .added_to_cart:hover {
	text-decoration: none !important;
	background-color: #E85713 !important;
	color: #fff !important;
	border:  2px solid #E85713 !important;
	cursor: pointer;
}



.product_price ins {
	text-decoration: none !important;
}

.vat_incl{
	color: var(--northwood-gray-400, #54565A);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
}

.product_quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--northwood-gray-400, #54565A);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.quantity-controls {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid var(--northwood-gray-400, #54565A);
    border-radius: 25px;
    padding: 0 10px;
    margin-left: 0px;
}

.quantity-controls button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: transparent;
    font-size: 1px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.quantity{
	height: 100%;
}

.quantity-controls button.minus {
	background-image: url('images/icon-minus.svg'); }

.quantity-controls button.plus {
	background-image: url('images/icon-plus.svg'); }

.qty {
    width: 40%;
    height: 100%;
    color: var(--northwood-gray-400, #54565A);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #54565A;
    border-right: 1px solid #54565A;
}

.quantity-controls span:hover{
	cursor: pointer;
}

.category_page .editor{
	max-width: 1247px;
	color: #000;
	font-family: Poppins;	
	margin-top: 50px;
	margin-left: auto;
}

.category_page .editor h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}

.category_page p{
	color: #454647;
	font-size: 16px;;
	font-weight: 400;
	line-height: 24px;
}

.category_page .security_problem p{
	color: #fff;
}

.related_products{
	display: none;
}

.related_products.active {
    display: block;
    width: 100%;
    background-color: #E9E0EC;
    background-image: url(images/related-polygon.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.related_products.active .toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    margin: auto;
    margin-top: 24px;
    max-width: calc(100% - 80px);
}

.related_accessories{
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.related_products.active .products_list_item:last-child{
	margin-bottom: 0;
}

.related_products.active .close{
	max-width: 40px;
}

.view_accessories {
    font-size: 14px;
    font-weight: 500;
    color: #692f7f;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.view_accessories img{
	margin-left: 5px;
	transition: transform 0.3s ease; 
}

.view_accessories.active img{
	transform: rotate(180deg);
    transition: transform 0.3s ease; 
}

.related_products_container {
    padding: 24px 40px;
}

/* Single Product */
.product_overview{
	color: #000;
}

.product_overview .container {
    display: flex;
    justify-content: space-between;
    max-width: calc(1720px - 60px);
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 8px;
}

.product_overview .container.notice:empty { display: none; }
.product_overview .container.notice { flex: 0 0 100%; }

.product-carousel {
    width: 50%;
    background-color: #fff;
    outline: none;
}

.carousel_images_container{
	display: flex;
	align-items: center;
}

.main-image {
    display: flex;
    flex-grow: 1;
    height: 100%;
    border: 1px solid #C3C4C5;
    border-radius: 4px;
    position: relative;
}

.main_image_container{
	width: 100%;
    display: flex;
    align-items: center;
}

.main-image img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
}

.thumbnail-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.thumbnail_img_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    border: 1px solid #C3C4C5;
    cursor: pointer;
}

.thumbnail_img_container_overlay{
	display: none;
}

.thumbnail_img_container.last-visible-container {
	position: relative;
}

.thumbnail_img_container.last-visible-container .overlay{
	display: block;
	width: 100%;
	height: 100%;
	background:  rgba(0, 0, 0, 0.60);
	position: absolute;
	top: 0;
	left: 0;
}

.remaining-count {
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 36%;
    margin: 0 auto;
    text-align: center;
}

.thumbnail-images img {
    max-height: 60px;
}

.product-carousel .carousel-nav{
	position: absolute;
}

.product-carousel .dots {
  text-align: center;
  margin-top: 10px;
  display: none; /* Hide the dots by default on desktop */
}

.product-carousel .dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.product-carousel .dots span.active {
  background-color: #555;
}

.product_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding: 0 40px;
}

.product_info .product_right_cat {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.product_info .product-title{
	color: #191A1B;
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 10px;
}

.product_info .product_sku{
	max-width: 100%;
	color: #54565A;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.product_info .product_right_column.see_product_price {
    margin: 0 20px;
    margin-left: 0;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    border-left: none;
}

.product_price{
	display: flex;
	color: #191A1B;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.product_price small{
	color: var(--Northwood-Gray-400, #54565A);
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-left: 4px;
}

.product_price .vat_text{
	display: block;
	color: #54565A;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px; 
}

.product_info .product_quantity {
    margin: 24px 16px;
}

.product_info .see_product_price form {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: revert;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
}

.product_info .see_product_price form .single_add_to_cart_button {
    width: 240px;
    height: 60px;
    background-color: #692F7F !important;
    color: #fff !important;
    min-width: unset !important;
    border-radius: 30px !important;
    margin: 0;
    transition: background-color 0.3s ease;
}

.product_info .see_product_price form .single_add_to_cart_button:hover {
    background-color: #FF5F00 !important;
    border: 2px solid #FF5F00 !important;
    color: #fff;
}

.product_info .see_product_price form a.inquire_now{
	margin-left: 20px;
	background-color: #fff;
	color: #692F7F;
}

.product_info .product_features_item{
	list-style: none;
}

.product_info .see_specs{
	color: var(--northwood-purple-500, #692F7F);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-top: 10px;
}

.days_container {
    display: flex;
    justify-content: space-between;
    background-color: #F0F0F1;
    padding: 5px 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    max-width: 600px;
    border-radius: 4px;
}

.days_container_item {
    display: flex;
    align-items: center;
}

.days_container_item img{
	margin-right: 10px;
}

.product_specs{
	margin-top: 50px;
}

.product_specs .container{
	max-width: calc(1720px - 60px);
	background-color: #fff;
	padding-top: 64px;
	padding-bottom: 64px;
	border-radius: 8px;
}

.product_specs h2{
	display: flex;
	justify-content: space-between;
	color: #191A1B;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
}

.product_specs h2 span{
	display: flex;
	align-items: center;
	color: #692F7F;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.print_element{
	cursor: pointer;
}

.product_specs h2 span img{
	margin-right: 10px;
}

.product_specs p{
	color: #54565A;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.product_specs h3{
	color: #191A1B;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.product_specs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_specs li {
    display: flex;
    width: calc(50% - 16px);
    list-style: none;
    margin-right: 32px;
    margin-bottom: 5px;
}

.product_specs li:nth-child(2n+2){
	margin-right: 0;
}

.product_specs li span{
	background: #F0F0F1;
	color: #54565A;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	padding: 8px 12px;
	margin-right: 5px;
}

.product_specs li span.product_specs_title {
    font-weight: 700;
    min-width: 41.7%;
}

.product_specs li span.product_specs_value{
	display: flex;
	flex-grow: 1;
}

.product_specs li span a {
    color: #692F7F;
  	background-image: url(/wp-content/uploads/2023/07/Download.svg);
  	background-repeat: no-repeat;
  	background-position: 5px -4px;
  	background-size: 24px;
    padding-left: 40px;
}


/* General Page Template */
.general_template{
	padding-top: 50px;
}

.general_template .flexible_container .container{
	position: relative;
}

.general_template h2{
	color: var(--northwood-gray-600, #191A1B);
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 20px;
}

.general_template .accordion_layout h2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.general_template .security_problem h2 {
    color: #fff;
}

.three_column_layout{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.layout_column_third{
	width: 100%;
}

.layout_column_third.middle{
	margin: 0 25px;
}

.layout_column_third .img_container {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 4px;
}

.layout_column_third p{
	margin-bottom: 20px;
}

.layout_column_third li{
	color: var(--northwood-gray-500, #454647);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
}

.layout_column_third li a{
	color: var(--northwood-gray-500, #454647);
	font-family: Poppins;
	font-weight: 500;
	background-image: url(/wp-content/uploads/2023/06/line_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
	padding-right: 30px;
}

.editor_form {
    display: flex;
    justify-content: space-between;
    max-width: 1428px;
    margin: 5% auto;
}

.editor_form_column{
	max-width: 600px;
}

.editor_form_left {
    display: flex;
    align-items: center;
}

.editor_form_left p{
	color: var(--northwood-gray-500, #454647);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.editor_form_right{
	background-color: #fff;
	padding: 20px 40px;
}

.editor_form_right h3{
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 30px;
}

.editor_form_right .wpcf7-form-control-wrap{
	display: flex;
	flex-direction: column;
}

.editor_form_right .wpcf7-radio {
	height: auto !important;
    flex-direction: column;
    display: flex;
    padding-left: 0;
}

.editor_form_right .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 10px;
}

.editor_form_right .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label{
	line-height: 20px;
}

.wpcf7-form-control.wpcf7-checkbox {
    border: none !important;
    padding-left: 0;
}

.wpcf7-form-control.wpcf7-checkbox:hover{
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-image: url(/wp-content/uploads/2023/08/checkbox-default.svg);
    background-repeat: no-repeat;
    background-position: 0px 33%;
    padding-left: 40px;
    margin: 0;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.checked {
    background-image: url(/wp-content/uploads/2023/08/checkbox-active.svg);
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label{
	font-size: 14px;
	margin-left: 0;
}

.checkbox_container .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: auto;
}

.mc4wp-checkbox-contact-form-7 label {
	display: flex;
	color: #87898C;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	background-image: url(/wp-content/uploads/2023/08/checkbox-default.svg);
    background-repeat: no-repeat;
    background-position: 0px 33%;
    padding-left: 40px;
    margin-top: 15px;
}

.mc4wp-checkbox-contact-form-7 label.checked{
	background-image: url(/wp-content/uploads/2023/08/checkbox-active.svg);
}

.mc4wp-checkbox-contact-form-7 label input{
	opacity: 0;
	position: absolute;
}

.accordion_layout{
	max-width: 1428px;
	margin: 5% auto;
}

.accordion_layout h2{
	display: flex;
	justify-content: space-between;
}

.accordion_layout h2 a{
	color: var(--northwood-purple-500, #692F7F);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	padding: 16px 28px;
	border-radius: 30px;
	border: 2px solid var(--northwood-purple-500, #692F7F);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.accordion_layout h2 a:hover{
	background-color: #692F7F;
	color: #fff;
	text-decoration: none;
}

.simple_text_editor {
    max-width: 1428px;
    margin: 30px auto;
}

.simple_text_editor p{
	max-width: 760px;
	color: var(--northwood-gray-500, #454647);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 25px auto;
}

.simple_text_editor img{
	display: block;
	margin: 40px auto;
}

.two_columns_editor {
    display: flex;
    justify-content: space-between;
    max-width: 1428px;
    margin: 0 auto;
}

.two_columns_editor .column{
	max-width: 48%;
}

.editor-content p{
	margin-bottom: 15px;
}

.page-id-6350 .editor-content p {
    margin-bottom: 15px;
    color: #454647;
}

.small_image_with_editor{
	display: flex;
	margin: 7% 0;
}

.small_image_with_editor .image_container {
    width: 32%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
}

.small_image_with_editor .editor_content {
    width: 68%;
    background-color: #fff;
    padding: 4%;
}

.small_image_with_editor .editor_content p{
	color: var(--northwood-gray-500, #454647);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.editor_with_info_icons{
	background: var(--northwood-orange-100, #F9D5C4);	
	padding: 64px 4%;
	border-radius: 8px;
	margin: 5% 0;
}

.editor_content{
	color: var(--northwood-orange-600, #511E07);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.info_icons_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.info_icon {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-right: 5%;
}

.info_icon:last-child {
    margin-right: 0%;
}

.info_icon .icon{
	width: 88px;
	height: 88px;
	background: var(--northwood-orange-400, #E85713);
	padding: 16px;
	border-radius: 50%;
}

.info_icon .icon img{
	display: block;
	margin: 0 auto;
}

.info_icon_content{
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.info_icon_content .title{
	color: var(--base-black, #000);
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 5px;
}

.info_icon_content .description{
	color: var(--northwood-orange-600, #511E07);
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.two_images_with_editors .row{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.two_images_with_editors .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 58vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    border-radius: 8px;
}

.two_images_with_editors .top .column.left {
    width: calc(50% - 50px);
}

.two_images_with_editors .top .column.right {
    padding-left: 70px;
}

.two_images_with_editors .bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -75px;
}

.two_images_with_editors .bottom .column.right {
    width: calc(50% - 50px);
}

.two_images_with_editors p{
	max-width: 700px;
}

.two_images_with_editors a{
	display: inline-block;
	color: #692F7F;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	padding: 16px 28px;
	border-radius: 30px;
	border: 2px solid var(--northwood-purple-500, #692F7F);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	margin-top: 30px;
	margin-right: 15px;
}

.two_positioned_images_with_editors {
    position: relative;
    margin-bottom: 8vh;
}

.two_positioned_images_with_editors .row{
	position: relative;
	margin: 0;
}

.two_positioned_images_with_editors .content{
	max-width: 50%;
}

.two_positioned_images_with_editors .content h2{
	margin-bottom: 10px;
}

.two_positioned_images_with_editors .content h3{
	color: #191A1B;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.two_positioned_images_with_editors .content p{
	margin: 30px 0;
}

.positioned_img {
    top: 0;
    right: 0;
    position: absolute;
}

.two_positioned_images_with_editors .row.bottom{
	margin-top: 15vh;
}

.positioned_img.bottom {
    right: unset;
    left: 0;
    top: 90%;
}

.two_positioned_images_with_editors .bottom .content {
    margin-left: auto;
}

.tabs-layout {
    max-width: 1428px;
    margin: 0 auto;
    margin-top: 10vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tabs-layout .tabs_top_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tabs-layout .tab-nav {
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	margin-bottom: 20px;
}

.tabs-layout .tab-nav li a {
    display: block;
    color: var(--northwood-purple-500, #692F7F);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 16px 30px;
    text-decoration: none;
    border: 2px solid #692F7F;
    border-right: none;
}

.tabs-layout .tab-nav li:first-child a {
    padding-left: 30px;
    border-radius: 30px 0px 0px 30px;
}

.tabs-layout .tab-nav li a:last-child{
	padding-right: 30px;
}

.tabs-layout .tab-nav li:last-child a {
    border-right: 2px solid #692F7F;
    border-radius: 0 30px 30px 0px;
}

.tabs-layout .tab-nav li a.active{
	background-color: #692F7F;
	color: #fff;
}

.tabs-layout .tab-content {
    display: none;
}

.tabs-layout .tab-content:first-child {
    display: block;
}

.tabs-layout .tab-content.active {
    display: block;
    float: left;
    width: 100%;
}

.tabs-layout .tab-content-inner p {
    width: 50%;
    float: left;
    padding-right: 0px;
    margin-bottom: 20px;
}

.tabs-layout .tab-content-inner p:nth-child(2n+2){
	padding-right: 30px;
}

.tabs-layout .tab-content-inner{
	float: left;
	width: 100%;
}

.tabs-layout .tab-content-inner h3{
	color: var(--northwood-gray-600, #191A1B);

	/* Headline/xs/Medium */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 133.333% */
	margin: 20px 0;
}

.tabs-layout .tab-nav-mobile{
	display: none;
}

.video_with_editor {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4% 0;
}

.video_with_editor .column{
	width: 50%;
}

.video_with_editor .video_container iframe{
	width: 100%;
	height: 633px;
	border-radius: 8px;
}

.video_with_editor  .editor_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
}

.video_with_editor .editor_content p{
	color: #454647;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.video_with_editor  .editor_content a {
    display: inline-block;
    color: #692F7F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 30px;
    border: 2px solid var(--northwood-purple-500, #692F7F);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-top: 30px;
    margin-right: 15px;
}

.youtube-video-container{
	position: relative;
}

.youtube-video-container .play_icon {
	display: none;
    position: absolute;
    top: 41%;
    left: 43%;
}

.video_only .youtube-video-container{
	width: 100%;
	margin: 4% 0;
}

.video_only .youtube-video-container iframe{
	display: block;
	width: 100%;
    height: 640px;
    max-width: 1428px;
    border-radius: 8px;
    margin: 0 auto;
}

.cta_section {
    min-height: 248px;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin: 10% 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4%;
}

.cta_section .cta_content{
	color: #FFF;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}

.cta_section .cta_content a {
    display: inline-block;
    width: 320px;
    background: transparent;
    color: #fff;
    font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
    border: 2px solid var(--base-white, #FFF);
    border-radius: 30px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 16px 28px;
    margin-top: 25px;
    margin-right: 20px;
}

.cta_section .cta_content a:first-child {
    background: var(--base-white, #FFF);
    color: #692F7F;
}

.cta_section .positioned_image{
	position: absolute;
	right: 10%;
	bottom: 0;
}

.cta_section .positioned_image img{
	display: block;
}


/* Pop up */

.popup_overlay{
	display: none;
}

.popup_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.popup_overlay.active{
	display: block;
	position: fixed;
}

.popup {
    display: none;
    width: 450px;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.popup#delete_popup{
	width: 640px;
	max-width: 90%;
}

.popup#delete_popup .banner_link{
	margin-top: 0;
}

.popup#delete_popup .buttons{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popup#delete_popup .buttons .close-popup{
	color: var(--Northwood-Purple-500, #692F7F);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-left: 24px;
}

.popup.active{
	display: block;
}

.popup-content{
	position: relative;
	padding: 5%;
}

#close-popup{
	position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 24px;
    background: var(--northwood-purple-500, #692F7F);
    padding: 10px;
    cursor: pointer;
}

.popup h2{
	color: var(--base-black, #000);
	font-family: Poppins;
	font-size: 30px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 10px;
}

.popup h3 {
    color: var(--Base-Black, #000);
	font-family: Poppins;
	font-size: 17px !important;
	font-weight: 500;
	line-height: 36px;
    margin-bottom: 10px;
}

.popup p{
	color: #454647;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-bottom: 20px;
}

.popup p.lost_password{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup p.lost_password a{
	width: auto;
}

.popup #loginform label{
	color: var(--northwood-gray-500, #454647);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
}

.popup .login-password{
	display: flex;
	flex-direction: column;
}

.popup #loginform input {
    font-size: 14px;
    display: flex;
    padding: 16px 28px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 30px;
    border: 1px solid var(--northwood-gray-400, #54565A);
    background: var(--base-white, #FFF);
}

.popup #loginform input#username{
	width: 100%;
	height: 50px !important;
}

.popup #loginform input#password{
	width: 100%;
	height: 50px !important;
}

.popup #loginform .login-remember label {
    display: flex;
    margin-bottom: 15px;
}

.popup #loginform input {
    margin-right: 12px;
}

.popup #user_login{
	width: 100%;
}

.popup #wp-submit{
	width: 100%;
    text-align: center;
    background: #692F7F !important;
    color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	justify-content: center;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 30px !important;
   	cursor: pointer;
}

.popup .sign_up {
    padding: 16px 28px;
    width: auto;
    display: block;
    color: #692F7F;
    font-weight: 500;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
}

#popup-content .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: initial;
    padding: initial;
    margin: initial;
    text-align: initial;
    border-radius: initial;
}

#new_account_popup h3{
	margin-bottom: 24px;
}

#new_account_popup input{
	width: 100%;
	height: 48px;
	border-radius: 30px;
	border: 1px solid var(--Northwood-Gray-400, #54565A);
	background: var(--Base-White, #FFF);
	padding-left: 15px;
}

#new_account_popup .banner_link {
    background-color: #692F7F;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    color: var(--Base-White, #FFF);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    border: 0 none;
}

#new_account_popup .banner_link:hover{
	cursor: pointer;
	background-color: #FF5F00;
}


#new_account_popup input::-webkit-input-placeholder {
    color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	opacity: 0.3;
}

#new_account_popup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	opacity: 0.3;
}

#new_account_popup input::-moz-placeholder { /* Firefox 19+ */
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	opacity: 0.3;
}

#new_account_popup input:-ms-input-placeholder { /* IE 10+ */
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	opacity: 0.3;
}

#new_account_popup input:-moz-placeholder { /* Firefox 18- */
	color: var(--Northwood-Gray-600, #191A1B);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	opacity: 0.3;
}


.wrong-credentials-error {
    color: red;
}

.popular_products .wrong-credentials-error{
	display: none;
}

/* Eshop Pages - Cart & Checkout */



.woocommerce-cart-form{
	margin-top: 20px;
}


.coupon{
	display: flex;
}

#coupon_code {
    width: 100%;
    font-family: Poppins;
    margin-left: 5px;
    border: 1px solid #54565A !important;
    color: #87898C !important;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
}

.woocommerce-cart-form button,
.wc-proceed-to-checkout a{
    display: flex !important;
    max-width: fit-content !important;
    padding: 16px 28px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    background: #692F7F !important;
    color: #fff !important;
    font-weight: 400 !Important;
    font-size: 16px !Important;
    line-height: 22px !important;
    border-radius: 30px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    transition: background-color 0.3s ease;
}

.woocommerce-cart-form button:hover,
.wc-proceed-to-checkout a:hover{
	background-color: #FF5F00 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    min-width: 160px;
}

.cart .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: right;
}

#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 {
    max-width: 300px;
    float: right;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 125px !important;
}

/* test */
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	border: navajowhite;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce a.remove{
	color: transparent !Important;
	background: url('images/remove_item.svg');
	background-repeat:  no-repeat;
	background-size: contain;
}

.woocommerce a.remove:hover{
	color: transparent !Important;
	background: url('images/remove_item_hover.svg');
	background-repeat:  no-repeat;
	background-size: contain;
}

.woocommerce-checkout .main_nav_section .menu_container,
.woocommerce-checkout .main_nav_section .search-form,
.woocommerce-checkout .main_nav_section .secondary_menu li,
.woocommerce-checkout .product_categories_section{
 	display: none;
}

/*.woocommerce-checkout .main_nav_section .secondary_menu li:last-child{
 	display: block;
}*/

.wc-proceed-to-checkout{
	padding-bottom: 0 !important;
}

.wc-proceed-to-checkout a{
	margin-bottom: 0 !important;
}

.checkout{
	background-color: #f7f6f7;
}

form.checkout{
	font-size: 16px;
	font-family: Poppins;
	font-style: normal;
	line-height: 24px;
	max-width: 800px;
}

.woocommerce-billing-fields h3{
	font-size: 24px;
	font-weight: 500;
}

button[data-name="apply_coupon"] {
    color: #fff !important;
    background-color: #692f7f !important;
    height: 51.75px !important;
}

.checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
    padding: 40px;
}

.checkout .place-order button{
	background-color: #692f7f !important;
}

#order_review_heading{
	padding: 0 40px;
}

.woocommerce-checkout-review-order{
	padding: 40px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}

.checkout-button{
	background-color: #692f7f !important;
}

.woocommerce form .form-row input.input-text{
	width: 100%;
    height: 60px !important;
    border-radius: 30px !important;
    border: 1px solid  #54565A !important;
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
 /*   max-width: 780px;*/
    margin-top: 7.5px;
    padding-left: 15px;
}
			
.woocommerce-input-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;
}

.woocommerce-input-wrapper ::-moz-placeholder { /* Firefox 19+ */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;	 
}

.woocommerce-input-wrapper :-ms-input-placeholder { /* IE 10+ */
		color: #87898C !important;
		font-size: 18px;
		font-family: Poppins;
		font-weight: 500;
		line-height: 28px;
}

.woocommerce-input-wrapper :-moz-placeholder { /* Firefox 18- */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 20px !important;
    top: 36% !important;
}

.woocommerce form .form-row textarea{
	width: 100%;
	height: 200px !important;
    border-radius: 0px !important;
    padding: 20px 13.5px;
    border-radius: 30px !important;
    border: 1px solid  #54565A !important;
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 780px;
    margin-top: 7.5px;
    padding-left: 15px;
}

.woocommerce-privacy-policy-text{
	margin-bottom: 15px;
}

.select2-container--default .select2-dropdown {
    background-color: #F0F0F0; 
}

.select2-container--default .select2-results__option {
    color: #87898C !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid  #54565A;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2023/07/Arrow-Down-1.svg);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    cursor: pointer;
}

.woocommerce-checkout-payment{
	color: #515151;
}


/* Order Recieved */
.woocommerce-order-overview__email.email{
	background-image: none !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	margin-bottom: 15px;
}

.woocommerce ul.order_details {
    display: flex;
    justify-content: flex-start;
}

.woocommerce .woocommerce-customer-details address {
    padding: 15px;
}

.woocommerce-order h2{
	font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 7px;
}


/* My Account */

.page_my_account .woocommerce,
.page-template-page-user-dashboard .woocommerce{
	padding-top: 50px;
}

.woocommerce-MyAccount-navigation li{
	margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a{
	color: #692F7F;
}

/* Search Page */

.search .content-area{
	max-width: calc(1720px - 60px);
	padding: 5% 0;
    margin: 0% auto;
}

.search .search-results{
	padding: 2%;
}

.search-results li{
	margin-bottom: 10px;
}

ul.search-results li a{
	font-weight: 500;
}

.search .navigation{
	padding: 1% 2%;
}

.search .popular_products{
	display: none;
}

/* 404 Page */
.page_404{
	text-align: center;
}

.page_404 h1{
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0;
}

.page_404 img{
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.page_404 a {
    display: inline-block;
    color: #692F7F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 30px;
    border: 2px solid var(--northwood-purple-500, #692F7F);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-top: 30px;
    margin-right: 15px;
}

.page_404 a:hover{
	 background-color: #692F7F;
	 color: #fff;
}

/* My Account */
.account_options_section,
.page-template-page-user-dashboard .woocommerce-account {
    display: flex;
    flex-wrap: wrap;
    max-width: 1452px;
    padding: 2% 0;
    margin: 0 auto;
    background-color: transparent;
}

.notice.error{
	color: #E85713;
    font-size: 20px;
    margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul li { padding-bottom: 15px; }
.woocommerce-MyAccount-navigation ul li a { color: #454647; }
.woocommerce-MyAccount-navigation ul li:first-child a { color: #000; }
.woocommerce-MyAccount-navigation ul li:first-child .fa { display: none; }


.section_dashboard .woocommerce-MyAccount-content { display: none; }
.section_dashboard .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.section_dashboard .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.section_dashboard .woocommerce-MyAccount-navigation ul li {
    width: 246px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(105, 47, 127);
    padding: 55px 10px;
    border-radius: 15px;
    text-decoration: none !important;
    font-size: 16px;
}

.section_dashboard .woocommerce-MyAccount-navigation ul li:first-child { display: none; }

.section_dashboard .woocommerce-MyAccount-navigation ul li .account_option_title { color: #FFF; }

.section_dashboard .woocommerce-MyAccount-navigation ul li .fa { 
	display: inline-block;
	padding-left: 15px;
	color: #FFF; 
}

.section_dashboard .woocommerce-MyAccount-navigation ul li figure {
	background-color: rgb(165, 130, 178);
	width: 104px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0px auto 20px;
}

.section_dashboard .woocommerce-MyAccount-navigation ul li figure i {
	display: flex;
	width: 64px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
}

.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders figure i { background-image: url('images/my-orders.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads figure i { background-image: url('images/downloads.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account figure i { background-image: url('images/account-details.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address figure i { background-image: url('images/addresses.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout figure i { background-image: url('images/log-out-icon.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--invoice-portal figure i { background-image: url('images/invoice-portal.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma figure i { background-image: url('images/rma.png'); }
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist figure i { background-image: url('images/wishlist.png');}
.section_dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--user-dashboard figure i { background-image: url('images/table-users.png');}






.account_options_container{
	/*
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    */
    width: 100%;
}


.account_option {
	/*
    width: 33.333%;
    max-width: 408px;
    background: #692F7F;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    padding: 56px;
    margin: 20px 28px;
    */
}

.account_option .img_container {
	/*
    background-color: #A582B2;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    */
}

.account_option_title {
	display: flex;
}

.account_option_title:before {
    content: '';
    display: inline-block;
    width: 20px; 
    height: 20px;
    background-size: cover; 
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link--dashboard .account_option_title:before {
    background-image: url('images/fi-grid.svg');
}

.woocommerce-MyAccount-navigation-link--orders .account_option_title:before {
    background-image: url('images/fi-clipboard.svg');
}

.woocommerce-MyAccount-navigation-link--downloads .account_option_title:before {
    background-image: url('images/fi-download.svg');
}

.woocommerce-MyAccount-navigation-link--edit-address .account_option_title:before {
    background-image: url('images/fi-book.svg');
}

.woocommerce-MyAccount-navigation-link--edit-account .account_option_title:before {
    background-image: url('images/fi-settings.svg');
}

.woocommerce-MyAccount-navigation-link--invoice-portal .account_option_title:before {
    background-image: url('images/fi-file-text.svg');
}

.woocommerce-MyAccount-navigation-link--rma .account_option_title:before {
    background-image: url('images/fi-refresh-ccw.svg');
}

.woocommerce-MyAccount-navigation-link--wishlist .account_option_title:before {
    background-image: url('images/account-wishlist.svg');
}

.woocommerce-MyAccount-navigation-link--user-dashboard .account_option_title:before {
    background-image: url('images/user-dash-icon.svg');
}

.woocommerce-MyAccount-navigation-link--customer-logout .account_option_title:before {
    background-image: url('images/log-out-icon.svg');
}

.page-id-40 .account_option_title:before{
	display: none;
}

.section_dashboard .woocommerce-MyAccount-navigation ul li .account_option_title {
    justify-content: center;
}



.account_option_title img{
	/*
	margin-left: 10px;
	*/
}

/* Sitemap */
.sitemap_container{
	padding-top: 50px;
	padding-bottom: 50px;
}

.sitemap_container h2{
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0;
}

.sitemap_container ul{
	list-style-type: none;
}

.sitemap_container li{
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.sitemap_container li a{
	color: #692F7F;
}

/* Cookie Policy */
.page-id-6331 .banner{
	display: none;
}
.page-id-6331 h2 {
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: left !important;
}

.page-id-6331 h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

/* Terms and Conditions*/
.page-id-6329 .banner{
	display: none;
}
.page-id-6329 h2{
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
}

.page-id-6329 h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}


/* Privacy Policy */
.page_privacy_policy .banner{
	display: none;
}

.page_privacy_policy h2{
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px
}

.page_privacy_policy h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}

.page_privacy_policy p,
.page_privacy_policy li{
	margin-bottom: 10px;
}

.yith_wcwl_wishlist_footer{
	width: 100%;
	float: left;
}

/* Wislist */
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: none;
}

.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.woocommerce-wishlist .shop_table.mobile{
	display: block;
	position: static;
	padding-top: 0;
	height: auto;
	overflow: unset;
	border-bottom: none;
}  

.woocommerce-wishlist .shop_table.mobile li {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
	width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce-wishlist .shop_table.mobile li a{
	text-align: left;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

/* My Account - Edit Address */
.woocommerce-Address{
	padding-left: 0 !important;
	padding-top: 10px !important;
}

.woocommerce-Address-title{
	padding: 25px;
}

.woocommerce-Address-title a{
	color: #692F7F ;
	font-weight: 500;
}

.woocommerce-Address address {
    background-color: #f8f8f8;
    padding: 25px;
}

/* My Account - View Order */
.woocommerce-orders main{
	background-color: #fff;
}


.woocommerce-MyAccount-orders.shop_table{
	margin: 0 0px 0px 0 !important;
}

.woocommerce-table--order-details{
	background-color: #fff;
}

.woocommerce-order-details__title{
	color: #191A1B;
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	margin: 10px 0;
}
 
.woocommerce table.my_account_orders th {
	font-size: 16px;
    padding: 15px !important;
    background-color: #F0F0F1 !important;
}

.woocommerce table.my_account_orders td {
	font-size: 16px;
    padding: 10px 15px !important;
    background-color: #fff !important;
}

.woocommerce table.my_account_orders {
    margin-bottom: 20px !important;
}

.order-again a{
    display: flex !important;
    max-width: fit-content;
    padding: 16px 28px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #692F7F !important;
    color: #fff !important;
    border-radius: 30px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    margin-top: 30px !important;
    transition: background-color 0.3s ease;
}

.order-again a:hover{
	background-color: #FF5F00  !important;
    color: #fff;
    text-decoration: none;
}

/* Cart */
.woocommerce-cart .banner{
	display: none;
}




/* Panos Responsive */
@media screen and (min-width: 768px) {

	/* Popular Products */
	.popular_products .owl-dots{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 20px;
	}


	/* News */
	.news_list_item {
	    background-color: #fff;
	}

	/* General Page Template */
/*	.tabs-layout .tab-nav {
	    position: absolute;
	    right: 0;
	    top: 20px;
	}*/

	.general_template .tabs-layout h2 {
	    margin-bottom: 50px;
	}

}

@media screen and (min-width: 992px) {

	/* Header */
	.searchToggle,
	.close_search{
		display: none;
	}

	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children > .mega-sub-menu {
	    right: -5px;
	    top:54px;
	}

	/*
	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children > .mega-sub-menu li {
	    min-width: 140px;
	   	text-align: left;
	    padding: 5px 10px;
	}
	*/

	/* Footer */
	footer .accordion {
		width: 100%;
	    background-color: transparent;
	    display: flex;
	    justify-content: space-between;
	}

	footer .accordion .accordion-item {
	    padding: 0;
	    border-bottom: 0 none;
	}

	footer .accordion-title {
	    color: var(--base-black, #000);
	    font-size: 20px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 30px;
	    padding-left: 0;
	    display: block;
	    margin-bottom: 0px;
	    padding-bottom: 10px;
	}

	footer .accordion button .icon{
		display: none;
	}

	footer .accordion .accordion-content {
	    opacity: 1;
	    max-height: initial;
	}

	/* Product Details */
	.carousel_images_container {
	    height: 480px;
	}

	.thumbnail-images {
	    margin-right: 25px;
	}

	.thumbnail_img_container {
	    width: 96px;
	    height: 21%;
	}

	.thumbnail_img_container.hide{
		display: none;
	}

	.product-carousel .carousel-nav {
	    position: absolute;
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    top: 45%;
	    padding: 0 20px;
	    cursor: pointer;
	}



}

@media screen and (min-width: 1025px) {

	.product_item_left {
		    width: 120px;
		    height: 120px;
		}


}

@media screen and (min-width: 1200px) {


	footer .accordion {
		width: 65%;
	}

	footer .accordion li#menu-item-6709{
		min-width: 330px;
	}

	.popular_products {
	    padding-bottom: 0;
	    margin-bottom: 50px;
	}

	.popular_products .owl-theme .owl-nav {
	    position: absolute;
	    width: 100%;
	    justify-content: space-between;
	    display: flex;
	    bottom: 50%;
	}

	.popular_products .owl-nav button {
	    position: relative;
	    outline: none;
	}

	.popular_products .owl-nav button.owl-prev{
	    left: 0px;
	}

	.popular_products .owl-nav button.owl-next{
	    right: 0px;
	}

	.popular_products .owl-theme .owl-nav [class*=owl-]:hover {
		background: none;
	}

	.security {
	    position: relative;
	    top: 60px;
	    background-color: unset;
	}

	footer {
	    margin-top: 40px;
	}

	.page-template-contact footer{
		margin-top: 0;
	}

	/* News Details */
	.new_details_left {
	    position: relative;
	    z-index: 2;
	    margin-left: 5%;
	    flex-basis: 64%;
	}

	.news_details_right {
	    flex-basis: 25%;
	}

}


@media screen and (min-width: 1800px) {

.popular_products .owl-nav button.owl-prev{
	    left: -75px;
	}

	.popular_products .owl-nav button.owl-next{
	    right: -75px;
	}

}

@media screen and (max-width: 1640px) {

	/* Home */
	.home .banner_carousel_item .img_container {
	    background-position: left;
	}

	
	/* Default Page Template */
	.tabs-layout {
	    margin-top: 10vh;
	}

}

@media screen and (max-width: 1540px) {

	.search-form {
	    max-width: 30%;
	}

       .news_filter_container .search-form {
	    max-width: 100%;
	}

	.security_problem h2 {
	    font-size: 26px;
	    line-height: 34px;
	}

	.security .container {
	    font-size: 16px;
	    line-height: 26px;
	}

	/* Product Category */
	.product_cat_item {
	    padding-right: 10px;
	}

	/* Product Category */
	.category_page_left {
	    width: calc(27% - 40px);
	    margin-right: 40px;
	}

	.category_page_right {
	    width: 73%;
	}

}


@media screen and (max-width: 1540px) {


	/* Product Category */
	.category_page_left {
	    width: calc(380px - 40px);
	    margin-right: 40px;
	}

	.category_page_right {
	    width: calc(100% - 380px);
	}

}



@media screen and (max-width: 1440px) {

	.product_item_column {
	    margin-right: 0;
	    padding: 12px 0;
	}

	.product_item .product_image_container {
	    width: 120px;
	    height: 120px;
	}

	.see_product_price{
		width: 30%;
	}

	footer .container {
	    padding: 0px 15px;
	}

	.product_right{
		width: calc(75% - 25px);
	}

	.product_right_title {
		max-width: 280px;
	    font-size: 16px;
	    line-height: 24px;
	}

	.sorting {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}

	.product_right_center{
		width: 40%;
		padding: 0 5%;
	}

	.new_and_stock{
		display: flex;
		flex-wrap: wrap;
	}

	/* Product Details */
	.product_specs p {
	    font-size: 14px;
	    line-height: 22px;
	}

	/* General Page */
	.two_images_with_editors .column {
	    min-height: 50vh;
	}

	.two_positioned_images_with_editors .positioned_img {
	    max-width: 40%;
	}

	.positioned_img.bottom {
	    width: 20%;
	}

}


@media screen and (max-width: 1366px) {

	#site_logo{
		max-width: 150px;
	}

	.mobile li{
		padding: 10px 5px !important;
	}

	.security .container {
	    padding-right: 0;
	}

	.security_problem h2 {
	    max-width: 220px;
	}

	.team_container img{
		max-width: 200px;
	}

	/* News */
	.mc4wp-form-fields{
		margin-top: 20px;
	}

	/* Contact */
	.banner_text {
    	top: 30%;
    	left: 10%;
	}

	.banner_title {
	    font-size: 36px;
	    line-height: 44px;
	}

	/* Product Details */
	.product-carousel .carousel-nav {
	    padding: 0 5px;
	}

	/* General Page Template */
	.general_template h2 {
		font-size: 24px;
	    line-height: 32px;
	}

	.two_images_with_editors .bottom {
	    margin-top: 0;
	}

	.tabs-layout {
	    margin-top: 5vh;
	}

	.video_with_editor .video_container iframe {
	    height: 60vh;
	}

	.video_only .youtube-video-container iframe {
	    max-width: 767px;
	    height: 60vh;
	}

	.cta_section{
		margin-bottom: 5%;
	}

	.cta_section .positioned_image {
		max-width: 90%;
	    right: 5%;
	}

	/* My Account */
	.account_options_container {
	    justify-content: center;
	}
/*
	.account_option {
	    width: 40%;
	    padding: 5%;
	}*/


	footer .accordion li#menu-item-6709 {
	    min-width: unset;
	}


	.product_filters,
	.sorting { flex: 100%; }

}


@media screen and (max-width: 1340px) {

	.product_item_right{
		flex-wrap: wrap;
	}

	.product_item_column {
		width: 33.333%;
	}

	.see_product_price {
	    width: 100%;
	    flex-basis: 100%;
	}

	.see_product_price {
	    align-items: flex-start;
	    justify-content: space-evenly;
	    border-left: none;
	    margin-right: 0;
	}

	.see_product_price a, .see_product_price button.single_add_to_cart_button {
	    width: fit-content;
	    padding: 10px 10% !important;
	    margin-bottom: 25px;
	}

}


@media screen and (max-width: 1240px) {


	.popular_products {
	    padding-bottom: 50px;
	}

	.security{
		margin-top: 0;
	}

	.security .container {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  grid-gap: 10px; /* Adjust the gap between columns as needed */
	  max-height: unset;
	}

	.security_problem {
	  grid-column: 1 / -1;
	}

	.security_problem h2 {
	    max-width: 100%;
	    text-align: center;
	    margin-top: 50px;
	    margin-bottom: 20px;
	}

	.security_problem p{
		text-align: center;
		margin-bottom: 20px;
	}

	.security_frame{
		margin-bottom: 25px;
	}

	.team_container {
	    grid-column: 1 / -1;
	    display: flex;
	    justify-content: center;
	}

	/* Category Page */
	.category_page .security .container {
	    max-height: unset;
	}

}

@media screen and (max-width: 1200px) {

	.page_user_dashboard table th, .page_user_dashboard table td {
	    font-size: 14px;
	}

	.product_item_column.product_item_column_2{
		width: 100%;
	}

	.stock_container {
	    margin: 0;
	}

	
	/* Header 1200 */
	.search-form {
	    max-width: 210px;
	}

	.secondary_menu li {
	    margin-right: 15px;
	}

	.banner_container{
		padding: 0;
	}

	main {
    	margin-top: 0;
	}


	/* Homepage */
	.trending .container {
	    justify-content: center;
	}

	.trending {
	    padding-top: 50px;
	}

	footer .container.footer_bottom {
	    justify-content: center;
	}


	/* News */
	.news_section .container {
	    padding-bottom: 50px;
	}

	/* News Deatils */
	.new_details_section{
		padding-top: 40px;
	}

	.new_details_section .container.left {
	    padding: 0;
	    margin-left: 0px;
	}

	.new_details_left{
		padding: 5%;
		margin-right: 0;
	}

	/* Category Page */
	.product_filters {
	    display: flex;
	    width: 100%;
	    flex-wrap: wrap;
	}

	.product_filter_item{
		margin-bottom: 15px;
	}

	.products_list_item {
	    align-items: flex-start;
	}

	.product_right{
		flex-direction: column;
	}

	.product_right_center{
		width: 100%;
	}

	.see_product_price {
	   	margin-left: 20px;
	    margin-right: 0;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}

	.instock_product {
	    display: block;
	   	width: 100%;
	    margin-top: 15px;
	}

	.product_sku {
	    max-width: 100%;
	    margin-top: 20px;
	}

	.product_quantity{
		width: 250px;
	}

	/* Category Details */
	.carousel_images_container {
	    flex-direction: column;
	}

	.thumbnail-images {
	    flex-direction: row;
	    margin-right: 0;
	    width: 100%;
	}

	.product-carousel {
	    padding: 25px;
	}

	.carousel_images_container {
	    height: auto;
	}

	.main_image_container{
		height: 350px;
	}

	.main-image {
	    width: 100%;
	   	margin-top: 25px;
	}

	.product_right {
	    width: calc(67% - 25px);
	}

	.product_right_bottom {
	    display: flex;
	    flex-direction: column;
	}

	.product_right_column {
	    width: 100%;
	}

	.product_right_center {
	    padding-left: 0;
	    margin-top: 10px;
	}

	.see_product_price {
	    margin-left: 0px;
	}

	/* Product Details */
	.main-image img {
	    max-width: 300px;
	}

	.product_info .product-title {
	    font-size: 24px;
	    line-height: 32px;
	}

	.product_info .see_product_price {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.product_right_column.see_product_price.not_logged_in{
		flex-direction: column;
	}

	.product_info .product_quantity{
		margin-bottom: 30px;
	}

	.days_container{
		flex-direction: column;
		margin-top: 25px;
	}

	.days_container_item{
		margin-bottom: 15px;
	}

	.product_info .instock_product {
	    display: flex;
	    justify-content: flex-start;
	    margin-left: 0;
	}

	/* General Page */
	.small_image_with_editor {
	    display: flex;
	    flex-direction: column;
	}

	.small_image_with_editor .image_container {
	    width: 100%;
	}

	.small_image_with_editor .editor_content {
	    width: 100%;
	}

	.two_columns_editor {
	    flex-direction: column;
	}

	.two_columns_editor .column {
	    max-width: 100%;
	    width: 100%;
	    margin-bottom: 25px;
	}

	/* General Page */
	.two_images_with_editors .bottom {
	    margin-top: 0;
	}

	.two_images_with_editors .column {
		min-height: 45vh;
	    background-position: center;
	    padding: 5%;
	}

	.two_images_with_editors .top .column.left {
	     width: 50%;
	}

	.two_images_with_editors .bottom .column.right {
	    width: 50%;
	}

	.cta_section .positioned_image {
	    max-width: 25%;
	    right: 25px;
	}


}

@media screen and (max-width: 1024px) {

	.product_item_column {
	    width: 50%;
	}


	/* Header */
	.search-form {
	    max-width: 45%;
	}

	.mobile div > ul {
		background-color: #fff;
	}

	.mobile li {
	    padding: 10px 0px !important;
	    margin: 0 auto;
	}

	.mobile li a{
		width: 100%;
		text-align: center;
	}

	.mobile li button {
	    position: absolute;
	    right: 25px;
	}

	#site_logo {
	    max-width: 160px;
	}

	.secondary_menu {
	    margin-right: 50px;
	}

	.hamburger {
	    position: absolute !important;
	    right: 30px  !important;
	}

	.brand_item{
		margin: 5px 10px;
	}

	.max-mega-menu#mega-menu-product_cat_menu li{
		margin: 10px;
	}


	/* Footer */
	footer .accordion {
	    width: 100%;
	}



	/* Homepage */


	.trending_item {
	    flex-basis: 25%;
	}

	.training_column_title {
	    font-size: 24px;
	    line-height: 32px;
	}

	.rolling-list.clone{
		display: block;
	}

	.wrap .rolling-list ul li {
	    padding: 46px 31px;

	}

	/* Contact */
	#contact_template {
	    padding-top: 50px;
	}

	#contact_template section.faq_section {
    	margin-top: 50px;
	}

	#contact_template h2 {
	    font-size: 32px;
	    line-height: 40px;
	}

	.wpcf7 label {
	    display: flex;
	    flex-direction: column;
	}

	.wpcf7 label.checkbox {
	    flex-direction: row-reverse;
	}

	.social {
	    padding-left: 0px;
	}

	/* General Template */

	.general_template h2 {
	    margin-bottom: 10px;
	}

	.editor_form {
	    flex-direction: column;
	}

	.editor_form_left {
	    margin-bottom: 40px;
	}

	.editor_form_column{
		width: 100%;
		max-width: 100%;
	}

	.tabs-layout {
	    padding-top: 0;
	    margin-top: 0px;
	}

	.tabs-layout .tabs_top_section {
	    flex-direction: column;
	}

	.tabs-layout .tab-nav{
		display: none;
	}

	.tabs-layout .tab-nav-mobile-wrapper{
		display: block;
		width: 100%;
		height: 56px;
	}

	.tabs-layout .tab-nav-mobile {
	    display: block;
	    width: 100%;
	    height: 56px;
	    color: var(--northwood-gray-400, #54565A);
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px; 
	    border-radius: 30px;
	    padding: 0 25px;
	    margin-bottom: 30px;
	}

	.tabs-layout .tab-content-inner p {
	    width: 100%;
	}

	.tab-nav-mobile {
	    outline: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background-image: url(/wp-content/uploads/2023/07/Arrow-Down-1.svg);
	    background-repeat: no-repeat;
	    background-position: 95% 50%;
	    cursor: pointer;
	}

}


@media screen and (max-width: 991px) {

	/* General */
	.banner {
	    padding-top: 0px;
	}

	/* Header */
	.support{
		display: none;
	}

	.brand_section .container {
	    padding: 7.5px 15px;
	}

	/* Contact */
	#contact_template {
	    padding-bottom: 25px;
	}

	.get_in_touch .container {
	    flex-direction: column;
	}

	.get_in_touch_left{
		width: 100%;
	}

	.help_item.support{
		display: flex;
	}

	.help_item.sales {
	    margin-bottom: 0px;
	}

	.get_in_touch_right {
		width: 100%;
	    margin-top: 50px;
	    margin-left: 0;
	}

	#contact_template section.faq_section {
	    margin-top: 50px;
	}

	#contact_template h2{
		font-size: 32px;
		line-height: 40px;
	}

	.intl-tel-input {
	    width: 100%;
	}


	/* Footer */
	footer {
	    padding-top: 0;
	    max-width: 90%;
	    border-radius: 10px;
	    padding-bottom: 0;
	    margin: 0 auto;
	    margin-top: 40px;
	}

	footer .container {
	    padding: 15px 5%;
	}

	footer .footer_bottom .menu {
	    flex-wrap: wrap;
	    justify-content: center;
	}

	footer .footer_bottom .menu li {
	    margin-right: 0;
	    margin: 10px;
	}

	.footer_bottom_column {
	    text-align: center;
	  	line-height: 30px;
	}

	footer .accordion{
		width: 100%;
		background-color: transparent;
	}

	footer .accordion-title {
	    padding: 24px 0px;
	    font-weight: 500;
	}

	footer .accordion button .icon {
	    right: -10px;
	    top: 9px;
	}

	footer section.accordion_section {
	    margin-top: 0;
	    margin-bottom: 0px;
	}

	footer .accordion .accordion-item button{
		padding: 15px 0;
	}

	footer .accordion .accordion-item button[aria-expanded=true] {
	    padding-bottom: 0px;
	}

	.accordion_item_last {
	    width: 100%;
	    background-color: #F0F0F1;
	    padding: 5% 10%;
	    margin-bottom: 30px;
	    border-radius: 10px;
	    border: 0 none;
	    padding-top: 30px;
	    padding-left: 0;
	}

	.accordion_item_last .accordion-title{
		color: #000;
		font-size: 20px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
	}

	.accordion_item_last #accordion-button-4 {
	    background: transparent;
	    border: none;
	}

	.address{
		text-align: left;
	}

	.get_in_touch ul{
		margin-left: 0;
	}

	.footer_column.get_in_touch .social {
	    margin: 0;
	}

	.social {
	    justify-content: flex-start !important;
	}

	footer .menu li{
		text-align: left;
	}

	.footer_bottom_column {
	    text-align: left;
	    line-height: 30px;
	}

	.footer_bottom.left{
		padding-top: 10px !important;
	}

	footer .container.footer_bottom{
		padding: 0;
	    justify-content: flex-start;
	}

	footer .footer_bottom .menu li{
		margin-left: 0;
		margin-right: 20px;
	}

		footer .footer_bottom .menu {
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}


	/* News */
	.news_section .container {
	    flex-direction: column;
	}

	.news_column.left {
	    flex-basis: 22%;
	    margin-right: 0%;
	}

	.news_list_item:nth-child(2n+2) {
	    margin-right: 0%;
	}

	.subscription_section {
	    margin-top: 0px;
	    max-width: calc(1720px - 60px);
	}


	/* News Details */
	.new_details_left{
		flex-basis: 100%;
	}

	.news_details_right{
		flex-basis: 100%;
	}

	.related_news {
	    padding-bottom: 100px;
	    margin-top: 10px;
	}

	.new_details_section .editor h2,
	.news_details_right h2,
	.related_news h2 {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 10px;
	    text-align: left;
	}

	.new_details_section .editor h3{
		font-size: 18px;
		line-height: 26px;
	}

	.related_news .container{
		display: block;
	}

	.related_news .news_list_item:first-child {
    	margin-right: 0;
	}

	/* Product Category */
	.category_page{
		background: var(--northwood-gray-100, #F0F0F1);
	}

	.category_page h1 {
	    width: 100%;
	    text-align: center;
	}

	.category_page .category_page_right{
		padding: 0;
	}

	.products_list{
		padding-top: 0;
	}

	.products_list_item{
		padding: 30px;
		border-radius: 0;
	}

	.category_page .editor,
	.category_page .popular_products{
		padding: 30px;
	}

	.category_page_left {
	    width: 100%;
	    padding-top: 25px;
	    margin-right: 0px;
	    position: fixed;
	    top: 0px;
	    right: 0;
	    transform: translateX(100%); /* Translate the div to the right by its width */
	    transition: transform 0.5s; /* Added transition property for transform */
	}

	.category_page_left.active {
	    z-index: 4;
	    padding: 30px;
	    padding-bottom: 100%;
	    background-color: #fff;
	    transform: translateX(0);
	    max-width: 90%;
	    max-height: 100%;
	    overflow: scroll;
	}

	.overlay{
		display: none;
	}

	.overlay.active {
	    display: block;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(69,70,71,0.40);
	    position: absolute;
	    top: 0;
	}



	.category_page_left.active .product_cat{
		padding-left: 0;
	}
	
	.category_page_left.active .product_subcat_item{
		background-size: 10px;
	}

	.close_filter {
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 15px;
	    width: 40px;
	    background-color: #692F7F;
	    border-radius: 50%;
	    padding: 10px;
	}

	.product_cat {
	    width: 100%;
	    padding: 7.5px 10px;
	    margin-bottom: 15px;
	}

	.product_cat_item{
		padding: 10px 0;
	}

	.product_filters {
	    justify-content: space-between;
	}

	.product_filter_item {
	    margin: 10px 0;
	}

	.sorting {
	    align-items: flex-start;
	    background-color: #F0F0F1;
	    padding: 15px 30px;
	    padding-bottom: 20px;
	    margin-top: 0px;
	    margin-bottom: 10px;
	    flex-wrap: wrap;
	}

	.filters_mobile {
	    display: block;
	    background: var(--northwood-purple-500, #692F7F);
	    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	    color: var(--base-white, #FFF);
	    font-family: Poppins;
	    font-size: 16px;
	    font-weight: 500;
	    line-height: 24px;
	   	text-align: center;
	   	text-decoration: none;
	    width: 100%;
	    flex: 0 0 100%;
	    padding: 12px;
	   	border-radius: 24px;
	   	margin-bottom: 25px;
	}

	.sort_by_container { width: calc(100% - 160px); }


	.sorting h2 {
		font-size: 16px !important;
	    margin: 0;
	    margin-right: 15px;
	    width: 100px;
	}

	.product_filter_item.sort_by {
	    margin-top: 3px;
	    margin-bottom: 10px;
	}

	.product_filter_item{
		width: 100%;
		background-position: 95% 50%;
	}

	.category_page_right{
		width: 100%;
	}

	.product_right {
	    width: calc(50% - 25px);
	}

	.product_right_top {
	    margin-bottom: 10px;
	}

	.product_features,
	.product_features_list{
		display: none;
	}

	.product_right_center {
	    width: 100%;
	    padding: 0;
	    margin: 10px 0;
	}

	.see_product_price{
		margin-left: 0;
	}

	.quantity-controls{
		margin-left: 7px;
	}

	.category_page .editor {
	    padding-top: 0;
	    padding-bottom: 10px;
	}

	.category_page .editor h2{
		text-align: left;
	}

	.product_item {
	    display: flex;
	    align-items: center;
	    border-radius: 2.5px;
	    border: 0.625px solid var(--northwood-gray-300, #87898C);
	    background: var(--base-white, #FFF);
	    margin-top: 5px;
	    margin-right: 0px;
	    padding-top: 20px;
	    margin-bottom: 25px;
	}

	.product_item img {
	    background: var(--base-white, #FFF);
	    max-width: 100%;
	    max-height: 100%;
	    width: auto !important;
	    padding: 20px;
	    margin: 0 auto;
	    display: block;
	}

	.product_right_column.see_product_price a{
		width: 100% !important;
	}


	/* Product Details */
	.product_overview .container {
	    flex-direction: column;
	}

	.product-carousel{
		width: 100%;
	}

	.product-carousel .carousel-nav {
		display: none; 
	}

	.thumbnail-images {
	    justify-content: flex-start;
	}

	.thumbnail_img_container {
	    margin-right: 15px;
	}

	.thumbnail-images img {
	    height: 75px;
	}

	.main_image_container {
    	height: auto;
	}

	.product_info {
	    width: 100%;
	    padding: 0px 30px;
	}

	.product_info .instock_product {
	    display: flex;
	}

	.product_info .see_product_price {
	    margin-bottom: 20px;
	}

	.product_info .product-title {
	    max-width: 600px;
	}

	.days_container_item {
	    padding: 5px 0;
	}

	/* General Page Template  */
	.two_positioned_images_with_editors .positioned_img {
    	display: none;
	}

	.two_positioned_images_with_editors .content {
	    max-width: 100%;
	}

	.two_positioned_images_with_editors .row.bottom {
	    margin-top: 20px;
	}

}

@media screen and (max-width: 860px) {

	.training .container{
		display: block;
	}

	.training_column {
	    width: 80%;
	   	margin: 0 auto;
	   	margin-bottom: 30px;
	}

	.training_column_title {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}

	/* Contact */
	.faq_section .accordion-title {
	    display: block;
	   	padding: 10px 32px;
	}

	/* General Page Template */
	.two_images_with_editors .column {
	    width: 100% !important;
    	min-height: unset;
	}

	.two_images_with_editors .top .column.left {
	    min-height: 33vh;
	}

	.two_images_with_editors .bottom .column.right {
    	min-height: 33vh;
	}

	.two_images_with_editors .column {
	    padding-left:  0 !important;
	}

	.two_positioned_images_with_editors{
		margin-bottom: ;
	}


}


@media screen and (max-width: 767px) {

	.sort_by_container {
    	width: calc(100% - 160px);
    	flex-wrap: wrap;
	}

	.woocommerce .cart .button, .woocommerce .cart input.button {
	    min-width: 160px;
	    max-width: 250px;
	    margin: 0;
	    margin-top: 10px;
	}

	.calc_special_item {
	    flex-direction: column;
	}

	.calc_special_item .condition_value{
		position: static;
		margin-left: 0;
	}

	.product_list_item_container {
	    position: relative;
	    padding: 15px 0;
	}

	.calc_special_item .condition_value_tooltip {
		left: 0;
		bottom: 50%;
	    width: 100%;
	    min-width: unset;
	    max-width: 90%;
	    margin: 0 auto;
	}



	/* User Account Page */
	.page_user_dashboard .woocommerce-MyAccount-navigation ul li {
	    width: 100%;
	    padding: 10px 0px;
	    width: 100%;
	}

	.page_user_dashboard .woocommerce-MyAccount-navigation ul li a {
	    width: 100%;
	    max-width: 100%;
	    display: flex;
	    justify-content: flex-start;
	}

	.page_user_dashboard .woocommerce-MyAccount-navigation ul li a i{
		margin-left: 10px;
	}

	.products_list_item {
		padding: 0 30px;
	    background-color: #fff;
	}

	.product_item {
	    border: 0 none;
	}

	.product_item .quantity-controls {
	    margin-left: 0px;
	}

	/* General */
	h2 {
	    font-size: 24px !important;
	    line-height: 32px !important;
	    text-align: center;
	    margin: 0 auto;
	}

	.breadcrumbs {
	    width: 100%;
	    display: flex;
	    align-items: center;
	    padding-top: 15px;
	    padding-bottom: 10px;
	}

	.breadcrumbs a {
	    font-size: 15px;
	    line-height: 23px;
	}

	.breadcrumbs .current_page{
		font-size: 15px;
	    line-height: 23px;
	}

	header {
	  position: relative;
	  transition: top 0.7s ease-in-out;
	}

	.search-form {
	  display: block;
	}

	header.fixed {
	    position: fixed;
	    top: 0;
	    z-index: 3;
	    background-color: #fff;
	    width: 100%;
	}

	header.fixed .search-form {
	  display: none;
	}

	.menu_open header.fixed .search-form {
	  display: block;
	}

	.main_nav_section{
		border: 0 none;
	}

	.main_nav_section .container {
	    flex-wrap: wrap;
	}

	.secondary_menu span{
		display: none;
	}

	.search-form {
	    order: 1;
	    flex-basis: 100%;
	    max-width: 100%;
	    margin-top: 20px;
	}

	.home .banner{
		padding-top: 0;
	}

	.banner .container {
	    padding: 0px;
	    display: flex;
	    padding-bottom: 0;
	    background-color: #F0F0F1;
	}

	.banner_carousel_item .img_container{
	    height: 200px;
	    border-radius: 0;
	}

	.home .banner_carousel_item .img_container {
	    height: 200px;
	 }

	.banner_text {
	    position: relative;
	    z-index: 999999;
	    height: auto;
	    left: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: flex-start;
	    padding: 40px 5%;
	    padding-bottom: 50px;
	}

	.banner_title {
	    color: #191A1B;
	    font-size: 30px;
	    line-height: 38px;
	    max-width: 300px;
	}

	.banner_description {
		color: #454647;
		font-size: 18px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
	}

	.banner_link {
	    width: 100%;
	    max-width: 100%;
	    margin-top: 10px;
	}

	.banner_container .owl-theme .owl-dots .owl-dot span {
	    background: #C3C4C5;
	}

	.banner_container .owl-dots {
	    position: relative;
	    margin-top: 30px !important;
    	margin-bottom: 20px;
	}

	.banner_container .owl-dot.active {
	    background-image: url('/wp-content/uploads/2023/06/dot_active.svg');
	    width: 29px;
	    height: 29px;
	}

	.banner_container .owl-theme .owl-dots .owl-dot.active span{
		background: transparent;
	}

	.brand_section {
	    background-color: #fff;
	    padding-top: 80px;
	    padding-bottom: 0px;
	}

	.product_categories_section{
		display: none;
	}

	.max-mega-menu#mega-menu-product_cat_menu a{
		text-align: center;
	}

	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children {
		position: relative;
	}

	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children a span{
		display: none;
	}

	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children > .mega-sub-menu {
    	top: 40px;
	}

	.max-mega-menu#mega-menu-product_cat_menu li.mega-menu-item-has-children > .mega-sub-menu li {
	    padding: 10px;
	    text-align: center;
	    max-width: 100%;
	    margin: 0 !important;
	    width: 100% !important;
	}

	.wrap .rolling-list ul li {
	    padding: 30px 30px;
	}

	main {
	    background-color: #Fff;
	    position: relative;
	    margin-top: 0;
	}

	/* Homepage */
	.training {
		background-color: #F0F0F1;
	    padding-top: 80px;
	    padding-bottom: 25px;
	    margin-top: 0;
	}

	.training_column {
	    width: 100%;
	    margin-bottom: 50px;
	}

	.training_column_img_container {
	    height: 170px;
	    border-radius: 4px;
	}

	.training_column_title {
	  color: #000;
	  font-size: 24px;
	  font-family: Poppins;
	  font-style: normal;
	  font-weight: 600;
	  line-height: 32px;
	  text-align: left;
	  margin-bottom: 25px;
	}

	.training_column_desc{
		margin-bottom: 25px;
	}

	.trending {
	    background-color: #fff;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}

	.trending .container {
		justify-content: space-between;
		padding: 0;
	}

	.trending h2 {
	    font-weight: 600;
	    text-align: left;
	    max-width: 320px;
	    margin: 0 auto;
	    margin-bottom: 25px;
	}

	/*.trending_item {
		display: flex;
	    flex-basis: 33.333%;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.trending .owl-carousel.owl-drag .owl-item {
        width: 46vw !important;
    	margin-right: 0 !important;
	}*/

	.trending .owl-stage {
	    transform: translate3d(0px, 0px, 0px) !important;
	    width: 100% !important;
	}

	.trending .owl-carousel.owl-drag .owl-item{
		display: none;
	}

	.trending .owl-carousel.owl-drag .owl-item.active {
	    display: block;
	    width: 50% !important;
	    margin-right: 0 !important;
	    background-color: white;
	    margin-bottom: 25px;
	}



	.trending_item h3 {
    	margin-top: 15px;
	}

	.popular_products {
		padding-bottom: 150px !important;
	}

	.popular_products {
	    padding-top: 50px;
	}

	.popular_products h2 {
	    text-align: left;
	    max-width: 320px;
	    margin-left: 0;
	    margin-bottom: 20px;
	}

	.popular_img_container{
		height: 335px;
	}

	.popular_img_container img {
	    width: auto !important;
	   	max-width: 250px !important;
	}

	.popular_products .owl-theme .owl-nav [class*=owl-]:hover {
	    background: transparent;
	    opacity: 1;
	}

	.popular_products .owl-theme .owl-nav {
	    display: flex;
	    justify-content: space-between;
	    margin-top: 25px;
	}

	.popular_products .owl-theme .owl-dots .owl-dot.active span {
	    top: 8px;
	    position: relative;
	}

	.popular_products .owl-dots {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 25px;
	}

	.popular_products .owl-theme .owl-dots .owl-dot span {
	    background: transparent;
	    color: #692F7F;
	}

	.popular_products .owl-theme .owl-dots .owl-dot.active span {
	    background-image: none;
	    background: transparent;
	    color: #692F7F;
	    font-weight: 700;
	    width: auto;
	    height: auto;
	    top: 0;
	}

	.security {
	    margin-top: 0;
	    max-width: 90%;
	    margin: 0 auto;
	    border-radius: 10px;
	    margin-top: -75px;
	}

	.security .container{
		padding-right: 10px;
	}

	.security_problem h2 {
	    margin-top: 40px;
	    text-align: left;
	    max-width: 300px;
	    margin-left: 15px !important;
	}

	.security_problem p {
	    margin-bottom: 20px;
	    margin-left: 15px;
	    text-align: left;
	}

	.security_problem{
		opacity: 1;
		left: 0;
	}

	.security_frame{
		opacity: 1;
	    transform: unset;
	}

	.team_container img{
		opacity: 1;
	    transform: unset;
	}

	/* Contact */

	#contact_template {
		background-color: #F0F0F1;
	    padding-bottom: 0px;
	    padding-top: 0;
	}

	#contact_template .address,
	#contact_template .tel{
		max-width: 100%;
	}
	
	#contact_template .offices_container {
	    margin-bottom: 0px;
	    margin-top: 20px;
	}

	#contact_template .get_in_touch{
		padding: 0;
	}

	#contact_template .get_in_touch ul {
	    margin-left: 0 !important;
	}

	.get_in_touch_right {
	    margin-top: 0px;
	    margin-left: 0;
	    padding: 0;
	}

	#contact_template h2 {
	    margin-bottom: 0;
	    margin-left: 10px;
	    text-align: left;
	}

	.get_in_touch_right h3 {
	    font-size: 20px;
	    line-height: 28px;
	}

	.get_in_touch  h4 {
	    margin-top: 25px;
	}

	.get_in_touch h5 {
	    margin-top: 20px;
	    margin-bottom: 15px;
	}

	.wpcf7-form-control {
	    height: 50px !important;
	    padding: 10px;
	}

	.intl-tel-input {
	    width: calc(100% - 0px);
	}

	.checkbox {
	    align-items: flex-start;
	}

	label.checkbox {
	    align-items: flex-start;
	}

	.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #87898C;
		font-size: 16px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
	}

	.wpcf7-form-control ::-moz-placeholder { /* Firefox 19+ */
		color: #87898C;
		font-size: 16px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;	 
	}

	.wpcf7-form-control :-ms-input-placeholder { /* IE 10+ */
		color: #87898C;
		font-size: 16px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
	}

	.wpcf7-form-control :-moz-placeholder { /* Firefox 18- */
		color: #87898C;
		font-size: 18px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 500;
		line-height: 28px;
	}

	.wpcf7-checkbox {
	    width: 32px;
	    margin-top: 6px;
	}

	.wpcf7-submit{
		margin-top: 30px;
	}

	.intl-tel-input .selected-flag .iti-arrow{
		top: 18px;
	}

	#contact_template .accordion-title {
	    display: block;
	    max-width: 90%;
	    font-size: 18px;
	    line-height: 26px;
	    padding: 20px 10px;
	}

	#contact_template .accordion .accordion-content p {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 20px 10px;
	    padding-top: 0;
	}

	#contact_template .accordion button .icon{
		top:  33%;
		right: 0;
	}

	.get_in_touch .container{
		padding: 0;
	}

	.get_in_touch_left {
	    width: 100%;
	    padding: 0 10%;
	    padding-bottom: 60px;
	}

	.get_in_touch_right {
	    padding: 10%;
	}

	.wpcf7-textarea {
	    padding: 0;
	    padding-top: 10px;
	    padding-left: 25px;
	}

	.wpcf7-radio {
		height: 80px !important;
	    flex-direction: column;
	    align-items: flex-start !important;
	    padding-left: 0;
	}

	.wpcf7-list-item {
	    margin-bottom: 13px;
	}

	.form_container .wpcf7-form p {
	    margin-bottom: 20px;
	}

	#contact_template .faq_section h2{
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
	}

	#contact_template .faq_section h3{
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
	}

	#contact_template section.faq_section {
	    margin-top: 60px;
	}

	.faq_section .accordion {
    	margin-top: 30px;
    	margin-bottom: 50px;
	}

	.faq_section .container{
		padding: 0;
	}

	.faq_section .accordion .accordion-item {
    	padding: 5px 10px;
	}

	/* News */
	.news_section {
	    padding-top: 0px;
	    padding-bottom: 40px;
	    background-color: #F0F0F1;
	}

	.news_section .container {
		padding:  0;
	    padding-bottom: 40px;
	}

	.news_filter {
	    padding-bottom: 10px;
	}

	.news_filter_container {
	    padding: 0px 30px;
	}

	.news_column.right {
		background-color: #F0F0F1;
	    padding: 30px;
	    padding-top: 60px;
	}

	.news_list_item {
	    margin-bottom: 30px;
	}

	.post_content {
		background-color: #fff;
	    padding: 25px;
	    border-radius: 0 0 8px 8px;
	}

	.post_img_container {
	    height: 194px;
	}

	h2.post_title {
	    font-size: 20px !important;
	    line-height: 28px !important;
	    text-align: left;
	    margin-bottom: 10px;
	}

	.post_categories a{
		color: #000;
		font-size: 16px;
		font-family: Poppins;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
	}

	h2.post_title{
		font-size: 24px !important;
		font-weight: 500;
		line-height: 32px !important;
	}

	.category-dropdown {
	    width: 100%;
	    height: 49px;
	    color: #87898C;
	    font-size: 14px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 20px;
	    appearance: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    background: url(/wp-content/uploads/2023/07/dropdown-arrow-down.svg);
	    background-repeat: no-repeat;
	    background-position: 97% 50%;
	    background-size: 20px;
	    padding-right: 20px;
	    padding-left: 15px;
	    border-radius: 25px;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}

	.subscription_plugin{
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 40px;
		text-align: center;
	}

	.subscription_section {
	    max-width: 90%;
	    margin: 0 auto;
	    text-align: center;
	    margin-bottom: 140px;
	}

	.subscription_section h2{
		text-align: left;
	}

	.subscription_column {
	    display: flex;
	    flex-wrap: wrap;
	}

	.subscription_column.subscription_check {
	    flex-wrap: nowrap;
	    align-items: flex-start;
	    display: flex;
	    text-align: left;
	}

	.subscription_section p {
	    text-align: left;
	}

	/* News Details */
	.new_details_section {
	    padding-top: 10px;
	}

	.new_details_info{
		flex-direction: column;
	}

	.new_details_info_left {
	    margin-bottom: 20px;
	}

	.news_details_right {
    	display: none;
	}

	.new_details_section .editor h2, .news_details_right h2, .related_news h2 {
	    margin-top: 10px;
	    margin-bottom: 20px;
	}

	.news_details_right .news_list_item {
    	margin-bottom: 0px;
	}

	.news_details_right .post_content,
	.related_news .post_content{
    	padding-left: 0;
	}

	.new_details_info_right{
		justify-content: space-between;
	}

	.related_news {
	    background-color: #F0F0F1;
	    padding-top: 50px;
	}

	.related_news h2 span {
	    display: block;
	    font-size: 18px;
	   	margin-left: 0;
	}

	.related_news .post_content {
		padding: 25px !Important;
	    padding-bottom: 0px;
	}

	.related_news .news_list_item{
		margin-bottom: 0;
	}

	.related_news .owl-dots {
	    position: relative;
	    display: flex;
	    justify-content: center;
	}

	.related_news .owl-dot span {
	    width: 12px;
	    height: 12px;
	    margin: 5px 7px;
	    background: #D6D6D6;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	    border-radius: 30px;
	}

	.related_news .owl-dot.active {
		background-color: rgba(255, 255, 255, 0.5);
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    position: relative;
	    background-image: url('/wp-content/uploads/2023/06/dot_active.svg');
	    width: 29px;
	    height: 29px;
	}

	.related_news .owl-dot.active span{
		background-color: transparent !Important;
	}

	/* Product Category */
	.category_page h1 {
		font-size: 30px;
		max-width: calc(100% - 60px);
	    margin-bottom: 10px;
	    margin-left: 30px;
	    margin-right: 30px;
	}

	.product_quantity{
		justify-content: flex-start;
	}

	/* Product Details */
	.product_overview {
	    padding-bottom: 32px;
	    border-bottom: 24px solid #F0F0F1;
	    margin-bottom: 30px;
	}

	.product_overview .container {
	    flex-direction: column;
	    padding-top: 0;
	    padding-bottom: 0;
	}	

	.product-carousel {
		padding: 0;
	    margin-bottom: 30px;
	}

	.main-image{
		height: 236px;
	}

	.main-image img {
	    height: 80%;
	}

	.product-carousel .thumbnail-images {
		display: none; /* Hide the thumbnail images on mobile */
	}

	.product-carousel .dots {
		display: block; /* Show the dots on mobile */
	}

	.product-carousel .dots {
	    display: block;
	}

	.product-carousel .dots span {
	    width: 16px;
	    height: 16px;
	}

	.product-carousel .dots span.active {
	    background-image: url(/wp-content/uploads/2023/06/dot_active.svg);
	    background-size: cover;
	    background-color: rgba(255, 255, 255, 0.5);
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    position: relative;
	    top: 9px;
	}

	.product_info {
	    padding: 0px 0px;
	}

	.product_info .instock_product {
	    margin-left: 0;
	}

	.product_info .product_sku{
		margin-top: 10px;
	}

	.product_info .instock_product{
		margin-top: 10px;
	}

	.product_info .see_product_price form {
	    align-items: flex-start;
	}

	.product_price{
		margin-top: 20px;
	}

	.product_price .woocommerce-Price-amount{
		margin-right: 5px;
	}

	.product_price .vat_text{
		display: inline;
	}

	.product_info .quantity-controls{
		width: 247px;
	}

	.product_info .product_quantity {
	    width: 100%;
	    margin: 20px 0;
	}

	.product_info .see_product_price .single_add_to_cart_button{
		width: 100%;
		margin: 0 auto;
	}

	.product_info .see_product_price form .single_add_to_cart_button {
	    width: 100%;
	}

	.product_info .see_product_price a.inquire_now {
		margin-top: 20px;
	    margin-left: 0;
	}

	.days_container {
	    max-width: 100%;
	}

	.product_specs {
	    margin-top: 0;
	}

	.product_specs .container{
		padding-top: 0;
		padding-bottom: 32px;
	}

	.product_specs h2{
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.product_specs h2 span {
		width: 100%;
	    justify-content: flex-end;
	    align-items: flex-end;
	    margin-bottom: 15px;
	}

	.product_specs h3{
		margin-top: 25px;
	}

	.product_specs p {
	    text-align: left;
	}

	.product_specs li{
		width: 100%;
		flex-direction: column;
		margin-right: 0;
	}

	.product_specs li span{
		min-width: unset;
		width: 100%;
		margin-right: 0;
	}

	.product_quantity .quantity_input{
		width: 50%;
	}

	.product_quantity .minus-icon,
	.product_quantity .plus-icon{
		justify-content: center;
	}

	.product_info .product_quantity {
	    width: 100%;
	    justify-content: space-between;
	}

	.product_info .see_product_price form {
	    flex-direction: column;
	}

	/* General Page */
	.page-template-general-page .banner_link {
	    max-width: 336px;
	}

	.general_template {
	    background-color: #f0f0f1;
	    padding-top: 30px;
	}

	.general_template h2 {
	    text-align: left;
	    margin-left: 0;
	}

	.three_column_layout {
	    flex-direction: column;
	}

	.layout_column_third {
    	width: 100%;
    	margin-bottom: 64px;
	}

	.layout_column_third.middle{
		margin-left: 0;
		margin-bottom: 50px;
	}

	.layout_column_third:last-child {
    	margin-bottom: 0px;
	}

	.layout_column_third .img_container {
	    height: 330px;
	}

	.info_icons_container {
	    flex-direction: column;
	}

	.info_icon {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.editor_with_info_icons {
	    padding: 50px;
	}

	.info_icon .icon {
	    margin-bottom: 20px;
	}

	.editor_with_info_icons .editor_content p{
		width: 400px;
		max-width: 90%;
		text-align: left;
	}

	.info_icon_content {
	    margin-left: 0px;
	}

	.editor_content {
	    font-size: 16px;
	    line-height: 24px;
	    text-align: center;
	}

	.two_images_with_editors{
		margin-top: 100px;
	}

	.two_images_with_editors .column {
	    padding-right: 0;
	}

	.two_images_with_editors a {
	    display: block;
	    text-align: center;
	    margin-right: 0;
	}

	.two_positioned_images_with_editors {
	    margin-bottom: 0;
	}

	.two_images_with_editors .bottom {
	    flex-direction: column-reverse;
	}

	.small_image_with_editor .editor_content {
	    text-align: left;
	    padding: 35px 25px;
	}

	.video_with_editor {
	    flex-direction: column;
	}

	.video_with_editor .column {
	    width: 100%;
	}

	.video_with_editor  .editor_content {
	    padding: 5% 0;
	}

	.video_with_editor .editor_content p {
	    text-align: left;
	}

	.video_with_editor .video_container iframe {
	    width: 100%;
	    height: 33vh;
	}

	.video_with_editor  .editor_content a {
	    display: block;
	    text-align: center;
	}

	.simple_text_editor h2{
		text-align: left !important;
	}

	.simple_text_editor p{
		text-align: left !important;
	}

	.cta_section {
		min-height: 40vh;
		align-items:  flex-start;
	    padding: 40px 20px;
	   	margin-bottom: 50px;
	}

	.cta_section .cta_content a {
	    width: 100%;
	}

	.cta_section .positioned_image {
	    max-width: 60%;
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	}

    .accordion_layout_container{
    	padding: 0;
    }

    .general_template .faq_section .accordion {
	    margin-top: 30px;
	    margin-bottom: 0;
	}

    .accordion_layout{
    	margin-bottom: 0;
    }

    .general_template .accordion_layout h2{
    	padding-left: 20px;
    }

	.accordion_layout h2 a{
		display: none;
	}

	.accordion_layout.faq_section .accordion-title {
	    padding: 10px 15px;
	}

	.accordion_layout.faq_section .accordion button .icon{
		top: 8px !important;
		right: 0;
	}

	.editor_form_container{
		padding: 0;
	}

	.editor_form_column {
	    padding: 20px 25px;
	}

	.general_template .security {
	    margin-top: 0;
	}

	/* Contact Form */
	.checkbox_container{
		max-width: 90%;
	}

	.wpcf7-form-control.wpcf7-checkbox .span.wpcf7-list-item{
		justify-content: flex-end;
	}

	.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	    line-height: 22px;
	}

	/* Popup */
	.popup{
		padding-top: 60px;
	}

	.popup#new_account_popup {
	    padding-top: 60px;
	    left: 0;
	    top: 10%;
	    margin: 0 auto;
	    right: 0;
	    transform: unset;
	    position: fixed;
	    max-width: 90%;
	}


	/* Cookie Policy */
	.page-id-3 h1,
	.page-id-6331 h1 span {
	    font-weight: 500 !important;
	    font-size: 28px !important;
	    line-height: 36px !important;
	    text-align: left !important;
	    margin-bottom: 15px;
	}

	.page-id-6331 h2 {
	    font-weight: 500 !important;
	    font-size: 24px !important;
	    line-height: 32px !important;
	    text-align: left !important;
	    margin-bottom: 15px;
	}


	.page-id-6361 .banner_title{
		color: #454647;
	}

	.page-id-6361 .banner_description{
		color: #454647;
	}




}


	

@media screen and (max-width: 668px) {

	.product_list_item_container {
	    align-items: flex-start;
	}

	.product_item_left {
	    margin-left: 10px;
	    margin-top: 24px;
	    margin-right: 24px;
	}

	.product_item_left a{
		padding: 0;
	}

	.product_item {
		width: 100%;
	    flex-direction: column;
	    align-items: flex-start;
	    margin-right: 0;
	}

	.product_item_column {
	    width: 100%;
	    padding-bottom: 0;
	}

	.product_sku {
	    margin-top: 0;
	}

	.product_right_title {
	    margin-top: 20px;
	}

	.see_product_price a{
		margin-left: auto;
	}
	
	.see_product_price a {
	    font-size: 14px !important;
	}

	.product_item .view_accessories img{
		margin: 0;
	}

	.related_products_container {
	    padding: 15px;
	}

	.related_products.active .toggle {
	    max-width: calc(100% - 30px);
	}

	.related_products .products_list_item{
		padding: 0;
	}

	/* Header */
	.brand_section .container {
	    padding: 10px;
	}

	.brand_item {
	    margin: 2px 10px;
	}

	.brand_item img{
		max-width: 80px;
		margin: 0 auto;
	}

	.main_nav_section .container {
	    position: relative;
	}

	.hamburger{
		top: 0px;
	}

	#site_logo {
	    max-width: 180px;
	}

	.max-mega-menu#mega-menu-product_cat_menu {
	    
	}

	.max-mega-menu#mega-menu-product_cat_menu li {
	    margin: 10px;
	    width: 40%;
	    justify-content: center;
	    display: flex;
	}

	footer{
		background-color: #F0F0F1;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.footer_column {
	    width: 100%;
	    text-align: center;
	}

	.get_in_touch ul{
	    max-width: 300px;
	    margin: 0 auto;
	    text-align: left;
	}

	.social{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 30px;
	}


	/* Product Category */

	.product_quantity{
		width: auto;
	}

	.quantity-controls{
		width: auto;
	}

	.minus-icon,
	.quantity_input,
	.plus-icon{
		width: 38px;
		text-align: center;
	}


	.add_cart_container {
	    display: block;
	    width: 100%;
	}

	.add_cart_container a {
	    width: 100%;
	    max-width: 211px;
	    padding: 10px;
	}


	/* Product Details */
	.see_product_price.not_logged_in a {
	    max-width: 100% !important;
	}


	/* News */
	.subscription_section .container {
	    padding: 40px 25px;
	}

	.subscription_plugin {
	    margin-bottom: 0;
	}

	.subscription_column.subscription_input{
		flex-direction: column;
	}

	.subscription_email{
		margin-right: 0;
	}

	.subscription_submit {
	    width: 100%;
	   	margin-top: 20px;
	}

	.subscription_check .checkbox {
	    position: relative;
	    top: -2px;
	}


	/* My Account */
	.account_options_section {
	    padding: 40px 0;
	}

	.account_option {
	    width: 100%;
	}

	.account_option .img_container {
	    width: 80px;
	    height: 80px;
	}



}

@media screen and (max-width: 480px) {

	#mega-menu-wrap-product_cat_menu .mega-menu-toggle + #mega-menu-product_cat_menu{
		flex-direction: column;
	}

	.popular_products .owl-dots {
	    bottom: -40px;
	}

}


@media screen and (max-width: 375px) {


	/* Header */
	#site_logo {
	    max-width: 120px;
	    position: relative;
	    top: 7px;
	}

	.search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 12px;
	}

	.search-form ::-moz-placeholder { /* Firefox 19+ */
	  	font-size: 12px;
	}

	.search-form :-ms-input-placeholder { /* IE 10+ */
	  	font-size: 12px;
	}

	.search-form :-moz-placeholder { /* Firefox 18- */
	  	font-size: 12px;
	}

	.mc4wp-checkbox-contact-form-7 label {
	    margin-top: 50px;
	}

	/* Category Name */
	.category_page h1 {
	    font-size: 24px;
	    margin-bottom: 0;
	}

}



@media screen and (max-width: 360px) {


	/* Header */
	.secondary_menu span{
		display: none;
	}

	/* Homepage */
	.trending_item {
    	flex-basis: 100%;
	}

	/* Category Page */
	.products_list_item{
		flex-direction: column;
	}

	.product_item{
		width: 100%;
	}

	.product_right {
	    width: 100%;
	    margin-top: 20px;
	}

	.product_image_container{
		width: 80px;
		height: 80px;
		border: 1px solid var(--northwood-gray-300, #87898C);
	}

	.product_item img {
	   	display: block;
	    padding: 10px;
	}

	.product_quantity {
	    width: 100%;
	}

	.product_info .quantity-controls {
	    width: 200px;
	}

	.minus-icon, .quantity_input, .plus-icon {
	    width: 50px;
	}

	.add_cart_container a {
	    max-width: 230px;
	}



}
@media screen and (min-width: 768px) {
	#page-id-6361 .cta_section {
    max-height: 450px !important;
    min-height: 400px !important;
	}
}

@media screen and (max-width: 768px) {

	#mega-menu-wrap-product_cat_menu #mega-menu-product_cat_menu {
	    padding: 0 20px;
	}
	
  /* Hide #top_bar_brands on smaller screens */
  #top_bar_brands {
    display: none;
  }

  /* Apply styles to .page-id-6361 .cta_section on smaller screens */
  .page-id-6361 div.cta_section>div.cta-background {
    max-height: 350px !important;
    min-height: 250px !important;
    object-fit: contain;
    background-position: right bottom;
    min-width: auto !important;
    /* Add any other styles you want for this specific page at this screen size */
  }

} 

@media screen and (min-width: 1200px) {
section.related_news>div.container>h2 {
    margin-top: 100px;
}

	.editor_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
	}
}

.popular_product_top {
    justify-content: space-between;
}
 
.row.top {
    margin-top: 70px;
}
@media screen and (max-width: 991px) {
.two_images_with_editors {
    margin-top: -20px;
    margin-bottom: 50px;
}
}
@media screen and (min-width: 991px) {
div.two_images_with_editors > a:first-child {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
	main.general_template {
    	margin-top: -100px;
	}
	.two_images_with_editors {
    margin-top: 0px;
}

span.wpcf7-list-item.first.last {
    min-width: 90vw !important;
}
	
}

.page-id-6329 .banner_carousel_item {
        display: none !important;
}








.slide-option {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.slide-option div.container {
  transition: all 0.3s ease;
}

.slide-option div.container h1 {
  margin: 15px 0 0 0;
}

.slide-option div.container h3 {
  margin: 0 0 25px 0;
}

.slide-option {
    margin: 0 0 50px 0;
    background-color: #fff;
}

.slide-option .no-marg {
  margin: 0 0 0 0;
}
div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
}

div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}

div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}

div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
  margin: 0 10px;
}
@-webkit-keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}

#stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}

#stffull div.highway-barrier ul.highway-lane li.highway-car {
  -webkit-animation: translatestf 30s linear infinite;
          animation: translatestf 30s linear infinite;
}

#stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}

@-webkit-keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-124px * 12));
  }
}

#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 124px;
  height: 100%;
}

#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
}

#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
}

#infinite div.highway-barrier ul.highway-lane {
  width: calc(248px * 24);
}

#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 124px;
  -webkit-animation: translateinfinite 50s linear infinite;
          animation: translateinfinite 50s linear infinite;
}

#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}

#red {
  background: #cb5454;
}
#orange {
  background: #cb8054;
}
#yellow {
  background: #cbba54;
}
#green {
  background: #69b46e;
}
#blue {
  background: #6091b0;
}

@media (max-width: 992px) {
  
	section.slide-option {
	    padding: 0 20px 0 20px;
	    margin-bottom: 10px;
	}

}
ol.numbered-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 20px;  
}

ol.numbered-list li {
  counter-increment: list-counter;
  margin-bottom: 10px; 
}

ol.numbered-list li::before {
  content: counter(list-counter) ".";
  display: inline-block;
  width: 1.5em; 
  margin-right: 10px; 
  font-weight: bold; 
}

ol.alphabet-list {
  list-style-type: lower-alpha;
  padding-left: 20px; 
}

ol.alphabet-list li {
  margin-bottom: 10px; 
}

body .dfd-card-pricing { display: none; }
body.logged-in .dfd-card-pricing { display: flex; }





.woocommerce-form-login input.input-text{
	width: 100%;
    height: 60px !important;
    border-radius: 30px !important;
    border: 1px solid  #54565A !important;
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
 /*   max-width: 780px;*/
    margin-top: 7.5px;
    padding-left: 15px;
}


.woocommerce-form-login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;
}

.woocommerce-form-login ::-moz-placeholder { /* Firefox 19+ */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;	 
}

.woocommerce-form-login :-ms-input-placeholder { /* IE 10+ */
		color: #87898C !important;
		font-size: 18px;
		font-family: Poppins;
		font-weight: 500;
		line-height: 28px;
}

.woocommerce-form-login :-moz-placeholder { /* Firefox 18- */
		color: #87898C !important;
	    font-size: 18px;
	    font-family: Poppins;
	    font-weight: 500;
	    line-height: 28px;
}

.woocommerce-form-login .show-password-input, 
.woocommerce-form-login .show-password-input {
    right: 20px !important;
    top: 36% !important;
}

.woocommerce-form-login textarea{
	width: 100%;
	height: 200px !important;
    border-radius: 0px !important;
    padding: 20px 13.5px;
    border-radius: 30px !important;
    border: 1px solid  #54565A !important;
    color: #87898C !important;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 780px;
    margin-top: 7.5px;
    padding-left: 15px;
}

.woocommerce-form-login .woocommerce-privacy-policy-text{
	margin-bottom: 15px;
}

.woocommerce-form-login .woocommerce-form-login__submit{
	width: 100%;
    text-align: center;
    background: #692F7F !important;
    color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	justify-content: center;
	padding: 16px 28px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 30px !important;
    margin-top: 16px;
    margin-bottom: 20px;
   	cursor: pointer;
}

@media screen and (max-width: 480px) {

		 .popup {
		    max-width: 90%;
		}


}