/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-control {
    width: 100%;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #fff;
}

.form-control:hover {
    border-color: #d0d0d0;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: #d41a1d !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #e1e7ec;
    padding: 3px 0;
    border-radius: 0;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li a:hover {
    color: #f1393c;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.Y-Center-outer {
    display: table;
    height: 100%;
}

.Y-Center-inner {
    display: table-cell;
    vertical-align: middle;
}

.Y-Center {
    position: absolute;
    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.XY-Center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.space {padding: 80px 0;}

/* btn
================================================== */
.btn {
    border-radius: 3px;
    padding: 8px 40px;
    font-size: 12px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn i {
    margin-right: 5px;
}

.btn-primary {
    background-color: #d41a1d;
    border-color: #d41a1d;
    font-size: 14px;
    color: #ffcacb;
}

.btn-primary:hover {
    background-color: #d41a1d;
    border-color: #d41a1d;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #d41a1d !important;
    border-color: #d41a1d !important;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #1f439b;
    border-color: #1f439b;
    font-size: 14px;
    color: #c7d7ff;
}

.btn-secondary:hover {
    background-color: #1f439b;
    border-color: #1f439b;
}

.btn-secondary:focus,
.btn-secondary:active {
    background-color: #1f439b !important;
    border-color: #1f439b !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #333;
    border: 1px solid #63FE3C;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background-color: #fff;
    border: 1px solid #63FE3C;
    color: #333;
}

.btn-outline-primary:focus {
    box-shadow: 6px 6px 0 rgb(233, 255, 228);
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif; font-weight: bold; color: #000;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 16px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

strong {font-weight: 700;}

a {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #d41a1d;
    outline: 0;
    text-decoration: none;
}

p {
    color: #828282;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.sup-heading {
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: normal;
    margin: 0;
    display: block;
}

.heading {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.heading img {
    float: left;
    height: 55px;
    position: relative;
    top: -5px;
}

.heading span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    text-transform: initial;
}


/* header */
header {

    -webkit-box-shadow: 0 4px 12px 0 rgba(50, 50, 50, 0.11);
    -moz-box-shadow: 0 4px 12px 0 rgba(50, 50, 50, 0.11);
    box-shadow: 0 4px 12px 0 rgba(50, 50, 50, 0.11);
}

.header-top {
    background-color: #f9f9f9;
    color: #968e8e;
}

.header-top .address-list {
    padding: 7px 0;
}

.header-top .address-list ul {
    padding: 0 15px;
}

.header-top .address-list ul li {
    font-size: 12px;
    color: #968e8e;
    cursor: pointer;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #ddd;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-top .address-list .dropdown-toggle:hover,
.header-top .address-list ul li:hover {
    color: #d41a1d;
}

.header-top .address-list ul li:first-of-type {
    margin-top: 0;
}

.header-top .address-list ul li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
    
.header-top .address-list .dropdown-menu {
    margin-top: 7px;
    min-width: 280px;
}

.header-top .address-list .dropdown-toggle {
    cursor: pointer;
    
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-top .phone a {
    padding: 7px 0;
    color: #968e8e;
    text-align: center;
    display: block;
}

.header-top .phone a:hover {
    color: #d41a1d;
}

.header-top .phone span {
    font-weight: bold;
}

.header-top .get-call a {
    background: #d41a1d;
    color: #fff;
    padding: 7px 15px;
    display: block;
    text-align: center;
}

.header-main {
    padding: 10px 0;
}

.header-main .search {
    position: relative;
}

.header-main .search input[type=search] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e5e5;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.header-main .search input[type=search]:focus {
    border-color: #d41a1d;
}

.header-main .search button {
    position: absolute;
    top: 2px;
    right: 0;
    height: 36px;
    padding: 0 10px;
    background-color: transparent;
    border: 0;
    outline: none;
    font-size: 20px;
}

.header-main .header-right ul {
    display: table;
    width: 100%;
    text-align: right;
}

.header-main .header-right ul li {
    display: inline-block;
    margin: 0 10px;
}

.header-main .header-right ul li a {
    color: #212529;
    display: block;
}

.header-main .header-right ul li.header-profile  a:hover .cart-label span,
.header-main .header-right ul li.header-cart a:hover .cart-label span {
    color: #d41a1d;
}

.header-main .header-right ul li:last-of-type {
    margin-right: 0;
}

.header-main .header-right ul li.header-profile a .cart-icon,
.header-main .header-right ul li.header-cart a .cart-icon {
    display: inline-block;
    position: relative;
}

.header-main .header-right ul li.header-profile a .cart-icon i {
    position: relative;
    top: 2px;
}

.header-main .header-right ul li.header-profile a .cart-icon i,
.header-main .header-right ul li.header-cart a .cart-icon i {
    font-size: 33px;
}

.header-main .header-right ul li.header-cart a .cart-icon span {
    background-color: #f1393c;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header-main .header-right ul li.header-profile a .cart-label,
.header-main .header-right ul li.header-cart a .cart-label {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 10px;
    padding: 0 0 0 8px;
}

.header-main .header-right ul li.header-profile a .cart-label span,
.header-main .header-right ul li.header-cart a .cart-label span {
    display: block;
    font-weight: bold;
    font-size: 14px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-main .header-right ul li.header-profile .dropdown-menu {
    font-size: 12px;
}

.header-menu {
    border-top: 1px solid #e5e5e5;
}

.header-menu nav {    
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.header-menu nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.header-menu nav ul li {
    display: table-cell;
    width: 2%;
}

.header-menu nav ul li.active a {
    background: #fbfbfb;
}

.header-menu nav ul li a {
    padding: 15px;
    color: #666;
    font-size: 11px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.header-menu nav ul li a:hover {
    background-color: #fbfbfb;
}

.header-menu nav ul li a .num {
    background-color: #f1393c;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    margin-left: -5px;
    color: #fff;
    position: absolute;
    top: 5px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* products */
.products {
    padding: 0 15px;
}

.products .item {
    margin: 10px 0 20px 0;
}

.products .item-img {
    border: 1px solid #efefef;
    border-bottom: 0;
    text-align: center;
}

.products .item-img:hover {
    border-color: #d41a1d;
}

.products .item-img img {
    padding: 20px;
}

.products .item-info {
    padding: 10px 20px;
    background: #d41a1d;
    color: #fff;
    margin-bottom: 10px;

    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-bottomright: 23px;
    border-bottom-right-radius: 23px;
}

.products .item-info p,
.products .item-info a {
    color: #fff;
}

.products .item-info p {
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}

.products .item-info .item-num {
    font-size: 10px;
    opacity: .7;
}

.products .item-info .item-rating ul {
    text-align: right;
}

.products .item-info .item-rating ul li {
    display: inline-block;
    margin: 0 2px;
}

.products .item-info .item-rating ul li:last-of-type {
    margin-right: 0;
}

.products .item-prices {
    position: relative;
    margin-left: 15px;
}

.products .item-prices:before {
    content: "";
    background-color: #d41a1d;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 32px;
    left: 0;
}

.products .item-prices .price {
    display: table;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
}

.products .item-prices .price sup {
    position: absolute;
    top: -4px;
    right: -25px;
    font-size: 14px;
}

.products .item-prices .price sub {
    position: absolute;
    bottom: -6px;
    right: -26px;
    font-size: 12px;
    font-weight: normal;
}

.products .item-prices .price.new-price {
    color: #020202;
}

.products .item-prices .price.old-price {
    text-decoration: line-through;
    margin: 0 0 5px 0;
    color: #b4b4b4;
}

.products .cart-btn {
    margin: 14px 0 0 0;
    display: block;
}

.products .cart-btn .cart-icon {
    font-size: 33px;
    line-height: 33px;
    color: #d41a1d;
    display: inline-block;
    margin-right: 5px;
}

.products .cart-btn .cart-label {
    display: inline-block;
    line-height: 14px;
    color: #d41a1d;
    text-transform: uppercase;
}

.products .cart-btn .cart-label span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 5px solid transparent;
    padding-bottom: 4px;
    border-radius: 0 0 5px 5px;
}

.products .cart-btn:hover {
    margin: 3px 0 0 0;
}

.products .cart-btn:hover .cart-label span {
    border-color: #d41a1d;
}

/* checkout */
.checkout h4 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.checkout h4 span {
    color: #d41a1d;
}

.checkout h4 span.products-qty {
    color: #bfbfbf;
}

.checkout h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.checkout .cart-total {
    margin: 30px 0 0 0;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.checkout .couriers-img {
    height: 38px;
}

.checkout .checkout-hint {
    margin: 0 0 10px 0px;
}

.checkout .checkbox span {
    display: block;
    font-weight: bold;
}

.checkout .benefits {
    margin: 25px 0 0 0;
}

.checkout .benefits li img {
    height: 40px;
}

.checkout .confirm p span {
    display: block;
    font-weight: bold;
}

.checkout .confirm p img {
    height: 38px;
}

.checkout .links ul li {
    display: block;
}

.checkout .links ul li a {
    color: #828282;
}

.checkout .links ul li a:hover {
    color: #d41a1d;
}

.checkout .confirm-order {
    margin: 20px 0 0 0;
}

.checkout .confirm-order span {
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    margin-left: -15px;
}

.checkout .confirm-order span sup {
    position: absolute;
    top: -4px;
    right: -25px;
    font-size: 14px;
}

.checkout .confirm-order span sub {
    position: absolute;
    bottom: -6px;
    right: -26px;
    font-size: 12px;
    font-weight: normal;
}

/* similiar products */
.similar-products h4 {
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #b3b3b3;
}

.similar-products .products .item {
    margin: 0;
}

/* last seen products */
.last-seen-products h4 {
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #b3b3b3;
}

.last-seen-products .products {
    padding: 0;
}

/* home categories list */
.home-categories {
    padding: 45px 0 0 0;
    border-bottom: 3px solid #e1e7ec;
    margin: 0 0 15px 0;
}

.home-categories .category-item {
    text-align: center;
}

.home-categories .category-item img {
    margin: 0 auto 1px;
    display: table;
}

.home-categories .category-item h4 {
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0px 5px 0px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.home-categories .category-item p {
    font-size: 11px;
    color: #828282;
}

/* categories menu */
.categories-menu-pr-0 {
    padding-right: 0;
}

.categories-menu ul li a {
    padding: 14px;
    display: block;
    color: #828282;
    position: relative;
}

.categories-menu ul li a:hover {
    background-color: #fbfbfb;
    color: #d41a1d;
}

.categories-menu ul li a i {    
    float: right;
    font-size: 28px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.categories-menu ul li a .num {
    font-size: 12px;
    float: right;
    margin-right: 25px;
}

.categories-menu ul li.active a {
    background-color: #d41a1d;
    color: #fff;
    font-weight: bold;
}

.categories-menu ul li .categories-menu-dropdown {
    display: none
}

/* promo */
.promo .promo-text {
    padding-bottom: 20px;
}

.promo .promo-text .valid {
    font-size: 14px;
    padding: 15px 0 0;
    color: #000;
}

.promo .promo-text .valid i {
    font-size: 35px;
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
    position: relative;
    top: -2px;
}

.promo .promo-text .promo-text-box {
    width: 100%;
    padding: 20px 30px;
    background-color: #d41a1d;
    color: #fff;
    position: absolute;
    margin: -116px 0 0 0;

    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-bottomright: 23px;
    border-bottom-right-radius: 23px;
}

.promo .promo-text .promo-text-box a {
    display: block;
}

.promo .promo-text .promo-text-box h4 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
}

.promo .promo-text .promo-text-box h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    margin: 4px 0 0 0;
}

.promo .promo-text .promo-text-box .rating {
    margin: 4px 0;
}

.promo .promo-text .promo-text-box .rating li {
    display: inline-block;
    color: #fff;
    margin-right: 3px;
    font-size: 18px;
}

.promo .promo-text .promo-text-box .price {
    display: inline-block;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    padding-right: 25px;
    margin: 0px 5px;
    color: #fff;
}

.promo .promo-text .promo-text-box .price .from {
    display: inline;
    font-size: 11px;
}

.promo .promo-text .promo-text-box .price sup {
    font-size: 16px;
    position: absolute;
    right: 1px;
    top: 7px;
}

.promo .promo-text .promo-text-box .price span {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    right: 1px;
    bottom: 10px;
}

.promo .promo-text .promo-text-box .cart {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    color: #fff;
}

.promo .promo-text .promo-text-box .cart i {
    font-size: 42px;
    position: absolute;
    margin-top: -3px;
}

.promo .promo-text .promo-text-box .cart span {
    padding-left: 52px;
    line-height: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.promo .promo-text .promo-text-box .cart span sup {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin: 8px 0 0 0;
}

.home-social li {
    display: block;
    margin: 15px 0px;
}

.home-social li.facebook {
    background: #1f429b;
    padding: 15px 15px 12px 15px;
    color: #eff2f9;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-social li.viber {
    background: #7c529e;
    padding: 15px 15px 12px 15px;
    color: #eff2f9;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.home-social li .icon {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #6b8ce0;
    margin-right: 15px;
}

.home-social li span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.home-social li a {
    display: block;
    color: #eff2f9;
}

.home-social li a:hover {
    color: #fff;
}

.home-blog {
    margin: 0 0 40px 0;
}

.home-blog .heading {
    font-size: 16px;
}

.home-blog .btn {
    display: block;
    font-style: italic;
}

.home-blog .newsletter {
    position: relative;
}

.home-blog .newsletter input[type=email] {
    padding: 8px 55px 8px 15px;
    color: #5e5e5e;
    border-color: #bababa;
}

.home-blog .newsletter button {
    background-color: #d41a1d;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    padding: 0 15px;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

/* delivery */
.delivery {
    background-color: #f2f2f2;
    padding-bottom: 50px;
    margin: 80px 0 40px 0;
}

.delivery .delivery-sup {
    background-color: #fff;
    padding: 20px 15px 5px;
    border-bottom: 2px solid #d81b21;
}

.delivery .delivery-sup .heading {
    margin: 0;
    text-transform: uppercase;
}

.delivery .delivery-sup .sup-heading {
    text-transform: uppercase;
}

.delivery .delivery-sub {
    padding: 20px 15px;
}

.delivery .delivery-sub p {
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0;
}

.delivery .delivery-sub .delivery-box {
    position: absolute;
    bottom: -90px;
    left: -65px;
    min-width: 400px;
}

.delivery .delivery-sub .delivery-logos {
    height: 33px;
    margin-left: 10px;
    display: inline-block;
    z-index: 3;
    position: relative;
}

/* promo */
.promo {
    margin: 0 0 40px 0;
}

.catalog {
    background-color: #f2f2f2;
    margin: 40px 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.catalog .sup-heading {
    margin-top: 25px;
    text-transform: uppercase;
    padding: 0 0 0 30px;
}

.catalog .heading {
    padding: 0 0 0 30px;
}

.catalog .catalog-label {
    position: relative;
    padding: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
}

.catalog .catalog-label span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.catalog .catalog-label:before {
    content: "";
    background-color: #f2f2f2;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 1px;
}

.catalog .options {
    padding-right: 15px;
}

.catalog .options .nice-select {
    margin: 0 0 18px 0;
}

.catalog .catalog-list {
    border-top: 2px solid #d41a1d;
    border-bottom: 50px solid #f2f2f2;
    background-color: #fbfbfb;
    padding: 30px 100px 10px;
}

.catalog .catalog-list .brand img {
    margin-right: 7px;
    height: 15px;
}

.catalog .catalog-list .brand {
    margin-bottom: 20px;
    display: block;
    color: #828282;
}

.catalog .catalog-list .brand:hover {
    color: #d41a1d;
}

/* cart */
.cart .cart-row {
    background-color: #f1f1f1;
    padding: 10px 15px;
}

.cart .cart-row:first-of-type {
    text-transform: uppercase;
}

.cart .cart-row:nth-child(odd) {
    background-color: #fff;
}

.cart .cart-row .item-img {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    padding: 5px;
}

.cart .cart-row .item-img img {
    height: 60px;
    margin: 0 auto;
    display: block;
}

.cart .cart-row .item-info a {
    color: #666666;
    font-weight: bold;
}

.cart .cart-row .item-info a:hover {
    color: #d41a1d;
}

.cart .cart-row .item-info p {
    margin: 0;
}

.cart .cart-row .item-total,
.cart .cart-row .item-remove {
    display: inline-block;
}

.cart .cart-row .item-remove a {
    color: #666666;
    font-size: 22px;
}

.cart .cart-row .item-remove a:hover {
    color: #d41a1d;
}

.cart .cart-back {
    color: #666666;
    text-transform: uppercase;
    display: block;
    margin: 50px 0 0 0;
}

.cart .cart-back i {
    background-color: #666666;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 27px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.cart .cart-back:hover {
    color: #d41a1d;
}

.cart .promocode {
    margin: 48px 0 0 0;
}

.cart .promocode form {
    position: relative;
    width: 100%;
}

.cart .promocode form button {
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
    padding: 0 15px;
    background-color: #666668;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.cart .promocode form button:hover {
    background-color: #d41a1d;
}

.cart .promocode form input[type=text] {
    padding-left: 85px;
    background-color: #d9e021;
    border-color: #d9e021;
    color: #666668;
}

.cart .promocode form input[type=text]:focus {
    border-color: #666668 !important;
}

.cart .promocode form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666668;
    opacity: 1; /* Firefox */
    font-style: italic;
}

.cart .promocode form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666668;
    font-style: italic;
}

.cart .promocode form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #666668;
    font-style: italic;
}

.cart .promocode .promocode-hint {
    margin: 10px 0 0 0;
}

.cart .sum {
    border: 10px solid #f1f1f1;
    border-bottom: 0;
    padding: 20px 40px;
    margin: 30px 0 0 0;
}

.cart .sum h4 {
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    color: #666666;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
}

.cart .sum ul {
    text-align: right;
    margin: 0 0 80px 0;
}

.cart .sum ul li {
    margin: 30px 0;
}

.cart .sum ul li .delivery-free {
    color: #d41a1d;
}

.cart .sum ul li:last-of-type {
    font-weight: bold;
}

.cart .sum ul li span {
    display: inline-block;
    width: 80px;
}

.cart .sum button {
    background-color: #d41a1d;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.cart .sum button .cart-icon {
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.cart .sum button .cart-label {
    display: inline-block;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

.cart .sum button .cart-value {
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    margin-left: 15px;
}

.cart .sum button .cart-value sup {
    position: absolute;
    top: -4px;
    right: -25px;
    font-size: 14px;
}

.cart .sum button .cart-value sub {
    position: absolute;
    bottom: -6px;
    right: -26px;
    font-size: 12px;
    font-weight: normal;
}

.cart .sum button .cart-label span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.cart .sum button .pe-7s-angle-right {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin-left: 20px;
    width: 20px;
}

.cart .sum-hint {
    background-color: #f1f1f1;
    text-align: right;
    padding: 6px 48px 13px;
}

/* product */
.product .btn {
    display: block;
    width: 100%;
}

.product .btn .btn-icon {
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    display: inline-block;
}

.product .btn .btn-label {
    display: inline-block;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

.product .btn .btn-label span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.product .product-option {
    text-align: center;
}

.product .product-option .option-label {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    text-transform: uppercase;
}

.product .product-option .label-measure {
    margin-left: 9px;
    display: inline-block;
}

.product .product-option .nice-select {
    width: inherit;
    display: inline-block;
    float: none;
}

.product .product-qty .qty-label {
    display: inline-block;
    text-transform: uppercase;
}

.product .product-qty .qty {
    border: 1px solid #e1e7ec;
    position: relative;
    width: 100%;
}

.product .product-qty .qty input {
    border: 0;
    display: inline-block;
    width: calc(100% - 95px);
    height: 34px;
    text-align: center;
}

.product .product-qty .qty button {
    display: inline-block;
    background-color: transparent;
    border: 0;
    width: 44px;
    height: 34px;
    outline: none;
}

.product .product-img {
    padding: 35px 50px;
    background-color: #f1f1f1;
}

.product .product-img h1 {
    margin: 0 0 15px 0;
}

.product .product-img h1 span {
    font-weight: normal;
}

.product .product-img .product-thumbs ul li {
    display: block;
    margin: 0 0 15px 0;
}

.product .product-img .product-thumbs ul li img {
    background-color: #fff;
    padding: 15px; /* remove on production imgs */
}

.product .product-img .product-main-img img {
    background-color: #fff;
    padding: 30px; /* remove on production imgs */
}

.product .product-info {
    padding: 20px 20px;
    background-color: #d41a1d;
    color: #fff;
    margin-bottom: 10px;
}

.product .product-info .brand-label {
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.product .product-info .brand-value {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-block;
}

.product .product-info .product-num {
    padding: 0 0 0 20px;
}

.product .product-info .product-rating ul {
    text-align: right;
    padding: 0 0 0 0;
}

.product .product-info .product-rating ul li {
    display: inline-block;
    margin: 0 2px;
}

.product .product-info .product-rating ul li:last-of-type {
    margin-right: 0;
}

.product .product-num {
    margin: 0 0 5px 0;
}

.product .product-availability {
    font-size: 14px;
    margin-left: 20px;
}

.product .product-availability.on {
    color: #17b13a;
}

.product .product-availability.off {
    color: #d41a1d;
}

.product .product-availability i {
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.product .product-info .product-share ul {
    text-align: right;
    margin: 6px 0 0 0;
}

.product .product-info .product-share ul li {
    display: inline-block;
    margin: 0 3px;
}

.product .product-info .product-share ul li:last-of-type {
    margin-right: 0;
}

.product .product-info .product-share ul li a {
    font-size: 20px;
    color: #fff;
}

.product .product-details {
    border-top: 3px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    margin: 10px 0 0 0;
    padding: 20px;
}

.product .product-sum {
    padding: 20px;
}

.product .product-sum ul {
    text-align: right;
}

.product .product-sum ul li {
    margin-bottom: 5px;
}

.product .product-sum ul li span {
    display: inline-block;
    width: 100px;
}

.product .product-sum ul li span.free {
    color: #17b13a;
}

.product .product-sum ul li:last-of-type {
    font-weight: bold;
}

.product .product-prices {
    position: relative;
    float: right;
    margin-right: 40px;
    text-align: right;
    margin: 0 45px 0 0;
}

.product .product-prices .price {
    display: table;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
}

.product .product-prices .price.old-price sup {
    position: absolute;
    top: 4px;
    right: -26px;
    font-size: 14px;
    line-height: 14px;
}

.product .product-prices .price.old-price sub {
    position: absolute;
    bottom: 3px;
    right: -26px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

.product .product-prices .price.new-price {
    color: #020202;
    font-size: 42px;
    line-height: 42px;
}

.product .product-prices .price.new-price sup {
    position: absolute;
    top: 2px;
    right: -26px;
    font-size: 16px;
    line-height: 22px;
}

.product .product-prices .price.new-price sub {
    position: absolute;
    bottom: 3px;
    right: -26px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.product .product-prices .price.old-price {
    text-decoration: line-through;
    margin: 0 0 5px 0;
    color: #b4b4b4;
}

.product .product-block {
    padding: 40px 0;
}

.product .product-block .nav {
    border-bottom: 3px solid #e1e7ec;
    padding: 0 0 10px 0;
}

.product .product-block .nav a {
    display: inline-block;
    margin: 0 20px;
    color: #666;
}

.product .product-block .nav a.active,
.product .product-block .nav a:hover {
    color: #d41a1d;
}

.product .product-block .tab-content .tab-pane {
    padding: 20px 0;
}

.product .product-block .tab-content .tab-pane p:last-of-type {
    margin: 0;
}

/* thankyou */
.thankyou .heading {
    text-align: center;
    margin: 0 0 10px 0;
    color: #000;
}

.thankyou .thankyou-products-list {
    border-radius: 5px;
}

.thankyou .thankyou-products-list h5 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.thankyou .thankyou-products-list .thankyou-hint {
    text-align: center;
    margin: 15px 0 25px 0;
    padding: 0 40px;
}

.thankyou .thankyou-products-list .btn {
    margin: 0 auto;
    display: table;
}

.thankyou .cart .sum ul {
    margin: 0;
}

.thankyou .cart .sum {
    border-bottom: 10px solid #f1f1f1;
}

.thankyou .cart .sum ul li {
    margin: 10px 0;
}

.thankyou .cart .sum h4 {
    text-align: right;
}

/* contacts */
.contacts .heading {
    text-align: center;
    margin: 0 0 10px 0;
    color: #000;
}

.contacts .contact-info {
    margin: 0 0 40px 0;
}

.contacts .contact-info .info-item {
    padding: 15px 0;
    text-align: center;
}

.contacts .contact-info .info-item i {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 10px 0;
    display: block;
}

.contacts .contact-info .info-item .lab {
    display: block;
    font-weight: bold;
}

.contacts .contact-info .info-item .val {
    display: block;
    color: #666;
}

.contacts .contact-info .info-item .val:hover {
    color: #d41a1d;
}

.contacts .contact-form {
    padding: 0 100px;
}

.contacts .contact-form label {
    margin: 0 0 5px 0;
    display: block;
}

.contacts .contact-form .form-control {
    background-color: #f8f8f8;
}

.contacts .contact-form .btn {
    margin: 0 auto;
    display: table;
    padding: 8px 70px;
}

/* text */
.text p:last-of-type {
    margin: 0;
}

/* footer */
footer {
    margin: 35px 0 0 0;
    background-color: #f2f2f2;
    padding: 50px 0 0;
}

footer hr {
    border-color: #010101;
    margin-bottom: 60px;
}

footer h4 {
    color: #323232;
    border-bottom: 1px solid #3e3e3e;
    padding: 0 25px 5px 25px;
    margin: 0 0 15px 0;
    display: inline-block;
    text-transform: uppercase;
}

footer h5 {
    color: #323232;
    border-bottom: 1px solid #3e3e3e;
    font-weight: normal;
    padding: 0 0 2px 0;
    margin: 20px 0 8px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    width: 165px;
}

footer .footer-heading-img {
    height: 50px;
    margin: 0 0 20px 25px;
    display: block;
}

footer .footer-nav,
footer .footer-delivery {
    padding: 0 0 0 25px;
}

footer .footer-nav ul li {
    display: block;
    margin: 7px 0;
    position: relative;
}

footer .footer-nav ul li a {
    display: block;
    color: #7f7f7f;
}

footer .footer-nav ul li a:hover {
    color: #d41a1d;
}

footer .footer-delivery .couriers-img {
    height: 35px;
    display: inline-block;
    margin-right: 10px;
}

footer .footer-peyment,
footer .footer-blog,
footer .footer-about,
footer .footer-contacts {
    padding: 0 0 0 25px;
}

footer .footer-contacts ul li {
    position: relative;
    color: #7f7f7f;
    margin: 3px 0;
}

footer .footer-contacts ul li a {
    color: #7f7f7f;
}

footer .footer-contacts ul li a:hover {
    color: #d41a1d;
}

footer .footer-contacts ul li i {
    position: absolute;
    left: -19px;
    top: 1px;
    font-size: 14px;
}

footer .footer-blog form {
    position: relative;
}

footer .footer-blog form input[type=email] {
    padding: 8px 55px 8px 15px;
    color: #5e5e5e;
    border-color: #bababa;
    background-color: #fff;
}

footer .footer-blog form input[type=email]:focus {
    border-color: #666668 !important;
}

footer .footer-blog form button {
    background-color: #666668;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    padding: 0 15px;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    cursor: pointer;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

footer .footer-blog form button:hover {
    background-color: #d41a1d;
}

footer .copyright {
    border-top: 1px solid #010101;
    margin: 60px 0 0 0;
}

footer .copyright .copyright-text {
    color: #676769;
    padding: 18px 0;
}

footer .copyright .footer-copyright-nav {
    border-right: 1px solid #010101;
    border-left: 1px solid #010101;
    padding: 0 20px;
}

footer .copyright .footer-copyright-nav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

footer .copyright .footer-copyright-nav ul li {
    display: table-cell;
    width: 2%;
    text-transform: uppercase;
    padding: 18px 0;
    text-align: center;
}

footer .copyright .footer-copyright-nav ul li a {
    color: #676769;
    display: block;
}

footer .copyright .footer-copyright-nav ul li a:hover {
    color: #d41a1d;
}

footer .copyright .footer-social ul li {
    display: inline-block;
    color: #666668;
    font-size: 20px;
    margin: 12px 5px;
}

footer .copyright .footer-social ul li a {
    color: #666668;
}

footer .copyright .footer-social ul li a:hover {
    color: #d41a1d;
}