@font-face {
    font-family: 'Roboto';
    /* Гарнитура шрифта */
    src: url(../fonts/Roboto-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Roboto-Medium';
    /* Гарнитура шрифта */
    src: url(../fonts/Roboto-Medium.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Roboto-Bold';
    /* Гарнитура шрифта */
    src: url(../fonts/Roboto-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Montserrat-Bold';
    /* Гарнитура шрифта */
    src: url(../fonts/Montserrat-Bold.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Segoe-UI';
    /* Гарнитура шрифта */
    src: url(../fonts/Segoe-UI.ttf);
    /* Путь к файлу со шрифтом */
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    background-color: #fff;
    /*margin-top: 100px;*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

body>.container {
    flex: 1;
}

@media screen and (max-width: 768px) {
    body>.container {
        width: 100%;
    }

    .descr img {
        width: 100% !important;
    }

    .common-home .fixedbanner {
        display: none !important;
        min-height: 445px;
    }
}

@media screen and (min-width: 768px) {
    #content #banner1 {
        display: none !important;
    }

    body {
        background-color: #fcfeff;
        margin-top: 0px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;

    * {
        margin: 0;
        padding: 0;
    }

}

.descr img {
    height: auto !important;
}

small {
    font-size: 12px;
}

.apricode {
    width: 80px;
}

#content {
    padding-left: 0;
    padding-right: 0;
}

h1 {
    font-family: Roboto-Bold;
    font-size: 24px;
    letter-spacing: 1.2px;
}

h1,
h2,
h3,
h4,
p.h1 {
    margin: 5px 0 15px;
}

h1,
h2,
h3,
h4,
p.h1,
h5,
h6 {
    color: #3a3a3a;
}

h5,
h6 {
    margin: 10px 0 15px;
}

h1,
p.h1 {
    margin: 10px 0 20px;
}

p+h1,
p+h2,
p+h3,
p+h4,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
strong+h1,
strong+h2,
strong+h3,
strong+h4,
img+h1,
img+h2,
img+h3,
img+h4 {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {

    h1,
    h2,
    h3,
    h4,
    p.h1 {
        margin: 5px 0 30px;
    }

    h1,
    p.h1 {
        margin: 10px 0 40px;
    }

    p+h1,
    p+h2,
    p+h3,
    p+h4,
    ul+h1,
    ul+h2,
    ul+h3,
    ul+h4,
    ol+h1,
    ol+h2,
    ol+h3,
    ol+h4,
    strong+h1,
    strong+h2,
    strong+h3,
    strong+h4,
    img+h1,
    img+h2,
    img+h3,
    img+h4 {
        margin-top: 30px;
    }
}

b {
    color: #707070;
}

p {
    margin: 0 0 10px;
}

p,
td,
address,
a,
th {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    font-family: Roboto;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none;
}

aside div p:not(:last-of-type) {
    margin: 0 0 5px;
}

aside {
    margin-bottom: 20px;
}

aside>div {
    /*        margin-bottom: 15px !important;*/
}

a:hover {
    color: #419ff2;
    text-decoration: none;
}

/*p+ul, p+ol{    margin-top: -5px;}*/
.tr-html ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.tr-html li {
    color: #707070;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.tr-html li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #a6cff3;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

address {
    margin-bottom: 0;
}

b,
strong {
    font-family: Roboto-Bold;
    font-weight: initial;
}

strong {
    margin-bottom: 10px;
    display: block;
}

p strong {
    margin-bottom: 0;
    display: inline;
}

@media screen and (min-width: 768px) {
    p {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .table-wrapper {
        overflow-y: scroll;
        width: 100%;
    }
}

/*tabels*/
.tr-html table {
    width: auto;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #e8e8e8 !important;
    float: inherit !important;
    overflow-y: scroll;
}

.tr-html table td {
    /*display: block;*/
    border-color: #e8e8e8;
    min-width: 150px;
}

.tr-html table td,
.tr-html table th {
    padding: 5px 10px;
}

.tr-html table th {
    text-align: center;
}

.tr-html table td:before {
    content: attr(data-table);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.tr-html thead {
    background: #f6f7f8;
    display: none;
}

.tr-html thead,
.tr-html tbody,
.tr-html tfoot {
    padding: 10px 0;
    border-color: #e8e8e8 !important;
}

.tr-html thead td {
    border: none !important;
}

.tr-html tbody td,
.tr-html tbody p,
.tr-html tbody span {
    text-align: left;
}

.tr-html head td,
.tr-html thead p,
.tr-html thead span {
    vertical-align: center;
    text-align: center;
}

.tr-html tr p,
.tr-html td p,
.tr-html th p,
.tr-html tr strong,
.tr-html td strong,
.tr-html th strong {
    margin: 0;
}

.tr-html td {
    width: 100%;
}

.tr-html tbody tr {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
    .tr-html table td {
        text-align: right !important;
    }
}

@media screen and (min-width: 768px) {
    .tr-html table td {
        display: table-cell;
    }

    .tr-html table td:before {
        display: none;
    }

    .tr-html thead {
        display: table-header-group;
    }

    .tr-html td>p {
        margin: 0;
    }

    .tr-html tbody tr {
        border: none;
    }
}

/* default font size */
.fa {
    font-size: 18px;
}

/*icons*/
i.fa,
i.far,
i.fas {
    font-style: normal;
}

.fa-user:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("../image/user.png") left center no-repeat;
    background-size: 17px;
}

.fa-phone:before {
    content: "";
}

.fa-phone {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../image/tel.png") left center no-repeat;
    background-size: 18px;
    margin: 0px 0 -3px 0;
}

.fa-shopping-cart:before {
    content: '';
}

.fa-star,
.fa-star-o {
    color: #ffd500;
}

.fa-star+.fa-star-o {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffd500;
}

.fa-filter {
    font-size: 24px !important;
}

/*flex*/
.d-flex {
    display: flex;
}

.flex-row {
    flex-flow: row nowrap;
}

.justify-content-between {
    justify-content: space-between;
    align-items: center;
}

/*margins/paddings*/
@media screen and (min-width: 768px) {
    body:not(.common-home) .p-l-30 {
        padding-left: 30px !important;
    }

    body:not(.common-home) .p-r-30 {
        padding-right: 30px !important;
    }

    body:not(.common-home) .p-lr-30 {
        padding: 0 30px !important;
    }
}

.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Override the bootstrap defaults */
h1 {
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
    /*color: #ffffff;*/
    font-size: 24px;
    letter-spacing: 2px;
}

h2 {
    font-size: 18px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.tr-html h1 {
    font-size: 40px;
    margin: 5px 0 20px;
}

.tr-html h2 {
    font-size: 32px;
}

.tr-html h3 {
    font-size: 28px;
}

.tr-html h4 {
    font-size: 24px;
}

.tr-html h5 {
    font-size: 20px;
}

.tr-html h6 {
    font-size: 14px;
}

p.h1 {
    display: inline-block;
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 24px;
    letter-spacing: 1.2px;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

button {
    padding: 0 10px !important;
    height: 46px;
    border-radius: 6px;
    border: none;
    background-color: #419ff2;
    color: #fff;
    text-shadow: none;
    border: 1px solid transparent;
    font-family: Roboto-Bold;
}

button:hover {
    color: #419ff2;
    background: transparent;
    border: 1px solid #419ff2;
}

button:focus {
    outline: none;
}

.form-control {
    border: 1px solid #afafaf;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

input,
textarea,
button {
    box-shadow: none;
}

textarea {
    resize: none;
}

input[type='radio'],
button {
    cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus {
    border: 1px solid #419ff2 !important;
}

.form-control {
    background-color: transparent;
    box-shadow: none;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .input-group .input-group-addon {
        font-size: 14px;
    }
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 10px;
    border-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .nav-tabs {
        margin-bottom: 15px;
    }
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #3a3a3a;
}

#top ul {
    margin-bottom: 0;
}

#top.active {
    display: none;
}

.mob_tels {
    width: 100%;
    margin: 0 15px 0 20px;
}

@media screen and (min-width: 768px) {
    #top {
        height: initial;
        min-height: 40px;
        padding: 4px 0px 3px 0;
        border-bottom: 1px solid #e2e2e2;
        margin: 0 0 35px 0;
        position: inherit;
    }

    #top ul {
        margin-bottom: 10px;
    }

    #top.active {
        position: fixed;
        right: 0;
        top: 0;
        min-height: 81px;
        background: #fff;
        width: 60px;
        z-index: 1000;
        display: block;
    }
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #ff5a5a;
    background-image: linear-gradient(to bottom, #f65a5a, #f65a5a);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #ffffff;
    font-family: Roboto-Bold;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 25px;
    text-shadow: none;
    text-decoration: none;
}

#top-links {
    width: 100%;
}

#top-links a:hover span {
    color: #fff;
    text-decoration: underline;
}

#top-links li {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

#top-links li:not(:first-of-type) span {
    margin-left: 10px;
}

#top-links li:last-of-type {
    float: right;
}

#top-links li:last-of-type span {
    font-family: 'Roboto';
    text-decoration: underline;
}

#top-links li:last-of-type a:hover span {
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #fff;
    text-decoration: underline;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 0px;
}

