.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background: #000;
}

.logo {
    float: left;
    width: 260px;
    margin-top: 25px;
    margin-left: 42px;
}

.logo-mobile {
    display: none;
}

.footer-remove {
    display: none;
}

.header-area {
    background: none repeat scroll 0 0 #f4f4f4;
}

.header-area a {
    color: #888;
}

.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.user-menu li {
    display: inline-block;
}

.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}

.user-menu li a i.fa {
    margin-right: 5px;
}

.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}

.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}

.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}

.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {
    background: none repeat scroll 0 0 #fbfbfb;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
}

.powered-by {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 130px;
}

.powered-by span {
    display: block;
    color: #fff!important;
    font-size: 11px;
    width: 130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    left: -55px;
}

.logo h1 {
    font-size: 40px;
    margin: 30px 0;
    font-weight: 400;
}

.logo h1 a {
    color: #999;
}

.logo h1 a:hover {
    text-decoration: none;
    opacity: .7
}

.logo h1 a span {
    color: #5a88ca;
}

.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}

.shopping-item a {
    color: #666;
}

.cart-amunt {
    color: #5a88ca;
    font-weight: 700;
}

.product-count {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.shopping-item i.fa {
    margin-left: 15px;
}

.shopping-item:hover {
    background: none repeat scroll 0 0 #5a88ca;
    border-color: #5a88ca;
}

.shopping-item:hover a {
    color: #fff;
    text-decoration: none
}

.shopping-item:hover .cart-amunt {
    color: #fff;
}

.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}

.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 20px;
}

.mainmenu-area ul.navbar-nav li:hover a,
.mainmenu-area ul.navbar-nav li.active a {
    background: #5a88ca;
    color: #FFF;
}

.mainmenu-area .nav>li>a:focus {
    color: #FFF;
}

.slider-area {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 5px;
}


/*-------------------------
[9. Block slider]
---------------------------*/

.block-slider {
    border: none;
    width: 100%;
}

.block-slider ul li {
    list-style: none;
}

.block-slider .bx-pager {
    display: none;
}

.block-slider .bx-prev,
.block-slider .bx-next {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 29px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.block-slider img {
    width: 100%;
    height: auto;
}

.block-slider .bx-prev {
    left: 30px;
    padding-right: 3px;
}

.block-slider .bx-next {
    right: 30px;
    padding-left: 3px;
}

.block-slider:hover .bx-prev {
    left: 10px;
}

.block-slider:hover .bx-next {
    right: 10px;
}

.block-slider .bx-prev:hover,
.block-slider .bx-next:hover {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
}


/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager {
    display: block;
    text-align: center;
    max-width: 320px;
    position: relative;
    margin: -40px auto 30px;
}

.block-slider .bx-pager-item {
    width: 15px;
    height: 15px;
    background: #fff;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.block-slider .bx-pager-item a {
    width: 100%;
    height: 100%;
    background: #999;
    display: block;
    border-radius: 50%;
}

.block-slider .bx-pager-item a.active {
    background: #fff;
}

.block-slider .caption-group {
    position: absolute;
    top: 50%;
    width: 100%;
}

.block-slider .caption-group .title {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    width: max-content;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
}

.block-slider .caption-group .subtitle {
    margin: 0;
    margin-top: 5px;
}

.block-slider .caption-group .button-radius {
    margin-top: 27px;
}

.block-slider .caption-group .primary {
    color: #0A367E;
}

.block-slider .caption-group .caption {}

.section-title {
    font-size: 50px;
    font-weight: 100;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 3px;
    font-family: "snellbold";
}
.section-title .fa-angle-left{
    float: left;
    font-size: 36px;
    line-height: 60px;
}
.section-title:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: rgb(255, 255, 255);
    bottom: -10px;
    left: 50%;
    translate: -50%;

}

.product-f-image {
    position: relative;
    background: #eee;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bottom-space {
    margin-bottom: 20px
}

.product-f-image h2 {
    margin-bottom: 10px;
}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product-hover:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .4s;
}

.product-hover a {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #5a88ca;
    width: 80%;
    z-index: 99;
    transition: .4s;
}

