*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  font-size:15px;
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:10px 0;
  color: #000;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
}
a{
  text-decoration:none;
  color: var(--primary-color);
}
code{
  text-decoration:none;
  color: var(--secondary-color);
}
a:hover{
  text-decoration:none;
  ;
}
a:focus,a:hover{
  text-decoration:none !important;
}
a:focus, input:focus, textarea:focus, button:focus, .call a:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .primary-navigation .sub-menu > li > a:focus{
  outline: ridge;
}
.woocommerce-form woocommerce-form-login login{  
 width: 100%;
}
.disc-btn a:hover, #slider .carousel-control-prev-icon:hover, #slider .carousel-control-next-icon:hover, .primary-navigation ul li a:focus, .closepop:focus, .search-box button:focus, .disc-btn a:focus{
  outline-color: #fff;
}
ul{
  margin:0 15px 0 0;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
.clear{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.middle-align{
  margin:0 auto;
  padding:20px 10px;
}
.middle-align h1,h1.entry-title, h1.product_title.entry-title, #tab-description h2, #reviews h2, h2#reply-title {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: bold;
  margin-left: 30px;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}

/*wide block*/
.alignwide {
  margin-right  : -80px;
  margin-left : -80px;
}
.alignfull {
  margin-right  : calc( -100vw / 2 + 100% / 2 );
  margin-left : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 

/* Text meant only for screen readers. */
.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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.post.sticky{
  margin:0;
  padding:0;
  background-color:#eee;
}
.tag-sticky-2 .postbox {
  background: transparent;
}
.alignleft, img.alignleft {
  display: inline;
  float: right;
  margin-left:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: left;
  padding:5px;
  margin-bottom:10px;
  margin-right:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top:0;
  padding:5px;
  margin-bottom:10px;
}
.comment-author{
  clear:both;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-right:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.bypostauthor{
  margin:0;
  padding:0;
}
input[type="text"], input[type="email"], input[type="phno"], textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-mdoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*----coupon code ----*/
 .woocommerce-cart table.cart td.actions .coupon .input-text{
  width:120px;
}
/* ---------Buttons--------- */
a.button{
  background:var(--primary-color);
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; 
  right:0;
  width: 100%;
  background: var(--secondary-color);
  box-shadow: -2px 2px 10px 0px #000;
  z-index: 999999;
}
.page-template-custom-frontpage .fixed-header #header{
  position: static;
  margin: 0;
}

/* Top Bar */
.top-header {
  background: var(--primary-color);
  padding: 5px 0;
}
.site-text span {
  color: var(--secondary-color);
  font-weight: 100;
}
.social-media {
  text-align: end;
}
.social-media a, .search-box a{
  color: #000;
}
.social-media i {
  color: var(--secondary-color);
  font-size: 12px;
}
.social-media i:hover {
  color: #ffffff;
  
}

/* Logo */
.logo h1, .logo p.site-title{
  font-size:30px;
  font-weight:bold;
}
.logo h1 a, .logo p a {
  color: var(--secondary-color);
}
.logo p{
  font-size:12px;
  color: var(--secondary-color);
}

/* Header */
.site_header {
  padding: 10px 0;
}
p.infotext {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 12px;
}
.call p a,
.location p,
.time p {
  color: var(--secondary-color);
  font-size: 13px;
}
.call i,
.location i,
.time i{
  padding: 10px 8px;
  color: var(--primary-color);
  border: 2px solid #949292;
}

/* Search pop up */
.search-box button{
  background: transparent;
  border: 0;
}
.search-outer {
  background: rgb(51 51 51 / 90%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  text-align: center;
  height: 100%;
  z-index: 999;
}
.serach_inner form.search-form label {
  width: 100%;
}
.serach_inner input.search-field{
  background: transparent;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  z-index: 99999;
  right: 50%;
  padding: 0 15px;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  left: 5%;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 40px;
  color: #fff;
}
.closepop:focus,.toggle-menu button{
  outline-color: #fff;
}
.serach_inner form.search-form {
  margin: 0 auto;
  max-width: 700px;
 }
.serach-page input.search-field {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -51px;
  width: 60%;
  margin-right: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
.serach_inner input.search-submit {
  display: none;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 95%;
}
.search-box {
  background: var(--primary-color);
  cursor: pointer;
}
.search-box i {
  color: #333;
  font-size: 20px;
  padding: 16px 15px 15px 0px;
}
.serach_inner form.search-form {
  border-bottom-color: var(--primary-color);
}

/* Menu */
.full-header {
  border-bottom: 5px solid var(--primary-color);
}
.page-template-custom-frontpage header{
  border:none;
}
#header {
  background: var(--secondary-color);
}
.page-template-custom-frontpage #header {
  position: relative;
  top: 1.5em;
  z-index: 999;
  margin-top: -2em;
}
.primary-navigation ul{
  font-size:14px;
  font-weight:bold;
  list-style: none;
}
.primary-navigation ul li{
  display: inline-block;
  position: relative;
}
.primary-navigation ul li a{
  color: #fff;
  padding: 15px 12px;
  display: block;
  margin: 0px;
  font-weight: 500;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
  margin: 0;
}
.primary-navigation ul ul ul{
  right: 100% !important;
  top: 0;
}
.primary-navigation ul ul a{
  color: var(--secondary-color);
  background: var(--primary-color);
  padding: 10px;
}
.primary-navigation ul ul a:hover{
  color:var(--primary-color) ;
  background:var(--secondary-color);
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: start;
  border-right: none;
  border-left: none !important;
  padding: 0;
  max-height: auto;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.primary-navigation ul li:hover > ul li {
  max-height: 100%;
  position: relative;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.primary-navigation a:hover{
  background:var(--primary-color);
  color: var(--secondary-color);
}
.comment-list li.comment p a, .textwidget a{
  text-decoration:underline;
  color:var(--primary-color);
}
.entry-content a, #sidebar .textwidget a{
  text-decoration:underline;
  color:var(--secondary-color);
}

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul {
  padding: 15px 15px 15px 25px;
}
.sf-arrows .sf-with-ul:after{
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 3px;
  border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after{
  content: '\f138';
  left: 8px;
  border-color: transparent;
  border-right-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after{
  border-right-color: #333;
}
.toggle-menu, a.closebtn{
  display: none;
}

/* Discover Section */
#discover {
  background: var(--secondary-color);
}
#discover h1 {
  color: var(--primary-color);
}
#discover p {
  color: #fff;
  font-size: 15px;
}
.disc-btn {
  text-align: center;
}
.disc-btn a {
  color: #fff;
  background: var(--primary-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.disc-btn a:hover{
  color: var(--primary-color);
  background: #fff;
}

/* Service Section */
#services {
  text-align: center;
}
#services h2 {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 800;
}
#services p {
  font-size: 16px;
}
#services h3 {
  font-size: 15px;
  text-transform: uppercase;
}
#services h3 a {
  color: var(--secondary-color);
}

