ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}
h1 {
    margin: 0;
    color: #000;
}
header .top_nav {
    background: #f1f1f1;
    height: 40px;
}
header .top_nav li a {
    color: #666;
    font-size: 14px;
    line-height: 40px;
    display: block;
}
header .top_nav li a:hover {
    color: #4682B4;
}
header .top_nav li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
header .top_nav li:first-child {
    padding-left: 0;
}
header .top_nav li:last-child {
    padding-right: 0;
}
header .top_nav li:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top: 10px;
}
header .top_nav li:last-child:after {
    display: none;
}
header .top_nav .right {
    text-align: right;
}
header .top_contacts {

}
header .top_contacts .logo {
    padding-top: 25px;
}
header .top_contacts .phone {
    color: #000;
    font-size: 30px;
    background: url("../image/phone.svg") no-repeat 0 45%;
    background-size: 36px;
    padding-left: 45px;
    line-height: 90px;
    display: inline-block;
}
header .top_contacts .phone span.time {
    font-size: 16px;
    color: #000000;
}
header .top_contacts .order_call {
    display: inline-block;
    float: right;
}
header .top_contacts .order_call span {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    background: url("../image/phone1.svg") 0 50% no-repeat;
    background-size: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding-left:30px;
    margin-top: 37px;
}
header .top_contacts .order_call span:hover {
    color: #4682B4;
    cursor: pointer;
}
header .top_contacts .adress {
    font-size: 15px;
    color: #696969
    font-weight: 400;
    margin-top: 40px;
}
header .top_contacts .adress img {
    max-width: 20px;
}
header .menu {
    position: relative;
}
header .menu .main_nav {
    z-index: 10;
    position: relative;
}
header .menu .main_nav:hover > span {
    background: #4682B4;
    cursor: pointer;
}
header .menu .main_nav > span {
    width: 100%;
    background: #4682B4;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
}
header .menu .main_nav:hover:after{
   /* box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    content: "";
    width: 3px;
    height:55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index:5;
    background: #4682B4;*/

}
header .menu .main_nav .sub_menu {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    background: #fff;
    z-index: 5;
    display: none;
    box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.5);
}
header .menu .main_nav .sub_menu ul {
    background: #fff;
    position: relative;
	width: 100% !important;
	    margin: 0px !important;
		height: auto !important;#4682B4
		padding: 0 !important;
}
header .menu .main_nav .sub_menu:after {
    box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 3px 1px 5px 0px rgba(119, 119, 119, 0.5);
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: auto !important;
    top:0;
    right: 0;
    z-index: -1;
}
header .menu .main_nav .sub_menu > ul > li > a {
    font-size: 16px;
    color: #000;
    padding: 5px 20px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
}
header .menu .main_nav .sub_menu > ul > li > a:hover, header .menu .main_nav .sub_menu li.subactive > a {
    background: #f2f2f2;
    color: #4682B4;
}
header .menu .main_nav span:after {
    content: "";
    background: url("../image/nav.png") no-repeat;
    display: block;
    width: 13px;
    height: 12px;
    position: absolute;
    left: 20px;
    top:21px;
}
header .menu .main_nav span:before {
    content: "";
    background: url("../image/nav2.png") no-repeat;
    display: block;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 20px;
    top:23px;
    z-index: 1;
}
header .menu .main_nav .sub_menu_two {
    position: absolute;
    width: 260px;
    left: 262px;
	        height: 480px !important;
    background: #fff;
    top: 0px;
    z-index: -1;
    box-shadow: 3px 0px 10px 0px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 3px 0px 10px 0px rgba(119, 119, 119, 0.5);
    -webkit-box-shadow: 3px 0px 10px 0px rgba(119, 119, 119, 0.5);
    padding: 20px;
    justify-content: left;
    flex-wrap: wrap;
    display: none;
}
header .menu .main_nav .sub_menu_two ul {
    width: 33%;
    margin-bottom: 30px;
}
header .menu .main_nav .sub_menu_two ul li {
    padding: 2px 0;
}
header .menu .main_nav .sub_menu_two .nav_cat {
    margin-bottom: 10px;
}
header .menu .main_nav .sub_menu_two .nav_cat a {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
header .menu .main_nav .sub_menu_two ul li a {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}
header .menu .main_nav .sub_menu_two ul li a:hover {
    color: #4682B4;
}
header .search {
    position: relative;
}
header .search .inp {
    width: 100%;
    height: 55px;
    border:1px solid #cac8c4;
    background: #fff;
    line-height: 55px;
    padding: 0 20px;
}
header .search .btn {
    display: block;
    background: url("../image/search.png") no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 15px;
    border: none;
}
header .compare, header .fav {
    display: inline-block;
}
header .compare a {
    background: url("../image/compare.png") 0 50% no-repeat;
    line-height: 55px;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    padding-left: 35px;
    display: inline-block;
}
header .fav a {
    background: url("../image/fav.png") 15px 50% no-repeat;
    line-height: 55px;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    padding-left: 45px;
    display: inline-block;
    margin-left:10px;
    border-left: 1px solid #f1f1f1;
}
header .compare a:hover, header .fav a:hover {
    opacity: 0.7;
}
header .cart {
    background: url("../image/cart.png") 10px 50% no-repeat #f1f1f1;
    line-height: 55px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 0 20px 0 50px;
    display: inline-block;
    float: right;
    border-radius: 3px;
}
header .cart:hover {
    background: url("../image/cart3.png") 10px 50% no-repeat #4682B4;
    color: #fff;
    cursor: pointer;
}
/*main*/
.main_banner {
    margin: 40px 0 0 0 ;
    text-align: center;
    background: #c6e894;
}
.main_banner img {
    max-width: 100%;
    height: auto;
}
.banner_deliv {
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}
.banner_deliv:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #008eff;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.banner_deliv:after {
    content: "";
    width: 50%;
    height: 100%;
    background: #004caa;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.banner_deliv img {
    max-width: 100%;
    height: auto;
}
.banner_deliv span {
    display: none;
}
h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin: 5px 0;
    text-transform: uppercase;
}
.catalog .single {
    border-top: 7px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.catalog .single h3 {
    margin: 0 0 15px 0;
}
.catalog .single h3 a {
    font-size: 24px;
    color: #4682B4;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}
.catalog .single ul li {
    margin-bottom: 5px;
}
.catalog .single ul li a {
    color: #333333;
    text-decoration: underline;
}
.catalog .single ul li a:hover {
    color: #4682B4;
}
.btn_blue {
    background: #4682B4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    text-transform: uppercase;
}
.btn_blue:hover {
    background: #4682B4;
    cursor: pointer;
}
.new_prod {
    background: url("../image/bg.png") repeat;
}
.new_prod .product, .product_viewed .product {
    background: #fff;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
        height: auto !important;
}
.product {
    position: relative;
}
.product .discount {
    width: 45px;
    height: 45px;
    border: 1px solid #ff0000;
    background: #ff0000;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top:10px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}
.product .fav {
    background: url("../image/fav.svg") 0 0 no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.product .image {
    text-align: center;
}
.product .image img, .product_viewed .image img {
    width: 90%;
    height: 160px;
}
.related_prod .image, .product_viewed .image {
    height: 130px;
}
.product .name {
    padding: 20px 0;
}
.product .name a {
    font-size: 15px;
    font-weight: 500;
	color: #000;
}
.product .price {
    padding-bottom: 10px;
	    text-align: center;
}
.product .price .new-price {
    font-size: 16px;
    font-weight: bold;
    color: #00800f;
}
.product .price .old-price {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    text-decoration: line-through;
}
.product .attr table {
    width: 100%;
}
.product .attr table td {
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
}
.product .attr table tr:last-child td {
    border-bottom: none;
}
.product .attr table tr td:first-child {
    color: #999999;
}
.product .attr table tr td:last-child {
    color: #333333;
    text-align: right;
}
.product .cart {
    width: 100%;
    display: none;
    margin: 10px 0;
}
.product .compare {
    text-align: center;
    display: none;
}
.product .compare span {
    color: #4682B4;
    border-bottom: 1px dotted #4682B4;
    font-size: 12px;
    cursor: pointer;
}
.product.active {
    box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.3);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.3);
	border: 1px solid #fff !important;
}
.product.active .attr {
    display: none;
}
.product.active .cart {
    display: block;
}
.product.active .compare {
    display: block;
}
.more_new_prod {
    text-align: center;
    margin-bottom: 30px;
}
.more_new_prod span {
    display: inline-block;
    padding: 0 30px;
    font-weight: bold;
    line-height: 50px;
}
.more_new_prod svg {
    margin-right: 5px;
}
.sale_order {
    background: #ff033e;
    color: #fff;
    padding: 5px 30px 5px 12px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    margin-left: -30px;
}
.sale_order:before {
    border-top-color: #ff033e;
    border-top: 15px solid transparent;
    border-right: 15px solid;
    top: 0;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
}
.sale_order:after {
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    bottom: 0;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
}
.free_deliv {
    background: #4682B4;
    color: #fff;
    padding: 5px 30px 5px 12px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
    z-index: 3;
    margin: 10px 0 10px -30px;
}
.free_deliv:before {
    border-top-color: #4682B4;
    border-top: 15px solid transparent;
    border-right: 15px solid;
    top: 0;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
}
.free_deliv:after {
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    bottom: 0;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
}
.sale_order_container, .free_deliv_container {

}
/*news*/
.news .single .name {
    padding: 10px 0;
}
.news .single .name a {
    font-size: 16px;
    color: #4682B4;
    font-weight: 300;
}
/*footer*/
footer {
    background: url("../image/bg.png") repeat;
    height: 100px;
}
footer .logo {
    padding-top: 20px;
}
footer ul li {
    display: inline-block;
    margin-right: 25px;
    padding-top: 35px;
}
footer ul li a {
    font-size: 14px;
    color: #333333;
}
footer .sub_nav {
    text-align: center;
    }
footer .sub_nav div {
    font-size: 12px;
    color:#8B0000;
}
footer .sub_nav a {
    font-size: 12px;
    color: #333333;
}
footer .adress {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: right;
    padding-top: 30px;
}
footer .pay_footer {
    background: url(../image/pay_footer.png) no-repeat 0 50%;
    min-height: 100px;
    position: absolute;
    left: 0;
    top:0;
    width: 115px;
    height: 70px;
}
footer .adress span.addr {
    display: block;
    font-weight: 300;
}
/*category*/
.breadcrumbs {
    padding: 5px 20px;
}
.breadcrumbs ul li {
    display: inline-block;
    color: #999999;
    font-size: 13px;
    background: url(../image/arrow1.svg) no-repeat 100% 50%;
    background-size: 8px;
    padding: 0 10px 0 0;
}
.breadcrumbs ul li:last-child {
    background: none
}
.breadcrumbs ul li a {
    color: #999999;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    text-decoration: underline;
}
.breadcrumbs ul li a svg {
    font-size: 10px;
}
.category .product {
    padding: 10px;
    margin-bottom: 30px;
     min-height: 315px;
    max-height: 315px;
    overflow: hidden;
	    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.sidebar .nav {
    border: 1px solid #f2f2f0;
    margin-top: 20px;
}
.sidebar .nav a {
    color: #333333;
    display: block;
}
.sidebar .nav a:hover, .sidebar .nav a.active {
    color: #99c82a;
}

.sidebar .nav .h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 20px 10px 20px;
}
.sidebar .nav > ul > li > a {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.sidebar .nav .sub_menu_3 li > a {
    padding: 10px 20px 10px 40px;
    display: block;

}
.sidebar .nav .sub_menu_3 > li:last-child a {
    border-bottom: 1px solid #f2f2f2;
}
.sidebar .nav > ul > li > ul > li > ul > li > a {
    background: #f2f2f2;
    margin-bottom: 1px;
    padding: 10px 20px 10px 60px;
}
.category h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px 0;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    line-height: 36px;
}
.more_cat {
    line-height: 30px;
    margin-bottom: 20px;
}
.more_cat span {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
.more_cat a {
    color: #4682B4;
    border:1px solid #4682B4;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}
.more_cat a:hover {
    background: #189ddd;
    color: #fff;
}
.category {
	padding-bottom: 30px;
}
.category .sort {
    padding: 20px 0;
    border-top: 1px solid #f2f2f0;
}
.category .sort span {
    display: inline-block;
    margin-right: 10px;
}
.category .sort a {
    color: #4682B4;
    padding: 0 0 0 15px;
    margin-right: 10px;
    display: inline-block;
}
.category .sort a:hover, .category .sort a.selected {
    color: #999999;
}
.category .sort a:nth-child(2) {
    background: url("../image/sort1.png") no-repeat 0 40%;
}
.category .sort a:nth-child(3) {
    background: url("../image/sort2.png") no-repeat 0 40%;
}
.category .sort a:last-child {
    background: url("../image/sort3.png") no-repeat 0 40%;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li:first-child {
    margin: 0 5px 0 0;
}
.pagination li a, .all_pagination a {
    line-height: 27px;
    color: #4682B4;
    border: 1px solid #4682B4;
    display: inline-block;
    padding: 0 10px;
}
.pagination li a:hover, .all_pagination a:hover {
    background: #4682B4;
    color: #fff;
}
.pagination li span, .all_pagination span {
    line-height: 27px;
    color: #fff;
    border: 1px solid #96af24;
    background: #96af24;
    display: inline-block;
    padding: 0 10px;
}
.all_pagination {
    text-align: right;
}
.cat_description {
    padding: 20px 0;
    color: #333333;
    font-weight: 300;
}
.cat_description ul, .single_product .desc ul {
    padding: 5px 0 0 0;
}
.cat_description ul li, .single_product .desc ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 10px;
    color: #333333;
    font-weight: 300;
}
/*single*/
.single_product .border_product {
    border:1px solid #f1f1f1;
}
.single_product .thumb {
    padding: 10px;
    position: absolute;
    width: 100px;
    left: 20px;
    top: 0;
    z-index: 1;
}
.single_product .thumb .image {
    border:2px solid #fff;
    margin-top: 10px;
}
.single_product .thumb > div img {
    max-width: 100%;
    height: auto;
}
.single_product .thumb .active, .single_product .thumb .image:hover {
    border: 2px solid #a2b83e;
    cursor: pointer;
}
.single_product .thumb .slick-arrow {
    background: none;
    border:none;
    width: 100%;
    height: 20px;
}
.single_product .thumb .slick-next {

    background-size: 20px;
    margin-top: 10px;
}
.single_product .thumb .slick-prev {

    background-size: 20px;
    transform: rotate(-180deg);
}
.single_product .main_image {
    text-align: center;
    padding: 20px 0 20px 120px;
}
.main_image_single {
    text-align: center;
    padding: 20px 0 20px 30px;
}
.single_product .right_desc {
    border-left:1px solid #f1f1f1;
}
.single_product .stock {
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px 0 60px;
    margin: 0 0 20px 0;
    background: url(../image/ok.svg) no-repeat 30px 50%;
    background-size: 20px;
    min-height: 20px;
}
.single_product .stock .more_deliv {
    color: #4682B4;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}
.single_product .out_stock {
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px 0 60px;
    margin: 0 0 20px 0;

    background-size: 20px;
    min-height: 20px;
}
.single_product .idesc {
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px 0 60px;
    margin: -10px 0 20px 0;

    background-size: 20px;
    min-height: 20px;
}
.single_product .stock i.quant_one {

    width: 5px;
    height: 16px;
    display: inline-block;
    margin-right: 2px;
}
.single_product h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding: 20px 30px 20px 30px;
    margin: 0;
}
.single_product .price {
    padding: 10px 10px 10px 30px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.single_product .price .price_old {
    color: #999999;
    text-decoration: line-through;
}
.single_product .price .saving {
    color: #999999;
    padding-left: 10px;
}
.single_product .price .price_new {
    font-size: 24px;
    color: #228B22;
    font-weight: 600;
}
.single_product .price .price_two {
    color: #333;
    font-size: 18px;
}
.single_product .price .m2 {
    font-size: 18px;
}
.single_product .price .or {
    padding: 0 20px;
}
.single_product .price .price_pack {
    font-weight: 700;
}
.single_product .quant {
    font-size: 18px;
    color: #000;
    padding: 10px 10px;
}
.single_product .quant .quant_prod {
    border:1px solid #cac8c4;
    width: 100px;
    height: 50px;
    display: inline-block;
    overflow-y: hidden;
    position: relative;
    float: left;
}
.single_product .quant .quant_prod input {
    border: none;
    width: 80px;
    text-align: center;
    line-height: 48px;
}
.single_product .quant .quant_prod #plus, .single_product .quant .quant_prod #minus, .single_product .plus_p, .single_product .minus_p {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 25px;
    border-left: 1px solid #cac8c4;
    cursor: pointer;
}
.single_product .quant .quant_prod #plus, .single_product .plus_p {
    background: url("../image/plus.png") no-repeat 50% 50% #f0faff;
}
.single_product .quant .quant_prod #plus:hover, .single_product .plus p:hover {
    background: url("../image/plus.png") no-repeat 50% 50% #dbecf5;
}
.single_product .quant .quant_prod #minus, .single_product .minus_p {
    top:25px;
    border-top: 1px solid #cac8c4;
    background: url("../image/minus.png") no-repeat 50% 50% #f0faff;
}
.single_product .quant .quant_prod #minus:hover, .single_product .minus_p:hover {
    background: url("../image/minus.png") no-repeat 50% 50% #dbecf5;
}
.single_product .quant .m2 {
    line-height: 50px;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.single_product .quant .quant_m2 {
    border:1px solid #cac8c4;
    width: 85px;
    height: 50px;
    display: inline-block;
    overflow-y: hidden;
    position: relative;
    float: left;
}
.single_product .quant .quant_m2 input {
    border: none;
    width: 80px;
    text-align: center;
    line-height: 48px;
}
.single_product .quant #current_quant {
    padding-right: 19px;
}
.single_product .quant .or {
    width: 34px;
    height: 50px;

    padding: 0 55px 0 30px;
    float: left;
    display: block;
}
.single_product .quant .sale {
    float: right;
    line-height: 16px;
    padding: 10px 0 0 0;
    text-align: center;
}
.single_product .quant .sale span {
    color: #4682B4;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.single_product .cart {
    background: #f1f1f1;
    padding: 20px 30px;
}
.single_product .cart .add_cart {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px 0 55px;
    background: url("../image/cart2.png") no-repeat 20px 50% #4682B4;
    text-transform: uppercase;
    float: left;
}
.single_product .cart .add_cart:hover {
    background: url("../image/cart2.png") no-repeat 20px 50% #4682B4;
    cursor: pointer;
}
.single_product .cart .buy_prod {
    font-size: 18px;
    color: #4682B4;
    line-height: 46px;
    border:2px solid #4682B4;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    margin: 0 15px;
    float: left;
}
.single_product .cart .buy_prod:hover {
    background: #4682B4;
    color: #fff;
    cursor: pointer;
}
.single_product .cart .compare {
    background: url("../image/compare.png") no-repeat 0 50%;
    width: 32px;
    height: 50px;
    display: inline-block;
    float: left;
}
.single_product .cart .fav {
    background: url("../image/fav.png") no-repeat 0 50%;
    width: 32px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.single_product .cart .compare:hover, .single_product .cart .fav:hover {
    opacity: 0.7;
    cursor: pointer;
}
.single_product .tabs {
    background: #f1f1f1;
    margin: 30px 0;
}
.single_product .tabs ul li {
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.single_product .tabs ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 60px;
}
.single_product .tabs ul li.active a {
    color: #96af24;
}
.single_product .tab .desc p {
    color: #333333;
    font-weight: 300;
    margin: 10px 0 0 0 ;
}
.single_product .tab h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.single_product .tab .attr h3 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.single_product .tab .attr table {
    width: 100%;
    margin-bottom: 30px;
}
.single_product .tab .attr table tr td {
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single_product .tab .attr table tr td:first-child {
    font-weight: 500;
    text-transform: uppercase;
}
.single_product .tab-content {
    margin-bottom: 50px;
}
.single_product .main_image img, .main_image_single img {
    max-width: 100%;
}
.more_attr {
    font-size: 16px;
    color: #4682B4;
    font-weight: 300;
    text-decoration: underline;
}
.table-hover tr:hover {
background-color: rgba(0,0,0,.075);
}
.table-striped tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
.table-padding tr td {
    padding: 10px !important;
}
/*modal*/
#cart {
  position: relative;
  max-width: 977px;
  margin: 0 auto;
  background: #fff;
}
#cart .modal-inner {
  padding: 20px 15px;
}
#cart .table_cart {
    width: 100%;
    display: table;
    margin-top: 30px;
}
#cart .table_cart .row_table {
    display: table-row;
}
#cart .table_cart .row_table .col-table {
    display: table-cell;
    border-bottom:1px solid #ccc;
    padding: 20px 10px;
    vertical-align: middle;
}
#cart .table_cart .th_table .col-table {
    border-top: 1px solid #ccc;
}
#cart .cart_quant {
    min-width: 130px;
}
#cart .table_cart_2 {
    text-align: right;
    margin:30px 0;
    width: 100%;
    font-size: 16px;
}
#cart .table_cart_2 span {
    font-weight: 500;
}
#cart .checkout_btn {
    text-align: center;
}
#cart .table_cart a {
    color: #333;
}
#cart .btn_1, #cart .quick_order .form_input > div button {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px 0 45px;
    background: url("../image/cart4.svg") no-repeat 20px 50% #4682B4;
    background-size: 18px;
    text-transform: uppercase;
}
#cart .btn_1:hover {
    background: url("../image/cart4.svg") no-repeat 20px 50% #4682B4;
    background-size: 18px;
    cursor: pointer;
}
#cart .quick_order .form_input > div button:hover {
    background: #4682B4;
}
#cart .btn_2 {
    font-size: 18px;
    color: #4682B4;
    line-height: 46px;
    border:2px solid #4682B4;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    margin: 0 15px;
}
#cart .btn_2:hover {
    background: #4682B4;
    color: #fff;
    cursor: pointer;
}
#cart .quick_order {
    background: #f1f1f1;
    padding: 20px;
    margin: 30px 0 0 0;
}
#cart .quick_order .title {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
#cart .quick_order .form_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cart .quick_order .form_input > div {
    width: 33%;
}
#cart .quick_order .form_input > div input {
    border: 1px solid #cac8c4;
    width: 90%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: block;
    position: relative;
}
#cart .quick_order .form_input > div button {
    border:none;
    width: 100%;
    background: #4682B4;
    padding: 0;
}
#cart .quick_order .name input {
    background: url(../image/person.svg) no-repeat 10px 50% #fff;
    background-size: 20px;
    padding-left: 40px !important;
}
#cart .quick_order .phone input {
    background: url(../image/phone3.svg) no-repeat 10px 50% #fff;
    background-size: 20px;
    padding-left: 40px !important;
}
#cart .cart_quant span{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #cac8c4;
    cursor: pointer;
    float: left;
    display: block;
}
#cart .cart_quant .cart_plus{
    background: url(../image/plus.png) no-repeat 50% 50% #f0faff;
}
#cart .cart_quant .cart_plus:hover {
    background: url("../image/plus.png") no-repeat 50% 50% #dbecf5
}
#cart .cart_quant .cart_minus{
    background: url(../image/minus.png) no-repeat 50% 50% #f0faff;
}
#cart .cart_quant .cart_minus:hover{
    background: url(../image/minus.png) no-repeat 50% 50% #dbecf5;
}
#cart .cart_quant input {
    width: 50px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: center;
}
#cart .btn_remove {
    background: none;
    border:none;
    font-size: 16px;
}
#cart .cart_icon ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
#cart .cart_icon ul li {
    display: flex;
    align-items: center;
    padding-left: 60px;
    min-height: 50px;
}
#cart .cart_icon ul li:first-child {
    background: url(../image/cart1.svg) no-repeat 0 50%;
    background-size: 50px;
}
#cart .cart_icon ul li:nth-child(2) {
    background: url(../image/cart2_1.svg) no-repeat 0 50%;
    background-size: 50px;
}
#cart .cart_icon ul li:nth-child(3) {
    background: url(../image/cart3_1.svg) no-repeat 0 50%;
    background-size: 50px;
}
#cart .cart_icon ul li:nth-child(4) {
    background: url(../image/cart4_1.svg) no-repeat 0 50%;
    background-size: 50px;
}
#cart .empty_cart {
    text-align: center;
    background: url(../image/empty1.svg) no-repeat 50% 20px;
    background-size: 50px;
    padding-top: 60px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
