/* Global settings */

body {
    font-family: 'Roboto';
    overflow-y: scroll;
    font-size: 16px;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5 {
    display: block;
    width: 100%;
}

img.img-centred {
    display: block;
    margin: 0 auto;
}

img.img-flex {
    width: 100%;
}

a,
a:visited {
    color: #5a5a5a;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #5a5a5a;
    text-decoration: none;
}

div {
    display: block;
}

.captcha {
    width: 120px;
    border: 1px solid #aaa;
    margin: 10px 0 20px 0;
    /*box-shadow: 0 0 5px 0 #ccc;*/
}

.form-control {
    border: 1px solid #aaa;
    border-radius: 0;
}

.form-control:focus {
    border-color: #f7971c;
    outline: 0;
    box-shadow: none;
}

span.red {
    color: #f00;
}

/* =============== */

/* ===== SCROLL TO TOP ===== */

#topcontrol {
    z-index: 9999;
    margin: 0 50px 50px 0;
    width: 42px;
    height: 26px;
    display: block;
    background: url(../images/up.png) no-repeat left 0px;
}

#topcontrol:hover {
    background-position: 0 bottom;
}

/* =============== */

.mob-only {
    display: inline !important;
}
@media (min-width: 992px) { .mob-only { display: none !important; } }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

/* =============== */



/* ===== Search ===== */

#product-search {
    margin: 0;
    display: block;
    overflow: hidden;
}

#search.form {
    margin: 0;
    padding: 0;
}

#search input.input-search {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 0 15px;
    line-height: 38px;
}

#search button.button-search {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #777;
    padding: 0 15px;
    line-height: 38px;
}

#search button {
    border-radius: 0;
}

#search button.button-search:hover {
    border: 1px solid #e1e1e1;
}

/* ===== Search (The End) ===== */

header {
    position: relative;
}

/* ===== Main menu ===== */

div.menu {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

nav.navbar {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,0.5);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

nav.navbar .container {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    font-size: 16px;
}

nav.navbar a {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #f7971c;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f7971c;
    border-color: #337ab7;
}

nav.navbar a i {
    font-size: 16px;
    color: #f7971c;
}

nav.navbar a:hover i {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-dark .navbar-nav li {
    color: #333;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav li {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}

nav.navbar li.dropdown.open a {
    text-decoration: none;
}

nav.navbar li.dropdown.open ul {
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 991px) {
    nav.navbar li.dropdown.open ul {
        min-width: 100%;
        position: static;
    }
}

nav.navbar li.dropdown.open ul li a,
nav.navbar li.dropdown.open ul li a:visited {
    background: transparent;
    color: #333;
    /*color: #fff;*/
}

nav.navbar li.dropdown.open ul li a:hover,
nav.navbar li.dropdown.open ul li a:focus,
nav.navbar li.dropdown.open ul li a:active {
    background: #f7971c;
    color: #fff;
}

nav.navbar .navbar-brand {
    padding: 0;
    display: block;
    width: 250px;
    height: 60px;
    background: url('../images/brand-logo.png') top left no-repeat;
}

.navbar-dark .navbar-toggle {
    border: 1px solid #444;
    border-radius: 2px;
    color: #444;
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #444;
}

@media (max-width: 425px) {
    .btn { width: 100%; }
    nav.navbar form { padding: 0; }
}
@media (max-width: 768px) {
    nav.navbar form { padding: 0; }
}
@media (min-width: 426px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
nav .navbar-header {float: none;}
nav .navbar-toggle {display: block;}
nav .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
nav .navbar-collapse.collapse {display: none!important;}
nav .navbar-nav {float: none!important;margin:0;}
nav .navbar-nav>li {float: none;display: block;}
nav .navbar-nav>li>a {padding: 10px 18px;}
nav .collapse.in{display:block !important;}
}

.nav-contacts {
    display: none;
}
@media (min-width: 992px) {
    .nav-contacts {
        display: block;
    }
}

/* ===== Main Menu (The End) ===== */



/* ===== SLIDER ===== */

#slider {
    background: transparent;
    overflow: hidden;
    z-index: 0;
}
/*
@media (min-width: 768px) { #slider { display: block; } }
*/

#slider .container {
    background: #fff;
    padding: 0;
}

/* ===== Slider (The End) ===== */



/* ===== MAIN ===== */

div.banner img {
    width: 100%;
}

main {
    background-color: #f5f5f5;
}
main .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-body {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 20px 10px;
    margin: 0 0 30px 0;
    min-height: 520px;
}
@media (min-width: 768px) {
    .page-body { padding: 40px; }
}

#left-col {
    
}