/* product sec */
.product_meta span {
  display: block;
}
.woocommerce .col-1, .woocommerce .col-2{
  max-width: 100%;
}
.woocommerce span.onsale {
  background-color: var(--primary-color);
  color:var(--secondary-color);
  padding: 0;
}
.woocommerce ul.products li.product .price {
  color: var(--secondary-color)!important;
  font-size: 15px;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
  background: var(--primary-color);
  color: var(--secondary-color)!important;
}
.woocommerce button.button:hover{
  background:var(--secondary-color);
  color:#fff!important;
}
 .woocommerce a.button{
  background: var(--primary-color);
  color:var(--secondary-color);
 }
.woocommerce-ordering select.orderby {
  padding: 7px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: var(--primary-color);
  color:#000;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
  background: var(--primary-color);
  padding: 10px;
  color: var(--secondary-color);
  margin-bottom: 5px;
  list-style-type: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  font-size: 18px; 
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 22px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0px;
}
h1.woocommerce-products-header__title.page-title {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: bold;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--secondary-color);
} 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: var(--secondary-color);
  color: #fff!important;
}   
.woocommerce-MyAccount-content a, .woocommerce-info a, form.woocommerce-cart-form a {
  color: var(--primary-color);
}
form.woocommerce-cart-form a, .product_meta a, span.entry-author a {
  color: var(--secondary-color);
  text-decoration: none;
}
.woocommerce div.product, .woocommerce div#sidebar,.woocommerce .col-lg-8{
  margin-top: 20px;
}
.woocommerce a.button:hover{
  background: var(--secondary-color);
  color:var(--primary-color)!important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: var(--secondary-color);
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a img{
  margin: 0;
}
a.added_to_cart.wc-forward{
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
  margin-right: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: solid 1px #dcdcdc;
  padding: 10px ;
}
.woocommerce form .form-row .required, .woocommerce a.remove{
  color:  #db0607 !important;
}
.woocommerce ul.products li.product .star-rating{
  font-size: 15px;
}
a.showcoupon, .woocommerce .woocommerce-breadcrumb a, .woocommerce-MyAccount-content a {
  color: var(--secondary-color) !important;
}
.woocommerce div.product div.images img {
  padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color:var(--secondary-color);
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
  color:var(--secondary-color);
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]:hover{
  color:var(--secondary-color);
  background: var(--primary-color);
}
.related.products ul.products li.product {
  display: inline-table;
  width: 29% !important;
  float: none !important;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce form.login{
  padding: 6px;
}
.woocommerce form.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce form.login .form-row input.input-text{
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px;
  margin-right: 10px;
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}

/*---- Woocommerce widget css ----*/
#sidebar .woocommerce .widget_shopping_cart .cart_list li, #sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 2em 10px 0;
  margin-top: 10px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
  height: 50px;
}
.widget ul.cart_list li .star-rating, .widget ul.product_list_widget li .star-rating{
  margin: 5px 0 8px;
}
.woocommerce-product-search input[type="search"]{
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-product-search button[type="submit"]{
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  border: none;
}
.footertown .widget_shopping_cart .buttons a:hover, .footertown .widget_price_filter .price_slider_amount .button:hover{
  background: #fff;
  color: var(--secondary-color) !important;
}
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 15px;
  color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount{
  color: #000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: var(--primary-color);
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}

/* Added Woocommerce css*/
.wp-block-woocommerce-cart.alignwide{
  margin-right: auto;
  margin-left: auto;
}
td.wc-block-cart-item__image{
  padding: 16px 16px 16px 0px !important;
}
td.wc-block-cart-item__total,.wc-block-components-totals-item,.wc-block-components-totals-coupon{
  padding-right: 16px !important;
  padding-left: 16px !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,.wp-block-woocommerce-cart-order-summary-block{
  border: 1px solid #dcdcdc;
  margin: 0 0 24px -1px;
  text-align: right;
  width: 100%;
  border-radius: 5px;
}
tr.wc-block-cart-items__header th{
  font-weight: 700;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 16px;
}
a.wc-block-components-product-name{
  color: #000;
  font-size: 20px;  
  font-weight: 600;
}
a.wc-block-components-product-name,button.wc-block-cart-item__remove-link,a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button{
  text-decoration: none !important;
}
button.wc-block-cart-item__remove-link{
  font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  text-align: right !important;
}
a.wc-block-components-totals-coupon-link,a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,.wc-block-components-totals-coupon__button.contained,button.wc-block-components-checkout-place-order-button{
  background: var(--primary-color);
  border-radius: 0;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 18px;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  font-size: 1.5em !important;
  padding: 10px !important;
  display: block !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
  padding-left: 0%;
}
button.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-totals-coupon-link:hover, a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover{
  background-color:#000;
}
.wp-block-woocommerce-checkout-order-summary-block{
  border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
  padding: 10px;
}

li.wc-block-grid__product{
  border: 1px solid #dcdcdc;
  padding: 10px;
  max-width: 30.75% !important;
  float: right;
  margin: 0 0 2.992em 3.8%;
}
.wc-block-grid__product-onsale{
    padding: 5px 10px !important;
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    top: 5px !important;
    left: 5px !important;
    right: auto !important;
    margin: -0.5em 0 0 -0.5em !important;
}
.wc-block-grid__product-title{
  font-size: 22px !important;
  color: #000 !important;
  font-weight: 600; 
}
a.wc-block-grid__product-link{
  text-decoration: none !important;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart{
  padding: 10px 12px;
  border-radius: 8px !important;
  font-size: 16px;
}
span.woocommerce-Price-amount.amount{
  font-size: 16px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
  width: 100% !important;
}
h2.wp-block-heading.has-text-align-center{
  margin: 10px 0;
}
/* Back to top button css */
.scrollup {
  color: var(--primary-color);
  position: fixed;
  display: none;
  bottom: 108px;
  left: 15px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(90deg);
  text-shadow: -1px 1px #000;
}
.scrollup.left{
  right: 15px;
  left: auto;
}
.scrollup.center{
  right:44%;
  left: 44%;
}
.scrollup:focus,
.scrollup:hover{
  color: var(--primary-color);
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  transform: rotate(-90deg);
}

/* Footer Section */
.footertown input.search-field {
  padding: 10px;
  border: 1px solid var(--primary-color);
  width: 100%;
  color:#fff;

}
.search-no-results form.search-form {
  display: flex;
}
.search-form label{
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
input[type="submit"] {
  border: none;
  padding: 12px 15px;
  background: var(--primary-color);
  display: inline-block;
  color: var(--secondary-color);
  font-size: 16px;
  margin-bottom: 10px;
}
.footertown input[type="submit"] {
  border: none;
  padding: 10px 15px;
  background: var(--primary-color);
  display: inline-block;
  color: var(--secondary-color);
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.footertown .tagcloud a, .footertown .rssSummary, .footertown span.rss-date, .footertown cite, .footertown strong, .footertown p, .footertown .widget ul li a, .footertown td#prev a  {
  color: #fff;
}
.footertown caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.widget_calendar a{
  color: #fff;
}
.footertown table{
  border: solid 1px #fff;
}
.footertown th,.footertown td {
  border-bottom: 1px solid #fff;
  text-align: center;
}
.footertown td {
  padding: 5px;
  color: #fff;
}
.footertown th {
  text-align: center;
  padding: 10px;
  color: var(--secondary-color);
  background: var(--primary-color);
}
.footertown select {
  padding: 10px 5px;
  color: #000;
}
.footertown .widget ul {
  margin: 0;
}
.footertown .widget ul li {
  list-style: none;
  font-size: 14px;
  padding: 8px 0;
  color:#fff;
}
.footertown .widget ul li:last-child{
  border:none;
}
.footertown .widget h3,.footertown .widget h2 ,.footertown  .wp-block-search__label{
  color: var(--primary-color);
  font-weight: bold;
  border-bottom: 2px double  var(--primary-color);
  margin-bottom: 10px;
  width: 100%;
}
.footertown{
  background:var(--secondary-color);
}
#wp-calendar th, #wp-calendar td {
  border: 1px solid #fff;
}
#footer{
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  padding:15px;
  text-align: start;
}
#footer p{
  text-align: center;
  font-size:17px;
  margin: 0;
  color: #000;
}
#footer p a{
  color:#000;
}
.footertown.wp-block-latest-comments__comment-meta a{
  color: #fff!important;
}
.footertown .tagcloud a,.footertown .wp-block-tag-cloud a{
  border: solid 1px #fff;
  color:#fff;
  background:transparent;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block
}
.footertown .tagcloud a:hover{
  background: var(--primary-color);
  color: var(--secondary-color) ;
  border: 1px solid var(--primary-color);
}
.footertown .widget ul li a, .footertown #wp-calendar a{
  color:#fff;
  font-size: 15px;
}
.footertown .widget ul li a:hover, .footertown h3.widget-title a {
  color: var(--primary-color);
}

