/**** Registration Form ****/

div#reg-form .modal-dialog {
    max-width: 600px;
}
div#reg-form #msform fieldset:not(:first-of-type) {
    display: none;
}
div#reg-form .modal-dialog p i {
    font-size: 13px;
    color: #8a8a8a;
}

div#reg-form .modal-dialog .tabs {
    padding: 10px;
    margin: 0 0 35px;
    border: 1px solid #e2e2e2;
    background: #f6f6f6;
}
div#reg-form .modal-dialog .tabs ul#progressbar {
    overflow: hidden;
    z-index: 9999;
    margin-bottom: 0;
    text-align: center;
}
div#reg-form .modal-dialog .tabs li {
    list-style-type: none;
    color: #222222;
    font-size: 9px;
    width: 50%;
    float: left;
    letter-spacing: 1px;
    text-align: center;
}

div#reg-form .modal-dialog .tabs li span {
    font-size: 13px;
    display: block;
    background: #ddd;
    padding: 15px;
    margin: 6px;
    text-transform: uppercase;
    font-weight: 500;
}
div#reg-form .modal-dialog .tabs li.active span {
    color: #ffffff;
    background: #a20c0c;
}

form#msform fieldset.step-1 {
    position: relative !important;
}

form#msform fieldset input:not([type="submit"]):not([type="button"]):not([type="checkbox"]), form#msform fieldset textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #dbdbdb;
    height: 45px;
}
form#msform fieldset textarea {
    height: 100px;
}
div#reg-form form#msform fieldset input.next, div#reg-form form#msform fieldset input.previous {
    background-color: #a20c0c;
    padding: 10px 8px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    width: 130px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #a20c0c;
}
div#reg-form #msform fieldset p {
    font-size: 12px;
    color: #ababab;
}
form#msform fieldset .form-check {
    margin-bottom: 10px;
    font-size: 14px;
    color: #909090;
}

/**** Registration Form ****/


footer.footer-section .privacy-sec li a {
    color: #aeafb3;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: transparent !important;
    margin: 0 !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
    background: rgba(255, 242, 242, 0.69);
    color: #a20c0c;
}

.search-box.search-elem {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(10, 1, 1, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    margin: auto;
}
.search-box.show { 
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.search-box.search-elem button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 0.8;
    background: #ea4545;
    padding: 6px;
    font-weight: 300;
    text-align: center;
    width: 55px;
    height: 50px;
}
.search-box.search-elem .inner.row {
    max-width: 650px;
    width: 100%;
}
.search-box.search-elem form {
    display: flex;
}
.search-box.search-elem form label.placeholder {
    display: none;
}
.search-box.search-elem form input[type=search] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 2px solid #cc4747;
}
.search-box.search-elem form button.submit {
    padding: 10px 20px;
    background: #a20c0c;
    color: #ffffff;
    width: 130px;
    border: 2px solid #cc4747;
    border-left: transparent;
    cursor: pointer;
    font-weight: 600;
}

.error-404.not-found {
    min-height: 600px;
    padding-top: 5rem;
    text-align: center;
    background-color: #eaeaea;
}






@media (max-width: 767px) {
div#navigation {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: #a20c0c;
    }
    .slim-container a.slimNav_sk78-reveal {
        top: 5px !important;
    }
    header .menu-part {
        background: none;
        margin-top: 0;
        position: relative !important;
        background: #a20c0c !important;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0;
    }
    .slim-container .slim-bar {
        background: none !important;
    }
    .slim-container a.slimNav_sk78-reveal span {
        background: #fff !important;
    }
    .slim-container a.slimNav_sk78-reveal {
        padding: 9px 13px 11px 13px !important  ;
    }
    a.slimNav_sk78-reveal.slimclose {
        color: #fff !important;
    }
    .slim-container .slim-nav {
        background: #292929 !important;
        overflow: hidden;
            margin-top: 40px !important;
    }
