html {
	box-sizing:border-box;
	-ms-overflow-style:scrollbar
}
*,::after,::before {
	box-sizing:inherit
}

body {
	margin: 0;
	font-family: "Noto Sans Regular", Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
    text-decoration: none;
    outline: none!important;
    color: #000000;
}
a:hover {
    color: #003894;
}
h1, h2, h3, h4, h5 {
    font-size: 30px;
    font-weight: 900;
}

/*headerblock*/
.headerblock {
    position: relative;    
}
.headerblock:before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: .6;
  z-index: -1;
}

.logo img {
    display: block;
    width: 100%;
    max-width: 220px;
}
.home {
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #000000;
    padding: 10px 25px 11px 0;
}
.home a {
    color: #000000;
}
.home a:hover {
    color: #DB3f49;
}
.topmenu ul {
    margin: 0;
    padding: 0;     
}
.topmenu, .topmenu li {
    display: inline-block;
}
.topmenu li {
    margin: 0 0 0 40px;     
}
.topmenu ul li > a {
    font-size: 14px;
    text-transform: uppercase;
}
li.dropdown {
    padding: 0 0 10px;
}
.topmenu li a:hover, .dropdown:hover .dropbtn {
    color: #DB3f49; 
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a:first-child {
  margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.phone {
    font-size: 15px;
}
.b {
    font-family: "Noto Sans Bold", Verdana, sans-serif;
    font-size: 21px;
}

.fixblock {
    position: fixed;    
    width: 100%;
    padding: 0 0 15px;
    transition: 0.4s;   
    top: 0;
    z-index: 99;
       background-color: #f5b80e;
    border-bottom: 1px solid #c7c7c7;
}
.fixblock_s {
    background-color: #f5b80e;
    padding: 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px -6px;
}
.top1 {
    background-color: #1d254c;
    color: #ffffff;
}
.top1 a {
    color: #ffffff;     
}
.top2 {
    padding-top: 10px;
  background-color: #f5b80e;
}
.fixblock2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
}

/*end headerblock*/

/* hamburger */
.hamburger {
  width: 30px;
  margin: 0 auto;
}
.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hamburger-line:nth-child(2) {
  margin: 8px auto;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.hamburger-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.hamburger-active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(40deg);
  -ms-transform: translateY(10px) rotate(40deg);
  -o-transform: translateY(10px) rotate(40deg);
  transform: translateY(10px) rotate(40deg);
}
.hamburger.hamburger-active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-40deg);
  -ms-transform: translateY(-10px) rotate(-40deg);
  -o-transform: translateY(-10px) rotate(-40deg);
  transform: translateY(-10px) rotate(-40deg);
}
#mainmenu {
    display: none;
}
.menblock_s{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #ffffff;
    z-index: 100; 
}
/* end hamburger */

/*slider*/
section.slider {
    margin-top: 125px;
    margin-bottom: 15px;
    border-bottom: 10px solid #003894;  
}
.slide_item {
    padding: 0;
    margin: 0;
}

.textbox {
    font-size: 1.3em;
    opacity: 0;
}


.slide-one .owl-stage > .center .textbox {
transition-property: opacity;
transition-duration: 2s;
opacity: 1;
}

.owl-prev,
.owl-next {
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 40%;
    padding: 5px 10px 8px;
}
.owl-next {
    right: 0px;
    border-radius: 5px 0 0 5px;
}
.owl-prev {
    left: 0px;
    border-radius: 0 5px 5px 0;
}
.owl-dots { 
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 5%;
}
.owl-dot {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #ffffff;
    margin-right: 10px;
}
.owl-dots .active {
    background-color: #f5b80e;
}
/*end slider*/



