/*
Theme Name: Bluenet  Child
Description: This is a child theme for Bluenet  Theme
Author: UX Themes
Template: bluenet
Version: 3.0
*/

:root {
	--color-primary: #06283D;
	--secondary: #00B5E9;
	--color-red: #fe4665;
	--color-monster: #46feaa;
	--surface: #181818;
	--text-basic: #262626;
	--bg-gray: #f8f8f8;
	--border-basic: rgba(7,7,7,0.1);
	--size-l1: 2.6rem;
	--size-l2: 2rem;
}

a {
	text-underline-offset: 3px;
}

.dark, .dark p, .dark td {
    color: white;
}

.button.cirle:not(.is-outline) {
	color: var(--primary-color);
    background-color: transparent!important;
    line-height: 1.2;
    min-height: unset;
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;	
	box-shadow: none;
	border: 0px;
}

.button.white.cirle:not(.is-outline) {
	color: white!important;
}

.button.black.cirle:not(.is-outline) {
	color: var(--text-basic);
}

.button.cirle:not(.is-outline):before {
	content: '';
    position: absolute;
    background: rgb(0 0 0 / 8%);
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 60px;
    transition: 300ms all;
}

.button.white.cirle:not(.is-outline):before {
    background: rgb(255 255 255 / 15%);
}

.button.cirle:not(.is-outline):hover:before {
    width: 100%;
}

.btn.button.red:not(.is-outline) {
	background-color: var(--color-red);
}

.flickity-page-dots .dot {
	border: 0;
    opacity: .35;
    background-color: var(--secondary);
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background-color: var(--secondary);
}


/* Header -------- */
.header-html-text {
	text-transform: uppercase;
}

.header-top .menu-item a{
	transition: 300ms all;
}

.header-top .menu-item a:hover {
    text-decoration: underline 1px;
    text-underline-offset: 3px;
}

.header-shadow .header-wrapper {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}

#masthead .nav-line-bottom > li > a:before {
	height: 1px;
	bottom: 7px;
    width: 60%;
	transition: 300ms all;
}

#masthead .nav-line-bottom > li > a:after {
	content: '';
    height: 1px;
    bottom: 4px;
    width: 30%;
    background-color: var(--primary-color);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
	transition: 300ms all;
}

#masthead .nav-line-bottom > li.active > a:after {
    opacity: 1;
}

#masthead .nav-line-bottom:hover > li > a:after {
    opacity: 0;
}


#masthead .nav-line-bottom > li:hover > a:after {
    opacity: 1;
}

.header .nav-dropdown {
    border-top: 2px solid var(--secondary);
    border-radius: 0;
    padding: 10px;	
}

.header .nav-dropdown:before {
	content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 15%;
    border-style: solid;
    border-color: transparent transparent var(--secondary);
    border-width: 0 10px 10px 10px;
}

.header-search  .nav-dropdown:before {
    left: unset;
	right: 15px;
}

.searchform .search-field {
    box-shadow: none;
    height: 42px;
    border: 1px solid #ddd;
    border-right: 0;
    font-size: 16px;
    color: var(--text-basic);	
	background-color: transparent;
}

.searchform .search-field:hover,
.searchform .search-field:focus {
	background-color: transparent;
	box-shadow: none;
}

.searchform .button.submit-button:not(.is-outline) {
	height: 42px;
    font-size: 12px;
    background-color: transparent;
    color: var(--text-basic);
    border: 1px solid #ddd;
    border-left: 0px;
    box-shadow: none;
    padding: 5px 12px;	
}

.searchform .submit-button:not(.is-outline):hover {
	color: var(--secondary);
}

.autocomplete-suggestion .search-price {
	display: flex;
    flex-direction: column;	
}

.nav-icon .icon-menu {
    display: none;
}

.nav-icon .qodef-m-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 22px;
    padding: 0;
    margin-left: 0;
}

.nav-icon .qodef-m-line {
    display: block;
    height: 2px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--text-basic);
}

