@import url("../fonts/fonts.css");
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Poppins-Regular";
  background-color: #fff5e1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-Bold";
}

a {
  text-decoration: none;
  font-family: "Poppins-Regular";
  color: #101729;
  transition: all 300ms ease;
}

a:hover {
  text-decoration: none;
  color: #288793;
}

p {
  font-size: 20px;
  font-family: "Poppins-Regular";
  color: #101729;
}

ul > li {
  font-size: 20px;
  font-family: "Poppins-Regular";
}

div {
  font-family: "Poppins-Regular";
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-15 {
  font-size: 15px !important;
}

.fnt-18 {
  font-size: 18px !important;
}

.fnt-20 {
  font-size: 20px !important;
}

.fnt-25 {
  font-size: 25px !important;
}

.fnt-30 {
  font-size: 30px !important;
}

.fnt-40 {
  font-size: 40px !important;
}

.fnt-50 {
  font-size: 50px !important;
}

.fnt-60 {
  font-size: 60px !important;
}

.fnt-70 {
  font-size: 70px !important;
}

.fnt-80 {
  font-size: 80px !important;
}

.fnt-100 {
  font-size: 100px !important;
}

.fnt-120 {
  font-size: 120px !important;
}

.fnt-uppercase {
  text-transform: uppercase !important;
}

[class^=spacer-] {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.forceDir {
  display: inline-block;
  direction: rtl;
  text-align: left;
}

.preAnimate {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 1000ms ease;
}

.animateThis {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: all 1000ms ease;
}

.preSlideAnimate {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 1000ms ease;
}

.slideThis {
  position: relative;
  opacity: 1;
  top: 0;
  right: 0;
  transition: all 1000ms ease;
}

.preZoom {
  transform-origin: center center;
  will-change: transform;
  transition: all 1000ms ease;
}

.zoomThis {
  transform: scale(1.2);
}

.of-hidden {
  overflow: hidden;
}

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bg-yellow {
  background-color: #FEBD17;
}

.bg-white {
  background-color: #fff5e1 !important;
}

.bg-blue {
  background-color: #8095E4;
}

.vh-100-min {
  min-height: 100vh;
}

.fnt-black {
  color: #101729;
}

.fnt-white {
  color: #fff;
}

.fnt-green {
  color: #288793;
}

.fnt-orange {
  color: #E03C1B;
}

.fnt-gray {
  color: #231F20;
}

.fnt-yellow {
  color: #FEBD17;
}

#main-navigation {
  position: relative;
  z-index: 1;
  width: 100%;
}
#main-navigation .navbar-brand {
  margin: 0px;
}
#main-navigation .desktop-view .navbar-bottom .navbar-brand img{
  max-width: 100%;
  transition: all 300ms ease;
}
#main-navigation .desktop-view .navbar-bottom.scrolled .navbar-brand img{
  max-width: 25%;
  transition: all 300ms ease;
}
#main-navigation .mobile-view .navbar-bottom .navbar-brand img{
  max-width: 30%;
}

#main-navigation .desktop-view .navbar-bottom .nav-item-var{
  display: none;
  transition: all 300ms ease;
}
#main-navigation .desktop-view .navbar-bottom.scrolled .nav-item-var{
  display: block;
  transition: all 300ms ease;
}

