/*
	@package 
*/
/*
	Generic
	--------------------------------------
*/
body {
  margin: 0;
}

/* header section */
.compnyname {
  color: white;
  background: #283378;
  font-family: "Ysabeau";
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
}

.welcomenote {
  text-align: justify;
  font-size: 16px;
  font-family: "Ysabeau";
}
/* carousel section */


p.carouselp {
	font-style: italic;
	position: relative;
	float: left;
	padding: 5px;
}

h2.smalltitle {
	font-size: 19px;
    padding-bottom: 12px;
    font-style: italic;
    width: 100%;
    border-bottom: 1px solid #80808033;
}

p.paragh {
    font-size: 13px;
    text-align: justify;
}

	.serviceimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 12px;
    opacity: .7;
}

.serviceh1 {
	width: 80%;
	font-size: 22px;
	font-style: italic;
	position: absolute;
	top: 170px;
	left: 8px;
	background: #00000075;
	padding: 18px;
	}

	a.serviceh1 {
	    color: white;
	}

.cmargin {
	margin-top: 100px;
}



.carouselcaption {
  padding: 12px;
  color: white;
  font-family: "Ysabeau";
  font-size: 22px;
  text-align: center;
  background: #283378;
}
/* end header section */

.h1titletext {
  font-family: auto;
  font-style: italic;
}

.sectionbg {
  background: #eeeeee47;
  border-radius: 23px;
  padding: 50px;
}

.pageh1title {
  font-size: 28px;
  text-align: center;
  font-family: "Ysabeau";
}

.titlefont {
  font-family: "Playball", cursive;
}

p.sitetitle {
  font-size: 21px;
  /*    color: white;*/
}

/* unvisited link */
/* a:link {
  color: #5c5757;
} */

/* visited link */
/* a:visited {
  color: #5c5757;
} */

/* mouse over link */
a:hover {
  color: #131212;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #5c5757;
}

li {
  padding-bottom: 12px;
  padding-right: 10px;
  list-style: none;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*
	Header
	--------------------------------------
*/
/*slogan*/
.slogan {
  text-align: center;
  font-weight: 700;
  color: rgb(40 51 120);
  font-size: 16px;
}

.mainheader {
  /*  height: 100px;*/
  min-height: 100px;
  /*  background-color: #4e0000 ;*/
  background-position: right;
  background-repeat: no-repeat;
}

.center {
  display: block;
  margin-left: auto;

  width: 300px;
}

.wellnessfont {
  font-family: "Ysabeau", sans-serif;
}

.companyname {
  background-image: url();
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 17px;
}

h1.site-title {
  color: white;
  font-size: 30px;
}

.site-title {
  font-style: italic !important;
  padding-top: 12px;
  padding-left: 12px;
}

.sectionheader {
  font-size: 31px;
  padding: 12px 0px;
  font-style: italic;
  width: 100%;
  border-bottom: 1px solid #80808033;
}

/*carousel caption*/

.rightborderradius {
  border-radius: 0px 0 50px 0;
}

p.carouseldsc {
  background: #3e3e487d;
  text-align: left;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  padding: 5px;
}

.carousel-left {
  width: 100%;
  height: 350px;
  background-color: #263238;
}
.carousel-left h5 {
  font-size: 17px;
  font-style: italic;
  color: #adadad;
  padding-top: 10%;
  text-align: center;
}

.boxbg {
  width: 90%;
  height: 80%;

  margin: auto;
}

#fadeinh5 {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#fadein p {
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.boxbg .btn.btn-danger {
  position: absolute;
  top: 80%;
  left: 60%;
  float: right;
}

.boxtext {
  color: #808080;
  font-size: 14px;
  padding: 12px;
  text-align: center;
}

.boximg {
  float: right;
}

#carouselfadein {
  animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Welcome Note*/

/*adstitle*/
.adstitle {
  font-size: 52px;
  font-family: "Playball", cursive;
  padding: 11px;
  background: #1518154f;
  margin-top: 204px;
}

.descrip {
  font-size: 27px;
  font-family: "Playball", cursive;
  padding: 22px;
  background: #1518154f;
}



/*nav-menu styling*/

.navigationimg {
    border: solid 4px #515151;
}

.btn-custom {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    border: none;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(46, 204, 113, 0.3);
}


img.img-fluid.center.mx-auto {
    height: 106px;
    width: auto;
    position: absolute;
    margin-top: -16px;
}

.navigation a:hover {
    width: 100%;
    padding: 10px;
    color: white;
    background: grey;
}

.navigation a {
    border: 1px solid grey;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
}

/* navigation navmenu */
.navmenu a {
    font-family: 'Ysabeau';
    text-decoration: none;
    color: #dee2e6;
    padding: 12px;
    display: block;
    border: 1px solid;
    
}


.navmenu a:hover {
    color: white;
    background: #2b2e31;
}

.navbar {
  background: #050416eb;
  margin-bottom: 15px;
}
.nav-item::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #0062cc;
  transition: 0.2s;
}
.nav-item:hover::after {
  width: 100%;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fec400;
}
.nav-link {
  padding: 15px 5px;
  transition: 0.2s;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #212529;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #fec400;
}

