body{
    font-family: "GothamProRegular";
    background-image: url("../image/template/bg.jpg");
    background-size: contain;
}
:root{
    --color1: #e5f5da;
    --color2: #03436a;
    --color3: #77b425;
}
/* Шапка */
.header_top_warring {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fe072cd1;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
#top {
    background-color: var(--color1);
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}
#top a{
    color: var(--color2);
    font-size: 14px;
}
#top .top_ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    min-height: 35px;
    height: 100%;
}
header{
    padding-bottom: 15px;
    padding-top: 25px;
    background: #fff;
}
header .social b{
    font-size: 14px;
    padding-right: 1px;
    font-weight: 200;
    color: #ff0291;
    padding-top: 10px;
}
header .social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 170px;
}
.bl_phone{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.bl_phone>li>i.fa-phone{
    font-size: 16px;
    color: #ffffff;
    background-color: #dbc401;
    padding: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 50%;
}
.bl_phone>li>a{
    color: var(--color2);
    font-size: 16px;
    font-family: "GothamProMedium";
    display: block;
    width: 100%;
}
.bl_phone>li:last-child{margin-left: 10px;}
header .row_cart_phone{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}
#logo {
    margin: 0 0 10px 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
#cart{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid var(--color3);
    padding: 10px;
    cursor: pointer;
}
#cart .row_cart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
#cart .row_cart>div:nth-child(2){
    padding-left: 20px;
    text-align: right;
}
#cart .row_cart .img_cart{
    background-image: url("../image/template/cart.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
#cart .row_cart #cart-total{
    font-size: 12px;
    color: var(--color2);
}
#cart .row_cart #cart-total>.sum{
    font-size: 14px;
    color: #03436a;
}

/* Конец шапка */


/* Главная страница */
.three_banner_block_row .banner_1,
.three_banner_block_row .banner_2{
    margin-bottom: 10px;
}
/**/
.three_banner_block_row .banner_1>a,
.three_banner_block_row .banner_1{
    width: 100%;
    position: relative;
}
.three_banner_block_row .banner_1>a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 125px;
}
.three_banner_block_row .banner_1>a>.img{
    background-image: url("../image/template/banner/tap.jpg");
    background-size: 100% 100%;
    width: 192px;
    height: 125px;
    position: absolute;
    z-index: 0;
    left: 0px;
}
.three_banner_block_row .banner_1>a>.text{
    height: 0;
    width: 260px;
    border-bottom: 120px solid rgba(108, 199, 42, 0.7);
    border-left: 100px solid transparent;
    border-right: none;
    z-index: 10;
    position: absolute;
    right: 0px;
    text-align: right;
    padding-right: 15px;
}
.three_banner_block_row .banner_1>a>.text b{
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.three_banner_block_row .banner_1>a>.text span{
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 12px;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    right: 15px;
}
.three_banner_block_row .banner_1>a:hover .text,
.three_banner_block_row .banner_1>a:focus .text{
    width: 90%;
    transition: 1s all;
}
/**/
.three_banner_block_row .banner_2>a,
.three_banner_block_row .banner_2{
    width: 100%;
    position: relative;
}
.three_banner_block_row .banner_2>a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 125px;
}
.three_banner_block_row .banner_2>a>.img{
    background-image: url("../image/template/banner/zim.jpg");
    background-size: 100% 100%;
    width: 168px;
    height: 125px;
    position: absolute;
    z-index: 0;
    right: 0px;
}
.three_banner_block_row .banner_2>a>.text{
    height: 100%;
    width: 115px;
    background: rgba(239, 231, 7, 0.7);
    z-index: 10;
    position: absolute;
    left: 0px;
    text-align: left;
    padding-left: 15px;
}
.three_banner_block_row .banner_2>a>.text:after {
    content: "";
    width: 0;
    height: 0;
    right: -88px;
    top: 0px;
    position: absolute;
    border-top: 75px solid transparent;
    border-left: 88px solid rgba(239, 231, 7, 0.7);
    border-bottom: 51px solid transparent;
    z-index: 0;
}
.three_banner_block_row .banner_2>a>.text b{
    text-transform: uppercase;
    color: #03436a;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.three_banner_block_row .banner_2>a>.text span{
    text-transform: uppercase;
    color: #03436a;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 12px;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    left: 15px;
}
.three_banner_block_row .banner_2>a:hover .text,
.three_banner_block_row .banner_2>a:focus .text{
    width: 60%;
    transition: 1s all;
}
/**/
.three_banner_block_row .banner_3>a,
.three_banner_block_row .banner_3{
    width: 100%;
    position: relative;
}
.three_banner_block_row .banner_3>a{
    background-image: url(../image/template/banner/3.jpg);
    background-repeat: no-repeat;
    background-position: 40% 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 125px;
}
.three_banner_block_row .banner_3>a>.img{
    background-image: url("../image/template/banner/3.png");
    width: 119px;
    height: 107px;
    position: absolute;
    z-index: 11;
    left: 15px;
}
.three_banner_block_row .banner_3>a>.text{
    height: 0;
    width: 80%;
    border-bottom: 125px solid rgba(1, 146, 200, 0.7);
    border-left: 100px solid transparent;
    border-right: none;
    z-index: 10;
    position: absolute;
    right: 0px;
    text-align: right;
    padding-right: 15px;
}
.three_banner_block_row .banner_3>a>.text b{
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    border-left: 3px solid #fff;
    max-height: 90px;
    border-right: 3px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    right: 10px;
}
.three_banner_block_row .banner_3>a>.text span{
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.22);
    font-size: 12px;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    right: 15px;
}
.three_banner_block_row .banner_3>a:hover .text,
.three_banner_block_row .banner_3>a:focus .text{
    width: 90%;
    transition: 1s all;
}
/**/
#slideshow0 .owl-wrapper-outer{
    border: none;
    box-shadow: none;
}
/**/
.product_home_tab h3{display: none}
.product_home_tab .nav-tabs>li.active>a,
.product_home_tab .nav-tabs>li.active>a:focus,
.product_home_tab .nav-tabs>li.active>a:hover{
    color: #03436a;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.product_home_tab .nav-tabs>li>a {
    font-size: 16px;
    text-transform: uppercase;
    color: #bcbcbc;
    border: none;
    border-radius: 0px;
    font-weight: bold;
}
.product_home_tab .nav-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-bottom: none;
    margin-bottom: 0px;
}
.product_home_tab .nav-tabs i{
    color: #00aeef;
}
/* END Главная страница */

