@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap');
@media (max-width: 576px)
{
    .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }
    
    .woocommerce-message .button {
        margin-top: 0.5em;
    }
    
    
    .dwz-wc-cart-total-header-product {
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 991px)
{
    .dwz-erecepta-phone {
        display: none !important;
    }
    
    .woocommerce ul.order_details li {
        border: none !important;
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 0 !important;
    }
    
    .dwz-fakty-konopne, .dwz-slide {
      background-position-x: 30%;
    }

    .dwz-erecepta-inner-div p {
      max-width: 80% !important;
    }

    .dwz-erecepta-lekarze-main-header {
      max-width: 100% !important;
    }

    .dwz-erecepta-lekarze {
      display: block !important;
      left: 90% !important;
    }

    .dwz-bg-color {
      padding-bottom: 20px !important;
    }
    
    .dwz-ekonsultacja-stepbystep {
      padding-top: 42px !important; 
      padding-bottom: 50px !important; 
    }

    .dwz-umow-sie-konsultacje {
      padding-top: 50px !important;
      padding-bottom: 80px !important;
    }

    .dwz-heading {
      text-align: center;
      font-size: 32px !important;
      line-height: 42px !important;
      margin-left: 1em;
      margin-right: 1em;
    }
    
    .dwz-faq {
      padding: 30px 15px !important;
    }

    .dwz-wyniki-w-liczbach {
      padding-top: 95px !important;
      padding-bottom: 70px !important;
    }

    .dwz-umow-sie-konsultacje-inner-div {
      padding: 22px !important;
    }

    .dwz-opinie-naszych-pacjentow {
      padding-top: 50px !important;
    }
    
    .dwz-page-inner-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    
    .dwz-universal-site-content {
        padding-top: 110px !important;
        padding-bottom: 80px !important;
    }

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-width: 4px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.woocommerce-error {
    background: #FEF9FA;
}

.woocommerce-info {
    background: #f9fafe;
}


main label {
    font-size: 14px !important;
}

.wcpa_wrap .wcpa_checkbox label {
    align-items: baseline !important;
}

.wcpa_checkbox_custom {
    top: 0.25em;
}

main {
  min-height: 75px;
}

.carousel {
  overflow: hidden;
}

main, header, footer {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    color: #222222;
}

.dwz-bg-color {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F8 124.31%);
  padding-top: 26px;
  padding-bottom: calc(126px - 32px);
}

main a, header a, footer a {
  text-decoration: none !important; 
  color: #1B1B1B !important;
  transition: all 0.2s;
}

main a:hover,
header a:hover,
footer a:hover
{
  color: #DA4A54 !important;
  opacity: 0.9;
  transition: all 0.2s;
}

.dwz-button-outlined-red {
  padding: 8px 16px;
  border: 1px solid #DA4A54;
  border-radius: 16px;
  color: #DA4A54 !important;
  transition: all 0.3s;
}

.dwz-button-outlined-red:hover {
  color: white !important;
  background-color: #DA4A54;
  transition: all 0.3s;
  opacity: 1;
}

.dwz-nolist {
  list-style: none;
}

.site-logo {
  max-height: 44px;
}

.dwz-header {
  min-height: 75px; 
  box-shadow: 0px 4px 10px rgba(184, 184, 184, 0.15);
}

.dwz-rounded {
  border-radius: 20px;
}

.dwz-rounded-40 {
  border-radius: 40px;
}

.dwz-fakty-konopne, .dwz-slide {
  min-height: 306px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EBEBEB;
}

.dwz-fakty-konopne-inner-content {
  bottom: 0;
  padding-bottom: 44px;
  padding-right: 30px;
  padding-left: 30px;
}

.dwz-white-button, .dwz-white-button-border {
  background: #FFFFFF;
  color: #222222;
}

.dwz-white-button-border {
  border: 1px solid #DEDEDE !important;
}

.dwz-blue-button, .dwz-white-button-border.dwz-btn-active, .dwz-white-button-border:hover {
  background: #2A1B7A;
  color: white;
}

.dwz-button:hover {
  opacity: 0.9;
  transition: all 0.3s;
}

.dwz-button {
  border-radius: 16px;
  padding: 8px 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: none;
  transition: all 0.3s;
  min-width: 102px;
}

.dwz-red {
  color: #DA4A54;
}

.dwz-red-button {
  background: #DA4A54;
  color: white;
}

.dwz-red-button:hover {
    color: white !important;
}

.dwz-blue-button-outlined:hover, .dwz-blue-button-outlined.active {
  background-color: #2A1B7A;
  color: white !important;
  transition: all 0.3s;
}

.dwz-blue-button-outlined {
  color: #2A1B7A !important;
  background-color: transparent;
  border: 1px solid #2A1B7A;
  transition: all 0.3s;
}

