@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: #025159;
    transition: color 0.001s ease;
}

a:hover {
    color: #022023;
}

/* Links */

#top {
    background-color: #282828;
}

.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;
    font-weight: 600;
}

.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: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	transition: color .36s ease;
}

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

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

.top-left-border {

    padding-left: 1.4em;
    margin-left: 1.2em;
}

.top-left-border2 {
    border-left: 1px solid #CBCBCB;
    padding-left: 0.4em;
    margin-left: 0.1em;
}

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;
    text-transform: uppercase;
    font-size: 13px;
}

.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: "Montserrat", 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: #02525a;
    background-image: linear-gradient(to bottom, #02525a, #02525a);
    background-repeat: repeat-x;
    font-family: "Montserrat", sans-serif;    
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
    color: #ffffff;
    background-color: #02525a;
    background-image: linear-gradient(to bottom, #02525a, #02525a);
    background-repeat: repeat-x;
    font-family: "Montserrat", sans-serif;    
}

.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 {
    height: 50px;
    margin-top: 18px;
    border-bottom: 2px solid #025159;
}

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

#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 {
    padding: 10px 0;
}

#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: #fff;
    text-shadow: none;
    border-color: #ffffff;
    background-color: #02525a;
	font-weight: 600;
    height: 45px;
}

#search .btn-lg:hover {
	color: #fff;
    text-shadow: none;
}



.form-control {
    color: #000;
}

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

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

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

#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 {
    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: #025159;
    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: #025159;
    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: #ffffff;
    font-size: 13px;
    position: absolute;
    top: 19px;
    left: 21px;
    text-align: center;
    display: block;
    width: 30px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.eobd-cart i{
    font-size: 45px;
    color: #02525a;
    border-radius: 15px;
    /* background: red; */
    padding: 10px 14px 10px 11px;
    border: 1px solid #d7d5d5;
}

#cart {
    margin-top: -8px;
}

/* 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: 14px 22px;
    background: #181818;
    font-size: 14px;
    transition: background .40s ease, font-size 0.50s ease, padding-left 0.4s ease;
    text-shadow: none;
    font-family: 'Montserrat';
    font-weight: 500;
}

.list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #02525a;
    border: transparent;
    text-shadow: none;
    font-size: 13px;
    padding-left: 24px;
    font-family: 'Montserrat';
}

.list-group a.active {
    color: #fff;
    background: #02525a;
    border: transparent;
    text-shadow: none;
    font-size: 13px;
    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: #02525a;
}

#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:#fff; -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{color: #fff;background:#39599f;}
.social a.twitter{color: #fff;background:#45b0e3;}
.social a.instagram{color: #fff;background:#e2415a;}
.social a.google_plus{color: #fff;background:#dc4a38;}
.social a.vk{color: #fff;background:#4d75a3;}
.social a.odnoklassniki{color: #fff;background:#f58220;}
.social a.skype{color: #fff;background:#45b0e3;}
.social a.whatsapp{color: #fff;background:#40c353;}
.social a.telegram{color: #fff;background:#289fd9;}
.social a.youtube{color: #fff;background:red;}



/* Social Panel */



/* Social Panel Footer*/

.social-footer{margin-top:-5px;}
.social-footer a{
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #181818;
    margin-right: 10px;
    padding: 12px;
    transition: background 0.3s ease, color  0.3s ease;

 }
