@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet');

body{
    font-family: 'Open Sans', sans-serif;
    background: url("../img/bg.png") no-repeat center center fixed;
    background-color: #2e0019; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
}

input[type='radio'] { 
    transform: scale(1.6); 
    padding-right: 5px;
}

html, body {
    max-width: 100%;
    /*overflow-x: hidden;*/
}

.margin0{
    margin: 0 !important;
}

.paddingR0{
    padding-right: 0 !important;
}

.padding0{
    padding: 0;
}


.fLEft{
    position: relative;
    float: left;
}

.banner-image{
    width: 100%;
}

.font-dacing{
    font-family: 'Dancing Script', cursive;
}

#app{
    width: 100%;
}

.container{
    padding: 0;
}

.none{
    display: none !important;
}

.header{
    background-image: url("../img/header_pic.png");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 250px;
    min-width: 200px;
}

.header-small{
    background-image: url("../img/header_pic2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.logo{
    margin-top: 1.5%;
    margin-bottom: 2%
}

.logo img{
    width: 123px;
}


.logo-small img{
    width: 88px;
    padding: 14% 6% 3% 5%;

}
.logo-text{
    font-family: 'Dancing Script', cursive;
    color: #64252c;
    line-height: 1;
    text-align: center;
    font-size: 50px;
}

.logo-text-small{
    font-family: 'Dancing Script', cursive;
    color: #64252c;
    line-height: 1;
    font-size: 45px;
    padding: 2.3% 0% 0% 6%;
}

.header-block{
    margin: 2% 0% 0% 25%;
}

.form-auth{
    margin: 30px 20px 0px 20px;
    color: white;
    background-color: #3e2a36;
}

.form-auth hr{
    border-top: 2px solid grey;
    margin: 5% 4% 7% 5%;
    border-radius: 10px;
}

.auth-button{
    width: 100%;
    background-color: #22b417;
    font-weight: bold;
    font-size: 20px;
}

.line {
    overflow: hidden;
    text-align: center;
}

.line:before,
.line:after {
    background-color: #a5a6a5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.line:before {
    background-color: #a5a6a5;
    right: 0.5em;
    margin-left: -50%;
}

.line:after {
    left: 0.5em;
    margin-right: -50%;
}

.nav-pills a{
    color: white;
    font-size: 18px;
}

.nav-pills .es a{
    color: white;
    font-size: 14px !important;
}

.nav-login{
    margin-bottom: 40px;
}

.arrow_box {
    font-weight: bold;
    position: relative;
    background: #ffffff;
    margin: 7% 5% 0% 5%;
    color: #d85133;
    font-size: 12px;
    border-radius: 8px;
    padding: 6% 3% 3% 3%;
    text-align: center;
}

.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

footer { 
    text-align: center;
    position: fixed; bottom: 0; left:0; right: 0;
    margin-top: -11%; padding-bottom: 10px;
}

.footer-auth{
   
}

.footer-no-auth .logo-footer {
    margin: -35% 0% 0% 0% !important;
}

.footer-text {
    margin-top: -13% !important;
    z-index: 2;
    position: relative;
    /* position: absolute; */
}

.footer-no-auth .footer-background{
    min-height: 150px;
}

.login-error{
    height: 190px;
}

.register-error{
    height: 125px;
}

.logo-footer{
    width: 100px;
    margin: -13% 0% 0% 0%;
    z-index: 2;
    position: relative;
}

.footer-text{
    margin-top: -15%;
    color: white;
}

.f-text-1{
    font-family: 'Dancing Script', cursive;

    font-size: 20px;
}

.f-text-2{
    font-size: 23px;
}

.f-text-3{
    font-size: 14px;
    line-height: 1.5px;
}

.shop-body{
    background-color: #3d2935;
    border-radius: 13px;
    margin: 3% 4% 18% 4%;
    min-height: 793px;
    padding-bottom: 15px;
}

.shop-head{  
    color: white;
    padding: 1% 5% 0% 5%;
    margin-bottom: 30px;
}

.shop-head h2{
    font-weight: bold;
}

.shop-by{
    margin-top: -100px;
}

.block{
    background-color: #f6f6f6;
    height: 280px; 
    box-shadow: inset 0px 13px 55.3px 14.7px rgba(0, 0, 0, 0.35);
}

.block1{
    margin-left: 10%;
    position: relative;
}


.block2{
    margin-right: 10%;
}

.quarter-circle-left{
     width: 100px;
     height: 100px;
     background: #b31b6c;
     border-radius: 0 100px 0 0;
     -moz-border-radius: 0 100px 0 0;
     -webkit-border-radius: 0 100px 0 0;
     position: absolute;
     bottom: 0;
}

.quarter-circle-right{
    width: 100px;
    height: 100px;
    background: #b31b6c;
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
    position: absolute;
      right: 0;
     bottom: 0;
}

.img-shop{
    width: 68%;
    z-index: -1;
}

.flex{   
    display: -webkit-flex; /* Safari */
    display: flex;
    webkit-justify-content: space-between; /* Safari */
    justify-content:space-between;
    -webkit-align-items: center; /* Safari */
    align-items: center;
}

.block label{
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.quarter-circle-right label{
    margin-left: 30%;
    margin-top: 20%;
}

.quarter-circle-left label{
    margin-left: 10%;
    margin-top: 20%;
}

#div1 {
    position:relative;
    margin:20px auto;
    width:20%;
    padding-bottom:20%;
    background-color:white;
    border:1px solid black;
}
#div1:before {
    content:'';
    position:absolute;
    top:-1px; left:-1px;
    border:1px solid #fff;
    height:100%;
    width:100%;
    border-radius: 10%;
}

