/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root{
    --theme-button-background-initial-color: #fff;
    --theme-button-background-hover-color: #000;
	--theme-button-text-initial-color: #000;
}

@media (min-width: 480px) {
	.ct-account-modal .ct-account-forms {
		padding: 30px 30px !important;
	}
	form#registerform p {
		margin-bottom: 10px;
	}
}

.button, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-element-button, .wp-block-button__link, button.regform-button, button[class*=ajax], .woocommerce button.button, .woocommerce-message .showlogin, .woocommerce-message .restore-item, .forminator-ui[data-design=none] .forminator-button, .fluentform .ff-el-group button.ff-btn, .ct-button-secondary-text{
	border: 1px solid #000 !important;
}

ul.product-info {
    list-style: none;
    padding: 0px;
    margin:20px 0px;
    background-color: #fff;
	border: 1px solid #000;
}
ul.product-info li:not(:last-child){
	border-bottom: 1px solid #000;
}
ul.product-info li {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 10px 10px;
}
ul.product-info li a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
/*wcv style*/
.wcv-navigation ul.menu.black {
    background: #fff;
    border: 1px solid #f7f7f7;
    padding: 10px 20px !important;
}

.wcv-navigation ul.menu.black li:not(.active) a{
	color: #000;
}
.wcv-navigation ul.menu.black li.active {
    background: #000;
}
.wcv-navigation ul.menu.black li:hover a{
	color: #fff;
	 background: #000;
}
.wcvendors-pro-dashboard-wrapper{
    font-family: "Open_Sans", Sans-serif;
}
.wcvendors-pro-dashboard-wrapper h2, .wcvendors-pro-dashboard-wrapper h3, .wcvendors-pro-dashboard-wrapper h4{
	font-family: "BebasNeue", Sans-serif;
	color: #000;
	font-weight: 400;
}
table.wcvendors-table.wcvendors-table-recent_order.wcv-table td, table.wcvendors-table.wcvendors-table-recent_order.wcv-table th {
    padding: 10px;
}
a.button.wc-forward {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff !important;
}
a.button.wc-forward.checkout{
	background-color: #000;
    color: #fff;
}
.woocommerce-mini-cart~.buttons .button:hover {
    color: #fff;
    background-color: transparent;
}
.woocommerce-mini-cart~.buttons .button.checkout:hover{
	color: #000;
    background-color: #fff;
}

[data-products=type-2] .product{
 box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
 padding-bottom: 0px !important;
}

[data-products=type-2] .ct-woo-card-actions .button, [data-products=type-2] .ct-woo-card-actions .added_to_cart{
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    margin: 14px;
}
[data-products=type-2] .ct-woo-card-actions {
    margin-inline: 0px !important;
    margin: 0px !important;
    background-color: #fff;
}
[data-products=type-2] .ct-woo-card-actions>*{
    min-height: unset !important;
}

small.wcvendors_sold_by_in_loop {
    display: none;
}
[data-products=type-2] .product > br {
    display: none;
}
[data-products] .entry-meta{
	flex: 1;
}
.wpforms-form button[type="submit"]{
	line-height: 18px;
    padding: 10px 40px;
}
.wpforms-form select {
    border: 1px solid #dddddd;
    padding: 0px 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
.wpforms-form  textarea {
    font-family: "Open_Sans", Sans-serif !important;
}

div[data-column="widget-area-3"] h3, div[data-column="widget-area-2"] h3, div[data-column="widget-area-1"] h3   {
    font-size: 28px;
    font-family: "BebasNeue", Sans-serif;
    font-weight: 500;
	color:#fff;
}

div[data-column="widget-area-2"] ul#menu-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
	div[data-column="widget-area-2"] ul#menu-categories {
    grid-template-columns: 1fr;
}
}

.swiper-container.style-1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

.swiper-container.style-1 .swiper-slide {
    width: 300px;
    height: 600px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    /*filter: blur(1px);*/
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-container.style-1 .swiper-slide-active {
    filter: blur(0px);
}

.swiper-container.style-1 .swiper-pagination-bullet,
.swiper-container.style-1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); 
}