/* --------- Blog Page ------- */
.metabox{
  color:var(--secondary-color);
  background: var(--primary-color);
  clear:both;
  font-size: 14px;
}
.metabox i{
  margin-left: 5px;
}
.metabox .entry-author a {
  color: var(--secondary-color);
}
.metabox .entry-author:hover a, .metabox .entry-author:hover i{
  color: #fff!important;
}

.metabox .entry-date a:hover {
    color: #fff!important;
}
.metabox .entry-date a{
  color: var(--secondary-color);
}
.comment-form-url input{
    width: 100%;
    padding: 15px;
    border: 1px solid #bcbcbc;
}
.content-aa ul {
  padding: 0 20px;
}
/*------single post---------*/
.category {
  margin: 10px 0px 0px 0px;
}
ul.post-categories {
    list-style: none;
    margin: 0px;
}
.category li {
    display: inline;
}
/*blog post*/
.services-box .metabox{
  color: #000;
}
.metabox a:hover,i:hover, .services-box .entry-date:hover a, .services-box .entry-date:hover i, 
.services-box .entry-author:hover a, .services-box .entry-author:hover i,.services-box .entry-comments:hover i{
  color: var(--primary-color) !important;
}
.services-box li {
    list-style: none;
    display: inline;
}
.services-box .tc-category a {
    background: var(--primary-color);
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary-color);
    margin: 3px;
    display: inline-block;
}
.services-box .tc-category a:hover{
    background: var(--secondary-color);
    color: var(--primary-color);
}
.services-box .tc-category-section {
    background: #f7f5f5;
    padding: 10px 25px 20px 25px;
}
.services-box ul.post-categories {
    margin-top: -35px;
    margin-right: 0px;
}
.services-box .lower-box{
    background: #f7f5f5;
    padding: 10px 25px 20px 25px;
}
.services-box:hover {
    box-shadow: -9px 12px 30px 0px rgb(0 0 0 / 10%);
}
.services-box:hover .lower-box {
    background: #fff;
}
.services-box .metabox{
  background: none;
}
.services-box span:before{
    content: '';
    display: inline-block;
    vertical-align: inherit;
    width: 4px;
    height: 4px;
    transform: translateY(-1px);
    background-color: var(--primary-color);
    margin:0px 10px;
}
.services-box span:last-child:after {
  display: none;
}
/* Comments BOX */
#comments{
  margin-top:25px;
}
#comments label{
  display: block;
}
#comments a{
  color:var(--secondary-color);
}
#comments ol{
  list-style:none;
}
#comments ol ol li{
  padding:0 25px 0 0;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:1px solid #eaeaea;
  padding:20px 0;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea{
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit {
  background: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 0px;
  border: none;
}
#comments input[type="submit"].submit:hover {
  color: var(--primary-color);
  background: var(--secondary-color);
}

