body{
	font-family: 'Lato', sans-serif;
}
*:focus{
	outline:0 !important;
    border:none !important;
}
a:hover{text-decoration:none;}
img{max-width:100%;}
nav.navbar ul.navbar-nav li.nav-item a {
    padding: 10px 19px;
    color: #1a7bfd;
    margin: 0px 0px;
    font-size: 16px;
    letter-spacing: 1px;
}
.navbar-brand img {
	width: 70px;
}

nav.navbar ul.navbar-nav li.nav-item:last-child {
    border: none;
}

nav.navbar ul.navbar-nav li.nav-item {padding: 15px 12px;border-right: 1px solid #1a7bfd;}

nav.navbar ul.navbar-nav li.nav-item i.fa.fa-shopping-cart {
    font-size: 20px;
}
span.value-cart {
    background-color: #ff3636;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
.cart_count {
	position: relative;
	top: -2px;
}

nav.navbar ul.navbar-nav li.nav-item a {
    position: relative;
}
.cate-search {
    background-color: #1a7bfd;
    width: 100%;
    display: inline-block;	
}
.in-block {
    display: inline-block;
    float: left;
}

.category {
    width: 20%;
    text-align: right;
}

.wishlist {
    width: 15%;
}

.search-form {
    width: 40%;
    text-align: right;
	padding-right: 20px;	
}

.coins {
    width: 25%;
    text-align: center;
}
.cate-inner {
    vertical-align: middle;
    align-items: center;
    display: flex;
    padding: 2px 0px;
}
.category select {
    background-color: #22b573;
    color: #fff;
    width: 180px;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

.wishlist i.fa.fa-heart {
    color: #ff3636;
}

.search_field {
    width: 80%;
    padding: 5px !important;
    border: 0;
    border-radius: 5px;
}

.search-form form {
    position: relative;
    top: 13px;
}

.search-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #1a7bfd;
    color: #fff;
    border: none;
    padding: 1px 12px;
    border-radius: 5px;
}
.wish-inner {
    background-color: #93278f;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.wish-inner span {
    padding-left: 6px;
}

.coin-inner {
	background-color: #fcee21;
	display: flex;
	padding: 3px 4px;
	border-radius: 46px;
	width: 190px;
	margin: 0px auto;
}

.coin-inner span {
    background-color: #c3922e;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 0px 00px;
    display: inline-block;
    border-radius: 30px;
    vertical-align: middle;
    width: 130px;
}

.coin-inner img {
    width: 50px;
    border: 4px solid #1a7bfd;
    border-radius: 50%;
    margin-left: 3px;
}
.toys-elect ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.toys-elect ul li a {
    color: #fff;
    background-color: #b3b3b3;
    padding: 6px 30px;
    display: inline-block;
    font-size: 20px;
    width: 200px;
    border-radius: 0px 0px 75px 75px;
	font-family: 'Acme', sans-serif;
}

.toys-elect ul li {
    display: inline-block;
}

.toys-elect ul li.active a {
    background-color: #1a7bfd;
    margin-right: 30px;
}
.toys-title {
    background-color: #22b573;
    position: relative;
    padding: 8px 0px;	
}

.toys-title h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
	font-family: 'Acme', sans-serif;	
}
a.btn-see {
    background-color: #ff3636;
    padding: 18px 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 65px 0px 0px 65px;
	font-family: 'Acme', sans-serif;	
}


.see-more-btn a.btn-see {
    position: absolute;
    right: 0px;
    top: -11px;
}
.product-item .heading {
    background-color: #e6e6e6;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #cccccc;
    padding: 10px 20px;
    border-radius: 17px 17px 0px 0px;
}

.wish-icon {
   
    position: absolute;
    right: 0;
    top: 6px;
}
.product-item .heading h3 {
    position: relative;
    color: #666666;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Acme', sans-serif;
    left: -10px;
}
.product-img {
    min-height: 410px;
    display: flex;
}
.woocommerce-shop .product-img {
    min-height: 300px;
    display: flex;
    max-height: 300px;
}

.wish-icon i {
    font-size: 27px;
    color: #999999;	
}

.wish-icon.active i {
    color: #ff3636;
}
.product-style {
    border: 3px solid #cccccc;
    border-radius: 20px;
}
.product-style {
    border: 3px solid #cccccc;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}

.product-style .token p {
    color: #1a7bfd;
    font-size: 28px;
    font-weight: 600;
    float: left;
    margin-bottom: 0;
	font-family: 'Acme', sans-serif;	
}
.token p:first-child {
    position: relative;
    left: -10px;
}

.product-style .token img {
    width: 65px;
    position: absolute;
    right: 10px;
    border: 5px solid #1a7bfd;
    border-radius: 50%;
    top: -12px;
}

.product-style .token {
    bottom: -6px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #e6e6e6;
    padding: 0px 20px;
    border-radius: 0px 0px 17px 17px;
}
.product-item {
    padding: 50px 0px;
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
    right: 0;
}

.product-slider .slick-next:before, .slick-prev:before {
    display: none;
}
.slick-arrow svg path {
	fill: #1a7bfd;
}

.product-slider button.slick-prev.slick-arrow {
    left: 0;
    right: inherit;
    z-index: 99;
    background: transparent;
}
.product-slider .slick-list.draggable {
    padding-right: 70px;
}

.product-slider .product-item {
    padding: 50px 20px;
}
.toys-title.choice {
    background-color: #93278f;
}
footer {
    background-color: #1a7bfd;
    color: #fff;
    padding: 170px 0px 50px;
}

.footer-menu {
    text-align: center;
}

.footer-menu a {
    color: #fff;
    margin: 0px 2px;
}
#menu-footer-menu {
    list-style: none;
    padding: 0px;
  }
  #menu-footer-menu li {
    display: inline-block;
  }
  #menu-footer-menu li a {
    color: #fff !important;
  }