#top-links a+a {
    margin-left: 0px;
}

@media screen and (min-width: 768px) {
    #top-links {
        padding-top: 6px;
    }
}

/* logo */
#logo {
    width: 156px;
    margin: 0;
    position: absolute;
    left: calc(50% - 82px);
    top: 16px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    #logo {
        position: initial;
        width: 100%;
        left: 0;
        top: 0;
        margin: 16px 0px;
    }
}

@media screen and (min-width: 992px) {
    #logo {}
}

@media screen and (min-width: 1200px) {
    #logo {
        height: 100%;
        width: auto;
        margin: 0;
    }
}

/* search block */
#search {
    margin-bottom: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    transition: all .0s ease-in;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

#search .input-lg {
    height: 40px;
    width: 0;
    border-radius: 0;
    border: none;
    line-height: 20px;
    padding: 0 30px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

#search.active {
    width: 79%;
    min-height: 80px;
    transition: width .05s ease-in;
    overflow: inherit;
}

#search.active .search-btn {
    display: block;
}

#search.active .input-lg {
    width: calc(100% - 45px);
}

#search .live-search {
    width: 126.5%;
    margin-top: 0;
    top: 100%;
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 400px) {
    #search.active {
        width: 84%;
    }

    #search .live-search {
        width: 119%;
    }
}

