/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 11:16:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body{
	color:#fff;
}
#masthead {
    position: absolute;
	left: 0;
    right: 0;
    z-index: 10;
}

.site-full-width-container .site-content .woostify-container {
    padding: 0px !important;
}

.site-header-inner {
    border-bottom: 0px solid #eaeaea;
}

/*.site-header-inner .woostify-container{
	position: fixed !important;
max-width: 100% !important;
left: 50px;
right: 50px;
}*/

.site-header-inner .woostify-container {
    max-width: 100%;
    padding: 0px 50px;
}

input {
    color: #000 !important;
}

#mysticky-nav.wrapfixed .myfixed{
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    max-width: 100% !important;
    padding: 0px 50px !important;
    width: 100% !important;
}

.primary-navigation > li > a{
	color:#fff !important;
	font-family:'Oswald' !important;
	font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
	
}

#mysticky-nav.wrapfixed ul li.menu-item a{
	font-family:'Oswald';
	font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-loop-image-wrapper{
	border-radius:15px;
}

.woocommerce .product .woocommerce-loop-product__title {
    text-align: center;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px auto;
}

.woocommerce .product .product-loop-meta .price .woocommerce-Price-amount, .woocommerce .product .product-loop-meta .price del {
    font-weight: 600;
}

.product-loop-content {
    padding: 10px 0px;
}

.product-loop-wrapper .button, .product-loop-meta.no-transform .button {
    font-size: 17px;
    text-transform: uppercase;
}

.site-content {
    margin: 140px 0px 0px !important;
}

#primary{
	padding-left:50px;
	padding-right:50px;
}

#secondary {
    padding-right: 50px;
}

.single-product .content-top {
    padding: 32px 0px 0px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0px 50px 20px;
}

.product-gallery {
    width: calc((70% - 30px) / 2);
}

.product-summary {
    width: calc((100% - 30px) / 2);
    margin-left: 60px;
}

.quantity .woostify-svg-icon svg {
    width: 15px;
    height: 15px;
    color: #000;
}

.related {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}



.site-tools .shopping-bag-button {
    position: relative;
    margin-right: 15px;
    display: none;
}

.xoo-wsc-sc-bki{
	color: #fff !important;
}

.xoo-wsc-sc-count {
    background-color: #ED0000 !important;
    color: #ffffff;
}

.custom_woocommerce_product_loop_title_classes {
    text-align: center;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px auto;
	    color: #FFFFFF;
    font-size: 16px;
}

.related > h2, .up-sells > h2, .woostify-product-recently-viewed-section > h2 {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    padding: 25px 0;
    font-family: 'Oswald';
    color: #fff;
    text-transform: uppercase;
}

.woostify-product-recently-viewed-section .woostify-product-recently-viewed-title {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    padding: 25px 0;
    font-family: 'Oswald';
    color: #fff;
    text-transform: uppercase;
}

.woostify-theme-color{
	color:#ED0000 !important;
}

.shop_table{
	font-family: 'Oswald' !important;
}

.cart tr th{
	font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
	background-color:transparent !important;
}

.cart_totals  tr th{
	color: #fff !important;
	background-color:transparent !important;
}

.cart_totals h2{
	font-family: 'Oswald';
    font-weight: 600;
    color: #fff;
}

.wcf-product-name{
	color:#000;
}

#update_cart{
	display:none;
}

.footer-width-fixer{
	padding-top:60px;
}

.showcoupon{
	color:#ED0000 !important;
}

.form-row label{
	color:rgba(255,255,255,0.5);
	font-size:16px;
	font-weight:300;
}

.select2-results__options{
	color:#000;
}

#ship-to-different-address{
	color:#fff !important;
	font-family:'Oswald';
	font-weight:600;
}

#order_review {
    background-color: transparent;
    padding: 30px;
    border-radius: 15px;
}

.woocommerce-cart.cart-page-layout-2 .cart-collaterals {
    border: 1px solid #efefef !important;
    border-radius:10px;
}

/*#customer_details {
    float: left;
    width: calc(100% - 500px);
    padding-right: 150px;
}

.woocommerce-checkout-review-order{
	width:500px !important;
}*/

.checkout-button {
    background-color: #ED0000 !important;
}

.form-row .input-text {
color: #000;
}

.woocommerce-Price-amount{
	color:#ED0000 !important;
}

.cart_item .product-quantity{
	color:#fff !important;
}

/*.wc_payment_method label{
	color:#fff !important;
}*/

.payment_box p{
	color:#000 !important;
}

.showlogin{
	color:#ED0000 !important;
}

.woocommerce-form-login-toggle{
	max-width: 100%;
padding: 20px;
border-radius: 15px;
text-align: center;
border: 1px solid #fff;
}


.character-box{
	/*width: 240px !important;
	height:300px !important;
    margin: 0px 10px 100px;*/
	transition: all .5s ease !important;
}

.character-box:hover {
  transform: scale(1.1);
}

.my-account .subbox {
    min-width: 180px;
    margin: 0;
    padding-left: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 12;
    right: 0px !important;
    top: 100%;
    background-color: #ED0000;
    border-radius: 4px;
    pointer-events: none;
    transition-duration: 0.2s;
    transform: translateY(80px);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.my-account .subbox a:hover {
  color:#fff !important;
}

.character-background{
	/* From https://css.glass */
background: rgba(0, 0, 0, 0.53);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.7px);
-webkit-backdrop-filter: blur(8.7px);
}

.button{
	background-color:#ed0000 !important;
}

