@import "animation.css";


/* Links */

a:focus {
    outline: none; 
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.quickcheckout-cart a:focus {
	color: #14385a;
    text-decoration: none;}

a {
    color: #426295;
    transition: color 0.50s ease;
}

a:hover {
    color: #007bc3;
}

/* Links */

#top {
    background-color: #5288b6;
}

.dropdown-menu, .input-lg, .btn, .navbar, .breadcrumb, .swiper-viewport, .thumbnail, .form-control, .well, .alert, .panel {
    border-radius: 0px;
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: 0px;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    border-radius: 0px;
}

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

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

.nav-tabs>li>a {
    border-radius: 0px 0px 0 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-content {
    border-radius: 0px;
}

#top .btn-link, #top-links li, #top-links .list-inline a {
    color: #fff;
    text-shadow: 0 1px #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	transition: color .36s ease;
}

#top .list-inline a:hover {
    color: #fff;
}

.top-right-border {
	border-right: 1px solid #CBCBCB;
}

header {
	margin-bottom: 15px;
	margin-top: 25px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -10px;
    color: #fff;
}

.alert-success {
    color: #ffffff;
    background-color: #26890a;
    border-color: #26890a;
}

.close {
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1.0;
	transition: opacity .36s ease;    
}

.close:focus, .close:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: .7;
}

.alert a {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0px 3px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
	background-color: #5288b6;
    background-image: linear-gradient(to bottom, #5288b6, #5288b6);
    background-repeat: repeat-x;
}

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

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    color: #fff;
}

/* Search */

#h-line {
	background: #5288b6;
	height: 50px;
    margin-top: 18px;
}

#h-line .col-sm-3 {
    padding-left: 0px;
    width: 24.5%;
}

#h-line .obd-category {
    height: 50px;
    border-right: 1px solid #a9c0d7;
    border-left: 1px solid #a9c0d7;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    padding: 14px 18px;
	text-shadow: 1px 2px #235d8f;
}

#h-line .obd-category a:link {
    color: #fff;
    transition: padding .3s ease;
}

#h-line .obd-category a:hover {
    color: #fff;
    padding: 0px 5px;  
}

#h-line .obd-category a:acrive {
    color: #fff;
}

#h-line .obd-category a:focus {
    color: #fff;
}

#h-line .obd-category a:visited {
    color: #fff;
}

#search {
    margin-top: 8px;
}

#search .btn {
    border: 0px solid #cccccc;
    border-radius: 0px;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
}

#search .btn-lg {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: none;
    background: #278a0a;
    height: 34px;
    padding: 8px 21px;
}

#search .btn-default {
	color: #2f6fa9;
    text-shadow: none;
    border-color: #ffffff;
    background-color: #ffffff;
    transition: padding 0.40s ease, font-size 0.40s ease;
	font-weight: 600;
}

#search .btn-lg:hover {
	color: #2f6fa9;
    text-shadow: none;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #ffffff #ffffff #ffffff;
    padding: 8px 27px;
    font-size: 14px;
}



.form-control {
    color: #000;
}

.form-control:focus {
    border-color: #1969b1;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(10 77 138);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(10 77 138);
}

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

#search  .input-group-btn {
    padding-left: 10px;
}

#search input.empty {
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
}

/* Search end */

.powered-footer:first-child {
    display: none;
}

.btn-obd-currency {
    padding: 7px 10px;
    border-right: 1px solid #CBCBCB;
}

.btn-obd-currency:hover {
    padding: 7px 10px;
    border-right: 1px solid #CBCBCB;
}

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

.btn-obd-language {
    padding: 7px 10px;
}

#top .btn-link, #top-links li, #top-links .list-inline a {
    text-shadow: 1px 1px #235d8f;
    letter-spacing: 0.4px;
}

#top .btn-link, #top-links li, #top-links a {
    text-shadow: none;
}

.dropdown-menu>li>a {
    padding: 8px 10px;
}

.social-top .fa-whatsapp, .social-top .fa-instagram, .social-top .fa-facebook-square{
    font-size: 25px;
    padding: 5px 2px;
	text-shadow: 1px 2px #235d8f;
}

.social-top .fa-telegram {
    font-size: 23px;
	text-shadow: 1px 2px #235d8f;
}

.social-top a{
    color: #fff;
    transition: color .30s ease;
}

.social-top a:hover{
    color: #94cbfb;
    transform: scale(1.2)
}

/* Arrow up start */

#arrow_up {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #4b88b9;
    text-align: center;
    border-radius: 30px;
    transition: background .55s ease, width .25s ease, height .25s ease;
}

#arrow_up i{
    font-size: 27px;
    padding: 6px 0px;
}

#arrow_up:hover {
	color: #fff;
    background: #1c5687;
    width: 50px;
    height: 50px; 
}

/* Arrow up end */

.img-thumbnail {
    border: 1px solid #000;
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

/* Cart Home Link Start */

#h-line .obd-cart {
    height: 50px;
    border-left: 1px solid #a9c0d7; 
}

.eobd-cart span {
    color: #1d60af;
    font-size: 13px;
    position: absolute;
    top: 5px;
    left: 8px;
    text-align: center;
    display: block;
    width: 30px;
    font-weight: bold;
}

.eobd-cart i{
    font-size: 40px;
    color: #fff;
	text-shadow: 1px 2px #235d8f;
}

#cart {
    margin-right: -12px;
    margin-top: 4px;
}

/* Cart Home Link End */

/* Call phone */

.text_phone {
    margin-top: 18px;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 21px;
    margin-left: -40px;
    font-weight: bold;
}

.text_phone_number a{
    color:#5288b6;
    font-size: 30px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;  
    margin-left: -40px;  
}