#right-col {
    
}

#right-col #plates div.row {
    margin: 0;
}

/* ===== Main (The End) ===== */



/* ===== FOOTER ===== */

footer {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #777;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

footer h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
}

footer a,
footer a:visited {
    text-decoration: none;
    color: #777;
    transition: 0.3s all;
}

footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: none;
    color: #f7971c;
    transition: 0.3s all;
}

footer .col-sm-5 {
    text-align: right;
}

footer .footer-phone {
    font-size: 24px;
    display: block;
    padding: 0 0 10px 0;
}
@media (min-width: 426px) and (max-width: 768px) { footer .footer-phone { font-size: 18px; } }

footer .footer-mail {
    font-size: 18px;
    display: block;
    padding: 0 0 10px 0;
}
@media (min-width: 426px) and (max-width: 768px) { footer .footer-mail { font-size: 14px; } }

footer .footer-address {
    display: block;
    padding: 0 0 10px 0;
}
@media (min-width: 426px) and (max-width: 768px) { footer .footer-address { font-size: 14px; } }

footer i {
    color: #f7971c;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    display: inline-block;
    padding: 5px 10px;
}

footer ul li a,
footer ul li a:visited {
    display: block;
    background: transparent;
    transition: 0.3s all;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    background-color: rgba(255,255,255,0.05);
    transition: 0.3s all;
}

footer p.public-info {
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    color: #777;
}

/* ===== Footer (The End) ===== */



/* ===== LEFT COLUMN ===== */

/* Block Container */

.lc-block {
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    background: transparent;
}

.lc-block h2.title {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    color: #444;
    background: transparent;
}

.lc-block .title a,
.lc-block .title a:visited {
    color: #444;
    text-decoration: none;
}

.lc-block .title a:hover,
.lc-block .title a:focus,
.lc-block .title a:active {
    color: #444;
    text-decoration: none;
}

.lc-block .body {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #E1E1E1;
    
    
}

/* ===== Left Column (the End) ===== */

/* ===== Navigation ===== */

/* common */
.lc-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lc-block ul li {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.lc-block ul li a,
.lc-block ul li a:visited {
    display: block;
    margin: 0;
    padding: 10px 15px;
    color: #444;
    text-decoration: none;
    transition: all 0.3s;
}

.lc-block ul li a:hover,
.lc-block ul li a:focus,
.lc-block ul li a:active {
    color: #5a5a5a;
    text-decoration: none;
    transition: all 0.3s;
}

#catalog.lc-block .body {
    padding: 0;
}

/* lvl 1 */
#catalog ul { background: #fff; }
#catalog ul > li { border-bottom: 1px solid #eee; }
#catalog ul > li:last-child { border-bottom: none; }
#catalog ul > li > a,
#catalog ul > li > a:visited { color: #444; border-left: 3px solid transparent; }
#catalog ul > li > a:hover,
#catalog ul > li > a:focus,
#catalog ul > li > a:active { color: #444; border-left: 3px solid #5a5a5a; }
#catalog ul > li > a.sub,
#catalog ul > li > a.sub:visited { padding: 10px 30px 10px 15px; }
#catalog ul > li > a.sub:hover,
#catalog ul > li > a.sub:focus,
#catalog ul > li > a.sub:active {  }
#catalog ul > li.active > a,
#catalog ul > li.active > a:visited { border-left: 3px solid transparent; }
#catalog ul > li.active > a:hover,
#catalog ul > li.active > a:focus,
#catalog ul > li.active > a:active { border-left: 3px solid #5a5a5a; }
#catalog ul > li.active > a.sub,
#catalog ul > li.active > a.sub:visited { padding: 10px 30px 10px 15px; }
#catalog ul > li.active > a.sub:hover,
#catalog ul > li.active > a.sub:focus,
#catalog ul > li.active > a.sub:active {  }

#catalog ul > li > a.sub.active { background: url('../images/arrow-down.png') 95% center no-repeat transparent; }
#catalog ul > li > a.sub { background: url('../images/arrow-down.png') 95% center no-repeat transparent; }
#catalog ul > li.active > a.sub.active { background: url('../images/arrow-down.png') 95% center no-repeat transparent; }
#catalog ul > li.active > a.sub { background: url('../images/arrow-down.png') 95% center no-repeat transparent; }