#comments a.comment-reply-link{
  color:var(--secondary-color);
  background:var(--primary-color);
  padding:5px 15px;
  line-height: 1.8;
}
#comments a.comment-reply-link:hover{
  background:var(--secondary-color);
  color: var(--primary-color);
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#content-ma #comments ol li{
  width:100%;
  background:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#content-ma #comments ul{
  margin:0 40px 0 0;
}
#comments .reply{
  float:left;
}
.comment-meta.commentmetadata {
  padding: 5px 0px 5px 0px;
}
#comments .comment-metadata{
  width:90%;
  float:right;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:right;
  margin-right:7%;
}

/*--- Preloader 1 ---*/
.preloader {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.preloader-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333;
  animation: movein 2s infinite;
}
.preloader-squares {
  width: 50px;
  line-height: 19px;
  height: 50px;
}
.preloader-squares .square:nth-child(1) {
  transform: translate(0, -25px)
}
.preloader-squares .square:nth-child(2) {
  transform: translate(-25px, 0)
}
.preloader-squares .square:nth-child(3) {
  transform: translate(25px, 0)
}
.preloader-squares .square:nth-child(4) {
  transform: translate(0, 25px)
}
@keyframes movein {
  33% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, 0);
  }
}

/*--- Preloader 2 ---*/
.preloader-chasing-squares {
  width: 50px;
  height: 50px;
  line-height: 19px;
}
.preloader-chasing-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #333;
}
.preloader-chasing-squares .square {
  animation: focusfade 2s infinite;
}
.preloader-chasing-squares .square:nth-child(2) {
  animation-delay: .5s;
}
.preloader-chasing-squares .square:nth-child(3) {
  animation-delay: 1.5s;
}
.preloader-chasing-squares .square:nth-child(4) {
  animation-delay: 1s;
}
@keyframes focusfade {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
}
#slider img {
  width: 100%;
  opacity: 0.9;
  object-fit: cover;
}
#slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image:none; 
  transform: rotate(-90deg);
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  background: var(--secondary-color);
  color: var(--primary-color);
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
.carousel-control-prev, .carousel-control-next{
  width: 5%;
}

