/*Styles */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    line-height: 1.5
}
/* default font size */

.fa {
    font-size: 14px;
}

a:active,
a:hover,
a:focus {
    outline: 1px transparent;
    text-decoration: none;
}

.btn:active {
    outline: 1px transparent;
}

input,
textarea,
button {
    /*-webkit-appearance: none; /*Safari/Chrome*/
    
    */
    /*-moz-appearance: none; /*Firefox*/
    
    */
    /*-ms-appearance: none; /*IE*/
    
    */
    /*-o-appearance: none; /*Opera*/
    
    */ appearance: none;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

select.form-control {
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 35px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}
/* Override the bootstrap defaults */

h1,
h2 {
    font-size: 22px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    /* color: #23a1d1;
		*/
    
    color: #000;
}

input[type="text"],
textarea,
input#input-password,
input[type="email"],
input[type="tel"],
input[type="password"] {
    border: 1px solid #ccc !important;
    /*    border-radius: 3px !important;*/
    /*height: 34px !important;*/
}
/* pagination */
.pagination>li>a, .pagination>li>span {

  color: #d52525;
  background-color: #fff;
  border: 1px solid rgb(169, 169, 169);

}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  color: #fff;
    background-color: #a01c1c;
  border-color: #a01c1c;
}
#subcribe_form input[type="text"] {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

#subcribe_form input[type="text"] {
    background: transparent !important;
    box-shadow: none !important;
}

#subcribe_form input[type="submit"] {
    background: #067fdd;
    border-color: #067fdd !important;
    color: #fff;
    text-shadow: none !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    font-weight: bold;
    padding: 6px 10px;
    text-align: center;
    border-radius: 2px;
}

#subcribe_form input[type="submit"]:hover {
    background: #1A91EE;
    color: #fff !important;
    text-shadow: none;
}

a:active,
a:hover,
a:focus {
    color: #d52525 !important;
    text-decoration: none;
}

#tabs a span:hover {
    color: #d52525 !important;
}

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

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

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;
    -webkit-appearance: 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;
}
/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

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

#subcribe_form label.control-label {
    float: left;
    font-size: 14px;
    color: #444;
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #a01c1c;
    /*    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    
    background-repeat: repeat-x;
    color: #fff !important;
}
/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

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

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

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#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: 6px;
}

#top-links a + a {
    margin-left: 15px;
}
/* logo */

#logo {
    margin: 0;
}
/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

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

#cart {
    margin-bottom: 10px;
}

#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 {
    z-index: 1001;
}

.checkout-cart tr td,
.cart_block_text tr td {
    background: none !important;
    vertical-align: middle !important;
}

.block_text_b_m,
.cart_block_text .table>tbody>tr>td {
    border: none !important;
}

.cart_block_text .table>tbody>tr:first-child>td {
    border-top: none;
}

li.block_log_f {
    position: relative;
    top: -8px;
    margin-bottom: 15px;
}

.checkout-cart .img-thumbnail {
    border: none !important;
}
/*
#top-links .dropdown a {
  padding: 10px;
}
*/

.checkout-cart .btn-danger,
.cart_block_text .btn-danger {
    border: none;
    background: url(../image/remove_basket.png) no-repeat;
    padding: 0;
    width: 10px;
    height: 10px;
}

#cart .dropdown-menu {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@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;
}
/* menu */

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

#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;
}

#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;
}

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

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@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;
    overflow: hidden;
}
/* footer */

.block_text_items_b {
    font-size: 9px;
}

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

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

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
/* alert */

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

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

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

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px 0 0;
    position: relative;
    white-space: nowrap;
}

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

.breadcrumb > li:after {
    content: '→';
    display: block;
    position: absolute;
    top: 0px;
    right: -12px;
    width: 26px;
    height: 26px;
}

.pagination {
    margin: 0;
}
/* buttons */

.buttons {
    margin: 1em 0;
}

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

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

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

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

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

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

.btn-default {
    
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #777;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.btn-default:hover {
    background: #E0E0E0;
}

.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: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

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

.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: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.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 a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: transparent;
}
/* 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 thumb ======================================= */

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    /* overflow: auto;
	*/
}

.product-thumb .image {
    text-align: center;
}

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

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

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

.product-grid{
    margin-bottom: 15px;
}
.product-grid .product-thumb .image {
    float: none;
}

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

.product-thumb h4 {
    font-weight: bold;
    line-height: 1.1
}

.product-thumb .caption {
    padding: 0 20px;
}

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

@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;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

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

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

.rating .star {
    display: inline-block;
    height: 24px;
    width: 100px;
    background-image: url(../image/star.svg);
    background-size: cover;
}

.rating .star-0 {
    background-position: 0px 1px;
}

.rating .star-1 {
    background-position: 0px -22px;
}

.rating .star-2 {
    background-position: 0px -44px;
}

.rating .star-3 {
    background-position: 0px -66px;
}

.rating .star-4 {
    background-position: 0px -88px;
}

.rating .star-5 {
    background-position: 0px -110px;
}

.rating .star-mini {
    width: 50px;
    height: 12px;
}

.rating .star-mini-0 {
    background-position: 0px 0px;
}

.rating .star-mini-1 {
    background-position: 0px -11px;
}

.rating .star-mini-2 {
    background-position: 0px -22px;
}

.rating .star-mini-3 {
    background-position: 0px -33px;
}

.rating .star-mini-4 {
    background-position: 0px -44px;
}

.rating .star-mini-5 {
    background-position: 0px -55px;
}

.left_aside .rating .star {
    margin-top: -4px;
}

.con_block_text .rating .star-5 {
    background-position: 0px -109px;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
    font-weight: 600;
    text-align: center;
}
.checkout-cart .product-thumb .price {
  text-align: left;
}
.common-home .product-thumb .price {
  color: #444;
  font-weight: 600;
  text-align: left;
}
.cart_block_text i.fa.fa-shopping-cart {
  color: #898a8a;
}
.product-thumb .price-new {
    font-weight: 600;
    background: #fff9c0;
}

.product-thumb .price-old {
    color: #444;
    text-decoration: line-through;
    margin-left: 10px;
}

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

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

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

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

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

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

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@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;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

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

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
/* fixed colum left + content + right */

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
/* ================================================================================================Product====================================================== */

.nav-tabs {
    clear: both;
}

.thumbnails {
    float: left;
    margin-bottom: 60px;
    border: 1px solid #ccc;
}

.tab-content>.tab-pane {
    display: block;
    line-height: 1.714285714;
}

.btn_width_m {
    width: 65px;
    border-radius: 0;
    height: 30px;
    /*    border-radius: 2px !important;*/
    
    font-weight: bold;
    padding-left: 17px;
}

.number {
    position: relative;
    float: left;
}

img.plus {
    position: absolute;
    left: 43px;
    top: 0px;
    border: 1px solid #c7c0c7;
    border-top-right-radius: 2px;
}

img.minus {
    position: absolute;
    left: 43px;
    top: 15px;
    border: 1px solid #c7c0c7;
    border-bottom-right-radius: 2px;
}
#product .button-wishlist {
      height: 30px;
}
.form-group {
    position: relative;
    margin-bottom: 0;
}

.left_aside {
    padding-bottom: 20px;
    /*    padding-top: 10px;*/
    /*    width: 32.2%;*/
    
    float: right;
    margin-left: 15px;
}

.block_text_f_text a {
    color: #d52525;
}

._block_div_code {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block_text_f_text {
    margin-bottom: 20px;
}

ul.list-unstyled > li + li {
    color: #292929;
    font-size: 12px;
}

h1.first_text {
    margin: 0 0 20px 0;
    color: #444;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

.thumbnail {
    border: none !important;
    margin-bottom: 2px !important;
}

.rating .fa-star + .fa-star-o {
    color: #ffd200;
}

.rating .fa-star-o {
    color: #ffd200;
    font-size: 18px;
}

a.rew_cart {
    margin-left: 15px;
    position: relative;
    top: 0px;
    right: 120px;
}

.left_aside a.rew_cart {
    top: -3px;
}

ul.list-unstyled.text_font_up li {
    color: #85ad74;
    font-size: 12px;
    font-weight: 300;
}

.btn_close_add {
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
    padding-left: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.btn_close_add:hover {
    background: none;
    border: none;
    color: #000;
    text-decoration: none;
}

.text_font_up {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 10px;
}

.product tr {
    border-bottom: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
}

.product td {
    padding-left: 25px;
}

.product tr:first-child {
    border-top: 1px solid #ccc;
}

.product tr:nth-child(odd) {
    background: #faf9f9;
}

.breadcrumb {
    padding: 8px 0;
    border: none;
    background: none;
}

.fa-home {
    color: #d52525;
}

.bg_name {
    float: left;
}

.rating_star {
    padding-top: 30px;
    margin-bottom: 5px;
}

.block_rew_t {
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 35px 0;
}

.block_text_des {
    padding-left: 30px;
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 400;
}

.con_block_text {
    width: 175px;
    float: left;
}

strong.bg_name {
    color: #444444;
}
/*#tab-review .alert {
    position: absolute;
    bottom: 84px;
    left: 0px;
    width: 100%;
}

#tab-review .fa {
    font-size: 18px;
    color: #ffd200;
}
*/

#review .table-bordered {
    border: none !important;
}

#review tr:nth-child(odd) {
    background: transparent !important;
}

#review .table-striped>tbody>tr:nth-child(odd)>td,
#review .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

#review .table-bordered>thead>tr>th,
#review .table-bordered>tbody>tr>th,
#review .table-bordered>tfoot>tr>th,
#review .table-bordered>thead>tr>td,
#review .table-bordered>tbody>tr>td,
#review .table-bordered>tfoot>tr>td {
    border: none;
}