/* lvl 2 */
#catalog ul > li > ul { background: #fff8f0; border-top: 1px solid #eee; }
#catalog ul > li > ul > li { border-bottom: 1px dotted #f7ddbc; }
#catalog ul > li > ul > li:last-child { border-bottom: none; }
#catalog ul > li > ul > li > a,
#catalog ul > li > ul > li > a:visited { padding: 5px 15px 5px 30px; color: #666; }
#catalog ul > li > ul > li > a:hover,
#catalog ul > li > ul > li > a:focus,
#catalog ul > li > ul > li > a:active {  }
#catalog ul > li > ul > li > a.sub,
#catalog ul > li > ul > li > a.sub:visited { padding: 5px 30px 5px 30px; }
#catalog ul > li > ul > li > a.sub:hover,
#catalog ul > li > ul > li > a.sub:focus,
#catalog ul > li > ul > li > a.sub:active {  }
#catalog ul > li > ul > li.active > a,
#catalog ul > li > ul > li.active > a:visited { padding: 5px 15px 5px 30px; }
#catalog ul > li > ul > li.active > a:hover,
#catalog ul > li > ul > li.active > a:focus,
#catalog ul > li > ul > li.active > a:active {  }
#catalog ul > li > ul > li.active > a.sub,
#catalog ul > li > ul > li.active > a.sub:visited { padding: 5px 30px 5px 30px; }
#catalog ul > li > ul > li.active > a.sub:hover,
#catalog ul > li > ul > li.active > a.sub:focus,
#catalog ul > li > ul > li.active > a.sub:active {  }

/* lvl 3 */
#catalog ul > li > ul > li > ul { background: #f0f1f3; border-top: 1px solid #f7ddbc; }
#catalog ul > li > ul > li > ul > li { border-bottom: 1px solid #ccc; }
#catalog ul > li > ul > li > ul > li:last-child { border-bottom: none; }
#catalog ul > li > ul > li > ul > li > a,
#catalog ul > li > ul > li > ul > li > a:visited { padding: 5px 15px 5px 50px; }
#catalog ul > li > ul > li > ul > li > a:hover,
#catalog ul > li > ul > li > ul > li > a:focus,
#catalog ul > li > ul > li > ul > li > a:active {  }
#catalog ul > li > ul > li > ul > li > a.sub,
#catalog ul > li > ul > li > ul > li > a.sub:visited { padding: 5px 30px 5px 50px; }
#catalog ul > li > ul > li > ul > li > a.sub:hover,
#catalog ul > li > ul > li > ul > li > a.sub:focus,
#catalog ul > li > ul > li > ul > li > a.sub:active {  }
#catalog ul > li > ul > li > ul > li.active > a,
#catalog ul > li > ul > li > ul > li.active > a:visited { padding: 5px 15px 5px 50px; }
#catalog ul > li > ul > li > ul > li.active > a:hover,
#catalog ul > li > ul > li > ul > li.active > a:focus,
#catalog ul > li > ul > li > ul > li.active > a:active {  }
#catalog ul > li > ul > li > ul > li.active > a.sub,
#catalog ul > li > ul > li > ul > li.active > a.sub:visited { padding: 5px 30px 5px 50px; }
#catalog ul > li > ul > li > ul > li.active > a.sub:hover,
#catalog ul > li > ul > li > ul > li.active > a.sub:focus,
#catalog ul > li > ul > li > ul > li.active > a.sub:active {  }

/* ===== Catalog (The End) ===== */


/* ===== CONTENT ===== */

h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    color: #444;
    background: transparent;
}

h2 {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    color: #444;
    background: transparent;
}

h3 {
    margin: 20px 0;
    padding: 5px 0px;
    background: transparent;
    border-left: none;
    font-size: 18px;
}

form.form {
    overflow: hidden;
    margin: 10px 0;
}

/* =============== */



/* ===== BRANDS ===== */

#brands {
    
}

#brands a {
    display: inline;
    overflow: hidden;
    opacity: 0.6;
    transition: 0.3s all;
    background: #fff;
}

#brands a img {
    border: 1px solid transparent;
}

#brands a:hover,
#brands a.selected {
    opacity: 1;
    transition: 0.3s all;
    background: #eee;
}

#brands a:hover img,
#brands a.selected img {
    border: 1px solid #f7971c;
}

/* =============== */



