/*-----------------------------------------------------------------------------------

    Template Name: Rapiden - eCommerce Electronics Template
    Template URI: https://devitems.com/html/rapiden-preview
    Description: This is Rapiden eCommerce Electronics Template
    Author: HasTech
    Author URI: https://devitems.com

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Default css (css/shortcode/default.css)
    2. Header css (css/shortcode/header.css)
    3. Slider css (css/shortcode/slider.css)
    4. Footer css (css/shortcode/footer.css)
    5. Blog css (css/shortcode/blog.css)
    6. Client css (css/shortcode/client.css)
    7. Mainmenu css (css/shortcode/mainmenu.css)
    8. Other page css (css/shortcode/other-page.css)
    9. Product css (css/shortcode/product.css)
    10. Product tab css (css/shortcode/product-tab.css)
    
    
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800');
html, body {height: 100%;font-family: 'Open Sans', sans-serif;background:#dedede} /*f7f7f7*/
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
    margin:0 0 15px;
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color:#444444;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #F4A137;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;	
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.search-box input[placeholder] {
  color: #ffffff!important;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.top-cart-title{background: rgba(0, 0, 0, 0) url("../image/top-cart.png") no-repeat scroll 0 50%;}
.top-cart-title-2{background: rgba(0, 0, 0, 0) url("../image/top-cart2.png") no-repeat scroll 0 50%;}
.btn-remove {
    background: #404040 url("../image/btn_remove.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    float: right;
    margin-left: 3px;
}
.btn-remove:hover {
    background: #F4A137 url("../image/btn_remove.png") no-repeat scroll 0 0;
}
.newletter-area {
  background: url("../image/bg-1.jpg")no-repeat scroll center center / cover;
}
.subscribe-social a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 48px;
  margin-right: 6px;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
  width: 55px;
}
.subscribe-social a:hover {
  background: #fff;
  color: #444;
}
.subscribe-social a i {
  font-size: 20px;
}
#scrollUp {
  background: #F4A137 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  line-height: 52px;
  right: 30px;
  text-align: center;
  width: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);  
}
#googleMap {
  height: 350px!important;
}
#scrollUp i{
  font-size: 24px;	
}
#scrollUp:hover{background:#FF5313;color#fff;} 

.single-tab-item {
  float: left;
  width: 33.3333%;
  overflow: hidden;
}

/* social_block */

#social_block {
  position: fixed;
  right: 0;
  top: 15%;
  transform: translateX(140px);
  width: 190px;
  z-index: 10050000;
}
#social_block ul li {
  list-style: outside none none;
}
#social_block ul li a {
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0;
  width: 185px;
  text-transform:capitalize;
  text-align:center;
}
#social_block ul li a:hover {
  transform: translateX(-131px);
  transition: all 300ms ease-in 0s;
}

#social_block ul li a::before {
  border-right: 1px solid #ffffff;
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  width: 50px;
}
#social_block ul .facebook a {
  background: #425f9c none repeat scroll 0 0;
}
#social_block ul .facebook a::before {
  content: "";
  transition: all 300ms ease-in 0s;
}
#social_block ul .twitter a {
  background: #00aced none repeat scroll 0 0;
}
#social_block ul .twitter a::before {
  content: "";
}
#social_block ul .rss a {
  background: #ff9900 none repeat scroll 0 0;
  text-transform:uppercase;
}
#social_block ul .rss a::before {
  content: "";
}
#social_block ul .youtube a {
  background: #e22d26 none repeat scroll 0 0;
}
#social_block ul .youtube a::before {
  content: "";
}
#social_block ul .google-plus a {
  background: #ed5757 none repeat scroll 0 0;
}
#social_block ul .google-plus a::before {
  content: "";
}
#social_block ul .pinterest a {
  background: #c21a21 none repeat scroll 0 0;
}
#social_block ul .pinterest a::before {
  content: "";
}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a{}
.wishlist-share ul li a{}
.wishlist-share ul li a:hover{background-position: left bottom;}
.blog-page-area {
  background: #ffffff none repeat scroll 0 0;
}


/**/

#shopping-cart-alert{
position: fixed;
top: 10px;
right: 0;
z-index: 1030;
font-size: 15px;
letter-spacing: 1px;
}
#shopping-cart-alert .item{
padding: 10px 10px 0px 10px;
-webkit-box-shadow: #666 0px 3px 5px;
-moz-box-shadow: #666 0px 3px 5px;
box-shadow: #666 0px 3px 5px;
margin-top: 7px;
border: 1px solid #adadad;
}
#shopping-cart-alert .item span{
font-weight: bold;
}
.map{
margin-top: 30px;
}

form .form{
padding: 15px 0;
background-color: #dedede;
}

