/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
  float:left;
  
-webkit-transition: opacity 100ms, visibility 100ms;
transition: opacity 100ms, visibility 100ms;
}
.affix .mm02{float:left!important; margin-left:150px;}
/*.affix .newww{ visibility:hidden;}
.affix + .container-fluid {
padding-top:70px;
}*/
.affix .navbar-brand img{height:40px;}
.affix .navbar-brand{height:40px!important; margin:5px 10px 10px 20px !important;}
.affix .navbar-default .form-group, .affix .navbar-default .navbar-nav{margin-top:5px; margin-bottom:5px;}
.affix  .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{height:36px; padding:5px 16px; font-size:14px;}
.affix .btn-lg{height:36px; padding:5px 16px;}
.adsear{float:right; display:none;} 
.affix .adsear{display:block;} 
.affix .hidefix{visibility:hidden; position:absolute; height:0px;}
.affix #adv-search{margin:5px auto;}
.affix #adv-search{width:350px;}
.affix .cartvv{ display:none; margin-top:-15px; }
.remm{display:none;}
.affix .remm{display:block;}
/*.cartvv{position:relative; top:-65px; right:3%;}*/
.cat{margin:0;}
.affix .cat{margin:4px 0;}
 
@media only screen and (max-width: 768px) {
.cat i{font-size:2.5em!important;}
.affix .mm02{ margin-left:0;}
.dropdown.dropdown-lg .dropdown-menu {
width:300px;
    }
	.navbar .media, .navbar #adv-search{margin-top:5px!important;}
	.navbar-brand > img{display:inline-block;}
	.navbar-brand{text-align:center;} 
	.navbar .media{ margin-left:-20px;}
	.affix-top .se02, .affix .se02{display:none!important;} 
	.navbar-nav li:last-child{padding-bottom:40px;}
}

.has-children{border:none; }
.is-hidden{ padding-left:0; padding-right:0; margin-left:0; margin-right:0;}
.affix .cd-dropdown-trigger{margin-top:0;}
@media only screen and (max-width: 768px) {
.navbar-collapse{padding-right:0;} 
#adv-search{margin:15px auto;}
}

#adv-search .dropdown-menu{right:0!important; left:auto;}
.dropdown.dropdown-lg .dropdown-menu {
margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child, .input-group-addon:first-child, .input-group-btn:last-child > .btn, .form-control { border-radius: 0px; }
.form-group-lg .form-control,.input-group-lg > .form-control,.input-group-lg > .input-group-btn > .btn, .loginpanel .btn-lg{ border-radius: 0px!important; }

@media screen and (min-width: 768px) {
    #adv-search {
        width: 100%;
        margin: 15px auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
.cd-secondary-dropdown li.brand{ width:220px; border:none; padding:0px 10px !important; margin:0px !important; height:auto; }
.cd-secondary-dropdown li.brand a{ color:#111433 !important; margin-bottom:0px; padding:0px; }

.count{ float:right; font-size:10px; margin:-5px -10px 0px -15px;}
.suggesstion{ position:absolute; width:100%; display:none; }
#country-list{float:left; list-style:none;margin:0;padding:0; width:100%; border:1px solid #D7D7D7; z-index:9999; position:relative;}
#country-list li{ display:block; background:#ffffff; border-bottom:1px solid #D7D7D7; text-align:left;}
#country-list li a{ display:block; padding: 3px 2.5%; background:#ffffff; overflow:hidden;}
#country-list li a:hover{ background:#004080 !important; text-decoration:none; color:#fff;}
#country-list li:hover{ color:#484848; cursor:pointer;}
#country-list li.activeSel { background:#004080 !important; color:#ffffff;}
#country-list .tit{ font-size:16px; display:block;}
#country-list .sub{ font-size:13px; color:#DADADA;}
/*.activeRow { background:#f5f5f5 !important; color:#000000;}*/
.activeRow { 
background: linear-gradient(to right, rgba(38,105,171,1) 0%, rgba(1,189,219,1) 100%)!important;
    color: #fff!important;
} 
.activeRow a{color:#fff; text-decoration:underline;}
.lastAll{ text-align:right; float:right; font-size:20px;}
.see-alld{padding:15px; background:#dfdfdf; text-align:center;}
.cafold{background:url('../images/F01.png') no-repeat 100% 100% !important;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
  }
  
 .txtleft{text-align:left!important;}
 
.lineh h3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lineh h3:before,
.lineh h3:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.lineh h3:after {
    margin: 0 0 0 20px;
}
.lineh h3 .rou{border-radius: 100%;
    background: #f35252;
    padding: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;}