/*Mobile category list*/
.mobile-categories{
    display: none;
}

.mobile-categories .cat-list,
.mobile-top-panel .top-menu-list{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: none;
}

.mobile-categories .cat-list .sub_menu,
.mobile-top-panel .top-menu-list .sub_menu{
    padding: 3px 0 5px 20px;
    margin: 0;
    list-style: none;
    background: #E9E9E9;
}

.mobile-categories .cat-list .sub_menu li,
.mobile-top-panel .top-menu-list .sub_menu li{
    position: relative;
}

.mobile-categories .cat-list .sub_menu li a,
.mobile-top-panel .top-menu-list .sub_menu li a{
    font-size: 14px;
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none;
}

.mobile-categories .cat-list > li,
.mobile-top-panel .top-menu-list > li{
    position: relative;
    background: #40AF64;
    border-bottom: 1px solid #2A7442;
    border-top: 1px solid #4FD87A;
}

.mobile-categories .cat-list > li > a,
.mobile-top-panel .top-menu-list > li > a{
    color: #fff;
    font-family: "OpenSansRegular";
    font-size: 16px;
    padding: 12px;
    display: block;
    text-decoration: none;
}

.mobile-top-panel .top-menu-list > li > a:hover,
.mobile-categories .cat-list > li > a:hover{
    color: #fff!important;
}

.mobile-top-panel .top-menu-list > li:first-child{
    border-top: 1px solid #2A7442;
}

.mobile-top-panel .top-menu-list > li:first-child a{
    border-top: 1px solid #4FD87A;
}

.mobile-categories .cat-list > li > a:hover,
.mobile-top-panel .top-menu-list > li > a:hover{
    color: #444;
}

.mobile-categories .cat-list li .slider_btn,
.mobile-top-panel .top-menu-list li .slider_btn{
    display: block;
    position: absolute;
    right: 6px;
    top: 11px;
    width: 24px;
    height: 24px;
    background: url(../images/toogle-buttons.png) center -54px no-repeat;
}

.mobile-categories .cat-list .sub_menu li .slider_btn ,
.mobile-top-panel .top-menu-list .sub_menu li .slider_btn{
    top: -2px;
}

.mobile-categories .cat-list li .slider_btn + a,
.mobile-top-panel .top-menu-list li .slider_btn + a{
    padding-right: 30px;
}

.mobile-categories .cat-list .sub_menu li .slider_btn + a,
.mobile-top-panel .top-menu-list .sub_menu li .slider_btn + a{
    padding-right: 35px;
}

.mobile-categories .cat-list li .slider_btn.opened,
.mobile-top-panel .top-menu-list li .slider_btn.opened{
    background-position: center 7px;
}

.mobile-categories h2{
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    background: #40AF64;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 19px;
}

.mobile-categories h2 .mobile-white-arrow{
    position: absolute;
    width: 25px;
    height: 15px;
    background: url(../images/mobile-white-arrow-down.png) no-repeat;
    right: 15px;
    top: 12px;
}

.mobile-categories h2.open-menu .mobile-white-arrow{
    background: url(../images/mobile-white-arrow-up.png) no-repeat;
}

/*Mobile top panel*/
.mobile-top-panel{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #40AF64;
    z-index: 666;
    display: none;
}

.mobile-top-panel.position-fix{
    top: 31px;
}

.mobile-top-panel .show-menu-toggle{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-right: 1px solid #2A7442;
    position: relative;
    background: url(../images/mobile-menu-toggler.png) center center no-repeat;
}

.mobile-top-panel .show-menu-toggle:before{
    content: "";
    position: absolute;
    background: #4FD87A;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 1px;
}

.mobile-top-panel .mobile-top-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.mobile-top-panel .mobile-top-menu .top-menu-list{
    min-width: 250px;
    border-right: 1px solid #CDCDCD;
    display: block;
}

.mobile-top-panel .mobile-cart{
    height: 50px;
    float: right;
}

.mobile-top-panel .mobile-cart a{
    display: block;
    color:#000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.mobile-top-panel .mobile-cart a .cart .cart-inner{
    height: 50px;
    padding: 0 25px 0 40px;
    background: url(../images/mobile-cart-icon.png) 0 7px no-repeat;
}