@media screen and (min-width: 500px) {
    #search.active {
        width: 88%;
    }

    #search .live-search {
        width: 113.5%;
    }
}

@media screen and (min-width: 768px) {
    #search.active {
        transition: width .15s ease-in;
        width: 90%;
        min-height: 100%;
    }

    #search .live-search {
        width: 111%;
    }
}

@media screen and (min-width: 992px) {
    #search.active {
        width: 92%;
    }

    #search .live-search {
        width: 108.7%;
    }
}

@media screen and (min-width: 1200px) {
    #search.active {
        width: 94%;
    }

    #search .live-search {
        width: 106.5%;
    }
}

/* cart */
#cart {
    margin-bottom: 0;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    min-width: 320px;
    padding: 15px 15px 0;
    top: calc(100% + 50px);
    right: -10px;
}

#cart .btn-danger {
    height: 30px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.fa-search {
    width: 20px;
    height: 16px;
    position: relative;
}

.fa-search:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #3a3a3a;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in;
}

.fa-search:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #3a3a3a;
    transform: rotate(40deg);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in;
}

/* menu */
#megamenu-menu {
    /*min-height: 84px;*/
    display: flex;
    align-items: flex-start;
    border-radius: 0;
    margin: 0;
    background: #fff !important;
    border: none;
}

#megamenu-menu .nav>li>a {
    color: #3a3a3a !important;
    font-family: 'Roboto-Medium';
    padding: 0 3px !important;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    /*line-height: 41px;*/
    text-transform: uppercase;
    background-color: transparent;
    width: 100%;
    border-bottom: 2px solid transparent;
    text-shadow: none;
}

#megamenu-menu .nav>li>a:focus,
#megamenu-menu .nav>li>a:hover {
    margin: 0 !important;
    letter-spacing: -0.02px;
}

#megamenu-menu .nav>li>a:hover,
#megamenu-menu .nav>li.open>a {
    background: transparent !important;
}

@media screen and (min-width: 768px) {
    #megamenu-menu .nav>li>a {
        width: auto;
        margin: 0 6px;
        line-height: 22px;
    }

    #megamenu-menu .nav>li>a:focus,
    #megamenu-menu .nav>li>a:hover {
        margin: 0 6px !important;
    }

    #megamenu-menu {
        align-items: center;
    }

    #megamenu-menu .nav>li>a:hover {
        background-color: rgba(0, 0, 0, 0.0);
        font-family: "Roboto-Bold";
        border-bottom: 2px solid #f65a5a;
    }
}

@media screen and (min-width: 1200px) {
    #megamenu-menu .nav>li>a {
        margin: 0 10px;
    }

    #megamenu-menu .nav>li>a:focus,
    #megamenu-menu .nav>li>a:hover {
        margin: 0 10px !important;
    }
}

#megamenu-menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.0);
    font-family: "Roboto-Bold";
    border-bottom: 2px solid #f65a5a;
}

#megamenu-menu .dropdown-menu {
    padding-bottom: 0;
}

#megamenu-menu .dropdown-inner {
    display: table;
}

#megamenu-menu .dropdown-inner ul {
    display: table-cell;
}

#megamenu-menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#megamenu-menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#megamenu-menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#megamenu-menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#megamenu-menu #category {
    font-family: Roboto-Bold;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#megamenu-menu .btn-navbar {
    font-size: 0;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 30px 15px;
    position: relative;
}