.social-icons li a {
    color: #fff;
}

.social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline-block;
    margin: 0px 9px;
}

.social-icons ul li a {
    font-size: 23px;
}

.social-icons {
    text-align: right;
    position: relative;
    top: -25px;
}
footer p {
    text-align: center;
}

.footer-img {
    position: relative;
    top: 110px;
}
.footer-img img{
    margin:0px auto;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #93278f !important;
}
h1.product_title.entry-title {
    font-family: 'Acme', sans-serif;
}
@media (max-width:991px){
nav.navbar ul.navbar-nav li.nav-item {
    border-right: 0;
    border-bottom: 1px solid #1a7bfd;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
}

.footer-img {
    top: 70px;
}

.wishlist {
    width: 20%;
}

.category select {
    width: 100%;
}	
}
@media (max-width:767px){
.cate-inner {
    display: inline-block;
}

.wish-inner {
    width: 90%;
    text-align: center;
}

.coins.in-block {
    margin-top: 10px;
}

.wishlist {
    width: 50%;
}

.category {
    width: 50%;
}

.coins {
    width: 51%;
}

.search {
    width: 49%;
    margin-top: 18px;
}	
.social-icons {
    position: relative;
    top: 0;
    text-align: center;
    margin: 10px 0px;
}
}
@media (max-width:575.9px){
    .product-img {
      min-height: 250px;   
      height: 250px;   
    }
	.product-img img {
    object-fit: contain;
}
	.product-style .token p {
    font-size: 24px;
}
}
@media (max-width:480px){
.toys-elect ul li.active a {
    margin-right: 5px;
}
.toys-elect ul li a {
    width: auto;
}
.toys-title h2 {
    font-size: 21px;
}

.see-more-btn a.btn-see {
    top: -19px;
}
.footer-img {
    top: 40px;
}
}
@media (max-width:380px){
a.navbar-brand {
    width: 180px;
}	
.coins {
    width: 100%;
}

.search {
    width: 100%;
    margin: 10px 0px;
    padding: 0;	
}

.search input[type="text"] {
    width: 100%;
}
}
/*====================================
Login modal right
======================================*/
 .modal-content {
   border-radius: 20px;
}
#loginModal .modal-dialog {
    width: 300px;
}
#loginModal{top:3em;left: 73%;}
.modal-footer-content {
    text-align: center;
    border-top: 1px solid #999;
    width: 90%;
    margin: 0px auto;
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}
.modalFooterLinks a, .submitButton {
    display: block;
    width: 150px;
    margin: 10px auto;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
.submitButton{background: #1a7bfd;}
.submitButton:hover{background: #1a7bfd;}
.forgotPassword{
    background: #ff3636
}
.newAccount{
    background: #22b573;
}
span.remember_me {
    font-size: 13px;
    position: relative;
    top: -2px;
}
img.modal-shape {
    width: 20px;
    margin: 0px auto;
    position: relative;
    top: -30px;
}
.input-group-text{border-left:none;background:none}
.input_unit{background:transparent;}
/*=================================================
Woocommerce
===================================================*/
.section-padding{
    padding:50px 0px;
}
.section-padding-20{
    padding: 20px 0px;
}
.proCate {
    display: none;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin-right: 0px !important;
	margin-bottom:0px !important;
}
.product__price div p {
	color: #1a7bfd;
	font-size: 33px;
	font-weight: 600;
	float: left;
	margin-bottom: 0;
	font-family: 'Acme', sans-serif;
	background: #e6e6e6;
	width: 90%;
	padding: 5px 30px;
}
.product__price {
	background: #e6e6e6;
}
.product__price div img {
	border: 6px solid #1a7bfd;
	border-radius: 50%;
	transform: scale(1.2);
}
.product__price div:nth-child(2) {
	width: 100%;
}
.product__price {
	background: #e6e6e6;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}
.wish__icon img {
	transform: scale(2.8);
	position: relative;
	top: 0px;
	right: 7px;
}
.productWishlist {
	background:#1a7bfd;
	width: 120px;
	color: #fff;
	border-radius: 30px;
    margin-left: 5px;
}
.wish__text {
	line-height: 17px;
	font-size: 16px;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	padding-right: 16px;
}
.productSales {
    margin-left: 25px;
    border-left: 3px solid #22b573;
}

.productSales div {
    padding-left: 20px;
}
span.salemsg {
    background: #ddd;
    font-size: 16px;
    padding: 3px 10px;
    position: relative;
    top: -2px;
    border-radius: 10px;
    color: #93278f;
}
span.totalSale {
    background: #93278f;
    color: #fff;
    font-size: 22px;
    padding: 4px 20px;
    border-radius: 12px;
    position: relative;
    left: 5px;
    z-index: 999;
}
span.nosale {
    background: #93278f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    position: relative;
    top: 5px;
}
.quantity {
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
input#quantity {
    width: 50px;
    text-align: center;
    border: none;
    box-shadow: none;
    padding: 1px;
    font-size: 19px;
    font-weight: 600;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
div#product_quantity, .product_quantity {
    background: #ff7400;
    border: 2px solid #ff7400;
    border-radius: 12px;
    width: 120px;
    text-align: center;
}

.qty_button {
    padding: 0px 10px;
    font-size: 21px;
    background: #ff7400;
}
.qty_button:hover{
    background: #ff7400;
}
button#sub {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

button#add {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
p.mp-product-author-shop {
    display: none;
}
button.single_add_to_cart_button.button.alt, .wishlist_item td .button.alt {
    background: #1a7bfd;
    border-radius: 15px;
    padding: 10px 30px;
}
button#sbw_wc-adding-button{
    background: #ff3636;
}
.star__container {
    display: none;
}
p.stock.in-stock {
    display: none;
}
.qtylabel {
    width: 15%;
}
.available_products {
    width: 45%;
}
.cart_button_container {
    margin-top: 100px;
}
.fav-seller {
    display: none;
}
.single-product div.product .product_meta {
    font-size: .875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,.05);
    display: none;
}
section.related.products {
    margin-bottom: -30px;
}
.related__products .product-item.slick-slide {
    margin: 0px 10px;
}
.slick-prev:before, .slick-next:before{display: none;}
.related__products button.slick-next.pull-right.slick-arrow {
    right: -15px;
}

.related__products button.slick-prev.pull-left.slick-arrow {
    left: -15px;
}
/*======================================================
Category Pages
========================================================*/
.storefront-sorting {
    margin-bottom: 0px !important;
}
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding:0px !important;
    padding-bottom: 10px !important;
}
select.orderby {
    padding: 5px;
    border-radius: 3px;
    position: relative;
    top: -3px;
}
/*=============================================================
Header
===============================================================*/
.logged_in_user_meta {
    background: #22b573;
    padding: 12px 100px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.user_log_out, .user_edit,.username {
    margin-left: 30px;
    position: relative;
    top: 4px;
}

.user_log_out a {
    background: #ff3636;
    color: #fff;
    padding: 5px 25px;
    border-radius: 100px;
}
.user_edit a {
    background: #ff7400;
    color: #fff;
    padding: 5px 25px;
    border-radius: 100px;
}
.user_avatar {
    margin-left: 30px;
}
.user_avatar img {
    border-radius: 18px;
}
ul#menu-logged-in-user {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul#menu-logged-in-user li a {
    color: #fff;
    padding: 2px 30px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Acme', sans-serif;
}
ul#menu-logged-in-user li {
    min-width: 120px;
    border-radius: 0px 0px 75px 75px;
    background: #b3b3b3;
    margin: 0px 10px;
    text-align: center;
}
ul#menu-logged-in-user li.current-menu-item {
    background: #1a7bfd !important;
}
/*=============================
Cart Page
===============================*/