#review tr:first-child,
#review tr {
    border-top: none;
    border-bottom: none;
}

div#review {
    margin-top: 55px;
}

.parent_border .cart_border {
    margin-left: 0;
}

.parent_border {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 35px;
}

div#review td {
    padding-left: 0px;
}

.block_text_f_p {
    padding-top: 0;
}

.block_f_l {
    padding-left: 0;
}

.block_text_f_p label.control-label {
    padding-top: 0 !important;
}

.product .form-horizontal input[type=radio] {
    margin: 0px 3px 0px -1px;
    padding: 0px;
    width: 15px;
    opacity: 0 !important;
    z-index: 9999;
    cursor: pointer;
    position: relative;
    height: 15px;
    top: 10px;
}

.product .form-horizontal .star-div {
    width: 100px;
    height: 13px;
    float: left;
    margin: 5px 0px 0px 0px;
    position: absolute;
    top: 3px;
    left: 12px;
}

.product [class^="icon-large-stars-"],
.product [class*="icon-large-stars-"] {
    width: 100px;
    height: 13px;
}

.form-horizontal input[type="radio"] + label {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../image/zvezda-sprite.png) no-repeat;
    cursor: pointer;
}

.form-horizontal input[type="radio"]:checked + label {
    background: url(../image/zvezda-sprite.png) -18px 0 no-repeat;
    display: inline-block;
}

.form-horizontal .form-control {
    border-radius: 0;
    width: 99.9%;
}

.left_aside .rew_cart {
    color: #067fdd;
}

.left_aside h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
}

.left_aside hr {
    border-top: none;
}

.left_aside .list-unstyled {
    margin-bottom: 30px;
}

.product {
    position: relative;
}

input#input-quantity {
    background-color: rgba(255, 210, 0, 0.01);
}

.block_none_font {
    color: #fff !important;
}

.link_contact {
    position: absolute;
    right: 16px;
    top: 7px;
    background: url(../image/bg_mail.png) left center no-repeat;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}

.product .table>thead>tr>th,
.product .table>tbody>tr>th,
.product .table>tfoot>tr>th,
.product .table>thead>tr>td,
.product .table>tbody>tr>td,
.product .table>tfoot>tr>td {
    vertical-align: middle;
}
/*.alert {
	position: relative;
	top: 10px;
}*/

.text_font_up li + li {
    color: #85ad74;
}

.form-group.rew_block_text {
    margin-top: 20px;
}

.product .btn-primary {
    width: 97px;
    height: 30px;
}

#button-cart {
    padding: 5px;
}

.btn-primary {
    background: #a01c1c !important;
    border-color: #a01c1c !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    display: inline-block !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid transparent !important;
    font-weight: bold !important;
    padding: 6px 10px;
    text-align: center;
    border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #E13F3F;
    color: #fff !important;
    text-shadow: none;
}

.block_over {
    font-size: 12px;
    color: #444;
    margin-top: 35px;
}

div#column-extra1 {
    overflow: hidden;
    margin: 50px 0;
    border: 1px solid #ccc;
    width: 290px;
    height: 100px;
}

div#column-extra1 .img-responsive {
    max-width: none;
}

.block_image_text .alignright {
    float: right;
}

.block_image_text {
    margin-top: 80px;
    color: #444;
}

.product [class^="icon-"],
.product [class*="icon-"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url(../image/star.svg);
    background-repeat: no-repeat;
}

.product [class^="icon-large-stars-"],
.product [class*="icon-large-stars-"] {
    width: 100px;
    height: 20px;
}

i.icon-large-stars-1 {
    background-position: 0px -23px;
}

i.icon-large-stars-2 {
    background-position: 0px -46px;
}

i.icon-large-stars-3 {
    background-position: 0px -69px;
}

i.icon-large-stars-4 {
    background-position: 0px -92px;
}

i.icon-large-stars-5 {
    background-position: 0px -115px;
}

.text_b_m_g {
    padding-top: 5px;
}

.addthis_button_compact {
    display: none !important;
}

.addthis_toolbox a.addthis_button_facebook_like.at300b {
    margin-right: 27px;
}

.addthis_toolbox a.addthis_button_tweet.at300b {
    margin-right: 0px;
}

.product .radio-div {
    position: relative;
}

i.class_check {
    position: absolute;
    top: 8px;
    left: 80px;
}

[lang="ru"] .addthis_toolbox a.addthis_button_facebook_like.at300b {
    margin-right: 20px;
}

[lang="ru"] .addthis_toolbox a.addthis_button_tweet {
    width: 100px !important;
    margin-right: 20px;
}

[lang="ru"] .addthis_toolbox a.addthis_button_pinterest_pinit {
    width: 45px !important;
}

[lang="ru"] .product .form-horizontal .star-div {
    top: 4px;
    left: 95px;
}

h3.block_rel_text {
    margin-bottom: 25px;
    font-size: 22px;
    margin-left: -15px;
}

.left_aside i.star {
    float: left;
    margin-right: 10px;
}
/* ===============================================================Cart========================================================================= */

.basket_by {}

.basket_by .table-bordered>thead>tr>th,
.basket_by .table-bordered>tbody>tr>th,
.basket_by .table-bordered>tfoot>tr>th,
.basket_by .table-bordered>thead>tr>td,
.basket_by .table-bordered>tbody>tr>td,
.basket_by .table-bordered>tfoot>tr>td {
    border: none;
    vertical-align: middle;
}

.basket_by .table-bordered {
    border: none;
}

.basket_by tr:first-child {
    border-top: none;
}

.basket_by tr:nth-child(odd) {
    background: transparent;
}

.basket_by .img-thumbnail {
    border: none;
}

.basket_by .btn-danger {
    border: none;
    background: url(../image/remove_basket.png) no-repeat;
    padding: 0;
    width: 10px;
    height: 10px;
}

.basket_by .btn-danger:hover,
.basket_by .btn-danger:active,
.basket_by .btn-danger.active,
.basket_by .btn-danger.disabled,
.basket_by .btn-danger[disabled] {
    box-shadow: none;
}

.basket_by td.text-left a:hover {
    text-decoration: none;
}

.basket_by .table>caption+thead>tr:first-child>th,
.basket_by .table>colgroup+thead>tr:first-child>th,
.basket_by .table>thead:first-child>tr:first-child>th,
.basket_by .table>caption+thead>tr:first-child>td,
.basket_by .table>colgroup+thead>tr:first-child>td,
.basket_by .table>thead:first-child>tr:first-child>td {
    font-weight: bold;
}

.basket_by .number {
    overflow: hidden;
    width: 65px;
}

.basket_by .btn-block {
    position: relative;
    left: 60px;
}

.basket_by .btn-primary:hover {
    background: -webkit-linear-gradient(90deg, #e2dee2 100%, #f8f7f8 0%);
    background: -moz-linear-gradient(90deg, #e2dee2 100%, #f8f7f8 0%);
    background: -o-linear-gradient(90deg, #e2dee2 100%, #f8f7f8 0%);
    background: -ms-linear-gradient(90deg, #e2dee2 100%, #f8f7f8 0%);
    background: linear-gradient(0deg, #e2dee2 100%, #f8f7f8 0%);
}

.by_cart {
    padding-left: 0 !important;
}

.basket_by .btn-danger {
    position: relative;
    left: 0px;
}

.cart-text-danger {
    display: block;
    color: #a94442;
    font-weight: bold;
    font-size: 12px;
}

.input-group .input-group-btn {
    position: relative;
    left: 10px;
}

#quickcheckout .input-group .input-group-btn {
    position: relative;
    left: 0px;
}

.checkout-cart .number {
    margin-right: 15px;
}

.checkout-cart a.btn.btn-primary {
    color: #fff !important;
    padding: 5px 43px;
}

.checkout-cart a.btn-default:focus,
.checkout-cart a.btn-default:active {
    color: #5e5e5e !important;
}

.checkout-cart a.btn.btn-primary:hover {
    color: #fff !important;
    background: #E13F3F;
}

.checkout-cart .btn-default,
.checkout-cart button.btn.btn-primary,
.checkout-cart input#button-voucher,
.checkout-cart input#button-coupon,
.checkout-cart input#button-quote {
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px !important
}

.checkout-cart .btn-default:hover,
.checkout-cart button.btn.btn-primary:hover,
.checkout-cart input#button-voucher:hover,
.checkout-cart input#button-coupon:hover,
.checkout-cart input#button-quote:hover {
    background: #E0E0E0;
    color: #777 !important;
}

.checkout-cart tr,
.cart_block_text tr {
    border-bottom: 1px solid #f7f6f7;
}

footer tr {
    border-bottom: none !important;
}

.checkout-cart td {
    color: #444;
}

.checkout-cart td a {
    text-decoration: none;
    color: #d52525;
}

.checkout-cart h1 {
    font-size: 26px;
    color: #444;
}

.checkout-cart div#accordion input,
.checkout-cart div#accordion select {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.checkout-cart .form-group.required {
    margin-bottom: 15px;
}

.checkout-cart select#input-country,
.checkout-cart select#input-zone {
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 35px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.block_t_back {
    float: right;
}

.block_t_back input {
    background: none !important;
    border: none !important;
}

a.class_block_g.btn-primary {
    padding: 0px 10px;
    color: #fff !important;
}

a.class_block_g_m.btn-default {
    padding: 8px 11px;
    color: #777 !important;
}

.checkout-cart div#tabs {
    position: relative;
    top: 30px;
}

