/*
Theme Name: puca Child
Theme URI: https://demo.thembay.com/puca/
Author: Thembay
Description: This is a child theme for puca
Version: 1.0
Author URI: https://thembay.com/
Template: puca
Text Domain: puca-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account #main-content .woocommerce form.register, .mvx-dashboard.woocommerce form.register {
    max-width: 600px;
    margin: 0 auto;
    border: 0;
    box-shadow: 0 0 8px #ddd;
    padding: 40px;
}
div#wcfm_membership_container form {
    max-width: 50%!important;
    margin: 0 auto;
    box-shadow: 0 0 8px #ddd;
    padding: 40px;
    border-radius: 8px;
}
.vendor-register h1{
	text-align:center !important;
}
form.register .wcfmmp_become_vendor_link{
	display:none !important;
}
.widget-products.special .product-block .caption, .widget-products.widget-special .product-block .caption, .widget-products.carousel-special .product-block .caption, .widget-products.widget-carousel-special .product-block .caption {
    padding: 20px 5px 20px 15px;
}
.home-cat .widget-categories .owl-carousel.categories .item .cat-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 8px #ddd;
}

.shop-by .item a.cat-name {
	color: #fff !important;
}

.shop-by .item a.cat-name .count-item{
	color: #fff !important;
}

.girls-section .product-block .name a{
	color: #fff !important;
}

.girls-section .product-block .price{
	color: #fff !important;
	font-weight: 400 !important;
}

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

#main-content {
    padding-top: 30px;
    padding-bottom: 0px;
}
body.home #main-content {
    padding-top: 0;
}

.navbar-nav.megamenu>li:hover>a, .navbar-nav.megamenu>li.active>a {
    background: #e49f1f !important;
}

#tbay-header .header-main .header-right .tbay-login .account-name{
	color: #fff !important;
}
.hero-sec{
	position:relative;
}

.tbay-footer .bottom-footer {
      background: #034925 !important;
    color: #fff !important;
}

#tbay-footer h3.widget-title, #tbay-footer .widgettitle{
	color: #fff !important;
}
header .search-full{
	    height: 100px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.new-social li{
 display: inline-flex;
padding: 8px;
align-items: center;
font-size: 22px;
height: 77px;
}
.new-social{
text-align:center;
padding-left:0;	
margin-top: 12px;
}
.new-social li a{
	color:#fff;
}
.header-logo{
	display:flex;
}
.imp{
	font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}
#tbay-header .header-main .top-cart-wishlist .cart-icon {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 35px;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
#tbay-header .header-main .tbay-login {
    float: right;
    width: 50%;
    padding-top: 28px;
    text-align: left;
    font-size: 13px;
}
#tbay-header .header-main .tbay-login .account-button {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 35px;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
#tbay-header .header-main .tbay-login .account-button {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 35px;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
#tbay-header .header-main .top-cart-wishlist .mini-cart-text, #tbay-header .header-main .tbay-login .well-come, #tbay-header .header-main .top-cart-wishlist .qty, #tbay-header.header-v3 .header-main .top-cart-wishlist .cart-icon i {
    color: #ffffff;
}
#tbay-header .header-main .top-cart-wishlist .cart-icon i {
    line-height: 45px;
    display: block;
    font-size: 17px;
    color: #ccc;
}
#tbay-header .header-main .tbay-login .account-button i {
    line-height: 42px;
    display: block;
}
#tbay-header .header-main .tbay-login .account-name {
    color: #fff !important;
	    display: block;
}

header .dropdown {
    margin-top: 28px;
}
#tbay-header .header-main .header-logo {
    text-align: left;
    display: block;
}
.cart-dropdown .mini-cart .qty {
    display: block;
    font-size: 10px;

}
.marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #000;
    height: 28px;
    overflow: visible;
    background: white;
    white-space: nowrap;
    margin-top: -10px;
    /* margin-top: -28px; */
    width: 100%;
    z-index: 99;
}

.marquee--inner {
display: block;
    width: 200%;
    position: absolute;
    animation: marquee 30s linear infinite;
    font-size: 20px;
    font-weight: 600;
    color: #eb0909;
    text-shadow: 2px 0 0 #1a1a17;
}
.marquee--inner:hover {
  color: red;
}

.marquee--inner span {
  float: left;
  width: 10%;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#tbay-footer strong {
    color: #fff;
}
#chaty-widget-0 .chaty-widget {
    bottom: 42px !important;
}
.top-cart {
	width:50% !important;
}
.mobile-logo a img {
    max-width: 200px;
}
.topbar-device-mobile {
    background: #034c26;
padding: 8px 10px !important;
  }
.topbar-device-mobile .cart-dropdown .mini-cart .cart-icon i {
      color: #ffffff;
}
.for-tab h3{
	color:#fff !important;
}
.cart-d{
	display: flex;
    align-items: center;
    justify-content: center;
}
.cart-d .top-cart {
    width: 100% !important;
}
header .tbay-login .dropdown{
	margin-top:0px;
}
ul.button-variable-items-wrapper li{
	border-radius: 0 !important;
    width: auto !important;
    height: auto;
}
ul.button-variable-items-wrapper li span{
border-radius: 0 !important;	
}
/*Media Query Css*/
@media only screen and (max-width: 1100px) {
.SumoSelect {
    display: none !important;
}
	header .mini-cart-text, .well-come, .account-name{
	   display: none !important;	
	}
	header .woocommerce-Price-amount{
	 display: none !important;		
	}
	.new-social li {
    padding: 5px;
    font-size: 20px;

}
}

@media only screen and (max-width: 1100px) {
	#tbay-main-content {
    margin-top: 37px !important;
}
}


@media only screen and (max-width: 1100px) {
	.marquee--inner{
		width: 600% !important;
	}
}

@media only screen and (max-width: 1100px) {
	.elementor-menu-cart__product{
		margin-left: 10px !important;
	}
}