/* Section 1 */
.section-1 {
  border: 2px solid #693E3E;
  padding: 20px;
}
.virtual-product-wrapper .container {
  padding-top: 50px;
}
.title-runner .p1 {
  margin: 0px;
}
.title-runner-icon {
  width: 27px;
  margin-right: 10px;
  margin-top: -5px;
}
.virtual-product-row1 {
  margin-top: -45px;
}
.title-runner {
  font-size: 18px;
  font-weight: 400;
  font-family: poppins;
  text-align: center;
  background: #EFE0CE;
  width: fit-content;
  padding: 10px 40px;
  display: flex;
  border-radius: 50px;
}

.virtual-product-title {
  font-size: 20px;
  font-weight: 300;
  font-family: poppins;
  text-align: center;
  padding: 20px 0px;
}

.row-2 {
    display: flex;
    gap: 20px;
}

.first-division-images {
  width: 70%;
}

.first-division-images .attachment-medium.size-medium {
  padding: 10px;
  width: 375px;
}

.second-division {
    display: flex;
    flex-direction: column;
    gap: 10px;
	width: 30%;
	padding-top: 25px;
}
.donation-popup-button #wcdp-button {
  float: none;
  background-color: #E6AE1F;
  color: white;
  width: 100%;
  border-radius: 10px;
  padding: 30px 30px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.donation-progress {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.wcdp-amount > #wcdp-donation-amount {
  font-size: 150%;
}

.woocommerce-Price-currencySymbol {
  font-family: Mukta;
}
.wcdp-progress-style-2 .wcdp-emphasized {
  font-size: 1.2em !important;
}
.wcdp-amount {
  display: flex;
  align-items: center;
}

.social-share-donation .btn {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  color: white;
  background: #1877F2;
}

.section-2.d-flex {
  display: flex;
  gap: 20px;
  padding: 25px;
}
.tabs-division {
  width: 70%;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding-bottom: 10px;
  min-height: 250px;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper ul > li {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #939598;
  margin-right: 20px;
  text-align: center;
}
.woocommerce-loop-product__title {
  font-size: 12px !important;
  font-weight: 500;
  padding: 5px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 14px;
  height: 2.7em;
  margin-bottom: 10px !important;
}
.wcdp-progress-style-3 {
  font-size: 12px;
  padding: 0px 5px;
}
.wb_cptb_content {
  padding-top: 50px;
}
.slick-list.draggable {
  margin-left: 0px !important;
}
.woocommerce ul.products li.product a img {
  margin: 0px !important;
}
.section-3 {
  background-color: #EFE0CE;
  padding: 25px;
}

.slider-arrow {
  background-color: #693E3E !important;
}
.section-3 .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-height: 150px;
  border-radius: 10px 10px 0px 0px;
}
.slider .product .button {
  display: none;
}
/* Section 3 */


.slider-arrow {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.sidebar-division {
  width: 30%;
}
.refer-a-friend {
  background-color: #EFE0CE;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.refer-a-friend h4 {
  font-size: 24px;
  border-bottom: 2px solid #693E3E;
  padding-bottom: 5px;
}
.refer-a-friend p {
  color: black;
  font-size: 16px;
}
.shortcode-section {
  border: 1px solid #693E3E;
  padding: 10px;
  border-radius: 15px;
}
.list-total-donars {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #693E3E;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.friend-share-button {
  background: #693E3E;
  padding: 10px;
  text-align: center;
  color: white;
}

.tabs-division a:hover {
  color: #693E3E;
  font-weight: 500;
  background-color: #EFE0CE;
  padding: 10px 30px;
}
#footer {
  margin-top: 0px;
}
.donation-page-footer #footer {
  margin-top: 0px;
}
.wcdp-leaderboard-timediff {
  display: none;
}

/* Mobile only Code */
@media screen and (max-width: 600px) {
.virtual-product-wrapper .container {
  padding-top: 5px;
}
.title-runner {
  font-size: 12px;
}
.virtual-product-title {
  font-size: 14px;
  font-weight: 400;
}
.row-2 {
  display: block;
}
.first-division-images {
  width: 100%;
}
.second-division {
  width: 100%;
  padding-top: 10px;
}
.section-1 {
  border: 1px solid #693E3E;
  padding: 10px;
}
.virtual-product-row1 {
  margin-top: -35px;
}
.section-2.d-flex {
  display: block;
  padding-top: 10px;
}
.tabs-division {
  width: 100%;
}
.sidebar-division {
  width: 100%;
  margin-bottom: 20px;
}





}
