/*
Theme Name: Uthr - Child
Template: uthr
Version: 1.0.0
Text Domain: uthr
*/

/*---------------------------------
    write your css from here
------------------------------------*/

body {
  color: var(--e-global-color-primary) !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

input:focus {
  outline: none !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px !important;
}

.overflow-h {
  overflow-y: hidden;
}

time {
  font-size: 11px;
}

button {
  border-radius: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none !important;
}

/*********************/
/*** Header ***/
.header-top .elementor-element {
  text-align: center;
}

.uthr-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--e-global-color-text) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

div.site-logo {
  width: 100% !important;
}

.uthr-header .site-logo .hfe-site-logo img {
  max-width: 120px !important;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.uthr-header.is-sticky .site-logo .hfe-site-logo img {
  max-width: 90px !important;
  width: 100%;
}

.header-main .hfe-nav-menu {
  padding-top: 40px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .header-main .elementor-container {
    justify-content: space-between;
  }
}

.header-main .hfe-nav-menu li a:hover,
.header-main .hfe-nav-menu li a:focus,
.header-main .hfe-nav-menu li a:active {
  background-color: var(--e-global-color-primary) 0a;
}

.header-main .hfe-flyout-close svg {
  margin: 0;
}

.header-main .hfe-flyout-close {
  margin: 10px;
}

body.admin-bar .header-main.is-sticky {
  top: 32px;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
  transition: all 0.5s;
  display: block;
}

.sub-arrow {
  border: none !important;
}

.hfe-nav-menu-icon {
  padding: 0 !important;
}

.header-search {
  padding-top: 2px;
}

.header-search .hfe-search-icon-toggle i.fa-search {
  padding: 8px;
}

.header-search .fa-search:before {
  content: "";
  background: url(/wp-content/uploads/2024/09/search-icon.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

/*********************/
/**** HOME PAGE ****/

/* Hero Slider */
.hero-slider .elementor-column {
  height: 100%;
}

.htmove-banner-three:hover .htmove-banner-thumb img {
  transform: scale(1) !important;
}

.hero-slider .htslider-slider .slick-prev svg {
  transform: rotate(90deg);
}

.hero-slider .htslider-slider .slick-next svg {
  transform: rotate(-90deg);
}

.htslider-postslider-area:not(.slick-slider)
  .htslider-data-title:not(:first-child) {
  display: none;
}

.htslider-slider .slick-arrow svg {
  width: 20px;
}

/* Popular Search */
.popular-search-sec .swiper-container .swiper-slide:hover a img,
.popular-search-sec .swiper-container .swiper-slide:focus a img {
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.popular-search-sec .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}

.popular_searches_ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.popular_searches_ul li {
  line-height: normal;
  margin-bottom: 5px;
}

.popular_searches_ul li a {
  color: var(--e-global-color-primary);
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.popular_searches_ul li:not(:last-child):after {
  content: "|";
  padding: 0 5px;
}

/*** Image Hover ***/
/* main-img */
.main-img.image-hover .htmove-banner .htmove-banner-thumb {
  position: relative;
  padding-top: 60%;
}

.main-img .htmove-banner .htmove-banner-thumb img,
.image-hover .htmove-banner .htmove-banner-thumb img,
.image-hover-2 .htmove-banner .htmove-banner-thumb img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* image-hover-1*/
.two-col .image-hover .htmove-banner .htmove-banner-thumb {
  position: relative;
  padding-top: 100%;
}

/* image-hover-2 */
.image-hover-2 .htmove-banner .htmove-banner-thumb {
  position: relative;
  padding-top: 140%;
}

.htmove-banner:hover .htmove-banner-info a.htmove-banner-btn {
  padding: 0 20px !important;
  background-color: #ffffff52 !important;
}

/*** Home Product Section ***/
.home-product .htmove-product-content {
  margin-top: 15px;
  text-align: left;
}

.home-product .htmove-product .htmove-product-prices {
  display: block;
}

.home-product .htmove-product .htmove-product-prices > del {
  color: #ababab;
  font-size: 19px;
}

.htmove-product-grid .htmove-product-thumbnail .htmove-product-action,
.htmove-product-grid .htmove-product-thumbnail .htmove-product-addtocart {
  display: none;
}

@media (max-width: 991.98px) {
  .home-product .htmove-product-grid .htmove-product a.htmove-product-image {
    padding-top: 130%;
  }

  .home-product .htmove-product-grid .htmove-product a img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .image-hover-2 .htmove-banner .htmove-banner-thumb {
    padding-top: 75%;
  }

  .image-hover-2 .htmove-banner .htmove-banner-thumb img {
    object-position: 0 -90px;
  }

  .home-product
    .htmove-product-grid
    .htmove-product
    a.htmove-product-image
    img {
    object-position: 0 0;
  }
}

@media only screen and (min-width: 575.98px) and (max-width: 767.98px) {
  .htmove-columns-mobile-1 .htmove-row .htmove-col-4 {
    max-width: 50% !important;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home-product .htmove-product-grid .htmove-product a.htmove-product-image,
  .main-img.image-hover .htmove-banner .htmove-banner-thumb {
    padding-top: 100%;
  }
}

.image-hover .htmove-banner-thumb img {
  object-fit: cover;
}

.category-img > .elementor-widget-container,
.category-img .elementor-widget-container .htmove-banner-three,
.category-img .htmove-banner .htmove-banner-thumb,
.category-img .htmove-banner .htmove-banner-thumb img {
  height: 100%;
}

.category-img .htmove-banner .htmove-banner-thumb {
  overflow: hidden;
}

.category-img .htmove-banner .htmove-banner-thumb img {
  object-fit: cover;
}

.category-slider .sp-wcsp-pagination {
  margin-top: 30px !important;
}

.category-slider .sp-wcsp-pagination span {
  width: 8px !important;
  height: 8px !important;
}

/*** Wishlist ***/
.product ul li.wishlist a.wishsuite-button {
  background-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-text);
  padding: 0px;
  min-height: 40px;
}

.header-main a.wishsuite-counter-area span.wishsuite-counter {
  background: var(--e-global-color-primary);
  font-size: 8px;
  font-weight: 400;
  right: 2px;
  top: 6px;
  height: 14px;
  width: 14px;
}

/*** Woocommerce ***/
.product .single-product-box a img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.product .single-product-box .tp-image-wrapper {
  padding-top: 144%;
}

.product .product-content {
  padding-top: 12px;
  text-align: left;
}

.product .price-box {
  justify-content: left;
}

.product .product-content h4,
.product .price-box span,
.wc-block-grid__product-title {
  color: rgba(18, 18, 18);
  font-family: Montserrat !important;
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 13px;
}

.product .product-content h4 {
  display: block;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product .price-box span {
  font-size: 14px;
  line-height: 24px;
}

.product .single-product-box:hover .product-content h4 {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.product .single-product-box:hover .product-thumb img {
  transition: transform 0.5s ease;
  transform: scale(1.03);
}

.woocommerce ul.products li.product a img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}

.product .product-content .pro-rating,
.woocommerce ul.products li.product a img:nth-of-type(2),
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
  display: none;
}

.woocommerce-page ul.products li.product a:hover img:nth-of-type(2) {
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	    margin: 0 0 8px;
}

/*** Breadcrumb ***/
.breadcrumb-wrapper {
  padding: 10px 0 20px;
}

.breadcrumb-wrapper .breadcrumb_last,
.breadcrumb-wrapper > span > span {
  padding: 0 10px;
}

.breadcrumb-wrapper > span > span:first-child {
  padding-left: 0;
}

.breadcrumb_last strong,
.breadcrumb-wrapper > span > span > a {
  font-weight: 400;
  color: var(--e-global-color-primary);
  font-size: 13px;
  line-height: 15px;
}

/*********************/
/*** Shop Main Page ***/
.woocommerce .shop-page-area {
  padding: 0;
}

.woocommerce .shop-page-area .shop_banner {
  display: none !important;
}

.woocommerce .sidebar-toggle {
  display: inline-block;
  margin-bottom: 20px;
}

.woocommerce #sidebar_toggle {
  border: none;
  background-color: transparent;
  color: rgba(18, 18, 18, 0.85);
  cursor: pointer;
  padding: 0 15px;
  outline: none;
}

.woocommerce #sidebar_toggle svg {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.woocommerce #sidebar_content {
  background-color: var(--e-global-color-text);
  position: fixed;
  top: 0;
  right: -375px;
  height: 100vh;
  width: 374px;
  z-index: 100;
  transition: all 0.5s ease;
}

.woocommerce #sidebar_content.show {
  right: 0;
  top: 0;

  transform: translate(0);
}

.woocommerce #sidebar_content.show + .sidebar-dropshadow {
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.woocommerce #sidebar_content .sidebar-head {
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 25px;
}