/*news*/
.latest_news {
    border: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.latest_news img {
    width: 100%;
    max-width: 476px;
    border-bottom: 3px solid #edac15;   
}
.latest_news_date {
    width: 130px;
    background-color: #edac15;
    color: #fff;
    padding: .25rem 2.1rem;
    font-weight: 700;
    text-shadow: 0 1px rgba(0,0,0,.15);
    font-size: 15px;
}
.latest_news_title {
    font-size: 20px;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.latest_news_text {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 90px;
}
.news {
  display: flex; 
  flex-wrap: nowrap;
}
.news-item:nth-child(2) {
    margin-left: 10px;
}
.news:first-child {
    border-top: 1px solid #eee;
}
.news-item a {
 color: #000000;
}
.news-item a:hover {
 color: #000000;
}
.news {
    padding: 8px 8px 1px 8px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 4px solid #eee;
}
.news span {
    font-size: 12px;
    font-weight: bold;
}
.news p {
    margin-top: 4px;
}
.news:hover {
    border-left: 4px solid #edac15;
}
/*end news*/


/*footer*/
footer {
    background: #f4f4f4;
}
.copyright {

}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.copyright {
    margin-top: 20px;
}
.footer_link {

}

.footer_link a {
    display: block;
    color: #000000;
}
.footer_link a:not(:first-child) {
    margin-top: 10px;
}
.footer_link a:hover {
    color: rgba(0,0,0,.6);
}
.footer_title {
    color: #00067c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
/*end footer*/


/*************************************/
.harmonic {
    background-color: #373b42;
}

.harmonic img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.accordion {
  width: 100%;
}
.accordion__title {
  display: block;
  border-top: 1px solid #41444b;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e51937;
  cursor: pointer;
}
.accordion__title:hover {
  color: #ffffff;
}
.accordion__copy {
  display: none;
  color: #ffffff;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.accordion__copy--open {
  display: block;
}

.accordb {
    color: #ffffff;
    font-size: 1.5rem;
    text-transform: uppercase;
}


/*breadcrumbs */

.golf {
    padding: 10px 0;
    background-color: #f7f7f7;
}
.golf {
    background-color: #f7f7f7;
    margin-top: 145px;
}



.golf, .golf a {
    color: #000000;
}

.golf1 {
    margin: 15px 0 25px 25px;
    font-size: 15px;
}

.golf1 a {
    color: #ffffff;
}


.golf2 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.breadcrumbs {
    font-size: 15px;
}
.breadcrumbs ul {
    padding: 0px;
}
.breadcrumbs li {
    display: inline;
}
.B_crumbBox {
    margin: 0px;
}
.B_firstCrumb {
    padding-right: 10px;
}
.B_lastCrumb {
    padding-left: 10px;
}
.B_crumb {
    padding: 0 5px;
}
/*
.breadcrumbs  li:not(:first-child) {
 padding: 0 15px;
}
*/

ul.B_crumbBox {
    margin: 0px;
}
/*end breadcrumbs*/



/*mobile*/
.headerblock_mob {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding-bottom: 3px;
/*
    position: fixed;
    top: 0;
    left: 0;    
    z-index: 999999;
*/
}
.headerblock_mob a {
    color: #ffffff;
}
.headerblock_mob a:hover {
    color: #ffffff;
}
.headerblock_mob .far, .headerblock_mob .fas {
    font-size: 16px;
}

.email-m {
    display: inline-block;
    padding-top: 3px;
}

/***************/
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.1s;
    left: -4px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
    bottom: -7px;
}

/*.c-hamburger--htx {
    background-color: #ff3264;
    }*/

    .c-hamburger--htx span {
        transition: background 0s 0.1s;
    }

    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.1s, 0.1s;
        transition-delay: 0.1s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburg er--htx span::after {
        transition-property: bottom, transform;
    }

/* состояние active при открытом меню  */
/*.c-hamburger--htx.is-active {
background-color: #cb0032;
}*/

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.1s;
}

/***************/
#menu {
    position: fixed;
    left: -292px;
    width: 280px;
    min-height: 700px;
    top: 110px;
    background: #ffffff;
    color: #14295e;
        /*
        -webkit-box-shadow: 0 0px 10px rgba(20,41,94,.25);
        box-shadow: 0 0 10px rgba(20,41,94,.25);
        */
}
#menu.menu-open {
    position: absolute;
    left: 0;    
    top: 39px;
    z-index: 999;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.menu_item {    
    padding: 15px 15px 15px 20px;
}
.menu_item:not(:last-child) {
    border-bottom: 1px solid #dfe2ea;
}
#menu a:not(:last-child) {
    margin-bottom: 10px;
}
#menu a {
    display: block;
    color: #000000;
    font-size: 16px;
}
#menu a:hover {

}
#menu{
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
/*
#menuToggle {
    position: absolute;
    top: 120px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0,0,0,0.45);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

#menuToggle:hover {
    color: #00ff40;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

*/