#cart .empty_cart h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 10px; 0 10px 0;
}
#cart .empty_cart .sub_desc {
    font-size: 16px;
    color: #000;
}
/*tabs*/
.tab-pane {

}
.tab-pane.active {
    display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
      display: none;
}
.fade.in {
  opacity: 1;
}
#tab-desc .desc img {
    max-width: 100% !important;
    height: auto !important;
}
/*quick*/
.modal_form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
}
.modal_form .modal-inner {
  padding: 20px 15px;
}
.modal_form .title {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.modal_form .prod_quick_name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}
.modal_form input, .modal_form textarea, .contact_form input, .contact_form textarea {
    border: 1px solid #cac8c4;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: block;
    position: relative;
}
.modal_form textarea, .contact_form textarea {
    line-height: 20px;
    padding: 20px;
}
.modal_form textarea, .contact_form textarea {
    min-height: 100px;
}
.modal_form .name input, .contact_form .name input {
    background: url(../image/person.svg) no-repeat 10px 50% #fff;
    background-size: 20px;
    padding-left: 40px !important;
}
.modal_form .phone input, .contact_form .phone input {
    background: url(../image/phone3.svg) no-repeat 10px 50% #fff;
    background-size: 20px;
    padding-left: 40px !important;
}
.modal_form .email input, .contact_form .email input {
    background: url(../image/email.svg) no-repeat 10px 50% #fff;
    background-size: 20px;
    padding-left: 40px !important;
}
.modal_form form div, .contact_form form div {
    padding: 10px 0;
}
.modal_form form button, .contact_form form button {
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    border: none;
    line-height: 50px;
    color: #fff;
    padding: 0;
    background: #4682B4;
    background-size: 18px;
    text-transform: uppercase;
}
.modal_form form button:hover, .contact_form form button:hover {
    background: #4682B4;
}
.modal_form .desc {
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
}
.swal-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    background: #4682B4;
    text-transform: uppercase;
    padding: 0 30px;
}
.swal-button:focus {
    box-shadow: none;
}
/*cart_page*/