.swiper-container.style-1 .swiper-pagination-bullet-active{
    background-color: #000;
    width: 60px;
    border-radius: 20px;
}
.swiper-container.style-1 .swiper-slide h3 {
    color: #fff;
    font-family: "Open_Sans", Sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-container.style-1 a.category-item {
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-container.style-1 a.category-item div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

/*WC css*/
.woocommerce .woocommerce-cart-form{
	font-family: "Open_Sans", Sans-serif;
}
.woocommerce-cart-form table.shop_table{
	--theme-table-border-width: 1px !important;
}
.woocommerce-cart-form table.shop_table,.woocommerce-cart-form  table.shop_table th,.woocommerce-cart-form  table.shop_table td{
	border-color: #f7f7f7;
}

.woocommerce-cart-form table.shop_table tr>*:last-child{
   padding-inline-end: 20px;
}

.woocommerce-cart-form table.shop_table tr>*:first-child{
   padding-inline-start: 20px;
}

.woocommerce-cart-form table.shop_table thead th{
	padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

.woocommerce-cart-form  p.price.ct-hidden-sm.ct-hidden-md {
    display: none;
}
td.product-name[data-title="Product"] > a {
    font-size: 25px !important;
    font-family: "BebasNeue", Sans-serif;
    color: #000;
    font-weight: 500;
}

[class*=ct-woocommerce] .shop_table .product-quantity {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    left: -9999999px;
    top: -9999999px;
    visibility: hidden;
}

span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
@media only screen and (min-width: 767px) {
  input.wcv-button {
   padding: 9px 40px 9px 40px !important;
   height:50px;
   display:flex;
   justify-content:center;
   align-items:center;
   margin-left:20px;
   margin-right: -20px;
}
	button.wcv-button.wcv-search-product {
		height:40px;
		padding: 2px 40px 2px 40px !important;
}
}

@media only screen and (max-width: 767px) {
  input.wcv-button {
   padding: 9px 40px 9px 40px !important;
   height:43px;
}
button.wcv-button.wcv-search-product {
		height:47px;
		padding: 2px 40px 2px 40px !important;
}
.wcv-navigation ul.menu.black {
     padding: unset !important; 
}
.wcv-navigation ul.menu.horizontal li a {
    padding: 5px 4px 4px 5px;
}	
}
.all-40.small-100 {
    margin-bottom: 20px;
}
table.wcvendors-table.wcvendors-table-product.wcv-table {
	margin-top:20px;
}
button.wcv-button.wcv-search-product:hover {
		color:#000 !important;
}

input#update_button:hover {
    color:#000 !important;
}
input#clear_button:hover {
	color:#000 !important;
}

.select2-container {
    width: 100% !important;
	min-height:60px;
}

.select2-selection {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff;
	height:42px;
}

.select2-selection__choice {
    background-color: #0073aa !important;
    color: #fff !important;
    border: 1px solid #005177 !important;
    border-radius: 3px;
    font-size: 14px;
}

.select2-search__field {
    border: none !important;
    outline: none !important;
    font-size: 14px;
}
.select2-dropdown {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 5px;
}

.select2-results__option {
    padding: 8px;
    font-size: 14px;
}

.select2-results__option--highlighted {
    background-color: #0073aa !important;
    color: #fff !important;
}

.select2-selection__placeholder {
    color: #999;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #000;
    color: #fff;
	border-radius:7px;
	height:50px;
}

.woocommerce .woocommerce-cart-form {
  border: 2px solid #ccc;
}

.ct-woocommerce-cart-form .cart_totals {
    border: 2px solid #ccc !important;
}

div#customer_details {
	border: 2px solid #ccc;
    padding: 15px;
	border-radius:7px;
}

.ct-order-review {
   border: 2px solid #ccc !important;
   border-radius:7px !important;
}

input#company_logo {
  width:100%;
  border-radius:7px;
  border:1px solid #ccc;
}
span#select2-billing_country-container {
	padding-left: 10px;
}

textarea#company_description {
 margin-bottom:20px;
}
.button-live-custom:hover{
	background-color:transparent !important;
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000 !important;
}

.custom-radio .woocommerce-input-wrapper{
    display: flex;
    grid-gap: 5px;
}
.custom-radio .woocommerce-input-wrapper input[type="radio"]{
    font-size: 24px;
    height: 20px;
    width: 20px;
    margin-top: 3px;
}
.custom-radio .woocommerce-input-wrapper .required{
    display: none;
}
input#host_type_external {
    margin-left: 20px;
}

.custom-radio{
    margin-bottom: 25px !important;
}

.alert {
  padding: 20px;
  color: #fff;
}
.alert.error{
     background-color: #f44336; 
}
.alert.success{
    background-color: #04AA6D;
}


/* Main Dashboard Container */
.wcvendors-pro-dashboard-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Navigation Menu */
.wcv-navigation {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.wcv-navigation ul.menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wcv-navigation ul.menu li {
    margin: 0 5px;
}

.wcv-navigation ul.menu li a {
    display: block;
    padding: 12px 20px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.wcv-navigation ul.menu li.active a,
.wcv-navigation ul.menu li a:hover {
    color: #2c3e50;
    background-color: #f1f1f1;
    border-bottom: 3px solid #FFD700;
}

/* Quick Link Button */
.quick-link-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
}

.quick-link-btn:hover {
    background-color: #2980b9;
}

/* Date Picker Section */
.wcv_dashboard_datepicker {
    margin-bottom: 30px;
}

.wcv_dashboard_datepicker hr {
    border: 0;
    height: 1px;
    background-color: #e1e1e1;
    margin: 20px 0;
}

.wcv-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px;
}
#wcv-store-settings{
     display: block !important;
}

.control-group {
    margin-bottom: 15px;
}

.control-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}

