


/* Ne notification */

#note-wrap.new {
    display: block;
}

#note-wrap {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999999998;
}

#note {
    width: 300px;
    height: 165px;
    position: fixed;
    top: 0;
    top: 30vh;
    left: 50%;
    margin-left: -150px;
    display: block;
    z-index: 9999;
    border-radius: 2px;
    border: 0px solid #444;
    background: rgba(250, 250, 250, 0.99);
    box-shadow: 0 10px 47px rgba(0, 0, 0, 0.8);
    text-align: center;
    background-size: 30px 15px;
    background-position: -3px 100px;
}

#note .button 
{
    display: inline-block;
    margin: 0px;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-width: unset;
    width: 150px;
    border-radius: 0;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    background: #000;
    border-top: 1px solid #444;
    color: #aaa;
    text-transform: uppercase;
    box-shadow: none;
}

#note .confirm {
    right: 0;
    left: unset;
}

#note .accent {
    font-weight: 500;
}

#note .accent.continue {
    width: 100%;
}

#note .button:hover {
    background: #333;
    border-top: 1px solid #000;
}

#note p {
    font-size: 16px;
    margin: 5px 40px 30px;
    font-weight: 300;
}

#note h4 {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.ne_notify {
    -webkit-animation: ne_notify 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: ne_notify 2s;
    /* Firefox < 16 */
    -ms-animation: ne_notify 2s;
    /* Internet Explorer */
    -o-animation: ne_notify 2s;
    /* Opera < 12.1 */
    animation: ne_notify 5s;
}

@keyframes ne_notify {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    5% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
    }
}


footer .social_links .fb {
    background-position: 90px !important;
}

footer .social_links .yt {
    background-position: 60px;
}
footer .social_links .li {
    background-position: 30px;
}


.page-edit-link {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 210px;
    display: none;
}
.page-edit-link a {
    color: #fff;
    font-size: 12px;
}
/* Form */
.form.wrapper {
    max-width: 390px;
    padding: 30px 40px 40px 40px;
    margin: auto;
}

/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/* Notifier */
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/

#notifier {
    position: fixed;
    width: 240px;
    height: 32px;
    background: rgb(243, 243, 243);
    top: -60px;
    z-index: 99;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 12px 10px;
    box-shadow: 3px 14px 24px 0px rgba(0, 0, 0, 0.2);
    transition: 0.6s all ease-in-out;
    color: rgb(58, 58, 58);
    left: calc(50% - 120px);
    letter-spacing: 0.04em;
}

#notifier.active {
    transition: 0.6s all ease-in-out;
    top: 90px;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.1);
}


@media screen and (min-width: 768px) {

#notifier {
    width: 290px;
    height: auto;
    background: rgb(119, 119, 119);
    top: -60px;
    /* z-index: 99; */
    border-radius: 2px;
    font-size: 14px;
    padding: 12px 15px 12px;
    box-shadow: 3px 14px 4px 0px rgba(0, 0, 0, 0.2);
    transition: 0.6s all ease-in-out;
    color: rgb(227, 227, 227);
    left: calc(50% - 145px);
    font-weight: 400;
    text-align: center;
}



}




/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/* Pagination */
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/


/* Pagination */

