

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

 [1. Common styles]

 */

 html{

  height: 100%;

}

body{

  overflow-x:hidden;

  -webkit-font-smoothing: antialiased;

  height: 100%;

}

body.is-ontop{

  margin-top: 53px;

}

h1{

  font-size: 44px;

}

h2{

  font-size: 20px;

}

h3{

  font-size: 18px;

}

a{

  color: #666;

}

a:hover{

  color: #ff3366;

  text-decoration: none;

  transition: all 0.25s;

}

a:focus{

  text-decoration: none;

}

.fa{

  line-height: inherit;

}

.bold{

  font-weight: bold;

}

.alignleft{

  float: left;

}

.alignright{

  float: right;

}

.btn-fb-login{

  width: 65px;

  height: 22px;

  background: url('../images/fb.jpg') no-repeat;

  display: inline-block;

  margin-top: 5px;

  font-size: 0;

  border: none!important;

}

.button{

  padding: 10px 20px;

  border: 1px solid #eaeaea;

  background: #666;

  color: #fff;

}

.button-sm{

  padding: 5px 10px;

}

.button:hover{

  opacity: 0.8;

}

.input{

  border-radius: 0px;

  border: 1px solid #eaeaea;

  -webkit-box-shadow: inherit;

  box-shadow: inherit;

}

.button .fa{

  line-height: inherit;

}

.text-center{

  text-align: center;

}

.text-left{

  text-align: left;

}

.text-right{

  text-align: right;

}

img.alignleft{

  margin: 0 20px 15px 0;

}

img.alignright{

  margin: 0 0 15px 20px;

}

.clearfix:before{

  content: "";

  display: table;

}



.container{

  /*padding-left: 0;

  padding-right: 0;*/

}

.loader {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background:#fff url('../images/Preloader_4.gif') 50% 50% no-repeat;

}

#content-car{

  display: block;

  float: left;

  width: 100%;

  position: relative;

}

.loader-carrinho{

  display: none;

  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background:rgba(255, 255, 255, 0.66) url('../images/ajax-loader.gif') 50% 50% no-repeat;

  z-index: 10;

  cursor: wait;

}



.banner-opacity{

  position: relative;

}

.banner-opacity a:before{

  display: block;

  position: absolute;

  -webkit-transition: all 0.1s ease-in 0.1s;

  transition: all 0.1s ease-in 0.1s;

  background: rgba(0,0,0,0.1);

  opacity: 0;

  filter: alpha(opacity=0);

  left: 0px;

  top: 0px;

  content: "";

  height: 0%;

  width: 100%;

  left: 0%;

  top: 50%;

}

.banner-opacity a:hover:before{

  opacity: 1;

  filter: alpha(opacity=1);

  -webkit-transition: all 0.2s ease-in 0.1s;

  transition: all 0.2s ease-in 0.1s;

  height: 100%;

  left: 0%;

  top: 0%;

}

.tab-container{

  position: relative;

}

.tab-container .tab-panel{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  opacity: 0;

  visibility: hidden;

}

.tab-container .active{

  opacity: 1;

  visibility: inherit;

  position: inherit;

  -vendor-animation-duration: 0.3s;

  -vendor-animation-delay: 1s;

  -vendor-animation-iteration-count: infinite;

}

.hover-zoom{

  -webkit-transition: 0.7s all ease-in-out;

  transition: 0.7s all ease-in-out;

  -webkit-backface-visibility: hidden;

  -webkit-perspective: 1000;

  overflow: hidden;

}

.hover-zoom:hover img{

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  opacity: 0.7;

}

.banner-boder-zoom{

  position: relative;

  overflow: hidden;

}

.banner-boder-zoom a:before{

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  display: block;

  z-index: 10;

  background-color: rgba(0, 0, 0, 0.2);

  background: rgba(0, 0, 0, 0.2);

  color: rgba(0, 0, 0, 0.2);

  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.banner-boder-zoom a:after{

  position: absolute;

  top: 10px;

  left: 10px;

  right:10px;

  bottom:10px;

  content: "";

  display: block;

  z-index: 10;

  border: 1px solid #fff;

  opacity: 0;

}

.banner-boder-zoom a img{

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.banner-boder-zoom:hover a img{

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

}

.banner-boder-zoom:hover a:before{

  opacity: 1;

}

.banner-boder-zoom:hover a:after{

  opacity: 0;

}

.banner-boder-zoom2{

  position: relative;

  overflow: hidden;

}

.banner-boder-zoom2 a:before{

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  display: block;

  z-index: 10;

  background-color: rgba(0, 0, 0, 0);

  background: rgba(0, 0, 0, 0);

  color: rgba(0, 0, 0, 0);

  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.banner-boder-zoom2 a:after{

  position: absolute;

  top: 10px;

  left: 10px;

  right:10px;

  bottom:10px;

  content: "";

  display: block;

  z-index: 10;

  border: 1px solid #fff;

  opacity: 0;

}

.banner-boder-zoom2 a img{

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.banner-boder-zoom2:hover a img{

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);

}

.banner-boder-zoom2:hover a:before{

  opacity: 1;

}

.banner-boder-zoom2:hover a:after{

  opacity: 0;

}

.icon-up,

.icon-down{

  width: 100%;

  height: 17px;

  display: block;

}

.icon-up{

  background: url("../images/up.png") no-repeat center center;

}

.icon-down{

  background: url("../images/down.png") no-repeat center center;

}



.image-hover2 a{

  position: relative;

  display:table;

  width: 100%;

}

.image-hover2 a:after{

  overflow: hidden;

  position: absolute;

  top: 0;

  content: "";

  z-index: 100;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  bottom: 0;

  opacity: 0;

  pointer-events: none;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  background-color: rgba(0, 0, 0, 0.3);

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  z-index: 1;

}

.image-hover2 a:before{

  font: normal normal normal 18px/1 FontAwesome;

  content: "\f002";

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 2;

  color: #fff;

  ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);



  ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  opacity: 0;

  -webkit-transition: opacity 0.3s ease 0s;

  -o-transition: opacity 0.3s ease 0s;

  transition: opacity 0.3s ease 0s;

}

.image-hover2 a:hover:after{

  visibility: visible;

  opacity: 0.8;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

}

.image-hover2 a:hover:before{

  opacity: 1;

}



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

 [2. Top banner]

 */

 .top-banner{

   height: 150px;

   background: url('../images/bg-top-banner.jpg') no-repeat top center;

   position: relative;

   text-align: center;

   color: #fff;

   line-height: 20px;

 }

 .bg-overlay{

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-color: rgba(0,0,0,0.7);

}

.top-banner .container{

  position: relative;

  padding-top: 35px;

}

.top-banner h1{

  color: #ff3366;

  font-weight: bold;

  line-height: auto;

}

.top-banner h2{

  font-weight: bold;

}

.top-banner span{

  font-size: 12px;

  color: #999;

}

.top-banner .btn-close{

  width: 24px;

  height: 24px;

  background: #2d2c2e url("../images/btn-close.png") no-repeat;

  position: absolute;

  top: 0;

  right: 0;

  cursor: pointer;

}





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

 [3. Header]

 */

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

 [ 3.1 Nav on top]

 */

 .nav-ontop{

  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  padding-bottom: 0px;

  height: 50px;

  background: #eee;

  z-index: 101;

  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);

}

.nav-ontop span.notify-right{

  top: 2px;

}

.nav-ontop>.container{

  position: relative;

}

.nav-ontop #box-vertical-megamenus{

  width: 80px;

  padding: 0;

}

.nav-ontop #box-vertical-megamenus .title{

  background: #eee;

  color: #999;

  padding: 0;

  overflow: hidden;

  border-left: 1px solid #eaeaea;

}

.nav-ontop #box-vertical-megamenus .title.active{

  background: #fff;

}

.nav-ontop #box-vertical-megamenus .title .btn-open-mobile {

  margin-right: 15px;

}

.nav-ontop #box-vertical-megamenus .title .title-menu{

  display: none;

}

.nav-ontop #box-vertical-megamenus .vertical-menu-content{

  min-width: 270px;

  position: absolute;

  display: none;

  border-top: none;

  border-bottom: 1px solid #eaeaea;

  border-right: 1px solid #eaeaea;

  padding-bottom: 15px;

  border-left: 1px solid #eaeaea;

}

.nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list{

  border-left: none;

}

.nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category{

  margin-left: 20px;

}



#shopping-cart-box-ontop{

  width: 50px;

  height: 50px;

  position: absolute;

  top: 0;

  right: 0;

  display: none;

}

#shopping-cart-box-ontop .fa{

  line-height: 50px;

  cursor: pointer;

  font-size: 20px;

  text-align: center;

  width: 100%;

  color: #999;

}

#shopping-cart-box-ontop .shopping-cart-box-ontop-content{

  position: absolute;

  right: 0;

  top:100%;

}

#shopping-cart-box-ontop:hover .cart-block{

 -webkit-transform: translate(0,0);

 -moz-transform: translate(0,0);

 -o-transform: translate(0,0);

 -ms-transform: translate(0,0);

 transform: translate(0,0);

 opacity: 1;

 visibility: visible;

}



#user-info-opntop{

  width: 50px;

  height: 50px;

  position: absolute;

  top: 0;

  right: 50px;

}

#user-info-opntop a.current-open span{

  display: none;

}

#user-info-opntop a.current-open{

  height: 50px;

  padding-top: 17px;

  width: 50px;

  float: left;

  text-align: center;

}

#user-info-opntop a.current-open:hover .dropdown-menu{

  transform:translateY(0px);

  -webkit-transform:translateY(0px);

  -o-transform:translateY(0px);

  -ms-transform:translateY(0px);

  -khtml-transform:translateY(0px);

  opacity: 1;

  z-index: 2;

}

#user-info-opntop a.current-open:before{

  font: normal normal normal 18px/1 FontAwesome;

  content: "\f007";

  color: #999;

}





#user-info-opntop .dropdown{

  height: 50px;

}

#user-info-opntop .dropdown-menu{

  border-radius: 0;

  border: none;

  top: 48px;

  right: 0;

  left: auto;

  border-top: 2px solid #ff3366;

  transition: all 0.4s ease-out 0s;

  -webkit-transition: all 0.4s ease-out 0s;

  -o-transition: all 0.4s ease-out 0s;

  -ms-transition: all 0.4s ease-out 0s;

  opacity: 0;

  display: block;

  transform: translateY(50px);

  -webkit-transform: translateY(50px);

  -o-transform: translateY(50px);

  -ms-transform: translateY(50px);

  -khtml-transform: translateY(50px);

  z-index: 0;

  visibility: hidden;

}

#user-info-opntop .dropdown.open >.dropdown-menu{

  transform:translateY(0px);

  -webkit-transform:translateY(0px);

  -o-transform:translateY(0px);

  -ms-transform:translateY(0px);

  -khtml-transform:translateY(0px);

  opacity: 1;

  z-index: 2;

  visibility: inherit;

}



#form-search-opntop{

  position: absolute;

  top: 0;

  right: 100px;

  height: 50px;

}

#form-search-opntop .form-category{

  display: none;

}

#form-search-opntop form{

  margin-top: 10px;

  border: 1px solid transparent;

  padding-right: 10px;

}

#form-search-opntop .btn-search{

}

#form-search-opntop .btn-search{

}

#form-search-opntop .btn-search:before{

  font: normal normal normal 18px/1 FontAwesome;

  content: "\f002";

  color: #999;

  height: 30px;

  width: 25px;

  display: block;

  padding-top: 6px;

}

#form-search-opntop .input-serach{

  height: 30px;

  padding: 5px 5px 0 15px;

}

#form-search-opntop .input-serach input{

  width: 0px;

  -webkit-transition: width 1s ease-in-out;

  -moz-transition: width 1s ease-in-out;

  -o-transition: width 1s ease-in-out;

  transition: width 1s ease-in-out;

}





#form-search-opntop:hover form{

  border: 1px solid #dfdfdf;

  background: #fff;

}

#form-search-opntop:hover .input-serach input{

  width: 220px;

}



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

 [ 3.2 Top header]

 */

 .top-header{

  background: #f6f6f6;

}

.top-header .nav-top-links,

.top-header .language ,

.top-header .currency,

.top-header .user-info,

.top-header .support-link,

.top-header .top-bar-social{

  width: auto;

  display: inline-block;

  line-height: 34px;

}

.top-header .top-bar-social .fa{

  line-height: inherit;

}

.top-header .top-bar-social a{

  border:none;

  padding: 0;

  color: #999;

  font-size: 14px;

}

.top-header .support-link{

  float: left;

  padding: 6px 0;

}

.top-header .support-link a:hover{

  /*color: #666;*/

}

.top-header img{

  display: inline-block;

  vertical-align: middle;

  margin-top: -3px;

  margin-right: 5px;

}

.top-header a{

  border-right: 1px solid #e0e0e0;

  padding-right: 10px;

  margin-left: 10px;

}

.top-header a.first-item{

  margin-left: 0;

}

.top-header a.current-open:after{

  content: "\f107";

  font-family: "FontAwesome";

  font-size: 17px;

  vertical-align: 0;

  padding-left: 15px;

  font-weight: bold;

}

.top-header .dropdown{

  width: auto;

  display: inline-block;

}



.top-header .dropdown-menu{

  border-radius: 0;

  border: none;

  top: 100%;

  left: inherit;

  right: 0px;

  border-top: 2px solid #555555;

  transition:all 0.4s ease-out 0s;

  -webkit-transition:all 0.4s ease-out 0s;

  -o-transition:all 0.4s ease-out 0s;

  -ms-transition:all 0.4s ease-out 0s;

  opacity: 0;

  display: block;

  transform:translateY(50px);

  -webkit-transform:translateY(50px);

  -o-transform:translateY(50px);

  -ms-transform:translateY(50px);

  -khtml-transform:translateY(50px);

  z-index: 0;

  visibility: hidden;

}

.top-header .dropdown.open >.dropdown-menu{

  transform:translateY(0px);

  -webkit-transform:translateY(0px);

  -o-transform:translateY(0px);

  -ms-transform:translateY(0px);

  -khtml-transform:translateY(0px);

  opacity: 1;

  z-index: 2;

  visibility: inherit;

}

.top-header .dropdown-menu a{

  border: none;

  margin: 0;

  padding: 0;

  padding: 5px 10px;

}

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

 [ 3.3 Main header]

 */

 .main-header{

  padding: 20px 0 30px 0;

}

.main-header .header-search-box{

  margin-top: 17px;

  padding-left: 80px;

  padding-right: 45px;



}

.main-header .header-search-box .form-inline{

  height: 41px;

  border: 1px solid #eaeaea;

  position: relative;

}

.main-header .header-search-box .form-inline .form-category{

  background: #f6f6f6;

  height: 39px;

}

.main-header .header-search-box .form-inline .select2{

  border-right: 1px solid #eaeaea;

  min-width: 152px;

  height: 40px;

}

.main-header .header-search-box .form-inline .select2 .select2-selection{

  border: none;

  background: transparent;

  margin-top: -1px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered{

  line-height: 41px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow{

  top: 6px;

  right: 15px;

}

.select2-dropdown{

  border: 1px solid #eaeaea;

}

.select2-container--open .select2-dropdown {

  left: -1px;

}

.select2-container .select2-selection--single .select2-selection__rendered {

  padding-left: 15px;

}

.main-header .header-search-box .form-inline .input-serach{

  width: calc(100% - 200px);



}

.main-header .header-search-box .form-inline .input-serach input{

  border: none;

  padding-left: 15px;

  width: 100%;

}

.main-header .header-search-box .form-inline .btn-search{

  width: 41px;

  height: 41px;

  background: #ff3366 url("../images/search.png") no-repeat center center;

  border: none;

  border-radius: 0;

  color: #fff;

  font-weight: bold;

  position: absolute;

  top: -1px;

  right: -1px;

}

.main-header .header-search-box .form-inline .btn-search:hover{

  opacity: 0.8;

}



.main-header .shopping-cart-box{

  margin-top: 17px;

  margin-top: 17px;

  padding: 0;

  margin-right: 15px;

  margin-left: -15px;

  line-height:normal;

} 

.main-header .shopping-cart-box:hover .cart-block{

 -webkit-transform: translate(0,0);

 -moz-transform: translate(0,0);

 -o-transform: translate(0,0);

 -ms-transform: translate(0,0);

 transform: translate(0,0);

 opacity: 1;

 visibility: visible;

}

.main-header .shopping-cart-box a.cart-link{

  height: 41px;

  width: 100%;

  border: 1px solid #eaeaea;

  display: block;

  position: relative;

  padding: 2px 41px 0 15px;

}

.main-header .shopping-cart-box a.cart-link:hover:after{

  opacity: 0.8;

}



.main-header .shopping-cart-box a.cart-link .title{

  width: 100%;

  float: left;

  text-transform: uppercase;

  font-weight: bold;

  margin-top: 2px;

}



.main-header .shopping-cart-box a.cart-link:after{

  content: '';

  width: 41px;

  height: 41px;

  background: #ff3366 url('../images/cart.png') no-repeat center center;

  position: absolute;

  top: -1px;

  right: -1px;

}

.cart-block{

  position: absolute;

  top: 100%;

  right: -1px;

  z-index: 1002;

  max-height: 500px;

  overflow-y:auto;

  background: #FFF;

  color: #666;

  width: 300px;

  opacity: 0;

  -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);

  -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);

  box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);



  -webkit-transition: opacity 0.5s, 

  -webkit-transform 0.5s;

  transition: opacity 0.5s, transform 0.5s;

  -webkit-transform: translate(0,40px);

  -moz-transform: translate(0,40px);

  -o-transform: translate(0,40px);

  -ms-transform: translate(0,40px);

  transform: translate(0,40px);

  opacity: 0;

  display: block;

  visibility: hidden;

}