#megamenu-menu .btn-navbar:hover,
#megamenu-menu .btn-navbar:focus {
    border: none;
}

#megamenu-menu .btn-navbar.active {
    margin: 35px 15px;
}

#megamenu-menu .btn-navbar.active span:first-of-type {
    opacity: 0;
}

#megamenu-menu .btn-navbar.active span:not(:first-of-type) {
    position: absolute;
    top: 4px;
    left: 0;
}

#megamenu-menu .btn-navbar.active span:nth-child(2) {
    transform: rotate(45deg);
}

#megamenu-menu .btn-navbar.active span:last-of-type {
    transform: rotate(-45deg);
    top: 2px;
}

#megamenu-menu .btn-navbar span {
    color: #707070;
    font-family: Roboto-Bold;
    font-size: 7px;
    text-transform: uppercase;
    background: #707070;
    width: inherit;
    height: 1px;
    transition: all .3s ease-in;
    background: #707070;
    margin-left: -10px;
}

#megamenu-menu .btn-navbar.active span {
    margin-left: 0px;
}

#megamenu-menu .btn-navbar span:not(:first-of-type) {
    display: block;
    margin-top: 3px;
}

#megamenu-menu .btn-navbar span:first-of-type {
    background: transparent;
}

#megamenu-menu .btn-navbar span:last-of-type {
    margin-top: 5px;
}

#megamenu-menu .btn-navbar:hover,
#megamenu-menu .btn-navbar:focus,
#megamenu-menu .btn-navbar:active,
#megamenu-menu .btn-navbar.disabled,
#megamenu-menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #fff;
    box-shadow: none;
}

.navbar-nav {
    margin: 7.5px 0px;
}

@media screen and (min-width: 768px) {
    #megamenu-menu .navbar-nav>li {
        text-align: right;
    }
}

/*buttons block in header*/
.btn {
    text-shadow: none !important;
    border: none;
}

.cart-btn,
.search-btn,
.open-search-btn {
    width: 45px;
    height: 40px;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
}

.cart-btn:hover,
.search-btn:hover,
.open-search-btn:hover {
    border: none;
}

.search-btn {
    display: none;
}

.open-search-btn.active .fa-search:before {
    width: 2px;
    height: 15px;
    border-radius: 0;
    border-width: 1px;
    transform: rotate(-45deg);
    top: 0;
    left: 12px;
}

.open-search-btn.active .fa-search:after {
    height: 15px;
    width: 2px;
    right: 6px;
    top: 0;
    transform: rotate(45deg);
}

.cart-btn {
    background: transparent url(../image/cart.png) center center no-repeat !important;
    background-size: 25px !important;
    position: relative;
}

#cart-total {
    display: inherit;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(65, 159, 242, 1);
    color: #ffffff;
    font-family: 'Roboto-Bold';
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    right: 0px;
    top: 5px;
}

#cart.open .cart-btn {
    border: none;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    /*min-height: 600px;*/
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.alert-danger,
.alert-success,
.alert-info {
    padding: 0;
    font-family: Roboto;
    font-size: 14px;
    background-color: transparent;
    border-color: transparent;
    margin: 10px 0 15px;
}

.alert-danger,
.alert-success {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
    z-index: 20;
    border-radius: 0;
    text-align: center;
}

.alert-success {
    background: #419ff2;
}

.alert-danger {
    background: #f65a5a;
}

.alert-danger,
.alert-danger *,
.alert-danger *:hover,
.alert-success,
.alert-success *:hover,
.alert-success * {
    color: #fff;
}

.alert-info * {
    font-size: 12px;
    color: #31708f;
}

