/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-weight: normal;
    font-size: 17px;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    background: #FFF;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*min-height: -webkit-fill-available;*/
}

table,
tr,
td {
    font-weight: normal;
}

a {
    color: #32657C;
}

a:hover {
    color: #A84301;
}

h1 {
    font-size: 65px;
    color: #0B8F91;
    font-weight: 600;
}

h1 a {
    text-decoration: none;
    color: #A10101;
    font-weight: normal;
}

h2 {
    font-size: 45px;
    font-weight: 600;
}

h2 b {
    color: #3B6C8F;
}

h2 a {
    text-decoration: none;
}

h3 {
    font-size: 25px;
}

h3 a {
    color: #000000;
}

.short_desc h2 {
    font-size: 30px;
    font-weight: 400;
}

.hidden {
    display: none !important;
}

.view_cart_buttons input {
    margin: 3px;
}

img,
form {
    margin: 0px;
    padding: 0px;
    background: none;
    max-width: 100%;
    border: none;
}

.top-mess {
    border-radius: 0;
    background-color: #D94009;
    color: white;
}

.list-group-item.active {
    /*z-index: 2;*/
    /*color: #FFF;*/
    background-color: #E9ECEF;
    border-color: #E9ECEF;
}

.login-popup-reg {
    padding: 10px 10px 20px 10px;
    background: #E7E4E4;
    margin: 22px -15px -48px;
}

.top-prod-menu {
    margin-top: 20px;
}

.top-prod-menu a.nav-link {
    color: #FFF !important;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px !important;
}

.top-menu .dropdown .dropdown-menu {
    /*display: block !important;*/
    padding: 10px 15px;
    --bs-dropdown-link-active-bg: #92e1e3;
    width: 500px;
}

.top-menu .dropdown .dropdown-menu li {
    border-bottom: 1px dotted #CCC;
    padding: 5px 10px;
    width: 50%;
    display: inline-block;
}

.top-menu .dropdown .dropdown-menu a {
    text-decoration: none;
    display: block;
    color: #017778;
    font-size: 17px;
}