.search-m {
    width: 100%;
    margin: 10px 0;
}
.count-m {
  display: inline-block;
  background: #fe0200;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: .3em .65em;
}

/*end mobile*/


/*search_form*/

.search-box * {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
    transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
    width: 3em;
    height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
    cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
    width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
    outline: transparent;
}
.search-bar {
    display: flex;    
    justify-content: right;
    margin-left: 10px;
}
.search-bar input {
    background: transparent;
    border-radius: 1.5em;
    box-shadow: 0 0 0 0.4em #171717 inset;
    padding: 0.75em;
    transform: translate(0.5em,0.5em) scale(0.5);
    transform-origin: 100% 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-bar input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
    background: #fff;
    border-radius: 0.375em 0 0 0.375em;
    box-shadow: 0 0 0 0.1em #d9d9d9 inset;
    transform: scale(1);
}
.search-btn {
    background: #171717;
    border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
    padding: 0.75em;
    position: relative;
    transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
    transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
}
.search-btn:before {
    border-radius: 50%;
    box-shadow: 0 0 0 0.2em #f1f1f1 inset;
    top: 0.75em;
    left: 0.75em;
    width: 1.2em;
    height: 1.2em;
}
.search-btn:after {
    background: #f1f1f1;
    border-radius: 0 0.25em 0.25em 0;
    top: 51%;
    left: 51%;
    width: 0.75em;
    height: 0.25em;
    transform: translate(0.2em,0) rotate(45deg);
    transform-origin: 0 50%;
}
.search-btn span {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
    background: #DB3f49;
    border-radius: 0 0.375em 0.375em 0;
    transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
    opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
    background: #e51937;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
    transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
    .search-bar input {
        box-shadow: 0 0 0 0.4em #000000 inset;
    }
    .search-bar input:focus,
    .search-bar input:valid {
        background: #3d3d3d;
        box-shadow: 0 0 0 0.1em #3d3d3d inset;
    }
    .search-btn {
        background: #000000;
    }
}

/*end search_form*/

/*форма обратной связи*/
.title_form {
    display: block;
    font-family: "Noto Sans Bold", Verdana, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 5px; 
}
.legend {
    display: inline-block;
    color: #CCCCCC;
    font-size: 12px;
    margin-bottom: 20px;    
}
.btn_reset {
    width: 100%;
    max-width: 180px;
    border: medium none;    
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 8px 20px;  
    text-transform: uppercase;  
}
.btn_reset:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn_reset:active {
    background-color: #f0ad4e;
}
.btn_submit {
    width: 100%;
    max-width: 180px;    
    border: medium none;    
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 8px 20px;  
    text-transform: uppercase;  
}
.btn_submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn_submit:active {
    background-color: #337ab7;
}
.form-group, .form-item {
    padding-bottom: 10px;
}
.controls textarea {
    margin-top: 3px;
    padding: 5px;
    border: #999 1px solid; 
    width: 100%;
}
.controls input {
    margin-top: 3px;
    padding: 5px;
    border: #999 1px solid;
    width: 100%;
}
.ajax_form span {
    display: block;
}
button {
    cursor: pointer;
}
.dopemail {
    display: none !important;
}
.grecaptcha-badge {visibility: hidden;}
/*end форма обратной связи*/



/*other*/
.push100 {
   height: 100px;
}
.push50 {
   height: 50px;
}
.imgcenter {
    display:block; 
    margin: 0 auto;
    max-width: 100%;
}
/*end other*/