.close {
    opacity: 1;
    text-shadow: none;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li:not(:last-of-type) {
    padding: 0 20px 0 0;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    position: relative;
    color: #afafaf;
}

.breadcrumb>li a {
    color: #707070;
}

.breadcrumb>li:last-of-type a {
    color: #afafaf;
}

.breadcrumb>li:not(:last-of-type) a:hover {
    color: #419ff2;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 7px;
    width: 2px;
    height: 15px;
    background: #707070;
}

.breadcrumb+.row {
    margin: 0;
}

.pagination {
    margin: 0 0 10px !important;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 0;
    border-bottom: 1px solid #d0d1d2;
    border-radius: 0;
    padding: 0 0 25px;
}

.pagination li {
    padding-left: 0 !important;
}

.pagination li:before {
    display: none !important;
}

.pagination li.active span {
    background: transparent;
    border: none;
    color: #3a3a3a;
}

.pagination li a {
    border: none;
    background: transparent;
    text-shadow: none;
}

.tr-pagination {
    padding: 0;
    margin: 0 !important;
}

.tr-pagination li {
    display: inline-block;
}

.tr-pagination li a,
.tr-pagination li span {
    padding: 2px 10px;
}

.tr-pag a {
    padding: 2px 0 !important;
}

@media screen and (min-width: 768px) {
    .breadcrumb+.row {
        margin: 0 0 0 0;
    }
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.active,
.btn:active,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #419ff2;
    background-image: none;
    border: 1px solid #419ff2;
    margin-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #fff;
    border-color: #419ff2;
    color: #419ff2;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #f65a5a;
    background-image: none;
    border: 1px solid #f65a5a;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: none;
    color: #f65a5a;
    background-color: #fff;
    border-color: #f65a5a;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: none;
    background-color: #419ff2;
    background-image: none;
    border: 1px solid #419ff2;
}

.popover-content .btn-primary {
    margin-bottom: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #fff;
    color: #419ff2;
    border-color: #419ff2;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group {
    padding: 5px 0;
    z-index: 15;
}

.list-group a {
    border: 0;
    /*border-bottom: 2px solid #f4f4f4;*/
    color: #707070;
    background: transparent;
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
}

.list-group-item {
    border-radius: 0 !important;
    padding: 5px 0;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    direction: initial;
}

.list-group-item .tr-ul-wrap {
    display: none;
}

@media screen and (min-width: 768px) {
    .list-group-item .tr-ul-wrap {
        position: absolute;
        width: 365px;
        top: 0;
        right: -365px;
        z-index: 10;
        display: none !important;
    }

    .list-group-item:hover .tr-ul-wrap {
        display: block !important;
    }
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0 0 2px 0;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group-item:hover>a {
    color: #419ff2;
    background: transparent;
    text-shadow: none;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    overflow: inherit;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-thumb h4 {
    margin: 5px 0 10px;
}

.product-thumb:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.product-thumb .image {
    text-align: center;
    padding: 35px 50px 0;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 1;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        /*padding: 0 15px;*/
    }
}

.product-thumb h4 a {
    font-family: Roboto-bold;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 22px;
}

.product-thumb .caption {
    padding: 0 10px;
    flex: 1 0;
    /*min-height: 180px;*/
}

.product-list .product-thumb .caption {
    /*margin-left: 230px;*/
    margin-left: 0;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        /*min-height: 210px;*/
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.fa {
    font-size: 12px;
}

.fa-stack {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-right: 5px;
}

.rating .fa-star-o {
    font-size: 16px;
}

.rating .fa-star {
    font-size: 15px;
}

h2.price {
    margin: 0;
}

.product-thumb .form-group {
    margin: 10px;
    flex: 0 1;
    border-top: 1px solid #f4f4f4;
    border-bottom: 0;
}

.product-thumb .control-label {
    width: 85px;
}

.product-thumb .price {
    color: #444;
    display: inline-flex;
    flex-flow: column-reverse nowrap;
    height: 100%;
    width: 100%;
}

.product-thumb .price-new,
.tr-cart-row .price-new {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 24px;
    line-height: 22px;
}

.product-thumb .price-old,
.tr-cart-row .price-old {
    color: #999;
    text-decoration: line-through;
    color: #707070;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    background-color: transparent;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto 10px;
    width: calc(100% - 20px);
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.add-to-cart-btn {
    /*float: left;*/
    background-color: #f65a5a;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 6px;
    border: 2px solid #f65a5a;
    height: 47px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 !important;
}

.add-to-cart-btn span:first-of-type {
    display: inline-grid;
    height: 100%;
    width: 75%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

.cart-icon {
    width: 25%;
    height: 43px;
    background: #fff url(../image/add-to-cart.png) center center no-repeat;
    background-size: 25px;
    display: inline-grid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.add-to-cart-btn:hover {
    color: #fff;
    background-color: #ff2323;
    text-decoration: none;
    cursor: pointer;
    border-color: #ff2323;
    border-width: 2px;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    /*    aside + div .product-layout{            margin-left: 30px;        }*/
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .product-layout {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }

    body:not(.common-home) div.p-lr-30 .product-layout {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) {
    .product-layout {
        grid-template-columns: repeat(3, 1fr);
    }

    body:not(.common-home) div.p-lr-30 .product-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .product-layout {
        grid-template-columns: repeat(4, 1fr);
    }

    body:not(.common-home) div.p-l-30 .product-layout,
    div.p-r-30 .product-layout {
        grid-template-columns: repeat(3, 1fr);
    }

    body:not(.common-home) div.p-lr-30 .product-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/*banner*/
.list-group::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.list-group::-webkit-scrollbar-thumb {
    background-color: #abd5f9;
}

.list-group::-webkit-scrollbar-track {
    background-color: transparent;
}

/*panel*/
.panel-heading a,
.panel-heading {
    background-color: #f65a5a;
    font-family: "Roboto-Bold";
    color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    font-size: 20px;
    width: 100%;
    letter-spacing: 0.04em;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border: none;
    padding: 0 0 10px;
}

.panel {
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 9;
    margin: 0;
}

.panel-body {
    padding: 0;
    /*margin: 0 -15px;*/
    margin: 0;
}

@media (min-width: 768px) {
    .panel-heading {
        padding: 12px 15px 10px;
    }

    .panel-heading a,
    .panel-heading {
        font-size: 18px;
    }
}

/*input*/
label {
    position: relative;
}

.input-quantity {
    color: #848484;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    width: 84px;
    padding: 6px 20px;
    text-align: center;
}

input[type=text] {
    box-shadow: none;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill {
    border: 1px solid #afafaf;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px #0000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type=text]:focus {
    border: 1px solid #e3e3e3;
    outline: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex !important;
    }
}

/*home/index page*/
.common-home #content {
    /*position: absolute;*/
    top: 0px;
    left: 0;
    margin: 0;
    width: 100%;
}

/*.common-home #content .owl-theme {    width: 100% !important;}*/
.common-home #column-left {
    margin-top: 445px;
}

.common-home #column-left {
    width: calc(100% + 30px);
    margin: 465px -15px 0;
}

@media (min-width: 768px) {
    .common-home #column-left {
        width: 25%;
        margin: 0;
        padding: 0;
    }

    .common-home #content {
        position: relative;
    }

    .common-home #content {
        position: relative;
        width: 75%;
    }

    .common-home #content .owl-theme {
        margin: 0 0 40px !important;
    }
}

.sticker-catalog,
.sticker-product {
    top: 10px;
}

.sticker-rectangle.sticker-right {
    right: -10px;
}

.sticker-catalog>div {
    height: 31px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.sticker-rectangle .sticker-special {
    background: #f65a5a;
}

.sticker-rectangle .sticker-new {
    background: #96eb81;
}

.sticker-rectangle>div {
    text-shadow: none;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
}

.sticker-rectangle>div:not(:last-of-type) {
    margin-bottom: 7px;
}

.row {
    margin: 0;
}

.row .row {
    margin: 0 -15px;
}

.row+.row {
    margin-top: 15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .row {
        /*margin-right: -15px;        margin-left: -15px;*/
    }

    .row+.row {
        margin-top: 30px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding: 0 15px;
    }
}

.input-group-addon {
    background: transparent;
    border: none;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    width: auto;
    height: auto;
}

.input-group-sm select {
    border-bottom: 1px solid #e1e2e3 !important;
    max-width: 130px;
    width: auto;
}

#map {
    height: 200px;
}

@media screen and (min-width: 768px) {
    #map {
        height: 470px;
    }
}