.block p{
    color: #6f1858;
}

.block p {
    color: #6f1858;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    padding-top: 50px;
    font-family: sans-serif;
}

.text-shop-f{
    text-transform: uppercase;
    color: #e5e1e2;
    line-height: 1.5;
    margin: 40px;
    font-size: 23px;
    margin-bottom: 107px;
}

.icon-footer img{
    width: 48%;
    max-width: 60px !important;
}

.cat-name{
    font-size: 16px !important;
    color: #6f1858 !important;
    line-height: 1.3;
    font-weight: bold;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 150px solid #c80f72;
    position: absolute;
    margin: 14px 0px 0px 0px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 150px solid #c80f72;
    position: absolute;
    margin: -11px 0px 0px 149px;
}

.arrow-right-prod{
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #c80f72;
    margin: 10px 5px 10px 10px;
}

.arrow-right-cart{
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid white;
}

.arrow-left-small{
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #c80f72;
}

.category{
    /*z-index: -2;
    position: relative;*/
}

.category-div{
    margin: 0px 23px 35px 13px;
    padding-left: 10px;
    padding-bottom: 36px;
}

.category-div2{
    padding-top: 13px;
}

.cat-block{
    margin-bottom: 50px;     
    padding-left: 20px;
    padding-right: 20px; 
}

.cat-relative{
    height: 120px;
    width: 94%;
    position: relative;
}

.saved-search{
    color: white;
    font-weight: bold;
    padding: 5px 40px 0px 40px;
}


.saved-search-text{
    color: #bbb7b9;
    font-size: 19px;
    font-weight: normal !important;
}

.search-icon{
    width: 17px;
}

.red-x{
    color: red;
    font-weight: normal !important;
    font-size: 19px;
}

.line-bottom{
    border-bottom:  1px solid #4d3243;
    padding-bottom: 5px;
}

.brands-div{
    margin: 0px 35px 0px 35px;
    padding-bottom: 20px;
}

.brand-div{
    background-color: white;
    margin-bottom: 10px;
}

.brands-logo-div{
    margin: 10px 0px 10px 10px;
    height: 120px;
}

.brand-desc{
    font-size: 24px;
    line-height: normal;
    color: black;
    padding-left: 0;
    margin-left: -21px;
}