.product-hover a:hover {
    background: #000;
    text-decoration: none;
    border-color: #444;
}

.product-carousel-price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 5px;
    text-decoration: none;
}

.product-hover a i.fa {
    margin-right: 5px;
}

.product-hover a.add-to-cart-link {
    top: -25%;
}

.product-hover a.view-details-link {
    bottom: -25%;
}

.single-product h2 {
    color: #5a88ca;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
}

.single-product h2 a {
    color: #5a88ca;
    padding-left: 10px;
}

.single-product p {
    color: #5a88ca;
    font-weight: 700;
}

.single-product {
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-product:hover {}

.single-product:hover .product-hover a.add-to-cart-link {
    top: 32%;
}

.single-product:hover .product-hover a.view-details-link {
    bottom: 32%;
}

.single-product:hover .product-hover:after {
    left: 0
}

.product-carousel {
    padding-top: 40px;
}

.latest-product .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .pn-ProductNav_Link {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        padding: 10px 4px 10px 4px;
        width: 100px;
    }
}


/* Landscape */

@media only screen and (min-device-width: 1112px) and (orientation: landscape) {
    .pn-ProductNav_Link {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        padding: 10px 4px 10px 4px;
    }
}


/*Portrait*/

@media only screen and (min-device-width: 834px) and (orientation: portrait) {
    /* Your Styles... */
}

.latest-product .owl-nav div,
.related-products-wrapper .owl-nav div {
    background: #fa8072;
    color: #FFF;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.latest-product .owl-nav div:hover,
.brand-wrapper .owl-nav div:hover,
.related-products-wrapper .owl-nav div:hover {
    color: #FFF;
    background: #f95f5f;
}

.brand-list {
    padding-top: 40px;
}

.brand-list .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.brand-wrapper .owl-nav div {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
    background: #fa8072;
    color: #FFF;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.maincontent-area {
    padding-bottom: 50px;
    padding-top: 50px;
}

.product-wid-title {
    font-family: raleway;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}

.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}

.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}

.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}

.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}

.product-wid-price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.single-wid-product h2 a {
    color: #222;
}

.single-wid-product h2 a:hover,
.single-product h2 a:hover {
    color: #5a88ca;
}

.wid-view-more {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.wid-view-more:hover {
    color: #fff;
    background-color: #222;
    text-decoration: none
}

.single-product-widget {
    position: relative;
}

.product-widget-area {
    padding-bottom: 30px;
    padding-top: 30px;
}

.product-widget-area .zigzag-bottom {
    background: #f4f4f4;
}

.footer-top-area .zigzag-bottom {
    background: #f4f4f4
}

.footer-top-area {
    background: none repeat scroll 0 0 #101010;
    color: #a29b9b;
    padding: 35px 0 20px;
}

.footer-top-area a {
    color: #fff !important;
    font-size: 16px;
}

.footer-top-area a:hover {
    color: #a29b9b !important;
}

.footer-top-area b {
    color: #a29b9b;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.footer-newsletter a:hover {
    color: #fff !important;
}

.footer-bottom-area {
    background: #000;
    color: #fff
}

.footer-about-us span {
    color: #5a88ca;
}

.footer-wid-title {
    font-family: raleway;
    font-size: 30px;
    font-weight: 100;
    color: #fff
}

.footer-about-us h2 {
    font-weight: 200;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}

.footer-menu a {
    display: block;
    padding: 5px 0;
    color: #999
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 40px;
}

.footer-social {
    margin-top: 20px
}

.footer-nav {
    color: #fff !important;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 35px;
}

.footer-nav a:hover {
    color: #a29b9b !important;
}

.footer-text {
    color: #fff;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
}

.footer-social a {
    padding: 2px 0px 0px;
    margin: 4px;
    display: inline-block;
    background-color: rgb(12, 64, 168);
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: rgb(255, 255, 255) !important;
}

.footer-social a:hover {
    background-color: #01c1c3;
    color: #000!important;
}

.bottom-spacing {
    padding-top: 30px;
    line-height: 30px;
}

.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}