.social-footer a:hover.facebook{color: #fff;background:#39599f;}
.social-footer a:hover.twitter{color: #fff;background:#45b0e3;}
.social-footer a:hover.instagram{color: #fff;background:#e2415a;}
.social-footer a:hover.google_plus{color: #fff;background:#dc4a38;}
.social-footer a:hover.vk{color: #fff;background:#4d75a3;}
.social-footer a:hover.odnoklassniki{color: #fff;background:#f58220;}
.social-footer a:hover.skype{color: #fff;background:#45b0e3;}
.social-footer a:hover.whatsapp{color: #fff;background:#40c353;}
.social-footer a:hover.telegram{color: #fff;background:#289fd9;}
.social-footer a:hover.youtube{color: #fff;background:red;}

.social-footer .fa {
    font-size: 22px;
    transition: font-size 0.3s ease;
}


/* Social Panel */


/* Footer Start */

footer {
    background-color: #181818;
}

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

.footer-bottom {
     background: #111111;
     margin-top: 0px;
     padding-top: 15px; 
     border-top: 0px solid #ddd;
}

.footer-middle {
     background: #181818;
     margin-top: 0px;
     padding-top: 15px; 
     border-top: 1px solid #000;
}

.footer-top {
     background: #025159;
     margin-top: 50px;
     padding-top: 0px; 
     border-top: 1px solid #025159;
     min-height: 50px;
}

/* 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: #025159;
    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: 14px;
}

.rating .fa-star {
    color: #ffa900;
    font-size: 14px;
}

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

.product-thumb {
    border: 1px solid #025159;
    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 #025159;
    border: 1px solid #025159;
}

.product-thumb .button-group button {
    background-color: #025159;
    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: #025159;
    padding-left: 1px;
	text-shadow: 0 1px #021d32;
}

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

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

.caption h4 a:hover{
    color: #0b7b87;
}

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

.product-price .button-group button:first-child {
    display: block;
    border: none;
    background-color: #025159;
    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: #025159;
    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: #f2fbf7;
}

/* Prodict Design */

#content h1{
    padding: 11px 15px;
    background: #025159;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px; 
    margin-bottom: 20px;
}

#content h2{
    padding: 11px 15px;
    background: #025159;
    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: #025159;
    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: #025159;
    background-image: linear-gradient(to bottom, #025159, #025159);
    background-repeat: repeat-x;
    text-transform: uppercase;
    border-color: #025159;
}

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


.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;
    text-transform: uppercase;
}

.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: #025159;
    border-color: #025159;
}


.eobd-empty {
    padding: 50px;
    text-align: center;
    color: #181818;
    background: #fdfdfd;
    border: 1px solid #dddddd;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.eobd-succes {
    padding: 50px;
    text-align: center;
    color: #000000;
    background: #f8f8f8;
    border: 1px solid #025159;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
}


.input-group-addon {
    color: #fff;
    background-color: #025159;
    border: 1px solid #025159;
    text-transform: uppercase;
}

.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);
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.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: #025159;
    position: absolute;
    bottom: 68px;
    right: 40px;
}

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

/* Breadcump */

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

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

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

.breadcrumb > li a:hover{
    color: #118f9c;
    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: #0b717b;
    border-color: #ffffff;
    font-weight: 600;
}

.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: #02525a;
    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: #0b717b;
    border-color: #fff;
    font-weight: 600;
}

/* 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: 13px;
    z-index: 3;
    border-radius: 0px;
    
}
.label-product span {   
    display: block;
}
.label_new {
    background: #278a0a;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;   
}
.label_sale {
    background: #da0000;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.label_hit {
    background: #9100ff;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.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: #025159; 
    color: #fff;
    font-weight: normal;
}

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

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

.eobd-wishlist .price{
    color: #02525a;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.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: #f2fbf8;
}

/* Wish List */

/* Cart panels */

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #025159;
    border-color: #000;
    /* text-shadow: 0 1px #000; */
    text-transform: uppercase;
}


.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: #000;
    font-weight: 600;

}

.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;
    text-transform: uppercase;
    font-size: 13px;
}

label {
    color: #000;
}

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

.product-thumb2 h5{
    color: #fff;
    background: #025159;
    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: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}


.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: #025159;
    padding-left:  5px;
}



.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: 933px;
    height: 190px;
    padding-top: 67px;
}

.eobd-cat-line {
    background: rgba(0, 0, 0, 0.75);
    width: 933px;
    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;
    margin-top: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.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: #025159;
}

.modal-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 15px;
}

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

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

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


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

.eobd-total {
    font-size: 20px;
    font-weight: 600;
}

.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: #fff;
    cursor: default;
    background-color: #025159;
    border-top: 2px solid #025159;
    border-left: 1px solid #025159;
    border-right: 1px solid #025159;
    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: #025159;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.eobd-sitemap-push li:after {
  position: absolute;
  border-left: 1px dotted #025159;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.eobd-sitemap-push li:hover:before{box-shadow: 0 0 0 10px rgba(2,81,89,.23)}