.removeProductFromCart {
	position: absolute;
	top: 0;
	right: -25px;
}
  .product-subtotal {
    position: relative;
  }
  a.remove{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  a.remove::before{
      content:"\f00d" !important;
      background: #ff3636 !important;
      color: #fff !important;
  }
  .product-subtotal .woocommerce-Price-currencySymbol, .product-price .woocommerce-Price-currencySymbol {
	display: none;
}
.woocommerce-Price-amount.amount bdi {
	color: #1a7bfd;
	font-size: 30px;
	font-weight: 600;
	float: left;
	margin-bottom: 0;
	font-family: 'Acme', sans-serif;
}
tbody tr td {
	border-top: 10px solid #fff;
	background: #b3b3b3 !important;
	border-bottom: 5px solid #fff !important;
    vertical-align: inherit;
}
table thead th{
    background: #b3b3b3 !important;
    border-bottom: 5px solid #fff !important;
    vertical-align: inherit;
}
table.cart td{
	padding: 10px !important;
}
.product-name a {
	line-height: 70px;
	width: 100%;
	display: block;
	color: #000;
	text-decoration: underline;
}
table.cart .woocommerce-Price-amount.amount bdi {
	width: 100%;
	/* text-align: center; */
	line-height: 70px;
}
.product_quantity {
	width: 150px;
	margin: 20px 0px;
}
.page-template .entry-header, .page .entry-header {
	display: none;
}
.tinv-header {
	display: none;
}
.tinv-wishlist .product-action {
	width: 170px !important;
	text-align: center;
}
table.cart .product-thumbnail img{margin:0px !important}
.tinvwl-to-right.look_in button:first-child {
    background:#c3922e !important;
}
.tinvwl-to-right.look_in button{border-radius: 15px !important;}
button.button.tinvwl-break-input.tinvwl-break-checkbox {
    border-radius: 15px;
}
button.button {
    border-radius: 15px;
}
table.cart td.product-quantity .qty {
    text-align: center;
}
a.checkout-button.button.alt.wc-forward {
    border-radius: 15px;
    background: #ff7400;
}
/*======================================
Ask Admin
========================================*/
div#wpforms-1056{
    width: 60% !important;
    margin: 0px auto !important;
    background: #b3b3b3 !important;
    padding: 20px !important;
    border-radius: 15px !important;
    padding-bottom: 10px !important;
}
input#wpforms-1056-field_1 {
    max-width: 100%;
}
.wpforms-field-medium {
    border-radius: 20px !important;
}
button#wpforms-submit-1056 {
    position: absolute;
    right: 2px;
    padding: 3px 30px !important;
    border-radius: 15px;
    background: #22b573;
    color: #fff;
    top: 0px;
    font-size: 20px;
	font-weight: 600;
	font-family: 'Acme', sans-serif;
}
/*====================================
Cart and Checkout page & order
======================================*/
button.order__btn {
    border-radius: 15px !important;
}
/* span.woocommerce-Price-currencySymbol {
    display: none;
} */