.mobile-nav  >li.has-icon>a>i {
    min-width: 1em;
    color: var(--text-basic);
}

.off-canvas-left .mfp-content {
	background-color: white;
	width: 400px;
}

.mfp-content .menu-item > a {
	font-size: 1rem;
	color: var(--text-basic);
	text-transform: unset;
    letter-spacing: 0;
}


.nav-sidebar > .menu-item > .sub-menu  > .menu-item {
	padding: 0;
}

.nav-sidebar.nav-vertical>li.menu-item.active, 
.nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: rgba(0,0,0,.025);
}

.nav-sidebar > .menu-item > .sub-menu  > .menu-item > :before {
    content: '\eac9';
    font-family: "material icons";
    margin-right: 5px;
}


/* Home - Slider ----------- */
.home-slider h2 {
    font-size: var(--size-l1);
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 24px;	
}

.home-slider p {
	margin: 0 0 12px;
    font-size: 1.05rem;
    color: white;	
}

.home-slider_info {
    position: absolute;
    z-index: 100;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
    right: 10px;
    bottom: 50%;	
	width: 100%;
}

.home-slider_info .material-icons {
    line-height: 1;
    font-size: 16px;
    vertical-align: middle;
}

.home-slider_info a {
	color: white;
	font-size: 0.95rem;
	font-weight: 600;
	transition: 300ms;
}

.home-slider_info a:hover {
	color: white;
	text-decoration: underline 1px;
}

.home-slider_acttion {
    position: absolute;
    bottom: 50px;
    z-index: 100;
    left: 50px;
}

/* Home - Title -------- */
.home-title h2 {
	font-size: var(--size-l2);
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;	
}

.home-title  p {
    font-size: 1.1rem;
    margin-bottom: 10px;	
}


/* Home - Partner ----------- */
.home-partner .gallery-col .box-text {
	display: none;
}

.home-partner .row {
	justify-content: center;
}

.home-partner .gallery-col img {
    height: 110px;
    width: auto;
    object-fit: contain;
    object-position: center;
    margin: auto;	
}

.home-partner .gallery-col .box-image {
	text-align: center;
}

.decor-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
    z-index: -1;	
}
.decor-wrap .text {
    position: absolute;
    display: block;
    left: 25%;
    height: 100%;
    width: 1px;
    background-color: rgb(255 255 255 / 8%);
}

.decor-wrap .text:nth-child(2) {
    left: 50%;
}

.decor-wrap .text:nth-child(3) {
	left: 75%;
}

.decor-wrap .text:before {
	content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 4px;
    border-radius: 5px;
    background-color: var(--secondary);
    top: 25%;
    left: 0;
    transform: translateX(-50%);
} 
.decor-wrap .text:nth-child(2):before {
	display: none;
}

.decor-wrap .text:nth-child(3):before {
    background-color: #0beebe;
    top: 85%;
}

/* Home - About  */
.home-about .text-left p {
	text-align: justify;
}

.home-about .img-back {
	position: absolute;
    top: -35px;
    left: 0;
    background: var(--surface);
	border-radius: 10px;
	overflow: hidden;
}


.home-about .img.box .img-inner {
	border-radius: 10px;
    padding-top: 125%;
    border: 2px solid white;
    box-shadow: 0 0 60px rgb(144 255 247 / 21%);
}

.home-about .icon-box {
    align-items: center;	
}

.home-about .icon-box-img img {
    padding-top: 0;
}

.home-about .icon-box .icon-box-text {
    padding-left: 7px;
}

.home-about .icon-box p {
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 7px;
}


.section.bg-repeat .section-bg.bg-loaded {
    background-repeat: repeat!important;
    background-size: contain!important; 
}


/* Home - Feature ------- */
.home-feature .icon-box-img svg path,
.home-feature .icon-box-img svg rect,
.home-feature .icon-box-img svg circle,
.home-feature .icon-box-img polyline {
    fill: transparent;
} 