/* ===== PRODUCTS ===== */

/* Описание категории */
div.category-description {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 20px 10px;
    margin: 0 0 30px 0;
}
@media (min-width: 768px) {
    .page-body { padding: 40px 20px; }
}

.products {
    margin: 0 0 20px 0;
}

.product-block {
    margin: 0 0 30px 0;
    color: #444;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

/* Изображение в списке */
.product-block .image {
    margin: 0;
    padding: 5px;
    background: #fff;
    display: block;
    height: 205px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

.product-block .image a {
    display: block;
    margin: 0;
    padding: 0;
    height: 200px;
}

.product-block .image a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 200px;
}

/* Информация о товаре в списке */
.product-block .product-info {
    padding: 20px 15px;
    text-align: center;
}

/* Наименование в списке */
.product-block .product-info h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    text-align: center;
    font-weight: 300;
}

.product-block .product-info h3 a {
    
}

/* Описание товара в списке */
.product-block .product-info .annotation {
    
}

.product-block .product-info .info-btn {
    display: inline-block;
    border: 2px solid #F7971C;
    border-radius: 20px;
    padding: 7px 20px;
    color: #F7971C;
    background: transparent;
    transition: all 0.2s;
}

.product-block .product-info .info-btn:hover {
    color: #fff;
    background: #F7971C;
    transition: all 0.2s;
}

#features .feature-name {
    font-weight: normal;
}

#features .feature-value {
    font-weight: normal;
}

#features a {
    display: inline-block;
    margin: 0;
    padding: 2px 4px;
}

#features .selected {
    font-weight: bold;
}

div.prices {
    float: none;
    clear: both;
    overflow: hidden;
}

span.compare-price {
    display: inline-block;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    color: #999;
    text-decoration: line-through;
    text-align: left;
    float: left;
}
/*
span.price {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    float: right;
}
*/
span.price span.currency {
    font-weight: normal;
}

p.price {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    color: #999;
    font-size: 14px;
    line-height: 16px;
    height: 24px;
}

.product-block form.form label {
    font-weight: 300;
    line-height: 36px;
    padding: 0;
}

.product-block form.form .amount input {
    border: 1px solid #ccc;
    margin: 0;
}

.product-block form.form .amount button {
    border: none;
    background: #ccc;
    color: #fff;
}

.product-block form.form .amount input::-webkit-outer-spin-button,
.product-block form.form .amount input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.product-block form.form .amount {
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.product-block form.form .amount button {
    font-size: 16px;
}

.product-block form.form .amount input {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
}



.product-block form.form div.buttons .btn {
    color: #fff;
    display: block;
    width: 100%;
    float: none;
    border: 1px solid #fff;
    background: #f7971c;
    transition: 0.3s all;
}

.product-block form.form div.buttons .btn:hover {
    opacity: 0.7;
    transition: 0.3s all;
}

@media (min-width: 992px) {
    .product-block form.form div.buttons .btn {
        color: #fff;
        display: block;
        width: 50%;
        float: left;
        font-size: 16px;
        margin: 0 0 10px 0;
    }
}

.product-block form.form div.buttons .btn.btn-more {

}

.product-block form.form div.buttons .btn.btn-more:hover {
    
}

.product-block form.form div.buttons .btn.btn-cart {
    
}

.product-block form.form div.buttons .btn.btn-cart:hover {
    
}

/* Конец плиточного отображения */

/* Страница продукта */

.product-card {
    font-weight: 300;
}

.product-card .image {
    background: #fff;
    border: 1px solid #e1e1e1;
    display: block;
    margin: 5px 5px 20px 5px;
    padding: 30px 0;
    /*box-shadow: 0 0 2px 0 #444;*/
}

.product-card .image a {
    display: block;
    width: 100%;
}

.product-card .image a img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 80%;
    max-height: 400px;
}



.product-card .images {
    overflow: hidden;
    text-align: center;
}

.product-card .images a {
    display: inline-block;
    margin: 0px 5px 20px 5px;
    padding: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    float: inherit;
    border: 1px solid #e1e1e1;
}

.product-card .images a img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
}

.product-card .product-information {
    padding: 0 20px;
}

.product-card h2 {
    display: block;
    border: none;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 20px;
    color: #444;
}

.product-card .compare-price .value {
    color: #777;
    font-size: 20px;
}

.product-card .price .value {
    color: #5a5a5a;
    font-size: 24px;
}