ol.slide-indicators {
    left: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

ol.slide-indicators li {
    background: none repeat scroll 0 0 #222;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}

ol.slide-indicators li.active {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}

.carousel.carousel-fade .item {
    transition: opacity 1s ease-in-out
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
    font-size: 30px;
    text-align: right;
}

.copyright>p {
    margin: 10px 0 0;
}

.footer-heading {
    text-align: center;
    color: #fff;
}

.proudct-img {
    max-width: 100%;
    height: auto;
}

.img-style {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.proudct-name {}

.proudct-name h2 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 17px;
    padding-bottom: 20px
}


}
.proudct-name h2 a {
    color: #0A367E;
    text-decoration: none;
}
.proudct-name h2 a:hover {
    color: #5a88ca;
    text-decoration: none;
}
.banner-1 {
    background-size: cover;
    min-height: 300px;
}
.pro-box-bg {
    background: #262626;
    border-radius: 5px;
}
.view-product-d {
    text-align: right;
    font-size: 15px;
    color: #0A367E;
    display: block
}
.view-product-m {
    text-align: right;
    font-size: 15px;
    color: #0A367E;
    display: none
}
.view-product-ipad {
    text-align: right;
    font-size: 15px;
    color: #0A367E;
    display: none
}
.mobile-icon-div {
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #DDE2E6;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
    margin: 0 auto;
}
.web-link {
    display: none !important;
}
.mobile-nav {
    display: block;
}
.mobile-break {
    display: none !important;
}
.ipad-nav {
    display: none;
}
.dask-nav {
    display: block;
}
.mobile-icon-div {
    display: none;
}
.pn-ProductNav a {
    color: #000;
    text-decoration: none;
}
.pn-ProductNav {
    /* Make this scrollable when needed */
    
    overflow-x: visible;
    /* We don't want vertical scrolling */
    
    overflow-y: visible;
    /* For WebKit implementations, provide inertia scrolling */
    
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    
    .js & {
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* Remove the default scrollbar for WebKit implementations */
        &::-webkit-scrollbar {
            display: none;
        }
    }
}
.pn-ProductNav_Contents {
    float: right;
    margin-right: 40px;
}
.pn-ProductNav_Link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: -apple-system, sans-serif;
    display: inline-block;
    align-items: center;
    text-align: center;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
}
.pn-ProductNav_Link.dropdown{
    padding: 30px 1px 30px 1px;
}
.pn-ProductNav_Link:hover {
    color: #00f9f8
}
.view-product-d {
    text-align: right;
    font-size: 15px;
    color: #fff;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .removed {
        display: none;
    }
    
    .powered-by {
        display: none;
    }
    
    .footer-remove {
        display: block;
    }
    
    .logo {
        display: none;
        float: left;
        margin-top: 21px;
    }
    
    .remove {
        display: block;
    }
    
    .logo-mobile {
        margin: 0 auto !important;
        margin: 15px 0px !important;
        display: flex;
        padding: 0px 10px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .logo-mobile a img{
        max-width: 250px;
    }
    .logo-mobile a  .fa{
        font-size: 20px;
        color: #ffffff;
    }

    
    .mobile-break {
        display: block !important;
        ;
    }
    
    .proudct-name h2 {
        color: #fff;
        height: 52px;
    }
    
    .all-view {
        display: none !important;
    }
    
    .mobile-icon-div {
        /* display: block; */
    }
    
    .web-link {
        display: inline-block !important;
    }
    
    .footer-nav {
        color: #fff;
        text-decoration: none;
        padding-left: 3px;
        padding-right: 25px;
    }
    
    .footer-text {
        text-align: left;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 15px;
    }
    
    .view-product-d {
        text-align: right;
        font-size: 15px;
        color: #fff;
        display: none
    }
    
    .footer-heading {
        text-align: left;
        color: #fff;
        font-size: 22px;
    }
    
    .view-product-d {
        text-align: right;
        font-size: 15px;
        color: #fff;
    }
    
    .view-product-m {
        text-align: right;
        font-size: 15px;
        color: #0A367E;
        display: block
    }
    
    .view-product-ipad {
        text-align: right;
        font-size: 15px;
        color: #0A367E;
        display: none
    }
    
    .mobile-icon-div {
        line-height: 60px;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background: #DDE2E6;
        text-align: center;
        margin-bottom: 15px;
        color: #000;
        margin: 0 auto;
    }
    
    .all-view {
        display: block;
    }
    
    .pn-ProductNav a {
        color: #000;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    
    .pn-ProductNav {
        /* Make this scrollable when needed */
        overflow-x: auto;
        /* We don't want vertical scrolling */
        overflow-y: hidden;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        white-space: nowrap;
        /* If JS present, let's hide the default scrollbar */
        .js & {
            /* Make an auto-hiding scroller for the 3 people using a IE */
            -ms-overflow-style: -ms-autohiding-scrollbar;
            /* Remove the default scrollbar for WebKit implementations */
            &::-webkit-scrollbar {
                display: none;
            }
        }
    }
    
    .pn-ProductNav_Contents {
        float: left;
        margin-left: 0px;
        display: block;
        width: 100%;
        margin-right: 0;
        padding-left: 20px;
    }
    
    .pn-ProductNav_Link {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-family: -apple-system, sans-serif;
        display: inline-block;
        align-items: flex-start;
        text-align: left;
        min-height: 24px;
        margin: 1px;
        padding: 0px 5px 0px 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .mobile-nav {
        display: none;
    }
    
    .ipad-nav {
        display: none;
    }
    
    .dask-nav {
        display: none;
    }
    
    .space {
        padding-top: 5px;
    }
    .clickmenu{
        display: none;
    }
    .clickmenu.active{
        display: block;
    }
}
@media only screen and (max-width: 375px) {
    .pn-ProductNav_Link {
        width: 74px;
    }
}
@media only screen and (max-width: 360px) {
    .pn-ProductNav_Link {
        width: 70px;
    }
}
@media only screen and (max-width: 320px) {
    .pn-ProductNav_Link {
        width: 58px;
    }
}
.remove {
    display: none;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .proudct-name h2 {
        color: #fff;
    }
    
    .pn-ProductNav_Contents {
        float: none;
        margin-right: 98px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
    .proudct-name h2 {
        color: #fff;
    }
    
    .pn-ProductNav_Contents {
        float: none;
        margin-right: 98px;
    }
    
    .pn-ProductNav_Link {
        font-size: 14px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .proudct-name h2 {
        color: #fff;
    }
    
    .mobile-break {
        display: none;
    }
    
    .mobile-nav {
        display: block;
    }
    
    .pn-ProductNav_Link {
        margin: 20px 4px 10px 4px !important;
        padding: 1px;
    }
    
    .pn-ProductNav_Link {
        margin: 20px 8px 10px 8px;
        padding: 0px 1px 0px 1px;
    }
}
.mobile-break {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        display: none;
        float: left;
        width: 91px;
        margin-top: 21px;
    }
    .dropbtn {
        font-size: 14px;
    }
    .powered-by {
        display: none;
    }
    
    .remove {
        display: block;
    }
    
    .logo-mobile {
        margin: 0 auto !important;
        width: 400px;
        margin: 5px 0px;
        display: block;
    }
    
    .removed {
        display: none;
    }
    
    .web-link {
        display: none !important;
    }
    
    .dropdown-content {
        display: none;
        color: #fff;
        position: fixed;
        background-color: #1A1A1A;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        right: 20px;
        top: 55px;
    }
    
    .dropdown-content a:hover {
        color: #00f9f8
    }
    
    .proudct-name h2 {
        color: #fff;
    }
    
    .mobile-break {
        display: none !important;
    }
    
    .all-view {
        display: initial !important;
    }
    
    .mobile-icon-div {
        display: none;
    }
    
    .mobile-icon-div {
        line-height: 60px;
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background: #DDE2E6;
        text-align: center;
        margin-bottom: 15px;
        color: #000;
    }
    
    .view-product-d {
        text-align: right;
        font-size: 15px;
        color: #fff;
        display: none
    }
    
    .view-product-m {
        text-align: right;
        font-size: 15px;
        color: #fff;
        display: none
    }
    
    .view-product-ipad {
        text-align: right;
        font-size: 15px;
        color: #fff;
        display: block
    }
    
    .mobile-nav {
        display: block;
    }
    
    .ipad-nav {
        display: block;
    }
    
    .dask-nav {
        display: none;
    }
    
    .pn-ProductNav {
        /* Make this scrollable when needed */
        overflow-x: auto;
        /* We don't want vertical scrolling */
        overflow-y: hidden;
        /* For WebKit implementations, provide inertia scrolling */
        -webkit-overflow-scrolling: touch;
        /* We don't want internal inline elements to wrap */
        white-space: nowrap;
        /* If JS present, let's hide the default scrollbar */
        .js & {
            /* Make an auto-hiding scroller for the 3 people using a IE */
            -ms-overflow-style: -ms-autohiding-scrollbar;
            /* Remove the default scrollbar for WebKit implementations */
            &::-webkit-scrollbar {
                display: none;
            }
        }
    }
    
    .pn-ProductNav_Contents {
        float: left;
        margin: -23px;
    }
    
    .pn-ProductNav_Link {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-family: -apple-system, sans-serif;
        display: inline-block;
        align-items: center;
        text-align: center;
        min-height: 44px;
        padding: 10px 5px 10px 5px;
        width: auto;
    }
    
    .footer-text {
        text-align: left;
        font-size: 15px;
        padding-right: 148px;
        padding-top: 40px;
    }
}
.inner-page {
    color: #ededed;
    line-height: 28px;
}
.inner-heading {
    text-align: left;
    color: #fff;
    font-size: 22px;
    margin: 20px 0px;
}
header {
    padding: 5px 0px;
}
.inner-header {
    background: #000000;
}
.dropbtn-2 {
    background-color: #191919;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropbtn {
    background-color: #000;
    color: white;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1A1A1A;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.dropdown-content a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #000;
    color: #00f9f8 !important
}
.dropdown:hover .dropdown-content {
    display: block;
}
.proudct-name h2 {
    color: #fff;
    font-size: 30px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 2px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "snellbold";
}

}
body {
    background: #eee;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bzoom {
    direction: ltr;
}
.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint {
    display: none
}
.bzoom .bzoom_thumb {
    background: #fff url(./img/loading.gif) center no-repeat;
}
.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img {
    position: relative
}
.bzoom img,
.bzoom li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}
.bzoom,
.bzoom_small_thumbs li {
    float: left
}
.bzoom_right {
    float: right
}
.bzoom li {
    position: absolute
}
.bzoom img {
    vertical-align: bottom;
    width: 50px;
    height: 70px
}
.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
    background: #fff url(./img/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    display: none;
    z-index: 20;
}
.bzoom_zoom_area div {
    overflow: hidden;
}
.bzoom_zoom_area .bzoom_zoom_img {
    position: absolute;
}
.bzoom_wrap .bzoom_magnifier {
    background: #fff;
    outline: #bbb solid 1px;
    display: none;
    cursor: move;
}
.bzoom_magnifier div {
    overflow: hidden;
}
.bzoom_wrap .bzoom_small_thumbs {
    overflow: hidden;
}
.bzoom_wrap .bzoom_small_thumbs li {
    border: 1px solid #FFF;
    margin: 0px 3px 0px 0px;
    position: relative;
}
.bzoom_wrap ul li.bzoom_smallthumb_active {
    border: 1px solid #535353;
}











