/*
#0080ff = turbine blau
#83B735 = gruen 
#B61615 = ifit red
##0C2732 staubkind gruen
#AB516A WEINROT
*/
.uk-accordion-content{
color: #ffffff;
}
h1 a{
color: #ffffff;
}
h2 a{
color: #ffffff;
}
h3{
color: #ffffff;
}
h3 a{
color: #ffffff;
}
h4 a{
color: #ffffff;
}
.text-center{
  color:#000000;
}
.text-left{
  color:#000000;
}
.text-right strong{
  color:#000000;
}
.text-right{
  color:#000000;
}
.fa{
 color: #000000;
}
.tab-pane p{
  font-size:1vw;
}
.btn-info{
  background-color:#AB516A;!important;
}
.a_button:link{
          border-radius: 50px;
          font-size:2vw;
          height:6vw;
          background-color:GREEN;
          color:WHITE;
          width:75%;
        }
        .a_button:hover{
          border-radius: 50px;
          font-size:2vw;
          height:6vw;
          background-color:GREEN;
          text-decoration:none;
          color:#dedede;
          width:75%;
        }
        .a_button:visited{
          border-radius: 50px;
          font-size:2vw;
          height:6vw;
          background-color:GREEN;
          color:WHITE;
          width:75%;
        }
        
        
        
        .parentContainer {
          position: relative;
          text-align: center;
          color: #000000;
        }    
        .centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        }    
        ._H2{
          display: block;
          color:#ffffff;
          font-size:2vw;
          margin-bottom: 10px;
        }
        ._H2 a{
          display: block;
          color:#ffffff;
          font-size:1vw;
          margin-bottom: 10px;
        }
        ._H1{
          display: block;
          color:#ffffff;
          font-size:2vw;
          font-weight: bold;
          margin-bottom: 10px;
        }
        ._H1small{
          display: block;
          color:#ffffff;
          font-size:2vw;
          margin-bottom: 10px;
        }
        ._P1{
          color:#707071;
          font-size:2vw;
        }
header{
  background-color: #000000;
}
footers{
  background-color: #F5CCD4;
}
.panel{
  background: rgba(0,0,0,0.5);
  border: 0px solid transparent;
}
.container-fluid{
  background-color: transparent;
}
.panel-body{
/* background: rgba(0,0,0,0.5); */
 /* background: black;*/
}
/*@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji+2&display=swap');*/
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap');
 
 body {
     font-family: 'Roboto', cursive; 
     font-family: 'Roboto', sans-serif;
     font-weight: 400;
     font-size: 12px;
     overflow-x: hidden;
     background-color: transparent;
     color: #ffffff;
     background:url('../image/background.png') repeat;
     background-attachment: fixed;
     background-size: cover;
}
 /*
 body {
     font-family: 'Open Sans', cursive; 
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     font-size: 12px;
     overflow-x: hidden;
     background-color: transparent;
     color: #000000;
     background:url('../image/background.jpg') repeat;
     background-attachment: fixed;
}
*/
/*text*/
/* h1, h2, h3, h4, h5, legend {
     font-weight: 700;
      font-size: 16px!important;
*/
}
 h1 {
     margin-bottom: 20px;
     font-weight: 700;
     font-size: 16px!important;
} a {
     color: #000000; /* #B61615*/
     -webkit-transition: color .3s;
     -o-transition: color .3s;
     transition: color .3s;
}
 a:hover, a:focus {
     color: #a3a3a3;
}
 a:visited {
     /*color: YELLOW;*/
}


 a, a:hover, a:focus {
     text-decoration: none;
}
 .title {
     padding: 20px 40px;
     border-top: 2px solid DARKBLUE;
     color: #0080ff;
     border-bottom: 2px solid #0080ff;
     text-align: center;
     margin: 20px auto;
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
}
.nav-tabs {
    margin-bottom: 10px;
}
/*icons*/
 .icon {
     font-size: 28px;
}
 .shopping-bag {
     margin-top: 11px;
}
 .shopping-bag-icon {
     position: relative;
}
/*scrollbar*/
 ::-webkit-scrollbar {
    width:10px;
    height:10px
}
 ::-webkit-scrollbar-track {
    background-color:#eaeaea
}
 ::-webkit-scrollbar-thumb {
    background-color:#9699a2
}
 ::-webkit-scrollbar-thumb:hover {
    background-color:#555
}
/*inputs*/
 .form-control {
     height: 48px;
     margin-bottom: 20px;
	 min-width: 50px;
}
 .form-control::-webkit-input-placeholder {
     color: #7e8e9f;
}
 .form-control::-moz-placeholder {
     color: #7e8e9f;
}
 .form-control:-ms-input-placeholder {
     color: #7e8e9f;
}
 .input-group-addon, #input-limit, #input-sort {
     height: 46px;
     padding: 12px 25px 12px 12px;
}
 .input-group-addon {
     font-size: 16px!important;
}

