/*
на сайте установленные шрифты

font-family: 'pattayaregular', serif;      шрифт рукописный
font-family: 'pt_serifregular', serif;
font-family: 'pt_serifbold', serif;
font-family: 'pt_serifbold_italic', serif;
font-family: 'pt_serifitalic', serif;
font-family: 'marck_scriptregular', serif;   шрифт рукописный
font-family: 'robotoitalic', serif;
font-family: 'robotolight', serif;
font-family: 'robotolight_italic', serif;
font-family: 'robotomedium', serif;
font-family: 'robotomedium_italic', serif;
font-family: 'robotoregular', serif;
font-family: 'roboto_condensedbold_italic', serif;
font-family: 'noto_sansbold', serif;
font-family: 'noto_sansbold_italic', serif;
font-family: 'noto_sansitalic', serif;
font-family: 'noto_sansregular', serif;
font-family: '', serif;
font-family: '', serif;
font-family: '', serif;
font-family: '', serif;

*/

/*
color Bootstrap

   .bg-primary   #007bff
   .bg-secondary #6c757d
   .bg-success   #28a745
   .bg-danger    #dc3545
   .bg-warning   #ffc107
   .bg-info      #17a2b8
   .bg-light     #f8f9fa
   .bg-dark      #343a40
   .bg-white     #fff

*/
/** {*/
/*    outline: 1px solid red;*/
/*}*/
body {
    background: #f5f5f6;
    font-family: 'pt_serifregular', serif;
    overflow-x: hidden;
    box-sizing: border-box;

}

/*Меню*/
.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}



