* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main-div {
    width: 100%;
    float: left;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Roboto Slab', serif;
    color: #222;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

p {
    color: #222;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;

}

img {
    max-width: 100%;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.full-width {
    width: 100%;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */
.header-top {
    padding: 10px 0;
    background-color: #222222;
}


.header-top-right ul {
    text-align: center;
}

.header-top-right ul li {
    display: inline-block;
    margin-right: 20px;
}

.header-top-right ul li:last-child {
    margin-right: 0;
}

.header-top-right ul li span {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    top: -6px;
    margin-left: 5px;
}

.header-middle {
    padding: 15px 0;
    overflow: hidden;
    position: relative;
}

.header-middle::after {
    background: #F3F3F5;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}

.logo {
    width: 33%;
    position: relative;
}

.logo::before {
    background: #F3F3F5;
    position: absolute;
    top: -15px;
    right: -248px;
    width: 31%;
    height: 141%;
    content: '';
    -webkit-transform: skewX(-30deg);
}

.header-middle-right {
    text-align: center;
}

.header-middle-right ul {
    display: inline-flex;
}

.header-middle-right ul li a {
    display: block;
    text-transform: capitalize;
    padding: 5px 15px;
    border: 1px solid;
    transition: 0.5s;
    color: #fff;
}

.header-middle-right ul li:first-child a {
    border-right: 0;
}

.header-middle-right ul li {
    list-style: none;
    display: inline-block;
}

.header-info {
    width: 44%;
    position: relative;
    z-index: 1;
}

.mt {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.mt:nth-child(3),
.mt:nth-child(4) {
    margin-bottom: 0;
}

.mt:nth-child(2),
.mt:nth-child(4) {
    margin-right: 0;
}

.info-icon {
    font-size: 24px;
    float: left;
    width: 15%;
}

.info-body {
    float: right;
    width: 85%;
}

.info-body h3 {
    font-size: 18px;
    margin: 6px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.info-body h5 {
    font-size: 14px;
    text-transform: uppercase;
}

/*===== Menu Design =====*/
.menu-area-info {
    margin-top: 20px;
}

#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: 18px;
    top: -17px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #fff;
}

#navbar ul {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#navbar ul li {
    display: inline-block;
    list-style: outside none none;
}

#navbar ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
    font-size: 18px;
}

#navbar ul li a span {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#navbar ul li:last-child a span {
    border: 0;
}

/*  ================================
        header area end
    ================================ */

/*  ================================
        img gallery start
    ================================ */
.product-details-area {
    padding: 20px 0;
}

.product-slider {
    width: 50%;
}

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0;
}

.csslider > ul {
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.csslider > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1) 0s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    text-align: center;
    margin-top: 15px;
}

.csslider > .navigation label {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    position: relative;
    width: 65px;
    height: 50px;
    vertical-align: middle;
}

.csslider > .navigation label img {
    max-height: 100%;
}

.csslider > .navigation label:hover::after {
    opacity: 1;
}

.csslider > .navigation label::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.csslider > .arrows {
    -moz-user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1)::after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2)::after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3)::after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4)::after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5)::after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6)::after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7)::after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8)::after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9)::after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10)::after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11)::after {
    opacity: 1;
}

.csslider > .arrows {
    box-sizing: content-box;
    height: 26px;
    left: -31px;
    padding: 0 31px;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 0;
}

.csslider > .arrows label {
    box-shadow: 2px -2px 0 1px #3a3a3a inset;
    cursor: pointer;
    display: none;
    padding: 13px;
    position: absolute;
    top: -50%;
    transition: box-shadow 0.15s ease 0s, margin 0.15s ease 0s;
    z-index: 9999;
}

.csslider > .arrows label:hover {
    box-shadow: 3px -3px 0 2px #E91D26 inset;
    margin: 0;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: -27px;
    right: auto;
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    left: auto;
    right: -27px;
    transform: rotate(225deg);
}

#slider1 > input:nth-of-type(3):checked ~ ul #bg {
    padding: 22px;
    transition: all 0.5s ease 0.5s;
    width: 80%;
}

#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
    transform: translate(0px);
    transition: all 0.5s ease 0.9s;
}

#slider1 > input:nth-of-type(6):checked ~ ul #dex-sign {
    animation: 3.5s steps(85) 0.5s normal forwards 1 running sign-anim;
}

#bg {
    color: #000;
    height: 20%;
    left: 0;
    overflow: hidden;
    padding: 22px 0;
    position: absolute;
    top: 16%;
    width: 0;
    z-index: 10;
}

