/*
Theme Name: Taplow
Theme URI: https://www.nirmal.com.au/
Author: Nirmal Web Studio
Author https://www.nirmal.com.au/
Description: Taplow is a online shopping website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: taplow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Taplow is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: "FMMalithi";
  src: url("fonts/fm/FMMalithix.eot");
  src: url("fonts/fm/FMMalithix.eot?#iefix") format("embedded-opentype"),
    url("fonts/fm/FMMalithix.woff2") format("woff2"),
    url("fonts/fm/FMMalithix.woff") format("woff"),
    url("fonts/fm/FMMalithix.ttf") format("truetype"),
    url("fonts/fm/FMMalithix.svg#FMMalithix") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

.catagory-product.active-tab {
  display: block;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:visited {
  color: var(--primary);
}

a:hover,
a:focus,
a:active {
  color: var(--primary);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.hidden {
  display: none;
}

.invalid-feedback {
  color: red;
  font-style: italic;
  font-weight: normal;
}

.sidebar.select-dropdown {
  margin-top: 50px;
}

.sidebar.cats {
  margin-top: 50px;
}

.page-template-template-new_ad .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.page-template-template-new_ad .advertisement h2,
.page-template-template-new_ad .post-advertisement h2 {
  text-align: center;
}

.page-template-template-new_ad .post-advertisement-inner > h3 {
  margin-left: 0;
}

#adsMegaMenu {
  display: none;
}

div.agree-terms {
  text-align: center;
  margin: 2rem auto;
}

div.input-file-container {
  margin-top: 14px;
}

.inputfile + label span {
  margin-right: 0.4785rem;
}

.ad-images-car .owl-dots {
  margin-bottom: 2rem;
}

/** Style start here **/
.featured-ad .item {
  position: relative;
}
.section-sidebar .sidebar ul li label {
  color: #000;
  font-size: 11px;
}
.section-sidebar .sidebar ul li {
  list-style: none;
  margin-bottom: 5px;
}
.custom-checkbox input + label:before {
  border: 2px solid #dedbdf;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-size: 11px;
}
.custom-checkbox {
  position: relative;
}
.custom-checkbox i {
  position: absolute;
  right: 10px;
  top: 5px;
}
a#showMoreDistricts {
  font-size: 12px;
}
.page-id-2497 span.quick-head {
  display: none;
}
.flexBlock .form-group {
  flex: 0 0 30%;
}
.flexBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.post-advertisement-inner-wrapper .form-group select {
  width: 100%;
  border: 1px solid #b2b2b2;
  height: 44px;
  border-radius: 0;
  padding: 5px 15px;
  font-weight: 300;
}
h4.blockHead {
  margin-bottom: 10px;
  font-size: 18px;
}
a.adBuyBTN.buy-now img {
    margin-right: 10px;
}
a.adBuyBTN.buy-now {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 45px;
    margin-top: 25px !important;
}
.mobileADbutton {
    text-align: right;
    margin: 0 15px 25px;
}
.mobileADbutton a {
    background: var(--primary);
    color: #fff;
    min-width: 190px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
.toggle-filter_menu-holder.mobileVR, .mobileADbutton {
    display: none;
}
select#choose-city {
    border-radius: 0;
    background: #fff;
    height: 44px;
    border: 1px solid #b2b2b2;
    width: 100%;
    font-size: 14px;
    padding: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cityField::before {
    content: "";
    border-color: transparent;
    top: 40%;
    height: 8px;
    width: 8px;
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 13px;
}
.cityField {
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #444 !important;
}
div#swrapper span {
    font-size: 12px;
}
body.page-template.page-id-2497 .backADSbtn {
    display: none;
}
.singleCATbuttons {
    display: none;
}
.gform_heading {
    display: none;
}
.pum-theme-73172, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 75%) !important;
}
div#popmake-73183 {
    padding: 50px 50px 40px;
}
div#popmake-73183 form#gform_3 label {
    color: #121212;
    font-size: 14px;
    font-weight: 600;
}
div#popmake-73183 form#gform_3 span#input_3_7_3_container label {
    display: none;
}
div#popmake-73183 form#gform_3 .gform_footer.top_label {
  
    padding-top: 25px;
}
div#popmake-73183 input#gform_submit_button_3 {
    background: var(--primary);
    color: #fff;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    height: 45px;
}
div#popmake-73183 ul#gform_fields_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#popmake-73183 ul#gform_fields_3 li#field_3_5 {
    flex: 0 0 100%;
    margin-top: 20px;
}
div#popmake-73183 .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    flex: 0 0 47%;
}
div#popmake-73183 span#input_3_7_3_container {
    padding: 0;
}
.ginput_container input, .ginput_container textarea {
    border: 1px solid #d2d2d2 !important;
}
.pum-theme-73172 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    text-shadow: none !important;
    background-color: rgb(237 21 89) !important;
}
.section-sidebar .select2-container--default .select2-selection--single {
    height: 44px !important;
    border: 1px solid #b2b2b2 !important;
}
.post-advertisement-inner-wrapper {
    padding: 80px !important;
}


/*********************************** Style end here ***********************************/