.product-menu-title{
    padding-top: 1px;
}
.text-uppercase{
    text-transform: uppercase;
}
#navbar{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2222224
}
#top{
    margin-top: 40px;
}
.header-top-left ul, .header-top-left ul li{
list-style: none;
}
.header-top-left ul li{
display: inline;
}
.header-top-left ul li a{
margin-right: 11px;
margin-left: 11px;
}
.header-top-left ul li span.space{
font-weight: normal;
}
.header-top-left ul li:last-child a{
margin-right: 0;
}
.header-top-left ul li:last-child span.space{
display: none;
}

.mainmenu form{
margin-top: 10px;
}

.mainmenu form input[type="text"]{
width: 170px;
height: 30px;
background-color: #F7F7F7;
border: 1px solid #ccc;
}

.mainmenu form button{
width: 30px;
height: 30px;
text-align: center;
background-color: #3e5fb4;
border: 0;
color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .mainmenu ul li a{
        padding-left: 5px;
        padding-right: 5px;
    }
}

.logo{
    margin-top: 5px;
}
.logo img{
    max-width: 200px;
}

.header-company-info .name{
text-transform: uppercase;
font-size: 22px;
font-weight: bold;
color: #3e5fb4;
}
.header-company-info .info{
margin-top: 10px;
}
.header-company-info .info p{
font-size: 14px;
margin-bottom: 5px;
}


.header-company-info .hotline{
font-size: 24px;
text-align: right;
background: #3e5fb4;
padding: 10px;
}
.header-company-info .hotline i{
margin-right: 10px;
color: #fff;
}
.header-company-info .hotline a{
color: #fff;
}

@media screen and (min-width: 992px){
.header-company-info{
position: relative;
}
.header-company-info .hotline{
position: absolute;;
top: 30px;
right: 0;
}
}

@media screen and (max-width: 992px){
.header-company-info *{
text-align: center;
margin: 0 auto;
}
.header-company-info .hotline{
float: none;
display: block;
width: 200px;
margin: 0 auto;
text-align:center;
}
}

@media screen and (max-width: 1220px){
.product-menu-title{
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
}
.product-menu-title h2{
font-size: 14px;
}
}

.breadcrumb{
    background-color: transparent;
}