.eobd-sitemap-push li:last-child:after {content: none;}


/* Sitemap */

/* Page - Information */

.eobd-page-information {
    color: #000;
    margin-bottom: 50px;
}

#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 {
    color: #e00400;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-top: 7px;
}

.text-danger2 {
    color: #e00400;
    font-weight: 500;
    padding-top: 9px;
    font-size: 3.73em !important;
}

.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(2,81, 89, 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: 'Montserrat';
    text-transform: uppercase;
}

.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 #02525a;
    margin-top: 10px;
}

.eobd-page-title-block2 {
    background: rgba(2, 81, 89, 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;
    font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-o-left:before {
    font-size: 15px; 
    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 #dddddd;
    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.2);
}

.pt5 {
    padding-top: 7px;
}

.pwr-ul-li li {

    padding-top: 5px;
}


/* Product Page */

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

.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: #025159;
    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: #025159;
    color: #fff;
    border: 1px solid #02525a;
    text-shadow: 1px 1px #235d8f;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}

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

.price-compare {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
}

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

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

.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;   
    font-weight: 500; 
}

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

.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: #02525a;
    background-image: linear-gradient(to bottom, #02525a, #02525a);
    background-repeat: repeat-x;
    border-color: #02525a #02525a #02525a;
    text-transform: uppercase;
}

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

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

.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;
    text-transform: uppercase;
}

.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;
    padding: 11px 15px;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.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: #000;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat';
    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: 'Montserrat';
    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: 14px;
    font-weight: 500;
}


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


.eobd-p-chekout {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 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: #0c828e;
    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 {
    margin-bottom: 3px;
    padding: 5px;
}

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

.eobd-tags:hover {
    padding: 5px 15px;
    background: #007581;
    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: #e2f3f4;
    border: 1px solid #ccf1ea;
}

.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: 13px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-top: 20px; 
}

.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: #025159;
    height: 36px;
    font-family: 'Montserrat';
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: 0px 0 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 1.3rem;
}


.news-item--order .news-item__read-all {
    color: #025159;
    border: 1px solid #025159;
    background: transparent;
    float: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: padding-left .3s ease, color .3s ease, background .3s ease;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
}


.news-item--order .news-item__read-all:hover {
    padding-left: 15px;
    background: #025159;
    color: #fff;
}




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

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;  
    transition: color ease  0.001s;
}



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

.pwr-tag-item {
}





.pwr-container {
  position: relative;
  text-align: center;
}

.pwr-container {
  position: relative;
  text-align: center;
}

.pwr-phone {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  margin-left: -25px;
}


.pwr-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 225px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  top: calc(100% + -10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, .15);
  z-index: 999;
}

.pwr-dropdown-content p {
  margin: 0;
}

.pwr-arrow {
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #9d9d9d;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pwr-arrow.arrow-up {
  transform: translateY(-50%) rotate(180deg);
}


#overlay-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* затемненный цвет */
    z-index: 999; /* выше других элементов */
}

.pwr-custom-address {
    font-size: 1.36rem;
    color: #000;
}