/* Call phone */


/* H-menu coloring */

#menu {
	background-color: #1e222f;
    background-image: linear-gradient(to bottom, #1e222f, #1e222f);
    background-repeat: repeat-x;
    border-color: #1e222f #1e222f #1e222f;
    min-height: 40px;
    border-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


/* H-menu coloring */


/* Left List Block */

.list-group a {
	border: transparent;
    color: #fff;
    padding: 12px 22px;
    background: #1e222f;
    font-size: 12px;
    transition: background .40s ease,font-size 0.50s ease, padding-left 0.4s ease;
    text-shadow: none;
}

.list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #3a6991;
    border: transparent;
    text-shadow: none;
    font-size: 11px;
    padding-left: 24px;
}

.list-group a.active {
    color: #fff;
    background: #3a6991;
    border: transparent;
    text-shadow: none;
    font-size: 12px;
    padding-left: 24px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3a6991;
}

#menu .btn-navbar {
	font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #1e222f;
    background-image: linear-gradient(to bottom, #1e222f, #1e222f);
    background-repeat: repeat-x;
    border-color: #1e222f#1e222f#1e222f;
    border-radius: 0;
    transition: color .25s ease, transform 0.25s ease;
}

#menu .btn-navbar:hover {
    font-size: 15px;
    font-stretch: expanded;
    color: #3a6991;
    padding: 2px 18px;
    float: right;
    background-color: #1e222f;
    background-image: linear-gradient(to bottom, #1e222f, #1e222f);
    background-repeat: repeat-x;
    border-color: #1e222f #1e222f #1e222f;
    border-radius: 0;
    transform: scale(1.5);
}

.navbar-header .btn {
    border: 0px solid #cccccc;
    border-radius: 0px;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
}

/* Left List Block */

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: none;
}


/* Social Panel */