.products-back-div{
    margin: 0px 35px 0px 35px;
    background-color: #ffffff;
    border-radius: 10px;
}

.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
    float: right;
    margin: -16px -20px -20px 0px;
    font-size: 22px;
}

.products-div{
    margin: 25px 12px 0px 12px;
    background-color:  black;
}

.product-div{
    margin-right: 0px;
    border: 1px solid white;
}

.product-image{
    width: 100%;
    padding: 2px;
    height: 100px;
    max-width: 100%;
}

.product-text-div{
    height: 100px;
    color: white;   
    font-size: 12px;
    border-right: 2px solid rgb(58, 58, 58);
}




.product-title{
    display: block !important;
    display: -webkit-box;
    max-width: 200px;
    height: 76px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.product-price{
    font-size: 22px
}

.circle-div{
    height: 100px; 
    padding-left: 20px;
}

.cart-image{
    width: 72px;
    position: absolute;
}

#circle {
    width: 85px;
    height: 85px;
    background: #c80f72;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.cart-image-s{
    margin: 0px 14px 0px 6px;
}

.plus-icon, .minus-icon{
    background-color: #0e4b86; 
    color: white;
    font-size: 50px;
    padding: 10px 8px 10px 8px;
     margin-left: 8%;
}

.arrow-div{
    font-size: 30px;
    color: black;
}

.arrow-div .glyphicon-play{
    margin-left: -11px;
}

.add-cart-div{
    background-color: white;
    padding: 25px 0px 25px 0px;
    text-align: center;
    color: black;
    font-size: 20px;
    height: 70px;
}

.add-cart-label{
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    margin-right: 5px;
}

select  {
	color: #c80f72;
	font-size: 18px;
    font-weight: bold;
    background-color: white;
    border: thin solid #c6babd;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 35px 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
	width: 100%;
  
}


.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #c80f72;
    position: absolute;
    right: 25px;
    margin-top: -26px
}



select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*Cart Page*/

.delete-div{
    height: 100px;
    overflow: hidden;
}

.order-button{
    margin-top: 25px;
    margin-bottom: 25px;
    color: #8b7f85;
    background-color: transparent;
    border: 1px solid #7c1c4f;
    width: 350px;
    font-size: 20px;
    padding: 20px 0px 20px 0px;
}

.arrow-down-c {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #c80f72;
     margin-top: -5px;
}

.center-block {  
  display: block;  
  margin-right: auto;  
  margin-left: auto;  
}  

.white-div{
    background-color: white;
    width: 250px;
    height: 10px;
    margin-top: 30px;
}

.grand-total{
    font-size: 33px;
    background-color: #000000;
    padding: 20px 0px 10px 0px;
    margin: 5px 12px 0px 12px;
    color: white;
    font-weight: normal;
    border: 1px solid white;
}

.prod-qty-input2{
    height: 40px;
    width: 58%;
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: right;
    padding-right: 20px;
}


.plus-icon2 {
     background-color: white;
    color: black;
    font-size: 38px;
    height: 40px !important;
    text-align: center;
    margin: 0px 5px 0px 5px;
    text-align: center;
    line-height: 40px;
    width: 15%;
    white-space: nowrap;
}

.product-price-c{
    margin: 10px 0px 10px 5px;
    font-size: 17px;
}

.product-title-c {
    font-size: 17px;
    text-align: left !important;
    margin-top: 18px;
    font-weight: normal;
}

.order-title{
    margin: 35px 35px 0px 36px;
    font-size: 23px;
    color: #c3b2bd;
    font-weight: normal;
    text-transform: uppercase;
}

.order-title i{
    margin-right: 5px;
}
.total-c{
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0px 0px 15px;
    color: white;
}

.total-price-c{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 15px;
}

.arrow-right-cart2{
    width: 0;
    height: 0;
    margin: 29px -5px 0px 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 15px solid white;
    position: relative !important;
    float: right;
}

.cart-image-d{
    width: 30px;
    height: 100px;
}