.checkout-cart a.link_tab2 {
    display: none;
}

.checkout-cart a.link_tab1 {
    display: block;
    position: relative;
    left: -154px;
    top: 10px;
}

[lang="ru"] .checkout-cart a.link_tab1 {
    left: -181px;
}

[lang="ru"] .checkout-cart .block_latest .product-thumb h4 {
    min-height: 57px;
}

[lang="en"] .checkout-cart .block_latest .product-thumb h4 {
    min-height: 38px;
}

.text_block_style h2 {
    color: #717171;
    font-size: 12px;
    font-weight: bold;
}
/* =============================================================Category======================================================================== */


.product-thumb {
    border: none;
}

.category-block p.price,
.category-block .product-thumb h4,
.block_rel_hover p.price {
    text-align: center;
}

.category-block .overlay_view,
.block_rel_hover_blue .overlay_view {
    width: 100%;
    height: 100%;
    background-color: #067fdd;
    top: 0px;
    left: 0;
    opacity: 1;
    background-image: url(../image/btn_view_product.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 5;
}

.block_rel_hover_blue .overlay_view {
    width: 95%;
    height: 90%;
    left: 16px;
}

.category-block .product-grid .product-thumb {
    position: relative;
}
/*.category-block .product-grid .product-thumb:hover .overlay_view {
		display: block;
}*/

.image:hover {
    opacity: 0.8;
}
/*.category-block .product-list .image:hover .overlay_view,
.block_rel_hover_blue .product-thumb:hover .overlay_view{
		display: block;
}*/

.category-block .product-list .overlay_view {
    width: 29%;
    height: 85%;
    top: 0px;
    left: 16px;
}

.product-list .price-tax {
    display: block;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

span.price-tax {
    display: none !important;
}

.product-grid .link_cart {
    visibility: hidden;
}
.product-grid .caption {
    text-align: center;
}

 .product-grid .product-thumb:hover .link_cart {
    visibility: visible;
}



.product-search #content {
    min-height: 640px;
    margin-bottom: 25px;
}


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

.product-list .overlay_view {
    opacity: 1;
}

.product-list .product-thumb .price-old {
    color: #444;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-list span:hover {
    /*color: #d52525;*/
    cursor: pointer;
}


.list-group-item {
    border: none;
}

.list-group a {
    border: none;
    color: #000;
    padding: 0;
}

ul.children {
    padding-left: 0;
    display: none;
    margin-top: 10px;
}

ul.dropdown-menu-click {
    padding-left: 0;
}

ul.dropdown-menu-click a {
    color: #333;
    font-weight: 300;
}

ul.dropdown-menu-click ul.children a {
    color: #000;
    font-weight: 400;
}

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

.category-block .list-group-item {
    padding: 10px 20px 10px 25px;
    position: relative;
    text-indent: -11px;
    /*  background: #ebebeb;*/
    
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    -moz-background-clip: padding;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-click ul.children li {
    border: none;
    background-image: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group.required {
    margin-top: 19px;
}

.bl_rad_text {
    overflow: hidden;
    margin-top: 15px;
}

.count {
    background: url(../image/plus-dropdown.svg) center center no-repeat;
    display: block;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 25px;
    cursor: pointer;
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dropdown-menu-click ul.children li {
    padding-left: 0 !important;
}

.open_block {
    background: url(../image/prod_cat_minus.svg?v=4.1) center center no-repeat;
    display: block;
    height: 18px;
}

.block_selector {
    color: #d52525 !important;
}

.category-block .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #a01c1c;
    /*  margin-left: -15px;*/
}

.category-block h2.block_margin_top {
    color: #067fdd;
    font-size: 24px;
    font-weight: 300;
    margin-top: 8px;
}
/* макс 04,03,2015. Замена h2 в категрии на h1 */

.category-block h1.block_margin_top {
    color: #d52525;
    font-size: 24px;
    font-weight: 300;
    margin-top: -8px;
}

 .product-thumb p > a,
.block_rel_hover a,
.news-article .caption h4 a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.product-list .product-thumb p > a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.product-grid .product-thumb .caption p{
    height: 40px;
}
.product-grid .product-thumb .caption p > a {
    text-align: center;
    display: block;
}

.product-grid .product-thumb .caption .block_text_g_r {
    display: none;
}

.category-block #content .col-sm-3 {
    margin-left: 44px;
}

.category-block #content .col-sm-3:first-child,
.category-block #content .col-sm-3:nth-child(4) {
    margin-left: 0px;
}

a.link_cart span:hover {

    cursor: pointer;
}

.product-list h4 a {
    color: #4b4b4b;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 29px;
}

.product-list p.price {
    text-align: left !important;
}

.product-list h4 {
    text-align: left;
    margin-top: 0;
}

.product-list p.dec_text {
    color: #5e5c5c;
    font-size: 14px;
    margin-bottom: 25px;
}

.category-block p.price,
.block_rel_hover p.price {
    font-weight: 600;
}

.block_convert {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #717171;
    font-weight: 300;
    padding: 0;
    margin-bottom: 30px;
}

.border_blue {
    margin-bottom: 20px;
}

.block_convert p {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

#owl-example {
    position: relative;
}

.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 0px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
}

.owl-buttons .owl-prev {
    left: 0;
}

.owl-buttons .owl-next {
    right: 0px;
    background-position: -17px 0px;
}

.text_block_bottom {
    margin-bottom: 15px;
}

.category-block hr {
    border-top: 1px solid #067fdd;
}

.block_text_size,
.block_font_size_text,
.block_text_pag_n {
    font-size: 11px;
}

.block_width_img_size img {
    width: 100%;
}

.block_hover_art .name a:hover {
    color: #121212 !important;
}

.category-block .list-group a:hover {
    color: #444444;
    background: none;
    border: none;
    text-shadow: 0 1px 0 #FFF;
}

li.text_block_decor {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product p {
    line-height: 1.714285714;
}

.pagination>li>a,
.pagination>li>span {
    padding: 2px 9px;
}

.block_convert h1,
.block_convert h2,
.block_convert h3 {
    font-size: 15px;
    font-weight: bold;
    color: #717171;
}

.text_vertical_block {
    position: relative;
    margin-bottom: 30px;
}

.block_vert {
    position: relative;
    top: 7px;
    text-align: right;
}

.block_none {
    display: none;
}
/*.left_aside .list-unstyled:first-child{
margin-bottom: 60px;
}*/

li.text_block_decor,
li.text_block_yellow {
    width: 60px;
    float: left;
    text-align: center;
}

li.text_block_yellow h2 {
    background: #fff9c0;
    margin: 1px 0 0 0;
}

/*.left_aside ul.list-unstyled li {
    display: inline-block;
}*/
.left_aside h2 .price-description {
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
.left_aside .price-option {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

.left_aside ul.list-unstyled li:last-child {
    display: block;
}

.caption h4 a {
    /*height: 18px;*/
    
    display: block;
}

.category-block #column-left .list-group {
    margin-left: 0px;
}

ul.breadcrumb li a,
ul.breadcrumb li a i {
    font-size: 13px;
}

.text_vertical_block .btn-default:active {
    /* border-color: #ccc;
		*/
    
    background: transparent;
    /*color: #fff;*/
}

.text_vertical_block .btn,
#list-view,
#grid-view {

}

ul.breadcrumb li {
    font-size: 13px;
}

ul.breadcrumb li:last-child:after {
    content: '';
}

.product-grid p.dec_text {
    display: none;
}

.category-block #content .col-sm-3 ul {
    padding-left: 15px;
}

.category-block #content .col-sm-3 ul li {
    list-style: none;
    margin-bottom: 13px;
    width: 206px;
}

.category-block #content .col-sm-3 ul li a {
    color: #d52525;
    font-size: 14px;
}

.category-block #content .col-sm-3 {
    padding: 0;
}

h3.top_row_block {
    margin-bottom: 25px;
}

.block_product_text {
    margin-bottom: 20px;
}

.product-list .product-thumb {
    margin-bottom: 45px;
}

.breadcrumb li a {
    color: #d52525 !important;
}

span.price-tax:hover {
    color: #999;
}

.rating {
    text-align: center;
}

.product-list .rating {
    text-align: left;
}

#tab-review .rating {
    text-align: left;
}
#d_mega_menu .submenu img {
  max-width: 230px !important;
  width: 100% !important;
}
/* =================================================================Article======================================================================== */

.article_text .count {
    right: 0px;
}

.article_text .article-meta {
    position: relative;
    margin-top: 10px;
    color: #757575;
}

.article_text .article-share {
    position: absolute;
    right: 0;
    top: 0;
}

.product table {
    max-width: 767px;
    width: 100%;
    max-width: 767px;
    width: 100%;
    border: 1px solid #ccc;
}

.product .table {
    max-width: 100%;
}

.block_padding {
    padding: 0;
    margin-bottom: 45px;
    margin-top: 14px;
}

img#image-article {
    width: 100%;
}

.block_form_contact .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.block_form_contact textarea.form-control {
    height: auto !important;
}

.block_form_contact b {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 47px;
}

