/*!
Theme Name: SERENITY TIBET
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: SERENITY TIBET is to provide the highest quality singing bowls to our customers in North America and the World. We purchase our bowls in the Himalayas from Nepali families that have been making them for generations. We support these craftsmen by bringing their wares to America.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: serenity_tibet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SERENITY TIBET is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.woocommerce-ordering {
  margin-left: 1373px;
}

button, input, select, select option, textarea, input:focus, button:focus, select:focus, textarea:focus {
  padding: 10px;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-30 {
	margin-top: 30px;
}
.term-description {
	font-size: 16px;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  border: 1px solid #66cef6 !important;
  height: 33px;
  border-radius: 8px;
  text-align: center;
  margin-top: 9px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}

#submit{
    position: relative;
    background: #66cef6;
    height: 45px;
    border-color: #66cef6;
    padding: 11px;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    padding: 1em 2em;
    text-transform: uppercase;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#submit:hover, #submit:focus {
    background: #BC3539;
    color: #fff;
}

.woocommerce-message::before {
  content: "\f058";
  color: #283891;
  font-family: "Font Awesome 5 Free";
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7 !important;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-message {
  border-top-color: #1b6bb3;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right !important;
}

.button.wc-forward{
    font-size: 100%;
    margin: 0;
    /*line-height: 1;*/
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    background: #66cef6;
    color: #fff;
    float: right;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: -13px;
}
.btn:hover {
  color: #eeebeb !important;
}
.button {
  background: #c97931;
  color: #fff;
  height: 45px;
  border-color: #c97931;
  padding: 11px;
  border-radius: 5px;
}

#coupon_code {
  height: 45px;
}

.woocommerce-info {
  border-top-color: #1b6bb3;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  /*font-family: WooCommerce;*/
  content: "\f0b1";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #1b6bb3;
  /*font-family: "Font Awesome 5 Free";*/
  font: normal normal normal 14px/1 FontAwesome;
}

.showcoupon {
  color: #283891;
}
.showcoupon:hover {
  color: #1c2a75;
  text-decoration: underline;
}

.woocommerce-input-wrapper .input-text {
  width: 100%;
  font-size: 14px;
}

.woocommerce-input-wrapper {
  color: #606060;
  outline: none;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  margin-top: 1rem !important;
}