.product-card label.variant {
    display: block;
    margin: 0;
    font-weight: 300;
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.product-card label.variant:first-child {
    border-top: 1px solid #ddd;
}

.product-card label input[type=radio] {
    width: 40px;
    display: inline-block;
    padding: 0 15px;
}

.product-card label span.price {
    display: inline-block;
    padding: 0 0 0 15px;
    font-weight: bold;
}

.product-card form.form .amount input {
    border: 1px solid #f7971c;
}

.product-card form.form .amount button {
    border: 1px solid #f7971c;
    background: #f7971c;
    color: #fff;
}

.product-card form.form .amount input::-webkit-outer-spin-button,
.product-card form.form .amount input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.product-card form.form .amount {
    padding: 15px 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.product-card form.form .amount button {
/*    border-radius: 0;*/
}

.product-card form.form .amount input {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
}

.product-card form.form .btn.btn-cart {
    color: #fff;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    padding: 0px 15px;
    border: none;
    background: #f7971c;
    transition: 0.3s all;
    border-radius: 4px;
}

.product-card form.form .btn.btn-cart:hover {
    opacity: 0.7;
    transition: 0.3s all;
}

div.description {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 40px 20px;
    margin: 0 0 30px 0;
}

#features {
    background: #fff;
    border: 1px solid #E1E1E1;
}

#back-forward {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 20px;
    margin: 0 0 30px 0;
}

.prev-page-link {
    font-size: 16px;
    text-align: left;
    display: block;
    color: #444;
    transition: 0.3s all;
}

.next-page-link {
    font-size: 16px;
    text-align: right;
    display: block;
    color: #444;
    transition: 0.3s all;
}

.prev-page-link:hover,
.next-page-link:hover {
    color: #f7971c;
    transition: 0.3s all;
}

/* ===== Product (The End) ===== */



/* ===== CART ===== */

#purchases {
    background: #fff;
    border: 1px solid #E1E1E1;
}

#purchases td.price {
    white-space: nowrap;
}

#purchases .amount {
    width: 170px;
}

#purchases .amount input {
    border: 1px solid #f7971c;
    text-align: right;
    min-width: 80px;
}

#purchases .amount button {
    border: 1px solid #f7971c;
    background: #f7971c;
    color: #fff;
}

#purchases .amount input::-webkit-outer-spin-button,
#purchases .amount input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#purchases .amount button {
    border-radius: 0;
}

#purchases input.btn {
    padding: 7px 15px;
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s all;
}

#purchases input.btn:hover {
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    opacity: 0.7;
    transition: 0.3s all;
}

#deliveries {
    background: #fff;
    border: 1px solid #E1E1E1;
    margin: 0 0 20px 0;
    padding: 20px 15px;
    text-align: justify;
    color: #444;
}

#payments {
    background: #fff;
    border: 1px solid #E1E1E1;
    margin: 0 0 20px 0;
    padding: 20px 15px;
    text-align: justify;
    color: #444;
}

#deliveries div.description-light {
    font-size: 14px;
    color: #777;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

div.cart-form {
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 20px;
}

div.cart-form input,
div.cart-form textarea {
    background: #fff;
}

div.cart-form input.btn {
    padding: 7px 15px;
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s all;
}

div.cart-form input.btn:hover {
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    opacity: 0.7;
    transition: 0.3s all;
}


/* ===== Cart (The End) ===== */



/* ===== BLOG ===== */

#blog {
    margin: 0;
    padding: 0;
    list-style: none;
}

#blog li {
    margin: 0 0 50px 0;
    padding: 0;
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
    overflow: hidden;
    background: #fff;
}

#blog li h2 a,
#blog li h2 a:hover,
#blog li h2 a:active,
#blog li h2 a:focus,
#blog li h2 a:visited {
    color: #444;
    text-decoration: none;
}

#blog li > h2.post-header {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#blog li h2 a:hover {
    color: #5a5a5a;
}

.post-date,
h1 span .post-date {
    display: inline-block;
    border: none;
    color: #777;
    text-align: right;
    font-size: 14px;
    float: right;
    padding: 5px 0;
}

#blog li .post-teaser {
    margin: 0;
    padding: 20px;
    overflow: hidden;
}

/* ===== Blog (The End) ===== */



/* ===== POST ===== */

#post-body h2 {
    border: none;
    background: transparent;
    padding: 0;
}

#post-body {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 20px 15px;
    margin: 0 0 30px 0;
}

