/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.7
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.cs-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.cs-row > *{
	padding:  0 15px;
}
.cs-row .col-md-6{
	flex: 0 0 50%;
	max-width: 50%;
}
.cs-row .col-md-3{
	flex: 0 0 25%;
	max-width: 25%;
}
.cs-row .col-md-4{
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.cs-row .col-md-5{
	flex: 0 0 41.67%;
	max-width: 41.67%;
}
.cs-row .col-md-7{
	flex: 0 0 58.33%;
	max-width: 58.33%;
}
.cs-row .col-md-8{
	flex: 0 0 66.67%;
	max-width: 66.67%;
}
.cs-row .col-md-9{
	flex: 0 0 75%;
	max-width: 75%;
}
.home-section h1,.home-section h2,.home-section h3,.home-section h4,.home-section h5,.home-section h6{
	color: #30a64a;
}
.ql-align-center{
	text-align: center;
	margin-bottom: 20px;
}
.section-1 blockquote{
	position: relative;
	margin: 0;
	padding: 0 24px 0 36px;
	margin-bottom: 24px;
}
.section-1 blockquote:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: -10px;
    top: -35px;
    color: #50e3c2;
}
.list-btn{
	text-align: center;
}
.woocommerce-page #comments{
	display: none;
}
main .button-cs{
	background-image: -webkit-linear-gradient(left, #d8ff09, #4ba116);
	font-size: 15px;
    font-weight: 600;
    line-height: 47px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 300ms linear 0ms;
    color: #fff !important;
    border:unset;
    border-radius: 10px;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    margin-right: 15px;
    text-decoration: unset;
}
.list-btn .button-cs:last-child{
	margin-right: 0;
}
main .button-cs-2{
	background-image: -webkit-linear-gradient(left, #f798fe, #612be1);
}
.iframe-youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.iframe-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-section{
	padding: 30px 0;
}
.section-2{
	position: relative;
	min-height: 500px;
	padding: 50px 0;
}
.section-2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.645);
}
.section-2-wrap{
	position: relative;
	z-index: 1;
}
.home-section .section-title {
	position: relative;
}
@-webkit-keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}100%{-webkit-transform:scale(3);transform:scale(3);opacity:0;}}
@keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}100%{-webkit-transform:scale(3);transform:scale(3);opacity:0;}}
.home-section .section-title .dot{
    width: 10px;
    height: 10px;
    background: #0fd186;
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.home-section .section-title .dot:before{
	content: "";
    border: 1px solid #0fd186;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(238, 46, 36, .2);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: absolute;
    top: 0;
    left: 0;
}
.section-2 .section-title{
	color: #fff;
	margin-bottom: 15px;
}
.section-2 .section-text{
	color: #fff;
	line-height: 1.5;
}
.section-3 .section-text,.section-4 .section-text{
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}
.home-list-price{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.home-list-price .item{
	padding: 15px;
	background-color: rgb(255 255 255 / 35%);
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
	border:1px solid #333;
	border-radius: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home-list-price .selected {
    z-index: 10;
    width: 180px;
    height: 34px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 5px #888888;
    background: #038018ba;
    border-top: 5px solid #03801800;
    border-bottom: 1px solid #03801800;
    transform: rotate(35deg);
    position: absolute;
    right: -32px;
    top: 21px;
}
.home-list-price .item .name{
	padding-top: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
    text-align: center;
    line-height: 30px;
    color: rgb(3 128 24 / 81%);
}
.home-list-price .item .desc{
	max-width: 270px;
    margin: 0px auto 20px auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.home-list-price .item .web-price{
	min-height: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.home-list-price .item .web-price .sale-price-child{
	display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #030712;
    line-height: 22px;
    margin-bottom: 20px;
}
.home-list-price .item .web-price .sale-price-child span{
	font-weight: 600;
    font-size: 2.2em;
    line-height: 0.75;
    color: #ff0000;
}
.home-list-price .item .web-price .web-price-child{
	display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #030712;
    line-height: 22px;
}
.home-list-price .item .web-price .web-price-child span{
	font-weight: 600;
    font-size: 2.2em;
    line-height: 0.75;
    color: #038018cf;
}
.home-list-price .item .web-price.has-sale .web-price-child{
	position: relative;
}
.home-list-price .item .web-price.has-sale .web-price-child:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background-color: #ff0000;
}
.home-list-price .item .web-price.has-sale .web-price-child span{
	font-size: 1.6em;
}
.home-list-price .item .button-price{
	text-align: center;
	margin-bottom: 20px;
}
.home-list-price .item .button-price a{
	background-color: #0e1534;
	color: #fff;
	display: block;
	padding: 10px 20px;
	border:1px solid #0e1534;
	transition: .3s all ease-in-out;
}
.home-list-price .item .button-price a:hover{
	background-color: #fff;
	color: #0e1534;
}
.show-voucher{
	margin-top: 10px;
	font-size: 16px;
	color: #ff0000;
	font-weight: 600;
	text-align: center;
}
.list-detail .child-item{
	margin-bottom: 12px;
    font-weight: 400;
    font-size: 15px;
    color: #212d31;
    line-height: 26px;
    text-align: left;
}
.list-detail .child-item .fa-check-circle {
    color: #038018;
    margin-right: 10px;
}
.list-detail .child-item .fa-times {
    color: #b20000;
    margin-right: 10px;
}
.list-cat .item{
	text-align: center;
}
.list-cat .item .thumb{
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
	width: 92px;
	height: 92px;
	display: inline-block;
	margin-bottom: 10px;
}
.list-cat .item:hover .thumb img{
	transform: scale(1.05);
}
.list-cat .item .thumb img{
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .3s all ease-in-out;
}
.list-cat .item h3{
	margin-bottom: 0;
	text-transform: uppercase;
}
.list-cat .item h3 a{
	color: #30a64a;
}
.section-title2{
	text-align: center;
	color: #30a64a;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cs-nav .owl-nav>div{
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	font-weight: 700;
	line-height: 30px;
	background-color: #30a64a;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
}
.cs-nav .owl-nav > .owl-next{
	right: -30px;
	left: unset;
}
.list-cat{
	margin-bottom: 30px;
}
.list-product{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	width: 100%;
}
.list-product .item{
	
}
.list-product .item .item-wrap{
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.list-product .item .thumb{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    height: 100%;
}
.list-product .item .thumb .thumb-child{
	padding-top: 20px;
    height: 300px;
    transition: background-position 2s ease-in-out;
    width: 100%;
    background-position: top center;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    width: 100%;
}
.list-product .item .thumb .thumb-child:hover {
    background-position: bottom center !important;
    transition: background-position 5s linear 0s;
}
.small-btn .button-cs{
	padding: 0 15px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 13px;
}
.list-product .product-text{
	padding: 10px;
	text-align: center;
}
.list-product h3{
	margin-bottom: 5px;
}
.list-product .price{
	margin-bottom: 5px;
	color: #ff0000 !important;
	font-weight: 700;
	font-size: 18px;
	display: block;
}
.list-product .price del{
	color: #999;
	font-weight: normal;
	font-size: 13px;
	display: block;
}
.list-product .price ins{
	text-decoration: unset;
}
.home-section.section-4,.home-section.section-6{
	background-color: #e4fbf3;
}
.seo-section{
	padding: 40px 0;
}
.seo-title{
	color: #333;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.seo-title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #30a64a;
}
.seo-list-1 .item{
	margin-bottom: 15px;
	padding-left: 35px;
	background: url(images/ticked-001.png) top left no-repeat;
	font-size: 18px;
	font-weight: 700;
}
.seo-list-1 .item span{
	color: #30a64a;
}
.seo-top-img{
	margin-bottom: 10px;
}
.seo-top-content{
	text-align: justify;
}
.cs-row-center{
	align-items: center;
}
.connect-now{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.connect-now a{
	display: inline-block;
	padding: 0 70px;
	border-radius: 99px;
	height: 70px;
	line-height: 70px;
	background-color: #2b9cff;
	color: #fff;
	font-size: 24px;
	position: relative;
	transition: .3s all ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
}
.connect-now a:after{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	margin-left: 10px;
	top: -1px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.connect-now a:hover{
	background-color: #227dcc;
}
.title-green{
	color: #30a64a;
	margin-bottom: 30px;
	font-size: 30px;
}
.seo-content-2{
	font-size: 16px;
}
.seo-content-2 a,.seo-content-2 span{
	color: #30a64a;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.seo-bg-green{
	background-color: #e7f2ff;
}
.seo-content-text{
	
}
.seo-list-3 .item{
	margin-top: 40px;
}
.seo-list-3 .item:last-child{
	margin-bottom: 0;
}
.seo-list-3 .item .row-resever{
	flex-direction: row-reverse;
}
.seo-list-3 .item .image{
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.seo-list-3 .item .image img{
	transition: .3s all ease-in-out;
}
.seo-list-3 .item:hover .image img{
	transform: scale(1.1);
}
.seo-list-3 .item-title{
	color: #30a64a;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
}
.seo-list-3 .item-title span{
	color: #ed1c24;
}
.seo-list-4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.seo-list-4 .item{
	padding: 20px 30px;
	background-image: linear-gradient(to right, #CCFFFF, #66FFFF);
	text-align: center;
	min-height: 490px;
}
.seo-list-4 .item:nth-child(2n+1){
	background-image: linear-gradient(to right, #005aaf, #00b74f);
}
.seo-list-4 .item .number{
	font-size: 80px;
	margin-bottom: 20px;
	font-weight: 700;
}
.seo-list-4 .item .item-title{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: justify;
	color: #333;
	font-weight: 700;
	line-height: 1.6;
}
.seo-list-4 .item .item-content{
	text-align: justify;
	color: #333;
	line-height: 1.6;
}
.seo-list-4 .item:nth-child(2n+1) .number,.seo-list-4 .item:nth-child(2n+1) .item-title,.seo-list-4 .item:nth-child(2n+1) .item-content{
	color: #fff;
}
.seo-list-5{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
}
.seo-list-5.seo-list-6{
	grid-template-columns: 1fr 1fr 1fr;
}
.seo-list-5 .item{
	padding: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
	background-color: #fff;
	text-align: center;
}
.seo-list-5 .item .devide-line{
	height: 1px;
	width: 100%;
	background-color: #333;
	margin: 10px 0;
}
.seo-list-5 .item:nth-child(2n) .devide-line{
	background-color: #039a0a;
}
.seo-list-5 .item:nth-child(2n){
	background-color: rgb(219, 255, 230);
}
.seo-list-5 .item .name{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.seo-list-5 .item .type{
	font-size: 24px;
	margin-bottom: 20px;
}
.seo-list-5 .item .seo-price{
	font-size: 21px;
	margin-bottom: 20px;
	color: #ff0000;
	font-weight: 700;
}
.list-child .child-item{
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
}
/*.list-child .child-item:last-child{
	margin-bottom: 0;
}*/
.list-child .child-item i{
	margin-right: 5px;
	color: #66cc99;
}
.bl-section{
	padding: 30px 0;
}
.bl-sec-1{
	padding: 110px 0;
	position: relative;
}
.bl-sec-1 h1{
	text-align: center;
	margin: 0;
	font-size: 30px;
	color: #fff;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}
.bl-sec-1:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.bl-sec-2{
	background-color: transparent;
    background-image: radial-gradient(at center left, #FFFFFF 0%, #FBAE5654 100%);
}
.title-bl-1{
	color: #30a64a;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}
.title-bl-2{
	color: #30a64a;
    margin-bottom: 30px;
    font-size: 30px;
}
.bl-content-2{
	margin-bottom: 30px;
}
.title-bl-3{
	text-align: center;
	color: #333;
	font-size: 24px;
	margin-bottom: 30px;
}
.bl-list-3 .item{
	margin-bottom: 30px;
	position: relative;
	padding-left: 40px;
}
.bl-list-3 .item:last-child{
	margin-bottom: 0;
}
.bl-list-3 .item .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-color: #FBAE56;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}
.bl-list-3 .item .icon svg{
	height: 16px;
	fill: #fff;
}
.title-bl-green{
	color: #30a64a;
}
.bl-list-4 .item .icon img{
	height: 16px;
	fill: #fff;
}
.bl-list-4 .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
.bl-list-4 .item{
	margin-bottom: 30px;
	position: relative;
	padding-left: 30px;
}
.bl-list-5 .item{
	margin-bottom: 30px;
}
.bl-list-5 .item-wrap{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 20px;
	background-color: #f9fafa;
	transform: scale(1);
	transition: .3s all ease-in-out;
	padding: 20px;
}
.bl-list-5 .item-wrap:hover{
	border: 4px solid #FF6000;
	transform: scale(1.1);
}
.bl-list-5 .item-wrap .include .include-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FBAE5680;
	padding-left: 30px;
	position: relative;
}
.bl-list-5 .item-wrap .include .include-item .icon{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
}
.bl-list-5 .item-wrap .include .include-item .icon svg{
	height:18px;
}
.bl-list-5 .item-wrap .include .include-item:last-child{
	border-bottom: unset;
}
.bl-list-5 .item-wrap .name-item{
	text-align: center;
	color: #000;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 600;
}
.bl-list-5 .item-wrap .gia-item{
	text-align: center;
	color: #FF6000;
	margin-bottom:40px;
	font-size: 36px;
	font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: #30a64a;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	background-color: #00bf63;
}
.single-product form .quantity{
	display: none;
}
.single-product form .quantity input[type=number] {
    width: 50px !important;
    max-width: unset !important;
    font-weight: 600;
    height: 35px;
    border: 1px solid #ddd;
}
.summary .price {
    margin-bottom: 5px;
    color: #ff0000 !important;
    font-weight: 700;
    font-size: 24px !important;
    display: block;
}
.summary .price del {
    color: #999;
    font-weight: normal;
    font-size: 13px;
    display: block;
}
.summary .price ins {
    text-decoration: unset;
}
.woocommerce-tabs .wc-tabs{
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
}
.woocommerce-tabs .wc-tabs li{
	padding: 0 10px;
	border:unset !important;
	background-color: unset !important;
}
.woocommerce-tabs .wc-tabs li:before,.woocommerce-tabs .wc-tabs li:after{
	display: none;
}
.woocommerce-tabs .wc-tabs li a{
	font-weight: 600 !important;
    font-size: 16px;
    padding: 0 30px !important;
    position: relative;
    text-transform: unset;
    letter-spacing: 0;
    border-radius: 30px !important;
    color: #fff;
    background-color: #626262;
    line-height: 45px;
    min-width: 120px;
}
.woocommerce-tabs .wc-tabs li.active a{
	background-color: #30a64a;
    color: #fff !important;
}
.single-product .related{
	text-align: center;
}
.single-product .related h2{
	font-weight: 600 !important;
    font-size: 16px;
    padding: 0 30px !important;
    position: relative;
    text-transform: unset;
    letter-spacing: 0;
    border-radius: 30px !important;
    color: #fff;
    background-color: #30a64a;
    line-height: 45px;
    display: inline-block;
    min-width: 120px;
}
.single-product .page-woocommerce {
    background: #fff;
    padding: 20px 0;
    width: 100%;
    float: unset;
    box-shadow: unset;
}
.single-product #sidebar{
	display: none;
}
.cart-group{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.cart-group .cart-group-item{
	flex: 0 0 50%;
	padding: 0 10px;
	margin-bottom: 15px;
}
.cart-group .cart-group-item .single-demo-btn{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-image: -webkit-linear-gradient(left, #f798fe, #612be1);
	display: inline-block;
	text-decoration: unset;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.cart-group .cart-group-item .single_contact-btn{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: #30a64a;
	display: inline-block;
	text-decoration: unset;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.cart-group .cart-group-item .single_add_to_cart_button{
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999;
    margin-top: 15px;
}
.social-icons .button.icon {
    margin-left: .12em;
    margin-right: .12em;
	padding: 0;
	width: 33px;
	height: 33px;
    display: inline-block;
    border-radius: 50%;
    border:unset;
    background-color: #fff;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
}
.social-icons .button.icon i{
	margin-right: 0;
}
.social-icons .button.facebook {
    color: #13aff0 !important;
    box-shadow: 0 0 25px #13aff0;
}
.social-icons .button.twitter {
    color: #20c997 !important;
    box-shadow: 0 0 25px #20c997;
}
.social-icons .button.pinterest {
    color: #6610f2 !important;
    box-shadow: 0 0 25px #6610f2;
}
.social-icons .button.facebook:hover {
    background-color: #3a589d !important;
    border-color: #3a589d !important;
    color: #fff !important; 
}
.social-icons .button.twitter:hover {
    background-color: #20c997 !important;
    border-color: #20c997 !important;
    color: #fff !important; 
}
.social-icons .button.pinterest:hover {
    background-color: #6610f2 !important;
    border-color: #6610f2 !important;
    color: #fff !important; 
}
.wc-tab ul,.wc-tab li,.wc-tab ol,.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ul li{
	list-style: inherit;
}
.wc-tab ul,.wc-tab ol,.woocommerce-product-details__short-description ul{
	list-style: inherit;
	padding-left: 30px;
}
.woocommerce-product-gallery__wrapper a img{
	max-height: 400px;
	object-fit: cover;
}
.woocommerce .single-product span.onsale{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	min-height: unset;
	min-width: unset;

}
.list-service{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.list-service .item{
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;
}
.list-service .item .img{
	flex: 0 0 90px;
}
.list-service .item .img img{
	display: block;
}
.list-service .item .right-name{
	padding: 5px 10px;	
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	transition: .3s all ease-in-out;
}
.list-service .item:hover{
	background: -webkit-linear-gradient(left, #d8ff09, #4ba116);
}
.list-service .item:hover .right-name{
	color: #fff;
}
.list-gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap:30px;
}
.list-gallery .item{
	text-align: center;
	border:1px solid #e1eaf5;
}
.list-home-post{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	margin-top: 30px;
}
.list-home-post .thumb{
	margin-bottom: 10px;
}
.list-home-post h4{
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 5px;
}
.list-home-post h4 a{
	color: #333
}
.list-home-post h4 a:hover{
	color: #30a64a;
}
.list-home-post .desc{

}
.home-list-review .item{
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 30px 25px;
	border-radius: 8px;
}
/*.home-list-review .item:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.63);
    width: 100%;
    height: 92%;
}*/
.home-list-review{
	margin-top: 30px;
}
.home-list-review .user-info{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.home-list-review .user-info .user-left{
	flex: 0 0 90px;
	margin-right: 30px;
	border:1px solid #e1eaf5;
	border-radius: 50%;
	overflow: hidden;
	height: 90px;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.home-list-review .user-info .user-left img{
	width: 100%;
}
.home-list-review .user-name{
	color: #ff8b00;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
}
.home-list-review .review-star i{
	color: #FFC107;
}
.woocommerce-page #main-site #sidebar{
	display: none;
}
.woocommerce-page #main-site .aplication-page{
	width: 100%;
}
.list-items-download {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
}
.list-items-download li {
    display: block;
    color: #00aaf0;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 4px 4px 4px 40px;
    flex:  0 0 49%;
}
.list-items-download li a::after {
    content: "";
    background: url(images/playstore.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    background-size: 100% 100% !important;
}
.list-items-download li a.platform-android::after {
    background: url(images/playstore.svg) no-repeat;
}
.list-items-download li a.platform-ios::after {
    background: url(images/ios.png) no-repeat;
}
.list-items-download li a.platform-web::after {
    background: url(images/global.svg) no-repeat;
}
.list-items-download li a.platform-windows::after {
    background: url(images/windows.svg) no-repeat;
}
.download-section{padding:50px 0;}
.sdl-bar {
    height: 12px;
    border-radius: 50px;
    overflow: hidden;
    background: #f8f8f8;
}
.sdl-bar div {
    height: 100%;
    border-radius: 50px;
    background: #1bbc9b;
}
.pxtdld .bxt{margin-bottom:10px;}
.bx-info-install{margin-top:30px;}
.downloadAPK {
    background: #1bbc9b;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
	padding:10px 0;
	text-align:center;
}
.downloadAPK i {
    vertical-align:middle;
    margin-right:5px;
}
#list-downloadlinks{
padding-left:0;margin-bottom:0;
}
#list-downloadlinks li{list-style-type:none;}
#list-downloadlinks li a.dapk_b {
    display: block;
    padding-right: 15px;
    padding-left: 47px;
    font-weight: 600;
    margin: 0;
    text-transform: inherit;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
#list-downloadlinks.ldl-b,
#recaptcha_download_links,
.ads,
.ldl-b {
    text-align: center;
}
#list-downloadlinks.ldl-c li {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media only screen and (max-width: 1024px){
	.list-service{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 768px){
	.info-home{
		padding-left: 10px;
		padding-right: 10px;
	}
	.bloque-blogs .px-col{
		width: 100%;
	}
	.bloque-blog{
		display: flex;
	}
	.bloque-blog .bb-image{
		width: 15%;
		max-width: 15%;
		margin-right: 10px;
	}
	.entry table td, .entry table th{
		padding: 5px;
		font-size: 14px;
	}
	.entry table td li, .entry table th li{
		font-size: 14px;
	}
	.list-items-download li{
		flex: 0 0 100%;
	}
	.relacionados .bloque-app, .section .bloque-app{
		width: 100% !important;
	}
	.relacionados .bloque-apps{
		white-space: unset !important;
	}
	.list-product{
		grid-template-columns: 1fr 1fr;
	}
	.container{
		padding: 0 10px;
	}
	.seo-list-5 {
	    grid-template-columns: 1fr 1fr;
	}
	.seo-list-5.seo-list-6 {
	    grid-template-columns: 1fr 1fr;
	}
	.seo-list-4 {
	    grid-template-columns: 1fr;
	}
	.home-list-price{
		grid-template-columns: 1fr;
	}
	.list-service{
		grid-template-columns: 1fr 1fr 1fr;
	}
	#button-contact-vr{
		width: 100%;
	}
	#gom-all-in-one{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#gom-all-in-one .button-contact{
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.phone-vr-circle-fill{
		display: none;
	}
	#button-contact-vr .button-contact .phone-vr-img-circle{
		width: 100%;
		animation: unset;
		border-radius: 0;
		height: 40px;
		line-height: 40px;
		position: unset;
	}
	#button-contact-vr .button-contact .phone-vr{
		width: 100% !important;height: auto !important;
	}
}
@media only screen and (max-width: 600px){
	.seo-list-5 {
	    grid-template-columns: 1fr;
	}
	.seo-list-5.seo-list-6 {
	    grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 480px){
	.cs-row .col-md-6,.cs-row .col-md-5,.cs-row .col-md-7{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.list-product{
		grid-template-columns: 1fr;
	}
	.cs-row .col-md-3 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.cs-nav .owl-nav > .owl-next{
		right: 0;
	}
	.cs-nav .owl-nav > .owl-prev{
		left: 0;
	}
	.section-3 .list-product .item:nth-child(n + 3){display: none;}
	.list-service{
		grid-template-columns: 1fr 1fr;
	}
}