.block_form_contact h2#com-title {
    font-size: 16px;
    font-weight: 700;
}

h1.font_text {
    font-size: 27px;
    color: #000;
}

.article-content {
    line-height: 26px;
    text-align: justify;
}

.article_text .description {
    height: 140px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-article .list-group-item {
    padding: 10px 0px;
}
/* ==================================================================Header======================================================================= */

.header_top {
    display: block;
    background: #a01c1c;
    padding-top: 10px;
    padding-bottom: 6px;
}

#search {
    margin-bottom: 10px;
    position: relative;
    max-width: 370px;
    margin: 0;
    float: right;
    width: 100%;
    top: -10px;
    right: 8px;
}

#search .input-lg {
    width: 100%;
    padding: 5px 0 4px 8px;
    color: #676767;
    outline: none !important;
    height: 30px;
    border-radius: 0;
    border: none !important;
    box-shadow: none;
    border-radius: 0 !important;
    padding-right: 30px;
}

#search input::-webkit-input-placeholder,
#search input:-moz-placeholder {
    color: #75706b !important;
}

#search .btn-lg {
    position: absolute;
    top: 9px;
    right: 20px;
    height: 14px;
    width: 14px;
    font-size: 0px;
    color: #414141;
    text-align: center;
    line-height: 20px;
    border-width: 0;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    background: url(../image/loop.svg), #fff;
    box-shadow: none;
}

nav#to,
span#cart-total,
.seti_block .phone_text,
#top-links li {
    color: #292929 !important;
    font-size: 12px !important;
}

.search_header {
    margin-top: 7px;
}

.slogan_top {
    margin-top: 17px;
    color: #fff;
    font-size: 14px;
}

.banner_top {
    background-image: url(../image/red_circle.svg);
    height: 77px;
    background-repeat: no-repeat;
    margin-top: -20px;
    background-position: right center;
    background-size: contain;
    margin-top: -25px;
}

#top {
    margin-bottom: 0;
    height: 35px;
    background-color: #fff;
    color: #000;
    padding: 0;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    background: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #000;
    padding: 0;
}

#top-links {
    padding-top: 0px;
    line-height: 33px;
}

li.top_text_header {
    position: relative;
    top: -8px;
}

#cart {
    margin: -7px 0px 10px 0;
}

#top .btn-link {
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    padding: 0;
}

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

.seti_block {
    position: absolute;
    font-size: 20px;
    top: 9px;
}

span.phone_text.hidden-xs.hidden-sm.hidden-md {
    vertical-align: -webkit-baseline-middle;
}

a.facebook {
    color: #08619b;
}

a.facebook:active,
a.facebook:focus {
    color: #08619b !important;
}

a.twitter:active,
a.twitter:focus {
    color: #00baff !important;
}

a.twitter {
    color: #00baff;
}

a.facebook,
a.twitter {
    position: relative;
    top: 3px;
}

#top-links a {
    color: #000;
}

.lang_img {
    position: relative;
    top: 3px;
}

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

p.welcome_sign {
    font-size: 0px;
}

.seti_block .phone_text {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.phone_text {
    position: relative;
    top: -10px;
    left: 10px;
}

span.text_ger {
    font-size: 9px;
    color: #444;
    position: relative;
    left: -74px;
    top: 5px;
}

.phone_text i.fa.fa-phone {
    color: #000;
}

li.cart_block_text img {
    position: relative;
    top: -2px;
    border: none;
}

li.cart_block_text {
    width: 147px;
    margin-left: 15px;
}

li.top_text_header.login_text {
    margin-right: 10px;
    margin-left: -10px;
}

.product-thumb .caption {
    padding: 0;
}

.block_cat_text_s ul {
    list-style: none;
    padding-left: 5px;
    text-align: center;
}

.block_cat_text_s li {
    display: block;
    width: 35%;
    text-align: left;
    margin-bottom: 10px;
    margin: 0px 10px 14px 10px;
    list-style: none;
}

.block_cat_text_s li a {
    color: #d52525;
    display: block;
    width: 230px;
    height: 80px;
}

.block_cat_text_s img.image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    vertical-align: middle;
}

.block_cat_text_s span.text {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
}

.block_cat_text_s {
    padding-left: 0;
    margin-bottom: 30px;
}

.block_text_g_t_l {
    text-align: left;
}
/* ======================================================product-manufacturer============================================================================== */

.product-manufacturer .buttons .pull-right a:active,
.product-manufacturer .buttons .pull-right a:hover,
.product-manufacturer .buttons .pull-right a:focus,
.affiliate-login .well .btn-primary:active,
.affiliate-login .well .btn-primary:hover,
.affiliate-login .well .btn-primary:focus {
    color: #fff !important;
}
/* ======================================================account-voucher============================================================================== */

.account-voucher .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    color: #444;
}

.account-voucher .form-horizontal .not_class {
    padding-left: 15px;
}
/* ==================================================================Home========================================================================== */

.bnews-list .artblock {
    clear: none !important;
}

.owl-carousel {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.owl-pagination {
    top: -30px !important;
    position: relative;
    z-index: 1000 !important;
    right: 25.7% !important;
    text-align: right !important;
}

button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle img {
    margin-right: 10px;
}

.owl-carousel:hover .owl-buttons .owl-next {
    right: 30px !important;
}

.owl-carousel .owl-buttons div {
    color: #fff !important;
}

.owl-controls .owl-page span {
    width: 26px !important;
    height: 6px !important;
    background: #bdbdbb !important;
    border-radius: 0 !important;
}

.owl-controls .owl-page.active span {
    background: #a01c1c !important;
}

h3.text_block_center {
    color: #000000;
    font-size: 0px;
    width: 125px;
    text-transform: uppercase;
}

.block_latest .product-thumb .image {
    float: left;
    margin-bottom: 24px;
    width: 140px;
    width: 130px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    min-width: 130px;
    max-width: 130px;
    margin-right: 10px;
}

.block_latest .button-group {
    clear: both;
}

.block_latest .caption p {
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 300;
    color: #5e5c5c;
    min-height: 40px;
}

.block_latest .caption .price {
    font-weight: 400;
    min-height: 20px;
}

.block_latest {
    padding: 0;
    padding-left: 15px;
}

.block_latest .caption a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.block_latest .caption a:hover {
    color: #017;
}

.block_latest .product-thumb {
    margin: 0;
}

.block_latest .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
}

.button-group a {
    float: right;
    margin-right: 72px;
    cursor: pointer;
}

.boreder_blue_block {
    border-bottom: 1px solid #067fdd;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.block_latest:nth-child(3) .product-thumb,
.artblock:nth-child(3) .fff {
    border-right: none;
}

.block_latest .product-thumb h4 {
    min-height: 38px;
    margin-right: 5px;
    /*height: 57px;*/
    
    max-height: 38px;
    overflow: hidden;
    margin-top: 0;
}

[lang='ru'] .block_latest .product-thumb h4 {
    max-height: 57px;
    margin-right: 5px;
    min-height: 57px;
}

.block_latest .caption a.link_cart {
    font-size: 14px;
    cursor: pointer;
}

.block_latest .product-thumb .caption {
    min-height: 80px;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.block_overlow {
    float: left;
    margin-right: 15px;
    width: 130px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    min-width: 130px;
    max-width: 130px;
}

.block_new_text .bnews-list .artblock .description {
    color: #777;
    height: 45px;
    overflow: hidden;
    margin-bottom: 13px;
    font-size: 12px;
}

.block_new_text .bnews-list .artblock .name a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.block_bottom_text h1 {
    color: #717171;
    font-size: 12px;
    font-weight: bold;
}

.block_new_text .name {
    margin-bottom: 11px;
}

.block_new_text .blog-button a.button {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    width: 117px;
    height: 9px;
    text-transform: uppercase;
    padding-right: 0px;
}

.common-home .bnews-list .artblock .blog-button {
    text-align: left;
    padding-top: 0;
}

.text_border_bottom {
    border-bottom: 1px solid #cdcfd1;
    margin: 30px 0 30px 0;
}

#tabs-3 .text_border_bottom {
    border-bottom: 1px solid #cdcfd1;
    margin: 25px 0 30px 0;
}

h3.text_block_c {
    max-width: 325px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.common-home .text_block_c a {
    text-transform: lowercase;
}


.common-home .owl-controls .owl-page {
    margin: 0px 2px !important;
}

.common-home .artblock:hover {
    background-color: transparent;
}

.fff {
    overflow: hidden;
    padding-right: 10px;
}

.common-home .bnews-list .artblock {
    padding: 0px;
}

.bnews-list .artblock + .artblock {
    padding-right: 8px;
}

.fff .name {
    height: 47px;
    overflow: hidden;
}

#tabs-3 + script + div {
    margin-bottom: 50px;
}

.common-home .common-home .name {
    height: 65px;
}

.common-home .bnews-list .artblock .name a:hover {
    text-decoration: none;
    color: #017;
}

.common-home .text_block_center {
    display: none;
}

div#tabs {
    position: relative;
	margin-top: 60px;
	top: 0px;
}

ul.ccs_text {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    top: -42px;
}

.checkout-cart ul.ccs_text {
    left: 27%;
}

.ccs_text li {
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
}

.ccs_text li a {
    text-transform: uppercase;
    /*    color: #000000 !important;*/
    
    font-size: 14px;
}

.ui-state-active a {
    color: #000;
}

.ui-state-default {
    text-transform: uppercase;
}