li.dropdown {
	display: inline-block;
  }
 
  nav ul div.Admin-mode {
    display: none;
  }

  .dropdown-content {
    display: initial;
    position: absolute;
    background-color: rgb(0, 0, 0);
    min-width: 300px;
    z-index: 1;
    right: 0px;
    top: 200px;
    list-style-type: none;
    visibility: hidden;
}
  .dropdown-content a {
	color: #fff;
    padding: 15px 15px!important;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  .dropdown #login_menu{
	text-decoration: none;
  }

  .dropdown:hover .dropdown-content {
	display: block;
	visibility: visible;
	top: 80px;
	transition-duration: 0.5s;
	transition-delay: 0.1s;
	}


nav ul ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    z-index: 1;
    top: 0px;
    right: 0px;
    padding: 0;
    list-style-type: none;
}
nav ul ul.dropdown-content a {
	color: #ffffff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
  }
  nav ul ul.dropdown-content a:after{
    height: 0px!important;
}
nav ul li:hover ul {
	display: block;
}

nav ul ul ul li {
	width: 180px;
	float: none;
	display: list-item;
	position: relative;
	top: -20px;
	left: 0;
}

	 /* Admin-mode dropdown */

.admin .Admin-mode.active {
	display: block;
  }

  nav ul ul.Admin-mode {
    display: none;
    position: relative;
    background-color: #000000;
    min-width: 200px;
    width: 100%;
    z-index: 1;
    top: 0px;
    right: 0;
    padding: 0;
    list-style-type: none;
}