.home-feature .col-box > .col-inner  {
    background: white;
    padding: 1.2rem 1.8rem 1.8rem;
    border-radius: 10px;
    transition: 300ms all;	
}


.home-feature .col-box > .col-inner:hover  {
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 6%);	
	transform: translateY(-5px);
}

.home-feature  .icon-box-img {
    margin-bottom: 5px;
}

.home-feature h3 {
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
}

.home-feature .icon-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 10px;	
}


/* Footer - Icon -------- */
.footer-icon {
    background: linear-gradient(0deg, rgb(71 188 255 / 15%), white);	
}


/* Footer - Link --------- */
.footer-info {
    font-size: 13px;	
}

.footer-info h3 {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 14px;	
}

.footer-info p {
    line-height: 1.6;
    margin-bottom: 10px;	
}

.footer-info .material-icons {
    font-size: 17px;
    margin-right: 2px;
    vertical-align: text-bottom;	
}

.footer-info .ux-menu-link__link:hover {
	color: var(--secondary);
}

.footer-info .ux-menu-link__text:before {
	content: '\eac9';
    font-size: 14px;
    font-family: 'Material Icons';
    margin-right: 0px;
    vertical-align: middle;
    line-height: 1;
}


/* Footer - Copyright ---- --------*/
.footer-copy {
    font-size: 13px;
	
}

.footer-copy p{
    margin-bottom: 7px;	
} 
.absolute-footer {
	display: none;
}


/* Shop - After header ----- ----*/
.row-large > .product-category.col {
    padding: 0 24px 15px;	
}

.box-category .image-cover {
	border-radius: 10px;	
}

.box-category .box-text {
    padding: 8px 0 0;	
}