.woocommerce #sidebar_content .sidebar-head .facets-heading {
  color: rgb(18, 18, 18);
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 18px;
  margin-bottom: 0;
}

.woocommerce #sidebar_content .sidebar-head .facets-count {
  color: rgba(18, 18, 18, 0.7);
  display: block;
  flex-grow: 1;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 23.4px;
}

.sidebar-close {
  color: rgba(18, 18, 18, 0.75);
  position: absolute;
  right: 25px;
}

.sidebar-close svg {
  height: 18px;
  width: 18px;
}

.woocommerce-shop .product {
  margin-bottom: 25px !important;
}

.woocommerce .woocommerce-message {
  border-top: none;
  background-color: transparent;
  box-shadow: rgb(0 0 0 / 9%) 2px 2px 7px;
}

.woocommerce .woocommerce-message::before {
  color: var(--e-global-color-primary);
}

.icon-heart:before,
.reset_variations {
  color: var(--e-global-color-primary);
}

.product .summary .woocommerce-product-rating {
  display: none;
}

.single-product .product-details .related-product-section {
  display: none;
}

.related-product-section .product .product-content .price {
  margin-bottom: 0 !important;
}

.single-product .product-details .product-tab-section {
  margin: 0 !important;
}

.single-product .product-tab-section .col-12 .woocommerce-tabs {
  display: none;
}