nav ul ul.Admin-mode li {
	width: 90%;
}
#header nav ul.Admin-mode li a{
	color: #000;
}
.white-mode {
    border: 1px solid;
    border-color: #f1f1f1;
    background-color: #f6f6f6;
    color: #000000;
}

nav ul ul .white-mode a {
	color: #000!important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
}
nav ul ul .white-mode a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}

.green-mode {
    border: 1px solid;
    border-color: #e2f7cb;
    background-color: #e9ffd1;
    color: #000;
}
nav ul ul .green-mode a {
	color: #000!important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
}
nav ul ul .green-mode a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}

.orange-mode {
    border: 1px solid;
    border-color: #ffeac7;
    background-color: #ffe3b3;
    color: #000;
}
nav ul ul .orange-mode a {
	color: #000!important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
}
nav ul ul .orange-mode a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}

.orange-mode-input {
	margin-left: 20px;
	margin-bottom: 5px;
}

.orange-mode-input input{
		  height: 39px;
		  width: 105px;
		  font-size: 16px;
		  line-height: 12px;
		  font-weight: normal;
		  text-align: center;
		  padding: 0;
		  color: black;

}
.orange-mode-input input:focus::placeholder {
		  color: transparent !important;
		}
.orange-mode-input span{
		  font-size: 16px;
		  line-height: 12px;
		  margin-left: 10px;
		} 

		.bg-success p{
			margin: 0;
			color: #fff;
			font-weight: 400;
			font-family: 'Roboto', sans-serif;
		}
		body .bg-success {
			background-color: rgb(9, 255, 0);
			padding: 10px;
		}

		.nav-links .has-child ul li a:hover {
			background: #EFEFEF !important;
			color: #000 !important;
		}
	   