.menu-left li a.nav-link {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.menu-right li a {
    padding-left: 35px !important;
    padding-right: 0 !important;
}

.breadcrumb-pan {
    padding-top: 15px;
    background: #E7EBEF;
    margin-bottom: 20px;
}

.navbar-brand {
    display: inline-block;
    margin: -5px 0 -1px;
    padding: 0;
    width: 110px;
    height: 109px;
}

.navbar-brand_index {
    width: 165px;
    height: 168px;
    margin: 0;
}

.top-bg {
    padding-top: 20px;
    padding-bottom: 10px;
    background: url(../img/top-bg.jpg) center top / cover no-repeat;
}

.top-bg-index {
    background: url(../img/index-bg.jpg) top center / cover;
    /*min-height: 615px;*/
}

.btn-primary {
    color: #FFF;
    background: rgb(48, 148, 150);
    background: linear-gradient(180deg, rgba(48, 148, 150, 1) 0%, rgba(70, 205, 207, 1) 100%);
    border: none;
}

.btn-primary:hover {
    background: rgb(36, 124, 126);
    background: linear-gradient(180deg, rgba(36, 124, 126, 1) 0%, rgba(50, 163, 164, 1) 100%);
}

.btn-secondary {
    color: #FFF;
    background: rgb(85, 94, 102);
    background: linear-gradient(180deg, rgba(85, 94, 102, 1) 0%, rgba(108, 117, 125, 1) 100%);
    border: none;
}

.btn-secondary:hover {
    background: rgb(67, 75, 82);
    background: linear-gradient(180deg, rgba(67, 75, 82, 1) 0%, rgba(73, 81, 89, 1) 100%);
}

.btn-danger {
    color: #FFF;
    border: none;
    background: rgb(158, 8, 8);
    background: linear-gradient(0deg, rgba(158, 8, 8, 1) 0%, rgba(124, 13, 13, 1) 100%);
}

.btn-secondary:hover {
    background: rgb(67, 75, 82);
    background: linear-gradient(180deg, rgba(67, 75, 82, 1) 0%, rgba(73, 81, 89, 1) 100%);
}

.navbar-toggler {
    padding: 5px 15px;
    color: #46CDCF;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 20px;
}

.product_cat_footer li {
    width: 45%;
    float: left;
}

.discountline {
    background: #FF4616;
    color: #FFF;
}

@media (max-width: 575px) {
    h1 {
        font-size: 20px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    .top-prod-menu a.nav-link {
        font-size: 13px;
    }
    
    .menu-left li a {
        padding-right: 10px !important;
    }
    
    .menu-right li a {
        padding-left: 17px !important;
        padding-right: 0 !important;
    }
    
    .navbar-brand {
        width: 80px;
        height: 80px;
        margin: -8px 0 0;
    }
    
    .top-prod-menu {
        margin-top: 0;
    }
    
    .top-menu .dropdown .dropdown-menu a {
        font-size: 16px;
        text-align: center;
    }
    
    .slogan {
        position: absolute;
        top: 0;
        font-size: 13px !important;
        width: 111px;
    }
    
    .roof {
        margin-top: 11px;
        /*margin-bottom: 0;*/
        /*margin-right: 72px;*/
    }
    
    .menu-right {
        margin-top: 9px;
        /*margin-right: 72px;*/
    }
    
    .menu-left {
        position: absolute;
        z-index: 100;
        left: 10px;
        right: 10px;
        top: 50px;
        background: #1C4849;
    }
    
    .menu-left .top-prod-menu {
        margin: 10px;
        text-align: center;
    }
    
    .menu-left .top-prod-menu a {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    .top-prod-menu a.nav-link {
        font-size: 13px;
    }
    
    .menu-left li a {
        padding-right: 10px !important;
    }
    
    .menu-right li a {
        padding-left: 17px !important;
        padding-right: 0 !important;
    }
    
    .navbar-brand {
        width: 80px;
        height: 80px;
        margin: -8px 0 0;
    }
    
    .top-prod-menu {
        margin-top: 0;
    }
    
    .top-menu .dropdown .dropdown-menu a {
        font-size: 16px;
        text-align: center;
    }
    
    .slogan {
        position: absolute;
        top: 90px;
        right: 136px;
    }
    
    .roof {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 72px;
    }
    
    .menu-right {
        margin-top: 6px;
        margin-right: 72px;
    }
    
    .menu-left {
        position: absolute;
        z-index: 100;
        left: 10px;
        right: 10px;
        top: 44px;
        background: #1C4849;
    }
    
    .menu-left .top-prod-menu {
        margin: 10px;
        text-align: center;
    }
    
    .menu-left .top-prod-menu a {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    .top-prod-menu a.nav-link {
        font-size: 14px;
    }
    
    .menu-left li a {
        padding-right: 10px !important;
    }
    
    .menu-right li a {
        padding-left: 17px !important;
        padding-right: 0 !important;
    }
    
    .navbar-brand {
        width: 100px;
        height: 100px;
        margin: -8px 0 0;
    }
    
    .top-prod-menu {
        /*margin-top: 10px;*/
    }
    
    .top-menu .dropdown .dropdown-menu a {
        font-size: 16px;
        text-align: center;
    }
    
    .slogan {
        position: absolute;
        top: 80px;
        right: 136px;
    }
    
    .roof {
        margin-top: 5px;
        margin-bottom: 0;
        margin-right: 72px;
    }
    
    .menu-right {
        margin-top: 6px;
        margin-right: 72px;
    }
    
    .menu-left {
        position: absolute;
        z-index: 100;
        left: 10px;
        right: 10px;
        top: 44px;
        background: #1C4849;
    }
    
    .menu-left .top-prod-menu {
        margin: 10px;
        text-align: center;
    }
    
    .menu-left .top-prod-menu a {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 25px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    .top-prod-menu a.nav-link {
        font-size: 14px;
    }
    
    .menu-left li a {
        padding-right: 10px !important;
    }
    
    .menu-right li a {
        padding-left: 17px !important;
        padding-right: 0 !important;
    }
    
    .navbar-brand {
        width: 100px;
        height: 100px;
    }
    
    .top-prod-menu {
        margin-top: 10px;
    }
    
    .top-menu .dropdown .dropdown-menu a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /*.container
    {
    	max-width: 1299px;
    }*/
    .top-prod-menu a.nav-link {
        font-size: 17px;
    }
    
    .menu-left li a {
        padding-right: 15px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container-fluid {
        padding-right: 5%;
        padding-left: 5%;
    }
    
    .top-prod-menu a.nav-link {
        padding-left: 20px !important;
    }
    
    .menu-left li a.nav-link {
        padding-right: 15px !important;
        padding-left: 0px !important;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-right: 7%;
        padding-left: 7%;
    }
}

.js-searchform {
    display: none;
}

.js-searchform.active {
    display: block;
    position: absolute;
    top: -17px;
    right: -13px;
    width: 281px;
    padding: 10px 5px 10px 10px;
    background: #286566;
}

.js-adrecom-search-toggle {
    display: block;
}

.js-adrecom-search-toggle.active {
    /*display: none;*/
}

.top_search {
    padding: 0 0 0 10px;
}

.top_search input[type=text] {
    /*font-size: 20px;*/
    min-width: 233px;
}

.top_search .btn {
    margin-left: 0px;
    padding: 0;
}

.roof {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    color: #FFF;
    margin-bottom: -8px;
}

.roof li {
}

.roof a {
    text-decoration: none;
    display: block;
    padding: 0 0 0 20px;
}

.social-links .fa-lg {
    font-size: 20px;
}

.footer {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(19, 116, 117, 1) 100%);
    padding: 80px 0;
}

.footer a {
    color: #FFF;
}

.madatorystar {
    color: #CC0000;
}

.count {
    text-align: right;
    font-style: italic;
    font-size: 11px;
    margin-bottom: 10px;
}

.page-sorting {
}

.page-sorting .btn-light {
    margin: 0 4px;
    border: 1px solid rgba(203, 203, 203, 0.550);
}

.page-sorting .btn-light.active {
    font-weight: 600;
    /*color: #D23F03 !important;*/
}

.page-sorting .updown {
    display: inline-block;
    vertical-align: middle;
}

.page-sorting .btn-light i.fa-sort-down {
    display: block;
    height: 10px;
    width: 10px;
    font-size: 16px;
    line-height: 0px;
    vertical-align: 0;
    margin-left: 3px;
}

.page-sorting .btn-light i.fa-sort-up {
    display: block;
    height: 10px;
    width: 10px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: 0;
    margin-left: 3px;
}

.price {
    color: #9E011C;
}

.msrp {
    color: #686464;
    font-weight: normal;
    text-decoration: line-through;
}

.save {
    color: #477558;
}

.page-item.active .page-link {
    color: #FFF;
    background-color: #598ABF;
    border-color: #598ABF;
}

.page-item a.page-link {
    color: #598ABF;
}

.alert-secondary {
    color: #383D41;
    background-color: #F5F5F5;
    border-color: #EDEDED;
}

.card {
    height: 100%;
}

.ic-login {
    width: 38px;
    height: 31px;
    display: block;
    background: url(../img/ic-login.svg) center center / contain no-repeat;
}

.ic-acc {
    width: 38px;
    height: 31px;
    display: block;
    background: url(../img/ic-acc.svg) center center / contain no-repeat;
}

.ic-logout {
    width: 38px;
    height: 31px;
    display: block;
    background: url(../img/inc-logout.svg) center center / contain no-repeat;
    opacity: 0.5;
}

.ic-cart {
    width: 38px;
    height: 31px;
    display: block;
    background: url(../img/ic-cart.svg) center center / contain no-repeat;
}

.ic-search {
    width: 38px;
    height: 31px;
    display: block;
    background: url(../img/ic-search.svg) center center / contain no-repeat;
}

.phone {
    margin-left: 30px;
}

.phone a {
    color: #46CDCF;
    font-size: 20px;
}

.slogan {
    color: #2E8687;
    text-transform: uppercase;
    font-size: 18px;
}

.subscribe_line {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 205, 207, 1) 100%);
    min-height: 150px;
    font-size: 20px;
    color: #FFF;
    padding: 50px 0;
}

.subscribe_line label.lead {
    font-size: 30px;
    margin-bottom: 0;
}

.subscribe_line .subtitle {
    font-size: 25px;
    margin-bottom: 20px;
}

.subscribe_line input#SUB_EMAIL {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    width: 705px;
    border-radius: 0;
}

.subscribe_line .btn {
    padding: 15px 12px 11px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    color: #FFF;
    width: 150px;
    background: url(../img/ic-subscribe.svg) center center / 87% 45px no-repeat;
}

.subscribe_line .btn-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 205, 207, 1) 100%);
}

