/*  -------------------------------------------------------------------------------------  */
/*  ---  Desktop and tablet layout              -----------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 1000px                      -----------------------------------------  */

@media only screen and (min-width: 768px) {
  

}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 768px / Max width: 991px    -----------------------------------------  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  #header-menu-bg, .footer-wrapper, #menu, .custom-footer-wrapper, .footer-wrapper  {
	min-width:inherit;
  }
  .fullwidthbanner-container {
    width:auto!important;
  }
  /* no anim */
  
  .box.module .box-product-buttons {
    display:none;
  }
  .box.module .buttons-cart {
    display:none;
  }
  .box-product-item .box-line {
	display:none;
  }
  .box-product-item .box-line, .box-product-buttons {
	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
  }
  .box-product-buttons {
    	filter: alpha(opacity=100);
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .pagination .links a, .product-filter .display a, .product-info .zoom a, #header #search .search-btn, .buttons-cart, .buttons-wish, .buttons-compare, .product-buttons .buttons-compare, button.button, .button, .custom-footer .custom-footer-column .social a, .product-buttons-row-cart, #currency a, #header #cart .icon
  {
	  -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
  }
  /* boxed layout */
  .wrapper, #header-menu-bg, .footer-wrapper, .nav-container, .custom-footer-wrapper, .fullwidthbanner-container {
    width:100%!important;
  }
  /* some browsers fix */

  #column-left + #content, #column-right + #content {
	  width:560px;
  }
  
  #column-left + #column-right + #content {
	  width:560px;
  }
  /* homepage */
  .mini-sliders {
    display:none;
  }
  .mini-ads {
    display:none;
  }
  .flexslider {
    width: 100%!important;
  }
  .promo-block, .shop-about {
    display:none;
  }
  .fullwidthbanner-container {
    margin-bottom:30px;
  }
  .shop-news-slider {
    width:100%;
  }
  
  /* main */

  .container {
    width:100%;
  }
  #container {
    width:100%;
    padding-left:0px;
    padding-right:0px;
  }
  
  #content {
    margin-left:10px;
    margin-right:10px;
    padding-right: 20px;
  }
  
  .success, .warning, .attention, .information {
  
    width:auto;
    margin-right:30px;
    margin-left:10px;
    position:relative!important;
    
  }

  #column-left + #column-right {
    display:none;
  }
  #column-left + #column-right + #content {
    margin-right:0px;
  }
  
  /* Category */
  #column-left + #content, #column-right + #content {
    width:auto;
    padding-right:10px;
  }
  .product-filter .sort {
    display:none;
  }
  #content .product-list .box-product-item .description {
    width:43%!important;
  }
  
  .product-grid {
    width:245px;
    margin:0 auto;
  }
  .product-grid .box-product-item {
    margin-right:25px!important;
    margin-left:25px!important;
  }
  /* header */
  #header_menu {
    width: 100%;
  }
  #header_menu a:first-child{
    padding-left:10px;
  }
  #header_menu #currency {
    margin-right:10px;
  }
  #header_menu #currency a:first-child{
    padding-left:20px;
  }

  #currency a {
    padding-left:20px;
    padding-right:20px;
  }

  #header #logo {
    float:none;
    width:100%;
  }
  #header #cart {
    right:20px;
    top:-1px;
  }
  #header #search {
    width:100%;
    float:none;
    margin-top:0px;
    position:absolute;
   
  }
  #language {
      right: 15px;
  }
  #header #welcome {
    position:inherit;
    text-align:center;
    width:100%;
  }
  /* modules */
  .box-heading {
    margin-left:10px;
    margin-right:10px;
  }
  .caruofredsel .box-product-item {

  }
  /* footer */
  #footer-container {
    width:100%!important;
  }
  
  #footer .column {
    width:22%;
  }
  #footer .column #twitter_update_list {
    width:auto;
  }
  .li-custom-block {
    display:none;
  }
  .custom-footer {
    width:100%;
  }
  .custom-footer .custom-footer-column {
    width:47%;
    min-height: 320px;
  }
  .footer {
    width:100%;
  }
  .footer #powered {
    padding-left:10px;
  }
  .footer #paymenticons {
    padding-right:10px;
  }
  
  
}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Mobile Layout (320px)                  -----------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Max width: 767px                       -----------------------------------------  */