/*image width latest product*/
	.product-card {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    transition: all 0.5s ease;
    height: 300px;
    object-fit: cover;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.badge-custom {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}



label {
    padding: 12px;
}




img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
  height: 70%;
  width: 150px;
}

h2.woocommerce-loop-product__title {
  font-size: 14px;
  color: black;
  text-align: center;
}

/*add to cart css*/

a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #283378;
  color: white;
  font-weight: 500;
  text-decoration: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding: 5px;
  width: 95px;
  display: block;
  text-align: center;
  background: linear-gradient(45deg, #3498db, #2ecc71);
  color: white;
  text-decoration: none;
  font-weight: 500;
}

a:hover.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #198754;
  text-decoration: none;
}

/* product*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #263238;
  text-align: center;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  padding-top: 7em;
  padding-bottom: 0.3em;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-decoration: none;
}

.hovereffect a,
.hovereffect p {
  color: #dc3545;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p.productcount {
  font-size: 13px;
  color: #263238;
  display: block;
  margin: -7px;
}

/*end of product*/

/*section*/
section {
  padding-top: 40px;
}

.fadein {
  opacity: 0.7;
}

/*footer*/
.col_white_amrc {
  color: #fff;
}
footer {
  
  width: 100%;
  background-color: #050416eb;
  min-height: auto;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

/********************* latest product **********************/
.product-grid6,
.product-grid6 .product-image6 {
  overflow: hidden;
}
.product-grid6 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-grid6 .product-image6 a {
  display: block;
}
.product-grid6 .product-image6 img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-image6 img {
  transform: scale(1.1);
}
.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-content {
  opacity: 0;
}
.product-grid6 .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.product-grid6 .title a {
  color: #000;
}
.product-grid6 .title a:hover {
  color: #2e86de;
}
.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
  color: #2e86de;
}
.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.product-grid6 .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .social {
  opacity: 1;
  bottom: 20px;
}
.product-grid6 .social li {
  display: inline-block;
}
.product-grid6 .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #909090;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-grid6 .social li a:hover {
  color: #fff;
  background-color: #2e86de;
  width: 80px;
}
.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #2e86de;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid6 .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
  opacity: 1;
}
/* @media only screen and (max-width:990px){.product-grid6{margin-bottom:30px} */

/*woocommerce*/

/* front page */
a.added_to_cart.wc-forward {
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin: 8px -7px 4px 8px;
    background: #32a9b9;
    padding: 6px;
    color: white;
    display: block;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
  border-radius: 6px;
  width: auto;
  height: 130px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 6px;
  width: auto;
  height: 145px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  color: #0b0b0b;
  text-decoration: none;
}

/*customizing single product page*/

/* remove review tab */
ul.tabs.wc-tabs {
  display: none;
}

h2.woocommerce-Reviews-title {
  font-weight: 600;
  font-family: "Ysabeau";
  font-size: 26px;
}

.flex-viewport {
  margin-bottom: 10px;

  border-radius: 4px;
  padding: 5px;
}

h1.product_title.entry-title {
  font-size: 37px;
  color: #283378;

  font-family: "Ysabeau";
}

button.single_add_to_cart_button.button.alt {
  background-color: #263238;
  font-size: 14px;
}

span.woocommerce-Price-amount.amount {
  font-weight: bolder;
  color: #095981;
}

/*feature product*/

a.viewdetail {
  color: #dc3545;
}
a.viewdetail:hover {
  color: red;
  text-decoration: none;
}

.secondary-text {
  color: #b6b6b6;
}

.list-inline {
  margin: 0;
}
.list-inline li {
  padding: 0;
}

/*service card*/