.text_block_style,
.block_bottom_text {
    color: #717171;
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
}

a.block_show {
    color: #d52525;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px dotted;
}

[lang="en"] .fl_left_rus {
    display: none;
}

[lang="ru"] .fl_left {
    display: none;
}

.qwerty {
    color: #d52525 !important;
}

.footer_block .col-sm-3:first-child {
    padding-left: 0;
}

.common-home .submenu-items li {
    margin-bottom: 5px;
}

.product div#tab-review h2,
.block_rel_text,
.news-article .block_form_contact h2,
.news-article #content h3 {
    border-bottom: 1px solid #a01c1c;
    padding-bottom: 15px;
}

h3.text_block_c a {
    color: #d52525;
    font-size: 12px !important;
}

.news-article .blog-author {
    position: absolute;
    top: 0px;
    right: 140px;
}

[lang="ru"] .news-article .blog-author {
    right: 175px;
}

.news-article .blog-author a {
    margin-left: 5px;
}

.table-striped>tbody>tr:last-child>td,
.table-striped>tbody>tr:last-child>td {
    text-align: center;
}

.common-home .product-thumb .rating {
    padding-bottom: 10px;
    display: none;
}
.common-home #content > div {
  position: relative;
  top: -40px;
  padding-bottom: 25px;
    color: #717171;
  font-size: 12px;
  font-weight: 300;
}
.common-home #content > div h2 {
  color: #717171;
  font-size: 12px;
  font-weight: bold;
}
#d_mega_menu .menu .dropdown-menu {
  z-index: 9999 !important;
}
a.link_cart {
  background: #a01c1c;
  border-color: #a01c1c;
  color: #fff;
  text-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  border-radius: 2px;
}
.block_latest .caption .link_cart{
    color: #fff;
}
.block_latest .caption .link_cart:hover{
  color: #fff !important;
  background: #E13F3F;
}
#tabs a span:hover {
  color: #fff !important;
}
/* =======================================================Articles & Video======================================================================== */

.news-ncategory .block_conv_hov {
    margin-bottom: 20px;
    padding-top: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
    min-height: 383px;
}

.block_hover_art {
    padding: 5px 2px 1px 5px;
}

.news-ncategory .name {
    height: 58px;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-ncategory .article_text .article-meta {
    height: 22px;
    overflow: hidden;
    display: none;
}

.news-ncategory .artblock img {
    width: 99%;
    height: 200px;
}

.news-ncategory .article_text .description {
    height: 55px;
    overflow: hidden;
    text-align: left;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.news-ncategory .block_ov_clear {
    clear: both;
}

.news-ncategory .name a {
    font-size: 17px;
    color: #121212;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin-top: 15px;
    text-align: left;
}

.artblock:hover {
    background-color: #EEE;
}

.block_hover_art .total-comments,
.block_hover_art .blog-button {
    display: none;
}

.news-ncategory ul.dropdown-menu-click ul.children a {
    text-indent: -12px;
}

.news-ncategory .pagination {
    min-width: 375px;
}
/* ================================================================Footer======================================================================== */

.footer_block {
    margin: 0;
}

footer {
    /*height: 100%;*/
    
    border-top: 1px solid #cecccc;
    background-color: #ebebeb;
    margin-top: 50px;
}

footer a {
    color: #201f20 !important;
    font-weight: 300;
    font-size: 14px;
}

footer a:hover {
    color: #201f20;
}

.footer_text {
    color: #444;
    width: 310px;
    float: left;
    margin-top: 4px;
    text-transform: none;
    font-weight: 100;
}

.money {
    float: right;
    margin-top: -3px;
}

footer p {
    color: #666;
}

footer .footer_block li {
    line-height: 24px;
    list-style: square;
    margin-left: 15px;
    font-size: 14px;
    color: #838383;
}

footer ul.list-unstyled > li + li {
    font-size: 14px;
    color: #838383;
}
/* =======================================================================sing in========================================================================= */

.account-login .btn_position:hover,
.account-login .btn-primary:hover,
.account-login .btn-primary:focus,
.account-login .btn-primary:active {
    color: #fff !important;
}

.account-login a.list-group-item,
.account-forgotten a.list-group-item,
.affiliate-login a.list-group-item,
.affiliate-register a.list-group-item,
.affiliate-forgotten a.list-group-item,
.affiliate-success a.list-group-item,
.account-success a.list-group-item,
.account-account a.list-group-item,
.affiliate-account a.list-group-item,
.account-password a.list-group-item,
.affiliate-password a.list-group-item,
.affiliate-payment a.list-group-item,
.affiliate-tracking a.list-group-item,
.affiliate-transaction a.list-group-item,
.account-address a.list-group-item,
.account-wishlist a.list-group-item,
.account-order a.list-group-item,
.account-download a.list-group-item,
.account-reward a.list-group-item,
.account-return a.list-group-item,
.account-transaction a.list-group-item,
.account-newsletter a.list-group-item,
.account-recurring a.list-group-item,
.account-logout a.list-group-item,
.affiliate-logout a.list-group-item,
.account-voucher a.list-group-item,
.affiliate-edit a.list-group-item {
    margin-bottom: 10px;
    color: #333;
    font-weight: 300;
}

.account-login input#input-password {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.account-login label.control-label,
.affiliate-login label.control-label {
    font-size: 14px;
    color: #444;
}
/* =======================================================================Checkout========================================================================== */

#d_quickcheckout a {
	color: #000 !important;
}

.panel-default>.panel-heading {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #a01c1c !important;
}

.checkout-checkout .panel-default {
    border-color: transparent !important;
}

.checkout-checkout .panel-heading {
    width: 95% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
}

.checkout-checkout .panel-body .radio, .checkout-checkout .panel-body .checkbox {
	padding-left: 0px !important;
}

.checkout-checkout input, textarea, select {
    border-radius: 0px !important;
}

.checkout-checkout #payment_view {
	padding: 15px;
}

.checkout-checkout .input-group .input-group-btn {
	left: 0px;
}

.checkout-checkout select {
    background-color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 35px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.checkout-checkout span.text,
.product label.control-label,
.news-article .block_form_contact label,
.information-contact .form-horizontal .control-label {
    font-size: 14px !important;
    color: #444 !important;
}

.product button#button-review {
    padding: 4px 15px;
    height: 32px !important;
}

.checkout-checkout .panel {
    box-shadow: none;
}

.checkout-checkout .input-group input#coupon,
.checkout-checkout input#voucher {

    border: 1px solid #ccc;
    border-radius: 0px;
}

.checkout-checkout .input-group {
    margin-bottom: 10px;
}

.checkout-checkout button#confirm_coupon,
.checkout-checkout button#confirm_voucher {
    width: 70px;
    margin-right: 10px;
}

.checkout-checkout .form-horizontal.qc-summary,
.checkout-checkout .form-horizontal.qc-options {
    background: #f7f6f7;
    padding: 12px 12px 0 12px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.checkout-checkout .form-horizontal.qc-summary {
    border-radius: 0 0 4px 4px;
}

.checkout-checkout .form-horizontal {
    color: #444;
}

.checkout-checkout .qc-totals {
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
}

.checkout-checkout .qc-totals:last-child {
    border-bottom: none;
}

.checkout-checkout #quickcheckout #comment_input #confirm_comment {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.checkout-checkout .btn-default {
    font-weight: bold;
}

.checkout-checkout .btn-default:hover {
    font-weight: bold;
}

.checkout-checkout .qc-checkout-product table,
.qc-checkout-product tr,
.qc-checkout-product td {
    border: none !important;
}

.checkout-checkout .input-group .input-group-addon {
    position: absolute;
    right: 0;
    top: 15px;
    background: url(../image/minus.png) no-repeat;
    border: none;
    width: 22px;
    height: 15px;
    border-radius: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-bottom-right-radius: 3px;
}

.checkout-checkout span.input-group-addon.increase {
    top: 0px;
    width: 22px;
    height: 16px;
    background: url(../image/plus.png) no-repeat;
    border-top-right-radius: 3px;
    padding: 0;
    border: 1px solid #ccc;
}

.checkout-checkout i.fa.fa-minus,
.checkout-checkout i.fa.fa-plus {
    display: none;
}

.checkout-checkout #quickcheckout #step_6 .qc-quantity .input-group {
    max-width: 65px;
    min-width: 0px;
    margin: 0 auto;
    height: 30px;
    position: relative;
}

.checkout-checkout input.qc-product-qantity.form-control.text-center {
    padding: 0;
    height: 30px;
    padding-right: 20px;
    border-radius: 0px;
    background-color: rgba(255, 210, 0, 0.01);
}

.checkout-cart ul.ccs_text {
    left: 41%;
}

.checkout-cart ul.ccs_text {
    top: -30px;
}

.checkout-cart div#tabs {
    top: 80px;
}

.checkout-cart div#tabs-1 {
    margin-bottom: 75px;
}

.checkout-checkout td {
    vertical-align: middle !important;
}

.checkout-checkout td.qc-price,
.checkout-checkout td.qc-total {
    text-align: center;
}

.checkout-checkout #customer_group_id_input .radio {
    padding-left: 0;
}

.checkout-checkout label#option_guest_popup {
    font-weight: bold;
    padding: 6px 10px;
}

.checkout-checkout td.qc-name {
    text-align: left !important;
}

.checkout-checkout .btn {
    font-size: 14px;
}