.social{margin-top:-5px;}
.social a{width:25px; height:25px; text-align:center; margin:0 2px; display:inline-block; font-size:20px; background:#fff; color:#245c89; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.social a{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.social a.facebook:hover{color: #fff;background:#39599f;}
.social a.twitter:hover{color: #fff;background:#45b0e3;}
.social a.instagram:hover{color: #fff;background:#e2415a;}
.social a.google_plus:hover{color: #fff;background:#dc4a38;}
.social a.vk:hover{color: #fff;background:#4d75a3;}
.social a.odnoklassniki:hover{color: #fff;background:#f58220;}
.social a.skype:hover{color: #fff;background:#45b0e3;}
.social a.whatsapp:hover{color: #fff;background:#40c353;}
.social a.telegram:hover{color: #fff;background:#289fd9;}
.social a.viber:hover{color: #fff;background:#665ca7;}



/* Social Panel */


/* Footer Start */

footer {
    background-color: #5288b6;
}

footer hr {
    border-top: none;
    border-bottom: 1px dashed #a5c0db;
}

/* Footer End */



/* product-price mod start */

.product-price td{
    position: relative;
    vertical-align: middle!important;
}
.product-price .image img{
    max-width: 50px;
}
.product-price .product-label{
    display: none;
}
.product-price .price span{
    display: block;
}
.product-price .price-new {
    font-weight: 600;
}
.product-price .price-old {
    color: #999;
    text-decoration: line-through;
}
.product-price .button-group button {
    display: none;
}
.product-price .button-group button:first-child {
    display:block;
    border: none;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    min-width: 100px;
}

/* product-price mod end */


/* Product Design */

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

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

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

.rating .fa-star {
    color: #37ab16;
    font-size: 13px;
}

.h3-featured {
    padding: 11px 15px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
}

.product-thumb {
    border: 1px solid #3e75a1;
    transition: box-shadow 0.40s ease, border 0.20s ease, outline 0.20s ease;
}

.product-thumb:hover {
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    outline: 1px solid #3e75a1;
    border: 1px solid #3e75a1;
}

.product-thumb .button-group button {
    background-color: #3e75a1;
    color: #fff;
    transition: background-color 0.30s ease, padding-left 0.45s ease;
	text-shadow: 0 1px #021d32;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #3b8bcb;
    padding-left: 1px;
	text-shadow: 0 1px #021d32;
}

.product-thumb .button-group button:focus {
    color: #fff;
    background-color: #3b8bcb;
    padding-left: 1px;
    outline: 0px;
	text-shadow: 0 1px #021d32;
}

.caption h4 a{
    color: #0060b3;
    line-height: 20px;
    display: block;
    font-size: 15px;
    transition: color 0.45s ease, font-size 0.40s ease;
}

.caption h4 a:hover{
    color: #0089ff;
}

.product-thumb .image {
    padding: 15px;
}

.product-price .button-group button:first-child {
    display: block;
    border: none;
    background-color: #3e75a1;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    min-width: 120px;
    transition: background-color 0.30s ease, padding-left 0.40s ease;
}

.product-price .button-group button:first-child:hover {
    background-color: #3b8bcb;
    color: #fff;
    padding-left: 1px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.product-price a{
    color: #2769a1;
    line-height: 20px;
    display: block;
    font-size: 13px;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-hover>tbody>tr:hover {
    background-color: #fbfbfb;
}

/* Prodict Design */

#content h1{
    padding: 11px 15px;
    background: #4b88b9;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px; 
    margin-bottom: 20px;
	text-shadow: 1px 2px #235d8f;
}

#content h2{
    padding: 11px 15px;
    background: #4b88b9;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px; 
    margin-bottom: 20px;
	text-shadow: 0 1px #021d32;	
}

#content h3{
    padding: 11px 15px;
    background: #4b88b9;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px; 
    margin-bottom: 20px;
    margin-top: 15px;
	text-shadow: 0 1px #021d32;
}

.btn-default {
    color: #fff;
    text-shadow: none;
    background-color: #4b88b9;
    background-image: linear-gradient(to bottom, #4b88b9, #4b88b9);
    background-repeat: repeat-x;
    border-color: #4b88b9;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #4b88b9;
    border-color: #4b88b9;
}


.btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #d40000;
    background-image: linear-gradient(to bottom, #d40000, #d40000);
    background-repeat: repeat-x;
    border-color: #d40000;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d40000;
    border-color: #fff;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #d40000;
    border-color: #d40000;
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #d40000;
    border-color: #d40000;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d40000;
    border-color: #d40000;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.eobd-empty {
	padding: 50px;
    text-align: center;
    color: #1e222f;
    background: #fdfdfd;
    border: 1px solid #dddddd;
    margin-top: 15px;
}

.eobd-succes {
    padding: 50px;
    text-align: center;
    color: #000;
	background: #f7fcff;
    border: 1px solid #5888b3;
    margin-top: 15px;
    font-size: 16px;
}


.input-group-addon {
    color: #fff;
	background-color: #5888b3;
    border: 1px solid #5888b3;
}

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

.bottom-line {
    border-top: 1px solid #eeeeee; 
    padding-top: 20px; 
    color: #000;
}

.bottom-line2 {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    color: #000;
    margin-top: 18px;
}

.bottom-line3 {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;   
    padding: 20px;
    color: #000;
    margin-top: 18px;
    background: rgba(255, 0, 0, 0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #949494;
}

.product-price th{
    background: #000;
    color: #fff;
    margin-top: 0px;
    font-size: 13px; 
    margin-bottom: 20px;
    font-weight: normal;
}


.table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #949494;
}

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

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

.product-thumb .price-new, .product-thumb .price {
    font-weight: 600;
    color: #278a0a;
    font-size: 21px;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #bf0d0d;
    font-size: 21px;
}

.product-thumb .price-old {
    font-size: 16px;
}

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

.product-price .price .price-new{
    color: #bf0d0d;
}

.product-price .price{
    color: #278a0a;
    font-weight: 600;
    font-size: 15px;
}

.product-price .price-old {
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
}

.product-price .description {
    color: #000;
}

.product-thumb .caption p {
    color: #000;
}

.product-thumb .caption .price {
    color: #0060b3;
    position: absolute;
    bottom: 68px;
    right: 40px;
}

.img-thumbnail {
    border: transparent;
    border-radius: 0px;
}

/* Breadcump */

.breadcrumb {
    border: 0px solid #000;
    color: #426295;
    margin: 0;
}
.breadcrumb {
    background-color: #fff;
}

.breadcrumb > li {
    text-shadow: none;
}

.breadcrumb > li a{
    color: #426295;
    font-weight: 700;
    font-size: 13px;
    transition: padding-right .3s ease;
}

.breadcrumb > li a:hover{
    color: #007bc3;
    padding-right: 10px;
}

.breadcrumb > li a:focus{
    text-decoration: none;
}

.breadcrumb > li a:active{
    text-decoration: none;
}


.breadcrumb > li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    font-weight: 700;
    top: 1px;
    right: -15px;
    width: 26px;
    height: 26px;
    color: #a9b9d3;
    border-right: 0px solid #DDD;
    border-bottom: 0px solid #DDD;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}



.eobd-min-padding {
    padding-left: 0;
    padding-right: 0;
}


/* Pagination */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #194872;
    border-color: #ffffff;
}

.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: #3e75a1;
    border: 1px solid #fff;
    transition: background-color 0.40s ease;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #194872;
    border-color: #fff;
}

/* Pagination */

/* Sub-Catalog Images */

.catalog-section{display:block;border:1px solid #dfdcdc;margin-bottom:20px;}
.catalog-section,.catalog-section:hover{text-decoration:none;color:#000}
.catalog-section:hover .catalog-section__caption{background:#f8f8f8}
.catalog-section__image{height:120px;max-height:120px;position:relative;padding:10px}
.catalog-section__img{display:block;padding:10px;max-height:inherit;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.catalog-section__caption{border-top:1px solid #dfdcdc;padding:10px;text-align:center;font-weight:600}

/* Sub-Catalog Images */

/* Stikers Products */

.label-product {
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    padding: 0 9px;
    position: absolute;
    min-width: 46px;
    margin-left: 1px;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 3;
    border-radius: 0px;
    
}
.label-product span {   
    display: block;
}
.label_new {
    background: #278a0a;
    color: #fff;
}
.label_sale {
    background: #da0000;
    color: #fff;
}
.label_hit {
    background: #9100ff;
    color: #fff;
}
.label-product:nth-child(1) {
    top: 20px;
}
.label-product:nth-child(2) {
    top: 47px;
}
.label-product:nth-child(3) {
    top: 74px;
}

/* Stikers Products */


 #vk_groups iframe {
    border: 1px solid #E0E6EB;
}

/* Wish list */

.eobd-wishlist {
    color: #000;
}

.eobd-wishlist th{ 
    background: #5288b6; 
    color: #fff;
    font-weight: normal;
}

.eobd-wishlist tr { 
    background: #fff;
    transition:  background-color 0.25s ease;
}

.eobd-wishlist tr:nth-child(odd) { background-color: #fbfbfb; }

.eobd-wishlist .price{
    color: #2b67b7;
	text-align: center;
}

.eobd-wishlist b {
    color: #bf0d0d;
    font-size: 14px;
}

.eobd-wishlist s {
    color: #999;
    display: block;
    font-weight: 400;
}

.eobd-wishlist .price {
    font-weight: 700;
}

.eobd-status {
    color: #278a0a;
    font-size: 14px;
    font-weight: 700;    
}



.table-hover>tbody>tr:hover {
    background-color: #f2f8fb;
}

/* Wish List */

/* Cart panels */

.panel-default>.panel-heading {
	color: #ffffff;
    background-color: #4b88b9;
    border-color: #000;
    text-shadow: 0 1px #000;
}


.panel-title>a:hover {
    color: #fff;
}

.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* Cart panels */

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

/* Account */

#account-address {
    color: #000;
}

.eobd-price {
    color: #185a95;
    font-weight: 700;
}

.eobd-price-bold {
    color: #000;
    font-weight: 700;
}


.eobd-text-bold {
     font-weight: 700;   
}


/* Account */

/* Calendar */

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #278a0a;
    color: #fff;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 0px;
}

/* Calendar */


.control-label {
    color: #000;
}

label {
    color: #000;
}

.product-thumb2 {
    padding: 20px 0px 0px 0px;
    border: 1px solid #4d7eaa;
    margin-bottom: 15px;
}

.product-thumb2 h5{
    color: #fff;
    background: #477ead;
    padding: 10px;
}

.product-thumb2 img {
    filter: grayscale(100%);
    transition: filter 0.30s ease, transform 0.20s ease;

}

.product-thumb2 img:hover {
    filter: grayscale(0%);
    transform: scale(0.9);
}

.eobd-text {
    color: #000;
    display: block;
    padding-bottom: 15px;
}

.eobd-login {
    color: #000;
}

.eobd-login p{

}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    color: #000;
    font-size: 14px;
}


.eobd-fieldset {
    padding: 21px 20px 6px 10px;
    border: 1px solid #e3e3e3;
    background: whitesmoke;
}

.eobd-fieldset2 {
    padding: 20px;
    border: 1px solid #e3e3e3;
    background: whitesmoke;
}



.eobd-td {
    font-size: 13px;
}

.eobd-td>b{
    font-size: 13px;
    font-weight: 700px;
    color: #185a95;
}



.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #278a0a;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.eobd-cat-background {
    width: 850px;
    height: 190px;
    padding-top: 67px;
}

.eobd-cat-line {
    background: rgba(0, 0, 0, 0.75);
    width: 850px;
    height: 54px;
}

.eobd-cat-title {
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 15px 0px;
    font-weight: 700;
    text-shadow: 2px 3px 1px #000000;
    font-family: courier, "courier new", monospace;
    transition: letter-spacing .3s ease;
}

.eobd-cat-title:hover {
    letter-spacing: 5px;
}




.eobd-links {

}



.out_of_stock_label {
    color: #FFF;
    word-wrap: break-word;
    float: left;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 24px;
    top: 10px;
    background: #bd0000;
    padding: 0px 7px;
    border-radius: 0px;
    z-index: 1;
}

#cart .dropdown-menu {
    min-width: 175px;
}

.alert a {
    font-family: verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0px 3px;
}

.panel-default {
    border-color: #fff;
}

#collapse-coupon, #collapse-reward, #collapse-shipping, #collapse-voucher {
    margin-top: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #d40000;
    font-weight: bold;
    font-size: 14px;
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #fafafa;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #416685;
}

.modal-title {
    color: #fff;
    text-transform: uppercase;
}

.modal-body>p {
    color: #000;
    text-transform: uppercase;
}

.eobd-manufacturer {
    color: #ffffff;
    transition: color .3s ease, padding .3s ease;
    padding: 1px 4px;
    background: #5288b6;
}

.eobd-manufacturer:hover {
    color: #fff;
    padding: 1px 8px;
}


.checkbox label, .radio label {
    font-size: 13px;
}

.eobd-total {
    font-size: 14px;
}

.eobd-bg-white {
    background: #fbfbfb;
    color: #000;
    font-size: 14px;
}


.text-dark {
    color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d8d8d8;
}

.table-striped>tbody>tr {
    border-bottom: 1px solid #d8d8d8;
}





.eobd-maintenance {
    color: #000;
    text-align:center;
    text-transform:none;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
}

.eobd-maintenance2 {
    color: #000;
    text-align:center;
    text-transform:none;
    margin-top: 15px;
    font-weight: 700;
}


/* Slider */

.eobd-slide-caption {
    position: absolute;
    z-index: auto ;
    text-align: center;
    width: 100%;
}

.eobd-slide-title {
    background: rgba(22,40,50,0.6);
    color: #fafafa;
    padding: 20px;
    font-size: 30px;
    margin-top: 37%;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: 'Russo One';
    text-shadow: 2px 3px 1px #000000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: padding .30s ease, background .30s ease, font-size .30s ease;
} 

.eobd-slide-title:hover {
    padding: 24px;
    background: rgba(88,136,179,0.5);
    font-size: 33px; 
} 

.img-responsive-eobd {
  display: block;
  max-width: 103%;
  height: auto;
}


.swiper-button-prev, .swiper-button-next {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 3px 1px 0 rgba(0, 0, 0, 1.0);
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
}

.swiper-button-next:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f054"; 
    color: rgba(255, 255, 255, 1.0);
    font-size: 30px;
}

.swiper-button-prev {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: -3px 1px 0 rgba(0, 0, 0, 1.0);
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
}

.swiper-button-prev:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f053"; 
    color: rgba(255, 255, 255, 1.0);
    font-size: 30px;
}


.swiper-button-prev-manufacture, .swiper-button-next-manufacture {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 3px 1px 0 rgba(0, 0, 0, 1.0);
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
}

.swiper-button-next-manufacture:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f054"; 
    color: rgba(255, 255, 255, 1.0);
    font-size: 30px;
}

.swiper-button-prev-manufacture {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: -3px 1px 0 rgba(0, 0, 0, 1.0);
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
}

.swiper-button-prev-manufacture:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f053"; 
    color: rgba(0, 0, 0, 1.0);
    font-size: 30px;
}


 .swiper-viewport {
    margin: 0 0 30px;
}



/* Slider */


.list-group a.active2 {
    color: #fff;
    background: #1d1d1d;
    border: transparent;
    text-shadow: none;
    font-size: 12px;
    padding-left: 24px;
}


/* Product Page */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border-top: 2px solid #197dd3;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom-color: transparent;
    font-weight: 700;
}

.nav-tabs {
    border-bottom: 1px solid #000;
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0b3d8308;
    color: #1f5692;
}

#tab-description p{
    color: #000;
}

.tab-pane {
    display: none;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #efecec;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}


/* Product Page */


/* Sitemap */


.eobd-sitemap-push {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 10px 10px 10px 34px;
    list-style: none;
}
.eobd-sitemap-push li {
  position: relative;
  padding: 20px 0 10px 40px;
  font-variant: small-caps;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.eobd-sitemap-push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5888b3;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.eobd-sitemap-push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.eobd-sitemap-push li:hover:before{box-shadow: 0 0 0 10px rgba(67,165,211,.23)}
.eobd-sitemap-push li:last-child:after {content: none;}


/* Sitemap */

/* Page - Information */

.eobd-page-information {
    color: #000;
}

#content>.eobd-info-page>h1 {
    margin-top: 20px;
}

.eobd-page-information p{
    padding-left: 5px;
    padding-right: 5px;
}

.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
    border-bottom: 1px solid #ddd;
}

.panel-body {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #efecec;
    margin-bottom: 20px;
}


footer a:hover {
    color: #fff;
}

footer a:focus {
    color: #fff;
    text-decoration: none;
}



.img-responsive-eobd2 {
  display: block;
  max-width: 107%;
  height: auto;
}


.text-danger {
    margin-top: 6px;
}

.eobd-info-page {
    background: #fafafa;
    padding:10px;
    border: 1px solid #f1f1f1;
}

.eobd-page-title-bg {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;

}

.eobd-page-title-bg2 {
    width: 100%;
    height: 300px; 
}



.eobd-page-title-block {
    background: rgba(88, 136, 179, 0.8);
    min-width: 150px;
    height: 50px;
    position: absolute;
    margin-top: 78px;
}

.eobd-page-title-text {
    text-align: left;
    color: #fff;
    font-size: 23px;
    padding: 15px 30px 15px 30px;
    text-shadow: 1px 2px 1px #1e3317;
    font-family: 'Russo One';
}

.eodb-img-payment img{
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 15px;
    margin-top: 15px;
    transition: border .50s ease, margin-top .30s ease;

}

.eodb-img-payment img:hover{
    border: 1px solid #7cb36c;
    margin-top: 10px;
}

.eobd-page-title-block2 {
    background: rgba(88, 136, 179, 0.8);
    min-width: 250px;
    height: 50px;
    position: absolute;
    margin-top: 140px;
}

.eobd-page-title-text2 {
    text-align: left;
    color: #fff;
    font-size: 23px;
    padding: 15px 30px 15px 30px;
    text-shadow: 1px 2px 1px #1e3317;
    font-family: 'Russo One';
}

/* Page - Information */

footer h5 {
    text-transform: uppercase;
}

/* Icons Footer */

.fa-user:before {
    content: "\f007";
    color: #fff;
    padding-left: 2px;
    padding-right: 8px;
}

.fa-cart-plus:before {
    content: "\f217";
    color: #fff;
    padding-right: 6px;    
}

.fa-heart:before {
    content: "\f004";
    color: #fff;
    padding-left: 1px;
    padding-right: 6px;
    font-size: 13px;
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
    color: #fff;
    padding-left: 3px;
    padding-right: 6px;
}

.fa-cube:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 13px;
}