.main-nav {
    background: #BD423A;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #BD423A), color-stop(100%, #AA3D35));
    background-image: -webkit-linear-gradient(to bottom, #BD423A, #AA3D35);
    background-image: -moz-linear-gradient(to bottom, #BD423A, #AA3D35);
    background-image: -o-linear-gradient(to bottom, #BD423A, #AA3D35);
    background-image: linear-gradient(to bottom, #BD423A, #AA3D35);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    display: none;
}

.cart-gor .search-gor {
    display: block;
    position: absolute;
    top: 7px;
    left: 22px;
    width: 10px;
}

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Mobile menu top separator */

#main-menu:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #c00d0f;
}

/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}


.wrap {
    position: relative;
    transform: translate(-100%, 0);
    right: 0;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #AA3D35;
    /*line-height: 35px;*/
    padding-right: 35px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    z-index: 91;
}

.wrap.active {
    width: 690px;
    line-height: 35px;
    padding-left: 5px;
    transition: all 0.5s ease;
}

.input {
    border: 0;
    background: transparent;
    width: 0;
    outline: none;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
}

.input.active {
    width: 88%;
    float: left;
    transition: all 0.5s 0.8s ease;
}

.show-search {
    display: block;
    color: #fff;
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 20px;
    cursor: pointer;
    z-index: 92;
}

.show-search.active {
    display: none;

}

.submit-search {
    display: none;
}

.hide-search.active {
    display: block;
    position: absolute;
    color: white;
    right: 8px;
    bottom: 8px;
    font-size: 20px;
    cursor: pointer;

    z-index: 93;
}

.hide-search {
    display: none;
}

.show-submit {
    color: white;
    font-size: 20px;
}

.submit-search.active {
    display: block;
    color: #fff;
    position: absolute;
    right: 28px;
    top: -1px;
    font-size: 20px;
    cursor: pointer;

}

.search-gor {
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;

}

.search-ver {
    display: none;
}

.cart-gor {
    display: block;
}

input::placeholder {
    color: #fff;
}

@media (min-width: 768px) {

    #main-menu {
        float: right;
        clear: none;
    }

    #main-menu:before {
        display: none;
    }

    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

/*Конец - Меню*/

/*Шапка*/
.top-size {
    margin-top: 110px;
}

.inform {
    display: block;
    font-family: "Arial", serif;
    font-size: 14px;
    width: 550px;
    margin: 10px auto;
    padding: 5px;
    background-color: #c00d0f;
    color: white;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 1px #C0C0C0;
    border: 1px solid #c0433b;
}

/*Конец - Шапка*/

/*--breadcrumbs-starts--*/
.breadcrumbs-main {
    border: 1px solid #D6D6D6;
}

.breadcrumb {
    background: none;
    margin: 0;
}

.breadcrumb > li {
    display: inline-block;
    padding: 0 5px 0 5px;
}

.breadcrumb > .active {
    color: #C3C3C3;
}

.breadcrumb li a {
    color: #242424;
}

.breadcrumb li a:hover {
    color: #e17122;
    text-decoration: none;
}

/*--breadcrumbs-end--*/


/*--content-end--*/
.content {

}
.modal {
    z-index: 10000;
}
.no_sum {
    color: red;
}
.article-blok {
    font-size: 18px;
    background: #f5f5f6;
    margin: 10px 0 10px 0;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}
.article-like {
    display: flex;
    font-size: 14px;

}
ul.tag-men {
    padding: 0.3em 0;
    border-top: 1px solid #C4C3C3;
    border-bottom: 1px solid #C4C3C3;
    margin: 10px 0 0 0;
}

ul.tag-men li {
    list-style: none;
    color: #000;
    margin: 5px 0;
    font-weight: 300;
    font-size: 0.9em;
    font-family: 'Comfortaa', cursive;
}

ul.tag-men li span.women1 {
    margin-left: 9em;
}
.pagin {
    display: block;
    text-align: center;
}



.lang {
    position: fixed;
    display: block;
    width: 50px;
    height: 30px;
    margin: auto;
    top: 56px;
    left: 300px;
    right: 0;
    z-index: 100;
}

.messag {
    position: fixed;
    display: flex;
    width: 433px;
    height: 54px;
    padding: 3px;
    margin: auto ;
    top: 48px;
    left: 0;
    right: 530px;
    z-index: 100;
    background-color: #f5f5f6;
}

.messag a {
    color: black;
    padding: 0 5px;
}

.messag span {
    margin-left: 3px;
}

.img-logo {
    display: block;
    margin: 55px 0 10px 10px;
    width: 198px;
    height: 115px;
    padding: 3px;
    z-index: 100;
}

.cart_panel {
    font-family: 'robotomedium', serif;
    position: fixed;
    display: flex;
    width: 150px;
    height: 39px;
    z-index: 100;
    top: 50px;
    left: 520px;
    right: 0;
    margin: auto;
    text-decoration: none;
    background: #fbbc19;
    color: black;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;

}

.cart_panel span {
    padding-left: 3px;
    font-size: 22px;
}

.cart_panel label {
    cursor: pointer;
    padding-top: 2px;
    font-size: 18px;
}

/*выесжающий слева блок*/
.left_panel {
    margin-top: 80px;
    position: fixed;
    z-index: 100;
    text-decoration: none;
    left: -100px;
    width: 130px;
    height: 400px;
    color: white;
    background: #474747;
    padding-left: 20px;
    transition: left .2s linear;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}

.left_panel a {


    color: white;
}

.left_panel:hover {

    left: -5px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    font-size: 2.5em
}

/*выесжающий слева блок конец*/


/*выесжающий справа блок*/

.right_panel2 {
    margin-top: 130px;
    position: fixed;
    z-index: 1000;
    text-decoration: none;
    float: left;
    right: -215px;
    width: 240px;
    background: #8ac4cd;
    color: black;
    padding-right: 18px;
    transition: right .4s linear;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}

.right_panel2 span {
    padding: 5px 0 0 5px;
    float: left;
}

.right_panel2:hover {
    right: -5px;
}

.right_panel3 {
    margin-top: 200px;
    position: fixed;
    z-index: 1000;
    text-decoration: none;
    float: left;
    right: -275px;
    width: 300px;
    background: #fbbc19;
    color: black;
    padding-right: 18px;
    transition: right .4s linear;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}

.right_panel3 span {
    padding: 5px 0 0 5px;
    float: left;
}

.right_panel3:hover {
    right: -5px;
}

.vid{
    padding-left: 25px;
}

.rpanel {
    font-family: 'pt_serifbold', serif;
    font-size: 15px;
}


.custom {
    font-size: 16px;
    color: #1686b5;
}

.vide {
    display: block;
    margin: 5px;
    text-align: center;
}

.vide button {
    border-radius: 7px;
    box-shadow: 2px 2px 5px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}

.vide-s {
    margin: 5px;
    text-align: center;
}

.mess {
    text-align: center;
    margin-top: 1rem;
    font-size: 20px;
    color: #c00d0f;
    text-shadow: 1px 1px 2px #8e0c0d;
}

.faq-title {
    color: #1a4da4;
    font-size: 30px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.text-logo {
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-weight: 800;
    padding-top: 50px;
    font-size: 45px;
    text-align: center;
    color: #fffa27;
    text-shadow: 3px 3px 5px #8e0c0d;
}

.text-logo p{
    color: #5da9ff;
    text-shadow: 1px 1px 2px black, 1px 1px 2px #2931be;
}
/*--content-end--*/

/*search*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

/*search*/

/*--contact--*/
.contact-adres {
    font-family: 'Alice', serif;
    font-size: 16px;
    background: #1686b5;
    color: white;
    text-align: center;
    padding: 1rem;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px 1px #C0C0C0;
    border: 1px solid #f4f4f4;
}

.contact {
    padding: 6em 0px;
}

.contact-top {
    text-align: center;
}

.contact-text {
    margin-top: 4%;
}

.contact-right input[type="text"] {
    width: 30.00%;
    margin: 0px;
    color: #000;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #000;
    font-family: 'Istok Web', sans-serif;
}

.contact-right textarea {
    width: 100%;
    color: #000;
    resize: none;
    background: none;
    height: 12.7em;
    padding: 15px;
    outline: none;
    border: 1px solid #000;
    margin-top: 1.4%;
    font-family: 'Istok Web', sans-serif;
}

.contact-right input[type="text"]:nth-child(2) {
    margin: 0 7px;
}

/*--contact-end--*/

/* / общий блок всех карточек*/
/*  Вывод карточкой */
.product-container {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
}

.product-all  {
    display: inline-block;
    font-family: 'noto_sansregular', serif;
    text-align: center;
    width: 240px;
    height: 355px;
    margin: 5px;
    background: #fff;
    box-shadow: 2px 2px 3px 1px #C0C0C0;
    border: 1px solid #A9A9A9;
    border-radius: 5px;
    vertical-align: middle;
}
.product-all:hover .product-bottom-price i{
    margin-right: 2px;
}

.product-all:hover {
    -webkit-transform: scale(1.04);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.04);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 200ms;
    overflow: hidden;
}

.product-img{
    display: block;
    margin: auto;
    padding-top: 5px;
    position: relative;
    width:180px;
    height:180px;
}

.product-img img{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    max-width:95%;
    max-height: 95%;
}

.product-bottom {
    text-align: center;
    margin: 0 5px 0 5px ;
    padding: 0 5px 0 5px ;
}
.product-bottom-sku {
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    margin: 5px 0 0 0;
}

.text-italic {
    font-style: italic;
}

.product-bottom-title {
    height: 3.2em;
    line-height: 1em;
    overflow: hidden;
    margin: 2px 0;
    padding: 0;
}

.product-bottom-title a {
    color: #1a4da4;
    font-size: 14px;
    font-weight: 900;
    word-wrap: break-word;
    text-decoration:none;
}

.product-bottom-price {
    text-align: center;

}
.product-bottom-price span{
    font-size: 19px;
    color: #000;
}

.product-bottom-price i {
    width: 60px;
    font-size: 25px;
}

.sale{
    text-align: center;
    font-family: 'Vollkorn', serif;
}

.sale span {
    font-size: 50px;
    font-weight: 800;
    color: #c00d0f;
}

.sale b {
    font-weight: 600;
}

.product-line {
    display: inline-block;
    font-size: 16px;
}

.product-all-line  {
    text-align: left;
    width: 100%;
    height: 120px;
}

.img-line {
    margin-right: 5px;
}
.cont-line {

    padding-left: 25px;
}
.qty-line {
    width: 125px;
    padding-left: 20px;
}

.mask-line {
    width: 85px;
    height: 85px;
}

.zoom-img-line {
    cursor:pointer;
    display: block;
    width: 65px;
    height: 65px;
}
.sing-s {
    display: block;
    margin: 10px;
    padding: 10px;
}

.sing-for {
    display: block;
    width: 100%;
    border: 1px solid #85868a;
}
.sing-nav {
    margin-top: 15px;
    width: 80%;
    border: 1px solid #85868a;
}

.sing-img:hover {
    z-index: 1000;
    -webkit-transform: scale(1.7);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.7);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
}