.checkout-checkout .btn-primary:hover {
    background: #E13F3F;
    color: #fff !important;
    text-shadow: none;
}

.checkout-checkout .btn-default {
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    color: #777;
    border: 1px solid #ccc;
    /* border-radius: 3px;
	*/
}

.checkout-checkout .btn-default:hover {
    background: #E0E0E0;
}

.checkout-checkout .btn-group>.btn {
    float: none;
}

.checkout-checkout label#option_register_popup {
    margin-right: -2px;
    border-radius: 2px 0 0 2px !important;
    cursor: pointer;
    padding: 6px 10px;
}

.checkout-checkout label#option_guest_popup,
a#option_login_popup_trigger {
    cursor: pointer;
}

.checkout-checkout #quickcheckout label img {
    height: 24px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.checkout-checkout #content {
    padding-left: 0;
}

label.col-sm-6.control-label {
    padding-top: 4px;
}

.form-horizontal .form-control-static {
    padding-top: 4px;
}

a.agree {
    color: #d52525;
}

a#option_login_popup_trigger {
    width: 110px;
}

#quickcheckout #cart_wrap .qc-totals:last-child,
#quickcheckout #cart_wrap .qc-totals:last-child .control-label {
    padding-bottom: 2px;
}

.btn-primary:focus {
    outline: transparent;
}

input#button_login_popup {
    padding: 5px 30px;
}

button#button-review {
    padding: 3px 22px;
    width: 110px;
}

[lang="ru"] button#button-review {
    width: 135px;
}

.checkout-checkout  #customer_group_id_input input[name="payment_address[customer_group_id]"] {
    margin-left: 0px;
    margin-right: 10px;
}

.checkout-checkout td.qc-name a,
.modal-content a#remeber_password {
    color: #d52525;
}

.modal-content a#remeber_password {
    font-size: 13px;
}
/* ======================================================================Reterns and Search==================================================================== */

.form-group.required,
div#company_input {
    margin-bottom: 20px;
    margin-bottom: 0px;
}

.account-return-add .pull-left a.btn.btn-default {
    padding: 5px 35px;
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0px !important
}

.account-return-add .pull-left a.btn.btn-default:hover {
    background: #E0E0E0;
    color: #777 !important;
}

.account-return-add .pull-right input.btn.btn-primary {
    padding: 5px 27px;
}

.account-return-add textarea#input-comment {
    margin-bottom: 20px;
}

.account-voucher-success a.list-group-item,
.account-return-add a.list-group-item,
.account-voucher a.list-group-item,
.account-register a.list-group-item,
.account-edit a.list-group-item,
.account-password a.list-group-item,
.account-address a.list-group-item,
.account-wishlist a.list-group-item,
.account-order a.list-group-item,
.account-download a.list-group-item,
.account-reward a.list-group-item,
.account-return a.list-group-item,
.account-newsletter a.list-group-item,
.account-recurring a.list-group-item,
.account-logout a.list-group-item,
.affiliate-password a.list-group-item,
.product-manufacturer a.list-group-item,
.information-contact a.list-group-item {
    margin-bottom: 10px;
    color: #333;
    font-weight: 300;
}

input#button-search {
    padding: 5px 30px;
    border-radius: 3px !important;
}

h2.search_block {
    margin: 30px 0;
}

.foo {
    margin-top: 8px;
}


.product-search .overlay_view {
    width: 24%;
    height: 74%;
    background-color: #067fdd;
    top: 40px;
    left: 16px;
    opacity: 1;
    background-image: url(../image/btn_view_product.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 5;
}



p.block_d_block {
    margin-bottom: 5px !important;
}



.product-list .product-thumb .price {
    text-align: left;
}

.product-grid .price-tax {
    display: none;
}

.product-list .price-tax {
    display: block;
}


.account-return-add .form-horizontal .control-label,
.account-edit .form-horizontal .control-label,
.account-password .form-horizontal .control-label,
.affiliate-password .form-horizontal .control-label,
.affiliate-payment .form-horizontal .control-label,
.affiliate-tracking .form-horizontal .control-label,
.affiliate-edit .form-horizontal .control-label {
    text-align: left;
    font-size: 14px;
    color: #444;
}

.account-return-add .form-horizontal .col-sm-12 .control-label,
.account-return-add .form-horizontal .col-sm-7 .control-label,
.account-edit .form-horizontal .col-sm-12 .control-label,
.account-password .form-horizontal .col-sm-12 .control-label,
.affiliate-password .form-horizontal .col-sm-12 .control-label,
.affiliate-payment .form-horizontal .col-sm-12 .control-label,
.affiliate-edit .form-horizontal .col-sm-12 .control-label {
    padding-left: 0;
}

.account-return-add .col-sm-7 {
    margin-bottom: 30px;
}

.date .input-group-btn button.btn.btn-default {
    width: 40px;
    height: 34px;
    border-radius: 2px;
    background: none;
    border: 1px solid rgb(169, 169, 169);
}

.qwer_text {
    margin-top: 25px;
}

label.control-label.m_block_t,
label.control-label.m_block_t {
    margin-top: 10px;
}

a.m_block_te {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    color: #d52525 !important;
}
/* =======================================================================Contact Us========================================================================= */

.information-contact label.col-sm-4.control-label {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-left: 0px;
}
/* =======================================================================product-special========================================================================== */


h2.text_bottom_con {
    margin-bottom: 30px;
    margin-top: 10px;
}



/* ====================================================================account-register=========================================================== */

.account-register .form-horizontal .control-label,
.account-forgotten .form-horizontal .control-label,
.affiliate-register .form-horizontal .control-label,
.affiliate-forgotten .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    color: #444;
}

label.col-sm-4.control-label.text_reg {
    padding-left: 15px;
}

.account-register .form-group.required {
    margin-bottom: 0px;
}

p.hover_bl a {
    color: #067fdd;
}

.account-forgotten a.btn.btn-default,
.affiliate-forgotten a.btn.btn-default {
    padding: 5px 30px;
    font-weight: bold;
}

.account-forgotten a.btn.btn-default:hover,
.affiliate-forgotten a.btn.btn-default:hover,
.affiliate-forgotten a.btn.btn-default:active,
.affiliate-forgotten a.btn.btn-default:focus,
.account-forgotten a.btn.btn-default:focus,
.account-forgotten a.btn.btn-default:active {
    color: #777 !important;
}
/* =============================================================================================================================================== */

.account-account .list-unstyled a,
.affiliate-account #content .list-unstyled a {
    color: #d52525;
}

.account-edit a.btn.btn-default,
.account-password a.btn.btn-default,
.account-address a.btn.btn-default,
.account-newsletter a.btn.btn-default,
.affiliate-password a.btn.btn-default,
.affiliate-payment a.btn.btn-default,
.affiliate-edit a.btn.btn-default {
    padding: 5px 30px;
    font-weight: bold;
    display: block;
    border-radius: 3px;
}

.affiliate-edit .buttons a:active,
.affiliate-edit .buttons a:hover,
.affiliate-edit .buttons a:active,
.account-edit .buttons a:hover,
.account-edit .buttons a:focus,
.account-password .buttons a:active,
.account-password .buttons a:hover,
.account-password .buttons a:focus,
.account-address .buttons a:active,
.account-address .buttons a:hover,
.account-address .buttons a:focus,
.account-newsletter .buttons a:active,
.account-newsletter .buttons a:hover,
.account-newsletter .buttons a:focus,
.affiliate-password .buttons a:active,
.affiliate-password .buttons a:hover,
.affiliate-password .buttons a:focus,
.affiliate-payment .buttons a:active,
.affiliate-payment .buttons a:hover,
.affiliate-payment .buttons a:focus {
    color: #777 !important;
}

.account-newsletter label.col-sm-4.control-label {
    text-align: left;
}

.account-address .btn-info,
.account-address .btn-danger {
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    color: #067fdd;
}

.account-address .btn-danger:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.account-address a.btn.btn-primary:hover {
    color: #fff !important;
}
/* =======================================================================Affiliates========================================================================= */

.blo_text_m {
    margin-bottom: 20px;
}
/*=================================================================================================================================================*/

.information-sitemap #content a {
    color: #d52525;
}

.news-article .caption p,
.news-article .product-thumb .button-group,
.news-article .product-thumb span.price-tax,
h2.block_none_text {
    display: none;
}

.news-article .caption p.price {
    display: block;
    font-weight: 600;
}

.news-article .caption {
    text-align: center;
}

.news-article .caption h4 a {
    height: 19px;
    display: block;
}

.news-article #com-title {
    padding-left: 0px;
}

.news-article button#button-comment {
    float: right;
}

.news-article .article-content .article-meta .article-share {
    float: right;
    margin-right: -9px;
    margin-top: 10px;
    display: none;
}

.news-article .block_form_contact h2#com-title {
    font-size: 22px;
    font-weight: 400;
}

.news-article #content h3 {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 16px;
}

.news-article .article-content .article-meta a {
    color: #d52525;
}

.news-article span.blog-write {
    display: none;
}

.news-article .comment-text a {
    cursor: pointer;
}

.content.blog-content .comment-header,
.content.blog-reply .reply-header {
    background: transparent !important;
    border-radius: 0px !important;
    font-size: 13px;
    padding: 6px;
    padding-left: 0px !important;
    border: none !important;
    position: relative;
}

.content.blog-content {
    border-top: 1px solid #DFD1D1 !important;
    border-bottom: 1px solid #DFD1D1 !important;
    border-radius: 0 !important;
    padding: 20px 0px;
}