.contact_info h1 {
    font-size: 40px;
}

@media (max-width: 575px) {
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .roof {
        font-size: 17px;
    }
    
    .slogan {
    }
    
    .ic-login {
        width: 30px;
        height: 25px;
    }
    
    .ic-cart {
        width: 30px;
        height: 25px;
    }
    
    .ic-search {
        width: 30px;
        height: 25px;
    }
    
    .top_search input[type=text] {
        /*font-size: 20px;*/
        min-width: 152px;
        font-size: 11px;
    }
    
    .subscribe_line input#SUB_EMAIL {
        font-size: 20px;
        width: 213px;
    }
    
    .subscribe_line .lead {
        font-size: 18px;
        text-align: center;
    }
    
    .subscribe_line .btn {
        padding: 18px 18px 17px 18px;
        width: 83px;
    }
    
    .top-menu .dropdown .dropdown-menu {
        width: inherit;
    }
    
    .top-menu .dropdown .dropdown-menu li {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .roof {
        font-size: 17px;
    }
    
    .slogan {
        font-size: 14px;
        margin-top: -5px;
    }
    
    .ic-login {
        width: 30px;
        height: 25px;
    }
    
    .ic-cart {
        width: 30px;
        height: 25px;
    }
    
    .ic-search {
        width: 25px;
        height: 25px;
    }
    
    .top_search input[type=text] {
        /*font-size: 20px;*/
        min-width: 152px;
        font-size: 11px;
    }
    
    .subscribe_line input#SUB_EMAIL {
        font-size: 20px;
        width: 303px;
    }
    
    .subscribe_line .lead {
        font-size: 20px;
    }
    
    .subscribe_line .btn {
        padding: 18px 18px 17px 18px;
    }
    
    .top-menu .dropdown .dropdown-menu {
        width: inherit;
    }
    
    .top-menu .dropdown .dropdown-menu li {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .roof {
        font-size: 17px;
    }
    
    .slogan {
        font-size: 16px;
    }
    
    .ic-login {
        width: 30px;
        height: 25px;
    }
    
    .ic-cart {
        width: 30px;
        height: 25px;
    }
    
    .ic-search {
        width: 30px;
        height: 25px;
    }
    
    .top_search input[type=text] {
        /*font-size: 20px;*/
        min-width: 152px;
        font-size: 11px;
    }
    
    .subscribe_line input#SUB_EMAIL {
        font-size: 20px;
        width: 445px;
    }
    
    .subscribe_line .lead {
        font-size: 20px;
    }
    
    .subscribe_line .btn {
        padding: 18px 18px 17px 18px;
    }
    
    .top-menu .dropdown .dropdown-menu {
        width: inherit;
    }
    
    .top-menu .dropdown .dropdown-menu li {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .roof {
        font-size: 17px;
    }
    
    .slogan {
        font-size: 16px;
    }
    
    .ic-login {
        width: 30px;
        height: 25px;
    }
    
    .ic-cart {
        width: 30px;
        height: 25px;
    }
    
    .top_search input[type=text] {
        /*font-size: 20px;*/
        min-width: 152px;
        font-size: 11px;
    }
    
    .ic-search {
        width: 30px;
        height: 25px;
    }
    
    .phone {
        margin-left: 10px;
    }
    
    .phone a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
}

