@charset "UTF-8";
/*!
Theme Name: Clothing Apparel Shop Pro
Theme URI: https://www.ovationthemes.com/products/apparel-wordpress-theme/
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Description: Apparel WordPress Theme is a sophisticated and top-tier website template meticulously crafted for businesses operating in the fashion and apparel industry. It is designed to meet the unique needs of clothing boutiques, fashion retailers, and apparel e-commerce enterprises, offering a premium solution to establish an outstanding online presence. The theme epitomizes style, elegance, and a design that harmonizes seamlessly with the fashion and apparel sector. It features a captivating homepage with an expansive banner or image carousel, perfect for showcasing the latest collections, seasonal trends, and featured products. This design is tailored to be fully responsive, ensuring that the website maintains its aesthetic appeal and functionality across a diverse array of devices, from desktop computers to mobile phones. This theme boasts a wide range of advanced features and functionalities that are indispensable for businesses in the fashion industry.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: clothing-apparel-shop-pro
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-site-editing, block-patterns, sticky-post, threaded-comments, template-editing, blog, news, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Clothing Apparel Shop Pro is based on Twenty Twenty-Two WordPress Theme, (C) 2023 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

*/

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body{
  background: #fff;
 font-family: 'outfit';
  overflow-x: hidden;
  line-height: 1.7;
  font-size: 14px;
}

header a,
footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 700;
}

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  width: 100%;
  border-spacing: 0; }

th, td {
  padding: 5px;
  text-align: center; }