.product-search-pwr a{
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.product-quantity-pwr {
    color: #02525a;
    font-size: 14px;
    font-weight: 600;
}

 .pwr-uper-pwr {
    text-transform: uppercase;
 }



/** Modal Sub  **/


.modal-footer .


.sub-text-body {
    display:  block;
    margin: 20px 0 0 0;


}


.btn-primary-sub {
transition: background-color .35s ease, background-image .35s ease, border-color .35s ease;
    color: #025159;
    text-shadow: none;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #ffffff #ffffff #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

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

.btn-primary-sub:hover, .btn-primary-sub:active, .btn-primary-sub.active, .btn-primary-sub.disabled, .btn-primary-sub[disabled] {
    background-position: 0 0px;
    background-color: #0b6b74;
    border-color: #0b6b74;
}

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


/** Блок подписка на новости **/


.sub-pwr-heading {
    float: left;    
    font-size: 18px;    
    text-transform: uppercase;    
    color: #fff;    
    font-weight: 500;  
    margin: 50px 35px 50px 0;
}

.sub-pwr-heading-input {
    height: 44px;    
    line-height: 44px;    
    width: 45%;   
    float: left;    
    box-shadow: none;    
    padding: 0 0 0 15px;    
    border: none;    
    background-color: #fff;       
    margin: 36px 0 36px 0;    
    color: #000;
}


.sub-pwr-heading-button {
    border: 0 none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    text-transform: uppercase;
    background-color: #181818;
    float: left;
    margin-top: 36px;
}



/** Личный кабинет -> Закладки - start **/

.pwr-wishlist-product a{
    text-transform: uppercase;
    color: #012c31;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 13px;
}

.pwr-wishlist-product a:hover, .pwr-wishlist-product a:focus,.pwr-wishlist-product a:active{
    text-transform: uppercase;
    color: #012c31;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 13px;

}


.pwr-wishlist-product-price {
    width: 13%;
    text-transform: uppercase;
}

.pwr-wishlist-product-action {
    width: 15%;
    text-transform: uppercase;
}

.pwr-wishlist-product-name {
    text-transform: uppercase;
}


/** Личный кабинет -> Закладки - end **/


/** Личный кабинет -> История заказов - start **/


.pwr-orders-id {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #02525a;
    font-weight: 700;
    font-size: 13px;
}

.pwr-orders-client {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.pwr-orders-tittle {
     text-transform: uppercase;   
}

.pwr-orders-price {
    font-size: 13px; 
}

.pwr-orders-date {
    font-weight: 600;
    font-size: 13px; 
}

.pwr-orders-pagination {
    font-size: 14px;
    font-weight: 500;
}

.pwr-orders-address {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.pwr-orders-address2 {
    font-weight: 500;
    font-size: 13px;
}

.pwr-orders-product {
    text-transform: uppercase;
    color: #012c31;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 13px;
}


.pwr-orders-product-price {
    width: 13%;
}

.pwr-orders-product-action {
    width: 15%;
}

.pwr-orders-product-price2 {
    color: #02525a;
    text-align: center;
    font-size: 14px;
}

.pwr-orders-comment {
    font-size: 13px;
}


/** Личный кабинет -> История заказов - end **/


/** Личный кабинет -> Скачка - start **/

.pwr-download-name {
    text-transform: uppercase;
    color: #012c31;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 13px;
}

.pwr-download-product-name {
    text-transform: uppercase;
}

.pwr-download-id {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #02525a;
    font-weight: 700;
    font-size: 13px;
}

.pwr-download-date {
    font-weight: 600;
    font-size: 13px; 
}

.pwr-download-pagination {
    font-size: 14px;
    font-weight: 500;
}


/** Личный кабинет -> Скачка - end **/





.pwr-backcall {
    color: #02525a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
 }


#top-pwr-allert {
    background-color: #ed2525;
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0px 3px 0;
    margin: 0;
    min-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}



.btn-group, .btn-group-vertical {
    text-transform: uppercase;
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a {
    font-weight: 500;
    text-transform: none;
}



.pwr-priceview-product-price {
    width: 25%;
}

.pwr-priceview-product-price2 {
    width: 12%;
}


.box-heading {
    font-weight: 500;
}

.bf-cell label {
    font-weight: 500;
    margin: 3px 0px 3px 0px;
}


::selection {
    background-color: #e9fafb; /* Замените этот цвет на желаемый */
}

.bf-form > .bf-attr-block:first-of-type, .bf-form > .bf-attr-block:first-of-type .bf-attr-header, .bf-horizontal .bf-left-half + .bf-attr-block {
    font-weight: 500;
}

.bf-layout-id-new .bf-attr-header {
    font-weight: 600;
    text-transform: uppercase;
}


/** Оформление карусели **/


.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  background: #000; /* Фон кнопок */
  color: #fff; /* Цвет иконок */

  width: 50px; /* Ширина кнопок */
  height: 50px; /* Высота кнопок */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd; /* Рамка кнопок */
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: #056771; /* Фон кнопок при наведении */
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: -30px; /* Расстояние от левого края */
}

.owl-carousel .owl-nav .owl-next {
  right: -30px; /* Расстояние от правого края */
}

.owl-carousel .owl-nav {
  opacity: 0; /* Скрытие кнопок по умолчанию */
  transition: opacity 0.3s ease; /* Плавное изменение прозрачности */
}

.owl-carousel:hover .owl-nav {
  opacity: 1; /* Показ кнопок при наведении на карусель */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: #025159;
    color: #fff;
    border: none;
    padding: 0 !important;
    font: inherit;
    border: 1px solid #025159;
}


/** Оформление карусели КОнец **/

.pwr-instock {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #007e10;
}

.pwr-compare-feed {
    font-weight: 500;
}

.pwr-drop-image {
    width: 80px;
}

.pwr-h-tittle {
    font-weight: 500;
    text-transform: uppercase;
}

.pwr-h-a-cart {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;    
}

.pwr-h-a-cart a{
    color: #000;    
}

.pwr-h-a-cart-light {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;    
}


.pwr-or {
    color: #025159;
    margin-bottom: 20px;
    display: block;
    font-family: 'Montserrat';
}


.quickcheckout-content #login label {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
}

.quickcheckout-content #login input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

.quickcheckout-content #login button {
    height: 40px;
    margin-top: -5px;
}



.quickcheckout-content #login select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#payment-address select option {
    background-color: #ffffff;
    font-weight: 500;
    height: 40px !important;
} 