.border-1{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.flex{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.section-title a.floatright{
    color: #333;
}


.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-16{font-size: 16px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}
.margin-5{margin:5px;}
.margin-10{margin:10px;}
.margin-15{margin:15px;}
.margin-20{margin:20px;}
.margin-25{margin:25px;}
.margin-30{margin:30px;}
.margin-35{margin:35px;}
.margin-40{margin:40px;}
.margin-45{margin:45px;}
.margin-50{margin:50px;}
.margin-60{margin:60px;}
.margin-70{margin:70px;}
.margin-80{margin:80px;}
.margin-90{margin:90px;}
.margin-100{margin:100px;}
.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-35{margin-top:35px;}
.margin-top-40{margin-top:40px;}
.margin-top-45{margin-top:45px;}
.margin-top-50{margin-top:50px;}
.margin-top-60{margin-top:60px;}
.margin-top-70{margin-top:70px;}
.margin-top-80{margin-top:80px;}
.margin-top-90{margin-top:90px;}
.margin-top-100{margin-top:100px;}
.margin-right-5{margin-right:5px;}
.margin-right-10{margin-right:10px;}
.margin-right-15{margin-right:15px;}
.margin-right-20{margin-right:20px;}
.margin-right-25{margin-right:25px;}
.margin-right-30{margin-right:30px;}
.margin-right-35{margin-right:35px;}
.margin-right-40{margin-right:30px;}
.margin-right-45{margin-right:45px;}
.margin-right-50{margin-right:50px;}
.margin-right-60{margin-right:60px;}
.margin-right-70{margin-right:70px;}
.margin-right-80{margin-right:80px;}
.margin-right-90{margin-right:90px;}
.margin-right-100{margin-right:100px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-45{margin-bottom:45px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-60{margin-bottom:60px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-bottom-80{margin-bottom:80px;}
.margin-bottom-90{margin-bottom:90px;}
.margin-bottom-100{margin-bottom:100px;}
.margin-left-5{margin-left:5px;}
.margin-left-10{margin-left:10px;}
.margin-left-15{margin-left:15px;}
.margin-left-20{margin-left:20px;}
.margin-left-25{margin-left:25px;}
.margin-left-30{margin-left:30px;}
.margin-left-35{margin-left:35px;}
.margin-left-40{margin-left:40px;}
.margin-left-45{margin-left:45px;}
.margin-left-50{margin-left:50px;}
.margin-left-60{margin-left:60px;}
.margin-left-70{margin-left:70px;}
.margin-left-80{margin-left:80px;}
.margin-left-90{margin-left:90px;}
.margin-left-100{margin-left:100px;}

.padding-5{padding:5px;}
.padding-10{padding:10px;}
.padding-15{padding:15px;}
.padding-20{padding:20px;}
.padding-25{padding:25px;}
.padding-30{padding:30px;}
.padding-35{padding:35px;}
.padding-40{padding:40px;}
.padding-45{padding:45px;}
.padding-50{padding:50px;}
.padding-60{padding:60px;}
.padding-70{padding:70px;}
.padding-80{padding:80px;}
.padding-90{padding:90px;}
.padding-100{padding:100px;}
.padding-top-5{padding-top:5px;}
.padding-top-10{padding-top:10px;}
.padding-top-15{padding-top:15px;}
.padding-top-20{padding-top:20px;}
.padding-top-25{padding-top:25px;}
.padding-top-30{padding-top:30px;}
.padding-top-35{padding-top:35px;}
.padding-top-40{padding-top:40px;}
.padding-top-45{padding-top:45px;}
.padding-top-50{padding-top:50px;}
.padding-top-60{padding-top:60px;}
.padding-top-70{padding-top:70px;}
.padding-top-80{padding-top:80px;}
.padding-top-90{padding-top:90px;}
.padding-top-100{padding-top:100px;}
.padding-right-5{padding-right:5px;}
.padding-right-10{padding-right:10px;}
.padding-right-15{padding-right:15px;}
.padding-right-20{padding-right:20px;}
.padding-right-25{padding-right:25px;}
.padding-right-30{padding-right:30px;}
.padding-right-35{padding-right:35px;}
.padding-right-40{padding-right:40px;}
.padding-right-45{padding-right:45px;}
.padding-right-50{padding-right:50px;}
.padding-right-60{padding-right:60px;}
.padding-right-70{padding-right:70px;}
.padding-right-80{padding-right:80px;}
.padding-right-90{padding-right:90px;}
.padding-right-100{padding-right:100px;}
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-25{padding-bottom:25px;}
.padding-bottom-30{padding-bottom:40px;}
.padding-bottom-35{padding-bottom:35px;}
.padding-bottom-40{padding-bottom:30px;}
.padding-bottom-45{padding-bottom:45px;}
.padding-bottom-50{padding-bottom:50px;}
.padding-bottom-60{padding-bottom:60px;}
.padding-bottom-70{padding-bottom:70px;}
.padding-bottom-80{padding-bottom:80px;}
.padding-bottom-90{padding-bottom:90px;}
.padding-bottom-100{padding-bottom:100px;}
.padding-left-5{padding-left:5px;}
.padding-left-10{padding-left:10px;}
.padding-left-15{padding-left:15px;}
.padding-left-20{padding-left:20px;}
.padding-left-25{padding-left:25px;}
.padding-left-30{padding-left:30px;}
.padding-left-35{padding-left:35px;}
.padding-left-40{padding-left:40px;}
.padding-left-45{padding-left:45px;}
.padding-left-50{padding-left:50px;}
.padding-left-60{padding-left:60px;}
.padding-left-70{padding-left:70px;}
.padding-left-80{padding-left:80px;}
.padding-left-90{padding-left:90px;}
.padding-left-100{padding-left:100px;}

@media (max-width: 992px){
    .mobile-hide{
        display: none
    }
}


.product_vmegamenu ul li{
    height: 28px;
    overflow: hidden;
}
.product_vmegamenu ul li a{
    display: table;
    width: 100%;
}
.product_vmegamenu ul li a img{
    display: table-cell;
    float: left;
    max-height: 28px !important;
    margin-top: 0px !important;
}
.product_vmegamenu ul li a h3{
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
@media (min-width: 1200px){
    .product_vmegamenu ul li{
        padding: 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .product_vmegamenu ul li{
        height: 23px;
        padding: 3px 0;
    }
    .product_vmegamenu ul li a img{
        max-height: 23px !important;
    }
    .product_vmegamenu ul li a h3{
        line-height: 23px;
    }
}




.product-i .pro-title h4 a{
    display: inline-block;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.product-img.pt-20 a{
    display: table;
    vertical-align: middle;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DEDEDE;
}
.product-img.pt-20 a img{
    width: auto;
    max-width: 100%!important;
}
@media (min-width: 1200px){
    .product-img.pt-20 a{
        height: 200px;
    }
    .product-img.pt-20 a img{
        max-height: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .product-home-1 .new-product-area .border-1 .new-product-items:nth-child(5), .product-home-1 .new-product-area .border-1 .new-product-items:nth-child(6){
        display: none;
    }
    .product-img.pt-20 a{
        height: 180px;
    }
    .product-img.pt-20 a img{
        max-height: 180px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .product-img.pt-20 a{
        height: 180px;
    }
    .product-img.pt-20 a img{
        max-height: 180px;
    }
}
@media (max-width: 768px){
    .product-img.pt-20 a{
        height: 160px;
    }
    .product-img.pt-20 a img{
        max-height: 160px;
    }
}