/**********************************************************************************************************************
contact-page*/
.googlemap {
}

.contact_form_box {
    background: #F2F2F2;
}

/**********************************************************************************************************************
left menu*/
/*.refineVendor DIV
{
	font-weight: 600;
	text-transform: uppercase;
	color: #0B8F91;
	padding: 5px;
}*/
/*.refineVendor .manuf .list-group-item.p-2
{
	padding: 5px 5px 5px 10px !important;
}*/
/*.refineVendor .manuf .list-group-item.p-2 A
{
	text-decoration: none;
}*/
/*.category_menu .title
{
	font-weight: 600;
	text-transform: uppercase;
	color: #0B8F91;
}*/
/*.category_menu
{
	(*background: #57A6A8;*)
	font-size: 17px;
}*/
/*.category_menu A
{
	text-decoration: none;
}*/
/*.category_menu .category_menu_list__item--open
{
}*/
/*.category_menu .category_menu_list__item--0
{
	background: #B4E5E5;
	border-top: #FFF 1px solid;
}*/
/*.category_menu_list--sub
{
	display: none;
}*/
/*.category_menu_list__item--open > .category_menu_list--sub, .category_menu_list__item--path.category_menu_list__item--open > .category_menu_list--sub, .category_menu_list__item--current.category_menu_list__item--open > .category_menu_list--sub
{
	display: block;
}*/
/*.category_menu .badge.badge-secondary
{
	font-size: 10px;
}*/
/*.category_menu .list-group-flush .list-group-item
{
	padding: 10px 15px;
	color: #FFF;
	background: #4CA6A9;
}*/
/*.category_menu .list-group-flush .list-group-item A
{
	color: #FFF;
	text-decoration: none;
}*/
/*.category_menu .fa
{
	margin-right: 5px;
	vertical-align: -1px;
}*/
/*.category_menu .fa-plus-square
{
	color: #CF633E;
}*/
/*lend eft menu
*/
/**********************************************************************************************************************
products list*/
.jumbotron {
}