/* Blog Post */
.tags a{
  color: var(--secondary-color);
  font-weight: 500;
  border: 1px solid var(--secondary-color);
  text-decoration: none;
  padding: 2px 10px;
  margin: 5px;
  display: inline-block;
}
.tags a:hover { 
  background: var(--secondary-color);
  color: var(--primary-color);
}

/* hover effect */
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  text-align: center;
}
.service-image:hover .image {
  opacity: 0.3;
}
.service-image:hover .middle {
  opacity: 1;
}
.text i{
  color: #fff !important;
}
.text {  
  font-size: 19px;
}
.services-box:hover.entry-date a{
  color: #db0607!important;
}
.upper-box a{
  color: var(--secondary-color);
}
.service-image img{
  width: 100%;
}
.service-image {
  overflow: hidden;
}
.service-image img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
}
.services-box h2 a, #content-ma .services-box h3 a{
  color: var(--secondary-color);
}
.services-box p  {
  color: #555;
  font-size: 15px;
  font-weight: 400;
}
.services-box h2{
  text-align: start;
  font-size: 25px;
  font-weight: 700;
}
.service-btn a {
  background: var(--primary-color);
  color:var(--secondary-color);
  font-size: 15px;
  padding: 10px;
  display: inline-block;
}
.service-btn a:hover{
  background:var(--secondary-color);
  color:var(--primary-color);
}