table td,
table tr,
table th {
  border: 1px solid #ddd; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img, .wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 1em 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: 17px; }

abbr,
acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark,
ins {
  background: #ddd;
  text-decoration: none; }

big {
  font-size: 125%; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.75;
  padding: 7px 15px;
  color: #1c1c1c;
}

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

hr {
  background-color: #999;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

a {
  color: #3957f5;
  outline: 0 !important;
}
.widget a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.entry-content a:not(.wp-block-button__link) {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.widget a:not(.wp-block-button__link):hover,
.entry-summery a:not(.wp-block-button__link):hover,
.entry-content a:not(.wp-block-button__link):hover {
  color: #F17216;
}
a:focus-visible, a:focus {
  outline: thin dotted !important;
}
a:hover, a:active, a:hover {
  outline: 0;
  /* color: #cce3e2; */
}
.alignwide {
  margin-left  : -80px !important;
  margin-right : -80px !important;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.home .wp-site-blocks > * {
  margin-top: 0 !important;
}

/*---------------- Woocommerce CSS------------------ */
.woocommerce form .form-row input.input-text {
  /* padding: 8px; */
  border: 1px solid #bcbcbc;
}
.shop_table th, .shop_table td {
    text-align: left;
}
.related.products h2 {
  text-align: left;
}
.woocommerce .star-rating span::before {
  color: #f3f321;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto 8px;
  font-size: 15px !important;
}
.woocommerce span.onsale{
  background: #571fc3;
    padding: 0;
    color: #fff;
}
.products li {
  box-shadow: -2px -2px 5px #bbb;
  padding: 10px !important;
  text-align: center;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
h2.woocommerce-loop-product__title,
.woocommerce div.product li .product_title {
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center !important;
  font-size: 20px !important;
  padding: 5px 0 5px 0 !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #571fc3;
  color: #fff;
  padding: 10px 20px !important;
  opacity: 1 !important;
  text-decoration: none;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #3957f5;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 7px;
  border: solid 1px #000;
  color: #000;
  line-height: 1;
  margin-top: -4px;
  display: inline;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
   max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #0B4D4A;
  padding: 12px !important;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #ffffff;
  font-weight: 600;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
  color: #222 !important;
}
span.posted_in {
  display: block;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
select.orderby {
  padding: 10px;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
  padding: 12px;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce-info a, .woocommerce-privacy-policy-text a, td.product-name a, a.shipping-calculator-button{
  text-decoration: none !important;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
  margin-top: 20px;
}
.woocommerce input#password{
  border: 1px solid #bcbcbc;
}
.woocommerce-page form .password-input{
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #F17216;
  transition: background .15s ease-in-out;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
  background: #000;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  padding: 12.5px 15px;
  background: #000;
  color: #fff;
  font-weight: normal;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: none;
  float: none;
  overflow: unset;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 110px !important;
  padding: 5px 5px 5px !important;
  margin: 0px 10px 0px 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
#payment{
  margin: 0 0 30px 0;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
  padding: 16px 12px;
}
.woocommerce-wlfmc-wishlist nav.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}
/* --------Topbar Section------------------- */
.wp-block-stackable-text.clothing-topbar-contact-text {
    padding-left: 35px;
}
.clothing-topbar-contact-icon {
    position: relative;
    top: 13px;
}
.clothing-topbar-phone-icon span.stk--svg-wrapper {
    transform: rotate(-45deg);
}
.wp-block-stackable-text.clothing-topbar-head-text {
  margin-bottom: 0;
}
.clothing-topbar-product-search-box .wp-block-search__inside-wrapper {
    padding: 0;
}
.clothing-topbar-product-search-box input[type="search"]{
  border: unset;
}
.clothing-topbar-category-box button.wc-block-product-categories__button {
    display: none;
}
.clothing-topbar-category-box select {
    background: #f4f6fa;
    border: 1px solid #eeeef5;
    height: 50px;
    border-radius: 6px;
}
.clothing-topbar-product-search-box .wp-block-search__inside-wrapper {
    background: #fafbfd;
    border: 1px solid #eeeef5;
    border-radius: 6px;
}
.clothing-topbar-product-search-box .wp-block-search__button {
    border: 0;
    background: #fafbfd;
    margin-left: 0;
    height: 50px;
    color: #6622da;
}
.wp-block-group.clothing-category-search-box {
    gap: 0;
    justify-content: center;
}
/* Header Section */
.wp-block-columns.clothing-header-box {
    align-items: center !important;
}
.wp-block-site-logo img{
  width: auto;
}
.clothing-header-cart-box span.wc-block-mini-cart__amount {
    float: right;
    margin-left: 8px;
    margin-top: 2px;
}
.clothing-header-cart-box button.wc-block-mini-cart__button {
    display: block;
    cursor: pointer;
}
/* h1.clothing-site-title-box.wp-block-site-title{
  display: none;
} */

/* ul.museum-header-navigation-box li:first-child {
    border-bottom: 2px solid #efe72c;
} */
.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: left;
}
.wp-block-group.woocommerce.product {
    padding: 0 20px;
}
.clothing-header-navigation-box li a span.wp-block-navigation-item__label {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Inter";
}
/* -------------------- */
.stk-block-background {
    background-color: unset;
}
/* ----------Banner Section----------------- */
.wp-block-columns.clothing-banner-content-box {
    align-items: center !important;
}
.wp-block-stackable-text.clothing-banner-small-head {
    margin-bottom: 0;
}
.clothing-banner-main-box span.wp-block-cover__background {
    margin: 0 60px 30px;
    border-radius: 60px;
}
figure.clothing-banner-image img {
    position: relative;
    top: 43px;
    z-index: 999;
}
/* .wp-block-column.clothing-banner-data-box {
    padding-left: 4em;
} */
figure.clothing-banner-cart-img {
    position: absolute;
    top: 38px;
}
.wp-block-cover.clothing-banner-main-box {
    padding: 30px 0 10px;
}
#clothing-banner-sec .wp-block-group.clothing-banner-feature-box {
    border-radius: 30px;
    background-color: #000000b3;
    padding: 30px 20px;
    margin-top: -125px;
    position: relative;
    top: -50px;
    z-index: 999;
}
.clothing-feature-image {
    background: #ffffff33;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    padding: 17px 0;
}
.wp-block-column.clothing-banner-right-box {
    position: relative;
}
/* -------------Offer Section---------------- */
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-content-wrapper .eb-woo-product-content {
    display: block;
    text-align: left;
}
.clothing-product-box h3.eb-woo-product-title a{
  font-size: 16px !important;
  color: #374866 !important;
  font-weight: 700 !important;
  font-family: "Inter" !important;
}
#clothing-limited-product-box h3.eb-woo-product-title a{
  color: #ffffff !important;
}
.clothing-product-box a.button.wp-element-button.product_type_simple.add_to_cart_button {
    border-radius: 10px;
    filter: drop-shadow(-9.192px 9.192px 6px #d0bdef);
    background-color: #571fc3 !important;
}
#clothing-limited-product-box.clothing-product-box a.button.wp-element-button.product_type_simple.add_to_cart_button{
  filter: unset;
}
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-button-list a.button:before{
  color: #ffffff;
}
.clothing-product-box .eb-woo-product-price del {
    font-size: 16px;
    color: #545170;
    font-weight: 700;
    font-family: "Inter";
    margin-right: 8px;
}
.clothing-product-box .eb-woo-product-price ins{
  font-size: 16px;
  color: #f14b4b;
  font-weight: 700;
  font-family: "Inter";
}
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-image-wrapper .eb-woo-product-image .eb-woo-product-ribbon {
    background: #ffa800;
    font-weight: 700;
    font-family: 'Inter';
}
.clothing-offer-image-box img {
    width: 100%;
}
figure.clothing-offer-image3 {
    margin-top: 28px;
}
.wp-block-columns.clothing-offer-image-box {
    padding-top: 20px;
}
/* --------Latest Product offer----------------------------- */
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-image-wrapper .eb-woo-product-overlay .eb-woo-product-button-list a.button:before{
  padding-right: 0;
}
.clothing-product-box .eb-woo-products-gallery.grid-preset-1 .eb-woo-product .eb-woo-product-image-wrapper .eb-woo-product-overlay{
  opacity: 1;
  visibility: visible;
  bottom: -28px;
  left: auto;
  right: 45px;
}
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-content-wrapper .eb-woo-product-content{
  padding: 20px 0;
}
.clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-image-wrapper .eb-woo-product-image .eb-woo-product-ribbon.align-left {
    left: 10px;
    top: 10px;
}
#clothing-latest-offer-sec .wp-block-cover__inner-container,#clothing-limited-offer-sec .wp-block-cover__inner-container,#clothing-popular-product-sec .wp-block-cover__inner-container{
  padding: 30px 0;
}
/* -------------shop by category---------------- */
.clothing-shope-category-image-box .gbt_18_category_grid_item.visible.animation_ready {
    height: auto !important;
}
.clothing-shope-category-image-box img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}
.clothing-shope-category-image-box .gbt_18_categories_grid h4.gbt_18_category_grid_item_title {
    position: static !important;
    margin: 20px 0 !important;
    text-align: center;
}
.clothing-shope-category-image-box.gbt_18_categories_grid_wrapper .gbt_18_categories_grid .gbt_18_category_grid_item .gbt_18_category_grid_item_img:hover {
    opacity: 1;
}
.clothing-shop-category-tab-box .stk-block-tabs__tab--active {
    position: relative;
}
.clothing-shop-category-tab-box .stk-block-tabs__tab--active:before {
    content: '';
    background: #8237fd;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* --------------Limited Offer---------------------------- */
#clothing-limited-product-box {
    padding: 0 0 35px;
    margin: 0 75px;
}
#clothing-limited-product-box .eb-parent-wrapper{
  padding-top: 35px;
}
.clothing-limited-offer-countdown {
    margin-top: -17px;
    position: relative;
    z-index: -0;
}
/* ----------Offer Banner Section------------------------ */
.wp-block-columns.clothing-offer-banner-box.has-background.is-layout-flex {
    max-width: 770px;
    position: relative;
    padding: 14px 15px;
}
figure.clothing-offer-banner-image1 {
    position: absolute;
    left: -28px;
    bottom: 0;
}
figure.clothing-offer-banner-image2 {
    position: absolute;
    bottom: 0;
}
/* ------------Testimonial Section-------------- */
.clothing-testimonial-content-box{
  position: relative;
}
.clothing-testimonial-content-box .stk-block-testimonial__content::after{
  content: '';
  background-image: url('./images/testimonial-quote-img.png');
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  right: 35px;
}
.wp-block-stackable-testimonial.clothing-testimonial-content-box {
    overflow: visible !important;
    margin-bottom: 30px;
}
/* -------------Instagram- Section-------------------- */
.clothing-instagram-box #sbi_mod_error {
    float: unset;
}
/* ---------Footer Section----------------------- */
.merch-bus-footer-col-box p.stk-block-text__text {
    padding-top: 23px;
}
.wp-block-group.legal-copyright-section {
    padding: 18px 0;
    border-top: 1px solid #DFDFDF;
    max-width: unset;
}
.merch-bus-footer-navigation1 ul li a,.merch-bus-footer-navigation2 ul li a {
    font: 400 16px 'Inter';
    color: #FFFFFF;
}
.wp-block-group.clothing-footer-card-box.has-background.wp-block-group-is-layout-constrained {
    width: fit-content;
}
.wp-block-cover.merch-bus-footer-section {
    padding-bottom: 0;
}
.wp-block-columns.merch-bus-footer-col-box {
    padding: 50px 0 20px;
}
.clothing-footer-newsletter-box input[type='email'] {
    background: #ffffff;
    border: 1px solid #76aeff;
    border-radius: 28px;
    height: 50px;
}
.clothing-footer-newsletter-box input[type='submit'] {
    background: linear-gradient(89deg, #9e4ceb 0%, #8035ff 100%);
    border-radius: 26px;
    border: unset;
    padding: 15px 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}
figure.wp-block-image.size-full.clothing-footer-image1 {
    position: absolute;
    left: 0;
    bottom: 43px;
}
figure.wp-block-image.size-full.clothing-footer-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.merch-bus-footer-col-box ul.eb-socials li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}
.merch-bus-footer-col-box ul.eb-socials {
    padding-left: 0;
    position: relative;
}
.merch-bus-footer-col-box .eb-social-links-wrapper ul.eb-socials li a{
  background: transparent;
}
.merch-bus-footer-col-box ul.eb-socials li a i {
    height: 50px;
    width: 50px;
    background: #ffffff1c;
    border-radius: 25px;
    padding: 17px 18px;
}
.woocommerce-page .woocommerce-cart-form #coupon_code{
  height: 35px;
}
/* .merch-bus-footer-section .wp-block-columns.is-layout-flex {
    padding: 50px 15px;
} */
/* -------Contact Us------------ */
.museum-contact-box-1 .wp-block-stackable-icon-box.stk-block-icon-box {
    height: 112px;
}
.museum-contact-box-1{
  padding-bottom: 40px;
}
/* ------All Pages----------------- */
li.product.type-product.status-publish {
    box-shadow: 0px 3px 6px #ccc;
    padding: 20px;
}
.wp-block-post-title a{
  color: #141414;
}
.wc-block-components-product-price bdi {
    font-size: 17px;
}
.theme-clothing-apparel-shop-pro .wp-block-group.is-layout-constrained {
  padding: 15px;
}
.wc-block-cart-item__prices,.wc-block-components-product-metadata__description {
    text-align: left;
}
.wc-block-components-product-badge.wc-block-components-sale-badge{
  display: block;
    max-width: max-content;
}
button.wc-block-cart-item__remove-link{
  display: block !important;
}
.clothing-product-box .eb-woo-products-col {
  margin: 0 auto;
}
.alignwide {
    margin-top: 0;
}
.woocommerce-breadcrumb a {
    margin-right: 3px;
}
/* Media CSS */
@media screen and (min-width: 1700px){
  #clothing-topbar-sec .wp-block-columns.is-layout-flex,.wp-block-columns.clothing-header-box.is-layout-flex {
    max-width: 1600px !important;
  }
  #clothing-limited-product-box .eb-parent-wrapper {
      max-width: 1500px;
  }
  .wp-block-columns.clothing-banner-content-box{
    max-width: 1500px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1601px){
  main.wp-block-group{
    overflow-x: hidden;
  }
  .clothing-topbar-contact-text p.stk-block-text__text {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1441px){
  main.wp-block-group {
    padding: 0 55px !important;
    overflow-x: hidden;
  }
  .clothing-topbar-contact-text p.stk-block-text__text {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px){
  .theme-clothing-apparel-shop-pro main {
    padding: 30px !important;
  }
  .theme-clothing-apparel-shop-pro #clothing-topbar-sec.wp-block-group.is-layout-constrained,.theme-clothing-apparel-shop-pro .clothing-header-sec.wp-block-group.is-layout-constrained {
    padding: 15px 15px;
  }
  .wp-block-cover.clothing-banner-main-box {
    padding: 30px 45px 10px;
  }
  .clothing-banner-main-box span.wp-block-cover__background{
    margin: 0 20px 30px;
  }
  .clothing-banner-head h2.stk-block-heading__text {
    font-size: 50px !important;
  }
  .clothing-banner-feature-title p.stk-block-text__text {
    font-size: 14px !important;
  }
  .clothing-banner-head {
    margin-bottom: 5px;
  }
  .wp-block-column.clothing-banner-data-box {
    margin-top: -105px;
  }
  .clothing-topbar-contact-text p.stk-block-text__text {
    font-size: 13px !important;
  }
  .clothing-footer-image1 img {
    width: 70%;
  }
  .clothing-footer-image2 img {
    width: 295px;
  }
  #clothing-limited-product-box {
    padding: 0 20px 35px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
  .clothing-footer-image1 img {
    width: 53%;
  }
  .clothing-footer-image2 img {
    width: 202px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
  .theme-clothing-apparel-shop-pro main {
    padding: 30px !important;
  }
  .theme-clothing-apparel-shop-pro #clothing-topbar-sec.wp-block-group.is-layout-constrained,.theme-clothing-apparel-shop-pro .clothing-header-sec.wp-block-group.is-layout-constrained {
    padding: 15px 15px;
  }
  .clothing-banner-main-box span.wp-block-cover__background{
    margin: 0 20px 30px;
  }
  .wp-block-cover.clothing-banner-main-box {
    padding: 30px 30px 10px;
  }
  #clothing-banner-sec .wp-block-group.clothing-banner-feature-box{
    margin-top: -90px;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 65%!important;
    order: 1;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    order: 3;
    flex-basis: 100%!important;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 30%!important;
    order: 2;
  }
  .wp-block-columns.clothing-header-box.is-layout-flex,.wp-block-columns.clothing-offer-image-box{
    flex-wrap: wrap!important;
  }
  .wp-block-columns.clothing-header-contact-boxx {
    justify-content: center;
  }
  .wp-block-column.clothing-header-contact-box-col {
    display: contents;
  }
  #clothing-limited-product-box {
    padding: 0 15px 35px;
    margin: 0 40px;
  }
  .clothing-banner-head h2.stk-block-heading__text {
    font-size: 50px !important;
  }
  .clothing-banner-feature-title p.stk-block-text__text {
    font-size: 14px !important;
  }
  .clothing-banner-head {
    margin-bottom: 5px;
  }
  .clothing-footer-image1 img {
    width: 53%;
  }
  .clothing-footer-image2 img {
    width: 202px;
  }
  #clothing-limited-product-box {
    padding: 0 20px 35px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  #clothing-limited-product-box{
    padding: 0 15px 35px;
    margin: 0 25px;
  }
  .theme-clothing-apparel-shop-pro main {
    padding: 30px !important;
  }
  .clothing-category-tab-content-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 30%!important;
  }
  .clothing-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 100%!important;
  }
  .clothing-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    flex-basis: 45%!important;
  }
  .clothing-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 45%!important;
  }
  .clothing-offer-box-image1 img{
    width: auto;
  }
  .wp-block-columns.clothing-offer-image-box {
    text-align: center;
  }
  .theme-clothing-apparel-shop-pro #clothing-topbar-sec.wp-block-group.is-layout-constrained,.theme-clothing-apparel-shop-pro .clothing-header-sec.wp-block-group.is-layout-constrained {
    padding: 15px 15px;
  }
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 18% !important;
  }
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    flex-basis: 50% !important;
  }
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 20% !important;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 65%!important;
    order: 1;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    order: 3;
    flex-basis: 100%!important;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 30%!important;
    order: 2;
  }
  .wp-block-columns.clothing-header-box.is-layout-flex,.wp-block-columns.clothing-offer-image-box,.wp-block-columns.merch-bus-footer-col-box{
    flex-wrap: wrap!important;
  }
  .wp-block-columns.clothing-header-contact-boxx {
    justify-content: center;
  }
  .wp-block-column.clothing-header-contact-box-col {
    display: contents;
  }
  figure.clothing-offer-banner-image2{
    right: 0;
  }
  .clothing-banner-content-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 48% !important;
  }
  .clothing-banner-content-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    flex-basis: 48% !important;
  }
  .clothing-banner-main-box span.wp-block-cover__background{
    margin: 0 10px 30px;
  }
  .clothing-banner-feature-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 15%!important;
  }
  #clothing-banner-sec .wp-block-group.clothing-banner-feature-box{
    margin-top: -25px;
  }
  .wp-block-cover.clothing-banner-main-box {
    padding: 30px 20px 10px;
  }
  .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(4){
    flex-basis: 45% !important;
  }
  .clothing-footer-image1 img {
    width: 53%;
  }
  .clothing-footer-image2 img {
    width: 202px;
  }
  #clothing-limited-product-box {
    padding: 0 20px 35px;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(33% - 1em);
  }
  .woocommerce-page table.cart td.actions .coupon .button{
    width: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    order: 1;
    flex-basis: 40% !important;
  }
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    order: 3;
  }
  #clothing-topbar-sec .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    order: 2;
    flex-basis: 40% !important;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 58%!important;
    order: 1;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    order: 3;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 15%!important;
    order: 2;
  }
  .wp-block-column.clothing-banner-right-box{
    padding: 10px;
  }
  .clothing-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2){
    flex-basis: 45%!important;
  }
  .clothing-offer-image-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 45%!important;
  }
  .clothing-product-box .eb-woo-products-wrapper .eb-woo-products-col {
    max-width: 50% !important;
  }
  .clothing-category-tab-content-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 30%!important;
  }
  figure.clothing-offer-banner-image2{
    right: 0;
  }
  #clothing-limited-product-box{
    margin: 0 10px;
    padding: 0 5px 35px;
  }
  .clothing-limited-offer-countdown{
    margin-top: -8px;
  }
  .clothing-banner-feature-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 30%!important;
  }
  .clothing-header-navigation-box li a span.wp-block-navigation-item__label{
    font-size: 13px;
  }
  .merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3),.merch-bus-footer-col-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(4){
    flex-basis: 45% !important;
  }
  .clothing-footer-image1 img {
    width: 53%;
  }
  .clothing-footer-image2 img {
    width: 202px;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .theme-clothing-apparel-shop-pro #clothing-topbar-sec.wp-block-group.is-layout-constrained,.theme-clothing-apparel-shop-pro .clothing-header-sec.wp-block-group.is-layout-constrained {
    padding: 15px 15px;
  }
  .theme-clothing-apparel-shop-pro main {
    padding: 30px !important;
  }
  .wp-block-column.clothing-header-col3 .wp-block-group.wp-block-group-is-layout-flex{
    justify-content: end;
  }
  .wp-block-columns.clothing-header-contact-boxx {
    justify-content: center;
  }
  .wp-block-column.clothing-header-contact-box-col {
    display: contents;
  }
  .clothing-banner-main-box span.wp-block-cover__background{
    margin: 0 0px 30px;
  }
  .wp-block-column.clothing-banner-data-box {
    padding: 15px;
  }
  #clothing-banner-sec .wp-block-group.clothing-banner-feature-box{
    margin-top: 0;
  }
  #clothing-limited-product-box {
    padding: 0 20px 35px;
  }
  .woocommerce-page table.cart td.actions .coupon .button{
    width: auto;
  }
}
@media screen and (max-width: 575px){
  #clothing-topbar-sec .wp-block-site-logo,.wp-block-stackable-text.clothing-topbar-head-text,.wp-block-stackable-text.clothing-topbar-text {
    text-align: center;
  }
  .wp-block-group.clothing-category-search-box{
    display: block;
  }
  .wc-block-product-categories.clothing-topbar-category-box {
    justify-content: center;
    margin-bottom: 5px;
  }
  .wp-block-column.clothing-header-col1 {
    order: 1;
  }
  .wp-block-column.clothing-header-col2 {
    order: 3;
  }
  .wp-block-column.clothing-header-col3 {
    order: 2;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(1){
    flex-basis: 20%!important;
  }
  .clothing-header-box.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(3){
    flex-basis: 70%!important;
  }
  .clothing-category-tab-content-box .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 40%!important;
  }
  #clothing-limited-product-box{
    margin: 0 10px;
    padding: 0 5px 35px;
  }
  .clothing-limited-offer-countdown .stk-block-countdown__container{
    gap: 5px;
  }
  .clothing-limited-offer-countdown{
    margin-top: -8px;
  }
  figure.clothing-offer-banner-image1,figure.clothing-offer-banner-image2{
    position: static;
    text-align: center;
  }
  figure.wp-block-image.size-full.clothing-footer-image1,figure.wp-block-image.size-full.clothing-footer-image2{
    display: none;
  }
  .wp-block-cover.clothing-banner-main-box {
    padding: 30px 9px 10px;
  }
  .clothing-product-box .eb-woo-products-gallery .eb-woo-product .eb-woo-product-content-wrapper .eb-woo-product-content {
    display: block;
    text-align: center;
  }
  .coupon {
    justify-content: center;
  }
}