.cart-block .cart-block-content{

  padding: 20px;

  overflow: hidden;

}

.cart-block .cart-block-content .cart-title{

  text-transform: uppercase;

  font-size: 12px;

}

.cart-block .cart-block-content .cart-block-list{



}

.cart-block .cart-block-content  .product-info{

  margin-top: 10px;

  border-bottom: 1px solid #eaeaea;

  display: block;

  overflow: hidden;

  padding-bottom: 10px;

}

.cart-block .cart-block-content  .product-info .p-left{

  width: 100px;

  float: left;

  position: relative;

}

.cart-block .cart-block-content  .product-info .p-left .remove_link{

  position: absolute;

  left: 0;

  top: 0;

}

.cart-block .cart-block-content  .product-info .p-left .remove_link:after{

  content: '';

  background: url("../images/delete_icon.png") no-repeat center center;

  font-size: 0;

  height: 9px;

  width: 9px;

  display: inline-block;

  line-height: 24px;

}

.cart-block .cart-block-content  .product-info .p-right{

  margin-left: 110px;

  line-height: 25px;

}

.cart-block .cart-block-content  .product-info .p-right .p-rice{

  color: #ff3366;

}

.cart-block .cart-block-content  .product-info .p-right .change_quantity{

  margin-top: 10px;

}

.cart-block .cart-block-content  .product-info .p-right .change_quantity .blockcart_quantity_down,

.cart-block .cart-block-content  .product-info .p-right .change_quantity .blockcart_quantity_up{

  float: left;

  width: 20px;

  height: 30px;

  border: 1px solid #ccc;

  padding-top: 2px;

  text-align: center;

}

.cart-block .cart-block-content  .product-info .p-right .change_quantity .cart_quantity_input_text {

  width: 60px;

  border: 1px solid #ccc;

  margin-left: -1px;

  margin-right: -1px;

  height: 30px;

  line-height: 100%;

  float: left;

  text-align: center;

}



.cart-block .cart-block-content .toal-cart{

  margin-top: 10px;

}

.cart-block .cart-block-content .toal-cart .toal-price{

  font-size: 18px;

  color: #999;

}

.cart-block .cart-block-content .cart-buttons{

  overflow: hidden;

  width: 100%;

}

.cart-block .cart-block-content .cart-buttons a{

  width: 50%;

  float: left;

  margin-top: 12px;

  text-transform: uppercase;

  font-size: 13px;

  padding: 10px 0;

  text-align: center;

}

.cart-block .cart-block-content .cart-buttons a:hover{

  opacity: 0.8;

}

.cart-block .cart-block-content .cart-buttons a.btn-my-cart{

  background:#eee;

}

.cart-block .cart-block-content .cart-buttons a.btn-check-out{

  background:#ff3366;

  color: #fff;

}



span.notify{

  width: 32px;

  height: 22px;

  color: #fff;

  text-align: center;

  position: absolute;

  line-height: normal;

  font-size: 11px;

  padding-top: 3px;

  z-index: 1;



}

span.notify-left{

  background: url('../images/notify.png') no-repeat;

  right: 25px;

  top: -8px;

}

span.notify-right{

  background: url('../images/notify-right.png') no-repeat;

  right: 0px;

  top: -7px;

}



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

 [ 3.4 Main menu]

 */

 .nav-top-menu{

  background: #eee;

}

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

 [ 3.4.1 Vertical megamenus]

 */

 .box-vertical-megamenus{

  position: absolute;

  left: 15px;

  right: 15px;

  z-index: 900;

  background: #fff;

}

.box-vertical-megamenus .title{

  background: #000;

  color: #fff;

  height: 50px;

  line-height: 50px;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 14px;

  padding-left: 20px;

  padding-right: 20px;

  letter-spacing: 1px;

  overflow: hidden;

}

.box-vertical-megamenus .title .btn-open-mobile>.fa{

  line-height: inherit;

}

.box-vertical-megamenus .title .btn-open-mobile{

  font-size: 17px;

  cursor: pointer;

  line-height: 50px;

}

.box-vertical-megamenus .vertical-menu-content{

  border-top: 3px solid #ff3366;

  background: #fff;

  display: none;

  padding-bottom: 15px;

}

.home .box-vertical-megamenus .vertical-menu-content{

  display: block;

}

.box-vertical-megamenus .vertical-menu-list{

  border-left: 1px solid #eaeaea;

}

.box-vertical-megamenus .vertical-menu-list li{

  display: block;

  line-height: 34px;

  margin-left: -1px;

  position: relative;

}

.box-vertical-megamenus .vertical-menu-list>li:hover{

  background: #ff3366;

}

.box-vertical-megamenus .vertical-menu-list>li:hover>a{

  color: #fff;

  border-color: #FF3366;

}

.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before{

  color: #fff;

}

.box-vertical-megamenus .vertical-menu-list>li>a{

  padding-left: 20px;

  line-height: 36px;

  display: block;

}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before {

  display: inline-block;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  content: "\f105";

  position: absolute;

  top: 10px;

  right: 8px;

  color: #666;

}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {

  position: absolute;

  background: #fff;

  height: 100%;

  top: 0;

  right: -2px;

  width: 2px;

  content: ' ';

  z-index: 2000;

  opacity: 0;

}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after{

  opacity: 1;

}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther{

  display: none;

}





.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu{

  visibility: visible;

  display: block;

  height: auto;

  -webkit-transform: translate(0,0);

  -moz-transform: translate(0,0);

  -o-transform: translate(0,0);

  -ms-transform: translate(0,0);

  transform: translate(0,0);

  opacity: 1;



}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu{

  vertical-align: middle;

  padding-right: 15px;

}



.box-vertical-megamenus .all-category{

  text-align: center;

  margin-top: 14px;

  padding-right: 20px;

}

.box-vertical-megamenus .all-category span{

  height: 40px;

  width: 100%;

  line-height: 39px;

  border: 1px solid #eaeaea;

  text-align: center;

  display: block;

  cursor: pointer;

}

.box-vertical-megamenus .all-category span:hover{

  background: #FF3366;

  color: #fff;

  border-color: #FF3366;

}

.box-vertical-megamenus .all-category span:after{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f105";

  font-weight: bold;

  margin-left: 20px;

}



.vertical-dropdown-menu{

  position: absolute;

  top: -15px;

  left: 100%;

  z-index: 900;

  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;

  transition: opacity 0.5s, transform 0.5s;

  -webkit-transition: all 0.45s ease-out 0s;

  -moz-transition: all 0.45s ease-out 0s;

  -o-transition: all 0.45s ease-out 0s;

  transition: all 0.45s ease-out 0s;

  -moz-transform: translate(100px, 0);

  -webkit-transform: translate(100px, 0);

  transform: translate(100px, 0);

  opacity: 0;

  display: block;

  visibility: hidden;

  -webkit-backface-visibility: hidden;

  height: 0;

  background: #fff;

  border: 1px solid #eaeaea;

}

.vertical-dropdown-menu .vertical-groups{

  padding: 24px 15px;

}

.vertical-dropdown-menu .mega-group-header{

  border-bottom: 1px solid #E8E8E8;

  font-size: 17px;

  margin-bottom: 10px;

  display: table;

  width: 100%;

}

.vertical-dropdown-menu .mega-group-header span{

  padding-bottom: 10px;

  border-bottom: 1px solid #ff3366;

  float: left;

  margin-bottom: -1px;

}

.vertical-dropdown-menu .group-link-default{

  border: none!important;

  padding: 0;

  margin: 0;

  padding-bottom: 10px;



}

.vertical-dropdown-menu .group-link-default li{

  border: none!important;

  padding-left: 0!important;

  line-height: 28px!important;

}

.vertical-dropdown-menu .mega-products .mega-product{

  border-right: 1px solid #eaeaea;

  margin-top: 15px;

  line-height: 18px;

}

.vertical-dropdown-menu .mega-products .mega-product:last-child{

  border-right: none;

}

.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price{

  width: auto;

  display: inline-block;

  color: #ff3366;

}

.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price{

  color: #999;

  text-decoration: line-through;

  width: auto;

  display: inline-block;

  padding-left: 20px;

}

.vertical-dropdown-menu .mega-products .mega-product .product-star{

  margin-top: 5px;

  color: #ff9900;

}





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

 [ 3.4.2 Main menu]

 */

 #main-menu{

  padding: 0;

  margin-left: -15px;

}

#main-menu .container-fluid{

  padding: 0;

}

#main-menu .navbar-header{

  display: none;

}

#main-menu .navbar{

  border: none;

  margin: 0;

  background: none;

}

#main-menu .navbar-collapse{

  padding: 0;

}

#main-menu .navbar .navbar-nav>li>a{

  color: #333;

  margin: 15px 0;

  padding: 0;

  border-right: 1px solid #cacaca;

  padding: 0 25px;

  background: transparent;

}

#main-menu .navbar .navbar-nav>li:last-child>a{

  border-right: none;

}

#main-menu .navbar .navbar-nav>li:hover,

#main-menu .navbar .navbar-nav>li.active{

  background: #ff3366;

  color: #fff;

}

#main-menu .navbar .navbar-nav>li:hover>a,

#main-menu .navbar .navbar-nav>li.active>a{

  color: #fff;

  border-right: 1px solid transparent;

}

#main-menu .nav, 

#main-menu .collapse,

#main-menu .dropup, 

#main-menu .dropdown {

  position: static;

}

#main-menu .dropdown-menu {

  border-radius: 0;

  min-width: 200px;

  border-top: none;

  left: auto;

  padding: 30px 15px;

  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;

  transition: opacity 0.5s, transform 0.5s;

  -webkit-transform: translate(0,40px);

  -moz-transform: translate(0,40px);

  -o-transform: translate(0,40px);

  -ms-transform: translate(0,40px);

  transform: translate(0,40px);

  display: block;

  visibility: hidden;

  opacity: 0;

  background: #fff;

}

#main-menu .dropdown-menu.container-fluid{

  padding: 15px 30px;

}



#main-menu .navbar-nav > li:hover .dropdown-menu {

  -webkit-transform: translate(0,0);

  -moz-transform: translate(0,0);

  -o-transform: translate(0,0);

  -ms-transform: translate(0,0);

  transform: translate(0,0);

  opacity: 1;

  visibility: visible;

}

#main-menu .mega_dropdown .block-container {

  padding: 0 15px;

}

#main-menu .mega_dropdown .group_header {

  text-transform: uppercase;

  border-bottom: 1px solid #eaeaea;

  margin-bottom: 10px;

  font-weight: bold;

  font-size: 13px;

  margin-top: 15px;

}



#main-menu .mega_dropdown .group_header:first-child{

  margin-top: 0;

}

#main-menu .mega_dropdown .img_container {

  padding: 0 0 5px;

}

#main-menu .dropdown-menu .block-container .link_container>a{

  line-height: 32px;

  color: #666;

}

#main-menu .dropdown-menu .block-container .group_header>a{

  line-height: 32px;

  border-bottom: 1px solid #ff3366;

  display: inline-block;

  margin-bottom: -1px;

}

#main-menu li.dropdown>a:after {

  content: "\f107";

  font-family: "FontAwesome";

  font-size: 14px;

  vertical-align: 0;

  padding-left: 7px;

}

#main-menu li.dropdown:before {

  content: "\f0de";

  font-family: "FontAwesome";

  font-size: 15px;

  color: #fff;

  padding-left: 7px;

  position: absolute;

  bottom: -13px;

  right: 48%;

  display: none;

  z-index: 1001;

}

#main-menu li.dropdown:hover:before {

  display: none;

}



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

[4. Nav menu]

*/

.nav-menu{

  border: none;

}

.nav-menu .container-fluid{

  padding: 0;

}

.nav-menu .navbar-collapse{

 z-index: 10000;

 padding: 0;

 margin: 0;

 border:none;

}

.nav-menu .nav>li:last-child a{

  background-image: none;

}

.nav-menu .nav>li>a{

  padding: 15px 25px;

  background: url('../images/kak.png') no-repeat right center;

}

.nav-menu .navbar-toggle{

  background: url('../images/bar.png') no-repeat left center;

  height: 50px;

  margin: 0;

  padding-right: 3px;

}



.nav-menu .navbar-brand{



  font-size: 14px;

  font-weight: bold;

  display: none;

  text-transform: uppercase;

}

.nav-menu .navbar-brand a{

  color: #fff;

}

.nav-menu .toggle-menu{

  float: right;

  line-height: 49px;

  max-height: 50px;

}



.nav-menu .toggle-menu:before{

  font: normal normal normal 17px/1 FontAwesome;

  content: "\f0c9";

  line-height: inherit;

  color: #fff;

}

.floor-elevator{

  width: 70px;

  height: 50px;

  position: absolute;

  top: 0;

  right: 0;

  background: url("../images/floor-elevator.png") no-repeat left center;

  padding-left: 38px;

  padding-right: 22px;

  font-size: 20px;

  font-weight: bold;

  line-height: normal;

  color: #999;

  padding-top: 7px;

}

.floor-elevator .fa{

  font-weight: bold;

}

.floor-elevator .btn-elevator{

  cursor: pointer;

}

.floor-elevator .btn-elevator:hover, .floor-elevator .disabled{

  color: #ccc;

}

.floor-elevator .down{

  margin-top: -6px;

}

/** default nav **/

.nav-menu-default{

  height: 50px;

  background: #ff3366;

  border-radius: 0;

  padding: 0;

  margin: 0;

}



.nav-menu-default .navbar-collapse{

  background: #eee;

}

.nav-menu-default ul>li>a:hover,

.nav-menu-default ul>li.active>a,

.nav-menu-default ul>li.selected>a{

  background: #ff3366;

  color: #fff;

}



/** read nav **/