.ne-pagination .page-numbers.page-num {
    background: #f6f6f6;
}
.ne-pagination .page-numbers {
    vertical-align: top;
    text-align: center;
    height: 40px;
    font-weight: 400;
    max-width: 100px;
    padding: 12px 0px 8px;
    font-size: 14px;
    width: 40px;
    border-radius: 2px;
    color: #1d1d1d;
    background: #e3e3e3;
    /* display: none; */
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
}
.ne-pagination .page-numbers.page-num, .ne-pagination .page-numbers.prev, .ne-pagination .page-numbers.next {
    display: inline-block;
    width: 160px;
}
.ne-pagination .current {
    background: rgb(14, 14, 14);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.ne-pagination .page-num,
.ne-pagination .current,
.ne-pagination .prev,
.ne-pagination .next {
    display: inline-block;
}
.ne-pagination .current {
    background: rgb(14, 14, 14);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.ne-pagination {
    text-align: right;
    margin: 60px 0;
    grid-column-start: 1;
    grid-column-end: 4;
}










/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/* TITLE BAR */
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/



.woocommerce-products-header h1, .woocommerce-page h1
{
    padding: 10px 20px;
    font-size: 10px;
    margin: 0;
    background: #e3e3e3;
    letter-spacing: 0.04em;
    color: #b5b3b2;
    /* text-transform: uppercase; */
    font-weight: 500;
}










/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/* NE GRID */
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/


/*  NE GRID */

    .ne-grid {
        display: grid;
        margin: auto;
        /* background: #ffffff; */
    }
    .two {
        grid-template-columns: repeat(1, 1fr);
    }

    @media screen and (min-width: 768px) {

            .two {
                grid-template-columns: repeat(2, 1fr);
            }
    }
    @media screen and (min-width: 1280px) {

            .two {
                grid-template-columns: repeat(2, 1fr);
            }
    }








/* UI */
#ui {
    padding: 90px 24px;
    width: auto;
    margin: auto;
    background: #fff;
}
@media screen and (min-width: 768px) {

	#ui {
		padding: 90px 40px;
		width: auto;
		margin: auto;
		background: #fff;
	}

}





#ne_qk_notification {
    width: 300px;
    display: block;
    position: fixed;
    font-size: 16px;
    line-height: initial;
    color: #fff;
    top: -100px;
    left: calc(50% - 130px);
    text-align: center;
    -webkit-animation-name: notify;
    -webkit-animation-duration: 2000ms;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    z-index: 100;
    font-weight: 300;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 5px 10px #00000038;
    letter-spacing: 0.03em;
}

#ne_qk_notification.error {
    background: rgb(255, 0, 0);
    color: #fff !important;
}

#ne_qk_notification.success {
    background: rgba(34, 183, 101, 0.97);
}
@-webkit-keyframes notify {
    0% {
        opacity: 0;
        top: -50px;
    }
    10% {
        opacity: 1;
        top: 50px;
    }
    70% {
        opacity: 1;
        top: 50px;
    }
    75% {
        opacity: 1;
        top: 50px;
    }
    80% {
        opacity: 1;
        top: 50px;
    }
    90% {
        opacity: 1;
        top: 50px;
    }
    100% {
        opacity: 0;
        top: -100px;
    }
}


@media screen and (min-width: 768px) {

#ne_qk_notification {
    width: 600px;
    display: block;
    position: fixed;
    font-size: 16px;
    line-height: initial;
    color: #fff;
    top: -100px;
    left: calc(50% - 300px);
    text-align: center;
    z-index: 100;
    font-weight: 300;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 5px 10px #00000038;
}

}















@media screen and (min-width: 1024px) {

	/* Auth */
	#sign_in .ne-account .name {
		text-align: center;
		margin: 30px auto 40px;
		font-size: 35px;
	}


}



















.ne-button {
  color: rgba(254, 254, 254, 0.7);
  font-size: 18px !important;
  letter-spacing: 0.03em;
  background: rgb(227, 17, 17) !important;
  border-radius: 2px;
  text-align: center;
  text-transform: capitalize !important;
  width: 120px !important;
  line-height: 41px !important;
  height: 45px !important;
}

