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



  /* Cart / Koszyk */
  /*.cart_outsider {
    max-width: 736px;
  }*/

  /* Home Banners */
  .home-banner a {
    height: 120px;
  }

  .visioble-on-xs {
    opacity:0;
  }

  .cart_continue a {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
  }

  /**********/
  /* Footer */
  /**********/

  /***** NEWSLETTER ****/

  .fn-textblock {
    text-align: left;
  }

  .cart-btn-group {
    text-align: right;
  }

}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .cart-details {
    padding-top: 8px;
    line-height: 20px;
  }
  .mobile-navigation {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }

  /**/
  .rc_windowContainer:not(#sugget_container) {
    width: 720px !important;
    left: 50% !important;
    margin-left: -360px;
  }

  .top-search {
    width: 736px !important;
    left: 50% !important;
    -webkit-transform: translateY(-200px) translateX(-50%) !important;
    -ms-transform: translateY(-200px) translateX(-50%) !important;
    -o-transform: translateY(-200px) translateX(-50%) !important;
    transform: translateY(-200px) translateX(-50%) !important;
  }
  .top-search.in {
    -webkit-transform: translateY(0) translateX(-50%) !important;
    -ms-transform: translateY(0) translateX(-50%) !important;
    -o-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
  }
}

@media screen and (max-width: 990px) {
  .categories-button > a .arrow {
    margin-top: 5px;
  }
  .header-wrap.sticky {
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);

    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  }
  .header-wrap.sticky.nav-down {
    top: 0;
  }

  .mobile-navigation {
    border-bottom: 1px solid #e6e6e6;
  }
  .megamenu_container {
    width: 250px;
    z-index: 300;
    background-color: #f9f9f9;
    border-right: 1px solid #e6e6e6;
	height:100vh;
	overflow:auto;
  }
  .megamenu > li, .megamenu2 > li {
    display: block;
  }
  .megamenu > li > a, .megamenu2 > li > a {
    border-width: 1px 0;
  }
  .megamenu > li > a:hover, .megamenu2 > li > a:hover {
    /* background-color: #fff; */
  }

	#wrapper {
		width: 100%;
	}
	#megamenu_copy_mobile{
		position: fixed;
		left: -250px;
		top: 0;
		bottom: 0;
		width: 250px;
		padding: 0;
		z-index: 1000;
		-webkit-transition: left 0.3s ease-in;
		-o-transition: left 0.3s ease-in;
		transition: left 0.3s ease-in;
	}
	.menu_mobile_visible_new #megamenu_copy_mobile{
		left:0px;
	}
  /* Pinfo */
  #pinfo-topinfo {

  }
  #pinfo-topinfo .pinfo-price,
  #pinfo-topinfo .pinfo-options {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }

  .gallery-vertical.one-photo .slide {
    text-align: center;
  }
  .gallery-vertical.one-photo .slide a {
    display: inline-block;
  }


  /** Searcher **/
  #toggleFilters {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    padding: 0;
    z-index: 2510;
  }
  #toggleFilters:before {
    content: "\f2c9";
    font-family: 'MaterialDesignIcons';
  }
  .mobile_filters_open #toggleFilters:before {
    content: "\f216";
    font-family: 'MaterialDesignIcons';
  }
  #toggleFilters .chosen-filters {
    font-size: 12px;
    position: absolute;
    padding: 0;
    right: -9px;
    top: -5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
  }

  .mobile_filters_open {
    overflow: hidden !important;
  }

  #mobile_filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2500;
    padding: 0 0;
    overflow:hidden;
    background-color: #fff;

    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);

    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  #mobile_filters.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #mobile_filters .box-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 24px;
    padding: 10px 40px;
    margin: 0;
  }
  #mobile_filters .box-body {
    padding: 0 20px 0;
    height: calc(100% - 110px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #mobile_filters .filter-button {
    float: right;
  }
  #mobile_filters .filter-button .button {
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 15px;
  }

  #mobile_filters .filter-actions {
    position: fixed !important;
    background-color: #f6f6f6;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
  }
#mobile_filters:not(.open) .filter-actions{
	display: none !important;
}
  .owl-prev, .slick-prev {
    left:-30px;
  }
  .owl-next, .slick-next {
    right:-30px;
  }

   /* Blog */

	.blog-site-entry .blog-site-date{
		text-align: left;
		margin-bottom: 15px;
	}
	.blog-site-entry .blog-site-title{
		margin-bottom: 0px;
	}

  .top-search {
    position: fixed;
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 50px 10px 0;
    background-color: rgba(0,0,0,0.9);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);

    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .top-search.in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .top-search form {
    width: 100%;
    position: relative;
    padding: 0 5px;
  }
  .top-search input {
    width: calc(100% - 42px) !important;
    color: #000 !important;
    padding: 5px 10px !important;
	margin:0  !important;
  }
  .top-search button {
    background-color: transparent;
    border: 0;
    width: 42px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 26px;
    color: #fff;
  }
  a.top-search-close {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(255,255,255,0.2);
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: rgba(255,255,255,0.5);
  }
}

@media screen and (max-width: 990px) {
  .simple-dropdown .text-item a{
    font-size: 16px;
    padding: 6px 0 6px 40px;
    display:inline-block;
  }

  .header-top{
    border:none;
  }

  .countdown-box .product-inside .product-buttons a, .price-hit .product-inside .product-buttons a  {
    opacity: 1;
    margin: 0;
  }
  .countdown-box .product-inside .product-buttons, .price-hit .product-inside .product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    padding-right: 25px;
  }
}