.woocommerce-order-details__title{
	font-family:'Oswald';
	color:#fff;
}

.woocommerce-table__product-name, .woocommerce-table__product-table, .woocommerce-table__product-name a{
	color:#fff !important;
}

.woocommerce-table--order-details tr th{
	color:#fff !important;
}

.woocommerce-table--order-details tr td{
	color:#fff !important;
}

.shipped_via{
	color:#fff !important;
}

.woocommerce-column__title{
	font-family:'Oswald';
	color:#fff;
}

.woocommerce-Address-title h3{
	font-family:'Oswald';
	color:#fff;
}

.loop-wrapper-wishlist a, .loop-wrapper-wishlist .feedback {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ed0000;
}

.loop-wrapper-wishlist .feedback:hover {
    background-color: #ed0000;
}

.woocommerce .wishlist-title h2{
	font-family:'Oswald';
	color:#fff;
}

.wishlist_table .product-add-to-cart a{
		font-size: 17px;
    text-transform: uppercase;
    background-color: #ED0000;
    color: #FFFFFF;
    border-radius: 50px;
    display: inline-flex;
    padding: 10px 15px;
    height: 36px;
	}

.wishlist_table .wishlist-items-wrapper{
	font-size:20px;
}

.product-summary h1{
	font-size:54px;
}

.product-summary .price {
    font-size: 32px !important;
    margin-bottom: 18px;
    font-weight: 600;
}

.product-loop-wrapper .button, .product-loop-meta.no-transform .button{
	background-color:#ed0000 !important;
	color:#fff;
}

.product-loop-wrapper .button:hover, .product-loop-meta.no-transform .button:hover{
	background-color:#fff !important;
	color:#000;
}

.site-footer a {
    color: #8f8f8f !important;
}

@media (max-width:768px){
	.site-header-inner .woostify-container {
    max-width: 100%;
    padding: 10px;
}
	#primary{
	padding-left:0px;
	padding-right:0px;
}

	.cross-sells ul.products li.product,
	.mobile-scroll ul.products li.product,
	.related.products ul.products li.product,
	.upsells.products ul.products li.product {
		max-width: 140px;
		min-width: 240px;
	}
	
#primary {
    padding-left: 10px;
    padding-right: 10px;
}
	.yith-wcwl-form .cart.wishlist_table li {
    border-bottom:1px solid #fff;
}
	
	.additional-info-wrapper{
		display: inline-flex;
    width: 100%;
	}
	
	.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: right;
    margin-bottom: 7px;
    width: 83%;
		display:ruby;
		
}
	
	
	
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
    padding: 0px 10px;
}
	
	/*.character-box {
    width: 170px !important;
    height: 220px !important;
    margin: 0px 10px 100px;
    transition: all .5s ease !important;
}*/
	
	.single-product .content-top {

    margin: 0px 10px 20px;
}
	
	.product-gallery {
    width: 100%;
}

.product-summary {
    width: 100%;
	margin-left:0px;
}
	.product-summary h1{
	font-size:34px;
}

.product-summary .price {
    font-size: 24px !important;
    margin-bottom: 18px;
    font-weight: 600;
}
	
	
	
}
.main-navigation .primary-navigation .sub-menu{
		background-color:#000 !important;
	}

.primary-navigation .sub-menu a {
    line-height: 24px;
    font-size: 15px;
    color: #FFFFFF;
}

.site-dialog-search{
	opacity:0 !important;
}

.pum-theme-593 .pum-container, .pum-theme-lightbox .pum-container{
	background-color:#ED0000 !important;
	border:0px !important
}

.pum-theme-593 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
	right: 0px !important;
	top:0px !important;
}

.woocommerce-checkout-review-order-table .product-name{
	color:#000 !important;
}

.woocommerce-checkout-review-order-table .product-total{
	color:#000 !important;
}

.cart-subtotal th{
	color:#000 !important;
}

.cart-subtotal .wcf-remove-coupon{
	color:#ED0000 !important
}

.cart-discount th{
	color:#000 !important;
}

.woocommerce-shipping-totals th{
	color:#000 !important;
}

.order-total th{
	color:#000 !important;
}

#shiprocket_pincode_check, #check_pincode{
	display:none !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
	flex-direction: unset; !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#000 !important;
}

.wcf-embed-checkout-form .woocommerce form .wcf-shipping-method-options ul#shipping_method li label{
	color:#fff !important;
}

.wcf-embed-checkout-form .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{
	color:#fff !important;
}

#order_review .shop_table th, #order_review .shop_table td{
	color:#fff !important;
}

.wcpf-item-label{
	color:#fff !important;
}

.wcpf-text-list-title,.wcpf-field-title{
	color:#fff !important;
}

.wcpf-front-element-3197{
	display:none !important;
}

.wcpf-min-input,.wcpf-max-input{
	color:#000 !important;
}

span.xoo-wsc-pname a {
    font-weight: 600;
    color: #000 !important;
}


@media (max-width: 991px) {
	.shop-widget{
		background-color:#000 !important;
	}
}

.product-information_tab{
	display:none !important;
}

.veb-variation-swatches .variable-items-wrapper {
	display:inline-flex;
}

.variations .reset_variations {
  white-space: nowrap;
  border: 0px solid #e8e8e8 !important;
  background-color: transparent !important;
  border-radius: 5px;
  padding: 0px;
  margin-top: 50px !important;
  float: none;
  transition-duration: 0s;

}

#woostify-login-form-popup .woostify-login-form-popup-content{
	background:#000 !important;
}