#main-navigation .navbar-brand .logo, #main-navigation .navbar-brand .hide {
  opacity: 0;
  position: absolute;
}
#main-navigation .navbar-brand .show {
  opacity: 1;
  position: unset;
}
#main-navigation .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
#main-navigation .desktop-view .nav-link {
  font-family: "Poppins-Bold";
  font-size: 14px;
  color: #101729;
  transition: all 500ms ease;
}
#main-navigation .mobile-view .nav-link {
  font-family: "Poppins-Bold";
  font-size: 14px;
  color: #fff;
  transition: all 500ms ease;
}
#main-navigation .nav-link:hover {
  color: #fff;
}
#main-navigation .nav-link.active {
  color: #000;
}
#main-navigation .desktop-view .navbar-top{
  background-color: #FEBD17;
}
#main-navigation .desktop-view .navbar-top .nav-item {
  font-size: 12px;
  padding: 0px;
}
#main-navigation .desktop-view .navbar-top .dropdown-item {
  font-size: 12px;
}
#main-navigation .desktop-view .fixed-top {
  padding-top: 3rem;
}
#main-navigation .desktop-view .navbar-bottom {
  background-color: transparent;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .navbar-bottom .nav-link {
  font-size: 14px;
  color: #fff;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .navbar-bottom .nav-link:hover {
  color: #000;
}
#main-navigation .desktop-view .scrolled-page {
  background-color: rgba(254, 189, 23, 1);
}
#main-navigation .desktop-view .scrolled {
  background-color: rgba(254, 189, 23, 0.8) ;
  padding-top: 0.5rem;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .scrolled .nav-link {
  font-size: 14px;
  color: #000;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .scrolled .nav-link:hover {
  color: #fff;
}
#main-navigation .desktop-view .scrolled .nav-link.active {
  color: #fff;
}
#main-navigation .desktop-view .scrolled-page .btn-transparent {
  font-size: 14px;
  border-radius: 3rem;
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent;
  transition: all 300ms ease;
}
#main-navigation .desktop-view .scrolled-page .btn-transparent:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
  background-color: transparent;
}
#main-navigation .desktop-view .scrolled .btn-transparent {
  font-size: 14px;
  border-radius: 3rem;
  color: #000 !important;
  border: 2px solid #000;
  background-color: transparent;
  transition: all 300ms ease;
}
#main-navigation .desktop-view .scrolled .btn-transparent:hover {
  color: #fff !important;
  border: 2px solid #000;
  background-color: #000;
}
#main-navigation .mobile-view .btn-menu-mobile {
  border: none;
  width: auto;
}
#main-navigation .mobile-view .navbar-brand .mobile-logo {
  max-width: 50%;
}
#main-navigation .mobile-view .mobile-top-menu {
  position: fixed;
  min-width: 100%;
  padding: 1rem;
  background-color: transparent;
  transition: all 500ms ease;
}
#main-navigation .mobile-view .mobile-top-menu.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
#main-navigation .mobile-view .offcanvas {
  background-color: #000;
}

.nav-light .desktop-view .navbar-bottom .nav-link {
  color: #000 !important;
}
.nav-light .desktop-view .navbar-bottom .nav-link:hover {
  color: #fff !important;
}

.hideThis {
  display: none !important;
}

.remMar {
  margin: 0px;
}

.remPad {
  padding: 0px;
}

.fa-mar-5 {
  margin-right: 5px;
}

.fa-mar-10 {
  margin-right: 10px;
}

.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.btn-grn {
  border-radius: 0px;
  color: #fff;
  background-color: #288793;
  transition: all 300ms ease;
}

.btn-grn:hover {
  color: #fff;
  background-color: #101729;
}

.btn-transparent {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 300ms ease;
}

.btn-link {
  padding: 10px 16px;
  text-decoration: none;
}

.btn-transparent:hover {
  color: #000 !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
}

.btn-yellow {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
  transition: all 300ms ease;
}

