html {
}

body {
	background: #fdfdfd;
	color: #323230;
}

h1,h2,h3,h4,h5 {
	color: #424242;
}
h1,h2,h3,h4,h5 {
	border-bottom: 1px solid #dedede;
    font-weight: normal;
    margin:10px 5px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    padding-left: 15px;
}
h1 {font-size: 25px}
h2 {font-size: 22px;
    text-transform: none !important;
    color: #35a5f1;
    border: none;
}
h3 {font-size: 19px}
h4 {font-size: 17px}
h5 {font-size: 15px}
h1::before,  h3::before, h4::before, h5::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}
h1::before,  h3::before, h4::before, h5::before {
    background: #35a5f1;
}
h1::after,  h3::after, h4::after, h5::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 200px;
}
h1::after,  h3::after, h4::after, h5::after {
    background: #35a5f1;
}



a:link,a:visited,a:active,a:focus {
	
	color: #35a5f1;
}
a:hover {
	color: #c30000;
}

.content-area a {
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: all 0.6s;
}
.content-area a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c30000;
    transition: all 0.3s;
}
.content-area a:hover:before {
    width: 100%;
    left: 0;
    background:#c30000;
}
.content-area ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.content-area ul li {
	padding: 0 0 0 20px;
	position: relative;
}
.content-area ul li:before {
	position: absolute;
	content: "\00BB";
	left: 0;
	color: #35a5f1;
}
.topheader {
	min-height: 40px;
	background: #35a5f1;
	color: #fff;
	line-height: 40px;
}
.topitems {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topitems .shopcart {
    color: #fff;
}
.top_item svg {font-size: 20px}
.top_item span {
	font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
}
.navbar {
	padding: 0;
}
.top_line {
	background: #fff;
	height: 100px;
	box-shadow: 0px 2px 3px #f9f9f9;
}
ul.main_menu {
	margin: 0;
	padding: 0;
	margin-left: auto;
	display: flex;
}
ul.main_menu li {
	font-size: 17px;
	list-style: none;
	flex-direction: row;
	line-height: 100px;
}
ul.main_menu li a {
	line-height: 100px;
	padding: 0 30px;
	display: inline-block;
	background:
     linear-gradient(
       to right, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
	background-position: 0 100%;
	background-repeat: repeat-y;
	background-size: 0px 40px;
  color: #35a5f1;
  text-decoration: none;
  transition: background-size .3s;
}
ul.main_menu li a:hover {
	color: #fff;
	background-size: 100% 100%;
}
:root {
  --mainColor: #35a5f1;
}



.searchform input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.searchform input::-webkit-search-decoration,
.searchform input::-webkit-search-cancel-button {
	display: none;
}
.shopcart svg {
	font-size: 20px;
	margin: -5px 10px 0 0;	
}


.searchform input[type=search] {
	background: #35a5f1 url(images/ico_search.png) no-repeat 7px 6px;
    border: solid 1px #fff;
    width: 20px;
    height: 28px;
    padding: 0 5px;
    font-size: 14px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchform input[type=search]:focus {
	width: 130px; 
	background-color: #fff;
	border-color: #6dcff6;
}
.bg_header {
	height: 280px;
	background: url(images/header.jpg) no-repeat top center;
	position: relative;
	background-attachment: fixed;
	box-shadow: 0px 2px 3px #cecece inset;
}
.couple {
	width: 484px;
    height: 295px;
    background: url(images/header_coupe.png) no-repeat;
    position: absolute;
    right: 0;
    top: -15px;
}
.conthead {
	position: relative;
}
a.logo {
	font-size: 20px;
	text-transform: uppercase;
  width: 322px
}
a.logo:hover {
	text-decoration: none;
	color: #35a5f1;
}
a.logo img {
  padding-right: 20px;
}
.breadcrumbs {
	height: 30px;
    background: #fff;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 15px 0 0 0;
    color: #8a8a8a;
}
.breadcrumbs a {

}
span.wt {
	font-size: 16px;
	text-transform: uppercase;
	color: #c30000;
	display: block;
	padding: 0 0 10px 0;
	line-height: 16px;
	position: relative;
    border-bottom: 1px solid #35a5f1;
    margin-bottom: 10px;
    width: 100%;
}
span.wt::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}
span.wt::before {
    background: #c30000;
}
span.wt::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}
span.wt::after {
    background: #c30000;
}


.sidebar {
	background: #fff;
	padding: 0 15px;
	margin: 15px 0;
}

.sidebar section {
	padding: 15px 0  10px 0;
}
.sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0;
}
.sidebar li {
	position: relative;
	padding-left: 20px;
}
.sidebar li a {
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar li:before {
	position: absolute;
	content: "\00BB";
	left: 0;
	color: #c30000;
}
.sidebar li a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c30000;
    transition: all 0.3s;
}
.sidebar li a:hover:before {
    width: 100%;
    left: 0;
    background:#c30000;
}

