@charset "utf-8";
/* CSS Document */



html { 
  background: url(images/bg.jpg) no-repeat  ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.m1 { 
    font-size: 15px;
    text-align: center; }

.menuBg {     width: 21px;
    float: right;
    margin: -35px -30px 0px 0px;}

.menuBtn {
	 position:relative;
	 display:block;
 
	 margin:auto;
 
	 text-decoration:none;
	  }
.menuBtn:after {
	 position:absolute;
	 bottom:0;
	 display:block;
	 content:"";
	 width:100%;
	 height:3px;
	 background-color:#c70000;
	 transform:scale3d(0,1,1);
	 transform-origin:left;
	 transition:transform .5s;
}
.menuBtn:hover:after {
	 transform:scale3d(1,1,1);
}

.logoMb {    width: auto;}
 

.box {
	 border:1px solid #333;
	 box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
    cursor: pointer;
}
.actionImg9 {
	 overflow:hidden;
	 position:relative;
	
}
.actionImg9 .desc_box {
	 position:absolute;
	 top:0;
	 height:0;
	 width:100%;
	 height:100%;
	 padding:15px;

	 box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 transition:all .2s ease;
	 -webkit-transition:all .2s ease;
}
.actionImg9 .desc_box .db_inner {
	  display:table;
	 width:100%;
	 height:100%;
	 text-align:center;
	 border:1px solid #9d9d9d;
}
.actionImg9 .desc_box .db_inner .db_con {
	 display:table-cell;
	 vertical-align:middle;
}
.actionImg9 .desc_box .db_inner .sub_tit {
 
	    color: #fff;
    font-size: x-large;
    font-weight: bolder;
    border-bottom: 2px solid white;
    width: 50%;
    margin: 0 auto;
}
.actionImg9 .desc_box .db_inner .desc {
	 margin-top:30px;
	 color:#858586;
	 line-height:1.2;
	 word-break:initial;
	 word-wrap:break-word;
}
.actionImg9:hover .desc_box {
	 transform:translateY(-100%);
	 transition:all .8s;
	 -webkit-transition:all .8s;
	 -moz-transition:all .8s;
}


.footerBg {background-image: url(images/footer_bg.png);     padding: 20px;}


.eMailBg {background-color: #cb0000; border-bottom: 2px solid white; border-top: 2px solid white; }



.eMailBgDiv { color: white; /*padding: 10px;  */   font-weight: bold;}

.eMailBg input {    background-color: #cb0000;
    color: white;
    font-weight: 400;}

.padding10 {padding: 50px; line-height: normal;}

.footerMenu {    color: white;
    font-size: 12px;
      padding: 0px 10px 0px 0px;
    text-align: left;}



.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    /* border-radius: .28571429rem; */
    
    padding: 18px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 0em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}




.box2 {
	 border:1px solid #333;
	 width:220px;
	 height:160px;
	 box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 -moz-box-sizing:border-box;
}
.actionImg4 {
	 position:relative;
	    margin: 0px 0px 60px 0px;
}
.actionImg4 img {
	 display:block;
	 width:100%;
	 height:100%;
}
.actionImg4 .hover {
	 z-index:20;
	 position:absolute;
	 top:0;
	 left:0;
	 background-color:rgb(203, 0, 0);
	 width:100%;
	 height:100%;
	 color:#ffffff;
	 text-align:center;
	 padding-top:32.2%;
	 box-sizing:border-box;
	 opacity:0;
	 transition:opacity .3s ease-out;
	 -webkit-transition:opacity .3s ease-out;
	 -moz-transition:opacity .3s ease-out;
}
.actionImg4 .hover .line1 {
	 position:absolute;
	 top:5%;
	 left:5%;
	 width:90.4%;
	 height:90%;
	 border-top:1px solid #efefef;
	 border-bottom:1px solid #efefef;
	opacity:0;
	 transform:scale(0,1);
	 -webkit-transform:scale(0,1);
	 -moz-transform:scale(0,1);
	 transition:transform .4s ease-out .2s,opacity .4s ease-out;
	 -webkit-transition:-webkit-transform .4s ease-out .2s,opacity .4s ease-out;
	 -moz-transition:-moz-transform .4s ease-out .2s,opacity .4s ease-out;
}
.actionImg4 .hover .line2 {
	 position:absolute;
	 top:5%;
	 left:5%;
	 width:90%;
	 height:90.5%;
	 border-left:1px solid #efefef;
	 border-right:1px solid #efefef;
	opacity:0;
	transform:scale(1,0);
	 -webkit-transform:scale(1,0);
	 -moz-transform:scale(1,0);
	transition:transform .4s ease-out .2s,opacity .4s ease-out;
	 -webkit-transition:-webkit-transform .4s ease-out .2s,opacity .4s ease-out;
	 -moz-transition:-moz-transform .4s ease-out .2s,opacity .4s ease-out;
}
.actionImg4 .hover .sub_tit{
	color:#ffffff;
	font-size:16px;
	transform:translate3d(0,-10px,0);
	-webkit-transform:translate3d(0,-10px,0);
	-moz-transform:translate3d(0,-10px,0);
	opacity:0;
	transition:transform .5s ease-out .2s,opacity .5s ease-out .3s;
	 -webkit-transition:-webkit-transform .5s ease-out .2s,opacity .5s ease-out .3s;
	-moz-transition:-moz-transform .5s ease-out .2s,opacity .5s ease-out .3s;
}
.actionImg4:hover .hover{
	 opacity:1;
}
.actionImg4:hover .hover .sub_tit{
	opacity:1;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
}
.actionImg4:hover .line1{
	 transform:scale(1,1);
	 -webkit-transform:scale(1,1);
	 -moz-transform:scale(1,1);
	 opacity:1;
}
.actionImg4:hover .line2{
	 transform:scale(1,1);
	 -webkit-transform:scale(1,1);
	 -moz-transform:scale(1,1);
	 opacity:1;
}















.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
	   .logoMb {   width: 80%;}  
	  .padding10 {
    padding: 10px;
    line-height: 23px;
}
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
/*  background: #eee;*/
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */





@media (min-width: 1024px) and (max-width:1440px) {
 
	  .navbar-nav > li {
    float: left;
    padding: 0px;
    top: 17px;
    font-size: 15px;
  }
    
    .menuBg {
    width: 21px;
    float: right;
    margin: -35px -7px 0px 0px;
}
    
      .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;     width: 347px;
  }
    
 
    
}





@media (min-width: 375px) and (max-width:1024px) {
 
    
.actionImg9 .desc_box .db_inner .sub_tit {
 
	    color: #fff;
    font-size: x-large;
    font-weight: bolder;
    border-bottom: 2px solid white;
    width: 50%;
    margin: 0 auto;
}
    
}






@media (max-width: 767px) {.card {
    margin-top: 0px;
    background: #eee;
    padding: 0em;
    line-height: 1.5em;
} }