.card {
  margin: 5% 0%;
}

.card-body {
  margin: 0% 0% 0% 3%;
  padding: 6% 0%;
}

.card-wrapper {
  position: relative;
  width: 100%;
  height: 390px;
  border: 1px solid #e5e5e5;
  border-bottom-width: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}
.card-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-wrapper:hover:after {
  opacity: 1;
}
.card-wrapper:hover .image-holder:before {
  opacity: 0.75;
}
.card-wrapper:hover .image-holder:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.card-wrapper:hover .image-holder--original {
  transform: translateY(-15px);
}
.card-wrapper:hover .product-description {
  height: 205px;
}
/* @media (min-width: 768px) {
  .card-wrapper:hover .product-description {
    height: 185px;
  }
} */

.image-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  z-index: 1;
}


@media screen and (min-width: 601px) {
  .headername {
        position: absolute;
        padding-top: 13px;
        padding-left: 15px;
        font-size: 26px;
  }
}

@media screen and (max-width: 600px) {

/* carousel */
.carouselcaption {
  padding: 12px;
  color: white;
  font-family: "Ysabeau";
  font-size: 16px;
  text-align: center;
  background: #283378;
}

  .headername {
    position: absolute;
    font-size: 17px;
    padding-top: 13px;
    padding-left: 15px;
  }

  .menubtm{
    position: relative;
    padding-top: 54px;
  }
}



