/*
Theme Name: Woopy
Theme URI: https://woopy.ancorathemes.com/
Description: Woopy is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: woopy
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

.sc_layouts_logo .logo_image {
	max-height: fit-content !important;
	width: 25%;
}
.top_panel .elementor-section-content-middle {
	padding: 10px 70px 10px 70px !important;
}
.top_panel .elementor-section-content-middle .elementor-widget-trx_sc_layouts_logo {
	margin: 0 !important;
}
.footer_custom_footer-main-clothing-store .elementor-widget-trx_sc_layouts_logo .logo_image {
	width: 80%;
}
.footer_custom_footer-main-clothing-store .extra_menu_in_footer .sc_layouts_menu_nav .menu-item a {
	color: #000 !important;
}
.footer_custom_footer-main-clothing-store .extra_menu_in_footer .sc_layouts_menu_nav .menu-item a::after {
	background: #000;
}
.scroll_to_top_style_default {
	border-color: #FB6F92 !important;
	background-color: #FB6F92 !important;
}
.sc_layouts_cart_items_short {
	background-color: #FB6F92 !important;
}
.sc_layouts_row_type_compact .sc_layouts_item, [class*="scheme_"].sc_layouts_row_type_compact .sc_layouts_item {
	color: #000 !important;
}
.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .trx_addons_alter_text a {
	color: #000 !important;
}
.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not([class*="button"]) {
	color: #000 !important;
}
[class*="scheme_"].sidebar .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon, [class*="scheme_"].footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
	color: #FB6F92 !important;
}
.sc_layouts_panel_close.trx_addons_button_close {
	background-color: #FB6F92;
}
.trx_addons_popup, [class*="scheme_"].trx_addons_popup, .sc_layouts_popup, [class*="scheme_"].sc_layouts_popup, .sc_layouts_panel_inner, [class*="scheme_"].sc_layouts_panel_inner {
	background-color: #FFC2D1 !important;
	border-color: #FFC2D1 !important;
	color: #333 !important;
}
.woocommerce .button, .woocommerce-page .button, .woocommerce a.button, .woocommerce button.button {
	background: #FB6F92 !important;
}
.woocommerce button:hover {
	background: #FFB3C6 !important;
}
.woocommerce div.product form.cart .variations .label {
	display: block !important;
}
/* Remove variation swatches from shop/category page */
.archive .cfvsw_variations_form,
.archive .cfvsw-swatches-container,
.archive .cfvsw-shop-container {
    display: none !important;
}


/* ===== POPUP LAYOUT ===== */
.popup-container {
  display: flex;
  width: 100%;
  max-width: 900px;
  height: auto;
  align-items: stretch;
}

.popup-left {
  width: 50%;
}

.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-right .columns_wrap {
	width: 100%;
}
.popup-right {
	width: 50%;
	padding: 20px;
	background: #fff;
	/* overflow-y: auto; */
	/* max-height: 90vh; */
}

/* ===== TEXT ===== */
.popup-right h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.popup-right p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #666;
}

/* ===== FORM LAYOUT ===== */
.popup-right .columns_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.popup-right .column-1_2 {
	width: 100%;
	padding: 0 !important;
}
.popup-right .column-1_2 input {
	padding: 10px !important;
}
.popup-right .column-1_1 {
  width: 100%;
}

/* ===== INPUT FIX (MOST IMPORTANT) ===== */
.popup-right input,
.popup-right textarea,
.popup-right .wpcf7-form-control {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  padding: 12px;
  border: 1px solid #ddd !important;
  background: #fff !important;
  font-size: 14px;
  color: #000;
  outline: none;
}

/* ===== BUTTON ===== */
.popup-right .wpcf7-submit {
  background: #ff4d6d;
  color: #fff;
  border: none;
  padding: 14px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
  }

  .popup-left,
  .popup-right {
    width: 100%;
  }

  .popup-left {
    height: 200px;
  }

  .popup-right .column-1_2 {
    width: 100%;
  }
}

/* ===== Size Chart Styling ===== */

.wpcsc-size-chart-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

/* Header */
.wpcsc-size-chart-content thead th {
    background: #111;
    color: #fff;
    font-weight: 600;
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
}

/* First column (labels) */
.wpcsc-size-chart-content tbody td:first-child {
    text-align: left;
    font-weight: 500;
}