.btn-yellow:hover {
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-yellow-wht {
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #fff !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.btn-yellow-wht:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
}

.btn-yellow-blk {
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #000 !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.btn-yellow-blk:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
}

.btn-pink {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #F94680;
  background-color: #F94680;
  transition: all 300ms ease;
}

.btn-pink:hover {
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-nav {
  margin: 0 1rem;
}

[data-scroll-container] {
  transform-style: preserve-3d;
  will-change: transform;
}

section {
  font-family: "Poppins-Regular";
}
section .section-title {
  font-family: "Poppins-Regular";
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
}

footer p {
  color: #fff;
}
footer h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
footer .nav-link {
  color: #fff;
  transition: all 300ms ease;
}
footer .nav-link:hover {
  color: #000;
  transition: all 300ms ease;
}
footer .footer-top .nav-link {
  font-size: 20px;
  padding-left: 0px;
}
footer .footer-top .subscribe .form-control {
  background-color: #FEBD17;
  border: 2px solid #FEBD17;
  border-radius: 3rem;
}
footer .footer-top .subscribe .btn-subs {
  background-color: #FEBD17;
  border: 2px solid #FEBD17;
  border-radius: 3rem;
  transition: all 300ms ease;
}
footer .footer-top .subscribe .btn-subs i {
  width: 37px;
  height: 37px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all 300ms ease;
}
footer .footer-top .subscribe .btn-subs:hover i {
  border: 2px solid #fff;
  color: #fff;
}
footer .footer-top #social .nav-item {
  margin-bottom: 1rem;
}
footer .footer-top #social .nav-link {
  display: table-cell;
  width: 37px;
  height: 37px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #FEBD17;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #FEBD17;
  transition: all 300ms ease;
}
footer .footer-top #social .nav-link:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
footer .footer-bottom .nav-link, footer .footer-bottom .copyright, footer .footer-bottom p {
  font-size: 14px;
  padding-bottom: 0px;
}
footer .footer-bottom p {
  margin-bottom: 0px;
}

.icon-float {
  position: relative;
  width: fit-content;
}

.icon-float:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  background-position: 2% center;
  transform: scaleX(-1);
  z-index: -1;
  background-size: auto 60px;
}

.icon-flower:before {
  background-image: url(../img/icons/flower.png);
}

.icon-fireworks:before {
  background-image: url(../img/icons/fireworks.png);
}

.icon-fireworks-white:before {
  background-image: url(../img/icons/fireworks-white.png);
}

.icon-heart:before {
  background-image: url(../img/icons/heart.png);
}

.icon-thread:before {
  background-image: url(../img/icons/thread.png);
  background-size: auto;
}

#ads-list {
  position: relative;
}
#ads-list .item {
  position: relative;
}
#ads-list .item .caption {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}
#ads-list .item .caption h2 {
  color: #fff;
  font-size: 80px;
}

#offer .content .item {
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 3rem;
  box-shadow: -1px 10px 9px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: -1px 10px 9px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 10px 9px 0px rgba(0, 0, 0, 0.26);
}
#offer .content .item .img {
  border-radius: 3rem;
  position: relative;
}
#offer .content .item .caption {
  position: absolute;
  width: 100%;
  top: 2rem;
  text-align: center;
}
#offer .content .item .caption h3 {
  font-size: 20px;
  color: #000;
}
#offer .content .item-center {
  z-index: 2;
}
#offer .content .item-left {
  transform: rotate(-350deg);
  z-index: 1;
  top: 6rem;
  right: 2rem;
}
#offer .content .item-right {
  transform: rotate(350deg);
  z-index: 1;
  top: 6rem;
  left: 2rem;
}

#about video {
  border-radius: 5rem;
  overflow: hidden;
}

#difference .difference-cards {
  position: relative;
}
#difference .difference-cards .item {
  position: relative;
}
#difference .difference-cards .item .img {
  position: relative;
}
#difference .difference-cards .item .caption {
  position: absolute;
  top: 1rem;
  width: 100%;
  padding: 0px 6rem 0px 1rem;
}
#difference .difference-cards .item .caption p {
  font-size: 20px;
  line-height: 1.2;
}

