/*
 Theme Name:   alan Child
 Template: alan
*/
body{background:#000;}
html .woocommerce-form-login button{
	margin-left:0px !important;
}
.woocommerce-form-login button,
.single-product a.button.product_type_simple.ajax_add_to_cart{
   font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    background: #3ed7ff !important;
    border: 2px solid #000 !important;
    box-shadow: 1px 1px 8px #078db0 !important;
    padding: 12px 15px !important;
    width: auto;
    margin-left: 15px !important;
    display: inline-block !important;
    color: #000 !important;
    margin-top: 5px;
}


form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
    width: 85% !important;
    margin: 20px auto !important;
   /* background-color: #000 !important;*/
    color: #fff !important;
    /*box-shadow: -1px 0px 8px #078db0;*/
    border: none !important;
    line-height: 36px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { background: transparent;
    border: 1px solid #ffffff40;
    border-radius: 0px;
    background: #ffffff36;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 9px 15px;
    font-size: 16px;}

.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    position: relative;
    top: 10px;
    left: 20px;
}
.lost_password a { color: #3ed7ff; }
.woocommerce-form-login > p {
    font-size: 18px;
}

.woocommerce-account .form-bx.user-cont {float: left; width: 100%;}
.woocommerce-account .woocommerce-MyAccount-content { float: right; width: 100%;}

.register .woocommerce form .form-row label, .woocommerce-checkout p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label span {
    font-size: 16px;
    color: #fff;
    font-family: 'Audiowide', cursive;
    color: #3ed7ff;
    text-transform: capitalize;
    margin-bottom: 4px;
    text-shadow: 1px 1px 8px #078db0;
}
html .woocommerce-account .woocommerce-form {background: transparent !important;}
.woocommerce form .form-row label {
    line-height: 2;
    font-size: 16px;
    color: #fff;
    font-family: 'Audiowide', cursive;
    color: #3ed7ff;
    text-transform: capitalize;
    margin-bottom: 4px;
    text-shadow: 1px 1px 8px #078db0;
}

.woocommerce-form-register button.woocommerce-Button.button {
    font-size: 18px !important;
    font-weight: 500 !important;
    background: #3ed7ff !important;
    border: 1px solid #007492 !important;
    box-shadow: 1px 1px 8px #078db0 !important;
    padding: 12px 15px !important;
    width: 100%;
    display: block !important;
    float: left !important;
    color: #fff !important;
    margin: 10px 0;
    font-family: 'Audiowide', cursive;
    text-transform: capitalize;
    margin-bottom: 4px;
    text-shadow: 1px 1px 8px #078db0;
    border-radius: 0px;
}
/*-----Custom  Css Start -----------*/

body.forum  #bbpress-forums .forum-titles li {
    background: none;
    margin: 0;
    list-style: none;
    font-family: 'Audiowide', cursive;
    color: #3ed7ff;
    font-size: 14px;
    text-shadow: 0px 0px 8px #078db0;
    /* color: #3ed7ff; */
    border: none;
    padding: 15px 10px !important;
}
body.forum  #bbpress-forums ul.bbp-topics {
    border: none;

}
body.forum  #bbpress-forums li.bbp-header {
    background: transparent;border:none;
}
 body.forum #bbpress-forums li.bbp-footer {
       border-top: 1px solid rgba(62, 215, 255, 0.28) !important;
     background: transparent;color:#fff;
}
body.forum  #bbpress-forums li.bbp-body ul.topic  li ,body.forum  #bbpress-forums li.bbp-body ul.topic  li a
{
	color:#fff;
}
body.forum .bbp-pagination {
    padding: 0px 20px;
    color: #fff;
}
body.forum  #bbpress-forums fieldset.bbp-form {
    border: none;

}
body.forum #bbpress-forums fieldset.bbp-form input  , body.forum #bbpress-forums fieldset.bbp-form select{
    border: 2px solid #1f1f1f;
    border-radius: 0px;
    background: #000;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    height: 44px;
}
body.forum #bbpress-forums fieldset.bbp-form  fieldset.bbp-form
{
	padding:0px!important
}
body.forum  #bbpress-forums fieldset.bbp-form label {
   color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