.cart-delete{
    color: white;
    font-size: 17px;
    height: 100px;
    line-height: 100px;
    white-space: nowrap;
    padding-left: 15px; 
}

/*END CART PAGE*/

.numberCircle {
    text-align: center;
    position: absolute;
    color: white;
    background-color: aqua;
    min-width: 25px;
    height: 25px;
    padding: 1.5px;
    background-color: #c80f72;
    border-radius: 50%;
}

.editCircle {
    text-align: center;
    position: absolute;
    color: white;
    background-color: aqua;
    width: 60px;
    height: 60px;
    padding: 1.5px;
    background-color: #c80f72;
    border-radius: 50%;
    right: -15%;
    bottom: -45px;
    padding: 6px;
    font-size: 20px;
    border: none;
}





@media screen and (min-width: 699px) {
    .flexR{
        display: -webkit-flex; /* Safari */
        display: flex;
        webkit-justify-content: space-between; /* Safari */
        justify-content:space-between;
        -webkit-align-items: center; /* Safari */
        align-items: center; 
    }
}

@media screen and (max-width: 699px) and (min-width: 520px) {
    .logo-text div{
       /* float: left;
        position: relative;*/
        font-size: 30px;
    }

    .logo img{
       width: 30%;
    }

    .footer-background{
        height: 111px;
        margin-bottom: -39px;
    }

    .nav-login li{
        text-align: center;
    }

    .pull-right{
        float: none !important;
    }

    .logo-small img {
        width: 48px;
        padding: 14% 6% 3% 5%;
    }

    .logo-text-small {
        font-size: 30px;
        padding: 2.3% 0% 0% 6%;
    }

    .block {
        height: 220px;
    }

    .block p{
        font-size: 30px;
    }

    .shop-by {
        margin-top: -60px;
    }

    .shop-body {
        min-height: auto !important;
    }

    .arrow-left{
        display: none;
    }

    .arrow-right{
        display: none;
    }
    
    .cat-relative{
        height: auto;
    }

    .category-div2{
        padding: 5px 0px 5px 0px;
    }
    
}

@media screen and (max-width: 529px) and (min-width: 320px) {
    .logo-text div{
       /* float: left;
        position: relative;*/
        font-size: 20px;
    }

    .logo img{
       width: 30%;
    }

    .header {
        min-height: 120px;
    }

    .footer-background{
        height: 100px;
        margin-bottom: -50px;
    }

    .nav-login li{
        text-align: center;
    }

    .pull-right{
        float: none !important;
    }

    .logo-small img {
        width: 40px;
    }

    .logo-text-small {
        font-size: 20px;
        padding: 2.3% 0% 0% 6%;
    }


    footer {
        margin-bottom: -6px;
        margin-bottom: -17px;
    }

    .block {
        height: 125px;
    }

    .block p{
        font-size: 18px;
        padding-top: 20px;
    }

    .quarter-circle-left {
        width: 60px;
        height: 60px;
    }

    .quarter-circle-right {
        width: 60px;
        height: 60px;
    }

    .block label{
        font-size: 20px;
    }

    .shop-by {
        margin-top: -35px;
    }

    .text-shop-f {
        font-size: 18px;
    }

    .shop-body {
       /* min-height: auto !important;
*/    }

    .arrow-left-small {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #c80f72;
    }

    .brand-desc {
        font-size: 10px;
        margin-left: -21px;
    }

    .brand-arrow-div{
        padding-left: 0px;
    }

    .brands-logo-div{
        padding-left: 0px;
    }

    .arrow-left{
        display: none;
    }

    .arrow-right{
        display: none;
    }

    .category-div2 img{
        width: 30%;
    }

}

.col-centered{
    float: none;
    margin: 0 auto;
}

.profile-sub-title{
    margin: 16px -1px 10px 25px;
    font-size: 23px;
    color: #c3b2bd;
    font-weight: normal;
    text-transform: uppercase;
}

.profile-sub-title i{
    font-size: 40px;
    color: white;
    margin-right: 8px;
}