/* Блок плюсов */
.plus_block{
    padding-top: 20px;
    padding-bottom: 45px;
}
.prev_footer .plus_block{
    padding-bottom: 0px;
}
.plus_block .row_plus_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.plus_block .row_plus_block div:nth-child(2){
    font-size: 16px;
    text-align: left;
    color: var(--color2);
    text-transform: uppercase;
    padding-left: 20px;
}
.plus_block .icon_plus_block_1,
.plus_block .icon_plus_block_2,
.plus_block .icon_plus_block_3,
.plus_block .icon_plus_block_4{
    padding: 15px;
    border: 4px solid #00aeef;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
}
.plus_block .icon_plus_block_1{
    background-image: url("../image/template/plus_box/1.png");
}
.plus_block .icon_plus_block_2{
    background-image: url("../image/template/plus_box/2.png");
    border-color: #77b425;
}
.plus_block .icon_plus_block_3{
    background-image: url("../image/template/plus_box/3.png");
}
.plus_block .icon_plus_block_4{
    background-image: url("../image/template/plus_box/4.png");
    border-color: #77b425;
}
.plus_block .row_plus_block:hover .icon_plus_block_1,
.plus_block .row_plus_block:hover .icon_plus_block_3{
    border-color: #77b425;
    transition: 1s all;
}
.plus_block .row_plus_block:hover .icon_plus_block_2,
.plus_block .row_plus_block:hover .icon_plus_block_4{
    border-color: #00aeef;
    transition: 1s all;
}
/* Конец Блок плюсов */

/* Footer */
footer{
    border-top: 5px solid #1d6887;
    margin-top: 50px;
    padding-top: 20px;
}
footer #logo>ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer div#logo li:nth-child(2) > a > img{
    max-width: 150px;
}
footer div#logo li:nth-child(2) > a{
    padding-top: 15px;
    display: block;
}
footer div#logo li:nth-child(2) span {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 10px;
    color: var(--color2);
    display: block;
}
footer h5{
    font-size: 14px;
    color: #03436a;
    font-family: "GothamProMedium";
    text-transform: uppercase;
    margin: 0px;
}
footer h5 hr{
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 3px solid #00aeef;
    max-width: 15%;
    margin-left: 00px;
}
footer a{color: #848484}
footer ul.soc_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
    text-align: left;
    max-width: 175px;
    padding: 0px;
}
footer ul.soc_footer li:first-child{padding-right: 25px;}
footer i {
    color: #fff;
    background: #87be3d;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    width: 26px;
    height: 24px;
    padding-top: 5px;
}
footer .col-lg-3:last-child{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}
/* Конец Footer */
/* Разные элементы */
.shop_rates_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: -10px;
    margin-right: -10px;
}
.shop_rates_list .ratings-item{margin-left: 10px;margin-right: 10px;}
.shop_rates_list{}
footer ul.soc_footer:nth-child(2){margin-right: 15px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #8abe43;
    border-color: #77b425;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #019ed8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #03afef;
}
.breadcrumb a {
    color: #bcbcbc;
}
.breadcrumb {
    margin: 10px 0 20px 0;
    padding: 0px 0;
    border: none;
    background: transparent;
}