#store .store-tabs #storeTab {
  border-bottom: none;
}
#store .store-tabs #storeTab .nav-link {
  border: none;
  font-size: 14px;
  border-radius: 3rem;
  color: #000 !important;
  border: 2px solid #FFE6F2;
  background-color: #FFE6F2;
  margin-right: 1rem;
  transition: all 300ms ease;
}
#store .store-tabs #storeTab .nav-link:hover,
#store .store-tabs #storeTab .nav-link.active {
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
}
#store .store-tabs #storeTabOther .nav-link {
  border: none;
  font-size: 14px;
  border-radius: 3rem;
  color: #000 !important;
  border: 2px solid #FFE6F2;
  background-color: #FFE6F2;
  margin-right: 1rem;
  transition: all 300ms ease;
}
#store .store-tabs #storeTabOther .nav-link:hover,
#store .store-tabs #storeTabOther .nav-link.active {
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
}
#store .store-prods .tab-pane {
  position: relative;
}
#store .store-prods .tab-pane .item {
  position: relative;
  border-radius: 3rem;
}
#store .store-prods .tab-pane .item a .img img {
  transform: scale(1);
  transition: all 300ms ease;
}
#store .store-prods .tab-pane .item a:hover .img img {
  transform: scale(1.2);
}
#store .store-prods .tab-pane .item .img {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  border: 2px solid #000;
}
#store .store-prods .tab-pane .item .action {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#store .store-prods .tab-pane .item .action .action-icon img {
  margin-bottom: 0.5rem;
}
#store .store-prods .tab-pane .item .caption h3 {
  font-size: 20px;
}
#store .store-prods .tab-pane .item .caption p {
  font-size: 18px;
}

#tesimony-list .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
#tesimony-list .item img {
  border: 2px solid #000;
  border-radius: 50%;
}
#tesimony-list .item .testi-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
#tesimony-list .item .caption {
  font-size: 20px;
}

#join-list .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

#ticker-list p {
  font-size: 14px;
  margin-bottom: 0px;
}

#about-banner .about-bottom img {
  border-radius: 3rem;
}

.border-radiused {
  border-radius: 3rem;
}

.about-social .nav-item {
  margin: 0 7px;
}
.about-social .nav-link {
  display: table-cell;
  width: 37px;
  height: 37px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #8095E4;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #8095E4;
  transition: all 300ms ease;
}
.about-social .nav-link:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

#about-offer-list .owl-item.center {
  transform: scale(1);
  z-index: 2;
  transition: all 300ms ease;
}
#about-offer-list .owl-item.center .caption .details {
  display: block;
  transition: all 300ms ease;
}
#about-offer-list .owl-item {
  transform: scale(0.8);
  z-index: 1;
  transition: all 300ms ease;
}
#about-offer-list .owl-item .caption .details {
  display: none;
  transition: all 300ms ease;
}
#about-offer-list .item .img {
  border-radius: 3rem;
  overflow: hidden;
  border: 2px solid #000;
  box-shadow: 1px 10px 9px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 1px 10px 9px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 10px 9px 0px rgba(0, 0, 0, 0.26);
}
#about-offer-list .item .caption h3 {
  font-size: 20px;
  color: #000;
}

#features .item {
  position: relative;
}
#features .item .img {
  position: relative;
}
#features .item .caption {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10%;
}
#features .item .caption p {
  font-size: 20px;
}

#contact-form .form-control {
  min-height: 82px;
  text-align: left;
  border: 1px solid #000;
  vertical-align: middle;
  border-radius: 13px;
  padding-left: 1.5rem;
}
#contact-form textarea {
  padding-top: 4.5%;
}

.contact-details .fa-solid {
  color: #8095E4;
}
.contact-details ul li {
  margin-right: 5rem;
}

.product-details .product_title.entry-title {
  display: none;
}
.product-details .desc-title {
  font-size: 22px;
  width: 100%;
  background-color: #FDB7D9;
  padding: 1rem;
  border-radius: 7px;
  text-transform: capitalize;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.my-account-menu {
  background-color: #8095E4;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 2rem 2rem 2rem 0rem;
}
.my-account-menu ul {
  list-style: none;
}
.my-account-menu ul li a{
  font-size: 15px;
  color: #fff;
  transition: all 300ms ease;
}
.my-account-menu ul li a:hover {
  color: #FEBD17;
  transition: all 300ms ease;
}

#edit-account-form .form-control {
  min-height: 82px;
  text-align: left;
  border: 1px solid #000;
  vertical-align: middle;
  border-radius: 13px;
  padding-left: 1.5rem;
}

.btn-form-submit {
  padding: 1rem 4rem !important;
}

/*# sourceMappingURL=main.css.map */

/* other styles */