.nopict {
    font-size: 20px;
    color: #D1D1D1;
    /*line-height: 195px;*/
    /*height: 195px;*/
    /*vertical-align: middle;*/
    text-align: center;
}

.nopict i {
    vertical-align: middle;
}

.products_list {
}

.products_list .card-header {
    background: none;
    padding: 0 0 3px 0;
    border: none;
}

.products__list__item__picture {
    height: 200px;
    line-height: 200px;
    padding: 0;
    /*border: 1px solid #CCC;*/
}

.products__list__item__picture img {
    max-height: 90% !important;
    width: auto !important;
    max-width: 90%;
}

.products__list__item__offer__price {
    font-size: 18px;
    color: #EB0000;
}

.products__list__item .products__list__item__offer {
    text-align: center;
}

.product_option ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product_option ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.prod_radio_button label {
    margin-left: 5px;
}

.products_list .rating_table {
    text-align: center;
}

.products_list .rating_table .review-post-st {
    display: inline-block;
}

.manuf_list .card a {
    height: 100%;
    padding: 10px 10px 0 10px;
}

.manuf_list li {
    padding: 0;
    margin: 10px;
}

.manuf_list span {
    /*height: 124px;*/
    /*line-height: 117px;*/
    display: block;
}

.manuf_list span img {
    max-width: 90%;
}

.manuf_list .list-inline-item {
    margin: 0 !important;
    padding: 10px;
}

.bundled_item .nopict {
    height: 160px;
    line-height: 160px;
}