.content.blog-reply {
    border-top: 1px solid #DFD1D1 !important;
    border-radius: 0 !important;
}

.blog-content b {
    color: #444444;
    font-size: 14px;
}

.news-article .comment-header {
    float: left;
    margin-right: 60px;
}

.news-article .content.blog-reply {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 40px;
}

.news-article .comment-text a {
    color: #067fdd !important;
}

.news-article .reply-header {
    float: left;
    margin-right: 25px;
}

.news-article .content .comment-text {
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 400;
}

.error_block {
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: 0px;
    width: 100%;
}

.error_block p {
  font-size: 68px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 110px;
  color: #a01c1c;
  padding-bottom: 150px;
  font-weight: 100;
  line-height: 70px;
}

.news-article .blog-author b {
    font-weight: 400;
}

.error-not_found .breadcrumb li:last-child a {
    color: #000 !important;
}

#d_mega_menu .menu-header p {
    margin-top: 12px;
    color: #fff;
    position: absolute;
    right: 60px;
}

[lang="ru"] #d_mega_menu .menu-header p {
    right: 40px;
}

[lang="ru"] #d_mega_menu .menu-header {
    padding: 3px 0px 3px 15px;
}

.menu-header .phone-dropdown {
    transition: all 0.5s ease;
}

.active-rotate {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.news-article #content h3 {
    border-top: none;
}

.caption.block_rel_hover h4 {
    text-align: center;
}

.descr {
    text-align: center;
}

.descr span,
.descr a {
    font-size: 11px;
}

a.seoquake-nofollow.seoquake-nofollow {
    font-weight: 600;
    color: #848484;
}

.block_frt a {
    color: #666;
    font-weight: 100;
    font-size: 11px;
}

.block_frt {
    margin-top: 15px;
}

.information-information label.control-label {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-left: 0px;
}

div#banner0 {
    margin-bottom: 39px !important;
}

.information-information .col-sm-12 {
    font-size: 14px;
    line-height: 26px;
}

.information-information .btn-primary {
    padding: 1px 18px;
    margin-bottom: 30px;
}

.information-information textarea#input-message {
    min-height: 150px;
}

div#d_contact .row {
    margin-bottom: 13px;
}

.information-contact footer {
    margin-top: 30px;
}

input.form-control.btn_width_m {
    background-color: rgba(255, 210, 0, 0.01);
    font-size: 14px;
    font-weight: bold;
}

div#product {
    margin-top: -25px;
}

.tab-content {
    margin-left: 15px;
}

.thumbnails {
    margin-left: 0px;
}

.block_date_text_form {
    margin-top: 20px;
}

.common-home footer,
.checkout-cart footer,
.checkout-checkout footer {
    margin-top: 20px;
}



.block_rel_hover .link_cart {
    display: none;
}

.block_text_f_g:hover .link_cart {
    display: block;
    position: absolute;
    left: 29%;
}

.block_text_convert_product {
    margin-left: 15px;
}

.rew_cart span {
    color: #d52525;
}

.information-information p img.left {
    float: left;
    margin-right: 15px;
    margin-left: -38px;
}

.right {
    float: right;
}

.information-information p img,
.information-information p iframe {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.information-information ul,
.information-information ol {
    color: #636363;
}

.information-information #content .block_text_map p {
    margin: 10px 40px;
    color: #636363;
    text-align: justify;
}

.information-information #content p {
    color: #636363;
    text-align: justify;
}

.information-information h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 14px 40px 28px 0px;
    color: #393939;
    font-size: 18px;
}

.information-information #content h1 + h1 + p {
    margin-left: 0;
}

.information-information footer {
    margin-top: 0px;
}

.common-home #content {
    padding-top: 20px;
}

.information-sitemap #content li,
.product-manufacturer #content .col-sm-3 a {
    color: #d52525;
}

#top-links {
    position: relative;
    top: 12px;
    right: -30px;
}

.product #content .btn-group {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block_mnu {
    min-height: 310px;
    padding-left: 15px !important;
}

.block_mnu .dropdown-toggle- {
    font-weight: bold;
    text-transform: uppercase;
    color: #666 !important;
    padding-left: 0;
}

.dropdown-inner- ul.list-unstyled li {
    list-style: square;
    color: #838383;
    font-size: 14px;
}

.dropdown-inner- ul.list-unstyled {
    margin-left: 15px;
}

li.block_right {
    float: right;
}

li.block_float {
    float: left;
}

.product .pager li>a {
    border: none;
}

.product .pager li>a:hover,
.product .pager li>a:focus {
    background: none;
}

.account-wishlist .btn-danger {
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
}

.account-wishlist .btn-danger:hover {
    box-shadow: none;
}

.account-wishlist a.btn.btn-danger {
    margin-left: 10px;
    margin-right: 10px;
}

.checkout-checkout #content .btn-group {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.block_convert font {
    line-height: 25px;
}

.block_text_rew_padding {
    padding-left: 0;
}

.block_text_rew_textarea {
    padding-right: 0;
}

li.block_float a {
    padding-left: 0;
}

li.block_right a {
    padding-right: 0;
}

.aqc-column.aqc-column-4 .panel-heading {
    width: 95%;
}

.checkout-cart .rating {
    display: none;
}

.product-grid p.block_d_block {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-align: center;
}
.img-thumbnail {
  max-height: 340px !important;
}
.home-block-four {
  position: relative;
  margin-top: 48px;
  margin-bottom: 40px;
  overflow: hidden;
}
.home-block-four .block-Frühling{
    background: url(../image/Frühling.png) no-repeat;
    width: 285px;
    height: 230px;
    display: block;
    float: left;
      border-right: 2px solid #fff;
}
.home-block-four .block-Sommer{
    background: url(../image/Sommer.png) no-repeat;
    width: 285px;
    height: 230px;
    display: block;
    float: left;
    border-right: 2px solid #fff;
}
.home-block-four .block-Herbst{
    background: url(../image/Herbst.png) no-repeat;
    width: 285px;
    height: 230px;
    display: block;
    float: left;
      border-right: 2px solid #fff;
}
.home-block-four .block-Winter{
    background: url(../image/Winter.png) no-repeat;
    width: 285px;
    height: 230px;
    display: block;
    float: left;
}
.block-text-four {
  position: absolute;
  background-color: rgba(253, 254, 254, 0.95);
  max-width: 698px;
  height: 44px;
  width: 100%;
  text-align: center;
  line-height: 44px;
  color: #5e5e5e;
  font-size: 26px;
  left: 19%;
  top: 174px;
  font-family: 'IntroScriptR-H2Base';
}
.block-load-img{
    cursor: pointer;
}
.block-money-text {
    font-size: 15px;
    color: #717171;
    background: url(../image/paypal.svg) 0px 40px no-repeat;
    height: 100px;
}
/* ====================================================================Media===================================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home-block-four .block-Frühling, .home-block-four .block-Herbst{
        margin-left: 175px;
    }
    .block-text-four {
        max-width: 559px;
        top: 190px;
    }
    .home-block-four .block-Sommer {
        border-right: none;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home-block-four .block-Frühling, .home-block-four .block-Herbst{
        margin-left: 175px;
    }
    .block-text-four {
        max-width: 559px;
        top: 190px;
    }
    .home-block-four .block-Sommer {
        border-right: none;
    }
}
@media only screen and (min-width: 1175px) {
    .product-list .image {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 990px) {
    .slogan_top {
        margin-top: 15px !important;
    }
    .news-ncategory .artblock img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    a.block-load-img {
  margin-left: 10%;
}
.block-text-four {
    max-width: 270px;
  min-height: 44px;
  line-height: 22px;
  font-size: 16px;
  left: 12%;
  top: 18%;
}
.home-block-four .block-Sommer, .home-block-four .block-Herbst, .home-block-four .block-Frühling{
        border-right: none;
    }




    .slogan_top {
        margin-top: -15px !important;
    }
    .container {
        /*overflow: hidden;*/
    }
    .search_header {
        margin-top: 0px;
    }
    #logo {
        margin-top: -4px;
    }
    #logo img.img-responsive {
        width: 80px;
        height: auto;
        margin-top: -12px;
        max-width: inherit;
    }
    .search_header {
        margin-bottom: 25px;
    }
    #search {
        margin-bottom: 10px;
        position: relative;
        max-width: 100%;
        margin: 0;
        float: none;
        width: 96%;
        top: 4px;
        left: 10px;
    }
    #logo img.img-responsive {
        width: 106px;
        height: auto;
        max-width: inherit;
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 19px;
    }
    .slogan_top,
    .banner_top {
        display: none;
    }
    .footer_block .col-sm-3 {
        padding-left: 0;
    }
    span.text_ger {
        display: none;
    }
}