/*404 Page CSS*/
.wp-block-search__button {
  border: 0;
  background: #F17216;
}

/*Archive Page*/
.archive-page {
  padding: 50px;
}
.comment-body .reply a {
  color: #fff;
  text-decoration: none;
  background: #F17216;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 500;
}
.comment-body .reply a:hover, .wp-block-post-comments input[type=submit]:hover, .theme-button .wp-block-button__link:hover {
  background: #3957f5 !important;
  color: #fff !important;
}
.wp-block-post-comments input[type=submit] {
  background: #31423d;
  color: #fff;
  font-weight: 600;
  font-family: 'Outfit';
}
.wp-block-post-author__content {
  align-self: center;
}
/*Sidebar CSS*/
.theme-sidebar .wp-block-group {
  padding: 15px ;
  border: 1px solid #eee;
  color: #6b6b6b;
  background: #fff;
}
.theme-sidebar .wp-block-group h3 {
  color: #222;
  padding-bottom: 5px;
  border-bottom: 3px double #222;
}
.theme-sidebar .wp-block-group ul {
  padding-left: 20px;
}
.theme-sidebar .wp-block-group ul li {
  line-height: 2;
  font-size: 14px;
  color: #6b6b6b;
  list-style: disc;
}
.theme-sidebar .wp-block-group ul li a {
  color: #6b6b6b;
}
.theme-sidebar ul.wp-block-social-links {
  padding: 0;
}
.theme-sidebar ul.wp-block-social-links a{
  padding: 10px !important;
}
.theme-sidebar ul.wp-block-social-links a svg {
  font-size: 18px;
}
.theme-sidebar .wp-block-tag-cloud a{
  background:#eeeeee;
  color: #000;
  font-size:15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display:inline-block;
}
.theme-sidebar .wp-block-tag-cloud a:hover{
  background: #3957f5;
  color: #fff;
}
.theme-sidebar .wp-block-gallery {
  gap: 1em;
}