/*tables*/
 .table .btn {
     height: auto;
}
 .table, .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
     padding: 8px 20px;
     background: #dedede;
     border-width: 0px;
     border-color: transparent;
     vertical-align: middle;
}
 .table {margin-bottom: 0;background: rgba(0, 0, 0, 0.8);}
 .table>thead {font-weight: 700;background: rgba(0, 0, 0, 0.8);}
 .table>tbody+tbody {border-top: none;background: rgba(0, 0, 0, 0.8);}
 .table-responsive {
     margin-bottom: 40px;
	 /*
     -webkit-box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
     box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
	 */
}
/*image*/
 .img-responsive {
     margin: auto;
	 width: 100%;
}
/*list*/
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
     z-index: 2;
     color: #000000;
     background-color: #0080ff;
     border-color: #0080ff;
}
/*header*/
 header {
     min-width: 100%;
     padding: 0 15px;
	 margin:0 0 100px 0;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transition: background 2.5s ease, box-shadow 1.3s;
     -webkit-transition: background 2.5s ease, -webkit-box-shadow 1.3s;
     transition: background 2.5s ease, -webkit-box-shadow 1.3s;
     -o-transition: background 2.5s ease, box-shadow 1.3s;
     transition: background 2.5s ease, box-shadow 1.3s;
     transition: background 2.5s ease, box-shadow 1.3s, -webkit-box-shadow 1.3s;
}
 .flex {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     width: 100%;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
/*menu*/
 .hidden-menu {
     display: block;
     position: fixed;
     list-style:none;
     padding: 10px;
     margin: 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 200px;
     background-color: #575757;
     height: 100%;
     top: 0;
     left: -200px;
     -webkit-transition: left .2s;
     -o-transition: left .2s;
     transition: left .2s;
     z-index: 2;
     -webkit-transform: translateZ(0);
     -webkit-backface-visibility: hidden;
     overflow-x: hidden;
     overflow-y: hidden;
}
 .hidden-menu li{
     overflow-x: hidden;
     overflow-y: hidden;
 }
 .hidden-menu-ticker {
     display: none;
}
 .btn-menu {
     padding: 5px;
     position: relative;
     top: 10px;
     left: 5px;
     cursor: pointer;
     -webkit-transition: left .3s;
     -o-transition: left .3s;
     transition: left .3s;
     z-index: 3;
     width: 36px;
     -webkit-transform: translateZ(0);
     -webkit-backface-visibility: hidden;
}
 .btn-menu:hover span.second{
     width: 46px;
     -webkit-transition: .5s all;
     -o-transition: .5s all;
     transition: .5s all;
}
 .btn-menu:hover span.third{
     width: 56px;
     -webkit-transition: .5s all;
     -o-transition: .5s all;
     transition: .5s all;
}
 .btn-menu span {
     display: block;
     height: 2px;
     background-color: #ffffff; /* #0080ff */
     margin: 5px 0 0;
     -webkit-transition: all .1s linear .3s;
     -o-transition: all .1s linear .3s;
     transition: all .1s linear .3s;
     position: relative;
}
 .btn-menu span.first {
     margin-top: 0;
}
 .hidden-menu-ticker:checked ~ .btn-menu {
     left: 160px;
     position: fixed;
}
 .hidden-menu-ticker:checked ~ .hidden-menu {
     left: 0;
}
 .hidden-menu-ticker:checked ~ .btn-menu span.first {
     -webkit-transform: rotate(45deg);
     top: 5px;
}
 .hidden-menu-ticker:checked ~ .btn-menu span.second {
     opacity: 0;
}
 .hidden-menu-ticker:checked ~ .btn-menu span.third {
     -webkit-transform: rotate(-45deg);
     top: -10px;
}
 .hidden-menu-ticker:checked ~ .btn-menu span.first, .hidden-menu-ticker:checked ~ .btn-menu span.second, .hidden-menu-ticker:checked ~ .btn-menu span.third {
     width: 26px!important;
}
 .hidden-menu a {
	 font-size: 20px;
     padding: 10px;
     display: block;
     text-align: center;
     -webkit-transition: 0.5s all;
     -o-transition: 0.5s all;
     transition: 0.5s all;
}
 .hidden-menu a:hover {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
}
/*cart*/
 #cart-itemscount {
     position: absolute;
    /* top: 0; */ 
     right: 50px;
     font-size: 12px;
     color: #fff;
     border-bottom: 10px #0080ff; solid;
     padding: 0px 9px;
     border-radius: 10px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
    
	 /* -webkit-box-shadow: 0 0 0 4px rgba(89, 194, 30, 0.41);
    box-shadow: 0 0 0 4px rgba(89, 194, 30, 0.41); */
     border-bottom: 8px solid transparent;
}
 #cart .ion-ios-close-empty:hover {
     color: #0080ff;
     border: 0px solid #fff;
}
 #cart .empty-cart {
     margin: 0;
     padding: 15px 30px;
	 color:#333;
    /*  background: #0080ff; */
}
 #cart:hover #cart-itemscount {
	 color:#333;
     /*  background: #7e8e9f;
     -webkit-box-shadow: 0 0 0 4px rgba(126, 142, 159, 0.41);
    box-shadow: 0 0 0 4px rgba(126, 142, 159, 0.41); */
     border-bottom: 8px solid transparent;
}
 #cart>.btn {
     color:WHITE;
     position: relative;
     text-align: right;
     line-height: 25px;
     padding-left: 0;
     padding-right: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 #cart .dropdown-menu {margin: 5px -22px 0 0; padding:0;z-index: 1001;}
 #cart .dropdown-menu .btn {margin-bottom: 0px;}
 #cart .img-thumbnail {
     padding: 0;
     max-width: 120px;
     border: none;
     padding: 4px;
     border-radius: 4px;
}
 #cart .dropdown-menu table {
     margin-bottom: 10px;
}
 #cart .dropdown-menu li>div {
     min-width: 427px;
     padding: 0 10px;
}
 .cart-link {padding:0;}