.fa-certificate:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 6px;  
}

.fa-briefcase:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 5px;
    font-size: 13px;
}

.fa-percent:before {
    color: #fff;
    padding-left: 1px;
    padding-right: 6px;
    font-size: 13px;
}

.fa-reply:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 5px; 
    font-size: 13px;     
}

.fa-envelope:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 5px; 
    font-size: 13px;     
}

.fa-map-pin:before {
    color: #fff;
    padding-left: 3px;
    padding-right: 8px;
    font-size: 13px;
}

.fa-info-circle:before {
    color: #fff;
    padding-left: 1px;
    padding-right: 7px; 
}

.fa-truck:before {
    color: #fff;
    padding-left: 0px;
    padding-right: 7px;
    font-size: 13px;
}

.fa-shield:before {
    color: #fff;
    padding-left: 2px;
    padding-right: 8px;
    font-size: 13px;
}

.fa-pencil-square-o:before {
    color: #fff;
    padding-left: 1px;
    padding-right: 6px;
    font-size: 13px;
}

.fa-hand-o-right:before {
    font-size: 12px;
    padding-right: 5px;
}

.fa-hand-o-left:before {
    font-size: 12px;
    padding-left: 5px;
}


#top-links .fa-heart:before {
    color: #fff;
}

#top-links .fa-envelope:before {
    color: #fff;    
}

