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

  a:focus {
    outline: none !important;
  }

/* Header Fixed */
header#site-header {
    position: fixed;
}

#main {
    padding-top: 70px;
}

@media (max-width: 768px){
#main {
    padding-top: 60px;
}
	}

/* product image */

img.woo-entry-image-main, img.woo-entry-image-secondary{
	border-radius: 10px !important;
}

img.admin-img {
    height: 100px;
    width: 80px;
}

/* bouncing effect */
.bounce_ar {
  animation: bounceInfinite 1.5s infinite;
}

@keyframes bounceInfinite {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.cart-icon .elementor-icon-wrapper {
    background: #a49d93;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex
;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px){
	.background-image-page-header .site-breadcrumbs {
    margin-top: 5px;
}
}


/* Product */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-family: "Commissioner", Sans-serif !important;
    font-weight: 500;
    font-size: 13px !important;
    padding: 15px 30px 15px 30px !important;
    background-color: #7d394e !important;
    border-radius: 10px 10px 10px 10px !important;
    color: #ffffff !important;
    border: 0px !important;
    text-transform: uppercase !important;
}

.woocommerce ul.products li.product li.title h2 {
    margin-bottom: 0px;
    font-family: Commissioner;
    color: #7d394e !important;
}

.woocommerce ul.products li.product .price .amount {
    color: #000000;
}

.woocommerce ul.products li.owp-content-center .product-inner {
    text-align: center;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
	padding-bottom: 15px;
}

.woocommerce ul.products li.product .price {
    font-size: 14px !important;
}

.owp-floating-bar.show {
    display: none;
}

.woocommerce span.onsale {
    display: none;
}

.product-inner img{
	border-radius: 5px !important;
	box-shadow: 0 0px 20px 0px rgb(0 0 0 / 20%) !important;
}

.woo-entry-image-swap.woo-entry-image.clr {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .woo-entry-inner li {
    margin-bottom: 10px;
}

/* Product Gallery Image*/
.woocommerce-product-gallery__image.flex-active-slide {
    height: 600px !important;
}

.woocommerce-product-gallery__image {
    height: 600px;
}

.amount {
    color: #000000;
}

#main #content-wrap {
    padding-top: 50px;
    padding-bottom: 0px;
}

.wc-block-components-formatted-money-amount {
    color: #000000;
}


.elementor-8 .elementor-element.elementor-element-f7aa8d8.elementor-wc-products ul.products {
        grid-column-gap: 10px !important;
        grid-row-gap: 10px !important;
    }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    color: #ffffff;
}

.woocommerce ul.products li.product .product-inner .added_to_cart {
    border: none !important;
}


/* Contest Single Page */
.wpcm-form {
	background: #ffffff;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF3D;
    box-shadow: 4px 4px 24px 0px rgba(24.999999999999996, 83.00000000000018, 255, 0.25);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px;
    border-radius: 30px;
}