.box-category .header-title {
	font-weight: 600;
    text-transform: unset;
    letter-spacing: 0px;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
    color: var(--secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.shop-after-head .searchform .search-field,
.shop-after-head  .button.submit-button:not(.is-outline) {
	background-color: var(--bg-gray);
}

.col .live-search-results, 
.header-block .live-search-results,
.header .search-form .live-search-results {
    background-color: rgb(255 255 255);
	
}

.shop-after-head {
	z-index: 10;
}

.page-title  {
	font-size: 0.9rem;
}

.breadcrumbs  {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0;	
}

.breadcrumbs a {
	transition: 300ms all;
}

.term-description {
    font-size: 0.95rem;
    margin: 0 0 2.5rem;
}

.term-description p {
	line-height: 1.7;
	margin-bottom: 12px;
}

.archive.woocommerce #main {
	background: radial-gradient(#ecf8ff , transparent 50%);	
}

#term-description_bottom {
    margin-top: 40px;	
}

/* Ux Product box ------ */
.product-small.col .badge-container {
	z-index: 2;
	margin: 0;
    left: 15px;
    top: 15px;
}

.product-small.box .box-image {
	z-index: 1;
}

.product-small.col  .on-sale {
/* 	background-color: #dc0606; */
    font-size: 13px;
    font-weight: 600;
    min-height: unset;
    line-height: 1.2;	
}

.product-small.col .badge {
	height: 1.8em; 
	margin: 0;
}

.product-small.box  {
	border: 1px solid #dedede;
    overflow: hidden;
    padding: 8px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 40px 0 rgb(16 155 98 / 12%);	
}

.product-small.box .product-title > a {
	transition: 300ms all;
    color: var(--secondary);
    line-height: 1.4;
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.product-small.box .price-wrapper {
	margin-top: 10px;
}

.product-small.box .amount {
    font-size: 0.92rem;
    font-weight: 600;	
}

.product-small.box del .amount {
	font-size: 1em;
    font-weight: normal;	
}

.product-small.box .box-text {
    padding: 10px 8px 15px;
}

.page-numbers .page-number {
	border-radius: 3px;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    justify-content: center;
    align-items: center;	
}

/* Single Product ----- -------- --- */
.product-gallery .product-images  {
    border: 1px solid var(--border-basic);
    padding: 10px;
    border-radius: 5px;
}

.product-gallery .on-sale.badge-inner  {
/*     background-color: #dc0606; */
    font-size: 1rem;	
}

.product-info .product-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.3;	
}

.product-info .product-link-demo {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 0.98rem;
    background-color: var(--color-red);
    color: white;
    padding: 7px 25px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    margin: 22px 0;
    transition: 300ms all;	
}

.product-info .amount {
    font-weight: 600;
    font-size: 1.3rem;	
}

.product-info del .amount {
	font-size: 1.1rem;
	font-weight: normal;
}

.product-info .product-short-description {
    font-size: 0.92rem;
    margin: 1rem 0 12px;	
}

.product-info .product-short-description p {
    line-height: 1.6;
    margin-bottom: 10px;	
}

.product-info  .wapf-field-input input[type=checkbox] {
    float: none;
	margin-bottom: 5px;
	margin-top: 0;
}

.product-info  .wapf-input-label {
    display: flex;
	margin-bottom: 14px;
}

.product-info .wapf-label-text {
	font-size: 0.92rem;
	padding-left: 2px;
    font-weight: 600;
    display: inline-block;
    transform: translateY(-5px);
}

.product-info .wapf-pricing-hint {
	color: var(--color-red);
    opacity: 1;
	font-weight: 500;
}

.product-info .wapf--inner > div:first-child {
	display: none;
}

.product-info .wapf--inner {
	padding: 0;
	margin: 10px 0 16px;
}

.product-info .wapf--inner > div:nth-child(2) > span:first-child:before {
    content: "Phí tính thêm";
    font-size: 0.92rem;
    font-weight: normal;
}

.product-info .wapf--inner > div:nth-child(2) > span:first-child,
.product-info .wapf--inner > div:nth-child(3) > span:first-child {
	font-size: 0;
}

.product-info .wapf--inner > div:nth-child(3) > span:first-child:before {
    content: "Tổng cộng";
	font-size: 0.92rem;
    font-weight: normal;
}

.product-info .wapf--inner .amount {
	font-size: 1rem;
}

.product-info .wapf--inner > div {
	padding: 0;
}

.product-info .single_add_to_cart_button {
	font-size: 1rem;
    font-weight: bold;
    left: 0;
    padding: 4px 25px;
    border-radius: 5px;
    display: block;
    width: 100%;
    margin: 20px 0;	
}

.product-info .single_add_to_cart_button:before {
    content: "\f05b";
    font-family: 'material icons';
    font-weight: normal;
    height: 20px;
    display: inline-flex;
    width: 20px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    vertical-align: baseline;
    margin-right: 6px;
    transform: translateY(2px);
}

.product-info .product_meta a {
	transition: 300ms all;
}

.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: 0;
}

.single-product .product-main {
	padding-bottom: 10px;
}


/* Cart Page ---------- */
.cart-sidebar .product-name  {
	border-width: 0px!important;
    border-bottom-width: 3px!important;	
}

.shop_table .product-quantity {
	text-align: center;
}

.shop_table .product-name {
	font-size: 0.92rem;
}

/* Contact - Info ------------- */
.page-header .entry-title {
    font-size: var(--size-l1);
    line-height: 1.3;	
}

.contact-info  p {
    margin-bottom: 12px;	
}

.contact-info .material-icons {
    font-size: 20px;
    width: 20px;
    margin-right: 7px;
    display: inline-block;
    transform: translateY(4px);
    line-height: 1;
}

.contact-info h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;	
}

.contact-info .wpcf7-form-control {
    font-size: 16px;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid var(--border-basic);	
}

.contact-info .form_wrap .button {
	margin-top: 20px;
}

/* About - Goal ------- ---------- */
.about-goal h6 {
	color: transparent;
    -webkit-text-stroke-color: rgba(255,255,255, 0.6);
    font-size: 4rem;
    font-weight: bold;
    opacity: 1;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 10px;
}