.product-details .priduct_social,
.product-details-page .products .product-content .pro-button {
  display: none !important;
}

.comment-form-rating p:nth-child(2) {
  display: none;
}

/*** Size Chart ***/
.sizing-chart {
  display: none;
}
/* .sizing-chart svg {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.sizing-chart {
	margin-bottom: 20px;
}

.sizing-chart a.size-chart {
	color: var(--e-global-color-primary);
	line-height: 22px;
} */

body .pum-title.popmake-title {
  color: var(--e-global-color-primary);
  margin-bottom: 15px;
}

.ks-table-wrapper table,
.ks-table-wrapper td,
.ks-table-wrapper th {
  border-style: solid;
  border-width: 1px;
  border-color: #e8e9eb;
}

.ks-table-row {
  display: table-row !important;
  width: auto !important;
}

.table-content {
  max-width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ks-table {
  margin-bottom: 10px;
}

.ks-table tr:first-child td.ks-table-header-cell {
  font-weight: 600 !important;
  font-style: normal;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 14px;
}

td.ks-table-cell {
  font-size: 13px;
  color: var(--e-global-color-primary);
}

.pum-content ol li {
  font-size: 14px;
  color: var(--e-global-color-primary);
  line-height: 22px;
  margin-bottom: 5px;
}

/*** Shop main sidebar ***/
.hfe-flyout-content ul.hfe-nav-menu li {
  color: var(--e-global-color-primary);
}

.shop-main-sidebar {
  padding: 25px;
  overflow-y: auto;
  height: 100%;
}

.shop-main-sidebar .uthr-sidebar-widget {
  margin-bottom: 0;
}

.shop-main-sidebar .uthr-sidebar-widget + .uthr-sidebar-widget {
  margin-top: 20px;
}

.shop-main-sidebar .uthr-sidebar-widget .wp-block-heading,
.shop-main-sidebar .uthr-sidebar-widget .uthr-sidebar-widget-title,
.shop-main-sidebar .uthr-sidebar-widget .product-categories {
  color: rgba(18, 18, 18, 0.75);
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-bottom: 10px;
}

#sidebar_content .product-categories .current-cat {
  font-weight: 500;
}

#sidebar_content .product-categories li.cat-item {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
}

.shop-main-sidebar .wc-block-price-filter__controls input {
  max-width: 90px !important;
  line-height: 18px;
}

.woocommerce .shop-page-area .shop-main-column-right .uthr-shop-topbar {
  display: none;
}

.woocommerce .single-product-box:hover .product-content {
  transform: none;
}

.woocommerce .single-product-box:hover .product-content .pro-button {
  opacity: 0;
}

.woocommerce-page .woocommerce-message .button {
  font-size: 12px;
  margin: -5px;
  padding: 5px 18px;
  min-height: inherit;
}

@media only screen and (max-width: 1299px) {
  .woocommerce-page .woocommerce-message .button{
             margin: 10px 0 0 0;
  }
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.current {
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
  border-bottom: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: var(--e-global-color-primary);
  transition: 0.2s all ease;
}

.woocommerce .product-details-page div.product .product_title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.06rem;
  font-weight: 400;
}