/* Sidebar */
#sidebar .tagcloud a, #sidebar .rssSummary, #sidebar span.rss-date, #sidebar cite, #sidebar strong, #sidebar p {
  color: #555;
}
#sidebar p{
  font-size: 15px;
}
#sidebar td#prev a {
  color: var(--secondary-color);
}
#sidebar caption {
  font-weight: bold;
  color: var(--secondary-color);
  font-size: 20px;
  text-align: center;
}
#sidebar table{
 width: 100%;
}
#sidebar table{
  border:1px solid #e6e6e6;
}
#sidebar th,#sidebar td {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
#sidebar td {
  padding: 9px;
  color: #4d4d4d;
  background: #f6f6f6;
  border: 1px solid  #4d4d4d;
}
#sidebar tr:nth-child(2n+1) td{
  background: #fff;
}
#sidebar th {
  text-align: center;
  padding: 10px;
  background: var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid  #4d4d4d;
}
#sidebar select {
  padding: 8px 5px;
} 
#sidebar form{
  display: table;
  width: 100%;
}  
#sidebar h3,#sidebar h2,#sidebar .wp-block-search__label{
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  border-bottom: 2px double var(--primary-color);
  margin-bottom: 10px;
  width: 100%;
}
#sidebar h3 a{
  color: var(--secondary-color);
}
#sidebar input[type="search"], input.search-field {
  padding: 12px 10px;
  border: none;
  font-size: 15px;
  color: #000;
  width: 100%;
  border: 1px solid #ccc;
}  
#sidebar form.search-form label{
  width: 70%;
  float: right;
  margin-bottom: 0;
}  
#sidebar input[type="submit"], .wp-block-search__button{
  background: var(--primary-color) ;
  border: none;
  color: var(--secondary-color);
  padding: 13px 5px;
  width: 30%;
  font-size: 15px;
  float: right;
  margin:0;
}
#sidebar aside {
  border:1px solid #e6e6e6;
  padding: 10px;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}  
#sidebar ul li {
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 5px;
}
#sidebar ul li a{
  color:var(--secondary-color);
}
#sidebar ul li a:hover{
  color: var(--primary-color);
}
#sidebar ul li:last-child{
  border:none;
}
#sidebar .tagcloud a,.wp-block-tag-cloud a{
  background:#eeeeee;
  color:var(--secondary-color);
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
  border: 1px solid;
  text-decoration: none !important;
}
#sidebar .tagcloud a:hover,.wp-block-tag-cloud a:hover{
  background:var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid var(--primary-color);
}
.nav-previous {
  width: 50%;
  float: right;
}
.nav-next{
  float: left;
  width: 50%;
  text-align: end;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.nav-previous i, .nav-next i{
  font-size: 14px;
}
span.post-title {
  font-size: 16px;
  margin: 3%;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.single-post .nav-links {
  margin: 10px 0;
  border-top: 1px solid;
}
.nav-previous, .nav-next{
  padding: 10px;
  display: inline-block;
}
.blog .navigation .nav-previous a, .blog .navigation .nav-next a, .archive .navigation .nav-previous a, .archive .navigation .nav-next a, .search .navigation .nav-previous a, .search .navigation .nav-next a{
  background: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 500;
  padding: 10px;
}
.blog .navigation, .search .navigation, .archive .navigation {
  margin: 10px 0;
}

/*---- Related post css -----*/
#content-ma .related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
#content-ma .related-posts h2{
  font-size: 28px;
  font-weight: 600;
}
#content-ma .related-posts h3{
  text-align: start;
  font-size: 22px;
  font-weight: 600;
}