.my-4.clearfix1 {
  float: right;
}
.product-tabs p {
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
}
.price.mt-3 {
  color: #ff7878;
  font-size: 1.813em;
  font-weight: 600;
  line-height: 50px;
}
.woocommerce-product-details__short-description {
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.single-product .qty {
  float: none !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.me-2 {
  margin-right: .5rem !important;
}
.btn-outline {
  position: relative;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  color: #C97931;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
  
}
.cart_butt {
   height: 45px;
    background: #fff ; 
    border-color: #C97931 !important;
}
.btn-outline:hover {
  background-color: #C97931;
  color: #fff;
}
.button {
  background: #66cef6;
  color: #fff;
  height: 45px;
  border-color: #66cef6;
  padding: 11px;
  border-radius: 5px;
}
.single-product .qty {
  float: left;
  padding-left: 15px;
}
.single-product .qty {
  float: none !important;
}
.cart_butt {
  height: 45px;
  background: #fff;
    background-image: none;
  border-color: #66cef6 !important;
}
.variations label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  padding: 10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #66cef6;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover, .single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
  background: #66cef6;
}
#review_form_wrapper {
  background: #f8f8f8;
  padding: 20px;
}
.commentlist {
  padding: 10px;
}
.product-price .amount, .product-subtotal .amount{
    color: #66cef6;
  font-size: 18px;
  text-decoration: none;
}
.product-price .amount bdi span, .product-subtotal .amount bdi span {
    color: #66cef6;
  font-size: 18px;
  text-decoration: none;
}
.wc_payment_methods.payment_methods.methods li{
    list-style: none;
}
.agree_payment {
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}
.terms-conditions-page {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.programe_video {
  background: #f3f3f3;
  padding: 40px 30px;
  border-radius: 10px;
}
.title-widget {
  position: relative;
}
.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
  position: relative;
  font-size: 1.875em;
  margin-bottom: 20px;
  -webkit-animation: animatedIntro 1.5s;
  -ms-animation: animatedIntro 1.5s;
  -o-animation: animatedIntro 1.5s;
  animation: animatedIntro 1.5s;
}
.team-wrap {
  position: relative;
  border-radius: 0.188em;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background: #f3f3f3;
}
.images-holder {
  position: relative;
  overflow: hidden;
}
.rounded-3 {
  border-radius: .3rem !important;
}
.images-holder img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}
.img-fluid {
  width: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.blog-holder {
  padding: 20px 20px 40px 20px;
}
.fw-normal {
  font-weight: 400 !important;
}
.text-muted {
  color: #6c757d !important;
}
.social-widgets {
  position: relative;
}
.social-widgets ul li {
  display: inline-block;
  font-size: 0.875em;
  text-align: center;
  margin-right: 2px;
}
.social-widgets ul li:nth-child(1) a {
  background: #2e5894;
  color: #ffffff;
}
.social-widgets ul li:nth-child(2) a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}
.social-widgets ul li:nth-child(3) a {
  background: #25D366;
  color: #ffffff;
}
.social-widgets ul li:nth-child(4) a {
  background: #FFA500;
  color: #ffffff;
}
.site_secondary.programme-wrap.content__students-2 {
  background: #403e72;
  color: #fff;
  padding: 14px;
  border-radius: .3rem;
}
.site_secondary.programme-wrap.content__students-2 p{
  color: #fff;
}
.title__servies span {
  margin-right: 20px;
}
/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
	width: 100%;
	height: 700px;
	border-radius: 4px;
}
.card .cover{
    height: 400px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -6px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container{
	width: 100%;
	margin-top: 50px;
}
.card .stats{
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.card .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
	border-left: 1px solid #EEEEEE;
}
.card .stats h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.card .stats p{
	color: #777777;
}
/*      Just for presentation        */

.title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}
.title small{
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.space-30{
	height: 30px;
	display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}
.white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.ct-heart{
    color: #F74933;
}

 pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
.p__rating {
  margin-top: 5px;
}
.p__rating ul {
  padding: 0;
}
.p__rating li {
    list-style: none;
}
.product_taxonomy_details {
  padding: 15px;
}
.product_details {
  padding: 15px;
  height: 180px;
}
.product_detail {
  padding: 15px;
}
.other_product {
    background: #f3f3f3;
}
.extra__wrapper {
  position: relative;
  margin-top: -50px;
}
.extra__inner {
  background-color: #f7f7f7;
  padding: 30px;
}
.icon-box-style3 {
  position: relative;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.iconbox .icon-wrap {
  font-size: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
}
.icon-box-style3 .icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  overflow: hidden;
  background: rgba(113, 113, 113, 0.07);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.icon-box-style3 .title-wrap {
  margin-top: 20px;
  padding-left: 90px;
}
.iconbox h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin: 10px auto;
  text-align: left;
}
.iconbox .content {
  color: #515151;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 15px !important;
  line-height: 25px;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 5px;
  line-height: 25px;
  transition: all .25s cubic-bezier(.25, .8, .25, 1);
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 30px;
}
.page-numbers li {
  border: 1px solid #8e8e8e;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background: none;
  list-style: none;
}
.page-numbers.current {
  background-color: #66cef6;
  border: 1px solid #66cef6;
  color: #fff;
  height: 30px;
  width: 30px;
}

.sidebar_nav {
  position: relative;
  padding: 20px 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}
.ct_tittle {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  color: #2F2B2B !important;
  margin-top: 16px;
  font-style: normal;
  font-weight: 700 !important;
}
.category__wrap ul {
    padding-left: 10px;
}
.category__wrap ul li {
  position: relative;
  list-style: none;
  padding: 8px;
}
.category__wrap ul li a {
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4a4a4a;
  font-weight: 500;
}
.category__wrap ul li:hover {
  background-color: #66cef6 !important;
}
.category__wrap ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.category__wrap ul .active{
  background-color: #66cef6;
}
.category__wrap ul .active a{
  color: #fff;
}
.category__wrap ul .active a:hover {
  color: #fff !important;
}
.wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-checkout-order-summary-block {
  padding: 30px 30px 15px 30px;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  margin-bottom: 10px;
}
.wc-block-cart__submit-button .wc-block-components-button__text, .wc-block-components-totals-coupon-link, .wc-block-components-checkout-place-order-button {
  position: relative;
  background-color: #403E72;
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wc-block-components-totals-coupon-link:hover, .wc-block-cart__submit-button:hover {
    text-decoration: none;
}
.wc-block-cart__submit-button .wc-block-components-button__text:hover, .wc-block-components-totals-coupon-link:hover, .wc-block-components-checkout-place-order-button:hover {
  background-color: #000000;
  color: #fff;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background-color: #403E72;
  border: none;
  color: #fff;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background-color: #000000;
  border: none;
}
.product-thumbnail {
  width: 60px;
  height: 60px;
}
.seller-name-retail .seller-im-wrapper .seller-im-content {
  cursor: pointer;
  color: #199cb7;
  font-size: 14px;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.p-5 {
  padding: 3rem !important;
}
.row.justify-content-center {
  display: flex;
  justify-content: center;
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40 !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.mb-1{
    margin-bottom: 10px !important;
}
.login {
  color: #fff !important;
}
.active-link, .active-link:focus {
  color: #EF2023;
  font-weight: 400;
  display: inline-block;
}
.panel-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden !important;
}
.panel-text {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  color: #fff;
  text-transform: capitalize;
  padding: 60px 20px 30px 30px;
  z-index: 9;
  text-align: center;
  height: 100%;
}
.panel-title {
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px;
}
.panel-tags {
  padding-top: 2px;
}
.tags-list {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.panel-img img {
  position: relative;
  height: 280px;
  object-fit: cover;
}
.button.secondary.is-large:hover {
  color: #fff;
  text-decoration: none;
  background: #47a7cc;
}
.team-content.detail {
  padding-top: 1rem !important;
}
.gallery-holder {
    z-index: 999;
}
.row-1 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.archive_row .row.mt-3  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.cart-table.rounded-3.mb-5 {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.table > thead > tr > th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.table > tfoot > tr > td {
  border: 2px solid #ededed;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.table > tfoot > tr > th {
  border: 2px solid #ededed;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-shipping-methods{
    list-style: none;
    padding: 0;
    font-size: 12px;

}
.about_paypal {
  display: none;
}