.cart_page table {
    width: 100%;
}
.cart_page table td {
    border-bottom:1px solid #ccc;
    padding: 20px 10px;
    vertical-align: middle;
}
.cart_page table thead td {
    border-top: 1px solid #ccc;
}
.cart_page .text-right {
    text-align: right;
}
.btn_blue2 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px 0 55px;
    text-transform: uppercase;
    border:none;
}
.btn_blue2:hover {
    cursor: pointer;
    color: #fff;
}
.btn_blue3 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px 0 30px;
    text-transform: uppercase;
    border:none;
    background: #4682B4;
}
.btn_blue3:hover {
    cursor: pointer;
    color: #fff;
    background: #4682B4;
}
.btn_checkout {
    background: url(../image/cart2.png) no-repeat 20px 50% #4682B4;
}
.btn_checkout:hover {
    background: url(../image/cart2.png) no-repeat 20px 50% #4682B4;
}
.cart_page_btn {
    text-align: right;
    margin: 20px 0;
}
/*login*/
.lk_user input[type="text"], .lk_user input[type="password"], .lk_user input[type="email"], .lk_user input[type="tel"] {
    width: 100%;
    height: 55px;
    border: 1px solid #cac8c4;
    background: #fff;
    line-height: 55px;
    padding: 0 20px;
}
.lk_user label {
    margin: 10px 0;
    display: block;
}
.btn_send {
    background: url(../image/confirm.svg) no-repeat 20px 50% #4682B4;
    background-size: 25px;
}
.btn_send:hover {
    background: url(../image/confirm.svg) no-repeat 20px 50% #4682B4;
    background-size: 25px;
}
.lk_user .forgot_pass {
    display: block;
    margin: 10px 0;
}
.lk_user h2 {
    font-size: 20px;
    font-weight: 400;
    margin:0;
}
.lk_user .text-center {
    text-align: center;
}
.lk_user .border_r {
    border-right: 1px solid #ccc;
}
.account .acc_ul{
    margin:30px 0;
}
.account ul {
    margin: 0 0 30px 0;
}
.acc_ul ul li {
    padding: 5px 0;
}
#map {
    width: 100%;
    height: 500px;
}
.swal-text {
    text-align: center;
}
#button-confirm {
    background: url(../image/cart2.png) no-repeat 20px 50% #4682B4;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px 0 55px;
    text-transform: uppercase;
    border: none;
}
/*contact*/
.contacts .title {
    text-align: center;
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px 0;
}
.contacts .sub_title {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    padding: 30px 0 15px 0;
}
.contacts .contact_info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.contacts .contact_info .row > div, .contacts .org_info .row > div {
    padding: 15px 0;
}
.contacts .contact_img {
    padding-left: 20px;
    border-left: 1px solid #ccc;
}
.contacts .contact_img .img {
    width: 45%;
    display: inline-block;
    margin-bottom: 30px;
}
.contacts .contact_img .img_right {
    margin-right: 9%;
}
.contacts .contact_img .img_bottom {
    margin-bottom: 0;
}
.contacts .img_desc {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
}
.contacts .shop_addr {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.contacts .contacts_map {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.contacts .transport {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #4682B4;
    width: 400px;
    height: 400px;
    color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
}
.contacts .map_title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.contacts .map_desc span {
    display: block;
    margin: 10px 0;
}
.information {
    margin-bottom: 30px;
}
.information .pay_desc {
    border:1px solid #4682B4;
    padding: 50px;
    min-height: 514px;
}
.information .title {
    padding-left: 55px;
    min-height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
}
.information .title_card {
    background: url(../image/card.svg) no-repeat 5px 50%;
    background-size: 40px;
}
.information .pay_desc ul li {
    background: url(../image/check.svg) no-repeat 0 0;
    background-size: 20px;
    min-height: 20px;
    padding: 0 0 20px 30px;
}
.information .pay_desc ul li:last-child {
    margin-bottom: 0;
}
.information .pay_desc .logo {
    text-align: center;
}
.information .pay_desc .logo img {
    max-width: 100%;
    height: auto;
}
.information .title_wallet {
    background: url(../image/wallet.svg) no-repeat 5px 50%;
    background-size: 40px;
}
.information .pay_bank {
    margin-top: 30px;
    min-height: 100px;
}
.information .title_bank {
    background: url(../image/bank.svg) no-repeat 5px 50%;
    background-size: 40px;
}
.information h1 {
    padding: 0 0 30px 0;
}
.information_delivery .desc ul.map_price {
    margin-bottom: 20px;
}
.information_delivery .desc ul.map_price li {
    line-height: 30px;
    position: relative;
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    padding-left: 45px;
}
.information_delivery .desc ul.map_price li:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.information_delivery .desc ul li.blue:before {
    background: #24607a;
}
.information_delivery .desc ul li.blue_two:before {
    background: #95d1f6;
}
.information_delivery .desc ul li.green:before {
    background: #98e47f;
}
.information_delivery .sub_title {
    padding-left: 45px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #000;
    font-size: 16px;

    background-size: 30px;
    line-height: 30px;
}
.information_delivery .deliv_price li {

    background-size: 10px;
    padding-left: 20px;
    margin: 10px 0;
}

.information_delivery .deliv_desc {
    border:1px solid #4682B4;
    padding: 50px;
    min-height: 440px;
}
.delivery_map {
    margin: 20px 0 30px 0;
}
.top_info {
    padding: 10px 10px 5px 10px;
    background: #ce2c32;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.top_info p {
    margin: 0 0 5px 0;
}
.mob_nav {
    display: none;
}
.top_nav_bg {
    display: none;
}
.top_nav .close {
    display: none;
}
.top_nav .btn_catalog {
    display: none;
}
.or_2 {
    padding: 0 30px;
    width: 34px;
    height: 50px;

    background-size: 24px;
    float: left;
    display: block;
}
.add_p {
    padding-left: 15px;
    margin-left: 20px;
    width: auto;
    height: 50px;
    line-height: 50px;
    background: url(../image/plus.png) no-repeat 0 50%;
    float: left;
    display: block;
    font-size: 14px;
    color: #4682B4;
    text-decoration: underline;
    cursor: pointer;
}
.podokonik_sm, .podokoni_quant {
    padding-right: 19px;
}
.single_product .quant_p .quant_m2 input.podokonik_sm {
    width: 100px;
}
.single_product .quant .quant_m2_p {
    width: 110px;
}
.quant .sub_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
.p_margin {
    margin-top: 15px;
}
.p_control {
    display: none;
}
.single_product .quant .quant_t input {
    padding-right: 19px;
}
.single_product .quant .quant_t_m2 {
    width: 110px;
}
.single_product .quant .quant_t_m2 input {
    width: 85px;
    padding-left: 5px;
}
.single_product .quant .or_t {
    padding: 0 35px 0 30px;
}
.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item div,
.ui-autocomplete .ui-menu-item span {
  margin: 0;
  padding: 0;
  border: 0;
  text-align:left;
}
.ui-autocomplete .ui-menu-item span {
  margin-right: 15px;
}
.ui-autocomplete .ui-menu-item .label {
  font-weight: bold;
  color: black;
}
.ui-autocomplete  .image img {
  border: 1px solid #E7E7E7;
}
.ui-autocomplete  .price-old {
  margin-right: 2px;
  color: #F00;
  text-decoration: line-through;
}
.ui-autocomplete  .price-new {
  font-weight: bold;
}
.ui-menu .ui-menu-item {
    padding: 10px !important;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0 !important;
}
.ui-widget.ui-widget-content {
    border-top: none !important;
}
.ui-menu .ui-state-active {
    margin: 0 !important;
}
.ui-menu-item .more {
    text-align: center !important;
}
.ui-autocomplete .image {
    float: none !important;
}
.ui-autocomplete .name {
    color: #000 !important;
    font-weight: normal !important;
}

/*mf*/
.mfilter-box .box-heading {
	font-weight: 400;
    margin: 5px 0;
}
.mfilter-box .mfilter-content {
	border: none;
}
.mfilter-box .mfilter-opts-container {
	border-top: 1px solid #ccc;
}
.mfilter-box .mfilter-heading {
	font-weight: bold;
    color: black;
    background: none;
}
.mfilter-box #mfilter-opts-price-min,
.mfilter-box #mfilter-opts-price-max {
	border: #dcdcdc solid 1px;
    border-radius: 2px !important;
    padding: 0 0 0 10px;
    margin: 8px 0 8px 0;
    height: 30px;
    color: black;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.mfilter-box .mfilter-slider-slider .ui-slider-range,
.mfilter-box #mfilter-price-slider .ui-slider-range {
	background: #428bca !important;
}
.mfilter-box .mfilter-slider-slider,
.mfilter-box #mfilter-price-slider {
	height: 3px !important;
}
.mfilter-box .mfilter-slider-slider .ui-slider-handle,
.mfilter-box #mfilter-price-slider .ui-slider-handle {
	width: 18px !important;
    height: 12px !important;
    background: white !important;
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.mfilter-box .mfilter-price-slider {
	padding: 0 0 0px 16px !important;
}
.mfilter-box .mfilter-heading-content {
	padding: 16px 8px 4px;
}
.mfilter-box .mfilter-tb-as-td {
	border-top: 1px solid #dcdcdc;
}

