/*  ================================
        global area start
    ================================ */

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Oswald", sans-serif;
    color: #1a1a1a;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

.main-div {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.ytvideo {
    max-width: 100% !important;
    margin: .5em auto 0 auto !important;
}

.ytvideo .yt_ft,
.ytvideo .yt_inp,
.yt_hd {
    display: none;
}

.ytvideo a::after {
    padding-top: 0 !important;
}

.ytvideo span {
    display: none;
}

.ytvideo a {
    width: 100% !important;
    display: inline-block !important;
}

.ytvideo img {
    display: inline-block !important;
    width: 100%;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */

.logo img {
    width: 100%;
    padding: 10px 0;
}

/*======================== Menu Design ==================*/

#navbar {
    background-color: #6B0606;
}

#menu-switcher,
.navbar-header > label,
.switch {
    display: none;
}

.menu-container label::before {
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 0 0 #fff, 0 0 0 0 inset, 0 -5px 0 0 #fff;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.switch {
    width: 100%;
    float: left;
    height: auto;
    min-height: 45px;
    position: relative;
}

.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute !important;
    right: 10px;
    top: 5px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #fff;
}

#navbar {
    text-align: center;
}

#navbar ul {
    display: inline-flex;
}

#navbar ul li {
    display: inline-block;
}

#navbar ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.5s;
    padding: 12px 30px;
    letter-spacing: 1px;
}

#navbar ul li a i.fa {
    margin-right: 5px;
}


#navbar ul li a:hover {
    background-color: #fff;
    color: #000;
}

/* menu part end */

/*  ================================
        header area end
    ================================ */

/*  ================================
        product title area start
    ================================ */

.pro-title {
    padding: 15px 30px;
    text-align: center;
    margin: 10px 0;
}

.pro-title > h2 {
    font-size: 24px;
    margin: 0;

    font-weight: bold;
}

.ptb {
    background-color: #6B0606;
    text-align: left;
    color: #fff;
    margin: 30px 0 0;
}

/*  ================================
        product title area end
    ================================ */

/*  ================================
        product area start
    ================================ */

.gallery-content {
    background-color: #F4F4F4;
    border-bottom: 2px solid #bbb;
    padding: 30px 0;
}

.product-wraper {
    border: 1px solid #D1D1D1;
    overflow: hidden;
    padding: 20px;
}

.short-info {
    padding: 10px;
    border-bottom: 2px solid #bbb;
    background: #F4F4F4;
}

.short-info-details {
    margin: 5px 0 10px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 2px;
    text-align: center;
    line-height: 1.4;
    font-family: 'Oswald';
    font-size: 1.4em;
}

.short-info p {
    color: #6B0606;
    font-size: 20px;
    font-weight: bold;
}

.short-info p span,
.short-info p a {
    color: #c0392b;
}

.link-btn {
    text-align: center;
}

.link-btn a:first-child {
    background-color: #6B0606;
}

.link-btn a {
    font-size: 16px;
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    background-color: #666;
    text-align: center;
    border-radius: 2px;
    color: #F4F4F4;
    transition: 0.5s;
}

.fa-heart {
    color: #F44336;
}

.link-btn a:hover {
    background-color: #6B0606;
}

.badge {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: #F4F4F4;
    border-bottom: 2px solid #bbb;
    white-space: inherit;
}

.badge img {
    background-color: #6B0606;
    padding: 15px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.badge p b {
    color: #6B0606;
    text-transform: uppercase;
}

.badge p {
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.product-dec {
    background-color: #F4F4F4;
    padding: 30px;
    border-bottom: 2px solid #bbb;
    font-family: "Open Sans", sans-serif;
}

.product-dec p b {
    color: #000;
}

.product-dec p {
    font-weight: bold;
    color: #888;
}

.product-dec ul {
    margin: 0 15px 15px;
}

.product-dec ul li {
    list-style: none;
    padding: 5px 0;
    position: relative;
    font-size: 17px;
    list-style: circle;
}

/*  ================================
        product area end
    ================================ */

/*  ================================
        footer area start
    ================================ */

.footer-top {
    margin-top: 30px;
    padding: 30px 0;
    background-color: #4E4E4E;
    font-family: "Open Sans", sans-serif;
}

.footer-widget h2 {
    padding: 0 0 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    color: #fff;
    display: block;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

.footer-widget h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    border: 1px solid #fff;
}

.footer-widget p {
    margin: 0 0 20px;
    color: #fff;
}

.footer-widget ul li {
    margin-bottom: 5px;
    list-style: none;
    text-transform: capitalize;
}

.footer-widget ul li a {
    text-decoration: none;
    transition: 0.5s;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.footer-widget ul li a:hover {
    text-decoration: underline;
}

.sub-btn {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
}

.sub-btn:focus,
.sub-btn:hover {
    border: 1px solid #6B0606;
    background-color: #6B0606;
    color: #fff;
}

.main-footer {
    padding: 20px 0;
    background-color: #6B0606;
}

.copy-right p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

/*  ================================
        footer area end
    ================================ */

/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1200px) {}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    /* menu start */
    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
    }

    .menu-container {
        padding: 5px 0;
        background: #6B0606;
        float: left;
        width: 100%;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
        overflow: hidden;
        padding: 10px 0;
        display: inline-block;
    }

    #navbar ul li {
        width: 100%;
        float: left;
        margin: 0 !important;
        text-align: left;
    }

    #navbar ul li a {
        color: #fff;
        padding: 10px 35px;
        display: block;
    }

    #navbar {
        width: 100%;
        float: left;
        height: auto;
        position: absolute;
        top: 60px;
        z-index: 999;
        left: 0;
        background-color: #6B0606;
    }

    /* menu end */
    .product-wraper {
        padding: 10px;
    }

    .pro-title {
        padding: 10px 20px;
    }

    .pro-title > h2 {
        font-size: 18px;
    }

    .product-dec {
        padding: 20px;
    }

    .pro-border {
        padding: 10px 20px !important;
    }

    .gallery-content {
        padding: 10px;
        margin-bottom: 10px;
    }

    .footer-top {
        padding-top: 0;
    }

    .footer-widget {
        margin-top: 30px;
    }
}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}