@media (max-width: 420px) {

		.dropdown-content {
			display: none;
			position: absolute;
			background-color: rgb(220 163 156);
			min-width: 304px;
			z-index: 1;
			right: auto;
			top: 58px;
			left: -20%;
			width: 95%;
		}
		nav ul ul.Admin-mode li {
			width: 100%;
		}
		nav ul ul.Admin-mode {
			min-width: 100%;
			width: 100%;
			z-index: 1;
		}
}

.d-block-1199{
    display:  none;
}
@media (min-width: 768px) and (max-width: 991px){
    .proudct-name h2{
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .image-part{
        overflow: hidden;

    border-radius: 5px 5px 0px 0px;

    }
    .card-width .img-style{
        transform: scale(1.25);
    transition: transform 0.5s, opacity;
    }
    .card-width:hover .img-style{
        transform: scale(1.05);
    }
    .d-block-1199{
        display:  inline-block;
    }
}


@media only screen and (max-width: 767px) {
    .proudct-name h2 {
        font-size: 30px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .pn-ProductNav_Link.dropdown  {
        padding: 25px 1px 25px 1px;
    }
    
    
}
.pn-ProductNav_Link.all-view .dropdown-content {
    min-width: 200px;
    z-index: 1;
    left: 0px;
    right: auto;
}

.footer2 {
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #262626;
    margin-top: 20px;
}
.footer2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}
.footer2 ul li{
    color: #a29b9b;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.formob{
    display: none;
}
.forweb {
    display: block;
  }