.woocommerce-page .product-details-page div.product .price {
  font-size: 18px !important;
  margin-bottom: 18px;
  font-weight: 300;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description p {
  font-family: "Montserrat", Sans-serif !important;
}

.woocommerce-page div .product form.cart {
  margin-bottom: 20px;
}

.woocommerce-page .product_meta span span,
.woocommerce-page .product_meta span a {
  color: var(--e-global-color-primary);
  font-weight: 400;
}

.woocommerce-page .product_meta span a:first-child,
.woocommerce-page .product_meta span span {
  margin-left: 10px;
}

.woocommerce-page .product_meta span span a {
  margin-left: 0 !important;
}

.woocommerce-page .priduct_social span,
.woocommerce-page .product_meta > span {
  font-weight: 400;
  color: var(--e-global-color-primary);
}

a.wishsuite-btn .icons {
  font-size: 17px !important;
}

.woocommerce-page div .product form.cart .button::before {
  content: none;
}

.woocommerce-page div .product form.cart .button {
  width: 250px;
  font-size: 14px;
  height: auto;
  line-height: 1.3em;
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  transition: 0.2s all ease;
  margin-bottom: 0;
}

.woocommerce-page div .product form.cart .button:hover {
  background-color: transparent !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 2px;
}

.product-details-page .cart .quantity {
  width: 120px;
  height: 45px;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
}

.product-details-page .cart .div.quantity .dec.qtybutton {
  left: 5px !important;
}

.product-details-page .cart div.quantity .inc.qtybutton {
  right: 5px !important;
  top: 2px;
}

.product-details-page .cart div.quantity .dec.qtybutton,
div.quantity .inc.qtybutton {
  height: auto;
  padding-top: 10px;
}

.product-details-page .product_meta > span {
  text-transform: capitalize !important;
}

.product-details-page div.quantity input.input-text.qty {
  height: auto;
  float: none;
  padding-top: 12px;
  padding-left: 35px;
  text-align: center;
}

.product-details-page a.wishsuite-product-after_cart_btn {
  background-color: var(--e-global-color-text);
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1px;
  margin: 0 0 0 10px;
}

.single-product .product .summary {
  padding-top: 20px;
}

.product-social ul {
  padding: 0;
}

.product-social ul li {
  list-style: none;

  border: 1px solid #e5e5e5;
  margin: 5px;
  text-align: center;
  transition: 0.1s all ease;
  flex: 1;
}

.product-social ul li:hover {
  border: 1px solid var(--e-global-color-primary);
}

.product-social .textwidget {
  display: flex;
  flex-wrap: wrap;
}

.product-social h2.widgettitle {
  margin-bottom: 15px;
}

.product-social .communicate {
  font-weight: 500;
  color: var(--e-global-color-primary);
  line-height: 18px;
}

.product-social li a {
  padding: 10px;
  display: block;
  width: 100%;
  padding: 10px;
}

.woocommerce-cart .td.wc-block-cart-item__image {
  padding-left: 0;
}

.product-details-page .product > .row {
  margin-bottom: 25px;
}

.product-social .flipcart, .product-social .amazon{
	max-width: 32%;
	width:100%;
	display: inline-block;
}
.product-social .flipcart img, .product-social .amazon img{
	margin-bottom: 5px;
    width: 25px;
}

.variations_form table.variations tbody th {
  padding: 0;
}

.woocommerce #review_form #respond p {
  max-width: 100%;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 13px;
}

.woocommerce div.product form.cart table.variations tbody tr {
  display: flex !important;
  flex-direction: column;
}

.woocommerce div.product form.cart table.variations tbody td.value {
  padding-top: 0;
}

.woocommerce-cart .wc-block-components-formatted-money-amount {
  font-size: 16px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 0 !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 1px var(--e-global-color-primary);
}

.summary .woocommerce-product-details__short-description,
span.woo-selected-variation-item-name {
  display: none !important;
}

.variation-price {
  margin-bottom: 10px;
}

.variation-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

.variation-item a {
  font-weight: bold;
}

table.shop_attributes tbody p {
  font-style: normal;
}

/*** Accordion Container ***/
#accordion-container {
  margin-bottom: 25px;
}
#accordion-container .accordion-header {
  min-height: 45px;
  border: none;
  padding-left: 0;
	    padding-right: 5px;
}
.accordion-content {
  font-size: 14px;
  line-height: 1.45em;
}
#accordion-container .drawer {
  border-top: none;
}
#accordion-container .drawer .accordion-content {
  border: none !important;
}
#accordion-container .accordion-content {
  padding: 0 0 20px 0;
}
#accordion-container .accordion-header-icon{
  transition: 0.3s all ease;
}

/*** Product Slider ***/
.product_zoom_gallery .wpgs-for {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}

.product_zoom_gallery .wpgs-nav {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.product_zoom_gallery .wpgs-nav .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 16px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}

.product_zoom_gallery .wpgs-nav .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 16px;
  right: -15px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}

.product_zoom_gallery .wpgs-nav .slick-list .slick-slide {
  padding: 10px;
}