body.forum  #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(62, 215, 255, 0.28) !important;
}
body.forum  .bbp-breadcrumb a
{
	color:#fff;font-size:14px;text-transform:capitalize
}
body.forum div.bbp-template-notice.info {

    margin-bottom: 40px;
}
body.forum input#bbp_topic_subscription
{
	height:auto!important;width:auto!important;
}
body.forum span.bbp-breadcrumb-current {
    color: #fff;
    font-size: 14px;
}
body.forum  span#subscription-toggle span a {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}body.forum  .shadow-up {

    height: 100px;
}
html body.single.single-product .img-pro img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.dropdown-menu li a {
    padding: 10px !important;
}
.dropdown-menu{background:#000 !important;min-width: 200px; }
/*-----Custom Css Ends--------------*/
.woocommerce-checkout p.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    margin-top: 14px;
    color: #fff;
}
.woocommerce-checkout p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label input[type="checkbox"] {
    float: left;
}
.woocommerce-checkout p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label span
{
    margin-left: 4px;
    margin-top: -3px;
    float: left;
}
.entry-content {
    color: #fff;
}
.term-condition h3 {
    font-size: 20px;
}
.term-condition h2 {
    font-size: 24px;
}
.term-condition ul.terms-list {
    margin-left: 15px;
    font-size: 14px;
}
.woocommerce-cart .cart-collaterals li.product.type-product a.button.product_type_simple.ajax_add_to_cart {
    display: inline;
    background: #3ed7ff;    margin: 16px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    text-transform: capitalize;
}.woocommerce-cart .cart-collaterals li.product.type-product .price
{
    color:#fff;    padding: 5px 15px 20px!important;
}
.woocommerce-cart .cart-collaterals li.product.type-product h2.woocommerce-loop-product__title {
    color: #fff;    padding: 0px 15px!important;
}
.woocommerce-cart .cart-collaterals li.product.type-product {
    box-shadow: -1px 0px 8px #078db0;padding-bottom: 20px;background:#000;
}
.woocommerce-cart .cart-collaterals .cross-sells h2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.woocommerce-checkout dd.variation-Warranty p {
    font-size: 16px;
}
p.no_product_found {
    color: #fff;
    font-size: 23px;
    text-align: center;
    text-transform: capitalize;
}/*.woocommerce-cart .shop_table.shop_table_responsive #shipping_method{
    visibility: hidden;height:0px;width:0px;
}
.woocommerce-cart  .cart-collaterals .cross-sells {
    display: none;
}*/

.woocommerce .bd-example-tabs .embed-youtube {
    text-align: left!important;
    padding: 30px 0;
}


.btn-wd {
    padding: 30px 24px;
    font-size: 14px;
}
.game-card {
    height: auto;
    max-height: 426px;
}
.game-card a {
   padding: 8px 6px 44px;
}
.schematics-img video, .game-after video {
    width: 100%;
}
.schematics-contnt:after {
    clear: both;
}
.schematics-contnt h1, .schematics-contnt h2, .schematics-contnt h3, .schematics-contnt h4, .schematics-contnt h5, .schematics-contnt h6 {
    color: #fff;
}
.buy_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.buy_links a {
    flex: 0 0 20%;
    max-width: 20%;
    line-height: 44px;
    white-space: nowrap;
    margin-top: 34px;
}
.game-after {
    border: 2px dashed #218bb0;
    margin: 0 20px 10px 0;
    box-shadow: 1px 1px 8px #078db0;
    padding: 5px;
}


#slideshow.games {
    height: 584px;
    margin-bottom: 100px;
    overflow: visible;
}

#slideshow.games .thumbs-container.bottom {
    bottom: -90px;
}
.prev, .next {
    padding: 30px 10px;
}
#container.games-gallery:before, #container.games-gallery:after {
    height: 78px;
    right: 0;
    left: 0;
    width: auto;
}
#container.games-gallery:before {
    background: url(./img/bg-slide-up-fw.png);
}

#container.games-gallery:after {
    background: url(./img/bg-slide-down-fw.png);
}

.single_add_to_cart_button {
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    background: #3ed7ff !important;
    border: 2px solid #000 !important;
    box-shadow: 1px 1px 8px #078db0 !important;
    padding: 12px 15px !important;
    width: auto;
    margin-left: 15px !important;
    display: inline-block !important;
    color: #000 !important;
    margin-top: 5px !important;
    float: left !important;
}

.woocommerce .blog-box form .password-input, .woocommerce-page .blog-box form .password-input {
    display: block;
    width: 100%;
}

#slideshow .img-wrapper {
    background-color: #000;
}

.contact-wrap .blog-box {
    float: none;
}

.blog-box.blogs-list.contact-desn {
    margin-bottom: 60px;
}

.wpcf7 {
    margin-bottom: 100px;
}

@media screen and (min-width: 574px) {
    .wpcf7 form .wpcf7-response-output {
        max-width: 66%;
    }
}

.quantity.product-form-div.form-left.form-group .quantity-input {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 1px 1px 8px #078db0;
    padding: 7px 15px;
    width: 120px;
    border-radius: 0px;
}

.wc-simple-error .button {
    max-width: 130px;
}

.woocommerce-error .button {
    max-width: 130px;
}

.community-body .header-n {
    padding-bottom: 150px;
}