.dwz-slider-content {
  bottom: 35px;
  left: 30px;
  width: calc(100% - 30px - 30px);
}

.dwz-slider-content h2{
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 39px;
}

@media (min-width: 992px) {
  .dwz-slider-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .dwz-slider-content h2 {
    font-size: 20px;
  }
}

.wp-block-heading {
  font-style: normal;
  font-weight: 700;
  color: #222222;
    font-size: 1.5em;
    margin-top: 1.25em;
    margin-bottom: 0.75em;
}

.woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.woocommerce-Address-title h3, .woocommerce h2, .woocommerce h3 {
    font-weight: 700;
    font-size: 1.5em;
}

.dwz-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #222222;
}

.dwz-heading-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.dwz-usluga-box {
  border: 2px solid #2A1B7A;
  border-radius: 16px;
  box-shadow: 0px 4px 9px rgba(141, 141, 141, 0.1);
  min-height: 227px;
  background-color: white;
  padding: 25px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .dwz-usluga-box {
      width: calc( (100% / 3) - 20px );
      min-height: 290px;
  }
}

.dwz-usluga-box h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.dwz-usluga-box-icon {
  margin-right: 12px;
  max-height: 30px;
}

.dwz-uslugi-boxes-cena {
  font-weight: 600;
  font-size: 16px;
}

.dwz-usluga-box-content {
  margin-top: 16px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

#dwz-mobile-menu {
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: white;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 0;
  display: none;
  box-shadow: 0px 4px 10px rgba(184, 184, 184, 0.15);
}

#dwz-mobile-menu ul
{
  padding-left: 0;
}

#dwz-mobile-menu li 
{
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
}

#dwz-mobile-menu li a {
  width: 100%;
  padding: 10px 10px;
  font-weight: 700;
}

.dwz-main-container {
  padding-top: calc( 75px );
}

#dwz-mobile-menu-toggle {
  cursor: pointer;
}

#dwz-mobile-menu-close {
  display: none;
}

/* ERECEPTA BANNER - FRONT PAGE START */
.dwz-erecepta-section {
  background-color: #2A1B7A;
}

.dwz-erecepta-inner-div {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin: 55px 115px;
  width: 100%;
  height: 100%;
  padding: 35px 45px;
}

.dwz-maxwidth-box-1210 {
  max-width: 1210px;
}

.dwz-erecepta-inner-div h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: white;
  margin-bottom: 32px;
  max-width: 70%;
}

.dwz-erecepta-inner-div p {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  width: 777px;
  max-width: 66%;
}

/*.dwz-erecepta-phone {
  top: 40px;
  right: 66px;
}*/
.dwz-erecepta-phone img {
    width: 420px !important;
}
.dwz-erecepta-phone {
    top: -100px;
    right: 40px;
    display: none;
}

@media (min-width: 992px) and (max-width: 1300px)
{
    .dwz-erecepta-phone {
        top: -100px;
        right: 10px;
    }
    
    .dwz-erecepta-inner-div p {
        padding-right: 5em;
    }
}

.dwz-lekarz-portrait {
  max-width: 60px !important;
}

.dwz-lekarz-profilowe {
  max-width: 70px !important;
  width: 70px;
  height: 70px;
}

.dwz-erecepta-lekarze {
  top: 0;
  left: 100%;
  display: flex;
  flex-direction: row;
}

.dwz-erecepta-lekarze-main-header {
  max-width: 40%;
}

/* ERECEPTA BANNER - FRONT PAGE END */

/* EKONSULTACJA KROK PO KROKU - FRONT PAGE START */
.dwz-ekonsultacja-stepbystep
{
  background-color: #F5F5F8;
  padding-top: 117px;
  padding-bottom: 108px;
}

.dwz-ekonsultacje-inner-div {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 43px;
  padding-bottom: 70px;
  margin-top: 32px;
}

.dwz-step-box-image-div {
  height: 200px;
  width: 100%;
  margin-bottom: 22px;
}

.dwz-step-box-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
}

.dwz-step-box-subtitle {
  text-align: center;
  color: #606060;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.dwz-step-box-content-text {
  margin-top: 10px;
}

.dwz-box-number {
  width: 50px;
  height: 50px;
  background: #2A1B7A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: white;
  border-radius: 2px;
}


.dwz-box-small-number {
  width: 40px !important;
  height: 40px !important;
  background: #2A1B7A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  color: white;
  border-radius: 2px;
}