#bg::before {
    background: rgba(0, 0, 0, 0) url("https://raw.github.com/drygiel/csslider/master/examples/themes/fruit.jpg") repeat scroll 1px 23%;
    content: "";
    filter: blur(7px);
    height: 100%;
    left: -1px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: -1;
}

#bg::after {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

#bg div {
    transform: translate(120%);
}

.scrollable p {
    font-size: 120%;
    line-height: 140%;
    padding: 30px;
    text-align: justify;
}

#center {
    margin-top: 25%;
    text-align: center;
}

#center a {
    font-variant: small-caps;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.rt-container {
    margin: 0 auto;
    width: 76%;
}

.csslider ul li img {
    height: auto;
    width: auto;
    max-height: 100%;
}

.navigation > label {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

/*  ================================
        img gallery end
    ================================ */


/*  ================================
        product area start
    ================================ */
.quick-details {
    width: 48%;
}

.quick-details h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.quick-details h4 {
    font-size: 18px;
    padding: 10px 0 5px;
    font-weight: 600;
    color: #333;
}

.price {
    margin: 20px 0;
    padding: 10px 0px;
    border-top: 1px #ddd dotted;
    border-bottom: 1px #ddd dotted;
}

.price .sale-price {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.regular-price {
    font-size: 24px;
    color: #777777;
    font-weight: 300;
    margin-left: 10px;
    text-decoration: line-through;
}

.availability {
    margin: 12px;
}

.availability span {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    padding: 3px 8px;
    font-weight: bold;
    border-radius: 3px;
}

.product-condition {
    width: 60%;
    margin: 30px auto;
}

.list {
    overflow: hidden;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
    border-top: 1px #ddd dotted;
    border-bottom: 1px #ddd dotted;
}

.list-block {
    overflow: hidden;
}

.list-block .cl {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    font-weight: 600;
    padding-right: 10px;
    text-transform: uppercase;
    float: left;
    font-family: 'Montserrat', sans-serif;
    width: 105px;
}

.pull-left,
.pull-left a {
    color: #202020;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    width: auto;
}

.color-block a {
    float: left;
    margin-right: 5px;
    display: inline-block;
}

.color-block .colorbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.quick-details ul,
.tab-list ul {
    margin: 0 0 10px;
}

.quick-details ul li,
.tab-list ul li {
    list-style: none;
    padding: 5px 20px;
    position: relative;
    font-size: 14px;
}

.quick-details ul li::before,
.tab-list ul li::before {
    position: absolute;
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    top: 7px;
}

/*  ================================
        product area end
    ================================ */

/*  ================================
        tab area start
    ================================ */
.tab-part-area {
    padding: 0 0 50px;
}

.tab-area {
    border: 1px solid #e5e5e5;
}

section.tab-section {
    display: none;
    padding: 40px 45px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.tab-part-area input {
    display: none;
}

.tab-part-area label {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
}

.tab-part-area label span {
    padding-bottom: 10px;
    display: inline-block;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.tab-part-area label:hover {
    cursor: pointer;
}

.tab-part-area input:checked + label span {
    border-bottom: 1px solid;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
}

.video-info {
    width: 55%;
}

.video-block {
    width: 40%;
}

video.responsive-video {
    width: 100%;
}


/*  ================================
        tab area end
    ================================ */


/*  ================================
    featured products area start
    ================================ */
.featured-proudcts-area {
    padding-bottom: 50px;
}

.featured-pro-wraper {
    border: 1px solid #e5e5e5;
}

.featured-products-left {
    width: 25%;
}

.featured-title {
    color: #fff;
    line-height: 1.1;
    padding: 25px;
    text-transform: uppercase;
}

.featured-title h2 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
}

.featured-title h2 span {
    font-weight: 300;
}

.featured-des {
    margin-top: 25px;
    line-height: 24px;
    text-transform: none;
    margin-left: 25px;
    margin-right: 25px;
    letter-spacing: 0.5px;
}

.view-btn {
    border: 1px #d1d1d1 solid;
    background: #fff;
    text-transform: uppercase;
    color: #666;
    padding: 8px 15px;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-left: 25px;
    transition: 0.5s;
    display: inline-block;
}

.view-btn:hover {
    color: #fff;
}

.featured-products-right {
    width: 75%;
    padding: 25px 10px;
    border-left: 1px solid #e5e5e5;
}

.single-product {
    width: 24%;
    margin: 0 10px 0 0;
}

.single-product:last-child {
    margin-right: 0;
}

.single-product h3 {
    margin-top: 5px;
}

.single-product h3 a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.single-product .price {
    margin: 15px 0;
}

.single-product .price .sale-price {
    font-size: 16px;
}

.single-product .price .regular-price {
    font-size: 13px;
}

.single-product-info .view-btn {
    margin: 10px 0 0;
}

.pro-img {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.pro-img img {
    transition: 0.5s;
    max-height: 100%;
    height: 200px;
}

.icon img {
    height: auto;
}

.single-product:hover .pro-img img {
    transform: scale(1.2);
}

.single-product:hover .single-product-info .view-btn {
    color: #fff;
}

.icon {
    display: inline-flex;
    padding: 10px;
    position: absolute;
    z-index: 9;
    left: 20px;
    top: -40px;
    transition: 0.5s;
}

.single-product:hover .icon img {
    transform: scale(1);
}

.single-product:hover .icon {
    top: 0;
}

.icon {
    transition: 0.5s;
}

.icon a {
    display: inline-flex;
}

/*  ================================
    featured products area end
    ================================ */

/*  ================================
    footer area start
    ================================ */
.footer-area {
    padding: 50px 0;
    background-color: #1F2730;
    position: relative;
    overflow: hidden;
}

.footer-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    content: "";
    height: 100%;
}

.footer-area::after {
    background: #F3F3F5;
    position: absolute;
    top: 0;
    left: 11%;
    width: 8%;
    height: 100%;
    content: '';
    background-color: #1F2730;
    -webkit-transform: skewX(-30deg);
}

.footer-left {
    width: 60%;
    position: relative;
    z-index: 1;
}

.footer-left h2 {
    padding: 0 0 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    display: inline-block;
}

.footer-left p {
    color: #76767a;
    font-size: 18px;
}

.footer-right.float-left {
    width: 40%;
    text-align: right;
}

.contact-btn {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    outline: none !important;
    text-align: center;
    overflow: hidden;
    padding: 5px 24px;
    letter-spacing: 1.4px;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: .3s;
    transition: .3s;
    border: 5px solid;
}

.contact-btn:hover {
    background-color: transparent;
    border-color: #fff
}

.contact-btn img {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.footer-right ul {
    margin-top: 20px;
    display: inline-flex;
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    color: #fff;
    display: block;
    text-transform: capitalize;
    padding: 10px 15px;
    border: 1px solid;
    border-right: 0;
}

.footer-right ul li:last-child {
    border-right: 1px solid;
}

.copy-right {
    padding: 20px 0;
}

.copy-right p {
    margin: 0;
}

.copy-right p a {
    text-decoration: underline;
}

/*  ================================
    footer area end
    ================================ */

/*  ================================
            Responsive Part 
    ================================ */
/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1300px) {
    .container {
        width: 970px;
    }

    .logo {
        width: 25%;
        padding: 8px 0;
    }

    .header-info {
        width: 54%;
    }

    .logo::before {
        right: -180px;
        width: 60%;
    }

    .header-middle::after {
        width: 60%;
    }

    .header-top-right {
        width: 80%;
    }

    #navbar ul li a span {
        padding: 0 15px;
    }

    .product-slider {
        width: 61%;
    }

    .quick-details {
        width: 37%;
    }

    .single-product {
        width: 48%;
        margin: 0 10px 30px 0;
    }

    .footer-left,
    .footer-right {
        width: 50% !important;
    }

    .footer-area::after {
        left: 7.5%;
        width: 20%;
    }
}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .wel-come span,
    .header-top-right ul li span {
        font-size: 13px
    }

    .wel-come {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-top-right {
        width: 100%;
        text-align: center;
    }

    .logo {
        width: 30%;
        padding: 11px 0;
    }

    .logo::before,
    .footer-area::after {
        display: none;
    }

    .header-middle::after {
        width: 65%;
    }

    .header-info {
        width: 60%;
    }

    .mt {
        width: 48%;
    }

    .info-body h3 {
        font-size: 14px;
    }

    .info-body h5 {
        font-size: 12px;
    }

    /* menu start */
    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
        padding-bottom: 15px;
    }

    .menu-container {
        padding: 26px 0;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
        float: left;
    }

    #navbar ul li {
        width: 100%;
        float: left;
        margin: 0 !important;
        text-align: left;
    }

    #navbar ul li a {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 40px;
        padding: 0;
    }

    #navbar {
        width: 100%;
        float: left;
        height: auto;
        position: absolute;
        top: 275px;
        z-index: 999;
        left: 0;
    }

    #navbar ul li a span {
        border-right: 0;
    }

    #navbar ul li a:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    #navbar ul::after {
        left: 0;
        top: 0;
    }

    /* menu end */
    .product-slider {
        width: 100%;
    }

    .quick-details {
        width: 100%;
        margin-top: 50px;
    }

    .tab-part-area label {
        font-size: 14px;
    }

    .featured-products-left {
        width: 35%;
    }

    .featured-products-right {
        width: 64%;
    }

    .single-product {
        width: 47%;
        margin: 0 10px 30px 0;
    }

    .footer-left h2 {
        font-size: 24px;
    }

    .footer-left p {
        font-size: 14px;
        color: #fff;
    }

    .footer-left {
        width: 42%;
    }

    .footer-right.float-left {
        width: 58%;
    }

    .contact-btn {
        font-size: 14px;
    }

    .contact-btn img {
        top: 5px;
    }
}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {

    p,
    .quick-details ul li,
    .tab-list ul li {
        font-size: 13px;
    }

    .container,
    .logo,
    .product-condition,
    .video-info,
    .header-middle-right,
    .tab-part-area label,
    .video-block,
    .featured-products-left,
    .featured-products-right {
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .header-info {
        width: 100%;
        background-color: #F3F3F5;
        padding: 20px 20px 0;
    }

    .mt {
        width: 100%;
        margin-right: 0;
    }

    .mt:nth-child(3),
    .mt:nth-child(4) {
        margin-bottom: 20px;
    }

    .info-body h3 {
        font-size: 14px;
    }

    .info-body h5 {
        font-size: 12px;
    }

    .single-product {
        width: 100%;
        margin: 0 0 30px;
    }

    .video-block {
        margin-top: 30px;
    }

    .wel-come span,
    .header-top-right ul li span,
    .header-middle-right ul li a {
        font-size: 13px
    }

    .wel-come {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-top-right {
        width: 100%;
        text-align: center;
    }

    .header-top-right ul {
        text-align: center;
    }

    .header-top-right ul li {
        display: block;
        margin-right: 0;
    }

    .logo img {
        width: 200px;
        padding: 20px 0;
    }

    .header-middle {
        padding: 0;
    }

    .header-middle-right {
        text-align: center;
    }

    /* menu start */
    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
        padding-bottom: 15px;
    }

    .menu-container {
        padding: 26px 0;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
        float: left;
    }

    #navbar ul li {
        width: 100%;
        float: left;
        margin: 0 !important;
        text-align: left;
    }

    #navbar ul li a {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 40px;
        padding: 0;
    }

    #navbar {
        width: 100%;
        float: left;
        height: auto;
        position: absolute;
        top: 545px;
        z-index: 999;
        left: 0;
    }

    #navbar ul li a span {
        border-right: 0;
    }

    #navbar ul li a:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    #navbar ul::after {
        left: 0;
        top: 0;
    }

    /* menu end */
    .product-slider {
        width: 100%;
    }

    .csslider ul li img {
        width: 100%;
        height: auto;
    }

    .navigation {
        display: none;
    }

    .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
        left: -4px;
    }

    .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
    .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
    .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
    .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
    .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
    .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
    .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
    .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
    .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
    .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
    .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
    .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
        right: -4px;
    }

    .quick-details {
        width: 100%;
        margin-top: 30px;
    }

    .quick-details h2 {
        font-size: 18px;
    }

    .price .sale-price {
        font-size: 16px;
    }

    .availability {
        margin: 1px;
    }

    section.tab-section {
        width: 100%;
        top: 0;
    }

    .tab-part-area {
        padding: 50px 0;
    }

    section.tab-section {
        width: 100%;
        top: 0;
        padding: 30px 10px;
    }

    .tab-part-area label {
        font-size: 14px;
    }

    .tab-list img {
        width: 150px;
    }

    .featured-products-left {
        margin-bottom: 50px;
    }

    .featured-products-right {
        border-left: 0;
    }

    .header-middle::after,
    .footer-area::before,
    .footer-area::after {
        display: none;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-left h2 {
        font-size: 20px;
    }

    .footer-left p {
        font-size: 14px;
    }

    .footer-right.float-left {
        width: 100%;
        text-align: center;
    }

    .contact-btn {
        font-size: 16px;
    }

    .contact-btn img {
        top: 5px;
    }

    .footer-right ul {
        display: block;
        width: 51%;
        margin: 20px auto;
    }

    .footer-right ul li {
        display: block;
    }

    .footer-right ul li a {
        border-right: 1px solid;
        border-bottom: 0;
    }

    .footer-right ul li:last-child {
        border-bottom: 1px solid;
        border-right: 0;
    }
}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}