/* ===== Post (The End) ===== */



/* ===== COMMENTS ===== */

#comments form {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 40px 20px;
    margin: 0 0 30px 0;
}

#comments form input,
#comments form textarea {
    background: #fff;
}

#comments form input.btn {
    padding: 7px 15px;
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s all;
}

#comments form input.btn:hover {
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    opacity: 0.7;
    transition: 0.3s all;
}


#comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments-list li {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 0;
    margin: 0 0 30px 0;
    overflow: hidden;
}

/*
#comments-list li {
    margin: 0 0 15px 0;
    padding: 0px;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}
*/

#comments-list li .comment-text {
    padding: 15px;
    
}

.comment-header {
    padding: 10px 15px;
}

span.comment-date {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    color: #777;
    font-size: 14px;
}

span.moderation {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}

/* ===== Comments (The End) ===== */




/* ===== Reviews ===== */

#reviews form {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 40px 20px;
    margin: 0 0 30px 0;
}

#reviews form input,
#reviews form textarea {
    background: #fff;
}

#reviews form input.btn {
    padding: 7px 15px;
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s all;
}

#reviews form input.btn:hover {
    color: #fff;
    background: #f7971c;
    border: 1px solid #f7971c;
    opacity: 0.7;
    transition: 0.3s all;
}


#reviews-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#reviews-list li {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #444;
    padding: 0;
    margin: 0 0 30px 0;
    overflow: hidden;
}

/*
#comments-list li {
    margin: 0 0 15px 0;
    padding: 0px;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}
*/

#reviews-list li .reviews-text {
    padding: 15px;
    
}

.reviews-header {
    padding: 10px 15px;
}

span.reviews-date {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    color: #777;
    font-size: 14px;
}

span.moderation {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}

/* ===== Reviews (The End) ===== */




/* ===== PAGINATION ===== */
div.sort select {
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 5px 10px;
    outline: none;
}

div.pagination a {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border: 1px solid #E1E1E1;
    background: #fff;
    color: #444;
    margin: 20px 2px;
    text-decoration: none;
}

div.pagination a:hover {
    background: #5a5a5a;
    color: #fff;
    text-decoration: none;
}

div.pagination a.selected {
    background: #5a5a5a;
    color: #fff;
    text-decoration: none;
}

/* ===== Pagination (The End) ===== */




.eula {
    text-align: center;
    font-size: 14px;
    color: #777;
}


input.checkout_button {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 7px 15px;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    /*text-shadow: 0 1px 0 #ddd;*/
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    color: #fff;
    background: #f7971c; /*linear-gradient(to top,#aaa,#eee);*/
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 992px) {
    input.checkout_button {
        display: block;
        width: 100%;
    }
}

input.checkout_button:hover,
input.checkout_button:focus,
input.checkout_button:active {
    background: #5a5a5a; /*linear-gradient(to top,#5d88a0,#e0f2ff);*/
    color: #fff;
    box-shadow: none;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



input.checkout_button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

input.checkout_button,
input.checkout_button:visited {
    color: #fff;
    text-decoration: none;
}

input.checkout_button:hover,
input.checkout_button:focus,
input.checkout_button:active {
    color: #fff;
    text-decoration: none;
}



/* ===== About-us ===== */

#about-us {
    padding: 30px 0;
    color: #555;
    background: #eae8e6;
}
@media (min-width: 768px) {
    #about-us {
        padding: 70px 0;
        background: #fff; 
    }
}

#about-us .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

#about-us h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    border-bottom: 4px solid #f7971c;
}
@media (min-width: 768px) { #welcome h2 { font-size: 36px; } }

#about-us h3 {
    text-align: center;
    text-transform: uppercase;
}

#about-us .thumbnail {
    text-align: center;
}

#about-us .welcome-banner {
    display: block;
    width: 100%;
    height: auto;
    border: 0px solid #555;
}

/* ===== About-us (The End) ===== */



/* ===== about-us FORM ===== */

#about-us form {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    color: #444;
    margin: 0 0 30px 0;
}

#about-us form input,
#about-us form select {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#about-us form button {
    border: 1px solid transparent;
    border-radius: 4px;
}

#about-us form button {
    background: #f7971c;
    color: #fff;
}

#about-us form h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

#about-us form {
    font-weight: 300 !important;
}

/* ===== Slider FORM (The End) ===== */



/* ===== Principles  II ===== */
#about-f2 {
    padding: 30px 0;
    background-color: rgba(61,74,90,0.9);
}