.mobile-top-panel .mobile-cart a .cart .cart-inner .cart-list{
    background: #fff;
    padding: 7px;
    position: relative;
    top: 8px;
    width: auto;
    color: #000;
}

.mobile-top-panel .mobile-cart a .cart .cart-inner .cart-list:before{
    content:"";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right:7px solid #fff;
    position: absolute;
    right: 100%;
    top: 9px;
}

/*Media queries*/
@media screen and (max-width: 1185px){
    .block-reklami .reklama-unit{
        width: 31%;
    }
}

@media screen and (max-width: 1100px){
    .product-slides .slides-slider + .product-img-slider{
        width: 76%;
    }
}

@media screen and (max-width: 1120px){
    .left-block{
        margin:15px 10px 0 0;
    }

    .left-block + .center{
        float:none;
        width:auto;
        overflow:hidden;
        margin: 15px 0 0 0;
        padding: 0;
    }
}

@media screen and (max-width: 1070px){
    .product-wrapper{
        width: 30%;
    }
}

@media screen and (max-width: 1020px){
    .product-status{
        width: 44%;
    }

    .product-details-block .product-slides{
        width: 52%;
    }

    .product-slides .slides-slider + .product-img-slider{
        width: 73%;
    }

    .m-p-slider-wrapper, .wrapper, .footer{
        width:100%;
        padding:5px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        min-width:320px;
    }

    .product-image{
        width:auto;
        height:auto;
    }

    .m-p-slider-wrapper img{
        max-width:100%;
        height:auto;
    }

    .m-p-slider-wrapper{
        height:auto;
        padding:0 0 10px 0;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }

    .product-wrapper .product-price{
        font-size: 20px;
    }

    .m-p-products-slider .product-wrapper:hover .product-price{
        visibility: visible!important;
    }

    .user-login{
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 990px){
    .product-actions{
        bottom: 1px;
    }

    .container{
        padding: 0;
        margin: 0 0 50px 0;
    }

    .products-wrapper .product-wrapper{
        width: 30%;
    }

    /*.product-status{*/
        /*width: 60%;*/
    /*}*/

    .m-p-slider-wrapper{
        width: 100%!important;
    }

    .block-reklami .reklama-unit{
        text-align: center;
    }

    .product-wrapper:hover .product-price{
        display: block;
    }

    .mg-main-menu,
    .left-block, .top-menu,.desktop-cart{
        display: none;
    }

    .mobile-categories,
    .mobile-top-panel{
        display: block;
    }

    .top-menu-list{
        margin:85px 0 0 0;
    }

    .cart{
        top:58px;
        right:10px;
    }

    .logo-block img{
        max-width:100%;
    }

    .search-block{
        float: none;
        margin: -30px 0px 0px 0px;
        width: auto;
    }

    .search-block .search-field{
        width: 100%;
    }

    .logo-block{
        width: 280px;
        margin: 20px auto;
        float: none;
    }

    .top-contacts{
        margin: 46px 0 0 0;
    }

    .top-contacts a{
        width: auto;
        padding: 0 15px 0 50px;
    }

    .top-contacts .auth{
        padding: 0;
    }

    .powered a{
        top: 0;
    }

    .search-block .fastResult{
        left: 0;
        right: 0;
        top: 100%;
        width: auto;
        max-height: 200px;
    }
}

@media screen and (max-width: 875px){
    .product-actions .addToCart{
        padding: 13px;
    }

    .product-actions .addToCart .cart-icon{
        display: none;
    }
}

@media screen and (max-width: 855px){
    .product-details-block .product-slides{
        float: none;
        width: 100%;
        display: inline-block;
    }

    .product-status{
        width: 100%;
        float: none;
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 770px){
    .products-wrapper .product-wrapper{
        width: 46%;
    }
	.tel-2{    position: relative; text-align:left; 
    float:left;  width:40%;   margin: 15px 0px 5px 20px; 
	font-size:16px; color:#000; font-weight:500;
}

.tel-2 span{    font-size:14px; color:#FF6A00; font-weight:500; text-decoration:underline; line-height:20px;}

    .wrapper .block-reklami .reklama-unit{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        border: none;
    }

    .product-slides,
    .product-status{
        float:none;
    }

    .product-slides{
        width: 300px;
        margin: 0 auto;
    }

    .product-status{
        margin:10px 0 0 0;
    }

    .product-slides > .bx-wrapper{
        margin: 0 auto;
    }
}

@media screen and (max-width: 720px){
    .sub-categories li{
        width: 29%;
    }

    .sub-categories li img{
        height: 120px;
    }
}

@media screen and (max-width: 710px){
    .m-p-products .slider-unit .product-wrapper .product-actions .addToCompare,
    .m-p-products .slider-unit .product-wrapper .product-actions .addToCart,
    .m-p-products .slider-unit .product-wrapper .product-actions .details-btn{
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 0 1px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

@media screen and (max-width: 700px){
    .m-p-slider-wrapper{
        display: none;
    }

    .logo-block{
        margin: 45px auto 50px;
    }

    .search-block{
        width: 100%;
    }

    .m-p-products-slider-start{
        width:100%!important;
        text-align: center;
        left:0!important;
    }

    .bx-controls-direction{
        display:none;
    }

    /*.m-p-products-slider .product-wrapper{*/
        /*float:none!important;*/
        /*width:38%!important;*/
    /*}*/

    .powered{
        padding:15px 130px 0 20px;
    }

    .copyright{
        margin:15px 0 0 25px;
    }

    .empty-cart-block img{
        max-width:100%;
        height:auto;
    }

    .powered{
        display:none;
    }

    .copyright{
        float:none;
    }

    .footer{
        text-align:center;
    }

    .cart-table tr th{
        display:none;
    }

    .cart-table tr td.index{
        font-weight:bold;
        font-size:16px;
    }

    .cart-table tr td{
        display: block;
        text-align: center;
    }

    .cart-table tr td + td{
        border-top: none;
    }

    .cart-table tr td a.cart-img{
        width: 80px;
        height: 80px;
    }

    .cart-table tr td a{
        font-size: 14px;
        color: #38B0E3;
    }

    .cart-table tr td strong{
        font-size: 16px;
    }

    .cart-table .amount_input{
        float:none;
    }

    .cart-table .delete-btn{
        float: none;
        display: inline-block;
    }

    .cart-table .refresh{
        float: none;
    }

    .cart-table .action-list{
        margin: 10px 0 0 0;
        padding: 0;
        text-align: center;
        display: inline-block;
    }

    .cart-table .action-list li{
        display: inline-block;
    }

    .payment-option .form-list{
        float: none;
    }

    .wrapper .center .delivery-vs-payment,
    .wrapper .center .yur-field{
        margin: 15px 0 0 0;
        clear: both;
    }
}

@media screen and (max-width: 600px){
    .property-form .qty-text{
        float: none;
    }

    .cart_form{
        margin-left: 0;
    }
}

@media screen and (max-width: 520px){
    .products-wrapper .product-wrapper{
        width: 40%;
    }
}

@media screen and (max-width: 500px){
    .bread-crumbs{
        padding: 10px;
    }
	
	 .product-details-block .buy-container .buy-product{
        width: 100%;
        margin: 25px 0 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .product-details-block .slides-slider{
        display: none;
    }

    .product-slides .slides-slider + .product-img-slider{
        width: 100%;
    }

    .recent-products{
        display: none;
    }

    .search-results .product-image{
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 10px 0;
    }

    .search-results .product-desc{
        margin: 0;
    }

    .personal-tabs-list,
    .product-details-wrapper .product-tabs{
        height: auto;
        border: none;
    }

    .personal-tabs-list li,
    .product-details-wrapper .product-tabs li{
        float: none;
        margin: 2px 0!important;
    }

    .wrapper .container .center .personal-tabs-list li a,
    .product-details-wrapper .product-tabs li a{
        display: block;
        text-align: center;
    }

    .products-wrapper .product-wrapper,
    .m-p-products-slider .product-wrapper{
        width:100%!important;
        box-sizing: border-box
    }

    .products-wrapper .product-wrapper{
        margin: 10px 0;
    }
}

@media screen and (max-width: 360px){
.tel-2{    position: relative; text-align:left; 
    float:left;  width:100%;   margin: 15px 0px 5px 20px; 
	font-size:16px; color:#000; font-weight:500;
}

.tel-2 span{    font-size:14px; color:#FF6A00; font-weight:500; text-decoration:underline; line-height:20px;}
	}