/*shopfront*/
.shopfront {
    margin-bottom: 25px;
}
.shopfront-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 476px;   
}
.shopfront-img img:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.shopfront-text {
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}
/*end shopfront*/


/* showcase */
.showcase_item {
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(20,41,94,.25);
    box-shadow: 0 0 2px rgba(20,41,94,.25);
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.showcase_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 251px;   
}
.showcase_img img:hover {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.showcase_logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.showcase_logo {
    padding: 10px;
    border-top: 1px solid #dfe2ea;
    min-height: 52px;
}
.showcase_logo-list {
    padding: 10px;
}
.showcase_logo-list img {
    display: block;
    width: 100%;
    max-width: 150px;
}
.showcase_logo img{
    width: 100%;
    max-width: 112px;
}
.showcase_item_title {
    padding: 0 10px;
    font-size: 20px;
    font-weight: 700;
}
.slide_item .showcase_item_title {
    font-size: 18px;
    text-align: center;
}
.looked-ms2-product .showcase_item_title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.add-cart-button {
    margin: 10px;
}
.btn_choose {
    display: block; 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
    padding: 6px 0;
    border-radius: 2px; 
    border: 1px solid #000000;  
    color: #000000;
    background-color: #ffffff;
    text-align: center; 
    font-size: 15px;
}
.btn_choose:hover {
    border: 1px solid #003993;  
    color: #003993;
    cursor: pointer;
}
.btn_choose:active {

}
.showcase_item:hover .chowcase_item img {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.showcase_item:hover {
    -webkit-box-shadow:0 3px 4px rgba(20,41,94,.25);
    box-shadow:0 0 4px rgba(20,41,94,.25);
}

.filter_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 200px;
    padding: 6px 40px;
    border-radius: 4px;
    border: 1px solid #008D00;
    background: #008D00;
    color: #ffffff;
    text-align: center;
}
.filter_button:hover {
   background: #008000; 
}
.btn-light {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
    padding: 6px 40px;
    border-radius: 4px;
    border: 1px solid #737373;
    background: #737373;
    color: #ffffff;
    text-align: center;
}
.btn-light:hover {
    background: #686868; 
}
.view {
    padding-bottom: 10px;
}
label.limit {
    margin-right: 10px;
}   
.mse2_selected_link {
    margin-left: 15px;
}

.left_aside legend {
    font-size: 18px;
    font-weight: 900;
}

.left_aside input[type="text"] {
    display: block;
    height: 28px;
    line-height: 32px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    border: 1px solid #ddd;
}

.left_aside fieldset {
    border: 1px solid #dfe2ea;
    margin-bottom: 10px;
}
/*end showcase*/



/*tab*/
.tabs {
    border-bottom: 1px solid #e5e5e5;
}
ul.tabs {
    padding: 0;
    margin: 50px 0 0;
    word-spacing: -.36em;
    list-style-type: none;
}
ul.tabs li {
    display: inline-block;  
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    word-spacing: normal;
    margin-bottom: -1px;
    background: #F7F7F7;
    margin-left: 20px;
}
ul.tabs li:last-child {
    border-right: 1px solid #e5e5e5;
}
ul.tabs li.active {
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;   
}
ul.tabs li a {
    display: block;
    padding: 10px 20px; 
    min-width: 230px;
    color: #000000; 
}
ul.tabs li.cur a {

}
ul.tabs li:hover a {
    color: #003993; 
}

.tab_container {

}
.tab_content {
    padding: 10px 0 0;
}
/*end tab*/

/*table*/
table.zebra {
    width: 100%;
}
table.zebra td:nth-child(n+2), table.zebra th:nth-child(n+2){ 
    text-align: center;
}
table.zebra th {
    padding: 5px 10px;
    
}
table.zebra th {
    background: #e6e6e6;    
}
table.zebra td {
    border-top: 1px solid #FFFFFF;
    padding: 5px 10px;
}
table.zebra tr:nth-child(2n) {
    background: #f5f5f5;
}
/*end table*/