/*
Theme Name: The7 CHILD
Author: RUD
Template: dt-the7
Version: 1.0.1
*/

.elementor-editor-active header,
.elementor-editor-active .site-header,
.elementor-editor-active #masthead {
    display: none !important;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {
}
/* Custom */
#branding-bottom img {
  max-width: 180px;
  height: auto;
}
.branding a img,
.branding img {
  max-width: 180px;
  height: auto;
}
.mobile-header-bar .mobile-branding img {
  max-width: 100%;
  height: auto;
  max-width: 150px;
}
.phantom-main-logo-on.phantom-sticky .sticky-on .branding img {
  max-width: 150px;
}
.mini-wpml .wpml-ls-sub-menu {
  max-width: 60px;
}
.wpml-ls-sub-menu > li span {
  display: inline-block;
}
.product .woo-buttons a {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #000;
}
.product embed,
.product iframe,
.product object,
.product video {
  height: auto;
  min-height: 300px;
}
.search .woocommerce-product-details__short-description {
  display: none;
}
@media screen and (min-width: 779px) {
  #footer .mini-nav {
    max-width: 500px;
  }
  #bottom-bar .wf-float-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 779px) and (max-width: 1280px) {
  .main-nav > li > a {
    padding: 7px 5px 7px 5px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  .main-nav > li > a {
    padding: 7px 10px 7px 10px;
  }
}
/* Hoverable Dropdown Button */
.dropbtn {
  /*  background-color: #4CAF50;
  padding: 16px;
  font-size: 16px;*/
  border: none;
  color: white;
  background: none;
  padding: 10px 5px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  padding: 10px;
  right: 0;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /*background-color: #3e8e41;*/
}
/* fix */
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  overflow: auto;
  overflow-x: scroll;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  flex-shrink: 0;
  min-width: 190px;
  min-height: 190px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 778px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    min-width: 76px;
    min-height: 76px;
  }
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background: #434343;
  border-radius: 0;
  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%),
    inset -2px -2px 2px rgb(0 0 0 / 25%);
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background: #ebebeb;
}
.widget_product_categories li a {
  text-transform: uppercase;
}
.product-category .entry-title {
  text-transform: uppercase;
}
.term-description:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 3em;
  z-index: -1;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
}
.archive:not(.post-type-archive-product) #content .term-description {
  margin-top: 30px;
  margin-bottom: 15px;
}
.read-more {
  padding: 5px 20px;
  color: #fff;
  background: #000;
  border: 0;
  margin-bottom: 10px;
}
.jet-view-more__button {
  padding: 5px 20px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 0;
}
.filter,
.filter--style-premmerce {
  display: block !important;
}
.dt-icon-tiktok:before,
.icomoon-the7-font-tiktok:before,
.tiktok .soc-font-icon:before {
  content: "\f126";
}
.single-product .page-title .hgroup .entry-title {
  display: none;
}
.single-product .page-title .entry-title {
  display: none;
}
.wc-grid.resize-by-browser-width .dt-css-grid {
}
/* new search
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.dgwt-wcas-search-wrapp {
    min-width: 150px;
}
.dgwt-wcas-search-wrapp {
    max-width: 200px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 14px 13px 38px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 10px;
    top: 11px;
} */
.product .summary.entry-summary {
  position: relative;
}
.mvx-vendor-name {
  position: absolute;
  top: 0;
}
.product .product_title.entry-title {
  margin-top: 40px;
}
.vendor_tab {
  display: none !important;
}
.tax-dc_vendor_shop .wf-wrap .wf-container-main {
  display: block !important;
}

.menu-absolute {
  position: absolute;
  left: -20px;
  padding: 0 20px;
  background-color: var(--e-global-color-the7_content_headers_color);
}

.elementor-location-header {
  position: relative;
  z-index: 99;
}

.all-disc {
  margin-top: 15px;
}

.all-disc-in {
  position: relative;
  padding-top: 25px;
}

.disc-from {
  position: absolute;
  top: 0;
  left: 0;
}

.disc-to {
  position: absolute;
  top: 0;
  right: 0;
}

.disc-prog {
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 100%;
  text-align: center;
  margin-top: 8px;
}

.disc-prog span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100px;
  height: 100%;
  text-align: center;
  color: #b969dd;
  font-weight: bold;
}

.disc-prog:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 8px solid #b969dd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.woocommerce-EditAccountForm.edit-account p:nth-child(4) {
  display: none;
}

.product-card .stock.out-of-stock {
  display: none;
}

.all-summ-wrap {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px;
  margin: 35px 0;
  padding: 20px;
}

.shop_table.shop_table_responsive.all-summ th {
  width: 100%;
  font-size: 16px;
  text-align: right;
}

.shop_table.shop_table_responsive.all-summ th,
.shop_table.shop_table_responsive.all-summ td {
  display: table-cell;
  padding: 10px 10px;
  vertical-align: top;
  border-bottom: 1px solid rgba(128, 128, 128, 0.24);
}

.shop_table.shop_table_responsive.all-summ tr {
  border: none !important;
}

.shop_table.shop_table_responsive.all-summ tr:last-child th,
.shop_table.shop_table_responsive.all-summ tr:last-child td {
  border: none;
}

.shop_table.shop_table_responsive.all-summ td bdi {
  font-weight: bold !important;
}

.shop_table.shop_table_responsive.all-summ td {
  /* padding: 10px 10px; */
  white-space: nowrap;
}

.upd-bask {
  border: 1px solid #000;
  height: 52px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: rgba(149, 157, 165, 0) 0px 0px 0px;
  background-color: #fff;
}

.upd-bask:before {
  transition: all 0.3s;
}

.upd-bask:hover {
  box-shadow: rgba(149, 157, 165, 0.5) 0px 4px 12px;
}

.upd-bask:hover:before {
  transform: rotate(180deg);
}

.coup-part-one {
  float: left;
  font-size: 14px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coup-part {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coup-part.mr {
  margin-right: 15px;
}

.coup-part svg,
.coup-part-one svg {
  margin-right: 4px;
  transform: rotate(15deg);
  animation: rotateAnimation 2s ease-in-out infinite alternate;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(15deg);
  }
}

.woocommerce-remove-coupon {
  font-size: 14px;
}

.cart-content .end {
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 5px 20px !important;
}

.new-disc-price {
  display: flex;
  justify-content: end;
  font-weight: 400;
}

.right {
  float: right;
}

.woocommerce-Price-amount.amount {
  font-weight: bold;
}

.new-disc-price .woocommerce-remove-coupon {
  margin-left: 5px;
}

.woocommerce-message {
  padding: 15px;
  text-align: center;
}

.woocommerce section.head .cart-content .body .item__price {
  width: 18%;
}

.woocommerce section.head .cart-content .body .item__price .coup-part-one {
  float: none;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.woocommerce section.head .cart-content .body .item__price .coup-part-one svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  animation: rotateAnimation2 2s ease-in-out infinite alternate;
}

.header-menu-nav-custom .elementor-widget-wrap > div:not(:first-child) {
	display: none !important;
}

@keyframes rotateAnimation2 {
  from {
    transform: translate(0, -50%) rotate(-15deg);
  }
  to {
    transform: translate(0, -50%) rotate(15deg);
  }
}

/* rgb(128 128 128 / 24%); */