/* Page */
h1.entry-title{
  color: var(--secondary-color);
  font-size:35px;
  font-weight: bold;
}
#content-ma p{
  text-align:justify;
  line-height: 25px;
  font-size: 16px;
  padding-top: 5px;
}
#content-ma ul{
  font-size:16px;
}
#content-ma ul li ul li ul li{
  width:50%;
}
#content-ma ol{
  margin:0 15px 0 0;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-ma ol li ol li{
  margin:0 0 20px 0;
  padding:0 35px 0 0;
}
#content-ma ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: var(--secondary-color);
  display: inline-block;
  text-align: center;
  margin: 5px 0px 10px 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}
#respond{
  border-top: 1px solid #000;
}
/*block css*/
figure.wp-block-image.alignfull,figure.wp-block-image.alignwide{
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
figure.wp-block-image.alignfull,figure.wp-block-image.alignwide,figure.aligncenter,figure.wp-block-image.alignnone{
  width: auto !important;
}
#main .alignleft{
  margin-left: 10px;
}
#main .wp-block-button a{
  color: var(--secondary-color);
  border-radius: 30px;
  text-decoration: none;
}
#main .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
#main .wp-block-button a:hover{
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
/*new added css*/
#main .is-style-outline a{
  background-color: transparent !important;  
   color: #000 !important;
   border: 2px solid !important;
}
#main .is-style-outline a:hover{
  color: #000 !important;
  background: transparent;
  border: 2px solid #000;
}
.wp-calendar-table caption{
  text-align: right !important;
}
.alignfull img{
  width: 100%;
}
/* Pagination */
.page-links,.page-links span,.page-links a{
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.pagination, .page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:left; /* Pagination float direction */
  font-weight:bold;width:100%;
  padding:5px;
} 
.pagination span, .pagination a {
  display:block;
  float:right;
  margin: 2px 0 2px 2px;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:var(--primary-color); /* Pagination text color */
  background: var(--secondary-color); /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.page-links a{
  display:block;
  float:right;
  margin: 2px 0 2px 2px;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #333; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover, .page-links a:hover {
  color:var(--secondary-color)  ;
  background: var(--primary-color);
} 
.pagination .current , .page-links .current{
  padding:10px 15px;
  background: var(--primary-color) !important; /* Current page background */
  color:var(--secondary-color) !important;
}
#content-ma .pagination ul{
  margin:0;
  clear:both;
}
#content-ma .pagination ul li{
  margin:0;
}
#content-ma  h5{
  margin:0 0 15px;
  font-size:33px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
/* --------- Bradcrumbs --------- */
.bradcrumbs a {
  background: var(--primary-color);
  color: #000;
  padding: 9px 17px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}
.bradcrumbs a:hover{
  background:#000;
  color: var(--primary-color);
}
.bradcrumbs span{
  background:var(--primary-color);
  color:#000;
  padding: 10px 15px;
  font-weight: 700;
  display: inline-block;
}
.bradcrumbs span, .bradcrumbs a{
    font-size: 14px;
    margin-bottom: 10px;
}
.post-categories a{
    background: var(--primary-color);
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 5px 6px;
    display: inline-block;
}
.post-categories a:hover{
  background:#000;
  color: var(--primary-color);
}
aside.widget.widget_calendar table{
  width: 100%;
}
{
  background: var(--primary-color);
}
/* Media */
@media screen and (max-width:720px) {
  #slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
    padding: 6px;
    font-size: 10px;
  }
  .carousel-control-prev, .carousel-control-next {
    width: auto;
  }
  .top-header,  #discover, .site_header{
    text-align: center;
  }
  .call, .location, .time{
    text-align: end;
  }
  .call p, .location p, .time p{
    text-align: start;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  #comments ol ol li {
    padding: 0px !important;
  }
  .comment-author img {
    border: solid 1px;
  }
  #comments .reply {
    float: right;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .woocommerce form.login .form-row input.input-text{
    width: 100% !important;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
      padding-right: 0px !important;
  }
  li.wc-block-grid__product{
      max-width:100% !important;
      float:none;
      flex: 100% !important;
  }
}