.col-sm-3 aside {
    width: 100%;
}

.feedback-btn {
    width: 100%;
}

.form-horizontal label:not(.radio-inline) {
    display: none;
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0;
    }
}

.information-information-6 h1 {
    display: none;
}

.information-information-6 #content h1 {
    display: inherit;
}

.superproducts_tabs {
    /*margin-top: 30px;*/
    margin-top: 0;
    margin-bottom: 40px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    outline: none !important;
    margin: 10px 30px 0 0 !important;
}

.nav-tabs>li>a {
    border-bottom: 2px solid transparent !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #419ff2 !important;
}

.superproducts_tabs h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .superproducts_tabs {
        margin-top: 0px;
    }

    .superproducts_tabs h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a,
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        margin: 10px 30px 15px 0 !important;
    }
}

.mb-30 {
    padding-bottom: 30px;
}

/*ocfilter*/
.ocf-offcanvas .ocf-offcanvas-body {
    padding: 15px;
}

.selected-options .ocfilter-options {
    background: transparent;
    padding: 4px 0 0;
}

.selected-options {
    margin: 0 0 20px;
}

.ocfilter .list-group-item {
    margin: 0;
    background-color: transparent;
}

.selected-btn,
.clear-selected-btn {
    height: 34px;
    border-radius: 6px;
    background: #419ff2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px 4px;
    border: none;
    opacity: .5;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
}

.selected-btn:hover,
.clear-selected-btn:hover,
.selected-btn:focus,
.clear-selected-btn:focus {
    opacity: 1;
    background-color: #419ff2 !important;
    border: none !important;
    color: #fff;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-target {
    border: none;
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -0.5px;
    width: 1px;
}