.footer {
	background: #323A45;
	color: #fff;
	padding: 30px 0;
}

.footer span.wt {
	color: #fff;
    border-bottom: 1px solid #fff;
}
.footer span.wt::before {
    background: #35a5f1;
}
.footer span.wt::after {
    background: #35a5f1;
}
.footer ul {
	list-style: none;
	margin: 0 0 15px 0 ;
	padding: 0;
}
.footer li {
	position: relative;
	padding-left: 20px;
}
.footer li a {
    text-decoration: none;
    position: relative;
    transition: all 0.6s;
    font-size: 18px;
    line-height: 35px;
    font-weight:100;
    color: #fff;
}
.footer li a:hover {
	color: #35a5f1;
}
.footer li:before {
	position: absolute;
	content: "\00BB";
	left: 0;
	color: #fff;
}
.footer li a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #35a5f1;
    transition: all 0.3s;
}
.footer li a:hover:before {
    width: 100%;
    left: 0;
    background:#35a5f1;
}
.footer span.copy {
	font-size: 12px;
	display: block;
	text-align: center;
}
.footer span.copy img {
	margin: 20px auto;
	display: block;
}
.entry-content {
    text-align: justify;
    position: relative;
}
.comment-respond {margin-bottom:20px;}
.comment-respond p{font-size:14px;font-weight:noramal;}
.comment-respond input[type="text"],input[type="email"],input[type="url"]{height:30px;line-height:30px;border:1px #ccc solid;padding:0 10px;width:50%;border-radius:0px;}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:100%;border-radius:0px;height:100px;}
.comment-respond label{display:block;}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-area ol li {
   font-size: 13px;
    padding: 10px;
    background: #fbfbfb;
    margin-bottom: 10px;
    line-height: 20px;
    border: 1px #eee solid;
}
.comment-respond input[type=submit] {
   background: #35a5f1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
}





@media(max-width: 576px) {
	.td div:nth-child(1) {
    text-align: center !important;
    justify-content: center !important;
	}
	.check div {
		min-height: auto !important;
	}
	.xsp {
		padding: 0 0 10px 0 !important;
	}
	.qty {
		margin-bottom: 10px;
	}
}



@media(max-width: 992px) {
	.navbar {
	    padding: 0;
	    z-index: 1111;
	    margin: 10px 0;
	}
	.top_line {
		height: auto;
	}
	.navbar-toggler {
	    padding: 0;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: none;
	    border: none;
	    background: none !important;
	    color: #35a5f1 !important;
	}
	ul.main_menu {
    margin: 20px 0 ;
    padding: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
	ul.main_menu li  {
	    line-height:30px;
	    height: 30px;
	}
	ul.main_menu li a {
	    line-height:30px;
	    height: 30px;
	    padding: 0 5px;
	}
}


.l_sup {
    color: #35a5f1;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 11111111111;
    font-size: 35px;
    opacity: 0.8;
}
.l_sup:hover {
	opacity: 1
}
.l_sup span {padding: 0 5px;}









.alignleft {
	margin: 5px 20px 10px 0;
	float: left;
	clear: both;
}
.alignright {
	margin: 5px 0px 10px 20px;
	float: right;
	clear: both;
}
.aligncenter {
	margin: 20px auto;
	display: block;
	clear: both;
}



.tabscontent .nav-tabs {
    border-bottom: none;
}
.tabscontent ul.nav-tabs   {
	margin: 0;
}
.tabscontent ul.nav-tabs > li {
    margin: 0;
    padding: 0;
}
.tabscontent ul.nav-tabs > li > a {
    border-radius:0;
    background: #35a5f1;
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


.tabscontent ul.nav-tabs > li:before {
    content: "";
    position: absolute;
}
.tabscontent .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff ;
    cursor: default;
}
.tabscontent .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: #38c5cc ;
}
.tabscontent .tabstabs .nav-tabs > li > a {
    border-radius:0;
    background: #35a5f1;
    margin: 0 15px 15px 0;
    padding: 8px 15px;
    font-size: 16px;
    width: 165px;
    color: #fff;
    text-transform: inherit;
    border: none;
    text-align: center;
}
.tabscontent .tabstabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: #38c5cc;
}
.tabscontent span.tabsh {
	padding: 5px 0;
    font-size: 20px;
    color: #5d5d5d;
    margin: 15px 0 10px 0px;
	display: block;
}
.tabscontent .tabsprice div.line_b {
	font-size: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tabscontent .tabsprice div.line_b span {
	font-size: 25px;
    font-weight: bold;
    color: #4ea073;
    padding: 0 10px;
}
.tabscontent .tabsprice button {
    border: none;
    color: #ffffff;
    font-weight: normal;
    background: #35a5f1;
    padding: 0 15px;
    margin: 0 25px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
}
.tabscontent .tabsprice button:hover,button:link,button:visited,button:active,button:focus {
    background: #38c5cc;
    transition: 0.3s;
}
.tabscontent .tabsprice button svg {
	margin: -5px 7px 0 0;
	font-size: 25px;
}
.tabscontent span.freebon {
	color: #63a962;
    display: block;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.tabscontent span.freebon:before {
	content: "\2714";
	position: absolute;
	left: 0;
}
span.freebonh {
	display: block;
    color: #63a962;
    font-size: 12px;
    text-transform: uppercase;
}
.tabsprice {
	margin:20px 0 30px 0;
}


/*-----*/

.pricebody {
    max-width: 750px;
    margin: 15px auto;
}
.pricebody .row {margin: 0;}
.checkbody .row {margin: 0;}

.prtb {
    width: 100%;
    margin-bottom: 30px;
}
.th {
    min-height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: #35a5f1;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.th div:nth-child(1) {text-align: left;}

.td {
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px #dedede solid;;
}
.popular {
    background: #f7f3c2;
    font-weight: 500;
}
.td div:nth-child(1) {text-align: left; justify-content: left;}
.td button {
    background: none;
    border: none;
    color: #4f88b6;
    padding: 0 5px;
    font-weight: normal;
    text-transform: unset;
    font-size: 17px;
    transition: 0.3s;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    color: #cc4664;
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #eaf9f1;
}
.bonuses div span.left {float: left; padding: 5px 0; color: #dc6781;}
.bonuses div span.right {float: right; padding: 5px 0; color: #3584b5;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {margin-bottom: 15px;}
.check div form {display: inline;}
.check div {
    padding: 0 5px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check div .glyphicon-minus-sign {font-size: 21px; color: #d5517a; margin: 0 5px;}
.check div .glyphicon-plus-sign {font-size: 21px; color: #5088b6; margin: 0 5px}
.check div button .glyphicon {font-size: 15px; color: #b50202;}
.bon div {color: #008005;}
.total {
    font-size: 15px;
    text-align: center;
}
.qty {
	font-size: 20px;
}
.qty svg {
	padding: 0 5px;
	font-size: 30px;
}
.total div {
	padding: 15px;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    background: #ddf9ed;
}

input.checkout {
    background: #2ea775;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
input.checkout:hover {opacity: 0.9}
input.continue {
    background: #35a5f1;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
 input.continue:hover {opacity: 0.9}
ul.all-bonuses {
 	margin: 20px 0;
 }
ul.all-bonuses li {
  	color: #a5a3a3;
  }
  ul.all-bonuses li.active {
  	color: #35a5f1
  }
span.tabh {
    background: #35bed4;
    color: #fff;
    padding: 7px 20px;
    margin: 30px 0 5px 0;
    text-align: center;
    font-size: 20px;
    display: block;
}
.panel {
    box-shadow: none;
    border: none;
    background: none;
}
.panel-heading {
    background: #35bed4;
    color: #fff;
    padding: 0px 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-radius: 0;
}

a.right {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}
a.left {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}



.rating {
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    right: 15px;
    top: 10px;
}
.rating > span:hover {
    position: absolute;
    height: 17px;
    left: 0;    
    cursor: pointer;
    background: url(images/rating_h.png) no-repeat left;
}
.rating > span.hov1 {
    width: 19px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 5; 
}
.rating > span.hov2 {
    width: 38px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 4;     
}
.rating > span.hov3 {
    width: 57px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 3;     
}
.rating span.hov4 {
    width: 76px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 2; 

}
.rating span.hov5 {
    width: 94px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 1; 
}
.rating p {
    position: absolute;
    left: -90px;
    top: -4px;
    font-size: 17px;
}

.sidebar > .navbar {
    flex-direction: column;
    align-items: baseline;
    padding: 15px 0;
}

@media(max-width: 992px) {
    .sidebar > .navbar {
        align-items: baseline;
        flex-direction: inherit;
        padding: 0 0 15px 0;
    }
    .sidebar  .navbar-toggler {
        margin: 10px 0 0 0;
    }
    .sidebar  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(53,165,241, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    span.wt {
        width: auto;
    }
}




.bcrumb {
  font-size: 14px;
  padding: 3px 0px;
  margin: 3px 0;
}

.bcrumb a {

}

.bcrumb span {
  margin-right: 10px;
  overflow: visible;
}

.bcrumb span i {
  font-style: normal;
}

.icon-angle-double-right:before {
  content: '\203A';
}



ul.catmenu {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
ul.catmenu li {
  border: 2px #35a5f1 solid;
  padding: 15px;
  width: calc((100% - 30px * 2) / 3);
  transition: 
  border .2s ease-in-out, 
  transform .2s ease-in-out,
  box-shadow .2s ease-in-out;
}
ul.catmenu li:hover {
  border: 2px #c30000 solid;
  transform: scale(1.01);
  box-shadow: 0 0 5px #c5c5c5;
}
ul.catmenu li::before {
  content: '';
}
ul.catmenu li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
ul.catmenu li a::before {
  opacity: 0;
}
ul.catmenu li a span {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  align-items: center;
  font-weight: bold;
}
ul.catmenu li a span span {
  font-weight: normal;
}
@media(max-width: 992px) {
  ul.catmenu li {
    width: 100%;
  }
}


:root {
  --one: #35a5f1;
  --two: #c30000
}

.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  right: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  width: max-content;
  min-width: 100%;
  background: none;
}

ul.dropdown-menu li {
  position: relative;
  display: block;
  padding: 0;
}

/* ul.dropdown-menu li:after {
  content: "\00BB";
  position: absolute;
  right: 15px;
  top: 2px;
  color: var(--two);
} */
.navbar-collapse {
  width: 100%;
}

ul.dropdown-menu li:not(:last-child) {
  margin-bottom: 3px;
}

ul.dropdown-menu li a {
  display: flex;
  padding: 2px 15px !important;
  background: var(--one);
  color: #fff;
  font-size: 18px;
  align-items: center;

}
ul.dropdown-menu li a::before {
  opacity: 0;
}

ul.dropdown-menu li a:hover {
  color: var(--one);
  margin: 0;
  background: var(--two);
}

ul.dropdown-menu li a img {
  width: 40px;
  height: 40px;
  margin: 5px 10px 5px 0;
}

li.linkprod ul.dropdown-menu li a {
  padding: 0 15px 0 30px;
  color: var(--one);
  position: relative;

}

ul.dropdown-menu li a::before {
  content: '';
}

ul.dropdown-menu li a:hover {
  color: #fff;
  
}

ul.sub-menu {
  gap: 5px;
  margin: 5px 0;
}

ul.sub-menu li a {
  border: 2px var(--two) solid;
  display: flex;
  padding: 0 20px 0 15px !important;
  background: #fff;
  color: var(--two);
  align-items: center;
  font-size: 16px;
}

ul.sub-menu li a:hover {
  color: var(--one);
  border: 2px var(--one) solid;
  background: #fff;
}


/* 
ul.dropdown-menu li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  left: 100%;
  right: 0px;
  padding: 0;
} */
ul.dropdown-menu li ul.sub-menu {
  display: none;
}
ul.sub-menu li a {
  padding: 0 15px !important;
  background: #fff;
}

ul.sub-menu li:after {
  content: "";
}

ul.sub-menu span>span {
  padding-left: 5px;
}

ul.active {
  display: block;
}


.info {
  padding: 0 0 30px 0;
  background: #1f2329;
  color:#fff;
}
.info__block {
  margin-top: 30px;
  display: flex;
  flex-direction: column;

}
.info__title {
  font-size: 1.1rem;
  color: #35a5f1;
}
.info__desc {
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.info__img {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.logotypes {
  padding: 30px 0;
  background: #1f2329;
  border-top: 1px #4b5462 solid;
}

.logotypes__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

@media(max-width: 992px) {
  ul.dropdown-menu li:hover ul.sub-menu {
    position: relative;
    top: 0px;
    left: 0;
    padding: 2px 0 10px 0;
    width: 100%;
  }

  ul.sub-menu li a {
    margin-left: 0px;
  }

  a:hover::before {
    width: 0;
  }

  ul.sub-menu li {
    margin: 0;
  }

  .bg_body::before {
    height: 110px;
  }

  ul.dropdown-menu {
    display: block;
    position: relative;
    min-width: auto;
    width: 100%;
    margin: 0;
    background: no-repeat;
    padding: 0 0 15px 0px;
    border: 0;
  }
}

@media(min-width: 992px) {
  .dropdown-menu {
    display: block;
    position: relative;
    min-width: auto;
    width: 100%;
    margin: 0;
    background: no-repeat;
    padding: 0 0 15px 0px;
    border: 0;
  }

  /* ul.dropdown-menu li ul.sub-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0px;
    left: 0;
    right: 0px;
    padding: 0;
  }

  ul.dropdown-menu li:hover ul.sub-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0px;
    left: 0;
    right: 0px;
    padding: 0;
  } */

}