.nav-menu-red{

  height: 53px;

  background: #ff3366;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}



.nav-menu-red .navbar-collapse{

  background: #fff;

}

.nav-menu-red li a:hover,

.nav-menu-red li.active a,

.nav-menu-red li.selected a{

  background: #ff3366;

  color: #fff;

}

/**green nav**/

.nav-menu-green{

  height: 53px;

  background: #339966;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}



.nav-menu-green .navbar-collapse{

  background: #fff;

}

.nav-menu-green li a:hover,

.nav-menu-green li.active a,

.nav-menu-green li.selected a{

  background: #339966;

  color: #fff;

}

/**orange nav**/

.nav-menu-orange{

  height: 53px;

  background: #ff6633;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}



.nav-menu-orange .navbar-collapse{

  background: #fff;

}

.nav-menu-orange li a:hover,

.nav-menu-orange li.active a,

.nav-menu-orange li.selected a{

  background: #ff6633;

  color: #fff;

}

/** blue nav**/

.nav-menu-blue{

  height: 53px;

  background: #3366cc;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}

.nav-menu-blue .navbar-collapse{

  background: #fff;

}

.nav-menu-blue li a:hover,

.nav-menu-blue li.active a,

.nav-menu-blue li.selected a{

  background: #3366cc;

  color: #fff;

}

/**gray nav**/

.nav-menu-gray{

  height: 53px;

  background: #6c6856;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}

.nav-menu-gray .navbar-collapse{

  background: #fff;

}

.nav-menu-gray li a:hover,

.nav-menu-gray li.active a,

.nav-menu-gray li.selected a{

  background: #6c6856;

  color: #fff;

}

/**blue2 nav**/

.nav-menu-blue2{

  height: 53px;

  background: #669900;

  border-radius: 0;

  padding: 0;

  padding-bottom: 3px;

  margin: 0;

}

.nav-menu-blue2 .navbar-collapse{

  background: #fff;

}

.nav-menu-blue2 li a:hover,

.nav-menu-blue2 li.active a,

.nav-menu-blue2 li.selected a{

  background: #669900;

  color: #fff;

}

.show-brand .navbar-brand{

  display: block;

  width: 234px;

  background: #000;

  margin-left: 0!important;

  text-transform: uppercase;

  padding: 0;

  padding-left: 20px;

  line-height: 50px;

  font-size: 16px;

}

.show-brand .navbar-brand a{

  color: #fff;

  line-height: 53px;

}

.show-brand .navbar-brand img{

  vertical-align: middle;

  margin-right: 15px;

}



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

[5. Home slide]

*/

.header-top-right{

  margin-left: -15px;

  padding: 0;

  border-top: 3px solid #ff3366;

}

.header-top-right .homeslider{

  width: 74%;

  float: left;

}

.header-top-right .header-banner{

  width: 26%;

  float: right;

}

.header-top-right .header-banner img{

  width: 100%;

  height: auto;

}

.header-top-right .homeslider img{

  width: 100%;

  height: auto;

}

.header-top-right .homeslider .bx-wrapper .bx-viewport {

  -moz-box-shadow: 0;

  -webkit-box-shadow: 0;

  box-shadow:none;

  border:0;

  left: 0;

  background: #fff;

}

.header-top-right .homeslider .bx-controls-direction .bx-prev,

.header-top-right .homeslider .bx-controls-direction .bx-next{

  background: #FF3366;

  text-indent: 0px!important;

  color: #fff;

  font-size: 15px;

  text-align: center;

  line-height: 32px;

  -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;

  position: absolute;

  opacity: 0;

  visibility: hidden;

  -ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}

.header-top-right .homeslider .bx-controls-direction .bx-prev{

  left: 50%;

}

.header-top-right .homeslider .bx-controls-direction .bx-next{

  right: 50%;

}

.header-top-right .homeslider:hover .bx-controls-direction .bx-next{

  right: 10px;

  opacity: 1;

  visibility: inherit;

}

.header-top-right .homeslider:hover .bx-controls-direction .bx-prev{

  left: 10px;

  opacity: 1;

  visibility: inherit;

}

.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,

.header-top-right .homeslider .bx-controls-direction .bx-next:hover{

  opacity: 0.8;

}

.header-top-right .homeslider .bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next{

  display: block;

}

.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {

  position: absolute;

  bottom: 10px;

  width: 100%;

  text-align: right;

  padding-right: 25px;

}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item{

  width: 20px;

  height: 20px;



  border-radius: 90%;

  margin-right: 5px;

  line-height: 20px;

}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a{

  width: 100%;

  height: 100%;

  float: left;

  background: transparent;

  margin: 0;

  padding: 0;

  text-align: center;

  text-indent: 0px;

  border-radius: 90%;

  color: #666;

  border: 1px solid #999;

  padding-left: 1px;

}

.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {

  background: #ff3366;

  color: #fff;

  border: 1px solid #fff;

}

.bx-wrapper{

  margin: 0;

}

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

[6. Page top]

*/

.page-top{

  margin-top: 30px;

}



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

[6.1 Latest deals]

*/

.latest-deals{

}



.latest-deals .latest-deal-title{

  height: 54px;

  background: url("../images/latest-deal-title.png") no-repeat left center;

  padding: 0;

  margin: 0;

  line-height: 54px;

  text-transform: uppercase;

  font-size: 16px;

  font-weight: bold;

  padding-left: 52px;

  margin-left: 8px;

}

.latest-deals .product-list li{

  padding-right: 0;

  border:none;

}

.latest-deals .latest-deal-content{

  border: 3px solid #ff3366;

  padding: 20px 15px 10px 15px;

}

.latest-deals .count-down-time{

  text-align: center;

  padding-bottom: 15px;



}

.latest-deals .count-down-time span{

  height: 24px;

  background: #999;

  color: #fff; 

  width: auto;

  display: inline-block;

  line-height: 24px;

  margin: 0 3px;

  font-size: 18px;

  letter-spacing: 17px;

  padding-left: 7px;

  position: relative;

}

.latest-deals .count-down-time span:after{

  content: '';

  height: 24px;

  width: 2px;

  position: absolute;

  left: 25px;

  top: 0;

  background: #fff;

}

.latest-deals .count-down-time span:before{

  content: '';

  height: 24px;

  width: 11px;

  position: absolute;

  right: 0;

  top: 0;

  background: #fff;

}

.latest-deals .count-down-time span:first-child{

  margin-left: 10px;

}

.latest-deals .count-down-time b{

  margin-left: -8px;

  position: relative;

}

.latest-deals .count-down-time b:after{

  position: absolute;

  right: -1px;

  top: 0;

  content: ':';

}



.latest-deals .product-list .owl-controls{

  width: 100%;

  top: 40%;

}

.latest-deals .product-list li .right-block{

  padding: 0;

}

.latest-deals .content_price{

  width: 100%!important;

}

.latest-deals .colreduce-percentage{

  float: right;

  padding-right: 20px;

}




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

[6.2. Popular tabs]

*/


.popular-tabs .nav-tab{

  margin: 0;

  padding: 0;

}

.popular-tabs .nav-tab{

  margin: 0;

  border-bottom: 1px solid #eaeaea;

  overflow: hidden;



}

.popular-tabs .nav-tab li{

  list-style: none;

  display: inline;

  border-bottom: 3px solid #ccc;

  margin-right: 2px;

  height: 45px;

  line-height: 45px;

  float: left;

  padding: 0 15px;

}

.popular-tabs .nav-tab li:hover,.popular-tabs .nav-tab li.active{

  border-bottom: 3px solid #ff3366;

}

.popular-tabs .nav-tab li:hover a,.popular-tabs .nav-tab li.active a{

  color: #333;

}

.popular-tabs .nav-tab li a{

  font-size: 16px;

  text-transform: uppercase;

  color: #333;

  font-weight: bold;

}

.popular-tabs .tab-container{

 padding-top: 30px;

}



.popular-tabs .product-list li .left-block{



}

.popular-tabs .product-list li{

  border: 1px solid #eaeaea;

  padding-bottom: 10px;

  overflow: hidden;

}

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

[7. Services]

*/

.service{

  background:#f6f6f6;

  border: 1px solid #eaeaea;

  padding: 19px 0;

  font-size: 12px;

  margin-top: 20px;

  float: left;

  width: 100%;

}

.service .service-item{

  padding-left: 35px;

  border-right: 1px solid #ccc;

  overflow: hidden;



}

.service .service-item .icon{

  width: 40px;

  height: 40px;

  float: left;

}

.service .service-item .info{

  padding-left: 15px;

  margin-left: 40px;

  padding-top: 2px;

}

.service .service-item h3{

  margin: 0;

  padding: 0;

  text-transform: uppercase;

}

.service .service-item:last-child{

  border-right: none;

}





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

[8. Product]

*/

.product-list li{

}

.product-list li:hover .add-to-cart{

  bottom: 0;

}

.product-list li:hover .quick-view a.heart{

  margin-left: 0;

}

.product-list li:hover .quick-view a.compare{

  margin-left: 0;

}

.product-list li:hover .quick-view a.search{

  margin-left: 0;

}

.product-list li .left-block{

  position: relative;

  overflow: hidden;

  padding: 10px 10px 0;

}

.product-list li .left-block a{

  display: block;

  overflow: hidden;

}

.product-list li .left-block img{

  /*
  transition:all 0.5s;

  webkit-transform: scale(1,1);

  -moz-transform: scale(1,1);

  -o-transform: scale(1,1);

  transform: scale(1,1);

  margin: 0 auto;
  */

}

.product-list li:hover img{
  /*
  -webkit-filter: blur(0);

  -webkit-transform: scale(1.2,1.2);

  -webkit-transform-origin: center center;

  -moz-transform: scale(1.2,1.2);

  -moz-transform-origin: center center;

  -o-transform: scale(1.2,1.2);

  -o-transform-origin: center center;

  transform: scale(1.2,1.2);

  transform-origin: center center;

  filter: blur(0);
  */

}

.product-list li .right-block{

  padding: 0 15px;

  margin-top: 15px;

}

.product-list li .quick-view{

  position: absolute;

  right: 20px;

  top: 20%;

  width: 32px;

  overflow: hidden;

}

.product-list li .quick-view a{

  width: 32px;

  height: 32px;

  float: left;

  border-radius: 90%;

  margin-top: 5px;

  text-align: center;

  line-height: 34px;

  color: #fff;

  background-color: #eeeeee;

  color: #868686;

}

.product-list li .quick-view a.heart{

  -webkit-transition: margin-left 0.4s ease 0.4s;

  -moz-transition: margin-left 0.4s ease 0.4s;

  -ms-transition: margin-left 0.4s ease 0.4s;

  -o-transition: margin-left 0.4s ease 0.4s;

  transition: margin-left 0.4s ease 0.4s;

  margin-left: 200px;

}

.product-list li .quick-view a.heart:before{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f08a";

  font-weight: bold;

}

.product-list li .quick-view a.compare{

  background:  rgba(0,0,0,0.4);

  -webkit-transition: margin-left 0.3s ease 0.3s;

  -moz-transition: margin-left 0.3s ease 0.3s;

  -ms-transition: margin-left 0.3s ease 0.3s;

  -o-transition: margin-left 03s ease 0.3s;

  transition: margin-left 0.3s ease 0.3s;

  margin-left: 200px;

}

.product-list li .quick-view a.compare:before{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f012";

}



.product-list li .quick-view a.search{

  -webkit-transition: margin-left 0.2s ease 0.2s;

  -moz-transition: margin-left 0.2s ease 0.2s;

  -ms-transition: margin-left 0.2s ease 0.2s;

  -o-transition: margin-left 0.2s ease 0.2s;

  transition: margin-left 0.2s ease 0.2s;

  margin-left: 200px;

  /*border: 1px solid #eaeaea;*/

}

.product-list li .quick-view a.search:before{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f067";

}

.product-list li .quick-view a.search.remove:before{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f00d";

}


.product-list li .add-to-cart a:before,

.product-list li .add-to-cart button:before{

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  position: absolute;

  left: 0px;

  top: 9px;

}

.product-list li .add-to-cart a:before{

  content: "\f002";

}

.product-list li .add-to-cart button:before{

  content: "\f07a";

}





.product-list li .product-name{

  padding-bottom: 5px;

}

.product-list.grid li .product-name,

.product-list li .product-name{

  min-height: 55px;

}

.product-list.list li .left-block .status.sale{

  top: 25px;

  left: 20px;

  bottom: inherit;

  right: inherit;

}



.product-list li .product-info{

  padding: 0 5px;

}



.product-list li .content_price{

  width: auto;

  display: inline-block;

}

.product-list li .product-price{

  font-size: 18px;

  /*color: #ff3366;*/

}

.product-list li .old-price{

  text-decoration:line-through;

  /*margin-left: 11px;*/

  line-height: 25px;

  color: #666;



}

.product-list li .colreduce-percentage{

  line-height: 28px;

}

.product-list li .group-price{

  position: absolute;

  position: absolute;

  top: 10px;

  left: 10px;

  height: auto;

}

.product-list li .group-price .price-percent-reduction{

  width: 36px;

  height: 36px;

  background: #ff6600;

  color: #fff;

  float: left;

  border-radius: 90%;

  line-height: normal;

  text-align: center;

  font-size: 12px;

  padding-top: 5px;

  margin-bottom: 5px;

}

.product-list li .price-percent-reduction2{

  width: 52px;

  height: 44px;

  background: url("../images/price-percent-br.png") no-repeat center center;

  color: #fff;

  line-height: normal;

  text-align: center;

  font-size: 14px;

  position: absolute;

  top: 10px;

  right: 0;


  padding-left: 5px;

  padding-top: 2px;

}



.product-list li .group-price .product-new{

  color: #fff;

  float: left;

  line-height: 22px;

  text-align: center;

  font-size: 12px;

  text-transform: uppercase;

  padding:0 10px;

  background: #ffc000;

  height: 22px;

}

.product-list li .group-price .product-sale{

  color: #fff;

  float: left;

  line-height: 22px;

  text-align: center;

  font-size: 12px;

  text-transform: uppercase;

  padding: 0px 10px;

  background: #ff4318;

  height: 22px;

}



.product-list li .product-star{

  width: auto;

  float: right;

  color: #ff9900;

  text-align: left;

  display: inline-block;

  padding-top: 5px;

  font-size: 13px;
  width: 100%

}



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

[9. Owl carousel]

*/






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

[10. Banner advertisement]

*/

.banner a{

  width: 100%;

  overflow: hidden;

  height: auto;

  display: block;

  position: relative;

}

.banner a:before{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(255,255,255,0.5);

  content: '';

  -webkit-transition: -webkit-transform 0.6s;

  transition: transform 0.6s;

  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);

  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);

}

.banner a:hover:before{

 -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);

 transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);

}



.banner-img,

.banner-img2{

  position: relative;

  display: inline-block;

}

.banner-img a:before,

.banner-img2 a:before{

  content: "";

  position: absolute;

  top: 15px;

  left: 15px;

  bottom: 15px;

  right: 15px;

  z-index: 9;

  border-top: 1px solid rgba(255, 255, 255, 0.8);

  border-bottom: 1px solid rgba(255, 255, 255, 0.8);

  transform: scale(0, 1);

}

.banner-img2 a:before{

  border-width: 3px 0 3px 0;

}

.banner-img a:after,

.banner-img2 a:after{

  content: "";

  position: absolute;

  top: 15px;

  left: 15px;

  bottom: 15px;

  right: 15px;

  z-index: 9;

  border-left: 1px solid rgba(255, 255, 255, 0.8);

  border-right: 1px solid rgba(255, 255, 255, 0.8);

  transform: scale(1, 0);

}

.banner-img2 a:after{

  background: rgba(0, 0, 0, 0.1);

  top: 5px;

  left: 5px;

  bottom: 5px;

  right: 5px;

}

.banner-img a:hover:before,

.banner-img a:hover:after,

.banner-img2 a:hover:before,

.banner-img2 a:hover:after{

  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}





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

[11. Page content]

*/

.content-page{

  background: #eaeaea;

  margin-top: 30px;

  padding-bottom: 30px;

}

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

[11.1 Category featured]

*/

.category-featured{

  margin-top: 30px;

}

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

[11.1.1 Banner featured]

*/

.category-banner{

  overflow: hidden;

}

.category-banner .banner{

  padding: 0;

  overflow: hidden;

}

.featured-text{

  position: absolute;

  right: -5px;

  top: -5px;

  background: url('../images/featured2.png') no-repeat;

  width: 75px;

  height: 75px;

  z-index: 100;

}

.featured-text span{

  color: #fff;

  text-transform: uppercase;

  font-size: 12px;

  width: 100%;

  height: 20px;

  line-height: 24px;

  float: left;

  margin-top: 24px;

  margin-left: 17px;

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  color: #003366;

  font-weight: bold;

  text-indent: -999px;

}

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

[11.1.2 Product featured]

*/

.product-featured{

  margin-top: 10px;

  background: #fff;

}

.product-featured .product-featured-content{

  width: 100%;

  float: right;

}

.product-featured .product-featured-content .product-featured-list{

  margin-left: 234px;

  overflow: hidden;

}

.product-featured .banner-featured{

  width: 234px;

  float: left;

  margin-right: -100%;

  position: relative;

}

.product-featured .product-list li{

  border-right: 1px solid #eaeaea;

  padding-bottom: 10px;

  min-height: 350px;

}

.product-featured .product-list .owl-stage .active:last-child li{

  border: none;

}

.brand-showcase .brand-showcase-title{

  font-size: 16px;

  text-transform: uppercase;

  color: #333;

  font-weight: bold;

  border-bottom: 3px solid #ff3366;

  line-height: 40px;

  padding-left: 10px;

}

.brand-showcase-box{

 border-bottom: 1px solid #eaeaea;

 border-left: 1px solid #eaeaea;

 border-right: 1px solid #eaeaea;

 padding-bottom: 30px;

}

.brand-showcase-box .brand-showcase-logo{

}

.brand-showcase-box .brand-showcase-logo .owl-item:last-child{

  margin-right: 0!important;

}

.brand-showcase-box .brand-showcase-logo li{

  background: #eaeaea;

  cursor: pointer;

}

.brand-showcase-box .brand-showcase-logo li:hover,.brand-showcase-box .brand-showcase-logo li.active{

  background: #fff;

}


.brand-showcase-content .brand-showcase-content-tab{

  display: none;

}

.brand-showcase-content .active{

  display: block;

}

.trademark-info {

  padding-left: 45px!important;

}



.trademark-info .trademark-logo,

.trademark-info .trademark-desc{

  border-bottom: 1px dotted #999999;

  padding-bottom: 20px

}

.trademark-info .trademark-logo{

  margin-top: 30px;

}

.trademark-info .trademark-desc{

  line-height: 18px;

  margin-top: 20px;

}

.trademark-info .trademark-link{

  line-height: 30px;

  text-transform: uppercase;

  border: 1px solid #999;

  padding: 0 10px 0 15px;

  margin-top: 20px;

  float: left;

}

.trademark-info .trademark-link:after{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f0da";

  padding-left: 12px;

}

.trademark-product{

  padding-right: 45px;

}

.trademark-product .product-item{

  margin-top: 30px;

}

.trademark-product .image-product{

  float: left;

  width: 40%

}



.trademark-product .info-product{

  float: right;

  width: 60%;

  padding-left: 20px;

  line-height: 35px;

  padding-top: 20px;



}

.trademark-product .info-product .product-price{

  font-size: 18px;

  color: #F36;

  font-weight: bold;

}

.trademark-product .info-product .product-star{

  color: #ff9900;

  font-size: 13px;

}

.trademark-product .info-product .quick-view a{

  width: 25px;

  height: 25px;

  display:inline-block;

  background: rgba(0,0,0,0.7);

  color: #fff;

  text-align: center;

}

.trademark-product .info-product .btn-view-more{

  height: 26px;

  text-align: center;

  line-height: 24px;

  padding: 0 15px;

  display: inline-block;

  border:  1px solid #eaeaea;

}

.trademark-product .info-product .btn-view-more:hover{

  background: #ff3366;

  color: #fff;

}

.trademark-product .info-product .quick-view a .fa{

  text-align: center;

  line-height: 25px;

}

.trademark-product .info-product .quick-view a:hover{

  background: #ff3366;

}





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

[12. Hot categories]

*/

#hot-categories{

  margin-top: 30px

}

.group-title-box {

  margin-bottom: 20px;

}

.group-title {

  font-size: 16px;

  border-bottom: 1px solid #e1e1e1;

  font-weight: bold;

  padding-bottom: 7px;



}

.group-title span {

  border-bottom: 3px solid #ff3366;

  text-transform: uppercase;

  padding: 5px 10px;

}

.cate-box{

  padding-bottom: 20px;

}

.cate-box .cate-tit {

  background: #f4f4f4; 

  height: 110px;

  overflow: hidden;

}

.cate-box .cate-tit .div-1{

  width: 46%;

  float: left;

  padding-left: 25px;

  padding-right: 15px;

}



.cate-name-wrap {

  display: table;

  margin-bottom: 18px;

}

.cate-box .cate-name {

  font-size: 16px;

  font-weight: bold;

  height: 55px;

  display:table-cell;

  vertical-align: bottom;

}

.cate-box .cate-link {

  padding: 4px 4px 3px 7px;

  background: #999999;

  text-decoration: none;

  color: #fff;

}

.cate-box .cate-link:hover {

  background: #ff3366!important;

}