tamara-widget,.tabbyPromo{
  margin: 5px 0px;
  display: block;
  font-size: 12px;
}

tamara-widget span,
#tabbyPromo span{
    font-size: 12px !important;
}

.woocommerce table.shop_table,
.woocommerce-cart-form .shop_table.table,
.woocommerce-cart-form .shop_table.table th,
.woocommerce-cart-form .shop_table.table tr,
.woocommerce-cart-form .shop_table.table td {
    border-color: transparent !important;
    border: none !important;
    background-color: transparent;
}


.wc-proceed-to-checkout .checkout-button,
#place_order{
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #fff !important;
  border: 2px solid #8095E4 !important;
  background-color: #8095E4 !important;
  transition: all 300ms ease;
}

.woocommerce-cart-form .actions button,
.woocommerce-message .button.wc-forward{
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #fff !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart-form .actions button:hover,
.woocommerce-message .button.wc-forward:hover,
#place_order:hover{
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
}

.cart_totals, 
#checkout-shop-table.shop_table.table{
  border: 2px solid #000 !important;
  background-color: #FEBD17;
  border-radius: 3rem !important;
  overflow: hidden;
  padding: 1.5rem;
}
.cart_totals tr,
.cart_totals th,
.cart_totals td,
#checkout-shop-table.shop_table.table tr,
#checkout-shop-table.shop_table.table th,
#checkout-shop-table.shop_table.table td{  
  background-color: #FEBD17;
  border-color: #FEBD17;
  border:none !important;
}

#ppcp-recaptcha-v2-container{
  margin-bottom: 0 !important;
}

.woocommerce-message{
    margin: 40px 0px;
    border-top: 3px solid #FEBD17;
}

#payment,
.payment_box{
  background-color: transparent !important;
}

.payfort-fort-cc .input-text{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-checkout #payment div.payment_box input.input-text{
  height: 30px;
  border-radius: 7px;
}

 .woocommerce-checkout #payment div.payment_box{
  padding: 0px;
  margin: 0px
 }

.aps_expiry_month{float: left;}

.aps_expiry_year{}

.payfort-fort-cc label,
.payfort-fort-cc p{
    font-size: 14px; 
    margin-bottom: 0px; 
}

.woocommerce-checkout #payment div.payment_box .form-row{
  margin-bottom:0px;
}

.payment_box.payment_method_aps_cc{
  margin-top:0px;
}

.woocommerce-checkout #payment div.payment_box::before{
  content: none;
}

.wc_payment_methods .input-radio,
.aps-radio,
.aps_token_card{
  vertical-align: middle;
  position: relative;
  top: 8px;
}


#faq .accordion-item{
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

/*#faq .accordion-header{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; 
}*/

#faq .accordion-button{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  padding: 2rem;
  font-size: 22px;  
}

#faq .accordion-button.collapsed{
  background-color: #fff;
  padding: 2rem;
  font-size: 22px;
  border-radius: 1rem;
}

#faq .accordion-body{
  padding: 2rem;
}

/* Remove default Bootstrap arrow */
#faq .accordion-button::after {
  display: none;
}

/* Add + icon when collapsed */
#faq .accordion-button.collapsed {
  position: relative;
}

#faq .accordion-button.collapsed::before {
  content: "+";
  font-family: "Janna-LT-Bold";
  font-size: 35px;
  position: absolute;
  right: 35px;
  top: 50%;
  color: #FEBD17;
  transform: translateY(-50%);
  transition: all 300ms ease;
}

/* Add × icon when opened */
#faq .accordion-button:not(.collapsed)::before {
  content: "×";
  font-family: "Janna-LT-Bold";
  font-size: 35px;
  position: absolute;
  right: 35px;
  top: 50%;
  color: #FEBD17;
  transform: translateY(-50%);
  transition: all 300ms ease;
}

.shop-item-title{
  font-size: 30px;
  text-transform: uppercase;
  background-color: #FEBD17;
  margin-bottom: 0px;
  padding: 1rem;
  border-radius: 1rem;
}