p.accordian_cc {
    background: #b3b3b3;
    padding: 5px;
}
.price__product img {
    display: none;
}
div#customer_details .col-1, div#customer_details .col-2 {
    width: 100%;
    max-width: 100%;
}
.form-row label {
    display: block;
    width: 100%;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
span.woocommerce-Price-amount.amount {
    position: relative;
    top: 2px;
    display: flex;
}
td.orderCurr .img-cur {
    position: relative;
    top: 3px;
}
td.woocommerce-table__product-total.product-total.text-center span bdi {
    width: 100%;
}
small.shipped_via {
    position: relative;
    top: -11px;
}

/*=====================================
Vendor
=======================================*/
form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-ResetPassword.lost_reset_password, form.woocommerce-EditAccountForm.edit-account {
    width: 50%;
    margin: 10px auto;
}
.password-input {
    display: block;
    width: 100%;
    position: relative;
}
/* .woocommerce h2 {
    text-align: center;
} */
/* p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
} */

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    padding: .6180469716em;
    background-color: #fff !important;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none !important;
    border: 1px solid #ff7400 !important;
    border-radius: 5px !important;
}
table.productlist td, table.productlist th, table.orderhistory td, table.orderhistory th, table.transactionhistory td, table.transactionhistory th {
    text-align: left !important;
}
a.button, button {
    border-radius: 15px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #1a7bfd;
    border-color: #1a7bfd;
    color: #ffffff;
    border-radius: 15px;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 45% !important;
}

.alpha.entry-title a {
	font-size: 25px;
}

.form-container {
    width: 70%;
    margin: 50px auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,.5);
}

input.input-text {
    width: 100%;
    margin-bottom: 20px;
}
input.lbtn {
    border-radius: 15px;
    padding: 15px 30px;
}
@media (max-width:1050px) and (min-width:950px){
#loginModal {
    left: 67%;
}
}
@media (max-width:949px){
#loginModal {
    left: auto;
    z-index:999999;
}    img.modal-shape {
    display: none;
}
}

@media (max-width:767px){
.search.search-results {
    width: 100%;
    margin-top: 0;
}
}
@media (max-width:575.9px){
.section-padding {
    padding: 50px 20px;
}
section.banner-mobile {
    display: block !important;
}

section.banner {
    display: none;
}
}