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

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body,h1,h2,h3,h4,h5,h6, a  {
font-family: 'arial'!important;
}
.nav-pagination > li > .current, .nav-pagination > li > a:hover, .nav-pagination > li > span:hover {
  background-color: #ddd;
  border-color: #222;
  color: #222;
}
.wdes-pricing-table-price-perfix {
  font-family: "Inter Tight", Sans-serif;
  font-size: 30px;
  font-weight: 600;
}
#tab-title-description{
	display:none;
}
.off-canvas .sidebar-menu {
  background: #353535;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding-left: 20px;
  color: #f9f9f9;
}
.nav > li.has-icon > a > i {
  color: #f9f9f9;
}
.nav-sidebar.nav-vertical > li + li {
  border-top: 1px solid #454545;
}
.nav > li {
  margin: 0 10px;
}
.nav > li > a {
  color: #f9f9f9;
}

.nav > li.header-divider {
  border-left: 1px solid #f9f9f9;
  height: 15px;

}
.nav > li > a {
  font-size: 14px;
  font-weight: normal;
  font-style: ;
}
.toggle i {
  color: #f9f9f9;
}
.is-xsmall {
  font-size: .79em;
  text-transform: capitalize;
	padding-top: 15px;
}

.wp-block-image img {

  padding-bottom: 20px;
}
.autocomplete-suggestion .search-price {
  visibility: hidden;
}
.nav > li.header-divider {
  height: 18px;
  background: #fff;
}
.woocommerce-product-search-field-0{
	color:#000;
}
#comments,#review_form_wrapper{
	flex-basis: 100%;
    max-width: 100%;
}
.has-border
{
  border: 1px solid var(--fs-color-primary);
  padding: 15px;
  border-radius: 10px;
}

.product-total{
	width:50%;
}
.product-quantity{
	display:none
}

.size-woocommerce_thumbnail{
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.product-page-price {
	font-size: 28px!important;
}
.product-small.box {
  background: white;
  box-shadow: 2px 2px 10px #0000002b;
 
}
.yith-wcmbs-product-download-button.unlocked, .yith-wcmbs-download-links.unlocked, .yith-wcmbs-download-button.unlocked {
    color: #fff;
    background: #93ab07;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.button.alt, .button.checkout, .checkout-button, .secondary {
  background-color: #353535;
  width: 100%;
	border-radius:99px;
	margin-bottom:5px
}
.authorby{
	margin-top:10px!important;
	border:1px solid #ddd;
	border-radius:5px;
	padding:15px;
}
.product_meta > span {

  padding: 15px 0;
}
.info_item{
	margin-top:15px;
		padding-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:15px;
	color:#111;
}
.author{
	margin:5px;
	font-size:17px;
}
.tmp1{
border-top:1px solid #0000002b;
margin-top:15px;
padding-bottom:30px;	
color:#111;
}
.tmp4{
border:1px solid #0000002b;
border-radius: 5px;
color:#111;
padding:10px 15px 10px 15px;
margin-bottom:10px;
}
.note_info{
	text-align:center;
	padding:5px 0;
	text-decoration: underline;	
}
.capnhat{
	padding-top:10px;
	float:left;
	font-size:15px;
	
}
.ver_sion {
		padding-top:10px;
		float:right;
	font-size:15px;
}

.member{
	background: #fff;
  border: 1px solid #0b2239;
  border-radius: 10px;
	padding:9px 30px!important;
	color:#444!important;
	font-size:15px!important
}
.demo{
  background: #fff;
  border: 1px solid #0b2239;
  padding: 7px 40px;
  border-radius: 15px;
}
.lienhe{
	margin-top:25px!important;
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px 15px;
}
.tb_details{
	margin-top: 10px;
	color:#353535;
}
.tb_right{
	float:right;
}
.box-text {
  padding-left: 10px;
  padding-right: 10px;
}
.product-title a{
	font-size:16px;
	color:#000;
	overflow: hidden;
 text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;       
  -webkit-box-orient: vertical;
}
.product-gallery-slider img, .product-thumbnails img {
    border-radius: 5px;
}
.product-total{
	width:50%;
}
.product-quantity{
	display:none
}
.price-wrapper .price {
  display: inline;
}

.button.icon.circle
{
  visibility: hidden;
}
.size-woocommerce_thumbnail{
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
	  font-size:15px;
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding:3px 15px;
    background: #222;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #fff;
}

.pagination a:hover, .pagination span.current {
    background: #444;
    color: #fff;
}


.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; /* Adjust spacing between grid items */
}