/**********************************************************************************************************************
products list*/
@media (max-width: 575px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*products zoom*/
.zoom_properties .qty {
    display: inline-block;
    vertical-align: middle;
}

.zoom_properties .wishlist-box {
    display: inline-block;
    /*vertical-align: 3px;*/
}

.zoom_properties .product_option label.col-md-5 {
    max-width: 20%;
}

.discounts_info_upsale {
    margin: 10px 0;
}

.discounts_info_upsale th {
    text-align: center;
    font-size: 14px;
    padding: 2px;
}

.discounts_info_upsale td {
    text-align: center;
    font-size: 14px;
    padding: 2px !important;
}

/**********************************************************************************************************************
blog*/
.blog_search {
    /*margin-top: 7px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #F5F5F5;
}

.rss {
    margin-left: 16px;
    float: right;
}

.blog_cats a.sel {
    color: #D81C1C;
}

/*members*/
.members_list .pict_mem_zoom {
    float: left;
    width: 160px;
    margin-right: 20px;
}

.members_list .inactive {
    float: right;
    color: #FF0000;
}

.members_list .item_property {
    /*float: left;*/
    /*width: 355px;*/
}

/*events
calendar & events search*/
.calendar_search {
    background: #E9ECEF;
}

/*video & picts*/
.event_video object embed {
}

.event_video object {
}

/**********************************************************************************************************************
jobs offers*/
.resume_form {
    background: #F7F7F7;
    margin: 20px 0;
    padding: 20px;
}

.resume_form table {
    width: 90%;
}

.jobs_top_search {
    background: #F5F5F5;
}

.jobs_top_search .form-group {
}

/****  raiting*/
.w-stars-st > span.o-act,
.w-stars-st > span.selected {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st {
    margin: 8px 0 0;
    clear: both;
    display: inline-block;
    height: 25px;
}

.rr-star-st > div {
    width: 155px;
    height: 26px;
    line-height: 17px;
    float: left;
    overflow: hidden;
}

.rr-star-st > div > span {
    float: left;
    width: 28px;
    height: 22px;
    background: url(../img/review-st/w-stars-h.png) no-repeat;
    margin-left: 2px;
    margin-top: 1px;
    cursor: pointer;
    /*cursor: pointer;*/
}

.rr-star-st > div.rating1 > span.rating1,
.rr-star-st > div.rating2 > span.rating1,
.rr-star-st > div.rating2 > span.rating2,
.rr-star-st > div.rating3 > span.rating1,
.rr-star-st > div.rating3 > span.rating2,
.rr-star-st > div.rating3 > span.rating3,
.rr-star-st > div.rating4 > span.rating1,
.rr-star-st > div.rating4 > span.rating2,
.rr-star-st > div.rating4 > span.rating3,
.rr-star-st > div.rating4 > span.rating4,
.rr-star-st > div.rating5 > span {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.w-stars-st > span.o-act,
.w-stars-st > span.selected {
    background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st > var {
    color: #00002E;
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    float: left;
}

.rr-star-st > span {
    display: block;
    clear: both;
    color: #617996;
    font-size: 11px;
}

/*comments*/
.comments {
    text-align: left;
}

.comments .title {
    background: #E9ECEF;
}

/**********************************************************************************************************************
sitemap_*/
.sitemap_div {
    padding: 7px;
    float: left;
    width: 45%;
}

/*******************************contacts_zoom************************************/
.contacts_information {
    margin-right: 30px;
    line-height: 180%;
}

.contacts_information2 {
    line-height: 180%;
}

.BUSINESS_DIR_card {
    margin: 20px 20px 20px 0;
    float: left;
    border: 1px solid #CCC;
}

.BUSINESS_DIR_card .title {
    background: #1D5188;
    color: #FFF;
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.BUSINESS_DIR_card .pict {
    margin: 10px;
    float: none;
}

.BUSINESS_DIR_card .contact_person {
    margin: 20px 20px 0 10px;
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .contact_person .rep_name {
    color: #1D5188;
    font-size: 18px;
    font-weight: bold;
}

.BUSINESS_DIR_card .rep_name_sm {
    color: #1D5188;
    font-weight: bold;
}

.BUSINESS_DIR_card .company_info {
    margin: 0 2px;
    padding: 5px 20px;
    background: #EEE;
}

.BUSINESS_DIR_card td .left {
    text-align: left;
    color: #053260;
    margin: 0 20px 0 10px;
}

.BUSINESS_DIR_card td .right {
    text-align: right;
    color: #053260;
    margin: 0 20px 0 10px;
}

/********************************/
.all_panel_404 {
    text-align: center;
}

.all_panel_404 .shadow_panel {
    padding-bottom: 100px;
}

.all_panel_404 .logo {
    float: none;
    margin: 37px 0 0;
    width: 227px;
    height: 60px;
    display: inline-block;
    clear: both;
    /*[disabled]background:url(../img/logo.jpg);*/
}

.num404 {
    font-size: 150px;
    font-family: "Trebuchet MS";
    line-height: 100%;
    background: #F0EFEF;
    color: #D83D04;
    width: 350px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
}

/*Checkout Form
******************************************************************************/
/***********************************************************************/
/******** Checkout cart ticket *****************************************/
/******** Checkout cart ticket *****************************************/
.c_order_preview {
}

.c_order_preview table td table td {
    padding: 3px;
    border-bottom: 1px dotted #CCC;
}

.c_order_preview .prod_table td {
    border: 1px solid #CCC;
    padding: 7px;
    white-space: normal !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    .c_order_preview .prod_table td {
        display: block;
        white-space: normal !important;
        border: none;
        padding: 3px 10px 3px 20px;
        /*text-align: center;*/
    }
    
    /*.c_order_preview .prod_table TR
    {
        display: block;
        padding: 10px 0;
    }*/
    .c_order_preview .prod_table tr:first-child {
        display: none;
    }
    
    .c_order_preview .prod_table td:nth-child(1) {
        border-top: 1px solid #FFF;
        padding-top: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(6) {
        border-bottom: 5px solid #CCC;
        padding-bottom: 20px;
    }
    
    .c_order_preview .prod_table td:nth-child(1):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Item:";
    }
    
    .c_order_preview .prod_table td:nth-child(2):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Quantity: ";
    }
    
    .c_order_preview .prod_table td:nth-child(3):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Ship to: ";
    }
    
    .c_order_preview .prod_table td:nth-child(4):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Shipping method: ";
    }
    
    .c_order_preview .prod_table td:nth-child(5):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Unit Cost: ";
    }
    
    .c_order_preview .prod_table td:nth-child(6):before {
        font-size: 12px;
        color: #A3A3A5;
        content: "Cost: ";
    }
    
    .c_order_preview > table > tbody > tr > td {
        display: block;
        width: 100% !important;
        text-align: left;
    }
    
    .c_order_preview > table > tbody > tr > td > table {
        width: auto;
        margin-bottom: 10px;
    }
    
    .c_order_preview > table > tbody > tr > td > table td {
        text-align: left;
        white-space: normal !important;
    }
}

/********************** registration & forms ********************************/
.madatorystar {
    color: #CC0000;
}

.mandatory_selected {
    border: 1px solid #FF0000;
}

label.mandatory_selected {
    border: 0;
    color: #FF0000;
    font-weight: bold;
}

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error {
    display: none;
    color: #CC0000;
    text-align: center;
}

.error_mess,
.submit_mess,
.soldout {
    color: #CC0000;
}

.thanks_reg .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    height: 38px;
    border: 1px solid rgba(203, 203, 203, 0.651);
    padding-left: 10px;
    border-radius: 3px;
}

/**********************new login form ********************************/
.login_form {
    padding: 0 10px;
}

.offset-md-3 button {
    display: inline-block;
    clear: none;
}

.facebook_login_block {
}

.login_form .form-group {
    margin-top: 0;
    margin-bottom: 7px;
}

.facebook_login_block {
    text-align: center;
}

.forgot_pass_related {
    display: none;
}

.facebook_login_block .sn_login {
    display: inline-block;
    background: #415DAE;
    color: #FFF;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 5px;
    width: 45%;
    margin-bottom: 5px;
}

.facebook_login_block .sn_login i {
    font-size: 22px;
    vertical-align: -2px;
    margin-right: 5px;
}

.facebook_login_block .sn_google {
    background: #DD4B39;
}

.facebook_login_block .sn_twitter {
    background: #00B0FC;
}

.facebook_login_block .sn_linked {
    background: #0274B3;
}

.facebook_login_block .sn_vk {
    background: #719AC6;
}

/*#mm-quote LABEL
{
	text-align: right;
	font-weight: bold;
}*/
/*.contact_form LABEL
{
	(*text-align: right;*)
	(*font-weight: bold;*)
}*/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/*==========================================================================================================
!diaolog_st default style!*/
.js-adrecom-scrolltotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #000000;
    cursor: pointer;
    z-index: 1090;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 2em;
    transition: all 250ms;
    transform: scale(0);
}

.js-adrecom-scrolltotop.active {
    transform: scale(1);
}

.js-adrecom-scrolltotop i {
    transition: all 250ms;
}

.js-adrecom-scrolltotop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px #000;
}

.js-adrecom-scrolltotop:hover i {
    transform: scale(0.9);
}