.product_zoom_gallery .wpgs-nav .slick-list .slick-slide {
  transition: 0.1s all ease-in-out;
}

.product_zoom_gallery .wpgs-nav .slick-list .slick-slide:hover {
  opacity: 0.7;
  cursor: pointer;
}

.product .wpgs-nav .slick-slide.slick-current.slick-active img {
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 2px;
  transition: 0.2s all ease;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-main {
    padding: 8px 15px 8px 15px !important;
  }
}

@media (max-width: 1024px) {
  .header-main {
    padding: 8px 15px 8px 15px !important;
  }
}

@media (max-width: 767px) {
  .product_zoom_gallery .wpgs-for {
    max-width: 100%;
    width: 100%;
    padding-bottom: 5px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px 0 4px 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 10px;
  }

  .uthr-shop-pagination {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .product-details-page .product-details {
    padding-top: 20px;
  }

  .woocommerce .product-details-page div.product .product_title {
    font-size: 16px;
  }
}

/*** Cart button/quantity ***/
form.cart .woocommerce-variation-add-to-cart,
form.cart {
  display: flex;
  flex-direction: column;
}

.single_variation_wrap .custom-wishbuton,
.cart .custom-wishbuton {
  display: none;
}

.variations .variable-items-wrapper {
  display: inline-flex;
}

.reset_variations {
  margin-left: 8px;
}

/*********************/
/*** Order recived page ***/
body.woocommerce-checkout .woocommerce-order-overview {
  padding: 15px;
  border: 1px solid var(--e-global-color-primary);
  margin-bottom: 30px !important;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout ul.woocommerce-order-overview li {
  margin-top: 8px;
}

.woocommerce-checkout p.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 15px;
}

body .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid var(--e-global-color-primary);
}

body.woocommerce-order-received .shop_table.order_details {
  border: none;
}

body.woocommerce-order-received .order_details li strong {
  margin-top: 10px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 15px;
}

.woocommerce .product-name ul.wc-item-meta strong.wc-item-meta-label {
  margin: 0 5px 0 0;
  font-weight: 400;
}

body.woocommerce-order-received .product-name ul.wc-item-meta {
  padding-left: 0;
}

.woocommerce .shop_table.order_details tfoot td {
  text-align: left;
}

.woocommerce-page .woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

.woocommerce table.shop_attributes td p {
  padding: 8px;
  text-align: left;
}

/*** price set ***/
.product-type-variable .product-details .summary p.price {
  visibility: hidden;
}

.variations_form > div {
  position: relative;
}

.variations_form .single_variation_wrap .woocommerce-variation {
  position: absolute !important;
  top: -37px;
}

.comment-respond form {
  padding-top: 15px;
}

/*** Cart Page ***/
.wishsuite-table-content table td.wishsuite-product-title {
  text-align: left;
}

.wishsuite-table-content table td.wishsuite-product-title a {
  color: var(--e-global-color-primary);
}

body
  .header-main
  .elementor-widget-hfe-cart
  a#hfe-menu-cart__toggle_button
  .elementor-button-icon::before {
  background: var(--e-global-color-primary);
  font-size: 9px;
  font-weight: 400;
  top: 10px;
  right: -6px;
  height: 14px;
  width: 14px;
}

.product.type-product .product_action {
  display: none;
}

.woocommerce-cart
  .wp-block-woocommerce-cart
  .wc-block-cart
  .wc-block-cart__main {
  padding: 0;
  width: 100%;
}

.woocommerce-cart
  .wp-block-woocommerce-cart
  .wc-block-cart
  .wc-block-cart__sidebar {
  margin-left: auto;
}

.woocommerce-cart
  .wc-block-cart__sidebar
  .wc-block-components-totals-item__label {
  font-weight: 400;
  font-size: 15px;
}

.wc-block-components-text-input input {
  border-radius: 0 !important;
}

.woocommerce-cart
  .wp-block-woocommerce-cart
  .wc-block-cart
  .wc-block-components-button,
body .wc-block-components-button {
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  color: var(--e-global-color-primary);
  transition: 0.3s all ease;
}

.woocommerce-cart
  .wp-block-woocommerce-cart
  .wc-block-cart
  .wc-block-components-button:hover,
body .wc-block-components-button:hover {
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 2px !important;
}

body.woocommerce-checkout
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control__input {
  border-radius: 50% !important;
}

.woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked::after,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option:last-child:after {
  content: none !important;
}

.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option
  .wc-block-components-radio-control__input {
  left: 0 !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  padding-left: 32px !important;
}