#payment-address select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;    
}

#payment-address select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#payment-address select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#payment-address select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}





#payment-address .quickcheckout-content input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0; 
}


#payment-address .quickcheckout-content input[type="radio"] {
  margin: 3px 0px 0 -20px;
}



#shipping-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#shipping-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#shipping-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;    
}

#shipping-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}


#payment-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#payment-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#payment-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;     
}

#payment-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}



.pwr-multiprice {
    color: #373737;
    font-weight: 500;
    font-size: 15px;
}


.pwr-shipping-metod-1 {
    border-top: 1px solid #969696 !important; 
    border-left: 1px solid #969696 !important; 
    border-bottom: 1px solid #969696 !important; 
    width: 5%; 
    vertical-align: middle;
}

.pwr-shipping-metod-2 {
    border-top: 1px solid #969696 !important; 
    border-bottom: 1px solid #969696 !important; 
    vertical-align: middle;
}

.pwr-shipping-metod-3 {
    border-top: 1px solid #969696 !important; 
    border-bottom: 1px solid #969696 !important;   
    vertical-align: middle;
    text-align: center;
    padding: 1px !important;
}

.pwr-shipping-metod-4 {
    text-align:right;
    width: 22%;
    border-top: 1px solid #969696 !important;
    border-right: 1px solid #969696 !important;
    border-bottom: 1px solid #969696 !important; 
    vertical-align: middle;
}

.pwr-shipping-metod-4 label{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.price1 {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.total1 {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.name1 a{
    font-weight: 600;
    font-size: 12px;
}


.tr-chek-pwr {
    background: #02525a !important;
}

.pwr-terms-chek label{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.faq-pwr-tittle {
    background: #02525a !important;
    color: #fff;  
}

.product-pwr-download-a {
    color: #02525a;
    font-weight: 500;
}

.product-pwr-download-i {
    color: #02525a;
}
























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


}


.phone-top-pwr {
    font-size: 20px;
}

.phone-top-pwr2 {
    font-size: 20px;
    font-weight: 600;
    color: #000; 
}

/** Дизайн продуктов альтернативный **/

.product-center {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
}

.product-center h4 a{
    color: #282828;
    font-weight: 500;
    padding-top: 10px;
}


.product-thumb .caption .price2 {
    color: #1d1d1d;

}

.product-thumb .price2 {
    font-weight: 600;
    color: #1d1d1d;
    font-size: 21px;
    padding-top: 7px;
}

.product-thumb .rating2 {
    position: static;
    margin: 13px 0px;
}

.content-product2 {
    background: #f3f3f3;
    padding: 10px 10px 0px 10px;
}

.product_bg2 {
    background: #fff; 
    border: 1px solid #bfbebe;
}

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


/** Дизайн продуктов альтернативный **/


/** Блок Информации о Доставке и Оплате - Старт  **/

  .accordion-header {
    display: block;
    padding: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    background: #f6f6f6;
  }

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }


  .accordion-content {
    padding: 0px 10px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    margin-left: -10px;
  }


  .accordion-header .fa-info-circle:before {
    color: #000;
    font-size: 17px;
  }

  .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .accordion-item.active .accordion-content {
    height: auto;
  }

  .accordion-content li {
    border: 0;
  }

/** Блок Информации о Доставке и Оплате - Конец  **/


.cat-name {
    font-weight: 500;
}

.cat-image {
    transition: padding ease 0.2s, background ease 0.2s;
}


#menu-mobile-ns .mobile-menu-icon {
    width: 25px;
}









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

#menu-vertical-list .nsmenu-thumb {
    width: 25px;
}

}