.about-goal p {
	text-transform: capitalize;
	color: white;
	 opacity: 0.7;
}

.about-goal .col-inner {
	text-align: center;
}

/* About - Chart  */
.col-chart h5 {
	display: flex;
    justify-content: space-between;	
}

.col-chart h5 span  {
    font-weight: 500;
    opacity: 0.7;	
}

.col-chart .chart {
    display: block;
    background-color: #f6f6f6;
    width: 100%;
    height: 7px;
    margin-bottom: 20px;
    position: relative;	
}

.col-chart .chart:before {
	content: '';
    display: block;
    background-color: var(--secondary);
    width: 90%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.col-chart .chart[data-width="95%"]:before {
    width: 95%;
}

.col-chart .chart[data-width="97%"]:before {
    width: 97%;
}


/* Ux - Blog ------- */
.box-blog-post .is-divider {
	display: none;
}

.box-blog-post {
    border: 1px solid var(--border-basic);
    padding: 12px;	
	background: white;
}

.box-blog-post .box-text {
	padding: 5px 0 10px;
}

.box-blog-post .cat-label {
	font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    color: var(--text-basic);
    margin: 5px 0;
    position: relative;	
}

.box-blog-post .cat-label:before {
	content: '\e2c7';
    font-family: 'Material Icons';
    font-size: 18px;
    width: 18px;
    vertical-align: text-top;
    color: var(--secondary);
    font-weight: 400;
    margin-right: 3px;
}

.box-blog-post .post-title  {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: capitalize;	
	transition: 300ms all;
}


.box-blog-post:hover .post-title  {
	color: var(--secondary);
}

.box-blog-post .from_the_blog_excerpt  {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 ;
    font-size: 0.92rem;
}


/* Archive - post ---- */
.widget .is-divider,
.widget .post_comments {
	display: none;
}

.widget:not(.widget_media_image)  {
    background-color: var(--bg-gray);
    padding: 20px;
    border-radius: 5px;
}

.widget .widget-title {
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--secondary);
    display: block;
    margin-bottom: 10px;

}

.widget .widget-title:before {
	content: '\e835';
	font-family: "material icons";
	font-weight: 400;
	margin-right: 5px;
	font-size: 16px;
	width: 16px;
	display: inline-block;
	transform: translatey(3px);
}

.widget .cat-item {
    font-size: 0.95rem;
}

.widget .cat-item a {
	padding: 12px 0;
	transition: 300ms all;
}

.widget .recent-blog-posts-li a {
    font-size: 0.95rem;
    line-height: 1.4;
    text-transform: unset;	
}

.archive-page-header .page-title {
	font-size: var(--size-l2);
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0;
    color: var(--color-primary);
    text-decoration: underline 1px;
    text-underline-offset: 3px;	
}

body.blog.paged .blog-header-wrapper .section.blog-post {
	display: none;
}

/* Single post ------ */
.single-post .entry-divider  {
	display: none;
}

.single-post .entry-header-text {
	padding-bottom: 0;
}

.entry-category a {
	font-size: 13px;
    text-transform: capitalize;
    opacity: 1;
    transition: 300ms all;
    font-weight: 600;	
}

.single-post .entry-category {
	margin-bottom: 7px;
}

.single-blog-section_title {
    border-left: 3px solid var(--primary-color);
    padding: 5px 0 5px 12px;
    margin-bottom: 20px;
    background: var(--bg-gray);
    font-weight: 600;	
	font-size: 1.2rem;
}

/* Website Page - Question -------- */
.accordion .accordion-title {
    background-color: var(--bg-gray);
    border-top: 0;
    padding: 12px 45px 20px 12px;
    font-weight: 600;
    position: relative;	
}

.accordion .accordion-item {
    position: relative;
    background: white;
    border: 1px solid var(--border-basic);
    margin-bottom: 10px;
    border-radius: 3px;	
}

.accordion .toggle {
    left: unset;
    right: 0;	
}

.accordion .accordion-inner {
	padding: 16px;
	background-color: white;
}