#account .guest-checkout {
    text-align: center;
    padding: 40px 0 0;
}
#sign_in {
    border: 0;
    padding: 0 20px;
    min-height: 240px;
    width: auto;
    margin: auto;
    max-width: 320px;
}
#sign_in h2 {
	font-size: 26px;
}
#sign_in p {
	font-size: 18px;
}
#sign_in .content {
    text-align: center;
    max-width: 320px;
    margin: 0px auto 0;
}
#sign_in.on .content {
    text-align: center;
    max-width: 100%;
}
#signin_form .message
{
    width: 100%;
    height: 20px;
    display: block;
    font-size: 14px;
}
#signin_form .ne-form {
    margin-right: 0;
    /* margin: 20px 0 25px 0; */
}
#signin_form .signin {
    display: inline-block;
    margin-left: 0px;
    /* margin-top: 10px; */
    transition: none;
}
@media screen and (min-width: 768px) {
}








#verify {
    height: 440px;
    display: none;
}
#verify.active {
    height: 440px;
    display: block;

}
#account h2.title {
	/* text-align: center; */
}
#verify ul {
    text-align: center;
}

#verify .content {
    width: 300px;
    text-align: center;
    margin: 40px auto;
}

#verify .description {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}
#verify form {
    margin: 20px auto 40px;
    width: 200px

}
#verify .button {
    margin: 20px auto 40px;

}
#verify .title {
    /* font-size: 26px; */
}
#verify span {
    font-size: 16px;
    line-height: 22px;
    /* background: #fff; */
    padding: 10px 0;
    width: 100%;
    display: block;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
}
#verify a {
    font-size: 16px;
    color: #777;
}
#verify .reg {
	display: none;
}
#verify .reg.active {
	display: block;
}



@media screen and (min-width: 768px) {


	#verify .content {
		width: auto;
	}

	#verify {
		height: 650px;
		/* display: none; */
	}

	#verify .title {
		/* font-size: 32px; */
		text-align: center;
		margin-bottom: 20px;
	}
	#verify .description {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		max-width: 380px;
		margin: 40px auto 30px;
	}
	#verify span {
		font-size: 22px;
		line-height: 22px;
		background: rgb(227, 227, 227);
		padding: 20px 0;
		width: 100%;
		display: block;
		border: 1px solid rgba(0, 0, 0, 0.05);
		max-width: 400px;
		margin: auto;
		/* border-radius: 50px; */
		text-align: center;
		font-weight: 400;
	}

}


/* Ne notification */

#pop-wrap.new {
    display: block;
}

#pop-wrap {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999999999998;
}

#pop {
    width: 300px;
    height: 175px;
    position: fixed;
    top: 0;
    top: 30vh;
    left: 50%;
    margin-left: -150px;
    display: block;
    z-index: 9999;
    border-radius: 2px;
    border: 1px solid rgb(53, 53, 53);
    background: rgba(250, 250, 250, 0.99);
    box-shadow: 0 10px 47px rgba(0, 0, 0, 0.8);
    text-align: center;
    background-size: 30px 15px;
    background-position: -3px 100px;
}

#pop .button {
    display: inline-block;
    margin: 0px;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    min-width: unset;
    width: 150px;
    border-radius: 0;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: normal;
    background: #000;
    border-top: 1px solid #444;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
}

#pop .confirm {
    right: 0;
    left: unset;
}

#pop .accent {
    font-weight: 500;
}

#pop .continue {
    width: 100%;
}

#pop .button:hover {
    background: #333;
    border-top: 1px solid #000;
}

#pop p {
    font-size: 14px;
    margin: 5px 40px 30px;
    font-weight: 300;
}

#pop h4 {
    margin: 30px 0 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ne_notify {
    -webkit-animation: ne_notify 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: ne_notify 2s;
    /* Firefox < 16 */
    -ms-animation: ne_notify 2s;
    /* Internet Explorer */
    -o-animation: ne_notify 2s;
    /* Opera < 12.1 */
    animation: ne_notify 5s;
}

@keyframes ne_notify {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    5% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
    }
}








@media screen and (min-width: 1024px) {




/* Auth */
#sign_in .ne-account .name {
    text-align: center;
    margin: 30px auto 40px;
    font-size: 35px;
}










}