/* All cells */
.wpcsc-size-chart-content td {
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

/* Zebra rows */
.wpcsc-size-chart-content tbody tr:nth-child(even) {
    background: #f5f3f1;
}

/* Remove borders (clean look) */
.wpcsc-size-chart-content td,
.wpcsc-size-chart-content th {
    border: none;
}

/* Note text */
.wpcsc-size-chart-under-text {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}
.mfp-wpcsc .wpcsc-popup > div .wpcsc-size-chart-title {
	display: none;
}
.mfp-wpcsc .wpcsc-popup > div {
	padding: 0 !important;
}
.mfp-wpcsc .wpcsc-popup > div .wpcsc-size-chart-under-text {
	padding: 0 10px;
}
.wpcsc-size-chart-content thead th {
	text-align: left !important;
}
.wpcsc-size-chart-content tbody tr td {
	text-align: left !important;
}
.elementor-icon svg {
  stroke: #2b2b2b;
  fill: none;
  stroke-width: 1.5;
}


.sale-sect .sc_item_subtitle {
	color: #FF0000 !important;
}
.sale-sect .sc_item_descr p {
	color: #FF0000 !important;
}
.sale-sect .sc_countdown .sc_countdown_digits span {
	color: #FF0000 !important;
}
.sale-sect .sc_countdown .sc_countdown_separator {
	color: #FF0000 !important;
}
.sale-sect .sc_countdown .sc_countdown_label {
	color: #FF0000f !important;
}
.sale-sect .sc_button {
	--theme-var-button_curtain_color: #000 !important;
}
.sale-sect .sc_item_subtitle {
	color: #000 !important;
}
.sale-sect .sc_item_descr p {
	color: #000 !important;
}
.sale-sect .sc_countdown .sc_countdown_digits span {
	color: #FF0000 !important;
}
.sale-sect .sc_countdown .sc_countdown_separator {
	color: #FF0000 !important;
}
.sale-sect .sc_countdown .sc_countdown_label {
	color: #FF0000 !important;
}
.sale-sect .sc_button.sc_button_slant {
	color: #fff !important;
}
.sale-sect .sc_button.sc_button_slant:hover {
	color: #000 !important;
	background: #eee !important;
}
.woocommerce div.product form.cart .variations tr .label {
	padding: 17px 0 13px 0;
} 
.made-india .elementor-icon-box-icon svg {
	width: 64px;
	height: 64px;
} 
#tab-title-description {
    display: none !important;
}

.woocommerce-product-gallery {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.product .woocommerce-product-gallery,
.product .summary {
    flex: 1;
}

.woocommerce-accordion-content-description {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-accordion-title-description {
    display: none !important;
}

#tab-description,
.woocommerce-Tabs-panel--description {
    display: none !important;
}

.custom-description h2 {
	font-size: 30px;
}
.banner-sect .rs-parallax-wrap #slider-1-slide-2-layer-24 {
	font-size: 70px !important;
}
.banner-sect .rs-parallax-wrap #slider-1-slide-1-layer-24 {
	font-size: 70px !important;
}

.sc_layouts_row_fixed_on {
	top: 35px !important;
}
.adp-popup[data-id="1442"],
.adp-popup-overlay {
  display: none !important;
}
.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_content.entry-content .post_meta_categories {
	display: none;
}
.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_content.entry-content .sc_blogger_item_meta {
	display: none;
}


.announcement-text {
	font-family: "Montserrat", sans-serif;
}
span.wpcsc-size-charts-list-label {
	font-size: 0;
	width: 35px;
	display: inline-block;
	padding: 0 !important;
	background-position: center center !important;
	vertical-align: middle;
}
.reserve-sticky-btn {
	font-family: "Montserrat", sans-serif;
}


/* Blur the product image */
.coming-soon-item img {
	filter: blur(2px);
	opacity: 0.9;
	transition: all 0.3s ease;
}
/* Badge */
.coming-soon-item {
    position: relative;
}

.coming-soon-item::after {
	content: "COMING SOON";
	position: absolute;
	top: 20px;
	right: 20px;
	background: #ff69b4;
	color: #fff;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 30px;
	z-index: 99;
	filter: none;
	box-shadow: 0 4px 12px rgba(0,0,0,.2);
	font-family: "Montserrat", sans-serif;
}




@media (max-width: 767px) {
    
    
.top_panel .elementor-section-content-middle {
	padding: 10px 20px 10px 20px !important;
}
.sc_layouts_logo .logo_image {
	width: auto;
}    
    
    
    
}    