.cate-link span {

  padding-right: 12px;

  background: url('../data/cate-readmore-arrow.png') right 2px top 50%  no-repeat;

  text-transform: uppercase;

  font-size: 10px;

  line-height: 20px;

}

.cate-content{

  padding-top:10px;

  padding-bottom: 10px;

}

.cate-content ul{

  list-style: none;

}

.cate-content ul li a:before{

  display: inline-block;

  font-family: FontAwesome;

  content: "\f105";

  padding: 0 10px;

  font-weight: bold;

}

.cate-box .div-2 {

  width: 54%; 

  float: left;

  padding-top: 10px;

  overflow: hidden;

}





/*

[14. footer]

*/

#footer {

  background: #eee;

}



/** add-box **/

#address-list .tit-name{

  float: left;

  font-weight: bold;

  width: 70px;

  padding-right: 5px;

}

#address-list {

  margin-top: 18px;

}

#address-list .tit-contain {

  display: flex;

}

/** #introduce-box **/

#introduce-box {

  margin-top: 40px;

}

.introduce-title {

  text-transform: uppercase;

  font-size: 16px;

  list-style: none;

  font-weight: bold;

  margin-bottom: 8px;

}

.introduce-list li{

  padding-top: 2px;

  padding-bottom: 2px;

}



.introduce-list {

  padding-left: 16px;

  list-style: inherit;

}

/** contact-box **/

#mail-box {

  margin-bottom: 20px;

}

#mail-box input{

  height: 30px;

  background: #fff;

  width: 100%;

  padding-left: 10px;

}

#mail-box .btn {

  font-weight: bold;

  color: #fff;

  height: 30px;

  border-radius: 0;

  background: #ff3366;

  border: none;

  outline: none;

}

#mail-box .btn:hover{

  z-index: 0;

  opacity: 0.8;

  transition: 0.3s;

}



/** /#introduce-box **/

/** #trademark-box **/

#trademark-text-box {

  font-size: 13px;

}

#trademark-list  {

  list-style: outside none none;

  border-top: 1px solid #E1E1E1;

  border-bottom: 1px solid #E1E1E1;

  margin-bottom: 30px;

  display: table;

  width: 100%;

  margin-top: 30px;

}

#trademark-list li{

  display: inline-block;

  padding: 10px 11px;

}

#trademark-list li:last-child{

  padding-right: 0;

}

#trademark-list #payment-methods{

  display: table-cell;

  vertical-align: middle;

  text-transform: uppercase;

  font-weight: bold;

  padding-left: 0px;

}

.trademark-text-tit {

  text-transform: uppercase;

  font-size: 13px;

  font-weight: bold;

}

.trademark-list{

  list-style: none;

  margin-bottom: 10px;

}

.trademark-list li{

  display: inline;

  padding: 0 7px 0 5px;

  border-right: 1px solid #666666;

}

.trademark-list li:first-child{

  border-right: none;

  padding-right: 0;

  padding-left: 0;

}

.trademark-list li:last-child{

  border-right: 0;

  padding-right: 0;

}

.social-link a:hover{

  opacity: 0.8;

}

.social-link .fa{

  width: 30px;

  height: 30px;

  color: #fff;

  line-height: 30px;

  text-align: center;

}

.social-link .fa-facebook{

  background: #415a99;

}



.social-link .fa-pinterest-p{

  background: #cb222a;

}

.social-link .fa-vk{

  background: #5b7fa6;

}



.social-link .fa-twitter{

  background: #00caff;

}



.social-link .fa-google-plus{

  background: #da4735;

}



/** #footer-menu-box **/

#footer{

  background: #eaeaea;

}

#footer-menu-box {

  border-top: 1px solid #E1E1E1;

  margin-top: 10px;

  padding-top: 20px;

  margin-bottom: 20px;

}



.footer-menu-list{

  list-style: none;

  text-align: center;

  margin-bottom: 5px;

}

.footer-menu-list li{

  display: inline;

  padding: 0 7px 0 5px;

  border-right: 1px solid #0066cc;

}

.footer-menu-list li:last-child{

  border-right: none;

}



.footer-menu-list li a{

  color: #0066cc;

}



.footer-menu-list li a:hover{

  text-decoration: underline;

  transition: all 0.3s;

}

.scroll_top{

  width: 34px;

  height: 34px;

  position: fixed;

  display: none;

  font-size: 0;

  z-index: 9999;

  right: 10px;

  bottom: 32px;

  background: #666;

  display: none;

}

.scroll_top:hover{

  opacity: 0.8;

}



.scroll_top:before {

  content: "\f106";

  font-family: "FontAwesome";

  font-size: 14px;

  color: #fff;

  text-align: center;

  width: 34px;

  height: 34px;

  line-height: 34px;

  display: block;

}

.breadcrumb .navigation-pipe:before{

  content: "\f105";

  font-size: 14px;

  display: inline-block;

  text-align: right;

  width: 6px;

  color: #666;

  font-family: "FontAwesome";

  padding: 0 15px;

}

/** tags **/

.tags{

  line-height: 26px;

}

.tags span{

  padding: 0 5px;

}

.tags .level1{

  font-size: 12px;

}

.tags .level2{

  font-size: 16px;

}

.tags .level3{

  font-size: 18px;

}

.tags .level4{

  font-size: 20px;

}

.tags .level5{

  font-size: 24px;

}



/** testimonials **/

.testimonials{

  padding-bottom: 38px;

}

.testimonials .client-mane{

  text-transform: uppercase;

  text-align: center;

  font-weight: 600;

}

.testimonials .client-avarta {

  margin-top: 10px;

  text-align: center;

}

.testimonials .client-avarta img{

  width: 110px;

  height: 110px;

  border: 3px solid #eaeaea;

  border-radius: 90%;

  margin: 0 auto;

}



.header.style12{

  background-color: #394264;

}

.header.style12 #main-menu{

  margin: 0;

  padding: 0 15px;

}

.header.style12 .top-header{

  background-color: transparent;



}

.header.style12 .top-header a{

  color: #9099b7;

  border-color: rgba(220,220,220,0.3);

  padding-right: 15px;

}

.header.style12 .top-header .dropdown-menu{

  border-color: #009999;

}

.header.style12 .top-bar-social{

  float: right;

  padding-top: 5px;

}

.header.style12 .top-bar-social a{

  width: 23px;

  height: 23px;

  border: 1px solid #9099b7;

  display: inline-block;

  line-height: 23px;

  text-align: center;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  margin-left: 8px;

  float: left;

  font-size: 10px;

  padding: 0;

}

.header.style12 .top-bar-social a:first-child{

  margin-left: 15px;

}

.header.style12 .top-header .inner{

  border-bottom-style:solid;

  border-bottom-width: 1px;

  border-bottom-color: rgba(220,220,220,0.3);

  padding: 3px 0;

}

.header.style12 .language a {

  border: none;

  

}

.header.style12 .support-link>a{

  text-transform: uppercase;


}

.header.style12 .support-link>a:before{

  font-family: 'FontAwesome';

  /*content: "\f095";*/

  width: 23px;

  height: 23px;

  border: 1px solid #9099b7;

  display: inline-block;

  line-height: 23px;

  text-align: center;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  margin-right: 8px;

}

.header.style12 .main-header{

  padding: 40px 15px 65px 15px;

}

.header.style12 .main-menu .navbar-collapse{

  float: right;

}

.header.style12 #main-menu .navbar .navbar-nav>li>a{

  color: #9099b7;

  font-weight: 700;

  text-transform: uppercase;

  border: none;

  padding: 0 10px;

}

.header.style12 #main-menu .navbar .navbar-nav>li>a:before{

  content: '';

  width: 20px;

  height: 2px;

  background-color: #fff;

  display: block;

  margin: 0 auto;

  display: none;

  position: absolute;

  bottom: -10px;

  left: 50%;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

.header.style12 #main-menu .navbar .navbar-nav>li:last-child>a{

  padding-right: 0;

}

.header.style12 #main-menu .navbar .navbar-nav>li:hover, 

.header.style12 #main-menu .navbar .navbar-nav>li.active{

  background-color: transparent;

  color: #fff;

}

.header.style12 #main-menu .navbar .navbar-nav>li:hover>a:before, 

.header.style12 #main-menu .navbar .navbar-nav>li.active>a:before{

  display: block;

}

.header.style12.optop{

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 100;

}

.header.style12.optop .top-header{

  display: none;

}

.header.style12.optop .main-header{

  padding: 15px 0;

}



.block-header-top12{

  display: table;

  background-color: #50597b;

  padding: 13px 20px;

  margin-top: -34px;

  width: 100%;

}

.block-header-top12 .block-vertical,

.block-header-top12 .block-search,

.block-header-top12 .block-mini-cart{

  display: table-cell;

  position: relative;

}

.block-header-top12 .block-vertical{

  width: 250px;

  height: 44px;

}

.block-header-top12 .block-search{

  width: 690px;

}

.block-header-top12 .box-vertical-megamenus{

  left: 0;

  right: 0;

  position: static;

}

.block-header-top12 .box-vertical-megamenus .title{

  height: 44px;

  line-height: 44px;

  padding: 0 20px 0 30px;

  background-color: #ff3366;

}

