#hamburger {
    display: none;
}
#menu {
    position: relative;
}

.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 36px;
  right: 36px;

  z-index: 1000;

    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: 1px solid #555555;

}
.cd-top i {
  color: #555555;
}
.cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    visibility: visible;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  opacity: 1;
}
.cd-top .fa {
  margin-top: 8px;
}
.module_menu h3 i {
  display: none;
}

@media only screen and (min-width : 320px) and (max-width : 1230px)
{
  #pillmenu li a {
    width: 109px;
  }
  #pillmenu li {
    width: 133px;
  }
  #pillmenu {
    width: calc(100% - 0px) !important;
    overflow: hidden;
  }
  #pillmenu li a {

  }
}

@media only screen and (min-width : 320px) and (max-width : 1200px)
{
	input:not([type=checkbox]):not([type=radio]) {  
		-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

	.new-display-products > h1 {
		margin-bottom: 10px;
	}
	
	.new-display-products {
		margin-top: 10px;
	}

  .fixed-jura {
	  display: none !important;
  }
  .jura_module_menu {
	  display: none;
  }
  
  .jura_wrapper img {
	  max-width: 100%;
  }
  
  .jura_wrapper h2 {
	  line-height: 28px;
  }
  
  .jura_wrapper iframe {
	  max-width: 100%;
  }
  
  .jura-category {
	  float: none !important;
	  display: block !important;
	  margin-bottom: 15px;
  }

  #mainlogo a img {
    height: 50px;
    margin-top: 10px;
  }

  .module_menu h3 {
    cursor: pointer;
  }

  .vmlinklist_menu {
    display: none;
  }

  div.module_menu div div {
    min-height: 0px;
  }

  .module_menu h3 i {
    display: inline-block;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
  }

  .mobile_hide_filter {
    display: none;
  }


    .main-page-banners, .main-page-about-us, #directions-enter {
        display: none;
    }


    #header-mod1, #title1, #pillmenu, #wrapper, #new_wrapper, .moduletable, .footer-bottom {
        width: 95%;
    }
    #pillmenu ul {
        width: 100%;
    }
    .slides_container {
        width: 100%;
        height: auto;
    }
    .rslides {
        width: calc(100% - 3px) !important;
    }

    .search-light {
        left: auto;
        position: relative;
        float: left;
        margin-left: 310px;
    }

    .zopim, #wtpQualitySign_fixedCSS {
        display: none !important;
    }

    #leftcolumn {
        display: block;
        float: none;
        width: 100%;
    }
    #leftcolumn h3 {
      width: calc(100% - 40px);
    }
    #leftcolumn ul.vmLinkMenu {
      display: inline-block;
      vertical-align: top;
    }

    div.module_konktaktai, div.module_zemelapis {
      display: none;
    }

    #holder, #holder1, div#maincolumn_full {
        width: calc(100% - 10px);
    }
    .single_compare_button, .lizingas-block {
        display: none;
    }
    
    .coupon-block.left-side-coupon {
	    display: none !important;
    }
    #leftcolumn {
	    display: none;
    }

}
@media only screen and (min-width : 320px) and (max-width : 1063px)
{

	.marquee_container {
		display: none;
	}
    #pillmenu ul {
        display: none;
    }
    .phone-numbers {
        display: none;
    }
    .footer-bottom {
        text-align: right;
    }

    #hamburger {
        display: block !important;
        width: 30px;
        height: 34px;
        position: absolute;
        right: 5%;
        top: 9px;
        text-decoration: none;
    }
    #hamburger:before {
        color: #ffffff;
        font-family: "FontAwesome";
        font-size: 34px;
        line-height: 34px;
        text-decoration: none;
        content: "\f0c9";
    }
    
    .inside_manufacturer_categories {
	    display: none;
    }
    
    .logo-row {
	    display: none;
    }

}
@media only screen and (min-width : 320px) and (max-width : 915px)
{
    .single_product_main_image .images, .product-small-container {
        width: calc(100% - 40px) !important;
    }
    .above-image {
	    display: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 827px)
{

    #mainlogo, #mainlogo img {
        width: 200px;
    }
    #mainlogo {
        margin-top: 18px;
    }
    .search-light {
        width: 250px;
        margin-left: 250px;
    }
    #mainlogo a img {
      height: auto;
      margin-top: 0px;
    }

    .cart_papildoma_garantija {
      display: none;
    }

}
@media only screen and (min-width : 320px) and (max-width : 700px)
{

    .search-light {
        display: none;
    }
    .order_by_form {
        display: none;
    }

}
@media only screen and (min-width : 320px) and (max-width : 630px)
{

    #new_wrapper table td {
      width: auto !important;
    }

    div.moduletable table, div.moduletable table tbody, div.moduletable table tr, div.moduletable table tr td {
        display: block;
    }
    .first-table-td, .second-table-td {
        display: inline-block !important;
        width: calc(50% - 10px);
    }
    .third-table-td {
        margin-top: 15px;
    }
    .col-sm-5, .col-sm-7 {
        width: 100%;
        float: none;
    }
    .col-sm-7 {
        margin-top: 30px;
    }
    .lizingas-block {
        display: none;
    }


    
    #mycartbtn {
        font-size: 12px;
    }

    .search-light {
        display: block;
        float: right;
    }
    #my-contact-div {
        display: none;
    }

}

