/* ------------------------------------------	Page Style    URL: http://www.bootstrapmb.com------------------------------------------ */
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}
h1 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #20292f;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
}
/*span {*/
     /*!*color: #71818c;*!*/
     /*position: relative;*/
     /*font-size: 16px;*/
     /*font-weight: 400;*/
     /*opacity: .6;*/
 /*}*/
/*p {*/
       /*color: #71818c;*/
       /*position: relative;*/
       /*font-size: 14px;*/
       /*font-weight: 300;*/
   /*}*/
a {
    color: #4843d2;
    text-decoration: none;
    font-weight: 400;
}
a:hover {
     color: #f92c8b;
     text-decoration: underline;
     font-weight: 400;
 }
.round-header {
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.round-title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 6px;
}
.round-line {
    margin: 0 0 20px;
    text-align: center
}
.round-line ul {
    font-size: 0;
    position: relative;
}
.round-line li {
    position: relative;
    display: inline-block
}
.round-line a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 10px 27px;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: none;
}
.round-line li.active-step a {
    cursor: pointer;
}
.round-line li.inactive-step a:hover,.round-line li.active-step a:hover {
    color: #f9676a;
}
.round-line li.inactive-step a {
    cursor: default;
}
.round-line li:first-child:before,.round-line li:last-child:before {
    width: 50%;
}
.round-line li:last-child:before {
    right: auto;
    left: 0;
}
.round-line li:before {
    content: '';
    background: #fff;
    width: 100%;
    right: 0;
    bottom: 7px;
    height: 1px;
    position: absolute;
    z-index: -0;
}
.round-line li a:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}
.round-line+.page.shopping-cart-page,.page.checkout-page .page-title {
    margin: 50px 0 0;
}



header {
    padding: 0px 20px;
    height: 60px;
    background-color: rgba(205,155,155,1);
}

header .center {
    overflow: hidden;
    height: 100%;
}

header a img {
    height: 40px;
    margin-top: 6px;
    padding-top: 8px;
}

header a {
    position: relative;
    float: left;
    margin-right: 68px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
    text-decoration:none;
}
header a:hover{
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}



header .clicked {
    font-size: 18px;
}

header .logo {
    width: auto;
}

header .clicked:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
    height: 4px;
    width: 68px;
    background: #fff;
}
.rig {
    float: right;
    /*margin-right: 0;*/
    width: 38px;
    margin-left: 14px;
    margin-right: 14px;
}

header i.rig {
    display: block;
    width: 2px;
    height: 18px;
    background: #fff;
    margin-top: 19px;
    margin-left: 14px;
    margin-right: 14px;
}





.footer .text a {
    color: #999999;
    border-right: 1px solid #999;
    padding-right: 5px;
    font-size: 20px;
    text-align: center;
}