.page{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 11px 2px rgba(0,0,0,.28);
    -moz-box-shadow: 0 5px 11px 2px rgba(0,0,0,.28);
    box-shadow: 0 5px 11px 2px rgba(0,0,0,.28);
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.home h1{
    color: #77b425;
    font-weight: bold;
}
#search {
    margin-bottom: 0px;
    border: 2px solid #77b425;
    border-radius: 10px;
}
#search .btn{
    border: none;
    background-color: transparent;
    background: transparent;
    font-size: 21px;
    padding: 0px;
    height: auto;
    color: #77b425;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
    margin-bottom: 5px;
}
#search input{
    border: none;
    box-shadow: none;
    height: 30px;
    margin: 0px;
    padding-left: 10px;
    margin-top: 2px;
}


/* Конец Разные элементы */

/* Карточка предварительного просмотра */
.product-thumb .price-new{
    color: #fc018c;
}
.product-thumb .image{
    -webkit-box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    min-height: 228px;
}
.product-thumb .caption{
    min-height: 166px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.product-thumb .caption h4{
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0px;

}
.product-thumb .options .checkbox{margin: 0px;}

.product-thumb .caption h4>a{
    color: #03436a;
}
.product-thumb .caption .PriceOrCart .price{
    font-family: "GothamProBold";
    color: #03436a;
    font-size: 22px;
    margin: 0px;
    border: none ;
    padding: 0px;
}
.product-thumb small{
    font-family: "GothamProRegular";
    margin-left: 5px;
}
.product-thumb .caption .options>.checkbox_block .control-label{min-width: 60px;}
.product-thumb .caption .options>.checkbox_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-top: 1px solid #e5f5da;
    border-bottom: 1px solid #e5f5da;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-thumb .caption .options>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product-thumb .caption .options>ul>li{
    font-size: 10px;
    border: 1px solid #00aeef;
    border-radius: 5px;
    display: block;
    padding: 4px;
    margin: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.product-thumb .PriceOrCart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 15px;
}
.product-thumb .PriceOrCart .btn{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00aeef;
    -webkit-box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.product-thumb .PriceOrCart .btn:hover,
.product-thumb .PriceOrCart .btn:focus{
    background-image: -webkit-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    transition: 1s all;
}
.product-thumb .caption .options>div{
    padding-right: 15px;
    font-size: 12px;
    color: #bcbcbc;
}
.product-thumb {
    min-height: 394px;
    margin-bottom: 20px;
}
.product-thumb:hover a{
    text-decoration: underline;
}
.no_options_prev_product .product-thumb{
    min-height: 384px;
    height: 384px;
    max-height: 384px;
}
.no_options_prev_product .product-thumb .caption {
    min-height: 114px;
    height: 114px;
    max-height: 114px;
}
.prev_block_product{padding-top: 20px;padding-bottom: 20px;display: block}
.prev_block_product h3,
.module_blog_latest h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #03436a;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #03436a;
    position: relative;
}
.prev_block_product h3:after{
    content: "\2022";
    display: inline-block;
    font-size: 0px;
    position: absolute;
    top: -9px;
    color: #ec008c;
    padding-left: 10px;

}
/* конец Карточка предварительного просмотра */
/**/
#mfilter-content-opts-0-2 .mfilter-options-container .mfilter-tb,
#mfilter-content-opts-0-3 .mfilter-options-container .mfilter-tb{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
#mfilter-content-opts-0-2 input[type=checkbox],
#mfilter-content-opts-0-3 input[type=checkbox]{
/*    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;*/

    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#mfilter-content-opts-0-2 input[type=checkbox] + label ,
#mfilter-content-opts-0-3 input[type=checkbox] + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}
#mfilter-content-opts-0-2 input[type=checkbox] + label:before ,
#mfilter-content-opts-0-3 input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
#mfilter-content-opts-0-2 input[type=checkbox] + label:after ,
#mfilter-content-opts-0-3 input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
#mfilter-content-opts-0-2 input[type=checkbox]:checked + label:before ,
#mfilter-content-opts-0-3 input[type=checkbox]:checked + label:before {
    background: #9FD468;
}
#mfilter-content-opts-0-2 input[type=checkbox]:checked + label:after ,
#mfilter-content-opts-0-3 input[type=checkbox]:checked + label:after {
    left: 26px;
}
#mfilter-content-opts-0-2 input[type=checkbox]:focus + label:before ,
#mfilter-content-opts-0-3 input[type=checkbox]:focus + label:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}