#top-links .fa-briefcase:before {
    color: #fff;    
}



/* Icons Footer */

.eobd-footer-info {
    text-align: center;
}

.eobd-footer-logo {
    padding: 0 0%;
}


.eobd-footer-text {
    margin-top: 7px;
    border: 1px dashed #a7c0d9;
    padding: 5px 0;
}

.eobd-footer-link2 {
    transition: padding-left .2s ease;
}

.eobd-footer-link2:hover {
    padding-left: 5px;
}

.eobd-footer-link {
    transition: padding-left .3s ease, padding-right .3s ease;
}

.eobd-footer-link:hover {
    padding-left: 7px;
    padding-right: 7px;
}

.img-responsive-eobd3 {
    max-width: 100%; 
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: transform .2s ease;
}

.img-responsive-eobd3:hover {
    transform: scale(1.0);
}

.pt5 {
    padding-top: 7px;
}


/* Product Page */

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #5288b6;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 18px;
    transition: transform .3s ease;
}

.thumbnails .image-additional:hover {
    transform: scale(0.9);
}

.thumbnail {
    border: 1px solid #efecec;
}

.mfp-bottom-bar {
    top: 99%;
    padding: 7px;
    background: #5888b3;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.mfp-title {
    color: #ffffff;
    text-shadow: 1px 1px 1px #272727;
}