.image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4caf50;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.6s;
}
.image-holder:after {
  content: "+";
  font-family: "Raleway", sans-serif;
  font-size: 70px;
  color: #4caf50;
  text-align: center;
  position: absolute;
  top: 92.5px;
  left: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
}
/* @media (min-width: 768px) {
  .image-holder:after {
    top: 107.5px;
  }
} */
.image-holder .image-holder__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.image-holder .image-holder--original {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-liquid {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center center;
}

.product-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
/* @media (min-width: 768px) {
  .product-description {
    height: 65px;
  }
} */
.product-description p {
  margin: 0 0 5px;
}
.product-description .product-description__title {
  font-family: "Raleway", sans-serif;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.product-description .product-description__title:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
}
.product-description .product-description__title a {
  text-decoration: none;
  color: inherit;
}
.product-description .product-description__category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-description .product-description__price {
  color: #4caf50;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.06em;
}
/* @media (min-width: 768px) {
  .product-description .product-description__price {
    text-align: right;
  }
} */
.product-description .sizes-wrapper {
  margin-bottom: 15px;
}
.product-description .color-list {
  font-size: 0;
}
.product-description .color-list__item {
  width: 25px;
  height: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
.product-description .color-list__item:hover {
  width: 40px;
}
.product-description .color-list__item--red {
  background-color: #f44336;
}
.product-description .color-list__item--blue {
  background-color: #448aff;
}
.product-description .color-list__item--green {
  background-color: #cddc39;
}
.product-description .color-list__item--orange {
  background-color: #ff9800;
}
.product-description .color-list__item--purple {
  background-color: #673ab7;
}

/*featured product*/

.snip1423 {
  font-family: "Oswald", Arial, sans-serif;
  position: relative;
  float: left;
  margin: 20px 1%;
  min-width: 260px;
  max-width: 260px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1423 figcaption {
  padding: 20px 15px;
}
.snip1423 h3,
.snip1423 p {
  margin: 0;
}
.snip1423 h3 {
  padding: 12px;
  background-color: #f1f1f1;
  color: #212529;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 5px;
}
.snip1423 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 300;
}
.snip1423 .price {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1423 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1423 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 65px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 1.6em;
  border: 4px solid #ffffff;
}
.snip1423 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1423:hover,
.snip1423.hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.snip1423:hover i,
.snip1423.hover i {
  background-color: #2980b9;
}

div#product_inq {
  background-color: #eae7e7;
  position: absolute;
  z-index: 9999;
  padding: 12px;
}

.product_meta {
  display: inline-grid;
  font-size: 14px;
  display: inline-grid;
  font-style: oblique;
}

/*popup slide down enquiry*/

/*our regular session */
a.btn.btn-outline-light.btn-sm {
  color: white;
}

a.btn.btn-outline-light.btn-sm:hover {
  color: black;
}

.card {
  box-shadow: 3px 5px 12px 2px #88888826;
}
/*our programe*/

a.btn.btn-sm.btn-info.float-right {
  color: white;
}

/*profile card*/

.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bg-primary,
.bg-primary a {
  color: #fff;
}
.bg-primary {
  background-color: #5fa2dd;
}
.bg-success,
.bg-success a {
  color: #fff;
}
.bg-success {
  background-color: #91c957;
}

.widget-header {
  padding: 15px 15px 50px 15px;
  min-height: 125px;
  position: relative;
  overflow: hidden;
}
.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.widget-body {
  padding: 50px 15px 15px;
  position: relative;
}
.panel-body {
  padding: 25px 20px;
}
.pad-all {
  padding: 15px;
}
.widget-img {
  object-fit: cover;
  position: relative;
  width: 150px;
  height: 160px;
  top: -32px;
}
.img-md {
  width: 64px;
  height: 64px;
}
.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}
.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.mar-no {
  font-size: 16px;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
.text-muted,
a.text-muted:hover,
a.text-muted:focus,
a.text-muted:focus {
  color: #606060;
}
.mar-btm {
  margin-bottom: 15px;
}
.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad-btm {
  padding-bottom: 15px;
}
.pad-top {
  padding-top: 8px;
}
.small,
small {
  font-size: 65%;
}
.text-lg {
  font-size: 75%;
}
.btn {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid 0;
  font-size: 11px;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/*enquiry form*/

.contact-form {
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control {
  border-radius: 1rem;
}
.contact-image {
  text-align: center;
}
.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form {
  padding: 5%;
}
.contact-form form .row {
  margin-bottom: -7%;
}
.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

/* Make the image fully responsive */

/*programm css */

span.notify {
 
        color: white;
    font-size: 11px;
    border-radius: 19px;
    padding: 6px;
    background: goldenrod;
}

span.notify2{
  background-image: linear-gradient(to bottom right, #283378, #ffc107);
    opacity: 80%;
    color: #fff;
    font-size: 11px;
    border-radius: 19px;
    padding: 6px;
}

.programthumb {
  max-width: 100%;
  width: auto;
  height: auto;
}

.card {
  height: 100%;
}

h5.card-title.border-bottom.pb-3 {
  font-size: 16px;
}

img.dailysession.wp-post-image {
  opacity: 0.3;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  position: absolute;
  padding: 12px;
  border: 1px solid lightgrey;
}

/*responsive image session template*/
img.attachment-program.size-program.wp-post-image {
  width: 100%;
}


/* shop  */


a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border: solid 1px #ccc;
    padding: 12px;
    border-radius: 12px;
}

/* add to cart button single product */

.single-product .product .single_add_to_cart_button.button{
	background-color: #333333;
	color: #FFFFFF;
}
.woocommerce .product .add_to_cart_button.button{
	background-color: #333333;
	color: #FFFFFF;
}

button.single_add_to_cart_button.button.alt {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    border-radius: 50px;
}


button.single_add_to_cart_button.button.alt:hover {
    background: linear-gradient(45deg, #013111, #0a4924);
}

.woocommerce-product-gallery__wrapper {
    border: solid #e9e6ed 12px;
}


.woocommerce span.onsale {
    border-radius: 50%;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    margin: 30px;
    font-size: 20px;
}


/* checkout cart section */
input#email {
    padding: 50px 19px 27px 19px;
}

label.wc-blocks-components-select__label {
    position: absolute;
    padding: 1px;
}

label {
    padding: 1px;
}


/* my account css */


nav.woocommerce-MyAccount-navigation {
    /* background: linear-gradient(45deg, #3498db, #2ecc71); */
    padding: 25px;
}

li.woocommerce-MyAccount-navigation-link a {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    padding: 12px;
    display: block;
    border: #198754 solid 1px;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 400;
}

li.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: none;
    color: white;
    font-size: 17px;
    background: linear-gradient(240deg, #3498db, #2ecc71);
    display: block;
    padding: 15px;
}
/* feature image border  */
.wp-block-image img {
    padding: 12px;
   
}


/* login customization */

form#loginform {
        border: 1px solid #31b96a;
    padding: 36px;
    background: #90ee907a;
    border-radius: 40px;
}

input#user_login {
    font-style: italic;
    border: none;
    margin-top: 13px;
}


input#user_pass {
    font-style: italic;
    border: none;
    margin-top: 13px;
}

label {
    font-style: italic;
}


span.dashicons.dashicons-visibility {
    margin-top: 12px;
}

input#wp-submit {
    margin-top: 25px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
}