.noUi-connect {
    background: #419ff2;
}

.ocfilter-option .ocf-option-values {
    display: none;
    padding: 10px 0;
}

.ocfilter label:last-of-type {
    margin: 0;
}

.ocfilter-option input[type=checkbox] {
    display: none;
}

.ocfilter-option label.disabled {
    opacity: .4;
}

.ocfilter-option label {
    position: relative;
    font-family: Roboto;
    font-size: 14px;
    padding-left: 25px;
    color: #707070;
}

.ocfilter-option label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
    top: 5px;
}

.ocfilter-option label.ocf-selected {
    opacity: 1;
    color: #707070;
}

.ocfilter-option .ocf-selected:before {
    background: #419ff2;
    border-color: #419ff2;
}

.ocfilter-option .ocf-option-name {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 14px;
    margin: 0;
}

.list-group-item.opened .ocf-option-values {
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.ocf-option-values::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.ocf-option-values::-webkit-scrollbar-thumb {
    background-color: #419ff2;
}

.ocf-option-values::-webkit-scrollbar-track {
    background-color: transparent;
}

.ocfilter-option-popover {
    background: transparent;
    border: none;
    border-radius: 6px;
    padding: 0;
}

.ocfilter-option-popover .popover-content {
    padding: 0;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    top: 140px;
}

@media screen and (min-width: 768px) {
    .ocf-offcanvas .ocf-offcanvas-body {
        padding: 15px;
    }
}

/*product-page*/
#review {
    margin-bottom: 30px;
}

input[name='rating'] {
    opacity: 0;
}

#button-review {
    min-width: 255px;
}

.sticker-catalog,
.sticker-product {
    z-index: 1;
}

/*Search*/
#search .input-lg {
    color: #3a3a3a;
    font-family: "Segoe UI";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    border: none;
}

#search .input-lg:focus {
    border: none !important;
}

#search .live-search {
    max-height: 200px;
}

@media screen and (min-width: 768px) {
    #search .live-search {
        max-height: 475px;
    }
}

.thumbnail {
    border: none;
    height: 100%;
}

.information-contact aside>.tr-html {
    margin-bottom: 0;
}

aside>.tr-html:last-of-type {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    aside>.tr-html:last-of-type {
        margin-bottom: 20px;
    }
}

/*selectpicker*/
.bootstrap-select>select {
    height: 0 !important;
    overflow: hidden;
}

.bootstrap-select select {}

.bootstrap-select select+button {
    height: auto;
    color: #777;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0 !important;
    border: none;
    border-bottom: 2px solid #e8e8e8;
    padding-left: 0 !important;
    font-family: Roboto;
}

.bootstrap-select select+button:before {
    display: none !important;
}

.bootstrap-select select+button .filter-option {
    position: inherit !important;
    height: auto !important;
    padding-left: 0 !important;
}

.bootstrap-select select+button .filter-option-inner {
    padding-right: 0 !important;
}

.bootstrap-select select+button .filter-option-inner-inner {
    overflow: initial;
    max-width: 115px;
    padding-left: 0;
}

.bootstrap-select .bootstrap-select select+button .caret {
    right: 0;
}

.bootstrap-select select+button span.caret {
    border: none;
    position: relative;
    width: 10px;
    height: 5px;
}

.bootstrap-select .dropdown-toggle .caret {
    right: 0;
}

.bootstrap-select select+button span.caret:before,
.bootstrap-select select+button span.caret:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 0;
}

.bootstrap-select select+button span.caret:before {
    transform: rotate(45deg);
    left: 0;
}

.bootstrap-select select+button span.caret:after {
    transform: rotate(-45deg);
    right: 0;
}

/*selectpicker active*/
.bootstrap-select select+.btn-default:hover {
    background: transparent;
}

.bootstrap-select select+.btn-default.active,
.bootstrap-select select+.btn-default:active,
.open>.dropdown-toggle.btn-default,
.bootstrap-select select+.btn-default.focus,
.bootstrap-select select+.btn-default:focus,
.bootstrap-select select+.btn-default.active.focus,
.bootstrap-select select+.btn-default.active:focus,
.bootstrap-select select+.btn-default.active:hover,
.bootstrap-select select+.btn-default:active.focus,
.bootstrap-select select+.btn-default:active:focus,
.bootstrap-select select+.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: transparent;
    border: none;
    border-bottom: 2px solid #e8e8e8;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-item:focus,
.filter-option {
    outline: none !important;
    box-shadow: none !important;
}

.bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