@media screen and (max-width: 991px){
  .search_form label {
    width: 80%;
  }
   .carousel-control-prev, .carousel-control-next{
    width: auto;
  }
  .woocommerce.columns-4 {
    text-align: center;
  }
}
@media screen and (max-width: 1000px){
  #sidebar td{
    padding: 0px;
  }
  #sidebar th{
    padding: 2px;
  }
  .primary-navigation ul li a{
    padding: 10px;
  }
  .primary-navigation ul ul{
    border: none;
  }
  .primary-navigation ul ul a:hover, .primary-navigation ul li a:hover {
    color: var(--primary-color) !important;
    background:var(--secondary-color) !important;
  }
  .primary-navigation ul ul ul{
    margin: 0;
  }
  .toggle-menu {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    left: 0;
    background: var(--primary-color);
  }
  .toggle-menu i {
    font-size: 32px;
    color: var(--secondary-color);
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: var(--primary-color);
    box-shadow: -2px 2px 10px 0px #2d2d2d;
    overflow-y: scroll;
  }
  .side-menu.open{
    visibility: visible;
    width: 250px;
    transition: 0.5s width ease-in-out;
  }
  .side-menu .closebtn {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 36px;
    display: block;
    color: var(--secondary-color);
  }
  .side-menu #primary-site-navigation {
    width: 100%;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
    text-align: end;
  }
  .toggle-menu{
    display: block;
  }
  .primary-navigation ul ul li, .primary-navigation li{
    display: block !important;
    max-height: 100%;
  }
  .menubar .primary-navigation ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .primary-navigation ul li a{
    border:none;
    color: var(--secondary-color);
  }
  .primary-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .primary-navigation ul li ul li a{
    padding-right:20px !important;
  }
  .primary-navigation ul li ul li ul li a{
    padding-right:30px !important;
  }  
  .primary-navigation ul li ul, .primary-navigation ul li ul ul {
    opacity: 1 !important;
    margin: 0;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
  }
  .primary-navigation li{
    padding: 0;
  }
  #menu-sidebar {
    text-align: start;
    display: inline;
  }
  .social-media{
    font-size: 13px;
    text-align: center;
  }
  .alignwide{
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px){
  .scrollup.center {
    right: 30%;
    left: 40%;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
    height: 40px;
  }
  .related.products ul.products li.product{
    width: 47% !important;
    margin-left: 10px;
  }
  .page-template-custom-frontpage #header{
    position: static;
    margin-top: 10px;
  }
  #main .alignleft{
    max-width: 100%;
  }
  .footertown .wp-block-search__inside-wrapper{
    display: block;
  }
  .footertown .wp-block-search__input,.footertown .wp-block-search__button{
    width: 100%;
  }
  .footertown .wp-block-search__input{
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px){
  #sidebar{
    margin: 20px 0px;
  }
  .scrollup.center {
    right: 25%;
    left: 25%;
  }
  .page-template-custom-frontpage #header{
    position: static;
    margin-top: 10px;
  }
  .services-box .metabox.py-1.px-3.mb-2 {
    font-size: 13px;
  }  
  
}
@media screen and (min-width: 1000px) and (max-width: 1024px){
  .footertown th {
    padding: 4px;
  }
  .footertown td {
    padding: 0px;
  }
  .carousel-control-prev, .carousel-control-next{
    width:7%;
  }
  .alignwide{
    margin: 0;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
}
@media screen and (max-width: 984px) {
  #sidebar th {
    padding: 2px;
  }
  #sidebar td {
    padding: 2px;
  }
  label, .footertown input[type="submit"]{
    width: 100%;
  }
  .footertown th, .footertown td{
    padding: 2px;
  }
  ol.wp-block-latest-comments{
    padding-right: 0rem;
  }
}

.metabox .me-2{
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.metabox span:last-child:after {
  display: none;
}