section.lk_user.login {
	margin-bottom: 40px;
}
.alert.alert-danger {
	color: #f00;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.simpleregister-button-block {
	border: none;
}
.simpleregister-button-right {
	float: right;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lk_user .text-danger {
	display: block;
    margin-top: 3px;
    color: #FF0000;
}


@media only screen and  (min-width: 1200px) {
	.empty-page {
		min-height: 500px;
	}
}

@media only screen and  (max-width: 1023px) {
    header .top_contacts .phone {
        font-size: 24px;
        line-height: 40px;
    }
    header .logo {
        text-align: center;
        margin-bottom: 10px;
    }
    header .top_contacts .order_call {
        float: none;
        margin-left: 10px;
        display: block;
    }
    .m_center {
        text-align: center;
    }
    header .top_contacts .order_call a {
        margin:0;
    }
    header .top_contacts .adress {
        margin-top: 10px;
        text-align: center;
    }
    header .top_contacts .phone span {
        font-size: 14px;
    }
    header .menu {
        margin: 30px 0;
    }
    header .menu .main_nav .sub_menu {
        position: relative;
        width: 100%;
        top: 0;
    }
		.desccateg, .desc {padding: 0 15px}
    header .menu .main_nav .sub_menu_two {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        height: auto !important;
        box-shadow: none;
        z-index: 1;
    }
    header .search {
        margin-bottom: 30px;
		display: none;
    }
    header .cart {
        float: none;
        margin-left: 20px;
    }
    header .cart.scroll {
        position: fixed;
        top: 30px;
        right: 30px;
    }
    footer {
        height: auto;
        padding-bottom: 30px;
    }
    footer .nav, footer .adress {
        text-align: center;
        padding-top: 10px;
    }
    .mactive {
        display: flex;
    }
    .sidebar {
        margin-bottom: 30px;
    }
    .catalog .single {
        min-height: 270px;
    }
    header .top_contacts .order_call span {
        margin-top: 0;
    }
    .single_product .thumb {
        min-height: 390px;
    }
    .new_prod .product, .product_viewed .product {
        min-height: 360px;
    }
    .contacts .contact_img {
    	border-left: none;
    	margin-top: 20px;
    }
    footer .pay_footer {
    	position: relative;
    	background-position: 50% 50%;
    	width: 100%;
    	height: 70px;
    	min-height: 70px;
    }
}
@media only screen and  (max-width: 767px) {
    header .top_nav {
        position: fixed;
        height: 100%;
        z-index: 12000;
        width: 70%;
        left: -70%;
        top: 0;
        transition: left 0.4s cubic-bezier(0, 0.995, 0.99, 1);
        padding: 30px 0;
    }
	
	.top_nav #ocd_multilang {float: left !important;}
	
	.desccateg img {  display: flex; margin-left: auto; margin-right: auto; height: auto; max-width: 100%; }
	
	.desccateg table {
    width: 100%;
    display: block;
    overflow: scroll;
}

	.products > .row > .col-lg-4 {    display: inline-block;
    width: 48%;}

	.products > .col-lg-4 {    display: inline-block;
    width: 48%;}

	.products > .row > .col-lg-4 > .product > .name
	{height: 120px;     overflow: hidden;}

	.tab-pane {
    margin-top: 0px !important;

}

.product .price .old-price {    display: block;}

	.products > .row > .col-lg-4 > .product > .attr {display: none;}

	.category .product {    max-height: 100%;  background: white;}
    header .top_nav_bg {
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11500;
    }



    header .top_nav_bg.active {
        display: block;
    }
    header .top_nav.active {
        left: 0;
    }
    header .top_nav li {
        display: block;
        position: relative;
    }
    header .top_nav li:after {
        width: 100%;
        height: 1px;
        left: 0;
        position: relative;
        top:0;
    }
    header .top_nav li:first-child {
        padding: 0 10px;
    }
    header .top_nav .right {
        text-align: left;
        margin-top: 30px;
    }
    .mob_nav_close {
        position: absolute;
        right: -60px;
        top: 10px;
        width: 50px;
        height: 50px;
        background: url(../image/close.svg) no-repeat 0 0;
        background-size: 30px;
        display: none;
    }
    header .top_nav.active .mob_nav_close, .mfilter-box.active .mob_nav_close {
        display: block;
    }
    header .top_nav .btn_catalog {
        display: block;
        width: 100%;
        background: #4682B4;
        color: #fff;
        line-height: 50px;
        text-align: center;
        margin-bottom: 30px;
    }
    header .top_nav .btn_catalog:after {
        display: none;
    }
    header .menu .main_nav .sub_menu.active {
        display: block !important;
    }
    header .menu .main_nav .sub_menu li .sub_menu_two.mactive {
        display: block;
    }
    header .menu .main_nav .sub_menu li .sub_menu_two {
        display: none;
        padding: 10px 30px;
    }
    header .menu .main_nav .sub_menu_two ul {
        width: 100%;
        margin-bottom: 0;
    }
    header .top_contacts .phone {
        margin: 10px 0 0 0;
        line-height: 25px;
        background: url(../image/phone.svg) no-repeat 0 0;
        background-size: 30px;
        padding-left: 35px;
    }
    header .top_contacts .phone span {
        display: block;
    }
    header .top_contacts .order_call span {
        margin-top: 10px;
    }
    .news .single {
        text-align: center;
    }
    footer ul li {
        padding-top: 10px;
    }
    .more_cat span {
        display: block;
    }
    .more_cat a {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .category .sort span {
        display: block;
    }
    .single_product .price .or {
        padding: 0;
    }
    .single_product .quant .or {
        width: 100%;

    }
    .single_product .cart .add_cart {
        width: 100%;
        text-align: center;
    }
    .single_product .cart .buy_prod {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .single_product .tab .attr h3 {
        margin-top: 10px;
    }
    #cart .table_cart {
        width: 100%;
        display: block;
    }
    #cart .table_cart .row_table {
        display: block;
        border-bottom:1px solid #ccc;
        padding: 20px 10px;
    }
    #cart .table_cart .row_table .col-table {
        display: inline-block;
        padding: 10px 0;
        border:none;

    }
    #cart .table_cart .th_table {
        display: none;
    }
    #cart .col-table-1 {
        width: 25%;
    }
    #cart .col-table-2 {
        width: 70%;
    }
    #cart .col-table-3 {
        width: 50%;
    }
    #cart .col-table-4 {
        width: 40%;
        text-align: center;
    }
    #cart .col-table-4 span {
    	display: none;
    }
    #cart .col-table-5 {
        width: 5%;
    }
    #cart .checkout_btn a {
        display: block;
        width: 100%;
    }
    #cart .btn_2 {
        margin: 10px 0 0 0;
    }
    #cart .quick_order .form_input {
        display: block;
    }
    #cart .quick_order .form_input > div {
        width: 100%;
    }
    #cart .quick_order .form_input > div input {
        width: 100%;
        margin-bottom: 10px;
    }
    .mfp-close {
        right: 0 !important;
        top: 0 !important;
        color: #000 !important;
    }
    .single_product .main_image img, .main_image_single img {
    width: 100%;
    height: auto;
    }
    .single_product .thumb {
        position: relative;
        width: 99%;
        padding: 0 40px 0 0;
        display: none;
    }
    .single_product .main_image {
        padding: 20px;
    }
    .single_product .thumb .image {
        margin: 0 10px 0 0;
    }
    .single_product .thumb .image img {
        width: 100%;
        height: 74px;
    }
    .single_product .thumb .slick-prev {
        position: absolute;
        left: -20px;
        top: 30px;
        transform: rotate(90deg);
    }
    .single_product .thumb .slick-arrow {
        width: 20px;
    }
    .single_product .thumb .slick-next {
        position: absolute;
        right: -20px;
        top: 30px;
    }
    .main_image_single {
        padding: 20px;
    }
    .all_pagination {
        text-align: center;
        padding: 10px 0;
    }
    .catalog .single {
        min-height: auto;
    }
    .sidebar .nav {
        display: none;
    }
    .mob_filter_title {
        padding: 20px;

        background-size: 30px;
        border: 1px solid #f2f2f0;
        font-weight: bold;
        font-size: 20px;
        color: #000;
    }
    .main_banner a {
    width: 100%;
    height: 480px;
    background: url(../image/banner1_mobile.jpg) no-repeat 50% 0;
    display: block;
    }
    .main_banner img {
        display: none;
    }
    /*
    .banner_deliv {
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
    }
    .banner_deliv:before {
       display: none;
    }
    .banner_deliv:after {
        display: none;
    }
    .banner_deliv img {
        display: none;
    }
    .banner_deliv a {
    width: 100%;
    height: 480px;

    display: none;
    }
    */
    .information .title {
    	line-height: 24px;
    }
    .information .pay_desc {
    	margin-bottom: 20px;
    }
    .information .pay_bank {
    	margin-top: 0;
    }
    .information_delivery .deliv_desc {
    	margin-bottom: 20px;
    }
    .information_delivery .sub_title {
    	line-height: 20px;
    }
    .contacts .contact_img .img {
    	width: 100%;
    	margin-bottom: 20px;
    }
    .contacts .contact_img .img_right {
    	margin-right: 0;
    }
    .contacts .contact_img {
    	padding-left: 0;
    }
    .contacts .contact_img .img_bottom {
    	margin-bottom: 20px;
    }
    .contacts .transport {
    	position: relative;
    	width: 100%;
    	margin-bottom: 20px;
    }
    #map {
    	height: auto;
    }
    .mob_nav {
        display: block;
        width: 100%;
        height: 55px;
        position: fixed;
        border-bottom: 1px solid #4682B4;
        text-align: center;
        padding: 0 100px 0 50px;
        background: #fff;
        top: 0;
        z-index: 11000;
    }

	.fsdf33 {margin: 10px auto !important; width: 50% !important;  }

	.product .image img, .product_viewed .image img {    height: auto;}

    .mob_nav .mob_menu {
        width: 55px;
        height: 55px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../image/menu.svg) no-repeat 50% 50%;
        background-size: 30px;
    }
    .mob_nav .mob_logo {
        background: url(../image/logo.png) no-repeat 0 40%;
        background-size: 250px 50px;
        display: inline-block;
        width: 230px;
        height: 60px;
    }
    .mob_nav .mob_cart {
        width: 55px;
        height: 55px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../image/shopping_cart.svg) no-repeat 50% 50% #4682B4;
        background-size: 30px;
    }
    .mob_nav .mob_phone {
        width: 55px;
        height: 55px;
        display: block;
        position: absolute;
        right: 55px;
        top: 0;
        background: url(../image/auricular-phone-symbol-in-a-circle.svg) no-repeat 50% 50%;
        background-size: 30px;
        border-left: 1px solid #4682B4;
        text-indent: -9999px;
    }
    header {
        padding-top: 70px;
    }
    .top_contacts {
        display: none;
    }
    header .m_center {
        display: none;
    }
    .mfilter-box {

        left: -80%;
        top: 0;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 12000;
        transition: left 0.4s cubic-bezier(0, 0.995, 0.99, 1);
        padding: 20px !important;
    }
    .mfilter-box.active {
        left: 0;
    }
    .product .cart {
        display: block;
    }

    #cart .cart_icon {
        display: none;
    }
    .banner_deliv {
        background: #008eff;
        padding: 10px;
    }
    .banner_deliv span {
        display: block;
        font-size: 16px;
        color: #fff;
    }
     .banner_deliv span:first-child {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
     }
     .banner_deliv:before, .banner_deliv:after, .banner_deliv img {
        display: none;
     }
     #cart {
        margin-top: 70px;
     }
     .or_2 {
        display: block;
        width: 100%;
        background-position: 50% 50%;
     }
}

