/* your styles go here */


/*  Code by Hema */

.f-s-20 {
    font-size: 20px;
}

.m_width {
    max-width: 930px !important;
}

.login-page1,
.register-page {
    width: 100%;
    background: #f5f5f5;
    min-height: auto;
    padding-bottom: 0;
}

.error_msg {
    color: red;
}


/* Register Page css */

.login-page1 .form-outer,
.register-page .form-outer {
    min-height: 100vh;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.login-page1 .copyrights,
.register-page .copyrights {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.login-page1 .copyrights p,
.register-page .copyrights p {
    font-size: 0.6em;
    font-weight: 300;
    margin-bottom: 10px;
}

.login-page1 .form-inner,
.register-page .form-inner {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.login-page1 .logo,
.register-page .logo {
    font-size: 2em;
    font-weight: 500;
}

.login-page1 .logo span,
.register-page .logo span {
    color: #ccc;
}

.login-page1 p,
.register-page p {
    font-size: 0.8em;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 0;
}

.login-page1 form,
.register-page form {
    margin: 2rem auto 1rem;
    max-width: 740px;
}

.login-page1 a.forgot-pass,
.login-page1 a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size: 0.65em;
    color: #66b0ff;
}

.login-page1 a.forgot-pass:hover,
.login-page1 a.forgot-pass:focus,
.login-page1 a.signup:hover,
.login-page1 a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
    color: #66b0ff;
    text-decoration: none;
}

.login-page1 a.forgot-pass,
.register-page a.forgot-pass {
    display: block;
}

.login-page1 a.create-account,
.register-page a.create-account {
    border-radius: 50px;
    font-size: 0.75em;
    margin-top: 10px;
    color: #999;
    text-transform: uppercase;
}

.login-page1 .terms-conditions,
.register-page .terms-conditions {
    margin-top: 20px;
}

.login-page1 small,
.register-page small {
    font-size: 0.65em;
    color: #aaa;
    line-height: 0.9em;
}


/* LOGIN MEDIAQUERIES -------------------------- */

@media (min-width: 768px) {
    .login-page1 p,
    .register-page p {
        font-size: 1em;
    }
    .login-page1 form label.label-custom,
    .register-page form label.label-custom {
        font-size: 0.9em;
    }
    .login-page1 form small,
    .register-page form small {
        font-size: 0.8em;
    }
    .login-page1 .terms-conditions label,
    .register-page .terms-conditions label {
        font-size: 0.9em;
    }
    .login-page1 a.forgot-pass,
    .login-page1 a.signup,
    .register-page a.forgot-pass,
    .register-page a.signup {
        font-size: 0.9em;
    }
    .login-page1 small,
    .register-page small {
        font-size: 0.9em;
    }
    .login-page1 .copyrights p,
    .register-page .copyrights p {
        font-size: 0.85em;
        font-weight: 400;
    }
}

h3,
.h3 {
    font-size: 1.5rem !important;
}

.theme-bg3 {
    background: linear-gradient( -135deg, #1541ad 0%, #ea1f6a 100%, #1751e0 0%);
}

.p-15 {
    padding: 15px;
}

.p-0-15 {
    padding: 0 15px;
}

.w-100 {
    width: 100%;
}

.h50 {
    height: 50px
}

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

.f-s-18 {
    font-size: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 950px !important;
    }
}

.form-control {
    height: calc(2rem + 2px) !important;
}

.h170 {
    height: 170px;
}

.ml110 {
    margin-left: 110px;
}


/*panel*/

.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}


/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a {
    border-bottom: none;
}

.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    background: none;
    color: #ff7261;
}

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.product_meta a,
.pro-price {
    color: #fc5959;
}

.pro-price,
.amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}


/* Sweet alert */

.example button {
    float: left;
    background-color: #4E3E55;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    font-weight: 600;
    border-radius: 3px;
    padding: 15px 35px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.example button:focus {
    outline: none;
}

.example button:hover {
    background-color: #33DE23;
}

.example button:active {
    background-color: #81ccee;
}