.profile-section{
    background-color: white;
    margin: 0px 34px 0px 35px;
}

.profile-input-div{
    padding: 0px 20px 0px 20px;
}

.profile-input-div input{
    margin: 0px 0px 15px 0px;
}

.fa-pencil-square-o{
    margin: 4px 0px 0px 15px;
    font-size: 30px !important;
}

.address-div{
    padding-bottom: 20px;
}

.address-div h3{
    font-weight: bold;
    font-size: 17px;
    color: black;
}

.address-block{
    border: 1px solid #dedddd;
    padding: 30px 0px 10px 5px;
    line-height: 1.2;
    margin-bottom: 20px;
    min-height: 100px;
}

.check-icon{
    position: relative;
    float: right;
    margin: -13px -7px -4px 0px
}

.check-icon i{
    font-size: 30px !important;
}

.address-edit{
    text-align: center;
    background-color: black;
    color: white;
    margin-top: -20px;
}

.address-add{
    text-align: center;
    padding: 0px 0px 20px 0px;
    font-size: 15px;
}

.profile-logo-img{
    border: 1px solid #9ca1a4;
}

.pink{
    color: #c80f72 !important;
}

input[type=checkbox] {
    width:30px; 
    height:30px;
}

.tax-section{
    line-height: 1px;
}

.tax-section .es .col-xs-6{
    margin-top: 10px !important;
}

.tax-section span{
     font-size: 20px;
    padding: 0px 10px 0px 5px;

}

.es .editCircle {
    font-size: 14px !important;
}

.language{
    background-color: #22b417;
    font-weight: bold;
}


.responsive-table table { 
    width: 100%; 
    border-collapse: collapse; 
}

.responsive-table th { 
    color: white; 
    font-weight: bold; 
}
.responsive-table td,  .responsive-table th { 
  padding: 6px; 
  text-align: left; 
}

@media only screen and (max-width: 600px){

    .m-signature-pad--footer .button {
        bottom: -10px;
    }
    .responsive-table table, .responsive-table .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { 
        display: block; 
    }
    
    .responsive-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .responsive-table tr { border: 1px solid #c80f72; }
    
    .responsive-table td { 
        border-bottom: 1px solid #c80f72; 
        position: relative;
        padding-left: 50%; 
    }
    
    .responsive-table td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        font-weight: bold;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #c80f72;
        position: relative;
        padding-left: 35% !important;

    }
    
    #checkout-table td:nth-of-type(1):before { content: "NO."; }
    #checkout-table td:nth-of-type(2):before { content: "NAME"; }
    #checkout-table td:nth-of-type(3):before { content: "PRICE"; }
    #checkout-table td:nth-of-type(4):before { content: "QUANTITY"; }
    #checkout-table td:nth-of-type(5):before { content: "TOTAL"; }

    .responsive-table .thead{
        display:none !important;
    }
}

#resale-form{
    font-size: 18px;
    text-align: justify;
    color: black;
}

.modal-content, .modal-dialog{
    height: 80% !important;
    overflow-y: auto !important;
} 
.check-icon-files img{
    display: block;
    margin: auto;
}

#resale-form-page .save-button{
    display: block;
    width: 36%;
    background-color: #22b417;
    font-weight: bold;
    margin: auto;
    margin-top: 24px;
}

#resale-form-page textarea{
    width: 100%;
    resize: vertical;
     height: 100px;
    margin-bottom: 23px;
}


input.certInput {
    background: none;
    border: 0;
    border-bottom: 1px dashed #3b79d9;
    width: auto;
    font-size: 1em;
    color: #3b79d9;
    font: inherit;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#3b79d9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#3b79d9;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#3b79d9;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    
}

@media screen and (max-width: 600px) {
    #resale-form {
    font-size: 14px !important;
    text-align: justify;
    color: black;
    }
}

@media screen and (max-width: 767px) {
    #purchaser, #address, #signature{
        width: 100% !important;
    }


    .search-div{
        margin-top: 25px;
    }
}