.dwz-line-steps-dashed-top {
  top: calc(50% - 3px); 
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dwz-line-steps-dashed 
{
  border-bottom: 3px dashed #2A1B7A; 
  width: calc(100% - 24px - 50px - 30%) !important; 
  z-index: 100;
}

/* EKONSULTACJA KROK PO KROKU - FRONT PAGE END */



/* UMOW SIE NA KONSULTACJE - FRONT PAGE START */
.dwz-umow-sie-konsultacje {
  padding-top: 130px;
  padding-bottom: 130px;
}

.dwz-umow-sie-konsultacje-inner-div {
  background: #F5F5F8;
  box-shadow: 0px 4px 8px rgba(139, 139, 139, 0.15);
  border-radius: 8px;
  padding: 45px;
}

#dwz-konsultacje-filter-lekarz, .dwz-select {
  border-radius: 16px;
  -webkit-appearance: none;
  border-radius: 16px;
  padding: 8px 16px;
  border: 1px solid #DEDEDE !important;
  outline: none;
  cursor: pointer;
  width: 100%;
}

.dwz-lekarz-box {
  padding: 25px;
}

.dwz-lekarz-box-details {
  margin-left: 16px;
}

.dwz-lekarz-box-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.dwz-lekarz-box-specialisation {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.dwz-opinie-naszych-pacjentow {
  padding-top: 147px;
  padding-bottom: 66px;
}

.dwz-opinie-naszych-pacjentow .dwz-heading {
  margin-bottom: 45px;
}

.dwz-opinie-box {
  padding: 25px;
}

.dwz-opinie-box-customer-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.dwz-opinie-box-rating {
  margin-top: 10px;
  margin-bottom: 16px;
}

.dwz-opinie-box-rating-subtitle {
  font-family: 'Inria Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #8E8E8E;
}

.dwz-slider-opinie {
  background-size: cover !important;
  background-position: center !important;
}

/* UMOW SIE NA KONSULTACJE - FRONT PAGE END */



/* NASZE WYNIKI W LICZBACH - START */

.dwz-wyniki-w-liczbach {
  padding-top: 194px;
}

.dwz-wyniki-w-liczbach .dwz-heading {
  margin-bottom: 80px;
}

.dwz-wyniki-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  margin-top: 25px;
}

.dwz-wyniki-w-liczbach-img {
  height: 200px;
}

.dwz-wyniki-subtitle {
  color: #222222;
  font-style: normal;
  font-weight: 500;
}

.dwz-wyniki-w-liczbach {
  padding-bottom: 240px;
}

.dwz-blog-section {
  background-color: #F5F5F8;
  padding-top: 71px;
  padding-bottom: 125px;
}

.dwz-blog-section .dwz-heading {
  margin-bottom: 45px;
}

.dwz-blog-section-inner-div {
  /* padding: 25px; */
}

.dwz-blog-section-inner-div .dwz-inner-div {
  padding: 25px;
}

.dwz-blog-img {
  margin-bottom: 25px;
}

.dwz-blog-content-top {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.dwz-blog-content {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.dwz-faq {
  padding: 30px 45px;
  margin-top: 125px;
}

.dwz-faq-row-header {
  background: #F8F8F8;
  border-radius: 2px;
  padding: 16px 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  margin-bottom: 1em;
}

.dwz-faq-row-header:hover, .dwz-faq-row-header.collapse-active {
  cursor: pointer;
  opacity: 0.95;
  color: white;
  background-color: #DA4A54;
  transition: all 0.3s;
}

.dwz-faq-row-header {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.dwz-faq-row-content {
  margin-left: 15px;
  margin-right: 15px;
}

/* NASZE WYNIKI W LICZBACH - END */

.rotated {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.dwz-collapse-icon {
  transition: all 0.3s;
}

/* COLLAPSE - START */
.dwz-collapse-row-content {
  display: none;
}
/* COLLAPSE - END */


/* FOOTER - START */
.footer-row {
  margin-top: 70px;
}

.dwz-blue-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #2A1B7A;
  margin: 0;
}

.dwz-menu-footer-items {
  margin-top: 16px;
}

.dwz-menu-footer-items a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}

.dwz-footer-section {
  padding-bottom: 70px;
}

.dwz-subfooter-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #606060;
}

.pyqpl-author-link {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  color: #c0c0c0 !important;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
/* FOOTER - END */


.dwz-menu-item-has-child .dwz-hidden-div   {
  display: none;
}

.dwz-menu-item-has-child a {
  display: block;
}

.dwz-menu-item-child-title {
  cursor: pointer;
  transition: all 0.3s;
}

.dwz-menu-item-child-title:hover {
  color: #DA4A54;
  transition: all 0.3s;
}

.dwz-blue-border {
  border: 2px solid #2A1B7A;
  transition: all 0.3s;
}

.dwz-menu-inner-submenu {
  border: 1px solid #DEDEDE !important;
  min-inline-size: max-content;
}

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: all 0.3s;
  margin-top: -1px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.3s;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: all 0.3s;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
}

.dwz-menu-company-details {
  font-style: normal;
  font-size: 14px !important;
  line-height: 21px !important;
}

.dwz-menu-company-details p {
  margin-bottom: 0;
}

.dwz-universal-site-content {
  padding-top: calc(60px + 60px);
  padding-bottom: 154px;
  background-color: #F5F5F8;
}

.dwz-page-inner-content {
  border-radius: 30px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 80px;
  padding-top: 30px;
  box-shadow: 0px 4px 8px rgb(139 139 139 / 15%);
}

.dwz-product-section {
  margin-top: 44px; 
}

.dwz-button-filter-active, .dwz-button-filter:hover {
  background: rgba(42, 27, 122, 0.03);
  border-right: 6px solid #2A1B7A !important;
  border-radius: 16px;
  border: 0;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2A1B7A;
  text-align: left;
  padding: 12px 16px;
  transition: all 0.3s;
}

.dwz-rounded-lekarz-side-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(201, 201, 201, 0.25);
  border-radius: 14px !important;
}