header .ham-menu a.mennu-icon{
    width: 66px !important;
    overflow: hidden !important;
    height: 46px;
}
.mennu-icon h4{
    display: none;
}
.logo-sec, .ham-menu{
    width: 50%;
}
.banner-part .banner_text h1{
    font-size: 20px;
}
.banner-part .banner_text h4{
    font-size: 16px;
}
.banner-part .banner_text a.btn-link{
    padding: 10px;
    max-width: 200px;
    font-size: 12px;
    margin: 0;
}
.banner-part .banner_text h1 span::after {
    bottom: -2px;
}
.owl-dots{
    display: none;
}
.pl-0, .px-0 {
    padding-left: 15px !important;
}
section.body-cont1 h1 {
    font-size: 26px;
    margin-top: 15px;
}
section.body-cont1 p {
    font-size: 14px;
    line-height: 24px;
}
.body-cont1-des{
    padding-bottom: 15px;
}
section.grid-sec .image-wrap2 .overlay h2{
    font-size: 26px;
}
section.body-cont3 .cont3_text .wrap h2{
    font-size: 24px;
    margin-bottom: 15px;
}
section.body-cont3 .cont3_text .wrap li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 0px;
}
section.body-cont3 .cont3_text .wrap {
    background-color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    border-radius: 60px 0 60px 0;
}
section.body-cont3 > img {
    width: auto;
    height: 500px;
}
.body-cont4 img{
    height: 300px;
    margin-top: 15px;
}
section.body-cont4 .cont4_text h1 {
    font-size: 24px;
}
section.body-cont4 .cont4_text p {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    margin: 15px auto;
}
section.body-cont4 .cont4_text a.btn-link{
    padding: 10px;
    width: 180px;
}
section.contact-sec .contact-tab-left > img {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
}
section.contact-sec .form-sec {
    position: relative;
    padding: 30px 15px;
    z-index: 9;
}
section.contact-sec .contact-tab-right a.play {
    width: 60px;
    height: 60px;
    top: 0%;
}
section.inner-ban .ban-tx h1 {
    font-size: 20px;
    margin: 10px 0 0;
}
section.inner-ban {
    margin-bottom: 15px;
}
section.about-cont1 h1{
    font-size: 26px;
}
section.about-cont1 span.line{
    margin: 10px 0;
}
section.about-cont1 .about-cont1-des {
    padding: 020px 0 0;
}
section.about-cont1 p, section.about-cont2 p{
    font-size: 14px;
    line-height: 24px;
}
section.about-cont2 h1{
    font-size: 26px;
}
section.about-cont2{
    padding: 30px 0 20px;
}
section.inner-ban .ban-tx2 .shop_ban_text .shop_ban_text_hold h2 {
    font-size: 18px;
}
section.inner-ban .ban-tx2 .shop_ban_text .shop_ban_text_hold h3 {
    font-size: 10px;
    margin: 5px 0;
}
section.inner-ban .ban-tx2 .shop_ban_text .shop_ban_text_hold a.btn-link{
    font-size: 10px;
    padding: 10px 15px;
    margin: 5px 0 0;
}
section.inner-ban .ban-tx2 .shop_ban_text .shop_ban_text_hold {
    padding: 10px;
}
section.inner-ban .ban-tx2 .shop_ban_text {
    padding: 2px;
    border: solid 2px #d7d7d7;
}
.inner-ban img{
    height: 140px;
}
.shop_list {
    padding: 20px 0 30px;
}
.pro-page .cata .mydiv {
    padding: 40px 15px;
    background: #a5a4a4;
}
.about-cont1-des.vs_des h3{
    font-size: 18px;
}
.btn-link_side{
    padding: 10px 10px;
    width: 200px;
    margin: 0 auto;
}
.banner-part .banner_text p{
    padding: 0;
}
.best_seller .hen h2{
    font-size: 24px;
}
.product_details {
    padding: 20px 0;
}
.p_desc h3{
    font-size: 24px;
    margin: 15px 0 0;
}
.p_d_form h2{
    margin: 0 0 20px;
    font-size: 24px;
}
.p_d_form input:not([type=submit]), .p_d_form select, .p_d_form textarea{
    margin: 7px 0;
}
.tw-content {
    padding: 20px 0;
}
.tw-content .con-add h2{
    margin-bottom: 15px;
}
.tw-content h3 {
    margin-top: 20px;
}
.tw-content .col-md-6, .tw-content .col-md-12{
    padding: 0;
}
.tw-content .add {
    margin-top: 0px;
    padding: 0 15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}
}

