
body {
    margin: 0;
    position: relative;
    width: 100%;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
/*START HEADER*/
header{
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 1;
}
header.active{
    box-shadow: 0px 0px 6px 2px #f5f5f5;
}
.logo img {
    width: 5rem;
    float: left;
}
span.cart-value {
    position: absolute;
    right: -1rem;
    top: -0.5rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    background: #2f504e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.5rem;
}

.header-wrapper {
    width: calc(100% - 4rem);
    padding: 0 2rem;
    position: fixed;
    background-color: rgb(255, 255, 255);
}
h2.logo-name {
    font-family: 'Playball', cursive;
    float: left;
    text-align: left;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 2rem;
    color: #A22F20;
    font-weight: 400;
    line-height: 5rem;
    padding-left: 1rem;
}
ul.header-menu {
    width: auto;
    float: right;
    list-style-type: none;
    margin: 0.6rem 0;
    vertical-align: middle;
}
ul.header-menu li {
    float: left;
    width: auto;
    margin: 1rem 1rem 0 1rem;
    position: relative;
}
ul.header-menu li a {
    font-size: 1.1rem;
    font-weight: 400;
    color: #454240;
    text-decoration: none;
    transition: 0.3s;
}
ul.header-menu li a:hover {
    color: #c22b00;
    font-size: 1.2rem;
}
ul.header-menu li.active a {
    color: #c22b00;
}
/* li.login-button a{
    color: #c22b00 !important;
} */
ul.header-menu li:last-child{
    margin: 0.5rem 1rem 0 1rem;
    }
img.cart {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    transition: transform .2s;
}
img.cart:hover {
    transform: scale(1.2); 
}
.header-wrapper .logo {
    width: 25%;
    float: left;
}
.header-wrapper .logo {
    float: left;
}
/*END HEADER*/
.clear{
	clear: both;
}
/*login and register form*/
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}
#overlay1 {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}
#popup {
    width: 35%;
    padding: 3rem;
    position: relative;
    background: #fff;
    margin: 20px auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#popup1 {
    width: 35%;
    padding: 3rem;
    position: relative;
    background: #fff;
    margin: 20px auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}
form.register {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.input-wrapper {
    width: calc(100% - 2rem);
    margin: 1rem 1rem 0 1rem;
}
.input-wrapper input {
    width: calc(100% - 1rem);
    padding: 0.5rem;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 300;
}
button.submit_btn {
    width: calc(100% - 2rem);
    background: none;
    border: 1px #ccc solid;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}
button.register-here, button.login-here {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #b72300;
    padding: 1rem;
    outline: none;
}
button.register-here:hover, button.login-here:hover {
    font-size: 1.3rem;
}
.show-pwd span {
    text-align: left;
    width: 85%;
    float: left;
    padding-left: 0.5rem;
    font-size: 0.9rem;
    color: #695f5f;
}
input#showHide,
input#showHide1 {
    float: left;
    width: 6%;
}
.show-pwd {
    width: calc(100% - 2rem);
    margin: 0 auto;
}
.error-msg.active {
    display: block !important;
}
.error-msg{
   color: #695f5f;
    font-size: 0.9rem;
    width: 100%;
    line-height: 1rem;
    padding: 0.5rem 0;
    text-align: left;
    padding: 0.5rem 0;
}
input.input-item::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#695f5f;
  opacity: 1; /* Firefox */
}

input.input-item:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#695f5f;
}

input.input-item::-ms-input-placeholder { /* Microsoft Edge */
  color:#695f5f;
}
/*End login and register form*/

