body {
    padding: 0;
    margin: 0;
}

.swal2-select {
    display: none;
}
.swal2-styled.swal2-confirm {
    background-color: #fbb710 !important;
}
.swal2-styled.swal2-confirm:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fbb710;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 183, 16, 0.1);
}
.form-control.has-error {
    border-color: #ff3636c7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 16, 16, 0.15);
}
.o-hidden {
    overflow: hidden;
}
.lh-30 {
    line-height: 30px;
}
.pad-tb-15 {
    padding: 15px 0;
}
.pos-rel {
    position: relative;
}
.user-profile-pic {
    overflow: hidden;
}
.user-profile-pic img {
    width: 100%;
    object-fit: cover;
}
.user-profile-pic .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 0.4s;
    opacity: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}
.user-profile-pic:hover .overlay {
    transition: all ease-in-out 0.4s;
    opacity: 1;
}
.user-profile-pic .overlay .btn-outline-warning:hover {
    color: #fff;
}
.btn-fb {
    background-color: #428bca;
    color: #fff;
}
.btn-fb:hover {
    background-color: #355d9a;
}
.btn-google {
    background-color: #d9534f;
    color: #fff;
}
.btn-google:hover {
    background-color: #bc3d39;
}
.card {
    border-radius: 5px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06),
        0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
}
.blog-image {
    height: 350px !important;
    object-fit: cover !important;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-overlay {
    transition: all ease-in-out 0.4s;
}
.card-img-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.card-img-overlay * {
    position: relative;
    z-index: 1;
}
.card-img-overlay .separator {
    width: 35px;
    margin: auto;
}
.card-footer.text-left {
    font-size: 12px;
    left: 15px;
}
.card-img-overlay .card-footer {
    position: absolute;
    bottom: 16px;
    left: 20px;
    border: 0;
    background: transparent;
}
.text-small {
    font-size: 0.75rem;
}
.blog a {
    font-size: 16px;
}
.amado-nav ul li a {
    font-weight: 700 !important;
}
.blog:hover .card-img-overlay {
    transition: all ease-in-out 0.4s;
    background: rgba(0, 0, 0, 0.3);
}
.font-14 {
    font-size: 14px;
}
.text-grey * {
    color: #6c757d;
}
.text-light-grey * {
    color: #b5b5b5;
}
.text-light-grey a:hover,
.text-grey a:hover {
    color: #6d6d6d;
}
.breadcrumb {
    padding-left: 0px !important;
}

.main-content-wrapper .header-area .logo {
    margin-bottom: 50px;
}

/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 24, 2, 0.8);
    z-index: 999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher::after {
    clear: both;
    content: "";
    display: table;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: 0.25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 0.25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fbb7105c;
    color: #555;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: #fff;
    color: #333;
}
@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 4em auto;
    }
    .cd-user-modal-container .cd-switcher a {
        height: 70px;
        line-height: 70px;
    }
}

.cd-form {
    padding: 1.4em;
}
.cd-form a:hover {
    color: #fff;
}
.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form label.cd-username {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg");
}
.cd-form label.cd-email {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg");
}
.cd-form label.cd-phone {
    background-image: url("../img/icons/mobile.svg");
}
.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}
.cd-form input.full-width {
    width: 100%;
}
.half-width {
    width: 49.61%;
}
.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
    border-color: #fbb7105c;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.cd-form input.has-error {
    border: 1px solid #d76666;
}
.cd-form input[type="password"] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.cd-form input[type="submit"] {
    padding: 15px 0;
    cursor: pointer;
    background: #fbb710;
    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover,
.no-touch .cd-form input[type="submit"]:focus {
    background: #131212;
    outline: none;
}
.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}
.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: 0.8em;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
    /* triangle */
    content: "";
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 2em;
    }
    .cd-form .fieldset {
        margin: 1em 0;
    }
    .cd-form .fieldset:first-child {
        margin-top: 0;
    }
    .cd-form .fieldset:last-child {
        margin-bottom: 0;
    }
    .cd-form input.has-padding {
        padding: 12px 20px 12px 50px;
    }
    .cd-form input[type="submit"] {
        padding: 15px 0;
    }
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 4em 2em 0;
    }
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form-bottom-message a {
    color: #fff;
    text-decoration: underline;
}

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg")
        no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: none;
    }
}

#cd-login,
#cd-signup,
#cd-reset-password {
    display: none;
}

#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
    display: block;
}
.user-info-card {
    padding: 30px 20px;
    background: #f5f7fa;
}
.user-info-card li {
    margin: 10px 0px;
}
.user-info-card li span:first-child {
    margin-right: 15px;
}
.order-history-table table tr td {
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 20% !important;
    max-width: 20% !important;
}
.order-history-table table tr th {
    border-top: none;
    border-bottom: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 20% !important;
    max-width: 20% !important;
    font-size: 14px;
    color: #242424;
    text-transform: capitalize;
    font-weight: 400;
}
.select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 0.75rem !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    border: none !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.categories-list li {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    border: 1px solid #fbb710;
}
.categories-list li:hover,
.categories-list li.active {
    background: #fbb710;
}
.categories-list li:hover a,
.categories-list li.active > a {
    color: #fff !important;
}
.categories-list li a {
    font-size: 11px !important;
    color: #959595 !important;
    padding: 5px !important;
    font-weight: 500 !important;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 710px;
    width: 100%;
    padding-left: 190px;
    line-height: 1.4;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
}

.notfound .notfound-404 h1 {
    font-family: "Passion One", cursive;
    color: #fbb710;
    font-size: 150px;
    letter-spacing: 15.5px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-family: "Raleway", sans-serif;
    color: #292929;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-top: 0;
}

.notfound p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

@media only screen and (max-width: 480px) {
    .notfound {
        text-align: center;
    }
    .notfound .notfound-404 {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .notfound {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.single-products-catagory .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.45);
}
.single-products-catagory .hover-content p{
    color:#ccc;
}
.single-products-catagory .hover-content h4{
    color:#ddd;
}
.cart form button{
    border: none;
    background: transparent;
}
.cart form img{
    cursor: pointer;
}
.cart-table table td.cart_product_desc a{
    color: #212121;
}
.cart-table table td.cart_product_desc a:hover{
    text-decoration: underline;
}
.cart-table table .cart_product_img{
    position: relative;
    height: 120px;
}
.cart-table table .cart_product_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}