.mfp-counter {
    color: #ffffff;
    padding: 7px;
    text-shadow: 1px 1px 1px #272727;
}

.input-group .form-control[name^=quantity] {
    font-weight: 700;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table-compare-eobdlab>thead>tr {
	background: #5888b3;
    color: #fff;
    border: 1px solid #5288b6;
    text-shadow: 1px 1px #235d8f;
}

.price-new-compare {
    font-weight: 600;
    color: #bf0d0d;
    font-size: 15px;
}

.price-compare {
    color: #0a438a;
    font-size: 15px;
    font-weight: 600;
}

.price-old-compare {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
}

.rating .fa-star-o {
    color: #1076cd;
    font-size: 13px;
}

.eobd-compare-remove {
    padding-left: 35%;
}

.eobd-compare-remove a {
    color: #999999;
}

.eobd-compare-remove a:hover {
    color: #d00808;
}

.product-thumb .rating {
    padding-bottom: 0px;
    position: absolute;
    bottom: 78px;
    left: 84px;
    margin-left: -50px;
}

.product-thumb .image {
    padding: 5px 15px;
}

.product-thumb {
    line-height: 16px;
}

.eobd-manufactur-logo {
    margin-bottom: 15px;    
}

.sku-block {
    float: left;
}

.text-sku-eobd {
    color: #000;
    font-size: 14px;    
}

.sku-eobd {
    font-size: 16px;
    color: #003664;
    padding-left: 2px;   
}

.eobd-product-title-info {
}

.eobd-product-title-info h1{
    color: #000;
    font-size: 187%;
    margin: 0 0 .8em;
    line-height: 1.1;
}

.eobd-product-right {
    background: #f9f9f9; 
    padding-top: 10px;
    border: 1px solid #efecec;
    margin-top: -95px;
}

.mfp-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

button.mfp-close, button.mfp-arrow {
    transition: margin-top .2s ease;
}

.mfp-arrow:active {
    margin-top: -44px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    transition: top .2s ease;
}

.mfp-close:active {
    top: -15px;
}


/* Оформление кнопок Начало */

.btn-primary {
    transition: background-color .35s ease, background-image .35s ease, border-color .35s ease; 
    color: #ffffff;
    text-shadow: none;
    background-color: #4b88b9;
    background-image: linear-gradient(to bottom, #4b88b9, #4b88b9);
    background-repeat: repeat-x;
    border-color: #4b88b9 #4b88b9 #4b88b9;
}

.btn-primary:hover {
    color: #ffffff;
    text-shadow: none;
    background-color: #4b88b9;
    background-image: linear-gradient(to bottom, #4b88b9, #4b88b9);
    background-repeat: repeat-x;
    border-color: #4b88b9 #4b88b9 #4b88b9;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-position: 0 0px;
    background-color: #4b88b9;
	border-color: #5187b6;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #4b88b9;
    border-color: #4b88b9
	border-color: #5187b6;
}

/* Оформление кнопок КОнец */

.alert-info {
    color: #608f31;
    background-color: #eaf7d9;
    border-color: #e0f1bc;
}

.p-black {
    font-size: 14px;
    color: #000;
    padding: 10px;
}


.tab-content {
    font-size: 14px;
    color: #000;

}

.star-feedback {
    text-align: right;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    margin-top: 20px;
}

.feedback-img {
    width: 100%;
}

.nav-tabs {
    font-size: 14px;
}

.help-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.social-pwr-delit   {
    text-align: center;
    margin-bottom: 20px;
}


.feedback-img2 {
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    text-align: center;
    margin: 2% 20%;
}




.select option[selected] {
   background: red;
}


.eobd-card-info {
    font-size: 14px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin: 5px;
}

.eobd-card-info li{
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.fa-heart2:before {
    content: "\f004";
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 13px;
}


.alert-danger {
    color: #ffffff;
    background-color: #af0000;
    border-color: #860016;
}

.frame-map {
    border: 1px solid #efecec;
}


.eobd-card-info2 {
    font-size: 12px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin: 5px;
}

.label-eobd {
    border: 1px solid #e6e6e6;
    padding: 5px 5px;
    color: #000;
    background: #efefef;
    width: 100%;
    margin-bottom: 15px;
}

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


.price-eobd1 {
    background: #fff;
    color: #105695;
    font-weight: 700;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 45px;
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.price-eobd2 {
    background: #fff;
    color: #da0000;
    font-weight: 700;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    border: 1px solid #e6e6e6;
    padding: 23px 10px;
    margin-bottom: 20px;
}

.pieces-eobd {
    font-size: 30px;
    color: #000;
}


.tire-eobd {
    text-decoration: line-through;
    color: #767676;
    font-size: 20px;
}

.quickcheckout-content {
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 5%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 5%);
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fbe1e1;
}

table.quickcheckout-cart th{
    background: #5d88b1;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: sans-serif;
	text-shadow: 1px 1px #235d8f;
}

table.quickcheckout-cart{
    background: #f5f5f5;
}

.eobd-table-chekout tr {
    background: #fff;
}

.eobd-table-chekout label{
    font-size: 13px;
}


.or {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #25830a;
    font-weight:700;
}


.eobd-p-chekout {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.radio-eobd {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 5px 5px 15px 15px;
}

.quickcheckout-content .alert a {
    font-family: verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: red;
    padding: 0px 3px;
    text-shadow: 1px 1px 1px #000;
}

.order-pwr-img img {
    width: 60px;
}

a:focus {
    color: #fff;
    text-decoration: none;
}

, a:hover {
    color: #1974d3;
    text-decoration: none;
}

.eobd-img-graysc img {
    filter: grayscale(0.5);
}

.br-mobile {
    display: none;
}

.eobd-sublink {
    margin-bottom: 3px;
    transition: border .2s ease, padding .2s ease;
}


.eobd-sublink:hover {
}

.eobd-tags {
    padding: 5px 15px;
    background: #c4dbf9;
    color: #0b5fa7;
    border-radius: 20px;
    transition: background .4s ease;
    margin-bottom: 5px;
}

.eobd-tags:hover {
    padding: 5px 15px;
    background: #44759f;
    color: #fff;
    border-radius: 20px;
}

.eobd-tags:last-child{
    display: none;
}

.list-group a.sub {
    color: #fff;
    background: #232323;
    border: transparent;
    text-shadow: none;
    font-size: 12px;
    padding-left: 24px;
}

.quest-img {
    width: 100%;
    margin-top: 10px;
}

.fa-question:before {
    content: "\f128";
    color: #fff;
    padding-left: 2px;
    padding-right: 5px;
    font-size: 14px;
}


.faq-link:hover{
    color: #fff;
}


.eobd-cat-image-wall {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    transition: padding .1s ease, background .2s ease, border .2s ease;
}

.eobd-cat-image-wall:hover {
    padding: 6px;
	background: #ecf2ff;
    border: 1px solid #ccdff1;
}

.eobd-image-blog-rea {
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #eaeaea;
    filter: grayscale(0.8);
    transition: filter .3s ease;
}

.eobd-image-blog-rea:hover {
    filter: grayscale(0);
}


.eobd-blog-name {
    min-height: 75px;
}


.news-item--order {
    border: 1px solid #E3E3E3;
    padding: 23px 30px;
    margin-bottom: 30px;
    background: #fbfbfb;    
}

.news-item__date {
    display: block;
    color: #278a0a;
}


.news-item--order .news-item__date {
    font-size: 12px;
    color: #1d60b7;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;    
}

.news-item__name {
    width: 95%;
    display: block;
    color: #656C6F;
}


.news-item--order .news-item__name {
    display: inline-block;
    padding-top: 6px;
    font-size: 16px;
    color: #1d60b7;
    height: 36px;
    font-family: 'Open Sans', sans-serif; 
    margin-bottom: 25px; 
}

.news-item--order .news-item__body {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
}

.news-item--order .news-item__body p{
    margin: 0 0 10px;
}


.news-item--order .news-item__read-all {
    padding: 0;
    color: #1d60b7;
    border: none;
    border-bottom: 1px solid #bbcfe9;
    background: transparent;
    float: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;  
    transition: padding-left .3s ease;
}


.news-item--order .news-item__read-all:hover {
    padding-left: 5px;
}




#column-left .blog-module h3 {
    display: none;
}

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



.pwr-tags {
    display: flex;
    flex-wrap: wrap;
}

.pwr-tag-item {
}





























@media screen and (max-width: 767px) {
.eobd-compare-div .table-responsive>.table>tbody>tr>td {
    white-space: normal;
}

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

.eobd-footer-info-block {
    margin: 20px 0;
}

.eobd-footer-logo {
	margin-bottom: 35px;
    border-top: 1px dashed #a7c0d9;
    padding-top: 30px;
    border-bottom: 1px dashed #a7c0d9;
    padding-bottom: 30px;
}


}















/* Media Optimisation Start*/



@media (max-width: 767px) {
.eobd-product-right {
    background: #f9f9f9;
    padding-top: 10px;
    border: 1px solid #efecec;
    margin: 15px;
}

.mobile-center-eobd {
    text-align: center;
}

.social {
    display: contents;
}

.br-mobile {
    display: block;
}

}






/* Самые мелкие (разрешение <= 576px) */ 

@media (max-width: 576px) { 

.eobd-slide-title {
    background: rgba(22,40,50,0.7);
    color: #fafafa;
    padding: 5px;
    font-size: 15px;
    margin-top: 37%;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: 'Russo One';
    text-shadow: 1px 2px 1px #000000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: padding .30s ease, background .30s ease, font-size .30s ease;
} 

.eobd-slide-title:hover {
    padding: 7px;
    background: rgba(88,136,179,0.5);
    font-size: 16px; 
} 

#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text_phone {
    margin-top: 18px;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin-left: 0px;
    font-weight: bold;
}

.text_phone_number a {
    color: #5288b6;
    font-size: 23px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-left: 0px;
}

.eobd-contact-info img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.eobd-contact-info p{
    text-align: center;
    display: block;
    margin-top: 10px;
}

.eodb-contact-link {
    font-size: 16px;
    font-weight: 700;
}

.eobd-page-title-text {
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #1e3317;
    font-family: courier, "courier new", monospace;
}

.eobd-page-title-text2 {
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #1e3317;
    font-family: courier, "courier new", monospace;
}

.eobd-product-right {
    background: #f9f9f9;
    padding-top: 10px;
    border: 1px solid #efecec;
    margin: 15px;
}


 }



/* Малые девайсы (разрешение >= 576px) */ 

@media (min-width: 576px) { 

.eobd-slide-title {
    background: rgba(22,40,50,0.6);
    color: #fafafa;
    padding: 12px;
    font-size: 24px;
    margin-top: 37%;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: 'Russo One';
    text-shadow: 2px 3px 1px #000000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: padding .30s ease, background .30s ease, font-size .30s ease;
} 

.eobd-slide-title:hover {
    padding: 14px;
    background: rgba(88,136,179,0.5);
    font-size: 25px; 
} 

#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text_phone {
    margin-top: 18px;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 19px;
    margin-left: 0px;
    font-weight: bold;
}

.text_phone_number a {
    color: #5288b6;
    font-size: 26px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-left: 0px;
}

.eobd-contact-info img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.eobd-contact-info p{
    text-align: center;
    display: block;
    margin-top: 10px;
}

.eodb-contact-link {
    font-size: 16px;
    font-weight: 700;
}


}



/* Средние девайсы (разрешение >= 768px) */

@media (min-width: 768px) { 

.text_phone {
    margin-top: 6%;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    margin-left: 0px;
    font-weight: bold;
    line-height: 10px;
}

.text_phone_number a {
    color: #5288b6;
    font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-left: 0px;
}

.eobd-contact-info img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.eobd-contact-info p{
    text-align: left;
    display: block;
    margin-top: 10px;
}

.eodb-contact-link {
    font-size: 12px;
    font-weight: 500;
}


 }



/* Большие девайсы (разрешение >= 992px) */

@media (min-width: 992px) { 

.text_phone {
    margin-top: 4%;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    margin-left: -40px;
    font-weight: bold;
    line-height: 20px;
}

.text_phone_number a{
    color:#5288b6;
    font-size: 25px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;  
    margin-left: -40px;  
}

.eobd-contact-info img{
    display: inline;
    margin-left: 0;
    margin-right: 0;
}

.eobd-contact-info p{
    margin-top: 0px;
}

.product-thumb .rating {
    padding-bottom: 0px;
    position: absolute;
    bottom: 78px;
    left: 74px;
    margin-left: -50px;
}


 }



/* Экстрабольшие девайсы (разрешение >= 1200px) */

@media (min-width: 1200px) { 

.eobd-slide-title {
    background: rgba(22,40,50,0.6);
    color: #fafafa;
    padding: 20px;
    font-size: 30px;
    margin-top: 37%;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    font-family: 'Russo One';
    text-shadow: 2px 3px 1px #000000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    transition: padding .30s ease, background .30s ease, font-size .30s ease;
} 

.eobd-slide-title:hover {
    padding: 24px;
    background: rgba(88,136,179,0.5);
    font-size: 33px; 
} 

.text_phone {
    margin-top: 18px;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 21px;
    margin-left: -40px;
    font-weight: bold;
}

.text_phone_number a{
    color:#5288b6;
    font-size: 30px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;  
    margin-left: -40px;  
}

.product-thumb .rating {
    padding-bottom: 0px;
    position: absolute;
    bottom: 78px;
    left: 84px;
    margin-left: -50px;
}

 }


 /* Ext media */

 @media (max-width: 767px) { 

.form-group {
    text-align: center;
}

.form-control, select.form-control {
    text-align: center;   
}

.control-label {
    font-weight: bold;
    padding: 10px;
}
.eobd-powered {
    text-align: center;
}

.product-grid .product-thumb .caption {
    padding-bottom: 40px;
}

.product-thumb .rating {
    padding-bottom: 0px;
    position: absolute;
    bottom: 78px;
    left: 73px;
    margin-left: -50px;
}

}

/* Media Optimisation End */



@media (min-width: 1340px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1460px;
  }
}

@media (min-width: 1920px) {
  .container {
    width: 1620px;
  }
}


#common-home .container,
#product-category .container,
#product-product .container {
  max-width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}


