/* for 1200px or bigger (full size) */
@media screen and (min-width: 1200px) {

  #main-wrapper {
   background: url(../images/2022/bg-header-50.jpg) no-repeat center 90px;  
  }
  
  #main-wrapper-wo-header {
  
  }
  
  #header-with-cart-progress {
   height: 80px;
   border-bottom: 2px solid #4499ff;
  }

  #header h1 {
   position: absolute;
   left: 15px;
   top: 20px;  
  }
  
  #header-with-cart-progress h1 {
   position: absolute;
   left: 0;
   top: 20px;    
  }

  #search {
    position: absolute;
    width: 650px;
    left: 280px;
    top: 22px;
  }
  
  .facebook_box {
    display: block;
  }
  
  .submit-facebook-login {
    width: 200px;
  }
  
  #cartQuantity {
   display: none;
  }
  
  #cart {
   position: absolute;
   right: -30px;
   top: 20px;
   padding: 0 3% 0 3%;
   float: left; 
   border: 0;
  }
  
  #cart a {
   display: block;
   width: 150px;
   height: 44px;  
   padding: 13px 50px 0 20px;
   background: #f2f2f2 url(../images/2022/icon-cart.png) no-repeat 108px 2px;  
   border-radius: 20px 20px 20px 20px;
   font-size: 16px;
   color: #000;
   text-align: right;
   font-weight: normal;
  }
  
  #cart a:hover {
   text-decoration: none;
  }
  
  #profiler {
   position: absolute;
   left: 950px;
   top: 22px;
   padding: 0;
   border: 0;
  }
  
  #profiler a {
   display: block;
   width: 40px;
   height: 40px;
   margin: 0;
   padding: 0;
  }
  
  #footer_columns {
   display: none;
  }
  
  .filter_counter {
   width: 180px;  
  }
  
  .filter_order {
   width: 220px;
  }
  
  .filter_division {
   width: 200px;
  }
  
  .filter_pager {
   width: 300px;
   height: 20px !important;
   margin-top: 0;
   padding-top: 0;
   position: relative;
   top: -15px;
  }
  
  .pager a, .filter_pager a {
    padding-right: 20px !important;
  }
  
  .bf23_mainBar {
   background: #000; 
   color: #fff; 
   font-size: 30px; 
   font-weight: bold; 
   margin-bottom: 15px;
  }

  .bf23_mainHref {
   padding: 20px !important; 
   background: #000 !important;
   color: #fff !important;
   font-size: 30px !important;
   font-weight: bold !important;
   display: block !important;
  }  

}