.wp-block-woocommerce-cart .wc-block-grid__products li .wp-block-button__link {
  color: var(--e-global-color-text) !important;
}

.woocommerce-cart a {
  color: inherit !important;
}

.cart-section
  .wc-block-cart-item__product
  .wc-block-components-product-metadata {
  display: none;
}

.cart-section .wc-block-cart-item__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}

.cart-section a.wc-block-components-product-name {
  font-size: 16px;
  max-width: 350px !important;
  width: 100%;
}

.cart-section .wc-block-cart-item__total span.price {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

.cart-section .wc-block-components-quantity-selector {
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  border-radius: 0;
  width: 120px;
}

.cart-section .wc-block-components-quantity-selector button {
  padding: 10px;
}

.cart-section .is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none;
}

body.woocommerce-page span.edit-link {
  display: none !important;
}

/*** Wishsuite Page ***/
.wishsuite-table-content table.wishsuite_table thead > tr {
  background-color: transparent;
  border: none;
}

.wishsuite-table-content table.wishsuite_table thead {
  border-bottom: 1px solid #ebebeb;
}

body .wishsuite-table-content table {
  border: none;
}

body .wishsuite-table-content table thead > tr th {
  color: var(--e-global-color-primary);
  font-size: 13px;
  font-weight: 400;
}

/*** Cart Table ***/
.woocommerce-cart
  table.wc-block-cart-items
  .wc-block-cart-items__header
  th
  span {
  color: var(--e-global-color-primary);
  font-size: 13px;
  font-weight: 400;
}

body .woocommerce-cart .wc-block-cart__main table td.wc-block-cart-item__image {
  padding-left: 0;
  width: 150px;
}

/*********************/
/*** Checkout Page ***/
.woocommerce-checkout .woocommerce-order-details tbody tr td {
  text-align: left;
}