/* Самые мелкие (разрешение <= 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;
}

#menu-vertical-list .nsmenu-thumb {
    width: 25px;
}


 }



/* Малые девайсы (разрешение >= 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: "Montserrat", sans-serif;
    font-size: 19px;
    margin-left: 0px;
    font-weight: bold;
}

.text_phone_number a {
    color: #5288b6;
    font-size: 26px;
    font-family: "Montserrat", 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;
}

#menu-vertical-list .nsmenu-thumb {
    width: 25px;
}


}



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

@media (min-width: 768px) { 

.text_phone {
    margin-top: 6%;
    color: #000;
    font-family: "Montserrat", 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: "Montserrat", 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;
}

#menu-vertical-list .nsmenu-thumb {
    width: 25px;
}


 }



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

@media (min-width: 992px) { 

.text_phone {
    margin-top: 4%;
    color: #000;
    font-family: "Montserrat", 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: "Montserrat", 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;
}

#menu-vertical-list .nsmenu-thumb {
    width: 25px;
}


}



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

@media (min-width: 1200px) {
  .container {
    width: 1284px;
  }
}

@media (min-width: 1200px) { 

.quickcheckout-content #login input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

.quickcheckout-content #login button {
    height: 40px;
    margin-top: -5px;
}

#payment-address .quickcheckout-content input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0; 
}


#payment-address .quickcheckout-content input[type="radio"] {
  margin: 3px 0px 0 -20px;
}



#shipping-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#shipping-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#shipping-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;    
}

#shipping-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}


#payment-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#payment-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#payment-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;     
}

#payment-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

.eobd-slide-title {
    background: rgba(19,29,30,0.6);
    color: #fafafa;
    padding: 20px;
    font-size: 30px;
    margin-top: 32%;
    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(44,75,79,0.5);
    font-size: 33px; 
} 

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

.text_phone_number a{
    color:#5288b6;
    font-size: 30px;
    font-family: "Montserrat", 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) { 

    .quickcheckout-content #login input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

.quickcheckout-content #login button {
    height: 40px;
    margin-top: -5px;
}

#payment-address .quickcheckout-content input {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0; 
}


#payment-address .quickcheckout-content input[type="radio"] {
  margin: 3px 0px 0 -20px;
}



#shipping-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#shipping-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#shipping-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;    
}

#shipping-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}

#shipping-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px; 
}


#payment-method  .quickcheckout-content select {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 5px 0;
    height: 40px;
}

#payment-method  .quickcheckout-content select option {
    background-color: #ffffff;
    font-weight: 500;
} 

#payment-method  .quickcheckout-content select option:checked {
    background-color: #025159 !important; /* Замените этот цвет на желаемый */
    color: #ffffff !important; /* Цвет текста выделенного пункта */
    height: 40px;     
}

#payment-method  .quickcheckout-content select option:selected {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:hover {
    background-color: #025159 !important; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

#payment-method  .quickcheckout-content select option:focus {
    background-color: #025159; /* Цвет фона выбранного элемента */
    color: #ffffff !important; /* Цвет текста выбранного элемента */
    height: 40px;  
}

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

.sub-pwr-heading {
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px 20px 0;
    text-align: center;
}

.sub-pwr-heading-input {
    height: 44px;
    line-height: 44px;
    width: 60%;
    float: left;
    box-shadow: none;
    padding: 0 0 0 15px;
    border: none;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
    text-align: center;
    margin-left: 20%;
}

.sub-pwr-heading-button {
    border: 0 none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    text-transform: uppercase;
    background-color: #181818;
    float: left;
    margin-top: 36px;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 5%;
}

.sub-pwr-social {
    text-align: center;
}


}


/* Media Optimisation End */