@media (min-width: 768px) {
    #about-f2 {
        padding: 120px 0;
        background: rgba(0,0,0,0.3);
    }
}

#about-f2 h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}
@media (min-width: 768px) { #about-f2 h2 { font-size: 48px; } }

#about-f2 .thumbnail {
    padding: 15px;
    border: none;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
    color: #eee;
    margin: 0 0 30px 0;
}

#about-f2 .thumbnail.img {
    padding: 0;
}

#about-f2 .col-sm-6:first-child,
#about-f2 .col-sm-6:first-child h2,
#about-f2 .col-sm-6:first-child h3,
#about-f2 .col-sm-6:first-child p {
    text-align: right;
}
#about-f2 .col-sm-6:last-child,
#about-f2 .col-sm-6:last-child h2,
#about-f2 .col-sm-6:last-child h3,
#about-f2 .col-sm-6:last-child p {
    text-align: left;
}

#about-f2 .thumbnail img {
    width: 100%;
}
@media (min-width: 768px) {
    #about-f2 .thumbnail img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

#about-f2 .thumbnail h3 {
    color: #fff;
    min-height: 80px;
    font-size: 36px;
    font-weight: 300;
}

#about-f2 .thumbnail h3 a,
#about-f2 .thumbnail h3 a:visited {
    color: #333;
    text-decoration: none;
    transition: 0.3s all;
}

#about-f2 .thumbnail h3 a:hover,
#about-f2 .thumbnail h3 a:active,
#about-f2 .thumbnail h3 a:focus{
    color: #f7971c;
    text-decoration: none;
    transition: 0.3s all;
}

#about-f2 .thumbnail .caption p,
#about-f2 .thumbnail .caption ul {
    color: #eee;
    display: block;
    overflow: hidden;
}

#about-f2 .thumbnail p {
    color: #eee;
    min-height: 145px;
    font-size: 16px;
    font-weight: 300;
}

/* ===== Principles II (The End) ===== */



/* ===== Principles III ===== */

#about-f3 {
    padding: 30px 0;
    color: #777;
}
@media (min-width: 768px) {
    #about-f3 {
        padding: 70px 0;
    }
}

#about-f3 img {
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #ccc;
}

#about-f3 h3 {
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    color: #f7971c;
    text-transform: uppercase;
}

#about-f3 p {
    margin: 5px 0 30px 0;
}

/* ===== Principles III (The End) ===== */



/* ===== Steps ===== */

#steps {
    padding: 30px 0;
}
@media (min-width: 768px) {
    #steps {
        padding: 150px 0;
    }
}

#steps h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 40px 0;
}

#steps .thumbnail {
    text-align: left;
    color: #444;
    padding-left: 30px;
    padding-right: 30px;
}

#steps .thumbnail img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 20px auto;
}

#steps .thumbnail .caption h3 {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    height: 40px;
    line-height: 20px;
}

#steps .thumbnail .caption p,
#steps .thumbnail .caption ul {
    padding: 0;
    margin: 0 0 10px 0;
    color: #555;
    font-size: 14px;
    min-height: 120px;
}

#steps .thumbnail .caption ul {
    padding-left: 20px;
}

/* ===== Steps (The End) ===== */



/* ===== Main Page Brands ===== */

#main-brands {
    padding: 30px 0;
    background: #fff;
}
@media (min-width: 768px) {
    #main-brands {
        padding: 50px 0 70px 0;
    }
}

#main-brands h2 {
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
    color: #666;
}
@media (min-width: 768px) {
    #main-brands h2 {
        margin: 20px 0 30px 0;
    }
}

#main-brands ul.brand-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#main-brands ul.brand-list li.brand {
    display: inline-block;
    width: 45%;
    height: 80px;
    /*background: #3d4a5a;*/
    opacity: 0.5;
    margin: 0 0 5px 0;
    padding: 0;
    filter: grayscale(1);
    transition: 0.3s all;
}
@media (min-width: 425px) {
    #main-brands ul.brand-list li.brand {
        width: 170px;
    }
}

#main-brands ul.brand-list li.brand img {
    width: 100%;
}

#main-brands ul.brand-list li.brand:hover {
    filter: grayscale(0);
    transition: 0.3s all;
    opacity: 1;
}



/* ===== Main Page Brands (The End) ===== */

.yandex-map {
    border-top: 3px solid #27A6FF;
}