.woocommerce-checkout .woocommerce-order-details .product-name a {
  color: var(--e-global-color-primary);
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table .product-quantity {
  font-weight: 400;
}

body.woocommerce-checkout .wc-block-checkout input,
.wc-blocks-components-select__container.wc-block-components-radio-control {
  border-radius: 0 !important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  box-shadow: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
  box-shadow: inset 0 0 0 1px var(--e-global-color-primary) !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .wc-blocks-components-select__container {
  border-radius: 0;
}

body .wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  line-height: 22px;
}

.wc-block-components-form
  .wc-block-checkout__add-note
  .wc-block-components-textarea {
  border-radius: 0;
  min-height: 100px;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-button,
.wc-block-components-totals-coupon__button {
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  transition: 0.2s all ease;
  border: none;
}

.woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-button:hover.wc-block-components-totals-coupon__button:hover {
  background-color: transparent !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 2px !important;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
}

.woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
  top: 120px;
}

/*********************/
/*** Contact Us ***/
.contact-form .wpcf7-form p label {
  width: 100%;
}

.contact-form .wpcf7-form-control {
  width: 100%;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 11px;
  line-height: 1.3em;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 13px;
}

.contact-form .wpcf7-spinner {
  margin: 5px;
}

.contact-form .wpcf7-form p {
  position: relative;
}

.contact-form span.wpcf7-spinner {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* Bussiness form */
/* Partner With Us Form */
.part-form h5 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
}

.part-form p label {
	margin-top: 10px;
}

.part-form .wpcf7-form p {
	margin-bottom: 12px;
}

.part-form p .wpcf7-list-item {
	margin: 0;
	width: 100%;
	display: block;
}

.part-form p .wpcf7-list-item label .wpcf7-list-item-label {
	font-weight: 400;
}

.part-form .wpcf7-not-valid-tip {
	margin-top: 3px;
}

.part-form .wpcf7-checkbox span label {
	margin: 10px 0px 0px 0px !important;
}
.part-form .wpcf7-radio .wpcf7-list-item{
	margin-bottom: 8px;
}
.part-form p span .wpcf7-select{
	    padding: 5px 10px !important;
}
.part-form select>option{
	height:20px;
}

.part-form .submit-btn {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.part-form span.wpcf7-spinner {
	top: 20px;
}


/* Only popup */
.pum-container .wpcf7 span .wpcf7-text{
	    width: 100%;
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;

}
.pum-container .wpcf7 h5{
	    margin-bottom: 15px;
}
.pum-container .wpcf7 p label{
	    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.pum-container .wpcf7-checkbox label span{
	font-weight: 400;
}
.pum-container .wpcf7-date{
	      height: 44px;
    font-size: 14px;
}
.pum-container .wpcf7-select{
	font-size: 14px;
    padding: 10px;
}
.pum-container .wpcf7-not-valid-tip{
	    font-size: 12px;
    margin-top: 5px;

}
.pum-container .wpcf7 .wpcf7-radio .wpcf7-list-item,.wpcf7-textarea{
	display: block;
    font-size: 14px;
    margin-bottom: 8px;
	    color: #000;
}
.pum-container .wpcf7 .wpcf7-textarea{
	    max-height: 100px;
}
.pum-container .wpcf7 .submit-btn{
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
        position: relative;
    margin-top: 20px;
}
.pum-container .wpcf7 .wpcf7-submit{
	width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
margin-top: 0;
    padding: 10px;
    border-radius: 3px;
}
.pum-container .wpcf7 .wpcf7-spinner{
	    position: absolute;
    right: 5px;
    margin: 5px;
    top: 5px;
}
.pum-container .wpcf7-response-output{
	 font-size: 14px;
	color:#000;
}
.pum-container button.pum-close{
	font-size: 35px !important;
}



/*********************/
/*** Subscribe Popup ***/
.newsletter-popup {
  width: 100%;
}

#popmake-2527 {
  max-height: 450px !important;
  height: 100% !important;
}

#popmake-2527 .pum-content,
.newsletter-popup {
  height: 100%;
}

.popup-img {
  max-width: 40%;
  width: 100%;
}

.popup-content {
  max-width: 60%;
  width: 100%;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-popup {
  display: flex;
  flex-direction: row;
}

.popup-img img {
  height: 100%;
  width: 250px;
  object-fit: cover;
}

.popup-content h6,
.popup-content .wpcf7-submit,
.popup-content .logo {
  margin-bottom: 15px;
}

.popup-content h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", Sans-serif !important;
}

.popup-content input.wpcf7-form-control.wpcf7-text {
  font-family: "Montserrat";
  width: 100%;
  display: block;
  height: 45px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.popup-content .wpcf7-submit {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 22px;
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 1px;
  transition: 0.2s all ease;
  margin-bottom: 0;
  border: none;
  width: 100%;
  padding: 10px 20px !important;
  min-height: 40px;
}

.popup-content .wpcf7-submit:hover {
  background-color: transparent !important;
  box-shadow: rgb(51, 51, 51) 0px 0px 0px 2px;
}

.popup-content span.wpcf7-spinner {
  position: absolute;
  right: 5px;
  top: 5px;
}

.popup-content .wpcf7-not-valid-tip {
  font-size: 11px;
  line-height: 1.3em;
  margin-top: 8px;
}

#popmake-2527 .popup-content .wpcf7-response-output {
  margin: 0 0 5px 0 !important;
  padding: 5px;
}

.popup-content h6 span {
  font-size: 35px;
  line-height: 54px;
  font-weight: 800;
}

.popup-content p.text {
  font-size: 12px;
  line-height: 1.4em;
}

.popup-content .wpcf7-submit:focus {
  outline: none !important;
}

#popmake-2527 span.wpcf7-spinner {
  position: absolute;
  right: 5px;
  top: 8px;
  margin: 0;
}

#popmake-2527 .contect-form .wpcf7-form p:last-of-type {
  position: relative;
}

/*********************/
/*** Main Footer ***/
.footer .elementor-column .footer-title h5 {
  padding-bottom: 2px;
}

.footer .elementor-icon-list-items li.elementor-icon-list-item:hover span {
  cursor: pointer;
  color: var(--e-global-color-text) !important;
}

.footer-logo a {
  width: 100%;
}