#storeTabContent .tab-pane {
  position: relative;
}
#storeTabContent .tab-pane .item {
  position: relative;
  border-radius: 3rem;
}
#storeTabContent .tab-pane .item a .img img {
  transform: scale(1);
  transition: all 300ms ease;
}
#storeTabContent .tab-pane .item a:hover .img img {
  transform: scale(1.2);
}
#storeTabContent .tab-pane .item .img {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  border: 2px solid #000;
}
#storeTabContent .tab-pane .item .action {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#storeTabContent .tab-pane .item .action a{
  display:block;
}
#storeTabContent .tab-pane .item .action .action-icon img {
  margin-bottom: 0.5rem;
  display: block;
}
#storeTabContent .tab-pane .item .caption h3 {
  font-size: 20px;
}
#storeTabContent .tab-pane .item .caption p {
  font-size: 18px;
}

.snipperWrapperBgWhite{
  background-color: transparent !important;
}

.woocommerce-checkout #payment ul.payment_methods li{
  background-color: #fff;
  margin-bottom: 5px;
  padding: 1rem;
  font-size: 14px;
  border-radius: 1rem;
}

.redirection_info{
  font-size: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text{
  font-size: 14px;
}

.woocommerce-checkout #payment ul.token-box li{
  padding: 1rem 1.5rem;
}

.related-products img{
  border-radius: 1rem;
  border: 2px solid #000;
  transform: scale(1);
  transition: 300ms;
}

.related-products img:hover{
  transform: scale(1.2);
  transition: 300ms;
} 

.related-products .button{
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #fff !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.related-products .button:hover{
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
}

.related-products ul.products li.product, 
.related-products ul.products li.product{
  text-align: center !important;
}

#main-navigation .mobile-view .navbar-top {
  background-color: #FEBD17;
  padding: 0px;
}

#main-navigation .mobile-view .navbar-bottom {
  background-color: #FEBD17;
  padding: 0px;
}

#ticker-list-mobile p{font-size: 12px;}

.topic-title{
  width: 100%;
  font-size: 22px;
  background-color: #FEBD17;
  border-radius: 0.5rem;
  padding: 1rem;
}

#product-accordion .accordion-item{
  background-color: transparent;
  margin-bottom: 5px;
}
#product-accordion .accordion-button{
  border-radius: 0.5rem;
  background-color: #FDB7D9;
}
#product-accordion .accordion-collapse{
  border-radius: 0.5rem;
  background-color: #FFFAF0;
}

.woocommerce #respond input#submit{
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
  transition: all 300ms ease;
}

.woocommerce #respond input#submit:hover {
  color: #000 !important;
  border: 2px solid #000;
  background-color: transparent;
}

.woocommerce .comment-form-comment label,
.woocommerce .logged-in-as,
.woocommerce .comment-reply-title{
  display: none;
}

.woocommerce #comment{
  width: 100%;
  border-radius: 0.5rem;
  border-color: #656565;
}

.cart-cont,
.cart-basket{
  position: relative;
}

.cart-count{
  position: absolute;
  background-color: #008000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display:block;
  right: 5px;
}

.cart-count p{
  font-size: 7px;
  color: #fff;
}

.woocommerce a.added_to_cart {
   padding-top: 0;
}
.added_to_cart.wc-forward{
    font-size: 12px;
    position: absolute;
    border-radius: 30px;
    color: #fff;
    top: 13%;
    width: 6rem;
    text-align: center;
    right: 77%;
    padding: 1px 5px;
    background-color: #288793;
    transition: all 300ms ease;
}

.added_to_cart.wc-forward:hover{
  color: #fff;
  background-color: #101729; 
}

.single-product .tinvwl_add_to_wishlist_button{
  font-size: 14px;
  border-radius: 3rem;
  padding: 5px 12px;
  color: #fff !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
  font-weight: bold;
  transition: all 300ms ease;
}

.single-product .tinvwl_add_to_wishlist_button:hover {
  color: #000 !important;
  border: 2px solid #000;
  background-color: transparent;
}