/*search*/
 .search-btn {
     margin-top: 18px;
     margin-left: 25px;
     color: #ffffff;
}
 .search-btn .btn {
     padding: 0 1px;
     color: #ffffff;
}
 header .btn-search .dropdown-menu {
     margin-top: 8px;
}
 header .btn-search .dropdown-menu .dropdown-triangle:before {
     left: 90%;
}
 #search {
     padding: 4px 10px;
}
 #search .btn {
     padding: 12px 15px;
}
 #search .form-control {
     min-width: 150px;
}
/*account*/
 .account {
     margin-top: 3px;
     padding: 0;
     margin-left: 20px;
}
 .account .list-inline {
     margin: 0;
}
 .account .dropdown-menu>li>a {
     padding: 13px 20px;
}
 .account .dropdown a:hover{
    color:#333;
}
 .account .icon-account i {
     font-size: 48px;
}
 .account .dropdown-menu .dropdown-triangle:before {
     left: 86%;
}




 .lang {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     border-bottom: 2px #8f9dab solid;
     padding: 13px 20px;
}
 .dropdown-menu-right>li>a {
     padding: 13px 20px;
     text-align: center;
}
 .language-select {
     padding: 5px;
     background: none;
     border: none;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .language-select>img {
     margin-right: 10px;
}
/*slideshow*/
 .owl-wrapper-outer {
     border: 0px!important;
     -webkit-box-shadow: none!important;
     box-shadow: none!important;
}
 .owl-pagination {
     margin-bottom: 50px;
}
/*main block*/
 #content {
     min-height: 700px;
     margin-bottom: 40px;
     background: transparent;
}
/*breadcrumb*/
 .breadcrumb {
     background: transparent;
     padding: 0;
     font-size:22px;
}
 .breadcrumb>li {
     padding: 0 22px;
     position: relative;
     white-space: nowrap;
}
 .breadcrumb>li:first-child {
     padding-left: 0;
}
 .breadcrumb>li+li:before {
     content: '';
     padding: 0;
}
 .breadcrumb>li:after {
     content: '';
     display: block;
     position: absolute;
     top: 2px;
     right: -5px;
     width: 12px;
     height: 12px;
     border-right: 1px solid #000000;
     border-bottom: 1px solid #000000;
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .breadcrumb>li:last-child:after {
     display: none;
}
/*alert*/
 .alert {
     margin: 30px 0;
     border-radius: 2px;
}
 .alert i {
     margin-top: 2px;
}
 .alert h4 {
     margin-bottom: 10px;
     font-weight: bold;
}
 .alert-dismissable .close {
     color: black;
}
 .alert-info, .alert-warning, .alert-success {color: #333;background-color: #d9dee4;border-color: #d9dee4;}
 .alert-info a, .alert-warning a, .alert-success a{color: #555;}
 .alert-info a:hover, .alert-warning a:hover, .alert-success a:hover{color: #333;}
 .close {
     position: relative;
     top: -2px;
     color: #434a54;
     text-shadow: none;
     opacity: 1;
}
 .alert a:hover, .close:hover {
     opacity: 1;
}
/*pagination*/
 .pagination {
     margin: 0;
     border-radius: 2px;
}
 .pagination>li>a, .pagination>li>span {
     color: #4f5f6f;
     background: #dbe1e8;
     border: 1px solid #dbe1e8;
     padding: 12px 15px;
}
 .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
     color: #fff;
     background: #7e8e9f;
     border: 1px solid #7e8e9f;
}
 .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
     color: #fff;
     background: #0080ff;
     border: 1px solid #0080ff;
}
 .pagination>li:first-child>a, .pagination>li:first-child>span {
     border-bottom-left-radius: 2px;
     border-top-left-radius: 2px;
}
 .pagination>li:last-child>a, .pagination>li:last-child>span {
     border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
}
/*buttons*/
 .btn {
     height: 46px;
     font-size: 16px;
     padding: 12px 25px;
     background: none;
     border-radius: 0;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .btn:active, .btn.active {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-buy {
	 -webkit-transform: scaleX(-1);
     background: none;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     width: 50px;
     height: 50px;
     padding: 8px;
     background: #0080ff;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 50%;
     color: #fff;
     border: none;
}
 .btn-buy:hover, .btn-buy:active, .btn-buy:focus, .btn-buy.active, .btn-buy.disabled, .btn-buy[disabled] {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
     background: #7e8e9f;
}
 .btn-info {
     color: #fff;
     background-color: #010B12!important;
     border-color: #010B12!important;
     border-radius: 0px;
}
 .btn-buy:hover, .btn-buy:active, .btn-buy:focus, .btn-buy.active, .btn-buy.disabled, .btn-buy[disabled] {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
     background-color: #0080ff!important;
     border-color: #0080ff!important;
}
 .btn-default, .btn-primary {
     color: #fff;
     background: #7e8e9f;
     border: 1px solid #7e8e9f;
     border-radius: 2px;
}
 .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active, .btn-default.disabled, .btn-default[disabled], .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
     color: #fff;
     background: #6b7987;
     border: 1px solid #6b7987;
}
 .btn-danger {
     color: #7e8e9f;
     background: none;
     border: none;
     text-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
     color: #59c2e6;
     background: none;
     border: none;
     text-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
     color: #59c2e6;
     background-color: transparent;
     border-color: transparent;
}
 .btn-sm, .btn-group-sm>.btn {
     height: 36px;
     padding: 5px 12px;
     font-size: 14px;
     line-height: 20px;
}
 .btn-lg, .btn-group-lg>.btn {
     height: 56px;
     font-size: 18px;
}
 .btn-register {
     margin-top: 101px;
}
 .btn-block+.btn-block {
     margin-top: 3px;
}
 .btn-group.open .dropdown-toggle {
     -webkit-box-shadow: none;
     box-shadow: none;
}
/*footer*/
 footer {
	   margin:0px 0 0 0;
     padding: 0px 0 0px 0;
     background: #000000;
     color: #ffffff;
     border: 0px solid transparent;
}
 footer a {color: #fff;}
 footer ul li a:hover {color: #fff;} 


/*product card*/
 .card {width: calc(25% - 20px);height: 400px;-webkit-perspective: 500px;perspective: 500px;margin: 0 10px 100px 10px;}
 .content {
     position: absolute;
     width: 100%;
     height: 100%;
     -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
     box-shadow: 0 0 15px rgba(0,0,0,0.1);
     -webkit-transition: -webkit-transform 1s;
     transition: -webkit-transform 1s;
     -o-transition: transform 1s;
     transition: transform 1s;
     transition: transform 1s, -webkit-transform 1s;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
 .card:hover .content {
     -webkit-transform: rotateY( 180deg ) ;
     transform: rotateY( 180deg ) ;
     -webkit-transition: -webkit-transform 0.5s;
     transition: -webkit-transform 0.5s;
     -o-transition: transform 0.5s;
     transition: transform 0.5s;
     transition: transform 0.5s, -webkit-transform 0.5s;
}
 .front, .back {
     position: absolute;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     height: 100%;
     width: 100%;
     /* padding: 20px; */  
     padding: 0px;
	 
     text-align: center;
     border-radius: 5px;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
	/* background: transparent; */
}
.front h3{

}

.round_image{
    margin-left: 10px;
    border-radius: 10%;
}
.cat_image {
    width:49%;
    height: auto;
    padding-bottom:10px;
    float:left;
    margin-left: 10px;
    border-radius: 5%;
}




 .front{	 
 }
 .front h4{display:none}
 
 .back { height: 115%;
	background:#000000;	 
 }
 
/*.front img {border-top: 30px solid transparent;margin-top: -120px;}*/
.front img {width:99%; border-top: 20px solid transparent;margin:0;}










.front h4 {
    color: #0080ff;
     -webkit-transition: color .3s;
     -o-transition: color .3s;
     transition: color .3s;
     top: -30px;
}
 .back {
     -webkit-transform: rotateY( 180deg );
     transform: rotateY( 180deg );
}
/*price*/
 .price {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     font-size: 16px;
     font-weight: 700;
	 margin:10px 0 0 0;
}
 .price-new {
     color: red;
     font-size: 18px;
}
 .price-old {
     text-decoration: line-through;
     font-weight: 400;
     font-size: 14px;
}
 .price-tax {
     font-weight: 400;
     font-size: 12px;
     color: #eee;
}
/*product thumbnails*/
.thumbnail{
  background-color: transparent;
  border: 0px solid RED;
}
 .thumbnails {
     overflow: auto;
     clear: both;
     list-style: none;
     padding: 0;
     margin: 0;
	   border-style: none!important;
}
 .thumbnails > li {
     margin-left: 20px;
}
 .thumbnails {
     margin-left: -20px;
}
 .thumbnails > img {
     width: 100%;
}
 .image-additional a {
     margin-bottom: 20px;
     padding: 5px;
     display: block;
     border: 0px solid #fff;
}
 .image-additional {
     max-width: 240px;
}
 .thumbnails .image-additional {
     float: left;
     margin-left: 20px;
}
 .image-additional img{
     width: 240px;
}



/*media*/
 @media (max-width: 1024px) {
	 .card {width: calc(33% - 20px);}
 }
 @media (max-width: 767px) {
   /*  .hidden-menu {overflow: scroll;} */
     #cart {margin-bottom: 20px;padding-right: 17px;}
     #cart-itemscount {display: none;}
	
     .col2 {-webkit-box-flex: 100%;-ms-flex: 100%;flex: 100%;-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;}
     .col2>a>img {margin: auto;max-width: 150px;}
     .col3 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
     .col1 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;    }
     .flex {-ms-flex-wrap: wrap;flex-wrap: wrap;}
     .shopping-bag {margin-top: 7px;}     
	 .card {width: calc(50% - 35px); height: 500px;}
}
 @media (max-width: 478px) {
	  header {margin:0 0 20px 0;}
     .logo{display:none;}
	 .search-btn{margin-left:5px;}
	 #cart .dropdown-menu {margin: 5px -90px 0 0;min-width: 100%;}
     #cart .dropdown-menu li>div {min-width: 100%;}
     .card {width: calc(100% - 20px); height: 670px; margin: auto;}
	 #content{width:360px;margin:0 auto;}
	 .back{height:100%;}
	 .front:hover .price{display:none;}
}


.container .well{color:#333}
.container .well a{color:#555}
.container .well a:hover{color:#333}
.container .well a{color:#fff}


.logo{}
.logo a{}
.logo a:hover{color:#f8f8f8}



.breadcrumb{}
.breadcrumb li{}
.breadcrumb li a{color:#ffffff}
.breadcrumb li a:hover{color:#a3a3a3}


.btn.btn-primary{color:#fff}
.btn.btn-primary:hover{}


#cart{}
#cart .dropdown-menu{color:#333}
#cart .dropdown-menu tbody a{color:#333}
#cart .dropdown-menu .table, 
#cart .dropdown-menu .table>thead>tr>th, 
#cart .dropdown-menu .table>tbody>tr>th, 
#cart .dropdown-menu .table>tfoot>tr>th, 
#cart .dropdown-menu .table>thead>tr>td, 
#cart .dropdown-menu .table>tbody>tr>td, 
#cart .dropdown-menu .table>tfoot>tr>td{background:rgba(255,255,255,1);}
#cart .btn-info, #cart .btn-default, #cart .btn-primary{border-radius:0;}