.block-header-top12 .box-vertical-megamenus .btn-open-mobile{

  width: 16px;

  height: 16px;

  border: 1px solid #fff;

  text-align: center;

  line-height: 14px;

  font-size: 12px;

  margin-top: 14px;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-content{

  position: absolute;

  top: 57px;

  z-index: 12;

  left: -21px;

  right: 0px;

  border: 1px solid #eee;

  border-top: none;

  padding-top: 3px;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list{

  border: none;



}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li{



  padding: 0 20px;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li>a{

  border-bottom: 1px solid #eee;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li:hover{

  background-color: transparent;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li>a{

  color: #333;

  padding: 0;

  line-height: 41px;

  position: relative;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li>a.parent:before{

  right: 0;

  color: #333;

  top: 12px;

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li>a>img{

  min-width: 

}

.block-header-top12 .box-vertical-megamenus .vertical-menu-list>li:hover>a{

  color: inherit;

}

.block-header-top12 .box-vertical-megamenus .all-category{

  padding: 0;

}

.block-header-top12 .box-vertical-megamenus .all-category span{

  border: none;

  font-weight: 700;

  color: #999999;

  height: inherit;

  line-height: normal;

}

.block-header-top12 .box-vertical-megamenus .all-category span:after{

  display: block;

  margin: 0 auto;

  content: "\f107";

}

.block-header-top12 .box-vertical-megamenus .all-category .colse-cate:after{

  content: "\f106";

}

.block-header-top12 .box-vertical-megamenus .all-category span:hover{

  background-color: transparent;

}



.block-search form{

  width: 100%;

  background-color: #fff;

  position: relative;

}



.block-search .input-serach{

  width: 66%;



}

.block-search .input-serach input{

  width: 100%;

  padding: 12px 30px 12px 30px;

}

.block-search .form-category{

  width: 25%;

  border-left: 1px solid #eee;

}

.block-search .select2-container{

  width: 100%!important;

}

.block-search .select2-container--default .select2-selection--single{

  border: none;

}

.block-search .select2-container--default .select2-selection--single .select2-selection__rendered{

  line-height: 29px;

}

.block-search .select2-container--default .select2-selection--single .select2-selection__arrow{

  top: 2px;

}

.block-search .btn-search{

  width: 56px;

  height: 44px;

  text-align: center;

  line-height: 44px;

  color: #fff;

  background-color: #394264;

}

.block-mini-cart{

  /*background-color: #11a8ab;

  color: #fff;

  vertical-align: middle;*/

}

.block-mini-cart .cart-link{

  color: #fff;

  font-weight: 700;

  text-transform: uppercase;

}

.block-mini-cart .cart-link .icon{

  width: 26px;

  height: 22px;

  display: inline-block;

  /*background: url('../images/icon-cart12.png') no-repeat center center;*/

  padding: 0 25px 0 10px;

  position: relative;

  font: normal normal normal 18px/1 FontAwesome;

}



.block-mini-cart .cart-link .icon:before {

  content: "\f291";

}



.block-mini-cart .cart-link .icon .count{

  position: absolute;

  top: -20px;

  left: 9px;

  width: 20px;

  height: 20px;

  background-color: #ff3366;

  text-align: center;

  line-height: 20px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

}

.block-mini-cart:hover .cart-block {

  -webkit-transform: translate(0,0);

  -moz-transform: translate(0,0);

  -o-transform: translate(0,0);

  -ms-transform: translate(0,0);

  transform: translate(0,0);

  opacity: 1;

  visibility: visible;

}



.block-top-slide{

  display: table;

  width: 100%;

  padding-top: 10px;

}

.block-top-slide .block-blank,

.block-top-slide .block-slide,

.block-top-slide .block-banner{

  display: table-cell;

}

.block-top-slide .block-blank{

  width: 281px;

}



.block-top-slide .block-slide{

  width: 680px;

  max-width: 680px;

}


.block-top-slide .block-banner{

  max-width: 210px;

}

.block-top-slide .owl-controls .owl-dots{

  bottom: 20px;

}

.block-top-slide .owl-controls .owl-dots .owl-dot{

  border: 2px solid #eee;

  background-color: transparent;

  opacity: 0.7;

  margin: 0 5px;

}

.block-top-slide .owl-controls .owl-dots .owl-dot.active{

  background-color: #fff;

  border-color: #fff;

  opacity: 1;

}


.block-group-banner{

  margin: 0;

  padding-top: 30px;

}

.block-group-banner .item{

  padding: 0;

  margin-bottom: 30px;

}

.block-group-banner2 .item{

  margin-bottom: 30px;

}

/* BLOCK CATE GORY */

.block-tab-category{

  margin-bottom: 30px;

  display: table;

  width: 100%;

}

.block-tab-category .head{

  background-color: #eee;

  border-bottom: 2px solid #ff3366;

  display: table;

  width: 100%;

}

.block-tab-category .head .title{

  display: inline-block;

  float: left;

  line-height: 50px;

  text-transform: uppercase;

  font-weight: 300;

  font-size: 18px;

  color: #333333;

  margin: 0;


}

.block-tab-category .head .title .bar{

  width: 50px;

  height: 50px;

  text-align: center;

  display: inline-block;

  line-height: 50px;

  margin-right: 8px;

  cursor: pointer;

}

.block-tab-category .head .title .bar.active{

  background-color: #d6d6d6;

  color: #333333;

}

.block-tab-category .box-tabs{

  display: inline-block;

  float: right;

}

.block-tab-category .box-tabs li{

  display: inline-block;

  float: left;

}



.block-tab-category .box-tabs li a{

  color: #666666;

  font-weight: 700;

  padding: 15px 20px;

  display: inline-block;

  position: relative;

}

.block-tab-category .box-tabs li a:hover,

.block-tab-category .box-tabs li.active a{

  color: #ff3366;

}

.block-tab-category .box-tabs li a:after{

  content: "\f0d8";

  font-family: 'FontAwesome';

  line-height: 2px;

  position: absolute;

  left: 50%;

  bottom: 2px;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.block-tab-category .box-tabs li a:hover:after,

.block-tab-category .box-tabs li.active a:after{

  opacity: 1;

  filter: alpha(opacity=100);

}

.block-tab-category .block-banner{

  width: 31.1%;

  float: left;

  margin: 0;

  padding: 0;

  position: relative;

}

.block-tab-category .tab-cat{

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 10;

  padding-top: 30px;

  padding-left: 20px;

  background-color: rgba(214,214,214,0.8);

  opacity: 0;

  filter: alpha(opacity=0);

  visibility: hidden;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}

.block-tab-category .tab-cat.show{

  opacity: 1;

  filter: alpha(opacity=100);

  visibility: inherit;

}

.block-tab-category .tab-cat li>a{

  padding: 10px 0;

  color: #333;

  display: inline-block;

  width: 100%;

  padding-left: 15px;

}

.block-tab-category .tab-cat li>a .img-2{

  display: none;

}

.block-tab-category .tab-cat li>a>img{

  margin-right: 5px;

}

.block-tab-category .tab-cat li>a:hover{

  background-color: #fff;

  color: #333;

}

.block-tab-category .tab-cat li>a:hover .img-1{

  display: none;

}

.block-tab-category .tab-cat li>a:hover .img-2{

  display: inline-block;

}

.block-tab-category .block-content{

  width: 68.9%;

  float: left;

}



.block-tab-category .tab-products .product-style3{

  width: 33.333333%;

  float: left;

  border-bottom: 1px solid #eee;

  border-right: 1px solid #eee;

  float: left;

}



/* TAB COLOR */

.block-tab-category.men .head{

  border-color: #11a8ab;

}

.block-tab-category.men .box-tabs li a:hover, 

.block-tab-category.men .box-tabs li.active a{

  color: #11a8ab;

}

.block-tab-category.men .head .title .bar.active{

  background-color: #11a8ab;

}

.block-tab-category.men .tab-cat{

  background-color: rgba(17,168,171,0.8);

}

.block-tab-category.men .product-style3 .btn-add-to-cart:hover,

.block-tab-category.men .product-style3 .group-button-control a:hover{

  background-color: #11a8ab;

}

/**/

.block-tab-category.accessories .head{

  border-color: #0066cc;

}

.block-tab-category.accessories .box-tabs li a:hover, 

.block-tab-category.accessories .box-tabs li.active a{

  color: #0066cc;

}

.block-tab-category.accessories .head .title .bar.active{

  background-color: #0066cc;

}

.block-tab-category.accessories .tab-cat{

  background-color: rgba(0,102,204,0.8);

}

.block-tab-category.accessories .product-style3 .btn-add-to-cart:hover,

.block-tab-category.accessories .product-style3 .group-button-control a:hover{

  background-color: #0066cc;

}



/* Product style 3*/

.product-style3{

  position: relative;

  overflow: hidden;

}

.product-style3 .product-info{

  padding: 15px 15px 3px 15px;

}

.product-style3 .product-name a{

  color: #333;

  font-size: 14px;

  

}

.product-style3 .price{

  color: #ff3366;

}



.product-style3 .product-star{

  display: table;

  font-size: 13px;

  color: #ffae00;

  margin-top: 5px;

}

.product-style3 .product-star .fa{

  margin-right: 3px;

}

.product-style3 .product-star .fa:last-child{

  margin-right: 0;

}

.product-style3 .btn-add-to-cart{

  padding: 12px 0;

  background-color: rgba(57,66,100,0.9);

  color: #fff;

  text-align: center;

  position: absolute;

  bottom: -50px;

  left: 0;

  right: 0;

  font-size: 16px;

  font-weight: 300;

  -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;

}

.product-style3 button.btn-add-to-cart{

  width: 100%;

}

.product-style3 .btn-add-to-cart:before{

  content: '';

  width: 20px;

  height: 16px;

  display: inline-block;

  background: url('../images/cart.png') no-repeat center center;

  margin-right: 5px;

}

.product-style3 .btn-add-to-cart:hover{

  background-color: #ff3366;

}

.product-style3:hover .btn-add-to-cart{

  bottom: 0;

}

.product-style3 .group-button-control{

  width: auto;

  position: absolute;

  bottom: 90px;

  right: 5px;

}

.product-style3 .wishlist{

  /*background-image: url('../images/wishlist12.png');*/

  background-image: none;

  background-repeat: no-repeat;

  background-position: center center;

  text-align: center;

}

.product-style3 .wishlist:before{

  font: normal normal normal 14px/1 FontAwesome;

  content: "\f08a";

  line-height: 34px;

  font-weight: bold;

}

.product-style3 .compare{

  background-image: url('../images/compare12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.product-style3 .quickview{

  /*background-image: url('../images/quickview12.png');*/

  background-image: none;

  background-repeat: no-repeat;

  background-position: center center;

  text-align: center;

}



.product-style3 .quickview:before{

  font: normal normal normal 14px/1 FontAwesome;

  line-height: 34px;

  content: "\f067";

}



.product-style3 .group-button-control a{

  width: 39px;

  height: 34px;

  display: block;

  margin-top: 10px;

  background-color: #eeeeee;

  line-height: 34px;

  font-size: 0;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  -webkit-transform: scale(0,1);

  transform: scale(0,1);

  opacity: 0;

  filter: alpha(opacity=0);

}

.product-style3 .group-button-control a:hover{

  background-color: #ff3366;

  /*color: #fff;*/

}

.product-style3:hover .group-button-control a{

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: scale(1);

  transform: scale(1);

}

.product-style3 .status,

.product-container .status{

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  position: absolute;

  display: inline-block;

  font-size: 12px;

  color: #fff;

}

.product-style3 .status.sale,

.product-container .status.sale{

  background-color: #89b13a;

  bottom: 15px;

  right: 15px;

}

.product-style3 .status.new{

  background-color: #fa894b;

  bottom: 15px;

  left: 15px;

}



/* Footer style 4 */
.footer4 .footer-top{

  overflow: hidden;

}

.footer4 .footer-top .left {

  width: 64%;

  float: left;

}

.footer4 .footer-top .right {

  width: 36%;

  float: left;

}

.footer4 .widget-container{

  margin-top: 30px;

}

.footer4 .widget-container .widget-title{

  font-size: 16px;

  font-weight: 300;

  text-transform: uppercase;

  margin-bottom: 20px;

  color: #333;

}

.footer4 .widget-container li{

  line-height: 28px;

}

.footer4 .social-link{

  overflow: hidden;

}

.footer4 .social-link a{

  float: left;

}

.footer4 .social-link .fa {

  width: 32px;

  height: 32px;

  border: 2px solid #999999;

  background-color: transparent;

  color: #999999;

  webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  margin-right: 15px;

}

.footer4 .widget-container .widget-title, 

.footer4 .widget-container .block-heading h3 {

  font-size: 16px;

  font-weight: 300;

  text-transform: uppercase;

  margin-bottom: 20px;

  color: #333;

}

.footer4 .mailchimp-form .input-group {

  border: 1px solid #eee;

}

.footer4 .mailchimp-form .input-group input {

  height: 40px;

  padding-left: 15px;

}

.footer4 .mailchimp-form .mailchimp-submit {

  height: 42px;

  background-color: #11a8ab;

  border: none;

  color: #fff;

  text-transform: uppercase;

  padding: 0 20px;

  float: right;

  font-size: 16px;

  font-weight: 300;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

  margin-top: -1px;

  margin-right: -1px;

}

.footer4 .mailchimp-form .mailchimp-submit:hover{

  opacity: 0.8;

}



.footer4 .footer-middle{

  border-bottom: 1px solid #eee;

  border-top: 1px solid #eee;

}



.footer4 .footer-link{

  text-align: center;

}

.footer4 .footer-bottom{

  padding: 30px 0;

}

.footer4 .footer-link a{

  border-right: 1px solid #666;

  display: inline-block;

  padding: 0 10px;

  line-height: 11px;

  margin: 5px 0;

}

.footer4 .footer-link a:last-child{

  border: none;

}

.footer4 .footer-coppyright{

  text-align: center;

  font-weight: 300;

  color: #333;

  padding: 20px 0;

}

.footer4 .footer-middle{

  padding: 10px 0;

}



/* Block cat */

.block-cat{

  border: 1px solid #eee;

  margin-bottom: 30px;

  position: relative;

  padding: 30px;

  background-position: bottom right;

  background-repeat: no-repeat;

}

.block-cat .sub-cat{

  width: auto;

  display: inline-block;

}

.block-cat .sub-cat li{

  border-bottom: 1px solid #eee;

  padding: 4px 0;

  padding-right: 30px;

  list-style: inside;

}

.block-cat .read-more{

  display: block;

  font-weight: 300;

  color: #333;

  margin-top: 20px;

}

.block-cat .read-more:before{

  content: '';

  width: 20px;

  height: 2px;

  background-color: #999999;

  display: block;

  margin-bottom: 4px;

}

.block-cat .cat-title{

  position: absolute;

  top: 30px;

  right: 30px;

  font-size: 24px;

  color: #999999;

  font-weight: 300;

  text-align: right;

}

.block-cat .cat-title span{

  display: block;

  line-height: auto;

}

.block-cat .cat-title .cat-name{

  font-weight: 700;

  font-size: 30px;

  text-transform: uppercase;

}

.block-cat.women{

  background-image: url('../data/option12/women.png');

}

.block-cat.women .cat-name{

  color: #ff3366;

}

.block-cat.men{

  background-image: url('../data/option12/men.png');

}

.block-cat.men .cat-name{

  color: #11a8ab;

}

.block-cat.accessory{

  background-image: url('../data/option12/Accessory.png');

}

.block-cat.accessory .cat-name{

  color: #2b5e92;

}



/* BLOG 12*/
.section-band-logo{

  padding: 40px 0;

  background-color: #ebebeb;

}

.section-band-logo.style2{

  background-color: transparent;

  padding: 0;

  padding-bottom: 30px;

}

.section-band-logo.style2 a{

  padding: 0 1px;

  display: inline-block;

}

/* Block hotdel week */

.block-hotdeal-week{

  border: 1px solid #eee;

}

.block-hotdeal-week .title{

  padding: 13px 24px;

  background-color: #eee;

  text-transform: uppercase;

  font-weight: 300;

  color: #333;

  font-size: 18px;

}

.block-hotdeal-week .inner{

  padding: 23px 10px;

}

.block-hotdeal-week .product{

  text-align: center;

}

.block-hotdeal-week .countdown-lastest{

  text-align: center;

  display: table;

  margin: 0 auto;

}

.block-hotdeal-week .price{

  color: #ff3366;

  text-decoration: none;

  margin-bottom: 10px;

  display: inline-block;

}

.block-hotdeal-week  .price ins{

  text-decoration: none;

  margin-right: 10px;

}

.block-hotdeal-week  .price del{

  color: #999;

}

.block-hotdeal-week .countdown-lastest .dot{

  display: none;

}

.block-hotdeal-week .countdown-lastest .box-count{

  width: 42px;

  display: inline-block;

  margin-right: 15px;

}

.block-hotdeal-week .countdown-lastest .box-count .number{

  background-color: #ff3366;

  color: #fff;

  font-size: 16px;

  display: inline-block;

  height: 34px;

  width: 100%;

  line-height: 34px;

  font-weight: 600;

}

.block-hotdeal-week .countdown-lastest .box-count .text{

  display: block;

  color: #999;

}

.block-hotdeal-week  .product-name{

  font-size: 14px;

  margin-bottom: 10px;

}

.block-hotdeal-week .btn-add-to-cart{

  padding: 0 13px;

  background-color: #11a8ab;

  color: #fff;

  height: 34px;

  line-height: 34px;

  display: inline-block;

}

.block-hotdeal-week .btn-add-to-cart:before {

  content: '';

  width: 20px;

  height: 16px;

  display: inline-block;

  background: url('../images/cart12.png') no-repeat center center;

  margin-right: 5px;

}

.block-hotdeal-week .wishlist,

.block-hotdeal-week .compare{

  width: 40px;

  height: 34px;

  background-color: #eee;

  display: inline-block;

  font-size: 0;

}

.block-hotdeal-week .wishlist {

  background-image: url('../images/wishlist12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-hotdeal-week .compare {

  background-image: url('../images/compare12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-hotdeal-week .btn-add-to-cart:hover,

.block-hotdeal-week .wishlist:hover,

.block-hotdeal-week .compare:hover {

  background-color: #ff3366;

}



/* Block testamial*/

.block-testimonials2{

  background-color: #394264;

  color: #fff;

  margin-top: 30px;

  padding: 20px;

}

.block-testimonials2 li{

  padding-top: 17px;

  margin-bottom: 20px;

}

.block-testimonials2 li img {

  border: 3px solid #bcbdbe;

  border-radius: 90%;

  opacity: 0.5;

}

.block-testimonials2 .item-center li{

  width: 100px;

  height: 100px;

  position: absolute;

  z-index: 2;

  top: -17px;

  left: 50%;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

.block-testimonials2 .item-center li img{

  opacity: 1;

}

.block-testimonials2 .info{

  display: none;

}

.block-testimonials2 .text{

  margin-bottom: 15px;

}

.block-testimonials2 .text:before{

  content: "\f10d";

  font-family: 'FontAwesome';

  font-size: 40px;

  color: #009999;

  margin-right: 10px;

  line-height: normal;

}

.block-testimonials2 .name{

  text-align: right;

  float: right;

}

.block-testimonials2 .testimonial-caption{

  overflow: hidden;

}

.block-new-product12{

  border: 1px solid #eee;

  margin-top: 30px;

}

.block-new-product12 .title {

  padding: 13px 24px;

  background-color: #eee;

  text-transform: uppercase;

  font-weight: 300;

  color: #333;

  font-size: 18px;

}

.block-new-product12 .inner{

  padding: 10px 25px;

}

.block-new-product12 .price{

  color: #ff3366;

  text-decoration: none;

  display: inline-block;

}

.block-new-product12  .price ins{

  text-decoration: none;

  margin-right: 10px;

}

.block-new-product12  .price del{

  color: #999;

  font-weight: normal;

}



.block-new-product12 .product{

  border-bottom: 1px solid #eee;

  padding-bottom: 12px;

  margin-top: 12px;

  overflow: hidden;

}



.block-new-product12 .product .image{

  width: 80px;

  height: 80px;

  float: left;

}

.block-new-product12 .product .info{

  margin-left: 105px;

}

.block-new-product12 .product .product-name{

  font-size: 14px;

  margin-bottom: 10px;

}

.block-new-product12 .owl-controls{

  text-align: center;

  padding-top: 20px;

  padding-bottom: 10px;

}


.block-banner12{

  margin-top: 30px;

}



/* OPTION 13*/

.option13{

  font-weight: 300;

}

.header.style13 .support-link>a:before {

  font-family: 'FontAwesome';

  content: "\f095";

  width: 23px;

  height: 23px;

  border: 1px solid #666;

  display: inline-block;

  line-height: 23px;

  text-align: center;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  margin-right: 8px;

}

.header.style13 .top-bar-social {

  float: right;

  padding-top: 5px;

}

.header.style13 .top-bar-social a:first-child {

  margin-left: 15px;

}

.header.style13 .top-bar-social a {

  width: 23px;

  height: 23px;

  border: 1px solid #666;

  display: inline-block;

  line-height: 20px;

  text-align: center;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  margin-left: 8px;

  float: left;

  font-size: 10px;

  padding: 0;

}

.header.style13 .top-header{

  background-color: #fff;

  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);

  padding: 5px 0;

}



.header.style13 .main-header{

  padding: 50px 0;

}

.header.style13 .main-header .header-search-box,

.header.style13 .main-header .shopping-cart-box{

  margin-top: 0;

}

.header.style13 .main-header .header-search-box .form-inline{

  border-color: #ffae00;

}

.header.style13 .main-header .header-search-box .form-inline .btn-search{

  background-color: #ffae00;

}

.header.style13 .main-header .header-search-box .form-inline .form-category{

  background-color: #fff;

  border-left: 1px solid #eee;

}

.header.style13 .main-header .header-search-box .form-inline .select2{

  border: none;

}



.header.style13.optop{

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 100;

  background-color: #fff;

  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);

}

.header.style13.optop .top-header,

.header.style13.optop .main-header{

  display: none;

}

.header.style13.optop .block-header-top13 .box-vertical-megamenus .vertical-menu-content{

  display: none;

}

.header.style13.optop .vertical-menu-wapper{

  width: 80px;

  padding-right: 0;

}

.header.style13.optop .box-vertical-megamenus .title .title-menu{

  display: none;

}

.header.style13.optop .block-header-top13 .box-vertical-megamenus .btn-open-mobile{



  display: table;

  margin: 0 auto;

  vertical-align: middle;

  float: none!important;

  margin-top: 16px;

}

.header.style13.optop .box-vertical-megamenus .title{

  padding: 0;

}

.mini-cart-13{

  border: 1px solid #eee;

  padding: 6px 0;

  padding-left: 20px;

  width: 100%;

  float: left;

}



.mini-cart-13 .cart-link .icon {

  width: 26px;

  height: 22px;

  display: inline-block;

  background: url('../images/iconcart-13.png') no-repeat center center;

  position: relative;

}

.mini-cart-13 .cart-link{

  text-transform: uppercase;

  color: #333;

  line-height: 28px;

}

.mini-cart-13 .cart-link .count{

  position: absolute;

  top: -25px;

  left: 50%;

  height: 20px;

  background-color: #333;

  display: inline-block;

  min-width: 36px;

  color: #fff;

  text-align: center;

  line-height: 20px;

  ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

.mini-cart-13 .cart-link .count:after {

  content: "";

  width: 0;

  height: 0;

  border-top: 6px solid #333;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  display: table;

  margin: 0 auto;

}

.mini-cart-13:hover .cart-block {

  -webkit-transform: translate(0,0);

  -moz-transform: translate(0,0);

  -o-transform: translate(0,0);

  -ms-transform: translate(0,0);

  transform: translate(0,0);

  opacity: 1;

  visibility: visible;

}

.mini-cart-13 .cart-block{

  right: 15px;

}

.header.style13 .main-header .header-search-box {

  padding:  0 15px;

}

.block-header-top13 .box-vertical-megamenus .btn-open-mobile {

  width: 16px;

  height: 16px;

  border: 1px solid #fff;

  text-align: center;

  line-height: 14px;

  font-size: 12px;

  margin-top: 17px;

  display: inline-block;

  float: right;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-content{

  position: absolute;

  top: 100%;

  z-index: 2;

  right: 0px;

  left: 0;

  border: 1px solid #eee;

  border-top: none;

  padding-top: 6px;

  border-top: none;

  padding-bottom: 20px;

  min-width: 270px;

}

.header.style13 .box-vertical-megamenus .title .title-menu{

  display: inline-block;

  float: left;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list{

  border: none;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li{

  padding: 0 20px;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li>a{

  border-bottom: 1px solid #eee;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li:last-child>a{

  border: none;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li:hover{

  background-color: transparent;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li>a{

  color: #333;

  padding: 0;

  line-height: 45px;

  position: relative;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li>a.parent:before{

  right: 0;

  color: #333;

  top: 12px;

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li>a>img{

  min-width: 

}

.block-header-top13 .box-vertical-megamenus .vertical-menu-list>li:hover>a{

  color: inherit;

}

.block-header-top13 .box-vertical-megamenus .all-category{

  padding: 0;

}

.block-header-top13 .box-vertical-megamenus .all-category span{

  border: none;

  font-weight: 700;

  color: #999999;

  height: inherit;

  line-height: normal;

}

.block-header-top13 .box-vertical-megamenus .all-category span:after{

  display: block;

  margin: 0 auto;

  content: "\f107";

}

.block-header-top13 .box-vertical-megamenus .all-category span:hover{

  background-color: transparent;

}



.block-header-top13 #main-menu{

  margin: 0;

  border-top: 2px solid #eee;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li>a{

  text-transform: uppercase;

  color: #666;

  border: none;

  padding: 0 17px;

  position: relative;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li>a>img{

  position: absolute;

  top: -22px;

  left: 50%;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li>a:before{

  content: '';

  height: 2px;

  position: absolute;

  left: 0;

  right: 0;

  top: -17px;

  background-color: #ffae00;

  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li:hover, 

.block-header-top13 #main-menu .navbar .navbar-nav>li.active{

  background-color: transparent;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li:hover>a, 

.block-header-top13 #main-menu .navbar .navbar-nav>li.active>a{

  color: #333;

  

}

.block-header-top13 #main-menu .navbar .navbar-nav>li.active>a{

  font-weight: 700;

}

.block-header-top13 #main-menu .navbar .navbar-nav>li:hover>a:before, 

.block-header-top13 #main-menu .navbar .navbar-nav>li.active>a:before{

  opacity: 1;

}

.block-header-top13 #main-menu li.dropdown>a:after {

  content: "\f0d7";

}



.block-slide13 .owl-controls .owl-dots{

  bottom: 20px;

}

.block-slide13 .owl-controls .owl-dots .owl-dot{

  border: 2px solid #eee;

  background-color: transparent;

  opacity: 0.5;

}

.block-slide13 .owl-controls .owl-dots .owl-dot.active{

  background-color: #fff;

  border-color: #fff;

  opacity: 1;

}

.option13 .cart-block .cart-block-content .cart-buttons a.btn-check-out{

  background-color: #ffae00;

}

.header.style13 .top-header a.current-open:after{

  content: "\f0d7";

  font-size: 13px;

}



.block-service13{

  padding-top: 30px;

}

.block-service13 .item{

  margin-bottom: 30px;

}

.block-service13 .item .icon{

  width: 70px;

  float: left;

}

.block-service13 .item .info{

  margin-left: 90px;

  font-size: 12px;

  font-weight: 300;

  color: #999;

}

.block-service13 .item .name{

  font-size: 14px;

  font-weight: 700;

  color: #333;

  text-transform: uppercase;

  margin-bottom: 5px;

}

.block-service13 .inner{



  overflow: hidden;

}

.block-service13 .inner .line{

  border-bottom: 1px solid #eee;

  display: inline-block;

  width: 100%;

  float: left;

}

.tab-product-13{

  margin-top: 30px;

}

.tab-product-13 .head{

  background-color: #f8f8f8;

  border-bottom: 2px solid #e5e5e5;

  display: table;

  width: 100%;

  padding: 10px 0;

}

.tab-product-13 .box-tabs li{

  display: inline-block;

  float: left;

}

.tab-product-13 .box-tabs li a{

  padding: 4px 25px;

  display: inline-block;

  color: #999;

  text-transform: uppercase;

  position: relative;

  font-weight: 700;

  border-right: 1px solid #eee;

}

.tab-product-13 .box-tabs li:last-child a{

  border: none;

}

.tab-product-13 .box-tabs li a:after{

  content: '';

  height: 2px;

  position: absolute;

  left: 0;

  right: 0;

  bottom: -12px;

  background-color: #ffae00;

  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.tab-product-13 .box-tabs li:hover a,

.tab-product-13 .box-tabs li.active a{

  color: #333;

}

.tab-product-13 .box-tabs li:hover a:after,

.tab-product-13 .box-tabs li.active a:after{

  opacity: 1;

}

.tab-product-13 .tab-content{

  padding-top: 17px;

  margin: 

}

.tab-product-13 .product-style3{

  border: 1px solid #eee;

}

.block-banner13{

  margin-top: 30px;

}

.tab-product-13  .product-style3{

  padding-bottom: 15px;

}

.tab-product-13  .product-style3 .status.sale{

  background-color: #aa8056;

  left: 15px;

  top: 15px;

  right: inherit;

  bottom: inherit;

  text-transform: uppercase;

}

.tab-product-13 .product-style3 .status.new{

  background-color: #2ea76f;

  right: 15px;

  top: 15px;

  left: inherit;

  bottom: inherit;

  text-transform: uppercase;

}



.tab-product-13.style2 .box-tabs{

  float: right;

}

.tab-product-13 .title{

  display: inline-block;

  float: left;

  padding-left: 30px;

  text-transform: uppercase;

  color: #333;

  font-weight: 700;

  margin-top: 8px;

}

.block-top-brands{

  margin-top: 30px;

}

.block-top-brands .head{

  display: table;

  width: 100%;

  background-color: #f8f8f8;

}

.block-top-brands .head .tab,

.block-top-brands .head .title{

  display: table-cell;

}

.block-top-brands .head .title{

  background-color: #ffae00;

  color: #fff;

  text-transform: uppercase;

  width: 34px;



}

.block-top-brands .head .title .text{

  text-align: center;

  margin: 0 auto;

  -webkit-transform: rotate(270deg);

  -moz-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  -o-transform: rotate(270deg);

  transform: rotate(270deg);

  white-space: nowrap;

  overflow: hidden;

  position: absolute;

  left: -35px;

  top: 50%;

  letter-spacing: 4px;

}

.block-top-brands .bx-wrapper .bx-viewport{

  moz-box-shadow: 0 0 0 #ccc;

  -webkit-box-shadow: 0 0 0 #ccc;

  box-shadow: 0 0 0 #ccc;

  border: 0 solid #fff;

  left: 0;

  background: #f8f8f8;

  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;

}

.block-top-brands .list-brand{

  padding-left: 1px;

}

.block-top-brands .list-brand .item{

  border-left: 2px solid transparent;

  border-right: 1px solid #eee;

}

.block-top-brands .list-brand .item>a{



  border-bottom: 1px solid transparent;

  border-top: 1px solid transparent;

  display: inline-block;

  width: 100%;

}

.block-top-brands .list-brand .item:hover>a,

.block-top-brands .list-brand .item.active>a{

  border-bottom-color: #eee;

  border-top-color: #eee;

  

}

.block-top-brands .list-brand .item:hover,

.block-top-brands .list-brand .item.active{

  background-color: #fff;

  border-right-color: #fff;

  border-left-color: #ffae00;

  

}

.block-top-brands .bx-wrapper .bx-controls-direction a{

  margin: 0;

  width: 25px;

  height: 25px;

  webkit-border-radius: 90%;

  -moz-border-radius: 90%;

  -ms-border-radius: 90%;

  -o-border-radius: 90%;

  border-radius: 90%;

  border: 1px solid #eee;

  line-height: 23px;

  font-size: 13px;

  background: none;

  background-color: #fff;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  text-indent: inherit;

  font-size: 0;

  text-align: center;

  -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;

  opacity: 0;

  visibility: hidden;

}

.block-top-brands .bx-wrapper:hover .bx-controls-direction a{

  opacity: 1;

  visibility: inherit;

}

.block-top-brands .bx-wrapper .bx-controls-direction a:hover{

  background-color: #ffae00;

  border-color: #ffae00;

  color: #fff;

}

.block-top-brands .bx-wrapper .bx-prev{

  top: -12px;

  left: 50%;

  top: 0;

}

.block-top-brands .bx-wrapper .bx-prev:before{

  content: "\f0d8";

  font-family: 'FontAwesome';

  font-size: 13px;

}

.block-top-brands .bx-wrapper .bx-next:before{

  content: "\f0d7";

  font-family: 'FontAwesome';

  font-size: 13px;

}

.block-top-brands .bx-wrapper .bx-next{

  top: inherit;

  bottom: 0;

  right: inherit;

  left: 50%;

}

.block-top-brands .bx-wrapper:hover .bx-next{

  bottom: -12px;

}

.block-top-brands .bx-wrapper:hover .bx-prev{

  top: -12px;

}

.block-top-brands .product-style3 .status.sale {

  background-color: #aa8056;

  left: 15px;

  top: 15px;

  right: inherit;

  bottom: inherit;

  text-transform: uppercase;

}

.block-top-brands .product-style3 .status.new {

  background-color: #2ea76f;

  right: 15px;

  top: 15px;

  left: inherit;

  bottom: inherit;

  text-transform: uppercase;

}

.block-top-brands .product-style3 {

  border: 1px solid #eee;

  padding-bottom: 15px;

}

.block-testimonials3{

  margin-top: 30px;

  background-color: #f2e9e0;

}

.block-testimonials3 .blank{

  height: 32px;

  background-color: #fff;

}

.block-testimonials3 .image{

  width: 100px;

  height: 100px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  border: 5px solid #f2e9e0;

  position: absolute;

  left: 50%;

  top: 0;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

.block-testimonials3 .image img{

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

}

.block-testimonials3 li{

  position: relative;

}

.block-testimonials3 .info{

  padding: 80px 20px 15px 20px;

  overflow: hidden;

}

.block-testimonials3 .text{

  margin-bottom: 12px;

}

.block-testimonials3 .text:before{

  content: "\f10d";

  font-family: 'FontAwesome';

  font-size: 40px;

  color: #a5917b;

  margin-right: 10px;

  line-height: normal;

}

.block-testimonials3 .name{

  text-align: right;

  float: right;

}

.block-testimonials3 .owl-controls .owl-dots{

  position: static;

  padding-bottom: 20px;

}

.block-testimonials3 .owl-controls .owl-dots .owl-dot {

  border: 2px solid #a5917b;

  background-color: transparent;

  opacity: 0.6;

  width: 10px;

  height: 10px;

  margin: 0 3px;

}

.owl-controls .owl-dots .owl-dot.active{

  background-color: #a5917b;;

  border-color: #a5917b;

  opacity: 1;

}

/* OPTION 14 */

.block-slide14 .owl-controls .owl-dots{

  bottom: 20px;

}

.block-slide14 .owl-controls .owl-dots .owl-dot{

  width: 8px;

  height: 8px;

  background-color: #999;

  margin: 0 2px;

}

.block-slide14 .owl-controls .owl-dots .owl-dot.active{

  width: 14px;

  height: 14px;

  border: 2px solid #cc9933;

  background-color: transparent;

  margin-top: -3px;

}

.block-group-banner-top{

  padding-bottom: 40px;

}

.block-group-banner-top .item{

  margin-top: 30px;

}

.block-tab-category14{

  padding-top: 40px;

}

.block-tab-category14 .head{

  position: relative;

}

.block-tab-category14 .head:after{

  content: '';

  width: 80%;

  position: absolute;

  right: 0;

  top: 50%;

  height: 1px;

  background: #eee;

}

.block-tab-category14 .bar{

  width: 36px;

  height: 32px;

  display: inline-block;

  border: 1px solid #eee;

  color: #999;

  text-align: center;

  line-height: 30px;

}

.block-tab-category14 .box-tabs{

  padding: 0;

  display: inline-block;

  overflow: hidden;

  background-color: #fff;

  position: relative;

  z-index: 1;

}

.block-tab-category14 .box-tabs li{

  display: inline;

  float: left;

}

.block-tab-category14 .box-tabs li:after{

  content: '';

  width: 18px;

  height: 18px;

  background:url('../images/kak4.png') no-repeat center center;

  display: inline-block;

  margin-top: 5px;

}

.block-tab-category14 .box-tabs li:last-child:after{

  display: none;

}

.block-tab-category14 .box-tabs li a{

  line-height: 30px;

  margin: 0 15px;

  position: relative;

}

.block-tab-category14 .box-tabs li a:after{

  content: '';

  height: 2px;

  position: absolute;

  left: 0;

  right: 0;

  bottom: -5px;

  background-color: #cc9933;

  opacity: 0;

  -webkit-transition: all 1s ease;

  -moz-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.block-tab-category14 .box-tabs li:hover a:after,

.block-tab-category14 .box-tabs li.active a:after{

  opacity: 1;

}

.block-tab-category14 .box-tabs li:hover a,

.block-tab-category14 .box-tabs li.active a{

  color: #cc9933;

}

.block-tab-category14 .link-all{

  border: 1px solid #eee;

  padding: 5px 10px;

  display: inline-block;

  float: right;

  position: relative;

  z-index: 1;

  background-color: #fff;

}

.block-tab-category14 .link-all:before{

  content: '';

  height: 5px;

  background-color: #fff;

  width: 15px;

  position: absolute;

  left: -16px;

  top: 50%;

}

.block-tab-category14 .link-all:hover{

  background-color: #cc9933;

  color: #fff;

  border-color: #cc9933;

}

.block-tab-category14 .product-style4{

  margin-top: 30px;

}



.product-style4{

  border: 1px solid transparent;

  padding-bottom: 20px;

  -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;

  position: relative;

}

.product-style4 .product-thumb{

  position: relative;

  overflow: hidden;

}

.product-style4 .product-thumb img{

  -webkit-transition: all 1s ease;

  transition: all 1s ease;

  display: inherit;

}

.product-style4 .product-thumb .secondary_image{

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

}

.product-style4:hover .product-thumb .secondary_image{

  opacity: 1;

}

.product-style4 .btn-add-to-cart{

  padding: 12px 0;

  background-color: rgba(207,161,69,0.7);

  color: #fff;

  text-align: center;

  position: absolute;

  bottom: -50px;

  left: 17px;

  right: 17px;

  font-weight: 300;

  -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;

}

.product-style4 .btn-add-to-cart:before{

  content: '';

  width: 20px;

  height: 16px;

  display: inline-block;

  background: url('../images/cart12.png') no-repeat center center;

  margin-right: 5px;

}

.product-style4 .btn-add-to-cart:hover{

  background-color: #cfa145;

  color: #fff;

}

.product-style4:hover .btn-add-to-cart{

  bottom: 0;

}

.product-style4 .group-button-control{

  width: auto;

  position: absolute;

  bottom: 64px;

  right: 17px;

}

.product-style4 .wishlist{

  background-image: url('../images/wishlist12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.product-style4 .compare{

  background-image: url('../images/compare12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.product-style4 .quickview{

  background-image: url('../images/quickview12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.product-style4 .group-button-control a{

  width: 39px;

  height: 34px;

  display: block;

  margin-top: 10px;

  background-color: #ddd;

  line-height: 34px;

  font-size: 0;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  -webkit-transform: scale(0,1);

  transform: scale(0,1);

  opacity: 0;

  filter: alpha(opacity=0);

  border: 1px solid #d6d6d6;

}

.product-style4 .group-button-control a:hover{

  background-color: #cfa145;

  color: #fff;

}

.product-style4:hover .group-button-control a{

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: scale(1);

  transform: scale(1);

}

.product-style4 .status{

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  position: absolute;

  display: inline-block;

  font-size: 12px;

  color: #fff;

  text-transform: uppercase;

}

.product-style4 .status.sale{

  background-color: #ff6666;

  top: 15px;

  right: 15px;

}

.product-style4 .status.new{

  background-color: #cc9933;

  top: 15px;

  left: 15px;

}

.product-style4 .product-info{

  padding-top: 25px;

}

.product-style4 .product-name{

  font-size: 14px;

  margin-bottom: 10px;

}

.product-style4 .price{

  font-size: 16px;

  color: #333;

}

.product-style4 .price ins{

  text-decoration: none;

  margin-right: 5px;

}

.product-style4 .price del{

  color: #999;



}

.product-style4:hover{

  border-color: #cc9933;

  text-align: center;

  background-color: #eee;

}

.section-block-deal{

  padding: 70px 0 70px 0;

  background-image: url('../images/bg-hotdeal.jpg');

  background-position: top;

  background-repeat: no-repeat;

  margin-top: 50px;

}

.block-deal{

  overflow: hidden;

  padding-bottom: 135px;

}

.block-deal .title{

  font-size: 18px;

  font-weight: 800;

  color: #cc9933;

  text-transform: uppercase;

  margin-bottom: 15px;

}

.block-deal .box-count{



  margin-right: 8px;

  display: inline-block;

}

.block-deal .countdown-lastest .dot{

  display: none;

}

.block-deal .box-count .number{

  width: 50px;

  height: 40px;

  background-color: #333;

  font-size: 18px;

  font-weight: 700;

  display: table;

  color: #fff;

  text-align: center;

  line-height: 40px;

}

.block-deal .box-count .text{

  display: table;

  width: 100%;

  text-align: center;

  padding-top: 5px;

  color: #333;

  font-weight: 600;

}

.block-deal .product-name{

  font-size: 24px;

  font-weight: 700;

  margin-top: 55px;

  margin-bottom: 10px;

}

.block-deal .desc{

  color: #666;

  margin-bottom: 25px;

}

.block-deal .price{

  color: #cc9933;

  font-weight: 700;

  font-size: 24px;

  line-height: 18px;

  display: table;

  width: 100%;

  padding-bottom: 15px;

}

.block-deal .price ins{

  text-decoration: none;

  margin-right: 10px;

}

.block-deal .price del{

  font-size: 18px;

  color: #666;

}

.block-deal .btn-add-to-cart,

.block-deal .wishlist{

  width: 44px;

  height: 44px;

  display: inline-block;

  float: left;

  font-size: 0;

  margin-right: 5px;

}

.block-deal .btn-add-to-cart{

  background:#cc9933 url('../images/cart12.png') no-repeat center center

}

.block-deal .btn-add-to-cart:hover{

  opacity: 0.8;

}

.block-deal .wishlist{

  border: 1px solid #c8c8c8;

  background-image: url('../images/wishlist12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-deal .wishlist:hover{

  background-color: #cc9933;

  border-color: #cc9933;

}

.block-top-brands2{

  margin-top: 50px;

}

.block-top-brands2 .title{

  text-align: center;

  border-bottom: 1px solid #eee;

  padding-bottom: 20px;

  font-size: 24px;

  font-weight: 600;

}

.block-top-brands2 .list-brands{

  max-width: 887px;

  display: block;

  margin: 0 auto;

  padding: 20px 0;

}

.block-top-brands2 .list-brands img{

  border: 1px solid #eee;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

}

.block-top-brands2 .list-brands a:hover img{

  border-color: #cc9933;

}

.block-top-brands2 .list-brands a.active img{

  border-color: #cc9933;

  border-width: 2px;

}

.block-top-brands2 .list-brands .owl-nav{

  position: absolute;

  left: 50%;

  top: -9px;

  background-color: #fff;

  padding: 0 10px;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}


.block-newsletter{

  margin: 40px 0;

  background: url('../images/bg-block-newsletter.jpg') no-repeat center center;

  padding: 35px 0;

}

.block-newsletter .subscribe-form{

  text-align: center;

  color: #333;

}

.block-newsletter .block-title {

  line-height: 24px;

  color: #333;

  font-weight: 700;

  font-size: 24px;

  text-transform: uppercase;

  margin-bottom: 5px;

}

.block-newsletter .input-box {

  text-align: left;

  margin: 0px;

  padding: 0 0 0 20px;

  position: relative;

  margin-top: 20px;

}

.block-newsletter input.input-text {

  display: block;

  height: 46px;

  margin: 0;

  width: 100%;

  border-width: 0px;

  border-style: solid;

  padding-right: 46px;

  padding-left: 20px;

  color: #333333;

  background-color: #ffffff;

  border-color: #dddddd;

}

.block-newsletter .actions {

  padding: 0;

  margin: 0px;

  position: absolute;

  right: 0;

  top: 0;

}

.block-newsletter .actions button.button {

  background-image: url(../images/icon-subscribe.png);

  background-repeat: no-repeat;

  background-position: center center;

  border-width: 0 0 0 1px;

  height: 26px;

  margin: 10px 0;

  text-indent: -999em;

  width: 46px;

  color: #ffffff;

  background-color: transparent;

  border-color: #cfcfcf;

}

.block-static{

  margin-bottom: 45px;

}

.block-static .title{

  color: #333;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 14px;

  margin-bottom: 30px;

  position: relative;

}

.block-static .title:after{

  content: '';

  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  height: 1px;

  background-color: #eee;

}

.block-static .title span{

  display: inline-block;

  background-color: #fff;

  position: relative;

  z-index: 1;

  padding-right: 10px;

}

.block-static .block-static-products ul.list li{

  margin-bottom: 30px;

  display: block;

  width: 100%;

  float: left;

}

.block-static .block-static-products .product-thumb{

  width: 100px;

  float: left;

  border: 1px solid transparent;

}

.block-static .block-static-products .product-info{

  margin-left: 120px;

}

.block-static .owl-nav{

  position: absolute;

  right: 0;

  top: -45px;

  background-color: #fff;

  padding-left: 10px;

}

.block-static .product-name{

  font-size: 14px;

  margin-bottom: 5px;

}

.block-static .price{

  color: #333;

  font-size: 16px;

}

.block-static .price ins{

  text-decoration: none;

  margin-right: 5px;

}

.block-static .price del{

  color: #999;

}

.block-static .group-button-control{

  margin-top: 30px;

}

.block-static .group-button-control a{

  width: 40px;

  height: 34px;

  display: inline-block;

  background-color: #e5e5e5;

  border: 1px solid #dfdfdf;

  font-size: 0;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

  -webkit-transform: scale(0,1);

  transform: scale(0,1);

  opacity: 0;

  filter: alpha(opacity=0);

}

.block-static .group-button-control a:hover{

  background-color: #d1a347;

  border-color: #d1a347;

}

.block-static .group-button-control .wishlist{

  background-image: url('../images/wishlist12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-static .group-button-control .compare{

  background-image: url('../images/compare12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-static .group-button-control  .quickview{

  background-image: url('../images/quickview12.png');

  background-repeat: no-repeat;

  background-position: center center;

}

.block-static .group-button-control .btn-add-to-cart{

  background-image: url('../images/cart12.png');

  background-repeat: no-repeat;

  background-position: center center;

  background-color: #d1a347;

  border-color: #d1a347;

}

.block-static .block-static-products ul.list li:hover .group-button-control a{

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: scale(1);

  transform: scale(1);

}

.block-static .block-static-products ul.list li:hover .product-thumb{

  border-color: #d1a347;

}



.footer5{

  background-color: #333333;

  color: #999;

  padding-top: 30px;

}

footer.footer5 a{

  color: #999;

}

.footer5 .footer-top{

  overflow: hidden;

  padding-bottom: 30px;

  border-bottom-style: solid;

  border-bottom-width: 1px;

  border-bottom-color: rgba(102,102,102,0.3);

}

.footer5 .footer-top .left{

  width: 30%;

  float: left;

}

.footer5 .footer-top .right{

  width: 70%;

  float: left;

}

.footer5 .footer-logo{

  margin-top: 30px;

}

.footer5 .address-list {

  margin-top: 18px;

  margin-bottom: 0;

}

.footer5 .address-list li.feature-icon {

  clear: both;

  line-height: 25px;

}

.footer5 .address-list .tit-name {

  float: left;

  padding-right: 5px;

  width: 70px;

  font-size: 13px;

  color: #cc9933;

}

.footer5 .address-list .tit-contain {

  float: left;

  width: 200px;

  font-size: 13px;

}

.footer5 .social-link{

  width: 100%;

  float: left;

  padding-top: 30px;

}

.footer5 .social-link a .fa{

  width: 24px;

  height: 24px;

  display: inline-block;

  border: 1px solid #999;

  webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  background-color: transparent;

  color: #999;

  font-size: 12px;

  line-height: 22px;

  margin-right: 10px;

}

.footer5 .widget-container{

  margin-top: 30px;

}

.footer5 .widget-container .widget-title{

  font-size: 14px;

  color: #ccc;

  text-transform: uppercase;

  margin-bottom: 15px;

  font-weight: 700;

}

.footer5 .widget-container li {

  line-height: 28px;

}

.footer5 .tagcloud a{

  border-width: 1px;

  border-style: solid;

  display: inline-block;

  margin: 0 2px 7px 0;

  padding: 0px 8px;

  line-height: 26px;

  text-decoration: none;

  color: #999999;

  background-color: #3d3d3d;

  border-color: #4a4a4a;

}

.footer5 .tagcloud a:hover {

  color: #ffffff;

  background-color: #cc9933;

  border-color: #cc9933;

}

.footer5 .recent_post li{

  line-height: 24px;

  border-bottom-style: solid;

  border-bottom-width: 1px;

  border-bottom-color: rgba(102,102,102,0.3);

  padding-bottom: 15px;

  padding-top: 15px;

}

.footer5 .recent_post li:last-child{

  border: none;

  padding-bottom: 0;

}

.footer5 .recent_post li:first-child{-

  padding-top: 0;

}

.footer5 .recent_post li .time{

  font-style: italic;

}

.footer5 .footer-bottom{

  padding: 30px 0 60px 0;

  text-align:  center;

}

.footer5 .footer-link a{

  font-size: 12px;

  border-right: 1px solid #666;

  display: inline-block;

  padding: 0 10px;

  line-height: 11px;

  margin: 5px 0;

}

.footer5 .footer-coppyright{

  padding: 25px 0;

  font-size: 12px;

}

.header.style14{

  padding: 35px 0 30px 0;

}

.header.style14 #main-menu{

  margin: 0;

  padding-top: 30px;

}

.header.style14 #main-menu .navbar .navbar-nav>li>a{

  padding: 0 14px;

  border: none;

  position: relative;

}

.header.style14 #main-menu .navbar .navbar-nav>li:hover,

.header.style14 #main-menu .navbar .navbar-nav>li.active{

  background-color: transparent;

  color: #cc9933;

}

.header.style14 #main-menu .navbar .navbar-nav>li:hover>a,

.header.style14 #main-menu .navbar .navbar-nav>li.active>a{

  color: #cc9933;

}

.header.style14 #main-menu .navbar .navbar-nav>li:hover>a:before,

.header.style14 #main-menu .navbar .navbar-nav>li.active>a:before{

  display: block;

}

.header.style14 #main-menu .navbar .navbar-nav>li.active>a{

  font-weight: 700;

}

.header.style14 #main-menu .navbar .navbar-nav>li>a:before {

  content: '';

  width: 20px;

  height: 2px;

  background-color: #cc9933;

  display: block;

  margin: 0 auto;

  display: none;

  position: absolute;

  bottom: -10px;

  left: 50%;

  -ms-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

.header.style14 #main-menu li.dropdown>a:after {

  content: "\f0d7";

}

.header.style14 .top-header{

  background-color: transparent;

  margin-top: 38px;

}

.header.style14 .top-header a{

  border: none;

}

.header.style14 .top-header .dropdown-menu{

  border-color: #cc9933;

}

.header.style14 .top-header a.current-open:after {

  content: "\f0d7";

  font-size: 13px;

  padding-left: 5px;

}

.header.style14.optop{

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  background-color: #fff;

  z-index: 100;

  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);

  padding: 15px 0;

}

.header.style14.optop  #main-menu{

  padding-top: 20px;

}

.header.style14.optop .top-header{

  margin-top: 30px;

}

.block-minicart14{

  position: relative;

  display: inline-block;

  width: auto;

}

.block-minicart14 .cart-link{

  line-height: 34px;

  position: relative;

}

.block-minicart14 .cart-link .count{

  width: 17px;

  height: 17px;

  display: inline-block;

  color: #fff;

  text-align: center;

  line-height: 17px;

  font-size: 11px;

  position: absolute;

  top: -10px;

  right: -14px;

  background-color: #cc9933;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

}

.block-minicart14:hover .cart-block {

  -webkit-transform: translate(0,0);

  -moz-transform: translate(0,0);

  -o-transform: translate(0,0);

  -ms-transform: translate(0,0);

  transform: translate(0,0);

  opacity: 1;

  visibility: visible;

}

.header.style14 .form-search{

  width: auto;

  display: inline-block;

  position: relative;

}

.header.style14 .form-search .icon{

  line-height: 36px;

  padding-left: 15px;

  color: #999999;

  cursor: pointer;

}

.header.style14 .form-search .form{

  position: absolute;

  top: 100%;

  right: 0;

  min-width: 200px;

  display: none;

}

.header.style14 .form-search .form input{

  width: 100%;

  padding: 8px 10px;

  border: 1px solid #eee;



}


/*OLIVER*/

#receber_ofertas{

  border: none;

  box-shadow: none;

  position: relative;

  text-align: left;

  margin-top: 25px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  padding-left: 0;

}

#receber_ofertas input[type='checkbox']{

  opacity: 0;

  position: absolute;

}

#receber_ofertas i,

#box-tipo-pessoa i{

  color: #ccc;

}

#receber_ofertas input[type='checkbox']:checked + i,

#box-tipo-pessoa label input[type='radio']:checked + i{

  color:#000;

}



#box-tipo-pessoa{
  margin-top: -20px;
  clear: both;
  text-align: right;
}


.f-right{
  float: right;
}



#body-inicial .product-list li .content_price small{
  margin-top: 0px;
  line-height: 15px;
}

/* REPONSIVE */

@media(max-width: 1200px){

  .block-header-top12 .block-vertical{

    width: 20%;

  }

  .block-header-top12 .block-search{

    width: 60%;

  }

  .block-search .input-serach{

    width: 60%;

  }

  .block-top-slide .block-blank{

    display: none;

  }

  .block-top-slide .block-slide{

    width: 80%;

  }

  .block-top-slide .block-banner{

    width: 20%;

  }

  .block-header-top13 .box-vertical-megamenus .title .title-menu{

    display: none;

  }

  .block-hotdeal-week .title,

  .block-new-product12 .title{

    padding: 13px 15px;

    font-size: 14px;

  }

  .block-hotdeal-week .countdown-lastest .box-count{

    width: auto;

    margin-right: 10px;



  }

  .block-hotdeal-week .countdown-lastest .box-count .number{

    font-size: 14px;

    padding: 0 5px;

  }

  .block-hotdeal-week .btn-add-to-cart{

    padding: 0 5px;

  }

  .block-new-product12 .product .info{

    display: block;

    margin: 0;

    float: left;

    margin-top: 10px;

  }

  .block-cat .cat-title{

    position: relative;

    top: inherit;

    right: inherit;

  }

  .block-newsletter .subscribe-form{

    background-color: #f3f3f3;

    padding: 30px;

  }

  .block-newsletter .input-box{

    padding: 0;

  }

}

@media(max-width: 991px){

  .block-top-slide .block-banner{

    display: none;

  }

  .block-top-slide .block-slide{

    width: 100%;

  }

  .block-search .form-category{

    display: none;

  }



  .block-header-top12 .block-vertical{

    width: 50px;

  }

  .block-header-top12 .box-vertical-megamenus .title{

    padding: 0;

    padding-right: 17px;

  }

  .block-header-top12 .box-vertical-megamenus .title .title-menu{

    display: none;

  }

  .block-tab-category .block-banner{

    width: 100%;

  }

  .block-tab-category .block-content{

    width: 100%;

    border-left: 1px solid #eee;

  }

  .block-tab-category .block-banner .banner-img{

    display: none;

  }

  .block-tab-category .tab-cat{

    bottom: inherit;

  }

  .block-tab-category .box-tabs{

    float: left;

  }

  .header.style13 .main-header .logo{

    margin-bottom: 30px;

  }

  .block-header-top13 #main-menu .navbar .navbar-nav>li>a{

    padding: 0 10px;

    font-size: 12px;

  }

  

  .tab-product-13 .box-tabs li a{

    padding: 4px 10px;

    font-size: 12px;

  }

  .tab-product-13.style2 .box-tabs{

    float: left;

    padding-left: 30px;

    padding-top: 15px;

  }

  .header.style14 #main-menu{

    display: table;

    margin: 0 auto;

    padding-top: 0;

    padding-bottom: 30px;

  }

  .header.style14 .top-header{

    display: table;

    margin: 0 auto;

    margin-top: 30px;

  }

  .block-deal{

    background-color: #fff;

    padding: 30px;

  }

  .footer5 .footer-top .left,

  .footer5 .footer-top .right{

    width: 100%;

  }

  .footer5 .footer-logo,

  .footer5 .social-link{

    text-align: center;

  }

  .footer5 .address-list{

    display: table;

    margin: 0 auto;

    margin-top: 30px;

  }

}



@media(max-width: 767px){

  .block-header-top12 .block-mini-cart{

    display: inline-block;

    width: 100%;

    float: left;

    padding: 13px;

  }

  .block-tab-category .box-tabs li{

    width: 100%;

  }

  .block-tab-category .box-tabs li a:after{

    content: '';

  }

  .header.style12 #main-menu .navbar-header{

    background-color: #50597b;

    width: 100%;

    float: left;

    margin: 0;

    padding: 0;

    margin-top: 30px;

    padding: 0 15px;

  }

  .header.style12 #main-menu .navbar-header .navbar-brand{

    padding: 0;

  }

  .header.style12 #main-menu .navbar-header .navbar-toggle{

    margin-right: 0;

  }

  .header.style12 #main-menu .navbar-nav{

    margin: 0;

  }

  .header.style12 #main-menu .navbar-collapse{

    width: 100%;

  }

  .header.style12 #main-menu .navbar .navbar-nav>li>a{

    padding: 13px 20px;

  }

  .header.style12 #main-menu .navbar .navbar-nav>li>a:before{

    display: none!important;

  }

  

  .block-header-top12 #box-vertical-megamenus{

    width: 100%;

  }

  .block-header-top12 .block-search{

    width: 100%;

    float: left;

  }

  .block-header-top12 .block-search .btn-search{

    display: none;

  }

  .block-top-slide{

    display: inline-block;

    max-width: 100%;

  }

  .block-top-slide .block-slide {

    width: 100%;

    display: inline-block;

    float: left;

    overflow: hidden;

  }

  .footer4 .footer-top .left,

  .footer4 .footer-top .right{

    width: 100%;

  }

  .tab-product-13 .box-tabs{

    text-align: center;

  }

  .tab-product-13 .box-tabs li{

    float: none;

  }

  .tab-product-13 .box-tabs li a:after{

    display: none;

  }

  .tab-product-13 .title{

    float: none;

    padding: 0;

    text-align: center;

    margin: 0 auto;

    display: table;

  }

  .header.style13 .main-header{

    padding: 30px 15px;

  }

  .mini-cart-13{

    margin-top: 30px;

  }

  .header.style13 #box-vertical-megamenus{

    width: 100%;

    margin-bottom: 15px;

  }

  .block-header-top13 #main-menu{

    border: none;

    width: 100%;

  }

  .block-header-top13 #main-menu .container-fluid{

    padding: 0;

  }

  .block-header-top13 #main-menu .navbar-header{

    width: 100%;

    margin: 0;

  }

  .block-header-top13 .box-vertical-megamenus .title .title-menu{

    display: inline-block;

  }

  .block-header-top13 .navbar-nav{

    margin: 0;

  }

  .block-header-top13 #main-menu .navbar-collapse{

    padding: 0;

    margin: 0;

  }

  .block-header-top13 #main-menu .navbar .navbar-nav>li>a{

    padding: 0 25px;

    margin: 10px 0;

  }

  .block-header-top13 #main-menu .navbar .navbar-nav>li>a:before{

    display: none;

  }

  .block-header-top13 #main-menu li.dropdown>a:after{

    top: 0;

  }

  .header.style13 .top-header .nav-top-links, 

  .header.style13 .top-header .user-info, 

  .header.style13 .top-header .support-link{

    text-align: center;

  }

  .header.style13 .top-header a{

    border: none;

  }

  .header.style14 #main-menu{

    display: block;

  }

  .header.style14 #main-menu .container-fluid{

    padding: 0;

  }

  .header.style14 #main-menu .navbar-header{

    margin: 0;

    background-color: transparent;

    border: 1px solid #eee;

    color: #333;

  }

  .header.style14 #main-menu .navbar-header .navbar-brand,

  .header.style14 #main-menu .navbar-header .fa{

    color: #333;

  }

  .header.style14 .navbar-nav{

    margin: 0;

  }

  .header.style14 #main-menu .navbar-collapse{

    padding: 0;

    margin: 0;

  }

  .header.style14 #main-menu .navbar .navbar-nav>li>a{

    padding: 10px 15px;

  }

  .header.style14 #main-menu .navbar .navbar-nav>li>a:before{

    display: none!important;

  }

  .header.style14 .form-search{

    width: 100%;

    border: 1px solid #eee;

    margin-top: 30px;

    width: 100%;

    float: right;

  }

  .header.style14 .form-search .icon{

    padding: 0;

    width: 38px;

    text-align: center;

    float: right;

  }

  .header.style14 .form-search .form{

    top: 0;

    left: 0;

  }

  .header.style14 .form-search .form input{

    border: none;

  }

  .header.style14 .top-header .nav-top-links, 

  .header.style14 .top-header .user-info, 

  .header.style14 .top-header .support-link{

    width: auto;

  }

  .block-tab-category14 .bar,

  .block-tab-category14 .link-all,

  .block-tab-category14 .box-tabs li:after{

    display: none;

  }

  .block-tab-category14 .box-tabs{

    text-align: center;

  }

  .block-tab-category14 .box-tabs li{

    float: none;

    padding-bottom: 10px;

    display: inline-block;

  }

  .product-style4 .product-thumb img{

    width: 100%;

  }

  .block-deal .box-count .number{

    width: auto;

    height: inherit;

    padding: 5px 10px;

    font-size: 14px;

    line-height: 24px;

  }

}