/*Body content*/
h2.banner-text {
    top: 7rem;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 5rem;
    font-family: 'Playball', cursive;
    margin: 0;
    font-weight: 500;
}
.order-amount{
    top: 45rem !important;
    font-size: 2rem !important;
    font-family: 'Open Sans', sans-serif !important;
}
img.banner-img {
    width: 100%;
    height: 100vh;
}
img.bannerimg {
    width: auto;
    position: absolute;
    top: 17rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-wrapper {
    width: 100%;
    position: relative;
}

.content-wrapper {
    width: calc(100% - 12rem);
    position: relative;
    padding: 0 6rem;
}
section.brands-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem 0;
}
h2.title {
   margin: 0;
    color: #2f504e;
    font-size: 2.5rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5rem;
}
.brands {
    width: calc(100% - 16rem);
    padding: 3rem 8rem;
}
.brands-items {
    width: 24.5%;
    display: inline-block;
    text-align: center;
}
.brands-items img {
    vertical-align: middle;
    width: auto;
}
.brands-items h6 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    line-height: 2rem;
    padding-top: 1rem;
    color: #312174;
    text-transform: uppercase;
}
.brands-items {
    width: 24.5%;
    display: inline-block;
    text-align: center;
    margin: 2rem 0;
}
.brands-items a{
    text-decoration: none;
}
section.about {
    width: 100%;
    position: relative;
    padding: 3rem 0;
}
section.offer {
    width: 100%;
    position: relative;
    text-align: center;
    background: #310f46;
}
.brands1 {
    background: #fee201;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 3rem;
    margin: 0 !important;
}
.brands1 h2 {
    margin: 0;
    font-family: 'Playball', cursive;
    color: #300f45;
    font-size: 2.5rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
}
.shop img {
    vertical-align: middle;
    padding-top: 2rem;
    width: 70%;
    margin: 0 auto;
    display: block;
}
a.shop-btn {
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    width: 44%;
    float: right;
    vertical-align: middle;
    margin-top:5rem;
    background: #d54c1c;
    color: #ffffff;
    padding: 1rem;
    border-radius: 25px;
}
.brand-img {
    width: 40%;
    float: left;
}
.brands1:first-child{
    margin-right: 2rem;
}
section.brands-info {
    padding: 3rem 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;    
}
section.offer img{
    width:100%;
}
.about-info {
    padding: 5rem 0rem;
    width: calc(100% - 0rem);
    position: relative;
}
.shop-cont {
    width: 33%;
    display: inline-block;
    text-align: center;
}
.shop-cont h3 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    line-height: 2rem;
    padding-top: 1rem;
    color: #d54c1c;
    margin: 0;
}
.shop-cont p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #454240;
}
.shop-cont {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 1rem;
}
section.how-works {
    background: #300f45;
    padding: 4rem 5rem;
    border-radius: 10px;
    text-align: center;
}
.how-works h2.title-font {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
}
.shipping-detail {
    width: 100%;
    padding: 3rem 0;
}
.steps-info h2 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    line-height: 2rem;
    padding-top: 1rem;
    color: #ffffff;
    margin: 0;
}
.how-works h1 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
    margin: 0;
    line-height: 2rem;
    padding-top: 4rem;
    color: #ffffff;
    margin: 0;
    position: relative;
}
.how-works h1:before {
    background-color: #d54c1c;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 5rem;
    right: 0;
    margin: 0 auto;
    top: 7rem;
}
.how-works p{
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    padding-top: 1rem;
    color: #ffffff;
    margin: 0;
    padding-top: 3rem;
}
.how-works h2{
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    color: #ffffff;
    margin: 0;
    padding-top: 1rem;
}
.steps {
    width: 25%;
    float: left;
}
.steps-info {
    width: 70%;
    float: left;
}
.steps img{
    padding-top: 1rem;
}
.line {
    width: 50px;
    border-bottom: 5px #d54c1c solid;
    display: inline-block;
}
h2.title-font {
    margin: 0;
    font-family: 'Playball', cursive;
    color: #ffd600;
    font-size: 4rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
}
section.quality p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.4rem;
    color: #ffffff;
    padding: 2rem 4rem 0 4rem;
    margin: 0;
}
section.address {
    box-shadow: 1px 8px 18px 5px #f5f5f5;
    margin: 5rem 0;
}
.address-info {
    width: calc(50% - 10rem);
    float: left;
    padding: 2rem 5rem 0rem 5rem;
}
.address-img {
    width: 50%;
    float: left;
}
.address-info h3 {
    margin: 0;
    font-family: 'Playball', cursive;
    color: #2f504e;
    font-size: 4rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    padding-bottom: 2rem;
}
.address-img img {
    width: 100%;
}
.notice {
    padding: 2rem 5rem;
}
.address-info h5 {
    color: #2f504e;
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    font-weight: 700;
    margin: 0;
}
.address-info p {
    color: #85878c;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7rem;
    padding-bottom: 1rem;
}
.address-info p a {
    color: #85878c;
    text-decoration: none;
}
.address-info p b{
    color: #000000;
}
.items-cards {
   width: calc(26.1% - 4rem);
    display: inline-block;
    box-shadow: 1px 8px 18px 5px #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    margin-right: 1rem;
    margin-bottom: 3rem;
}
.items-cards:nth-child(4){
    margin-right: 0;
}
.items-cards h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
    line-height: 2rem;
    color: #2f504e;
}
.items-cards p {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    line-height: 2rem;
    color: #67696d;
    padding-bottom: 1rem;
}
/*.item-img {
    background: #f2f7f8;
}*/
.item-img img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:100%;
}
p.discount{
    position: relative;
    width: 49%;
    display: inline-block;
    color: #d54c1c;
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
}
p.offer-price {
    width: 49%;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    font-size: 1.4rem;
}
.price {
    padding-top: 1rem;
}
p.discount:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #d54c1c;
    width: 3rem;
    margin: 0;
    position: absolute;
    top: 10px;
}
p.four-digit:before{
    width: 4rem;
}
.qty {
    width: 40px;
    height: 36px;
    text-align: center;
    background: #f2f7f8;
    border: none;
    float: left;
}
input.qtyplus { 
    background: #9ca0a8;
    border: none;
    padding: 0rem 1rem;
    color: #ffffff;
    font-size: 2rem;
}
input.qtyminus {
    background: #9ca0a8;
    border: none;
    padding: 0rem 1rem;
    color: #ffffff;
    font-size: 2rem;
    float: left;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
input.qtyplus {
    background: #9ca0a8;
    border: none;
    padding: 0rem 1rem;
    color: #ffffff;
    font-size: 2rem;
    float: left;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
button.cart-btn {
    border: 1px solid #d54c1c;
    background: none;
    color: #d54c1c;
    padding: 0.6rem 1.6rem;
    margin-left: 1rem;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}
button.cart-btn:hover{
    background-color: #d54c1c;
    color: #ffffff;
}
.popular-fireworks {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
}
section.popular {
    padding-top: 2rem;
}
.heading {
    min-height: 80px;
}
/*End Body content*/

/*Footer*/
footer {
    background: #F8FCFC;
    padding: 1.3rem;
    clear:both;
}
footer p {
    color: #545559;
    margin: 0;
    font-weight: 400;
    line-height: 1.7rem;
    text-align: center;
    margin-bottom: 0;
}
/*End ooter*/
@media only screen and (min-width: 320px)  and (max-width: 480px) {
    button.cart-btn {
        padding: 0.6rem 1rem;
        margin-left: 0.5rem;
        font-size: 0.8rem;
    }
    .order-amount {
        top: 13rem !important;
    }
}
@media only screen and (min-width: 800px)  and (max-width: 1280px) {
    .order-amount {
        top: 45rem !important;
    }
    .shop-cont p {
        font-size: 0.8rem;
    }
    a.shop-btn {
        width: 62%;
        margin-top: 3rem;
    }
    .items-cards {
        width: calc(26.8% - 4rem);
    }
    button.cart-btn{
        margin-left: 0.5rem;
        padding: 0.6rem 1rem;
    }
    .qty {
        width: 34px;
    }
    input.qtyplus,
    input.qtyminus {
        padding: 0rem 0.5rem;
    }
    .address-info {
        padding: 1rem 5rem 7rem 5rem;
    }
    .brand-img {
        width: 30%;
    }
    h2.title{
        padding-top: 1rem;
    }
    h2.logo-name {
        font-size: 1.5em;
    }
    ul.header-menu {
        width: 71%;
        float: left;
    }
    ul.header-menu li {
        margin: 1rem 0.5rem 0 0.5rem;
    }
}
#nav-icon1 {
    display: none;
    width: 37px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}
#nav-icon1 span:nth-child(1) {
    top: 25px;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e34300;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(2) {
    top: 36px;
}
#nav-icon1 span:nth-child(3) {
    top: 46px;
}
#nav-icon1.open span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media only screen and (min-width: 900px)  and (max-width: 1440px) {
    .address-info p{
        font-size: 1rem;
    }
    h2.logo-name{
        font-size: 1.5rem;
    }
    button.cart-btn {
        padding: 0.7rem 1rem;
        margin-left: 0.5rem;
        font-size: 0.8rem;
    }
    a.shop-btn {
        text-decoration: none;
        width: 52%;
    }
}
@media only screen and (min-width: 768px)  and (max-width: 1366px){
    input.qtyplus,
    input.qtyminus {
        padding: 0rem 0.5rem;
    }
}
@media only screen and (max-width: 800px){
    #popup1 {
        width: calc(95% - 1rem);
        padding: 1.5rem 0.5rem;
    }
    form.register {
        width: 80%;
    }
    img.cart {
        position: absolute;
        top: 1rem;
        width: auto;
        right: 4rem;
    }
    section.how-works {
        padding: 1rem;
    }
    .steps {
        width: 100%;
    }
    .steps-info {
        width: 100%;
    }
    img.arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(90deg);
        width: 3rem;
        padding-top: 0;
    }
    .how-works h1{
        padding-top: 1rem;
    }
    .how-works h1:before{
        top: 6rem;
    }
    .how-works h2.title-font {
        font-size: 1.5rem;
    }
    #nav-icon1 {
        display: block;
    }
    .header-wrapper {
        width: calc(100% - 2rem);
        padding: 0 1rem;
    }
    .header-wrapper .logo {
        width: 85%;
    }
    h2.logo-name{
        font-size: 1rem;
        padding-left: 0rem;
    }
    ul.header-menu.active{
        display: block;
    }
    ul.header-menu {
        display: none;
        transition: all 500ms ease;
        width: 100%;
        position: fixed;
        top: 4rem;
        background: #ffffff;
        left: 0;
        right: 0;
        bottom: -1rem;
        padding-left: 0;
    }
    ul.header-menu li {
        float: left;
        padding: 1rem 0;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    h2.banner-text {
        top: 7rem;
        font-size: 2rem;
    }
    .order-amount {
        font-size: 1rem !important;
        top: 17rem !important;
    }
    span.cart-value {
        right: 4rem;
        top: 0.5rem;
        font-size: 0.8rem;
        line-height: 1.3rem;
        width: 20px;
        height: 20px;
    }
    img.banner-img {
        height: 50vh;
    }
    .content-wrapper {
        width: calc(100% - 2rem);
        padding: 3rem 1rem;
    }
    h2.title {
        font-size: 1.5rem;
        padding-top: 0rem;
        line-height: 2rem;
    }
    .brands {
        width: 100%;
        padding: 0rem;
    }
    .brands-items {
        width: 49%;
    }
    .brands-items h6{
        font-size: 1rem;
    }
    .brands1 {
        width: calc(100% - 2rem);
        margin-bottom: 1rem;
        padding: 1rem;
    }
    .brands1:first-child {
        margin-right: 0rem;
    }
    .brands1 h2 {
        font-size: 1.5rem;
    }
    a.shop-btn {
        font-size: 0.8rem;
        text-align: left;
    }
    .brand-img {
        width: 25%;
    }
    a.shop-btn {
        font-size: 0.8rem;
        text-align: center;
        width: 60%;
        margin-top: 2rem;
    }
    section.brands-info {
        padding: 3rem 0 3rem 0;
        width: 100%;
    }
    section.popular {
        padding-top: 0rem;
    }
    .popular-fireworks {
        padding: 2rem 0;
    }
    .items-cards {
        width: calc(100% - 2rem);
        margin-right: 0rem;
    }
    .about-info {
        padding: 1rem 0rem;
    }
    .shop-cont {
        width: 100%;
        margin: 2rem 0 0 0;
    }
    section.address {
        margin: 0 0;
    }
    .address-info {
        width: calc(100% - 2rem);
        padding: 2rem 1rem 0rem 1rem;
    }
    .address-info h3 {
        font-size: 3rem;
    }
    .address-info p {
        font-size: 1rem;
    }
    .address-img {
        width: 100%;
    }
    footer p {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 450px) and (max-width: 750px){
    img.banner-img {
        height: 100vh;
    }
    .items-cards {
        width: calc(50% - 2rem);
    }
    button.cart-btn {
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
    }
}
@media only screen and (min-width: 750px) and (max-width: 900px){
    .items-cards {
        width: calc(50% - 2rem);
    }

}
@media only screen and (min-width: 320px) and (max-width: 480px){
    button.cart-btn {
        padding: 0.6rem 1rem;
        margin-left: 0.5rem;
        font-size: 0.8rem;
    }
    .logo img {
        width: 4rem;
    }
    img.cart{
        width: auto;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1200px){
    ul.header-menu li a {
        font-size: 0.8rem;
    }
    ul.header-menu {
        width: 69%;
        float: right;
    }
    .header-wrapper {
        width: calc(100% - 2rem);
        padding: 0 1rem;
    }
    h2.logo-name {
        font-size: 1.2em;
        padding-left: 0rem;
    } 
    .brands {
        width: calc(100% - 0rem);
        padding: 3rem 0rem;
    }  
    .brands1 {
        width: calc(50% - 3rem);
        padding: 1rem;
    }
    .brands1 h2 {
        font-size: 1.5rem;
    }
    .shop img {
        width: 50%;
    }
    a.shop-btn {
        width: 65%;
        margin-top: -4rem;
    }
    .items-cards {
        width: calc(50% - 3rem);
    }
    .content-wrapper {
        width: calc(100% - 4rem);
        padding: 0 2rem;
    }
    .shop-cont {
        width: 29%;
    }
    .about-info{
        padding-bottom: 0;
    }
}