@media only screen and (max-width: 767px) {
  
  #header-menu-bg, .footer-wrapper, #menu, .custom-footer-wrapper, .footer-wrapper  {
	min-width:inherit;
  }
  .fullwidthbanner-container {
    width:auto!important;
  }
  /* no anim */
  .box.module .box-product-buttons {
    display:none;
  }
  .box.module .buttons-cart {
    display:none;
  }
  .box-product-item .box-line {
	display:none;
  }
  .box-product-item .box-line, .box-product-buttons {
	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
  }
  .box-product-buttons {
    	filter: alpha(opacity=100);
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .pagination .links a, .product-filter .display a, .product-info .zoom a, #header #search .search-btn, .buttons-cart, .buttons-wish, .buttons-compare, .product-buttons .buttons-compare, button.button, .button, .custom-footer .custom-footer-column .social a, .product-buttons-row-cart, #currency a, #header #cart .icon
  {
	  -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
  }
    /* boxed layout */
  .wrapper, #header-menu-bg, .footer-wrapper, .nav-container, .custom-footer-wrapper, .fullwidthbanner-container {
    width:100%!important;
  }
    /* some browsers fix */
  #column-left + #content, #column-right + #content {
	  width:auto;
  }
  
  #column-left + #column-right + #content {
	  width:auto;
  }
  .li-custom-block {
    display:none;
  }
  .category-block {
    display:none;
  }
  #menu {
    display:none;
  }
  .mobile-menu-toggle {
    display:block!important;
  }
  
  .box-category .menuopen {

	width:45px;
  }
  .box-category .menuclose {
        width:45px;
  }
  /* homepage */
  .mini-sliders {
    display:none;
  }
  .mini-ads {
    display:none;
  }
  .flexslider {
    width: 100%!important;
  }
  .shop-news-slider {
    width:100%;
  }
  
  .promo-block {
    display:none;
  }
  .shop-about {
    display:none;
  }
  #header #welcome {
    display:none;
  }
  /* main */
  .container {
    width:100%;
    padding-left:0px;
    padding-right:0px;
  }
  .fullwidthbanner-container {
    margin-top:0px;
  }
  #container {
    width:100%;
    padding-left:0px;
    padding-right:0px;
  }
  .mobile-menu .box-content {
    padding-left:10px;
    padding-right:10px;
  }
  #content {
    margin-left:10px!important;
    margin-right:10px!important;
  }
  .breadcrumb {
    margin-top:10px;
  }
  .success, .warning, .attention, .information {
    
    vertical-align:top;
   
    width:auto;
    margin-right:10px;
    margin-left:10px;

  }

  #column-left + #column-right + #content {
    margin-right:0px;
  }
  #column-left + #column-right + #content, #column-left + #content,#column-right + #content {
    margin-left:0px;
    margin-right:0px;
  }
  #column-left {
    float:none;
    clear:both;
    width:100%;
    padding-top:10px;
  }
  #column-right {
    float:none;
    clear:both;
    width:100%;
    padding-top:10px;
  }
  #columnt-left .box-content {

  }
  /* product */
  .product-info > .left {
    float:none;
    width:100%;
    margin-right:0px;
    clear:both;
  }
  .product-info .image {
    float:none;
    clear:both;
    width:100%;
    text-align:center;
    width:240px;
    height:272px;
    margin:0 auto;
  }
  .product-info .image img {
    width:240px;
    height:272px;
  }
  .product-info .zoom a {
    margin-top:205px;
  }
  .zoomWindow, .zoomWrapper {
    display:none!important;
  }
  .product-info .zoom {
     margin:0px!important;
     padding:0px!important;
     width:100%!important;
     float:left;
  }

  .product-info > .left + .right  {
    margin-left:0px;
    float:none;
    clear:both;
  }
  .right .product-list .box-product-item .product-list-buttons {
    width:225px;
    margin-top:10px;
    
  }
  .image-additional-wrapper {
    margin:0 auto;
    float:none;
    width: 334px;
    margin-top:15px;
  }
  #column-right, #column-left {
    margin-left:0px;
    margin-right:0px;
  }
  .login-content .left, .checkout-content .left {
    width: 100%;
    float:none;
  }
  .login-content .right, .checkout-content .right {
    width: 100%;
    float:none;
  }
  
  .htabs {
    height:auto;
    
  }
  .htabs a{
    width:auto;
    clear:both;
    border-right-width:1px!important;
    float:none;
    display:block;
    
  }
  /* Category */
  .product-filter .display {
    clear:both!important;
    float:none;
  }
  .product-filter .display b {
    display:none;
  }

  .limit {
    margin-left:0px!important;
    margin-right:10px;  
  }
  .sort, .limit {
    float:left!important;
  }
  #content .product-list .box-product-item .description {
    width:100%!important;
    float:none;
    margin-bottom:10px;
  }
  .product-list .box-product-rating2 {
    text-align:center;
  }
  .product-list .box-product-item .product-list-buttons {
    display:block;
    
    width:193px;
    margin:0 auto;
    float:none;
    clear:both;
  }
  .product-list-buttons .pbuttons .text {
    display: none;
  }
  .product-list .box-product-item {
    padding-bottom:10px;
    height:auto;
  }
  .product-list-buttons .pbuttons {
    
  }
  .product-grid {
    width:100%;
    margin:0 auto;
  }
  .product-grid .box-product-item {
    margin:0 auto 10px auto!important;
    
    float:none;
  }
  .product-list .box-product-item .price2 {
    float:none;
    margin:0 auto;
  }
  .product-list .box-product-item .name a {
    margin-left:0px;
    text-align:center;
  }
  .product-list .box-product-item .image {
    float:none;
    margin-bottom:10px;
    width:245px;
    margin:0 auto;
  }
  /* header */
 
  
  
  #header_menu {
    width: 100%;
    overflow:hidden;
    height:78px;
  }
  #header_menu > a {
    margin:0px!important;
    padding:5px 0 0 0!important;
    text-align:center!important;
    vertical-align:middle!important;
  }
  #header_menu > a {
    width:20%;
  }
  #header_menu a:first-child{
    padding-left:10px;
  }
  #header_menu #currency {
    position:absolute;
    top:58px;
    left:15px;
  }
  #header_menu a.menu-link {
    border-right:none;
  }
  #header_menu #currency a:first-child{
    padding-left:7px;
  }

  #header #logo {
    
    top:42px!important;
  }
  
  #header #logo {
    float:none;
    width:100%;
    margin-top:0px;
    padding-top:10px;
  }
  #header #cart {
    display:none;
  }
  #header #search {
    float: none;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: -35px;
    width: 165px;
  }
  #language {
      text-align:center;
      width:100%;
  }
  #language img {
      margin-left:5px;
  }
  #header #welcome {
    position:inherit;
    text-align:center;
    width:100%;
  }
  #header #search input {
    width:100px;
  }
  #content {
    clear:both;
    float:none;
    padding-top:10px;
  }
  #menu {
    height:auto;
    
  }

  #menu ul .separator {
    display:none;
  }
  #menu > ul > li {
    width: 50%;
   
  }
  #menu > ul > li ul > li > a:hover, #menu > ul > li:hover > a {
    border:none!important;
  }
  #menu > ul > li > a
  {
        width: 90%;
        padding: 10px;
        text-indent: 10px;
  }
  #menu > ul > li > a {
    overflow: hidden;
    white-space: nowrap;

  }
  #menu div {
    display: none !important;
  }
  /* ==== */

  /* modules */
  .box-heading {
    margin-left:10px;
    margin-right:10px;
  }
  .caroufredsel_wrapper .caruofredsel .box-product-item:nth-child(1n),.box-product-item:nth-child(2n)
  {
          margin-right:10px;
  }
 
  /* footer */
  #footer-container {
    width:100%!important;
  }
  #footer-container .footer-about .text {
    float:none;
    border:none;
    width:100%;
  }
  #footer-container .footer-about .social {
    margin-top: 10px;
    padding-left: 0px;
    width:100%;
  }
  #footer {
    width:auto;
    
  }
  #footer .column {
    width:90%;
    margin-bottom:10px;
  }
  #powered, #paymenticons {
    padding:0px!important;
    text-align:center;
    width:100%;
    float:none;
  }
  #footer .column #twitter_update_list {
    width:auto;
  }
  .custom-footer {
    width:100%;
  }
  .custom-footer .custom-footer-column {
    width:95%;
    margin-bottom:20px;
  }
  .footer {
    width:100%;
  }
  .footer #powered {
    padding-left:10px;
  }
  .footer #paymenticons {
    padding-right:10px;
  }
  
  
}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Wide Mobile Layout (480px)             -----------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 480px / Max width: 767px    -----------------------------------------  */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  

}


/*  -------------------------------------------------------------------------------------  */
/*  ---  Retina displays                        -----------------------------------------  */
/*  ---  Overrides styles for devices with a    -----------------------------------------  */
/*  ---  device-pixel-ratio of 2+, such as iPhone 4     ---------------------------------  */

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {



}