#mfilter-content-opts-0-2 .mfilter-tb-as-td ,
#mfilter-content-opts-0-3 .mfilter-tb-as-td {
    display: block;
    padding: 5px 0;
    border-top: none;
    vertical-align: middle;
}
#mfilter-content-opts-0-2 .mfilter-col-count,#mfilter-content-opts-0-3 .mfilter-col-count{display: none;}
#mfilter-content-opts-0-2 .mfilter-col-count,#mfilter-content-opts-0-3 .mfilter-col-count{display: none;}
#mfilter-content-opts-0-2  .mfilter-visible,#mfilter-content-opts-0-3  .mfilter-visible{position: relative;display: block;}
#mfilter-content-opts-0-2  .mfilter-visible:hover .mfilter-col-count,
#mfilter-content-opts-0-3  .mfilter-visible:hover .mfilter-col-count{
    display: none;
    position: absolute;
    right: 5px;
    top: -17px;
    z-index: 100;

}
#mfilter-content-opts-0-2 label.mfilter-tb-as-td,
#mfilter-content-opts-0-3 label.mfilter-tb-as-td{
    font-size: 10px;
    border: 1px solid #00aeef;
    border-radius: 5px;
    display: block;
    padding: 4px;
    margin: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#mfilter-content-opts-0-2 .mfilter-input-active label.mfilter-tb-as-td,