.wcv-datepicker {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.wcv-button {
    padding: 8px 20px;
    background-color: #2ecc71;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.wcv-button:hover {
    background-color: #27ae60;
}

/* Overview Tables */
.wcv_dashboard_overview {
    margin-bottom: 30px;
}

.wcv_dashboard_overview h3 {
    color: #2c3e50;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.wcvendors-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wcvendors-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.wcvendors-table td {
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
}

.wcvendors-table td:first-child {
    font-weight: 500;
    color: #555;
}

.wcvendors-table td:last-child {
    text-align: left;
}

/* Reports Section */
.wcv_reports {
    margin-bottom: 30px;
}

.wcv_reports h3 {
    color: #2c3e50;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

/* Price Amount Styling */
.woocommerce-Price-amount {
    font-weight: bold;
    color: #27ae60;
}

/* Canvas Chart Styling */
canvas {
    max-width: 100%;
    height: auto;
    background-color: white;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .wcv-navigation ul.menu {
        flex-direction: column;
    }
    
    .wcv-navigation ul.menu li {
        margin: 5px 0;
    }
    
    .wcv-navigation ul.menu li a {
        border-radius: 4px;
        border-bottom: none;
    }
    
    .wcv-form {
        flex-direction: column;
    }
    
    .wcv-cols-group {
        flex-direction: column;
    }
    
    .xlarge-50, .large-50, .medium-100, .small-100, .tiny-100 {
        width: 100% !important;
    }
}


/* Container for the row actions */
.row-actions {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

/* Base button styling */
.row-actions a {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

/* View Order Details button */
.row-actions a:first-child {
    background-color: #FFD700;
    color: white;
}

/* Order Note button */
.row-actions a:last-child {
    background-color: #f8f9fa;
    color: #333;
    border-color: #ddd;
}

.row-actions a:last-child:hover {
    background-color: #e9ecef;
    border-color: #ccc;
}

/* Active/focus states */
.row-actions a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .row-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .row-actions a {
        text-align: center;
        padding: 10px;
    }
}

/* Base Styles */
.wcv-order-details {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Headings */
.wcv-order-details h4 {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
}

/* Address Sections */
.wcv-order-address {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    border-left: 3px solid #FFD700;
    margin-bottom: 15px;
}

.wcv-order-address p {
    margin: 5px 0;
}

/* Tables */
.wcv-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
}

.wcv-table th {
    background-color: #f2f2f2;
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #ddd;
}

.wcv-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.wcv-table tr:last-child td {
    border-bottom: none;
}

.wcv-table tbody tr:hover {
    background-color: #f8f9fa;
}

/* Totals Section */
.wcv-order-totals tr:last-child td {
    border-top: 2px solid #ddd;
    font-weight: bold;
    font-size: 1.05em;
}

.wcv-order-totals-label {
    text-align: right;
    padding-right: 20px !important;
}

/* Mobile Table */
.wcv_mobile table {
    width: 100%;
}

.wcv_mobile th {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: left;
}

.wcv_mobile td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.mobile-wcv-order-totals tr:first-child td {
    padding-top: 20px;
    border-bottom: 2px solid #ddd;
}

/* Website Information Section */
.wcv-order-details strong {
    color: #2c3e50;
    font-weight: 600;
}

.wcv-order-details img {
    max-width: 150px;
    height: auto;
    border: 1px solid #eee;
    padding: 5px;
    background: white;
    margin-top: 5px;
}

/* Hosting Section */
.wcv-order-details form {
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.wcv-order-details input[type="file"] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
}

.wcv-order-details button[type="submit"] {
    background-color: #FFD700;
    color: #000;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wcv-order-details button[type="submit"]:hover {
    background-color: #2980b9;
}

/* Customer Note Section */
.wcv-order-details p.none_set {
    color: #7f8c8d;
    font-style: italic;
}

/* Responsive Layout */
.wcv-cols-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wcv-horizontal-gutters > div {
    padding: 0 15px;
}

.all-100 {
    width: 100%;
}

.all-50 {
    width: 50%;
}

@media (max-width: 768px) {
    .all-50 {
        width: 100%;
    }
}

/* HR Styling */
.wcv-order-details hr {
    border: 0;
    height: 1px;
    background-color: #eaeaea;
    margin: 25px 0;
}

/* Currency Styling */
.woocommerce-Price-amount {
    font-weight: 600;
    color: #27ae60;
}

.woocommerce-Price-currencySymbol {
    font-weight: normal;
    font-size: 0.9em;
}

.wcv-modal > .modal-header > .modal-close, 
.wcv-modal > header > .modal-close {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 16px;
    opacity: 0.9;
}

/* X icon using pseudo-elements */
.wcv-modal > .modal-header > .modal-close::before, 
.wcv-modal > header > .modal-close::before,
.wcv-modal > .modal-header > .modal-close::after, 
.wcv-modal > header > .modal-close::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: white;
}

.wcv-modal > .modal-header > .modal-close::before, 
.wcv-modal > header > .modal-close::before {
    transform: rotate(45deg);
}

.wcv-modal > .modal-header > .modal-close::after, 
.wcv-modal > header > .modal-close::after {
    transform: rotate(-45deg);
}

/* Optional: Add a subtle animation on click */
.wcv-modal > .modal-header > .modal-close:active, 
.wcv-modal > header > .modal-close:active {
    transform: scale(0.95);
}

#wcv-product-edit{
    display: block !important;
}

#product_save_button{
    margin-bottom: 30px;
}