.accordion .accordion-title  p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 12px;
}


/* Website - Testimonial ------------ */
.web-test .slider  .flickity-slider>.row {
    opacity: 1;
    width: calc(100% /3) !important;
	padding: 20px 15px;
}

.web-test .icon-box-text {
    font-size: 0.95rem;
    background-color: white;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding: 45px 16px 20px ;
    border-radius: 4px;	
}

.web-test .icon-box-text p {
	margin-bottom: 12px;
}

.web-test .testimonial-meta {
	font-size: 0.95rem;
}

.web-test  .icon-box-img {
    margin: 0 auto -30px;
    z-index: 10;
    border: 2px solid white;
	box-shadow: 0 4px 4px rgb(0 0 0 / 6%); 
}

.web-test  .icon-box-img img{
	padding-top: 0;
}


.web-test .flickity-page-dots {
	bottom: -18px; 
}


/* Website. - Goal ------ */
.web-goal h5 {
	color: #A0C90D;
    opacity: 1;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 12px;	
}

.web-goal p {
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 1.1rem	
}


/* Website - Process ------ */
.web-process .icon-box {
    margin-bottom: 25px;	
}

.web-process .icon-box h3 {
    font-size: 1.1rem;
    line-height: 1.4;	
}

.web-process .icon-box p {
    font-size: 0.95rem;
    line-height: 1.5;
	text-align: justify;
}


/* Website - Price */
.web-price {
	
}

.col-price {
	
}

.col-price > .col-inner {
    background: white;
    padding: 30px;
    font-size: 0.95rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);	
}

.col-price.outstand > .col-inner {
	
}

.col-price h6 {
	color: var(--color-red);
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: 0;
    opacity: 1;	
}

.col-price .dark h6 {
	color:white;
}

.col-price p {
	margin-bottom: 12px;	
}

.col-price h5 {
	font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 20px;	
}

.col-price hr {
    margin: 25px 0;
    border-top: 2px solid currentColor;
}

.col-price ul {
    text-align: left;
    list-style: none;
}

