.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: 33px;
    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: 14px;
    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;
    width: 100%;
    position: absolute;
    margin: -40px auto;
}
.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-family: "Roboto",sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-top: 20px;
  margin-top: 20px;
  text-align: center;
  color:#fff;
}


.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;
}

.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:20px;}

.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;border: 
}


.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 {
    color: #fff!important;
    padding: 7px 0 0 2px;
    width: 140px;
    margin: 4px 4px 4px;
    display: inline-block;
    background-color: #0c40a8;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.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: 59px
        }
        
        .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: 19px 9px 10px 9px;
           padding: 0px 1px 3px 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;
        width:300px;
        margin: 15px 0px !important;
        display: block;
       
    }

    .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;}


                .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: -20px;
                    display: none;
                }
                
                .pn-ProductNav_Link {
                    text-decoration: none;
                    color: #fff;
                    font-size: 12px;
                    font-family: -apple-system, sans-serif;
                    display: inline-block;
                    align-items: center;
                    text-align: center;
                    min-height: 44px;
                    margin: 10px;
                   padding: 0px 5px 0px 5px;
                   width: 78px;
                }

                .mobile-nav{display: none;}

                .ipad-nav{display: none;}

                .dask-nav{display: none;}


                .space{ padding-top:15px;}
                
                .block-slider .bx-pager{width: 300px;}
} 






@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;
            overflow-x: scroll;
            margin-right: 98px;
        }

       

    }




    @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 6px 10px 6px !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;
    }
    .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: inline-block !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: 1;
        right:20px;
        top: 55px;
      }

      .dropdown-content a:hover{color:#00f9f8}
      .proudct-name h2 {color: #fff ;
        
        
    
    }

    .mobile-break { display: block !important;; }

    .all-view{display: none !important;}

      .mobile-icon-div{display: block;}

 .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: none;}

                 .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;
                    margin: 10px;
                   padding: 10px 5px 10px 5px;
                   width: 100px;
                   
                }    
                
                
                .footer-text {
                    text-align: left;
                    font-size: 15px;
                    padding-right: 148px;
                    padding-top: 40px;
                }   

}



.inner-page{ color: #fff; line-height: 22px;;}

.inner-heading {
    text-align: left;
    color: #fff;
    font-size: 22px;
    margin: 20px 0px ;
}


.inner-header{background: #191919;}

.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: 1;
   
  }
  
  .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: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 17px;
    padding-bottom: 20px}

}


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 4px 0px 0px;
  position: relative;
}

.bzoom_wrap ul li.bzoom_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #535353;
}

@media screen and (min-width: 1650px){

    body {
        zoom: 110%!important;
    }
    
    }


   @media screen and (min-width: 1800px){
 
   body {
       zoom: 115%!important;
   }
}

@media screen and (min-width: 2250px){

body {
    zoom: 145%!important;
}

}