@media only screen and (max-width:  767px) {

.postFreeADS, .toggle-filter_menu-holder.filterBlock {
    display: none;
}
.toggle-filter_menu-holder.mobileVR, .mobileADbutton {
    display: block;
}
.post-ad-lists {
    padding: 50px 0 0;
}
.singleCATbuttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.singleCATbuttons a.adBuyBTN.buy-now {
    margin: 0 !important;
    width: 100%;
}
.singleCATbuttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.backADSbtn {
    flex: 0 0 60%;
}
.singleCATbuttons span.toggle-filter_menu {
    height: 45px;
    line-height: 35px;
    padding: 0 10px;
}
body.page-template.page-id-2497 .singleCATbuttons {
    display: block;
}
.gform_wrapper {
    background: #f9f9f9 !important;
}
div#popmake-73183 {
    padding: 25px;
}
.post-advertisement {
    padding-top: 0 !important;
}
.post-advertisement-inner-wrapper {
    padding: 25px !important;
}
.post-advertisement-inner-wrapper .flexBlock {
    flex-flow: column;
    align-items: flex-start;
}
.post-advertisement-inner-wrapper .flexBlock .form-group {
    flex: 0 0 100%;
    width: 100%;
}
.row.section-sidebar, .inline-form .row {
    flex-flow: column;
    padding: 0 17px;
}
.cityField {
    margin-bottom: 35px;
}
.post-advertisement-inner-wrapper .form-group .custom-checkbox label a {
    display: inline !important;
    margin-left: 0 !important;
}
.post-advertisement-inner-wrapper .submit {
    min-width: 100% !important;
    font-size: 14px !important;
}
.post-ad-lists.ads__block {
    margin-top: 0;
}
body.archive .sidebar.cats {
    display: none;
}

}
section.main-banner {
  background: #f5f5f5;
 
}
.column_2.clearfix.only-on-desktop> .container {
  background: #fff;
  padding: 20px 20px;
}
.common-block {
  padding-top: 0;
  margin: 0;
   width: 100%;
  background: #f5f5f5;
}
section.common-block .container {
  background: #fff;
  
  margin-top: 20px;
}
.home div#content {
  background: #f5f5f5;
}
h2.cat-block {
  margin-top: 0;
  margin-bottom: 0;
}
.heading {
  padding: 20px;
}
.common-block .block__elem{  margin: 0 0px 0px 0px !important; padding: 20px;}
section.common-block.fifth-row .container {
  margin-top: 0 !important;
}

.home .payment-section {
  padding-top: 0;
  margin-top: 0;
}
section.common-block.fifth-row .col_block {
  margin-top: 20px;
  padding: 20px !important;
  box-sizing: border-box;
}
section.common-block .container {
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

footer#colophon {
  background: #f5f5f5;
}
form#ff .sidebar {
  padding-right: 30px;
  box-sizing: border-box;
}
.sidebar.select-dropdown,  .sidebar.cats {
  margin-top: 20px;
}
ul#menu-new-top-level-menu-only li a {
  color: #fff;
  padding: 19px;
  display: block;
}
ul#menu-new-top-level-menu-only li {
  list-style: none;
}
ul#menu-new-top-level-menu-only {
  margin: 0;
  padding: 0;
}
.product-name a.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
 i.fas { font-family: 'FontAwesome';
  font-style: normal;
}
/***New Css(29-04-2023) ***/
.container-full {
  padding: 0 15px;
}
.container-full .taplow-search-form {
  width: 50%;
}
.container-full.navigation-menu > ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
}
.container-full ul#menu-asit-menu {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.home .container-full ul#menu-quick-links {
  display: flex;
  justify-content: space-evenly;
  width: 70%;
}
.container-full .upper-link .menu-wraper ul li {
  display: block;
  text-align: center;
  width: calc(100% - 390px);
  justify-content: space-around;
}
.home .container-full span.all-cat , .home .container-full span.quick-head {
  width: 160px; padding-right:0px;
}
section.common-block.fifth-row 
  {
  background: #fff; border-radius: 15px;
}
.container-full .fifth-row .col_block .col{width: 100%;}
.common-block {  background: #fff;}
.fifth-row .col_block .col{Width:100% !important;}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before{color:#000 !important; opacity: 1 !important;font-size: 20px !important;}
.second-level-category-wrap1 a{display: block !important;}
.second-level-category-wrap1 .slick-prev:before {left: 0 !important;}
.second-level-category-wrap1 .slick-next:before{right: 0 !important; top:50% !important;} 


a.category-item-wrap { margin: 0 5px !important;}
.common-block .block__elem{width:16%; }
ul#menu-all-category-menu li {
  display: block;
}
.my_css_cat {
  position: unset;
  width: 230px;
  top: 30px;
  background: #f7f7f7;
  padding: 15px;
  height: 465px;
  overflow-y: scroll;
  opacity: 1;

}
ul#menu-all-category-menu li {
  display: block;
  width: 100%;
  padding: 5px 0px 5px 0;
  border-bottom: 1px solid #ccc;
}
.main-banner .column_1 .col_block a {
  padding-bottom: 5px;
  display: block;
  color: #000;
}
.all-cat-lins {
  position: relative;
}
.all-cat-lins :hover .my_css_cat{opacity: 1;}
.gen-info-content ul li {
  position: relative;
  list-style: none;
  padding: 5px;
  font-size: 16px;
}
.gen-info-content ul li:before {
  content: "\f0a4";
  font-family: 'FontAwesome';
  position: absolute;
  left: -20px;
  color: var(--primary);
  font-size: 16px;
} 