@media only screen and (max-width: 670px) {
    .btn_position {
        position: static;
    }
    .block_latest .product-thumb .image {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .caption h4 a {
        text-align: center;
        display: block;
    }
    .block_overlow {
        float: none;
        margin: 0 auto;
    }
    .block_overlow {
        width: 100%;
        height: auto;
    }
    .block_latest .product-thumb,
    .fff {
        border-right: none !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .common-home .bnews-list .artblock {
        padding: 0;
    }
    .block_overlow {
        min-height: inherit;
        max-height: inherit;
        min-width: inherit;
        max-width: inherit;
    }
    .search_header,
    .block_img_center_width {
        width: 100%;
    }
    .checkout-cart .number {
        margin-right: -2px;
    }
    #top-links li {
        font-size: 14px;
    }
    #d_newsletter_subscribe_popup {
        top: 50% !important;
        left: 50% !important;
        margin-top: -225px !important;
        margin-left: -233px !important;
        width: 85% !important;
    }
    #d_newsletter_subscribe_popup .subscribe-popup-desc {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #d_newsletter_subscribe_popup .privacy {
        font-size: 11px !important;
        line-height: 14px !important;
    }
    #d_newsletter_subscribe_popup input[type='submit'] {
        font-size: 16px !important;
        line-height: 10px !important;
    }
    li.top_text_header.login_text {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 470px) {
    #cart {
        margin: -5px 15px 10px 0;
    }
    [lang="ru"] li.cart_block_text {
        width: 32px;
    }
    [lang="ru"] #cart {
        margin: -5px 0px 10px 0;
    }
    [lang="ru"] li.top_text_header.login_text {
        margin-right: 0px;
    }
    .search_header {
        padding: 0;
    }
    .slogan_top {
        padding: 0;
    }
    .header_top {
        padding: 0;
    }
    p.slogan.fl_left {
        position: relative;
        top: 12px;
        line-height: 13px;
    }
    li.well_text {
        display: none;
    }
    #top .container {
        padding: 0 5px;
    }
    .common-home .block_overlow img {
        max-width: 100%;
    }
    .product .left_aside {
        width: 100%;
        margin-top: 3px;
        margin-bottom: 20px;
        /*        border: 1px solid #ccc;*/
        
        padding-bottom: 20px;
        float: none;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    div#column-extra1 {
        border: 1px solid #ccc;
        width: 288px;
        height: 107px;
    }
    .owl-buttons {
        display: none;
    }
    .owl-controls .owl-page span {
        width: 10px !important;
        height: 3px !important;
        background: #bdbdbb !important;
        border-radius: 0 !important;
    }
    .owl-pagination {
        top: -22px !important;
        right: 3% !important;
    }
    .footer_text {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 285px;
    }
    .money {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    a.addthis_button_facebook_like.at300b {
        margin-right: 23px;
    }
    li.cart_block_text {
  width: 55px;
  vertical-align: bottom;
  margin-bottom: 1px;
  padding-left: 28px;
}
li.top_text_header {
  position: relative;
  top: 6px;
  left: 45px;
}
#top-links {
  position: static;
  top: 0;
  right: 0;
}
.cart_block_text .btn-group{
position: static;
}
    .block_overlow {
        min-height: inherit;
        max-height: inherit;
        min-width: inherit;
        max-width: inherit;
    }
    .common-home .bnews-list .artblock,
    .common-home .block_latest {
        margin-bottom: 25px;
    }
    .news-ncategory .block_conv_hov {
        min-height: 320px;
    }
    .news-article .blog-author {
        top: 52px;
        right: 99px;
    }
    .news-article .comment-header {
        margin-right: 10px;
    }
    .news-article .reply-header {
        margin-right: 5px;
    }
    .news-article .content.blog-reply {
        margin-left: 15px;
    }
    .news-article .container {
        overflow: hidden;
    }
    .news-article #logo {
        margin-top: 10px;
    }
    .breadcrumb > li {
        white-space: inherit;
    }
    .input-group .input-group-btn {
        left: 0px;
    }
    .error_block p {
        padding-bottom: 0px;
        margin-top: 20px;
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 2px 8px;
    }
    .news-ncategory .pagination {
        min-width: 288px;
        width: 100%;
    }
    .checkout-cart input#button-voucher {
        margin-left: 10px;
    }
    .checkout-cart a.btn.btn-primary {
        padding: 5px 25px;
        margin-top: -6px;
    }
    .block_te_qwer {
        position: relative;
        left: -70px;
    }
    .dropdown-menu.pull-right {
  right: 0;
  left: 0px;
  top: 40px;
}
.btn-group>.btn{
	top: 13px;
	left: 13px;
}
.category-block #content .col-sm-3 {
  margin-left: 0px;
}
#d_mega_menu.phone .submenu.submenu-element{
  padding: 0px 0px 15px 30px !important;
}
    #cart .dropdown-menu {
        min-width: 306px;
    }
    .account-return-add a.btn.btn-default {
        margin-top: 0px;
        display: block;
    }
    #search .input-lg {
        padding-right: 43px;
    }
    a.rew_cart {
        right: 35px;
        top: -1px;
    }
    .breadcrumb {
        margin-right: 14px;
    }
    .caption p:first-child,
    p.block_d_block {
        text-align: center;
    }
    .checkout-cart a.link_tab1 {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
    }
    [lang='ru'] .checkout-cart a.btn.btn-primary {
        margin-top: 10px;
        margin-right: 96px;
    }
    [lang='ru'] .checkout-cart div#tabs {
        top: 30px;
    }
    [lang="ru"] .checkout-cart a.link_tab1 {
        left: 0px;
        top: -40px;
    }
    .block_cat_text_s li {
        display: inherit !important;
        width: 50% !important;
        text-align: left;
        margin-bottom: 10px;
        float: left !important;
        padding-left: 15px !important;
    }
    .thumbnails {
        float: left;
        border: 1px solid #ccc;
        margin: 0 auto;
        /*        margin-bottom: 30px;*/
    }
    .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block_text_des {
        padding-left: 0;
    }
    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle img {
        margin-right: 0px;
    }
    .thumbnails {
        border: none !important;
    }
    .block_image_text {
        margin-top: 25px;
    }
    .parent_border {
        margin-bottom: 20px;
    }
    td.text-right.block_te_qwer {
        margin-right: 15px;
        display: block;
        margin-top: 6px;
    }
    .checkout-cart .form-control {
        height: 32px;
    }
    .checkout-cart .image {
        margin-bottom: 20px !important;
    }
    .checkout-cart #tabs-1 .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .checkout-cart .block_latest {
        padding: 30px 0;
        border-bottom: 1px solid #ccc;
    }
    .checkout-cart .block_latest:last-child {
        border: none;
        padding-bottom: 0;
    }
    .checkout-cart .block_latest:first-child {
        padding-top: 0;
    }
    .checkout-cart .block_latest .product-thumb,
    .fff {
        padding-left: 0;
    }
    .checkout-cart h1 {
        margin-top: 0;
    }
    .checkout-checkout #content {
        padding-left: 15px;
    }
    #quickcheckout .aqc-column > div {
        padding: 0px 0px !important;
    }
    .checkout-checkout label#option_register_popup,
    .checkout-checkout label#option_guest_popup {
        padding: 6px 14px;
        width: 100%;
        text-align: center;
    }
    #quickcheckout .block-title {
        margin-top: 0 !important;
    }
    .checkout-checkout .breadcrumb {
        margin: 0 0 0px 0;
    }
    .checkout-checkout #quickcheckout .block-title {
        padding-left: 0px;
    }
    div#confirm_wrap {
        margin-top: -75px;
    }
    #search {
        left: 8px;
    }
    .breadcrumb {
        margin: 0;
    }
    ul.ccs_text {
  left: 0%;
  top: -42px;
}
    #tabs-3 + script + div {
        margin-bottom: 0px;
    }
    .block_new_text .bnews-list .artblock .article-image {
        margin-right: 5px;
    }
    .common-home footer {
        margin-top: 20px;
    }
    .common-home div#tabs {
        margin-top: -22px;
    }
    .block_new_text .bnews-list .artblock .description {
        margin-bottom: 10px;
    }
    .tab-content {
        margin-left: 0px;
    }
    .con_block_text {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .block_text_convert_product {
        margin-left: 0px;
    }
    h3.block_rel_text {
        margin-left: 0px;
    }
    .information-information p img {
        max-width: 380px;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .information-information p iframe {
        max-width: 380px !important;
        width: 100%;
        height: auto;
    }
    .information-information #content p {
        margin: 0;
    }
    .block_latest {
        padding: 0;
    }
    .checkout-cart ul.ccs_text {
        left: 26%;
    }
    .block_mnu {
        min-height: 110px;
        margin-left: 15px;
    }
    .dropdown-inner- ul.list-unstyled li {
        line-height: 24px;
    }
    .phone_text {
        top: 0px;
    }
    .block_text_rew_textarea {
        padding-left: 0;
        margin-top: 5px;
    }
    .block_text_rew_padding {
        padding-right: 0;
    }
    li.block_right {
        float: none;
    }
    li.block_float {
        float: none;
    }
    .col-sm-6.block_text_rew_textarea {
        margin-left: 15px;
        margin-top: 20px;
    }
    a.facebook {
        top: 5px;
    }
    h3.top_row_block {
  margin-bottom: 0px;
}

}
/*
Ipad
*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) { 
    .block_latest:last-child {
        display: none;
    }
    .dropdown-menu-click ul.children li a{

word-wrap: break-word !important;

    }
    .category-block .list-group-item {
  padding: 10px 5px 10px 25px;
}
.product-grid .link_cart{
  visibility: visible;
}

}
@media only screen and (max-device-width : 1024px) { 
.product-grid .link_cart{
  visibility: visible;
}

}
#search ::-webkit-input-placeholder {
   opacity: 1;
}

#search  :-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}

#search  ::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
}

#search  :-ms-input-placeholder {  
   opacity: 1;
}

[id^="filter-group"] > label > input{
    margin-left: -30px!important;
}