/*body {
    min-height: 100vh;
}
.theme-content-area {
	min-height: 75vh;
}
.theme-payment-content-area {
    min-height: 85vh;
}*/
.theme-header-fixed .zpdark-header-portion.theme-header-topbar{
	background-color: rgba(0, 0, 0, 0.66);
}
.theme-menu-name {
    color: black;
    font-weight: bold;
}
.theme-navigation-and-icons > .theme-menu-area > .theme-menu > ul > li > a:hover .theme-menu-name
{
    color: #fff;
    font-weight: bold;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a 
{
    background: rgb(0,34,252);
	background: linear-gradient(90deg, rgba(0,34,252,1) 0%, rgba(0,120,255,1) 64%, rgba(4,209,255,1) 100%);
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a .theme-menu-name
{
    color: #fff;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a:hover
{
    background-image: linear-gradient(to right top, #0733fc, #006aff, #008fff, #00adff, #00c8fd);
}
.theme-menu > ul > li {
    color: black;
}
.theme-menu > ul > li:hover
{
   background-image: linear-gradient(to right top, #0733fc, #006aff, #008fff, #00adff, #00c8fd);
    color: #fff;
    border-radius: 4px;
}
.theme-menu > ul > .theme-menu-selected
{
    background-image: linear-gradient(to right top, #0733fc, #006aff, #008fff, #00adff, #00c8fd);
    color: #fff;
    border-radius: 4px;
}
.item-price {
      display: none;
}
@media all and (min-width: 992px) {
    .theme-shopping-cart-table-container .theme-cart-table-row .theme-cart-table-data.theme-cart-price-label {
        display: none;
    }
}
.theme-shopping-cart-table-container .theme-cart-table-row .theme-cart-table-data.theme-cart-price-label span {
    display: none;
}
.theme-cart-summary-details p {
    display: none;
}
.theme-product-list-style-03 .theme-prod-price {
	display: none;
}
.theme-product-details-style-02 .theme-product-details-container .theme-product-main-info-container .theme-product-info-content-row.theme-product-details-price-and-availability-container .theme-product-details-price .theme-prod-detail-entry-row .theme-prod-total-price {
    display: none;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon {
    margin-left: 20px;
}
.theme-checkout-body .theme-cart-details-inner .theme-cart-details-summary-wrap {
    display: none;
}
.theme-checkout-body .theme-cart-details-inner .theme-cart-details-summary-total-wrap {
    display: none;
}
.theme-checkout-body .theme-checkout-list {
   display: none;
}
.theme-checkout-body .theme-checkout-list-selected {
   display: flex;
}
.theme-cart-view-wrap .theme-cart-view-body .theme-cart-view-list .theme-cart-view-product-detail .theme-cart-view-product-price, .theme-cart-view-wrap .theme-cart-view-body .theme-cart-view-list .theme-cart-view-product-subtotal-wrap .theme-cart-view-product-subtotal {
    display: none;
}
.theme-payment-content-area .zpcontainer .theme-payment-info .theme-payment-info-list {
    display: none;
}
.theme-payment-content-area .zpcontainer {
    min-height: 80vh;
}
.theme-collection-section, .zpsnippet-container {
    min-height: 65vh;
}
[data-zs-custom-field-display-id="1715168000006667002"] * {
  visibility: hidden;
}