#column-left {
  width: 320px;
  flex: 0 0 320px;
}


#content {
  flex: 1;
  min-width: 0;
}


@media (min-width: 1400px) {
  .product-layout.product-grid {
    width: 25%; /* 4 колонки вместо 3 */
  }
}

@media (min-width: 1800px) {
  .product-layout.product-grid {
    width: 20%; /* 5 колонок */
  }
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}


.product-layout.col-lg-3 {
    width: 25% !important;
}

@media (max-width: 1199px) {
    .product-layout.col-lg-3 {
        width: 33.333% !important;
    }
}

@media (max-width: 991px) {
    .product-layout.col-lg-3 {
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .product-layout.col-lg-3 {
        width: 100% !important;
    }
}


.h1-pwr-product {
	max-width: 1000px;
}

/* ====================== 
   МЕДИА-ЗАПРОСЫ 
   ====================== */

/* Очень маленькие экраны (до 480px) */
@media (max-width: 480px) {
    .h1-pwr-product {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
        line-height: 1.1;
        margin-bottom: 1rem;
    }
}

/* Мобильные устройства (480px — 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .h1-pwr-product {
	text-align: center;
    }
}

/* Планшеты (768px — 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .h1-pwr-product {
	max-width: 450px;    }
}

/* Небольшие ноутбуки / десктопы (992px — 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .h1-pwr-product {
	max-width: 600px;    }
}

/* Большой десктоп (1200px и выше) */
@media (min-width: 1200px) {
    .h1-pwr-product {
	max-width: 750px;    }
}

/* Очень большие экраны (4K и выше) — опционально */
@media (min-width: 1920px) {
    .h1-pwr-product {
	max-width: 1000px;
    }
}