#mfilter-content-opts-0-3 .mfilter-input-active label.mfilter-tb-as-td,
#mfilter-content-opts-0-2 .mfilter-visible:hover label.mfilter-tb-as-td,
#mfilter-content-opts-0-3 .mfilter-visible:hover label.mfilter-tb-as-td{
    transition: 0.5s all;
    background: #00aeef;
    color: #fff;
}
.mfilter-content{border: none;}
.mfilter-content > ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #eff6ea;
}
.mfilter-box .btn-primary{
    background: transparent;
    color: #03436a;
    border: 3px solid #01a6e2;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
}
.mfilter-box .btn-primary:hover,
.mfilter-box .btn-primary:focus{
    background: #01a6e2;
    color: #fff;
    border: 3px solid #03436a;
    transition: 0.7s all;
}
/**/
/* viewed_product */
.viewed_product{
    padding-top: 30px;
    padding-bottom: 30px;
}
.viewed_product h3{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #03436a;
    border-bottom: 1px solid #03436a;
    padding-bottom: 5px;
    text-align: justify;
    margin-bottom: 15px;
}
.viewed_product .product-thumb {
    margin-bottom: 20px;
    min-height: 75px;
    max-height: 75px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.viewed_product .product-thumb .caption {
    min-height: 100%;
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}
.viewed_product .product-thumb:hover{cursor: pointer}
.viewed_product .product-thumb .image {
    -webkit-box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    -moz-box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    box-shadow: 0 1px 6px 2px rgba(0,0,0,.11);
    min-height: 70px;
    max-height: 70px;
    min-width: 73px;
    max-width: 73px;
}
.viewed_product .product-thumb .price{
    font-family: "GothamProBold";
    color: #03436a;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.viewed_product .product-thumb .caption h4{margin-top: 0px;padding-top: 0px;}
/* END viewed_product */
/* module_blog_latest */
.module_blog_latest .product-layout:nth-child(2n+1) .image{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 228px;
    border: 3px solid #00aeef;
}
.module_blog_latest .product-layout:nth-child(2n) .image{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 228px;
    border: 3px solid #77b425;
}
.module_blog_latest .product-thumb .caption{
    min-height: 70px;
    max-height: 70px;
}
.module_blog_latest .product-thumb .caption h4{
    margin: 0px;

}
.module_blog_latest .product-thumb{
    min-height: 298px;
    max-height: 298px;
}
.module_blog_latest .product-thumb .caption h4>a{color: #0f0f0f}
.module_blog_latest .date_added{padding-top: 10px;}
/* Конец module_blog_latest */
/* Витрина категорий */
.categorywall{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.categorywall a:hover,
.categorywall a:focus{
    text-decoration: underline;
}
.categorywall .box_row:nth-child(1) .box,
.categorywall .box_row:nth-child(3) .box{
    background-repeat: no-repeat;
    display: block;
    height: 400px;
    min-width: 310px;
    padding-top: 45px;
    position: relative;
}
.categorywall .box_row:nth-child(2) .box2_1,
.categorywall .box_row:nth-child(2) .box2_2{
    background-repeat: no-repeat;
    display: block;
    height: 190px;
    min-width: 480px;
}
.categorywall .categorywall_thumbnail a{color: #fff;}
.categorywall .categorywall_thumbnail a.category_name{
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 20px;
}
.categorywall .categorywall_thumbnail a.category_name>b{
    font-size: 25px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.categorywall .categorywall_thumbnail .children a{
    font-size: 14px;
}
.categorywall .box_row .box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.categorywall .box_row:nth-child(1) .box{background-image: url("../image/template/categorywall/1.jpg");}
.categorywall .box_row:nth-child(1) .box .categorywall_thumbnail{position: absolute;left: 10px;}
.categorywall .box_row:nth-child(2) .box2_1{background-image: url("../image/template/categorywall/2.jpg");margin-bottom: 20px;}
.categorywall .box_row:nth-child(2) .box2_2{background-image: url("../image/template/categorywall/3.jpg");}
.categorywall .box_row:nth-child(3) .box{background-image: url("../image/template/categorywall/4.jpg");}
.categorywall .box_row:nth-child(3) .box .categorywall_thumbnail{position: absolute;right: 10px;}

.categorywall .box_row:nth-child(3) .box a.category_name,
.categorywall .box_row:nth-child(3) .box ul{
    text-align: right;
}

.sort_limit_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.sort_limit_row>div{max-width: 250px;}
.sort_limit_row label{
    border: 1px solid #0197cf;
    background: transparent;
    color: #6f6d6d;
}
.sort_limit_row .form-control{
    color: #000;
    border: 1px solid #0198d0;
}
.sort_limit_row {}
.sort_limit_row {}
.sort_limit_row {}
/* Витрина категорий */

/* Карточка товара */
span.status_stock_primary {
    background: #77b425;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 130px;
    margin-left: 10px;
}
h1{
    font-size: 25px;
    color: #03436a;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product_page h1{
    font-size: 25px;
    color: #03436a;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.product_page .h1_stock_product{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 20px;
}
.product_page .model_manufacturer_rating_product{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.product_page .model_manufacturer_rating_product>div{
    padding-right: 15px;
    color: #bcbcbc;
    font-size: 11px;
}
.product_page .model_manufacturer_rating_product>div:nth-child(1),
.product_page .model_manufacturer_rating_product>div:nth-child(2){
    font-size: 13px;
    color: #ff169b;
}
.product_page .model_manufacturer_rating_product>div.rating>p{
     margin: 0px;
}
.product_page .price h2 {
    font-size: 25px;
    color: #03436a;
    font-weight: bold;
    letter-spacing: 1px;
}
.product_page .price li:nth-child(1) span{
    display: block;
    padding: 0px;
    position: relative;
    top: 5px;
    font-size: 16px;
    color: #03436a;
}
.product_page .price li:nth-child(2) h2{
    color: #ff007d;
    font-weight: bold;
}
.product_page .price{
    padding-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
}
.product_page .tabs_product .nav-tabs {
    border-bottom: 1px solid #bcbcbc;
}
.product_page .tabs_product .nav-tabs>li.active {
    border-bottom: 1px solid #77b425;
}
.product_page .tabs_product .nav-tabs>li.active>a,
.product_page .tabs_product .nav-tabs>li.active>a:focus,
.product_page .tabs_product .nav-tabs>li.active>a:hover {
    color: #77b425;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #77b425;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
}
.product_page .tabs_product .tab_info {
    padding-top: 30px;
    padding-bottom: 30px;
}
.product_page button#button-cart{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00aeef;
    -webkit-box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    background-image: -webkit-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    min-width: 120px;
}
.product_page button#button-cart:hover,
.product_page button#button-cart:focus{
    background-image: -webkit-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    transition: 0.7s all;
}
.product_page .checkbox_block_row,
.product-thumb .options .checkbox_block_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
#cart > .row_cart:nth-child(2){display: none}
.product_page .checkbox_block_row .checkbox label,
.product-thumb .options .checkbox_block_row .checkbox label{
    font-size: 14px;
    border: 1px solid #00aeef;
    border-radius: 5px;
    display: block;
    padding: 6px;
    margin: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.product-thumb .options .checkbox_block_row .checkbox label{
    font-size: 13px;
    border: 1px solid #00aeef;
    border-radius: 5px;
    display: block;
    padding: 4px;
    margin: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product_page .checkbox_block_row .checkbox:hover label,
.product_page .checkbox_block_row .checkbox:focus label,
.product_page .checkbox_block_row .checkbox_active label,
.product-thumb .options .checkbox_block_row .checkbox:hover label,
.product-thumb .options .checkbox_block_row .checkbox:focus label,
.product-thumb .options .checkbox_block_row .checkbox_active label{
    transition: 0.5s all;
    background: #00aeef;
    color: #fff;
}
.product_page .checkbox_block_row .checkbox label input:checked,
.product-thumb .options .checkbox_block_row .checkbox label input:checked{
    background: #00aeef;
    color: #fff;
}

.product_page .quantity_cart_click_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: center;
    max-width: 410px;
}
.product_page .quantity_cart_click_row>div{
    margin-left: 10px;
    margin-right: 10px;
}
.product_page .number-spinner button{
    border: 1px solid #bcbcbc;
    background: transparent;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
}
.product_page .number-spinner button i{font-size: 12px;}
.product_page .number-spinner .input-group .form-control[name^=quantity] {
    min-width: 50px;
    min-height: 30px;
    font-size: 14px;
}
.product_page .td_plus_minus{
    height: 17px;
    max-height: 17px;
    display: block;
}
.product_page .tabs_product {
    padding-top: 40px;
}
.product_page .checkbox+.checkbox,
.product_page .checkbox{
    margin: 0px;
}
.product_page .checkbox input[type=checkbox],
.product-thumb .options .checkbox input[type=checkbox]{
    margin-left: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
}

.product_page #product input[type='checkbox']:checked,
.product-thumb .options input[type='checkbox']:checked{
    background: #00aeef;
}
.product_page #zoom_product_img_magic a.imglink>img#main-image{
    border: none;
    border-radius: 0px;
    width: auto;
    -webkit-box-shadow: 0 1px 6px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 6px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 2px rgba(0,0,0,.3);
    margin: 10px;
}
.product_page #zoom_product_img_magic .image-additional a{
    margin: 0px;
    -webkit-box-shadow: 0 0px 2px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0px 2px 0px rgba(0,0,0,.3);
    box-shadow: 0 0px 2px 0px rgba(0,0,0,.3);
}
.product_page #zoom_product_img_magic .owl-carousel{background: transparent;max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;}
.product_page #zoom_product_img_magic .owl-wrapper-outer{
    border: none;
    display: block;
    z-index: -1;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}
#zoom_product_img_magic img{
    max-width: 100%;
    width: auto;
}
.product_page .nav-tabs>li>a:hover{
    border-color: #eee #eee #ddd;
    background: transparent;
    border: none;
    color: #77b425;
}
/* END Карточка товара */


#MobileBlockMenu{display: none}

/* blog */
.blog-thumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 200px;
    max-height: 200px;
}
.blog-thumb .image {
    width: 100%;
    max-width: 270px;
    display: block;
    height: 100%;
    min-width: 270px;
}
.blog-thumb .rightblog {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
}
.rightblog .button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
}
.blog-layout{
    padding: 10px;
    border: 1px solid rgba(33, 153, 255, 0.22);
    margin-bottom: 20px;
}
/***/
#mobilecart{
    margin-right: 25px;
    color: #219ac8;
}