@media(max-width: 480px){

  .block-tab-category .tab-products .product-style3{

    width: 100%;

  }

  .block-banner13 img{

    width: 100%;

  }

  .header.style13 .box-vertical-megamenus{

    position: static;

  }

  .header.style13 .top-bar-social{

    display: none;

  }

  .header.style13 .top-header .nav-top-links, 

  .header.style13 .top-header .user-info, 

  .header.style13 .top-header .support-link,

  .header.style12 .top-header .nav-top-links, 

  .header.style12 .top-header .user-info, 

  .header.style12 .top-header .support-link,

  .header.style12 .top-bar-social{

    display: none;

  }

  .block-banner12 img{

    width: 100%;

  }

}



.tag-filters {

  float: left;

  width: 100%;

  clear: both;

  margin-bottom: 10px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

}



.tag-filters:empty {

  display: none;

}



.tag-filters .tag-filter-item {

  position: relative;

  float: left;

  background-color: #eeeeee;

  margin-right: 25px;

  margin-bottom: 10px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

}



.tag-filters .tag-filter-item:before {

  content: "";

  position: absolute;

  z-index: 1;

  top: 4px;

  right: -11px;

  width: 24px;

  height: 24px;

  background-color: #eeeeee;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}



.tag-filters .tag-filter-content {

  font-size: 16px;

  color: #ababb2;

  padding: 5px 10px;

  line-height: 32px;

  border-right: 1px solid #f5f5f5;

}



.tag-filters .tag-filter-close {

  position: relative;

  z-index: 2;

  font-size: 14px;

  padding: 5px 0px 5px 0px;

  line-height: 32px;

  color: #a9a9b1;

  border-left: 1px solid #ddd;

  cursor: pointer;

  text-indent: 5px;

  left: -4px;

}

.tag-filters .tag-filter-close:hover {

  color:#999;

}



#form-aviseMe,

#form-avaliacao-do-produto{

  position: relative;

}