/*selectpicker dropdown*/
.bootstrap-select .dropdown-menu>li>a {
    white-space: normal;
    cursor: pointer;
    padding: 3px 0;
}

.bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #e8e8e8;
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover {
    background: rgba(65, 159, 242, 1);
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-menu li>a:hover {
    background: #e8e8e8;
    color: #000;
    background-image: none;
}

/*--------------------------------------*/
/*close btn*/
.close {
    height: inherit;
    display: inline-block;
}

.close:hover {
    color: #3a3a3a;
    background: transparent;
    border: none;
}

img:focus {
    outline: none;
}

/*product-page*/
#product .control-label {
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 22px;
}

#product .form-group {
    margin-bottom: 10px;
}

#product .control-label:before {
    display: none;
}

#product .input-group button {
    height: 34px;
    background: #419ff2;
    background-image: none;
    border-radius: 0 6px 6px 0;
}

#product .input-group button:hover,
#product .input-group button:focus {
    border: none;
}

/*radio*/
.radio {
    display: inline-block;
}

.radio label {
    padding: 0;
    color: #3a3a3a;
    font-family: Roboto-Bold;
    font-size: 14px;
}

.tr-radio-img {
    border: 1px solid transparent;
    overflow: hidden;
}

.tr-radio label {
    padding: 5px 15px;
    border-radius: 6px;
    border: 1px solid #419ff2;
}

.tr-radio:not(:last-of-type) {
    margin-right: 5px;
}

.radio input {
    display: none;
}

.tr-radio.selected {
    border-radius: 6px;
    background: #419ff2;
}

.tr-radio-img.selected {
    border-color: #419ff2;
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    #product .form-group {
        margin-bottom: 20px;
    }
}

/*checkbox*/
.checkbox input {
    display: none;
}

.tr-checkbox-img {
    border: 1px solid transparent;
    overflow: hidden;
    display: inline-block;
}

.tr-checkbox-img label {
    padding-left: 0;
}

.tr-checkbox-img label:not(:last-of-type) {
    margin-right: 5px;
}

.tr-checkbox-img.selected {
    border-radius: 6px;
    border-color: #419ff2;
}

.tr-checkbox label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
    top: 5px;
}

.tr-checkbox.selected label:before {
    background: #419ff2;
    border-color: #419ff2;
}

.checkbox,
.radio {
    margin: 0;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 5px;
}

.has-error .form-control {
    border-color: #ff2323;
}

.text-danger {
    color: #ff2323;
    font-size: 12px;
    line-height: 18px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #666;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background: #419ff2;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget td {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget td span:not(.month):not(.year) {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
}

.bootstrap-datetimepicker-widget td span.active {
    background: #419ff2;
    text-shadow: none;
    color: #fff;
}

.month,
.year {
    text-align: center;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    height: 20px;
    width: 20px;
}

.glyphicon-chevron-down:before,
.glyphicon-chevron-up:before {
    line-height: normal;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
}

.dropdown-menu li>a:hover {
    background-image: none;
    background: #419ff2;
}

.bootstrap-datetimepicker-widget tbody,
.bootstrap-datetimepicker-widget thead,
.bootstrap-datetimepicker-widget tfoot {
    padding: 0 !important;
}

#button-cart {
    margin: 25px 0 20px;
}

#button-cart+.alert-info {
    margin-top: -20px;
}

.btn-primary .fa-shopping-cart:before {
    content: "\f07a";
}

.row+p.h1 {
    margin-top: 30px;
}

.input-group.date button {
    height: 34px;
    background: #419ff2;
    border: 1px solid #419ff2;
}

.input-group.date button:hover {
    background: #419ff2;
    border: 1px solid #419ff2;
}

.table-striped>tbody>tr>td {
    vertical-align: baseline;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.information-contact a {
    white-space: nowrap;
}

.manuf-item {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.tr-manuf-ico {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.tr-manuf-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .common-home #content>div:not(:first-of-type) {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .common-home .product-layout {
        grid-template-columns: repeat(3, 1fr);
    }
}

.btn.btn-link.btn-block.language-select {
    color: #3a3a3a !important;
}

.pull-right {
    margin-right: 10px;
}

.pull-right form {
    margin: 0;
}

.list-inline {
    display: flex;
}

.pull-right .btn-link:hover {
    /* color: #fff; */
    text-decoration: none !important;
}

.pull-right .dropdown-menu {
    right: 0;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.pull-right .btn-group.open .dropdown-menu {
    display: flex;
}

.tr-user-btn .fa.fa-user {
    vertical-align: middle;
}

@media(max-width: 1000px) {
    .list-inline {
        /* display: block; */
        flex-wrap: wrap;
    }
}