.col-price ul li {
	margin-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: revert;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.col-price ul li + li {
	border-top: 1px dashed rgb(210 209 209 / 30%);
    padding-top: 10px;
}

.col-price li:before {
	content: '\e876';
    font-family: "material icons";
    font-size: 15px;
    width: 22px;
	min-width: 22px;
    display: flex;
    background: #6666661a;
    line-height: 22px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    vertical-align: text-top;
	transform: translateY(4px);
}

.col-price .button {
	margin-top: 32px;	
}

.col-price .button:hover{
	box-shadow: none;
	transform: translatey(-5px);
}

.col-price .button.is-outline  {
	border: 1px solid var(--color-red);
    color: var(--color-red);
    font-weight: 600;
    font-size: 1rem;
    display: block;
    border-radius: 100px;
    padding: 5px 15px;
}

.col-price .button.is-outline:hover {
	background-color: var(--color-red);
	border: 1px solid var(--color-red);
	color: white;
}

.col-price.outstand .button:not(.is-outline) {
    color: var(--color-red)!important;
    border: 0;
    background-color: white;
    display: block;
    border-radius: 100px;
    padding: 5px 15px;
}

/* Website - Welcome ------- */
.web-welc .section-bg-overlay {
    background: linear-gradient(161deg ,#05daeb, #0169bc);
    opacity: 93%;
}


/* Website - Feature ------- */
.web-feature img {
    object-fit: contain;
    object-position: center;	
}

.web-feature .col-box > .col-inner {
    border: 1px solid var(--border-basic);
    padding: 30px 20px 75px;
    border-radius: 10px;
    transition: 300ms all;	
	position: relative;
}

.web-feature .col-box > .col-inner:hover {
    border: 1px solid var(--secondary);
}

.web-feature h3 {
    font-size: 1.2rem;
    line-height: 1.3;	
}

.web-feature .col .button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;	
}


/* Blogs Page - Page title */
.page-header.blog-title .title-overlay {
    background: linear-gradient(180deg, #4501011f 0%, #f2295b75 100%);
}

.box-vertical.box-blog-post {
	padding: 0;
	border: 0;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	background-color: var(--bg-gray);
    padding: 5px;
    border-radius: 5px;
}

.box-vertical.box-blog-post .box-text {
	padding: 10px 0 10px 12px;
}


.box-vertical.box-blog-post .image-cover {
    border: 1px solid var(--border-basic);
	border-radius: 5px;
}

.blog-post .row-xsmall>.col.post-item {
    padding: 0 2px 7px;
}





/* Responsive ---------------- */
@media only screen and (max-width: 1024px) { 
}

@media only screen and (max-width: 875px) {	
	:root {
		--size-l1: 2rem;
		--size-l2: 1.6rem;
		font-size: 95%;
	}
	
	.home-partner .gallery-col img {
		height: 70px; 
	}
	
	.home-title  p {
		font-size: 1rem; 
	}
	
	.row-large > .product-category.col {
		padding: 0 12px 15px;
	}
	
	
	.single-product .product-info {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.row:not(.row-collapse) >.col.post-item  {
		padding-left: 7px;
		padding-right: 7px;
	}
	.box-blog-post {
		padding: 7px;
	}
	
	.web-test .slider .flickity-slider>.row {
		width: calc(100% /2) !important; 
	}
	.web-test .slider .flickity-viewport {
		overflow: unset;
	}
	
	.col-price > .col-inner {
		padding: 25px 15px; 
	}
	.row:not(.row-collapse) > .col-price {
		padding: 0 8px 30px;
	}
}

@media only screen and (max-width: 575px) {
	:root {
		--size-l1: 1.65rem;
		--size-l2: 1.3rem;
		font-size: 90%;
	}
	
	.off-canvas-left .mfp-content {
		width: 100%; 
	}
	
	.home-slider h2 {
		margin: 0 0 12px; 
	}
	.home-slider_info {
		transform: unset;
		transform-origin: unset;
		right: unset;
		left: 20px;
		bottom: 18px;
		width: 100%;
		justify-content: flex-start; 
	}
	.home-slider_acttion {
		bottom: 65px;
		left: 15px; 
	}
	.button.cirle:not(.is-outline):before {
		height: 45px;
		width: 45px; 
	}
	
	.row-large > .product-category.col {
		padding: 0 10px 12px;
	}
	
	.product-small.box .box-text {
		padding: 8px 2px 8px;
	}
	
	.row:not(.row-collapse) >.col.product-small  {
		padding: 0 7px 20px;
		margin-bottom: 0;
	}
	.product-small.box {
		padding: 6px; 
	}
	
	.page-title-inner {
		padding-top: 10px; 
	}
	.woocommerce-tabs .tab-panels {
		padding: 20px 14px;
	}
	
	.about-goal h6 {
		font-size: 2.5rem;
	}
	
	.box-blog-post .cat-label {
		font-size: 12px; 
	}
	.box-blog-post .cat-label:before {
		font-size: 15px; 
	}
	.box-blog-post .post-title {
		margin: 0 0 5px; 
	}
	.box-blog-post .from_the_blog_excerpt {
		line-height: 1.4;
	}
	
	.box-vertical.box-blog-post .box-image {
		width: 45%!important;
	}
	.box-vertical.box-blog-post .box-text {
		padding: 0px 0 3px 12px;
	}
	
	.web-test .slider .flickity-slider>.row {
		width: calc(100% /1.2) !important; 
		padding: 20px 10px;
	}
	.web-test .icon-box-text {
		padding: 45px 12px 20px; 
	}
	
	.row:not(.row-collapse) > .col-price {
		padding: 0 22px 30px;
	}
	
	.blog-post .row > .col.post-item {
		padding: 0 15px 7px;
	}
	.blog-post .row-xsmall>.col.post-item {
		padding: 0 2px 7px;
	}

	
}