.modal-form .modal-dialog{
    max-width: 360px;
    top: 75px;
}
.modal-form .modal-content{
    box-shadow: 0 16px 38px rgba(0,0,0, 0.25);
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
}
.modal-form .modal-body{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 52px;
}
.modal-form .modal__title{
    color: #282828;
    font-size: 22px;
    font-weight: 700;
    line-height: 21.13px;
    letter-spacing: 0.22px;
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.modal-form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
.modal-form input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
    background-color: #fff;
    outline: none;
    border: 1px solid #8cc63f;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 14px;
    padding-top: 22px;
    padding-bottom: 21px;
}
.modal-form form button{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00aeef;
    -webkit-box-shadow: 0 5px 11px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 11px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 11px 2px rgba(0, 0, 0, 0.10);
    background-image: -webkit-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    border: none;
    transition: 0.3s all;
}
.modal-form form button:hover{
    background-image: -webkit-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -moz-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -o-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: -ms-linear-gradient(bottom, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
    background-image: linear-gradient(to top, rgba(1,152,209,.28), rgba(2,112,154,.28) 99%);
}
.modal-form .close{
    position: absolute;
    float: none;
    right: -15px;
    top: -14px;
    width: 31px;
    height: 31px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 18px;
    opacity: 1;
    background: #fff;
    color: #000;
    transition: 0.5s all;
    outline: none;
    cursor: pointer;
}

/***/
#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}
.img-circle {
    background-color: #8cc63f;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #8cc63f;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #8cc63f;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 64px;
    height: 64px;
    bottom: 18px;
    right: 53px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    mask-image: url("../image/telephone.png");
    -webkit-mask-image: url("../image/telephone.png");
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #fff;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
    opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
/***/

@media (max-width: 767px) {
    .blog-thumb {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        height: 100%;
        max-height: 100%;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        background-color: #f8f8f8;
        overflow-x: hidden;
        transition: .3s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 21px;
        margin-left: 0px;
        z-index: 0;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }
    #mfilter-content-opts-0-2 .mfilter-visible:hover label.mfilter-tb-as-td,
    #mfilter-content-opts-0-3 .mfilter-visible:hover label.mfilter-tb-as-td,
    .product_page .checkbox_block_row .checkbox:hover label,
    .product-thumb .options .checkbox_block_row .checkbox:hover label{
        background: transparent;
        color: #333;
    }
    #mfilter-content-opts-0-2 > div > div > div > div.mfilter-option.mfilter-tb-as-tr.mfilter-visible.mfilter-input-active > label,
    #mfilter-content-opts-0-3 > div > div > div > div.mfilter-option.mfilter-tb-as-tr.mfilter-visible.mfilter-input-active > label,
    .product_page .checkbox_block_row div.checkbox.checkbox_active > label,
    .product-thumb .options .checkbox_block_row div.checkbox.checkbox_active > label{
        background: #00aeef;
        color: #fff;
    }

    #mobilecart  #cart .row_cart>div:nth-child(2){

        padding: 0px;
        position: absolute;
        background: #fff;
        text-align: center;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        left: 15px;
        top: -10px;
        border: 1px solid #00aeef;
        display: none;
    }
    #MobileBlockMenu a.top_phone,
    #MobileBlockMenu a.clik_phone{
        font-size: 12px;
        color: #00b0f2;
    }
    #mobilecart #MobileBlockMenu #cart{padding: 0px;}
    #mobilecart #cart .row_cart .img_cart {
        width: 15px;
        height: 15px;
        background-size: 100% 100%;
    }
    #mobilecart  #cart .row_cart #cart-total>.sum{display: none}


    #slideshow0{padding: 0px;}
    .product_page .quantity_cart_click_row>div {
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    button.btn-quick-order.btn-lg.btn-block {
        padding: 10px 10px;
        font-size: 14px;
        width: auto;
        min-width: auto;
    }
    #content.product_page{padding-right: 15px;padding-left: 15px;}
    .product_page .quantity_cart_click_row,.product_page .h1_stock_product,.product_page .model_manufacturer_rating_product{    flex-wrap: wrap;}
    .product_page #column-left{display: none}

    #MobileBlockMenu .m_logo_close button.close{
        font-size: 34px;
        color: #00416c;
        opacity: 1;
    }
    #MobileBlockMenu .m_logo_close img{max-width: 180px;}
    #MobileBlockMenu .m_logo_close {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-start;
        align-content: center;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 65, 108, 0.5);
        margin-bottom: 0px;
    }
    .mfilter-box .btn-primary{margin-bottom: 40px;}
    #MobileBlockMenu .MobileBlockMenu_Bg{
        display: block;
        clear: both;
    }

    #MobileBlockMenu #cart{
        border-radius: 0px;
        border-left: none;
        border-right: none;
        margin: 0px;
        border: none;
        padding: 0px;
    }
    #MobileBlockMenu .h5{
        padding-left: 20px;
        background: rgba(0, 65, 108, 0.81);
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #MobileBlockMenu .dob_mobile_menu{
        list-style: none;
        padding: 0px;
    }
    #MobileBlockMenu .dob_mobile_menu>li{
        border-top: 1px solid rgba(0,0,0,.085);
    }
    #MobileBlockMenu .dob_mobile_menu>li>a{
        position: relative;
        display: table-cell;
        padding: .7em 1.4em;
        vertical-align: middle;
        word-wrap: break-word;
        color: #595959;
        font-size: 16px;
    }
    #MobileBlockMenu .yo-am>li:last-child,
    #MobileBlockMenu .dob_mobile_menu>li:last-child{
        border-bottom: 1px solid rgba(0,0,0,.085);
    }
    #MobileBlockMenu .navbar-row-flex>div:nth-child(1) img{max-width: 150px}
    #MobileBlockMenu .navbar-row-flex>div:nth-child(2) button:nth-child(1){margin-right: 15px;}
    #MobileBlockMenu .navbar-row-flex>div:nth-child(2) button:nth-child(2){margin: 0px;}
    #MobileBlockMenu .navbar-row-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }

    #MobileBlockMenu #search .iSearchBoxWrapper .iSearchBox {
        min-width: 266px;
        margin-top: 33px;
    }
    #MobileBlockMenu #search .btn {
        border: none;
        background-color: #2f6487;
        background: #2f6487;
        font-size: 24px;
        padding: 0px;
        height: auto;
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: none;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: 32px;
        border-radius: 0px;
    }
    #MobileBlockMenu #search{
        border: none;
        margin-bottom: 10px;
        border-radius: 0;
        border-top: 1px solid #7c9db2;
        border-bottom: 1px solid #7c9db2;
        box-shadow: none;
        font-size: 16px;
    }
    #MobileBlockMenu{
        display: block;
        position: relative;
        z-index: 100000000;
    }
    #MobileBlockMenu .navbar-default{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }
    #MobileBlockMenu .navbar-default>button:nth-child(1){margin-right: 15px;}
    .prev_block_product h3, .module_blog_latest h3{margin-top: 10px;}
    .categorywall,#menu,#top,header{display: none;}
    .plus_block .row_plus_block{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .product-thumb .image{
        min-height: auto;
    }
    .product-thumb .image a img{
        margin: 0 auto;
        display: block;
    }
    .product-thumb .PriceOrCart{flex-wrap: wrap;}

    .cat_foreach_products .product-thumb .PriceOrCart{flex-wrap: nowrap;}

    .prev_block_product,
    .module_blog_latest,
    .owl-carousel{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-thumb .caption h4 {
        font-size: 14px;
        height: 32px;
    }
    .no_options_prev_product .product-thumb {
        min-height: 313px;
        height: 313px;
        max-height: 313px;
    }
    .home .no_options_prev_product .product-thumb{
        min-height: 100%;
        height: 100%;
        max-height: 100%;
    }
    .no_options_prev_product .product-thumb .caption {
        min-height: 135px;
        height: 135px;
        max-height: 135px;
    }
    .product_page #zoom_product_img_magic a.imglink>img#main-image{
        max-width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .zoomContainer {
        display: none;
    }
    div#yo-2.brand-block-mobile {
        display: block;
        margin-bottom: 100px;
    }
    footer .row .col-lg-3{display: none}
    footer .row .col-lg-3:nth-child(1){display: block}
    body{    background-image: none;}
    .page{padding-top: 73px;margin: 0px;}
    .sort_limit_row>div:nth-child(2){display: none}
    .header_top_warring {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 3px;
        padding-bottom: 3px;
        background: #fe072cd1;
        color: #fff;
        font-weight: 400;
        font-size: 10px;
        text-align: center;
        line-height: 12px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    a.specials-link-mobile {
        font-size: 13px;
        padding-left: 20px;
        background: transparent;
        width: 100%;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #595959;
        letter-spacing: 1px;
    }

    #modal-addquickorder .modal-dialog{
        margin-top: 50%;
    }
    .cat_mobiles .cat_mobile.half {
        border: 1px solid #00416c;
        margin-bottom: 20px;
    }
    .cat_mobiles .children ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        padding-left: 0px;
        list-style: none;
    }
    a.cat_mobile_name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }
    .cat_mobile_name span {
        font-size: 18px;
        color: #fe018f;
        text-align: center;
        padding-right: 5px;
    }
    .breadcrumb>li:last-child a {
        font-size: 10px;
    }
    .cat_mobile_name img.img-responsive {
        max-width: 100px;
    }
    .cat_mobiles .children ul li {
        width: 100%;
        border-top: 1px solid #00416c;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 20px;
    }
    .cat_mobiles .children ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #00a5e1;
    }
    .PodCategory .block img {
        max-width: 60px;
        width: 100%;
        display: block;
    }
    .PodCategory .block a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .PodCategory .block a span.name {
        color: #2199ff;
        font-size: 14px;
    }

    .PodCategory .block:last-child{margin-bottom: 20px;}
    .PodCategory .block:first-child{
        border-top: 1px solid rgba(33, 153, 255, 0.15);
    }
    .PodCategory .block{
        border-bottom: 1px solid rgba(33, 153, 255, 0.15);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-thumb .image a img{
        margin: 0 auto;
        display: block;
    }
    .yo-pm li li .item-wrapper{padding-left: 0.5em;}
    .yo-pm .item-wrapper .item-title{font-size: 11px;}
    .product_page .quantity_cart_click_row,.product_page .h1_stock_product,.product_page .model_manufacturer_rating_product{    flex-wrap: wrap;}
    .AckOrContact,
    #MobileBlockMenu{display: none;}
    .plus_block .row_plus_block{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page{margin: 0px;}
}
@media (min-width: 991px) and (max-width: 1199px) {
    .AckOrContact,
    #MobileBlockMenu{display: none;}
    .page{margin: 0px;}
}