.wpcm-form label {
    color: #1A1616;
    font-family: 'Commissioner';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


.wpcm-form input[type="text"], .wpcm-form input[type="tel"], .wpcm-form input[type="email"], .wpcm-form input[type="date"], .wpcm-form input, .wpcm-form select, .wpcm-form textarea{
	    border-radius: 8px;
    border: 1px solid #DCDCE4;
    background: #FAFAFA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 14px 20px;
    color: #6C6C72;
    font-family: 'Commissioner';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
	  height: 50px;
}

.wpcm-form input[type=checkbox] {
    width: 32px;
    display: inline-block;
    height: 30px !important;
}

.wpcm-form-row {
    display: flex;
    gap: 20px;
}

.wpcm-form-row p{
    width: 50%;
}

input.wpcm-btn {
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 18px;
    font-family: 'Commissioner';
    height: 62px;
}

@media (max-width: 1000px){
	.wpcm-single-contest {
    margin: 20px !important;
}
	
	.wpcm-form{
		padding: 16px;
	}
	
	.wpcm-form-row {
		flex-direction: column;
		gap: 0px;
}

.wpcm-form-row p{
    width: 100%;
}
}

.wpcm-container {
    background: #F7F7F7;
    padding: 50px 0;
}

.contest-banner img{
	margin: 0px !important;
}

/* Authhor Dashboard */
.asm-pro-content label {
    color: #1A1616;
    font-family: 'Commissioner';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


.asm-pro-content input[type="text"], .asm-pro-content input[type="tel"], .asm-pro-content input[type="email"], .asm-pro-content input[type="date"], .asm-pro-content input, .asm-pro-content select, .asm-pro-content textarea{
	    border-radius: 8px;
    border: 1px solid #DCDCE4;
    background: #FAFAFA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 14px 20px;
    color: #6C6C72;
    font-family: 'Commissioner';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
	  height: 50px;
	 width: 100%;
}


/* Contest Single */
.wpcm-single-contest h1 {
    font-family: Commissioner;
    font-size: 42px;
    line-height: 1.4;
    text-align: center;
    color: #7d394e;
}

.contest-paragraph{
	  text-align: center;
    font-size: 18px;
}

.wpcm-single-contest .contest-form-heading{
	text-align: center;
	font-size: 32px;
}

.pm-testimonial-slider2 .testimonial-date {
    display: none !important;
}

.contest-btn:hover {
    background: #5c2838;
    color: #ffffff;
}

@media (max-width: 768px){
.asm-pro-dashboard {
grid-template-columns: 100%;
}
}


/* author dashboard new CSS */


/* ===================== */
/* 🌐 Frontend styles for ASM Pro */
/* ===================== */

/* Dashboard Layout */
.asm-pro-dashboard {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: start;
}

/* Sidebar */
.asm-pro-sidebar {
  background: #111827;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.asm-pro-sidebar a {
  display: block;
  color: #e5e7eb;
  padding: 10px 12px;
  text-decoration: none;
  margin-bottom: 8px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.asm-pro-sidebar a.active,
.asm-pro-sidebar a:hover {
  background: #2563eb;
  color: #fff;
  transform: translateX(3px);
}

/* Content Area */
.asm-pro-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow-x: auto;
}

/* Buttons */
.asm-pro-btn {
  background: #2563eb;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.asm-pro-btn:hover {
  background: #1d4ed8;
}

.asm-pro-btn-danger {
  background: #dc2626;
  color: #fff;
}

.asm-pro-btn-danger:hover {
  background: #b91c1c;
}

/* Messages */
.asm-pro-message {
  padding: 10px 14px;
  border-radius: 6px;
  background: #f0fdf4;
  color: #065f46;
  margin-bottom: 14px;
  font-size: 14px;
  border-left: 4px solid #10b981;
}

/* Revert Box */
.asm-pro-revert {
  border: 1px solid #eee;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: #fafafa;
}

/* ===================== */
/* 📋 Tables (Desktop Default) */
/* ===================== */
.asm-pro-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.asm-pro-table {
  width: 100%;
  min-width: 700px; /* prevents table from squishing too much */
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
	margin: 0px;
}

.asm-pro-table th,
.asm-pro-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.asm-pro-table th {
  background: #f9fafb;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

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

.asm-pro-table td img {
  max-width: 70px;
  border-radius: 4px;
}

/* ===================== */
/* 📱 Mobile Responsiveness */
/* ===================== */

@media (max-width: 900px) {
  .asm-pro-dashboard {
    grid-template-columns: 1fr;
  }

  .asm-pro-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .asm-pro-sidebar a {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .asm-pro-table-wrapper {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: inset 0 -3px 6px rgba(0,0,0,0.05);
  }

  .asm-pro-table {
    font-size: 13px;
  }

  .asm-pro-table th,
  .asm-pro-table td {
    padding: 10px 12px;
  }
}

.select-btn:hover{
	color: #ffffff;
}

.woocommerce .oceanwp-toolbar {
    display: none;
}


/* Single Product page */

.woocommerce div.product .product_title {
    border: none;
    font-size: 39px !important;
    text-transform: capitalize;
	padding-bottom: 0px;
}

.woocommerce div.product form.cart {
    border: none;
    margin-top: 0px;
}

.woocommerce .summary ul, .woocommerce #tab-description ul {
    list-style: disc;
    margin: 15px 0 0 10px;
}

.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    border: 0px;
    padding: 0px;
	  
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}

.woocommerce .summary ul, .woocommerce #tab-description ul {
    list-style: disc;
    margin: 15px 0 0 0px;
}

button.single_add_to_cart_button.button.alt {
    border-radius: 10px;
}

.product_meta {
    border: 0px;
    padding: 0px;
}

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    border-radius: 30px !important;
}

.owp-product-nav-wrap.clr {
    display: none;
}

/* Blog page Css */
.blog-entry.post .thumbnail img {
    height: 250px;
    width: 100%;
    object-fit: cover;
	  border-radius: 10px 10px 0px 0px;
}

.blog-entry.post .thumbnail .overlay{
	  border-radius: 10px 10px 0px 0px;
}

.blog-entry.post .blog-entry-header .entry-title a {
    font-size: 20px !important;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
}

.blog-entry.grid-entry .blog-entry-inner {
    padding: 0 1.25rem 1.25rem;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

ul.meta.ospm-default.clr {
    display: none;
}

/* Single blog post */

.single .thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.single .entry-title {
    padding: 0px;
    margin: 0 0 15px;
    border-bottom: none;
}

.single-post.content-max-width #wrap .entry-content p {
    font-size: 18px;
    text-align: center;
}

.related-posts-title {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 20px;
}

.related-thumb img {
    border-radius: 20px !important;
    height: 250px;
    object-fit: cover;
}

a.related-thumb.no-lightbox {
    border-radius: 20px;
}

.related-post-title a {
    display: block;
    font-size: 20px;
}

time.published {
    display: none;
}

@media (max-width: 768px){
	.single .thumbnail img {
    height: 200px;
}
}

.pm-testimonial-slider2 .user-photo {
    display: none;
}

.subscription-details {
    display: none;
}