/* Tablet (3 columns) */
@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop (4 columns) */
@media (min-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.product-item {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.product-item .box-image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}

.product-item h4.product-title {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .price {
    margin-top: 10px;
    font-weight: bold;
}

.product-item .updated-date {
    font-size: 0.9em;
    color: #444;
    margin-top: 5px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  color: #f9f9f9!important;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px!important;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-icon-img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
}

.btn-icon-text {
  display: inline-block;
}
.changelog-wrapper {
    margin-top: 40px;
    padding: 25px 10px;
    background: #f9f9f9;
    border-radius: 8px;
}

.product-changelog-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.product-changelog-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.changelog-thumb img {
  width: 80px;
  height: auto;
  border-radius: 6px;
}

.changelog-info {
  flex: 1;
}

.product-title-changelog {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.product-title-changelog {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.product-price {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.product-date {
  font-size: 13px;
  color: #666;
}
.pagination {
  margin-top: 30px;
  text-align: center;  
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  background-color: #222;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
  background-color: #666;
  color: #fff;
}

.pagination .current {
  background-color: #888;
  color: white;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
 .header-bottom {
  background-color: #f9f9f9;
}
}
@media screen and (min-width: 850px) {
  .large-9 {
    flex-basis: 65%;
    max-width: 65%;
  }
	  .large-3 {
    flex-basis: 35%;
    max-width: 35%;
  }
}
.custom-buttons-box {
  margin-top: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

.custom-buttons-box a,
.custom-buttons-box button {
  padding: 10px 20px;
  margin: 10px;
  background-color: #0073e6;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

.custom-buttons-box .btn-download-real {
  background-color: #28a745;
}
.badge {
  width: 4.8em;
}
.category-posts .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* important */
}

/* Small responsive tweaks (optional) */
@media (max-width: 480px) {
  .category-posts .post-title a {
    font-size: 17px;
  }
}
.category-posts .box {
  transition: all 0.3s ease;
}
.category-posts .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pagination-wrapper ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.pagination-wrapper li a, 
.pagination-wrapper li span {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 25px;
  text-decoration: none;
}
.pagination-wrapper li a:hover {
  background: #0073aa;
  color: #fff;
}
.themegoc-download-box {
    background: #f5f6f7;
    border-left: 4px solid #1A73E8;
    padding: 22px;
    margin: 40px 0 20px;
    border-radius: 8px;
}

.themegoc-download-box ul {
    margin: 0 0 20px;
 }

#download-btn {
    padding: 13px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.25s;
}

.themegoc-btn-disable {
    background: #ccc;
    color: #444;
    cursor: not-allowed;
}

.themegoc-btn-enable {
    background: #1A73E8;
    color: #fff;
    cursor: pointer;
}

.themegoc-btn-enable:hover {
    background: #0d58c9;
}
.themegoc-btn-start {
    background: #1A73E8;
    color: #fff;
    padding: 13px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.themegoc-btn-start:hover {
    background: #0f58c9;
}
.themegoc-extra-downloads {
    margin: 20px 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.themegoc-download-btn {
    background: #2563eb;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-block;
    transition: 0.25s ease;
    border: 1px solid #1e4fd1;
}

.themegoc-download-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}
.themegoc-btn-disable {
    background: #ccc;
    color: #555;
    cursor: not-allowed;
}

.themegoc-btn-enable {
    background: #10a043;
    color: #fff;
    cursor: pointer;
}

.themegoc-btn-enable:hover {
    background: #0a7c32;
}