/*********************/
/*** Link Hover Style ***/
.footer .footer-menu ul.elementor-icon-list-items li span,
.htmove-btn-text,
.popular_searches_ul li a {
  position: relative;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .footer-menu ul.elementor-icon-list-items li span:before,
.htmove-btn-text:before,
.popular_searches_ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.2rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.popular_searches_ul li a:before {
  background: #121212;
}

.footer .footer-menu ul.elementor-icon-list-items li span:hover:before,
.image-hover:hover .htmove-btn-text:before,
.popular_searches_ul li a:hover:before {
  transform: scaleX(1) !important;
  transition-delay: 0.25s !important;
}

.footer .footer-menu ul.elementor-icon-list-items li span:before,
.htmove-btn-text:before,
.popular_searches_ul li a:before {
  transform: scaleX(0);
  transform-origin: left;
}

.footer .footer-form input[type="email"] {
  font-size: 15px !important;
  padding: 10px 16px !important;
  padding-right: 46px !important;
  height: 48px !important;
}

.footer .footer-form input[type="email"]:focus {
  box-shadow: 0 0 0 calc(0.1rem + 1px) var(--e-global-color-text);
}

.footer
  .footer-form
  .htmove-mailchimp-form
  .htmove-form-control
  button.htmove-submit-btn {
  padding: 0 15px;
  height: 48px !important;
  position: relative;
  right: 15px;
}

body .footer .footer-form .htmove-form-control button.htmove-submit-btn:hover {
  color: #121212 !important;
}

.footer
  .footer-form
  .htmove-mailchimp-form
  .htmove-form-control
  button.htmove-submit-btn
  svg {
  display: none !important;
}

.footer .footer-form .htmove-mailchimp-form-two .htmove-form-group {
  margin-bottom: 10px;
}

.footer-form .htmove-mailchimp-form-one .htmove-form-group {
  margin-bottom: 0;
}

.footer-form .htmove-mailchimp-form-one .htmove-form-group:first-child {
  flex: 1 0 100%;
  max-width: 100%;
}

.footer-form .htmove-mailchimp-form-one .htmove-form-group:last-child {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-form .htmove-mailchimp-form > form {
  position: relative;
}

.footer .footer-menu ul.elementor-icon-list-items li {
  max-width: fit-content;
}

.mobile-toggle .htmove-mailchimp-form {
  margin-bottom: 0 !important;
}

.footer-email ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-email ul li {
  list-style: none;
  line-height: 20px;
}

.footer-email ul li a {
  color: #fff;
}

.footer .footer-menu.remove-line span::before {
  content: none !important;
}

/*********************/
/*** Social Links ***/
.social-links ul li.elementor-icon-list-item a{
	background-color: #2b2a29;
    border-radius: 70px;
    max-width: 470px;
    width: 100%;
    padding: 15px;
}
.social-links ul .elementor-icon-list-item a{
	position:relative;
}

.social-links ul span.elementor-icon-list-icon{
	 position: absolute;
    left: 15px;
    top: 11px;
}
.link a{
	color:#121212 !important;
}




/* Media Screen */
@media only screen and (min-width: 1199px) {
  .product .product-details {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .swiper-container-autoheight .swiper-slide {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 991px) {
  .swiper-container-autoheight .swiper-slide {
    margin-right: 20px !important;
  }

  .cart-section .wc-block-cart-item__wrap {
    flex-direction: column;
  }

  .cart-section .wc-block-cart-item__quantity {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .shop-page-area > .container {
    padding: 0 5px;
  }

  .mobile-toggle .footer-menu {
    display: none;
  }

  .mobile-toggle .footer-title.show ~ .footer-menu {
    display: inline-block;
  }

  .mobile-toggle .footer-title {
    position: relative;
  }

  .mobile-toggle .footer-title .elementor-heading-title:before {
    content: "+";
    color: var(--e-global-color-text);
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 2px;
    width: 10px;
  }

  .mobile-toggle .footer-title.show .elementor-heading-title:before {
    content: "-";
    font-size: 26px;
    top: -2px;
  }

  .cart-section .wc-block-cart-items__row {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cart-section .wc-block-cart-item__product {
    padding: 0 16px 0 0 !important;
  }

  body .cart-section .wc-block-cart-item__total {
    margin-left: auto !important;
  }

  .cart-section tr:nth-child(odd) {
    background-color: #cccccc29;
    padding: 12px !important;
  }

  .product-details-page .product > .row {
    margin-bottom: 15px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__main {
    padding: 20px 0 !important;
  }

  .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 581px) {
  body .cart-section .wc-block-cart-item__total {
    padding: 0 0 20px 0;
    width: 100%;
  }

  .is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0, 0%, 7%, 0.11);
  }

  body .cart-section a.wc-block-components-product-name {
    max-width: 250px !important;
  }

  .single-product .product .summary {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 481px) {
  .cart-section .wc-block-cart-items__row {
    flex-direction: column;
    justify-content: center;
  }

  body .cart-section .wc-block-cart-item__image {
    padding-right: 0 !important;
    padding-bottom: 15px !important;
  }

  .cart-section .wc-block-cart-item__total span.price {
    padding-top: 15px;
  }

  .product-social .textwidget .communicate {
    font-size: 13px;
  }

  .product-social ul li {
    padding: 5px;
    margin: 2px;
  }

  .woocommerce table.shop_attributes th {
    width: 100px;
  }
}

@media only screen and (min-width: 403px) {
  .header-top {
    max-height: 41px;
  }
}

@media only screen and (max-width: 402px) {
  .header-top {
    max-height: 62px;
  }

  .header-top .slick-list .slick-track {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 381px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
    margin-left: 0;
  }
}