#form-aviseMe a.close,

#form-avaliacao-do-produto a.close{

  position: absolute;

  right: 1px;

  top: 1px;

  width: 20px;

  height: 20px;

  color: #fff;

  background-color: red;

  line-height: 17px;

  text-align: center;

  font-size: 1em;

  opacity: 1;

  font-weight: normal;

}



#form-aviseMe a.close:hover,

#form-avaliacao-do-produto a.close:hover{

  opacity: 0.5;

}



#form-aviseMe button,

#form-avaliacao-do-produto button{

  padding: 0 15px;

  line-height: 35px;

  height: 35px;

  width: auto;

  display: inline-block;

  float: right;

  margin-top: 15px;

  clear: both;

  text-align: center;

  cursor: pointer;

}

#form-aviseMe h1,

#form-avaliacao-do-produto h1{

  font-size: 1.2em;

  font-weight: bold;

  margin-bottom: 7px;

}



#box_avaliacao_star i{

  color: #ff9900;

  position: relative;

  cursor: pointer;

}

#box_avaliacao_star i input{

  cursor: pointer;

  position: absolute;

  opacity: 0;

  left: 2px;

  top: 5px;

}

.p_left_0{

  padding-left: 0;

}

.p_right_0{

  padding-right: 0;

}



.p_l_r_0{

  padding-right: 0;

  padding-left: 0;

}