@media only screen and (min-width : 320px) and (max-width : 840px)
{
	 div#virsmenu {
        display: none;
	 }
	 .site-header-main-right {
        top: -37px;
        right: 0px;
    }
} 

@media only screen and (min-width : 320px) and (max-width : 650px)
{

	.checkout_photos {
		width: 100% !important;
	}
} 
    
@media only screen and (min-width : 320px) and (max-width : 581px)
{

    .footer-bottom span {
        display: none;
    }

}
@media only screen and (min-width : 320px) and (max-width : 500px)
{

    #customer_details .col-1, #customer_details .col-2 {
      float: none;
      display: block;
      width: 100%;
    }

    #mainlogo {
        position: relative;
        float: none;
    }
    .search-light {
        float: none;
        margin-left: 0px;
        margin: auto;
        top: 0px;
        margin-top: 15px;
    }
    #title1 {
        height: auto;
    }
    #mainlogo {
        margin-top: 0px;
        padding: 15px 0px 0px 0px;
    }

}
@media only screen and (min-width : 320px) and (max-width : 405px)
{

    .first-table-td, .second-table-td {
        display: block !important;
        width: 100%;
    }
    .second-table-td, .third-table-td {
        margin-top: 15px;
    }

}

@media only screen and (min-width : 320px) and (max-width : 485px)
{
	div.product .woocommerce-tabs ul.tabs li a {
		font-size: 14px;
		padding: 10px 15px;
		text-transform: none;
	}
  #products > li {
    width: calc(50% - 10px) !important;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    float: none;
    display: inline-block;
  }
  #products > li:nth-child(2n):after
  {

  }
  #products .product-list-item .kw-prodimage-img {
    width: calc(100% - 30px) !important;
    height: auto !important;
  }
}
@media only screen and (min-width : 320px) and (max-width : 425px)
{

	.mainlevel-nav span {
		display: none;
	}
	.new-display-products ul.owl-carousel li {
		min-height: 0px;
	}


}
@media only screen and (min-width : 320px) and (max-width : 390px)
{
  .products.other-products .categorythin, .inside_categories .products.other-products .categorythin {
    width: calc(50% - 10px) !important;
  }
}

@media only screen and (min-width : 320px) and (max-width : 800px)
{
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width : 320px) and (max-width : 540px)
{
	.timer-block {
    display: none;
  }
  .baldu_rojus_top {
	  display: none;
  }
}
@media only screen and (max-height : 500px)
{
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width : 1200px)
{
  #header-mod1 {

  }
  #new_wrapper {

  }
  div#maincolumn_full {

  }
  #holder1 {

  }
  #holder {

  }
  #footer {

  }
  #title1 {

  }
  #wrapper {

  }
  #pillmenu {

  }
  #pillmenu ul {

  }
}