.mask-line:hover img.zoom-img-line{
    -webkit-transform: scale(5);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(5);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
    cursor:pointer;
    border: 1px solid #A9A9A9;
    box-shadow: 2px 2px 3px 1px #C0C0C0;

}

.srch {
    position: relative;
    top: -190px;
    color: #fff9a8;
    font-size: 14px;
    background: red;
    border:1px solid #7f0806;
    width: 50px;
    z-index: 100;
}

.quantity{
    margin: 10px;
}

.quantity input[type="number"] {
    width: 80px;
}
.quant-number {
    width: 4em;
    font-size: 16px;
}

#cart img,
.cart table img {
    height: 50px;
    width:  50px;
}

/*--Конец блока карточек--*/

.vvod {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: red;
}



/*--Футер--*/
.infor {
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Jura', sans-serif;
    background: #474747;
    color: white;
    text-decoration: none;
    list-style: none;
}
.infor a {
    color: white;
}
.foot {
    text-align: center;
    margin: auto;
    padding: 5px 0 5px 0;
    font-family: 'Scada', sans-serif;
    font-size: 14px;
    color: black;
    text-decoration: none;
}
.foot a {
    color: black;
}
/*--футер-end--*/

/* media менее 768px*/

@media (max-width: 768px) {
    /* меню*/
    .menu_fixed {
        position: unset;
    }
    .nav-brand {
        display: block;
        float: left;
        margin: 0;
        padding: 7px 10px 5px 10px;
        color: #fff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 29px;
        text-decoration: none;
    }
    .search-gor {
        display: none;
    }
    .search-ver {
        display: block;
        position: absolute;
        top: 7px;
        right: 60px;
        width: 10px;
    }
    .wrap.active {
        width: 270px;
    }
    .cart-gor {
        display: none;
    }
    /* конец меню*/

    .img-logo,
    .text-logo {
        display: none;
    }
    .lang {
        top: 45px;
        left: 100px;
        right: 0;
    }
    .product-all {
        width: 190px;
        height: 275px;
        margin: 3px;
    }

    .product-img {
        width: 120px;
        height: 120px;
    }

    .product-bottom-sku {
        font-size: 10px;
    }

    .product-bottom-title {
        height: 3em;
        line-height: 0.9em;
    }

    .product-bottom-title a {
        font-size: 12px;
    }

    .product-bottom-price span {
        font-size: 12px;
    }

    .product-bottom-price i {
        width: 25px;
        font-size: 16px;

    }

    .quant-number {
        font-size: 12px;
    }

    .srch {
        top: -245px;
        font-size: 12px;
        width: 5em;
        z-index: 100;
    }

    .rating-mini span {
        font-size: 14px;
    }

    .rating-mini-num span {
        font-size: 12px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .faq-title {
        font-size: 20px;
    }

    .article-blok p {
        font-size: 14px;
        line-height: 0.9em;
    }

    .article-blok h3 {
        font-size: 18px;

    }

    ul.tag-men {
        font-size: 11px;
    }

    .next-full {
        font-size: 12px;
    }
    .article-like{
        font-size: 12px;
    }
    .custom {
        font-size: 14px;
        color: #1686b5;
    }

    .mess {
        font-size: 14px;
        color: red;
    }

    .marg-bot1 {
        margin-bottom: 0;
    }

    .marg-bot2 {
        margin-bottom: 0;
    }

    .infor  {
        font-size: 12px;
    }

    .foot {
        width: 80%;
        font-size: 10px;
    }
    .rpanel {
        font-size: 12px;
    }
    .inform {
        width: 330px;
        font-size: 9px;
    }
    .messag {
        position: unset;
        width: 90%;
    }
    .top-size {
        margin-top: 0;
    }
    .vide {
        display: none;
    }

}

@media (max-width: 576px) {

    .product-all {
        width: 270px;
        height: 280px;
        margin: 3px;
    }

    .product-img {
        width: 130px;
        height: 130px;
    }

    .rating-mini span {
        font-size: 16px;
    }

    .rating-mini-num span {
        font-size: 14px;
    }

    .product-bottom-sku {
        font-size: 14px;
    }

    .product-bottom-title {
        height: 2em;
        line-height: 0.9em;
    }

    .product-bottom-title a {
        font-size: 12px;
    }

    .product-bottom-price span {
        font-size: 18px;
    }

    .product-bottom-price i {
        width: 25px;
        font-size: 16px;

    }

    .quant-number {
        font-size: 14px;
    }
    .fa-shopping-cart {
        font-size: 14px;
    }

}

/* конец media менее 768px*/