@media only screen and  (min-width: 1025px) {
    header .menu .main_nav:hover .sub_menu {
        display: block;
    }
    header .menu .main_nav .sub_menu li:hover .sub_menu_two, header .menu .main_nav .sub_menu .sub_menu_two.subactive{
        display: block;
    }
    .product .name {
         margin: 20px 0;
    height: 60px;
    overflow: hidden;
    padding: 0;
    }
}
.fsdf33 {display: block;
    float: left;
    margin: 11px;
    text-align: center;
    font-size: 16px;
    max-width: 203px;
    width: 100%;
}
.fsdf33 img
{    margin: 0 auto;}

input:checked + img.my001 {border: #000 solid 1px; }

img.my001 {    padding: 0;}

.ffdh4 {    padding: 7px; height:28px; display:block;     border-radius: 4px;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #dddddd;}

input:checked + .ffdh4 {    border: #4682B4 solid 1px;
    background: #4682B4;
    color: #fff; }

a.homecat { min-height: 203px;  background-size: cover;     display: block; transition: all 1s ease 0s; position: relative;}

a.homecat:hover {    transform: scale(1.1);     transition: all 1s ease 0s;}

a.homecat > span	{    display: block;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #4682B4;
    padding: 2px 2px 2px 2px;}


		a.dropdown-toggle {    background: url(../image/top_menu_right.png) 95% 50% no-repeat;}

		li.dad22 { display: inline-flex; }

		li.dad22 > a {      width: 150px;
    margin-bottom: 3px;
    height: 50px;
    padding: 2px 20px;
    border-radius: 10px;
    background: #4682B4;
    font-size: 16px;
    text-align: center;}

	li.dad22 > a:hover {    background: #1E90FF;}


		.intl-tel-input.allow-dropdown .flag-container {display:none;}
	#d_quickcheckout input[type=tel] {    padding-left: 10px !important;}


	.divh1 > h1 {font-size: 14px;}

	.product > .attr {display:none;}


		#tab-deliv{ display: none;}
	.tab-pane {
    margin-top: -64px;
	    font-size: 16px;

}
.tab-pane input {    margin: 4px;}
.help-block	{font-size: 12px;
    margin-bottom: 18px;
}
.tab-pane .col-sm-12 {    background: #f9f9f9;
    width: 100%;
    border: 1px solid #afafaf;
	    padding: 5px 15px;}
		.tab-pane	textarea {width: 100%;}
	.tab-pane	.form-group:nth-child(2)  .col-sm-12{    border-top: 0;
    border-bottom: 0;}
		form.form-horizontal .col-sm-12 {    background: #f9f9f9;
    width: 100%;
    border: 1px solid #afafaf;
	    padding: 5px 15px;}
			form.form-horizontal	textarea {width: 100%;}
	form.form-horizontal	.form-group:nth-child(2)  .col-sm-12{    border-top: 0;
    border-bottom: 0;}
	form.form-horizontal span {display: none;}

	form.form-horizontal > .form-group > input.rait-input ~ .col-sm-12 {display: none;}

	.dfd33f ul li {
    background: url(../image/check.svg) no-repeat 0 0;
    background-size: 20px;
    min-height: 20px;
    padding: 0 0 20px 30px;
    display: block;
    overflow: hidden;
}

#banner0 {    margin-top: 25px;}

.desccateg ul > li, .desc ul > li	{    background: url(../image/check.svg) no-repeat 0 0;
    background-size: 20px;
    min-height: 20px;
    padding: 0 0 20px 30px;
    display: block;
    overflow: hidden;}

	.xd_stickers_wrapper {
    z-index: 9 !important;
}

img.fdsf33d {    filter: brightness(100%);}
img.fdsf33d:hover {    filter: brightness(150%);}


.desccateg table{    width: 100%;}
.desccateg table > tbody > tr > td{border:1px solid #7c7d7e;text-align:center;padding:3px;line-height:normal;color:#000;}
.desccateg table > tr > td{border:1px solid #7c7d7e;text-align:center;}
.desccateg tbody tr:nth-child(odd){background-color:#f2f2f2;}
tbody tr:nth-child(even){background-color:#ffffff;}

.desccateg tr:hover td{background:#EEE8AA;}
.desccateg tr:nth-child(1){background-color:#FFE4B5 !important;color:#00497b;font-weight:bold;}
.desccateg td:nth-child(2){color:#00800f;font-weight:bold;}



  .desccateg {  clear: both; }


#ocd_multilang > div > button.dropdown-toggle, #ocd_multilang img {display: none;}

#ocd_multilang {float: right !important;}

.newmob {    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: fixed;
    width: 100%;
    background: #FFFF00;
    z-index: 99;}