.col-sm-offset-3_2{

  margin:0 12.5%;

}



.btn-default{

  border: 1px solid #eaeaea;

}



.m-0{

  margin: 0 !important;

}



#carrinho-frete-opcao{

  margin-bottom: 0px;

}



#carrinho-frete-opcao tr td{

  padding: 5px;

}



.green-frete{

  background: #d9fbdd !important;

  color: #333;

}



#faq-menu > li >span{

  position: relative;

}

#faq-menu > li > span:before{

  opacity: 0

}

#faq-menu > li >span i{

  position: absolute;

  left: 0;

  top: -5px;

}

#faq-menu > li{

  border-bottom: 1px solid #eaeaea;

  display: block;

  padding: 10px;

  font-size: 12px;

}



#faq-menu > li:hover{ 

  background: #DFDFDF

}



#faq-menu > li.activeUl ul{

  display: block;

}

#faq-menu > li.activeUl ul li.activeli span:before,

#faq-menu > li.activeUl ul li.activeli a{

  color: #ff3366

}



.empresa_rodape{

  color:#666; 

  line-height: 20px;

}



.img-institucional{

  display: block;

  margin-bottom: 30px;

}



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

DATA LIST STYLE

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



.data-list li,

.data-list-alt li {

  padding-left: 45px;

  padding-bottom: 30px;

  position: relative;

}



.data-list .icon,

.data-list-alt .icon {

  position: absolute;

  top: 0;

  left: 0;

  font-size: 200%;

  opacity: 0.4;

}



.data-list-alt li {

  border-top: 1px solid rgba(0, 0, 0, 0.05);

  padding-top: 15px;

  padding-bottom: 15px;

}



.data-list-alt .icon {

  top: 50%;

  margin-top: -12px;

  line-height: 23px;

}



#form-contato textarea{

  height: 200px

}



@media (max-width: 992px) {

  .data-list li {

    padding-left: 0;

  }

  .data-list .icon {

    position: relative;

    display: block;

    top: auto;

    left: auto;

    padding-bottom: 10px;

    margin: 0;

  }

}



.news-leeter {

  background: #394264; 

  margin-top: 0px !important; 

  padding-bottom: 30px !important; 

  padding-top: 30px !important;  

}



.block-heading.col-sm-3 h3{

  text-align: left !important;

  color: #FFF !important;

  margin-bottom: 0px !important;

  padding: 3px 30px 0px 50px !important;

}



.mailchimp-form.clearfix.mailchimp-layout-one.col-sm-8 {

  background: #FFF !important;

  padding-left: 0px !important;

  padding-right: 0px !important;

}



.footer4 .mailchimp-form .input-group {

  border: none !important;

}



.footer4 .mailchimp-form .input-group input{

  height: 42px !important;

  width: 100%;

}



.footer-coppyright {

  padding: 20px 0px 20px 0px !important;

  text-align: left !important;

}



.copyright {

  margin-top: 0px !important;

}



.scroll_top {

  bottom: 55px !important;

}



.footer4 .mailchimp-form .mailchimp-submit {

  margin-top: 0px !important;

}



.d_block{

  display: block;

}



.product-list li .quick-view a.heart,

.product-list li .quick-view a.search{

  /*background-color: #eeeeee;

  color: #868686;*/

}



#form-contato label,

#form-cadastrar-cliente label {

  margin-bottom: 5px;

}



#form-contato .input,

#form-cadastrar-cliente .input {

  margin-bottom: 10px;

}



.editContent {

  margin-bottom: 50px;

}



.box-border.faq {

  border: 1px solid #FFF;

  padding: 0px;

  overflow: hidden;

}



.box-border.faq h4{

  background: #EFEFEF;

  border: solid 1px #DFDFDF;

  padding: 10px;

  font-size: 13px;

}



.box-border.faq p{

  background: #FFF;

  padding: 10px;

  font-size: 13px;

  margin-bottom: 10px;

  border: solid 1px #DFDFDF;

}



#left_column .block .block_content_faq {

  padding: 0px;

}



.btn-mostra-f_c i{

  float: right;

  padding-right: 28px;

}



.m_b_30{

  margin-bottom:30px !important;

}



.mensagem_retorno_desejo{

  margin-top: 20px;

  display: none;

}



#carrinho tbody > tr:nth-child(even){

  background-color: rgba(250,250,250,0.5);

}



.logo-anyshop,
.logo-franquia{

  transform:translateY(30%);
  position: relative;

}

.logo-anyshop:before{

  content: 'Plataforma';
  position: absolute;
  top: -20px;
  right: 50px;
  font-style: italic;
  font-size: 12px;
}
.logo-franquia:before{

  content: 'Desenvolvimento';
  position: absolute;
  top: -20px;
  right: 38px;
  font-style: italic;
  font-size: 12px;
}



#manutencao-container{

  margin: 50px 0;

}



#future_date{

  font-weight: bold;

  font-size: 6em;

  line-height: 0.8em;

  margin-top: 50px;

  display: inline-block;

}

#future_date span{

  display: inline-block;

  margin:0 10px

}

#future_date b{

  display: block;

  font-size: 16px;

  font-weight: 300;

}

.header.style12 .top-header{

  background-color: #EEEEEE;

}



.header.style12 .support-link>a:before,

.header.header8 .support-link>a:before

{

  border:none;

  margin-right: 5px;

  width: auto

}





.top-header .support-link,

.top-header .nav-top-links,

.top-header .top-bar-social,

.top-header .support-link a,

.top-header .nav-top-links a{

  line-height: 23px;

}



.top-header .support-link a,

.top-header .nav-top-links a{

  display: inline-block;

}





.header.style12 .top-bar-social{

  padding-top: 0;

}



.header.style12 .top-bar-social a{

 border:none;

 margin-right: 5px;

 width: auto

}



.header.style12 .top-header .inner{

  padding: 5px 0;

}



.product-style3 .btn-add-to-cart:hover,

.product-list li .add-to-cart:hover {

  opacity: 0.8;

}



.header.style12 #main-menu .navbar .navbar-nav>li>a{

  color:#ffffff;

  

}



.footer-background{

  float: left;

  width: 100%;

  padding-bottom: 30px;

  

}



.display-product-option li.selected span, 

.display-product-option li:hover span,

.check-box-list input[type="checkbox"]:checked + label span.button, 

.check-box-list input[type="radio"]:checked + label span.button{

  background-color: #d8d8d8;

}



.tree-menu li:hover>a, .tree-menu li.active>a, 

.tree-menu li:hover>span:before, 

.tree-menu li.active>span:before,

.check-box-list label:hover{

  opacity: 0.5;

  color: #666;

}



.check-box-list input[type="checkbox"]:checked + label{

  color: #666;

}



.product-info .box-price .price,

.product-list li .product-price.price,

.products-block .product-price.price{

  color: #ff2c2c;

}



.product-list li .old-price,

.product-info .box-price .old-price,

.products-block .product-price .old-price{

  color: #999 !important;

}





.dropdown-menu>li>a:focus, 

.dropdown-menu>li>a:hover{

  background: transparent;

  opacity: 0.5;

}



.top-header .user-info .current-open:hover,

.top-header .form-search .icon:hover,

.top-header .form-search .form .close-form:hover,

#main-menu .dropdown-menu .block-container .link_container>a:hover,

.top-header .user-info .dropdown-menu a:hover{

  opacity: 0.5

}





.header8 #main-menu .dropdown-menu .block-container .group_header>a,

.page-order ul.step li.current-step{

  border-bottom-color:#666;

}

/*social-share*/
.social-share ul li{
  display: inline-block;
}
.social-share ul li a,
.social-share ul li a:hover{
  width: 28px;
  height: 28px;
  background: #ccc;
  float: left;
  text-align: center;
  line-height: 28px;
  margin-left: 5px;
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-share ul li:first-child a{
  margin-left: 0px;
}
.social-share ul li.facebook:hover a{
  background: #3C5B9B;
}
.social-share ul li.twitter:hover a{
  background: #359BED;
}
.social-share ul li.googlePlus:hover a{
  background: #E33729;
}






/******************************************************/
/*****************BUSCA CORRELACIONADO****************/
/****************************************************/
#body-inicial .busca-correlacionada{
  display: block;
  background: #403F3F;
  padding:15px 0;
}


#body-inicial .busca-correlacionada select,
#body-inicial .busca-correlacionada .form-control:focus{
  border:3px solid #FF8702;
  border-radius: 2px;
  height: 40px;
  width: 100%;
}
#body-inicial .busca-correlacionada button.button{
  height: 40px;
  border:none;
  border-bottom:3px solid rgba(0, 0, 0, 0.50);
  text-transform: uppercase;
  color: #fff;
  background: #FF8702;
  width: 100%;
  font-weight: bold;
  letter-spacing: -1px;
}
#body-inicial .busca-correlacionada button:hover.button{
  opacity: 1;
  background: #616161;
  content: #fff;
}

#body-departamento .busca-correlacionada .container-fluid,
#body-departamento .busca-correlacionada .container-fluid .row,
#body-departamento .busca-correlacionada .container-fluid div[class^='col-'],
#body-categoria .busca-correlacionada .container-fluid,
#body-categoria .busca-correlacionada .container-fluid .row,
#body-categoria .busca-correlacionada .container-fluid div[class^='col-'],
#body-subcategoria .busca-correlacionada .container-fluid,
#body-subcategoria .busca-correlacionada .container-fluid .row,
#body-subcategoria .busca-correlacionada .container-fluid div[class^='col-']{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
}
#body-departamento .busca-correlacionada .container-fluid select,
#body-categoria .busca-correlacionada .container-fluid select,
#body-subcategoria .busca-correlacionada .container-fluid select{
  margin-bottom: 10px;
  width: 100%;
}
#body-departamento .busca-correlacionada .container-fluid button,
#body-categoria .busca-correlacionada .container-fluid button,
#body-subcategoria .busca-correlacionada .container-fluid button{
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0px;
}

/******************************************************/
/*****************END BUSCA CORRELACIONADO****************/
/****************************************************/

.align_middle {
  display: inline-block;
  padding-left: 15px;
  text-indent: -15px;
  margin-top: 10px;
}
.align_middle b{
  color: #0087ff;
  text-decoration: underline;
}
.align_middle input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/*############## AJUSTE IMAGEM TAMANHO NATURAL ################*/
.product-list li .left-block {
  position: relative;
  overflow: hidden;
  padding: 0;
}

#body-inicial .box-products .box-product-content .box-product-list .left-block{
  border: 1px solid #efefef;
  padding: 0;
  position: relative;

}

/* Atualização tema35 03-07-19 */

.mt-5, .my-5 {
  margin-top: 3rem!important;
}
.text-uppercase {
  text-transform: uppercase !important;
}

#body-checkout .t35-topo .container {
  padding-top: 0 !important;
}

html .tabs.tabs-bottom {
  padding: 0 15px !important;
}


html .product-list li .right-block {
  width: 100%;
  left: initial !important;
  margin-left: 0 !important;
}


html .tag-filters .tag-filter-item {
  height: 32px !important;
}

html .tag-filters .tag-filter-close {
  position: relative;
  /* position: absolute; */
  display: initial !important;
  z-index: 2;
  border-left: none !important;
  /* height: 32px; */
  /* font-size: 14px; */
  /* padding: 5px 0px 5px 0px; */
  float: initial !important;
  /* line-height: 32px; */
  /* color: #a9a9b1; */
  /* cursor: pointer; */
  /* top: 0px; */
  left: 0px; 
  right: 0px; 
  /* bottom: 0px; */
  /* margin: auto; */
  /* border: none; */
  margin-top: 5px !important;
}
.tag-filter-close a {
  padding: 10px !important;
}
/*.tag-filters .tag-filter-close i {
  display: initial !important;
  position: relative !important;
  left: 0 !important;
}*/


.t35-search button {
  position: absolute;
  text-align: center;
  right: 0 !important;
  top: 0 !important;
  width: 50px;
  height: 50px;
}
.t35-search button img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#body-carrinho .cart_summary > tbody > tr:nth-child(2) > td {
  border-bottom: 1px solid #ddd;
}

.home-intro {
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 2.2rem 0;
  position: relative;
  text-align: left;
}

#body-checkout h3.checkout-sep {
  line-height: 28px; 
}

.resto-menu {
  position: absolute;
  top: 2px !important;
  right: 0 !important;
}
.resto-menu ul {
  margin-top: 13px !important;
}

/* */

#body-duvidas_frequentes #columns {
  padding-left: 0;
  padding-right: 0;
}
#body-duvidas_frequentes .page-heading .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.toggle-padrao .toggle-custom i.fa-angle-down:before,
.toggle-padrao .toggle-custom i.fa-angle-up:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*#body-duvidas_frequentes .row .col {
  margin: 0 15px !important;
  }*/

/*#carrinho-frete-opcao > thead > tr > td {
  border: 0;
  }*/

/* 