.dwz-button-filter {
  background: white;
  border: 0;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2A1B7A;
  text-align: left;
  padding: 12px 16px;
  transition: all 0.3s;
  border-radius: 14px !important;
}

.dwz-banner-lekarz-left-sidebar-img {
  margin-top: 40px;
}

.dwz-banner-left-sidebar-content-faq {
  margin-top: 40px;
  padding: 16px;
  background: rgba(42, 27, 122, 0.03);
}

.dwz-banner-left-sidebar-content-faq h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
}

.dwz-banner-left-sidebar-content-faq p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 30px;
}

.dwz-container-mt-40 {
  margin-top: 44px !important;
}



.dwz-button-w-loader {
  position: relative;
  transition: all 0.3s;
}

.dwz-button-w-loader:active {
  background: #2A1B7A !important;
}

.dwz-button-w-loader--loading .dwz-button-text {
  visibility: hidden;
  opacity: 0;
}

.dwz-button-w-loader--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.dwz-lekarz-box-section-erecepta {
  background-size: cover !important;
  background-position-y: top;
  background-position-x: center;
}

textarea, input {
  font-size: 14px !important;
}

.dwz-lekarz-select-small-circle {
  width: 30px;
  height: 30px !important;
}

.dwz-lekarz-option {
  transition: all 0.3s;
  background-color: #F5F5F8;
}

.dwz-lekarz-option:hover {
  transition: all 0.3s;
  background-color: #2A1B7A !important;
  color: white !important;
}

.dwz-select-custom-hidden-collapse .dwz-lekarz-option:first-of-type {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.dwz-select-custom-hidden-collapse .dwz-lekarz-option:last-of-type {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.dwz-select-custom-hidden-collapse {
  display: none;
}

i {
  transition: all 0.3s;
}

.dwz_mapa_url_obioru {
    display: none;
}

.woocommerce textarea,
.woocommerce input
{
  box-shadow: none;
  border: 1px solid #dedede;
  background-color: white;
  border-radius: 4px;
  line-height: 25px;
  padding: 5px 15px;
  outline: 0;
  box-sizing: border-box;
}

.woocommerce input[type=number] {
  padding-right: 0px;
  padding-left: 1em;
}

.woocommerce button:not(.dwz-button)
 {
  border-radius: 16px !important;
  padding: 8px 16px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  border: none !important;
  transition: all 0.3s !important;
  min-width: 102px !important;
  background-color: #2A1B7A !important;
  color: white !important;
}

.dwz-product-summary-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
}

td.product-quantity,
th.product-quantity
{
    display: none;
}

hr {
    background-color: #DEDEDE !important;
}

.wcpa_cart_meta {
    font-size: 14px !important;
    line-height: normal;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px 30px;
    border-radius: 16px;
/*
    box-shadow: 0px 4px 8px rgb(139 139 139 / 15%);
*/
    margin: 2em 0;
}

.bg-dwz {
    background-color: #2A1B7A !important;
}

.dwz-banner-left-sidebar-content-summary {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    padding: 16px !important;
    margin-top: 40px;
}

.dwz-banner-title-summary {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
}

.dwz-banner-description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1B1B1B;
}

.dwz-fs-18 {
    font-size: 18px;
}

.cart button[name='add-to-cart'],
.cart .quantity
{
    display: none !important;
}


.product-view .wcpa_price_summary {
    display: none !important;
}

.dwz-select-nostyle {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.wcpa_wrap .wcpa_section_body {
    padding-top: 0 !important;
}

h3#order_review_heading {
    margin-top: 2em;
    margin-bottom: 1em;
}

.dwz-wc-cart-total-header-product {
    font-size: 0.7em;
    font-weight: normal;
}

